@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'IBM Plex Sans Condensed';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/ibm-plex-sans-condensed-v14-latin-regular.eot');
    src: url('../fonts/ibm-plex-sans-condensed-v14-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ibm-plex-sans-condensed-v14-latin-regular.woff2') format('woff2'), url('../fonts/ibm-plex-sans-condensed-v14-latin-regular.woff') format('woff'), url('../fonts/ibm-plex-sans-condensed-v14-latin-regular.ttf') format('truetype'), url('../fonts/ibm-plex-sans-condensed-v14-latin-regular.svg#IBMPlexSansCondensed') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'IBM Plex Sans Condensed';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/ibm-plex-sans-condensed-v14-latin-700.eot');
    src: url('../fonts/ibm-plex-sans-condensed-v14-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/ibm-plex-sans-condensed-v14-latin-700.woff2') format('woff2'), url('../fonts/ibm-plex-sans-condensed-v14-latin-700.woff') format('woff'), url('../fonts/ibm-plex-sans-condensed-v14-latin-700.ttf') format('truetype'), url('../fonts/ibm-plex-sans-condensed-v14-latin-700.svg#IBMPlexSansCondensed') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000000;
    font-family: 'IBM Plex Sans Condensed', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 400
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 50rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
}

h1 {
    font-size: 1.75rem;
    line-height: 1.2;
    margin: 0 0 .187rem;
    color: #28348B;
    font-weight: 700
}

h1+p {
    font-size: 1.125rem;
    color: #000;
    font-weight: 400;
    margin: 0 0 1.5rem
}

h2 {
    font-size: 1.125rem;
    margin: 0 0 .187rem;
    font-weight: 700
}

h3 {
    font-size: 1.25rem;
    margin: 0 0 .187rem;
    color: #28348B;
    font-weight: 700
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 1rem;
}

span {
    white-space: nowrap
}

.margin {
    margin: 0 0 1.5rem
}

ul {
    list-style: none;
    margin: 0 0 1rem;
    padding: 0;
    font-family: "Arial", sans-serif
}

ul li {
    padding-left: 1.125rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -.875rem;
    font-size: 1.375em;
    line-height: 1;
    color: #9D9D9C
}

header {
    background: #E3EAF6;
    padding: 1rem
}

article {
    padding: 1.5rem 2rem 0
}

.circle {
    position: absolute;
    right: 1rem;
    top: 3rem
}

footer {
    padding: 0 2rem 23%;
    background: url(../images/auto.jpg) no-repeat bottom center;
    background-size: 100%
}

footer p {
    color: #28348B
}

@media only screen and (max-width: 49.937rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    h1 {
        font-size: 1.5rem;
    }

    h1+p {
        font-size: 1rem;
    }

    h3 {
        font-size: 1.187rem;
    }

    h3+p,
    .margin {
        margin: 0 0 1rem
    }

    article {
        padding: 0 1rem
    }

    header {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .circle {
        position: static;
        margin: 1rem auto;
        display: flex
    }

    footer {
        padding: 0 1rem 23%;
    }

    br {
        display: none
    }
}

@media only screen and (max-width: 30rem) {

    .margin,
    h1,
    h1+p,
    h3,
    footer p {
        text-align: center
    }
}