:root {
    --green: #13322b;
    --lime: #b7cf35;
    --paper: #fff;
    --card: #f0f1f4;
    --line: #d0d3d7;
    --cyan: #00a9ce;
    --text: #13322b;
}

* {
    box-sizing:border-box
}

html {
    scroll-behavior:smooth
}

body {
    margin:0;
    background:#fff;
    color:var(--green);
    font-family:"Noto Sans",Helvetica,Arial,Lucida,sans-serif;
    font-size:16px;
    line-height:1.62
}

body,button,input,select,textarea,h1,h2,h3,h4,h5,h6 {
    font-family:"Noto Sans",Helvetica,Arial,Lucida,sans-serif
}

p,li,summary,label,address,blockquote,figcaption {
    color:var(--green)
}

a {
    color:inherit
}

img {
    display:block;
    max-width:100%
}

.home-hero {
    height:500px;
    background:url('../images/hero.gif') center/cover no-repeat
}

.title-band {
    height:210px;
    background:var(--green);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center
}

.title-band h1,.title-band h2 {
    font-family:"Noto Sans Mono";
    margin:0;
    font-size:43px;
    font-weight:400;
    line-height:1.2;
    letter-spacing:1px
}

.section {
    padding:74px 7vw
}

.narrow {
    max-width:1040px;
    margin:0 auto
}

.intro {
    text-align:center;
    font-size:16px
}

.actions {
    display:flex;
    justify-content:center;
    gap:125px;
    flex-wrap:wrap;
    margin-top:34px
}

.btn {
    display:inline-block;
    border:0;
    background:var(--green);
    color:#fff;
    text-decoration:none;
    padding:10px 22px;
    font-weight:400;
    font-size:21px;
    line-height:1.2
}

.btn:hover,.btn:focus {
    background:#175248
}

.values-wrap {
    padding-top:66px;
    padding-bottom:76px
}

.value-grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:58px 72px;
    max-width:980px;
    margin:auto
}

.value {
    display:grid;
    grid-template-columns:32px minmax(0,1fr);
    column-gap:18px;
    align-items:start;
    text-align:left
}

.value img {
    grid-column:1;
    width:32px;
    height:32px;
    margin:2px 0 0;
    object-fit:cover;
    border:3px solid var(--green);
    border-radius:50%
}

.value h3 {
    margin:0 0 10px;
    margin-bottom:10px;
    font-size:31px;
    font-weight:400;
    line-height:1.15;
    color:var(--green);
    padding-bottom:10px
}

.value p {
    margin:0;
    max-width:none;
    font-size:16px;
    color:var(--green)
}

.story-section {
    display:flex;
    justify-content:center
}

.story-graphic {
    width:min(75%,1050px);
    height:auto;
    margin:auto
}

.benefits-home {
    background:#fff
}

.benefit-grid {
    display:flex;
    flex-direction:column;
    gap:42px;
    max-width:900px;
    margin:auto;
    text-align:center
}

.benefit-home {
    padding:0;
    background:transparent;
    border:0
}

.benefit-home h3 {
    margin:0 0 10px;
    margin-bottom:10px;
    font-size:31px;
    font-weight:400;
    line-height:1.15;
    color:var(--green);
    padding-bottom:10px
}

.benefit-home p {
    margin:0;
    font-size:16px;
    line-height:1.55
}

.benefits-note {
    margin-top:58px;
    font-size:18px
}

.site-header {
    height:202px;
    background:var(--green);
    color:#fff;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center
}

.header-logo {
    position:absolute;
    left:32px;
    top:24px;
    width:190px;
    height:50px;
    object-fit:cover;
    object-position:left center
}

.site-header h1 {
    font-weight:300;
    font-size:40px;
    margin:0
}

.page-content {
    max-width:1015px;
    margin:0 auto;
    padding:73px 24px 105px
}

.lead {
    text-align:center;
    font-size:18px;
    line-height:1.55;
    margin:0 auto 47px;
    max-width:1000px
}

.benefit-layout {
    display:grid;
    grid-template-columns:300px 300px 1fr;
    gap:28px 55px;
    align-items:start
}

.benefit-col {
    display:grid;
    gap:28px
}

.benefit-card {
    margin:0;
    border:1px solid var(--line);
    background:var(--card);
    min-height:82px;
    padding:0 46px 0 18px;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    font-size:20px;
    font-weight:600;
    line-height:1.05;
    cursor:default
}

.benefit-card summary {
    list-style:none;
    width:100%;
    cursor:pointer
}

.benefit-card summary:focus-visible {
    outline:3px solid var(--lime);
    outline-offset:5px
}

.benefit-card summary::-webkit-details-marker {
    display:none
}

.benefit-card summary:after {
    content:'+';
    position:absolute;
    right:18px;
    top:30px;
    width:17px;
    height:17px;
    border-radius:50%;
    background:var(--lime);
    color:#fff;
    font:700 14px/17px "Noto Sans",sans-serif
}

.benefit-card[open] {
    display:block;
    padding:25px 30px;
    text-align:left;
    font-size:16px;
    line-height:1.5
}

.benefit-card[open] p {
    display:block;
    text-align:center;
    font-size:16px;
    line-height:1.8em;
    font-weight:400
}

.benefit-card[open] summary {
    text-align:center;
    margin-bottom:14px;
    font-size:20px;
    line-height:1.05;
    margin-left:-14px;
    margin-top:-6px
}

.benefit-card[open] summary:after {
    content:'\2212';
    top:28px
}

.career-side {
    padding-top:2px
}

.career-side .btn {
    font-size:20px;
    padding:14px 24px
}

.legal {
    max-width:1050px
}

.legal h2 {
    font-size:20px;
    margin:29px 0 5px
}

.legal p,.legal li {
    font-size:15px
}

.legal .policy-title {
    font-size:25px
}

.policy-document + .policy-document {
    margin-top:55px
}

.recruitment-policy > p:nth-child(2),
.cookie-policy > p:first-child {
    font-size:25px;
    font-weight:700
}

.legal h4 {
    font-size:20px;
    margin:29px 0 5px
}

.legal table {
    display:table;
    width:100%;
    margin:22px 0 34px;
    border-collapse:collapse;
    table-layout:fixed
}

.legal td,.legal th {
    padding:10px 12px;
    border:1px solid var(--line);
    vertical-align:top;
    overflow-wrap:anywhere
}

.legal td:nth-child(1),.legal th:nth-child(1) {
    width:22%
}

.legal td:nth-child(2),.legal th:nth-child(2) {
    width:20%
}

.legal table p {
    margin:0
}

.legal ol {
    padding-left:24px
}

.contact-layout {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:54px
}

.contact-block h2 {
    font-size:22px;
    margin:0 0 14px
}

.map {
    width:100%;
    height:280px;
    display:block;
    border:0;
    object-fit:cover;
    margin:28px 0
}

@font-face {
    font-family:"ETmodules";
    src:url("../fonts/etmodules.woff") format("woff");
    font-style:normal;
    font-weight:400;
    font-display:block
}

.site-footer {
    background:var(--green);
    color:#fff;
    min-height:148px;
    padding:0 0 6px
}

.footer-inner {
    max-width:1012px;
    min-height:142px;
    margin:0 auto;
    padding-top:25px;
    position:relative;
    padding-left:20px
}

.footer-logo {
    width:89px;
    height:81px;
    object-fit:contain;
    float:left;
    margin-right:20px
}

.footer-content {
    width:100%
}

.footer-links {
    display:flex;
    align-items:center;
    gap:7px;
    min-height:24px;
    font-size:14px;
    line-height:1.7
}

.site-footer a {
    color:#fff;
    text-decoration:none
}

.site-footer a:hover,.site-footer a:focus-visible {
    text-decoration:underline
}

.footer-lower {
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    margin-top:12px
}

.footer-copyright {
    color:#fff;
    font-size:14px;
    line-height:1.7
}

.footer-social {
    display:flex;
    gap:8px;
    width:300px;
    margin-top:8px
}

.social-icon {
    display:flex;
    align-items:center;
    justify-content:center;
    width:32px;
    height:32px;
    overflow:hidden;
    background:#6b6b6b;
    color:#fff;
    font:400 16px/1 "ETmodules";
    text-decoration:none
}

.social-icon:before {
    display:block
}

.social-facebook:before {
    content:'\e093'
}

.social-twitter:before {
    content:'\e094'
}

.social-linkedin:before {
    content:'\e09d'
}

.social-youtube:before {
    content:'\e0a3'
}

.social-instagram:before {
    content:'\e09a'
}

.social-glassdoor {
    background:#6b6b6b url('../images/footer-glassdoor.png') center/32px 32px no-repeat
}

.social-icon:hover,.social-icon:focus-visible {
    opacity:.8;
    outline:2px solid #fff;
    outline-offset:2px;
    text-decoration:none
}

.cookie {
    position:fixed;
    z-index:10;
    left:0;
    right:0;
    bottom:0;
    padding:13px 20px;
    background:#fff;
    box-shadow:0 -2px 9px #0002;
    text-align:center;
    color:#444
}

.cookie button {
    margin:0 8px;
    background:#111;
    color:#fff;
    border:0;
    padding:8px 14px
}

.hidden {
    display:none
}

@media(max-width:760px) {
    body {
        font-size:15px
    }

    .home-hero {
        height:500px;
        background-position:center top
    }

    .title-band {
        height:210px;
        padding:25px
    }

    .title-band h1,.title-band h2 {
        font-size:32px
    }

    .section {
        padding:56px 28px
    }

    .intro {
        text-align:left
    }

    .actions {
        gap:35px
    }

    .value-grid {
        grid-template-columns:1fr;
        max-width:360px;
        gap:58px
    }

    .value img {
        width:190px;
        height:190px
    }

    .benefit-grid {
        gap:36px
    }

    .benefit-home h3 {
        font-size:23px
    }

    .benefit-home p {
        font-size:18px
    }

    .benefits-note {
        text-align:center
    }

    .site-header {
        height:202px;
        justify-content:flex-start;
        padding:78px 28px 20px
    }

    .header-logo {
        left:22px;
        top:20px;
        width:130px;
        height:36px
    }

    .site-header h1 {
        font-size:34px;
        line-height:1.08
    }

    .page-content {
        padding:65px 28px 78px
    }

    .lead {
        text-align:left;
        font-size:16px;
        margin-bottom:42px
    }

    .benefit-layout {
        display:block
    }

    .benefit-col {
        gap:23px;
        margin-bottom:23px
    }

    .benefit-card {
        width:100%;
        min-height:74px;
        font-size:17px
    }

    .benefit-card[open] summary {
        font-size:17px
    }

    .career-side {
        margin-top:30px
    }

    .contact-layout {
        grid-template-columns:1fr;
        gap:58px
    }

    .map {
        height:auto
    }

    .site-footer {
        padding:0
    }

    .footer-inner {
        min-height:0;
        padding:24px
    }

    .footer-logo {
        position:static;
        width:89px;
        height:81px;
        margin-bottom:18px;
        transform:none
    }

    .footer-links {
        flex-wrap:wrap;
        line-height:1.7
    }

    .footer-lower {
        display:block;
        margin-top:14px
    }

    .footer-social {
        width:auto;
        margin-top:14px;
        flex-wrap:wrap
    }

    .legal h2 {
        font-size:18px
    }

    .legal p,.legal li {
        font-size:14px
    }

    .legal table {
        display:block;
        overflow-x:auto;
        table-layout:auto
    }

    .legal td,.legal th {
        min-width:130px
    }

    .cookie {
        font-size:13px
    }
}

@media(max-width:760px) {
    .value-grid {
        max-width:420px;
        gap:48px
    }

    .value img {
        width:32px;
        height:32px
    }
}

/* 2026-08-06 visual corrections */

body,body * {
    font-family:"Noto Sans",Helvetica,Arial,Lucida,sans-serif
}

h1,h2,h3,h4,h5,h6 {
    /*text-transform:uppercase;*/
    text-align:left;
    color:var(--green)
}

.title-band {
    justify-content:flex-start;
    padding-left:7vw;
    padding-right:7vw;
    text-align:left
}

.title-band h1,.title-band h2 {
    width:100%;
    color:#fff;
    text-align:left
}

.site-header {
    justify-content:flex-start;
    padding:78px 7vw 20px
}

.site-header h1 {
    width:100%;
    color:#fff;
    text-align:left;
    text-transform:uppercase
}

.value-grid {
    gap:64px 72px
}

.value {
    grid-template-columns:96px minmax(0,1fr);
    column-gap:24px
}

.value .blurb {
    grid-column:2
}

.value img {
    width:96px;
    height:96px;
    margin:2px 0 0;
    border:10px solid var(--green)
}

.benefit-grid {
    width:33.333%;
    min-width:340px;
    max-width:none;
    text-align:left
}

.benefit-home,.benefit-home h3,.benefit-home p {
    text-align:left
}

.benefit-home h3 {
    text-transform:uppercase
}

@media(max-width:760px) {
    .title-band {
        padding-left:28px;
        padding-right:28px
    }

    .site-header {
        padding-left:28px;
        padding-right:28px
    }

    .value-grid {
        max-width:520px
    }

    .value {
        grid-template-columns:96px minmax(0,1fr)
    }

    .value img {
        width:96px;
        height:96px
    }

    .benefit-grid {
        width:100%;
        min-width:0
    }
}

/* 2026-08-06 alignment and local-font corrections */

@font-face {
    font-family:"Noto Sans";
    src:url("../fonts/NotoSans-Regular.woff2?v=2") format("woff2");
    font-style:normal;
    font-weight:100 900;
    font-display:swap
}

.title-band {
    justify-content:center;
    text-align:center
}

.title-band h1,.title-band h2 {
    text-align:center
}

.site-header {
    justify-content:center
}

.site-header h1 {
    text-align:center
}

.benefit-grid {
    max-width:550px
}

.value h3 {
    margin-bottom:0
}

@media(max-width:760px) {
    .title-band h1,.title-band h2,.site-header h1 {
        text-align:center
    }

    .site-header {
        justify-content:center
    }

    .benefit-grid {
        max-width:550px
    }
}

/* 2026-08-06 benefits layout and copy restoration */

.benefit-grid {
    display:grid;
    grid-template-columns:25% 50% 25%;
    width:100%;
    max-width:1100px;
    row-gap:42px
}

.benefit-grid .benefit-home {
    grid-column:2;
    width:100%
}

.benefits-note {
    width:78%;
    margin:58px auto 0;
    text-align:center;
    font-size:16px
}

.benefits-note p {
    margin:0 0 1em
}

@media(max-width:760px) {
    .benefit-grid {
        grid-template-columns:1fr;
        max-width:550px
    }

    .benefit-grid .benefit-home {
        grid-column:1
    }

    .benefits-note {
        width:100%;
        max-width:550px
    }
}