﻿/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

a {
    background-color: transparent
}

strong {
    font-weight: bolder
}

code {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

img {
    border-style: none
}

button, input {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button {
    text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText
    }

[type="checkbox"] {
    box-sizing: border-box;
    padding: 0
}

details {
    display: block
}

h1, h2, h3, h4, p {
    margin: 0
}

button {
    background-color: transparent;
    background-image: none
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color
    }

html {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.5
}

*, ::before, ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #CED1D4
}

img {
    border-style: solid
}

input::-moz-placeholder {
    color: #a0aec0
}

input:-ms-input-placeholder {
    color: #a0aec0
}

input::-ms-input-placeholder {
    color: #a0aec0
}

input::placeholder {
    color: #a0aec0
}

button {
    cursor: pointer
}

h1, h2, h3, h4 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

button, input {
    padding: 0;
    line-height: inherit;
    color: inherit
}

code {
    font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

img {
    display: block;
    vertical-align: middle
}

img {
    max-width: 100%;
    height: auto
}

html {
    font-size: 14px
}

a {
    color: #004A99
}

    a:hover {
        text-decoration: underline
    }

h1 {
    font-size: 2.25rem
}

h2 {
    font-size: 1.5rem
}

h3 {
    font-size: 1.25rem
}

.container {
    width: 100%
}

@media (min-width: 640px) {
    .container {
        max-width: 640px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px
    }
}

.prose {
    color: #4a5568;
    max-width: 65ch
}

    .prose [class~="lead"] {
        color: #4a5568;
        font-size: 1.25em;
        line-height: 1.6;
        margin-top: 1.2em;
        margin-bottom: 1.2em
    }

    .prose a {
        color: #1a202c;
        text-decoration: underline
    }

    .prose strong {
        color: #1a202c;
        font-weight: 600
    }

    .prose h1 {
        color: #1a202c;
        font-weight: 800;
        font-size: 2.25em;
        margin-top: 0;
        margin-bottom: 0.8888889em;
        line-height: 1.1111111
    }

    .prose h2 {
        color: #1a202c;
        font-weight: 700;
        font-size: 1.5em;
        margin-top: 2em;
        margin-bottom: 1em;
        line-height: 1.3333333
    }

    .prose h3 {
        color: #1a202c;
        font-weight: 600;
        font-size: 1.25em;
        margin-top: 1.6em;
        margin-bottom: 0.6em;
        line-height: 1.6
    }

    .prose h4 {
        color: #1a202c;
        font-weight: 600;
        margin-top: 1.5em;
        margin-bottom: 0.5em;
        line-height: 1.5
    }

    .prose code {
        color: #1a202c;
        font-weight: 600;
        font-size: 0.875em
    }

        .prose code::before {
            content: "`"
        }

        .prose code::after {
            content: "`"
        }

.prose {
    font-size: 1rem;
    line-height: 1.75
}

    .prose p {
        margin-top: 1.25em;
        margin-bottom: 1.25em
    }

    .prose img {
        margin-top: 2em;
        margin-bottom: 2em
    }

    .prose h2 code {
        font-size: 0.875em
    }

    .prose h3 code {
        font-size: 0.9em
    }

    .prose h2 + * {
        margin-top: 0
    }

    .prose h3 + * {
        margin-top: 0
    }

    .prose h4 + * {
        margin-top: 0
    }

    .prose > :first-child {
        margin-top: 0
    }

    .prose > :last-child {
        margin-bottom: 0
    }

.appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.bg-gray-50 {
    --bg-opacity: 1;
    background-color: #F9F9F9;
    background-color: rgba(249, 249, 249, var(--bg-opacity))
}

.bg-blue-600 {
    --bg-opacity: 1;
    background-color: #006CDF;
    background-color: rgba(0, 108, 223, var(--bg-opacity))
}

.hover\:bg-blue-500:hover {
    --bg-opacity: 1;
    background-color: #007BFF;
    background-color: rgba(0, 123, 255, var(--bg-opacity))
}

.border-transparent {
    border-color: transparent
}

.border-gray-300 {
    --border-opacity: 1;
    border-color: #CED1D4;
    border-color: rgba(206, 209, 212, var(--border-opacity))
}

.focus\:border-blue-300:focus {
    --border-opacity: 1;
    border-color: #55A7FF;
    border-color: rgba(85, 167, 255, var(--border-opacity))
}

.focus\:border-blue-700:focus {
    --border-opacity: 1;
    border-color: #005DC0;
    border-color: rgba(0, 93, 192, var(--border-opacity))
}

.rounded-md {
    border-radius: 0.375rem
}

.border {
    border-width: 1px
}

.block {
    display: block
}

.flex {
    display: flex
}

.flex-col {
    flex-direction: column
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.float-right {
    float: right
}

.font-medium {
    font-weight: 500
}

.h-4 {
    height: 1rem
}

.text-sm {
    font-size: 0.875rem
}

.text-2xl {
    font-size: 1.5rem
}

.leading-5 {
    line-height: 1.25rem
}

.leading-tight {
    line-height: 1.25
}

.mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem
}

.mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem
}

.mt-1 {
    margin-top: 0.25rem
}

.mt-2 {
    margin-top: 0.5rem
}

.ml-2 {
    margin-left: 0.5rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mt-8 {
    margin-top: 2rem
}

.mb-32 {
    margin-bottom: 8rem
}

.max-w-screen-lg {
    max-width: 1024px
}

.min-h-screen {
    min-height: 100vh
}

.focus\:outline-none:focus {
    outline: 0
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.pt-6 {
    padding-top: 1.5rem
}

.placeholder-gray-400::-moz-placeholder {
    --placeholder-opacity: 1;
    color: #9DA3A8;
    color: rgba(157, 163, 168, var(--placeholder-opacity))
}

.placeholder-gray-400:-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9DA3A8;
    color: rgba(157, 163, 168, var(--placeholder-opacity))
}

.placeholder-gray-400::-ms-input-placeholder {
    --placeholder-opacity: 1;
    color: #9DA3A8;
    color: rgba(157, 163, 168, var(--placeholder-opacity))
}

.placeholder-gray-400::placeholder {
    --placeholder-opacity: 1;
    color: #9DA3A8;
    color: rgba(157, 163, 168, var(--placeholder-opacity))
}

.shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05)
}

.shadow {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06)
}

.text-center {
    text-align: center
}

.text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.text-gray-700 {
    --text-opacity: 1;
    color: #41464B;
    color: rgba(65, 70, 75, var(--text-opacity))
}

.text-gray-900 {
    --text-opacity: 1;
    color: #161719;
    color: rgba(22, 23, 25, var(--text-opacity))
}

.text-red-500 {
    --text-opacity: 1;
    color: #DC3545;
    color: rgba(220, 53, 69, var(--text-opacity))
}

.text-blue-600 {
    --text-opacity: 1;
    color: #006CDF;
    color: rgba(0, 108, 223, var(--text-opacity))
}

.hover\:text-blue-500:hover {
    --text-opacity: 1;
    color: #007BFF;
    color: rgba(0, 123, 255, var(--text-opacity))
}

.focus\:underline:focus {
    text-decoration: underline
}

.align-middle {
    vertical-align: middle
}

.w-4 {
    width: 1rem
}

.w-full {
    width: 100%
}

.transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

.duration-150 {
    transition-duration: 150ms
}

@media (min-width: 640px) {
    .sm\:rounded-lg {
        border-radius: 0.5rem
    }

    .sm\:text-sm {
        font-size: 0.875rem
    }

    .sm\:leading-5 {
        line-height: 1.25rem
    }

    .sm\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .sm\:max-w-md {
        max-width: 28rem
    }

    .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .sm\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .sm\:pt-12 {
        padding-top: 3rem
    }

    .sm\:w-full {
        width: 100%
    }
}

@media (min-width: 1024px) {
    .lg\:prose-lg {
        font-size: 1.125rem;
        line-height: 1.7777778
    }

        .lg\:prose-lg p {
            margin-top: 1.3333333em;
            margin-bottom: 1.3333333em
        }

        .lg\:prose-lg [class~="lead"] {
            font-size: 1.2222222em;
            line-height: 1.4545455;
            margin-top: 1.0909091em;
            margin-bottom: 1.0909091em
        }

        .lg\:prose-lg h1 {
            font-size: 2.6666667em;
            margin-top: 0;
            margin-bottom: 0.8333333em;
            line-height: 1
        }

        .lg\:prose-lg h2 {
            font-size: 1.6666667em;
            margin-top: 1.8666667em;
            margin-bottom: 1.0666667em;
            line-height: 1.3333333
        }

        .lg\:prose-lg h3 {
            font-size: 1.3333333em;
            margin-top: 1.6666667em;
            margin-bottom: 0.6666667em;
            line-height: 1.5
        }

        .lg\:prose-lg h4 {
            margin-top: 1.7777778em;
            margin-bottom: 0.4444444em;
            line-height: 1.5555556
        }

        .lg\:prose-lg img {
            margin-top: 1.7777778em;
            margin-bottom: 1.7777778em
        }

        .lg\:prose-lg code {
            font-size: 0.8888889em
        }

        .lg\:prose-lg h2 code {
            font-size: 0.8666667em
        }

        .lg\:prose-lg h3 code {
            font-size: 0.875em
        }

        .lg\:prose-lg h2 + * {
            margin-top: 0
        }

        .lg\:prose-lg h3 + * {
            margin-top: 0
        }

        .lg\:prose-lg h4 + * {
            margin-top: 0
        }

        .lg\:prose-lg > :first-child {
            margin-top: 0
        }

        .lg\:prose-lg > :last-child {
            margin-bottom: 0
        }

    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }
}


/*# sourceMappingURL=tailwind.css.map*/
