<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0;
    min-width: 320px;
    padding: 5px;
}
h1,h2 {
    position: absolute !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    color: black !important;
}
a:link, a:visited, a:focus {
    color: #1b393e;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
img {
    vertical-align: middle;
}
.ir {
    display: block;
    max-width: 100%;
    height: auto;
}
main {
    width: 100%;
    background: #ffffff;
    height: 100vh;
    position: relative;
}
main .wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 700px;
}
main .wrap h1 {
    margin-top: 0;
}
main .card {
}
main .card header {
    background: #1b393e;
    border-radius: 40px 40px 0 0;
}
main .card header img {
    margin: 0 auto;
    width: 90%;
    max-width: 500px;
    padding: 30px 15px;
    display: block;
    height: auto;
}
main .card section {
    border: 4px solid #1b393e;
    border-top-width: 0px;
    border-radius: 0 0 40px 40px;
    text-align: center;
    min-height: 200px;
    padding-top: 50px;
    position: relative;
}
main .card section p {
    color: #1b393e;
    font-size: 30px;
    font-family: "Open Sans", sans-serif;
    line-height: 70px;
    display: inline;
}
main .card section div.email {
    padding-bottom: 50px;
    white-space: nowrap;
}
main .card section div.phone img {
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-right: 20px;
}
main .card section div.email img {
    width: 55px;
    height: 35px;
    margin-top: -14px;
    margin-right: 25px;
}
@media(max-width: 700px) {
    main .wrap {
        padding: 5px;
    }
}
@media(max-width: 550px) {
    main .card section div.email {
        margin-top: 55px;
    }
    main .card section div.phone img {
        margin-right: 30px;
    }
    main .card section {
        min-height: 160px;
    }
    main .card section p {
        font-size: 25px;
    }
    main .card section p {
        display: block;
        line-height: 40px;
    }
}
@media(max-width: 420px) {
    main .wrap {
        top: 20%;
        left: 50%;
        transform: translate(-50%, -10%);
    }
    main .card section div.email {
        padding-bottom: 40px;
    }
}
@media(max-width: 370px) {
    main .card section p {
        font-size: 20px;
    }
}</pre></body></html>