* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
form,
fieldset,
blockquote {
    border: 0;
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    overflow: auto;
}

body {
    background: url(../images/bg.jpg) #fff no-repeat center / cover;
    color: #000000;
    font: 300 22px Hind, Arial, Helvetica, Sans-Serif;
    min-width: 270px;
}

a {
    color: #000;
    outline: none;
    text-decoration: underline;
    transition: .2s All;
}

a:hover {
    color: #000000;
    text-decoration: none;
}

input,
select,
textarea {
    border: #999999 1px solid;
    color: #333333;
    font: 22px Arial, Helvetica, sans-serif;
    padding: 8px;
}

li {
    list-style: none;
}

h1,
h2 {
    font-size: 1em;
    font-weight: 600;
    line-height: 1;
    margin: 0;
}

h3,
h4,
h5,
h6 {
    font-size: 1em;
    font-weight: 300;
    margin: 0 0 1em;
}

p {
    line-height: 1.4em;
    padding: 0 0 1.4em;
}

table {
    border-collapse: collapse;
    width: 100%;
}

img {
    display: block;
}

.page-frame {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.page-container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    width: 590px;
}

.page-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.header-logo-text {}

.header-logo {
    margin-top: -35px;
    position: relative;
    width: 293px;
}

.header-slogan {
    font-size: 25px;
}

.header-slogan li {
    position: relative;
}

.header-slogan li::before {
    content: "|";
    left: -20px;
    position: absolute;
}

.illustration-top {
    background: url(../images/illustration1.svg) no-repeat center / contain;
    height: 196px;
    position: absolute;
    right: -160px;
    top: -60px;
    width: 166px;
}

.illustration-bottom {
    background: url(../images/illustration2.svg) no-repeat center / contain;
    bottom: 90px;
    height: 248px;
    left: -95px;
    position: absolute;
    width: 187px;
}

.page-footer {
    margin-bottom: 25px;
}