@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/noto-sans-v27-latin-regular.eot');
    src: url('../fonts/noto-sans-v27-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/noto-sans-v27-latin-regular.woff2') format('woff2'), url('../fonts/noto-sans-v27-latin-regular.woff') format('woff'), url('../fonts/noto-sans-v27-latin-regular.ttf') format('truetype'), url('../fonts/noto-sans-v27-latin-regular.svg#NotoSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: "Arial", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    background: #C0C0C0;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 .937rem;
}

.margin {
    margin: 0 0 2.5rem
}

span {
    white-space: nowrap;
}

h1 {
    text-align: center;
    font-size: 1.75rem;
    font-weight: 400;
    color: #55ab26;
    line-height: 1.2;
    margin: 0 0 1.875rem;
    font-family: 'Noto Sans', Arial, sans-serif;
}

h2 {
    background-color: rgba(24, 153, 21, .8);
    color: #fff;
    width: 63%;
    padding: .625rem 1.25rem;
    position: absolute;
    bottom: 4.5rem;
    left: 4.687rem;
    font-size: 1.812rem;
    line-height: 1.1;
    margin: 0 0 1.25rem;
}

h3 {
    font-size: 1.25rem;
    font-weight: 400;
    background-color: rgba(85, 171, 38, .7);
    position: absolute;
    bottom: 2rem;
    left: 4.687rem;
    color: #fff;
    width: 63%;
    padding: .312rem 1.25rem;
    margin: 0 0 1.25rem;
}

h4 {
    font-size: 1.125rem;
    color: #55ab26;
    margin: 2.5rem 0 .937rem;
    font-weight: 400;
    font-family: 'Noto Sans', Arial, sans-serif;
}

ul {
    list-style: none;
    margin: 0 0 0;
    padding: 0;
}

ul li {
    padding: 0 0 .625rem 1.562rem
}

ul li:before {
    content: "\25A0";
    float: left;
    margin-left: -.875rem;
    font-size: .875rem;
    line-height: 1.3;
    color: #008337
}

header {
    position: relative;
    padding: 0 0 2.187rem
}

article {
    padding: 5rem 3.125rem 0
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: .937rem;
}

.color {
    font-size: 1.25rem;
    color: #55ab26;
    text-align: center;
    margin: 0 0 .937rem;
    line-height: 1.2
}

.center {
    text-align: center;
}

footer {
    padding: 1rem 3.125rem 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

a.green {
    color: #55ab26;
    font-size: 1.062rem;
    font-weight: bold
}

a.green:hover {
    text-decoration: underline .062rem
}

a.apply {
    background: #008337;
    color: #fff;
    font-size: 1.437rem;
    font-weight: bold;
    padding: .062rem 1.25rem;
    border-radius: .312rem;
    text-align: center;
    width: fit-content;
}

@media only screen and (max-width: 49.938rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }

    h1,
    .color,
    .center,
    .margin {
        margin: 0 0 1rem
    }

    header img {
        display: block
    }

    h1 {
        font-size: 1.7rem;
    }

    h2,
    h3 {
        position: static;
        width: 100%;
    }

    h2 {
        font-size: 1.375rem;
        line-height: 1.2;
        padding: .937rem 1rem;
        margin: 0;
    }

    h3 {
        font-size: 1.187rem;
        padding: .437rem 1rem .5rem;
        margin: 0 0 0.3125rem;
    }

    h4 {
        margin: 0 0 0.3125rem
    }

    header {
        padding: 0
    }

    article {
        padding: 1rem 1rem 0
    }

    footer {
        padding: 0 1rem 1rem
    }
}

@media only screen and (max-width: 30rem) {
    h1 {
        font-size: 1.5rem;
    }

    ul li {
        padding: 0 0 0 .875rem
    }

    .color {
        font-size: 1.125rem
    }
}

@media only screen and (max-width: 23.5rem) {

    h2 {
        font-size: 1.3rem;
        text-align: center;
    }

    h3 {
        font-size: 1.125rem;
        text-align: center;
        margin: 0;
    }

    a.apply {
        width: 100%;
        margin: 0;
    }
}