@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/kanit-v16-latin-300.eot');
    src: url('../fonts/kanit-v16-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/kanit-v16-latin-300.woff2') format('woff2'), url('../fonts/kanit-v16-latin-300.woff') format('woff'), url('../fonts/kanit-v16-latin-300.ttf') format('truetype'), url('../fonts/kanit-v16-latin-300.svg#Kanit') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/kanit-v16-latin-500.eot');
    src: url('../fonts/kanit-v16-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/kanit-v16-latin-500.woff2') format('woff2'), url('../fonts/kanit-v16-latin-500.woff') format('woff'), url('../fonts/kanit-v16-latin-500.ttf') format('truetype'), url('../fonts/kanit-v16-latin-500.svg#Kanit') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 300 1em/1.4em 'Kanit', Arial, sans-serif;
}
h1, strong {
    font-weight: 500;
}
#wrapper {
    position: relative;
    max-width: 460px;
    margin: 1rem auto;
    border: solid #0C6AA0;
    border-width: 1px 0.5rem 0.5rem 0.5rem;
    background: #fff;
    padding: 0;
}
p {
    padding-bottom: 1rem;
    text-align: justify;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 0 0 1rem;
    font-size: 1.34em;
    line-height: 1.1em;
    text-align: center;
}
h1 span {
    font-weight: 300;
}
h1 small {
    display: block;
    font-size: 1rem;
}
header {
    margin: 0 -0.4375rem;
}
article {
    padding: 0 1.5rem;
}
footer {
    border-bottom: 0.5rem solid #C1D732;
    padding: 0 1.5rem;
}
footer p {
    position: relative;
    z-index: 2;
    width: fit-content;
    margin-top: 0.5rem;
}
figure {
    position: absolute;
    bottom: 1rem;
    right: 1.5rem;
}
figure > img {
    margin-bottom: 6rem;
}
@media only screen and (max-width:459px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        text-align: left;
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    br {
        display: none;
    }
    footer {
        border: 0;
    }
    figure {
        position: static;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 1rem;
    }
    figure > img {
        margin: 0;
    }
}