*, *::before, *::after {
    box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}

body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.25;
    color: var(--md-sys-color-on-surface);
}

h1 { font-size: 2.25rem; line-height: 2.75rem; }
h2 { font-size: 1.75rem; line-height: 2.25rem; }
h3 { font-size: 1.35rem; line-height: 1.75rem; }
h4 { font-size: 1.15rem; line-height: 1.5rem; }
h5 { font-size: 1rem; line-height: 1.35rem; }
h6 { font-size: 0.875rem; line-height: 1.25rem; }

p {
    margin-top: 0;
    margin-bottom: 1rem;
    line-height: 1.6;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

:root {
    --mio-theme-color-white: #fff;
    --mio-theme-color-on-surface: #1f1f1f;
    --mio-theme-color-scrim-video-container: rgb(31 31 31 / 64%);
    --mio-theme-color-scrim-video-control: rgb(255 255 255 / 12%);
    --mio-theme-color-scrim-video-control-pressed: rgb(255 255 255 / 24%);
    --mio-theme-display-font-family: "Roboto", "Google Sans", sans-serif;
    --mio-theme-text-font-family: "Roboto", "Google Sans Text", sans-serif;
    --mio-theme-mono-font-family: "Roboto", "Google Sans Mono", sans-serif;
    --mio-theme-google-symbol-font-family: "Google Symbols";
    --mio-theme-v2-hero-font-family: var(--mio-theme-display-font-family);
    --mio-theme-v2-hero-font-size: 96px;
    --mio-theme-v2-hero-line-height: 1;
    --mio-theme-v2-hero-font-weight: 475;
    --mio-theme-v2-hero-font-variation-GRAD: 0;
    --mio-theme-v2-hero-font-variation-opsz: 18;
    --mio-theme-v2-hero-letter-spacing: 0;
    --mio-theme-v2-hero-md-font-family: var(--mio-theme-display-font-family);
    --mio-theme-v2-hero-md-font-size: 72px;
    --mio-theme-v2-hero-md-line-height: 80px;
    --mio-theme-v2-hero-md-font-weight: 475;
    --mio-theme-v2-hero-md-font-variation-GRAD: 0;
    --mio-theme-v2-hero-md-font-variation-opsz: 18;
    --mio-theme-v2-hero-md-letter-spacing: 0;
    --mio-theme-v2-hero-sm-font-family: var(--mio-theme-display-font-family);
    --mio-theme-v2-hero-sm-font-size: 60px;
    --mio-theme-v2-hero-sm-line-height: 65px;
    --mio-theme-v2-hero-sm-font-weight: 475;
    --mio-theme-v2-hero-sm-font-variation-GRAD: 0;
    --mio-theme-v2-hero-sm-font-variation-opsz: 18;
    --mio-theme-v2-hero-sm-letter-spacing: 0;
    --mio-theme-v2-display-xl-font-family: var(--mio-theme-display-font-family);
    --mio-theme-v2-display-xl-font-size: 88px;
    --mio-theme-v2-display-xl-line-height: 96px;
    --mio-theme-v2-display-xl-font-weight: 475;
    --mio-theme-v2-display-xl-font-variation-GRAD: 0;
    --mio-theme-v2-display-xl-font-variation-opsz: 18;
    --mio-theme-v2-display-xl-letter-spacing: 0;
    --mio-theme-v2-display-l-font-family: var(--mio-theme-display-font-family);
    --mio-theme-v2-display-l-font-size: 57px;
    --mio-theme-v2-display-l-line-height: 64px;
    --mio-theme-v2-display-l-font-weight: 475;
    --mio-theme-v2-display-l-font-variation-GRAD: 0;
    --mio-theme-v2-display-l-font-variation-opsz: 18;
    --mio-theme-v2-display-l-letter-spacing: 0;
    --mio-theme-v2-display-m-font-family: var(--mio-theme-display-font-family);
    --mio-theme-v2-display-m-font-size: 45px;
    --mio-theme-v2-display-m-line-height: 52px;
    --mio-theme-v2-display-m-font-weight: 475;
    --mio-theme-v2-display-m-font-variation-GRAD: 0;
    --mio-theme-v2-display-m-font-variation-opsz: 18;
    --mio-theme-v2-display-m-letter-spacing: 0;
    --mio-theme-v2-display-s-font-family: var(--mio-theme-display-font-family);
    --mio-theme-v2-display-s-font-size: 36px;
    --mio-theme-v2-display-s-line-height: 44px;
    --mio-theme-v2-display-s-font-weight: 475;
    --mio-theme-v2-display-s-font-variation-GRAD: 0;
    --mio-theme-v2-display-s-font-variation-opsz: 18;
    --mio-theme-v2-display-s-letter-spacing: 0;
    --mio-theme-v2-headline-l-font-family: var(--mio-theme-display-font-family);
    --mio-theme-v2-headline-l-font-size: 32px;
    --mio-theme-v2-headline-l-line-height: 40px;
    --mio-theme-v2-headline-l-font-weight: 475;
    --mio-theme-v2-headline-l-font-variation-GRAD: 0;
    --mio-theme-v2-headline-l-font-variation-opsz: 18;
    --mio-theme-v2-headline-l-letter-spacing: 0;
    --mio-theme-v2-headline-m-font-family: var(--mio-theme-display-font-family);
    --mio-theme-v2-headline-m-font-size: 28px;
    --mio-theme-v2-headline-m-line-height: 36px;
    --mio-theme-v2-headline-m-font-weight: 475;
    --mio-theme-v2-headline-m-font-variation-GRAD: 0;
    --mio-theme-v2-headline-m-font-variation-opsz: 18;
    --mio-theme-v2-headline-m-letter-spacing: 0;
    --mio-theme-v2-headline-s-font-family: var(--mio-theme-display-font-family);
    --mio-theme-v2-headline-s-font-size: 24px;
    --mio-theme-v2-headline-s-line-height: 32px;
    --mio-theme-v2-headline-s-font-weight: 475;
    --mio-theme-v2-headline-s-font-variation-GRAD: 0;
    --mio-theme-v2-headline-s-font-variation-opsz: 18;
    --mio-theme-v2-headline-s-letter-spacing: 0;
    --mio-theme-v2-title-l-font-family: var(--mio-theme-text-font-family);
    --mio-theme-v2-title-l-font-size: 22px;
    --mio-theme-v2-title-l-line-height: 30px;
    --mio-theme-v2-title-l-font-weight: 400;
    --mio-theme-v2-title-l-font-variation-GRAD: 0;
    --mio-theme-v2-title-l-font-variation-opsz: 17;
    --mio-theme-v2-title-l-letter-spacing: 0;
    --mio-theme-v2-title-m-font-family: var(--mio-theme-text-font-family);
    --mio-theme-v2-title-m-font-size: 16px;
    --mio-theme-v2-title-m-line-height: 24px;
    --mio-theme-v2-title-m-font-weight: 500;
    --mio-theme-v2-title-m-font-variation-GRAD: 0;
    --mio-theme-v2-title-m-font-variation-opsz: 17;
    --mio-theme-v2-title-m-letter-spacing: 0;
    --mio-theme-v2-title-s-font-family: var(--mio-theme-text-font-family);
    --mio-theme-v2-title-s-font-size: 14px;
    --mio-theme-v2-title-s-line-height: 20px;
    --mio-theme-v2-title-s-font-weight: 500;
    --mio-theme-v2-title-s-font-variation-GRAD: 0;
    --mio-theme-v2-title-s-font-variation-opsz: 17;
    --mio-theme-v2-title-s-letter-spacing: 0;
    --mio-theme-v2-label-l-font-family: var(--mio-theme-text-font-family);
    --mio-theme-v2-label-l-font-size: 14px;
    --mio-theme-v2-label-l-line-height: 20px;
    --mio-theme-v2-label-l-font-weight: 500;
    --mio-theme-v2-label-l-font-variation-GRAD: 0;
    --mio-theme-v2-label-l-font-variation-opsz: 17;
    --mio-theme-v2-label-l-letter-spacing: 0;
    --mio-theme-v2-label-m-font-family: var(--mio-theme-text-font-family);
    --mio-theme-v2-label-m-font-size: 12px;
    --mio-theme-v2-label-m-line-height: 16px;
    --mio-theme-v2-label-m-font-weight: 500;
    --mio-theme-v2-label-m-font-variation-GRAD: 0;
    --mio-theme-v2-label-m-font-variation-opsz: 17;
    --mio-theme-v2-label-m-letter-spacing: .1px;
    --mio-theme-v2-label-s-font-family: var(--mio-theme-text-font-family);
    --mio-theme-v2-label-s-font-size: 11px;
    --mio-theme-v2-label-s-line-height: 16px;
    --mio-theme-v2-label-s-font-weight: 500;
    --mio-theme-v2-label-s-font-variation-GRAD: 0;
    --mio-theme-v2-label-s-font-variation-opsz: 17;
    --mio-theme-v2-label-s-letter-spacing: .1px;
    --mio-theme-v2-body-l-font-family: var(--mio-theme-text-font-family);
    --mio-theme-v2-body-l-font-size: 16px;
    --mio-theme-v2-body-l-line-height: 24px;
    --mio-theme-v2-body-l-font-weight: 400;
    --mio-theme-v2-body-l-font-variation-GRAD: 0;
    --mio-theme-v2-body-l-font-variation-opsz: 17;
    --mio-theme-v2-body-l-letter-spacing: 0;
    --mio-theme-v2-body-m-font-family: var(--mio-theme-text-font-family);
    --mio-theme-v2-body-m-font-size: 14px;
    --mio-theme-v2-body-m-line-height: 20px;
    --mio-theme-v2-body-m-font-weight: 400;
    --mio-theme-v2-body-m-font-variation-GRAD: 0;
    --mio-theme-v2-body-m-font-variation-opsz: 17;
    --mio-theme-v2-body-m-letter-spacing: 0;
    --mio-theme-v2-body-s-font-family: var(--mio-theme-text-font-family);
    --mio-theme-v2-body-s-font-size: 12px;
    --mio-theme-v2-body-s-line-height: 16px;
    --mio-theme-v2-body-s-font-weight: 400;
    --mio-theme-v2-body-s-font-variation-GRAD: 0;
    --mio-theme-v2-body-s-font-variation-opsz: 17;
    --mio-theme-v2-body-s-letter-spacing: .1px;
    --mio-theme-v2-code-l-font-family: var(--mio-theme-mono-font-family);
    --mio-theme-v2-code-l-font-size: 16px;
    --mio-theme-v2-code-l-line-height: 24px;
    --mio-theme-v2-code-l-font-weight: 400;
    --mio-theme-v2-code-l-letter-spacing: 0;
    --mio-theme-v2-code-m-font-family: var(--mio-theme-mono-font-family);
    --mio-theme-v2-code-m-font-size: 14px;
    --mio-theme-v2-code-m-line-height: 20px;
    --mio-theme-v2-code-m-font-weight: 400;
    --mio-theme-v2-code-m-letter-spacing: 0;
    --mio-theme-v2-code-snippet-font-family: var(--mio-theme-mono-font-family);
    --mio-theme-v2-code-snippet-font-size: 15px;
    --mio-theme-v2-code-snippet-line-height: 32px;
    --mio-theme-v2-code-snippet-font-weight: 500;
    -webkit-font-smoothing: antialiased
}



nav {
    transition: background-color .5s cubic-bezier(.2,0,0,1),background-image .5s cubic-bezier(.2,0,0,1)
}



* {
    box-sizing: border-box
}

html, body {
    height: 100%;
    margin: 0
}

body {
    font-family: Google Sans Text,sans-serif;
    font-family: var(--mio-theme-v2-body-l-font-family);
    font-size: 16px;
    font-size: var(--mio-theme-v2-body-l-font-size);
    font-weight: 400;
    font-weight: var(--mio-theme-v2-body-l-font-weight);
    letter-spacing: 0;
    letter-spacing: var(--mio-theme-v2-body-l-letter-spacing);
    line-height: 24px;
    line-height: var(--mio-theme-v2-body-l-line-height);
    font-variation-settings: "GRAD" 0,"opsz" 17;
    font-variation-settings: "GRAD" var(--mio-theme-v2-body-l-font-variation-GRAD),"opsz" var(--mio-theme-v2-body-l-font-variation-opsz);
    color: #1f1f1f;
    color: var(--mio-theme-color-on-surface)
}

@media screen and (max-width: 600px) {
    body {
        font-family: Google Sans Text,sans-serif;
        font-family: var(--mio-theme-v2-body-m-font-family);
        font-size: 14px;
        font-size: var(--mio-theme-v2-body-m-font-size);
        font-weight: 400;
        font-weight: var(--mio-theme-v2-body-m-font-weight);
        letter-spacing: 0;
        letter-spacing: var(--mio-theme-v2-body-m-letter-spacing);
        line-height: 20px;
        line-height: var(--mio-theme-v2-body-m-line-height);
        font-variation-settings: "GRAD" 0,"opsz" 17;
        font-variation-settings: "GRAD" var(--mio-theme-v2-body-m-font-variation-GRAD),"opsz" var(--mio-theme-v2-body-m-font-variation-opsz)
    }
}

@media screen and (min-width: 601px) and (max-width: 1294px) {
    body {
        font-family: Google Sans Text,sans-serif;
        font-family: var(--mio-theme-v2-body-l-font-family);
        font-size: 16px;
        font-size: var(--mio-theme-v2-body-l-font-size);
        font-weight: 400;
        font-weight: var(--mio-theme-v2-body-l-font-weight);
        letter-spacing: 0;
        letter-spacing: var(--mio-theme-v2-body-l-letter-spacing);
        line-height: 24px;
        line-height: var(--mio-theme-v2-body-l-line-height);
        font-variation-settings: "GRAD" 0,"opsz" 17;
        font-variation-settings: "GRAD" var(--mio-theme-v2-body-l-font-variation-GRAD),"opsz" var(--mio-theme-v2-body-l-font-variation-opsz)
    }
}

h2, h4, h5, h6 {
    margin: 32px 0
}

h1 {
    font-family: Google Sans,sans-serif;
    font-family: var(--mio-theme-v2-display-l-font-family);
    font-size: 57px;
    font-size: var(--mio-theme-v2-display-l-font-size);
    font-weight: 475;
    font-weight: var(--mio-theme-v2-display-l-font-weight);
    letter-spacing: 0;
    letter-spacing: var(--mio-theme-v2-display-l-letter-spacing);
    line-height: 64px;
    line-height: var(--mio-theme-v2-display-l-line-height);
    font-variation-settings: "GRAD" 0,"opsz" 18;
    font-variation-settings: "GRAD" var(--mio-theme-v2-display-l-font-variation-GRAD),"opsz" var(--mio-theme-v2-display-l-font-variation-opsz);
    margin: 0
}

@media screen and (max-width: 600px) {
    h1 {
        font-family: Google Sans,sans-serif;
        font-family: var(--mio-theme-v2-display-s-font-family);
        font-size: 36px;
        font-size: var(--mio-theme-v2-display-s-font-size);
        font-weight: 475;
        font-weight: var(--mio-theme-v2-display-s-font-weight);
        letter-spacing: 0;
        letter-spacing: var(--mio-theme-v2-display-s-letter-spacing);
        line-height: 44px;
        line-height: var(--mio-theme-v2-display-s-line-height);
        font-variation-settings: "GRAD" 0,"opsz" 18;
        font-variation-settings: "GRAD" var(--mio-theme-v2-display-s-font-variation-GRAD),"opsz" var(--mio-theme-v2-display-s-font-variation-opsz)
    }
}

@media screen and (min-width: 601px) and (max-width: 1294px) {
    h1 {
        font-family: Google Sans,sans-serif;
        font-family: var(--mio-theme-v2-display-m-font-family);
        font-size: 45px;
        font-size: var(--mio-theme-v2-display-m-font-size);
        font-weight: 475;
        font-weight: var(--mio-theme-v2-display-m-font-weight);
        letter-spacing: 0;
        letter-spacing: var(--mio-theme-v2-display-m-letter-spacing);
        line-height: 52px;
        line-height: var(--mio-theme-v2-display-m-line-height);
        font-variation-settings: "GRAD" 0,"opsz" 18;
        font-variation-settings: "GRAD" var(--mio-theme-v2-display-m-font-variation-GRAD),"opsz" var(--mio-theme-v2-display-m-font-variation-opsz)
    }
}

h2 {
    font-family: Google Sans,sans-serif;
    font-family: var(--mio-theme-v2-display-m-font-family);
    font-size: 45px;
    font-size: var(--mio-theme-v2-display-m-font-size);
    font-weight: 475;
    font-weight: var(--mio-theme-v2-display-m-font-weight);
    letter-spacing: 0;
    letter-spacing: var(--mio-theme-v2-display-m-letter-spacing);
    line-height: 52px;
    line-height: var(--mio-theme-v2-display-m-line-height);
    font-variation-settings: "GRAD" 0,"opsz" 18;
    font-variation-settings: "GRAD" var(--mio-theme-v2-display-m-font-variation-GRAD),"opsz" var(--mio-theme-v2-display-m-font-variation-opsz)
}

@media screen and (max-width: 600px) {
    h2 {
        font-family: Google Sans,sans-serif;
        font-family: var(--mio-theme-v2-headline-l-font-family);
        font-size: 32px;
        font-size: var(--mio-theme-v2-headline-l-font-size);
        font-weight: 475;
        font-weight: var(--mio-theme-v2-headline-l-font-weight);
        letter-spacing: 0;
        letter-spacing: var(--mio-theme-v2-headline-l-letter-spacing);
        line-height: 40px;
        line-height: var(--mio-theme-v2-headline-l-line-height);
        font-variation-settings: "GRAD" 0,"opsz" 18;
        font-variation-settings: "GRAD" var(--mio-theme-v2-headline-l-font-variation-GRAD),"opsz" var(--mio-theme-v2-headline-l-font-variation-opsz)
    }
}

@media screen and (min-width: 601px) and (max-width: 1294px) {
    h2 {
        font-family: Google Sans,sans-serif;
        font-family: var(--mio-theme-v2-display-s-font-family);
        font-size: 36px;
        font-size: var(--mio-theme-v2-display-s-font-size);
        font-weight: 475;
        font-weight: var(--mio-theme-v2-display-s-font-weight);
        letter-spacing: 0;
        letter-spacing: var(--mio-theme-v2-display-s-letter-spacing);
        line-height: 44px;
        line-height: var(--mio-theme-v2-display-s-line-height);
        font-variation-settings: "GRAD" 0,"opsz" 18;
        font-variation-settings: "GRAD" var(--mio-theme-v2-display-s-font-variation-GRAD),"opsz" var(--mio-theme-v2-display-s-font-variation-opsz)
    }
}

h3 {
    font-family: Google Sans,sans-serif;
    font-family: var(--mio-theme-v2-display-s-font-family);
    font-size: 36px;
    font-size: var(--mio-theme-v2-display-s-font-size);
    font-weight: 475;
    font-weight: var(--mio-theme-v2-display-s-font-weight);
    letter-spacing: 0;
    letter-spacing: var(--mio-theme-v2-display-s-letter-spacing);
    line-height: 44px;
    line-height: var(--mio-theme-v2-display-s-line-height);
    font-variation-settings: "GRAD" 0,"opsz" 18;
    font-variation-settings: "GRAD" var(--mio-theme-v2-display-s-font-variation-GRAD),"opsz" var(--mio-theme-v2-display-s-font-variation-opsz);
    margin: 16px 0
}

@media screen and (max-width: 600px) {
    h3 {
        font-family: Google Sans,sans-serif;
        font-family: var(--mio-theme-v2-headline-m-font-family);
        font-size: 28px;
        font-size: var(--mio-theme-v2-headline-m-font-size);
        font-weight: 475;
        font-weight: var(--mio-theme-v2-headline-m-font-weight);
        letter-spacing: 0;
        letter-spacing: var(--mio-theme-v2-headline-m-letter-spacing);
        line-height: 36px;
        line-height: var(--mio-theme-v2-headline-m-line-height);
        font-variation-settings: "GRAD" 0,"opsz" 18;
        font-variation-settings: "GRAD" var(--mio-theme-v2-headline-m-font-variation-GRAD),"opsz" var(--mio-theme-v2-headline-m-font-variation-opsz)
    }
}

@media screen and (min-width: 601px) and (max-width: 1294px) {
    h3 {
        font-family: Google Sans,sans-serif;
        font-family: var(--mio-theme-v2-headline-l-font-family);
        font-size: 32px;
        font-size: var(--mio-theme-v2-headline-l-font-size);
        font-weight: 475;
        font-weight: var(--mio-theme-v2-headline-l-font-weight);
        letter-spacing: 0;
        letter-spacing: var(--mio-theme-v2-headline-l-letter-spacing);
        line-height: 40px;
        line-height: var(--mio-theme-v2-headline-l-line-height);
        font-variation-settings: "GRAD" 0,"opsz" 18;
        font-variation-settings: "GRAD" var(--mio-theme-v2-headline-l-font-variation-GRAD),"opsz" var(--mio-theme-v2-headline-l-font-variation-opsz)
    }
}

h4 {
    font-family: Google Sans,sans-serif;
    font-family: var(--mio-theme-v2-headline-s-font-family);
    font-size: 24px;
    font-size: var(--mio-theme-v2-headline-s-font-size);
    font-weight: 475;
    font-weight: var(--mio-theme-v2-headline-s-font-weight);
    letter-spacing: 0;
    letter-spacing: var(--mio-theme-v2-headline-s-letter-spacing);
    line-height: 32px;
    line-height: var(--mio-theme-v2-headline-s-line-height);
    font-variation-settings: "GRAD" 0,"opsz" 18;
    font-variation-settings: "GRAD" var(--mio-theme-v2-headline-s-font-variation-GRAD),"opsz" var(--mio-theme-v2-headline-s-font-variation-opsz)
}

@media screen and (max-width: 600px) {
    h4 {
        font-family: Google Sans,sans-serif;
        font-family: var(--mio-theme-v2-headline-s-font-family);
        font-size: 24px;
        font-size: var(--mio-theme-v2-headline-s-font-size);
        font-weight: 475;
        font-weight: var(--mio-theme-v2-headline-s-font-weight);
        letter-spacing: 0;
        letter-spacing: var(--mio-theme-v2-headline-s-letter-spacing);
        line-height: 32px;
        line-height: var(--mio-theme-v2-headline-s-line-height);
        font-variation-settings: "GRAD" 0,"opsz" 18;
        font-variation-settings: "GRAD" var(--mio-theme-v2-headline-s-font-variation-GRAD),"opsz" var(--mio-theme-v2-headline-s-font-variation-opsz)
    }
}

@media screen and (min-width: 601px) and (max-width: 1294px) {
    h4 {
        font-family: Google Sans,sans-serif;
        font-family: var(--mio-theme-v2-headline-s-font-family);
        font-size: 24px;
        font-size: var(--mio-theme-v2-headline-s-font-size);
        font-weight: 475;
        font-weight: var(--mio-theme-v2-headline-s-font-weight);
        letter-spacing: 0;
        letter-spacing: var(--mio-theme-v2-headline-s-letter-spacing);
        line-height: 32px;
        line-height: var(--mio-theme-v2-headline-s-line-height);
        font-variation-settings: "GRAD" 0,"opsz" 18;
        font-variation-settings: "GRAD" var(--mio-theme-v2-headline-s-font-variation-GRAD),"opsz" var(--mio-theme-v2-headline-s-font-variation-opsz)
    }
}

h5 {
    font-family: Google Sans Text,sans-serif;
    font-family: var(--mio-theme-v2-title-m-font-family);
    font-size: 16px;
    font-size: var(--mio-theme-v2-title-m-font-size);
    font-weight: 500;
    font-weight: var(--mio-theme-v2-title-m-font-weight);
    letter-spacing: 0;
    letter-spacing: var(--mio-theme-v2-title-m-letter-spacing);
    line-height: 24px;
    line-height: var(--mio-theme-v2-title-m-line-height);
    font-variation-settings: "GRAD" 0,"opsz" 17;
    font-variation-settings: "GRAD" var(--mio-theme-v2-title-m-font-variation-GRAD),"opsz" var(--mio-theme-v2-title-m-font-variation-opsz)
}

@media screen and (max-width: 600px) {
    h5 {
        font-family: Google Sans Text,sans-serif;
        font-family: var(--mio-theme-v2-title-m-font-family);
        font-size: 16px;
        font-size: var(--mio-theme-v2-title-m-font-size);
        font-weight: 500;
        font-weight: var(--mio-theme-v2-title-m-font-weight);
        letter-spacing: 0;
        letter-spacing: var(--mio-theme-v2-title-m-letter-spacing);
        line-height: 24px;
        line-height: var(--mio-theme-v2-title-m-line-height);
        font-variation-settings: "GRAD" 0,"opsz" 17;
        font-variation-settings: "GRAD" var(--mio-theme-v2-title-m-font-variation-GRAD),"opsz" var(--mio-theme-v2-title-m-font-variation-opsz)
    }
}

@media screen and (min-width: 601px) and (max-width: 1294px) {
    h5 {
        font-family: Google Sans Text,sans-serif;
        font-family: var(--mio-theme-v2-title-m-font-family);
        font-size: 16px;
        font-size: var(--mio-theme-v2-title-m-font-size);
        font-weight: 500;
        font-weight: var(--mio-theme-v2-title-m-font-weight);
        letter-spacing: 0;
        letter-spacing: var(--mio-theme-v2-title-m-letter-spacing);
        line-height: 24px;
        line-height: var(--mio-theme-v2-title-m-line-height);
        font-variation-settings: "GRAD" 0,"opsz" 17;
        font-variation-settings: "GRAD" var(--mio-theme-v2-title-m-font-variation-GRAD),"opsz" var(--mio-theme-v2-title-m-font-variation-opsz)
    }
}

h6 {
    font-family: Google Sans Text,sans-serif;
    font-family: var(--mio-theme-v2-title-m-font-family);
    font-size: 16px;
    font-size: var(--mio-theme-v2-title-m-font-size);
    font-weight: 500;
    font-weight: var(--mio-theme-v2-title-m-font-weight);
    letter-spacing: 0;
    letter-spacing: var(--mio-theme-v2-title-m-letter-spacing);
    line-height: 24px;
    line-height: var(--mio-theme-v2-title-m-line-height);
    font-variation-settings: "GRAD" 0,"opsz" 17;
    font-variation-settings: "GRAD" var(--mio-theme-v2-title-m-font-variation-GRAD),"opsz" var(--mio-theme-v2-title-m-font-variation-opsz)
}

@media screen and (max-width: 600px) {
    h6 {
        font-family: Google Sans Text,sans-serif;
        font-family: var(--mio-theme-v2-title-m-font-family);
        font-size: 16px;
        font-size: var(--mio-theme-v2-title-m-font-size);
        font-weight: 500;
        font-weight: var(--mio-theme-v2-title-m-font-weight);
        letter-spacing: 0;
        letter-spacing: var(--mio-theme-v2-title-m-letter-spacing);
        line-height: 24px;
        line-height: var(--mio-theme-v2-title-m-line-height);
        font-variation-settings: "GRAD" 0,"opsz" 17;
        font-variation-settings: "GRAD" var(--mio-theme-v2-title-m-font-variation-GRAD),"opsz" var(--mio-theme-v2-title-m-font-variation-opsz)
    }
}

@media screen and (min-width: 601px) and (max-width: 1294px) {
    h6 {
        font-family: Google Sans Text,sans-serif;
        font-family: var(--mio-theme-v2-title-m-font-family);
        font-size: 16px;
        font-size: var(--mio-theme-v2-title-m-font-size);
        font-weight: 500;
        font-weight: var(--mio-theme-v2-title-m-font-weight);
        letter-spacing: 0;
        letter-spacing: var(--mio-theme-v2-title-m-letter-spacing);
        line-height: 24px;
        line-height: var(--mio-theme-v2-title-m-line-height);
        font-variation-settings: "GRAD" 0,"opsz" 17;
        font-variation-settings: "GRAD" var(--mio-theme-v2-title-m-font-variation-GRAD),"opsz" var(--mio-theme-v2-title-m-font-variation-opsz)
    }
}

strong, b {
    font-weight: 600
}

em {
    font-style: italic
}

a {
    font-family: Google Sans Text,sans-serif;
    font-family: var(--mio-theme-v2-title-m-font-family);
    font-size: 16px;
    font-size: var(--mio-theme-v2-title-m-font-size);
    font-weight: 500;
    font-weight: var(--mio-theme-v2-title-m-font-weight);
    letter-spacing: 0;
    letter-spacing: var(--mio-theme-v2-title-m-letter-spacing);
    line-height: 24px;
    line-height: var(--mio-theme-v2-title-m-line-height);
    font-variation-settings: "GRAD" 0,"opsz" 17;
    font-variation-settings: "GRAD" var(--mio-theme-v2-title-m-font-variation-GRAD),"opsz" var(--mio-theme-v2-title-m-font-variation-opsz);
    padding: 1px;
    border-radius: 4px;
    color: var(--mio-theme-color-primary);
    text-decoration: underline
}

@media screen and (max-width: 600px) {
    a {
        font-family: Google Sans Text,sans-serif;
        font-family: var(--mio-theme-v2-title-m-font-family);
        font-size: 16px;
        font-size: var(--mio-theme-v2-title-m-font-size);
        font-weight: 500;
        font-weight: var(--mio-theme-v2-title-m-font-weight);
        letter-spacing: 0;
        letter-spacing: var(--mio-theme-v2-title-m-letter-spacing);
        line-height: 24px;
        line-height: var(--mio-theme-v2-title-m-line-height);
        font-variation-settings: "GRAD" 0,"opsz" 17;
        font-variation-settings: "GRAD" var(--mio-theme-v2-title-m-font-variation-GRAD),"opsz" var(--mio-theme-v2-title-m-font-variation-opsz)
    }
}

@media screen and (min-width: 601px) and (max-width: 1294px) {
    a {
        font-family: Google Sans Text,sans-serif;
        font-family: var(--mio-theme-v2-title-m-font-family);
        font-size: 16px;
        font-size: var(--mio-theme-v2-title-m-font-size);
        font-weight: 500;
        font-weight: var(--mio-theme-v2-title-m-font-weight);
        letter-spacing: 0;
        letter-spacing: var(--mio-theme-v2-title-m-letter-spacing);
        line-height: 24px;
        line-height: var(--mio-theme-v2-title-m-line-height);
        font-variation-settings: "GRAD" 0,"opsz" 17;
        font-variation-settings: "GRAD" var(--mio-theme-v2-title-m-font-variation-GRAD),"opsz" var(--mio-theme-v2-title-m-font-variation-opsz)
    }
}

a:hover {
    color: var(--mio-theme-color-on-primary-container)
}

a:focus {
    margin: -1px;
    border: 1px solid var(--mio-theme-color-primary);
    outline: 0;
    box-shadow: inset 0 0 0 1px var(--mio-theme-color-surface-0)
}

a:hover:focus {
    border: 1px solid var(--mio-theme-color-on-primary-container);
    outline: 0;
    color: var(--mio-theme-color-on-primary-container)
}

p {
    margin-block-start: 1em;
    margin-block-end: 1em
}

code {
    font-family: Google Sans Mono,sans-serif;
    font-family: var(--mio-theme-v2-code-l-font-family);
    font-size: 16px;
    font-size: var(--mio-theme-v2-code-l-font-size);
    font-weight: 400;
    font-weight: var(--mio-theme-v2-code-l-font-weight);
    letter-spacing: 0;
    letter-spacing: var(--mio-theme-v2-code-l-letter-spacing);
    line-height: 24px;
    line-height: var(--mio-theme-v2-code-l-line-height);
    font-variation-settings: "GRAD" var(--mio-theme-v2-code-l-font-variation-GRAD),"opsz" var(--mio-theme-v2-code-l-font-variation-opsz);
    padding: 0 2px;
    border-radius: 2px;
    background: var(--mio-theme-color-surface-3)
}

ul {
    list-style: disc outside none;
    list-style: initial
}



h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", "Google Sans", sans-serif;
}
