/* reset.css */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, ul, li, ol, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    font-size: 16px;
}

html, body {
    -webkit-text-size-adjust: none;
    scroll-behavior: smooth;
}

body, button, h1, h2, h3, h4, h5, h6, input, select, table, textarea {
    line-height: 1.5;
    color: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

ol, ul, li {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table caption {
    width: 0;
    height: 0;
    line-height: 0;
    text-indent: -9999px;
    font-size: 0;
    visibility: hidden;
    overflow: hidden;
}

table caption.show {
    width: initial;
    height: initial;
    margin: 5px 0;
    text-indent: 0;
    color: #000;
    font-weight: 500;
    visibility: visible;
    overflow: unset;
    font-size: 1.5rem;
    line-height: initial;
}

input, button, form, select {
    padding: 0;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
}

input[type=text], input[type=password], input[type=submit], input[type=search], input[type=email], input[type=tel], input[type=date], textarea, select {
    -webkit-appearance: none;
    background: #ffffff;
    border: none;
}

button {
    cursor: pointer;
    border: 0;
    padding: 0;
    background-color: transparent;
    line-height: 1;
}

*, *::before, *::after {
    box-sizing: border-box;
}

strong {
    font-weight: 600;
}

textarea {
    resize: none;
}

fieldset {
    min-inline-size: initial;
}