.Filter_filter__biXuq {
    font-size: var(--fs-24);
    line-height: 1;
    border: 2px solid #000;
    border-radius: 2rem;
    padding: 5px 10px;
    color: #000;
    transition: background-color .2s ease-in-out, color .2s ease-in-out
}

@media (min-width:1200px) {
    .Filter_filter__biXuq {
        padding: .8rem 1.4rem .9rem
    }
}

@media (min-width:850px) {
    .Filter_filter__biXuq:hover {
        background-color: #000;
        color: #fff
    }
}

.Filter_filter__biXuq.Filter_active__Fsw7R {
    background-color: #000;
    color: #fff
}

.ServiceFilters_taxonomyTerms__hSuja {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    grid-column: span 12;
    margin-bottom: 1.5rem
}

@media (min-width:769px) {
    .ServiceFilters_taxonomyTerms__hSuja {
        margin-bottom: 2.5rem
    }
}

.ActiveFilters_filterList__7UN2U {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: .75rem
}

.ActiveFilters_filter__QMfhO {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: 1rem;
    border: 2px solid #000;
    border-radius: 2rem;
    padding: 5px 10px;
    transition: background-color .2s ease-in-out, color .2s ease-in-out
}

@media (min-width:1200px) {
    .ActiveFilters_filter__QMfhO {
        font-size: 1.2rem;
        padding: .5rem 1rem .6rem
    }
}

.ActiveFilters_filter__QMfhO:hover {
    background-color: #000;
    color: #fff
}

.ActiveFilters_filter__QMfhO svg {
    width: 1rem
}

.Hero_hero__Oyf4n {
    display: flex;
    height: 100svh;
    pointer-events: none;
    z-index: 2
}

@media (min-width:500px) and (max-width:850px) {
    .Hero_hero__Oyf4n {
        height: auto
    }
}

@media (min-width:769px) {
    .Hero_hero__Oyf4n {
        max-height: 1000px
    }
}

@media (max-width:768px) {
    .Hero_hero__Oyf4n {
        flex-direction: column
    }
}

@media (min-width:769px) {
    .Hero_hero__Oyf4n {
        padding-top: calc(6.5vh + 5rem)
    }
}

@media (max-width:768px) {
    .Hero_hero__Oyf4n .container {
        align-items: center;
        height: 100%;
        padding-top: 7rem;
        padding-bottom: 2rem
    }
}

.Hero_hero__Oyf4n h1 {
    font-family: var(--syne);
    font-size: var(--fs-60);
    text-transform: lowercase;
    letter-spacing: calc(-30em / 1000);
    line-height: 1;
    margin: 0;
    grid-column: span 6
}

@media (max-width:768px) {
    .Hero_hero__Oyf4n h1 {
        width: 70%;
        align-self: flex-end;
        order: 2
    }
}

@media (min-width:769px) {
    .Hero_hero__Oyf4n h1 {
        line-height: 2.5
    }
}

.Hero_hero__Oyf4n h1 span {
    display: flex;
    align-items: baseline
}

@media (min-width:769px) {
    .Hero_hero__Oyf4n h1 span {
        line-height: 1
    }
}

.Hero_hero__Oyf4n h1 i {
    display: block;
    width: 1px;
    height: .5em;
    background-color: #000;
    margin-right: .25em
}

.Hero_hero__Oyf4n h2 {
    font-weight: 600;
    line-height: 1.05;
    font-size: var(--fs-100);
    letter-spacing: calc(-20em / 1000);
    grid-column: span 8;
    max-width: 12ch;
    margin: 1.5rem 0 .75rem;
}

@media (max-width:768px) {
    .Hero_hero__Oyf4n h2 {
        order: 2
    }
}

@media (min-width:769px) {
    .Hero_hero__Oyf4n h2 {
        width: 62%;
        line-height: 1.09;
        margin: 2rem 0 4vh
    }
}

.Hero_hero__Oyf4n h2 em {
    font-style: normal
}

.Hero_hero__Oyf4n h2 em:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 1em;
    bottom: -.82em;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 303.66 19.16"><path d="m.34,19.16l-.34-5.99,3-.17C5.31,12.88,234.84,0,300.66,0h3v6h-3C235.01,6,5.64,18.87,3.33,19l-3,.17Z" style="stroke-width: 0px;"/></svg>');
    background-size: contain;
    background-repeat: no-repeat
}

.Hero_hero__Oyf4n h2 .crosshair {
    top: auto;
    left: 0;
    bottom: -.35em
}

.Hero_video__rzcbe {
    aspect-ratio: 1/1;
    overflow: none
}

@media (max-width:768px) {
    .Hero_video__rzcbe {
        width: 10rem;
        align-self: flex-end;
        order: 1
    }
}

@media (min-width:769px) {
    .Hero_video__rzcbe {
        width: 30%;
        display: flex;
        justify-content: flex-end;
        align-self: flex-start
    }
}

.Hero_video__rzcbe>span {
    width: 100%;
    aspect-ratio: 1/1
}

@media (min-width:769px) {
    .Hero_video__rzcbe>span {
        position: relative !important;
        display: block;
        height: auto !important;
        left: auto !important;
        right: 0
    }
}

.Hero_video__rzcbe video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%
}

.Hero_top__RRkYH {
    width: 100%;
    display: flex;
    grid-column: span 12
}

@media (max-width:768px) {
    .Hero_top__RRkYH {
        flex-direction: column
    }
}

@media (min-width:769px) {
    .Hero_top__RRkYH {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        gap: .75rem;
        align-self: start
    }
}

.Hero_bottom__ktiOH {
    display: flex;
    flex-wrap: wrap
}

@media (min-width:500px) and (max-width:850px) {
    .Hero_bottom__ktiOH {
        margin-top: 6.25rem !important
    }
}

@media (max-width:768px) {
    .Hero_bottom__ktiOH {
        flex: 1;
        width: 100%
    }
}

@media (min-width:769px) {
    .Hero_bottom__ktiOH {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-column: span 12;
        align-items: baseline;
        gap: .75rem;
        margin: 2.5vw 0 0;
        align-self: end
    }
}

.Hero_introText__oP34v {
    align-self: flex-end;
    font-weight: 400;
    line-height: 1.4;
    font-size: var(--fs-24);
    max-width: 27ch;
    grid-column: span 5
}

@media (max-width:768px) {
    .Hero_introText__oP34v {
        width: 100%;
        margin-bottom: auto;
        order: 1
    }
}

@media (min-width:769px) {
    .Hero_introText__oP34v {
        line-height: 1.25;
        transform: translateY(-5ch)
    }
}

.Hero_arrow__lxSeM {
    display: flex;
    grid-column: span 1;
    justify-content: flex-end
}

.Hero_arrow__lxSeM>span {
    display: flex;
    align-items: flex-end
}

@media (max-width:768px) {
    .Hero_arrow__lxSeM {
        width: 30%;
        align-self: flex-end;
        order: 3;
        transform: translateY(-.5ch)
    }
}

.Hero_arrow__lxSeM svg {
    width: clamp(2.5rem, 5vw, 4.5rem)
}

.ProjectsList_projectList__H4dCn {
    display: flex;
    flex-direction: column;
    gap: 1.5rem
}

@media (min-width:769px) {
    .ProjectsList_projectList__H4dCn {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: 3.125rem 1.5625rem;
        grid-column: span 12
    }
}

.ProjectsList_projectList__H4dCn a {
    color: #000
}