.section {
    padding-top: 160px;
    padding-bottom: 160px;
}
.grid.cc-gap-96 {
    grid-column-gap: 96px;
    grid-row-gap: 96px;
}
.grid.cc-align-bottom {
    align-items: end;
}
.grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.h2 {
    letter-spacing: .01em;
    margin-top: 0;
    margin-bottom: 0;
    font-family: WF Visual Sans,Arial,sans-serif;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 1.04;
}

#w-node-_06dc6e3f-ec42-f79b-57d4-3bc25e1a203e-63ab305d, #w-node-_20725037-9c58-5ad0-e263-66fe41ceb47f-63ab305d, #w-node-_920cb47a-9361-eb0c-b30b-bf6e0ef6aad7-63ab305d {
    grid-area: span 1/span 2/span 1/span 2;
}
.feature_visual-wrap {
    background-color: #171717;
    color: #333;
    padding-bottom: 45.5%;
    position: relative;
    overflow: hidden;
}
.e-ix_inner {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
}
.e-ix_track {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-wrap: wrap;
    flex: none;
    grid-template: ". ."". ."/1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 100%;
    display: grid;
    position: relative;
}
.e-ix_animation {
    flex: none;
    padding: 2vw;
    position: relative;
}
#w-node-_920cb47a-9361-eb0c-b30b-bf6e0ef6aada-63ab305d {
    grid-area: 1/1/2/2;
}
.e-animation-embed {
    z-index: 2;
    width: 100%;
    height: 100%;
    position: relative;
    inset: 0%;
}
.w-embed:before, .w-embed:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
}
.e-animation-shadow {
    z-index: 0;
    opacity: .4;
    background-color: #000;
    position: absolute;
    inset: 6vw;
    box-shadow: 1px 1px 7vw 5vw #000;
}