@font-face {
    font-family: "Myriad Pro";
    src: url(MyriadPro-Semibold.woff2) format("woff2"), url(MyriadPro-Semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Myriad Pro";
    src: url(MyriadPro-Bold.woff2) format("woff2"), url(MyriadPro-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Myriad Pro";
    src: url(MyriadPro-Light.woff2) format("woff2"), url(MyriadPro-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Myriad Pro";
    src: url(MyriadPro-Regular.woff2) format("woff2"), url(MyriadPro-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

body {
    background: none;
}

#wrapper {
    max-width: 1000px;
    margin: 16px auto;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
    background-color: #fff;
    overflow: hidden;
    color: #000;
    font-family: "Myriad Pro", Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.3;
}

#wrapper .text {
    padding-left: 14px;
    font-size: 17px;
}

#wrapper .nobr {
    white-space: nowrap;
}

#wrapper .hide {
    display: none;
}

#wrapper .content p {
    font-weight: 400;
    margin-bottom: 10px;
}

#wrapper .content {
    background: rgba(255, 255, 255, 0.9);
    padding: 15px 20px 4px;
}

#wrapper .header {
    padding: 0 50px 30px;
    background: url(header.jpg) no-repeat bottom left;
    background-size: cover;
    background-position: center;
    position: relative;
}

#wrapper .article {
    padding: 20px 74px;
}

#wrapper .footer {
    padding: 0 74px 50px;
    position: relative;
}

#wrapper .footer a {
    color: #000 !important;
}

#wrapper h3.h3 {
    position: relative;
}

#wrapper h3.h3:before {
    content: "";
    width: 100%;
    height: 1px;
    border-top: 1px dashed #000;
    position: absolute;
    top: 15px;
    left: 0;
}

#wrapper h3.h3 span {
    display: inline-block;
    position: relative;
    background: #fff;
    padding-right: 10px;
}

#wrapper .logo {
    display: flex;
    justify-content: end;
    margin-bottom: 12px;
}

#wrapper p {
    margin-bottom: 16px;
}

#wrapper strong {
    font-weight: 600;
}

#wrapper p.bg {
    background: rgba(238, 28, 37, 0.75);
    padding: 10px 120px 10px 60px;
    transform: rotate(-25deg);
    position: absolute;
    top: 31px;
    left: -30px;
    margin: 0;
    color: #fff;
}

#wrapper h1 .small {
    font-size: 33px;
    font-weight: 600;
}

#wrapper h1 .block {
    display: block;
    font-size: 30px;
    font-weight: 600;
}

#wrapper h5 a {
    color: #fff !important;
}

#wrapper h5 {
    font-size: 51px;
    line-height: 1;
    font-weight: 600;
    width: 65%;
    color: #fff;
}

#wrapper .contact {
    padding-right: 103px;
}

#wrapper .font {
    background: #E30613;
    padding: 3px 23px 3px 13px;
    display: inline-block;
    color: #fff;
    clip-path: polygon(0 0, 88% 0%, 100% 100%, 0 100%);
}

#wrapper .font a {
    color: #fff !important;
}

#wrapper .qrcode p {
    background: #E30613;
    padding: 3px 13px 3px 26px;
    display: inline-block;
    text-align: right;
    color: #fff;
    clip-path: polygon(12% 0, 101% 0, 101% 100%, 0 100%);
}

#wrapper .footer p {
    margin-bottom: 0;
}

#wrapper .qrcode {
    position: absolute;
    top: 0;
    right: 74px;
    display: flex;
    align-items: flex-start;
    z-index: 0;
}

#wrapper .qrcode a {
    display: inline-block;
    padding: 5px;
    border: 1px solid #E30613;
}

#wrapper .border {
    border: 1px solid #E30613;
    padding: 9px 12px;
    position: relative;
    z-index: 1;
}

#wrapper .border p {
    font-size: 17px;
}

#wrapper h1 {
    margin: -120px 0 25px 20px;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}

#wrapper h2 {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 600;
}

#wrapper h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 300;
}

#wrapper h3.normal {
    font-weight: 700;
    font-size: 16px;
}

#wrapper h4 {
    margin-bottom: 6px;
    font-size: 25px;
    font-weight: 300;
    color: #E30613;
    line-height: 1.1;
}

#wrapper :is(a:link, a:visited, a:hover, a:active) {
    color: #275B9B;
    text-decoration: none;
}

#wrapper ul {
    margin-bottom: 16px;
    list-style: none;
}

#wrapper ul li {
    padding-left: 14px;
    position: relative;
}

#wrapper ul li:before {
    content: "\002010";
    color: #000;
    font-size: 19px;
    font-family: Arial, sans-serif;
    position: absolute;
    top: -2px;
    left: 0;
}

#wrapper img {
    max-width: 100%;
    vertical-align: middle;
}

@media (max-width: 999px) {
    #wrapper {
        margin: 0;
        border: none;
        text-wrap: pretty;
    }

    #wrapper :is(p, ul) {
        hyphens: auto;
        -webkit-hyphens: auto;
    }
}

@media (max-width: 921px) {
    #wrapper .article {
        padding: 2% 5%;
    }


    #wrapper h1 {
        margin-top: 0;
        font-size: 48px;
    }

    #wrapper .header {
        padding: 0 5% 4%;
    }

    #wrapper .banner {
        padding: 10% 5%;
    }

    #wrapper .qrcode {
        right: 5%;
    }

    #wrapper .footer {
        padding: 0 5% 5%;
    }
}

@media (max-width: 669px) {
    #wrapper .banner {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    #wrapper p.bg {
        position: static;
        padding: 5px 16px;
        transform: none;
        text-align: center;
    }

    #wrapper .logo {
        justify-content: center;
    }

    #wrapper h1 {
        font-size: 40px;
        margin: 10px 16px 10px;
        text-align: center;
    }

    #wrapper h5 {
        width: auto;
        text-align: center;
        font-size: 42px;
    }
}

@media (max-width: 529px) {
    #wrapper .qrcode {
        position: static;
        justify-content: end;
    }

    #wrapper .contact {
        padding-right: 0;
    }


    #wrapper h1 {
        text-align: center;
        width: auto;
    }
}