:root {
    font-size: 16px;
}

@font-face {
    font-display: swap;
    font-family: 'Hind Vadodara';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/hind-vadodara-v13-latin-regular.eot');
    src: url('../fonts/hind-vadodara-v13-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/hind-vadodara-v13-latin-regular.woff2') format('woff2'), url('../fonts/hind-vadodara-v13-latin-regular.woff') format('woff'), url('../fonts/hind-vadodara-v13-latin-regular.ttf') format('truetype'), url('../fonts/hind-vadodara-v13-latin-regular.svg#HindVadodara') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Hind Vadodara';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/hind-vadodara-v13-latin-700.eot');
    src: url('../fonts/hind-vadodara-v13-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/hind-vadodara-v13-latin-700.woff2') format('woff2'), url('../fonts/hind-vadodara-v13-latin-700.woff') format('woff'), url('../fonts/hind-vadodara-v13-latin-700.ttf') format('truetype'), url('../fonts/hind-vadodara-v13-latin-700.svg#HindVadodara') format('svg');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    line-height: 21px;
    font-family: 'Hind Vadodara', Arial, sans-serif;
    color: #2B2B2B;
    font-weight: 400;
}

#wrapper {
    position: relative;
    max-width: 910px;
    margin: 16px auto;
    border: 1px solid #2B2B2B;
    overflow: hidden;
    background: #fff url('../images/background.jpg') no-repeat bottom left;
}

h1 {
    margin: 46px 45px 46px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding-left: 20px;
}

h1:before {
    content: "\25A0";
    color: #1E7CB1;
    float: left;
    margin-top: 1px;
    font-size: 14px;
    line-height: 1em;
    text-indent: -20px;
}

h1+p {
    color: #1E7CB1;
}

h2 {
    margin: 17px 0;
    font-size: 21px;
    line-height: 1.3;
    font-weight: 400;
    color: #1E7CB1;
}

h3 {
    font-size: 68px;
    line-height: 1.3;
    font-weight: 700;
    position: absolute;
    top: 11%;
    left: 28%;
    color: #FECB34;
}

h4 {
    font-size: 21px;
    line-height: 1.25;
    font-weight: 700;
    margin-top: 18px;
    color: #1E7CB1;
}

h4+p {
    margin: 24px 0 !important;
}

.color {
    color: #1E7CB1 !important;
}

p:not(:last-of-type) {
    margin-bottom: 16px;
}

figure {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0;
}

.logo {
    position: absolute;
    bottom: -14px;
    right: -15px;
}

header {
    position: relative;
}

.intro {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 32px;
    margin-right: 60px;
}

.intro>div:nth-of-type(2) {
    flex: 1 1 0;
}

.intro>div:nth-of-type(1) {
    margin-top: -30px;
    position: relative;
    z-index: 9;
}

article {
    position: relative;
}

footer {
    padding: 0 130px 25px 50px;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

span {
    white-space: nowrap;
}

.title {
    margin: 0 60px 0 405px;
    position: relative;
    padding-bottom: 174px;
    z-index: 10;
}

.icon {
    position: absolute;
    bottom: -7px;
    left: 41px;
}

.qrcode {
    position: absolute;
    top: 73px;
    right: -29px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

.qrcodefooter {
    position: absolute;
    bottom: 46px;
    right: 46px;
}

@media all and (max-width:910px) {
    #wrapper {
        margin: 0;
        border: none;
    }

    h3 {
        font-size: 7vw;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }

    br:not(footer br, h3 br) {
        display: none;
    }
}

@media all and (max-width:840px) {
    .qrcodefooter {
        right: 16px;
    }

    footer {
        padding: 0 88px 25px 50px;
    }
}

@media all and (max-width:767px) {
    #wrapper {
        background-image: none;
    }

    footer {
        background: #F1EA34;
        background: linear-gradient(90deg, rgba(241, 234, 52, 1) 0%, rgba(247, 140, 42, 1) 100%);
        padding: 16px;
    }

    .intro {
        flex-direction: column;
    }

    .intro>div:nth-of-type(2) {
        padding: 16px;
    }

    .intro {
        margin-right: 0;
    }

    .intro>div:nth-of-type(1) {
        margin-top: 16px;
    }

    .icon {
        position: static;
        padding: 16px 16px 16px 6px;
        margin-top: 16px;
    }

    .address {
        padding-right: 73px;
    }

    h4 {
        margin-top: 0;
    }

    h4+p {
        margin: 16px 0 !important;
    }

    .title {
        margin: 0 16px 0 16px;
        padding-bottom: 0;
    }

    .qrcode {
        position: absolute;
        top: 41px;
        right: 16px;
    }

    .qrcode {
        position: static;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 16px;
    }

    .logo {
        position: static;
    }

    .flex {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 12px;
    }

    .mobile {
        display: none;
    }

    h1 {
        margin: 16px 0;
    }
}