@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: "Arial", sans-serif;
    font-size: .938rem;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

#wrapper {
    position: relative;
    max-width: 57rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 1px #000;
}

:is(a:link, a:visited, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a:hover {
    text-decoration: underline;
}

article p {
    padding-bottom: 1rem;
}

h1 {
    font-size: 2.25rem;
    line-height: 1.2;
    padding: 1rem 0 .3rem;
    color: #fff;
}

h1 span {
    font-weight: normal;
}

h1+p {
    font-size: 1.1rem;
}

h2 {
    font-size: 1rem;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
}

h2 span {
    font-size: 0.675rem;
    color: #5c5f7b;
    font-weight: normal;
}

h3 {
    font-size: 1.1rem;
    padding: 0 0 1rem 2.25rem;
    position: relative;
    color: #164b85;
}

h3::before {
    content: "";
    display: inline-block;
    width: 1.75rem;
    height: 4px;
    background-color: #164b85;
    position: absolute;
    top: .75rem;
    left: 0;
}

h4 {
    font-size: 1.3rem;
    line-height: 1.2;
    padding-bottom: .3rem;
}

h4 span {
    font-size: 0.875rem;
    color: #c1c4d8;
    font-weight: normal;
}

ul {
    font-size: .875rem;
    list-style: none;
    padding-bottom: 1.25rem;
}

ul li {
    padding: 0 0 0 1rem;
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1rem;
    color: #164b85;
    font-size: 1.3rem;
    line-height: 1.1;
}

.info {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: .625rem;
    padding-bottom: 1rem;
}

.info p {
    padding: .25rem 1rem;
    border-radius: 2rem;
    background-color: #5c5f7b4f;
    font-size: .75rem;
}

header>div:last-of-type {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
}

.flex {
    display: flex;
    gap: 3rem;
    border-top: 1px solid #5c5f7b4f;
    padding-top: .625rem;
}

.flex>div {
    flex: 50%;
}

.flex .border {
    position: relative;
}

.flex .border::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #5c5f7b4f;
    position: absolute;
    top: 1rem;
    right: -1.5rem;
}

.items {
    display: flex;
    flex-direction: column;
    gap: .3rem;
    margin-bottom: 1.5rem;
}

.item {
    border: 1px solid #e4e7ea;
    background-color: #f6f7f9;
    border-radius: 5px;
    padding: .5rem 1rem;
}

.item p {
    padding: 0 0 0 1.25rem;
    font-size: .875rem;
}

.item p span {
    font-size: .75rem;
    display: block;
    color: #5c5f7b;
}

.item p:before {
    content: "\2713";
    float: left;
    margin-left: -1.25rem;
    color: #164b85;
}

.box {
    background-color: #164b85;
    color: #c1c4d8;
    padding: 4rem 1rem 0;
    border-radius: .625rem;
    font-size: .75rem;
    position: relative;
}

.box::before {
    content: "„";
    font-size: 2rem;
    position: absolute;
    top: 0;
    left: 1rem;
}

.box strong {
    color: #fff;
}

.small,
.qr p {
    font-size: .625rem;
    color: #5c5f7b;
}

.small {
    margin-top: 3rem;
}

.qr p {
    text-align: center;
}

header {
    padding: 1.5rem 3rem;
    background: url("../images/bg.png") 0 0 /cover no-repeat;
    color: #cfe1ef;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

article {
    padding: 1.5rem 3rem;
}

footer {
    padding: 1.5rem 3rem;
    background: url("../images/bg.png") 0 0 /cover no-repeat;
    color: #fff;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    font-size: .75rem;
}

@media only screen and (max-width: 56.938rem) {

    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}

@media only screen and (max-width: 54rem) {
    h1 {
        font-size: 1.8rem;
    }

    header,
    article,
    footer {
        padding: 1.5rem;
    }
}

@media only screen and (max-width: 44rem) {
    header {
        display: block;
        text-align: center;
    }

    header>div:last-of-type {
        padding-top: 1rem;
        align-items: center;
    }

    .info {
        align-items: center;
    }

    .flex {
        display: block;
    }

    .flex .border::after {
        display: none;
    }

    h3 {
        padding-bottom: .5rem;
    }

    ul {
        padding-bottom: .75rem;
    }
}

@media only screen and (max-width: 37rem) {

    header,
    article,
    footer {
        padding: 1.25rem 1rem;
    }

    footer {
        display: block;
        text-align: center;
    }

    .small {
        margin: 1rem 0 1.25rem;
    }

    .qr {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}