@charset "utf-8";
@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');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v30-latin-500.eot');
    src: url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), url('../fonts/roboto-v30-latin-500.woff') format('woff'), url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}
:root {
    font-size: 16px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    color: #494949;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    background: #F0F1F2;
    font-weight: 400;
}
img {
    max-width: 100%;
    height: auto;
}
#wrapper {
    position: relative;
    max-width: 960px;
    margin: 1rem auto;
    overflow: hidden;
}
h1 {
    font-size: 1.5rem;
    line-height: 1.3;
    margin: 0;
    color: #333;
}
h1 small {
    font-size: 0.7em;
}
h2 {
    font-size: 1rem;
    font-weight: 500;
    padding-bottom: 1rem;
}
h3 {
    font-size: 0.938rem;
    font-weight: 500;
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}
a.wrap {
    white-space: normal;
}
a.web {
    color: rgb(7, 105, 203);
    text-decoration: underline;
}
a.web:hover {
    background-color: rgb(240, 241, 242);
}
strong {
    font-weight: 500;
}
ul {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
}
ul li {
    padding-left: 2.7rem
}
ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.375rem;
    font-size: 1.375em;
    line-height: 1.1;
}
header {
    display: flex;
    padding: 1rem 2rem;
    background-color: #fff;
    margin-bottom: 1rem;
}
.info {
    display: flex;
    column-gap: 5rem;
    padding: 2rem;
    border-top: 0.0625rem solid rgb(206, 211, 217);
}
.info p {
    margin: 0 0 .5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.315rem
}
.info i {
    color: rgb(123, 133, 143);
    font-size: 1.125rem;
    width: 1.875rem;
    text-align: center;
}
article {
    margin: 1rem 0 0;
    padding: 1rem 2rem;
    background: #fff;
}
.bottom {
    padding-bottom: 0;
}
.head {
    padding: 2rem 2rem 0;
}
.padding {
    padding: 0 0 1.5rem;
}
.icon {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.icon p {
    text-align: center;
}
.benefits {
    background: #C80F2E;
    padding: 1rem 2rem;
    margin: 0 -2rem;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
    align-items: flex-end;
}
.benefits p {
    color: #fff;
    padding: 0.5rem 0 0 1rem;
}
a.button {
    font-weight: 600;
    color: #fff;
    background-color: #c80f2e;
    border-radius: 5px;
    padding: 5px 15px;
    margin: 0 20px 10px 0;
}
a.button:hover {
    background-color: #861520;
}
footer {
    padding: 1rem 2rem;
    background: #fff;
    border-radius: 0 0 .5rem .5rem;
}
.address {
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.avatar {
    background: #F5F5F5;
    padding: 1rem 2rem;
    margin: 0 -2rem;
    width: 345%;
}
.avatar figure {
    margin-bottom: 0.5rem;
}
.map {
    height: 307px;
    width: 387px;
    margin: 0 -2rem 0;
}
.map iframe {
    width: 100%;
    height: 100%;
}
.box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
a.apply {
    padding: .5rem 1rem;
    background-color: #003057;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    margin: 1.5rem 0;
    font-size: 0.9375rem;
}
a.apply:hover {
    background-color: rgb(70, 100, 115);
}
footer .box {
    margin-top: 2rem;
}
@media only screen and (max-width: 959px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }
    header {
        padding: 1rem;
    }
    .info {
        padding: 1.5rem 1rem 0.625rem;
    }
    article {
        margin: 1rem 0 0;
        padding: 0 1rem;
    }
    .head {
        padding: 1.25rem 1rem 0.3125rem;
    }
    .padding {
        padding: 0 1rem 0.0625rem;
    }
    footer {
        padding: 0 1rem 1px;
    }
    .benefits br {
        display: none;
    }
    .benefits, .icon {
        flex-direction: column;
        align-items: center;
    }
    .avatar{
        margin: 1rem -1rem;
        padding: 1rem;
    }
}
@media only screen and (max-width: 655px) {
    .address {
        display: block;
    }
    .avatar {
        width: 117%;
        margin-bottom: 1rem;
    }
    .map {
        width: 100%;
        height: auto;
        margin: 1rem 0;
    }
}
@media only screen and (max-width: 560px) {
    #wrapper {
        padding: .5rem;
    }
    header {
        justify-content: center;
    }
    article {
        margin: .5rem 0 0;
    }
    ul li {
        padding-left: 1rem
    }
    ul li:before {
        margin-left: -1rem;
    }
    h1 {
        text-align: center;
    }
    .button {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .info {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        column-gap: 1rem;
    }
    .info p {
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 0 0 1rem;
    }
}
@media only screen and (max-width: 376px) {
    a.apply {
        width: 100%;
        display: block;
        text-align: center;
    }
}