/*! minireset.css v0.0.2 | MIT License | github.com/jgthms/minireset.css */

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

ul {
    list-style: none
}

button,
input,
select,
textarea {
    color: inherit;
    font-family: inherit;
    margin: 0
}

html {
    box-sizing: border-box
}

* {
    box-sizing: inherit
}

*:before,
*:after {
    box-sizing: inherit
}

img,
embed,
object,
audio,
video {
    height: auto;
    max-width: 100%
}

iframe {
    border: 0
}

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

td,
th {
    padding: 0;
    text-align: left
}

[data-tooltip] {
    position: relative
}

[data-tooltip]:before {
    background-color: #333;
    border-radius: 2px;
    bottom: 100%;
    color: #fff;
    content: attr(data-tooltip);
    font-family: PingFangSC-Regular, "Helvetica Neue", "Microsoft Yahei", 微软雅黑;
    font-size: 0.6rem;
    left: 50%;
    line-height: 1.2;
    opacity: 0;
    padding: 0.5em 0.6em;
    pointer-events: none;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    visibility: hidden;
    white-space: nowrap
}

[data-tooltip]:hover:before {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-4px);
    transform: translateX(-50%) translateY(-4px);
    visibility: visible
}

[data-tooltip].is-copied:before {
    background: #23d160;
    content: "Copied!"
}

html {
    background:#f5f8fa;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    max-width: 100vw;
    min-width: 300px;
    overflow-x: hidden;
    text-rendering: optimizeLegibility
}

body {
    color: #4d4d4d;
    font-family: PingFangSC-Regular, "Helvetica Neue", "Microsoft Yahei", 微软雅黑;
    font-size: 1rem;
    line-height: 1.6
}

a,
button,
input,
textarea {
    outline: none
}

a {
    color: #3273dc;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: background, border-bottom-color, color;
    transition-property: background, border-bottom-color, color
}

code {
    font-family: "Source Code Pro", "Consolas", "Monaco", "Courier", monospace;
    font-size: 0.8em
}

img {
    max-height: 100%;
    max-width: 100%
}

strong {
    color: #333
}

pre {
    white-space: pre;
    word-wrap: normal
}

pre code {
    font-size: 1em;
    padding: 0
}

textarea {
    max-height: 100%;
    max-width: 100%
}

html::-moz-selection {
    background: #00d1b2;
    color: #fff；
}

html::selection {
    background: #00d1b2;
    color: #fff；
}

html.is-index {
    background:#f5f8fa；
}

@media (min-width: 800px) {
    html {
        font-size: 18px;
        padding-left: 244px
    }
}

.input,
.textarea,
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #f2f2f2;
    border: none;
    font-size: 1em;
    line-height: 1.6;
    padding: 0.6em 1em
}

.textarea {
    max-height: 100%;
    max-width: 100%;
    min-height: 6em
}

.button {
    border-radius: 3px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-weight: 700;
    padding-left: 1.2em;
    padding-right: 1.2em;
    text-align: center;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: background, box-shadow, color, -webkit-transform;
    transition-property: background, box-shadow, color, -webkit-transform;
    transition-property: background, box-shadow, color, transform;
    transition-property: background, box-shadow, color, transform, -webkit-transform;
    will-change: box-shadow
}

.button:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.button:active {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.01);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.button.is-primary {
    background: #00d1b2;
    color: #fff
}

.button.is-primary:hover {
    background: #00b89c
}

.button.is-primary:active {
    background: #009e86
}

.button.is-facebook {
    background: #3b5998;
    color: #fff
}

.button.is-facebook:hover {
    background: #344e86
}

.button.is-facebook:active {
    background: #2d4373
}

.button.is-twitter {
    background: #55acee;
    color: #fff
}

.button.is-twitter:hover {
    background: #3ea1ec
}

.button.is-twitter:active {
    background: #2795e9
}

.icon {
    display: block;
    pointer-events: none;
    position: relative;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.icon.is-back {
    height: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 7px
}

.icon.is-back:before,
.icon.is-back:after {
    background: #fff;
    border-radius: 4px;
    content: "";
    display: block;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: background;
    transition-property: background
}

.icon.is-back:before {
    height: 2px
}

.icon.is-back:after {
    height: 7px;
    margin-top: -2px;
    width: 2px
}

.icon.is-close {
    height: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 14px
}

.icon.is-close:before,
.icon.is-close:after {
    background: #fff;
    border-radius: 4px;
    content: "";
    display: block;
    position: absolute
}

.icon.is-close:before {
    height: 4px;
    left: 0;
    margin-top: -2px;
    top: 50%;
    width: 14px
}

.icon.is-close:after {
    height: 14px;
    left: 50%;
    margin-left: -2px;
    top: 0;
    width: 4px
}

.icon.is-search {
    border: 2px solid gray;
    border-radius: 290486px;
    height: 12px;
    -webkit-transform: rotate(-45deg) translateX(4px) translateY(-5px);
    transform: rotate(-45deg) translateX(4px) translateY(-5px);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 12px
}

.icon.is-search:before {
    background: gray;
    border-radius: 290486px;
    content: "";
    height: 7px;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    top: 100%;
    width: 2px
}

.menu {
    background: #fff;
    position: relative
}

.menu-header {
    padding: 1.5rem
}

.menu-logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu-logo figure {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 160px
}

.menu-logo img {
    display: block
}

.menu-logo-icon {
    height: 50px;
    position: relative;
}

.menu-logo-type {
    height: 18.5px;
    margin-bottom: 6px;
    margin-left: 9px;
    width: 160px
}

.menu-collections {
    border-top: 1px solid #e6e6e6;
    padding: 1rem
}

.menu-collections li {
    display: inline-block;
    vertical-align: top
}

.menu-collection-link {
    border-radius: 2px;
    padding: 2px 4px
}

.menu-collection-link:hover {
    background: #05ffb0;
    color: #310736
}

.menu-collection-link--active {
    background: #05ffb0;
    color: #310736
}

.menu-nav {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden
}

.menu-search {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative
}

.menu-search input {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    display: block;
    font-family: inherit;
    font-size: 0.8rem;
    padding: 1em;
    padding-left: 2.5rem;
    width: 100%
}

.menu-search input:focus+.icon {
    opacity: 1
}

.menu-search .icon {
    left: 1rem;
    opacity: 0.3;
    pointer-events: none;
    position: absolute;
    top: 50%
}

.menu-list {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    font-size: 0.8rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
    position: relative
}

.menu-list ul {
    -webkit-overflow-scrolling: touch;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: auto
}

.menu-list a {
    display: block;
    padding: 0.75rem 2rem;
    -webkit-transition: none;
    transition: none
}

.menu-list a .highlight {
    background: #ffdd57;
    color: rgba(0, 0, 0, 0.7)
}

.menu-list a:hover,
.menu-list a.is-selected {
    background: #3a85ff;
    color: #ffffff;
}

.menu-list.is-searching a {
    display: none
}

.menu-list.is-searching a.is-highlighted,
.menu-list.is-searching a.is-selected {
    display: block
}

.menu-list-shadow {
    display: block;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0
}

.menu-list-shadow.is-top {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), transparent);
    background: linear-gradient(rgba(0, 0, 0, 0.1), transparent);
    height: 1rem;
    top: 0;
    -webkit-transform-origin: center top;
    transform-origin: center top
}

.menu-list-shadow.is-bottom {
    background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.1));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.1));
    bottom: 0;
    height: 1rem;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

.menu-close {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #3273dc;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 700;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem;
    text-align: center
}

.menu-close strong {
    color: #fff
}

.menu-close .icon {
    margin-right: 0.25rem;
    margin-top: 1px
}

.menu-hello {
    background: #fff;
    min-height: 218px
}

#huggingFace {
    background: #fff;
    color: #333;
    display: none;
    font-size: 16px;
    line-height: 1.4;
    padding: 1.5rem;
    padding-bottom: 1rem
}

#huggingFace img {
    height: 24px;
    margin-top: -4px;
    vertical-align: middle;
    width: 24px
}

#huggingFace strong {
    position: relative
}

#huggingFace strong:before {
    background: #9efff0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0
}

#huggingFace p {
    margin-bottom: 0.5em
}

#carbon {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    min-height: 218px
}

#carbonads a,
#carbonads img,
#carbonads span {
    display: block;
    max-width: 240px
}

#carbonads .carbon-wrap a:first-child {
    height: calc(100px + 1rem);
    padding: 1rem 1rem 0
}

#carbonads .carbon-wrap a:last-child {
    padding: 0.5rem 1rem 0
}

#carbonads .carbon-poweredby {
    color: gray;
    padding: 0.5rem 1rem 1rem
}

#carbonads:hover .carbon-wrap a:last-child {
    text-decoration: underline
}

@media (max-width: 799px) {
    .menu-collections {
        text-align: center
    }
    .menu-collections li {
        margin: 0.25rem
    }
    .menu-nav {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        background: #fff;
        display: none;
        position: fixed
    }
    .menu-nav.is-active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    #huggingFace {
        padding: 2rem
    }
    #carbonads .carbon-wrap a:first-child,
    #carbonads .carbon-wrap a:last-child,
    #carbonads .carbon-poweredby {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (min-width: 800px) {
    .menu {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        background: #fff;
        bottom: 0;
        box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        left: 0;
        min-height: 100vh;
        position: fixed;
        top: 0;
        width: 244px
    }
    .menu-header {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .menu-collections {
        font-size: 0.8rem
    }
    .menu-collections li {
        margin-left: -2px
    }
    .menu-nav {
        border-top: 1px solid #e6e6e6;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }
    .menu-list a {
        padding: 0.25rem 1rem
    }
    .menu-hello {
        background: #fff;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .menu-close {
        display: none
    }
}

.header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #310736;
    color: #622369;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 3rem 2rem;
    position: relative;
    text-align: left
}

.header-figure {
    background-image: url("../images/css-reference-title.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 486px 96px;
    display: inline-block;
    height: 96px;
    overflow: hidden;
    text-indent: -290486px;
    vertical-align: top;
    width: 486px
}

@media (max-width: 600px) {
    .header-figure {
        background-size: 243px 48px;
        height: 48px;
        width: 243px
    }
}

.header-title {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 2rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1)
}

.header-subtitle {
    color: #94529c;
    max-width: 40em
}

.header-subtitle a {
    border-bottom: 1px solid rgba(148, 82, 156, 0.2);
    color: #94529c
}

.header-subtitle a:hover {
    border-bottom-color: #94529c;
    color: #94529c
}

.header-subtitle strong {
    color: #94529c
}

.back {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #3273dc;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.8rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1rem 1.2rem
}

.back strong {
    color: inherit;
    margin-left: 1em
}

.back:hover {
    background: #05ffb0;
    color: #310736
}

.back:hover .icon:before,
.back:hover .icon:after {
    background: #310736
}

@media (min-width: 800px) {
    .header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 400px;
        padding: 4rem;
        text-align: center
    }
}

.footer {
    background: #fff;
    bottom: 0;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
    left: 0;
    position: fixed;
    right: 0
}

.footer-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: gray;
    display: none;
    padding: 0 1rem
}

.footer-title small {
    font-size: 0.8em;
    margin-left: 0.5em
}

.footer-title a {
    border-radius: 2px;
    margin-left: -4px;
    padding: 2px 4px
}

.footer-title a:hover {
    background: #05ffb0;
    color: #310736
}

.footer-facebook,
.footer-github {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.footer-facebook iframe,
.footer-github iframe {
    height: 20px
}

.footer-share {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.footer-share--contribute {
    display: none
}

.footer-share-label {
    margin-right: 0.25rem
}

.footer-share-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 2rem
}

.footer-share-button:before {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: #f2f2f2;
    border-radius: 5px;
    content: "";
    display: block;
    height: 100%;
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    width: 100%
}

.footer-share-button svg {
    height: 1rem;
    position: relative;
    width: 1rem
}

.footer-share-button:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.footer-share-nav {
    font-weight: 700;
    position: absolute;
    right: 1rem;
    top: 1rem
}

@media (max-width: 799px) {
    .footer-share--social {
        padding: 0.5rem 1rem
    }
}

@media (min-width: 800px) {
    .footer {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 0.8rem;
        left: 244px;
        padding: 0.25rem
    }
    .footer-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }
    .footer-facebook,
    .footer-github {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .footer-share--contribute {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 0.25rem
    }
    .footer-share-nav {
        display: none
    }
}

.heading {
    background: #310736;
    color: #94529c;
    padding: 4rem 3rem
}

.heading-title {
    font-size: 2rem;
    line-height: 1.2
}

.heading-title strong {
    color: #fff;
    font-weight: 700
}

.list {
    background: #fff;
    padding-bottom: 2rem;
    position: relative
}

.property {
    background-image: -webkit-linear-gradient(#ebfffc, #fff);
    background-image: linear-gradient(#ebfffc, #fff);
    background-repeat: no-repeat;
    background-size: 100% 4rem;
    border-top: 2px solid #00d1b2;
    overflow: hidden;
    padding-bottom: 3rem;
    padding-top: 2rem
}

.property--shorthand {
    background-image: -webkit-linear-gradient(#f5ebff, #fff);
    background-image: linear-gradient(#f5ebff, #fff);
    border-top-color: #b86bff
}

.property-links {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.7rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    opacity: 0.5;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.property-links a {
    border-bottom: 1px solid transparent;
    color: gray;
    margin-left: 1em
}

.property-links a:before {
    left: auto;
    right: 0;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    white-space: nowrap
}

.property-links a:hover {
    border-bottom-color: #3273dc;
    color: #3273dc
}

.property-links a:hover:before {
    -webkit-transform: translateX(0) translateY(-4px);
    transform: translateX(0) translateY(-4px)
}

.property-links:hover {
    opacity: 1
}

.property-name {
    font-size: 1.2rem;
    font-weight: 700
}

.property-name a {
    border-bottom: 1px solid transparent;
    color: #333;
    display: inline-block;
    position: relative;
    vertical-align: top
}

.property-name a span {
    color: #e6e6e6;
    padding-right: 0.6em;
    position: absolute;
    right: 100%;
    top: 0
}

.property-name a:hover {
    border-bottom-color: #3273dc;
    color: #3273dc
}

.property-name a:hover span {
    color: #3273dc
}

.property-description code {
    background: #f2f2f2;
    border-radius: 2px;
    color: #333;
    padding: 0.2em 0.4em
}

.property-description p {
    margin-top: 0.5em
}

.property-description .shorthand {
    padding: 0
}

.property-description .shorthand a {
    background: #f2f2f2;
    border-radius: 2px;
    padding: 0.2em 0.4em
}

.property-description .shorthand a:hover {
    background: #3273dc;
    color: #fff
}

.property-animation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem
}

.property-animation .button {
    background: #23d160;
    color: #fff;
    font-size: 0.8rem
}

.property-animation .button:before {
    content: "▶ Play animations"
}

.property-animation .button:first-letter {
    margin-right: 0.25em
}

.property-animation .button.is-playing {
    background: #ff4538
}

.property-animation .button.is-playing:before {
    content: "￭ Stop"
}

@media (max-width: 799px) {
    .property-header {
        padding-left: 2rem;
        padding-right: 2rem
    }
    .property-links {
        margin-bottom: 0.5rem
    }
}

@media (min-width: 800px) {
    .property-header {
        padding-left: 3rem;
        padding-right: 3rem
    }
    .property-links {
        float: right;
        padding: 0.25rem 0
    }
}

.example-value,
.example-default,
.example-recommended {
    background: #ffdd57;
    border-radius: 2px;
    color: rgba(0, 0, 0, 0.7);
    display: inline-block;
    padding: 0.1em 0.5em 0.15em;
    vertical-align: top
}

.example-value {
    cursor: pointer;
    position: relative
}

.example-default,
.example-recommended {
    background: #fff;
    float: right
}

.example-default {
    box-shadow: inset 0 0 0 1px #ff4538;
    color: #ff4538
}

.example-recommended {
    box-shadow: inset 0 0 0 1px #23d160;
    color: #23d160
}

.example-fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem
}

.example-fixed .button {
    background: #23d160;
    color: #fff;
    font-size: 0.8rem
}

.example-fixed .button:before {
    content: "Enable position fixed"
}

.example-fixed .button.is-enabled {
    background: #ff4538
}

.example-fixed .button.is-enabled:before {
    content: "Disabled position fixed"
}

.example-description {
    font-size: 0.9rem;
    margin-top: 0.5rem
}

.example-description a {
    border-bottom: 1px solid #e6e6e6;
    color: #333
}

.example-description a:hover {
    border-bottom-color: #3273dc
}

.example-description code {
    background: #f2f2f2;
    border-radius: 2px;
    color: #333;
    padding: 0.2em 0.4em
}

.example-description p,
.example-description pre,
.example-description ul {
    margin-top: 0.5em
}

.example-description ul {
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 1.5em
}

.example-description pre {
    background: #f2f2f2;
    color: #333;
    font-size: 0.8em;
    line-height: 1.4;
    padding: 0.8em 1em
}

.example-description .shorthand {
    padding: 0
}

.example-description .shorthand a {
    background: #f2f2f2;
    border-radius: 2px;
    padding: 0.2em 0.4em
}

.example-description .shorthand a:hover {
    background: #3273dc;
    color: #fff
}

.example-browser {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f2f2f2;
    border: 1px solid #e6e6e6;
    border-bottom: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0.5rem
}

.example-browser i {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 290486px;
    display: block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 4px;
    margin-right: 2px;
    width: 4px
}

.example-output {
    border: 1px solid #e6e6e6;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    font-size: 0.8em;
    padding: 0.5em
}

.example-output-div {
    padding: 0.8em 1em;
    position: relative
}

.example-complements {
    background: #f2f2f2;
    font-size: 0.9em;
    margin-bottom: -3rem
}

.example-complements strong {
    font-weight: 400;
    padding-left: 0.35em
}

.example-complements .shorthand {
    padding: 0
}

.example-complements .shorthand a {
    background: #fff;
    border-radius: 2px;
    padding: 0.2em 0.4em
}

.example-complements .shorthand a:hover {
    background: #3273dc;
    color: #fff
}

@media (max-width: 799px) {
    .example {
        padding: 2rem 2rem 0
    }
    .example-preview {
        margin-top: 1rem
    }
    .example-complements {
        margin-top: 2rem;
        padding: 2rem
    }
}

@media (min-width: 800px) {
    .example {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 2rem 3rem 0
    }
    .example-header,
    .example-preview {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }
    .example-header {
        padding-right: 2rem;
        width: 60%
    }
    .example-preview {
        width: 40%
    }
    .example-complements {
        margin-top: 3rem;
        padding: 2rem 3rem
    }
}

.modal {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    padding: 1rem;
    position: fixed;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    visibility: hidden
}

.modal-box {
    background: #fff;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    max-width: 46rem;
    opacity: 0;
    padding: 4rem 2rem;
    position: relative;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, transform, visibility;
    transition-property: opacity, transform, visibility, -webkit-transform
}

.modal-title {
    color: #333;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 3rem;
    text-align: center
}

.modal-close {
    background: #f2f2f2;
    border-radius: 290486px;
    height: 3rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 3rem
}

.modal-close:before,
.modal-close:after {
    background: gray;
    content: "";
    display: block;
    position: absolute
}

.modal-close:before {
    height: 50%;
    left: 50%;
    margin-left: -1px;
    top: 25%;
    width: 2px
}

.modal-close:after {
    height: 2px;
    left: 25%;
    margin-top: -1px;
    top: 50%;
    width: 50%
}

.modal-close:hover {
    background: #e6e6e6
}

.modal-close:active {
    background: #d9d9d9
}

.modal.is-active {
    opacity: 1;
    visibility: visible
}

.modal.is-active .modal-box {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible
}

@media (max-width: 799px) {
    .modal-url .input {
        display: block;
        width: 100%
    }
    .modal-url .button {
        margin-top: 1em
    }
    .modal-social .button {
        display: block;
        margin-top: 1em
    }
}

@media (min-width: 800px) {
    .modal-box {
        padding: 4rem 6rem
    }
    .modal-url {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .modal-url .input {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }
    .modal-url .button {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: 1em;
        padding-left: 0;
        padding-right: 0;
        width: 5.5em
    }
    .modal-social {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 1rem
    }
    .modal-social .button {
        margin-right: 1em
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeAndMove {
    from {
        opacity: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(200px);
        transform: translateX(200px)
    }
}

@keyframes fadeAndMove {
    from {
        opacity: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(200px);
        transform: translateX(200px)
    }
}

@-webkit-keyframes moveRight {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(200px);
        transform: translateX(200px)
    }
}

@keyframes moveRight {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(200px);
        transform: translateX(200px)
    }
}

@-webkit-keyframes rotateFull {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes rotateFull {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes kf-animation-fill-mode {
    from {
        background: #23d160;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        background: #3273dc;
        -webkit-transform: translateX(200px);
        transform: translateX(200px)
    }
}

@keyframes kf-animation-fill-mode {
    from {
        background: #23d160;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        background: #3273dc;
        -webkit-transform: translateX(200px);
        transform: translateX(200px)
    }
}

.box {
    border: 2px solid #4d4d4d;
    border-radius: 3px;
    position: relative
}

.box:before {
    background: #4d4d4d;
    border-radius: 1px 0 2px 0;
    color: #fff;
    content: "";
    display: inline-block;
    font-size: 0.8em;
    padding: 0 6px 2px 4px;
    vertical-align: top
}

.box--red {
    border-color: #ff4538
}

.box--red:before {
    background: #ff4538
}

.box--green {
    border-color: #23d160
}

.box--green:before {
    background: #23d160
}

.box--plum {
    border-color: #310736
}

.box--plum:before {
    background: #310736
}

.box--alpha {
    border-color: #05ffb0
}

.box--alpha:before {
    background: #05ffb0;
    color: #310736
}

.line {
    background: #4d4d4d;
    height: 1px;
    position: relative
}

.line:before {
    background: #4d4d4d;
    border-radius: 2px;
    color: #fff;
    content: "Line";
    display: inline-block;
    font-size: 10px;
    height: 15px;
    line-height: 15px;
    margin-top: -6px;
    padding: 0 4px;
    vertical-align: top
}

.line--red {
    background: #ff4538
}

.line--red:before {
    background: #ff4538
}

.square {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #e6e6e6;
    border-radius: 3px;
    color: #4d4d4d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 75px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.2;
    padding: 0;
    text-align: center;
    width: 75px
}

.square--plum {
    background: #310736;
    color: #fff
}

.square--plum:before {
    background: #310736
}

.square--alpha {
    background: #05ffb0;
    color: #310736
}

.square--alpha:before {
    background: #05ffb0
}

.square--pink {
    background: #ff3860;
    color: #fff
}

.square--pink:before {
    background: #ff3860
}

.block {
    background: #f2f2f2;
    border-radius: 3px;
    color: #4d4d4d;
    display: block;
    line-height: 1.2;
    padding: 1em
}

.block strong {
    color: inherit
}

.block--alpha {
    background: #05ffb0;
    color: #310736
}

.block--beta {
    background: #00e7eb;
    color: #310736
}

.block--pink {
    background: #ff3860;
    color: #310736
}

.block--plum {
    background: #310736;
    color: #fff
}

.block--yellow {
    background: #ffdd57;
    color: #310736
}

.block--orange {
    background: #ff470f;
    color: #310736
}

.block--green {
    background: #23d160;
    color: #310736
}

.block--turquoise {
    background: #00d1b2;
    color: #310736
}

.block--blue {
    background: #3273dc;
    color: #310736
}

.block--purple {
    background: #b86bff;
    color: #310736
}

.block--red {
    background: #ff4538;
    color: #310736
}

.natural,
.actual {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 3px;
    line-height: 1.2;
    padding: 0.8em 1em
}

.natural {
    border: 2px dotted #ff4538;
    color: #ff4538
}

.actual {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: #05ffb0;
    border: 2px solid #05ffb0;
    color: #310736
}

.modal {
    z-index: 50
}

.menu {
    z-index: 40
}

.footer {
    z-index: 30
}

.list {
    z-index: 20
}

.header {
    z-index: 10
}
