@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/roboto-v30-latin-300.eot");
    src: url("../fonts/roboto-v30-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-300.woff2") format("woff2"), url("../fonts/roboto-v30-latin-300.woff") format("woff"), url("../fonts/roboto-v30-latin-300.ttf") format("truetype"), url("../fonts/roboto-v30-latin-300.svg#Roboto") format("svg");
}

@font-face {
    font-display: swap;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/roboto-v30-latin-regular.eot");
    src: url("../fonts/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff"), url("../fonts/roboto-v30-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v30-latin-regular.svg#Roboto") format("svg");
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #333;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 300;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 58.75rem;
    background: #fff;
    background: #fff url(../images/x.png) no-repeat right top;
    background-size: auto;
    box-shadow: 3px 3px 11px 2px #939095;
    margin: 1rem auto 4rem auto;
    padding-bottom: 2rem;
}

strong {
    font-weight: 700;
}

h1 {
    text-align: center;
    font-size: 1.875rem;
    line-height: 1.1;
    margin: 0 0 1.875rem;
    color: #990000;
}

h1 span {
    white-space: nowrap;
    font-size: 1rem;
    font-weight: 400;
}

h2 {
    font-size: 1rem;
    color: #990000;
    font-weight: 400;
    margin: 0 0 0.187rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 1.25rem;
}

ul {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
    line-height: 1.5;
}

ul li {
    padding-left: 3.25rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -0.875rem;
    font-size: 1.375rem;
    line-height: 1;
    color: #fbba00;
}

.box {
    display: flex;
    column-gap: 0.5rem;
    align-items: center;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    column-gap: 1rem;
    padding: 1rem 0 0;
}

.flex p:last-of-type {
    margin: 0;
}

.text {
    font-weight: 400;
}

.socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.875rem;
}

.socials i {
    font-size: 1.625rem;
    background: #9c9c9c;
    color: #fff;
    border-radius: 100%;
    padding: 0.375rem;
    text-align: center;
    font-size: 0.875rem;
    width: 1.625rem;
}

a.apply {
    background: #990000;
    color: #fff;
    display: block;
    width: fit-content;
    padding: 0.625rem 1.625rem;
    border-radius: 2rem;
    font-size: 1rem;
    font-weight: 400;
    margin: .5rem auto;
    text-align: center;
}

a.link:hover {
    text-decoration: underline;
    color: #0056b3;
}

article {
    padding: 2rem 1rem;
}

.section {
    padding: 0 2rem;
}

footer {
    padding: 0 1rem;
    border-top: 1px solid #990000;
}

@media only screen and (max-width: 58.688rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
        box-shadow: none;
        padding-bottom: 0;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}

@media only screen and (max-width: 43rem) {
    ul {
        line-height: 1.3;
    }

    h1 {
        font-size: 1.875rem;
        margin: 0 0 1rem;
    }

    article {
        padding: 1rem;
    }

    .section {
        padding: 0;
    }

    .flex {
        padding: 0;
    }
}

@media only screen and (max-width: 38rem) {
    #wrapper {
        background: none;
    }

    .flex {
        flex-direction: column;
        align-items: center;
    }

    .flex p {
        text-align: center;
    }

    .text {
        margin: 0 0 1rem;
    }

    ul li {
        padding-left: 2rem;
    }

    .box {
        margin-bottom: .3rem;
    }
}