﻿*, *:after, *:before{
    box-sizing: border-box;
}

:root {
    scroll-behavior: auto;
}

html {
    font-size: 14px;
    font-family: Roboto;
}

    html:has(.mobile-filter) {
        overflow: hidden;
    }

.skill-logo {
    height: 42px;
    width: 42px;
    object-fit: contain;
    border-radius: 8px !important;
}

.toggle button {
    border: none;
    background: transparent;
    padding: 6px;
    font-weight: 500;
}
  
.toggle button.active {
    border-bottom: 2px solid #0e74bb;
}

.skills-page {
    background: #f6f8fb;
    color: #111827;
}

.skills-top-header {
    height: 90px;
    background: linear-gradient(65deg, #061e44 40%, black);
}

.skills-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
    align-items: center;
    gap: 48px;
    padding-top: 72px !important;
    padding-bottom: 72px !important;
    background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
}

.skills-hero-copy {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.skills-eyebrow {
    color: #0e74bb;
    font-size: 0.9rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0;
}

.skills-title,
.skills-section-title {
    font-family: "Saira", sans-serif;
    font-weight: 600;
    line-height: 1.12;
    margin: 0;
    color: #061e44;
}

.skills-title {
    font-size: 3rem;
}

.skills-title:focus {
    outline: none;
}

.skills-subtitle {
    color: #061e44;
    margin: 0;
}

.skills-section-title {
    font-size: 2.15rem;
}

.skills-lead {
    font-size: 1.1rem;
    line-height: 1.65;
    margin: 0;
}

.skills-hero-copy p:not(.skills-eyebrow):not(.skills-lead),
.skills-section-heading p:not(.skills-eyebrow),
.skills-card-text,
.skills-stack-layer p {
    line-height: 1.65;
}

.skills-hero-copy p:not(.skills-eyebrow) {
    margin: 0;
}

.skills-stack-list-section {
    padding-top: 64px !important;
    padding-bottom: 180px !important;
}

.skills-stack-list {
    position: relative;
    display: grid;
    gap: 18px;
    margin-inline: auto;
}

.skills-stack-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 260px);
    gap: 24px;
    align-items: center;
    border-radius: 8px;
    background: #ffffff;
    padding: 22px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
}

.skills-stack-copy {
    display: grid;
    gap: 12px;
}

.skills-stack-copy .h4 {
    color: #061e44;
}

.skills-stack-text {
    margin: 0;
    line-height: 1.65;
}

.skills-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}

.skills-hero-tags span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    border: 1px solid #d7e2ed;
    border-left: 3px solid #0e74bb;
    border-radius: 8px;
    background: #ffffff;
    padding: 8px 12px;
    color: #1f2937;
    font-weight: 600;
}

.skills-hero-tags img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    border-radius: 0 !important;
}

.skills-hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 360px;
    border: 1px solid #dfe7f1;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(14, 116, 187, 0.08), rgba(20, 163, 139, 0.08)),
        #ffffff;
    overflow: hidden;
}

.skills-hero-visual img {
    width: 100%;
    max-height: 340px;
    object-fit: contain;
    padding: 24px;
    border-radius: 0 !important;
    filter: drop-shadow(0 16px 20px rgba(6, 30, 68, 0.16));
}

.skills-visual-note {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: rgba(6, 30, 68, 0.92);
    color: #ffffff;
    padding: 12px 14px;
    line-height: 1.35;
}

.skills-note-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 34px;
    height: 28px;
    border-radius: 6px;
    background: #42d6b5;
    color: #061e44;
    font-size: 0.72rem;
    font-weight: 800;
}

.skills-stack-section {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
    background: #111827;
    color: #ffffff;
}

.skills-stack-section .skills-eyebrow,
.skills-stack-section .skills-section-title {
    color: #ffffff;
}

.skills-stack-section .skills-section-heading p:not(.skills-eyebrow) {
    color: rgba(255, 255, 255, 0.82);
}

.skills-section-heading {
    max-width: 840px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
}

.skills-section-heading p {
    margin: 0;
}

.skills-stack-flow {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.skills-stack-layer {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 240px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
    padding: 18px;
}

.skills-stack-layer::before {
    content: "";
    position: absolute;
    inset: 0;
    border-top: 3px solid #42d6b5;
    border-radius: 8px 8px 0 0;
    pointer-events: none;
}

.skills-stack-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #ffffff;
    color: #061e44;
    font-size: 1.25rem;
}

.skills-stack-icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    border-radius: 0 !important;
}

.skills-stack-layer h3 {
    font-family: "Saira", sans-serif;
    font-size: 1.15rem;
    margin: 0;
}

.skills-stack-layer p {
    color: rgba(255, 255, 255, 0.82);
    margin: 0;
}

.skills-competence-section {
    padding-top: 72px !important;
    padding-bottom: 180px !important;
}

.skills-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.skills-card {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: 100%;
    border: 1px solid #dde6f0;
    border-top: 4px solid #0e74bb;
    border-radius: 8px;
    background: #ffffff;
    padding: 22px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
}

.skills-card:nth-child(2n) {
    border-top-color: #14a38b;
}

.skills-card:nth-child(3n) {
    border-top-color: #f59e0b;
}

.skills-card-header {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 14px;
    align-items: center;
}

.skills-card-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #dde6f0;
    background: #f8fafc;
    color: #061e44;
    font-size: 1.2rem;
}

.skills-card-icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    border-radius: 0 !important;
}

.skills-card:nth-child(2n) .skills-card-icon {
    background: #f8fafc;
}

.skills-card:nth-child(3n) .skills-card-icon {
    background: #f8fafc;
}

.skills-card-kicker {
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 700;
    margin: 0 0 2px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.skills-card h3 {
    font-family: "Saira", sans-serif;
    color: #061e44;
    font-size: 1.35rem;
    line-height: 1.2;
    margin: 0;
    overflow-wrap: anywhere;
}

.skills-tool-row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, 62px);
    justify-content: end;
    gap: 14px 10px;
    align-items: flex-start;
    justify-self: end;
}

.skills-tool {
    width: 62px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    text-align: center;
}

.skills-tool img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    border-radius: 6px !important;
}

.skills-tool span {
    width: 100%;
    color: #334155;
    font-size: 0.72rem;
    font-weight: 600;
    line-height: 1.2;
    overflow-wrap: anywhere;
}

.skills-card-text {
    margin: 0;
}

.skills-point-list {
    display: grid;
    gap: 7px;
    margin: 0;
    padding-left: 18px;
    color: #334155;
}

.skills-point-list li::marker {
    color: #0e74bb;
}

@media (max-width: 1180px) {
    .skills-stack-flow,
    .skills-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .skills-stack-layer {
        min-height: 210px;
    }

    .skills-stack-content {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .skills-tool-row {
        order: 1;
        justify-content: start;
        justify-self: stretch;
    }

    .skills-stack-copy {
        order: 2;
    }
}

@media (max-width: 767px) {
    .skills-hero {
        grid-template-columns: 1fr;
        gap: 32px;
        padding-top: 48px !important;
        padding-bottom: 56px !important;
    }

    .skills-title {
        font-size: 2.2rem;
    }

    .skills-section-title {
        font-size: 1.75rem;
    }

    .skills-lead {
        font-size: 1rem;
    }

    .skills-hero-tags span {
        width: 100%;
    }

    .skills-hero-visual {
        min-height: 300px;
    }

    .skills-hero-visual img {
        max-height: 260px;
        padding: 18px 18px 62px;
    }

    .skills-stack-flow,
    .skills-card-grid {
        grid-template-columns: 1fr;
    }

    .skills-stack-layer {
        min-height: 0;
    }

    .skills-stack-list-section {
        padding-top: 48px !important;
        padding-bottom: 150px !important;
    }

    .skills-stack-list {
        gap: 16px;
    }

    .skills-stack-list::before {
        left: 20px;
    }

    .skills-stack-item {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 14px;
    }

    .skills-stack-number {
        width: 42px;
        height: 42px;
        font-size: 0.95rem;
    }

    .skills-stack-content {
        padding: 18px;
    }

    .skills-competence-section {
        padding-top: 56px !important;
        padding-bottom: 150px !important;
    }
}

.category-products-shell {
    position: relative;
    margin-top: 32px;
}

.tag-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.tag {
    background: #ddd;
    font-size: 12px;
    border-radius: 6px;
    padding: 4px 8px;
    font-weight: 600;
}

.category-products-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    margin-left: 38px;
    margin-right: 38px;
}

    .category-products-wrapper::-webkit-scrollbar {
        display: none;
    }

.category-products-track {
    display: flex;
    gap: 8px;
    flex-wrap: nowrap;
    width: max-content;
    margin-inline: auto;
    align-items: flex-start;
}

.category-products {
    flex: 0 0 auto;
    white-space: nowrap;
    margin: 0;
}

.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: none;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
}

.scroll-left {
    left: 0;
}

.scroll-right {
    right: 0;
}

.category-products-shell.is-overflowing .scroll-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.select-wrapper > .small {
    color: white;
    margin-bottom: 0px;
    margin-top: 16px;
}

.backdrop-nav {
    width: 100%;
    height: 100dvh;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    cursor: unset;
    z-index: 999;
}

.nav-menu {
    width: 350px;
    height: 100dvh;
    position: fixed;
    background: white;
    z-index: 9999;
    padding: 16px;
}

.progress {
    border-radius: 4px;
    height: 8px;
    width: 100%;
    background-color: #fff;
}

.hero-title {
    opacity: 0;
    transform: translateY(160px) scale(0.6);
    animation: titleReveal 0.8s ease-in-out forwards;
    filter: drop-shadow(0 0 0 rgba(255, 255,255,0));
}

.snackbar-container {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 360px;
}

.snackbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(65deg, #061e44 40%, black);
    gap: 12px;
    padding: 14px 16px 14px 24px;
    border-radius: 8px;
    color: white;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    animation: snackbar-in 0.3s ease-out;
}

.snackbar-info .indicator {
    background: #1846ab;
}

.snackbar-success .indicator {
    background: #087831;
}

.snackbar-warning .indicator {
    background: #d97706;
}

.snackbar-error .indicator {
    background: #b01919;
}

.snackbar-leave {
    animation: snackbar-out 0.3s ease-in forwards;
}

@keyframes snackbar-in {
    from {
        opacity: 0;
        transform: translateX(280px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes snackbar-out {
    from {
        opacity: 1;
        transform: translateX(0);
    }

    to {
        opacity: 0;
        transform: translateX(280px);
    }
}

@keyframes titleReveal {
    80% {
        opacity: 1;
        transform: translateY(-8px) scale(1.02);
        filter: drop-shadow(0 0 8px rgba(255, 255,255,0));
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: drop-shadow(0 0 8px rgba(255, 255,255,0));
    }
}

.hero-subtitle {
    color: rgba(255,255,255,0.9);
    transform: translateY(160px) scale(0.2);
    letter-spacing: 0.02em;
    text-shadow: 0 1px 8px rgba(0,0,0,0.15);
    filter: drop-shadow(0 0 0 rgba(255, 255,255,0));
    animation: titleReveal 0.85s ease-in-out forwards;
}

.chat-wrapper {
    width: 100%;
    max-width: 860px;
    height: calc(100vh - 40px);
    max-height: 900px;
    display: flex;
    flex-direction: column;
    background: #061e44;
    border-radius: 16px;
    box-shadow: 2px 2px 4px black;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.category-products {
    padding: 6px;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid transparent;
}

    .category-products:hover {
        border-bottom: 2px solid rgba(0, 0, 0, 0.4);
    }

.category-products.underline{
    border-bottom: 2px solid black;
}

.chat-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    background: linear-gradient(135deg, #061e44 0%, black 100%);
    color: white;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

    .chat-header::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -10%;
        width: 200px;
        height: 200px;
        background: rgba(255,255,255,0.06);
        border-radius: 50%;
        pointer-events: none;
    }

.header-left {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 1;
}

.bot-avatar-header {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid rgba(255,255,255,0.3);
    flex-shrink: 0;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: -1px;
}

.header-info {
    display: flex;
    flex-direction: column;
}

.header-title {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.2px;
}

.header-subtitle {
    font-size: 12px;
    opacity: 0.85;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 1px;
}

.status-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
}

    .status-dot.online {
        background: #4ade80;
        box-shadow: 0 0 6px #4ade80;
        animation: pulse 2s infinite;
    }

    .status-dot.offline {
        background: #f87171;
    }

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.6;
    }
}

.header-right {
    position: relative;
    z-index: 1;
}

.btn-icon {
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.25);
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

    .btn-icon:hover {
        background: rgba(255,255,255,0.28);
    }

.chat-messages {
    flex: 1;
    overflow-y: auto;
    padding: 24px 24px 12px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    scroll-behavior: smooth;
}

    .chat-messages::-webkit-scrollbar {
        width: 5px;
    }

    .chat-messages::-webkit-scrollbar-track {
        background: transparent;
    }

    .chat-messages::-webkit-scrollbar-thumb {
        background: rgba(4,116,190,0.2);
        border-radius: 4px;
    }

.message-row {
    display: flex;
    align-items: flex-end;
    gap: 9px;
    max-width: 100%;
    animation: slideIn 0.22s ease-out;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.user-row {
    flex-direction: row-reverse;
}

.assistant-row {
    flex-direction: row;
}

.bot-avatar-msg {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 8px;
    background: linear-gradient(135deg, #061e44, black);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 14px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.5px;
}

.user-avatar-msg {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 8px;
    background: linear-gradient(135deg, #7e9ab5, #556b82);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.message-bubble {
    max-width: 72%;
    padding: 11px 15px;
    border-radius: 18px;
    position: relative;
    word-wrap: break-word;
    line-height: 1.6;
    font-size: 14.5px;
}

.user-bubble {
    background: linear-gradient(135deg, #061e44 0%, black 100%);
    color: white;
    border-bottom-right-radius: 4px;
    box-shadow: 0 3px 12px rgba(4, 116, 190, 0.28);
}

.assistant-bubble {
    background: #f4f8fc;
    color: black;
    border-bottom-left-radius: 4px;
    border: 1px solid rgba(0,0,0,0.3);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.message-time {
    display: block;
    font-size: 10px;
    opacity: 0.6;
    margin-top: 4px;
    text-align: right;
}

.assistant-bubble p {
    margin-bottom: 8px;
}

    .assistant-bubble p:last-child {
        margin-bottom: 0;
    }

.assistant-bubble ul, .assistant-bubble ol {
    padding-left: 18px;
    margin: 6px 0;
}

.assistant-bubble li {
    margin-bottom: 3px;
    line-height: 1.55;
}

.assistant-bubble strong {
    color: black;
    font-weight: 700;
}

.assistant-bubble em {
    font-style: italic;
    color: rgba(0,0,0,0.7);
}

.assistant-bubble a {
    color: #061e44;
    text-decoration: underline;
    text-decoration-color: rgba(4, 116, 190, 0.4);
    text-underline-offset: 2px;
    word-break: break-all;
    transition: color 0.15s;
}

    .assistant-bubble a:hover {
        color: black;
        text-decoration-color: black;
    }

.user-bubble a {
    color: rgba(255,255,255,0.9);
    text-decoration: underline;
    text-decoration-color: rgba(255,255,255,0.5);
    text-underline-offset: 2px;
}

    .user-bubble a:hover {
        color: white;
        text-decoration-color: white;
    }

.assistant-bubble code {
    background: rgba(4, 116, 190, 0.08);
    padding: 1px 5px;
    border-radius: 4px;
    font-family: 'Consolas', 'Courier New', monospace;
    font-size: 13px;
    color: black;
    border: 1px solid rgba(4,116,190,0.15);
}

.typing-bubble {
    padding: 14px 17px;
}

.typing-indicator {
    display: flex;
    gap: 5px;
    align-items: center;
    height: 16px;
}

    .typing-indicator span {
        width: 7px;
        height: 7px;
        background: #061e44;
        border-radius: 50%;
        animation: bounce 1.3s infinite;
        opacity: 0.5;
    }

        .typing-indicator span:nth-child(2) {
            animation-delay: 0.22s;
        }

        .typing-indicator span:nth-child(3) {
            animation-delay: 0.44s;
        }

@keyframes bounce {
    0%, 60%, 100% {
        transform: translateY(0);
        opacity: 0.35;
    }

    30% {
        transform: translateY(-7px);
        opacity: 1;
    }
}

.chat-input-area {
    padding: 14px 24px 18px;
    background: white;
    border-top: 1px solid rgba(0,0,0,0.3);
    flex-shrink: 0;
}

.input-container {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    background: #f4f8fc;
    border: 1.5px solid rgba(0,0,0,0.3);
    border-radius: 8px;
    padding: 8px 8px 8px 16px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

    .input-container:focus-within {
        border-color: #061e44;
        box-shadow: 0 0 0 3px rgba(4, 116, 190, 0.12);
        background: white;
    }

.chat-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 14.5px;
    color: black;
    resize: none;
    font-family: inherit;
    line-height: 1.5;
    max-height: 120px;
    padding: 4px 0;
}

    .chat-input::placeholder {
        color: rgba(0,0,0,0.7);
    }

    .chat-input:disabled {
        opacity: 0.45;
        cursor: not-allowed;
    }

.send-btn {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #061e44, black);
    border: none;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    box-shadow: 0 2px 10px rgba(4, 116, 190, 0.38);
}

    .send-btn:hover:not(.disabled) {
        transform: scale(1.06);
        box-shadow: 0 4px 16px rgba(4, 116, 190, 0.5);
    }

    .send-btn.disabled {
        opacity: 0.35;
        cursor: not-allowed;
        box-shadow: none;
    }

.input-hint {
    font-size: 11px;
    color: rgba(0,0,0,0.7);
    text-align: center;
    margin-top: 9px;
    letter-spacing: 0.1px;
}

    .input-hint a {
        color: #061e44;
        text-decoration: none;
        font-weight: 600;
    }

        .input-hint a:hover {
            text-decoration: underline;
        }

@media (max-width: 640px) {
    #app {
        padding: 0;
    }

    .chat-wrapper {
        border-radius: 0;
        height: 100vh;
        max-height: none;
    }

    .message-bubble {
        max-width: 84%;
    }

    .chat-messages {
        padding: 14px 14px 8px;
    }

    .chat-input-area {
        padding: 10px 14px 14px;
    }

    .chat-header {
        padding: 12px 16px;
    }
}

.chat-fab {
    position: fixed;
    bottom: 28px;
    right: 28px;
    border: none;
    color: white;
    cursor: pointer;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: all 0.1s ease-in-out;
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.7));
    z-index: 999;
}

    .chat-fab:not(.fab-open) {
        width: 96px;
        height: 96px;
        background: none;
    }

    .chat-fab:hover {
        filter: drop-shadow(2px 2px 4px rgba(0,0,0,1));
    }

    .chat-fab.fab-open {
        border-radius: 50%;
        width: 58px;
        height: 58px;
        background-color: #0e74bb;
    }

.fab-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #ef4444;
    color: white;
    font-size: 11px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    pointer-events: none;
}
/* Panel */
.widget-panel {
    position: fixed;
    bottom: 100px;
    right: 28px;
    width: 380px;
    height: 540px;
    max-height: calc(100vh - 114px);
    background: white;
    border-radius: 16px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 998;
    transform: scale(0.85) translateY(20px);
    transform-origin: bottom right;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.28s cubic-bezier(.34,1.4,.64,1), opacity 0.22s ease;
}

    .widget-panel.panel-open {
        transform: scale(1) translateY(0);
        opacity: 1;
        pointer-events: all;
    }
/* Widget Header */
.widget-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    background: linear-gradient(135deg, #061e44, black);
    color: white;
    flex-shrink: 0;
}

.widget-header-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.widget-avatar {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 15px;
}

.widget-title {
    font-size: 14px;
    font-weight: 700;
}

.widget-subtitle {
    font-size: 11px;
    opacity: 0.82;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 1px;
}

.widget-header-actions {
    display: flex;
    gap: 4px;
}

.widget-btn-icon {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 7px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s;
}

    .widget-btn-icon:hover {
        background: rgba(255,255,255,0.25);
    }
/* Widget Messages */
.widget-messages {
    flex: 1;
    overflow-y: auto;
    padding: 16px 14px 8px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    scroll-behavior: smooth;
}

    .widget-messages::-webkit-scrollbar {
        width: 4px;
    }

    .widget-messages::-webkit-scrollbar-track {
        background: transparent;
    }

    .widget-messages::-webkit-scrollbar-thumb {
        background: rgba(0,0,0,0.18);
        border-radius: 4px;
    }
/* Widget Welcome */
.widget-welcome {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 10px;
    gap: 10px;
    flex: 1;
}

.widget-welcome-icon {
    animation: float 3.5s ease-in-out infinite;
    color: white;
    border-radius: 50%;
    filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.7));
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.widget-welcome-text {
    font-size: 14px;
    color: rgba(0,0,0,0.7);
    font-weight: 500;
}

.widget-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    justify-content: center;
    margin-top: 4px;
}

.widget-chip {
    background: white;
    border: 1px solid black;
    color: black;
    border-radius: 16px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    transition: all 0.18s;
}

    .widget-chip:hover {
        background: #061e44;
        color: white;
        border-color: #061e44;
    }
/* Widget Message Bubbles */
.widget-msg-row {
    display: flex;
    align-items: flex-end;
    gap: 7px;
    animation: slideIn 0.2s ease-out;
}

.widget-user-row {
    flex-direction: row-reverse;
}

.widget-bot-row {
    flex-direction: row;
}

.widget-bot-avatar {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 7px;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.7));
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 11px;
}

.widget-bubble {
    max-width: 78%;
    padding: 9px 12px;
    border-radius: 14px;
    font-size: 13.5px;
    line-height: 1.55;
    word-wrap: break-word;
}

.widget-user-bubble {
    background: linear-gradient(135deg, #061e44, black);
    color: white;
    border-bottom-right-radius: 3px;
}

.widget-bot-bubble {
    background: #f4f8fc;
    color: black;
    border-bottom-left-radius: 3px;
    border: 1px solid rgba(0,0,0,0.3);
}

.widget-time {
    display: block;
    font-size: 9.5px;
    opacity: 0.55;
    margin-top: 3px;
    text-align: right;
}

.widget-typing-bubble {
    padding: 12px 14px;
}

.widget-bot-bubble p {
    margin-bottom: 6px;
}

    .widget-bot-bubble p:last-child {
        margin-bottom: 0;
    }

.widget-bot-bubble ul {
    padding-left: 16px;
    margin: 4px 0;
}

.widget-bot-bubble li {
    margin-bottom: 2px;
}

.widget-bot-bubble strong {
    color: black;
    font-weight: 700;
}

.widget-bot-bubble code {
    background: rgba(4,116,190,0.08);
    padding: 1px 4px;
    border-radius: 3px;
    font-size: 12px;
    font-family: 'Consolas', monospace;
}

.widget-bot-bubble a {
    color: #061e44;
    text-decoration: underline;
    text-underline-offset: 2px;
    word-break: break-all;
}

.widget-user-bubble a {
    color: rgba(255,255,255,0.88);
    text-decoration: underline;
}
/* Widget Input */
.widget-input-area {
    padding: 10px 14px 12px;
    border-top: 1px solid rgba(0,0,0,0.3);
    background: white;
    flex-shrink: 0;
}

.widget-input-container {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1.5px solid rgba(0,0,0,0.3);
    border-radius: 12px;
    padding: 6px 6px 6px 12px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

    .widget-input-container:focus-within {
        border-color: #061e44;
        box-shadow: 0 0 0 3px rgba(4,116,190,0.1);
        background: white;
    }

.widget-input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 13.5px;
    align-content: center;
    color: black;
    resize: none;
    overflow-y: hidden; /* no scrollbar during height transition */
    font-family: inherit;
    line-height: 1.45;
    max-height: 80px;
    padding: 3px 0;
}

    .widget-input::placeholder {
        color: rgba(0,0,0,0.7);
    }

    .widget-input:disabled {
        opacity: 0.4;
    }

.widget-send-btn {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 8px;
    background: linear-gradient(135deg, #061e44, black);
    border: none;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.18s;
    box-shadow: 0 2px 8px rgba(4,116,190,0.35);
}

    .widget-send-btn:hover:not(.disabled) {
        transform: scale(1.07);
        box-shadow: 0 3px 12px rgba(4,116,190,0.48);
    }

    .widget-send-btn.disabled {
        opacity: 0.35;
        cursor: not-allowed;
        box-shadow: none;
    }

.widget-hint {
    font-size: 10.5px;
    color: rgba(0,0,0,0.7);
    text-align: center;
    margin-top: 7px;
}
/* Mobile widget */
@media (max-width: 480px) {
    .widget-panel {
        right: 12px;
        left: 12px;
        width: auto;
        bottom: 88px;
    }

    .chat-fab {
        bottom: 20px;
        right: 20px;
    }
}



.hover-shadow img {
    transition: all 0.2s ease-in-out;
}

.hover-shadow {
    transition: filter 0.2s ease-in-out;
}

    .hover-shadow:hover {
        filter: drop-shadow(2px 2px 4px gray);
    }

.hover-zoom {
    transition: transform 0.2s ease-in-out;
}

    .hover-zoom:hover {
        transform: scale(1.015);
    }

.glass {
    background: linear-gradient(65deg, rgba(255, 255, 255, 0.2) 10%, rgba(255, 255, 255, 0.24) 15%, rgba(255, 255, 255, 0.2) 20%);
    border-radius: 16px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.paper {
    background: white;
    border-radius: 16px;
}

.home-hero {
    --home-hero-min-height: calc(100vh + 1px);
    width: 100%;
    min-height: var(--home-hero-min-height);
    background: linear-gradient(65deg, #061e44 40%, black);
}

@supports (height: 100svh) {
    .home-hero {
        --home-hero-min-height: calc(100svh + 1px);
    }
}

.home-hero__inner {
    width: 100%;
    min-height: var(--home-hero-min-height);
    padding-top: 64px;
    padding-bottom: 32px;
    z-index: 888;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-hero__inner > .small-page-padding,
.home-hero .header-landing,
.home-hero .header-landing > * {
    min-width: 0;
}

.home-hero__inner > .small-page-padding {
    width: 100%;
}

.home-hero__title {
    font-size: 3rem;
}

.home-hero__lead {
    font-size: 1.1rem;
}

.home-hero .service-grid .glass {
    min-width: 0;
    grid-template-columns: 32px minmax(0, 1fr) 32px !important;
}

.home-hero .service-grid .h3 {
    font-size: 1.2rem;
    line-height: 1.2;
    min-width: 0;
}

.home-hero .service-grid .modern-button-transparent {
    width: 32px;
    min-width: 32px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (max-width: 759px) {
    .home-hero__title {
        font-size: 2rem;
        line-height: 1.15;
        overflow-wrap: break-word;
        hyphens: auto;
    }

    .home-hero__lead {
        font-size: 1rem;
    }

    .home-hero .service-grid .h3 {
        font-size: 1.15rem;
        line-height: 1.2;
    }
}


html:has(.top-header-blue) .menu-button {
    color: white;
}

html:not(:has(.top-header-blue)) .menu-button {
    color: black;
}


html:has(.top-header-blue) .menu-title {
    color: white;
}

html:not(:has(.top-header-blue)) .menu-title {
    color: black;
}

.vorgehen-margin .owl-nav {
    position: absolute;
    top: -86px;
    right: 300px;
    font-size: 36px;
    font-weight: 500;
    color: white;
    background-color: transparent !important;
}

    .vorgehen-margin .owl-nav button {
        height: 32px;
    }

        .vorgehen-margin .owl-nav button span {
            height: 32px;
        }

    .vorgehen-margin .owl-nav .owl-next {
        margin-left: 16px !important;
    }

    .vorgehen-margin .owl-nav button:hover {
        background: transparent !important;
        color: darkgray !important;
    }

    .vorgehen-margin .owl-nav button:disabled {
        color: unset !important;
    }

.nav-tabs.nav {
    border-bottom: 0px;
    display: flex;
    justify-content: center;
}

.nav-tabs-horiz.nav {
    border-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nav-tabs.nav .nav-item {
    margin: 8px;
}

    .nav-tabs.nav .nav-item a {
        text-align: center;
    }

.show {
    visibility: visible !important;
}

.h1 {
    font-family: "Saira", sans-serif;
    font-weight: 500;

}

.h2 {
    font-family: "Saira", sans-serif;
    font-weight: 500;
}

.h3 {
    font-family: "Saira", sans-serif;
    font-weight: 500;
}

.h4 {
    font-family: "Saira", sans-serif;
    font-weight: 500;
}

details.jobs[open]{
    margin-bottom: 32px;
}

.custom-app {
    width: 256px;
    height: 36px;
    border-radius: 8px;
    padding-left: 8px;
    padding-right: 8px;
    background: linear-gradient(#0e74bb, #0584d7);
    border: 0px;
    color: white;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
}

    .custom-app option {
        color: #000;
        border: 0px;
    }

        .custom-app option:hover {
            background-color: #111;
        }

    .custom-app:focus-visible {
        outline: 0px;
    }

.file-uploader {
    width: 100%;
    background: transparent;
    border-radius: 8px;
}

    .file-uploader .file-list {
        list-style: none;
        width: 100%;
        max-height: 410px;
        overflow-y: auto;
        scrollbar-color: #999 transparent;
        scrollbar-width: thin;
    }

        .file-uploader .file-list:has(li) {
            padding: 20px;
        }

.file-list .file-item {
    display: flex;
    gap: 14px;
    margin-bottom: 22px;
}

    .file-list .file-item:last-child {
        margin-bottom: 0px;
    }

    .file-list .file-item .file-extension {
        height: 50px;
        width: 50px;
        color: #fff;
        display: flex;
        text-transform: uppercase;
        align-items: center;
        justify-content: center;
        border-radius: 15px;
        background: #0e74bb;
        align-self: center;
    }

    .file-list .file-item .file-content-wrapper {
        flex: 1;
    }

    .file-list .file-item .file-content {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .file-list .file-item .file-name {
        font-size: 1rem;
        font-weight: 600;
        margin-bottom: 0rem !important;
    }

    .file-list .file-item .file-info {
        display: flex;
        gap: 5px;
    }

        .file-list .file-item .file-info small {
            color: #5c5c5c;
            margin-top: 5px;
            display: block;
            font-size: 0.9rem;
            font-weight: 500;
        }

        .file-list .file-item .file-info .file-status {
            color: #0e74bb;
        }

    .file-list .file-item .cancel-button {
        align-self: center;
        border: none;
        outline: none;
        background: none;
        cursor: pointer;
        font-size: 1.4rem;
    }

        .file-list .file-item .cancel-button:hover {
            color: #E3413F;
        }

    .file-list .file-item .file-progress-bar {
        width: 100%;
        height: 3px;
        margin-top: 10px;
        border-radius: 30px;
        background: #d9d9d9;
    }

        .file-list .file-item .file-progress-bar .file-progress {
            width: 0%;
            height: inherit;
            border-radius: inherit;
            background: #0e74bb;
        }

.file-uploader .file-upload-box {
    border-radius: 8px;
    min-height: 100px;
    display: flex;
    align-items: center;
    background-color: white;
    justify-content: center;
    border: 2px dashed gray;
    transition: all 0.2s ease;
}

    .file-uploader .file-upload-box.active {
        border: 2px solid #0e74bb;
        background: #F3F6FF;
    }

        .file-uploader .file-upload-box.active .file-browse-button {
            display: none;
        }

    .file-uploader .file-upload-box .box-title {
        font-size: 1.05rem;
        font-weight: 500;
        color: #626161;
    }

    .file-uploader .file-upload-box.active .box-title {
        pointer-events: none;
    }

.file-upload-box .box-title .file-browse-button {
    color: #0584d7;
    cursor: pointer;
}

    .file-upload-box .box-title .file-browse-button:hover {
        text-decoration: underline;
    }

.application-file-uploader {
    width: 100%;
}

.file-details:has(.application-file-status-error) .file-name  {
    /*color: #b01919 !important;*/
    text-decoration: line-through;
}

.application-file-uploader .application-file-list {
    list-style: none;
    width: 100%;
    max-height: 410px;
    overflow-y: auto;
    scrollbar-color: #999 transparent;
    scrollbar-width: thin;
    padding: 12px 0 0;
}

.application-file-upload-box {
    position: relative;
    border-radius: 8px;
    min-height: 80px;
    display: flex;
    align-items: center;
    background-color: white;
    justify-content: center;
    border: 2px dashed gray;
    cursor: pointer;
    transition: all 0.2s ease;
}

.application-file-upload-box:hover,
.application-file-upload-box:focus-within {
    border-color: #0e74bb;
    background: #F3F6FF;
}

.application-file-upload-box.is-drag-over {
    border-color: #0e74bb;
    background: #eaf4fb;
    box-shadow: inset 0 0 0 1px #0e74bb;
}

.application-file-upload-box .box-title {
    font-size: 1.05rem;
    font-weight: 500;
    color: #626161;
    margin: 0;
    text-align: center;
}

.application-file-browse-button {
    color: #0584d7;
}

.application-file-browse-button:hover {
    text-decoration: underline;
}

.application-file-input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.application-file-status-success {
    color: #087831 !important;
}

.application-file-status-error {
    color: #b01919 !important;
}

.application-file-status-active {
    color: #0e74bb !important;
}

.application-file-status-pending {
    color: #5c5c5c !important;
}

.online-application-actions {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-top: 16px;
}

.online-application-actions label {
    flex: 1;
}

.online-application-actions .modern-button-filled-primary {
    flex: 0 0 auto;
}

@media (max-width: 768px) {
    .online-application-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .online-application-actions .modern-button-filled-primary {
        width: 100%;
    }
}

.application-confirmation {
    min-height: 600px;
    display: grid;
    align-content: center;
    gap: 24px;
    padding: 56px 0;
}

.application-confirmation-hero {
    max-width: 760px;
    display: grid;
    gap: 12px;
}

.application-confirmation-icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #087831;
    color: white;
    font-size: 1.35rem;
}

.application-confirmation-kicker {
    margin: 0;
    color: #0e74bb;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
}

.application-confirmation-hero h2 {
    margin: 0;
    color: #061e44;
    font-family: "Saira", sans-serif;
    font-size: 2.4rem;
    line-height: 1.15;
}

.application-confirmation-hero p:last-child {
    max-width: 680px;
    margin: 0;
    color: #334155;
    font-size: 1.08rem;
    line-height: 1.65;
}

.application-confirmation-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.application-confirmation-card {
    min-height: 100%;
    border: 1px solid #dde6f0;
    border-radius: 8px;
    background: #ffffff;
    padding: 20px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
}

.application-confirmation-card i {
    color: #0e74bb;
    font-size: 1.35rem;
    margin-bottom: 14px;
}

.application-confirmation-card h3 {
    margin: 0 0 8px;
    color: #061e44;
    font-family: "Saira", sans-serif;
    font-size: 1.2rem;
}

.application-confirmation-card p {
    margin: 0;
    color: #334155;
    line-height: 1.55;
}

.application-confirmation-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.application-confirmation-actions a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    text-decoration: none;
}

.application-confirmation-link {
    color: #0e74bb;
    font-weight: 600;
}

@media (max-width: 992px) {
    .application-confirmation-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .application-confirmation {
        min-height: auto;
        padding: 32px 0;
    }

    .application-confirmation-hero h2 {
        font-size: 2rem;
    }

    .application-confirmation-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .application-confirmation-actions a {
        width: 100%;
        justify-content: center;
    }
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #ddd;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 0px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.horizontal-scroll::-webkit-scrollbar {
    height: 8px;
}

.horizontal-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.horizontal-scroll::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.25);
    border-radius: 999px;
}

    .horizontal-scroll::-webkit-scrollbar-thumb:hover {
        background: rgba(0,0,0,0.4);
    }

input[type="file"] {
    display: none;
}

.drop-class {
    border: 2px dashed #0e74bb !important;
}

.drop-div .show-on-drop {
    display: none;
}

.drop-class .show-on-drop {
    display: block;
}

.drop-div .show-normal {
    display: block;
}

.drop-class .show-normal {
    display: none;
}

.custom-file-upload {
    border: 0px solid transparent;
    color: #0d6efd;
    text-decoration: underline;
}

    .custom-file-upload:hover {
        color: black;
        cursor: pointer;
    }

details.jobs > summary {
    width: 100%;
    height: 56px;
    border-radius: 8px;
    background-color: #f1f1f1;
    color: #0474be;
    display: inline-flex;
    padding: 18px;
    position: relative;
    transition: all 0.2s ease-in-out;
}

details.jobs[open] > summary {
    background-color: #0088cc;
    color: white;
}

details.jobs > summary::after {
    content: '❯';
    position: absolute;
    transform-origin: 50% 50%;
    right: 16px;
    transition: all 0.2s ease-in-out;
}

details.jobs[open] > summary::after {
    transform: rotate(90deg);
}

details.faq > summary {
    width: 100%;
    height: 38px;
    background-color: #f1f1f1;
    border-radius: 8px;
    display: inline-flex;
    padding: 10px;
    position: relative;
    transition: all 0.2s ease-in-out;
}

details.faq > summary::after {
    content: '❯';
    position: absolute;
    transform-origin: 50% 50%;
    right: 16px;
    transition: all 0.2s ease-in-out;
}

details.faq[open] > summary::after {
    transform: rotate(90deg);
}

details.teams-as-a-service > summary {
    width: 100%;
    align-items: center;
    height: 56px;
    display: inline-flex;
    position: relative;
    transition: all 0.2s ease-in-out;
}

    details.teams-as-a-service > summary::after {
        content: '❯';
        position: absolute;
        transform-origin: 50% 50%;
        right: 16px;
        transition: all 0.2s ease-in-out;
    }

details.teams-as-a-service[open] > summary::after {
    transform: rotate(90deg);
}

details.filters > summary {
    width: 100%;
    display: inline-flex;
    position: relative;
    padding: 8px;
    border-radius: 4px;
}

    details.filters > summary:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    details.filters > summary::after {
        content: ' +';
        position: absolute;
        font-size: 24px;
        width: 14px;
        text-align: center;
        right: 4px;
        line-height: 1;
        top: 2px;
    }

details.filters[open] > summary::after {
    content: ' -';
}

.team-stack-view {
    width: 100%;
    aspect-ratio: 23 / 12;
    position: relative;
    align-self: center;
}

.team-stack-layer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.24));
    pointer-events: none;
}

.team-stack-layer.is-visible {
    opacity: 1;
}

.divider {
    height: 2px;
    width: 100%;
    background-color: #ebebeb;
    margin-top: 32px;
}

.page-padding img {
    border-radius: 8px 8px 0px 0px;
}

.what-we-do-slider .owl-dots {
    opacity: 0.0;
    transition: opacity linear 0.3s;
}

.what-we-do-slider:hover .owl-dots {
    opacity: 1.0;
    transition: opacity linear 0.3s;
}

@media (max-width: 767px) {
    .skill-list {
        display: grid;
        width: 100%;
    }

    .what-we-do-image{
        grid-template-columns: auto;
    }

    .news {
        grid-template-columns: 1fr 1fr;
    }

    .instagram-news-grid > a:last-child {
        display: none;
    }

    .inline-md {
        display: grid;
        width: 100%;
    }

    .software-made-in {
        grid-template-columns: 1fr 1fr;
    }

    .sequence-md {
        order: -1;
    }

    .grid-md {
        display: grid;
    }


    .equal-grid{
        grid-template-columns: 1fr;
    }

    .equal-thirds-grid{
        grid-template-columns: 1fr;
    }

    .teams {
        grid-template-columns: 1fr;
        gap: 8px !important;
    }

    .skills-grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }


    .skills-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .teams {
        grid-template-columns: 1fr;
        gap: 8px !important;
    }

    .news {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .equal-grid {
        grid-template-columns: 1fr 1fr;
    }

    .equal-thirds-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .what-we-do-image {
        grid-template-columns: 1fr 1fr;
    }

    .skill-list {
        display: inline-grid;
        width: 32%;
    }

    .software-made-in {
        grid-template-columns: auto;
    }

    .inline-md {
        display: inline-grid;
        width: calc(50% - 4px);
    }

    .sequence-md {
        order: 1;
    }
}

@media (max-width: 1279px) {

    .scenarios {
        grid-template-columns: auto !important;

    }
    .text-and-image {
        grid-template-columns: auto;
        justify-items: center;
    }

    .text-and-image-image {
        order: 1;
        width: 80%;
    }

    .scenario {
        height: fit-content !important;
    }

    .text-and-image-text {
        order: 2;
    }

    .md-order-1 {
        order: 1;
    }

    .md-order-0 {
        order: 0;
    }
}
@media (min-width: 1280px) {

    .text-and-image {
        grid-template-columns: 1.2fr 1fr;
    }

    .teams {
        grid-template-columns: 1fr 1fr;
    }
}

.scenarios {
    display: grid;
    transition: all 0.3s ease-in-out;
    gap: 32px;
}

.scenario {
    border-radius: 8px;
    padding: 16px;
    overflow: hidden;
    background: linear-gradient(65deg, #ddd, #bbb);
    height: fit-content;
    transition: width 0.3s ease-in-out;
    width: 100%;
    position: relative;
}

    .scenario video {
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
    }

    .scenario:hover video {
        opacity: 1;
    }

    .scenario .h5{
        transition: all 0.3s ease-in-out;

    }


.chat {
    position: fixed;
    bottom: 96px;
    padding: 0;
    right: 24px;
    z-index: 99;
    border-radius: 16px;
    background: white;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
}

.chat-button {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #0e74bb;
    color: white;
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 24px;
}

    .chat-button > i {
        text-align: center;
        width: 100%;
        height: 100%;
        align-content: center;
        margin: 0;
    }

    .chat-button:hover {
        background-color: #2c85c2;
    }

#scroll-to-top {
    display: none;
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #0e74bb;
    color: white;
    cursor: pointer;
    width: 48px;
    height: 48px;
    border-radius: 24px;
}

    #scroll-to-top > i {
        text-align: center;
        width: 100%;
        height: 100%;
        align-content: center;
    }

    #scroll-to-top:hover {
        background-color: #2c85c2;
    }

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

label:has([type="checkbox"]) {
    display: flex;
    align-items: center;
    cursor: pointer;
}

[type="checkbox"] {
    position: absolute;
    z-index: 0;
    -webkit-appearance: none;
    cursor: pointer;
}

    [type="checkbox"] + label {
        position: absolute;
    }

[type="checkbox"] {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 6px;
    display: block;
    content: "";
    float: left;
    border: 3px solid #0474b4;
    margin-right: 5px;
    z-index: 5;
    position: relative;
}

    [type="checkbox"]:hover {
        background-color: #bbb;
    }

    [type="checkbox"]:checked {
        background-color: #0474b4;
        background-image: url(~/../../img/icons/checkmark.svg);
        background-size: 15px;
        background-repeat: no-repeat;
    }

html {
    position: relative;
    min-height: 100%;
}

.container {
    max-width: unset;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

spline-viewer #logo {
    display: none !important;
}

.footer .copyright {
}

.contact-item {
    position: fixed;
    bottom: 32px;
    right: 0px;
    z-index: 9999;
    background-color: white;
    border-radius: 6px 0px 0px 6px;
    width: 42px;
    height: 56px;
    box-shadow: #000000aa -4px 4px 8px;
}

.owl-dots {
    margin-right: 8px;
}

.owl-dot.active > span {
    background: #0462a1 !important;
}

.academy-cards > div {
    border-radius: 12px;
    border-top: 4px solid #0e74bb;
}

.work-cards > div {
    border-radius: 12px;
    border-top: 4px solid #0e74bb;
}

.statistics-list {
    justify-content: center;
}

    .statistics-list li {
        display: inline-block;
        width: 180px;
    }

a.nav-link.active {
    border: unset !important;
    border-bottom: 4px solid #0e74bb !important;
    border-color: transparent;
}

a.nav-link {
    border: unset !important;
    border-bottom: 4px solid transparent !important;
    border-color: transparent;
}

    a.nav-link:hover {
        border: unset !important;
        border-bottom: 4px solid #0e74bb55 !important;
        border-color: transparent;
    }

.navbar > .container {
    justify-content: center !important;
}

.category-detail-link {
    text-align: right;
}

    .category-detail-link:hover > p {
        text-decoration: underline;
    }

.categories-list-item {
    position: relative;
    height: calc(100% + 100px);
}

    .categories-list-item > p {
        line-break: revert;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-bottom: 4px;
    }

.gif-fg {
    position: relative;
    z-index: 990;
}

.navbar {
    position: absolute;
    z-index: 999;
    width: 100%;
    box-shadow: unset;
}

a:not(.classic-link) {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: black;
}

.black-gradient {
    /*background: linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,0))*/
}

a.navbar-brand.text-center {
    margin-right: 0px !important;
}

ul:not(.classic) {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.horizontal-list {
}

    .horizontal-list li {
        display: inline-grid;
        list-style: none;
        overflow: hidden;
    }

    .horizontal-list .rounded-list-item:hover .rounded-list-item-image {
        transform: scale(1.05);
        transition: all 0.2s linear;
    }

    .horizontal-list .news-list-item:hover .rounded-list-item-image {
        transform: scale(1.05);
        transition: all 0.2s linear;
    }

.footer-image-link {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background-color: #ffffffee;
    align-content: center;
    justify-content: center;
    transition: background-color linear 0.2s;
}

    .footer-image-link:hover {
        background-color: #ffffffaa;
        transition: background-color linear 0.2s;
    }

.rounded-list-item-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.2s linear;
}

.categories .rounded-list-item-image {
    filter: brightness(40%);
}

.rounded-list-item-gif {
    filter: drop-shadow(0px 4px 6px black);
    object-fit: contain;
    height: 220px;
}

.category-list-item-image-container {
    overflow: hidden;
    border-radius: 12px;
    padding-bottom: 8px;
    margin-top: -100px;
    display: grid;
    align-items: center;
    justify-items: center;
}

.radio-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.radio-button {
    display: flex;
    align-items: center;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    line-height: 1.2;
}

    .radio-button input[type="radio"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.radio-tick {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border: 2px solid black;
    border-radius: 50%;
    margin-right: 10px;
}

.radio-button input[type="radio"]:checked ~ .radio-tick {
    border: 7px solid #0474b4;
}


.footer .footer-grid a {
    text-decoration: unset !important;
    color: white !important;
    font-size: 14px;
    transition: color linear 0.2s;
}

    .footer .footer-grid a:hover {
        color: #cccccc !important;
        transition: color linear 0.2s;
    }

.modern-button-outlined {
    justify-content: center !important;
    border: 2px solid white;
    border-radius: 8px;
    background-color: transparent;
    color: white;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    font-family: Roboto;
}

    .modern-button-outlined:hover {
        border: 2px solid #ddddddff;
    }

.modern-button-outlined-black {
    justify-content: center !important;
    border: 2px solid black;
    border-radius: 8px;
    background-color: transparent;
    color: black;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    font-family: Roboto;
}

    .modern-button-outlined-black:hover {
        border: 2px solid #000000aa;
        background-color: #00000022;
    }

.modern-button-filled {
    justify-content: center !important;
    border-radius: 8px;
    background-color: white;
    border: 2px solid transparent;
    color: black;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    font-family: Roboto;
}

    .modern-button-filled:hover {
        background-color: #ddddddff;
        border: 2px solid transparent;
    }

.modern-button-filled-primary {
    justify-content: center !important;
    border-radius: 8px;
    background-color: #0e74bb;
    border: 2px solid transparent;
    color: white;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    font-family: Roboto;
}

    .modern-button-filled-primary:hover {
        background-color: #0e74bbdd;
        border: 2px solid transparent;
    }

.modern-button-filled-black {
    justify-content: center !important;
    border-radius: 8px;
    background-color: black;
    border: 2px solid transparent;
    color: white;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    font-family: Roboto;
}

    .modern-button-filled-black:hover {
        background-color: #000000aa;
    }

.filled-red {
    background-color: #ed1c24 !important;
}

    .filled-red:hover {
        background-color: #ed1c24dd !important;
    }

.filled-pink {
    background-color: #d4145a !important;
}

    .filled-pink:hover {
        background-color: #d4145add !important;
    }

.filled-purple {
    background-color: #2e3192 !important;
}

    .filled-purple:hover {
        background-color: #2e3192dd !important;
    }

.filled-green {
    background-color: #39b54a !important;
}

    .filled-green:hover {
        background-color: #39b54add !important;
    }

.filled-yellow {
    background-color: #fbb03b !important;
}

    .filled-yellow:hover {
        background-color: #fbb03bdd !important;
    }

.modern-button-transparent {
    justify-content: center !important;
    border-radius: 8px;
    background-color: transparent;
    border: 2px solid transparent;
    color: white;
    padding: 8px;
    padding-left: 16px;
    padding-right: 16px;
    font-family: Roboto;
}

    .modern-button-transparent:hover {
        background-color: #dddddd55;
        border: 2px solid transparent;
    }

.detail-columns li {
    list-style: none;
    overflow: hidden;
    vertical-align: top;
}

input {
    border: none;
    border-radius: 8px;
    height: 2.0rem;
    padding: 8px;
    display: block;
}

textarea {
    border: none;
    border-radius: 8px;
    padding: 8px;
    width: 100%;
    display: block;
}

.spacer {
    height: 2px;
    width: 100%;
    background: rgba(0,0,0,0.3);
}

.caption {
    font-size: 0.85rem;
    margin-bottom: 2px;
    margin-left: 4px;
    color: rgba(0, 0, 0, 1);
}

.news-list-item-image {
    border-radius: 12px;
    height: 200px;
    overflow: hidden;
}

.instagram-news-grid {
    display: grid;
    align-items: start;
    gap: 32px;
}

.instagram-news-card {
    display: flex;
    flex-direction: column;
    padding: 12px;
    gap: 12px;
    border-radius: 16px;
    /*filter: drop-shadow(4px 6px 6px #7777);*/
    background: #efefef;
    min-width: 0;
}

.instagram-news-media {
    position: relative;
    display: block;
    overflow: hidden;
    background: #061e44;
    color: #ffffff;
    text-decoration: none;
    aspect-ratio: 5/4;
}

.instagram-news-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 !important;
    transition: transform 0.24s ease;
}

.instagram-news-media:hover img {
    transform: scale(1.035);
}

@media(max-width: 780px){
    .instagram-news-media{
        max-width: 260px;
    }
}

.instagram-news-meta {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #ffffff;
}

.instagram-news-meta {
    right: 12px;
    top: 12px;
    font-size: 20px;
}

.instagram-news-card .news-list-item-text {
    display: -webkit-box;
    min-height: 5.8em;
    margin: 0;
    overflow: hidden;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.instagram-news-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    max-width: 680px;
    min-height: 220px;
    margin: 0 auto;
    padding: 32px;
    border: 1px solid #d9e4ef;
    border-radius: 8px;
    background: #ffffff;
    color: #061e44;
    text-align: center;
}

.instagram-news-empty > i {
    color: #0e74bb;
    font-size: 2.4rem;
}

.instagram-news-empty p {
    margin: 0;
    line-height: 1.55;
}

.instagram-news-empty a {
    color: #0e74bb;
    font-weight: 700;
    text-decoration: none;
}

.detail-image {
    width: 100%;
    margin-bottom: 32px;
}

.thirds-row {
    position: relative;
    z-index: 999;
}

.fullstack-right {
    object-fit: cover;
    justify-self: center;
    vertical-align: middle;
}

.thirds-row > div {
    background-color: #fff;
    border-radius: 12px;
    margin: 8px;
    transition: filter linear 0.3s;
}

.thirds-row:hover > div {
    filter: drop-shadow(3px 3px 3px #00000033);
}

.vorgehen-margin .owl-dots {
    margin-top: 8px;
}

.vorgehen-margin .owl-dot {
    width: 16px;
}

@media (min-width:1025px) {
    .break-md-width {
        width: 33.3%
    }

    .job-cards {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media (max-width:1024px) {
    .break-md-width {
        width: 100%
    }

    .job-cards {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width:760px) {
    .page-padding {
        padding-left: calc(calc(5vw - 16px) + (clamp(16px, 1.25vw + 12px, 36px) + calc((100vw - calc(5vw - 16px) * 2 - clamp(16px, 1.25vw + 12px, 36px) * 15) / 16)) * 2) !important;
        padding-right: calc(calc(5vw - 16px) + (clamp(16px, 1.25vw + 12px, 36px) + calc((100vw - calc(5vw - 16px) * 2 - clamp(16px, 1.25vw + 12px, 36px) * 15) / 16)) * 2) !important;
    }

    .small-page-padding {
        padding-left: 64px;
        padding-right: 64px;
    }

    .product-selection {
        grid-template-columns: 1fr 1fr;
    }

    .statistics-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .academy-cards {
        grid-template-columns: 1fr 1fr;
    }

    .break-small {
        grid-template-columns: 1fr 1fr;
    }

    .work-with-us-reasons{
        grid-template-columns: 1fr 1fr 1fr;
    }

    .contact-grid {
        grid-template-columns: 1fr 1.5fr;
    }

    .services-footer {
        grid-template-columns: 1.33fr 1fr;
    }

    .service-grid {
        grid-template-columns: 1fr 1fr;
    }

    .academy-footer {
        grid-template-columns: 250px auto;
    }

    .category {
        grid-template-columns: 1fr 1fr;
    }

    .navbar.navbar-expand-sm.navbar-toggleable-sm.navbar-light.black-gradient.page-padding {
        padding-left: 64px !important;
        padding-right: 64px !important;
        height: 90px;
    }

    .vorgehen-margin .owl-stage {
        margin-left: calc(calc(5vw - 16px) + (clamp(16px, 1.25vw + 12px, 36px) + calc((100vw - calc(5vw - 16px) * 2 - clamp(16px, 1.25vw + 12px, 36px) * 15) / 16)) * 2) !important;
    }
}

@media (min-width: 1280px) {
    .product-selection {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .header-landing {
        grid-template-columns: 1.4fr 1fr;
    }

    .who-are-we {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 1279px) {
    .who-are-we {
        grid-template-columns: auto;
        justify-items: center;
    }
}

@media (min-width:1921px) {
    .page-padding {
        padding-left: calc(max(0px, 50vw - 2560px / 2) + min(50vw - 880px, 400px) + (clamp(16px, 1.25vw + 12px, 36px) + calc((min(100vw, 2560px) - min(50vw - 880px, 400px) * 2 - clamp(16px, 1.25vw + 12px, 36px) * 15) / 16)) * 2) !important;
        padding-right: calc(max(0px, 50vw - 2560px / 2) + min(50vw - 880px, 400px) + (clamp(16px, 1.25vw + 12px, 36px) + calc((min(100vw, 2560px) - min(50vw - 880px, 400px) * 2 - clamp(16px, 1.25vw + 12px, 36px) * 15) / 16)) * 2) !important;
    }

    .small-page-padding {
        padding-left: 128px;
        padding-right: 128px;
    }

    .header-landing {
        grid-template-columns: 1.4fr 1fr;
    }

    .who-are-we {
        grid-template-columns: 1fr 1fr;
    }

    .statistics-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }

    .break-small {
        grid-template-columns: 1fr 1fr;
    }

    .services-footer {
        grid-template-columns: 1.33fr 1fr;
    }

    .category {
        grid-template-columns: 1fr 1fr;
    }

    .contact-grid {
        grid-template-columns: 1fr 1.5fr;
    }

    .product-selection {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .navbar.navbar-expand-sm.navbar-toggleable-sm.navbar-light.black-gradient.page-padding {
        padding-left: 64px !important;
        padding-right: 64px !important;
        height: 90px;
    }

    .vorgehen-margin .owl-stage {
        margin-left: calc(max(0px, 50vw - 2560px / 2) + min(50vw - 880px, 400px) + (clamp(16px, 1.25vw + 12px, 36px) + calc((min(100vw, 2560px) - min(50vw - 880px, 400px) * 2 - clamp(16px, 1.25vw + 12px, 36px) * 15) / 16)) * 2) !important;
    }
}

@media (max-width:759px) {
    .page-padding {
        padding-left: max(22px, 10.625vw - 12px) !important;
        padding-right: max(22px, 10.625vw - 12px) !important;
    }

    .break-md {
        flex-direction: column;
    }

    .work-with-us-reasons {
        grid-template-columns: auto;
    }

    .academy-footer {
        grid-template-columns: auto;
    }

    .job-cards {
        grid-template-columns:auto !important;
    }

    .sm-order-1 {
        order: 1;
    }

    .sm-order-0 {
        order: 0;
    }

    .academy-cards {
        grid-template-columns: auto;
    }

    .small-page-padding {
        padding-left: 32px;
        padding-right: 32px;
    }

    .product-selection {
        grid-template-columns: 1fr;
    }

    .service-grid {
        grid-template-columns: 1fr;
    }

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .hover-shadow:hover img {
        margin-top: 0 !important;
    }

    .hover-zoom:hover {
        transform: none !important;
    }

    .statistics-grid {
        grid-template-columns: 1fr 1fr;
    }

    .break-small {
        grid-template-columns: 1fr;
    }

    .services-footer {
        grid-template-columns: 1fr;
    }

    .navbar.navbar-expand-sm.navbar-toggleable-sm.navbar-light.black-gradient.page-padding {
        padding-left: 32px !important;
        padding-right: 32px !important;
        height: 90px;
    }

    .category {
        grid-template-columns: 1fr;
    }

    .header-landing {
        grid-template-columns: 1fr;
    }

    .vorgehen-margin .owl-stage {
        margin-left: max(22px, 10.625vw - 12px) !important;
    }
}

@media (min-width:2001px) {
    .detail-tabs {
        padding-left: 16px;
    }

    .horizontal-list li:not(.thirds-row) {
        width: calc(50% - 4px);
        height: 45vw;
    }

    .thirds-row {
        width: calc(33.33% - 3px);
    }

    .rounded-list-item {
        border-radius: 12px;
        margin: 16px;
        overflow: hidden;
    }

    .category-list-item-image-container {
        height: 240px;
    }

    .news-width {
        width: calc(33.33vw - 204px);
    }

    .filter-grid {
        grid-template-columns: 256px auto;
    }

    .md-hidden {
        display: block;
    }

    .md-visible {
        display: none;
    }

    .detail-columns li.left {
        width: calc(60% - 4px);
        display: inline-block;
    }

    .detail-columns li.right {
        width: calc(40% - 4px);
        display: inline-block;
    }

    .detail-image {
        height: 500px;
    }

    .statistics-list {
        display: flex;
    }

    .work-cards {
        display: inline-flex;
        width: calc(33% - 5px);
    }

        .work-cards > div {
            height: 200px;
        }

    .left-academy-info {
        display: inline-flex;
        justify-content: right;
        margin-right: 16px;
        width: 40%;
        height: 280px;
        vertical-align: middle;
    }

    .right-academy-info {
        display: inline-block;
        width: calc(60% - 22px);
        margin-left: 16px;
        vertical-align: middle;
    }

    .dehonit-container {
        height: 80vh;
        display: inline-grid;
        width: 48vw;
    }

    .fullstack-left {
        width: 40%;
        vertical-align: middle;
        display: inline-grid;
    }

    .fullstack-right {
        margin-left: 7%;
        width: 50%;
        display: inline-grid;
    }
}

@media (max-width:2000px) and (min-width: 1367px) {
    .rounded-list-item {
        border-radius: 12px;
        margin: 16px;
        overflow: hidden;
    }

    .horizontal-list li:not(.thirds-row) {
        width: calc(50% - 4px);
        height: 45vw;
    }

    .thirds-row {
        width: calc(33.33% - 3px);
    }

    .news-width {
        width: calc(33.33vw - 204px);
    }

    .rounded-list-item-gif {
        height: 220px;
    }

    .category-list-item-image-container {
        height: 240px;
    }

    .filter-grid {
        grid-template-columns: 256px auto;
    }

    .md-hidden {
        display: block;
    }

    .md-visible {
        display: none;
    }

    .detail-columns li.left {
        width: calc(60% - 4px);
        display: inline-block;
    }

    .detail-columns li.right {
        width: calc(40% - 4px);
        display: inline-block;
    }

    .detail-image {
        height: 440px;
    }

    .statistics-list {
        display: flex;
    }

    .detail-tabs {
        padding-left: 16px;
    }

    .work-cards {
        display: inline-flex;
        width: calc(33% - 5px);
    }

        .work-cards > div {
            height: 250px;
        }

    .left-academy-info {
        display: inline-flex;
        justify-content: right;
        margin-right: 16px;
        width: calc(40% - 16px);
        height: 280px;
        vertical-align: middle;
    }

    .right-academy-info {
        display: inline-block;
        width: calc(60% - 22px);
        margin-left: 16px;
        vertical-align: middle;
    }

    .dehonit-container {
        height: 80vh;
        display: inline-grid;
        width: 48vw;
    }

    .fullstack-left {
        width: 40%;
        vertical-align: middle;
        display: inline-grid;
    }

    .fullstack-right {
        margin-left: 17%;
        width: 40%;
        display: inline-grid;
    }
}

@media (max-width:1366px) and (min-width: 1025px) {
    .rounded-list-item {
        border-radius: 12px;
        margin: 16px;
        overflow: hidden;
    }

    .horizontal-list li:not(.thirds-row) {
        width: calc(100%);
        height: 95vw;
    }

    .thirds-row {
        width: calc(33.33% - 3px);
    }

    .news-width {
        width: calc(33.33vw - 148px);
    }

    .filter-grid {
        grid-template-columns: 256px auto;
    }

    .md-hidden {
        display: block;
    }

    .md-visible {
        display: none;
    }

    .detail-columns li.left {
        width: calc(60% - 4px);
        display: inline-block;
    }

    .detail-columns li.right {
        width: calc(40% - 4px);
        display: inline-block;
    }

    .detail-image {
        height: 350px;
    }

    .statistics-list {
        display: flex;
    }

    .detail-tabs {
        padding-left: 16px;
    }

    .work-cards {
        display: inline-flex;
        width: calc(33% - 5px);
    }

        .work-cards > div {
            height: 350px;
        }

    .left-academy-info {
        display: inline-flex;
        justify-content: right;
        margin-right: 16px;
        width: calc(40% - 16px);
        height: 280px;
        vertical-align: middle;
    }

    .right-academy-info {
        display: inline-block;
        width: calc(60% - 22px);
        margin-left: 16px;
        vertical-align: middle;
    }

    .dehonit-container {
        height: 80vh;
        display: inline-grid;
        width: 48vw;
    }

    .fullstack-left {
        width: 40%;
        vertical-align: middle;
        display: inline-grid;
    }

    .fullstack-right {
        margin-left: 7%;
        width: 50%;
        display: inline-grid;
    }
}

@media (max-width:1024px) and (min-width: 769px) {
    .rounded-list-item {
        border-radius: 12px;
        margin-top: 32px;
        overflow: hidden;
    }

    .horizontal-list li:not(.thirds-row) {
        width: calc(100%);
        height: 100vw;
    }

    .thirds-row {
        width: calc(100%);
    }

    .news-list {
        display: grid;
    }

    .news-width {
        width: calc(100vw - 380px);
    }

    .center-list {
        justify-content: center;
    }

    .md-hidden {
        display: none !important;
    }

    .md-visible {
        display: block;
    }

    .filter-grid {
        grid-template-columns: auto;
    }

    .detail-columns li.left {
        width: 100%;
        display: block;
    }

    .detail-columns li.right {
        width: 100%;
        display: block;
    }

    .detail-image {
        height: 340px;
    }

    .statistics-list {
        display: grid;
    }

        .statistics-list li {
            margin-bottom: 32px;
        }

    .detail-tabs {
        padding-left: 0px;
    }

    .work-cards {
        display: flex;
        width: 100%;
    }

    .left-academy-info {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 280px;
    }

    .right-academy-info {
        display: block;
        width: 100%;
        margin-top: 32px;
    }

    .dehonit-container {
        height: 40vh;
    }

    .fullstack-left {
        width: 100%;
        display: block;
    }

    .fullstack-right {
        margin-top: 32px;
        width: 100%;
        display: grid;
    }
}

@media (max-width:768px) and (min-width: 450px) {
    .rounded-list-item {
        border-radius: 12px;
        margin-top: 32px;
        overflow: hidden;
    }

    .horizontal-list li:not(.thirds-row) {
        width: calc(100%);
        height: 110vw;
    }

    .thirds-row {
        width: calc(100%);
    }

    .news-width {
        width: calc(100vw - 180px);
    }

    .news-list {
        display: grid;
    }

    .categories-list {
        display: grid;
    }

    .center-list {
        justify-content: center;
    }

    .filter-grid {
        grid-template-columns: auto;
    }

    .md-hidden {
        display: none !important;
    }

    .md-visible {
        display: block;
    }

    .detail-columns li.left {
        width: 100%;
        display: block;
    }

    .detail-columns li.right {
        width: 100%;
        display: block;
    }

    .detail-image {
        height: 300px;
    }

    .statistics-list {
        display: grid;
    }

        .statistics-list li {
            margin-bottom: 32px;
        }

    .detail-tabs {
        padding-left: 0px;
    }

    .work-cards {
        display: flex;
        width: 100%;
    }

    .left-academy-info {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 280px;
    }

    .right-academy-info {
        display: block;
        width: 100%;
        margin-top: 32px;
    }

    .dehonit-container {
        height: 40vh;
    }

    .fullstack-left {
        width: 100%;
        display: block;
    }

    .fullstack-right {
        margin-top: 32px;
        width: 100%;
        display: grid;
    }
}

@media (max-width:449px) {
    .rounded-list-item {
        border-radius: 12px;
        margin-top: 32px;
        overflow: hidden;
    }

    .horizontal-list li:not(.thirds-row) {
        width: calc(100%);
        height: 120vw;
    }

    .thirds-row {
        width: calc(100%);
    }

    .news-list {
        display: grid;
    }

    .news-width {
        width: calc(100vw - 120px);
    }

    .categories-list {
        display: grid;
    }

    .center-list {
        justify-content: center;
    }

    .filter-grid {
        grid-template-columns: auto;
    }

    .md-hidden {
        display: none !important;
    }

    .md-visible {
        display: block;
    }


    .detail-columns li.left {
        width: 100%;
        display: block;
    }

    .detail-columns li.right {
        width: 100%;
        display: block;
    }

    .detail-image {
        height: 240px;
    }

    .statistics-list {
        display: grid;
    }

        .statistics-list li {
            margin-bottom: 32px;
        }

    .detail-tabs {
        padding-left: 0px;
    }

    .academy-cards {
        display: flex;
        width: 100%;
    }

    .work-cards {
        display: flex;
        width: 100%;
    }

    .left-academy-info {
        display: flex;
        justify-content: center;
        width: 100%;
        height: 220px;
    }

    .right-academy-info {
        display: block;
        width: 100%;
        margin-top: 32px;
    }

    .dehonit-container {
        height: 40vh;
    }

    .fullstack-left {
        width: 100%;
        display: block;
    }

    .fullstack-right {
        margin-top: 32px;
        width: 100%;
        display: grid;
    }
}
/*#region Employee Counter*/
@property --tenPercent {
    syntax: "<integer>";
    initial-value: 10;
    inherits: false;
}

.ten-percent-counter-on-scroll {
}

.ten-percent-counter {
    counter-reset: num var(--tenPercent);
    animation: tenpercentcounter .6s alternate ease-out;
}

    .ten-percent-counter::before {
        content: counter(num);
    }

@keyframes tenpercentcounter {
    from {
        --tenPercent: 0;
    }

    to {
        --tenPercent: 10;
    }
}
/*#endregion*/
/*#region Employee Counter*/
@property --twentyPercent {
    syntax: "<integer>";
    initial-value: 20;
    inherits: false;
}

.twenty-percent-counter-on-scroll {
}

.twenty-percent-counter {
    counter-reset: num var(--twentyPercent);
    animation: twentypercentcounter .8s alternate ease-out;
}

    .twenty-percent-counter::before {
        content: counter(num);
    }

@keyframes twentypercentcounter {
    from {
        --twentyPercent: 0;
    }

    to {
        --twentyPercent: 20;
    }
}
/*#endregion*/
/*#region Employee Counter*/
@property --thirtyPercent {
    syntax: "<integer>";
    initial-value: 30;
    inherits: false;
}

.thirty-percent-counter-on-scroll {
}

.thirty-percent-counter {
    counter-reset: num var(--thirtyPercent);
    animation: thirtypercentcounter 1s alternate ease-out;
}

    .thirty-percent-counter::before {
        content: counter(num);
    }

@keyframes thirtypercentcounter {
    from {
        --thirtyPercent: 0;
    }

    to {
        --thirtyPercent: 30;
    }
}
/*#endregion*/
/*#region Employee Counter*/
@property --fourtyPercent {
    syntax: "<integer>";
    initial-value: 40;
    inherits: false;
}

.fourty-percent-counter-on-scroll {
}

.fourty-percent-counter {
    counter-reset: num var(--fourtyPercent);
    animation: fourtypercentcounter 1.2s alternate ease-out;
}

    .fourty-percent-counter::before {
        content: counter(num);
    }

@keyframes fourtypercentcounter {
    from {
        --fourtyPercent: 0;
    }

    to {
        --fourtyPercent: 40;
    }
}
/*#endregion*/
/*#region Employee Counter*/
@property --fiftyPercent {
    syntax: "<integer>";
    initial-value: 50;
    inherits: false;
}

.fifty-percent-counter-on-scroll {
}

.fifty-percent-counter {
    counter-reset: num var(--fiftyPercent);
    animation: fiftypercentcounter 1.4s alternate ease-out;
}

    .fifty-percent-counter::before {
        content: counter(num);
    }

@keyframes fiftypercentcounter {
    from {
        --fiftyPercent: 0;
    }

    to {
        --fiftyPercent: 50;
    }
}
/*#endregion*/
/*#region Employee Counter*/
@property --sixtyPercent {
    syntax: "<integer>";
    initial-value: 60;
    inherits: false;
}

.sixty-percent-counter-on-scroll {
}

.sixty-percent-counter {
    counter-reset: num var(--sixtyPercent);
    animation: sixtypercentcounter 1.6s alternate ease-out;
}

    .sixty-percent-counter::before {
        content: counter(num);
    }

@keyframes sixtypercentcounter {
    from {
        --sixtyPercent: 0;
    }

    to {
        --sixtyPercent: 60;
    }
}
/*#endregion*/
/*#region Employee Counter*/
@property --eightyPercent {
    syntax: "<integer>";
    initial-value: 80;
    inherits: false;
}

.eighty-percent-counter-on-scroll {
}

.eighty-percent-counter {
    counter-reset: num var(--eightyPercent);
    animation: eightypercentcounter 1.8s alternate ease-out;
}

    .eighty-percent-counter::before {
        content: counter(num);
    }

@keyframes eightypercentcounter {
    from {
        --eightyPercent: 0;
    }

    to {
        --eightyPercent: 80;
    }
}
/*#endregion*/
/*#region Employee Counter*/
@property --hundredPercent {
    syntax: "<integer>";
    initial-value: 100;
    inherits: false;
}

.hundred-percent-counter-on-scroll {
}

.hundred-percent-counter {
    counter-reset: num var(--hundredPercent);
    animation: hundredpercentcounter 2s alternate ease-out;
}

    .hundred-percent-counter::before {
        content: counter(num);
    }

@keyframes hundredpercentcounter {
    from {
        --hundredPercent: 0;
    }

    to {
        --hundredPercent: 100;
    }
}
/*#endregion*/
/*#region Employee Counter*/
@property --employees {
    syntax: "<integer>";
    initial-value: 15;
    inherits: false;
}

.employees-counter-on-scroll {
}

.employees-counter {
    counter-reset: num var(--employees);
    animation: emploteyeecounter 1.6s alternate ease-out;
}

    .employees-counter::before {
        content: counter(num);
    }

@keyframes emploteyeecounter {
    from {
        --employees: 0;
    }

    to {
        --employees: 15;
    }
}
/*#endregion*/
/*#region Women Counter*/
@property --women {
    syntax: "<integer>";
    initial-value: 33;
    inherits: false;
}

.women-counter-on-scroll {
}

.women-counter {
    counter-reset: num var(--women);
    animation: womencounter 1.6s alternate ease-out;
}

    .women-counter::before {
        content: counter(num);
    }

@keyframes womencounter {
    from {
        --women: 0;
    }

    to {
        --women: 33;
    }
}
/*#endregion*/
/*#region Coffees Counter*/
@property --coffees {
    syntax: "<integer>";
    initial-value: 12;
    inherits: false;
}

.coffees-counter-on-scroll {
}

.coffees-counter {
    counter-reset: num var(--coffees);
    animation: coffeescounter 1.6s alternate ease-out;
}

    .coffees-counter::before {
        content: counter(num);
    }

@keyframes coffeescounter {
    from {
        --coffees: 0;
    }

    to {
        --coffees: 12;
    }
}
/*#endregion*/
/*#region Years Counter*/
@property --years {
    syntax: "<integer>";
    initial-value: 117;
    inherits: false;
}

.years-counter-on-scroll {
}

.years-counter {
    counter-reset: num var(--years);
    animation: yearscounter 1.6s alternate ease-out;
}

    .years-counter::before {
        content: counter(num);
    }

@keyframes yearscounter {
    from {
        --years: 0;
    }

    to {
        --years: 117;
    }
}
/*#endregion*/
/*#region Teas Counter*/
@property --teas {
    syntax: "<integer>";
    initial-value: 3;
    inherits: false;
}

.teas-counter-on-scroll {
}

.teas-counter {
    counter-reset: num var(--teas);
    animation: teascounter 1.6s alternate ease-out;
}

    .teas-counter::before {
        content: counter(num);
    }

@keyframes teascounter {
    from {
        --teas: 0;
    }

    to {
        --teas: 3;
    }
}
/*#endregion*/
/*#region Certificate Counter*/
@property --certificate {
    syntax: "<integer>";
    initial-value: 19;
    inherits: false;
}

.certificate-counter-on-scroll {
}

.certificate-counter {
    counter-reset: num var(--certificate);
    animation: certificatecounter 1.6s alternate ease-out;
}

    .certificate-counter::before {
        content: counter(num);
    }

@keyframes certificatecounter {
    from {
        --certificate: 0;
    }

    to {
        --certificate: 19;
    }
}
/*#endregion*/
.slide-in-right {
    -webkit-animation: slide-in-right 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-right 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.slide-in-left {
    -webkit-animation: slide-in-left 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-left 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.fade-in {
    -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.slide-in-right {
    -webkit-animation: slide-in-right 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-right 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.slide-out-right {
    -webkit-animation: slide-out-right 0.3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: slide-out-right 0.3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes slide-out-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(400px);
        transform: translateX(400px);
        opacity: 0;
    }
}

@keyframes slide-out-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(400px);
        transform: translateX(400px);
        opacity: 0;
    }
}

@-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(400px);
        transform: translateX(400px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(400px);
        transform: translateX(400px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(400px);
        transform: translateX(400px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(400px);
        transform: translateX(400px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.accordion {
    background-color: #fff;
    cursor: pointer;
    padding: 16px 2px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-weight: 600;
    font-size: 1.6rem;
    margin-bottom: 0px;
}

.panel {
    padding: 0px 4px;
    background-color: white;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-out;
}

.accordion:after {
    content: "\25BE";
    font-size: 1.6rem;
    float: right;
}

.accordion.active {
    color: #0e74bb;
}

    .accordion.active:after {
        content: "\25B4";
        color: #0e74bb;
    }




a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer .copyright ul li {
    display: inline-block;
    list-style: none;
}

.footer {
    border-top: 2px solid #212529 !important;
    position: relative;
    width: 100%;
    white-space: nowrap;
}

    .footer .footer-grid > li {
        list-style: none;
        overflow: hidden;
        vertical-align: top;
    }

@media (min-width: 1025px) {
    .footer .footer-grid > li {
        display: inline-block;
        width: calc(33.333%);
        margin-bottom: 8px;
    }

    .footer {
        line-height: 40px;
    }

        .footer .copyright .l-right-content {
            position: absolute;
            right: 0px;
            bottom: 0px;
        }
}

@media (max-width: 1024px) {
    .footer .footer-grid > li {
        width: calc(100%);
        margin-bottom: 32px;
    }

    .footer {
        line-height: 30px;
    }
}


.wishlist {
    height: 50px;
    width: 50px;
}

.wishlist__toggle {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.wishlist__button {
    --size: 60px;
    --heart: #db0f34;
    --heart-dark: #e11d48;
    position: relative;
    width: var(--size);
    height: var(--size);
    display: grid;
    place-items: center;
    border-radius: 999px;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.25s ease;
    overflow: visible;
}

    .wishlist__button::before {
        content: "";
        position: absolute;
        inset: 10px;
        border-radius: 999px;
        background: var(--ring);
        transform: scale(0.4);
        opacity: 0;
    }

.heart {
    width: 42px;
    height: 42px;
    overflow: visible;
    filter: drop-shadow(0 6px 12px rgba(255, 77, 109, 0));
    transform-origin: center;
}

.heart-outline,
.heart-fill {
    stroke-linejoin: round;
    stroke-linecap: round;
}

.heart-outline {
    fill: transparent;
    stroke: gray;
    stroke-width: 1.8;
    transition: opacity 0.2s ease;
}

.heart-fill {
    fill: var(--heart);
    transform-box: fill-box;
    transform-origin: center bottom;
    transform: scale(0);
    opacity: 0;
}

.wishlist__toggle:checked + .wishlist__button .heart {
    animation: heart-pop 0.55s cubic-bezier(.2, 1.6, .4, 1);
    filter: drop-shadow(0 8px 18px rgba(255, 77, 109, 0.45));
}

.wishlist__toggle:checked + .wishlist__button .heart-fill {
    animation: fill-grow 0.42s cubic-bezier(.2, .9, .25, 1.4) forwards;
}

.wishlist__toggle:checked + .wishlist__button .heart-outline {
    opacity: 0.15;
}

.wishlist__toggle:checked + .wishlist__button::before {
    animation: ring 0.5s ease-out;
}

.wishlist__toggle:checked + .wishlist__button .burst {
    animation: sparkle 0.55s ease-out forwards;
}

/* optional un-wishlist effect */
.wishlist__toggle:not(:checked) + .wishlist__button .heart-fill {
    animation: unfill 0.25s ease forwards;
}

@keyframes fill-grow {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    70% {
        transform: scale(1.15);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes unfill {
    to {
        transform: scale(0.7);
        opacity: 0;
    }
}

@keyframes heart-pop {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(0.87);
    }

    60% {
        transform: scale(1.12);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes ring {
    0% {
        transform: scale(0.4);
        opacity: 0.6;
    }

    100% {
        transform: scale(1.45);
        opacity: 0;
    }
}

@keyframes sparkle {
    0% {
        opacity: 0;
        transform: rotate(var(--r, 0deg)) translateY(-22px) scaleY(0.2);
    }

    30% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(var(--r, 0deg)) translateY(-52px) scaleY(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .wishlist__button,
    .heart,
    .heart-fill,
    .burst,
    .wishlist__button::before {
        animation: none !important;
        transition: none !important;
    }

    .wishlist__toggle:checked + .wishlist__button .heart-fill {
        transform: scale(1);
        opacity: 1;
    }

    .wishlist__toggle:checked + .wishlist__button .heart-outline {
        opacity: 0.15;
    }
}
