*, ::before, ::after {
    box-sizing: border-box;
}

html {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

body {
    font-family: system-ui,-apple-system,segoe ui,Roboto,Helvetica,Arial,sans-serif,apple color emoji,segoe ui emoji;
}

hr {
    height: 0;
    color: inherit;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp, pre {
    font-family: ui-monospace,SFMono-Regular,Consolas,liberation mono,Menlo,monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

table {
    text-indent: 0;
    border-color: inherit;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, select {
    text-transform: none;
}

button {
    -webkit-appearance: button;
}

legend {
    padding: 0;
}

progress {
    vertical-align: baseline;
}

summary {
    display: list-item;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
    margin: 0;
}

button {
    background-color: transparent;
    background-image: none;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

fieldset {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

html {
    font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;
    line-height: 1.5;
}

body {
    font-family: inherit;
    line-height: inherit;
}

*, ::before, ::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb;
}

hr {
    border-top-width: 1px;
}

img {
    border-style: solid;
}

textarea {
    resize: vertical;
}

    input::-moz-placeholder, textarea::-moz-placeholder {
        opacity: 1;
        color: #9ca3af;
    }

    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        opacity: 1;
        color: #9ca3af;
    }

    input::placeholder, textarea::placeholder {
        opacity: 1;
        color: #9ca3af;
    }

button {
    cursor: pointer;
}

table {
    border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
}

a {
    color: inherit;
    text-decoration: inherit;
}

button, input, optgroup, select, textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
}

pre, code, kbd, samp {
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,liberation mono,courier new,monospace;
}

img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
}

img, video {
    max-width: 100%;
    height: auto;
}

.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;
    }
}

@media(min-width:1536px) {
    .container {
        max-width: 1536px;
    }
}

.bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgba(16,185,129,var(--tw-bg-opacity));
}

.hover\:bg-green-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(4,120,87,var(--tw-bg-opacity));
}

.rounded {
    border-radius: .25rem;
}

.flex {
    display: flex;
}

.table {
    display: table;
}

.flex-col {
    flex-direction: column;
}

.justify-between {
    justify-content: space-between;
}

.font-bold {
    font-weight: 700;
}

.h-three {
    height: 4.5rem;
}

.text-lg {
    font-size: 1.563rem;
    line-height: 3rem;
}

.text-2xl {
    font-size: 2.441rem;
    line-height: 3rem;
}

.text-6xl {
    font-size: 3.75rem;
    line-height: 1;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-quarter {
    margin-top: .375rem;
    margin-bottom: .375rem;
}

.my-two {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.-mx-2 {
    margin-left: -.5rem;
    margin-right: -.5rem;
}

.mr-4 {
    margin-right: 1rem;
}

.mb-one {
    margin-bottom: 1.5rem;
}

.mt-two {
    margin-top: 3rem;
}

.mb-two {
    margin-bottom: 3rem;
}

.mb-three {
    margin-bottom: 4.5rem;
}

.mt-four {
    margin-top: 3rem;
}

.mb-four {
    margin-bottom: 3rem;
}

.mb-six {
    margin-bottom: 3rem;
}

.-mt-three {
    margin-top: -4.5rem;
}

.max-w-4xl {
    max-width: 56rem;
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.py-quarter {
    padding-top: .375rem;
    padding-bottom: .375rem;
}

.py-one {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

* {
    --tw-shadow: 0 0 #0000;
}

* {
    --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/ );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
}

.text-white {
    --tw-text-opacity: 1;
    color: rgba(255,255,255,var(--tw-text-opacity));
}

.no-underline {
    text-decoration: none;
}

.invisible {
    visibility: hidden;
}

@-webkit-keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes ping {
    75%,100% {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ping {
    75%,100% {
        transform: scale(2);
        opacity: 0;
    }
}

@-webkit-keyframes pulse {
    50% {
        opacity: .5;
    }
}

@keyframes pulse {
    50% {
        opacity: .5;
    }
}

@-webkit-keyframes bounce {
    0%,100% {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8,0,1,1);
        animation-timing-function: cubic-bezier(.8,0,1,1);
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0,0,.2,1);
        animation-timing-function: cubic-bezier(0,0,.2,1);
    }
}

@keyframes bounce {
    0%,100% {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8,0,1,1);
        animation-timing-function: cubic-bezier(.8,0,1,1);
    }

    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0,0,.2,1);
        animation-timing-function: cubic-bezier(0,0,.2,1);
    }
}

html {
    --tw-bg-opacity: 1;
    background-color: rgba(255,255,255,var(--tw-bg-opacity));
}

#hero {
    --tw-bg-opacity: 1;
    background-color: rgba(0,118,118,var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(191,219,254,var(--tw-text-opacity));
}

    #hero a {
        --tw-text-opacity: 1;
        color: rgba(219,234,254,var(--tw-text-opacity));
    }

pre {
    border-radius: .5rem !important;
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
    padding: 1.5rem !important;
}

a {
    --tw-text-opacity: 1;
    color: rgba(29,78,216,var(--tw-text-opacity));
    text-decoration: underline;
}

main {
    width: 100%;
}

@media(min-width:640px) {
    main {
        max-width: 640px;
    }
}

@media(min-width:768px) {
    main {
        max-width: 768px;
    }
}

@media(min-width:1024px) {
    main {
        max-width: 1024px;
    }
}

@media(min-width:1280px) {
    main {
        max-width: 1280px;
    }
}

@media(min-width:1536px) {
    main {
        max-width: 1536px;
    }
}

main {
    margin-left: auto;
    margin-right: auto;
}

    main h2 {
        font-size: 2.441rem;
        line-height: 3rem;
        margin-bottom: 1.5rem;
    }

    main h3 {
        font-weight: 700;
        font-size: 1.563rem;
        line-height: 3rem;
        margin-bottom: 1.5rem;
    }

p {
    margin-bottom: 1.5rem;
}

table {
    margin-bottom: 1.5rem;
}

th {
    padding: 0;
}

td {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: .375rem;
}

main ul {
    margin-left: 3rem;
}

main li {
    list-style-type: disc;
    margin-bottom: .375rem;
}

@media(min-width:640px) {
}

@media(min-width:768px) {
    .md\:flex-row {
        flex-direction: row;
    }
}
[data-ea-publisher].loaded, [data-ea-type].loaded {
            font-size: 14px;
            font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
            font-weight: normal;
            font-style: normal;
            leter-spacing: 0px;
            vertical-align: baseline;
            line-height: 1.3em;
        }

            [data-ea-publisher].loaded a, [data-ea-type].loaded a {
                text-decoration: none;
            }

            [data-ea-publisher].loaded .ea-pixel, [data-ea-type].loaded .ea-pixel {
                display: none;
            }

            [data-ea-publisher].loaded .ea-content, [data-ea-type].loaded .ea-content {
                margin: 1em 1em 0.5em 1em;
                padding: 1em;
                background: rgba(0,0,0,0.03);
                color: #505050;
            }

                [data-ea-publisher].loaded .ea-content a:link, [data-ea-type].loaded .ea-content a:link {
                    color: #505050;
                }

                [data-ea-publisher].loaded .ea-content a:visited, [data-ea-type].loaded .ea-content a:visited {
                    color: #505050;
                }

                [data-ea-publisher].loaded .ea-content a:hover, [data-ea-type].loaded .ea-content a:hover {
                    color: #373737;
                }

                [data-ea-publisher].loaded .ea-content a:active, [data-ea-type].loaded .ea-content a:active {
                    color: #373737;
                }

                [data-ea-publisher].loaded .ea-content a strong, [data-ea-publisher].loaded .ea-content a b, [data-ea-type].loaded .ea-content a strong, [data-ea-type].loaded .ea-content a b {
                    color: #088cdb;
                }

            [data-ea-publisher].loaded .ea-callout a:link, [data-ea-type].loaded .ea-callout a:link {
                color: #6a6a6a;
            }

            [data-ea-publisher].loaded .ea-callout a:visited, [data-ea-type].loaded .ea-callout a:visited {
                color: #6a6a6a;
            }

            [data-ea-publisher].loaded .ea-callout a:hover, [data-ea-type].loaded .ea-callout a:hover {
                color: #505050;
            }

            [data-ea-publisher].loaded .ea-callout a:active, [data-ea-type].loaded .ea-callout a:active {
                color: #505050;
            }

            [data-ea-publisher].loaded .ea-callout a strong, [data-ea-publisher].loaded .ea-callout a b, [data-ea-type].loaded .ea-callout a strong, [data-ea-type].loaded .ea-callout a b {
                color: #088cdb;
            }

            [data-ea-publisher].loaded .ea-callout a, [data-ea-type].loaded .ea-callout a {
                font-size: 0.8em;
            }

            [data-ea-publisher].loaded.dark .ea-content, [data-ea-type].loaded.dark .ea-content {
                background: rgba(255,255,255,0.05);
                color: #dcdcdc;
            }

                [data-ea-publisher].loaded.dark .ea-content a:link, [data-ea-type].loaded.dark .ea-content a:link {
                    color: #dcdcdc;
                }

                [data-ea-publisher].loaded.dark .ea-content a:visited, [data-ea-type].loaded.dark .ea-content a:visited {
                    color: #dcdcdc;
                }

                [data-ea-publisher].loaded.dark .ea-content a:hover, [data-ea-type].loaded.dark .ea-content a:hover {
                    color: #f6f6f6;
                }

                [data-ea-publisher].loaded.dark .ea-content a:active, [data-ea-type].loaded.dark .ea-content a:active {
                    color: #f6f6f6;
                }

                [data-ea-publisher].loaded.dark .ea-content a strong, [data-ea-publisher].loaded.dark .ea-content a b, [data-ea-type].loaded.dark .ea-content a strong, [data-ea-type].loaded.dark .ea-content a b {
                    color: #50baf9;
                }

            [data-ea-publisher].loaded.dark .ea-callout a:link, [data-ea-type].loaded.dark .ea-callout a:link {
                color: #c3c3c3;
            }

            [data-ea-publisher].loaded.dark .ea-callout a:visited, [data-ea-type].loaded.dark .ea-callout a:visited {
                color: #c3c3c3;
            }

            [data-ea-publisher].loaded.dark .ea-callout a:hover, [data-ea-type].loaded.dark .ea-callout a:hover {
                color: #dcdcdc;
            }

            [data-ea-publisher].loaded.dark .ea-callout a:active, [data-ea-type].loaded.dark .ea-callout a:active {
                color: #dcdcdc;
            }

            [data-ea-publisher].loaded.dark .ea-callout a strong, [data-ea-publisher].loaded.dark .ea-callout a b, [data-ea-type].loaded.dark .ea-callout a strong, [data-ea-type].loaded.dark .ea-callout a b {
                color: #50baf9;
            }

        @media (prefers-color-scheme: dark) {
            [data-ea-publisher].loaded.adaptive .ea-content, [data-ea-type].loaded.adaptive .ea-content {
                background: rgba(255,255,255,0.05);
                color: #dcdcdc;
            }

                [data-ea-publisher].loaded.adaptive .ea-content a:link, [data-ea-type].loaded.adaptive .ea-content a:link {
                    color: #dcdcdc;
                }

                [data-ea-publisher].loaded.adaptive .ea-content a:visited, [data-ea-type].loaded.adaptive .ea-content a:visited {
                    color: #dcdcdc;
                }

                [data-ea-publisher].loaded.adaptive .ea-content a:hover, [data-ea-type].loaded.adaptive .ea-content a:hover {
                    color: #f6f6f6;
                }

                [data-ea-publisher].loaded.adaptive .ea-content a:active, [data-ea-type].loaded.adaptive .ea-content a:active {
                    color: #f6f6f6;
                }

                [data-ea-publisher].loaded.adaptive .ea-content a strong, [data-ea-publisher].loaded.adaptive .ea-content a b, [data-ea-type].loaded.adaptive .ea-content a strong, [data-ea-type].loaded.adaptive .ea-content a b {
                    color: #50baf9;
                }

            [data-ea-publisher].loaded.adaptive .ea-callout a:link, [data-ea-type].loaded.adaptive .ea-callout a:link {
                color: #c3c3c3;
            }

            [data-ea-publisher].loaded.adaptive .ea-callout a:visited, [data-ea-type].loaded.adaptive .ea-callout a:visited {
                color: #c3c3c3;
            }

            [data-ea-publisher].loaded.adaptive .ea-callout a:hover, [data-ea-type].loaded.adaptive .ea-callout a:hover {
                color: #dcdcdc;
            }

            [data-ea-publisher].loaded.adaptive .ea-callout a:active, [data-ea-type].loaded.adaptive .ea-callout a:active {
                color: #dcdcdc;
            }

            [data-ea-publisher].loaded.adaptive .ea-callout a strong, [data-ea-publisher].loaded.adaptive .ea-callout a b, [data-ea-type].loaded.adaptive .ea-callout a strong, [data-ea-type].loaded.adaptive .ea-callout a b {
                color: #50baf9;
            }
        }

        [data-ea-publisher].loaded .ea-content, [data-ea-type].loaded .ea-content {
            border: 0px;
            border-radius: 3px;
            box-shadow: 0px 2px 3px rgba(0,0,0,0.15);
        }

        [data-ea-publisher].loaded.raised .ea-content, [data-ea-type].loaded.raised .ea-content {
            border: 0px;
            border-radius: 3px;
            box-shadow: 0px 2px 3px rgba(0,0,0,0.15);
        }

        [data-ea-publisher].loaded.bordered .ea-content, [data-ea-type].loaded.bordered .ea-content {
            border: 1px solid rgba(0,0,0,0.04);
            border-radius: 3px;
            box-shadow: none;
        }

        [data-ea-publisher].loaded.bordered.dark .ea-content, [data-ea-type].loaded.bordered.dark .ea-content {
            border: 1px solid rgba(255,255,255,0.07);
        }

        @media (prefers-color-scheme: dark) {
            [data-ea-publisher].loaded.bordered.adaptive .ea-content, [data-ea-type].loaded.bordered.adaptive .ea-content {
                border: 1px solid rgba(255,255,255,0.07);
            }
        }

        [data-ea-publisher].loaded.flat .ea-content, [data-ea-type].loaded.flat .ea-content {
            border: 0px;
            border-radius: 3px;
            box-shadow: none;
        }

        [data-ea-type="image"].loaded, [data-ea-publisher]:not([data-ea-type]).loaded, .ea-type-image {
            display: inline-block;
        }

            [data-ea-type="image"].loaded .ea-content, [data-ea-publisher]:not([data-ea-type]).loaded .ea-content, .ea-type-image .ea-content {
                max-width: 180px;
                overflow: auto;
                text-align: center;
            }

                [data-ea-type="image"].loaded .ea-content > a > img, [data-ea-publisher]:not([data-ea-type]).loaded .ea-content > a > img, .ea-type-image .ea-content > a > img {
                    width: 120px;
                    height: 90px;
                    display: inline-block;
                }

                [data-ea-type="image"].loaded .ea-content > .ea-text, [data-ea-publisher]:not([data-ea-type]).loaded .ea-content > .ea-text, .ea-type-image .ea-content > .ea-text {
                    margin-top: 1em;
                    font-size: 1em;
                    text-align: center;
                }

            [data-ea-type="image"].loaded .ea-callout, [data-ea-publisher]:not([data-ea-type]).loaded .ea-callout, .ea-type-image .ea-callout {
                max-width: 180px;
                margin: 0em 1em 1em 1em;
                padding-left: 1em;
                padding-right: 1em;
                font-style: italic;
                text-align: right;
            }

            [data-ea-type="image"].loaded.horizontal .ea-content, [data-ea-publisher]:not([data-ea-type]).loaded.horizontal .ea-content, .ea-type-image.horizontal .ea-content {
                max-width: 320px;
            }

                [data-ea-type="image"].loaded.horizontal .ea-content > a > img, [data-ea-publisher]:not([data-ea-type]).loaded.horizontal .ea-content > a > img, .ea-type-image.horizontal .ea-content > a > img {
                    float: left;
                    margin-right: 1em;
                }

                [data-ea-type="image"].loaded.horizontal .ea-content .ea-text, [data-ea-publisher]:not([data-ea-type]).loaded.horizontal .ea-content .ea-text, .ea-type-image.horizontal .ea-content .ea-text {
                    margin-top: 0em;
                    text-align: left;
                    overflow: auto;
                }

            [data-ea-type="image"].loaded.horizontal .ea-callout, [data-ea-publisher]:not([data-ea-type]).loaded.horizontal .ea-callout, .ea-type-image.horizontal .ea-callout {
                max-width: 320px;
                text-align: right;
            }

        [data-ea-type="text"].loaded, .ea-type-text {
            font-size: 14px;
        }

            [data-ea-type="text"].loaded .ea-content, .ea-type-text .ea-content {
                text-align: left;
            }

            [data-ea-type="text"].loaded .ea-callout, .ea-type-text .ea-callout {
                margin: 0.5em 1em 1em 1em;
                padding-left: 1em;
                padding-right: 1em;
                text-align: right;
                font-style: italic;
            }

        [data-ea-style="stickybox"].loaded {
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 10;
        }

            [data-ea-style="stickybox"].loaded .ea-type-image .ea-stickybox-hide {
                cursor: pointer;
                position: absolute;
                top: 0.75em;
                right: 0.75em;
                background-color: #fefefe;
                border: 1px solid #088cdb;
                border-radius: 50%;
                color: #088cdb;
                font-size: 1em;
                text-align: center;
                height: 1.5em;
                width: 1.5em;
                line-height: 1.5em;
            }

        @media (max-width: 1300px) {
            [data-ea-style="stickybox"].loaded {
                position: static;
                bottom: 0;
                right: 0;
                margin: auto;
                text-align: center;
            }

                [data-ea-style="stickybox"].loaded .ea-stickybox-hide {
                    display: none;
                }
        }

        @media (min-width: 1301px) {
            [data-ea-style="stickybox"].loaded .ea-type-image .ea-content {
                background: #dcdcdc;
            }

            [data-ea-style="stickybox"].loaded.dark .ea-type-image .ea-content {
                background: #505050;
            }
        }

        @media (min-width: 1301px) and (prefers-color-scheme: dark) {
            [data-ea-style="stickybox"].loaded.adaptive .ea-type-image .ea-content {
                background: #505050;
            }
        }

        [data-ea-style="fixedfooter"].loaded {
            position: fixed;
            bottom: 0;
            left: 0;
            z-index: 10;
            width: 100%;
            max-width: 100%;
        }

            [data-ea-style="fixedfooter"].loaded .ea-type-text {
                width: 100%;
                max-width: 100%;
                display: flex;
                z-index: 10;
                background: #dcdcdc;
            }

                [data-ea-style="fixedfooter"].loaded .ea-type-text .ea-content {
                    border: 0px;
                    border-radius: 3px;
                    box-shadow: none;
                }

                [data-ea-style="fixedfooter"].loaded .ea-type-text .ea-content {
                    background-color: inherit;
                    max-width: 100%;
                    margin: 0;
                    padding: 1em;
                    flex: auto;
                }

                [data-ea-style="fixedfooter"].loaded .ea-type-text .ea-callout {
                    max-width: 100%;
                    margin: 0;
                    padding: 1em;
                    flex: initial;
                }

        @media (max-width: 576px) {
            [data-ea-style="fixedfooter"].loaded .ea-type-text .ea-callout {
                display: none;
            }
        }

        [data-ea-style="fixedfooter"].loaded .ea-type-text .ea-fixedfooter-hide {
            cursor: pointer;
            color: #505050;
            padding: 1em;
            flex: initial;
            margin: auto 0;
        }

            [data-ea-style="fixedfooter"].loaded .ea-type-text .ea-fixedfooter-hide span {
                padding: 0.25em;
                font-size: 0.8em;
                font-weight: bold;
                border: 0.15em solid #505050;
                border-radius: 0.5em;
                white-space: nowrap;
            }

        [data-ea-style="fixedfooter"].loaded.dark .ea-type-text {
            background: #505050;
        }

            [data-ea-style="fixedfooter"].loaded.dark .ea-type-text .ea-fixedfooter-hide span {
                color: #dcdcdc;
                border-color: #dcdcdc;
            }

        @media (prefers-color-scheme: dark) {
            [data-ea-style="fixedfooter"].loaded.adaptive .ea-type-text {
                background: #505050;
            }

                [data-ea-style="fixedfooter"].loaded.adaptive .ea-type-text .ea-fixedfooter-hide span {
                    color: #dcdcdc;
                    border-color: #dcdcdc;
                }
        }