@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Caveat';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/caveat-v23-latin-regular.eot');
    src: url('../fonts/caveat-v23-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/caveat-v23-latin-regular.woff2') format('woff2'), url('../fonts/caveat-v23-latin-regular.woff') format('woff'), url('../fonts/caveat-v23-latin-regular.ttf') format('truetype'), url('../fonts/caveat-v23-latin-regular.svg#Caveat') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 400 1em/1.3em Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #fff;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1 {
    margin: 0 0 1rem;
    font-size: 1.5em;
    line-height: 1.1em;
    text-transform: uppercase;
    color: #fff;
}

h1 span {
    text-transform: none;
}
h2 {
    font-size: 1em;
    line-height: 1.3em;
}
h3 {
    font-size: 2.5em;
    line-height: 1.3em;
    color: #263650;
    text-transform: uppercase;
    margin-block: 0.75rem;
}
h4 {
    font: 400 1.7em/1.1 'Caveat', cursive;
    color: #263650;
    background: #B28A67;
    padding: 3rem 1rem 3rem 2rem;
    position: absolute;
    border-radius: 100%;
    text-transform: uppercase;
    top: 10.25rem;
    left: 22rem;
    width: 182px;
    height: 182px;
    transform: rotate(-6deg);
}
ul {
    padding: 0 0 1rem;
    list-style: none;
}
li {
    padding-left: 1rem;
}
li:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -1rem;
}
.abs {
    position: absolute;
    top: 10rem;
    left: 3rem;
}
.abs p {
    font-size: 1.25em;
    line-height: 1.3;
}

.abs .color {
    font-size: 1.125em;
    line-height: 1.3;
    margin-top: 1rem;
}
.color, h3 span {
    color: #B28A67;
}
.icon {
    padding: 1rem 2rem;
    background: #092543;
    display: flex;
    justify-content: space-between;
}

.icon p.ups {
    padding-bottom: 0.5rem;
    font-size: 1rem;
}
.icon p {
    color: #fff;
    font-size: 0.8125rem;
    line-height: 1.3;
    padding: 0;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.icon .flex {
    gap: 0.75rem;
    position: relative;
}
.icon .flex:not(:last-of-type):before {
    content: "";
    position: absolute;
    height: 77%;
    left: calc(100% + 0.625rem);
    border-right: 1px solid #C19871;
}
:is(.icon, footer) p {
    font-weight: bold;
}
.ups {
    text-transform: uppercase;
}
.content {
    padding: 1rem 2rem;
    background: #AE9D87 url('../images/bg.jpg') top left no-repeat;
    background-size: cover;
}
footer {
    background: #092543;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.lct {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-right: 2rem;
}
footer .ups {
    padding-bottom: 0.5rem;
}
footer .flex {
    gap: 0.5rem;
}
footer p {
    padding: 0;
    color: #fff;
}
footer .big {
    font-size: 1.25em;
    line-height: 1.3;
    padding-bottom: 0.5rem;
}
.adr {
    display: flex;
    gap: 0 0.75rem;
    flex-wrap: wrap;
}
.adr p {
    font-size: 0.75rem;
    line-height: 1.3;
}
@media only screen and (max-width:929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    h4 {
        position: static;
        margin: 0 auto;
    }
    .abs {
        position: static;
        padding: 1rem 2rem;
    }
    article br, .icon .flex:not(:last-of-type):before {
        display: none;
    }
    .flex {
        flex-direction: column;
    }
    .flex p {
        text-align: center;
    }
    .icon {
        flex-direction: column;
        gap: 1rem;
    }
    .content {
        background-image: none;
        padding: 1rem 2rem 0;
    }
    footer {
        justify-content: center;
    }
}
@media only screen and (max-width:480px) {
    footer, .abs, .content, .icon {
        padding: 1rem;
    }
    h3 {
        font-size: 2em;
    }
}