@charset "utf-8";

@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v40-latin-regular.eot');
    src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-regular.woff') format('woff'), url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-regular.svg#OpenSans') format('svg');
}

:root {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}

body {
    color: #000;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400
}

#wrapper {
    position: relative;
    padding: 0;
    overflow: hidden;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a.phone {
    text-decoration: none;
}

p {
    margin: 0 0 0.5rem;
}

span {
    white-space: nowrap;
}

.no_margin {
    margin: 0
}

h1 {
    line-height: 1.3;
    font-size: 2rem;
    margin: 1rem 1.5rem 0.875rem;
}

h2 {
    line-height: 1.3;
    font-size: 2rem;
    margin: 0.125rem 0 0.125rem;
}

h3 {
    font-size: 1.3125rem;
    margin: 0 0 0rem;
    line-height: 1.3;
}

h4 {
    font-size: 1.3125rem;
    margin: 0 0 1.5rem;
    line-height: 1.3;
}

ul {
    list-style: none;
    margin: 0 0 2.8rem;
    padding: 0;
}

ul li {
    padding-left: 2rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.25rem;
    font-size: 1.5375rem;
    line-height: 1;
}

header {
    box-shadow: 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.16), 0 0 0 0.062rem rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 1;
    padding: 1rem 1.5rem;
}

.logo {
    max-width: 50rem;
    margin: 0 auto;
}

.header_image {
    max-width: 50rem;
    margin: 0 auto;
    padding: 0.875rem 0 0;
    border: 0.0625rem solid rgba(220, 223, 226, 0.8);
    background: #fff;
    margin-bottom: 1.225rem
}

.header_image figure {
    margin: 0;
}

.header_image figure img {
    display: block;
}

.icons {
    margin: 0;
    padding: 0.875rem 1.5rem 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 15.625rem;
}

.icons i {
    margin-right: 0.25rem;
}

article {
    max-width: 50rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.contact {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    margin: 2.5rem 0;
}

.contact p {
    margin: 0;
}

.contact_image img {
    border-radius: 50%;
}

.button_container {
    max-width: 50rem;
    margin: 2.5rem auto 5rem;
    display: flex;
    justify-content: flex-end;
}

a.button {
    color: #FFF;
    background: #e2001a;
    font-size: 1.125rem;
    width: 10.75rem;
    height: 2.625rem;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer {
    max-width: 50rem;
    margin: 0 auto;
    padding: 0 0 1.25rem;
    color: #e2001a;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer a:hover {
    color: #6b6c6e;
    text-decoration: none;
}

.data,
.social_media {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 3.125rem;
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 1.875rem;
    height: 0;
    overflow: hidden;
}

.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 49.9375rem) {
    #wrapper {
        margin: 0 auto;
        border: 0;
        padding: 1rem;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin: 0 0 1rem;
    }

    span {
        white-space: nowrap;

    }

    h1 {
        text-align: center;
        margin: 0.625rem 1rem;
        font-size: 1.5rem;
    }

    h2 {
        font-size: 1.5rem;
        text-align: center;
    }

    h3 {
        font-size: 1.125rem;
        text-align: center;
    }

    h2,
    h3 {
        margin: 0 0 1.25rem;
    }

    h4 {
        font-size: 1.0625rem;
        margin: 0 0 0.3125rem;
    }

    header {
        box-shadow: none;
        padding: 0 0 1rem;
        display: flex;
        justify-content: center;
    }

    .header_image {
        margin-bottom: 0
    }

    .icons {
        padding: 1rem 1rem 0;
        justify-content: center;
        gap: 1.5rem;
    }

    article {
        padding: 1rem;
    }

    .contact {
        margin: 1.875rem 0 1rem;
    }

    .button_container {
        margin: 1rem auto;
        padding: 0 1rem;
        justify-content: center;
    }

    footer {
        padding: 0.625rem 1rem;
    }

    .data,
    .social_media {
        gap: 1.25rem;
    }
}

@media only screen and (max-width: 33.125rem) {
    h1 {
        font-size: 1.25rem;
    }

    ul li {
        padding-left: 1.25rem
    }

    .contact {
        flex-direction: column;
        align-items: center;
    }

    .contact p {
        text-align: center;
    }

    .button_container {
        margin: 1.5rem auto 1.25rem;
    }

    footer {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        padding: 0.625rem 0;
    }
}

@media only screen and (max-width: 23.5rem) {
    h1 {
        font-size: 1.125rem;
    }

    .icons {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
        padding: 0.625rem 0;
    }

    .icons p {
        margin: 0 0 0.625rem;
    }

    article {
        padding: 1rem 0 0.625rem;
    }

    a.button {
        width: 100%;
    }
}
