.skat-table {
font-size: 1.4rem;
}

.skat-table td, .skat-table th {
padding: 0.8rem 1.5rem;
text-align: center;
    vertical-align: middle;
}

.skat-table thead tr > * {
background-color: var(--Yellow,#ebaa5b);
color: var(--Black, #050403);;
vertical-align: middle;
font-weight: 500;
}

.skat-table tbody tr:nth-child(even) > * {
background-color: var(--White-20, rgba(255, 255, 255, .2));
}

.skat-table tr > *:first-child {
border-radius: 1rem 0 0 1rem;
}

.skat-table tr > *:last-child {
border-radius: 0 1rem 1rem 0;
}

.projects-map__dot {
    cursor: default;
}

.product-card {
    column-gap: 5rem;
}

.product-card__chars {
    flex-grow: 1;
}

.product-card__char:first-child {
    width: 50%;
}

.product-card__char:last-child {
    margin-left: 0 !important;
}

@media only screen and (min-width: 769px) {
    .breadcrumbs ul {
        padding: 1rem 1rem 0 0;
        width: 50%;
    }
}

.breadcrumbs__list {
    flex-wrap: wrap;
}

.intro {
    height: 100vh;
    height: 100svh;
}

.disable {
    pointer-events: none;
}