*, *::before, *::after {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
html, body, figure, picture, video, canvas, figcaption {
    margin: 0;
    padding: 0;
    line-height: normal;
}
html:focus-within {
    scroll-behavior: smooth;
}
body {
    min-height: 100vh;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}
img, figure, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}
input, button, textarea, select {
    font: inherit;
    color: inherit;
}
button {
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
}
a, button {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
a:hover, button:hover {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
a:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}
:focus {
    outline: 0px;
}
ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th, td {
    text-align: left;
    vertical-align: top;
}
hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    margin: 0;
}
blockquote, q {
    quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
    content: "";
}
pre, code, kbd, samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 0.95em;
}
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}
.wp-caption {
    max-width: 100%;
}
.wp-caption img {
    height: auto;
}
.wp-caption-text {
    font-size: 0.9em;
    opacity: 0.8;
    margin-top: 6px;
}
.alignleft {
    float: left;
    margin: 0 16px 16px 0;
}
.alignright {
    float: right;
    margin: 0 0 16px 16px;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}