/* likely.css */
/* Исправлен background на var(--bulma-light-base) */
.likely {
    opacity: 0;
    transition: opacity .1s ease-in;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0!important;
    text-indent: 0!important
}

.likely * {
    visibility: hidden;
    display: inline-block
}

.likely_ready,.likely_visible {
    opacity: 1
}

.likely_ready *,.likely_visible * {
    visibility: inherit
}

.likely__button {
    position: relative;
    cursor: pointer;
    user-select: none;
    color: inherit
}

.likely__counter {
    display: none;
    position: relative;
    text-align: center;
    background-size: 1px 1px;
    background-repeat: repeat-y;
    background-image: linear-gradient(90deg,rgba(0,0,0,.2) 0,transparent .5px,transparent)
}

.likely__widget,.likely__widget:visited {
    all: initial;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    color: #000;
    background: var(--bulma-light-base);
    transition: background .33s ease-out,color .33s ease-out,fill .33s ease-out
}

.likely__widget:active,.likely__widget:focus,.likely__widget:hover,.likely__widget:visited:active,.likely__widget:visited:focus,.likely__widget:visited:hover {
    transition: none;
    cursor: pointer
}

@media (hover: none) {
    .likely__widget:active,.likely__widget:focus,.likely__widget:hover,.likely__widget:visited:active,.likely__widget:visited:focus,.likely__widget:visited:hover {
        transition:background .33s ease-out,color .33s ease-out,fill .33s ease-out;
        cursor: unset
    }
}

.likely__icon {
    position: relative;
    text-align: left
}

.likely svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.likely__button,.likely__counter {
    font-weight: 400;
    font-family: Helvetica Neue,Arial,sans-serif;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    outline: 0;
    line-height: inherit;
    cursor: inherit
}

.likely__button:empty {
    display: none
}

.likely_ready .likely__counter {
    display: inline-block
}

.likely_ready .likely__counter_empty {
    display: none
}

.likely__button,.likely__counter,.likely__icon,.likely__widget,.likely__widget:visited {
    vertical-align: top
}

.likely-dark-theme .likely__widget,.likely-dark-theme .likely__widget:visited,.likely-light .likely__widget,.likely-light .likely__widget:visited {
    color: #fff;
    fill: #fff;
    background: hsla(0,0%,93%,.16);
    text-shadow: rgba(0,0,0,.2) 0 0 .33em
}

.likely-dark-theme .likely__counter,.likely-light .likely__counter {
    background-image: linear-gradient(90deg,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,0) .5px,hsla(0,0%,100%,0))
}

@media (prefers-color-scheme: dark) {
    .likely-color-theme-based .likely__widget,.likely-color-theme-based .likely__widget:visited {
        color:#fff;
        fill: #fff;
        background: hsla(0,0%,93%,.16);
        text-shadow: rgba(0,0,0,.2) 0 0 .33em
    }

    .likely-color-theme-based .likely__counter {
        background-image: linear-gradient(90deg,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,0) .5px,hsla(0,0%,100%,0))
    }
}

.likely__widget_facebook,.likely__widget_facebook:visited {
    fill: #1877f2
}

.likely__widget_facebook:active,.likely__widget_facebook:focus,.likely__widget_facebook:hover,.likely__widget_facebook:visited:active,.likely__widget_facebook:visited:focus,.likely__widget_facebook:visited:hover {
    all: initial;
    fill: #1877f2;
    transition: none;
    cursor: pointer;
    background: rgba(197,221,251,.8)
}

@media (hover: none) {
    .likely__widget_facebook:active,.likely__widget_facebook:focus,.likely__widget_facebook:hover,.likely__widget_facebook:visited:active,.likely__widget_facebook:visited:focus,.likely__widget_facebook:visited:hover {
        transition:widget-transition;
        cursor: unset;
        background: hsla(0,0%,91%,.8)
    }
}

.likely-dark-theme .likely__widget_facebook:active,.likely-dark-theme .likely__widget_facebook:focus,.likely-dark-theme .likely__widget_facebook:hover,.likely-dark-theme .likely__widget_facebook:visited:active,.likely-dark-theme .likely__widget_facebook:visited:focus,.likely-dark-theme .likely__widget_facebook:visited:hover,.likely-light .likely__widget_facebook:active,.likely-light .likely__widget_facebook:focus,.likely-light .likely__widget_facebook:hover,.likely-light .likely__widget_facebook:visited:active,.likely-light .likely__widget_facebook:visited:focus,.likely-light .likely__widget_facebook:visited:hover {
    text-shadow: #1877f2 0 0 .25em;
    background: rgba(24,119,242,.7)
}

@media (hover: none) {
    .likely-dark-theme .likely__widget_facebook:active,.likely-dark-theme .likely__widget_facebook:focus,.likely-dark-theme .likely__widget_facebook:hover,.likely-dark-theme .likely__widget_facebook:visited:active,.likely-dark-theme .likely__widget_facebook:visited:focus,.likely-dark-theme .likely__widget_facebook:visited:hover,.likely-light .likely__widget_facebook:active,.likely-light .likely__widget_facebook:focus,.likely-light .likely__widget_facebook:hover,.likely-light .likely__widget_facebook:visited:active,.likely-light .likely__widget_facebook:visited:focus,.likely-light .likely__widget_facebook:visited:hover {
        text-shadow:rgba(0,0,0,.2) 0 0 .33em;
        background: hsla(0,0%,93%,.16)
    }
}

@media (prefers-color-scheme: dark) {
    .likely-color-theme-based .likely__widget_facebook:active,.likely-color-theme-based .likely__widget_facebook:focus,.likely-color-theme-based .likely__widget_facebook:hover,.likely-color-theme-based .likely__widget_facebook:visited:active,.likely-color-theme-based .likely__widget_facebook:visited:focus,.likely-color-theme-based .likely__widget_facebook:visited:hover {
        text-shadow:#1877f2 0 0 .25em;
        background: rgba(24,119,242,.7)
    }
}

@media (prefers-color-scheme: dark) and (hover:none) {
    .likely-color-theme-based .likely__widget_facebook:active,.likely-color-theme-based .likely__widget_facebook:focus,.likely-color-theme-based .likely__widget_facebook:hover,.likely-color-theme-based .likely__widget_facebook:visited:active,.likely-color-theme-based .likely__widget_facebook:visited:focus,.likely-color-theme-based .likely__widget_facebook:visited:hover {
        text-shadow:rgba(0,0,0,.2) 0 0 .33em;
        background: hsla(0,0%,93%,.16)
    }
}

.likely__widget_linkedin,.likely__widget_linkedin:visited {
    fill: #0a66c2
}

.likely__widget_linkedin:active,.likely__widget_linkedin:focus,.likely__widget_linkedin:hover,.likely__widget_linkedin:visited:active,.likely__widget_linkedin:visited:focus,.likely__widget_linkedin:visited:hover {
    all: initial;
    fill: #0a66c2;
    transition: none;
    cursor: pointer;
    background: rgba(193,216,239,.8)
}

@media (hover: none) {
    .likely__widget_linkedin:active,.likely__widget_linkedin:focus,.likely__widget_linkedin:hover,.likely__widget_linkedin:visited:active,.likely__widget_linkedin:visited:focus,.likely__widget_linkedin:visited:hover {
        transition:widget-transition;
        cursor: unset;
        background: hsla(0,0%,91%,.8)
    }
}

.likely-dark-theme .likely__widget_linkedin:active,.likely-dark-theme .likely__widget_linkedin:focus,.likely-dark-theme .likely__widget_linkedin:hover,.likely-dark-theme .likely__widget_linkedin:visited:active,.likely-dark-theme .likely__widget_linkedin:visited:focus,.likely-dark-theme .likely__widget_linkedin:visited:hover,.likely-light .likely__widget_linkedin:active,.likely-light .likely__widget_linkedin:focus,.likely-light .likely__widget_linkedin:hover,.likely-light .likely__widget_linkedin:visited:active,.likely-light .likely__widget_linkedin:visited:focus,.likely-light .likely__widget_linkedin:visited:hover {
    text-shadow: #0a66c2 0 0 .25em;
    background: rgba(10,102,194,.7)
}

@media (hover: none) {
    .likely-dark-theme .likely__widget_linkedin:active,.likely-dark-theme .likely__widget_linkedin:focus,.likely-dark-theme .likely__widget_linkedin:hover,.likely-dark-theme .likely__widget_linkedin:visited:active,.likely-dark-theme .likely__widget_linkedin:visited:focus,.likely-dark-theme .likely__widget_linkedin:visited:hover,.likely-light .likely__widget_linkedin:active,.likely-light .likely__widget_linkedin:focus,.likely-light .likely__widget_linkedin:hover,.likely-light .likely__widget_linkedin:visited:active,.likely-light .likely__widget_linkedin:visited:focus,.likely-light .likely__widget_linkedin:visited:hover {
        text-shadow:rgba(0,0,0,.2) 0 0 .33em;
        background: hsla(0,0%,93%,.16)
    }
}

@media (prefers-color-scheme: dark) {
    .likely-color-theme-based .likely__widget_linkedin:active,.likely-color-theme-based .likely__widget_linkedin:focus,.likely-color-theme-based .likely__widget_linkedin:hover,.likely-color-theme-based .likely__widget_linkedin:visited:active,.likely-color-theme-based .likely__widget_linkedin:visited:focus,.likely-color-theme-based .likely__widget_linkedin:visited:hover {
        text-shadow:#0a66c2 0 0 .25em;
        background: rgba(10,102,194,.7)
    }
}

@media (prefers-color-scheme: dark) and (hover:none) {
    .likely-color-theme-based .likely__widget_linkedin:active,.likely-color-theme-based .likely__widget_linkedin:focus,.likely-color-theme-based .likely__widget_linkedin:hover,.likely-color-theme-based .likely__widget_linkedin:visited:active,.likely-color-theme-based .likely__widget_linkedin:visited:focus,.likely-color-theme-based .likely__widget_linkedin:visited:hover {
        text-shadow:rgba(0,0,0,.2) 0 0 .33em;
        background: hsla(0,0%,93%,.16)
    }
}

.likely__widget_odnoklassniki,.likely__widget_odnoklassniki:visited {
    fill: #ee8208
}

.likely__widget_odnoklassniki:active,.likely__widget_odnoklassniki:focus,.likely__widget_odnoklassniki:hover,.likely__widget_odnoklassniki:visited:active,.likely__widget_odnoklassniki:visited:focus,.likely__widget_odnoklassniki:visited:hover {
    all: initial;
    fill: #ee8208;
    transition: none;
    cursor: pointer;
    background: hsla(32,85%,87%,.8)
}

@media (hover: none) {
    .likely__widget_odnoklassniki:active,.likely__widget_odnoklassniki:focus,.likely__widget_odnoklassniki:hover,.likely__widget_odnoklassniki:visited:active,.likely__widget_odnoklassniki:visited:focus,.likely__widget_odnoklassniki:visited:hover {
        transition:widget-transition;
        cursor: unset;
        background: hsla(0,0%,91%,.8)
    }
}

.likely-dark-theme .likely__widget_odnoklassniki:active,.likely-dark-theme .likely__widget_odnoklassniki:focus,.likely-dark-theme .likely__widget_odnoklassniki:hover,.likely-dark-theme .likely__widget_odnoklassniki:visited:active,.likely-dark-theme .likely__widget_odnoklassniki:visited:focus,.likely-dark-theme .likely__widget_odnoklassniki:visited:hover,.likely-light .likely__widget_odnoklassniki:active,.likely-light .likely__widget_odnoklassniki:focus,.likely-light .likely__widget_odnoklassniki:hover,.likely-light .likely__widget_odnoklassniki:visited:active,.likely-light .likely__widget_odnoklassniki:visited:focus,.likely-light .likely__widget_odnoklassniki:visited:hover {
    text-shadow: #ee8208 0 0 .25em;
    background: rgba(238,130,8,.7)
}

@media (hover: none) {
    .likely-dark-theme .likely__widget_odnoklassniki:active,.likely-dark-theme .likely__widget_odnoklassniki:focus,.likely-dark-theme .likely__widget_odnoklassniki:hover,.likely-dark-theme .likely__widget_odnoklassniki:visited:active,.likely-dark-theme .likely__widget_odnoklassniki:visited:focus,.likely-dark-theme .likely__widget_odnoklassniki:visited:hover,.likely-light .likely__widget_odnoklassniki:active,.likely-light .likely__widget_odnoklassniki:focus,.likely-light .likely__widget_odnoklassniki:hover,.likely-light .likely__widget_odnoklassniki:visited:active,.likely-light .likely__widget_odnoklassniki:visited:focus,.likely-light .likely__widget_odnoklassniki:visited:hover {
        text-shadow:rgba(0,0,0,.2) 0 0 .33em;
        background: hsla(0,0%,93%,.16)
    }
}

@media (prefers-color-scheme: dark) {
    .likely-color-theme-based .likely__widget_odnoklassniki:active,.likely-color-theme-based .likely__widget_odnoklassniki:focus,.likely-color-theme-based .likely__widget_odnoklassniki:hover,.likely-color-theme-based .likely__widget_odnoklassniki:visited:active,.likely-color-theme-based .likely__widget_odnoklassniki:visited:focus,.likely-color-theme-based .likely__widget_odnoklassniki:visited:hover {
        text-shadow:#ee8208 0 0 .25em;
        background: rgba(238,130,8,.7)
    }
}

@media (prefers-color-scheme: dark) and (hover:none) {
    .likely-color-theme-based .likely__widget_odnoklassniki:active,.likely-color-theme-based .likely__widget_odnoklassniki:focus,.likely-color-theme-based .likely__widget_odnoklassniki:hover,.likely-color-theme-based .likely__widget_odnoklassniki:visited:active,.likely-color-theme-based .likely__widget_odnoklassniki:visited:focus,.likely-color-theme-based .likely__widget_odnoklassniki:visited:hover {
        text-shadow:rgba(0,0,0,.2) 0 0 .33em;
        background: hsla(0,0%,93%,.16)
    }
}

.likely__widget_pinterest,.likely__widget_pinterest:visited {
    fill: #e60019
}

.likely__widget_pinterest:active,.likely__widget_pinterest:focus,.likely__widget_pinterest:hover,.likely__widget_pinterest:visited:active,.likely__widget_pinterest:visited:focus,.likely__widget_pinterest:visited:hover {
    all: initial;
    fill: #e60019;
    transition: none;
    cursor: pointer;
    background: rgba(248,191,197,.8)
}

@media (hover: none) {
    .likely__widget_pinterest:active,.likely__widget_pinterest:focus,.likely__widget_pinterest:hover,.likely__widget_pinterest:visited:active,.likely__widget_pinterest:visited:focus,.likely__widget_pinterest:visited:hover {
        transition:widget-transition;
        cursor: unset;
        background: hsla(0,0%,91%,.8)
    }
}

.likely-dark-theme .likely__widget_pinterest:active,.likely-dark-theme .likely__widget_pinterest:focus,.likely-dark-theme .likely__widget_pinterest:hover,.likely-dark-theme .likely__widget_pinterest:visited:active,.likely-dark-theme .likely__widget_pinterest:visited:focus,.likely-dark-theme .likely__widget_pinterest:visited:hover,.likely-light .likely__widget_pinterest:active,.likely-light .likely__widget_pinterest:focus,.likely-light .likely__widget_pinterest:hover,.likely-light .likely__widget_pinterest:visited:active,.likely-light .likely__widget_pinterest:visited:focus,.likely-light .likely__widget_pinterest:visited:hover {
    text-shadow: #e60019 0 0 .25em;
    background: rgba(230,0,25,.7)
}

@media (hover: none) {
    .likely-dark-theme .likely__widget_pinterest:active,.likely-dark-theme .likely__widget_pinterest:focus,.likely-dark-theme .likely__widget_pinterest:hover,.likely-dark-theme .likely__widget_pinterest:visited:active,.likely-dark-theme .likely__widget_pinterest:visited:focus,.likely-dark-theme .likely__widget_pinterest:visited:hover,.likely-light .likely__widget_pinterest:active,.likely-light .likely__widget_pinterest:focus,.likely-light .likely__widget_pinterest:hover,.likely-light .likely__widget_pinterest:visited:active,.likely-light .likely__widget_pinterest:visited:focus,.likely-light .likely__widget_pinterest:visited:hover {
        text-shadow:rgba(0,0,0,.2) 0 0 .33em;
        background: hsla(0,0%,93%,.16)
    }
}

@media (prefers-color-scheme: dark) {
    .likely-color-theme-based .likely__widget_pinterest:active,.likely-color-theme-based .likely__widget_pinterest:focus,.likely-color-theme-based .likely__widget_pinterest:hover,.likely-color-theme-based .likely__widget_pinterest:visited:active,.likely-color-theme-based .likely__widget_pinterest:visited:focus,.likely-color-theme-based .likely__widget_pinterest:visited:hover {
        text-shadow:#e60019 0 0 .25em;
        background: rgba(230,0,25,.7)
    }
}

@media (prefers-color-scheme: dark) and (hover:none) {
    .likely-color-theme-based .likely__widget_pinterest:active,.likely-color-theme-based .likely__widget_pinterest:focus,.likely-color-theme-based .likely__widget_pinterest:hover,.likely-color-theme-based .likely__widget_pinterest:visited:active,.likely-color-theme-based .likely__widget_pinterest:visited:focus,.likely-color-theme-based .likely__widget_pinterest:visited:hover {
        text-shadow:rgba(0,0,0,.2) 0 0 .33em;
        background: hsla(0,0%,93%,.16)
    }
}

.likely__widget_reddit,.likely__widget_reddit:visited {
    fill: #ff4501
}

.likely__widget_reddit:active,.likely__widget_reddit:focus,.likely__widget_reddit:hover,.likely__widget_reddit:visited:active,.likely__widget_reddit:visited:focus,.likely__widget_reddit:visited:hover {
    all: initial;
    fill: #ff4501;
    transition: none;
    cursor: pointer;
    background: rgba(255,208,191,.8)
}

@media (hover: none) {
    .likely__widget_reddit:active,.likely__widget_reddit:focus,.likely__widget_reddit:hover,.likely__widget_reddit:visited:active,.likely__widget_reddit:visited:focus,.likely__widget_reddit:visited:hover {
        transition:widget-transition;
        cursor: unset;
        background: hsla(0,0%,91%,.8)
    }
}

.likely-dark-theme .likely__widget_reddit:active,.likely-dark-theme .likely__widget_reddit:focus,.likely-dark-theme .likely__widget_reddit:hover,.likely-dark-theme .likely__widget_reddit:visited:active,.likely-dark-theme .likely__widget_reddit:visited:focus,.likely-dark-theme .likely__widget_reddit:visited:hover,.likely-light .likely__widget_reddit:active,.likely-light .likely__widget_reddit:focus,.likely-light .likely__widget_reddit:hover,.likely-light .likely__widget_reddit:visited:active,.likely-light .likely__widget_reddit:visited:focus,.likely-light .likely__widget_reddit:visited:hover {
    text-shadow: #ff4501 0 0 .25em;
    background: rgba(255,69,1,.7)
}

@media (hover: none) {
    .likely-dark-theme .likely__widget_reddit:active,.likely-dark-theme .likely__widget_reddit:focus,.likely-dark-theme .likely__widget_reddit:hover,.likely-dark-theme .likely__widget_reddit:visited:active,.likely-dark-theme .likely__widget_reddit:visited:focus,.likely-dark-theme .likely__widget_reddit:visited:hover,.likely-light .likely__widget_reddit:active,.likely-light .likely__widget_reddit:focus,.likely-light .likely__widget_reddit:hover,.likely-light .likely__widget_reddit:visited:active,.likely-light .likely__widget_reddit:visited:focus,.likely-light .likely__widget_reddit:visited:hover {
        text-shadow:rgba(0,0,0,.2) 0 0 .33em;
        background: hsla(0,0%,93%,.16)
    }
}

@media (prefers-color-scheme: dark) {
    .likely-color-theme-based .likely__widget_reddit:active,.likely-color-theme-based .likely__widget_reddit:focus,.likely-color-theme-based .likely__widget_reddit:hover,.likely-color-theme-based .likely__widget_reddit:visited:active,.likely-color-theme-based .likely__widget_reddit:visited:focus,.likely-color-theme-based .likely__widget_reddit:visited:hover {
        text-shadow:#ff4501 0 0 .25em;
        background: rgba(255,69,1,.7)
    }
}

@media (prefers-color-scheme: dark) and (hover:none) {
    .likely-color-theme-based .likely__widget_reddit:active,.likely-color-theme-based .likely__widget_reddit:focus,.likely-color-theme-based .likely__widget_reddit:hover,.likely-color-theme-based .likely__widget_reddit:visited:active,.likely-color-theme-based .likely__widget_reddit:visited:focus,.likely-color-theme-based .likely__widget_reddit:visited:hover {
        text-shadow:rgba(0,0,0,.2) 0 0 .33em;
        background: hsla(0,0%,93%,.16)
    }
}

.likely__widget_telegram,.likely__widget_telegram:visited {
    fill: #35a3dc
}

.likely__widget_telegram:active,.likely__widget_telegram:focus,.likely__widget_telegram:hover,.likely__widget_telegram:visited:active,.likely__widget_telegram:visited:focus,.likely__widget_telegram:visited:hover {
    all: initial;
    fill: #35a3dc;
    transition: none;
    cursor: pointer;
    background: rgba(204,232,246,.8)
}

@media (hover: none) {
    .likely__widget_telegram:active,.likely__widget_telegram:focus,.likely__widget_telegram:hover,.likely__widget_telegram:visited:active,.likely__widget_telegram:visited:focus,.likely__widget_telegram:visited:hover {
        transition:widget-transition;
        cursor: unset;
        background: hsla(0,0%,91%,.8)
    }
}

.likely-dark-theme .likely__widget_telegram:active,.likely-dark-theme .likely__widget_telegram:focus,.likely-dark-theme .likely__widget_telegram:hover,.likely-dark-theme .likely__widget_telegram:visited:active,.likely-dark-theme .likely__widget_telegram:visited:focus,.likely-dark-theme .likely__widget_telegram:visited:hover,.likely-light .likely__widget_telegram:active,.likely-light .likely__widget_telegram:focus,.likely-light .likely__widget_telegram:hover,.likely-light .likely__widget_telegram:visited:active,.likely-light .likely__widget_telegram:visited:focus,.likely-light .likely__widget_telegram:visited:hover {
    text-shadow: #35a3dc 0 0 .25em;
    background: rgba(53,163,220,.7)
}

@media (hover: none) {
    .likely-dark-theme .likely__widget_telegram:active,.likely-dark-theme .likely__widget_telegram:focus,.likely-dark-theme .likely__widget_telegram:hover,.likely-dark-theme .likely__widget_telegram:visited:active,.likely-dark-theme .likely__widget_telegram:visited:focus,.likely-dark-theme .likely__widget_telegram:visited:hover,.likely-light .likely__widget_telegram:active,.likely-light .likely__widget_telegram:focus,.likely-light .likely__widget_telegram:hover,.likely-light .likely__widget_telegram:visited:active,.likely-light .likely__widget_telegram:visited:focus,.likely-light .likely__widget_telegram:visited:hover {
        text-shadow:rgba(0,0,0,.2) 0 0 .33em;
        background: hsla(0,0%,93%,.16)
    }
}

@media (prefers-color-scheme: dark) {
    .likely-color-theme-based .likely__widget_telegram:active,.likely-color-theme-based .likely__widget_telegram:focus,.likely-color-theme-based .likely__widget_telegram:hover,.likely-color-theme-based .likely__widget_telegram:visited:active,.likely-color-theme-based .likely__widget_telegram:visited:focus,.likely-color-theme-based .likely__widget_telegram:visited:hover {
        text-shadow:#35a3dc 0 0 .25em;
        background: rgba(53,163,220,.7)
    }
}

@media (prefers-color-scheme: dark) and (hover:none) {
    .likely-color-theme-based .likely__widget_telegram:active,.likely-color-theme-based .likely__widget_telegram:focus,.likely-color-theme-based .likely__widget_telegram:hover,.likely-color-theme-based .likely__widget_telegram:visited:active,.likely-color-theme-based .likely__widget_telegram:visited:focus,.likely-color-theme-based .likely__widget_telegram:visited:hover {
        text-shadow:rgba(0,0,0,.2) 0 0 .33em;
        background: hsla(0,0%,93%,.16)
    }
}

.likely__widget_twitter,.likely__widget_twitter:visited {
    fill: #1da1f2
}

.likely__widget_twitter:active,.likely__widget_twitter:focus,.likely__widget_twitter:hover,.likely__widget_twitter:visited:active,.likely__widget_twitter:visited:focus,.likely__widget_twitter:visited:hover {
    all: initial;
    fill: #1da1f2;
    transition: none;
    cursor: pointer;
    background: rgba(198,231,251,.8)
}

@media (hover: none) {
    .likely__widget_twitter:active,.likely__widget_twitter:focus,.likely__widget_twitter:hover,.likely__widget_twitter:visited:active,.likely__widget_twitter:visited:focus,.likely__widget_twitter:visited:hover {
        transition:widget-transition;
        cursor: unset;
        background: hsla(0,0%,91%,.8)
    }
}

.likely-dark-theme .likely__widget_twitter:active,.likely-dark-theme .likely__widget_twitter:focus,.likely-dark-theme .likely__widget_twitter:hover,.likely-dark-theme .likely__widget_twitter:visited:active,.likely-dark-theme .likely__widget_twitter:visited:focus,.likely-dark-theme .likely__widget_twitter:visited:hover,.likely-light .likely__widget_twitter:active,.likely-light .likely__widget_twitter:focus,.likely-light .likely__widget_twitter:hover,.likely-light .likely__widget_twitter:visited:active,.likely-light .likely__widget_twitter:visited:focus,.likely-light .likely__widget_twitter:visited:hover {
    text-shadow: #1da1f2 0 0 .25em;
    background: rgba(29,161,242,.7)
}

@media (hover: none) {
    .likely-dark-theme .likely__widget_twitter:active,.likely-dark-theme .likely__widget_twitter:focus,.likely-dark-theme .likely__widget_twitter:hover,.likely-dark-theme .likely__widget_twitter:visited:active,.likely-dark-theme .likely__widget_twitter:visited:focus,.likely-dark-theme .likely__widget_twitter:visited:hover,.likely-light .likely__widget_twitter:active,.likely-light .likely__widget_twitter:focus,.likely-light .likely__widget_twitter:hover,.likely-light .likely__widget_twitter:visited:active,.likely-light .likely__widget_twitter:visited:focus,.likely-light .likely__widget_twitter:visited:hover {
        text-shadow:rgba(0,0,0,.2) 0 0 .33em;
        background: hsla(0,0%,93%,.16)
    }
}

@media (prefers-color-scheme: dark) {
    .likely-color-theme-based .likely__widget_twitter:active,.likely-color-theme-based .likely__widget_twitter:focus,.likely-color-theme-based .likely__widget_twitter:hover,.likely-color-theme-based .likely__widget_twitter:visited:active,.likely-color-theme-based .likely__widget_twitter:visited:focus,.likely-color-theme-based .likely__widget_twitter:visited:hover {
        text-shadow:#1da1f2 0 0 .25em;
        background: rgba(29,161,242,.7)
    }
}

@media (prefers-color-scheme: dark) and (hover:none) {
    .likely-color-theme-based .likely__widget_twitter:active,.likely-color-theme-based .likely__widget_twitter:focus,.likely-color-theme-based .likely__widget_twitter:hover,.likely-color-theme-based .likely__widget_twitter:visited:active,.likely-color-theme-based .likely__widget_twitter:visited:focus,.likely-color-theme-based .likely__widget_twitter:visited:hover {
        text-shadow:rgba(0,0,0,.2) 0 0 .33em;
        background: hsla(0,0%,93%,.16)
    }
}

.likely__widget_viber,.likely__widget_viber:visited {
    fill: #7360f2
}

.likely__widget_viber:active,.likely__widget_viber:focus,.likely__widget_viber:hover,.likely__widget_viber:visited:active,.likely__widget_viber:visited:focus,.likely__widget_viber:visited:hover {
    all: initial;
    fill: #7360f2;
    transition: none;
    cursor: pointer;
    background: rgba(220,215,251,.8)
}

@media (hover: none) {
    .likely__widget_viber:active,.likely__widget_viber:focus,.likely__widget_viber:hover,.likely__widget_viber:visited:active,.likely__widget_viber:visited:focus,.likely__widget_viber:visited:hover {
        transition:widget-transition;
        cursor: unset;
        background: hsla(0,0%,91%,.8)
    }
}

.likely-dark-theme .likely__widget_viber:active,.likely-dark-theme .likely__widget_viber:focus,.likely-dark-theme .likely__widget_viber:hover,.likely-dark-theme .likely__widget_viber:visited:active,.likely-dark-theme .likely__widget_viber:visited:focus,.likely-dark-theme .likely__widget_viber:visited:hover,.likely-light .likely__widget_viber:active,.likely-light .likely__widget_viber:focus,.likely-light .likely__widget_viber:hover,.likely-light .likely__widget_viber:visited:active,.likely-light .likely__widget_viber:visited:focus,.likely-light .likely__widget_viber:visited:hover {
    text-shadow: #7360f2 0 0 .25em;
    background: rgba(115,96,242,.7)
}

@media (hover: none) {
    .likely-dark-theme .likely__widget_viber:active,.likely-dark-theme .likely__widget_viber:focus,.likely-dark-theme .likely__widget_viber:hover,.likely-dark-theme .likely__widget_viber:visited:active,.likely-dark-theme .likely__widget_viber:visited:focus,.likely-dark-theme .likely__widget_viber:visited:hover,.likely-light .likely__widget_viber:active,.likely-light .likely__widget_viber:focus,.likely-light .likely__widget_viber:hover,.likely-light .likely__widget_viber:visited:active,.likely-light .likely__widget_viber:visited:focus,.likely-light .likely__widget_viber:visited:hover {
        text-shadow:rgba(0,0,0,.2) 0 0 .33em;
        background: hsla(0,0%,93%,.16)
    }
}

@media (prefers-color-scheme: dark) {
    .likely-color-theme-based .likely__widget_viber:active,.likely-color-theme-based .likely__widget_viber:focus,.likely-color-theme-based .likely__widget_viber:hover,.likely-color-theme-based .likely__widget_viber:visited:active,.likely-color-theme-based .likely__widget_viber:visited:focus,.likely-color-theme-based .likely__widget_viber:visited:hover {
        text-shadow:#7360f2 0 0 .25em;
        background: rgba(115,96,242,.7)
    }
}

@media (prefers-color-scheme: dark) and (hover:none) {
    .likely-color-theme-based .likely__widget_viber:active,.likely-color-theme-based .likely__widget_viber:focus,.likely-color-theme-based .likely__widget_viber:hover,.likely-color-theme-based .likely__widget_viber:visited:active,.likely-color-theme-based .likely__widget_viber:visited:focus,.likely-color-theme-based .likely__widget_viber:visited:hover {
        text-shadow:rgba(0,0,0,.2) 0 0 .33em;
        background: hsla(0,0%,93%,.16)
    }
}

.likely__widget_vkontakte,.likely__widget_vkontakte:visited {
    fill: #07f
}

.likely__widget_vkontakte:active,.likely__widget_vkontakte:focus,.likely__widget_vkontakte:hover,.likely__widget_vkontakte:visited:active,.likely__widget_vkontakte:visited:focus,.likely__widget_vkontakte:visited:hover {
    all: initial;
    fill: #07f;
    transition: none;
    cursor: pointer;
    background: rgba(191,221,255,.8)
}

@media (hover: none) {
    .likely__widget_vkontakte:active,.likely__widget_vkontakte:focus,.likely__widget_vkontakte:hover,.likely__widget_vkontakte:visited:active,.likely__widget_vkontakte:visited:focus,.likely__widget_vkontakte:visited:hover {
        transition:widget-transition;
        cursor: unset;
        background: hsla(0,0%,91%,.8)
    }
}

.likely-dark-theme .likely__widget_vkontakte:active,.likely-dark-theme .likely__widget_vkontakte:focus,.likely-dark-theme .likely__widget_vkontakte:hover,.likely-dark-theme .likely__widget_vkontakte:visited:active,.likely-dark-theme .likely__widget_vkontakte:visited:focus,.likely-dark-theme .likely__widget_vkontakte:visited:hover,.likely-light .likely__widget_vkontakte:active,.likely-light .likely__widget_vkontakte:focus,.likely-light .likely__widget_vkontakte:hover,.likely-light .likely__widget_vkontakte:visited:active,.likely-light .likely__widget_vkontakte:visited:focus,.likely-light .likely__widget_vkontakte:visited:hover {
    text-shadow: #07f 0 0 .25em;
    background: rgba(0,119,255,.7)
}

@media (hover: none) {
    .likely-dark-theme .likely__widget_vkontakte:active,.likely-dark-theme .likely__widget_vkontakte:focus,.likely-dark-theme .likely__widget_vkontakte:hover,.likely-dark-theme .likely__widget_vkontakte:visited:active,.likely-dark-theme .likely__widget_vkontakte:visited:focus,.likely-dark-theme .likely__widget_vkontakte:visited:hover,.likely-light .likely__widget_vkontakte:active,.likely-light .likely__widget_vkontakte:focus,.likely-light .likely__widget_vkontakte:hover,.likely-light .likely__widget_vkontakte:visited:active,.likely-light .likely__widget_vkontakte:visited:focus,.likely-light .likely__widget_vkontakte:visited:hover {
        text-shadow:rgba(0,0,0,.2) 0 0 .33em;
        background: hsla(0,0%,93%,.16)
    }
}

@media (prefers-color-scheme: dark) {
    .likely-color-theme-based .likely__widget_vkontakte:active,.likely-color-theme-based .likely__widget_vkontakte:focus,.likely-color-theme-based .likely__widget_vkontakte:hover,.likely-color-theme-based .likely__widget_vkontakte:visited:active,.likely-color-theme-based .likely__widget_vkontakte:visited:focus,.likely-color-theme-based .likely__widget_vkontakte:visited:hover {
        text-shadow:#07f 0 0 .25em;
        background: rgba(0,119,255,.7)
    }
}

@media (prefers-color-scheme: dark) and (hover:none) {
    .likely-color-theme-based .likely__widget_vkontakte:active,.likely-color-theme-based .likely__widget_vkontakte:focus,.likely-color-theme-based .likely__widget_vkontakte:hover,.likely-color-theme-based .likely__widget_vkontakte:visited:active,.likely-color-theme-based .likely__widget_vkontakte:visited:focus,.likely-color-theme-based .likely__widget_vkontakte:visited:hover {
        text-shadow:rgba(0,0,0,.2) 0 0 .33em;
        background: hsla(0,0%,93%,.16)
    }
}

.likely__widget_whatsapp,.likely__widget_whatsapp:visited {
    fill: #25d366
}

.likely__widget_whatsapp:active,.likely__widget_whatsapp:focus,.likely__widget_whatsapp:hover,.likely__widget_whatsapp:visited:active,.likely__widget_whatsapp:visited:focus,.likely__widget_whatsapp:visited:hover {
    all: initial;
    fill: #25d366;
    transition: none;
    cursor: pointer;
    background: rgba(200,244,216,.8)
}

@media (hover: none) {
    .likely__widget_whatsapp:active,.likely__widget_whatsapp:focus,.likely__widget_whatsapp:hover,.likely__widget_whatsapp:visited:active,.likely__widget_whatsapp:visited:focus,.likely__widget_whatsapp:visited:hover {
        transition:widget-transition;
        cursor: unset;
        background: hsla(0,0%,91%,.8)
    }
}

.likely-dark-theme .likely__widget_whatsapp:active,.likely-dark-theme .likely__widget_whatsapp:focus,.likely-dark-theme .likely__widget_whatsapp:hover,.likely-dark-theme .likely__widget_whatsapp:visited:active,.likely-dark-theme .likely__widget_whatsapp:visited:focus,.likely-dark-theme .likely__widget_whatsapp:visited:hover,.likely-light .likely__widget_whatsapp:active,.likely-light .likely__widget_whatsapp:focus,.likely-light .likely__widget_whatsapp:hover,.likely-light .likely__widget_whatsapp:visited:active,.likely-light .likely__widget_whatsapp:visited:focus,.likely-light .likely__widget_whatsapp:visited:hover {
    text-shadow: #25d366 0 0 .25em;
    background: rgba(37,211,102,.7)
}

@media (hover: none) {
    .likely-dark-theme .likely__widget_whatsapp:active,.likely-dark-theme .likely__widget_whatsapp:focus,.likely-dark-theme .likely__widget_whatsapp:hover,.likely-dark-theme .likely__widget_whatsapp:visited:active,.likely-dark-theme .likely__widget_whatsapp:visited:focus,.likely-dark-theme .likely__widget_whatsapp:visited:hover,.likely-light .likely__widget_whatsapp:active,.likely-light .likely__widget_whatsapp:focus,.likely-light .likely__widget_whatsapp:hover,.likely-light .likely__widget_whatsapp:visited:active,.likely-light .likely__widget_whatsapp:visited:focus,.likely-light .likely__widget_whatsapp:visited:hover {
        text-shadow:rgba(0,0,0,.2) 0 0 .33em;
        background: hsla(0,0%,93%,.16)
    }
}

@media (prefers-color-scheme: dark) {
    .likely-color-theme-based .likely__widget_whatsapp:active,.likely-color-theme-based .likely__widget_whatsapp:focus,.likely-color-theme-based .likely__widget_whatsapp:hover,.likely-color-theme-based .likely__widget_whatsapp:visited:active,.likely-color-theme-based .likely__widget_whatsapp:visited:focus,.likely-color-theme-based .likely__widget_whatsapp:visited:hover {
        text-shadow:#25d366 0 0 .25em;
        background: rgba(37,211,102,.7)
    }
}

@media (prefers-color-scheme: dark) and (hover:none) {
    .likely-color-theme-based .likely__widget_whatsapp:active,.likely-color-theme-based .likely__widget_whatsapp:focus,.likely-color-theme-based .likely__widget_whatsapp:hover,.likely-color-theme-based .likely__widget_whatsapp:visited:active,.likely-color-theme-based .likely__widget_whatsapp:visited:focus,.likely-color-theme-based .likely__widget_whatsapp:visited:hover {
        text-shadow:rgba(0,0,0,.2) 0 0 .33em;
        background: hsla(0,0%,93%,.16)
    }
}

.likely {
    gap: 10px
}

.likely .likely__widget,.likely .likely__widget:visited {
    line-height: 20px;
    font-size: 14px;
    border-radius: 3px;
    height: 22px;
    padding: 1px 2px
}

.likely .likely__icon {
    width: 22px;
    height: 22px
}

.likely .likely__button {
    padding: 1px 4px 1px 0
}

.likely .likely__counter {
    padding: 1px 4px
}

.likely svg {
    width: 16px;
    height: 16px
}

.likely-big {
    gap: 12px
}

.likely-big .likely__widget,.likely-big .likely__widget:visited {
    line-height: 28px;
    font-size: 18px;
    border-radius: 4px;
    height: 32px
}

.likely-big .likely__icon {
    width: 32px;
    height: 32px
}

.likely-big .likely__button {
    padding: 2px 6px 2px 0
}

.likely-big .likely__counter {
    padding: 2px 6px
}

.likely-big svg {
    width: 24px;
    height: 24px
}

.likely-small {
    gap: 8px
}

.likely-small .likely__widget,.likely-small .likely__widget:visited {
    line-height: 14px;
    font-size: 12px;
    border-radius: 2px;
    height: 18px
}

.likely-small .likely__icon {
    width: 18px;
    height: 18px
}

.likely-small .likely__button {
    padding: 2px 3px 2px 0
}

.likely-small .likely__counter {
    padding: 2px 3px
}

.likely-small svg {
    width: 12px;
    height: 12px
}

/* bulma-switch.min.css */
.switch[type=checkbox] {
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    position: absolute;
    opacity: 0
}

.switch[type=checkbox]:focus+label::after,.switch[type=checkbox]:focus+label::before,.switch[type=checkbox]:focus+label:after,.switch[type=checkbox]:focus+label:before {
    outline: 1px dotted #b5b5b5
}

.switch[type=checkbox][disabled] {
    cursor: not-allowed
}

.switch[type=checkbox][disabled]+label {
    opacity: .5
}

.switch[type=checkbox][disabled]+label::before,.switch[type=checkbox][disabled]+label:before {
    opacity: .5
}

.switch[type=checkbox][disabled]+label::after,.switch[type=checkbox][disabled]+label:after {
    opacity: .5
}

.switch[type=checkbox][disabled]+label:hover {
    cursor: not-allowed
}

.switch[type=checkbox]+label {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1rem;
    height: 2.5em;
    line-height: 1.5;
    padding-left: 3.5rem;
    padding-top: .2rem;
    cursor: pointer
}

.switch[type=checkbox]+label::before,.switch[type=checkbox]+label:before {
    position: absolute;
    display: block;
    top: calc(50% - 1.5rem * .5);
    left: 0;
    width: 3rem;
    height: 1.5rem;
    border: .1rem solid transparent;
    border-radius: 4px;
    background: #b5b5b5;
    content: ""
}

.switch[type=checkbox]+label::after,.switch[type=checkbox]+label:after {
    display: block;
    position: absolute;
    top: calc(50% - 1rem * .5);
    left: .25rem;
    width: 1rem;
    height: 1rem;
    transform: translate3d(0,0,0);
    border-radius: 4px;
    background: #fff;
    transition: all .25s ease-out;
    content: ""
}

.switch[type=checkbox]+label .switch-active,.switch[type=checkbox]+label .switch-inactive {
    font-size: .9rem;
    z-index: 1;
    margin-top: -4px
}

.switch[type=checkbox]+label.has-text-inside .switch-inactive {
    margin-left: -1.925rem
}

.switch[type=checkbox]+label.has-text-inside .switch-active {
    margin-left: -3.25rem
}

.switch[type=checkbox].is-rtl+label {
    padding-left: 0;
    padding-right: 3.5rem
}

.switch[type=checkbox].is-rtl+label::before,.switch[type=checkbox].is-rtl+label:before {
    left: auto;
    right: 0
}

.switch[type=checkbox].is-rtl+label::after,.switch[type=checkbox].is-rtl+label:after {
    left: auto;
    right: 1.625rem
}

.switch[type=checkbox]:checked+label::before,.switch[type=checkbox]:checked+label:before {
    background: #00d1b2
}

.switch[type=checkbox]:checked+label::after {
    left: 1.625rem
}

.switch[type=checkbox]:checked.is-rtl+label::after,.switch[type=checkbox]:checked.is-rtl+label:after {
    left: auto;
    right: .25rem
}

.switch[type=checkbox].is-outlined+label::before,.switch[type=checkbox].is-outlined+label:before {
    background-color: transparent;
    border-color: #b5b5b5
}

.switch[type=checkbox].is-outlined+label::after,.switch[type=checkbox].is-outlined+label:after {
    background: #b5b5b5
}

.switch[type=checkbox].is-outlined:checked+label::before,.switch[type=checkbox].is-outlined:checked+label:before {
    background-color: transparent;
    border-color: #00d1b2
}

.switch[type=checkbox].is-outlined:checked+label::after,.switch[type=checkbox].is-outlined:checked+label:after {
    background: #00d1b2
}

.switch[type=checkbox].is-thin+label::before,.switch[type=checkbox].is-thin+label:before {
    top: .5454545456rem;
    height: .375rem
}

.switch[type=checkbox].is-thin+label::after,.switch[type=checkbox].is-thin+label:after {
    box-shadow: 0 0 3px #7a7a7a
}

.switch[type=checkbox].is-rounded+label::before,.switch[type=checkbox].is-rounded+label:before {
    border-radius: 24px
}

.switch[type=checkbox].is-rounded+label::after,.switch[type=checkbox].is-rounded+label:after {
    border-radius: 50%
}

.switch[type=checkbox].is-small+label {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    font-size: .75rem;
    height: 2.5em;
    line-height: 1.5;
    padding-left: 2.75rem;
    padding-top: .2rem;
    cursor: pointer
}

.switch[type=checkbox].is-small+label::before,.switch[type=checkbox].is-small+label:before {
    position: absolute;
    display: block;
    top: calc(50% - 1.125rem * .5);
    left: 0;
    width: 2.25rem;
    height: 1.125rem;
    border: .1rem solid transparent;
    border-radius: 4px;
    background: #b5b5b5;
    content: ""
}

.switch[type=checkbox].is-small+label::after,.switch[type=checkbox].is-small+label:after {
    display: block;
    position: absolute;
    top: calc(50% - .625rem * .5);
    left: .25rem;
    width: .625rem;
    height: .625rem;
    transform: translate3d(0,0,0);
    border-radius: 4px;
    background: #fff;
    transition: all .25s ease-out;
    content: ""
}

.switch[type=checkbox].is-small+label .switch-active,.switch[type=checkbox].is-small+label .switch-inactive {
    font-size: .65rem;
    z-index: 1;
    margin-top: -4px
}

.switch[type=checkbox].is-small+label.has-text-inside .switch-inactive {
    margin-left: -1.55rem
}

.switch[type=checkbox].is-small+label.has-text-inside .switch-active {
    margin-left: -2.5rem
}

.switch[type=checkbox].is-small.is-rtl+label {
    padding-left: 0;
    padding-right: 2.75rem
}

.switch[type=checkbox].is-small.is-rtl+label::before,.switch[type=checkbox].is-small.is-rtl+label:before {
    left: auto;
    right: 0
}

.switch[type=checkbox].is-small.is-rtl+label::after,.switch[type=checkbox].is-small.is-rtl+label:after {
    left: auto;
    right: 1.25rem
}

.switch[type=checkbox].is-small:checked+label::before,.switch[type=checkbox].is-small:checked+label:before {
    background: #00d1b2
}

.switch[type=checkbox].is-small:checked+label::after {
    left: 1.25rem
}

.switch[type=checkbox].is-small:checked.is-rtl+label::after,.switch[type=checkbox].is-small:checked.is-rtl+label:after {
    left: auto;
    right: .25rem
}

.switch[type=checkbox].is-small.is-outlined+label::before,.switch[type=checkbox].is-small.is-outlined+label:before {
    background-color: transparent;
    border-color: #b5b5b5
}

.switch[type=checkbox].is-small.is-outlined+label::after,.switch[type=checkbox].is-small.is-outlined+label:after {
    background: #b5b5b5
}

.switch[type=checkbox].is-small.is-outlined:checked+label::before,.switch[type=checkbox].is-small.is-outlined:checked+label:before {
    background-color: transparent;
    border-color: #00d1b2
}

.switch[type=checkbox].is-small.is-outlined:checked+label::after,.switch[type=checkbox].is-small.is-outlined:checked+label:after {
    background: #00d1b2
}

.switch[type=checkbox].is-small.is-thin+label::before,.switch[type=checkbox].is-small.is-thin+label:before {
    top: .4090909093rem;
    height: .28125rem
}

.switch[type=checkbox].is-small.is-thin+label::after,.switch[type=checkbox].is-small.is-thin+label:after {
    box-shadow: 0 0 3px #7a7a7a
}

.switch[type=checkbox].is-small.is-rounded+label::before,.switch[type=checkbox].is-small.is-rounded+label:before {
    border-radius: 24px
}

.switch[type=checkbox].is-small.is-rounded+label::after,.switch[type=checkbox].is-small.is-rounded+label:after {
    border-radius: 50%
}

.switch[type=checkbox].is-medium+label {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.25rem;
    height: 2.5em;
    line-height: 1.5;
    padding-left: 4.25rem;
    padding-top: .2rem;
    cursor: pointer
}

.switch[type=checkbox].is-medium+label::before,.switch[type=checkbox].is-medium+label:before {
    position: absolute;
    display: block;
    top: calc(50% - 1.875rem * .5);
    left: 0;
    width: 3.75rem;
    height: 1.875rem;
    border: .1rem solid transparent;
    border-radius: 4px;
    background: #b5b5b5;
    content: ""
}

.switch[type=checkbox].is-medium+label::after,.switch[type=checkbox].is-medium+label:after {
    display: block;
    position: absolute;
    top: calc(50% - 1.375rem * .5);
    left: .25rem;
    width: 1.375rem;
    height: 1.375rem;
    transform: translate3d(0,0,0);
    border-radius: 4px;
    background: #fff;
    transition: all .25s ease-out;
    content: ""
}

.switch[type=checkbox].is-medium+label .switch-active,.switch[type=checkbox].is-medium+label .switch-inactive {
    font-size: 1.15rem;
    z-index: 1;
    margin-top: -4px
}

.switch[type=checkbox].is-medium+label.has-text-inside .switch-inactive {
    margin-left: -2.3rem
}

.switch[type=checkbox].is-medium+label.has-text-inside .switch-active {
    margin-left: -4rem
}

.switch[type=checkbox].is-medium.is-rtl+label {
    padding-left: 0;
    padding-right: 4.25rem
}

.switch[type=checkbox].is-medium.is-rtl+label::before,.switch[type=checkbox].is-medium.is-rtl+label:before {
    left: auto;
    right: 0
}

.switch[type=checkbox].is-medium.is-rtl+label::after,.switch[type=checkbox].is-medium.is-rtl+label:after {
    left: auto;
    right: 2rem
}

.switch[type=checkbox].is-medium:checked+label::before,.switch[type=checkbox].is-medium:checked+label:before {
    background: #00d1b2
}

.switch[type=checkbox].is-medium:checked+label::after {
    left: 2rem
}

.switch[type=checkbox].is-medium:checked.is-rtl+label::after,.switch[type=checkbox].is-medium:checked.is-rtl+label:after {
    left: auto;
    right: .25rem
}

.switch[type=checkbox].is-medium.is-outlined+label::before,.switch[type=checkbox].is-medium.is-outlined+label:before {
    background-color: transparent;
    border-color: #b5b5b5
}

.switch[type=checkbox].is-medium.is-outlined+label::after,.switch[type=checkbox].is-medium.is-outlined+label:after {
    background: #b5b5b5
}

.switch[type=checkbox].is-medium.is-outlined:checked+label::before,.switch[type=checkbox].is-medium.is-outlined:checked+label:before {
    background-color: transparent;
    border-color: #00d1b2
}

.switch[type=checkbox].is-medium.is-outlined:checked+label::after,.switch[type=checkbox].is-medium.is-outlined:checked+label:after {
    background: #00d1b2
}

.switch[type=checkbox].is-medium.is-thin+label::before,.switch[type=checkbox].is-medium.is-thin+label:before {
    top: .6818181819rem;
    height: .46875rem
}

.switch[type=checkbox].is-medium.is-thin+label::after,.switch[type=checkbox].is-medium.is-thin+label:after {
    box-shadow: 0 0 3px #7a7a7a
}

.switch[type=checkbox].is-medium.is-rounded+label::before,.switch[type=checkbox].is-medium.is-rounded+label:before {
    border-radius: 24px
}

.switch[type=checkbox].is-medium.is-rounded+label::after,.switch[type=checkbox].is-medium.is-rounded+label:after {
    border-radius: 50%
}

.switch[type=checkbox].is-large+label {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.5rem;
    height: 2.5em;
    line-height: 1.5;
    padding-left: 5rem;
    padding-top: .2rem;
    cursor: pointer
}

.switch[type=checkbox].is-large+label::before,.switch[type=checkbox].is-large+label:before {
    position: absolute;
    display: block;
    top: calc(50% - 2.25rem * .5);
    left: 0;
    width: 4.5rem;
    height: 2.25rem;
    border: .1rem solid transparent;
    border-radius: 4px;
    background: #b5b5b5;
    content: ""
}

.switch[type=checkbox].is-large+label::after,.switch[type=checkbox].is-large+label:after {
    display: block;
    position: absolute;
    top: calc(50% - 1.75rem * .5);
    left: .25rem;
    width: 1.75rem;
    height: 1.75rem;
    transform: translate3d(0,0,0);
    border-radius: 4px;
    background: #fff;
    transition: all .25s ease-out;
    content: ""
}

.switch[type=checkbox].is-large+label .switch-active,.switch[type=checkbox].is-large+label .switch-inactive {
    font-size: 1.4rem;
    z-index: 1;
    margin-top: -4px
}

.switch[type=checkbox].is-large+label.has-text-inside .switch-inactive {
    margin-left: -2.675rem
}

.switch[type=checkbox].is-large+label.has-text-inside .switch-active {
    margin-left: -4.75rem
}

.switch[type=checkbox].is-large.is-rtl+label {
    padding-left: 0;
    padding-right: 5rem
}

.switch[type=checkbox].is-large.is-rtl+label::before,.switch[type=checkbox].is-large.is-rtl+label:before {
    left: auto;
    right: 0
}

.switch[type=checkbox].is-large.is-rtl+label::after,.switch[type=checkbox].is-large.is-rtl+label:after {
    left: auto;
    right: 2.375rem
}

.switch[type=checkbox].is-large:checked+label::before,.switch[type=checkbox].is-large:checked+label:before {
    background: #00d1b2
}

.switch[type=checkbox].is-large:checked+label::after {
    left: 2.375rem
}

.switch[type=checkbox].is-large:checked.is-rtl+label::after,.switch[type=checkbox].is-large:checked.is-rtl+label:after {
    left: auto;
    right: .25rem
}

.switch[type=checkbox].is-large.is-outlined+label::before,.switch[type=checkbox].is-large.is-outlined+label:before {
    background-color: transparent;
    border-color: #b5b5b5
}

.switch[type=checkbox].is-large.is-outlined+label::after,.switch[type=checkbox].is-large.is-outlined+label:after {
    background: #b5b5b5
}

.switch[type=checkbox].is-large.is-outlined:checked+label::before,.switch[type=checkbox].is-large.is-outlined:checked+label:before {
    background-color: transparent;
    border-color: #00d1b2
}

.switch[type=checkbox].is-large.is-outlined:checked+label::after,.switch[type=checkbox].is-large.is-outlined:checked+label:after {
    background: #00d1b2
}

.switch[type=checkbox].is-large.is-thin+label::before,.switch[type=checkbox].is-large.is-thin+label:before {
    top: .8181818183rem;
    height: .5625rem
}

.switch[type=checkbox].is-large.is-thin+label::after,.switch[type=checkbox].is-large.is-thin+label:after {
    box-shadow: 0 0 3px #7a7a7a
}

.switch[type=checkbox].is-large.is-rounded+label::before,.switch[type=checkbox].is-large.is-rounded+label:before {
    border-radius: 24px
}

.switch[type=checkbox].is-large.is-rounded+label::after,.switch[type=checkbox].is-large.is-rounded+label:after {
    border-radius: 50%
}

.switch[type=checkbox].is-white+label .switch-active {
    display: none
}

.switch[type=checkbox].is-white+label .switch-inactive {
    display: inline-block
}

.switch[type=checkbox].is-white:checked+label::before,.switch[type=checkbox].is-white:checked+label:before {
    background: #fff
}

.switch[type=checkbox].is-white:checked+label .switch-active {
    display: inline-block
}

.switch[type=checkbox].is-white:checked+label .switch-inactive {
    display: none
}

.switch[type=checkbox].is-white.is-outlined:checked+label::before,.switch[type=checkbox].is-white.is-outlined:checked+label:before {
    background-color: transparent;
    border-color: #fff!important
}

.switch[type=checkbox].is-white.is-outlined:checked+label::after,.switch[type=checkbox].is-white.is-outlined:checked+label:after {
    background: #fff
}

.switch[type=checkbox].is-white.is-thin.is-outlined+label::after,.switch[type=checkbox].is-white.is-thin.is-outlined+label:after {
    box-shadow: none
}

.switch[type=checkbox].is-unchecked-white+label::before,.switch[type=checkbox].is-unchecked-white+label:before {
    background: #fff
}

.switch[type=checkbox].is-unchecked-white.is-outlined+label::before,.switch[type=checkbox].is-unchecked-white.is-outlined+label:before {
    background-color: transparent;
    border-color: #fff!important
}

.switch[type=checkbox].is-unchecked-white.is-outlined+label::after,.switch[type=checkbox].is-unchecked-white.is-outlined+label:after {
    background: #fff
}

.switch[type=checkbox].is-black+label .switch-active {
    display: none
}

.switch[type=checkbox].is-black+label .switch-inactive {
    display: inline-block
}

.switch[type=checkbox].is-black:checked+label::before,.switch[type=checkbox].is-black:checked+label:before {
    background: #0a0a0a
}

.switch[type=checkbox].is-black:checked+label .switch-active {
    display: inline-block
}

.switch[type=checkbox].is-black:checked+label .switch-inactive {
    display: none
}

.switch[type=checkbox].is-black.is-outlined:checked+label::before,.switch[type=checkbox].is-black.is-outlined:checked+label:before {
    background-color: transparent;
    border-color: #0a0a0a!important
}

.switch[type=checkbox].is-black.is-outlined:checked+label::after,.switch[type=checkbox].is-black.is-outlined:checked+label:after {
    background: #0a0a0a
}

.switch[type=checkbox].is-black.is-thin.is-outlined+label::after,.switch[type=checkbox].is-black.is-thin.is-outlined+label:after {
    box-shadow: none
}

.switch[type=checkbox].is-unchecked-black+label::before,.switch[type=checkbox].is-unchecked-black+label:before {
    background: #0a0a0a
}

.switch[type=checkbox].is-unchecked-black.is-outlined+label::before,.switch[type=checkbox].is-unchecked-black.is-outlined+label:before {
    background-color: transparent;
    border-color: #0a0a0a!important
}

.switch[type=checkbox].is-unchecked-black.is-outlined+label::after,.switch[type=checkbox].is-unchecked-black.is-outlined+label:after {
    background: #0a0a0a
}

.switch[type=checkbox].is-light+label .switch-active {
    display: none
}

.switch[type=checkbox].is-light+label .switch-inactive {
    display: inline-block
}

.switch[type=checkbox].is-light:checked+label::before,.switch[type=checkbox].is-light:checked+label:before {
    background: #f5f5f5
}

.switch[type=checkbox].is-light:checked+label .switch-active {
    display: inline-block
}

.switch[type=checkbox].is-light:checked+label .switch-inactive {
    display: none
}

.switch[type=checkbox].is-light.is-outlined:checked+label::before,.switch[type=checkbox].is-light.is-outlined:checked+label:before {
    background-color: transparent;
    border-color: #f5f5f5!important
}

.switch[type=checkbox].is-light.is-outlined:checked+label::after,.switch[type=checkbox].is-light.is-outlined:checked+label:after {
    background: #f5f5f5
}

.switch[type=checkbox].is-light.is-thin.is-outlined+label::after,.switch[type=checkbox].is-light.is-thin.is-outlined+label:after {
    box-shadow: none
}

.switch[type=checkbox].is-unchecked-light+label::before,.switch[type=checkbox].is-unchecked-light+label:before {
    background: #f5f5f5
}

.switch[type=checkbox].is-unchecked-light.is-outlined+label::before,.switch[type=checkbox].is-unchecked-light.is-outlined+label:before {
    background-color: transparent;
    border-color: #f5f5f5!important
}

.switch[type=checkbox].is-unchecked-light.is-outlined+label::after,.switch[type=checkbox].is-unchecked-light.is-outlined+label:after {
    background: #f5f5f5
}

.switch[type=checkbox].is-dark+label .switch-active {
    display: none
}

.switch[type=checkbox].is-dark+label .switch-inactive {
    display: inline-block
}

.switch[type=checkbox].is-dark:checked+label::before,.switch[type=checkbox].is-dark:checked+label:before {
    background: #363636
}

.switch[type=checkbox].is-dark:checked+label .switch-active {
    display: inline-block
}

.switch[type=checkbox].is-dark:checked+label .switch-inactive {
    display: none
}

.switch[type=checkbox].is-dark.is-outlined:checked+label::before,.switch[type=checkbox].is-dark.is-outlined:checked+label:before {
    background-color: transparent;
    border-color: #363636!important
}

.switch[type=checkbox].is-dark.is-outlined:checked+label::after,.switch[type=checkbox].is-dark.is-outlined:checked+label:after {
    background: #363636
}

.switch[type=checkbox].is-dark.is-thin.is-outlined+label::after,.switch[type=checkbox].is-dark.is-thin.is-outlined+label:after {
    box-shadow: none
}

.switch[type=checkbox].is-unchecked-dark+label::before,.switch[type=checkbox].is-unchecked-dark+label:before {
    background: #363636
}

.switch[type=checkbox].is-unchecked-dark.is-outlined+label::before,.switch[type=checkbox].is-unchecked-dark.is-outlined+label:before {
    background-color: transparent;
    border-color: #363636!important
}

.switch[type=checkbox].is-unchecked-dark.is-outlined+label::after,.switch[type=checkbox].is-unchecked-dark.is-outlined+label:after {
    background: #363636
}

.switch[type=checkbox].is-primary+label .switch-active {
    display: none
}

.switch[type=checkbox].is-primary+label .switch-inactive {
    display: inline-block
}

.switch[type=checkbox].is-primary:checked+label::before,.switch[type=checkbox].is-primary:checked+label:before {
    background: #00d1b2
}

.switch[type=checkbox].is-primary:checked+label .switch-active {
    display: inline-block
}

.switch[type=checkbox].is-primary:checked+label .switch-inactive {
    display: none
}

.switch[type=checkbox].is-primary.is-outlined:checked+label::before,.switch[type=checkbox].is-primary.is-outlined:checked+label:before {
    background-color: transparent;
    border-color: #00d1b2!important
}

.switch[type=checkbox].is-primary.is-outlined:checked+label::after,.switch[type=checkbox].is-primary.is-outlined:checked+label:after {
    background: #00d1b2
}

.switch[type=checkbox].is-primary.is-thin.is-outlined+label::after,.switch[type=checkbox].is-primary.is-thin.is-outlined+label:after {
    box-shadow: none
}

.switch[type=checkbox].is-unchecked-primary+label::before,.switch[type=checkbox].is-unchecked-primary+label:before {
    background: #00d1b2
}

.switch[type=checkbox].is-unchecked-primary.is-outlined+label::before,.switch[type=checkbox].is-unchecked-primary.is-outlined+label:before {
    background-color: transparent;
    border-color: #00d1b2!important
}

.switch[type=checkbox].is-unchecked-primary.is-outlined+label::after,.switch[type=checkbox].is-unchecked-primary.is-outlined+label:after {
    background: #00d1b2
}

.switch[type=checkbox].is-link+label .switch-active {
    display: none
}

.switch[type=checkbox].is-link+label .switch-inactive {
    display: inline-block
}

.switch[type=checkbox].is-link:checked+label::before,.switch[type=checkbox].is-link:checked+label:before {
    background: #485fc7
}

.switch[type=checkbox].is-link:checked+label .switch-active {
    display: inline-block
}

.switch[type=checkbox].is-link:checked+label .switch-inactive {
    display: none
}

.switch[type=checkbox].is-link.is-outlined:checked+label::before,.switch[type=checkbox].is-link.is-outlined:checked+label:before {
    background-color: transparent;
    border-color: var(--bulma-link)!important
}

.switch[type=checkbox].is-link.is-outlined:checked+label::after,.switch[type=checkbox].is-link.is-outlined:checked+label:after {
    background: var(--bulma-link)
}

.switch[type=checkbox].is-link.is-thin.is-outlined+label::after,.switch[type=checkbox].is-link.is-thin.is-outlined+label:after {
    box-shadow: none
}

.switch[type=checkbox].is-unchecked-link+label::before,.switch[type=checkbox].is-unchecked-link+label:before {
    background: #485fc7
}

.switch[type=checkbox].is-unchecked-link.is-outlined+label::before,.switch[type=checkbox].is-unchecked-link.is-outlined+label:before {
    background-color: transparent;
    border-color: var(--bulma-link)!important
}

.switch[type=checkbox].is-unchecked-link.is-outlined+label::after,.switch[type=checkbox].is-unchecked-link.is-outlined+label:after {
    background: #485fc7
}

.switch[type=checkbox].is-info+label .switch-active {
    display: none
}

.switch[type=checkbox].is-info+label .switch-inactive {
    display: inline-block
}

.switch[type=checkbox].is-info:checked+label::before,.switch[type=checkbox].is-info:checked+label:before {
    background: #3e8ed0
}

.switch[type=checkbox].is-info:checked+label .switch-active {
    display: inline-block
}

.switch[type=checkbox].is-info:checked+label .switch-inactive {
    display: none
}

.switch[type=checkbox].is-info.is-outlined:checked+label::before,.switch[type=checkbox].is-info.is-outlined:checked+label:before {
    background-color: transparent;
    border-color: #3e8ed0!important
}

.switch[type=checkbox].is-info.is-outlined:checked+label::after,.switch[type=checkbox].is-info.is-outlined:checked+label:after {
    background: #3e8ed0
}

.switch[type=checkbox].is-info.is-thin.is-outlined+label::after,.switch[type=checkbox].is-info.is-thin.is-outlined+label:after {
    box-shadow: none
}

.switch[type=checkbox].is-unchecked-info+label::before,.switch[type=checkbox].is-unchecked-info+label:before {
    background: #3e8ed0
}

.switch[type=checkbox].is-unchecked-info.is-outlined+label::before,.switch[type=checkbox].is-unchecked-info.is-outlined+label:before {
    background-color: transparent;
    border-color: #3e8ed0!important
}

.switch[type=checkbox].is-unchecked-info.is-outlined+label::after,.switch[type=checkbox].is-unchecked-info.is-outlined+label:after {
    background: #3e8ed0
}

.switch[type=checkbox].is-success+label .switch-active {
    display: none
}

.switch[type=checkbox].is-success+label .switch-inactive {
    display: inline-block
}

.switch[type=checkbox].is-success:checked+label::before,.switch[type=checkbox].is-success:checked+label:before {
    background: #48c78e
}

.switch[type=checkbox].is-success:checked+label .switch-active {
    display: inline-block
}

.switch[type=checkbox].is-success:checked+label .switch-inactive {
    display: none
}

.switch[type=checkbox].is-success.is-outlined:checked+label::before,.switch[type=checkbox].is-success.is-outlined:checked+label:before {
    background-color: transparent;
    border-color: #48c78e!important
}

.switch[type=checkbox].is-success.is-outlined:checked+label::after,.switch[type=checkbox].is-success.is-outlined:checked+label:after {
    background: #48c78e
}

.switch[type=checkbox].is-success.is-thin.is-outlined+label::after,.switch[type=checkbox].is-success.is-thin.is-outlined+label:after {
    box-shadow: none
}

.switch[type=checkbox].is-unchecked-success+label::before,.switch[type=checkbox].is-unchecked-success+label:before {
    background: #48c78e
}

.switch[type=checkbox].is-unchecked-success.is-outlined+label::before,.switch[type=checkbox].is-unchecked-success.is-outlined+label:before {
    background-color: transparent;
    border-color: #48c78e!important
}

.switch[type=checkbox].is-unchecked-success.is-outlined+label::after,.switch[type=checkbox].is-unchecked-success.is-outlined+label:after {
    background: #48c78e
}

.switch[type=checkbox].is-warning+label .switch-active {
    display: none
}

.switch[type=checkbox].is-warning+label .switch-inactive {
    display: inline-block
}

.switch[type=checkbox].is-warning:checked+label::before,.switch[type=checkbox].is-warning:checked+label:before {
    background: #ffe08a
}

.switch[type=checkbox].is-warning:checked+label .switch-active {
    display: inline-block
}

.switch[type=checkbox].is-warning:checked+label .switch-inactive {
    display: none
}

.switch[type=checkbox].is-warning.is-outlined:checked+label::before,.switch[type=checkbox].is-warning.is-outlined:checked+label:before {
    background-color: transparent;
    border-color: #ffe08a!important
}

.switch[type=checkbox].is-warning.is-outlined:checked+label::after,.switch[type=checkbox].is-warning.is-outlined:checked+label:after {
    background: #ffe08a
}

.switch[type=checkbox].is-warning.is-thin.is-outlined+label::after,.switch[type=checkbox].is-warning.is-thin.is-outlined+label:after {
    box-shadow: none
}

.switch[type=checkbox].is-unchecked-warning+label::before,.switch[type=checkbox].is-unchecked-warning+label:before {
    background: #ffe08a
}

.switch[type=checkbox].is-unchecked-warning.is-outlined+label::before,.switch[type=checkbox].is-unchecked-warning.is-outlined+label:before {
    background-color: transparent;
    border-color: #ffe08a!important
}

.switch[type=checkbox].is-unchecked-warning.is-outlined+label::after,.switch[type=checkbox].is-unchecked-warning.is-outlined+label:after {
    background: #ffe08a
}

.switch[type=checkbox].is-danger+label .switch-active {
    display: none
}

.switch[type=checkbox].is-danger+label .switch-inactive {
    display: inline-block
}

.switch[type=checkbox].is-danger:checked+label::before,.switch[type=checkbox].is-danger:checked+label:before {
    background: #f14668
}

.switch[type=checkbox].is-danger:checked+label .switch-active {
    display: inline-block
}

.switch[type=checkbox].is-danger:checked+label .switch-inactive {
    display: none
}

.switch[type=checkbox].is-danger.is-outlined:checked+label::before,.switch[type=checkbox].is-danger.is-outlined:checked+label:before {
    background-color: transparent;
    border-color: #f14668!important
}

.switch[type=checkbox].is-danger.is-outlined:checked+label::after,.switch[type=checkbox].is-danger.is-outlined:checked+label:after {
    background: #f14668
}

.switch[type=checkbox].is-danger.is-thin.is-outlined+label::after,.switch[type=checkbox].is-danger.is-thin.is-outlined+label:after {
    box-shadow: none
}

.switch[type=checkbox].is-unchecked-danger+label::before,.switch[type=checkbox].is-unchecked-danger+label:before {
    background: #f14668
}

.switch[type=checkbox].is-unchecked-danger.is-outlined+label::before,.switch[type=checkbox].is-unchecked-danger.is-outlined+label:before {
    background-color: transparent;
    border-color: #f14668!important
}

.switch[type=checkbox].is-unchecked-danger.is-outlined+label::after,.switch[type=checkbox].is-unchecked-danger.is-outlined+label:after {
    background: #f14668
}

.field-body .switch[type=checkbox]+label {
    margin-top: .375em
}

/* bulma-divider.min.css */
.divider {
    position: relative;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #7a7a7a;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .5px;
    margin: 25px 0
}

.divider:after,.divider:before {
    content: "";
    display: block;
    flex: 1;
    height: 1px;
    background-color: #dbdbdb
}

.divider:not(.is-right):after {
    margin-left: 10px
}

.divider:not(.is-left):before {
    margin-right: 10px
}

.divider.is-left:before,.divider.is-right:after {
    display: none
}

.divider.is-vertical {
    flex-direction: column;
    margin: 0 25px
}

.divider.is-vertical:after,.divider.is-vertical:before {
    height: auto;
    width: 1px
}

.divider.is-vertical:after {
    margin-left: 0;
    margin-top: 10px
}

.divider.is-vertical:before {
    margin-right: 0;
    margin-bottom: 10px
}

.divider.is-white:after,.divider.is-white:before {
    background-color: #fff
}

.divider.is-black:after,.divider.is-black:before {
    background-color: #0a0a0a
}

.divider.is-light:after,.divider.is-light:before {
    background-color: #f5f5f5
}

.divider.is-dark:after,.divider.is-dark:before {
    background-color: #363636
}

.divider.is-primary:after,.divider.is-primary:before {
    background-color: #00d1b2
}

.divider.is-primary.is-light:after,.divider.is-primary.is-light:before {
    background-color: #ebfffc
}

.divider.is-link:after,.divider.is-link:before {
    background-color: #3273dc
}

.divider.is-link.is-light:after,.divider.is-link.is-light:before {
    background-color: #eef3fc
}

.divider.is-info:after,.divider.is-info:before {
    background-color: #3298dc
}

.divider.is-info.is-light:after,.divider.is-info.is-light:before {
    background-color: #eef6fc
}

.divider.is-success:after,.divider.is-success:before {
    background-color: #48c774
}

.divider.is-success.is-light:after,.divider.is-success.is-light:before {
    background-color: #effaf3
}

.divider.is-warning:after,.divider.is-warning:before {
    background-color: #ffdd57
}

.divider.is-warning.is-light:after,.divider.is-warning.is-light:before {
    background-color: #fffbeb
}

.divider.is-danger:after,.divider.is-danger:before {
    background-color: var(--bulma-danger)
}

.divider.is-danger.is-light:after,.divider.is-danger.is-light:before {
    background-color: #feecf0
}

/* bulma-tagsinput.min.css */
@keyframes a {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.tags-input .dropdown-menu .dropdown-content.is-loading:after {
    animation: a .5s infinite linear;
    border: 2px solid #dbdbdb;
    border-radius: 290486px;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    height: 1em;
    width: 1em
}

.tags-input {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    box-shadow: none;
    font-size: 1rem;
    justify-content: flex-start;
    line-height: 1.5;
    vertical-align: top
}

.is-active.tags-input,.is-focused.tags-input,.tags-input:active,.tags-input:focus {
    outline: 0
}

.tags-input[disabled],fieldset[disabled] .tags-input {
    cursor: not-allowed
}

.tags-input {
    background-color: #fff;
    border-color: #dbdbdb;
    border-radius: 4px;
    color: #363636
}

.tags-input::-moz-placeholder {
    color: rgba(54,54,54,.3)
}

.tags-input::-webkit-input-placeholder {
    color: rgba(54,54,54,.3)
}

.tags-input:-moz-placeholder {
    color: rgba(54,54,54,.3)
}

.tags-input:-ms-input-placeholder {
    color: rgba(54,54,54,.3)
}

.is-hovered.tags-input,.tags-input:hover {
    border-color: #b5b5b5
}

.is-active.tags-input,.is-focused.tags-input,.tags-input:active,.tags-input:focus {
    border-color: #3273dc;
    box-shadow: 0 0 0 .125em rgba(50,115,220,.25)
}

.tags-input[disabled],fieldset[disabled] .tags-input {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    box-shadow: none;
    color: #7a7a7a
}

.tags-input[disabled]::-moz-placeholder,fieldset[disabled] .tags-input::-moz-placeholder {
    color: hsla(0,0%,48%,.3)
}

.tags-input[disabled]::-webkit-input-placeholder,fieldset[disabled] .tags-input::-webkit-input-placeholder {
    color: hsla(0,0%,48%,.3)
}

.tags-input[disabled]:-moz-placeholder,fieldset[disabled] .tags-input:-moz-placeholder {
    color: hsla(0,0%,48%,.3)
}

.tags-input[disabled]:-ms-input-placeholder,fieldset[disabled] .tags-input:-ms-input-placeholder {
    color: hsla(0,0%,48%,.3)
}

.dropdown {
    display: inline-flex;
    position: relative;
    vertical-align: top
}

.dropdown.is-active .dropdown-menu,.dropdown.is-hoverable:hover .dropdown-menu {
    display: block
}

.dropdown.is-right .dropdown-menu {
    left: auto;
    right: 0
}

.dropdown.is-up .dropdown-menu {
    bottom: 100%;
    padding-bottom: 4px;
    padding-top: 0;
    top: auto
}

.dropdown-menu {
    display: none;
    left: 0;
    min-width: 12rem;
    padding-top: 4px;
    position: absolute;
    top: 100%;
    z-index: 3
}

.dropdown-content {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 .5em 1em -.125em hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.02);
    padding-bottom: .5rem;
    padding-top: .5rem
}

.dropdown-item {
    color: #4a4a4a;
    display: block;
    font-size: .875rem;
    line-height: 1.5;
    padding: .375rem 1rem;
    position: relative
}

a.dropdown-item,button.dropdown-item {
    padding-right: 3rem;
    text-align: left;
    white-space: nowrap;
    width: 100%
}

a.dropdown-item:hover,button.dropdown-item:hover {
    background-color: #f5f5f5;
    color: #0a0a0a
}

a.dropdown-item.is-active,button.dropdown-item.is-active {
    background-color: #3273dc;
    color: #fff
}

.dropdown-divider {
    background-color: #ededed;
    border: none;
    display: block;
    height: 1px;
    margin: .5rem 0
}

.tags-input {
    align-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    min-height: 2.5em;
    padding: 0;
    position: relative
}

.tags-input .tag {
    font-size: 1rem;
    margin: .1rem
}

.tags-input .tag:hover {
    cursor: pointer
}

.tags-input .tag.is-selected {
    background-color: #00d1b2;
    color: #fff
}

.tags-input .tag.is-duplicate {
    animation: b .75s linear infinite
}

.tags-input .input {
    border-color: transparent;
    box-shadow: none;
    display: inline-block;
    flex: 1 0 auto;
    height: 2.3rem;
    margin: .1rem;
    width: auto
}

.tags-input.is-filter input {
    color: rgba(54,54,54,.3)
}

.tags-input.is-filter input::-moz-placeholder {
    color: rgba(54,54,54,.3)
}

.tags-input.is-filter input::-webkit-input-placeholder {
    color: rgba(54,54,54,.3)
}

.tags-input.is-filter input:-moz-placeholder {
    color: rgba(54,54,54,.3)
}

.tags-input.is-filter input:-ms-input-placeholder {
    color: rgba(54,54,54,.3)
}

.tags-input.no-input input {
    color: transparent;
    text-shadow: 0 0 0 rgba(54,54,54,.3)
}

.tags-input.no-input input::-moz-placeholder {
    color: rgba(54,54,54,.3);
    text-shadow: none
}

.tags-input.no-input input::-webkit-input-placeholder {
    color: rgba(54,54,54,.3);
    text-shadow: none
}

.tags-input.no-input input:-moz-placeholder {
    color: rgba(54,54,54,.3);
    text-shadow: none
}

.tags-input.no-input input:-ms-input-placeholder {
    color: rgba(54,54,54,.3);
    text-shadow: none
}

.tags-input .dropdown-menu {
    width: 100%
}

.tags-input .dropdown-menu .dropdown-content {
    max-height: 250px;
    overflow: hidden;
    overflow-y: auto
}

.tags-input .dropdown-menu .dropdown-content.is-loading:after {
    left: 50%;
    position: absolute!important;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2
}

.tags-input .dropdown-menu .dropdown-content.is-loading:before {
    background-color: hsla(0,0%,96%,.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.tags-input .dropdown-menu .dropdown-item:not(.empty-title):hover {
    cursor: pointer
}

.tags-input .dropdown-menu .dropdown-item.empty-title {
    color: #7a7a7a;
    text-align: center
}

.tags-input .dropdown-menu .dropdown-item.empty-title:hover {
    background: inherit;
    color: #7a7a7a
}

.tags-input .dropdown-menu .dropdown-item mark.is-highlighted {
    background-color: #ffdd57
}

.tags-input.is-small .tag {
    font-size: .75rem
}

.tags-input.is-small .input {
    border-radius: 2px;
    font-size: .75rem
}

.tags-input.is-medium .input,.tags-input.is-medium .tag {
    font-size: 1.25rem
}

.tags-input.is-large .input,.tags-input.is-large .tag {
    font-size: 1.5rem
}

.tags-input.is-disabled,.tags-input[disabled] {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    box-shadow: none;
    color: #7a7a7a;
    cursor: not-allowed
}

.tags-input.is-disabled .tag,.tags-input[disabled] .tag {
    background-color: ligthen(#f5f5f5,5%);
    color: #7a7a7a;
    cursor: not-allowed
}

.tags-input.is-disabled .tag .delete,.tags-input[disabled] .tag .delete {
    background-color: #e8e8e8;
    border-color: #e8e8e8;
    box-shadow: none;
    color: #7a7a7a;
    cursor: not-allowed
}

.tags-input.is-disabled .input,.tags-input[disabled] .input {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    box-shadow: none;
    color: #7a7a7a
}

.tags-input.is-disabled .input::-moz-placeholder,.tags-input[disabled] .input::-moz-placeholder {
    color: hsla(0,0%,48%,.3)
}

.tags-input.is-disabled .input::-webkit-input-placeholder,.tags-input[disabled] .input::-webkit-input-placeholder {
    color: hsla(0,0%,48%,.3)
}

.tags-input.is-disabled .input:-moz-placeholder,.tags-input[disabled] .input:-moz-placeholder {
    color: hsla(0,0%,48%,.3)
}

.tags-input.is-disabled .input:-ms-input-placeholder,.tags-input[disabled] .input:-ms-input-placeholder {
    color: hsla(0,0%,48%,.3)
}

.tags-input[readonly] .input {
    box-shadow: none
}

.tags-input.is-active .dropdown-menu {
    display: block
}

@keyframes b {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

/* tooltip-material.css */
.tippy-box[data-theme~=material] {
    background-color: #505355;
    font-weight: 600
}

.tippy-box[data-theme~=material][data-placement^=top]>.tippy-arrow:before {
    border-top-color: #505355
}

.tippy-box[data-theme~=material][data-placement^=bottom]>.tippy-arrow:before {
    border-bottom-color: #505355
}

.tippy-box[data-theme~=material][data-placement^=left]>.tippy-arrow:before {
    border-left-color: #505355
}

.tippy-box[data-theme~=material][data-placement^=right]>.tippy-arrow:before {
    border-right-color: #505355
}

.tippy-box[data-theme~=material]>.tippy-backdrop {
    background-color: #505355
}

.tippy-box[data-theme~=material]>.tippy-svg-arrow {
    fill: #505355
}

/* baguetteBox.min.css */
#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: #222;
    background-color: rgba(0,0,0,.8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

#baguetteBox-overlay.visible {
    opacity: 1
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,.6);
    box-shadow: 0 0 8px rgba(0,0,0,.6)
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    white-space: normal;
    color: #fff;
    background-color: #000;
    background-color: rgba(0,0,0,.6);
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease,-webkit-transform .4s ease;
    transition: left .4s ease,-webkit-transform .4s ease;
    transition: left .4s ease,transform .4s ease;
    transition: left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out
}

@-webkit-keyframes bounceFromRight {
    0%,100% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }
}

@keyframes bounceFromRight {
    0%,100% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }
}

@-webkit-keyframes bounceFromLeft {
    0%,100% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }
}

@keyframes bounceFromLeft {
    0%,100% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }
}

.baguetteBox-button#next-button,.baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50,50,50,.5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease
}

.baguetteBox-button:focus,.baguetteBox-button:hover {
    background-color: rgba(50,50,50,.9)
}

.baguetteBox-button#next-button {
    right: 2%
}

.baguetteBox-button#previous-button {
    left: 2%
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0
}

.baguetteBox-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.baguetteBox-double-bounce1,.baguetteBox-double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.baguetteBox-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes bounce {
    0%,100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {
    0%,100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

/* driver.css */
.driver-active .driver-overlay,.driver-active * {
    pointer-events: none
}

.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover * {
    pointer-events: auto
}

@keyframes animate-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.driver-fade .driver-overlay {
    animation: animate-fade-in .2s ease-in-out
}

.driver-fade .driver-popover {
    animation: animate-fade-in .2s
}

.driver-popover {
    all: unset;
    box-sizing: border-box;
    color: #2d2d2d;
    margin: 0;
    padding: 15px;
    border-radius: 5px;
    min-width: 250px;
    max-width: 300px;
    box-shadow: 0 1px 10px #0006;
    z-index: 1000000000;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff
}

.driver-popover * {
    font-family: Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif
}

.driver-popover-title {
    font: 19px/normal sans-serif;
    font-weight: 700;
    display: block;
    position: relative;
    line-height: 1.5;
    zoom:1;margin: 0
}

.driver-popover-close-btn {
    all: unset;
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 28px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    color: #d2d2d2;
    z-index: 1;
    text-align: center;
    transition: color;
    transition-duration: .2s
}

.driver-popover-close-btn:hover {
    color: #2d2d2d
}

.driver-popover-title[style*=block]+.driver-popover-description {
    margin-top: 5px
}

.driver-popover-description {
    margin-bottom: 0;
    font: 14px/normal sans-serif;
    line-height: 1.5;
    font-weight: 400;
    zoom:1}

.driver-popover-footer {
    margin-top: 15px;
    text-align: right;
    zoom:1;display: flex;
    align-items: center;
    justify-content: space-between
}

.driver-popover-progress-text {
    font-size: 13px;
    font-weight: 400;
    color: #a2a2a2;
    zoom:1}

.driver-popover-footer button {
    all: unset;
    display: inline-block;
    box-sizing: border-box;
    padding: 3px 7px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff;
    background-color: #fff;
    color: #2d2d2d;
    font: 12px/normal sans-serif;
    cursor: pointer;
    outline: 0;
    zoom:1;line-height: 1.3;
    border: 1px solid #ccc;
    border-radius: 3px
}

.driver-popover-footer .driver-popover-btn-disabled {
    opacity: .5;
    pointer-events: none
}

:not(body):has(> .driver-active-element) {
    overflow: hidden!important
}

.driver-popover-footer button:hover {
    background-color: #f7f7f7
}

.driver-popover-navigation-btns {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end
}

.driver-popover-navigation-btns button+button {
    margin-left: 4px
}

.driver-popover-arrow {
    content: "";
    position: absolute;
    border: 5px solid #fff
}

.driver-popover-arrow-side-over {
    display: none
}

.driver-popover-arrow-side-left {
    left: 100%;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent
}

.driver-popover-arrow-side-right {
    right: 100%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent
}

.driver-popover-arrow-side-top {
    top: 100%;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent
}

.driver-popover-arrow-side-bottom {
    bottom: 100%;
    border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent
}

.driver-popover-arrow-side-center {
    display: none
}

.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start {
    top: 15px
}

.driver-popover-arrow-side-top.driver-popover-arrow-align-start,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start {
    left: 15px
}

.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right {
    bottom: 15px
}

.driver-popover-arrow-side-top.driver-popover-arrow-align-end,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end {
    right: 15px
}

.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center {
    top: 50%;
    margin-top: -5px
}

.driver-popover-arrow-side-top.driver-popover-arrow-align-center,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center {
    left: 50%;
    margin-left: -5px
}

.driver-popover-arrow-none {
    display: none
}
