body {
    background: #fff;
    color: #000000;
    font: 500 normal 22px/1.3 'Inter', sans-serif;
}
.mwg_effect001 {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.mwg_effect001 .scroll {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.mwg_effect001 .header {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    font: 500 normal clamp(12px, 0.9vw, 100px) / normal 'IBM Plex Mono';
    text-transform: uppercase;
    padding: 25px;
    top: 0;
    left: 0;
}
.mwg_effect001 .header > * {
    flex: 1;
}
.mwg_effect001 .header > *:nth-child(2) {
    text-align: center;
}
.mwg_effect001 .header > *:nth-child(3) {
    text-align: right;
}
.mwg_effect001 .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    width: 100%;

    /* temp */
    font-size: 1vw;
}
.mwg_effect001 .cards {
    display: flex;
    width: max-content;
    white-space: nowrap;
    gap: 1vw;
    will-change: transform;
    padding: 0 120vw;
}
.mwg_effect001 .card {
    position: relative;
    z-index: 1;
    width: 25vw;
    aspect-ratio: 0.75;
    border-radius: 2vw;
    overflow: hidden;
    object-fit: cover;
    text-align: center;
    text-transform: uppercase;
    border: 0.5vw solid currentColor;
}
.mwg_effect001 .card img { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.mwg_effect001 .card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.mwg_effect001 .card-content p {
    display: flex;
    justify-content: space-between;
    padding: 0.5em 1em;
}
.mwg_effect001 .from {
    border: 0.2em solid currentColor;
    border-radius: 100%;
    padding: 0.28em 0.3em;
}
.mwg_effect001 .card-content h2 {
    font: 800 normal 4.5vw/0.8 'Inter', sans-serif;
    text-wrap: auto;
    padding: 0.2em 0 0.12em;
}

.mwg_effect001 .card:nth-child(1) {
    color: #BCEFFF;
}
.mwg_effect001 .card:nth-child(2) {
    color: #C9FE6E;
}
.mwg_effect001 .card:nth-child(3) {
    color: #FAFF9E;
}
.mwg_effect001 .card:nth-child(4) {
    color: #FC4C3B;
}
.mwg_effect001 .card:nth-child(5) {
    color: #F1F1F1;
}
.mwg_effect001 .card:nth-child(6) {
    color: #8CEDFF;
}
.mwg_effect001 .card:nth-child(7) {
    color: #FAFF9E;
}
