﻿@charset "UTF-8";

:focus:not(:focus-visible) {
    outline: none;
}

* {
    margin: 0;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body * {
    line-height: inherit;
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        transition: none !important;
    }
}

html,
body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

html {
    font-style: normal;
    font-weight: 400;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
}

[tabindex],
a,
button,
input,
label,
select,
textarea {
    touch-action: manipulation;
}

a {
    color: currentColor;
    text-decoration: none;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

a * {
    pointer-events: none;
}

svg {
    fill: currentColor;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: 100%;
    font-weight: 400;
    line-height: inherit;
    margin: 0;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

dl {
    margin-top: 0;
    margin-bottom: 0;
}

dd {
    margin-left: 0;
}

img,
video {
    display: inline-flex;
    max-width: 100%;
    height: auto;
}

blockquote,
figure {
    margin: 0;
}

cite {
    font-style: normal;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: 1.15;
    margin: 0;
}

button,
input[type="reset"] {
    background-color: transparent;
    border: none;
    color: currentColor;
    cursor: pointer;
    padding: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

button {
    cursor: pointer;
}

a *,
button * {
    pointer-events: none;
}

a:not([class]) svg + * {
    margin-left: 16px;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

legend {
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-variant-numeric: tabular-nums;
    width: 100%;
}
