@charset "utf-8";
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000;
    font: 1em/2em Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 950px;
    margin: 1rem auto 5rem;
    box-shadow: 3px 3px 11px 2px #939095;
    background-color: #fff;
    overflow: hidden;
}
p {
    margin: 1rem 0;
}
h1 {
    margin: 1.25rem 0 0;
    font-size: 1.58em;
    line-height: 2;
}
h1 small {
    font-weight: 400;
    font-size: 0.875em;
}
h2 {
    font-size: 1.3333em;
    line-height: 2;
    font-style: italic;
    color: #27428e;
    margin-top: 1.0667rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
a.link {
    color: #0000FF;
    text-decoration: underline;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    padding: 0 1rem 0.5rem 0;
    list-style: none;
}
ul ul{
    padding-bottom: 0;
}
li {
    padding-left: 1.6rem;
    margin: 0.25rem 0;
}
li:before {
    content: "•";
    font-size: 1.2em;
    float: left;
    margin: 0 0 0 -1.6rem;
    color: #bbd10d;
}
header {
    padding-top: 3.2rem;
    min-height: 200px;
    position: relative;
}
header::before {
    content: "";
    background-color: #bbd10d;
    position: absolute;
    top: 0;
    right: -3%;
    width: 60%;
    min-height: 310px;
    -webkit-transform: skewX(-22deg);
    transform: skewX(-22deg);
}
header>div {
    position: absolute;
    top: 0;
    right: 0;
    padding: 3rem 3.2rem 2.2rem 0;
    width: 60%;
}
header>div :is(h1, p) {
    text-align: right;
    color: #27428E;
}
header>div p {
    font-size: 0.938em;
}
article>div:first-of-type {
    padding: 1.6rem;
    background-color: #27428e;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.info {
    margin-bottom: -0.5rem;
}
article>div:first-of-type p {
    text-align: right;
    color: #fff;
    padding-right: 1.5rem;
    line-height: 1.8;
}
article>div:nth-of-type(2) {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
article>div:nth-of-type(2) div {
    width: 50%;
    padding: 1rem 3.2rem 2.133rem;
}
article>div:nth-of-type(2) div:last-of-type {
    padding: 1rem 2.133rem 2.133rem 3.2rem;
    background-color: #f1f4f3;
}
.pb1 {
    padding-bottom: 1.0625rem;
}
.pb2 {
    padding-bottom: 2rem;
}
article>div:nth-of-type(2) div figure {
    margin: 2.2rem 0 0 -1rem;
}
footer {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0.5rem 0;
    background-color: #fff;
    border-top: 1px solid #27428e;
    display: flex;
    justify-content: center;
    gap: 5px;
}
footer a {
    font-size: 1.0667em;
    line-height: 1.15;
    padding: 0.5em 1.2em 0.55em;
    background-color: #27428e;
    color: #fff !important;
}
@media only screen and (max-width: 949px) {
    #wrapper {
        margin: 0 auto 3.5rem;
        box-shadow: none;
    }
    span {
        display: inline-block;
    }
    p, ul {
        hyphens: auto;
    }
    header::before, header br {
        display: none;
    }
    h1 {
        font-size: 1.5em;
    }
    header {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 2.133rem 2.133rem 0;
        background: #BBD10D;
    }
    header>div {
        width: 100%;
        background-color: #bbd10d;
        position: static;
        padding: 1.0667rem 0 1.6rem;
    }
    header>div :is(p, h1) {
        text-align: center;
    }
    h1 {
        line-height: 1.4em;
    }
    article>div:first-of-type {
        flex-direction: column;
        align-items: center;
        padding: 1.6rem 2.133rem;
    }
    article>div:first-of-type p {
        text-align: center;
        padding-right: 0;
    }
    .info, .info div {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .info div, .info div p {
        width: 46%;
    }
    ul {
        padding-right: 0;
    }
}
@media only screen and (max-width: 780px) {
    body {
        line-height: 1.5em;
    }
    article>div:nth-of-type(2) {
        flex-direction: column;
    }
    article>div:nth-of-type(2) div {
        width: auto;
        padding: 1rem 2.133rem 1rem !important;
    }
    article>div:nth-of-type(2) div figure {
        display: flex;
        justify-content: center;
        margin-top: 1.5rem;
    }
    .info {
        flex-direction: column;
        margin-bottom: 0;
    }
    .info div {
        width: 100%;
    }
    .pb1 {
        padding-bottom: 0.5rem;
    }
    .pb2 {
        padding: 0.5rem 0 0;
    }
}
@media only screen and (max-width: 480px) {
    header, header>div, article>div:first-of-type {
        padding: 0.75rem 1rem;
    }
    h1 {
        font-size: 1.375em;
        line-height: 1.8em;
    }
    article>div:nth-of-type(2) div {
        padding: 0.25rem 0.75rem 0.75rem !important;
    }
    article>div:nth-of-type(2) div figure {
        margin: 1rem 0 0;
    }
}
@media only screen and (max-width: 400px) {
    footer {
        flex-direction: column;
        align-items: center;
    }
    article {
        margin-bottom: 1rem;
    }
    .info div {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .info div p {
        width: 100%;
    }
    .info div strong {
        display: block;
    }
    .info div br {
        display: none;
    }
}