@font-face {
    font-family: 'Manus Smooth';
    src: url('ManusSmooth.woff2') format('woff2'), url('ManusSmooth.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

#wrapper {
    position: relative;
    max-width: 890px;
    margin: 16px auto;
    border: 1px solid #000;
    padding: 52px 24px 24px;
    overflow: hidden;
    background-color: #fff;
    color: #000;
    font-size: 15px;
    line-height: 1.3;
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 400;
}

#wrapper .margin {
    margin: 0 0 12px;
}

#wrapper .hide {
    display: none;
}

#wrapper h5:before {
    content: "";
    width: 24px;
    height: 98%;
    background: #fbe7ac;
    transform: skewY(-40deg);
    position: absolute;
    top: 10px;
    left: -24px;
}

#wrapper .contact:after {
    content: "";
    width: 24px;
    height: 100%;
    background: #FFDA83;
    transform: skewY(40deg);
    position: absolute;
    bottom: -9px;
    right: -24px;
}

#wrapper img {
    max-width: 100%;
    vertical-align: middle;
}

#wrapper .flexbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

#wrapper .left {
    width: 49%;
}

#wrapper .right {
    width: 48%;
}

#wrapper .background {
    background: #E6E6E5;
    padding: 10px 24px 0;
    position: relative;
}

#wrapper strong {
    font-weight: 700;
}

#wrapper .title {
    background: #F13C36;
    padding: 11px 24px;
    margin: -60px 0 10px;
    position: relative;
}

#wrapper .contact {
    background: #FFCB06;
    padding: 12px 20px 15px;
    width: 50%;
    position: absolute;
    bottom: 25%;
    right: 0;
}

#wrapper .logo p {
    text-align: center;
    font-size: 11px;
    line-height: 15px;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    margin: 6px 0 0;
}

#wrapper .font {
    margin: 0 16px 13px;
}

#wrapper .banner {
    position: relative;
}

#wrapper h1 {
    font-size: 34px;
    line-height: 1.1;
    text-align: left;
    font-weight: 700;
    color: #fff;
}

#wrapper h1 span {
    font-size: 22px;
    line-height: 0;
    font-weight: 400;
}

#wrapper h3 {
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 4px;
    font-weight: 700;
}

#wrapper h2 {
    font-size: 26px;
    margin-left: 37px;
    line-height: 30px;
    font-weight: normal;
    font-family: 'Manus Smooth', Arial, sans-serif;
}

#wrapper h4 {
    font-size: 26px;
    margin-bottom: 8px;
    line-height: 1;
    font-weight: normal;
    font-family: 'Manus Smooth', Arial, sans-serif;
}

#wrapper h5 {
    font-size: 47px;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    top: -30px;
    left: 0;
    color: #fff;
}

#wrapper h5 span {
    display: inline-block;
    padding: 5px 16px;
    background: #FFD34D;
    margin-bottom: 3px;
}

#wrapper .contact p {
    font-size: 14px;
    line-height: 18px;
}

#wrapper .background1 {
    background: #FED88F;
    padding: 12px 24px 36px;
    margin: 0 -24px;
    padding-right: 54%;
}

#wrapper .background1 ul {
    margin-bottom: 0;
}

#wrapper .contact * {
    color: #4B2B00;
}

#wrapper p {
    margin-bottom: 11px;
}

#wrapper footer {
    padding: 0 16px;
}

#wrapper :is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
}

#wrapper .text {
    padding-left: 37px;
    position: relative;
}

#wrapper .text:before {
    content: url('arrow.jpg');
    position: absolute;
    top: -9px;
    left: 0;
}

#wrapper .title p {
    position: absolute;
    top: -71px;
    left: 24px;
    color: #fff;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1.2;
    text-shadow: 1px 1px 8px #3d3d3d;
}

#wrapper .title p span {
    display: block;
}

#wrapper .logo {
    padding: 20px 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 40px 40px 0 0;
    max-width: 420px;
    margin: -119px -10px 0 auto;
    position: relative;
    background: url(background.png) no-repeat;
}

#wrapper .qrcode p {
    margin-bottom: 0;
}

#wrapper .qrcode {
    display: flex;
    align-items: flex-end;
    column-gap: 15px;
    flex-wrap: wrap;
    row-gap: 10px;
}

#wrapper ul {
    margin-bottom: 15px;
    list-style: none;
}

#wrapper ul li {
    padding-left: 14px;
    margin-bottom: 2px;
    position: relative;
}

#wrapper ul li:before {
    content: "\25a0";
    color: #000;
    position: absolute;
    top: -1px;
    left: 0;
    font-size: 16px;
    line-height: 1;
}

#wrapper .nobr {
    white-space: nowrap;
}

#wrapper .qrcode div {
    flex: 1 1 0;
}

@media (max-width: 889px) {
    #wrapper {
        margin: 0;
        border: none;
        text-wrap: pretty;
    }

    #wrapper :is(p, ul) {
        hyphens: auto;
        -webkit-hyphens: auto;
    }

    #wrapper .title p {
        top: -100px;
    }

    #wrapper .background {
        padding: 16px 16px 0;
    }

    #wrapper .logo {
        margin-top: -10%;
    }

    #wrapper .background1 {
        margin: 0 -16px;
        padding-right: 55%;
    }
}

@media (max-width: 767px) {
    #wrapper h5 {
        font-size: 5.5vw;
        top: 0;
    }

    #wrapper .title {
        padding: 16px;
        margin-top: 0;
    }

    #wrapper h1 {
        font-size: 24px;
        line-height: 28px;
    }

    #wrapper .title p {
        position: static;
        margin-bottom: 10px;
        text-shadow: none;
        width: auto;
        font-size: 17px;
    }

    #wrapper .logo {
        margin: 0;
        max-width: 100%;
        background: #fff;
    }
}

@media (max-width: 699px) {
    #wrapper {
        padding: 16px;
    }

    #wrapper .logo {
        margin: 0 auto;
        padding: 16px;
    }

    #wrapper .left,
    #wrapper .right {
        width: 100%;
    }

    #wrapper .contact {
        position: relative;
        width: auto;
        margin: 0 -16px;
        bottom: auto;
    }

    #wrapper .background1 {
        padding: 16px;
    }
}