@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: 400;
    src: url('../fonts/kanit-v16-latin-regular.eot');
    src: url('../fonts/kanit-v16-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/kanit-v16-latin-regular.woff2') format('woff2'), url('../fonts/kanit-v16-latin-regular.woff') format('woff'), url('../fonts/kanit-v16-latin-regular.ttf') format('truetype'), url('../fonts/kanit-v16-latin-regular.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');
}

@font-face {
    font-display: swap;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/kanit-v16-latin-600.eot');
    src: url('../fonts/kanit-v16-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/kanit-v16-latin-600.woff2') format('woff2'), url('../fonts/kanit-v16-latin-600.woff') format('woff'), url('../fonts/kanit-v16-latin-600.ttf') format('truetype'), url('../fonts/kanit-v16-latin-600.svg#Kanit') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/kanit-v16-latin-700.eot');
    src: url('../fonts/kanit-v16-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/kanit-v16-latin-700.woff2') format('woff2'), url('../fonts/kanit-v16-latin-700.woff') format('woff'), url('../fonts/kanit-v16-latin-700.ttf') format('truetype'), url('../fonts/kanit-v16-latin-700.svg#Kanit') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Kanit';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/kanit-v16-latin-800.eot');
    src: url('../fonts/kanit-v16-latin-800.eot?#iefix') format('embedded-opentype'), url('../fonts/kanit-v16-latin-800.woff2') format('woff2'), url('../fonts/kanit-v16-latin-800.woff') format('woff'), url('../fonts/kanit-v16-latin-800.ttf') format('truetype'), url('../fonts/kanit-v16-latin-800.svg#Kanit') format('svg');
}

:root {
    font-size: 1rem;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    color: #000;
    font-family: 'Kanit', 'Arial', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.3;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
    max-width: 52.5rem;
    margin: 1rem auto;
    overflow: hidden;
    background: #fff;
    border: solid 0.0625rem #000;
}

h1 {
    font-size: 23px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 1.25rem;
    color: #FF0000;
}

h2 {
    font-size: 1.125rem;
    margin: 0 0 0.625rem;
    color: #FF0000;
    font-weight: 500
}

h3 {
    font-size: 1.125rem;
    margin: 0 0 0.625rem;
    color: #ED1C24;
    font-weight: 500
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

p {
    margin: 0 0 1.25rem;
}

.text_bigger {
    font-size: 1rem;
    display: block;
    margin: 0 0 0.3125rem;
}

span {
    white-space: nowrap
}

.nowrap {
    white-space: nowrap;
}

.red {
    color: #FF0000;
    white-space: normal
}

a.color {
    color: #548DD4
}

ins {
    color: #548DD4
}

ul {
    list-style: none;
    margin: 0 0 2.5rem;
    padding: 0;
}

ul li {
    padding-left: 2.875rem
}

ul li:before {
    content: "\2022";
    float: left;
    margin-left: -1.5rem;
    font-size: 1.375em;
    line-height: 1;
    color: #FF0000
}

header img {
    display: block
}

article {
    padding: 1rem 3rem 0 5rem
}

article p:last-of-type {
    line-height: 1;
    text-align-last: left
}

.justify {
    text-align: justify;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.justify:first-of-type {
    margin: 0 0 2.5rem;
}

.margin {
    margin: 0 0 2.5rem
}

footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 5rem 2rem
}

footer p {
    margin: 0
}

p small {
    font-size: 0.875rem;
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 0 0 40px;
    }

    .iframe-wrapper iframe {
        border:none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

@media only screen and (max-width: 52.4375rem) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }

    p,
    ul {
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    ul li {
        padding-left: 1.5rem
    }

    ul li:before {
        margin-left: -1.125rem;
    }

    article {
        padding: 0.625rem 1rem
    }

    .justify {
        text-align: left;
    }

    footer {
        padding: 0 1rem 1rem
    }
}

@media only screen and (max-width: 31.1875rem) {

    h1,
    h1 + p {
        text-align: center;
    }

    footer {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    a.wrap {
        white-space: normal;
    }
}