@import "/css/fonts/PFBeauSansPro/stylesheet.css?v=1";

/* --- Global Styles & Resets --- */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
/* 
html {
    font-size: 100vw;
    font-size: min(100vw, 1500px);
} */

body {
    /* base width: 3760px */
    font-family: 'PF BeauSans Pro', Arial, Helvetica, sans-serif;
    font-size: 0.9574468085106382vw; /* base 36px */
    line-height: 1;
    color: #37393A;
}

svg {
    display: block;
}

/* --- header --- */
header {
    line-height: 0;
    overflow: hidden;
}

/* --- sections --- */
section {
    /* 150px */
    padding: 3.9893617021276597vw 0;
}
section + section {
    padding-top: 0;
}

section .container {
    /* 2168px */
    max-width: 57.659574468085104vw;
    margin: 0 auto;
}

section h2,
section h3 {
    font-weight: 600;
    line-height: 1.2;
}
section h2 .--accent {
    color: #00A331;
}

section .container > h2 {
    padding: 0 12.084870848708487%;
    margin-bottom: 1.276595744680851vw;
    text-align: center;
    font-size: 222.22222%; /* 80px */
}

section .list {
    position: relative;
    display: flex;
    gap: 0.6382978723404255vw;
    overflow: hidden;
}

section .list .list-image {
    position: relative;
    flex: 0 0 auto;
    width: 25.877659574468087vw;
    min-height: 16.648936170212767vw;
    background: lightgrey;
    border-radius: 0.7978723404255319vw;
    overflow: hidden;
}

section .list .list-image-item {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

section .list .list-image-item.highlight {
    display: block;
}

section .list .list-container {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.6382978723404255vw;
}

section .list .list-item {
    padding: 1.0638297872340425vw;
    border: 1px solid #37393A;
    border-radius: 0.7978723404255319vw;
    gap: 0.3191489361702127vw;
    cursor: default;
    background-color: #fff;
}

section .list .list-item.highlight {
    border-color: transparent;
    background-color: #D2EBC3;
}
section .list .list-item h3 {
    font-size: 150%; /* 54px */
}