@charset "utf-8";
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/montserrat-v25-latin-700.eot');
    src: local('') url('../fonts/montserrat-v25-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-v25-latin-700.woff2') format('woff2'), url('../fonts/montserrat-v25-latin-700.woff') format('woff'), url('../fonts/montserrat-v25-latin-700.ttf') format('truetype'), url('../fonts/montserrat-v25-latin-700.svg#Montserrat') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 700 1em/1.3em 'Montserrat', Arial, sans-serif;
}
h1, h2, h3, h4 {
    font-weight: 700;
}
#wrapper {
    position: relative;
    max-width: 700px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #F15A29;
    overflow: hidden;
    padding: 2rem 2.5rem;
}
: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 0.5rem;
    font-size: 2.125em;
    line-height: 1.2;
    text-transform: uppercase;
}
h2 {
    font-size: 4.875em;
    line-height: 1;
    text-transform: uppercase;
}
h3 {
    font-size: 1.2em;
    line-height: 1.3em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}
h4 {
    font-size: 1.2em;
    line-height: 1.3em;
    margin-bottom: 2rem;
}
.icon {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1rem;
}
footer {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
}
@media only screen and (max-width:699px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p a, span {
        display: inline-block;
    }
    br {
        display: none;
    }
    h2 {
        font-size: 3em;
        line-height: 1.3;
    }
    .icon {
        flex-direction: column;
        align-items: center;
    }
    footer {
        position: static;
        display: flex;
        justify-content: center;
    }
}
@media only screen and (max-width:480px) {
    #wrapper {
        padding: 1rem;
    }
}