  @charset "UTF-8";
        .collapse-box {
            background: rgb(var(--background-color-variant));
            border-radius: 4px;
            color: rgb(var(--text-color-variant));
            padding: 14px
        }

        .collapse-box .collapse-box-title {
            display: flex;
            justify-content: space-between
        }

        .collapse-box .collapse-box-title>div {
            display: flex;
            gap: 5px
        }

        .collapse-box .collapse-box-title span {
            cursor: pointer
        }

        .collapse-box .collapse-box-title span:hover {
            text-decoration: underline
        }

        .collapse-box .collapse-box-description {
            margin-top: 10px
        }

        /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

        /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

        html {
            -webkit-text-size-adjust: 100%;
            line-height: 1.15
        }

        body {
            margin: 0
        }

        main {
            display: block
        }

        h1 {
            font-size: 2em;
            margin: .67em 0
        }

        hr {
            box-sizing: content-box;
            height: 0;
            overflow: visible
        }

        pre {
            font-family: monospace, monospace;
            font-size: 1em
        }

        a {
            background-color: transparent
        }

        abbr[title] {
            border-bottom: none;
            text-decoration: underline;
            text-decoration: underline dotted
        }

        b,
        strong {
            font-weight: bolder
        }

        code,
        kbd,
        samp {
            font-family: monospace, monospace;
            font-size: 1em
        }

        small {
            font-size: 80%
        }

        sub,
        sup {
            font-size: 75%;
            line-height: 0;
            position: relative;
            vertical-align: baseline
        }

        sub {
            bottom: -.25em
        }

        sup {
            top: -.5em
        }

        img {
            border-style: none
        }

        button,
        input,
        optgroup,
        select,
        textarea {
            font-family: inherit;
            font-size: 100%;
            line-height: 1.15;
            margin: 0
        }

        button,
        input {
            overflow: visible
        }

        button,
        select {
            text-transform: none
        }

        [type=button],
        [type=reset],
        [type=submit],
        button {
            -webkit-appearance: button
        }

        [type=button]::-moz-focus-inner,
        [type=reset]::-moz-focus-inner,
        [type=submit]::-moz-focus-inner,
        button::-moz-focus-inner {
            border-style: none;
            padding: 0
        }

        [type=button]:-moz-focusring,
        [type=reset]:-moz-focusring,
        [type=submit]:-moz-focusring,
        button:-moz-focusring {
            outline: 1px dotted ButtonText
        }

        fieldset {
            padding: .35em .75em .625em
        }

        legend {
            box-sizing: border-box;
            color: inherit;
            display: table;
            max-width: 100%;
            padding: 0;
            white-space: normal
        }

        progress {
            vertical-align: baseline
        }

        textarea {
            overflow: auto
        }

        [type=checkbox],
        [type=radio] {
            box-sizing: border-box;
            padding: 0
        }

        [type=number]::-webkit-inner-spin-button,
        [type=number]::-webkit-outer-spin-button {
            height: auto
        }

        [type=search] {
            -webkit-appearance: textfield;
            outline-offset: -2px
        }

        [type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

        ::-webkit-file-upload-button {
            -webkit-appearance: button;
            font: inherit
        }

        details {
            display: block
        }

        summary {
            display: list-item
        }

        [hidden],
        template {
            display: none
        }

        html {
            -webkit-box-sizing: border-box;
            box-sizing: border-box
        }

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

        body {
            color: #182026;
            font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, Icons16, sans-serif;
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 0;
            line-height: 1.28581;
            text-transform: none
        }

        p {
            margin-bottom: 10px;
            margin-top: 0
        }

        small {
            font-size: 12px
        }

        strong {
            font-weight: 600
        }

        ::-moz-selection {
            background: rgba(125, 188, 255, .6)
        }

        ::selection {
            background: rgba(125, 188, 255, .6)
        }

        .bp3-heading {
            color: #182026;
            font-weight: 600;
            margin: 0 0 10px;
            padding: 0
        }

        .bp3-dark .bp3-heading {
            color: #f5f8fa
        }

        .bp3-running-text h1,
        h1.bp3-heading {
            font-size: 36px;
            line-height: 40px
        }

        .bp3-running-text h2,
        h2.bp3-heading {
            font-size: 28px;
            line-height: 32px
        }

        .bp3-running-text h3,
        h3.bp3-heading {
            font-size: 22px;
            line-height: 25px
        }

        .bp3-running-text h4,
        h4.bp3-heading {
            font-size: 18px;
            line-height: 21px
        }

        .bp3-running-text h5,
        h5.bp3-heading {
            font-size: 16px;
            line-height: 19px
        }

        .bp3-running-text h6,
        h6.bp3-heading {
            font-size: 14px;
            line-height: 16px
        }

        .bp3-ui-text {
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 0;
            line-height: 1.28581;
            text-transform: none
        }

        .bp3-monospace-text {
            font-family: monospace;
            text-transform: none
        }

        .bp3-text-muted {
            color: #5c7080
        }

        .bp3-dark .bp3-text-muted {
            color: #a7b6c2
        }

        .bp3-text-disabled {
            color: rgba(92, 112, 128, .6)
        }

        .bp3-dark .bp3-text-disabled {
            color: rgba(167, 182, 194, .6)
        }

        .bp3-text-overflow-ellipsis {
            word-wrap: normal;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .bp3-running-text {
            font-size: 14px;
            line-height: 1.5
        }

        .bp3-running-text h1 {
            color: #182026;
            font-weight: 600;
            margin-bottom: 20px;
            margin-top: 40px
        }

        .bp3-dark .bp3-running-text h1 {
            color: #f5f8fa
        }

        .bp3-running-text h2 {
            color: #182026;
            font-weight: 600;
            margin-bottom: 20px;
            margin-top: 40px
        }

        .bp3-dark .bp3-running-text h2 {
            color: #f5f8fa
        }

        .bp3-running-text h3 {
            color: #182026;
            font-weight: 600;
            margin-bottom: 20px;
            margin-top: 40px
        }

        .bp3-dark .bp3-running-text h3 {
            color: #f5f8fa
        }

        .bp3-running-text h4 {
            color: #182026;
            font-weight: 600;
            margin-bottom: 20px;
            margin-top: 40px
        }

        .bp3-dark .bp3-running-text h4 {
            color: #f5f8fa
        }

        .bp3-running-text h5 {
            color: #182026;
            font-weight: 600;
            margin-bottom: 20px;
            margin-top: 40px
        }

        .bp3-dark .bp3-running-text h5 {
            color: #f5f8fa
        }

        .bp3-running-text h6 {
            color: #182026;
            font-weight: 600;
            margin-bottom: 20px;
            margin-top: 40px
        }

        .bp3-dark .bp3-running-text h6 {
            color: #f5f8fa
        }

        .bp3-running-text hr {
            border: none;
            border-bottom: 1px solid rgba(16, 22, 26, .15);
            margin: 20px 0
        }

        .bp3-dark .bp3-running-text hr {
            border-color: hsla(0, 0%, 100%, .15)
        }

        .bp3-running-text p {
            margin: 0 0 10px;
            padding: 0
        }

        .bp3-text-large {
            font-size: 16px
        }

        .bp3-text-small {
            font-size: 12px
        }

        a {
            text-decoration: none
        }

        a,
        a:hover {
            color: #106ba3
        }

        a:hover {
            cursor: pointer;
            text-decoration: underline
        }

        .bp3-dark a code,
        a .bp3-icon,
        a .bp3-icon-large,
        a .bp3-icon-standard,
        a code {
            color: inherit
        }

        .bp3-dark a,
        .bp3-dark a:hover {
            color: #48aff0
        }

        .bp3-dark a .bp3-icon,
        .bp3-dark a .bp3-icon-large,
        .bp3-dark a .bp3-icon-standard,
        .bp3-dark a:hover .bp3-icon,
        .bp3-dark a:hover .bp3-icon-large,
        .bp3-dark a:hover .bp3-icon-standard {
            color: inherit
        }

        .bp3-code,
        .bp3-running-text code {
            background: hsla(0, 0%, 100%, .7);
            border-radius: 3px;
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .2);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .2);
            color: #5c7080;
            font-family: monospace;
            font-size: smaller;
            padding: 2px 5px;
            text-transform: none
        }

        .bp3-dark .bp3-code,
        .bp3-dark .bp3-running-text code,
        .bp3-running-text .bp3-dark code {
            background: rgba(16, 22, 26, .3);
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4);
            color: #a7b6c2
        }

        .bp3-running-text a>code,
        a>.bp3-code {
            color: #137cbd
        }

        .bp3-dark .bp3-running-text a>code,
        .bp3-dark a>.bp3-code,
        .bp3-running-text .bp3-dark a>code {
            color: inherit
        }

        .bp3-code-block,
        .bp3-running-text pre {
            word-wrap: break-word;
            background: hsla(0, 0%, 100%, .7);
            border-radius: 3px;
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .15);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .15);
            color: #182026;
            display: block;
            font-family: monospace;
            font-size: 13px;
            line-height: 1.4;
            margin: 10px 0;
            padding: 13px 15px 12px;
            text-transform: none;
            word-break: break-all
        }

        .bp3-dark .bp3-code-block,
        .bp3-dark .bp3-running-text pre,
        .bp3-running-text .bp3-dark pre {
            background: rgba(16, 22, 26, .3);
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4);
            color: #f5f8fa
        }

        .bp3-code-block>code,
        .bp3-running-text pre>code {
            background: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: inherit;
            font-size: inherit;
            padding: 0
        }

        .bp3-key,
        .bp3-running-text kbd {
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            align-items: center;
            background: #fff;
            border-radius: 3px;
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .1), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .1), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, .2);
            color: #5c7080;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            font-family: inherit;
            font-size: 12px;
            height: 24px;
            justify-content: center;
            line-height: 24px;
            min-width: 24px;
            padding: 3px 6px;
            vertical-align: middle
        }

        .bp3-key .bp3-icon,
        .bp3-key .bp3-icon-large,
        .bp3-key .bp3-icon-standard,
        .bp3-running-text kbd .bp3-icon,
        .bp3-running-text kbd .bp3-icon-large,
        .bp3-running-text kbd .bp3-icon-standard {
            margin-right: 5px
        }

        .bp3-dark .bp3-key,
        .bp3-dark .bp3-running-text kbd,
        .bp3-running-text .bp3-dark kbd {
            background: #394b59;
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, .4);
            color: #a7b6c2
        }

        .bp3-blockquote,
        .bp3-running-text blockquote {
            border-left: 4px solid rgba(167, 182, 194, .5);
            margin: 0 0 10px;
            padding: 0 20px
        }

        .bp3-dark .bp3-blockquote,
        .bp3-dark .bp3-running-text blockquote,
        .bp3-running-text .bp3-dark blockquote {
            border-color: rgba(115, 134, 148, .5)
        }

        .bp3-list,
        .bp3-running-text ol,
        .bp3-running-text ul {
            margin: 10px 0;
            padding-left: 30px
        }

        .bp3-list li:not(:last-child),
        .bp3-running-text ol li:not(:last-child),
        .bp3-running-text ul li:not(:last-child) {
            margin-bottom: 5px
        }

        .bp3-list ol,
        .bp3-list ul,
        .bp3-running-text ol ol,
        .bp3-running-text ol ul,
        .bp3-running-text ul ol,
        .bp3-running-text ul ul {
            margin-top: 5px
        }

        .bp3-list-unstyled {
            list-style: none;
            margin: 0;
            padding: 0
        }

        .bp3-list-unstyled li {
            padding: 0
        }

        .bp3-rtl {
            text-align: right
        }

        .bp3-dark {
            color: #f5f8fa
        }

        :focus {
            -moz-outline-radius: 6px;
            outline: 2px auto rgba(19, 124, 189, .6);
            outline-offset: 2px
        }

        .bp3-focus-disabled :focus,
        .bp3-focus-disabled :focus~.bp3-control-indicator {
            outline: none !important
        }

        .bp3-alert {
            max-width: 400px;
            padding: 20px
        }

        .bp3-alert-body {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

        .bp3-alert-body .bp3-icon {
            font-size: 40px;
            margin-right: 20px;
            margin-top: 0
        }

        .bp3-alert-contents {
            word-break: break-word
        }

        .bp3-alert-footer {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
            margin-top: 10px
        }

        .bp3-alert-footer .bp3-button {
            margin-left: 10px
        }

        .bp3-breadcrumbs {
            cursor: default;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            height: 30px;
            list-style: none;
            margin: 0;
            padding: 0
        }

        .bp3-breadcrumbs,
        .bp3-breadcrumbs>li {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

        .bp3-breadcrumbs>li:after {
            background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%235C7080' fill-rule='evenodd' d='m10.71 7.29-4-4a1.003 1.003 0 0 0-1.42 1.42L8.59 8 5.3 11.29c-.19.18-.3.43-.3.71a1.003 1.003 0 0 0 1.71.71l4-4c.18-.18.29-.43.29-.71 0-.28-.11-.53-.29-.71z' clip-rule='evenodd'/%3E%3C/svg%3E");
            content: "";
            display: block;
            height: 16px;
            margin: 0 5px;
            width: 16px
        }

        .bp3-breadcrumbs>li:last-of-type:after {
            display: none
        }

        .bp3-breadcrumb,
        .bp3-breadcrumb-current,
        .bp3-breadcrumbs-collapsed {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            font-size: 16px
        }

        .bp3-breadcrumb,
        .bp3-breadcrumbs-collapsed {
            color: #5c7080
        }

        .bp3-breadcrumb:hover {
            text-decoration: none
        }

        .bp3-breadcrumb.bp3-disabled {
            color: rgba(92, 112, 128, .6);
            cursor: not-allowed
        }

        .bp3-breadcrumb .bp3-icon {
            margin-right: 5px
        }

        .bp3-breadcrumb-current {
            color: inherit;
            font-weight: 600
        }

        .bp3-breadcrumb-current .bp3-input {
            font-size: inherit;
            font-weight: inherit;
            vertical-align: baseline
        }

        .bp3-breadcrumbs-collapsed {
            background: #ced9e0;
            border: none;
            border-radius: 3px;
            cursor: pointer;
            margin-right: 2px;
            padding: 1px 5px;
            vertical-align: text-bottom
        }

        .bp3-breadcrumbs-collapsed:before {
            background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg fill='%235C7080'%3E%3Ccircle cx='2' cy='8.03' r='2'/%3E%3Ccircle cx='14' cy='8.03' r='2'/%3E%3Ccircle cx='8' cy='8.03' r='2'/%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;
            content: "";
            display: block;
            height: 16px;
            width: 16px
        }

        .bp3-breadcrumbs-collapsed:hover {
            background: #bfccd6;
            color: #182026;
            text-decoration: none
        }

        .bp3-dark .bp3-breadcrumb,
        .bp3-dark .bp3-breadcrumbs-collapsed,
        .bp3-dark .bp3-breadcrumbs>li:after {
            color: #a7b6c2
        }

        .bp3-dark .bp3-breadcrumb.bp3-disabled {
            color: rgba(167, 182, 194, .6)
        }

        .bp3-dark .bp3-breadcrumb-current {
            color: #f5f8fa
        }

        .bp3-dark .bp3-breadcrumbs-collapsed {
            background: rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-breadcrumbs-collapsed:hover {
            background: rgba(16, 22, 26, .6);
            color: #f5f8fa
        }

        .bp3-button {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            align-items: center;
            border: none;
            border-radius: 3px;
            cursor: pointer;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -ms-flex-direction: row;
            flex-direction: row;
            font-size: 14px;
            justify-content: center;
            min-height: 30px;
            min-width: 30px;
            padding: 5px 10px;
            text-align: left;
            vertical-align: middle
        }

        .bp3-button>* {
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            -ms-flex-negative: 0;
            flex-grow: 0;
            flex-shrink: 0
        }

        .bp3-button>.bp3-fill {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            -ms-flex-negative: 1;
            flex-grow: 1;
            flex-shrink: 1
        }

        .bp3-button:before,
        .bp3-button>* {
            margin-right: 7px
        }

        .bp3-button:empty:before,
        .bp3-button>:last-child {
            margin-right: 0
        }

        .bp3-button:empty {
            padding: 0 !important
        }

        .bp3-button.bp3-disabled,
        .bp3-button:disabled {
            cursor: not-allowed
        }

        .bp3-button.bp3-fill {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%
        }

        .bp3-align-right .bp3-button,
        .bp3-button.bp3-align-right {
            text-align: right
        }

        .bp3-align-left .bp3-button,
        .bp3-button.bp3-align-left {
            text-align: left
        }

        .bp3-button:not([class*=bp3-intent-]) {
            background-color: #f5f8fa;
            background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .8)), to(hsla(0, 0%, 100%, 0)));
            background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, 0));
            color: #182026
        }

        .bp3-button:not([class*=bp3-intent-]),
        .bp3-button:not([class*=bp3-intent-]):hover {
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .2), inset 0 -1px 0 rgba(16, 22, 26, .1);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .2), inset 0 -1px 0 rgba(16, 22, 26, .1)
        }

        .bp3-button:not([class*=bp3-intent-]):hover {
            background-clip: padding-box;
            background-color: #ebf1f5
        }

        .bp3-button:not([class*=bp3-intent-]).bp3-active,
        .bp3-button:not([class*=bp3-intent-]):active {
            background-color: #d8e1e8;
            background-image: none;
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .2), inset 0 1px 2px rgba(16, 22, 26, .2);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .2), inset 0 1px 2px rgba(16, 22, 26, .2)
        }

        .bp3-button:not([class*=bp3-intent-]).bp3-disabled,
        .bp3-button:not([class*=bp3-intent-]):disabled {
            background-color: rgba(206, 217, 224, .5);
            background-image: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: rgba(92, 112, 128, .6);
            cursor: not-allowed;
            outline: none
        }

        .bp3-button:not([class*=bp3-intent-]).bp3-disabled.bp3-active,
        .bp3-button:not([class*=bp3-intent-]).bp3-disabled.bp3-active:hover,
        .bp3-button:not([class*=bp3-intent-]):disabled.bp3-active,
        .bp3-button:not([class*=bp3-intent-]):disabled.bp3-active:hover {
            background: rgba(206, 217, 224, .7)
        }

        .bp3-button.bp3-intent-primary {
            background-color: #137cbd;
            background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .1)), to(hsla(0, 0%, 100%, 0)));
            background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, 0));
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4), inset 0 -1px 0 rgba(16, 22, 26, .2);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4), inset 0 -1px 0 rgba(16, 22, 26, .2);
            color: #fff
        }

        .bp3-button.bp3-intent-primary.bp3-active,
        .bp3-button.bp3-intent-primary:active,
        .bp3-button.bp3-intent-primary:hover {
            color: #fff
        }

        .bp3-button.bp3-intent-primary:hover {
            background-color: #106ba3;
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4), inset 0 -1px 0 rgba(16, 22, 26, .2);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4), inset 0 -1px 0 rgba(16, 22, 26, .2)
        }

        .bp3-button.bp3-intent-primary.bp3-active,
        .bp3-button.bp3-intent-primary:active {
            background-color: #0e5a8a;
            background-image: none;
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4), inset 0 1px 2px rgba(16, 22, 26, .2);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4), inset 0 1px 2px rgba(16, 22, 26, .2)
        }

        .bp3-button.bp3-intent-primary.bp3-disabled,
        .bp3-button.bp3-intent-primary:disabled {
            background-color: rgba(19, 124, 189, .5);
            background-image: none;
            border-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: hsla(0, 0%, 100%, .6)
        }

        .bp3-button.bp3-intent-success {
            background-color: #0f9960;
            background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .1)), to(hsla(0, 0%, 100%, 0)));
            background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, 0));
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4), inset 0 -1px 0 rgba(16, 22, 26, .2);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4), inset 0 -1px 0 rgba(16, 22, 26, .2);
            color: #fff
        }

        .bp3-button.bp3-intent-success.bp3-active,
        .bp3-button.bp3-intent-success:active,
        .bp3-button.bp3-intent-success:hover {
            color: #fff
        }

        .bp3-button.bp3-intent-success:hover {
            background-color: #0d8050;
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4), inset 0 -1px 0 rgba(16, 22, 26, .2);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4), inset 0 -1px 0 rgba(16, 22, 26, .2)
        }

        .bp3-button.bp3-intent-success.bp3-active,
        .bp3-button.bp3-intent-success:active {
            background-color: #0a6640;
            background-image: none;
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4), inset 0 1px 2px rgba(16, 22, 26, .2);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4), inset 0 1px 2px rgba(16, 22, 26, .2)
        }

        .bp3-button.bp3-intent-success.bp3-disabled,
        .bp3-button.bp3-intent-success:disabled {
            background-color: rgba(15, 153, 96, .5);
            background-image: none;
            border-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: hsla(0, 0%, 100%, .6)
        }

        .bp3-button.bp3-intent-warning {
            background-color: #d9822b;
            background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .1)), to(hsla(0, 0%, 100%, 0)));
            background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, 0));
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4), inset 0 -1px 0 rgba(16, 22, 26, .2);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4), inset 0 -1px 0 rgba(16, 22, 26, .2);
            color: #fff
        }

        .bp3-button.bp3-intent-warning.bp3-active,
        .bp3-button.bp3-intent-warning:active,
        .bp3-button.bp3-intent-warning:hover {
            color: #fff
        }

        .bp3-button.bp3-intent-warning:hover {
            background-color: #bf7326;
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4), inset 0 -1px 0 rgba(16, 22, 26, .2);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4), inset 0 -1px 0 rgba(16, 22, 26, .2)
        }

        .bp3-button.bp3-intent-warning.bp3-active,
        .bp3-button.bp3-intent-warning:active {
            background-color: #a66321;
            background-image: none;
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4), inset 0 1px 2px rgba(16, 22, 26, .2);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4), inset 0 1px 2px rgba(16, 22, 26, .2)
        }

        .bp3-button.bp3-intent-warning.bp3-disabled,
        .bp3-button.bp3-intent-warning:disabled {
            background-color: rgba(217, 130, 43, .5);
            background-image: none;
            border-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: hsla(0, 0%, 100%, .6)
        }

        .bp3-button.bp3-intent-danger {
            background-color: #db3737;
            background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .1)), to(hsla(0, 0%, 100%, 0)));
            background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, 0));
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4), inset 0 -1px 0 rgba(16, 22, 26, .2);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4), inset 0 -1px 0 rgba(16, 22, 26, .2);
            color: #fff
        }

        .bp3-button.bp3-intent-danger.bp3-active,
        .bp3-button.bp3-intent-danger:active,
        .bp3-button.bp3-intent-danger:hover {
            color: #fff
        }

        .bp3-button.bp3-intent-danger:hover {
            background-color: #c23030;
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4), inset 0 -1px 0 rgba(16, 22, 26, .2);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4), inset 0 -1px 0 rgba(16, 22, 26, .2)
        }

        .bp3-button.bp3-intent-danger.bp3-active,
        .bp3-button.bp3-intent-danger:active {
            background-color: #a82a2a;
            background-image: none;
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4), inset 0 1px 2px rgba(16, 22, 26, .2);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4), inset 0 1px 2px rgba(16, 22, 26, .2)
        }

        .bp3-button.bp3-intent-danger.bp3-disabled,
        .bp3-button.bp3-intent-danger:disabled {
            background-color: rgba(219, 55, 55, .5);
            background-image: none;
            border-color: transparent;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: hsla(0, 0%, 100%, .6)
        }

        .bp3-button[class*=bp3-intent-] .bp3-button-spinner .bp3-spinner-head {
            stroke: #fff
        }

        .bp3-button.bp3-large,
        .bp3-large .bp3-button {
            font-size: 16px;
            min-height: 40px;
            min-width: 40px;
            padding: 5px 15px
        }

        .bp3-button.bp3-large:before,
        .bp3-button.bp3-large>*,
        .bp3-large .bp3-button:before,
        .bp3-large .bp3-button>* {
            margin-right: 10px
        }

        .bp3-button.bp3-large:empty:before,
        .bp3-button.bp3-large>:last-child,
        .bp3-large .bp3-button:empty:before,
        .bp3-large .bp3-button>:last-child {
            margin-right: 0
        }

        .bp3-button.bp3-small,
        .bp3-small .bp3-button {
            min-height: 24px;
            min-width: 24px;
            padding: 0 7px
        }

        .bp3-button.bp3-loading {
            position: relative
        }

        .bp3-button.bp3-loading[class*=bp3-icon-]:before {
            visibility: hidden
        }

        .bp3-button.bp3-loading .bp3-button-spinner {
            margin: 0;
            position: absolute
        }

        .bp3-button.bp3-loading>:not(.bp3-button-spinner) {
            visibility: hidden
        }

        .bp3-button[class*=bp3-icon-]:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            color: #5c7080;
            font-family: Icons16, sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1
        }

        .bp3-button .bp3-icon,
        .bp3-button .bp3-icon-large,
        .bp3-button .bp3-icon-standard {
            color: #5c7080
        }

        .bp3-button .bp3-icon-large.bp3-align-right,
        .bp3-button .bp3-icon-standard.bp3-align-right,
        .bp3-button .bp3-icon.bp3-align-right {
            margin-left: 7px
        }

        .bp3-button .bp3-icon:first-child:last-child,
        .bp3-button .bp3-spinner+.bp3-icon:last-child {
            margin: 0 -7px
        }

        .bp3-dark .bp3-button:not([class*=bp3-intent-]) {
            background-color: #394b59;
            background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .05)), to(hsla(0, 0%, 100%, 0)));
            background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .05), hsla(0, 0%, 100%, 0));
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .4);
            color: #f5f8fa
        }

        .bp3-dark .bp3-button:not([class*=bp3-intent-]).bp3-active,
        .bp3-dark .bp3-button:not([class*=bp3-intent-]):active,
        .bp3-dark .bp3-button:not([class*=bp3-intent-]):hover {
            color: #f5f8fa
        }

        .bp3-dark .bp3-button:not([class*=bp3-intent-]):hover {
            background-color: #30404d;
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-button:not([class*=bp3-intent-]).bp3-active,
        .bp3-dark .bp3-button:not([class*=bp3-intent-]):active {
            background-color: #202b33;
            background-image: none;
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .6), inset 0 1px 2px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .6), inset 0 1px 2px rgba(16, 22, 26, .2)
        }

        .bp3-dark .bp3-button:not([class*=bp3-intent-]).bp3-disabled,
        .bp3-dark .bp3-button:not([class*=bp3-intent-]):disabled {
            background-color: rgba(57, 75, 89, .5);
            background-image: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: rgba(167, 182, 194, .6)
        }

        .bp3-dark .bp3-button:not([class*=bp3-intent-]).bp3-disabled.bp3-active,
        .bp3-dark .bp3-button:not([class*=bp3-intent-]):disabled.bp3-active {
            background: rgba(57, 75, 89, .7)
        }

        .bp3-dark .bp3-button:not([class*=bp3-intent-]) .bp3-button-spinner .bp3-spinner-head {
            stroke: #8a9ba8;
            background: rgba(16, 22, 26, .5)
        }

        .bp3-dark .bp3-button:not([class*=bp3-intent-]) .bp3-icon-large:not([class*=bp3-intent-]),
        .bp3-dark .bp3-button:not([class*=bp3-intent-]) .bp3-icon-standard:not([class*=bp3-intent-]),
        .bp3-dark .bp3-button:not([class*=bp3-intent-]) .bp3-icon:not([class*=bp3-intent-]),
        .bp3-dark .bp3-button:not([class*=bp3-intent-])[class*=bp3-icon-]:before {
            color: #a7b6c2
        }

        .bp3-dark .bp3-button[class*=bp3-intent-],
        .bp3-dark .bp3-button[class*=bp3-intent-]:hover {
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-button[class*=bp3-intent-].bp3-active,
        .bp3-dark .bp3-button[class*=bp3-intent-]:active {
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .4), inset 0 1px 2px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .4), inset 0 1px 2px rgba(16, 22, 26, .2)
        }

        .bp3-dark .bp3-button[class*=bp3-intent-].bp3-disabled,
        .bp3-dark .bp3-button[class*=bp3-intent-]:disabled {
            background-image: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: hsla(0, 0%, 100%, .3)
        }

        .bp3-dark .bp3-button[class*=bp3-intent-] .bp3-button-spinner .bp3-spinner-head {
            stroke: #8a9ba8
        }

        .bp3-button.bp3-disabled .bp3-icon,
        .bp3-button.bp3-disabled .bp3-icon-large,
        .bp3-button.bp3-disabled .bp3-icon-standard,
        .bp3-button.bp3-disabled:before,
        .bp3-button:disabled .bp3-icon,
        .bp3-button:disabled .bp3-icon-large,
        .bp3-button:disabled .bp3-icon-standard,
        .bp3-button:disabled:before,
        .bp3-button[class*=bp3-intent-] .bp3-icon,
        .bp3-button[class*=bp3-intent-] .bp3-icon-large,
        .bp3-button[class*=bp3-intent-] .bp3-icon-standard,
        .bp3-button[class*=bp3-intent-]:before {
            color: inherit !important
        }

        .bp3-button.bp3-minimal {
            background: none;
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .bp3-button.bp3-minimal:hover {
            background: rgba(167, 182, 194, .3);
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #182026;
            text-decoration: none
        }

        .bp3-button.bp3-minimal.bp3-active,
        .bp3-button.bp3-minimal:active {
            background: rgba(115, 134, 148, .3);
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #182026
        }

        .bp3-button.bp3-minimal.bp3-disabled,
        .bp3-button.bp3-minimal.bp3-disabled:hover,
        .bp3-button.bp3-minimal:disabled,
        .bp3-button.bp3-minimal:disabled:hover {
            background: none;
            color: rgba(92, 112, 128, .6);
            cursor: not-allowed
        }

        .bp3-button.bp3-minimal.bp3-disabled.bp3-active,
        .bp3-button.bp3-minimal.bp3-disabled:hover.bp3-active,
        .bp3-button.bp3-minimal:disabled.bp3-active,
        .bp3-button.bp3-minimal:disabled:hover.bp3-active {
            background: rgba(115, 134, 148, .3)
        }

        .bp3-dark .bp3-button.bp3-minimal {
            color: inherit
        }

        .bp3-dark .bp3-button.bp3-minimal,
        .bp3-dark .bp3-button.bp3-minimal.bp3-active,
        .bp3-dark .bp3-button.bp3-minimal:active,
        .bp3-dark .bp3-button.bp3-minimal:hover {
            background: none;
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .bp3-dark .bp3-button.bp3-minimal:hover {
            background: rgba(138, 155, 168, .15)
        }

        .bp3-dark .bp3-button.bp3-minimal.bp3-active,
        .bp3-dark .bp3-button.bp3-minimal:active {
            background: rgba(138, 155, 168, .3);
            color: #f5f8fa
        }

        .bp3-dark .bp3-button.bp3-minimal.bp3-disabled,
        .bp3-dark .bp3-button.bp3-minimal.bp3-disabled:hover,
        .bp3-dark .bp3-button.bp3-minimal:disabled,
        .bp3-dark .bp3-button.bp3-minimal:disabled:hover {
            background: none;
            color: rgba(167, 182, 194, .6);
            cursor: not-allowed
        }

        .bp3-dark .bp3-button.bp3-minimal.bp3-disabled.bp3-active,
        .bp3-dark .bp3-button.bp3-minimal.bp3-disabled:hover.bp3-active,
        .bp3-dark .bp3-button.bp3-minimal:disabled.bp3-active,
        .bp3-dark .bp3-button.bp3-minimal:disabled:hover.bp3-active {
            background: rgba(138, 155, 168, .3)
        }

        .bp3-button.bp3-minimal.bp3-intent-primary {
            color: #106ba3
        }

        .bp3-button.bp3-minimal.bp3-intent-primary.bp3-active,
        .bp3-button.bp3-minimal.bp3-intent-primary:active,
        .bp3-button.bp3-minimal.bp3-intent-primary:hover {
            background: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #106ba3
        }

        .bp3-button.bp3-minimal.bp3-intent-primary:hover {
            background: rgba(19, 124, 189, .15);
            color: #106ba3
        }

        .bp3-button.bp3-minimal.bp3-intent-primary.bp3-active,
        .bp3-button.bp3-minimal.bp3-intent-primary:active {
            background: rgba(19, 124, 189, .3);
            color: #106ba3
        }

        .bp3-button.bp3-minimal.bp3-intent-primary.bp3-disabled,
        .bp3-button.bp3-minimal.bp3-intent-primary:disabled {
            background: none;
            color: rgba(16, 107, 163, .5)
        }

        .bp3-button.bp3-minimal.bp3-intent-primary.bp3-disabled.bp3-active,
        .bp3-button.bp3-minimal.bp3-intent-primary:disabled.bp3-active {
            background: rgba(19, 124, 189, .3)
        }

        .bp3-button.bp3-minimal.bp3-intent-primary .bp3-button-spinner .bp3-spinner-head {
            stroke: #106ba3
        }

        .bp3-dark .bp3-button.bp3-minimal.bp3-intent-primary {
            color: #48aff0
        }

        .bp3-dark .bp3-button.bp3-minimal.bp3-intent-primary:hover {
            background: rgba(19, 124, 189, .2);
            color: #48aff0
        }

        .bp3-dark .bp3-button.bp3-minimal.bp3-intent-primary.bp3-active,
        .bp3-dark .bp3-button.bp3-minimal.bp3-intent-primary:active {
            background: rgba(19, 124, 189, .3);
            color: #48aff0
        }

        .bp3-dark .bp3-button.bp3-minimal.bp3-intent-primary.bp3-disabled,
        .bp3-dark .bp3-button.bp3-minimal.bp3-intent-primary:disabled {
            background: none;
            color: rgba(72, 175, 240, .5)
        }

        .bp3-dark .bp3-button.bp3-minimal.bp3-intent-primary.bp3-disabled.bp3-active,
        .bp3-dark .bp3-button.bp3-minimal.bp3-intent-primary:disabled.bp3-active {
            background: rgba(19, 124, 189, .3)
        }

        .bp3-button.bp3-minimal.bp3-intent-success {
            color: #0d8050
        }

        .bp3-button.bp3-minimal.bp3-intent-success.bp3-active,
        .bp3-button.bp3-minimal.bp3-intent-success:active,
        .bp3-button.bp3-minimal.bp3-intent-success:hover {
            background: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #0d8050
        }

        .bp3-button.bp3-minimal.bp3-intent-success:hover {
            background: rgba(15, 153, 96, .15);
            color: #0d8050
        }

        .bp3-button.bp3-minimal.bp3-intent-success.bp3-active,
        .bp3-button.bp3-minimal.bp3-intent-success:active {
            background: rgba(15, 153, 96, .3);
            color: #0d8050
        }

        .bp3-button.bp3-minimal.bp3-intent-success.bp3-disabled,
        .bp3-button.bp3-minimal.bp3-intent-success:disabled {
            background: none;
            color: rgba(13, 128, 80, .5)
        }

        .bp3-button.bp3-minimal.bp3-intent-success.bp3-disabled.bp3-active,
        .bp3-button.bp3-minimal.bp3-intent-success:disabled.bp3-active {
            background: rgba(15, 153, 96, .3)
        }

        .bp3-button.bp3-minimal.bp3-intent-success .bp3-button-spinner .bp3-spinner-head {
            stroke: #0d8050
        }

        .bp3-dark .bp3-button.bp3-minimal.bp3-intent-success {
            color: #3dcc91
        }

        .bp3-dark .bp3-button.bp3-minimal.bp3-intent-success:hover {
            background: rgba(15, 153, 96, .2);
            color: #3dcc91
        }

        .bp3-dark .bp3-button.bp3-minimal.bp3-intent-success.bp3-active,
        .bp3-dark .bp3-button.bp3-minimal.bp3-intent-success:active {
            background: rgba(15, 153, 96, .3);
            color: #3dcc91
        }

        .bp3-dark .bp3-button.bp3-minimal.bp3-intent-success.bp3-disabled,
        .bp3-dark .bp3-button.bp3-minimal.bp3-intent-success:disabled {
            background: none;
            color: rgba(61, 204, 145, .5)
        }

        .bp3-dark .bp3-button.bp3-minimal.bp3-intent-success.bp3-disabled.bp3-active,
        .bp3-dark .bp3-button.bp3-minimal.bp3-intent-success:disabled.bp3-active {
            background: rgba(15, 153, 96, .3)
        }

        .bp3-button.bp3-minimal.bp3-intent-warning {
            color: #bf7326
        }

        .bp3-button.bp3-minimal.bp3-intent-warning.bp3-active,
        .bp3-button.bp3-minimal.bp3-intent-warning:active,
        .bp3-button.bp3-minimal.bp3-intent-warning:hover {
            background: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #bf7326
        }

        .bp3-button.bp3-minimal.bp3-intent-warning:hover {
            background: rgba(217, 130, 43, .15);
            color: #bf7326
        }

        .bp3-button.bp3-minimal.bp3-intent-warning.bp3-active,
        .bp3-button.bp3-minimal.bp3-intent-warning:active {
            background: rgba(217, 130, 43, .3);
            color: #bf7326
        }

        .bp3-button.bp3-minimal.bp3-intent-warning.bp3-disabled,
        .bp3-button.bp3-minimal.bp3-intent-warning:disabled {
            background: none;
            color: rgba(191, 115, 38, .5)
        }

        .bp3-button.bp3-minimal.bp3-intent-warning.bp3-disabled.bp3-active,
        .bp3-button.bp3-minimal.bp3-intent-warning:disabled.bp3-active {
            background: rgba(217, 130, 43, .3)
        }

        .bp3-button.bp3-minimal.bp3-intent-warning .bp3-button-spinner .bp3-spinner-head {
            stroke: #bf7326
        }

        .bp3-dark .bp3-button.bp3-minimal.bp3-intent-warning {
            color: #ffb366
        }

        .bp3-dark .bp3-button.bp3-minimal.bp3-intent-warning:hover {
            background: rgba(217, 130, 43, .2);
            color: #ffb366
        }

        .bp3-dark .bp3-button.bp3-minimal.bp3-intent-warning.bp3-active,
        .bp3-dark .bp3-button.bp3-minimal.bp3-intent-warning:active {
            background: rgba(217, 130, 43, .3);
            color: #ffb366
        }

        .bp3-dark .bp3-button.bp3-minimal.bp3-intent-warning.bp3-disabled,
        .bp3-dark .bp3-button.bp3-minimal.bp3-intent-warning:disabled {
            background: none;
            color: rgba(255, 179, 102, .5)
        }

        .bp3-dark .bp3-button.bp3-minimal.bp3-intent-warning.bp3-disabled.bp3-active,
        .bp3-dark .bp3-button.bp3-minimal.bp3-intent-warning:disabled.bp3-active {
            background: rgba(217, 130, 43, .3)
        }

        .bp3-button.bp3-minimal.bp3-intent-danger {
            color: #c23030
        }

        .bp3-button.bp3-minimal.bp3-intent-danger.bp3-active,
        .bp3-button.bp3-minimal.bp3-intent-danger:active,
        .bp3-button.bp3-minimal.bp3-intent-danger:hover {
            background: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #c23030
        }

        .bp3-button.bp3-minimal.bp3-intent-danger:hover {
            background: rgba(219, 55, 55, .15);
            color: #c23030
        }

        .bp3-button.bp3-minimal.bp3-intent-danger.bp3-active,
        .bp3-button.bp3-minimal.bp3-intent-danger:active {
            background: rgba(219, 55, 55, .3);
            color: #c23030
        }

        .bp3-button.bp3-minimal.bp3-intent-danger.bp3-disabled,
        .bp3-button.bp3-minimal.bp3-intent-danger:disabled {
            background: none;
            color: rgba(194, 48, 48, .5)
        }

        .bp3-button.bp3-minimal.bp3-intent-danger.bp3-disabled.bp3-active,
        .bp3-button.bp3-minimal.bp3-intent-danger:disabled.bp3-active {
            background: rgba(219, 55, 55, .3)
        }

        .bp3-button.bp3-minimal.bp3-intent-danger .bp3-button-spinner .bp3-spinner-head {
            stroke: #c23030
        }

        .bp3-dark .bp3-button.bp3-minimal.bp3-intent-danger {
            color: #ff7373
        }

        .bp3-dark .bp3-button.bp3-minimal.bp3-intent-danger:hover {
            background: rgba(219, 55, 55, .2);
            color: #ff7373
        }

        .bp3-dark .bp3-button.bp3-minimal.bp3-intent-danger.bp3-active,
        .bp3-dark .bp3-button.bp3-minimal.bp3-intent-danger:active {
            background: rgba(219, 55, 55, .3);
            color: #ff7373
        }

        .bp3-dark .bp3-button.bp3-minimal.bp3-intent-danger.bp3-disabled,
        .bp3-dark .bp3-button.bp3-minimal.bp3-intent-danger:disabled {
            background: none;
            color: hsla(0, 100%, 73%, .5)
        }

        .bp3-dark .bp3-button.bp3-minimal.bp3-intent-danger.bp3-disabled.bp3-active,
        .bp3-dark .bp3-button.bp3-minimal.bp3-intent-danger:disabled.bp3-active {
            background: rgba(219, 55, 55, .3)
        }

        .bp3-button.bp3-outlined {
            background: none;
            border: 1px solid rgba(24, 32, 38, .2);
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-box-sizing: border-box;
            box-sizing: border-box
        }

        .bp3-button.bp3-outlined:hover {
            background: rgba(167, 182, 194, .3);
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #182026;
            text-decoration: none
        }

        .bp3-button.bp3-outlined.bp3-active,
        .bp3-button.bp3-outlined:active {
            background: rgba(115, 134, 148, .3);
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #182026
        }

        .bp3-button.bp3-outlined.bp3-disabled,
        .bp3-button.bp3-outlined.bp3-disabled:hover,
        .bp3-button.bp3-outlined:disabled,
        .bp3-button.bp3-outlined:disabled:hover {
            background: none;
            color: rgba(92, 112, 128, .6);
            cursor: not-allowed
        }

        .bp3-button.bp3-outlined.bp3-disabled.bp3-active,
        .bp3-button.bp3-outlined.bp3-disabled:hover.bp3-active,
        .bp3-button.bp3-outlined:disabled.bp3-active,
        .bp3-button.bp3-outlined:disabled:hover.bp3-active {
            background: rgba(115, 134, 148, .3)
        }

        .bp3-dark .bp3-button.bp3-outlined {
            color: inherit
        }

        .bp3-dark .bp3-button.bp3-outlined,
        .bp3-dark .bp3-button.bp3-outlined.bp3-active,
        .bp3-dark .bp3-button.bp3-outlined:active,
        .bp3-dark .bp3-button.bp3-outlined:hover {
            background: none;
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .bp3-dark .bp3-button.bp3-outlined:hover {
            background: rgba(138, 155, 168, .15)
        }

        .bp3-dark .bp3-button.bp3-outlined.bp3-active,
        .bp3-dark .bp3-button.bp3-outlined:active {
            background: rgba(138, 155, 168, .3);
            color: #f5f8fa
        }

        .bp3-dark .bp3-button.bp3-outlined.bp3-disabled,
        .bp3-dark .bp3-button.bp3-outlined.bp3-disabled:hover,
        .bp3-dark .bp3-button.bp3-outlined:disabled,
        .bp3-dark .bp3-button.bp3-outlined:disabled:hover {
            background: none;
            color: rgba(167, 182, 194, .6);
            cursor: not-allowed
        }

        .bp3-dark .bp3-button.bp3-outlined.bp3-disabled.bp3-active,
        .bp3-dark .bp3-button.bp3-outlined.bp3-disabled:hover.bp3-active,
        .bp3-dark .bp3-button.bp3-outlined:disabled.bp3-active,
        .bp3-dark .bp3-button.bp3-outlined:disabled:hover.bp3-active {
            background: rgba(138, 155, 168, .3)
        }

        .bp3-button.bp3-outlined.bp3-intent-primary {
            color: #106ba3
        }

        .bp3-button.bp3-outlined.bp3-intent-primary.bp3-active,
        .bp3-button.bp3-outlined.bp3-intent-primary:active,
        .bp3-button.bp3-outlined.bp3-intent-primary:hover {
            background: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #106ba3
        }

        .bp3-button.bp3-outlined.bp3-intent-primary:hover {
            background: rgba(19, 124, 189, .15);
            color: #106ba3
        }

        .bp3-button.bp3-outlined.bp3-intent-primary.bp3-active,
        .bp3-button.bp3-outlined.bp3-intent-primary:active {
            background: rgba(19, 124, 189, .3);
            color: #106ba3
        }

        .bp3-button.bp3-outlined.bp3-intent-primary.bp3-disabled,
        .bp3-button.bp3-outlined.bp3-intent-primary:disabled {
            background: none;
            color: rgba(16, 107, 163, .5)
        }

        .bp3-button.bp3-outlined.bp3-intent-primary.bp3-disabled.bp3-active,
        .bp3-button.bp3-outlined.bp3-intent-primary:disabled.bp3-active {
            background: rgba(19, 124, 189, .3)
        }

        .bp3-button.bp3-outlined.bp3-intent-primary .bp3-button-spinner .bp3-spinner-head {
            stroke: #106ba3
        }

        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary {
            color: #48aff0
        }

        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary:hover {
            background: rgba(19, 124, 189, .2);
            color: #48aff0
        }

        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary.bp3-active,
        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary:active {
            background: rgba(19, 124, 189, .3);
            color: #48aff0
        }

        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary.bp3-disabled,
        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary:disabled {
            background: none;
            color: rgba(72, 175, 240, .5)
        }

        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary.bp3-disabled.bp3-active,
        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary:disabled.bp3-active {
            background: rgba(19, 124, 189, .3)
        }

        .bp3-button.bp3-outlined.bp3-intent-success {
            color: #0d8050
        }

        .bp3-button.bp3-outlined.bp3-intent-success.bp3-active,
        .bp3-button.bp3-outlined.bp3-intent-success:active,
        .bp3-button.bp3-outlined.bp3-intent-success:hover {
            background: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #0d8050
        }

        .bp3-button.bp3-outlined.bp3-intent-success:hover {
            background: rgba(15, 153, 96, .15);
            color: #0d8050
        }

        .bp3-button.bp3-outlined.bp3-intent-success.bp3-active,
        .bp3-button.bp3-outlined.bp3-intent-success:active {
            background: rgba(15, 153, 96, .3);
            color: #0d8050
        }

        .bp3-button.bp3-outlined.bp3-intent-success.bp3-disabled,
        .bp3-button.bp3-outlined.bp3-intent-success:disabled {
            background: none;
            color: rgba(13, 128, 80, .5)
        }

        .bp3-button.bp3-outlined.bp3-intent-success.bp3-disabled.bp3-active,
        .bp3-button.bp3-outlined.bp3-intent-success:disabled.bp3-active {
            background: rgba(15, 153, 96, .3)
        }

        .bp3-button.bp3-outlined.bp3-intent-success .bp3-button-spinner .bp3-spinner-head {
            stroke: #0d8050
        }

        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success {
            color: #3dcc91
        }

        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success:hover {
            background: rgba(15, 153, 96, .2);
            color: #3dcc91
        }

        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success.bp3-active,
        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success:active {
            background: rgba(15, 153, 96, .3);
            color: #3dcc91
        }

        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success.bp3-disabled,
        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success:disabled {
            background: none;
            color: rgba(61, 204, 145, .5)
        }

        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success.bp3-disabled.bp3-active,
        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success:disabled.bp3-active {
            background: rgba(15, 153, 96, .3)
        }

        .bp3-button.bp3-outlined.bp3-intent-warning {
            color: #bf7326
        }

        .bp3-button.bp3-outlined.bp3-intent-warning.bp3-active,
        .bp3-button.bp3-outlined.bp3-intent-warning:active,
        .bp3-button.bp3-outlined.bp3-intent-warning:hover {
            background: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #bf7326
        }

        .bp3-button.bp3-outlined.bp3-intent-warning:hover {
            background: rgba(217, 130, 43, .15);
            color: #bf7326
        }

        .bp3-button.bp3-outlined.bp3-intent-warning.bp3-active,
        .bp3-button.bp3-outlined.bp3-intent-warning:active {
            background: rgba(217, 130, 43, .3);
            color: #bf7326
        }

        .bp3-button.bp3-outlined.bp3-intent-warning.bp3-disabled,
        .bp3-button.bp3-outlined.bp3-intent-warning:disabled {
            background: none;
            color: rgba(191, 115, 38, .5)
        }

        .bp3-button.bp3-outlined.bp3-intent-warning.bp3-disabled.bp3-active,
        .bp3-button.bp3-outlined.bp3-intent-warning:disabled.bp3-active {
            background: rgba(217, 130, 43, .3)
        }

        .bp3-button.bp3-outlined.bp3-intent-warning .bp3-button-spinner .bp3-spinner-head {
            stroke: #bf7326
        }

        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning {
            color: #ffb366
        }

        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning:hover {
            background: rgba(217, 130, 43, .2);
            color: #ffb366
        }

        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning.bp3-active,
        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning:active {
            background: rgba(217, 130, 43, .3);
            color: #ffb366
        }

        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning.bp3-disabled,
        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning:disabled {
            background: none;
            color: rgba(255, 179, 102, .5)
        }

        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning.bp3-disabled.bp3-active,
        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning:disabled.bp3-active {
            background: rgba(217, 130, 43, .3)
        }

        .bp3-button.bp3-outlined.bp3-intent-danger {
            color: #c23030
        }

        .bp3-button.bp3-outlined.bp3-intent-danger.bp3-active,
        .bp3-button.bp3-outlined.bp3-intent-danger:active,
        .bp3-button.bp3-outlined.bp3-intent-danger:hover {
            background: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #c23030
        }

        .bp3-button.bp3-outlined.bp3-intent-danger:hover {
            background: rgba(219, 55, 55, .15);
            color: #c23030
        }

        .bp3-button.bp3-outlined.bp3-intent-danger.bp3-active,
        .bp3-button.bp3-outlined.bp3-intent-danger:active {
            background: rgba(219, 55, 55, .3);
            color: #c23030
        }

        .bp3-button.bp3-outlined.bp3-intent-danger.bp3-disabled,
        .bp3-button.bp3-outlined.bp3-intent-danger:disabled {
            background: none;
            color: rgba(194, 48, 48, .5)
        }

        .bp3-button.bp3-outlined.bp3-intent-danger.bp3-disabled.bp3-active,
        .bp3-button.bp3-outlined.bp3-intent-danger:disabled.bp3-active {
            background: rgba(219, 55, 55, .3)
        }

        .bp3-button.bp3-outlined.bp3-intent-danger .bp3-button-spinner .bp3-spinner-head {
            stroke: #c23030
        }

        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger {
            color: #ff7373
        }

        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger:hover {
            background: rgba(219, 55, 55, .2);
            color: #ff7373
        }

        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger.bp3-active,
        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger:active {
            background: rgba(219, 55, 55, .3);
            color: #ff7373
        }

        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger.bp3-disabled,
        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger:disabled {
            background: none;
            color: hsla(0, 100%, 73%, .5)
        }

        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger.bp3-disabled.bp3-active,
        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger:disabled.bp3-active {
            background: rgba(219, 55, 55, .3)
        }

        .bp3-button.bp3-outlined.bp3-disabled,
        .bp3-button.bp3-outlined.bp3-disabled:hover,
        .bp3-button.bp3-outlined:disabled,
        .bp3-button.bp3-outlined:disabled:hover {
            border-color: rgba(92, 112, 128, .1)
        }

        .bp3-dark .bp3-button.bp3-outlined {
            border-color: hsla(0, 0%, 100%, .4)
        }

        .bp3-dark .bp3-button.bp3-outlined.bp3-disabled,
        .bp3-dark .bp3-button.bp3-outlined.bp3-disabled:hover,
        .bp3-dark .bp3-button.bp3-outlined:disabled,
        .bp3-dark .bp3-button.bp3-outlined:disabled:hover {
            border-color: hsla(0, 0%, 100%, .2)
        }

        .bp3-button.bp3-outlined.bp3-intent-primary {
            border-color: rgba(16, 107, 163, .6)
        }

        .bp3-button.bp3-outlined.bp3-intent-primary.bp3-disabled,
        .bp3-button.bp3-outlined.bp3-intent-primary:disabled {
            border-color: rgba(16, 107, 163, .2)
        }

        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary {
            border-color: rgba(72, 175, 240, .6)
        }

        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary.bp3-disabled,
        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-primary:disabled {
            border-color: rgba(72, 175, 240, .2)
        }

        .bp3-button.bp3-outlined.bp3-intent-success {
            border-color: rgba(13, 128, 80, .6)
        }

        .bp3-button.bp3-outlined.bp3-intent-success.bp3-disabled,
        .bp3-button.bp3-outlined.bp3-intent-success:disabled {
            border-color: rgba(13, 128, 80, .2)
        }

        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success {
            border-color: rgba(61, 204, 145, .6)
        }

        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success.bp3-disabled,
        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-success:disabled {
            border-color: rgba(61, 204, 145, .2)
        }

        .bp3-button.bp3-outlined.bp3-intent-warning {
            border-color: rgba(191, 115, 38, .6)
        }

        .bp3-button.bp3-outlined.bp3-intent-warning.bp3-disabled,
        .bp3-button.bp3-outlined.bp3-intent-warning:disabled {
            border-color: rgba(191, 115, 38, .2)
        }

        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning {
            border-color: rgba(255, 179, 102, .6)
        }

        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning.bp3-disabled,
        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-warning:disabled {
            border-color: rgba(255, 179, 102, .2)
        }

        .bp3-button.bp3-outlined.bp3-intent-danger {
            border-color: rgba(194, 48, 48, .6)
        }

        .bp3-button.bp3-outlined.bp3-intent-danger.bp3-disabled,
        .bp3-button.bp3-outlined.bp3-intent-danger:disabled {
            border-color: rgba(194, 48, 48, .2)
        }

        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger {
            border-color: hsla(0, 100%, 73%, .6)
        }

        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger.bp3-disabled,
        .bp3-dark .bp3-button.bp3-outlined.bp3-intent-danger:disabled {
            border-color: hsla(0, 100%, 73%, .2)
        }

        a.bp3-button {
            text-align: center;
            text-decoration: none;
            -webkit-transition: none;
            transition: none
        }

        a.bp3-button,
        a.bp3-button:active,
        a.bp3-button:hover {
            color: #182026
        }

        a.bp3-button.bp3-disabled {
            color: rgba(92, 112, 128, .6)
        }

        .bp3-button-text {
            -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
            flex: 0 1 auto
        }

        .bp3-button-group.bp3-align-left .bp3-button-text,
        .bp3-button-group.bp3-align-right .bp3-button-text,
        .bp3-button.bp3-align-left .bp3-button-text,
        .bp3-button.bp3-align-right .bp3-button-text {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto
        }

        .bp3-button-group {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex
        }

        .bp3-button-group .bp3-button {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            position: relative;
            z-index: 4
        }

        .bp3-button-group .bp3-button:focus {
            z-index: 5
        }

        .bp3-button-group .bp3-button:hover {
            z-index: 6
        }

        .bp3-button-group .bp3-button.bp3-active,
        .bp3-button-group .bp3-button:active {
            z-index: 7
        }

        .bp3-button-group .bp3-button.bp3-disabled,
        .bp3-button-group .bp3-button:disabled {
            z-index: 3
        }

        .bp3-button-group .bp3-button[class*=bp3-intent-] {
            z-index: 9
        }

        .bp3-button-group .bp3-button[class*=bp3-intent-]:focus {
            z-index: 10
        }

        .bp3-button-group .bp3-button[class*=bp3-intent-]:hover {
            z-index: 11
        }

        .bp3-button-group .bp3-button[class*=bp3-intent-].bp3-active,
        .bp3-button-group .bp3-button[class*=bp3-intent-]:active {
            z-index: 12
        }

        .bp3-button-group .bp3-button[class*=bp3-intent-].bp3-disabled,
        .bp3-button-group .bp3-button[class*=bp3-intent-]:disabled {
            z-index: 8
        }

        .bp3-button-group:not(.bp3-minimal)>.bp3-button:not(:first-child),
        .bp3-button-group:not(.bp3-minimal)>.bp3-popover-wrapper:not(:first-child) .bp3-button {
            border-bottom-left-radius: 0;
            border-top-left-radius: 0
        }

        .bp3-button-group:not(.bp3-minimal)>.bp3-button:not(:last-child),
        .bp3-button-group:not(.bp3-minimal)>.bp3-popover-wrapper:not(:last-child) .bp3-button {
            border-bottom-right-radius: 0;
            border-top-right-radius: 0;
            margin-right: -1px
        }

        .bp3-button-group.bp3-minimal .bp3-button {
            background: none;
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .bp3-button-group.bp3-minimal .bp3-button:hover {
            background: rgba(167, 182, 194, .3);
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #182026;
            text-decoration: none
        }

        .bp3-button-group.bp3-minimal .bp3-button.bp3-active,
        .bp3-button-group.bp3-minimal .bp3-button:active {
            background: rgba(115, 134, 148, .3);
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #182026
        }

        .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled,
        .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled:hover,
        .bp3-button-group.bp3-minimal .bp3-button:disabled,
        .bp3-button-group.bp3-minimal .bp3-button:disabled:hover {
            background: none;
            color: rgba(92, 112, 128, .6);
            cursor: not-allowed
        }

        .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled.bp3-active,
        .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled:hover.bp3-active,
        .bp3-button-group.bp3-minimal .bp3-button:disabled.bp3-active,
        .bp3-button-group.bp3-minimal .bp3-button:disabled:hover.bp3-active {
            background: rgba(115, 134, 148, .3)
        }

        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button {
            color: inherit
        }

        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button,
        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-active,
        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button:active,
        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button:hover {
            background: none;
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button:hover {
            background: rgba(138, 155, 168, .15)
        }

        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-active,
        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button:active {
            background: rgba(138, 155, 168, .3);
            color: #f5f8fa
        }

        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled,
        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled:hover,
        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button:disabled,
        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button:disabled:hover {
            background: none;
            color: rgba(167, 182, 194, .6);
            cursor: not-allowed
        }

        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled.bp3-active,
        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-disabled:hover.bp3-active,
        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button:disabled.bp3-active,
        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button:disabled:hover.bp3-active {
            background: rgba(138, 155, 168, .3)
        }

        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary {
            color: #106ba3
        }

        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary.bp3-active,
        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:active,
        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:hover {
            background: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #106ba3
        }

        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:hover {
            background: rgba(19, 124, 189, .15);
            color: #106ba3
        }

        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary.bp3-active,
        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:active {
            background: rgba(19, 124, 189, .3);
            color: #106ba3
        }

        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary.bp3-disabled,
        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:disabled {
            background: none;
            color: rgba(16, 107, 163, .5)
        }

        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary.bp3-disabled.bp3-active,
        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:disabled.bp3-active {
            background: rgba(19, 124, 189, .3)
        }

        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary .bp3-button-spinner .bp3-spinner-head {
            stroke: #106ba3
        }

        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary {
            color: #48aff0
        }

        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:hover {
            background: rgba(19, 124, 189, .2);
            color: #48aff0
        }

        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary.bp3-active,
        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:active {
            background: rgba(19, 124, 189, .3);
            color: #48aff0
        }

        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary.bp3-disabled,
        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:disabled {
            background: none;
            color: rgba(72, 175, 240, .5)
        }

        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary.bp3-disabled.bp3-active,
        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-primary:disabled.bp3-active {
            background: rgba(19, 124, 189, .3)
        }

        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success {
            color: #0d8050
        }

        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success.bp3-active,
        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:active,
        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:hover {
            background: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #0d8050
        }

        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:hover {
            background: rgba(15, 153, 96, .15);
            color: #0d8050
        }

        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success.bp3-active,
        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:active {
            background: rgba(15, 153, 96, .3);
            color: #0d8050
        }

        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success.bp3-disabled,
        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:disabled {
            background: none;
            color: rgba(13, 128, 80, .5)
        }

        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success.bp3-disabled.bp3-active,
        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:disabled.bp3-active {
            background: rgba(15, 153, 96, .3)
        }

        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success .bp3-button-spinner .bp3-spinner-head {
            stroke: #0d8050
        }

        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success {
            color: #3dcc91
        }

        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:hover {
            background: rgba(15, 153, 96, .2);
            color: #3dcc91
        }

        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success.bp3-active,
        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:active {
            background: rgba(15, 153, 96, .3);
            color: #3dcc91
        }

        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success.bp3-disabled,
        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:disabled {
            background: none;
            color: rgba(61, 204, 145, .5)
        }

        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success.bp3-disabled.bp3-active,
        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-success:disabled.bp3-active {
            background: rgba(15, 153, 96, .3)
        }

        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning {
            color: #bf7326
        }

        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning.bp3-active,
        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:active,
        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:hover {
            background: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #bf7326
        }

        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:hover {
            background: rgba(217, 130, 43, .15);
            color: #bf7326
        }

        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning.bp3-active,
        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:active {
            background: rgba(217, 130, 43, .3);
            color: #bf7326
        }

        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning.bp3-disabled,
        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:disabled {
            background: none;
            color: rgba(191, 115, 38, .5)
        }

        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning.bp3-disabled.bp3-active,
        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:disabled.bp3-active {
            background: rgba(217, 130, 43, .3)
        }

        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning .bp3-button-spinner .bp3-spinner-head {
            stroke: #bf7326
        }

        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning {
            color: #ffb366
        }

        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:hover {
            background: rgba(217, 130, 43, .2);
            color: #ffb366
        }

        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning.bp3-active,
        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:active {
            background: rgba(217, 130, 43, .3);
            color: #ffb366
        }

        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning.bp3-disabled,
        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:disabled {
            background: none;
            color: rgba(255, 179, 102, .5)
        }

        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning.bp3-disabled.bp3-active,
        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-warning:disabled.bp3-active {
            background: rgba(217, 130, 43, .3)
        }

        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger {
            color: #c23030
        }

        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger.bp3-active,
        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:active,
        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:hover {
            background: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #c23030
        }

        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:hover {
            background: rgba(219, 55, 55, .15);
            color: #c23030
        }

        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger.bp3-active,
        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:active {
            background: rgba(219, 55, 55, .3);
            color: #c23030
        }

        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger.bp3-disabled,
        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:disabled {
            background: none;
            color: rgba(194, 48, 48, .5)
        }

        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger.bp3-disabled.bp3-active,
        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:disabled.bp3-active {
            background: rgba(219, 55, 55, .3)
        }

        .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger .bp3-button-spinner .bp3-spinner-head {
            stroke: #c23030
        }

        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger {
            color: #ff7373
        }

        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:hover {
            background: rgba(219, 55, 55, .2);
            color: #ff7373
        }

        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger.bp3-active,
        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:active {
            background: rgba(219, 55, 55, .3);
            color: #ff7373
        }

        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger.bp3-disabled,
        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:disabled {
            background: none;
            color: hsla(0, 100%, 73%, .5)
        }

        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger.bp3-disabled.bp3-active,
        .bp3-dark .bp3-button-group.bp3-minimal .bp3-button.bp3-intent-danger:disabled.bp3-active {
            background: rgba(219, 55, 55, .3)
        }

        .bp3-button-group .bp3-popover-target,
        .bp3-button-group .bp3-popover-wrapper {
            -webkit-box-flex: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto
        }

        .bp3-button-group.bp3-fill {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%
        }

        .bp3-button-group .bp3-button.bp3-fill,
        .bp3-button-group.bp3-fill .bp3-button:not(.bp3-fixed) {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto
        }

        .bp3-button-group.bp3-vertical {
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            align-items: stretch;
            -ms-flex-direction: column;
            flex-direction: column;
            vertical-align: top
        }

        .bp3-button-group.bp3-vertical.bp3-fill {
            height: 100%;
            width: unset
        }

        .bp3-button-group.bp3-vertical .bp3-button {
            margin-right: 0 !important;
            width: 100%
        }

        .bp3-button-group.bp3-vertical:not(.bp3-minimal)>.bp3-button:first-child,
        .bp3-button-group.bp3-vertical:not(.bp3-minimal)>.bp3-popover-wrapper:first-child .bp3-button {
            border-radius: 3px 3px 0 0
        }

        .bp3-button-group.bp3-vertical:not(.bp3-minimal)>.bp3-button:last-child,
        .bp3-button-group.bp3-vertical:not(.bp3-minimal)>.bp3-popover-wrapper:last-child .bp3-button {
            border-radius: 0 0 3px 3px
        }

        .bp3-button-group.bp3-vertical:not(.bp3-minimal)>.bp3-button:not(:last-child),
        .bp3-button-group.bp3-vertical:not(.bp3-minimal)>.bp3-popover-wrapper:not(:last-child) .bp3-button {
            margin-bottom: -1px
        }

        .bp3-button-group.bp3-align-left .bp3-button {
            text-align: left
        }

        .bp3-dark .bp3-button-group:not(.bp3-minimal)>.bp3-button:not(:last-child),
        .bp3-dark .bp3-button-group:not(.bp3-minimal)>.bp3-popover-wrapper:not(:last-child) .bp3-button {
            margin-right: 1px
        }

        .bp3-dark .bp3-button-group.bp3-vertical>.bp3-button:not(:last-child),
        .bp3-dark .bp3-button-group.bp3-vertical>.bp3-popover-wrapper:not(:last-child) .bp3-button {
            margin-bottom: 1px
        }

        .bp3-callout {
            background-color: rgba(138, 155, 168, .15);
            border-radius: 3px;
            font-size: 14px;
            line-height: 1.5;
            padding: 10px 12px 9px;
            position: relative;
            width: 100%
        }

        .bp3-callout[class*=bp3-icon-] {
            padding-left: 40px
        }

        .bp3-callout[class*=bp3-icon-]:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            color: #5c7080;
            font-family: Icons20, sans-serif;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            left: 10px;
            line-height: 1;
            position: absolute;
            top: 10px
        }

        .bp3-callout.bp3-callout-icon {
            padding-left: 40px
        }

        .bp3-callout.bp3-callout-icon>.bp3-icon:first-child {
            color: #5c7080;
            left: 10px;
            position: absolute;
            top: 10px
        }

        .bp3-callout .bp3-heading {
            line-height: 20px;
            margin-bottom: 5px;
            margin-top: 0
        }

        .bp3-callout .bp3-heading:last-child {
            margin-bottom: 0
        }

        .bp3-dark .bp3-callout {
            background-color: rgba(138, 155, 168, .2)
        }

        .bp3-dark .bp3-callout[class*=bp3-icon-]:before {
            color: #a7b6c2
        }

        .bp3-callout.bp3-intent-primary {
            background-color: rgba(19, 124, 189, .15)
        }

        .bp3-callout.bp3-intent-primary .bp3-heading,
        .bp3-callout.bp3-intent-primary>.bp3-icon:first-child,
        .bp3-callout.bp3-intent-primary[class*=bp3-icon-]:before {
            color: #106ba3
        }

        .bp3-dark .bp3-callout.bp3-intent-primary {
            background-color: rgba(19, 124, 189, .25)
        }

        .bp3-dark .bp3-callout.bp3-intent-primary .bp3-heading,
        .bp3-dark .bp3-callout.bp3-intent-primary>.bp3-icon:first-child,
        .bp3-dark .bp3-callout.bp3-intent-primary[class*=bp3-icon-]:before {
            color: #48aff0
        }

        .bp3-callout.bp3-intent-success {
            background-color: rgba(15, 153, 96, .15)
        }

        .bp3-callout.bp3-intent-success .bp3-heading,
        .bp3-callout.bp3-intent-success>.bp3-icon:first-child,
        .bp3-callout.bp3-intent-success[class*=bp3-icon-]:before {
            color: #0d8050
        }

        .bp3-dark .bp3-callout.bp3-intent-success {
            background-color: rgba(15, 153, 96, .25)
        }

        .bp3-dark .bp3-callout.bp3-intent-success .bp3-heading,
        .bp3-dark .bp3-callout.bp3-intent-success>.bp3-icon:first-child,
        .bp3-dark .bp3-callout.bp3-intent-success[class*=bp3-icon-]:before {
            color: #3dcc91
        }

        .bp3-callout.bp3-intent-warning {
            background-color: rgba(217, 130, 43, .15)
        }

        .bp3-callout.bp3-intent-warning .bp3-heading,
        .bp3-callout.bp3-intent-warning>.bp3-icon:first-child,
        .bp3-callout.bp3-intent-warning[class*=bp3-icon-]:before {
            color: #bf7326
        }

        .bp3-dark .bp3-callout.bp3-intent-warning {
            background-color: rgba(217, 130, 43, .25)
        }

        .bp3-dark .bp3-callout.bp3-intent-warning .bp3-heading,
        .bp3-dark .bp3-callout.bp3-intent-warning>.bp3-icon:first-child,
        .bp3-dark .bp3-callout.bp3-intent-warning[class*=bp3-icon-]:before {
            color: #ffb366
        }

        .bp3-callout.bp3-intent-danger {
            background-color: rgba(219, 55, 55, .15)
        }

        .bp3-callout.bp3-intent-danger .bp3-heading,
        .bp3-callout.bp3-intent-danger>.bp3-icon:first-child,
        .bp3-callout.bp3-intent-danger[class*=bp3-icon-]:before {
            color: #c23030
        }

        .bp3-dark .bp3-callout.bp3-intent-danger {
            background-color: rgba(219, 55, 55, .25)
        }

        .bp3-dark .bp3-callout.bp3-intent-danger .bp3-heading,
        .bp3-dark .bp3-callout.bp3-intent-danger>.bp3-icon:first-child,
        .bp3-dark .bp3-callout.bp3-intent-danger[class*=bp3-icon-]:before {
            color: #ff7373
        }

        .bp3-running-text .bp3-callout {
            margin: 20px 0
        }

        .bp3-card {
            background-color: #fff;
            border-radius: 3px;
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .15), 0 0 0 rgba(16, 22, 26, 0), 0 0 0 rgba(16, 22, 26, 0);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .15), 0 0 0 rgba(16, 22, 26, 0), 0 0 0 rgba(16, 22, 26, 0);
            padding: 20px;
            -webkit-transition: -webkit-transform .2s cubic-bezier(.4, 1, .75, .9), -webkit-box-shadow .2s cubic-bezier(.4, 1, .75, .9);
            transition: -webkit-transform .2s cubic-bezier(.4, 1, .75, .9), -webkit-box-shadow .2s cubic-bezier(.4, 1, .75, .9);
            transition: transform .2s cubic-bezier(.4, 1, .75, .9), box-shadow .2s cubic-bezier(.4, 1, .75, .9);
            transition: transform .2s cubic-bezier(.4, 1, .75, .9), box-shadow .2s cubic-bezier(.4, 1, .75, .9), -webkit-transform .2s cubic-bezier(.4, 1, .75, .9), -webkit-box-shadow .2s cubic-bezier(.4, 1, .75, .9)
        }

        .bp3-card.bp3-dark,
        .bp3-dark .bp3-card {
            background-color: #30404d;
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .4), 0 0 0 rgba(16, 22, 26, 0), 0 0 0 rgba(16, 22, 26, 0);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .4), 0 0 0 rgba(16, 22, 26, 0), 0 0 0 rgba(16, 22, 26, 0)
        }

        .bp3-elevation-0 {
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .15), 0 0 0 rgba(16, 22, 26, 0), 0 0 0 rgba(16, 22, 26, 0);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .15), 0 0 0 rgba(16, 22, 26, 0), 0 0 0 rgba(16, 22, 26, 0)
        }

        .bp3-dark .bp3-elevation-0,
        .bp3-elevation-0.bp3-dark {
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .4), 0 0 0 rgba(16, 22, 26, 0), 0 0 0 rgba(16, 22, 26, 0);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .4), 0 0 0 rgba(16, 22, 26, 0), 0 0 0 rgba(16, 22, 26, 0)
        }

        .bp3-elevation-1 {
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .1), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .1), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, .2)
        }

        .bp3-dark .bp3-elevation-1,
        .bp3-elevation-1.bp3-dark {
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, .4)
        }

        .bp3-elevation-2 {
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .1), 0 1px 1px rgba(16, 22, 26, .2), 0 2px 6px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .1), 0 1px 1px rgba(16, 22, 26, .2), 0 2px 6px rgba(16, 22, 26, .2)
        }

        .bp3-dark .bp3-elevation-2,
        .bp3-elevation-2.bp3-dark {
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 1px 1px rgba(16, 22, 26, .4), 0 2px 6px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 1px 1px rgba(16, 22, 26, .4), 0 2px 6px rgba(16, 22, 26, .4)
        }

        .bp3-elevation-3 {
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .1), 0 2px 4px rgba(16, 22, 26, .2), 0 8px 24px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .1), 0 2px 4px rgba(16, 22, 26, .2), 0 8px 24px rgba(16, 22, 26, .2)
        }

        .bp3-dark .bp3-elevation-3,
        .bp3-elevation-3.bp3-dark {
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 2px 4px rgba(16, 22, 26, .4), 0 8px 24px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 2px 4px rgba(16, 22, 26, .4), 0 8px 24px rgba(16, 22, 26, .4)
        }

        .bp3-elevation-4 {
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .1), 0 4px 8px rgba(16, 22, 26, .2), 0 18px 46px 6px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .1), 0 4px 8px rgba(16, 22, 26, .2), 0 18px 46px 6px rgba(16, 22, 26, .2)
        }

        .bp3-dark .bp3-elevation-4,
        .bp3-elevation-4.bp3-dark {
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 4px 8px rgba(16, 22, 26, .4), 0 18px 46px 6px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 4px 8px rgba(16, 22, 26, .4), 0 18px 46px 6px rgba(16, 22, 26, .4)
        }

        .bp3-card.bp3-interactive:hover {
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .1), 0 2px 4px rgba(16, 22, 26, .2), 0 8px 24px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .1), 0 2px 4px rgba(16, 22, 26, .2), 0 8px 24px rgba(16, 22, 26, .2);
            cursor: pointer
        }

        .bp3-card.bp3-interactive:hover.bp3-dark,
        .bp3-dark .bp3-card.bp3-interactive:hover {
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 2px 4px rgba(16, 22, 26, .4), 0 8px 24px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 2px 4px rgba(16, 22, 26, .4), 0 8px 24px rgba(16, 22, 26, .4)
        }

        .bp3-card.bp3-interactive:active {
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .1), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .1), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, .2);
            opacity: .9;
            -webkit-transition-duration: 0;
            transition-duration: 0
        }

        .bp3-card.bp3-interactive:active.bp3-dark,
        .bp3-dark .bp3-card.bp3-interactive:active {
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, .4)
        }

        .bp3-collapse {
            height: 0;
            overflow-y: hidden;
            -webkit-transition: height .2s cubic-bezier(.4, 1, .75, .9);
            transition: height .2s cubic-bezier(.4, 1, .75, .9)
        }

        .bp3-collapse .bp3-collapse-body {
            -webkit-transition: -webkit-transform .2s cubic-bezier(.4, 1, .75, .9);
            transition: -webkit-transform .2s cubic-bezier(.4, 1, .75, .9);
            transition: transform .2s cubic-bezier(.4, 1, .75, .9);
            transition: transform .2s cubic-bezier(.4, 1, .75, .9), -webkit-transform .2s cubic-bezier(.4, 1, .75, .9)
        }

        .bp3-collapse .bp3-collapse-body[aria-hidden=true] {
            display: none
        }

        .bp3-context-menu .bp3-popover-target {
            display: block
        }

        .bp3-context-menu-popover-target {
            position: fixed
        }

        .bp3-dialog-container {
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            justify-content: center;
            min-height: 100%;
            opacity: 1;
            pointer-events: none;
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            width: 100%
        }

        .bp3-dialog-container.bp3-overlay-appear>.bp3-dialog,
        .bp3-dialog-container.bp3-overlay-enter>.bp3-dialog {
            opacity: 0;
            -webkit-transform: scale(.5);
            transform: scale(.5)
        }

        .bp3-dialog-container.bp3-overlay-appear-active>.bp3-dialog,
        .bp3-dialog-container.bp3-overlay-enter-active>.bp3-dialog {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition-duration: .3s;
            transition-duration: .3s;
            -webkit-transition-property: opacity, -webkit-transform;
            transition-property: opacity, -webkit-transform;
            transition-property: opacity, transform;
            transition-property: opacity, transform, -webkit-transform;
            -webkit-transition-timing-function: cubic-bezier(.54, 1.12, .38, 1.11);
            transition-timing-function: cubic-bezier(.54, 1.12, .38, 1.11)
        }

        .bp3-dialog-container.bp3-overlay-exit>.bp3-dialog {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1)
        }

        .bp3-dialog-container.bp3-overlay-exit-active>.bp3-dialog {
            opacity: 0;
            -webkit-transform: scale(.5);
            transform: scale(.5);
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition-duration: .3s;
            transition-duration: .3s;
            -webkit-transition-property: opacity, -webkit-transform;
            transition-property: opacity, -webkit-transform;
            transition-property: opacity, transform;
            transition-property: opacity, transform, -webkit-transform;
            -webkit-transition-timing-function: cubic-bezier(.54, 1.12, .38, 1.11);
            transition-timing-function: cubic-bezier(.54, 1.12, .38, 1.11)
        }

        .bp3-dialog {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            background: #ebf1f5;
            border-radius: 6px;
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .1), 0 4px 8px rgba(16, 22, 26, .2), 0 18px 46px 6px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .1), 0 4px 8px rgba(16, 22, 26, .2), 0 18px 46px 6px rgba(16, 22, 26, .2);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            margin: 30px 0;
            padding-bottom: 20px;
            pointer-events: all;
            -webkit-user-select: text;
            -moz-user-select: text;
            -ms-user-select: text;
            user-select: text;
            width: 500px
        }

        .bp3-dialog:focus {
            outline: 0
        }

        .bp3-dark .bp3-dialog,
        .bp3-dialog.bp3-dark {
            background: #293742;
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 4px 8px rgba(16, 22, 26, .4), 0 18px 46px 6px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 4px 8px rgba(16, 22, 26, .4), 0 18px 46px 6px rgba(16, 22, 26, .4);
            color: #f5f8fa
        }

        .bp3-dialog-header {
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-box-flex: 0;
            align-items: center;
            background: #fff;
            border-radius: 6px 6px 0 0;
            -webkit-box-shadow: 0 1px 0 rgba(16, 22, 26, .15);
            box-shadow: 0 1px 0 rgba(16, 22, 26, .15);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            min-height: 40px;
            padding-left: 20px;
            padding-right: 5px;
            z-index: 0
        }

        .bp3-dialog-header .bp3-icon,
        .bp3-dialog-header .bp3-icon-large {
            -webkit-box-flex: 0;
            color: #5c7080;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            margin-right: 10px
        }

        .bp3-dialog-header .bp3-heading {
            word-wrap: normal;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            line-height: inherit;
            margin: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .bp3-dialog-header .bp3-heading:last-child {
            margin-right: 20px
        }

        .bp3-dark .bp3-dialog-header {
            background: #30404d;
            -webkit-box-shadow: 0 1px 0 rgba(16, 22, 26, .4);
            box-shadow: 0 1px 0 rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-dialog-header .bp3-icon,
        .bp3-dark .bp3-dialog-header .bp3-icon-large {
            color: #a7b6c2
        }

        .bp3-dialog-body {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            line-height: 18px;
            margin: 20px
        }

        .bp3-dialog-footer {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            margin: 0 20px
        }

        .bp3-dialog-footer-actions {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            justify-content: flex-end
        }

        .bp3-dialog-footer-actions .bp3-button {
            margin-left: 10px
        }

        .bp3-multistep-dialog-panels {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

        .bp3-multistep-dialog-panels:first-child .bp3-dialog-step-container:first-child {
            border-radius: 6px 0 0 0
        }

        .bp3-multistep-dialog-panels:first-child .bp3-multistep-dialog-right-panel {
            border-top-right-radius: 6px
        }

        .bp3-multistep-dialog-left-panel {
            -webkit-box-flex: 1;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 1;
            flex: 1;
            -ms-flex-direction: column;
            flex-direction: column
        }

        .bp3-dark .bp3-multistep-dialog-left-panel {
            background: #202b33
        }

        .bp3-multistep-dialog-right-panel {
            -webkit-box-flex: 3;
            background-color: #f5f8fa;
            border-left: 1px solid rgba(16, 22, 26, .15);
            border-radius: 0 0 6px 0;
            -ms-flex: 3;
            flex: 3;
            min-width: 0
        }

        .bp3-dark .bp3-multistep-dialog-right-panel {
            background-color: #293742;
            border-left: 1px solid rgba(16, 22, 26, .4)
        }

        .bp3-multistep-dialog-footer {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            background-color: #fff;
            border-radius: 0 0 6px 0;
            border-top: 1px solid rgba(16, 22, 26, .15);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            justify-content: space-between;
            padding: 10px
        }

        .bp3-dark .bp3-multistep-dialog-footer {
            background: #30404d;
            border-top: 1px solid rgba(16, 22, 26, .4)
        }

        .bp3-multistep-dialog-footer .bp3-dialog-footer-actions {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1
        }

        .bp3-dialog-step-container {
            background-color: #f5f8fa;
            border-bottom: 1px solid rgba(16, 22, 26, .15)
        }

        .bp3-dark .bp3-dialog-step-container {
            background: #293742;
            border-bottom: 1px solid rgba(16, 22, 26, .4)
        }

        .bp3-dialog-step-container.bp3-dialog-step-viewed {
            background-color: #fff
        }

        .bp3-dark .bp3-dialog-step-container.bp3-dialog-step-viewed {
            background: #30404d
        }

        .bp3-dialog-step {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background-color: #f5f8fa;
            border-radius: 6px;
            cursor: not-allowed;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: 4px;
            padding: 6px 14px
        }

        .bp3-dark .bp3-dialog-step {
            background: #293742
        }

        .bp3-dialog-step-viewed .bp3-dialog-step {
            background-color: #fff;
            cursor: pointer
        }

        .bp3-dark .bp3-dialog-step-viewed .bp3-dialog-step {
            background: #30404d
        }

        .bp3-dialog-step:hover {
            background-color: #f5f8fa
        }

        .bp3-dark .bp3-dialog-step:hover {
            background: #293742
        }

        .bp3-dialog-step-icon {
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            align-items: center;
            background-color: rgba(92, 112, 128, .6);
            border-radius: 50%;
            color: #fff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 25px;
            justify-content: center;
            width: 25px
        }

        .bp3-dark .bp3-dialog-step-icon {
            background-color: rgba(167, 182, 194, .6)
        }

        .bp3-active.bp3-dialog-step-viewed .bp3-dialog-step-icon {
            background-color: #2b95d6
        }

        .bp3-dialog-step-viewed .bp3-dialog-step-icon {
            background-color: #8a9ba8
        }

        .bp3-dialog-step-title {
            -webkit-box-flex: 1;
            color: rgba(92, 112, 128, .6);
            -ms-flex: 1;
            flex: 1;
            padding-left: 10px
        }

        .bp3-dark .bp3-dialog-step-title {
            color: rgba(167, 182, 194, .6)
        }

        .bp3-active.bp3-dialog-step-viewed .bp3-dialog-step-title {
            color: #2b95d6
        }

        .bp3-dialog-step-viewed:not(.bp3-active) .bp3-dialog-step-title {
            color: #182026
        }

        .bp3-dark .bp3-dialog-step-viewed:not(.bp3-active) .bp3-dialog-step-title {
            color: #f5f8fa
        }

        .bp3-drawer {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            background: #fff;
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .1), 0 4px 8px rgba(16, 22, 26, .2), 0 18px 46px 6px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .1), 0 4px 8px rgba(16, 22, 26, .2), 0 18px 46px 6px rgba(16, 22, 26, .2);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            margin: 0;
            padding: 0
        }

        .bp3-drawer:focus {
            outline: 0
        }

        .bp3-drawer.bp3-position-top {
            height: 50%;
            left: 0;
            right: 0;
            top: 0
        }

        .bp3-drawer.bp3-position-top.bp3-overlay-appear,
        .bp3-drawer.bp3-position-top.bp3-overlay-enter {
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%)
        }

        .bp3-drawer.bp3-position-top.bp3-overlay-appear-active,
        .bp3-drawer.bp3-position-top.bp3-overlay-enter-active {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition-duration: .2s;
            transition-duration: .2s;
            -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
            -webkit-transition-timing-function: cubic-bezier(.4, 1, .75, .9);
            transition-timing-function: cubic-bezier(.4, 1, .75, .9)
        }

        .bp3-drawer.bp3-position-top.bp3-overlay-exit {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        .bp3-drawer.bp3-position-top.bp3-overlay-exit-active {
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition-duration: .1s;
            transition-duration: .1s;
            -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
            -webkit-transition-timing-function: cubic-bezier(.4, 1, .75, .9);
            transition-timing-function: cubic-bezier(.4, 1, .75, .9)
        }

        .bp3-drawer.bp3-position-bottom {
            bottom: 0;
            height: 50%;
            left: 0;
            right: 0
        }

        .bp3-drawer.bp3-position-bottom.bp3-overlay-appear,
        .bp3-drawer.bp3-position-bottom.bp3-overlay-enter {
            -webkit-transform: translateY(100%);
            transform: translateY(100%)
        }

        .bp3-drawer.bp3-position-bottom.bp3-overlay-appear-active,
        .bp3-drawer.bp3-position-bottom.bp3-overlay-enter-active {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition-duration: .2s;
            transition-duration: .2s;
            -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
            -webkit-transition-timing-function: cubic-bezier(.4, 1, .75, .9);
            transition-timing-function: cubic-bezier(.4, 1, .75, .9)
        }

        .bp3-drawer.bp3-position-bottom.bp3-overlay-exit {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        .bp3-drawer.bp3-position-bottom.bp3-overlay-exit-active {
            -webkit-transform: translateY(100%);
            transform: translateY(100%);
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition-duration: .1s;
            transition-duration: .1s;
            -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
            -webkit-transition-timing-function: cubic-bezier(.4, 1, .75, .9);
            transition-timing-function: cubic-bezier(.4, 1, .75, .9)
        }

        .bp3-drawer.bp3-position-left {
            bottom: 0;
            left: 0;
            top: 0;
            width: 50%
        }

        .bp3-drawer.bp3-position-left.bp3-overlay-appear,
        .bp3-drawer.bp3-position-left.bp3-overlay-enter {
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%)
        }

        .bp3-drawer.bp3-position-left.bp3-overlay-appear-active,
        .bp3-drawer.bp3-position-left.bp3-overlay-enter-active {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition-duration: .2s;
            transition-duration: .2s;
            -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
            -webkit-transition-timing-function: cubic-bezier(.4, 1, .75, .9);
            transition-timing-function: cubic-bezier(.4, 1, .75, .9)
        }

        .bp3-drawer.bp3-position-left.bp3-overlay-exit {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        .bp3-drawer.bp3-position-left.bp3-overlay-exit-active {
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition-duration: .1s;
            transition-duration: .1s;
            -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
            -webkit-transition-timing-function: cubic-bezier(.4, 1, .75, .9);
            transition-timing-function: cubic-bezier(.4, 1, .75, .9)
        }

        .bp3-drawer.bp3-position-right {
            bottom: 0;
            right: 0;
            top: 0;
            width: 50%
        }

        .bp3-drawer.bp3-position-right.bp3-overlay-appear,
        .bp3-drawer.bp3-position-right.bp3-overlay-enter {
            -webkit-transform: translateX(100%);
            transform: translateX(100%)
        }

        .bp3-drawer.bp3-position-right.bp3-overlay-appear-active,
        .bp3-drawer.bp3-position-right.bp3-overlay-enter-active {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition-duration: .2s;
            transition-duration: .2s;
            -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
            -webkit-transition-timing-function: cubic-bezier(.4, 1, .75, .9);
            transition-timing-function: cubic-bezier(.4, 1, .75, .9)
        }

        .bp3-drawer.bp3-position-right.bp3-overlay-exit {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        .bp3-drawer.bp3-position-right.bp3-overlay-exit-active {
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition-duration: .1s;
            transition-duration: .1s;
            -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
            -webkit-transition-timing-function: cubic-bezier(.4, 1, .75, .9);
            transition-timing-function: cubic-bezier(.4, 1, .75, .9)
        }

        .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(.bp3-position-right):not(.bp3-vertical) {
            bottom: 0;
            right: 0;
            top: 0;
            width: 50%
        }

        .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(.bp3-position-right):not(.bp3-vertical).bp3-overlay-appear,
        .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(.bp3-position-right):not(.bp3-vertical).bp3-overlay-enter {
            -webkit-transform: translateX(100%);
            transform: translateX(100%)
        }

        .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(.bp3-position-right):not(.bp3-vertical).bp3-overlay-appear-active,
        .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(.bp3-position-right):not(.bp3-vertical).bp3-overlay-enter-active {
            -webkit-transform: translateX(0);
            transform: translateX(0);
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition-duration: .2s;
            transition-duration: .2s;
            -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
            -webkit-transition-timing-function: cubic-bezier(.4, 1, .75, .9);
            transition-timing-function: cubic-bezier(.4, 1, .75, .9)
        }

        .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(.bp3-position-right):not(.bp3-vertical).bp3-overlay-exit {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(.bp3-position-right):not(.bp3-vertical).bp3-overlay-exit-active {
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition-duration: .1s;
            transition-duration: .1s;
            -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
            -webkit-transition-timing-function: cubic-bezier(.4, 1, .75, .9);
            transition-timing-function: cubic-bezier(.4, 1, .75, .9)
        }

        .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(.bp3-position-right).bp3-vertical {
            bottom: 0;
            height: 50%;
            left: 0;
            right: 0
        }

        .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(.bp3-position-right).bp3-vertical.bp3-overlay-appear,
        .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(.bp3-position-right).bp3-vertical.bp3-overlay-enter {
            -webkit-transform: translateY(100%);
            transform: translateY(100%)
        }

        .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(.bp3-position-right).bp3-vertical.bp3-overlay-appear-active,
        .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(.bp3-position-right).bp3-vertical.bp3-overlay-enter-active {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition-duration: .2s;
            transition-duration: .2s;
            -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
            -webkit-transition-timing-function: cubic-bezier(.4, 1, .75, .9);
            transition-timing-function: cubic-bezier(.4, 1, .75, .9)
        }

        .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(.bp3-position-right).bp3-vertical.bp3-overlay-exit {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        .bp3-drawer:not(.bp3-position-top):not(.bp3-position-bottom):not(.bp3-position-left):not(.bp3-position-right).bp3-vertical.bp3-overlay-exit-active {
            -webkit-transform: translateY(100%);
            transform: translateY(100%);
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition-duration: .1s;
            transition-duration: .1s;
            -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
            -webkit-transition-timing-function: cubic-bezier(.4, 1, .75, .9);
            transition-timing-function: cubic-bezier(.4, 1, .75, .9)
        }

        .bp3-dark .bp3-drawer,
        .bp3-drawer.bp3-dark {
            background: #30404d;
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 4px 8px rgba(16, 22, 26, .4), 0 18px 46px 6px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 4px 8px rgba(16, 22, 26, .4), 0 18px 46px 6px rgba(16, 22, 26, .4);
            color: #f5f8fa
        }

        .bp3-drawer-header {
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-box-flex: 0;
            align-items: center;
            border-radius: 0;
            -webkit-box-shadow: 0 1px 0 rgba(16, 22, 26, .15);
            box-shadow: 0 1px 0 rgba(16, 22, 26, .15);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            min-height: 40px;
            padding: 5px 5px 5px 20px;
            position: relative
        }

        .bp3-drawer-header .bp3-icon,
        .bp3-drawer-header .bp3-icon-large {
            -webkit-box-flex: 0;
            color: #5c7080;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            margin-right: 10px
        }

        .bp3-drawer-header .bp3-heading {
            word-wrap: normal;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            line-height: inherit;
            margin: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .bp3-drawer-header .bp3-heading:last-child {
            margin-right: 20px
        }

        .bp3-dark .bp3-drawer-header {
            -webkit-box-shadow: 0 1px 0 rgba(16, 22, 26, .4);
            box-shadow: 0 1px 0 rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-drawer-header .bp3-icon,
        .bp3-dark .bp3-drawer-header .bp3-icon-large {
            color: #a7b6c2
        }

        .bp3-drawer-body {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            line-height: 18px;
            overflow: auto
        }

        .bp3-drawer-footer {
            -webkit-box-flex: 0;
            -webkit-box-shadow: inset 0 1px 0 rgba(16, 22, 26, .15);
            box-shadow: inset 0 1px 0 rgba(16, 22, 26, .15);
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            padding: 10px 20px;
            position: relative
        }

        .bp3-dark .bp3-drawer-footer {
            -webkit-box-shadow: inset 0 1px 0 rgba(16, 22, 26, .4);
            box-shadow: inset 0 1px 0 rgba(16, 22, 26, .4)
        }

        .bp3-editable-text {
            cursor: text;
            display: inline-block;
            max-width: 100%;
            position: relative;
            vertical-align: top;
            white-space: nowrap
        }

        .bp3-editable-text:before {
            border-radius: 3px;
            bottom: -3px;
            content: "";
            left: -3px;
            position: absolute;
            right: -3px;
            top: -3px;
            -webkit-transition: background-color .1s cubic-bezier(.4, 1, .75, .9), -webkit-box-shadow .1s cubic-bezier(.4, 1, .75, .9);
            transition: background-color .1s cubic-bezier(.4, 1, .75, .9), -webkit-box-shadow .1s cubic-bezier(.4, 1, .75, .9);
            transition: background-color .1s cubic-bezier(.4, 1, .75, .9), box-shadow .1s cubic-bezier(.4, 1, .75, .9);
            transition: background-color .1s cubic-bezier(.4, 1, .75, .9), box-shadow .1s cubic-bezier(.4, 1, .75, .9), -webkit-box-shadow .1s cubic-bezier(.4, 1, .75, .9)
        }

        .bp3-editable-text:hover:before {
            -webkit-box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, .15);
            box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, .15)
        }

        .bp3-editable-text.bp3-editable-text-editing:before {
            background-color: #fff;
            -webkit-box-shadow: 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, .3), inset 0 1px 1px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, .3), inset 0 1px 1px rgba(16, 22, 26, .2)
        }

        .bp3-editable-text.bp3-disabled:before {
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .bp3-editable-text.bp3-intent-primary .bp3-editable-text-content,
        .bp3-editable-text.bp3-intent-primary .bp3-editable-text-input {
            color: #137cbd
        }

        .bp3-editable-text.bp3-intent-primary:hover:before {
            -webkit-box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(19, 124, 189, .4);
            box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(19, 124, 189, .4)
        }

        .bp3-editable-text.bp3-intent-primary.bp3-editable-text-editing:before {
            -webkit-box-shadow: 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, .3), inset 0 1px 1px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, .3), inset 0 1px 1px rgba(16, 22, 26, .2)
        }

        .bp3-editable-text.bp3-intent-success .bp3-editable-text-content,
        .bp3-editable-text.bp3-intent-success .bp3-editable-text-input {
            color: #0f9960
        }

        .bp3-editable-text.bp3-intent-success:hover:before {
            -webkit-box-shadow: 0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), inset 0 0 0 1px rgba(15, 153, 96, .4);
            box-shadow: 0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), inset 0 0 0 1px rgba(15, 153, 96, .4)
        }

        .bp3-editable-text.bp3-intent-success.bp3-editable-text-editing:before {
            -webkit-box-shadow: 0 0 0 1px #0f9960, 0 0 0 3px rgba(15, 153, 96, .3), inset 0 1px 1px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px #0f9960, 0 0 0 3px rgba(15, 153, 96, .3), inset 0 1px 1px rgba(16, 22, 26, .2)
        }

        .bp3-editable-text.bp3-intent-warning .bp3-editable-text-content,
        .bp3-editable-text.bp3-intent-warning .bp3-editable-text-input {
            color: #d9822b
        }

        .bp3-editable-text.bp3-intent-warning:hover:before {
            -webkit-box-shadow: 0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), inset 0 0 0 1px rgba(217, 130, 43, .4);
            box-shadow: 0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), inset 0 0 0 1px rgba(217, 130, 43, .4)
        }

        .bp3-editable-text.bp3-intent-warning.bp3-editable-text-editing:before {
            -webkit-box-shadow: 0 0 0 1px #d9822b, 0 0 0 3px rgba(217, 130, 43, .3), inset 0 1px 1px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px #d9822b, 0 0 0 3px rgba(217, 130, 43, .3), inset 0 1px 1px rgba(16, 22, 26, .2)
        }

        .bp3-editable-text.bp3-intent-danger .bp3-editable-text-content,
        .bp3-editable-text.bp3-intent-danger .bp3-editable-text-input {
            color: #db3737
        }

        .bp3-editable-text.bp3-intent-danger:hover:before {
            -webkit-box-shadow: 0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), inset 0 0 0 1px rgba(219, 55, 55, .4);
            box-shadow: 0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), inset 0 0 0 1px rgba(219, 55, 55, .4)
        }

        .bp3-editable-text.bp3-intent-danger.bp3-editable-text-editing:before {
            -webkit-box-shadow: 0 0 0 1px #db3737, 0 0 0 3px rgba(219, 55, 55, .3), inset 0 1px 1px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px #db3737, 0 0 0 3px rgba(219, 55, 55, .3), inset 0 1px 1px rgba(16, 22, 26, .2)
        }

        .bp3-dark .bp3-editable-text:hover:before {
            -webkit-box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px hsla(0, 0%, 100%, .15);
            box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px hsla(0, 0%, 100%, .15)
        }

        .bp3-dark .bp3-editable-text.bp3-editable-text-editing:before {
            background-color: rgba(16, 22, 26, .3);
            -webkit-box-shadow: 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, .3), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, .3), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-editable-text.bp3-disabled:before {
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .bp3-dark .bp3-editable-text.bp3-intent-primary .bp3-editable-text-content {
            color: #48aff0
        }

        .bp3-dark .bp3-editable-text.bp3-intent-primary:hover:before {
            -webkit-box-shadow: 0 0 0 0 rgba(72, 175, 240, 0), 0 0 0 0 rgba(72, 175, 240, 0), inset 0 0 0 1px rgba(72, 175, 240, .4);
            box-shadow: 0 0 0 0 rgba(72, 175, 240, 0), 0 0 0 0 rgba(72, 175, 240, 0), inset 0 0 0 1px rgba(72, 175, 240, .4)
        }

        .bp3-dark .bp3-editable-text.bp3-intent-primary.bp3-editable-text-editing:before {
            -webkit-box-shadow: 0 0 0 1px #48aff0, 0 0 0 3px rgba(72, 175, 240, .3), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px #48aff0, 0 0 0 3px rgba(72, 175, 240, .3), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-editable-text.bp3-intent-success .bp3-editable-text-content {
            color: #3dcc91
        }

        .bp3-dark .bp3-editable-text.bp3-intent-success:hover:before {
            -webkit-box-shadow: 0 0 0 0 rgba(61, 204, 145, 0), 0 0 0 0 rgba(61, 204, 145, 0), inset 0 0 0 1px rgba(61, 204, 145, .4);
            box-shadow: 0 0 0 0 rgba(61, 204, 145, 0), 0 0 0 0 rgba(61, 204, 145, 0), inset 0 0 0 1px rgba(61, 204, 145, .4)
        }

        .bp3-dark .bp3-editable-text.bp3-intent-success.bp3-editable-text-editing:before {
            -webkit-box-shadow: 0 0 0 1px #3dcc91, 0 0 0 3px rgba(61, 204, 145, .3), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px #3dcc91, 0 0 0 3px rgba(61, 204, 145, .3), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-editable-text.bp3-intent-warning .bp3-editable-text-content {
            color: #ffb366
        }

        .bp3-dark .bp3-editable-text.bp3-intent-warning:hover:before {
            -webkit-box-shadow: 0 0 0 0 rgba(255, 179, 102, 0), 0 0 0 0 rgba(255, 179, 102, 0), inset 0 0 0 1px rgba(255, 179, 102, .4);
            box-shadow: 0 0 0 0 rgba(255, 179, 102, 0), 0 0 0 0 rgba(255, 179, 102, 0), inset 0 0 0 1px rgba(255, 179, 102, .4)
        }

        .bp3-dark .bp3-editable-text.bp3-intent-warning.bp3-editable-text-editing:before {
            -webkit-box-shadow: 0 0 0 1px #ffb366, 0 0 0 3px rgba(255, 179, 102, .3), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px #ffb366, 0 0 0 3px rgba(255, 179, 102, .3), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-editable-text.bp3-intent-danger .bp3-editable-text-content {
            color: #ff7373
        }

        .bp3-dark .bp3-editable-text.bp3-intent-danger:hover:before {
            -webkit-box-shadow: 0 0 0 0 hsla(0, 100%, 73%, 0), 0 0 0 0 hsla(0, 100%, 73%, 0), inset 0 0 0 1px hsla(0, 100%, 73%, .4);
            box-shadow: 0 0 0 0 hsla(0, 100%, 73%, 0), 0 0 0 0 hsla(0, 100%, 73%, 0), inset 0 0 0 1px hsla(0, 100%, 73%, .4)
        }

        .bp3-dark .bp3-editable-text.bp3-intent-danger.bp3-editable-text-editing:before {
            -webkit-box-shadow: 0 0 0 1px #ff7373, 0 0 0 3px hsla(0, 100%, 73%, .3), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px #ff7373, 0 0 0 3px hsla(0, 100%, 73%, .3), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4)
        }

        .bp3-editable-text-content,
        .bp3-editable-text-input {
            color: inherit;
            display: inherit;
            font: inherit;
            letter-spacing: inherit;
            max-width: inherit;
            min-width: inherit;
            position: relative;
            resize: none;
            text-transform: inherit;
            vertical-align: top
        }

        .bp3-editable-text-input {
            background: none;
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            padding: 0;
            white-space: pre-wrap;
            width: 100%
        }

        .bp3-editable-text-input::-webkit-input-placeholder {
            color: rgba(92, 112, 128, .6);
            opacity: 1
        }

        .bp3-editable-text-input::-moz-placeholder {
            color: rgba(92, 112, 128, .6);
            opacity: 1
        }

        .bp3-editable-text-input:-ms-input-placeholder {
            color: rgba(92, 112, 128, .6);
            opacity: 1
        }

        .bp3-editable-text-input::-ms-input-placeholder {
            color: rgba(92, 112, 128, .6);
            opacity: 1
        }

        .bp3-editable-text-input::placeholder {
            color: rgba(92, 112, 128, .6);
            opacity: 1
        }

        .bp3-editable-text-input:focus {
            outline: none
        }

        .bp3-editable-text-input::-ms-clear {
            display: none
        }

        .bp3-editable-text-content {
            overflow: hidden;
            padding-right: 2px;
            text-overflow: ellipsis;
            white-space: pre
        }

        .bp3-editable-text-editing>.bp3-editable-text-content {
            left: 0;
            position: absolute;
            visibility: hidden
        }

        .bp3-editable-text-placeholder>.bp3-editable-text-content {
            color: rgba(92, 112, 128, .6)
        }

        .bp3-dark .bp3-editable-text-placeholder>.bp3-editable-text-content {
            color: rgba(167, 182, 194, .6)
        }

        .bp3-editable-text.bp3-multiline {
            display: block
        }

        .bp3-editable-text.bp3-multiline .bp3-editable-text-content {
            word-wrap: break-word;
            overflow: auto;
            white-space: pre-wrap
        }

        .bp3-divider {
            border-bottom: 1px solid rgba(16, 22, 26, .15);
            border-right: 1px solid rgba(16, 22, 26, .15);
            margin: 5px
        }

        .bp3-dark .bp3-divider {
            border-color: rgba(16, 22, 26, .4)
        }

        .bp3-control-group {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-transform: translateZ(0);
            transform: translateZ(0)
        }

        .bp3-control-group>* {
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            -ms-flex-negative: 0;
            flex-grow: 0;
            flex-shrink: 0
        }

        .bp3-control-group>.bp3-fill {
            -ms-flex-positive: 1;
            -ms-flex-negative: 1;
            flex-grow: 1;
            flex-shrink: 1
        }

        .bp3-control-group .bp3-button,
        .bp3-control-group .bp3-html-select,
        .bp3-control-group .bp3-input,
        .bp3-control-group .bp3-select {
            position: relative
        }

        .bp3-control-group .bp3-input {
            border-radius: inherit;
            z-index: 2
        }

        .bp3-control-group .bp3-input:focus {
            border-radius: 3px;
            z-index: 14
        }

        .bp3-control-group .bp3-input[class*=bp3-intent] {
            z-index: 13
        }

        .bp3-control-group .bp3-input[class*=bp3-intent]:focus {
            z-index: 15
        }

        .bp3-control-group .bp3-input.bp3-disabled,
        .bp3-control-group .bp3-input:disabled,
        .bp3-control-group .bp3-input[readonly] {
            z-index: 1
        }

        .bp3-control-group .bp3-input-group[class*=bp3-intent] .bp3-input {
            z-index: 13
        }

        .bp3-control-group .bp3-input-group[class*=bp3-intent] .bp3-input:focus {
            z-index: 15
        }

        .bp3-control-group .bp3-button,
        .bp3-control-group .bp3-html-select select,
        .bp3-control-group .bp3-select select {
            border-radius: inherit;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            z-index: 4
        }

        .bp3-control-group .bp3-button:focus,
        .bp3-control-group .bp3-html-select select:focus,
        .bp3-control-group .bp3-select select:focus {
            z-index: 5
        }

        .bp3-control-group .bp3-button:hover,
        .bp3-control-group .bp3-html-select select:hover,
        .bp3-control-group .bp3-select select:hover {
            z-index: 6
        }

        .bp3-control-group .bp3-button:active,
        .bp3-control-group .bp3-html-select select:active,
        .bp3-control-group .bp3-select select:active {
            z-index: 7
        }

        .bp3-control-group .bp3-button.bp3-disabled,
        .bp3-control-group .bp3-button:disabled,
        .bp3-control-group .bp3-button[readonly],
        .bp3-control-group .bp3-html-select select.bp3-disabled,
        .bp3-control-group .bp3-html-select select:disabled,
        .bp3-control-group .bp3-html-select select[readonly],
        .bp3-control-group .bp3-select select.bp3-disabled,
        .bp3-control-group .bp3-select select:disabled,
        .bp3-control-group .bp3-select select[readonly] {
            z-index: 3
        }

        .bp3-control-group .bp3-button[class*=bp3-intent],
        .bp3-control-group .bp3-html-select select[class*=bp3-intent],
        .bp3-control-group .bp3-select select[class*=bp3-intent] {
            z-index: 9
        }

        .bp3-control-group .bp3-button[class*=bp3-intent]:focus,
        .bp3-control-group .bp3-html-select select[class*=bp3-intent]:focus,
        .bp3-control-group .bp3-select select[class*=bp3-intent]:focus {
            z-index: 10
        }

        .bp3-control-group .bp3-button[class*=bp3-intent]:hover,
        .bp3-control-group .bp3-html-select select[class*=bp3-intent]:hover,
        .bp3-control-group .bp3-select select[class*=bp3-intent]:hover {
            z-index: 11
        }

        .bp3-control-group .bp3-button[class*=bp3-intent]:active,
        .bp3-control-group .bp3-html-select select[class*=bp3-intent]:active,
        .bp3-control-group .bp3-select select[class*=bp3-intent]:active {
            z-index: 12
        }

        .bp3-control-group .bp3-button[class*=bp3-intent].bp3-disabled,
        .bp3-control-group .bp3-button[class*=bp3-intent]:disabled,
        .bp3-control-group .bp3-button[class*=bp3-intent][readonly],
        .bp3-control-group .bp3-html-select select[class*=bp3-intent].bp3-disabled,
        .bp3-control-group .bp3-html-select select[class*=bp3-intent]:disabled,
        .bp3-control-group .bp3-html-select select[class*=bp3-intent][readonly],
        .bp3-control-group .bp3-select select[class*=bp3-intent].bp3-disabled,
        .bp3-control-group .bp3-select select[class*=bp3-intent]:disabled,
        .bp3-control-group .bp3-select select[class*=bp3-intent][readonly] {
            z-index: 8
        }

        .bp3-control-group .bp3-input-group>.bp3-button,
        .bp3-control-group .bp3-input-group>.bp3-icon,
        .bp3-control-group .bp3-input-group>.bp3-input-action,
        .bp3-control-group .bp3-input-group>.bp3-input-left-container {
            z-index: 16
        }

        .bp3-control-group .bp3-html-select:after,
        .bp3-control-group .bp3-html-select>.bp3-icon,
        .bp3-control-group .bp3-select:after,
        .bp3-control-group .bp3-select>.bp3-icon {
            z-index: 17
        }

        .bp3-control-group .bp3-select:focus-within {
            z-index: 5
        }

        .bp3-control-group:not(.bp3-vertical)>:not(.bp3-divider) {
            margin-right: -1px
        }

        .bp3-control-group:not(.bp3-vertical)>.bp3-divider:not(:first-child) {
            margin-left: 6px
        }

        .bp3-dark .bp3-control-group:not(.bp3-vertical)>:not(.bp3-divider) {
            margin-right: 0
        }

        .bp3-dark .bp3-control-group:not(.bp3-vertical)>.bp3-button+.bp3-button {
            margin-left: 1px
        }

        .bp3-control-group .bp3-popover-target,
        .bp3-control-group .bp3-popover-wrapper {
            border-radius: inherit
        }

        .bp3-control-group>:first-child {
            border-radius: 3px 0 0 3px
        }

        .bp3-control-group>:last-child {
            border-radius: 0 3px 3px 0;
            margin-right: 0
        }

        .bp3-control-group>:only-child {
            border-radius: 3px;
            margin-right: 0
        }

        .bp3-control-group .bp3-input-group .bp3-button {
            border-radius: 3px
        }

        .bp3-control-group .bp3-numeric-input:not(:first-child) .bp3-input-group {
            border-bottom-left-radius: 0;
            border-top-left-radius: 0
        }

        .bp3-control-group.bp3-fill {
            width: 100%
        }

        .bp3-control-group.bp3-fill>:not(.bp3-fixed),
        .bp3-control-group>.bp3-fill {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto
        }

        .bp3-control-group.bp3-vertical {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

        .bp3-control-group.bp3-vertical>* {
            margin-top: -1px
        }

        .bp3-control-group.bp3-vertical>:first-child {
            border-radius: 3px 3px 0 0;
            margin-top: 0
        }

        .bp3-control-group.bp3-vertical>:last-child {
            border-radius: 0 0 3px 3px
        }

        .bp3-control {
            cursor: pointer;
            display: block;
            margin-bottom: 10px;
            position: relative;
            text-transform: none
        }

        .bp3-control input:checked~.bp3-control-indicator {
            background-color: #137cbd;
            background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .1)), to(hsla(0, 0%, 100%, 0)));
            background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, 0));
            color: #fff
        }

        .bp3-control input:checked~.bp3-control-indicator,
        .bp3-control:hover input:checked~.bp3-control-indicator {
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4), inset 0 -1px 0 rgba(16, 22, 26, .2);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4), inset 0 -1px 0 rgba(16, 22, 26, .2)
        }

        .bp3-control:hover input:checked~.bp3-control-indicator {
            background-color: #106ba3
        }

        .bp3-control input:not(:disabled):active:checked~.bp3-control-indicator {
            background: #0e5a8a;
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4), inset 0 1px 2px rgba(16, 22, 26, .2);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4), inset 0 1px 2px rgba(16, 22, 26, .2)
        }

        .bp3-control input:disabled:checked~.bp3-control-indicator {
            background: rgba(19, 124, 189, .5);
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .bp3-dark .bp3-control input:checked~.bp3-control-indicator,
        .bp3-dark .bp3-control:hover input:checked~.bp3-control-indicator {
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-control:hover input:checked~.bp3-control-indicator {
            background-color: #106ba3
        }

        .bp3-dark .bp3-control input:not(:disabled):active:checked~.bp3-control-indicator {
            background-color: #0e5a8a;
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .4), inset 0 1px 2px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .4), inset 0 1px 2px rgba(16, 22, 26, .2)
        }

        .bp3-dark .bp3-control input:disabled:checked~.bp3-control-indicator {
            background: rgba(14, 90, 138, .5);
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .bp3-control:not(.bp3-align-right) {
            padding-left: 26px
        }

        .bp3-control:not(.bp3-align-right) .bp3-control-indicator {
            margin-left: -26px
        }

        .bp3-control.bp3-align-right {
            padding-right: 26px
        }

        .bp3-control.bp3-align-right .bp3-control-indicator {
            margin-right: -26px
        }

        .bp3-control.bp3-disabled {
            color: rgba(92, 112, 128, .6);
            cursor: not-allowed
        }

        .bp3-control.bp3-inline {
            display: inline-block;
            margin-right: 20px
        }

        .bp3-control input {
            left: 0;
            opacity: 0;
            position: absolute;
            top: 0;
            z-index: -1
        }

        .bp3-control .bp3-control-indicator {
            background-clip: padding-box;
            background-color: #f5f8fa;
            background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .8)), to(hsla(0, 0%, 100%, 0)));
            background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, 0));
            border: none;
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .2), inset 0 -1px 0 rgba(16, 22, 26, .1);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .2), inset 0 -1px 0 rgba(16, 22, 26, .1);
            cursor: pointer;
            display: inline-block;
            font-size: 16px;
            height: 1em;
            margin-right: 10px;
            margin-top: -3px;
            position: relative;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            vertical-align: middle;
            width: 1em
        }

        .bp3-control .bp3-control-indicator:before {
            content: "";
            display: block;
            height: 1em;
            width: 1em
        }

        .bp3-control:hover .bp3-control-indicator {
            background-color: #ebf1f5
        }

        .bp3-control input:not(:disabled):active~.bp3-control-indicator {
            background: #d8e1e8;
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .2), inset 0 1px 2px rgba(16, 22, 26, .2);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .2), inset 0 1px 2px rgba(16, 22, 26, .2)
        }

        .bp3-control input:disabled~.bp3-control-indicator {
            background: rgba(206, 217, 224, .5);
            -webkit-box-shadow: none;
            box-shadow: none;
            cursor: not-allowed
        }

        .bp3-control input:focus~.bp3-control-indicator {
            -moz-outline-radius: 6px;
            outline: 2px auto rgba(19, 124, 189, .6);
            outline-offset: 2px
        }

        .bp3-control.bp3-align-right .bp3-control-indicator {
            float: right;
            margin-left: 10px;
            margin-top: 1px
        }

        .bp3-control.bp3-large {
            font-size: 16px
        }

        .bp3-control.bp3-large:not(.bp3-align-right) {
            padding-left: 30px
        }

        .bp3-control.bp3-large:not(.bp3-align-right) .bp3-control-indicator {
            margin-left: -30px
        }

        .bp3-control.bp3-large.bp3-align-right {
            padding-right: 30px
        }

        .bp3-control.bp3-large.bp3-align-right .bp3-control-indicator {
            margin-right: -30px
        }

        .bp3-control.bp3-large .bp3-control-indicator {
            font-size: 20px
        }

        .bp3-control.bp3-large.bp3-align-right .bp3-control-indicator {
            margin-top: 0
        }

        .bp3-control.bp3-checkbox input:indeterminate~.bp3-control-indicator {
            background-color: #137cbd;
            background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .1)), to(hsla(0, 0%, 100%, 0)));
            background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, 0));
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4), inset 0 -1px 0 rgba(16, 22, 26, .2);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4), inset 0 -1px 0 rgba(16, 22, 26, .2);
            color: #fff
        }

        .bp3-control.bp3-checkbox:hover input:indeterminate~.bp3-control-indicator {
            background-color: #106ba3;
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4), inset 0 -1px 0 rgba(16, 22, 26, .2);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4), inset 0 -1px 0 rgba(16, 22, 26, .2)
        }

        .bp3-control.bp3-checkbox input:not(:disabled):active:indeterminate~.bp3-control-indicator {
            background: #0e5a8a;
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4), inset 0 1px 2px rgba(16, 22, 26, .2);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4), inset 0 1px 2px rgba(16, 22, 26, .2)
        }

        .bp3-control.bp3-checkbox input:disabled:indeterminate~.bp3-control-indicator {
            background: rgba(19, 124, 189, .5);
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .bp3-dark .bp3-control.bp3-checkbox input:indeterminate~.bp3-control-indicator {
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-control.bp3-checkbox:hover input:indeterminate~.bp3-control-indicator {
            background-color: #106ba3;
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-control.bp3-checkbox input:not(:disabled):active:indeterminate~.bp3-control-indicator {
            background-color: #0e5a8a;
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .4), inset 0 1px 2px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .4), inset 0 1px 2px rgba(16, 22, 26, .2)
        }

        .bp3-dark .bp3-control.bp3-checkbox input:disabled:indeterminate~.bp3-control-indicator {
            background: rgba(14, 90, 138, .5);
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .bp3-control.bp3-checkbox .bp3-control-indicator {
            border-radius: 3px
        }

        .bp3-control.bp3-checkbox input:checked~.bp3-control-indicator:before {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M12 5c-.28 0-.53.11-.71.29L7 9.59l-2.29-2.3a1.003 1.003 0 0 0-1.42 1.42l3 3c.18.18.43.29.71.29s.53-.11.71-.29l5-5A1.003 1.003 0 0 0 12 5z' clip-rule='evenodd'/%3E%3C/svg%3E")
        }

        .bp3-control.bp3-checkbox input:indeterminate~.bp3-control-indicator:before {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M11 7H5c-.55 0-1 .45-1 1s.45 1 1 1h6c.55 0 1-.45 1-1s-.45-1-1-1z' clip-rule='evenodd'/%3E%3C/svg%3E")
        }

        .bp3-control.bp3-radio .bp3-control-indicator {
            border-radius: 50%
        }

        .bp3-control.bp3-radio input:checked~.bp3-control-indicator:before {
            background-image: radial-gradient(#fff, #fff 28%, transparent 32%)
        }

        .bp3-control.bp3-radio input:checked:disabled~.bp3-control-indicator:before {
            opacity: .5
        }

        .bp3-control.bp3-radio input:focus~.bp3-control-indicator {
            -moz-outline-radius: 16px
        }

        .bp3-control.bp3-switch input~.bp3-control-indicator {
            background: rgba(167, 182, 194, .5)
        }

        .bp3-control.bp3-switch:hover input~.bp3-control-indicator {
            background: rgba(115, 134, 148, .5)
        }

        .bp3-control.bp3-switch input:not(:disabled):active~.bp3-control-indicator {
            background: rgba(92, 112, 128, .5)
        }

        .bp3-control.bp3-switch input:disabled~.bp3-control-indicator {
            background: rgba(206, 217, 224, .5)
        }

        .bp3-control.bp3-switch input:disabled~.bp3-control-indicator:before {
            background: hsla(0, 0%, 100%, .8)
        }

        .bp3-control.bp3-switch input:checked~.bp3-control-indicator {
            background: #137cbd
        }

        .bp3-control.bp3-switch:hover input:checked~.bp3-control-indicator {
            background: #106ba3
        }

        .bp3-control.bp3-switch input:checked:not(:disabled):active~.bp3-control-indicator {
            background: #0e5a8a
        }

        .bp3-control.bp3-switch input:checked:disabled~.bp3-control-indicator {
            background: rgba(19, 124, 189, .5)
        }

        .bp3-control.bp3-switch input:checked:disabled~.bp3-control-indicator:before {
            background: hsla(0, 0%, 100%, .8)
        }

        .bp3-control.bp3-switch:not(.bp3-align-right) {
            padding-left: 38px
        }

        .bp3-control.bp3-switch:not(.bp3-align-right) .bp3-control-indicator {
            margin-left: -38px
        }

        .bp3-control.bp3-switch.bp3-align-right {
            padding-right: 38px
        }

        .bp3-control.bp3-switch.bp3-align-right .bp3-control-indicator {
            margin-right: -38px
        }

        .bp3-control.bp3-switch .bp3-control-indicator {
            border: none;
            border-radius: 1.75em;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            min-width: 1.75em;
            -webkit-transition: background-color .1s cubic-bezier(.4, 1, .75, .9);
            transition: background-color .1s cubic-bezier(.4, 1, .75, .9);
            width: auto
        }

        .bp3-control.bp3-switch .bp3-control-indicator:before {
            background: #fff;
            border-radius: 50%;
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 1px 1px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 1px 1px rgba(16, 22, 26, .2);
            height: calc(1em - 4px);
            left: 0;
            margin: 2px;
            position: absolute;
            -webkit-transition: left .1s cubic-bezier(.4, 1, .75, .9);
            transition: left .1s cubic-bezier(.4, 1, .75, .9);
            width: calc(1em - 4px)
        }

        .bp3-control.bp3-switch input:checked~.bp3-control-indicator:before {
            left: calc(100% - 1em)
        }

        .bp3-control.bp3-switch.bp3-large:not(.bp3-align-right) {
            padding-left: 45px
        }

        .bp3-control.bp3-switch.bp3-large:not(.bp3-align-right) .bp3-control-indicator {
            margin-left: -45px
        }

        .bp3-control.bp3-switch.bp3-large.bp3-align-right {
            padding-right: 45px
        }

        .bp3-control.bp3-switch.bp3-large.bp3-align-right .bp3-control-indicator {
            margin-right: -45px
        }

        .bp3-dark .bp3-control.bp3-switch input~.bp3-control-indicator {
            background: rgba(16, 22, 26, .5)
        }

        .bp3-dark .bp3-control.bp3-switch:hover input~.bp3-control-indicator {
            background: rgba(16, 22, 26, .7)
        }

        .bp3-dark .bp3-control.bp3-switch input:not(:disabled):active~.bp3-control-indicator {
            background: rgba(16, 22, 26, .9)
        }

        .bp3-dark .bp3-control.bp3-switch input:disabled~.bp3-control-indicator {
            background: rgba(57, 75, 89, .5)
        }

        .bp3-dark .bp3-control.bp3-switch input:disabled~.bp3-control-indicator:before {
            background: rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-control.bp3-switch input:checked~.bp3-control-indicator {
            background: #137cbd
        }

        .bp3-dark .bp3-control.bp3-switch:hover input:checked~.bp3-control-indicator {
            background: #106ba3
        }

        .bp3-dark .bp3-control.bp3-switch input:checked:not(:disabled):active~.bp3-control-indicator {
            background: #0e5a8a
        }

        .bp3-dark .bp3-control.bp3-switch input:checked:disabled~.bp3-control-indicator {
            background: rgba(14, 90, 138, .5)
        }

        .bp3-dark .bp3-control.bp3-switch input:checked:disabled~.bp3-control-indicator:before {
            background: rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-control.bp3-switch .bp3-control-indicator:before {
            background: #394b59;
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-control.bp3-switch input:checked~.bp3-control-indicator:before {
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4)
        }

        .bp3-control.bp3-switch .bp3-switch-inner-text {
            font-size: .7em;
            text-align: center
        }

        .bp3-control.bp3-switch .bp3-control-indicator-child:first-child {
            line-height: 0;
            margin-left: .5em;
            margin-right: 1.2em;
            visibility: hidden
        }

        .bp3-control.bp3-switch .bp3-control-indicator-child:last-child {
            line-height: 1em;
            margin-left: 1.2em;
            margin-right: .5em;
            visibility: visible
        }

        .bp3-control.bp3-switch input:checked~.bp3-control-indicator .bp3-control-indicator-child:first-child {
            line-height: 1em;
            visibility: visible
        }

        .bp3-control.bp3-switch input:checked~.bp3-control-indicator .bp3-control-indicator-child:last-child {
            line-height: 0;
            visibility: hidden
        }

        .bp3-dark .bp3-control {
            color: #f5f8fa
        }

        .bp3-dark .bp3-control.bp3-disabled {
            color: rgba(167, 182, 194, .6)
        }

        .bp3-dark .bp3-control .bp3-control-indicator {
            background-color: #394b59;
            background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .05)), to(hsla(0, 0%, 100%, 0)));
            background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .05), hsla(0, 0%, 100%, 0));
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-control:hover .bp3-control-indicator {
            background-color: #30404d
        }

        .bp3-dark .bp3-control input:not(:disabled):active~.bp3-control-indicator {
            background: #202b33;
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .6), inset 0 1px 2px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .6), inset 0 1px 2px rgba(16, 22, 26, .2)
        }

        .bp3-dark .bp3-control input:disabled~.bp3-control-indicator {
            background: rgba(57, 75, 89, .5);
            -webkit-box-shadow: none;
            box-shadow: none;
            cursor: not-allowed
        }

        .bp3-dark .bp3-control.bp3-checkbox input:disabled:checked~.bp3-control-indicator,
        .bp3-dark .bp3-control.bp3-checkbox input:disabled:indeterminate~.bp3-control-indicator {
            color: rgba(167, 182, 194, .6)
        }

        .bp3-file-input {
            cursor: pointer;
            display: inline-block;
            height: 30px;
            position: relative
        }

        .bp3-file-input input {
            margin: 0;
            min-width: 200px;
            opacity: 0
        }

        .bp3-file-input input.bp3-disabled+.bp3-file-upload-input,
        .bp3-file-input input:disabled+.bp3-file-upload-input {
            background: rgba(206, 217, 224, .5);
            -webkit-box-shadow: none;
            box-shadow: none;
            color: rgba(92, 112, 128, .6);
            cursor: not-allowed;
            resize: none
        }

        .bp3-file-input input.bp3-disabled+.bp3-file-upload-input:after,
        .bp3-file-input input:disabled+.bp3-file-upload-input:after {
            background-color: rgba(206, 217, 224, .5);
            background-image: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: rgba(92, 112, 128, .6);
            cursor: not-allowed;
            outline: none
        }

        .bp3-file-input input.bp3-disabled+.bp3-file-upload-input:after.bp3-active,
        .bp3-file-input input.bp3-disabled+.bp3-file-upload-input:after.bp3-active:hover,
        .bp3-file-input input:disabled+.bp3-file-upload-input:after.bp3-active,
        .bp3-file-input input:disabled+.bp3-file-upload-input:after.bp3-active:hover {
            background: rgba(206, 217, 224, .7)
        }

        .bp3-dark .bp3-file-input input.bp3-disabled+.bp3-file-upload-input,
        .bp3-dark .bp3-file-input input:disabled+.bp3-file-upload-input {
            background: rgba(57, 75, 89, .5);
            -webkit-box-shadow: none;
            box-shadow: none;
            color: rgba(167, 182, 194, .6)
        }

        .bp3-dark .bp3-file-input input.bp3-disabled+.bp3-file-upload-input:after,
        .bp3-dark .bp3-file-input input:disabled+.bp3-file-upload-input:after {
            background-color: rgba(57, 75, 89, .5);
            background-image: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: rgba(167, 182, 194, .6)
        }

        .bp3-dark .bp3-file-input input.bp3-disabled+.bp3-file-upload-input:after.bp3-active,
        .bp3-dark .bp3-file-input input:disabled+.bp3-file-upload-input:after.bp3-active {
            background: rgba(57, 75, 89, .7)
        }

        .bp3-file-input.bp3-file-input-has-selection .bp3-file-upload-input {
            color: #182026
        }

        .bp3-dark .bp3-file-input.bp3-file-input-has-selection .bp3-file-upload-input {
            color: #f5f8fa
        }

        .bp3-file-input.bp3-fill {
            width: 100%
        }

        .bp3-file-input.bp3-large,
        .bp3-large .bp3-file-input {
            height: 40px
        }

        .bp3-file-input .bp3-file-upload-input-custom-text:after {
            content: attr(bp3-button-text)
        }

        .bp3-file-upload-input {
            word-wrap: normal;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: #fff;
            border: none;
            border-radius: 3px;
            -webkit-box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, .15), inset 0 1px 1px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, .15), inset 0 1px 1px rgba(16, 22, 26, .2);
            color: #182026;
            color: rgba(92, 112, 128, .6);
            font-size: 14px;
            font-weight: 400;
            height: 30px;
            left: 0;
            line-height: 30px;
            outline: none;
            overflow: hidden;
            padding: 0 80px 0 10px;
            position: absolute;
            right: 0;
            text-overflow: ellipsis;
            top: 0;
            -webkit-transition: -webkit-box-shadow .1s cubic-bezier(.4, 1, .75, .9);
            transition: -webkit-box-shadow .1s cubic-bezier(.4, 1, .75, .9);
            transition: box-shadow .1s cubic-bezier(.4, 1, .75, .9);
            transition: box-shadow .1s cubic-bezier(.4, 1, .75, .9), -webkit-box-shadow .1s cubic-bezier(.4, 1, .75, .9);
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            vertical-align: middle;
            white-space: nowrap
        }

        .bp3-file-upload-input::-webkit-input-placeholder {
            color: rgba(92, 112, 128, .6);
            opacity: 1
        }

        .bp3-file-upload-input::-moz-placeholder {
            color: rgba(92, 112, 128, .6);
            opacity: 1
        }

        .bp3-file-upload-input:-ms-input-placeholder {
            color: rgba(92, 112, 128, .6);
            opacity: 1
        }

        .bp3-file-upload-input::-ms-input-placeholder {
            color: rgba(92, 112, 128, .6);
            opacity: 1
        }

        .bp3-file-upload-input::placeholder {
            color: rgba(92, 112, 128, .6);
            opacity: 1
        }

        .bp3-file-upload-input.bp3-active,
        .bp3-file-upload-input:focus {
            -webkit-box-shadow: 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, .3), inset 0 1px 1px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, .3), inset 0 1px 1px rgba(16, 22, 26, .2)
        }

        .bp3-file-upload-input.bp3-round,
        .bp3-file-upload-input[type=search] {
            border-radius: 30px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding-left: 10px
        }

        .bp3-file-upload-input[readonly] {
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .15);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .15)
        }

        .bp3-file-upload-input.bp3-disabled,
        .bp3-file-upload-input:disabled {
            background: rgba(206, 217, 224, .5);
            -webkit-box-shadow: none;
            box-shadow: none;
            color: rgba(92, 112, 128, .6);
            cursor: not-allowed;
            resize: none
        }

        .bp3-file-upload-input:after {
            word-wrap: normal;
            background-color: #f5f8fa;
            background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .8)), to(hsla(0, 0%, 100%, 0)));
            background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, 0));
            border-radius: 3px;
            color: #182026;
            content: "Browse";
            line-height: 24px;
            margin: 3px;
            min-height: 24px;
            min-width: 24px;
            overflow: hidden;
            position: absolute;
            right: 0;
            text-align: center;
            text-overflow: ellipsis;
            top: 0;
            white-space: nowrap;
            width: 70px
        }

        .bp3-file-upload-input:after:hover {
            background-clip: padding-box;
            background-color: #ebf1f5;
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .2), inset 0 -1px 0 rgba(16, 22, 26, .1);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .2), inset 0 -1px 0 rgba(16, 22, 26, .1)
        }

        .bp3-file-upload-input:after.bp3-active,
        .bp3-file-upload-input:after:active {
            background-color: #d8e1e8;
            background-image: none;
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .2), inset 0 1px 2px rgba(16, 22, 26, .2);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .2), inset 0 1px 2px rgba(16, 22, 26, .2)
        }

        .bp3-file-upload-input:after.bp3-disabled,
        .bp3-file-upload-input:after:disabled {
            background-color: rgba(206, 217, 224, .5);
            background-image: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: rgba(92, 112, 128, .6);
            cursor: not-allowed;
            outline: none
        }

        .bp3-file-upload-input:after.bp3-disabled.bp3-active,
        .bp3-file-upload-input:after.bp3-disabled.bp3-active:hover,
        .bp3-file-upload-input:after:disabled.bp3-active,
        .bp3-file-upload-input:after:disabled.bp3-active:hover {
            background: rgba(206, 217, 224, .7)
        }

        .bp3-file-upload-input:hover:after {
            background-clip: padding-box;
            background-color: #ebf1f5;
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .2), inset 0 -1px 0 rgba(16, 22, 26, .1);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .2), inset 0 -1px 0 rgba(16, 22, 26, .1)
        }

        .bp3-file-upload-input:active:after {
            background-color: #d8e1e8;
            background-image: none;
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .2), inset 0 1px 2px rgba(16, 22, 26, .2);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .2), inset 0 1px 2px rgba(16, 22, 26, .2)
        }

        .bp3-large .bp3-file-upload-input {
            font-size: 16px;
            height: 40px;
            line-height: 40px;
            padding-right: 95px
        }

        .bp3-large .bp3-file-upload-input.bp3-round,
        .bp3-large .bp3-file-upload-input[type=search] {
            padding: 0 15px
        }

        .bp3-large .bp3-file-upload-input:after {
            line-height: 30px;
            margin: 5px;
            min-height: 30px;
            min-width: 30px;
            width: 85px
        }

        .bp3-dark .bp3-file-upload-input {
            background: rgba(16, 22, 26, .3);
            -webkit-box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4);
            color: #f5f8fa;
            color: rgba(167, 182, 194, .6)
        }

        .bp3-dark .bp3-file-upload-input::-webkit-input-placeholder {
            color: rgba(167, 182, 194, .6)
        }

        .bp3-dark .bp3-file-upload-input::-moz-placeholder {
            color: rgba(167, 182, 194, .6)
        }

        .bp3-dark .bp3-file-upload-input:-ms-input-placeholder {
            color: rgba(167, 182, 194, .6)
        }

        .bp3-dark .bp3-file-upload-input::-ms-input-placeholder {
            color: rgba(167, 182, 194, .6)
        }

        .bp3-dark .bp3-file-upload-input::placeholder {
            color: rgba(167, 182, 194, .6)
        }

        .bp3-dark .bp3-file-upload-input:focus {
            -webkit-box-shadow: 0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, .3), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, .3), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-file-upload-input[readonly] {
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-file-upload-input.bp3-disabled,
        .bp3-dark .bp3-file-upload-input:disabled {
            background: rgba(57, 75, 89, .5);
            -webkit-box-shadow: none;
            box-shadow: none;
            color: rgba(167, 182, 194, .6)
        }

        .bp3-dark .bp3-file-upload-input:after {
            background-color: #394b59;
            background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .05)), to(hsla(0, 0%, 100%, 0)));
            background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .05), hsla(0, 0%, 100%, 0));
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .4);
            color: #f5f8fa
        }

        .bp3-dark .bp3-file-upload-input:after.bp3-active,
        .bp3-dark .bp3-file-upload-input:after:active,
        .bp3-dark .bp3-file-upload-input:after:hover {
            color: #f5f8fa
        }

        .bp3-dark .bp3-file-upload-input:after:hover {
            background-color: #30404d;
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-file-upload-input:after.bp3-active,
        .bp3-dark .bp3-file-upload-input:after:active {
            background-color: #202b33;
            background-image: none;
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .6), inset 0 1px 2px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .6), inset 0 1px 2px rgba(16, 22, 26, .2)
        }

        .bp3-dark .bp3-file-upload-input:after.bp3-disabled,
        .bp3-dark .bp3-file-upload-input:after:disabled {
            background-color: rgba(57, 75, 89, .5);
            background-image: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: rgba(167, 182, 194, .6)
        }

        .bp3-dark .bp3-file-upload-input:after.bp3-disabled.bp3-active,
        .bp3-dark .bp3-file-upload-input:after:disabled.bp3-active {
            background: rgba(57, 75, 89, .7)
        }

        .bp3-dark .bp3-file-upload-input:after .bp3-button-spinner .bp3-spinner-head {
            stroke: #8a9ba8;
            background: rgba(16, 22, 26, .5)
        }

        .bp3-dark .bp3-file-upload-input:hover:after {
            background-color: #30404d;
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-file-upload-input:active:after {
            background-color: #202b33;
            background-image: none;
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .6), inset 0 1px 2px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .6), inset 0 1px 2px rgba(16, 22, 26, .2)
        }

        .bp3-file-upload-input:after {
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .2), inset 0 -1px 0 rgba(16, 22, 26, .1);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .2), inset 0 -1px 0 rgba(16, 22, 26, .1)
        }

        .bp3-form-group {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            margin: 0 0 15px
        }

        .bp3-form-group label.bp3-label {
            margin-bottom: 5px
        }

        .bp3-form-group .bp3-control {
            margin-top: 7px
        }

        .bp3-form-group .bp3-form-group-sub-label,
        .bp3-form-group .bp3-form-helper-text {
            color: #5c7080;
            font-size: 12px
        }

        .bp3-form-group .bp3-form-group-sub-label {
            margin-bottom: 5px
        }

        .bp3-form-group .bp3-form-helper-text {
            margin-top: 5px
        }

        .bp3-form-group.bp3-intent-primary .bp3-form-group-sub-label,
        .bp3-form-group.bp3-intent-primary .bp3-form-helper-text {
            color: #106ba3
        }

        .bp3-form-group.bp3-intent-success .bp3-form-group-sub-label,
        .bp3-form-group.bp3-intent-success .bp3-form-helper-text {
            color: #0d8050
        }

        .bp3-form-group.bp3-intent-warning .bp3-form-group-sub-label,
        .bp3-form-group.bp3-intent-warning .bp3-form-helper-text {
            color: #bf7326
        }

        .bp3-form-group.bp3-intent-danger .bp3-form-group-sub-label,
        .bp3-form-group.bp3-intent-danger .bp3-form-helper-text {
            color: #c23030
        }

        .bp3-form-group.bp3-inline {
            -webkit-box-align: start;
            -ms-flex-align: start;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            align-items: flex-start;
            -ms-flex-direction: row;
            flex-direction: row
        }

        .bp3-form-group.bp3-inline.bp3-large label.bp3-label {
            line-height: 40px;
            margin: 0 10px 0 0
        }

        .bp3-form-group.bp3-inline label.bp3-label {
            line-height: 30px;
            margin: 0 10px 0 0
        }

        .bp3-form-group.bp3-disabled .bp3-form-group-sub-label,
        .bp3-form-group.bp3-disabled .bp3-form-helper-text,
        .bp3-form-group.bp3-disabled .bp3-label,
        .bp3-form-group.bp3-disabled .bp3-text-muted {
            color: rgba(92, 112, 128, .6) !important
        }

        .bp3-dark .bp3-form-group.bp3-intent-primary .bp3-form-group-sub-label,
        .bp3-dark .bp3-form-group.bp3-intent-primary .bp3-form-helper-text {
            color: #48aff0
        }

        .bp3-dark .bp3-form-group.bp3-intent-success .bp3-form-group-sub-label,
        .bp3-dark .bp3-form-group.bp3-intent-success .bp3-form-helper-text {
            color: #3dcc91
        }

        .bp3-dark .bp3-form-group.bp3-intent-warning .bp3-form-group-sub-label,
        .bp3-dark .bp3-form-group.bp3-intent-warning .bp3-form-helper-text {
            color: #ffb366
        }

        .bp3-dark .bp3-form-group.bp3-intent-danger .bp3-form-group-sub-label,
        .bp3-dark .bp3-form-group.bp3-intent-danger .bp3-form-helper-text {
            color: #ff7373
        }

        .bp3-dark .bp3-form-group .bp3-form-helper-text {
            color: #a7b6c2
        }

        .bp3-dark .bp3-form-group.bp3-disabled .bp3-form-group-sub-label,
        .bp3-dark .bp3-form-group.bp3-disabled .bp3-form-helper-text,
        .bp3-dark .bp3-form-group.bp3-disabled .bp3-label,
        .bp3-dark .bp3-form-group.bp3-disabled .bp3-text-muted {
            color: rgba(167, 182, 194, .6) !important
        }

        .bp3-input-group {
            display: block;
            position: relative
        }

        .bp3-input-group .bp3-input {
            position: relative;
            width: 100%
        }

        .bp3-input-group .bp3-input:not(:first-child) {
            padding-left: 30px
        }

        .bp3-input-group .bp3-input:not(:last-child) {
            padding-right: 30px
        }

        .bp3-input-group .bp3-input-action,
        .bp3-input-group>.bp3-button,
        .bp3-input-group>.bp3-icon,
        .bp3-input-group>.bp3-input-left-container {
            position: absolute;
            top: 0
        }

        .bp3-input-group .bp3-input-action:first-child,
        .bp3-input-group>.bp3-button:first-child,
        .bp3-input-group>.bp3-icon:first-child,
        .bp3-input-group>.bp3-input-left-container:first-child {
            left: 0
        }

        .bp3-input-group .bp3-input-action:last-child,
        .bp3-input-group>.bp3-button:last-child,
        .bp3-input-group>.bp3-icon:last-child,
        .bp3-input-group>.bp3-input-left-container:last-child {
            right: 0
        }

        .bp3-input-group .bp3-button {
            margin: 3px;
            min-height: 24px;
            min-width: 24px;
            padding: 0 7px
        }

        .bp3-input-group .bp3-button:empty {
            padding: 0
        }

        .bp3-input-group>.bp3-icon,
        .bp3-input-group>.bp3-input-left-container {
            z-index: 1
        }

        .bp3-input-group>.bp3-icon,
        .bp3-input-group>.bp3-input-left-container>.bp3-icon {
            color: #5c7080
        }

        .bp3-input-group>.bp3-icon:empty,
        .bp3-input-group>.bp3-input-left-container>.bp3-icon:empty {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-family: Icons16, sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1
        }

        .bp3-input-group .bp3-input-action>.bp3-spinner,
        .bp3-input-group>.bp3-icon,
        .bp3-input-group>.bp3-input-left-container>.bp3-icon {
            margin: 7px
        }

        .bp3-input-group .bp3-tag {
            margin: 5px
        }

        .bp3-input-group .bp3-input:not(:focus)+.bp3-button.bp3-minimal:not(:hover):not(:focus),
        .bp3-input-group .bp3-input:not(:focus)+.bp3-input-action .bp3-button.bp3-minimal:not(:hover):not(:focus) {
            color: #5c7080
        }

        .bp3-dark .bp3-input-group .bp3-input:not(:focus)+.bp3-button.bp3-minimal:not(:hover):not(:focus),
        .bp3-dark .bp3-input-group .bp3-input:not(:focus)+.bp3-input-action .bp3-button.bp3-minimal:not(:hover):not(:focus) {
            color: #a7b6c2
        }

        .bp3-input-group .bp3-input:not(:focus)+.bp3-button.bp3-minimal:not(:hover):not(:focus) .bp3-icon,
        .bp3-input-group .bp3-input:not(:focus)+.bp3-button.bp3-minimal:not(:hover):not(:focus) .bp3-icon-large,
        .bp3-input-group .bp3-input:not(:focus)+.bp3-button.bp3-minimal:not(:hover):not(:focus) .bp3-icon-standard,
        .bp3-input-group .bp3-input:not(:focus)+.bp3-input-action .bp3-button.bp3-minimal:not(:hover):not(:focus) .bp3-icon,
        .bp3-input-group .bp3-input:not(:focus)+.bp3-input-action .bp3-button.bp3-minimal:not(:hover):not(:focus) .bp3-icon-large,
        .bp3-input-group .bp3-input:not(:focus)+.bp3-input-action .bp3-button.bp3-minimal:not(:hover):not(:focus) .bp3-icon-standard {
            color: #5c7080
        }

        .bp3-input-group .bp3-input:not(:focus)+.bp3-button.bp3-minimal:disabled,
        .bp3-input-group .bp3-input:not(:focus)+.bp3-button.bp3-minimal:disabled .bp3-icon,
        .bp3-input-group .bp3-input:not(:focus)+.bp3-button.bp3-minimal:disabled .bp3-icon-large,
        .bp3-input-group .bp3-input:not(:focus)+.bp3-button.bp3-minimal:disabled .bp3-icon-standard,
        .bp3-input-group .bp3-input:not(:focus)+.bp3-input-action .bp3-button.bp3-minimal:disabled,
        .bp3-input-group .bp3-input:not(:focus)+.bp3-input-action .bp3-button.bp3-minimal:disabled .bp3-icon,
        .bp3-input-group .bp3-input:not(:focus)+.bp3-input-action .bp3-button.bp3-minimal:disabled .bp3-icon-large,
        .bp3-input-group .bp3-input:not(:focus)+.bp3-input-action .bp3-button.bp3-minimal:disabled .bp3-icon-standard {
            color: rgba(92, 112, 128, .6) !important
        }

        .bp3-input-group.bp3-disabled {
            cursor: not-allowed
        }

        .bp3-input-group.bp3-disabled .bp3-icon {
            color: rgba(92, 112, 128, .6)
        }

        .bp3-input-group.bp3-large .bp3-button {
            margin: 5px;
            min-height: 30px;
            min-width: 30px
        }

        .bp3-input-group.bp3-large .bp3-input-action>.bp3-spinner,
        .bp3-input-group.bp3-large>.bp3-icon,
        .bp3-input-group.bp3-large>.bp3-input-left-container>.bp3-icon {
            margin: 12px
        }

        .bp3-input-group.bp3-large .bp3-input {
            font-size: 16px;
            height: 40px;
            line-height: 40px
        }

        .bp3-input-group.bp3-large .bp3-input.bp3-round,
        .bp3-input-group.bp3-large .bp3-input[type=search] {
            padding: 0 15px
        }

        .bp3-input-group.bp3-large .bp3-input:not(:first-child) {
            padding-left: 40px
        }

        .bp3-input-group.bp3-large .bp3-input:not(:last-child) {
            padding-right: 40px
        }

        .bp3-input-group.bp3-small .bp3-button,
        .bp3-input-group.bp3-small .bp3-tag {
            margin: 2px;
            min-height: 20px;
            min-width: 20px
        }

        .bp3-input-group.bp3-small .bp3-input-action>.bp3-spinner,
        .bp3-input-group.bp3-small>.bp3-icon,
        .bp3-input-group.bp3-small>.bp3-input-left-container>.bp3-icon {
            margin: 4px
        }

        .bp3-input-group.bp3-small .bp3-input {
            font-size: 12px;
            height: 24px;
            line-height: 24px;
            padding-left: 8px;
            padding-right: 8px
        }

        .bp3-input-group.bp3-small .bp3-input.bp3-round,
        .bp3-input-group.bp3-small .bp3-input[type=search] {
            padding: 0 12px
        }

        .bp3-input-group.bp3-small .bp3-input:not(:first-child) {
            padding-left: 24px
        }

        .bp3-input-group.bp3-small .bp3-input:not(:last-child) {
            padding-right: 24px
        }

        .bp3-input-group.bp3-fill {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            width: 100%
        }

        .bp3-input-group.bp3-round .bp3-button,
        .bp3-input-group.bp3-round .bp3-input,
        .bp3-input-group.bp3-round .bp3-tag {
            border-radius: 30px
        }

        .bp3-dark .bp3-input-group .bp3-icon {
            color: #a7b6c2
        }

        .bp3-dark .bp3-input-group.bp3-disabled .bp3-icon {
            color: rgba(167, 182, 194, .6)
        }

        .bp3-input-group.bp3-intent-primary .bp3-input {
            -webkit-box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px #137cbd, inset 0 0 0 1px rgba(16, 22, 26, .15), inset 0 1px 1px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px #137cbd, inset 0 0 0 1px rgba(16, 22, 26, .15), inset 0 1px 1px rgba(16, 22, 26, .2)
        }

        .bp3-input-group.bp3-intent-primary .bp3-input:focus {
            -webkit-box-shadow: 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, .3), inset 0 1px 1px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, .3), inset 0 1px 1px rgba(16, 22, 26, .2)
        }

        .bp3-input-group.bp3-intent-primary .bp3-input[readonly] {
            -webkit-box-shadow: inset 0 0 0 1px #137cbd;
            box-shadow: inset 0 0 0 1px #137cbd
        }

        .bp3-input-group.bp3-intent-primary .bp3-input.bp3-disabled,
        .bp3-input-group.bp3-intent-primary .bp3-input:disabled {
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .bp3-input-group.bp3-intent-primary>.bp3-icon {
            color: #106ba3
        }

        .bp3-dark .bp3-input-group.bp3-intent-primary>.bp3-icon {
            color: #48aff0
        }

        .bp3-input-group.bp3-intent-success .bp3-input {
            -webkit-box-shadow: 0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), inset 0 0 0 1px #0f9960, inset 0 0 0 1px rgba(16, 22, 26, .15), inset 0 1px 1px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), inset 0 0 0 1px #0f9960, inset 0 0 0 1px rgba(16, 22, 26, .15), inset 0 1px 1px rgba(16, 22, 26, .2)
        }

        .bp3-input-group.bp3-intent-success .bp3-input:focus {
            -webkit-box-shadow: 0 0 0 1px #0f9960, 0 0 0 3px rgba(15, 153, 96, .3), inset 0 1px 1px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px #0f9960, 0 0 0 3px rgba(15, 153, 96, .3), inset 0 1px 1px rgba(16, 22, 26, .2)
        }

        .bp3-input-group.bp3-intent-success .bp3-input[readonly] {
            -webkit-box-shadow: inset 0 0 0 1px #0f9960;
            box-shadow: inset 0 0 0 1px #0f9960
        }

        .bp3-input-group.bp3-intent-success .bp3-input.bp3-disabled,
        .bp3-input-group.bp3-intent-success .bp3-input:disabled {
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .bp3-input-group.bp3-intent-success>.bp3-icon {
            color: #0d8050
        }

        .bp3-dark .bp3-input-group.bp3-intent-success>.bp3-icon {
            color: #3dcc91
        }

        .bp3-input-group.bp3-intent-warning .bp3-input {
            -webkit-box-shadow: 0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), inset 0 0 0 1px #d9822b, inset 0 0 0 1px rgba(16, 22, 26, .15), inset 0 1px 1px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), inset 0 0 0 1px #d9822b, inset 0 0 0 1px rgba(16, 22, 26, .15), inset 0 1px 1px rgba(16, 22, 26, .2)
        }

        .bp3-input-group.bp3-intent-warning .bp3-input:focus {
            -webkit-box-shadow: 0 0 0 1px #d9822b, 0 0 0 3px rgba(217, 130, 43, .3), inset 0 1px 1px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px #d9822b, 0 0 0 3px rgba(217, 130, 43, .3), inset 0 1px 1px rgba(16, 22, 26, .2)
        }

        .bp3-input-group.bp3-intent-warning .bp3-input[readonly] {
            -webkit-box-shadow: inset 0 0 0 1px #d9822b;
            box-shadow: inset 0 0 0 1px #d9822b
        }

        .bp3-input-group.bp3-intent-warning .bp3-input.bp3-disabled,
        .bp3-input-group.bp3-intent-warning .bp3-input:disabled {
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .bp3-input-group.bp3-intent-warning>.bp3-icon {
            color: #bf7326
        }

        .bp3-dark .bp3-input-group.bp3-intent-warning>.bp3-icon {
            color: #ffb366
        }

        .bp3-input-group.bp3-intent-danger .bp3-input {
            -webkit-box-shadow: 0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), inset 0 0 0 1px #db3737, inset 0 0 0 1px rgba(16, 22, 26, .15), inset 0 1px 1px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), inset 0 0 0 1px #db3737, inset 0 0 0 1px rgba(16, 22, 26, .15), inset 0 1px 1px rgba(16, 22, 26, .2)
        }

        .bp3-input-group.bp3-intent-danger .bp3-input:focus {
            -webkit-box-shadow: 0 0 0 1px #db3737, 0 0 0 3px rgba(219, 55, 55, .3), inset 0 1px 1px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px #db3737, 0 0 0 3px rgba(219, 55, 55, .3), inset 0 1px 1px rgba(16, 22, 26, .2)
        }

        .bp3-input-group.bp3-intent-danger .bp3-input[readonly] {
            -webkit-box-shadow: inset 0 0 0 1px #db3737;
            box-shadow: inset 0 0 0 1px #db3737
        }

        .bp3-input-group.bp3-intent-danger .bp3-input.bp3-disabled,
        .bp3-input-group.bp3-intent-danger .bp3-input:disabled {
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .bp3-input-group.bp3-intent-danger>.bp3-icon {
            color: #c23030
        }

        .bp3-dark .bp3-input-group.bp3-intent-danger>.bp3-icon {
            color: #ff7373
        }

        .bp3-input {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            background: #fff;
            border: none;
            border-radius: 3px;
            -webkit-box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, .15), inset 0 1px 1px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, .15), inset 0 1px 1px rgba(16, 22, 26, .2);
            color: #182026;
            font-size: 14px;
            font-weight: 400;
            height: 30px;
            line-height: 30px;
            outline: none;
            padding: 0 10px;
            -webkit-transition: -webkit-box-shadow .1s cubic-bezier(.4, 1, .75, .9);
            transition: -webkit-box-shadow .1s cubic-bezier(.4, 1, .75, .9);
            transition: box-shadow .1s cubic-bezier(.4, 1, .75, .9);
            transition: box-shadow .1s cubic-bezier(.4, 1, .75, .9), -webkit-box-shadow .1s cubic-bezier(.4, 1, .75, .9);
            vertical-align: middle
        }

        .bp3-input::-webkit-input-placeholder {
            color: rgba(92, 112, 128, .6);
            opacity: 1
        }

        .bp3-input::-moz-placeholder {
            color: rgba(92, 112, 128, .6);
            opacity: 1
        }

        .bp3-input:-ms-input-placeholder {
            color: rgba(92, 112, 128, .6);
            opacity: 1
        }

        .bp3-input::-ms-input-placeholder {
            color: rgba(92, 112, 128, .6);
            opacity: 1
        }

        .bp3-input::placeholder {
            color: rgba(92, 112, 128, .6);
            opacity: 1
        }

        .bp3-input.bp3-active,
        .bp3-input:focus {
            -webkit-box-shadow: 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, .3), inset 0 1px 1px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, .3), inset 0 1px 1px rgba(16, 22, 26, .2)
        }

        .bp3-input.bp3-round,
        .bp3-input[type=search] {
            border-radius: 30px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding-left: 10px
        }

        .bp3-input[readonly] {
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .15);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .15)
        }

        .bp3-input.bp3-disabled,
        .bp3-input:disabled {
            background: rgba(206, 217, 224, .5);
            -webkit-box-shadow: none;
            box-shadow: none;
            color: rgba(92, 112, 128, .6);
            cursor: not-allowed;
            resize: none
        }

        .bp3-input.bp3-large {
            font-size: 16px;
            height: 40px;
            line-height: 40px
        }

        .bp3-input.bp3-large.bp3-round,
        .bp3-input.bp3-large[type=search] {
            padding: 0 15px
        }

        .bp3-input.bp3-small {
            font-size: 12px;
            height: 24px;
            line-height: 24px;
            padding-left: 8px;
            padding-right: 8px
        }

        .bp3-input.bp3-small.bp3-round,
        .bp3-input.bp3-small[type=search] {
            padding: 0 12px
        }

        .bp3-input.bp3-fill {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            width: 100%
        }

        .bp3-dark .bp3-input {
            background: rgba(16, 22, 26, .3);
            -webkit-box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4);
            color: #f5f8fa
        }

        .bp3-dark .bp3-input::-webkit-input-placeholder {
            color: rgba(167, 182, 194, .6)
        }

        .bp3-dark .bp3-input::-moz-placeholder {
            color: rgba(167, 182, 194, .6)
        }

        .bp3-dark .bp3-input:-ms-input-placeholder {
            color: rgba(167, 182, 194, .6)
        }

        .bp3-dark .bp3-input::-ms-input-placeholder {
            color: rgba(167, 182, 194, .6)
        }

        .bp3-dark .bp3-input::placeholder {
            color: rgba(167, 182, 194, .6)
        }

        .bp3-dark .bp3-input:focus {
            -webkit-box-shadow: 0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, .3), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, .3), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-input[readonly] {
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-input.bp3-disabled,
        .bp3-dark .bp3-input:disabled {
            background: rgba(57, 75, 89, .5);
            -webkit-box-shadow: none;
            box-shadow: none;
            color: rgba(167, 182, 194, .6)
        }

        .bp3-input.bp3-intent-primary {
            -webkit-box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px #137cbd, inset 0 0 0 1px rgba(16, 22, 26, .15), inset 0 1px 1px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px #137cbd, inset 0 0 0 1px rgba(16, 22, 26, .15), inset 0 1px 1px rgba(16, 22, 26, .2)
        }

        .bp3-input.bp3-intent-primary:focus {
            -webkit-box-shadow: 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, .3), inset 0 1px 1px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, .3), inset 0 1px 1px rgba(16, 22, 26, .2)
        }

        .bp3-input.bp3-intent-primary[readonly] {
            -webkit-box-shadow: inset 0 0 0 1px #137cbd;
            box-shadow: inset 0 0 0 1px #137cbd
        }

        .bp3-input.bp3-intent-primary.bp3-disabled,
        .bp3-input.bp3-intent-primary:disabled {
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .bp3-dark .bp3-input.bp3-intent-primary {
            -webkit-box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px #137cbd, inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px #137cbd, inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-input.bp3-intent-primary:focus {
            -webkit-box-shadow: 0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, .3), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, .3), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-input.bp3-intent-primary[readonly] {
            -webkit-box-shadow: inset 0 0 0 1px #137cbd;
            box-shadow: inset 0 0 0 1px #137cbd
        }

        .bp3-dark .bp3-input.bp3-intent-primary.bp3-disabled,
        .bp3-dark .bp3-input.bp3-intent-primary:disabled {
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .bp3-input.bp3-intent-success {
            -webkit-box-shadow: 0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), inset 0 0 0 1px #0f9960, inset 0 0 0 1px rgba(16, 22, 26, .15), inset 0 1px 1px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), inset 0 0 0 1px #0f9960, inset 0 0 0 1px rgba(16, 22, 26, .15), inset 0 1px 1px rgba(16, 22, 26, .2)
        }

        .bp3-input.bp3-intent-success:focus {
            -webkit-box-shadow: 0 0 0 1px #0f9960, 0 0 0 3px rgba(15, 153, 96, .3), inset 0 1px 1px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px #0f9960, 0 0 0 3px rgba(15, 153, 96, .3), inset 0 1px 1px rgba(16, 22, 26, .2)
        }

        .bp3-input.bp3-intent-success[readonly] {
            -webkit-box-shadow: inset 0 0 0 1px #0f9960;
            box-shadow: inset 0 0 0 1px #0f9960
        }

        .bp3-input.bp3-intent-success.bp3-disabled,
        .bp3-input.bp3-intent-success:disabled {
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .bp3-dark .bp3-input.bp3-intent-success {
            -webkit-box-shadow: 0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), inset 0 0 0 1px #0f9960, inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), 0 0 0 0 rgba(15, 153, 96, 0), inset 0 0 0 1px #0f9960, inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-input.bp3-intent-success:focus {
            -webkit-box-shadow: 0 0 0 1px #0f9960, 0 0 0 1px #0f9960, 0 0 0 3px rgba(15, 153, 96, .3), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px #0f9960, 0 0 0 1px #0f9960, 0 0 0 3px rgba(15, 153, 96, .3), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-input.bp3-intent-success[readonly] {
            -webkit-box-shadow: inset 0 0 0 1px #0f9960;
            box-shadow: inset 0 0 0 1px #0f9960
        }

        .bp3-dark .bp3-input.bp3-intent-success.bp3-disabled,
        .bp3-dark .bp3-input.bp3-intent-success:disabled {
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .bp3-input.bp3-intent-warning {
            -webkit-box-shadow: 0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), inset 0 0 0 1px #d9822b, inset 0 0 0 1px rgba(16, 22, 26, .15), inset 0 1px 1px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), inset 0 0 0 1px #d9822b, inset 0 0 0 1px rgba(16, 22, 26, .15), inset 0 1px 1px rgba(16, 22, 26, .2)
        }

        .bp3-input.bp3-intent-warning:focus {
            -webkit-box-shadow: 0 0 0 1px #d9822b, 0 0 0 3px rgba(217, 130, 43, .3), inset 0 1px 1px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px #d9822b, 0 0 0 3px rgba(217, 130, 43, .3), inset 0 1px 1px rgba(16, 22, 26, .2)
        }

        .bp3-input.bp3-intent-warning[readonly] {
            -webkit-box-shadow: inset 0 0 0 1px #d9822b;
            box-shadow: inset 0 0 0 1px #d9822b
        }

        .bp3-input.bp3-intent-warning.bp3-disabled,
        .bp3-input.bp3-intent-warning:disabled {
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .bp3-dark .bp3-input.bp3-intent-warning {
            -webkit-box-shadow: 0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), inset 0 0 0 1px #d9822b, inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), 0 0 0 0 rgba(217, 130, 43, 0), inset 0 0 0 1px #d9822b, inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-input.bp3-intent-warning:focus {
            -webkit-box-shadow: 0 0 0 1px #d9822b, 0 0 0 1px #d9822b, 0 0 0 3px rgba(217, 130, 43, .3), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px #d9822b, 0 0 0 1px #d9822b, 0 0 0 3px rgba(217, 130, 43, .3), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-input.bp3-intent-warning[readonly] {
            -webkit-box-shadow: inset 0 0 0 1px #d9822b;
            box-shadow: inset 0 0 0 1px #d9822b
        }

        .bp3-dark .bp3-input.bp3-intent-warning.bp3-disabled,
        .bp3-dark .bp3-input.bp3-intent-warning:disabled {
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .bp3-input.bp3-intent-danger {
            -webkit-box-shadow: 0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), inset 0 0 0 1px #db3737, inset 0 0 0 1px rgba(16, 22, 26, .15), inset 0 1px 1px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), inset 0 0 0 1px #db3737, inset 0 0 0 1px rgba(16, 22, 26, .15), inset 0 1px 1px rgba(16, 22, 26, .2)
        }

        .bp3-input.bp3-intent-danger:focus {
            -webkit-box-shadow: 0 0 0 1px #db3737, 0 0 0 3px rgba(219, 55, 55, .3), inset 0 1px 1px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px #db3737, 0 0 0 3px rgba(219, 55, 55, .3), inset 0 1px 1px rgba(16, 22, 26, .2)
        }

        .bp3-input.bp3-intent-danger[readonly] {
            -webkit-box-shadow: inset 0 0 0 1px #db3737;
            box-shadow: inset 0 0 0 1px #db3737
        }

        .bp3-input.bp3-intent-danger.bp3-disabled,
        .bp3-input.bp3-intent-danger:disabled {
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .bp3-dark .bp3-input.bp3-intent-danger {
            -webkit-box-shadow: 0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), inset 0 0 0 1px #db3737, inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), 0 0 0 0 rgba(219, 55, 55, 0), inset 0 0 0 1px #db3737, inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-input.bp3-intent-danger:focus {
            -webkit-box-shadow: 0 0 0 1px #db3737, 0 0 0 1px #db3737, 0 0 0 3px rgba(219, 55, 55, .3), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px #db3737, 0 0 0 1px #db3737, 0 0 0 3px rgba(219, 55, 55, .3), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-input.bp3-intent-danger[readonly] {
            -webkit-box-shadow: inset 0 0 0 1px #db3737;
            box-shadow: inset 0 0 0 1px #db3737
        }

        .bp3-dark .bp3-input.bp3-intent-danger.bp3-disabled,
        .bp3-dark .bp3-input.bp3-intent-danger:disabled {
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .bp3-input::-ms-clear {
            display: none
        }

        textarea.bp3-input {
            max-width: 100%;
            padding: 10px
        }

        textarea.bp3-input,
        textarea.bp3-input.bp3-large,
        textarea.bp3-input.bp3-small {
            height: auto;
            line-height: inherit
        }

        textarea.bp3-input.bp3-small {
            padding: 8px
        }

        .bp3-dark textarea.bp3-input {
            background: rgba(16, 22, 26, .3);
            -webkit-box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), 0 0 0 0 rgba(19, 124, 189, 0), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4);
            color: #f5f8fa
        }

        .bp3-dark textarea.bp3-input::-webkit-input-placeholder {
            color: rgba(167, 182, 194, .6)
        }

        .bp3-dark textarea.bp3-input::-moz-placeholder {
            color: rgba(167, 182, 194, .6)
        }

        .bp3-dark textarea.bp3-input:-ms-input-placeholder {
            color: rgba(167, 182, 194, .6)
        }

        .bp3-dark textarea.bp3-input::-ms-input-placeholder {
            color: rgba(167, 182, 194, .6)
        }

        .bp3-dark textarea.bp3-input::placeholder {
            color: rgba(167, 182, 194, .6)
        }

        .bp3-dark textarea.bp3-input:focus {
            -webkit-box-shadow: 0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, .3), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, .3), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4)
        }

        .bp3-dark textarea.bp3-input[readonly] {
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .4)
        }

        .bp3-dark textarea.bp3-input.bp3-disabled,
        .bp3-dark textarea.bp3-input:disabled {
            background: rgba(57, 75, 89, .5);
            -webkit-box-shadow: none;
            box-shadow: none;
            color: rgba(167, 182, 194, .6)
        }

        label.bp3-label {
            display: block;
            margin-bottom: 15px;
            margin-top: 0
        }

        label.bp3-label .bp3-html-select,
        label.bp3-label .bp3-input,
        label.bp3-label .bp3-popover-wrapper,
        label.bp3-label .bp3-select,
        label.bp3-label .bp3-slider {
            display: block;
            margin-top: 5px;
            text-transform: none
        }

        label.bp3-label .bp3-button-group {
            margin-top: 5px
        }

        label.bp3-label .bp3-html-select select,
        label.bp3-label .bp3-select select {
            font-weight: 400;
            vertical-align: top;
            width: 100%
        }

        label.bp3-label.bp3-disabled,
        label.bp3-label.bp3-disabled .bp3-text-muted {
            color: rgba(92, 112, 128, .6)
        }

        label.bp3-label.bp3-inline {
            line-height: 30px
        }

        label.bp3-label.bp3-inline .bp3-html-select,
        label.bp3-label.bp3-inline .bp3-input,
        label.bp3-label.bp3-inline .bp3-input-group,
        label.bp3-label.bp3-inline .bp3-popover-wrapper,
        label.bp3-label.bp3-inline .bp3-select {
            display: inline-block;
            margin: 0 0 0 5px;
            vertical-align: top
        }

        label.bp3-label.bp3-inline .bp3-button-group {
            margin: 0 0 0 5px
        }

        label.bp3-label.bp3-inline .bp3-input-group .bp3-input {
            margin-left: 0
        }

        label.bp3-label.bp3-inline.bp3-large {
            line-height: 40px
        }

        label.bp3-label:not(.bp3-inline) .bp3-popover-target {
            display: block
        }

        .bp3-dark label.bp3-label {
            color: #f5f8fa
        }

        .bp3-dark label.bp3-label.bp3-disabled,
        .bp3-dark label.bp3-label.bp3-disabled .bp3-text-muted {
            color: rgba(167, 182, 194, .6)
        }

        .bp3-numeric-input .bp3-button-group.bp3-vertical>.bp3-button {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 14px;
            flex: 1 1 14px;
            min-height: 0;
            padding: 0;
            width: 30px
        }

        .bp3-numeric-input .bp3-button-group.bp3-vertical>.bp3-button:first-child {
            border-radius: 0 3px 0 0
        }

        .bp3-numeric-input .bp3-button-group.bp3-vertical>.bp3-button:last-child {
            border-radius: 0 0 3px 0
        }

        .bp3-numeric-input .bp3-button-group.bp3-vertical:first-child>.bp3-button:first-child {
            border-radius: 3px 0 0 0
        }

        .bp3-numeric-input .bp3-button-group.bp3-vertical:first-child>.bp3-button:last-child {
            border-radius: 0 0 0 3px
        }

        .bp3-numeric-input.bp3-large .bp3-button-group.bp3-vertical>.bp3-button {
            width: 40px
        }

        form {
            display: block
        }

        .bp3-html-select select,
        .bp3-select select {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            align-items: center;
            -moz-appearance: none;
            -webkit-appearance: none;
            background-color: #f5f8fa;
            background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .8)), to(hsla(0, 0%, 100%, 0)));
            background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, 0));
            border: none;
            border-radius: 3px;
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .2), inset 0 -1px 0 rgba(16, 22, 26, .1);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .2), inset 0 -1px 0 rgba(16, 22, 26, .1);
            color: #182026;
            cursor: pointer;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -ms-flex-direction: row;
            flex-direction: row;
            font-size: 14px;
            height: 30px;
            justify-content: center;
            padding: 0 25px 0 10px;
            text-align: left;
            vertical-align: middle;
            width: 100%
        }

        .bp3-html-select select>*,
        .bp3-select select>* {
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            -ms-flex-negative: 0;
            flex-grow: 0;
            flex-shrink: 0
        }

        .bp3-html-select select>.bp3-fill,
        .bp3-select select>.bp3-fill {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            -ms-flex-negative: 1;
            flex-grow: 1;
            flex-shrink: 1
        }

        .bp3-html-select select:before,
        .bp3-html-select select>*,
        .bp3-select select:before,
        .bp3-select select>* {
            margin-right: 7px
        }

        .bp3-html-select select:empty:before,
        .bp3-html-select select>:last-child,
        .bp3-select select:empty:before,
        .bp3-select select>:last-child {
            margin-right: 0
        }

        .bp3-html-select select:hover,
        .bp3-select select:hover {
            background-clip: padding-box;
            background-color: #ebf1f5;
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .2), inset 0 -1px 0 rgba(16, 22, 26, .1);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .2), inset 0 -1px 0 rgba(16, 22, 26, .1)
        }

        .bp3-html-select select.bp3-active,
        .bp3-html-select select:active,
        .bp3-select select.bp3-active,
        .bp3-select select:active {
            background-color: #d8e1e8;
            background-image: none;
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .2), inset 0 1px 2px rgba(16, 22, 26, .2);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .2), inset 0 1px 2px rgba(16, 22, 26, .2)
        }

        .bp3-html-select select.bp3-disabled,
        .bp3-html-select select:disabled,
        .bp3-select select.bp3-disabled,
        .bp3-select select:disabled {
            background-color: rgba(206, 217, 224, .5);
            background-image: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: rgba(92, 112, 128, .6);
            cursor: not-allowed;
            outline: none
        }

        .bp3-html-select select.bp3-disabled.bp3-active,
        .bp3-html-select select.bp3-disabled.bp3-active:hover,
        .bp3-html-select select:disabled.bp3-active,
        .bp3-html-select select:disabled.bp3-active:hover,
        .bp3-select select.bp3-disabled.bp3-active,
        .bp3-select select.bp3-disabled.bp3-active:hover,
        .bp3-select select:disabled.bp3-active,
        .bp3-select select:disabled.bp3-active:hover {
            background: rgba(206, 217, 224, .7)
        }

        .bp3-html-select.bp3-minimal select,
        .bp3-select.bp3-minimal select {
            background: none;
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .bp3-html-select.bp3-minimal select:hover,
        .bp3-select.bp3-minimal select:hover {
            background: rgba(167, 182, 194, .3);
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #182026;
            text-decoration: none
        }

        .bp3-html-select.bp3-minimal select.bp3-active,
        .bp3-html-select.bp3-minimal select:active,
        .bp3-select.bp3-minimal select.bp3-active,
        .bp3-select.bp3-minimal select:active {
            background: rgba(115, 134, 148, .3);
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #182026
        }

        .bp3-html-select.bp3-minimal select.bp3-disabled,
        .bp3-html-select.bp3-minimal select.bp3-disabled:hover,
        .bp3-html-select.bp3-minimal select:disabled,
        .bp3-html-select.bp3-minimal select:disabled:hover,
        .bp3-select.bp3-minimal select.bp3-disabled,
        .bp3-select.bp3-minimal select.bp3-disabled:hover,
        .bp3-select.bp3-minimal select:disabled,
        .bp3-select.bp3-minimal select:disabled:hover {
            background: none;
            color: rgba(92, 112, 128, .6);
            cursor: not-allowed
        }

        .bp3-html-select.bp3-minimal select.bp3-disabled.bp3-active,
        .bp3-html-select.bp3-minimal select.bp3-disabled:hover.bp3-active,
        .bp3-html-select.bp3-minimal select:disabled.bp3-active,
        .bp3-html-select.bp3-minimal select:disabled:hover.bp3-active,
        .bp3-select.bp3-minimal select.bp3-disabled.bp3-active,
        .bp3-select.bp3-minimal select.bp3-disabled:hover.bp3-active,
        .bp3-select.bp3-minimal select:disabled.bp3-active,
        .bp3-select.bp3-minimal select:disabled:hover.bp3-active {
            background: rgba(115, 134, 148, .3)
        }

        .bp3-dark .bp3-html-select.bp3-minimal select,
        .bp3-dark .bp3-select.bp3-minimal select,
        .bp3-html-select.bp3-minimal .bp3-dark select,
        .bp3-select.bp3-minimal .bp3-dark select {
            background: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: inherit
        }

        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-active,
        .bp3-dark .bp3-html-select.bp3-minimal select:active,
        .bp3-dark .bp3-html-select.bp3-minimal select:hover,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-active,
        .bp3-dark .bp3-select.bp3-minimal select:active,
        .bp3-dark .bp3-select.bp3-minimal select:hover,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-active,
        .bp3-html-select.bp3-minimal .bp3-dark select:active,
        .bp3-html-select.bp3-minimal .bp3-dark select:hover,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-active,
        .bp3-select.bp3-minimal .bp3-dark select:active,
        .bp3-select.bp3-minimal .bp3-dark select:hover {
            background: none;
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .bp3-dark .bp3-html-select.bp3-minimal select:hover,
        .bp3-dark .bp3-select.bp3-minimal select:hover,
        .bp3-html-select.bp3-minimal .bp3-dark select:hover,
        .bp3-select.bp3-minimal .bp3-dark select:hover {
            background: rgba(138, 155, 168, .15)
        }

        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-active,
        .bp3-dark .bp3-html-select.bp3-minimal select:active,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-active,
        .bp3-dark .bp3-select.bp3-minimal select:active,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-active,
        .bp3-html-select.bp3-minimal .bp3-dark select:active,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-active,
        .bp3-select.bp3-minimal .bp3-dark select:active {
            background: rgba(138, 155, 168, .3);
            color: #f5f8fa
        }

        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-disabled,
        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-disabled:hover,
        .bp3-dark .bp3-html-select.bp3-minimal select:disabled,
        .bp3-dark .bp3-html-select.bp3-minimal select:disabled:hover,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-disabled,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-disabled:hover,
        .bp3-dark .bp3-select.bp3-minimal select:disabled,
        .bp3-dark .bp3-select.bp3-minimal select:disabled:hover,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-disabled,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-disabled:hover,
        .bp3-html-select.bp3-minimal .bp3-dark select:disabled,
        .bp3-html-select.bp3-minimal .bp3-dark select:disabled:hover,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-disabled,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-disabled:hover,
        .bp3-select.bp3-minimal .bp3-dark select:disabled,
        .bp3-select.bp3-minimal .bp3-dark select:disabled:hover {
            background: none;
            color: rgba(167, 182, 194, .6);
            cursor: not-allowed
        }

        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-disabled.bp3-active,
        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-disabled:hover.bp3-active,
        .bp3-dark .bp3-html-select.bp3-minimal select:disabled.bp3-active,
        .bp3-dark .bp3-html-select.bp3-minimal select:disabled:hover.bp3-active,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-disabled.bp3-active,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-disabled:hover.bp3-active,
        .bp3-dark .bp3-select.bp3-minimal select:disabled.bp3-active,
        .bp3-dark .bp3-select.bp3-minimal select:disabled:hover.bp3-active,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-disabled.bp3-active,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-disabled:hover.bp3-active,
        .bp3-html-select.bp3-minimal .bp3-dark select:disabled.bp3-active,
        .bp3-html-select.bp3-minimal .bp3-dark select:disabled:hover.bp3-active,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-disabled.bp3-active,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-disabled:hover.bp3-active,
        .bp3-select.bp3-minimal .bp3-dark select:disabled.bp3-active,
        .bp3-select.bp3-minimal .bp3-dark select:disabled:hover.bp3-active {
            background: rgba(138, 155, 168, .3)
        }

        .bp3-html-select.bp3-minimal select.bp3-intent-primary,
        .bp3-select.bp3-minimal select.bp3-intent-primary {
            color: #106ba3
        }

        .bp3-html-select.bp3-minimal select.bp3-intent-primary.bp3-active,
        .bp3-html-select.bp3-minimal select.bp3-intent-primary:active,
        .bp3-html-select.bp3-minimal select.bp3-intent-primary:hover,
        .bp3-select.bp3-minimal select.bp3-intent-primary.bp3-active,
        .bp3-select.bp3-minimal select.bp3-intent-primary:active,
        .bp3-select.bp3-minimal select.bp3-intent-primary:hover {
            background: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #106ba3
        }

        .bp3-html-select.bp3-minimal select.bp3-intent-primary:hover,
        .bp3-select.bp3-minimal select.bp3-intent-primary:hover {
            background: rgba(19, 124, 189, .15);
            color: #106ba3
        }

        .bp3-html-select.bp3-minimal select.bp3-intent-primary.bp3-active,
        .bp3-html-select.bp3-minimal select.bp3-intent-primary:active,
        .bp3-select.bp3-minimal select.bp3-intent-primary.bp3-active,
        .bp3-select.bp3-minimal select.bp3-intent-primary:active {
            background: rgba(19, 124, 189, .3);
            color: #106ba3
        }

        .bp3-html-select.bp3-minimal select.bp3-intent-primary.bp3-disabled,
        .bp3-html-select.bp3-minimal select.bp3-intent-primary:disabled,
        .bp3-select.bp3-minimal select.bp3-intent-primary.bp3-disabled,
        .bp3-select.bp3-minimal select.bp3-intent-primary:disabled {
            background: none;
            color: rgba(16, 107, 163, .5)
        }

        .bp3-html-select.bp3-minimal select.bp3-intent-primary.bp3-disabled.bp3-active,
        .bp3-html-select.bp3-minimal select.bp3-intent-primary:disabled.bp3-active,
        .bp3-select.bp3-minimal select.bp3-intent-primary.bp3-disabled.bp3-active,
        .bp3-select.bp3-minimal select.bp3-intent-primary:disabled.bp3-active {
            background: rgba(19, 124, 189, .3)
        }

        .bp3-html-select.bp3-minimal select.bp3-intent-primary .bp3-button-spinner .bp3-spinner-head,
        .bp3-select.bp3-minimal select.bp3-intent-primary .bp3-button-spinner .bp3-spinner-head {
            stroke: #106ba3
        }

        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-primary,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-primary,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-primary,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-primary {
            color: #48aff0
        }

        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-primary:hover,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-primary:hover,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-primary:hover,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-primary:hover {
            background: rgba(19, 124, 189, .2);
            color: #48aff0
        }

        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-primary.bp3-active,
        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-primary:active,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-primary.bp3-active,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-primary:active,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-primary.bp3-active,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-primary:active,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-primary.bp3-active,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-primary:active {
            background: rgba(19, 124, 189, .3);
            color: #48aff0
        }

        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-primary.bp3-disabled,
        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-primary:disabled,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-primary.bp3-disabled,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-primary:disabled,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-primary.bp3-disabled,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-primary:disabled,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-primary.bp3-disabled,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-primary:disabled {
            background: none;
            color: rgba(72, 175, 240, .5)
        }

        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-primary.bp3-disabled.bp3-active,
        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-primary:disabled.bp3-active,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-primary.bp3-disabled.bp3-active,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-primary:disabled.bp3-active,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-primary.bp3-disabled.bp3-active,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-primary:disabled.bp3-active,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-primary.bp3-disabled.bp3-active,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-primary:disabled.bp3-active {
            background: rgba(19, 124, 189, .3)
        }

        .bp3-html-select.bp3-minimal select.bp3-intent-success,
        .bp3-select.bp3-minimal select.bp3-intent-success {
            color: #0d8050
        }

        .bp3-html-select.bp3-minimal select.bp3-intent-success.bp3-active,
        .bp3-html-select.bp3-minimal select.bp3-intent-success:active,
        .bp3-html-select.bp3-minimal select.bp3-intent-success:hover,
        .bp3-select.bp3-minimal select.bp3-intent-success.bp3-active,
        .bp3-select.bp3-minimal select.bp3-intent-success:active,
        .bp3-select.bp3-minimal select.bp3-intent-success:hover {
            background: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #0d8050
        }

        .bp3-html-select.bp3-minimal select.bp3-intent-success:hover,
        .bp3-select.bp3-minimal select.bp3-intent-success:hover {
            background: rgba(15, 153, 96, .15);
            color: #0d8050
        }

        .bp3-html-select.bp3-minimal select.bp3-intent-success.bp3-active,
        .bp3-html-select.bp3-minimal select.bp3-intent-success:active,
        .bp3-select.bp3-minimal select.bp3-intent-success.bp3-active,
        .bp3-select.bp3-minimal select.bp3-intent-success:active {
            background: rgba(15, 153, 96, .3);
            color: #0d8050
        }

        .bp3-html-select.bp3-minimal select.bp3-intent-success.bp3-disabled,
        .bp3-html-select.bp3-minimal select.bp3-intent-success:disabled,
        .bp3-select.bp3-minimal select.bp3-intent-success.bp3-disabled,
        .bp3-select.bp3-minimal select.bp3-intent-success:disabled {
            background: none;
            color: rgba(13, 128, 80, .5)
        }

        .bp3-html-select.bp3-minimal select.bp3-intent-success.bp3-disabled.bp3-active,
        .bp3-html-select.bp3-minimal select.bp3-intent-success:disabled.bp3-active,
        .bp3-select.bp3-minimal select.bp3-intent-success.bp3-disabled.bp3-active,
        .bp3-select.bp3-minimal select.bp3-intent-success:disabled.bp3-active {
            background: rgba(15, 153, 96, .3)
        }

        .bp3-html-select.bp3-minimal select.bp3-intent-success .bp3-button-spinner .bp3-spinner-head,
        .bp3-select.bp3-minimal select.bp3-intent-success .bp3-button-spinner .bp3-spinner-head {
            stroke: #0d8050
        }

        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-success,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-success,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-success,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-success {
            color: #3dcc91
        }

        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-success:hover,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-success:hover,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-success:hover,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-success:hover {
            background: rgba(15, 153, 96, .2);
            color: #3dcc91
        }

        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-success.bp3-active,
        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-success:active,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-success.bp3-active,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-success:active,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-success.bp3-active,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-success:active,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-success.bp3-active,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-success:active {
            background: rgba(15, 153, 96, .3);
            color: #3dcc91
        }

        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-success.bp3-disabled,
        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-success:disabled,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-success.bp3-disabled,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-success:disabled,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-success.bp3-disabled,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-success:disabled,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-success.bp3-disabled,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-success:disabled {
            background: none;
            color: rgba(61, 204, 145, .5)
        }

        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-success.bp3-disabled.bp3-active,
        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-success:disabled.bp3-active,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-success.bp3-disabled.bp3-active,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-success:disabled.bp3-active,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-success.bp3-disabled.bp3-active,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-success:disabled.bp3-active,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-success.bp3-disabled.bp3-active,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-success:disabled.bp3-active {
            background: rgba(15, 153, 96, .3)
        }

        .bp3-html-select.bp3-minimal select.bp3-intent-warning,
        .bp3-select.bp3-minimal select.bp3-intent-warning {
            color: #bf7326
        }

        .bp3-html-select.bp3-minimal select.bp3-intent-warning.bp3-active,
        .bp3-html-select.bp3-minimal select.bp3-intent-warning:active,
        .bp3-html-select.bp3-minimal select.bp3-intent-warning:hover,
        .bp3-select.bp3-minimal select.bp3-intent-warning.bp3-active,
        .bp3-select.bp3-minimal select.bp3-intent-warning:active,
        .bp3-select.bp3-minimal select.bp3-intent-warning:hover {
            background: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #bf7326
        }

        .bp3-html-select.bp3-minimal select.bp3-intent-warning:hover,
        .bp3-select.bp3-minimal select.bp3-intent-warning:hover {
            background: rgba(217, 130, 43, .15);
            color: #bf7326
        }

        .bp3-html-select.bp3-minimal select.bp3-intent-warning.bp3-active,
        .bp3-html-select.bp3-minimal select.bp3-intent-warning:active,
        .bp3-select.bp3-minimal select.bp3-intent-warning.bp3-active,
        .bp3-select.bp3-minimal select.bp3-intent-warning:active {
            background: rgba(217, 130, 43, .3);
            color: #bf7326
        }

        .bp3-html-select.bp3-minimal select.bp3-intent-warning.bp3-disabled,
        .bp3-html-select.bp3-minimal select.bp3-intent-warning:disabled,
        .bp3-select.bp3-minimal select.bp3-intent-warning.bp3-disabled,
        .bp3-select.bp3-minimal select.bp3-intent-warning:disabled {
            background: none;
            color: rgba(191, 115, 38, .5)
        }

        .bp3-html-select.bp3-minimal select.bp3-intent-warning.bp3-disabled.bp3-active,
        .bp3-html-select.bp3-minimal select.bp3-intent-warning:disabled.bp3-active,
        .bp3-select.bp3-minimal select.bp3-intent-warning.bp3-disabled.bp3-active,
        .bp3-select.bp3-minimal select.bp3-intent-warning:disabled.bp3-active {
            background: rgba(217, 130, 43, .3)
        }

        .bp3-html-select.bp3-minimal select.bp3-intent-warning .bp3-button-spinner .bp3-spinner-head,
        .bp3-select.bp3-minimal select.bp3-intent-warning .bp3-button-spinner .bp3-spinner-head {
            stroke: #bf7326
        }

        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-warning,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-warning,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-warning,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-warning {
            color: #ffb366
        }

        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-warning:hover,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-warning:hover,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-warning:hover,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-warning:hover {
            background: rgba(217, 130, 43, .2);
            color: #ffb366
        }

        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-warning.bp3-active,
        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-warning:active,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-warning.bp3-active,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-warning:active,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-warning.bp3-active,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-warning:active,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-warning.bp3-active,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-warning:active {
            background: rgba(217, 130, 43, .3);
            color: #ffb366
        }

        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-warning.bp3-disabled,
        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-warning:disabled,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-warning.bp3-disabled,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-warning:disabled,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-warning.bp3-disabled,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-warning:disabled,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-warning.bp3-disabled,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-warning:disabled {
            background: none;
            color: rgba(255, 179, 102, .5)
        }

        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-warning.bp3-disabled.bp3-active,
        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-warning:disabled.bp3-active,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-warning.bp3-disabled.bp3-active,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-warning:disabled.bp3-active,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-warning.bp3-disabled.bp3-active,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-warning:disabled.bp3-active,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-warning.bp3-disabled.bp3-active,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-warning:disabled.bp3-active {
            background: rgba(217, 130, 43, .3)
        }

        .bp3-html-select.bp3-minimal select.bp3-intent-danger,
        .bp3-select.bp3-minimal select.bp3-intent-danger {
            color: #c23030
        }

        .bp3-html-select.bp3-minimal select.bp3-intent-danger.bp3-active,
        .bp3-html-select.bp3-minimal select.bp3-intent-danger:active,
        .bp3-html-select.bp3-minimal select.bp3-intent-danger:hover,
        .bp3-select.bp3-minimal select.bp3-intent-danger.bp3-active,
        .bp3-select.bp3-minimal select.bp3-intent-danger:active,
        .bp3-select.bp3-minimal select.bp3-intent-danger:hover {
            background: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #c23030
        }

        .bp3-html-select.bp3-minimal select.bp3-intent-danger:hover,
        .bp3-select.bp3-minimal select.bp3-intent-danger:hover {
            background: rgba(219, 55, 55, .15);
            color: #c23030
        }

        .bp3-html-select.bp3-minimal select.bp3-intent-danger.bp3-active,
        .bp3-html-select.bp3-minimal select.bp3-intent-danger:active,
        .bp3-select.bp3-minimal select.bp3-intent-danger.bp3-active,
        .bp3-select.bp3-minimal select.bp3-intent-danger:active {
            background: rgba(219, 55, 55, .3);
            color: #c23030
        }

        .bp3-html-select.bp3-minimal select.bp3-intent-danger.bp3-disabled,
        .bp3-html-select.bp3-minimal select.bp3-intent-danger:disabled,
        .bp3-select.bp3-minimal select.bp3-intent-danger.bp3-disabled,
        .bp3-select.bp3-minimal select.bp3-intent-danger:disabled {
            background: none;
            color: rgba(194, 48, 48, .5)
        }

        .bp3-html-select.bp3-minimal select.bp3-intent-danger.bp3-disabled.bp3-active,
        .bp3-html-select.bp3-minimal select.bp3-intent-danger:disabled.bp3-active,
        .bp3-select.bp3-minimal select.bp3-intent-danger.bp3-disabled.bp3-active,
        .bp3-select.bp3-minimal select.bp3-intent-danger:disabled.bp3-active {
            background: rgba(219, 55, 55, .3)
        }

        .bp3-html-select.bp3-minimal select.bp3-intent-danger .bp3-button-spinner .bp3-spinner-head,
        .bp3-select.bp3-minimal select.bp3-intent-danger .bp3-button-spinner .bp3-spinner-head {
            stroke: #c23030
        }

        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-danger,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-danger,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-danger,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-danger {
            color: #ff7373
        }

        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-danger:hover,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-danger:hover,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-danger:hover,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-danger:hover {
            background: rgba(219, 55, 55, .2);
            color: #ff7373
        }

        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-danger.bp3-active,
        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-danger:active,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-danger.bp3-active,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-danger:active,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-danger.bp3-active,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-danger:active,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-danger.bp3-active,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-danger:active {
            background: rgba(219, 55, 55, .3);
            color: #ff7373
        }

        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-danger.bp3-disabled,
        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-danger:disabled,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-danger.bp3-disabled,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-danger:disabled,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-danger.bp3-disabled,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-danger:disabled,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-danger.bp3-disabled,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-danger:disabled {
            background: none;
            color: hsla(0, 100%, 73%, .5)
        }

        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-danger.bp3-disabled.bp3-active,
        .bp3-dark .bp3-html-select.bp3-minimal select.bp3-intent-danger:disabled.bp3-active,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-danger.bp3-disabled.bp3-active,
        .bp3-dark .bp3-select.bp3-minimal select.bp3-intent-danger:disabled.bp3-active,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-danger.bp3-disabled.bp3-active,
        .bp3-html-select.bp3-minimal .bp3-dark select.bp3-intent-danger:disabled.bp3-active,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-danger.bp3-disabled.bp3-active,
        .bp3-select.bp3-minimal .bp3-dark select.bp3-intent-danger:disabled.bp3-active {
            background: rgba(219, 55, 55, .3)
        }

        .bp3-html-select.bp3-large select,
        .bp3-select.bp3-large select {
            font-size: 16px;
            height: 40px;
            padding-right: 35px
        }

        .bp3-dark .bp3-html-select select,
        .bp3-dark .bp3-select select {
            background-color: #394b59;
            background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .05)), to(hsla(0, 0%, 100%, 0)));
            background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .05), hsla(0, 0%, 100%, 0));
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .4);
            color: #f5f8fa
        }

        .bp3-dark .bp3-html-select select.bp3-active,
        .bp3-dark .bp3-html-select select:active,
        .bp3-dark .bp3-html-select select:hover,
        .bp3-dark .bp3-select select.bp3-active,
        .bp3-dark .bp3-select select:active,
        .bp3-dark .bp3-select select:hover {
            color: #f5f8fa
        }

        .bp3-dark .bp3-html-select select:hover,
        .bp3-dark .bp3-select select:hover {
            background-color: #30404d;
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-html-select select.bp3-active,
        .bp3-dark .bp3-html-select select:active,
        .bp3-dark .bp3-select select.bp3-active,
        .bp3-dark .bp3-select select:active {
            background-color: #202b33;
            background-image: none;
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .6), inset 0 1px 2px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .6), inset 0 1px 2px rgba(16, 22, 26, .2)
        }

        .bp3-dark .bp3-html-select select.bp3-disabled,
        .bp3-dark .bp3-html-select select:disabled,
        .bp3-dark .bp3-select select.bp3-disabled,
        .bp3-dark .bp3-select select:disabled {
            background-color: rgba(57, 75, 89, .5);
            background-image: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: rgba(167, 182, 194, .6)
        }

        .bp3-dark .bp3-html-select select.bp3-disabled.bp3-active,
        .bp3-dark .bp3-html-select select:disabled.bp3-active,
        .bp3-dark .bp3-select select.bp3-disabled.bp3-active,
        .bp3-dark .bp3-select select:disabled.bp3-active {
            background: rgba(57, 75, 89, .7)
        }

        .bp3-dark .bp3-html-select select .bp3-button-spinner .bp3-spinner-head,
        .bp3-dark .bp3-select select .bp3-button-spinner .bp3-spinner-head {
            stroke: #8a9ba8;
            background: rgba(16, 22, 26, .5)
        }

        .bp3-html-select select:disabled,
        .bp3-select select:disabled {
            background-color: rgba(206, 217, 224, .5);
            -webkit-box-shadow: none;
            box-shadow: none;
            color: rgba(92, 112, 128, .6);
            cursor: not-allowed
        }

        .bp3-html-select .bp3-icon,
        .bp3-select .bp3-icon,
        .bp3-select:after {
            color: #5c7080;
            pointer-events: none;
            position: absolute;
            right: 7px;
            top: 7px
        }

        .bp3-disabled.bp3-select:after,
        .bp3-html-select .bp3-disabled.bp3-icon,
        .bp3-select .bp3-disabled.bp3-icon {
            color: rgba(92, 112, 128, .6)
        }

        .bp3-html-select,
        .bp3-select {
            display: inline-block;
            letter-spacing: normal;
            position: relative;
            vertical-align: middle
        }

        .bp3-html-select select::-ms-expand,
        .bp3-select select::-ms-expand {
            display: none
        }

        .bp3-html-select .bp3-icon,
        .bp3-select .bp3-icon {
            color: #5c7080
        }

        .bp3-html-select .bp3-icon:hover,
        .bp3-select .bp3-icon:hover {
            color: #182026
        }

        .bp3-dark .bp3-html-select .bp3-icon,
        .bp3-dark .bp3-select .bp3-icon {
            color: #a7b6c2
        }

        .bp3-dark .bp3-html-select .bp3-icon:hover,
        .bp3-dark .bp3-select .bp3-icon:hover {
            color: #f5f8fa
        }

        .bp3-html-select.bp3-large .bp3-icon,
        .bp3-html-select.bp3-large:after,
        .bp3-select.bp3-large .bp3-icon,
        .bp3-select.bp3-large:after {
            right: 12px;
            top: 12px
        }

        .bp3-html-select.bp3-fill,
        .bp3-html-select.bp3-fill select,
        .bp3-select.bp3-fill,
        .bp3-select.bp3-fill select {
            width: 100%
        }

        .bp3-dark .bp3-html-select option,
        .bp3-dark .bp3-select option {
            background-color: #30404d;
            color: #f5f8fa
        }

        .bp3-dark .bp3-html-select option:disabled,
        .bp3-dark .bp3-select option:disabled {
            color: rgba(167, 182, 194, .6)
        }

        .bp3-dark .bp3-html-select:after,
        .bp3-dark .bp3-select:after {
            color: #a7b6c2
        }

        .bp3-select:after {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            content: "";
            font-family: Icons16, sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1
        }

        .bp3-running-text table,
        table.bp3-html-table {
            border-spacing: 0;
            font-size: 14px
        }

        .bp3-running-text table td,
        .bp3-running-text table th,
        table.bp3-html-table td,
        table.bp3-html-table th {
            padding: 11px;
            text-align: left;
            vertical-align: top
        }

        .bp3-running-text table th,
        table.bp3-html-table th {
            color: #182026;
            font-weight: 600
        }

        .bp3-running-text table td,
        table.bp3-html-table td {
            color: #182026
        }

        .bp3-running-text table tbody tr:first-child td,
        .bp3-running-text table tbody tr:first-child th,
        .bp3-running-text table tfoot tr:first-child td,
        .bp3-running-text table tfoot tr:first-child th,
        table.bp3-html-table tbody tr:first-child td,
        table.bp3-html-table tbody tr:first-child th,
        table.bp3-html-table tfoot tr:first-child td,
        table.bp3-html-table tfoot tr:first-child th {
            -webkit-box-shadow: inset 0 1px 0 0 rgba(16, 22, 26, .15);
            box-shadow: inset 0 1px 0 0 rgba(16, 22, 26, .15)
        }

        .bp3-dark .bp3-running-text table td,
        .bp3-dark .bp3-running-text table th,
        .bp3-dark table.bp3-html-table td,
        .bp3-dark table.bp3-html-table th,
        .bp3-running-text .bp3-dark table td,
        .bp3-running-text .bp3-dark table th {
            color: #f5f8fa
        }

        .bp3-dark .bp3-running-text table tbody tr:first-child td,
        .bp3-dark .bp3-running-text table tbody tr:first-child th,
        .bp3-dark .bp3-running-text table tfoot tr:first-child td,
        .bp3-dark .bp3-running-text table tfoot tr:first-child th,
        .bp3-dark table.bp3-html-table tbody tr:first-child td,
        .bp3-dark table.bp3-html-table tbody tr:first-child th,
        .bp3-dark table.bp3-html-table tfoot tr:first-child td,
        .bp3-dark table.bp3-html-table tfoot tr:first-child th,
        .bp3-running-text .bp3-dark table tbody tr:first-child td,
        .bp3-running-text .bp3-dark table tbody tr:first-child th,
        .bp3-running-text .bp3-dark table tfoot tr:first-child td,
        .bp3-running-text .bp3-dark table tfoot tr:first-child th {
            -webkit-box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, .15);
            box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, .15)
        }

        table.bp3-html-table.bp3-html-table-condensed td,
        table.bp3-html-table.bp3-html-table-condensed th,
        table.bp3-html-table.bp3-small td,
        table.bp3-html-table.bp3-small th {
            padding-bottom: 6px;
            padding-top: 6px
        }

        table.bp3-html-table.bp3-html-table-striped tbody tr:nth-child(odd) td {
            background: rgba(191, 204, 214, .15)
        }

        table.bp3-html-table.bp3-html-table-bordered th:not(:first-child) {
            -webkit-box-shadow: inset 1px 0 0 0 rgba(16, 22, 26, .15);
            box-shadow: inset 1px 0 0 0 rgba(16, 22, 26, .15)
        }

        table.bp3-html-table.bp3-html-table-bordered tbody tr td,
        table.bp3-html-table.bp3-html-table-bordered tfoot tr td {
            -webkit-box-shadow: inset 0 1px 0 0 rgba(16, 22, 26, .15);
            box-shadow: inset 0 1px 0 0 rgba(16, 22, 26, .15)
        }

        table.bp3-html-table.bp3-html-table-bordered tbody tr td:not(:first-child),
        table.bp3-html-table.bp3-html-table-bordered tfoot tr td:not(:first-child) {
            -webkit-box-shadow: inset 1px 1px 0 0 rgba(16, 22, 26, .15);
            box-shadow: inset 1px 1px 0 0 rgba(16, 22, 26, .15)
        }

        table.bp3-html-table.bp3-html-table-bordered.bp3-html-table-striped tbody tr:not(:first-child) td {
            -webkit-box-shadow: none;
            box-shadow: none
        }

        table.bp3-html-table.bp3-html-table-bordered.bp3-html-table-striped tbody tr:not(:first-child) td:not(:first-child) {
            -webkit-box-shadow: inset 1px 0 0 0 rgba(16, 22, 26, .15);
            box-shadow: inset 1px 0 0 0 rgba(16, 22, 26, .15)
        }

        table.bp3-html-table.bp3-interactive tbody tr:hover td {
            background-color: rgba(191, 204, 214, .3);
            cursor: pointer
        }

        table.bp3-html-table.bp3-interactive tbody tr:active td {
            background-color: rgba(191, 204, 214, .4)
        }

        .bp3-dark table.bp3-html-table.bp3-html-table-striped tbody tr:nth-child(odd) td {
            background: rgba(92, 112, 128, .15)
        }

        .bp3-dark table.bp3-html-table.bp3-html-table-bordered th:not(:first-child) {
            -webkit-box-shadow: inset 1px 0 0 0 hsla(0, 0%, 100%, .15);
            box-shadow: inset 1px 0 0 0 hsla(0, 0%, 100%, .15)
        }

        .bp3-dark table.bp3-html-table.bp3-html-table-bordered tbody tr td,
        .bp3-dark table.bp3-html-table.bp3-html-table-bordered tfoot tr td {
            -webkit-box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, .15);
            box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, .15)
        }

        .bp3-dark table.bp3-html-table.bp3-html-table-bordered tbody tr td:not(:first-child),
        .bp3-dark table.bp3-html-table.bp3-html-table-bordered tfoot tr td:not(:first-child) {
            -webkit-box-shadow: inset 1px 1px 0 0 hsla(0, 0%, 100%, .15);
            box-shadow: inset 1px 1px 0 0 hsla(0, 0%, 100%, .15)
        }

        .bp3-dark table.bp3-html-table.bp3-html-table-bordered.bp3-html-table-striped tbody tr:not(:first-child) td {
            -webkit-box-shadow: inset 1px 0 0 0 hsla(0, 0%, 100%, .15);
            box-shadow: inset 1px 0 0 0 hsla(0, 0%, 100%, .15)
        }

        .bp3-dark table.bp3-html-table.bp3-html-table-bordered.bp3-html-table-striped tbody tr:not(:first-child) td:first-child {
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .bp3-dark table.bp3-html-table.bp3-interactive tbody tr:hover td {
            background-color: rgba(92, 112, 128, .3);
            cursor: pointer
        }

        .bp3-dark table.bp3-html-table.bp3-interactive tbody tr:active td {
            background-color: rgba(92, 112, 128, .4)
        }

        .bp3-key-combo {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
            flex-direction: row
        }

        .bp3-key-combo>* {
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            -ms-flex-negative: 0;
            flex-grow: 0;
            flex-shrink: 0
        }

        .bp3-key-combo>.bp3-fill {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            -ms-flex-negative: 1;
            flex-grow: 1;
            flex-shrink: 1
        }

        .bp3-key-combo:before,
        .bp3-key-combo>* {
            margin-right: 5px
        }

        .bp3-key-combo:empty:before,
        .bp3-key-combo>:last-child {
            margin-right: 0
        }

        .bp3-hotkey-dialog {
            padding-bottom: 0;
            top: 40px
        }

        .bp3-hotkey-dialog .bp3-dialog-body {
            margin: 0;
            padding: 0
        }

        .bp3-hotkey-dialog .bp3-hotkey-label {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1
        }

        .bp3-hotkey-column {
            margin: auto;
            max-height: 80vh;
            overflow-y: auto;
            padding: 30px
        }

        .bp3-hotkey-column .bp3-heading {
            margin-bottom: 20px
        }

        .bp3-hotkey-column .bp3-heading:not(:first-child) {
            margin-top: 40px
        }

        .bp3-hotkey {
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            justify-content: space-between;
            margin-left: 0;
            margin-right: 0
        }

        .bp3-hotkey:not(:last-child) {
            margin-bottom: 10px
        }

        .bp3-icon {
            -webkit-box-flex: 0;
            display: inline-block;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            vertical-align: text-bottom
        }

        .bp3-icon:not(:empty):before {
            content: "" !important;
            content: unset !important
        }

        .bp3-icon>svg {
            display: block
        }

        .bp3-icon>svg:not([fill]) {
            fill: currentColor
        }

        .bp3-icon-large.bp3-intent-primary,
        .bp3-icon-standard.bp3-intent-primary,
        .bp3-icon.bp3-intent-primary {
            color: #106ba3
        }

        .bp3-dark .bp3-icon-large.bp3-intent-primary,
        .bp3-dark .bp3-icon-standard.bp3-intent-primary,
        .bp3-dark .bp3-icon.bp3-intent-primary {
            color: #48aff0
        }

        .bp3-icon-large.bp3-intent-success,
        .bp3-icon-standard.bp3-intent-success,
        .bp3-icon.bp3-intent-success {
            color: #0d8050
        }

        .bp3-dark .bp3-icon-large.bp3-intent-success,
        .bp3-dark .bp3-icon-standard.bp3-intent-success,
        .bp3-dark .bp3-icon.bp3-intent-success {
            color: #3dcc91
        }

        .bp3-icon-large.bp3-intent-warning,
        .bp3-icon-standard.bp3-intent-warning,
        .bp3-icon.bp3-intent-warning {
            color: #bf7326
        }

        .bp3-dark .bp3-icon-large.bp3-intent-warning,
        .bp3-dark .bp3-icon-standard.bp3-intent-warning,
        .bp3-dark .bp3-icon.bp3-intent-warning {
            color: #ffb366
        }

        .bp3-icon-large.bp3-intent-danger,
        .bp3-icon-standard.bp3-intent-danger,
        .bp3-icon.bp3-intent-danger {
            color: #c23030
        }

        .bp3-dark .bp3-icon-large.bp3-intent-danger,
        .bp3-dark .bp3-icon-standard.bp3-intent-danger,
        .bp3-dark .bp3-icon.bp3-intent-danger {
            color: #ff7373
        }

        span.bp3-icon-standard {
            font-family: Icons16, sans-serif;
            font-size: 16px
        }

        span.bp3-icon-large,
        span.bp3-icon-standard {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-weight: 400;
            line-height: 1
        }

        span.bp3-icon-large {
            font-family: Icons20, sans-serif;
            font-size: 20px
        }

        span.bp3-icon:empty {
            font-family: Icons20;
            font-size: inherit;
            font-style: normal;
            font-weight: 400;
            line-height: 1
        }

        span.bp3-icon:empty:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased
        }

        .bp3-icon-add:before {
            content: ""
        }

        .bp3-icon-add-column-left:before {
            content: ""
        }

        .bp3-icon-add-column-right:before {
            content: ""
        }

        .bp3-icon-add-row-bottom:before {
            content: ""
        }

        .bp3-icon-add-row-top:before {
            content: ""
        }

        .bp3-icon-add-to-artifact:before {
            content: ""
        }

        .bp3-icon-add-to-folder:before {
            content: ""
        }

        .bp3-icon-airplane:before {
            content: ""
        }

        .bp3-icon-align-center:before {
            content: ""
        }

        .bp3-icon-align-justify:before {
            content: ""
        }

        .bp3-icon-align-left:before {
            content: ""
        }

        .bp3-icon-align-right:before {
            content: ""
        }

        .bp3-icon-alignment-bottom:before {
            content: ""
        }

        .bp3-icon-alignment-horizontal-center:before {
            content: ""
        }

        .bp3-icon-alignment-left:before {
            content: ""
        }

        .bp3-icon-alignment-right:before {
            content: ""
        }

        .bp3-icon-alignment-top:before {
            content: ""
        }

        .bp3-icon-alignment-vertical-center:before {
            content: ""
        }

        .bp3-icon-annotation:before {
            content: ""
        }

        .bp3-icon-application:before {
            content: ""
        }

        .bp3-icon-applications:before {
            content: ""
        }

        .bp3-icon-archive:before {
            content: ""
        }

        .bp3-icon-arrow-bottom-left:before {
            content: "↙"
        }

        .bp3-icon-arrow-bottom-right:before {
            content: "↘"
        }

        .bp3-icon-arrow-down:before {
            content: "↓"
        }

        .bp3-icon-arrow-left:before {
            content: "←"
        }

        .bp3-icon-arrow-right:before {
            content: "→"
        }

        .bp3-icon-arrow-top-left:before {
            content: "↖"
        }

        .bp3-icon-arrow-top-right:before {
            content: "↗"
        }

        .bp3-icon-arrow-up:before {
            content: "↑"
        }

        .bp3-icon-arrows-horizontal:before {
            content: "↔"
        }

        .bp3-icon-arrows-vertical:before {
            content: "↕"
        }

        .bp3-icon-asterisk:before {
            content: "*"
        }

        .bp3-icon-automatic-updates:before {
            content: ""
        }

        .bp3-icon-badge:before {
            content: ""
        }

        .bp3-icon-ban-circle:before {
            content: ""
        }

        .bp3-icon-bank-account:before {
            content: ""
        }

        .bp3-icon-barcode:before {
            content: ""
        }

        .bp3-icon-blank:before {
            content: ""
        }

        .bp3-icon-blocked-person:before {
            content: ""
        }

        .bp3-icon-bold:before {
            content: ""
        }

        .bp3-icon-book:before {
            content: ""
        }

        .bp3-icon-bookmark:before {
            content: ""
        }

        .bp3-icon-box:before {
            content: ""
        }

        .bp3-icon-briefcase:before {
            content: ""
        }

        .bp3-icon-bring-data:before {
            content: ""
        }

        .bp3-icon-build:before {
            content: ""
        }

        .bp3-icon-calculator:before {
            content: ""
        }

        .bp3-icon-calendar:before {
            content: ""
        }

        .bp3-icon-camera:before {
            content: ""
        }

        .bp3-icon-caret-down:before {
            content: "⌄"
        }

        .bp3-icon-caret-left:before {
            content: "〈"
        }

        .bp3-icon-caret-right:before {
            content: "〉"
        }

        .bp3-icon-caret-up:before {
            content: "⌃"
        }

        .bp3-icon-cell-tower:before {
            content: ""
        }

        .bp3-icon-changes:before {
            content: ""
        }

        .bp3-icon-chart:before {
            content: ""
        }

        .bp3-icon-chat:before {
            content: ""
        }

        .bp3-icon-chevron-backward:before {
            content: ""
        }

        .bp3-icon-chevron-down:before {
            content: ""
        }

        .bp3-icon-chevron-forward:before {
            content: ""
        }

        .bp3-icon-chevron-left:before {
            content: ""
        }

        .bp3-icon-chevron-right:before {
            content: ""
        }

        .bp3-icon-chevron-up:before {
            content: ""
        }

        .bp3-icon-circle:before {
            content: ""
        }

        .bp3-icon-circle-arrow-down:before {
            content: ""
        }

        .bp3-icon-circle-arrow-left:before {
            content: ""
        }

        .bp3-icon-circle-arrow-right:before {
            content: ""
        }

        .bp3-icon-circle-arrow-up:before {
            content: ""
        }

        .bp3-icon-citation:before {
            content: ""
        }

        .bp3-icon-clean:before {
            content: ""
        }

        .bp3-icon-clipboard:before {
            content: ""
        }

        .bp3-icon-cloud:before {
            content: "☁"
        }

        .bp3-icon-cloud-download:before {
            content: ""
        }

        .bp3-icon-cloud-upload:before {
            content: ""
        }

        .bp3-icon-code:before {
            content: ""
        }

        .bp3-icon-code-block:before {
            content: ""
        }

        .bp3-icon-cog:before {
            content: ""
        }

        .bp3-icon-collapse-all:before {
            content: ""
        }

        .bp3-icon-column-layout:before {
            content: ""
        }

        .bp3-icon-comment:before {
            content: ""
        }

        .bp3-icon-comparison:before {
            content: ""
        }

        .bp3-icon-compass:before {
            content: ""
        }

        .bp3-icon-compressed:before {
            content: ""
        }

        .bp3-icon-confirm:before {
            content: ""
        }

        .bp3-icon-console:before {
            content: ""
        }

        .bp3-icon-contrast:before {
            content: ""
        }

        .bp3-icon-control:before {
            content: ""
        }

        .bp3-icon-credit-card:before {
            content: ""
        }

        .bp3-icon-cross:before {
            content: "✗"
        }

        .bp3-icon-crown:before {
            content: ""
        }

        .bp3-icon-cube:before {
            content: ""
        }

        .bp3-icon-cube-add:before {
            content: ""
        }

        .bp3-icon-cube-remove:before {
            content: ""
        }

        .bp3-icon-curved-range-chart:before {
            content: ""
        }

        .bp3-icon-cut:before {
            content: ""
        }

        .bp3-icon-dashboard:before {
            content: ""
        }

        .bp3-icon-data-lineage:before {
            content: ""
        }

        .bp3-icon-database:before {
            content: ""
        }

        .bp3-icon-delete:before {
            content: ""
        }

        .bp3-icon-delta:before {
            content: "Δ"
        }

        .bp3-icon-derive-column:before {
            content: ""
        }

        .bp3-icon-desktop:before {
            content: ""
        }

        .bp3-icon-diagnosis:before {
            content: ""
        }

        .bp3-icon-diagram-tree:before {
            content: ""
        }

        .bp3-icon-direction-left:before {
            content: ""
        }

        .bp3-icon-direction-right:before {
            content: ""
        }

        .bp3-icon-disable:before {
            content: ""
        }

        .bp3-icon-document:before {
            content: ""
        }

        .bp3-icon-document-open:before {
            content: ""
        }

        .bp3-icon-document-share:before {
            content: ""
        }

        .bp3-icon-dollar:before {
            content: "$"
        }

        .bp3-icon-dot:before {
            content: "•"
        }

        .bp3-icon-double-caret-horizontal:before {
            content: ""
        }

        .bp3-icon-double-caret-vertical:before {
            content: ""
        }

        .bp3-icon-double-chevron-down:before {
            content: ""
        }

        .bp3-icon-double-chevron-left:before {
            content: ""
        }

        .bp3-icon-double-chevron-right:before {
            content: ""
        }

        .bp3-icon-double-chevron-up:before {
            content: ""
        }

        .bp3-icon-doughnut-chart:before {
            content: ""
        }

        .bp3-icon-download:before {
            content: ""
        }

        .bp3-icon-drag-handle-horizontal:before {
            content: ""
        }

        .bp3-icon-drag-handle-vertical:before {
            content: ""
        }

        .bp3-icon-draw:before {
            content: ""
        }

        .bp3-icon-drive-time:before {
            content: ""
        }

        .bp3-icon-duplicate:before {
            content: ""
        }

        .bp3-icon-edit:before {
            content: "✎"
        }

        .bp3-icon-eject:before {
            content: "⏏"
        }

        .bp3-icon-endorsed:before {
            content: ""
        }

        .bp3-icon-envelope:before {
            content: "✉"
        }

        .bp3-icon-equals:before {
            content: ""
        }

        .bp3-icon-eraser:before {
            content: ""
        }

        .bp3-icon-error:before {
            content: ""
        }

        .bp3-icon-euro:before {
            content: "€"
        }

        .bp3-icon-exchange:before {
            content: ""
        }

        .bp3-icon-exclude-row:before {
            content: ""
        }

        .bp3-icon-expand-all:before {
            content: ""
        }

        .bp3-icon-export:before {
            content: ""
        }

        .bp3-icon-eye-off:before {
            content: ""
        }

        .bp3-icon-eye-on:before {
            content: ""
        }

        .bp3-icon-eye-open:before {
            content: ""
        }

        .bp3-icon-fast-backward:before {
            content: ""
        }

        .bp3-icon-fast-forward:before {
            content: ""
        }

        .bp3-icon-feed:before {
            content: ""
        }

        .bp3-icon-feed-subscribed:before {
            content: ""
        }

        .bp3-icon-film:before {
            content: ""
        }

        .bp3-icon-filter:before {
            content: ""
        }

        .bp3-icon-filter-keep:before {
            content: ""
        }

        .bp3-icon-filter-list:before {
            content: ""
        }

        .bp3-icon-filter-open:before {
            content: ""
        }

        .bp3-icon-filter-remove:before {
            content: ""
        }

        .bp3-icon-flag:before {
            content: "⚑"
        }

        .bp3-icon-flame:before {
            content: ""
        }

        .bp3-icon-flash:before {
            content: ""
        }

        .bp3-icon-floppy-disk:before {
            content: ""
        }

        .bp3-icon-flow-branch:before {
            content: ""
        }

        .bp3-icon-flow-end:before {
            content: ""
        }

        .bp3-icon-flow-linear:before {
            content: ""
        }

        .bp3-icon-flow-review:before {
            content: ""
        }

        .bp3-icon-flow-review-branch:before {
            content: ""
        }

        .bp3-icon-flows:before {
            content: ""
        }

        .bp3-icon-folder-close:before {
            content: ""
        }

        .bp3-icon-folder-new:before {
            content: ""
        }

        .bp3-icon-folder-open:before {
            content: ""
        }

        .bp3-icon-folder-shared:before {
            content: ""
        }

        .bp3-icon-folder-shared-open:before {
            content: ""
        }

        .bp3-icon-follower:before {
            content: ""
        }

        .bp3-icon-following:before {
            content: ""
        }

        .bp3-icon-font:before {
            content: ""
        }

        .bp3-icon-fork:before {
            content: ""
        }

        .bp3-icon-form:before {
            content: ""
        }

        .bp3-icon-full-circle:before {
            content: ""
        }

        .bp3-icon-full-stacked-chart:before {
            content: ""
        }

        .bp3-icon-fullscreen:before {
            content: ""
        }

        .bp3-icon-function:before {
            content: ""
        }

        .bp3-icon-gantt-chart:before {
            content: ""
        }

        .bp3-icon-geolocation:before {
            content: ""
        }

        .bp3-icon-geosearch:before {
            content: ""
        }

        .bp3-icon-git-branch:before {
            content: ""
        }

        .bp3-icon-git-commit:before {
            content: ""
        }

        .bp3-icon-git-merge:before {
            content: ""
        }

        .bp3-icon-git-new-branch:before {
            content: ""
        }

        .bp3-icon-git-pull:before {
            content: ""
        }

        .bp3-icon-git-push:before {
            content: ""
        }

        .bp3-icon-git-repo:before {
            content: ""
        }

        .bp3-icon-glass:before {
            content: ""
        }

        .bp3-icon-globe:before {
            content: ""
        }

        .bp3-icon-globe-network:before {
            content: ""
        }

        .bp3-icon-graph:before {
            content: ""
        }

        .bp3-icon-graph-remove:before {
            content: ""
        }

        .bp3-icon-greater-than:before {
            content: ""
        }

        .bp3-icon-greater-than-or-equal-to:before {
            content: ""
        }

        .bp3-icon-grid:before {
            content: ""
        }

        .bp3-icon-grid-view:before {
            content: ""
        }

        .bp3-icon-group-objects:before {
            content: ""
        }

        .bp3-icon-grouped-bar-chart:before {
            content: ""
        }

        .bp3-icon-hand:before {
            content: ""
        }

        .bp3-icon-hand-down:before {
            content: ""
        }

        .bp3-icon-hand-left:before {
            content: ""
        }

        .bp3-icon-hand-right:before {
            content: ""
        }

        .bp3-icon-hand-up:before {
            content: ""
        }

        .bp3-icon-header:before {
            content: ""
        }

        .bp3-icon-header-one:before {
            content: ""
        }

        .bp3-icon-header-two:before {
            content: ""
        }

        .bp3-icon-headset:before {
            content: ""
        }

        .bp3-icon-heart:before {
            content: "♥"
        }

        .bp3-icon-heart-broken:before {
            content: ""
        }

        .bp3-icon-heat-grid:before {
            content: ""
        }

        .bp3-icon-heatmap:before {
            content: ""
        }

        .bp3-icon-help:before {
            content: "?"
        }

        .bp3-icon-helper-management:before {
            content: ""
        }

        .bp3-icon-highlight:before {
            content: ""
        }

        .bp3-icon-history:before {
            content: ""
        }

        .bp3-icon-home:before {
            content: "⌂"
        }

        .bp3-icon-horizontal-bar-chart:before {
            content: ""
        }

        .bp3-icon-horizontal-bar-chart-asc:before {
            content: ""
        }

        .bp3-icon-horizontal-bar-chart-desc:before {
            content: ""
        }

        .bp3-icon-horizontal-distribution:before {
            content: ""
        }

        .bp3-icon-id-number:before {
            content: ""
        }

        .bp3-icon-image-rotate-left:before {
            content: ""
        }

        .bp3-icon-image-rotate-right:before {
            content: ""
        }

        .bp3-icon-import:before {
            content: ""
        }

        .bp3-icon-inbox:before {
            content: ""
        }

        .bp3-icon-inbox-filtered:before {
            content: ""
        }

        .bp3-icon-inbox-geo:before {
            content: ""
        }

        .bp3-icon-inbox-search:before {
            content: ""
        }

        .bp3-icon-inbox-update:before {
            content: ""
        }

        .bp3-icon-info-sign:before {
            content: "ℹ"
        }

        .bp3-icon-inheritance:before {
            content: ""
        }

        .bp3-icon-inner-join:before {
            content: ""
        }

        .bp3-icon-insert:before {
            content: ""
        }

        .bp3-icon-intersection:before {
            content: ""
        }

        .bp3-icon-ip-address:before {
            content: ""
        }

        .bp3-icon-issue:before {
            content: ""
        }

        .bp3-icon-issue-closed:before {
            content: ""
        }

        .bp3-icon-issue-new:before {
            content: ""
        }

        .bp3-icon-italic:before {
            content: ""
        }

        .bp3-icon-join-table:before {
            content: ""
        }

        .bp3-icon-key:before {
            content: ""
        }

        .bp3-icon-key-backspace:before {
            content: ""
        }

        .bp3-icon-key-command:before {
            content: ""
        }

        .bp3-icon-key-control:before {
            content: ""
        }

        .bp3-icon-key-delete:before {
            content: ""
        }

        .bp3-icon-key-enter:before {
            content: ""
        }

        .bp3-icon-key-escape:before {
            content: ""
        }

        .bp3-icon-key-option:before {
            content: ""
        }

        .bp3-icon-key-shift:before {
            content: ""
        }

        .bp3-icon-key-tab:before {
            content: ""
        }

        .bp3-icon-known-vehicle:before {
            content: ""
        }

        .bp3-icon-lab-test:before {
            content: ""
        }

        .bp3-icon-label:before {
            content: ""
        }

        .bp3-icon-layer:before {
            content: ""
        }

        .bp3-icon-layers:before {
            content: ""
        }

        .bp3-icon-layout:before {
            content: ""
        }

        .bp3-icon-layout-auto:before {
            content: ""
        }

        .bp3-icon-layout-balloon:before {
            content: ""
        }

        .bp3-icon-layout-circle:before {
            content: ""
        }

        .bp3-icon-layout-grid:before {
            content: ""
        }

        .bp3-icon-layout-group-by:before {
            content: ""
        }

        .bp3-icon-layout-hierarchy:before {
            content: ""
        }

        .bp3-icon-layout-linear:before {
            content: ""
        }

        .bp3-icon-layout-skew-grid:before {
            content: ""
        }

        .bp3-icon-layout-sorted-clusters:before {
            content: ""
        }

        .bp3-icon-learning:before {
            content: ""
        }

        .bp3-icon-left-join:before {
            content: ""
        }

        .bp3-icon-less-than:before {
            content: ""
        }

        .bp3-icon-less-than-or-equal-to:before {
            content: ""
        }

        .bp3-icon-lifesaver:before {
            content: ""
        }

        .bp3-icon-lightbulb:before {
            content: ""
        }

        .bp3-icon-link:before {
            content: ""
        }

        .bp3-icon-list:before {
            content: "☰"
        }

        .bp3-icon-list-columns:before {
            content: ""
        }

        .bp3-icon-list-detail-view:before {
            content: ""
        }

        .bp3-icon-locate:before {
            content: ""
        }

        .bp3-icon-lock:before {
            content: ""
        }

        .bp3-icon-log-in:before {
            content: ""
        }

        .bp3-icon-log-out:before {
            content: ""
        }

        .bp3-icon-manual:before {
            content: ""
        }

        .bp3-icon-manually-entered-data:before {
            content: ""
        }

        .bp3-icon-map:before {
            content: ""
        }

        .bp3-icon-map-create:before {
            content: ""
        }

        .bp3-icon-map-marker:before {
            content: ""
        }

        .bp3-icon-maximize:before {
            content: ""
        }

        .bp3-icon-media:before {
            content: ""
        }

        .bp3-icon-menu:before {
            content: ""
        }

        .bp3-icon-menu-closed:before {
            content: ""
        }

        .bp3-icon-menu-open:before {
            content: ""
        }

        .bp3-icon-merge-columns:before {
            content: ""
        }

        .bp3-icon-merge-links:before {
            content: ""
        }

        .bp3-icon-minimize:before {
            content: ""
        }

        .bp3-icon-minus:before {
            content: "−"
        }

        .bp3-icon-mobile-phone:before {
            content: ""
        }

        .bp3-icon-mobile-video:before {
            content: ""
        }

        .bp3-icon-moon:before {
            content: ""
        }

        .bp3-icon-more:before {
            content: ""
        }

        .bp3-icon-mountain:before {
            content: ""
        }

        .bp3-icon-move:before {
            content: ""
        }

        .bp3-icon-mugshot:before {
            content: ""
        }

        .bp3-icon-multi-select:before {
            content: ""
        }

        .bp3-icon-music:before {
            content: ""
        }

        .bp3-icon-new-drawing:before {
            content: ""
        }

        .bp3-icon-new-grid-item:before {
            content: ""
        }

        .bp3-icon-new-layer:before {
            content: ""
        }

        .bp3-icon-new-layers:before {
            content: ""
        }

        .bp3-icon-new-link:before {
            content: ""
        }

        .bp3-icon-new-object:before {
            content: ""
        }

        .bp3-icon-new-person:before {
            content: ""
        }

        .bp3-icon-new-prescription:before {
            content: ""
        }

        .bp3-icon-new-text-box:before {
            content: ""
        }

        .bp3-icon-ninja:before {
            content: ""
        }

        .bp3-icon-not-equal-to:before {
            content: ""
        }

        .bp3-icon-notifications:before {
            content: ""
        }

        .bp3-icon-notifications-updated:before {
            content: ""
        }

        .bp3-icon-numbered-list:before {
            content: ""
        }

        .bp3-icon-numerical:before {
            content: ""
        }

        .bp3-icon-office:before {
            content: ""
        }

        .bp3-icon-offline:before {
            content: ""
        }

        .bp3-icon-oil-field:before {
            content: ""
        }

        .bp3-icon-one-column:before {
            content: ""
        }

        .bp3-icon-outdated:before {
            content: ""
        }

        .bp3-icon-page-layout:before {
            content: ""
        }

        .bp3-icon-panel-stats:before {
            content: ""
        }

        .bp3-icon-panel-table:before {
            content: ""
        }

        .bp3-icon-paperclip:before {
            content: ""
        }

        .bp3-icon-paragraph:before {
            content: ""
        }

        .bp3-icon-path:before {
            content: ""
        }

        .bp3-icon-path-search:before {
            content: ""
        }

        .bp3-icon-pause:before {
            content: ""
        }

        .bp3-icon-people:before {
            content: ""
        }

        .bp3-icon-percentage:before {
            content: ""
        }

        .bp3-icon-person:before {
            content: ""
        }

        .bp3-icon-phone:before {
            content: "☎"
        }

        .bp3-icon-pie-chart:before {
            content: ""
        }

        .bp3-icon-pin:before {
            content: ""
        }

        .bp3-icon-pivot:before {
            content: ""
        }

        .bp3-icon-pivot-table:before {
            content: ""
        }

        .bp3-icon-play:before {
            content: ""
        }

        .bp3-icon-plus:before {
            content: "+"
        }

        .bp3-icon-polygon-filter:before {
            content: ""
        }

        .bp3-icon-power:before {
            content: ""
        }

        .bp3-icon-predictive-analysis:before {
            content: ""
        }

        .bp3-icon-prescription:before {
            content: ""
        }

        .bp3-icon-presentation:before {
            content: ""
        }

        .bp3-icon-print:before {
            content: "⎙"
        }

        .bp3-icon-projects:before {
            content: ""
        }

        .bp3-icon-properties:before {
            content: ""
        }

        .bp3-icon-property:before {
            content: ""
        }

        .bp3-icon-publish-function:before {
            content: ""
        }

        .bp3-icon-pulse:before {
            content: ""
        }

        .bp3-icon-random:before {
            content: ""
        }

        .bp3-icon-record:before {
            content: ""
        }

        .bp3-icon-redo:before {
            content: ""
        }

        .bp3-icon-refresh:before {
            content: ""
        }

        .bp3-icon-regression-chart:before {
            content: ""
        }

        .bp3-icon-remove:before {
            content: ""
        }

        .bp3-icon-remove-column:before {
            content: ""
        }

        .bp3-icon-remove-column-left:before {
            content: ""
        }

        .bp3-icon-remove-column-right:before {
            content: ""
        }

        .bp3-icon-remove-row-bottom:before {
            content: ""
        }

        .bp3-icon-remove-row-top:before {
            content: ""
        }

        .bp3-icon-repeat:before {
            content: ""
        }

        .bp3-icon-reset:before {
            content: ""
        }

        .bp3-icon-resolve:before {
            content: ""
        }

        .bp3-icon-rig:before {
            content: ""
        }

        .bp3-icon-right-join:before {
            content: ""
        }

        .bp3-icon-ring:before {
            content: ""
        }

        .bp3-icon-rotate-document:before {
            content: ""
        }

        .bp3-icon-rotate-page:before {
            content: ""
        }

        .bp3-icon-satellite:before {
            content: ""
        }

        .bp3-icon-saved:before {
            content: ""
        }

        .bp3-icon-scatter-plot:before {
            content: ""
        }

        .bp3-icon-search:before {
            content: ""
        }

        .bp3-icon-search-around:before {
            content: ""
        }

        .bp3-icon-search-template:before {
            content: ""
        }

        .bp3-icon-search-text:before {
            content: ""
        }

        .bp3-icon-segmented-control:before {
            content: ""
        }

        .bp3-icon-select:before {
            content: ""
        }

        .bp3-icon-selection:before {
            content: "⦿"
        }

        .bp3-icon-send-to:before {
            content: ""
        }

        .bp3-icon-send-to-graph:before {
            content: ""
        }

        .bp3-icon-send-to-map:before {
            content: ""
        }

        .bp3-icon-series-add:before {
            content: ""
        }

        .bp3-icon-series-configuration:before {
            content: ""
        }

        .bp3-icon-series-derived:before {
            content: ""
        }

        .bp3-icon-series-filtered:before {
            content: ""
        }

        .bp3-icon-series-search:before {
            content: ""
        }

        .bp3-icon-settings:before {
            content: ""
        }

        .bp3-icon-share:before {
            content: ""
        }

        .bp3-icon-shield:before {
            content: ""
        }

        .bp3-icon-shop:before {
            content: ""
        }

        .bp3-icon-shopping-cart:before {
            content: ""
        }

        .bp3-icon-signal-search:before {
            content: ""
        }

        .bp3-icon-sim-card:before {
            content: ""
        }

        .bp3-icon-slash:before {
            content: ""
        }

        .bp3-icon-small-cross:before {
            content: ""
        }

        .bp3-icon-small-minus:before {
            content: ""
        }

        .bp3-icon-small-plus:before {
            content: ""
        }

        .bp3-icon-small-tick:before {
            content: ""
        }

        .bp3-icon-snowflake:before {
            content: ""
        }

        .bp3-icon-social-media:before {
            content: ""
        }

        .bp3-icon-sort:before {
            content: ""
        }

        .bp3-icon-sort-alphabetical:before {
            content: ""
        }

        .bp3-icon-sort-alphabetical-desc:before {
            content: ""
        }

        .bp3-icon-sort-asc:before {
            content: ""
        }

        .bp3-icon-sort-desc:before {
            content: ""
        }

        .bp3-icon-sort-numerical:before {
            content: ""
        }

        .bp3-icon-sort-numerical-desc:before {
            content: ""
        }

        .bp3-icon-split-columns:before {
            content: ""
        }

        .bp3-icon-square:before {
            content: ""
        }

        .bp3-icon-stacked-chart:before {
            content: ""
        }

        .bp3-icon-star:before {
            content: "★"
        }

        .bp3-icon-star-empty:before {
            content: "☆"
        }

        .bp3-icon-step-backward:before {
            content: ""
        }

        .bp3-icon-step-chart:before {
            content: ""
        }

        .bp3-icon-step-forward:before {
            content: ""
        }

        .bp3-icon-stop:before {
            content: ""
        }

        .bp3-icon-stopwatch:before {
            content: ""
        }

        .bp3-icon-strikethrough:before {
            content: ""
        }

        .bp3-icon-style:before {
            content: ""
        }

        .bp3-icon-swap-horizontal:before {
            content: ""
        }

        .bp3-icon-swap-vertical:before {
            content: ""
        }

        .bp3-icon-symbol-circle:before {
            content: ""
        }

        .bp3-icon-symbol-cross:before {
            content: ""
        }

        .bp3-icon-symbol-diamond:before {
            content: ""
        }

        .bp3-icon-symbol-square:before {
            content: ""
        }

        .bp3-icon-symbol-triangle-down:before {
            content: ""
        }

        .bp3-icon-symbol-triangle-up:before {
            content: ""
        }

        .bp3-icon-tag:before {
            content: ""
        }

        .bp3-icon-take-action:before {
            content: ""
        }

        .bp3-icon-taxi:before {
            content: ""
        }

        .bp3-icon-text-highlight:before {
            content: ""
        }

        .bp3-icon-th:before {
            content: ""
        }

        .bp3-icon-th-derived:before {
            content: ""
        }

        .bp3-icon-th-disconnect:before {
            content: ""
        }

        .bp3-icon-th-filtered:before {
            content: ""
        }

        .bp3-icon-th-list:before {
            content: ""
        }

        .bp3-icon-thumbs-down:before {
            content: ""
        }

        .bp3-icon-thumbs-up:before {
            content: ""
        }

        .bp3-icon-tick:before {
            content: "✓"
        }

        .bp3-icon-tick-circle:before {
            content: ""
        }

        .bp3-icon-time:before {
            content: "⏲"
        }

        .bp3-icon-timeline-area-chart:before {
            content: ""
        }

        .bp3-icon-timeline-bar-chart:before {
            content: ""
        }

        .bp3-icon-timeline-events:before {
            content: ""
        }

        .bp3-icon-timeline-line-chart:before {
            content: ""
        }

        .bp3-icon-tint:before {
            content: ""
        }

        .bp3-icon-torch:before {
            content: ""
        }

        .bp3-icon-tractor:before {
            content: ""
        }

        .bp3-icon-train:before {
            content: ""
        }

        .bp3-icon-translate:before {
            content: ""
        }

        .bp3-icon-trash:before {
            content: ""
        }

        .bp3-icon-tree:before {
            content: ""
        }

        .bp3-icon-trending-down:before {
            content: ""
        }

        .bp3-icon-trending-up:before {
            content: ""
        }

        .bp3-icon-truck:before {
            content: ""
        }

        .bp3-icon-two-columns:before {
            content: ""
        }

        .bp3-icon-unarchive:before {
            content: ""
        }

        .bp3-icon-underline:before {
            content: "⎁"
        }

        .bp3-icon-undo:before {
            content: "⎌"
        }

        .bp3-icon-ungroup-objects:before {
            content: ""
        }

        .bp3-icon-unknown-vehicle:before {
            content: ""
        }

        .bp3-icon-unlock:before {
            content: ""
        }

        .bp3-icon-unpin:before {
            content: ""
        }

        .bp3-icon-unresolve:before {
            content: ""
        }

        .bp3-icon-updated:before {
            content: ""
        }

        .bp3-icon-upload:before {
            content: ""
        }

        .bp3-icon-user:before {
            content: ""
        }

        .bp3-icon-variable:before {
            content: ""
        }

        .bp3-icon-vertical-bar-chart-asc:before {
            content: ""
        }

        .bp3-icon-vertical-bar-chart-desc:before {
            content: ""
        }

        .bp3-icon-vertical-distribution:before {
            content: ""
        }

        .bp3-icon-video:before {
            content: ""
        }

        .bp3-icon-volume-down:before {
            content: ""
        }

        .bp3-icon-volume-off:before {
            content: ""
        }

        .bp3-icon-volume-up:before {
            content: ""
        }

        .bp3-icon-walk:before {
            content: ""
        }

        .bp3-icon-warning-sign:before {
            content: ""
        }

        .bp3-icon-waterfall-chart:before {
            content: ""
        }

        .bp3-icon-widget:before {
            content: ""
        }

        .bp3-icon-widget-button:before {
            content: ""
        }

        .bp3-icon-widget-footer:before {
            content: ""
        }

        .bp3-icon-widget-header:before {
            content: ""
        }

        .bp3-icon-wrench:before {
            content: ""
        }

        .bp3-icon-zoom-in:before {
            content: ""
        }

        .bp3-icon-zoom-out:before {
            content: ""
        }

        .bp3-icon-zoom-to-fit:before {
            content: ""
        }

        .bp3-submenu .bp3-popover-target,
        .bp3-submenu>.bp3-popover-wrapper {
            display: block
        }

        .bp3-submenu.bp3-popover {
            -webkit-box-shadow: none;
            box-shadow: none;
            padding: 0 5px
        }

        .bp3-submenu.bp3-popover>.bp3-popover-content {
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .1), 0 2px 4px rgba(16, 22, 26, .2), 0 8px 24px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .1), 0 2px 4px rgba(16, 22, 26, .2), 0 8px 24px rgba(16, 22, 26, .2)
        }

        .bp3-dark .bp3-submenu.bp3-popover,
        .bp3-submenu.bp3-popover.bp3-dark {
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .bp3-dark .bp3-submenu.bp3-popover>.bp3-popover-content,
        .bp3-submenu.bp3-popover.bp3-dark>.bp3-popover-content {
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 2px 4px rgba(16, 22, 26, .4), 0 8px 24px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 2px 4px rgba(16, 22, 26, .4), 0 8px 24px rgba(16, 22, 26, .4)
        }

        .bp3-menu {
            background: #fff;
            border-radius: 3px;
            color: #182026;
            list-style: none;
            margin: 0;
            min-width: 180px;
            padding: 5px;
            text-align: left
        }

        .bp3-menu-divider {
            border-top: 1px solid rgba(16, 22, 26, .15);
            display: block;
            margin: 5px
        }

        .bp3-dark .bp3-menu-divider {
            border-top-color: hsla(0, 0%, 100%, .15)
        }

        .bp3-menu-item {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            border-radius: 2px;
            color: inherit;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
            flex-direction: row;
            line-height: 20px;
            padding: 5px 7px;
            text-decoration: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

        .bp3-menu-item>* {
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            -ms-flex-negative: 0;
            flex-grow: 0;
            flex-shrink: 0
        }

        .bp3-menu-item>.bp3-fill {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            -ms-flex-negative: 1;
            flex-grow: 1;
            flex-shrink: 1
        }

        .bp3-menu-item:before,
        .bp3-menu-item>* {
            margin-right: 7px
        }

        .bp3-menu-item:empty:before,
        .bp3-menu-item>:last-child {
            margin-right: 0
        }

        .bp3-menu-item>.bp3-fill {
            word-break: break-word
        }

        .bp3-menu-item:hover,
        .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-menu-item {
            background-color: rgba(167, 182, 194, .3);
            cursor: pointer;
            text-decoration: none
        }

        .bp3-menu-item.bp3-disabled {
            background-color: inherit;
            color: rgba(92, 112, 128, .6);
            cursor: not-allowed
        }

        .bp3-dark .bp3-menu-item {
            color: inherit
        }

        .bp3-dark .bp3-menu-item:hover,
        .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-menu-item,
        .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-menu-item {
            background-color: rgba(138, 155, 168, .15);
            color: inherit
        }

        .bp3-dark .bp3-menu-item.bp3-disabled {
            background-color: inherit;
            color: rgba(167, 182, 194, .6)
        }

        .bp3-menu-item.bp3-intent-primary {
            color: #106ba3
        }

        .bp3-menu-item.bp3-intent-primary .bp3-icon {
            color: inherit
        }

        .bp3-menu-item.bp3-intent-primary .bp3-menu-item-label,
        .bp3-menu-item.bp3-intent-primary:after,
        .bp3-menu-item.bp3-intent-primary:before {
            color: #106ba3
        }

        .bp3-menu-item.bp3-intent-primary.bp3-active,
        .bp3-menu-item.bp3-intent-primary:hover,
        .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-primary.bp3-menu-item {
            background-color: #137cbd
        }

        .bp3-menu-item.bp3-intent-primary:active {
            background-color: #106ba3
        }

        .bp3-menu-item.bp3-intent-primary.bp3-active,
        .bp3-menu-item.bp3-intent-primary.bp3-active .bp3-menu-item-label,
        .bp3-menu-item.bp3-intent-primary.bp3-active:after,
        .bp3-menu-item.bp3-intent-primary.bp3-active:before,
        .bp3-menu-item.bp3-intent-primary:active,
        .bp3-menu-item.bp3-intent-primary:active .bp3-menu-item-label,
        .bp3-menu-item.bp3-intent-primary:active:after,
        .bp3-menu-item.bp3-intent-primary:active:before,
        .bp3-menu-item.bp3-intent-primary:hover,
        .bp3-menu-item.bp3-intent-primary:hover .bp3-menu-item-label,
        .bp3-menu-item.bp3-intent-primary:hover:after,
        .bp3-menu-item.bp3-intent-primary:hover:before,
        .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-primary.bp3-menu-item,
        .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-primary.bp3-menu-item .bp3-menu-item-label,
        .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-primary.bp3-menu-item:after,
        .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-primary.bp3-menu-item:before {
            color: #fff
        }

        .bp3-menu-item.bp3-intent-success {
            color: #0d8050
        }

        .bp3-menu-item.bp3-intent-success .bp3-icon {
            color: inherit
        }

        .bp3-menu-item.bp3-intent-success .bp3-menu-item-label,
        .bp3-menu-item.bp3-intent-success:after,
        .bp3-menu-item.bp3-intent-success:before {
            color: #0d8050
        }

        .bp3-menu-item.bp3-intent-success.bp3-active,
        .bp3-menu-item.bp3-intent-success:hover,
        .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-success.bp3-menu-item {
            background-color: #0f9960
        }

        .bp3-menu-item.bp3-intent-success:active {
            background-color: #0d8050
        }

        .bp3-menu-item.bp3-intent-success.bp3-active,
        .bp3-menu-item.bp3-intent-success.bp3-active .bp3-menu-item-label,
        .bp3-menu-item.bp3-intent-success.bp3-active:after,
        .bp3-menu-item.bp3-intent-success.bp3-active:before,
        .bp3-menu-item.bp3-intent-success:active,
        .bp3-menu-item.bp3-intent-success:active .bp3-menu-item-label,
        .bp3-menu-item.bp3-intent-success:active:after,
        .bp3-menu-item.bp3-intent-success:active:before,
        .bp3-menu-item.bp3-intent-success:hover,
        .bp3-menu-item.bp3-intent-success:hover .bp3-menu-item-label,
        .bp3-menu-item.bp3-intent-success:hover:after,
        .bp3-menu-item.bp3-intent-success:hover:before,
        .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-success.bp3-menu-item,
        .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-success.bp3-menu-item .bp3-menu-item-label,
        .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-success.bp3-menu-item:after,
        .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-success.bp3-menu-item:before {
            color: #fff
        }

        .bp3-menu-item.bp3-intent-warning {
            color: #bf7326
        }

        .bp3-menu-item.bp3-intent-warning .bp3-icon {
            color: inherit
        }

        .bp3-menu-item.bp3-intent-warning .bp3-menu-item-label,
        .bp3-menu-item.bp3-intent-warning:after,
        .bp3-menu-item.bp3-intent-warning:before {
            color: #bf7326
        }

        .bp3-menu-item.bp3-intent-warning.bp3-active,
        .bp3-menu-item.bp3-intent-warning:hover,
        .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-warning.bp3-menu-item {
            background-color: #d9822b
        }

        .bp3-menu-item.bp3-intent-warning:active {
            background-color: #bf7326
        }

        .bp3-menu-item.bp3-intent-warning.bp3-active,
        .bp3-menu-item.bp3-intent-warning.bp3-active .bp3-menu-item-label,
        .bp3-menu-item.bp3-intent-warning.bp3-active:after,
        .bp3-menu-item.bp3-intent-warning.bp3-active:before,
        .bp3-menu-item.bp3-intent-warning:active,
        .bp3-menu-item.bp3-intent-warning:active .bp3-menu-item-label,
        .bp3-menu-item.bp3-intent-warning:active:after,
        .bp3-menu-item.bp3-intent-warning:active:before,
        .bp3-menu-item.bp3-intent-warning:hover,
        .bp3-menu-item.bp3-intent-warning:hover .bp3-menu-item-label,
        .bp3-menu-item.bp3-intent-warning:hover:after,
        .bp3-menu-item.bp3-intent-warning:hover:before,
        .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-warning.bp3-menu-item,
        .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-warning.bp3-menu-item .bp3-menu-item-label,
        .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-warning.bp3-menu-item:after,
        .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-warning.bp3-menu-item:before {
            color: #fff
        }

        .bp3-menu-item.bp3-intent-danger {
            color: #c23030
        }

        .bp3-menu-item.bp3-intent-danger .bp3-icon {
            color: inherit
        }

        .bp3-menu-item.bp3-intent-danger .bp3-menu-item-label,
        .bp3-menu-item.bp3-intent-danger:after,
        .bp3-menu-item.bp3-intent-danger:before {
            color: #c23030
        }

        .bp3-menu-item.bp3-intent-danger.bp3-active,
        .bp3-menu-item.bp3-intent-danger:hover,
        .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-danger.bp3-menu-item {
            background-color: #db3737
        }

        .bp3-menu-item.bp3-intent-danger:active {
            background-color: #c23030
        }

        .bp3-menu-item.bp3-intent-danger.bp3-active,
        .bp3-menu-item.bp3-intent-danger.bp3-active .bp3-menu-item-label,
        .bp3-menu-item.bp3-intent-danger.bp3-active:after,
        .bp3-menu-item.bp3-intent-danger.bp3-active:before,
        .bp3-menu-item.bp3-intent-danger:active,
        .bp3-menu-item.bp3-intent-danger:active .bp3-menu-item-label,
        .bp3-menu-item.bp3-intent-danger:active:after,
        .bp3-menu-item.bp3-intent-danger:active:before,
        .bp3-menu-item.bp3-intent-danger:hover,
        .bp3-menu-item.bp3-intent-danger:hover .bp3-menu-item-label,
        .bp3-menu-item.bp3-intent-danger:hover:after,
        .bp3-menu-item.bp3-intent-danger:hover:before,
        .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-danger.bp3-menu-item,
        .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-danger.bp3-menu-item .bp3-menu-item-label,
        .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-danger.bp3-menu-item:after,
        .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-danger.bp3-menu-item:before {
            color: #fff
        }

        .bp3-menu-item:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-family: Icons16, sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            margin-right: 7px
        }

        .bp3-menu-item:before,
        .bp3-menu-item>.bp3-icon {
            color: #5c7080;
            margin-top: 2px
        }

        .bp3-menu-item .bp3-menu-item-label {
            color: #5c7080
        }

        .bp3-menu-item:hover,
        .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-menu-item {
            color: inherit
        }

        .bp3-menu-item.bp3-active,
        .bp3-menu-item:active {
            background-color: rgba(115, 134, 148, .3)
        }

        .bp3-menu-item.bp3-disabled {
            background-color: inherit !important;
            cursor: not-allowed !important;
            outline: none !important
        }

        .bp3-menu-item.bp3-disabled,
        .bp3-menu-item.bp3-disabled .bp3-menu-item-label,
        .bp3-menu-item.bp3-disabled:before,
        .bp3-menu-item.bp3-disabled>.bp3-icon {
            color: rgba(92, 112, 128, .6) !important
        }

        .bp3-large .bp3-menu-item {
            font-size: 16px;
            line-height: 22px;
            padding: 9px 7px
        }

        .bp3-large .bp3-menu-item .bp3-icon {
            margin-top: 3px
        }

        .bp3-large .bp3-menu-item:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            font-family: Icons20, sans-serif;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            margin-right: 10px;
            margin-top: 1px
        }

        button.bp3-menu-item {
            background: none;
            border: none;
            text-align: left;
            width: 100%
        }

        .bp3-menu-header {
            border-top: 1px solid rgba(16, 22, 26, .15);
            cursor: default;
            display: block;
            margin: 5px;
            padding-left: 2px
        }

        .bp3-dark .bp3-menu-header {
            border-top-color: hsla(0, 0%, 100%, .15)
        }

        .bp3-menu-header:first-of-type {
            border-top: none
        }

        .bp3-menu-header>h6 {
            word-wrap: normal;
            color: #182026;
            font-weight: 600;
            line-height: 17px;
            margin: 0;
            overflow: hidden;
            padding: 10px 7px 0 1px;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .bp3-menu-header:first-of-type>h6 {
            padding-top: 0
        }

        .bp3-large .bp3-menu-header>h6 {
            font-size: 18px;
            padding-bottom: 5px;
            padding-top: 15px
        }

        .bp3-large .bp3-menu-header:first-of-type>h6 {
            padding-top: 0
        }

        .bp3-dark .bp3-menu {
            background: #30404d;
            color: #f5f8fa
        }

        .bp3-dark .bp3-menu-item.bp3-intent-primary {
            color: #48aff0
        }

        .bp3-dark .bp3-menu-item.bp3-intent-primary .bp3-icon {
            color: inherit
        }

        .bp3-dark .bp3-menu-item.bp3-intent-primary .bp3-menu-item-label,
        .bp3-dark .bp3-menu-item.bp3-intent-primary:after,
        .bp3-dark .bp3-menu-item.bp3-intent-primary:before {
            color: #48aff0
        }

        .bp3-dark .bp3-menu-item.bp3-intent-primary.bp3-active,
        .bp3-dark .bp3-menu-item.bp3-intent-primary:hover,
        .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-primary.bp3-menu-item,
        .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-primary.bp3-menu-item {
            background-color: #137cbd
        }

        .bp3-dark .bp3-menu-item.bp3-intent-primary:active {
            background-color: #106ba3
        }

        .bp3-dark .bp3-menu-item.bp3-intent-primary.bp3-active,
        .bp3-dark .bp3-menu-item.bp3-intent-primary.bp3-active .bp3-menu-item-label,
        .bp3-dark .bp3-menu-item.bp3-intent-primary.bp3-active:after,
        .bp3-dark .bp3-menu-item.bp3-intent-primary.bp3-active:before,
        .bp3-dark .bp3-menu-item.bp3-intent-primary:active,
        .bp3-dark .bp3-menu-item.bp3-intent-primary:active .bp3-menu-item-label,
        .bp3-dark .bp3-menu-item.bp3-intent-primary:active:after,
        .bp3-dark .bp3-menu-item.bp3-intent-primary:active:before,
        .bp3-dark .bp3-menu-item.bp3-intent-primary:hover,
        .bp3-dark .bp3-menu-item.bp3-intent-primary:hover .bp3-menu-item-label,
        .bp3-dark .bp3-menu-item.bp3-intent-primary:hover:after,
        .bp3-dark .bp3-menu-item.bp3-intent-primary:hover:before,
        .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-primary.bp3-menu-item,
        .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-primary.bp3-menu-item .bp3-menu-item-label,
        .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-primary.bp3-menu-item:after,
        .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-primary.bp3-menu-item:before,
        .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-primary.bp3-menu-item,
        .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-primary.bp3-menu-item .bp3-menu-item-label,
        .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-primary.bp3-menu-item:after,
        .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-primary.bp3-menu-item:before {
            color: #fff
        }

        .bp3-dark .bp3-menu-item.bp3-intent-success {
            color: #3dcc91
        }

        .bp3-dark .bp3-menu-item.bp3-intent-success .bp3-icon {
            color: inherit
        }

        .bp3-dark .bp3-menu-item.bp3-intent-success .bp3-menu-item-label,
        .bp3-dark .bp3-menu-item.bp3-intent-success:after,
        .bp3-dark .bp3-menu-item.bp3-intent-success:before {
            color: #3dcc91
        }

        .bp3-dark .bp3-menu-item.bp3-intent-success.bp3-active,
        .bp3-dark .bp3-menu-item.bp3-intent-success:hover,
        .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-success.bp3-menu-item,
        .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-success.bp3-menu-item {
            background-color: #0f9960
        }

        .bp3-dark .bp3-menu-item.bp3-intent-success:active {
            background-color: #0d8050
        }

        .bp3-dark .bp3-menu-item.bp3-intent-success.bp3-active,
        .bp3-dark .bp3-menu-item.bp3-intent-success.bp3-active .bp3-menu-item-label,
        .bp3-dark .bp3-menu-item.bp3-intent-success.bp3-active:after,
        .bp3-dark .bp3-menu-item.bp3-intent-success.bp3-active:before,
        .bp3-dark .bp3-menu-item.bp3-intent-success:active,
        .bp3-dark .bp3-menu-item.bp3-intent-success:active .bp3-menu-item-label,
        .bp3-dark .bp3-menu-item.bp3-intent-success:active:after,
        .bp3-dark .bp3-menu-item.bp3-intent-success:active:before,
        .bp3-dark .bp3-menu-item.bp3-intent-success:hover,
        .bp3-dark .bp3-menu-item.bp3-intent-success:hover .bp3-menu-item-label,
        .bp3-dark .bp3-menu-item.bp3-intent-success:hover:after,
        .bp3-dark .bp3-menu-item.bp3-intent-success:hover:before,
        .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-success.bp3-menu-item,
        .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-success.bp3-menu-item .bp3-menu-item-label,
        .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-success.bp3-menu-item:after,
        .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-success.bp3-menu-item:before,
        .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-success.bp3-menu-item,
        .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-success.bp3-menu-item .bp3-menu-item-label,
        .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-success.bp3-menu-item:after,
        .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-success.bp3-menu-item:before {
            color: #fff
        }

        .bp3-dark .bp3-menu-item.bp3-intent-warning {
            color: #ffb366
        }

        .bp3-dark .bp3-menu-item.bp3-intent-warning .bp3-icon {
            color: inherit
        }

        .bp3-dark .bp3-menu-item.bp3-intent-warning .bp3-menu-item-label,
        .bp3-dark .bp3-menu-item.bp3-intent-warning:after,
        .bp3-dark .bp3-menu-item.bp3-intent-warning:before {
            color: #ffb366
        }

        .bp3-dark .bp3-menu-item.bp3-intent-warning.bp3-active,
        .bp3-dark .bp3-menu-item.bp3-intent-warning:hover,
        .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-warning.bp3-menu-item,
        .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-warning.bp3-menu-item {
            background-color: #d9822b
        }

        .bp3-dark .bp3-menu-item.bp3-intent-warning:active {
            background-color: #bf7326
        }

        .bp3-dark .bp3-menu-item.bp3-intent-warning.bp3-active,
        .bp3-dark .bp3-menu-item.bp3-intent-warning.bp3-active .bp3-menu-item-label,
        .bp3-dark .bp3-menu-item.bp3-intent-warning.bp3-active:after,
        .bp3-dark .bp3-menu-item.bp3-intent-warning.bp3-active:before,
        .bp3-dark .bp3-menu-item.bp3-intent-warning:active,
        .bp3-dark .bp3-menu-item.bp3-intent-warning:active .bp3-menu-item-label,
        .bp3-dark .bp3-menu-item.bp3-intent-warning:active:after,
        .bp3-dark .bp3-menu-item.bp3-intent-warning:active:before,
        .bp3-dark .bp3-menu-item.bp3-intent-warning:hover,
        .bp3-dark .bp3-menu-item.bp3-intent-warning:hover .bp3-menu-item-label,
        .bp3-dark .bp3-menu-item.bp3-intent-warning:hover:after,
        .bp3-dark .bp3-menu-item.bp3-intent-warning:hover:before,
        .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-warning.bp3-menu-item,
        .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-warning.bp3-menu-item .bp3-menu-item-label,
        .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-warning.bp3-menu-item:after,
        .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-warning.bp3-menu-item:before,
        .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-warning.bp3-menu-item,
        .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-warning.bp3-menu-item .bp3-menu-item-label,
        .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-warning.bp3-menu-item:after,
        .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-warning.bp3-menu-item:before {
            color: #fff
        }

        .bp3-dark .bp3-menu-item.bp3-intent-danger {
            color: #ff7373
        }

        .bp3-dark .bp3-menu-item.bp3-intent-danger .bp3-icon {
            color: inherit
        }

        .bp3-dark .bp3-menu-item.bp3-intent-danger .bp3-menu-item-label,
        .bp3-dark .bp3-menu-item.bp3-intent-danger:after,
        .bp3-dark .bp3-menu-item.bp3-intent-danger:before {
            color: #ff7373
        }

        .bp3-dark .bp3-menu-item.bp3-intent-danger.bp3-active,
        .bp3-dark .bp3-menu-item.bp3-intent-danger:hover,
        .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-danger.bp3-menu-item,
        .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-danger.bp3-menu-item {
            background-color: #db3737
        }

        .bp3-dark .bp3-menu-item.bp3-intent-danger:active {
            background-color: #c23030
        }

        .bp3-dark .bp3-menu-item.bp3-intent-danger.bp3-active,
        .bp3-dark .bp3-menu-item.bp3-intent-danger.bp3-active .bp3-menu-item-label,
        .bp3-dark .bp3-menu-item.bp3-intent-danger.bp3-active:after,
        .bp3-dark .bp3-menu-item.bp3-intent-danger.bp3-active:before,
        .bp3-dark .bp3-menu-item.bp3-intent-danger:active,
        .bp3-dark .bp3-menu-item.bp3-intent-danger:active .bp3-menu-item-label,
        .bp3-dark .bp3-menu-item.bp3-intent-danger:active:after,
        .bp3-dark .bp3-menu-item.bp3-intent-danger:active:before,
        .bp3-dark .bp3-menu-item.bp3-intent-danger:hover,
        .bp3-dark .bp3-menu-item.bp3-intent-danger:hover .bp3-menu-item-label,
        .bp3-dark .bp3-menu-item.bp3-intent-danger:hover:after,
        .bp3-dark .bp3-menu-item.bp3-intent-danger:hover:before,
        .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-danger.bp3-menu-item,
        .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-danger.bp3-menu-item .bp3-menu-item-label,
        .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-danger.bp3-menu-item:after,
        .bp3-dark .bp3-submenu .bp3-popover-target.bp3-popover-open>.bp3-intent-danger.bp3-menu-item:before,
        .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-danger.bp3-menu-item,
        .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-danger.bp3-menu-item .bp3-menu-item-label,
        .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-danger.bp3-menu-item:after,
        .bp3-submenu .bp3-dark .bp3-popover-target.bp3-popover-open>.bp3-intent-danger.bp3-menu-item:before {
            color: #fff
        }

        .bp3-dark .bp3-menu-item .bp3-menu-item-label,
        .bp3-dark .bp3-menu-item:before,
        .bp3-dark .bp3-menu-item>.bp3-icon {
            color: #a7b6c2
        }

        .bp3-dark .bp3-menu-item.bp3-active,
        .bp3-dark .bp3-menu-item:active {
            background-color: rgba(138, 155, 168, .3)
        }

        .bp3-dark .bp3-menu-item.bp3-disabled,
        .bp3-dark .bp3-menu-item.bp3-disabled .bp3-menu-item-label,
        .bp3-dark .bp3-menu-item.bp3-disabled:before,
        .bp3-dark .bp3-menu-item.bp3-disabled>.bp3-icon {
            color: rgba(167, 182, 194, .6) !important
        }

        .bp3-dark .bp3-menu-divider,
        .bp3-dark .bp3-menu-header {
            border-color: hsla(0, 0%, 100%, .15)
        }

        .bp3-dark .bp3-menu-header>h6 {
            color: #f5f8fa
        }

        .bp3-label .bp3-menu {
            margin-top: 5px
        }

        .bp3-navbar {
            background-color: #fff;
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .1), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .1), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, .2);
            height: 50px;
            padding: 0 15px;
            position: relative;
            width: 100%;
            z-index: 10
        }

        .bp3-dark .bp3-navbar,
        .bp3-navbar.bp3-dark {
            background-color: #394b59
        }

        .bp3-navbar.bp3-dark {
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, .4);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-navbar {
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 0 0 rgba(16, 22, 26, 0), 0 1px 1px rgba(16, 22, 26, .4)
        }

        .bp3-navbar.bp3-fixed-top {
            left: 0;
            position: fixed;
            right: 0;
            top: 0
        }

        .bp3-navbar-heading {
            font-size: 16px;
            margin-right: 15px
        }

        .bp3-navbar-group {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 50px
        }

        .bp3-navbar-group.bp3-align-left {
            float: left
        }

        .bp3-navbar-group.bp3-align-right {
            float: right
        }

        .bp3-navbar-divider {
            border-left: 1px solid rgba(16, 22, 26, .15);
            height: 20px;
            margin: 0 10px
        }

        .bp3-dark .bp3-navbar-divider {
            border-left-color: hsla(0, 0%, 100%, .15)
        }

        .bp3-non-ideal-state {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            height: 100%;
            justify-content: center;
            text-align: center;
            width: 100%
        }

        .bp3-non-ideal-state>* {
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            -ms-flex-negative: 0;
            flex-grow: 0;
            flex-shrink: 0
        }

        .bp3-non-ideal-state>.bp3-fill {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            -ms-flex-negative: 1;
            flex-grow: 1;
            flex-shrink: 1
        }

        .bp3-non-ideal-state:before,
        .bp3-non-ideal-state>* {
            margin-bottom: 20px
        }

        .bp3-non-ideal-state:empty:before,
        .bp3-non-ideal-state>:last-child {
            margin-bottom: 0
        }

        .bp3-non-ideal-state>* {
            max-width: 400px
        }

        .bp3-non-ideal-state-visual {
            color: rgba(92, 112, 128, .6);
            font-size: 60px
        }

        .bp3-dark .bp3-non-ideal-state-visual {
            color: rgba(167, 182, 194, .6)
        }

        .bp3-overflow-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
            min-width: 0
        }

        .bp3-overflow-list-spacer {
            -ms-flex-negative: 1;
            flex-shrink: 1;
            width: 1px
        }

        body.bp3-overlay-open {
            overflow: hidden
        }

        .bp3-overlay {
            bottom: 0;
            left: 0;
            position: static;
            right: 0;
            top: 0;
            z-index: 20
        }

        .bp3-overlay:not(.bp3-overlay-open) {
            pointer-events: none
        }

        .bp3-overlay.bp3-overlay-container {
            overflow: hidden;
            position: fixed
        }

        .bp3-overlay.bp3-overlay-container.bp3-overlay-inline {
            position: absolute
        }

        .bp3-overlay.bp3-overlay-scroll-container {
            overflow: auto;
            position: fixed
        }

        .bp3-overlay.bp3-overlay-scroll-container.bp3-overlay-inline {
            position: absolute
        }

        .bp3-overlay.bp3-overlay-inline {
            display: inline;
            overflow: visible
        }

        .bp3-overlay-content {
            position: fixed;
            z-index: 20
        }

        .bp3-overlay-inline .bp3-overlay-content,
        .bp3-overlay-scroll-container .bp3-overlay-content {
            position: absolute
        }

        .bp3-overlay-backdrop {
            background-color: rgba(16, 22, 26, .7);
            bottom: 0;
            left: 0;
            opacity: 1;
            overflow: auto;
            position: fixed;
            right: 0;
            top: 0;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            z-index: 20
        }

        .bp3-overlay-backdrop.bp3-overlay-appear,
        .bp3-overlay-backdrop.bp3-overlay-enter {
            opacity: 0
        }

        .bp3-overlay-backdrop.bp3-overlay-appear-active,
        .bp3-overlay-backdrop.bp3-overlay-enter-active {
            opacity: 1;
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition-duration: .2s;
            transition-duration: .2s;
            -webkit-transition-property: opacity;
            transition-property: opacity;
            -webkit-transition-timing-function: cubic-bezier(.4, 1, .75, .9);
            transition-timing-function: cubic-bezier(.4, 1, .75, .9)
        }

        .bp3-overlay-backdrop.bp3-overlay-exit {
            opacity: 1
        }

        .bp3-overlay-backdrop.bp3-overlay-exit-active {
            opacity: 0;
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition-duration: .2s;
            transition-duration: .2s;
            -webkit-transition-property: opacity;
            transition-property: opacity;
            -webkit-transition-timing-function: cubic-bezier(.4, 1, .75, .9);
            transition-timing-function: cubic-bezier(.4, 1, .75, .9)
        }

        .bp3-overlay-backdrop:focus {
            outline: none
        }

        .bp3-overlay-inline .bp3-overlay-backdrop {
            position: absolute
        }

        .bp3-panel-stack {
            overflow: hidden;
            position: relative
        }

        .bp3-panel-stack-header {
            -webkit-box-align: center;
            -ms-flex-align: center;
            -ms-flex-negative: 0;
            align-items: center;
            -webkit-box-shadow: 0 1px rgba(16, 22, 26, .15);
            box-shadow: 0 1px rgba(16, 22, 26, .15);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            flex-shrink: 0;
            height: 30px;
            z-index: 1
        }

        .bp3-dark .bp3-panel-stack-header {
            -webkit-box-shadow: 0 1px hsla(0, 0%, 100%, .15);
            box-shadow: 0 1px hsla(0, 0%, 100%, .15)
        }

        .bp3-panel-stack-header>span {
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            -webkit-box-flex: 1;
            align-items: stretch;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 1;
            flex: 1
        }

        .bp3-panel-stack-header .bp3-heading {
            margin: 0 5px
        }

        .bp3-button.bp3-panel-stack-header-back {
            margin-left: 5px;
            padding-left: 0;
            white-space: nowrap
        }

        .bp3-button.bp3-panel-stack-header-back .bp3-icon {
            margin: 0 2px
        }

        .bp3-panel-stack-view {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            background-color: #fff;
            border-right: 1px solid rgba(16, 22, 26, .15);
            bottom: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            left: 0;
            margin-right: -1px;
            overflow-y: auto;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 1
        }

        .bp3-dark .bp3-panel-stack-view {
            background-color: #30404d
        }

        .bp3-panel-stack-view:nth-last-child(n+4) {
            display: none
        }

        .bp3-panel-stack-push .bp3-panel-stack-appear,
        .bp3-panel-stack-push .bp3-panel-stack-enter {
            opacity: 0;
            -webkit-transform: translateX(100%);
            transform: translateX(100%)
        }

        .bp3-panel-stack-push .bp3-panel-stack-appear-active,
        .bp3-panel-stack-push .bp3-panel-stack-enter-active {
            opacity: 1;
            -webkit-transform: translate(0);
            transform: translate(0);
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition-duration: .4s;
            transition-duration: .4s;
            -webkit-transition-property: opacity, -webkit-transform;
            transition-property: opacity, -webkit-transform;
            transition-property: transform, opacity;
            transition-property: transform, opacity, -webkit-transform;
            -webkit-transition-timing-function: ease;
            transition-timing-function: ease
        }

        .bp3-panel-stack-push .bp3-panel-stack-exit {
            opacity: 1;
            -webkit-transform: translate(0);
            transform: translate(0)
        }

        .bp3-panel-stack-push .bp3-panel-stack-exit-active {
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition-duration: .4s;
            transition-duration: .4s;
            -webkit-transition-property: opacity, -webkit-transform;
            transition-property: opacity, -webkit-transform;
            transition-property: transform, opacity;
            transition-property: transform, opacity, -webkit-transform;
            -webkit-transition-timing-function: ease;
            transition-timing-function: ease
        }

        .bp3-panel-stack-pop .bp3-panel-stack-appear,
        .bp3-panel-stack-pop .bp3-panel-stack-enter,
        .bp3-panel-stack-push .bp3-panel-stack-exit-active {
            opacity: 0;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%)
        }

        .bp3-panel-stack-pop .bp3-panel-stack-appear-active,
        .bp3-panel-stack-pop .bp3-panel-stack-enter-active {
            opacity: 1;
            -webkit-transform: translate(0);
            transform: translate(0);
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition-duration: .4s;
            transition-duration: .4s;
            -webkit-transition-property: opacity, -webkit-transform;
            transition-property: opacity, -webkit-transform;
            transition-property: transform, opacity;
            transition-property: transform, opacity, -webkit-transform;
            -webkit-transition-timing-function: ease;
            transition-timing-function: ease
        }

        .bp3-panel-stack-pop .bp3-panel-stack-exit {
            opacity: 1;
            -webkit-transform: translate(0);
            transform: translate(0)
        }

        .bp3-panel-stack-pop .bp3-panel-stack-exit-active {
            opacity: 0;
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition-duration: .4s;
            transition-duration: .4s;
            -webkit-transition-property: opacity, -webkit-transform;
            transition-property: opacity, -webkit-transform;
            transition-property: transform, opacity;
            transition-property: transform, opacity, -webkit-transform;
            -webkit-transition-timing-function: ease;
            transition-timing-function: ease
        }

        .bp3-panel-stack2 {
            overflow: hidden;
            position: relative
        }

        .bp3-panel-stack2-header {
            -webkit-box-align: center;
            -ms-flex-align: center;
            -ms-flex-negative: 0;
            align-items: center;
            -webkit-box-shadow: 0 1px rgba(16, 22, 26, .15);
            box-shadow: 0 1px rgba(16, 22, 26, .15);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            flex-shrink: 0;
            height: 30px;
            z-index: 1
        }

        .bp3-dark .bp3-panel-stack2-header {
            -webkit-box-shadow: 0 1px hsla(0, 0%, 100%, .15);
            box-shadow: 0 1px hsla(0, 0%, 100%, .15)
        }

        .bp3-panel-stack2-header>span {
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            -webkit-box-flex: 1;
            align-items: stretch;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 1;
            flex: 1
        }

        .bp3-panel-stack2-header .bp3-heading {
            margin: 0 5px
        }

        .bp3-button.bp3-panel-stack2-header-back {
            margin-left: 5px;
            padding-left: 0;
            white-space: nowrap
        }

        .bp3-button.bp3-panel-stack2-header-back .bp3-icon {
            margin: 0 2px
        }

        .bp3-panel-stack2-view {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            background-color: #fff;
            border-right: 1px solid rgba(16, 22, 26, .15);
            bottom: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            left: 0;
            margin-right: -1px;
            overflow-y: auto;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 1
        }

        .bp3-dark .bp3-panel-stack2-view {
            background-color: #30404d
        }

        .bp3-panel-stack2-view:nth-last-child(n+4) {
            display: none
        }

        .bp3-panel-stack2-push .bp3-panel-stack2-appear,
        .bp3-panel-stack2-push .bp3-panel-stack2-enter {
            opacity: 0;
            -webkit-transform: translateX(100%);
            transform: translateX(100%)
        }

        .bp3-panel-stack2-push .bp3-panel-stack2-appear-active,
        .bp3-panel-stack2-push .bp3-panel-stack2-enter-active {
            opacity: 1;
            -webkit-transform: translate(0);
            transform: translate(0);
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition-duration: .4s;
            transition-duration: .4s;
            -webkit-transition-property: opacity, -webkit-transform;
            transition-property: opacity, -webkit-transform;
            transition-property: transform, opacity;
            transition-property: transform, opacity, -webkit-transform;
            -webkit-transition-timing-function: ease;
            transition-timing-function: ease
        }

        .bp3-panel-stack2-push .bp3-panel-stack2-exit {
            opacity: 1;
            -webkit-transform: translate(0);
            transform: translate(0)
        }

        .bp3-panel-stack2-push .bp3-panel-stack2-exit-active {
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition-duration: .4s;
            transition-duration: .4s;
            -webkit-transition-property: opacity, -webkit-transform;
            transition-property: opacity, -webkit-transform;
            transition-property: transform, opacity;
            transition-property: transform, opacity, -webkit-transform;
            -webkit-transition-timing-function: ease;
            transition-timing-function: ease
        }

        .bp3-panel-stack2-pop .bp3-panel-stack2-appear,
        .bp3-panel-stack2-pop .bp3-panel-stack2-enter,
        .bp3-panel-stack2-push .bp3-panel-stack2-exit-active {
            opacity: 0;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%)
        }

        .bp3-panel-stack2-pop .bp3-panel-stack2-appear-active,
        .bp3-panel-stack2-pop .bp3-panel-stack2-enter-active {
            opacity: 1;
            -webkit-transform: translate(0);
            transform: translate(0);
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition-duration: .4s;
            transition-duration: .4s;
            -webkit-transition-property: opacity, -webkit-transform;
            transition-property: opacity, -webkit-transform;
            transition-property: transform, opacity;
            transition-property: transform, opacity, -webkit-transform;
            -webkit-transition-timing-function: ease;
            transition-timing-function: ease
        }

        .bp3-panel-stack2-pop .bp3-panel-stack2-exit {
            opacity: 1;
            -webkit-transform: translate(0);
            transform: translate(0)
        }

        .bp3-panel-stack2-pop .bp3-panel-stack2-exit-active {
            opacity: 0;
            -webkit-transform: translateX(100%);
            transform: translateX(100%);
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition-duration: .4s;
            transition-duration: .4s;
            -webkit-transition-property: opacity, -webkit-transform;
            transition-property: opacity, -webkit-transform;
            transition-property: transform, opacity;
            transition-property: transform, opacity, -webkit-transform;
            -webkit-transition-timing-function: ease;
            transition-timing-function: ease
        }

        .bp3-popover {
            border-radius: 3px;
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .1), 0 2px 4px rgba(16, 22, 26, .2), 0 8px 24px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .1), 0 2px 4px rgba(16, 22, 26, .2), 0 8px 24px rgba(16, 22, 26, .2);
            display: inline-block;
            -webkit-transform: scale(1);
            transform: scale(1);
            z-index: 20
        }

        .bp3-popover .bp3-popover-arrow {
            height: 30px;
            position: absolute;
            width: 30px
        }

        .bp3-popover .bp3-popover-arrow:before {
            height: 20px;
            margin: 5px;
            width: 20px
        }

        .bp3-tether-element-attached-bottom.bp3-tether-target-attached-top>.bp3-popover {
            margin-bottom: 17px;
            margin-top: -17px
        }

        .bp3-tether-element-attached-bottom.bp3-tether-target-attached-top>.bp3-popover>.bp3-popover-arrow {
            bottom: -11px
        }

        .bp3-tether-element-attached-bottom.bp3-tether-target-attached-top>.bp3-popover>.bp3-popover-arrow svg {
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg)
        }

        .bp3-tether-element-attached-left.bp3-tether-target-attached-right>.bp3-popover {
            margin-left: 17px
        }

        .bp3-tether-element-attached-left.bp3-tether-target-attached-right>.bp3-popover>.bp3-popover-arrow {
            left: -11px
        }

        .bp3-tether-element-attached-left.bp3-tether-target-attached-right>.bp3-popover>.bp3-popover-arrow svg {
            -webkit-transform: rotate(0);
            transform: rotate(0)
        }

        .bp3-tether-element-attached-top.bp3-tether-target-attached-bottom>.bp3-popover {
            margin-top: 17px
        }

        .bp3-tether-element-attached-top.bp3-tether-target-attached-bottom>.bp3-popover>.bp3-popover-arrow {
            top: -11px
        }

        .bp3-tether-element-attached-top.bp3-tether-target-attached-bottom>.bp3-popover>.bp3-popover-arrow svg {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg)
        }

        .bp3-tether-element-attached-right.bp3-tether-target-attached-left>.bp3-popover {
            margin-left: -17px;
            margin-right: 17px
        }

        .bp3-tether-element-attached-right.bp3-tether-target-attached-left>.bp3-popover>.bp3-popover-arrow {
            right: -11px
        }

        .bp3-tether-element-attached-right.bp3-tether-target-attached-left>.bp3-popover>.bp3-popover-arrow svg {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg)
        }

        .bp3-tether-element-attached-middle>.bp3-popover>.bp3-popover-arrow {
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

        .bp3-tether-element-attached-center>.bp3-popover>.bp3-popover-arrow {
            right: 50%;
            -webkit-transform: translateX(50%);
            transform: translateX(50%)
        }

        .bp3-tether-element-attached-top.bp3-tether-target-attached-top>.bp3-popover>.bp3-popover-arrow {
            top: -.3934px
        }

        .bp3-tether-element-attached-right.bp3-tether-target-attached-right>.bp3-popover>.bp3-popover-arrow {
            right: -.3934px
        }

        .bp3-tether-element-attached-left.bp3-tether-target-attached-left>.bp3-popover>.bp3-popover-arrow {
            left: -.3934px
        }

        .bp3-tether-element-attached-bottom.bp3-tether-target-attached-bottom>.bp3-popover>.bp3-popover-arrow {
            bottom: -.3934px
        }

        .bp3-tether-element-attached-top.bp3-tether-element-attached-left>.bp3-popover {
            -webkit-transform-origin: top left;
            transform-origin: top left
        }

        .bp3-tether-element-attached-top.bp3-tether-element-attached-center>.bp3-popover {
            -webkit-transform-origin: top center;
            transform-origin: top center
        }

        .bp3-tether-element-attached-top.bp3-tether-element-attached-right>.bp3-popover {
            -webkit-transform-origin: top right;
            transform-origin: top right
        }

        .bp3-tether-element-attached-middle.bp3-tether-element-attached-left>.bp3-popover {
            -webkit-transform-origin: center left;
            transform-origin: center left
        }

        .bp3-tether-element-attached-middle.bp3-tether-element-attached-center>.bp3-popover {
            -webkit-transform-origin: center center;
            transform-origin: center center
        }

        .bp3-tether-element-attached-middle.bp3-tether-element-attached-right>.bp3-popover {
            -webkit-transform-origin: center right;
            transform-origin: center right
        }

        .bp3-tether-element-attached-bottom.bp3-tether-element-attached-left>.bp3-popover {
            -webkit-transform-origin: bottom left;
            transform-origin: bottom left
        }

        .bp3-tether-element-attached-bottom.bp3-tether-element-attached-center>.bp3-popover {
            -webkit-transform-origin: bottom center;
            transform-origin: bottom center
        }

        .bp3-tether-element-attached-bottom.bp3-tether-element-attached-right>.bp3-popover {
            -webkit-transform-origin: bottom right;
            transform-origin: bottom right
        }

        .bp3-popover .bp3-popover-content {
            background: #fff
        }

        .bp3-popover .bp3-heading,
        .bp3-popover .bp3-popover-content {
            color: inherit
        }

        .bp3-popover .bp3-popover-arrow:before {
            -webkit-box-shadow: 1px 1px 6px rgba(16, 22, 26, .2);
            box-shadow: 1px 1px 6px rgba(16, 22, 26, .2)
        }

        .bp3-popover .bp3-popover-arrow-border {
            fill: #10161a;
            fill-opacity: .1
        }

        .bp3-popover .bp3-popover-arrow-fill {
            fill: #fff
        }

        .bp3-popover-appear>.bp3-popover,
        .bp3-popover-enter>.bp3-popover {
            -webkit-transform: scale(.3);
            transform: scale(.3)
        }

        .bp3-popover-appear-active>.bp3-popover,
        .bp3-popover-enter-active>.bp3-popover {
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition-duration: .3s;
            transition-duration: .3s;
            -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
            -webkit-transition-timing-function: cubic-bezier(.54, 1.12, .38, 1.11);
            transition-timing-function: cubic-bezier(.54, 1.12, .38, 1.11)
        }

        .bp3-popover-exit>.bp3-popover {
            -webkit-transform: scale(1);
            transform: scale(1)
        }

        .bp3-popover-exit-active>.bp3-popover {
            -webkit-transform: scale(.3);
            transform: scale(.3);
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition-duration: .3s;
            transition-duration: .3s;
            -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
            -webkit-transition-timing-function: cubic-bezier(.54, 1.12, .38, 1.11);
            transition-timing-function: cubic-bezier(.54, 1.12, .38, 1.11)
        }

        .bp3-popover .bp3-popover-content {
            border-radius: 3px;
            position: relative
        }

        .bp3-popover.bp3-popover-content-sizing .bp3-popover-content {
            max-width: 350px;
            padding: 20px
        }

        .bp3-popover-target+.bp3-overlay .bp3-popover.bp3-popover-content-sizing {
            width: 350px
        }

        .bp3-popover.bp3-minimal {
            margin: 0 !important
        }

        .bp3-popover.bp3-minimal .bp3-popover-arrow {
            display: none
        }

        .bp3-popover-appear>.bp3-popover.bp3-minimal.bp3-popover,
        .bp3-popover-enter>.bp3-popover.bp3-minimal.bp3-popover,
        .bp3-popover.bp3-minimal.bp3-popover {
            -webkit-transform: scale(1);
            transform: scale(1)
        }

        .bp3-popover-appear-active>.bp3-popover.bp3-minimal.bp3-popover,
        .bp3-popover-enter-active>.bp3-popover.bp3-minimal.bp3-popover {
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition-duration: .1s;
            transition-duration: .1s;
            -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
            -webkit-transition-timing-function: cubic-bezier(.4, 1, .75, .9);
            transition-timing-function: cubic-bezier(.4, 1, .75, .9)
        }

        .bp3-popover-exit>.bp3-popover.bp3-minimal.bp3-popover {
            -webkit-transform: scale(1);
            transform: scale(1)
        }

        .bp3-popover-exit-active>.bp3-popover.bp3-minimal.bp3-popover {
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition-duration: .1s;
            transition-duration: .1s;
            -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
            -webkit-transition-timing-function: cubic-bezier(.4, 1, .75, .9);
            transition-timing-function: cubic-bezier(.4, 1, .75, .9)
        }

        .bp3-dark .bp3-popover,
        .bp3-popover.bp3-dark {
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 2px 4px rgba(16, 22, 26, .4), 0 8px 24px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 2px 4px rgba(16, 22, 26, .4), 0 8px 24px rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-popover .bp3-popover-content,
        .bp3-popover.bp3-dark .bp3-popover-content {
            background: #30404d
        }

        .bp3-dark .bp3-popover .bp3-heading,
        .bp3-dark .bp3-popover .bp3-popover-content,
        .bp3-popover.bp3-dark .bp3-heading,
        .bp3-popover.bp3-dark .bp3-popover-content {
            color: inherit
        }

        .bp3-dark .bp3-popover .bp3-popover-arrow:before,
        .bp3-popover.bp3-dark .bp3-popover-arrow:before {
            -webkit-box-shadow: 1px 1px 6px rgba(16, 22, 26, .4);
            box-shadow: 1px 1px 6px rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-popover .bp3-popover-arrow-border,
        .bp3-popover.bp3-dark .bp3-popover-arrow-border {
            fill: #10161a;
            fill-opacity: .2
        }

        .bp3-dark .bp3-popover .bp3-popover-arrow-fill,
        .bp3-popover.bp3-dark .bp3-popover-arrow-fill {
            fill: #30404d
        }

        .bp3-popover-arrow:before {
            border-radius: 2px;
            content: "";
            display: block;
            position: absolute;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg)
        }

        .bp3-tether-pinned .bp3-popover-arrow {
            display: none
        }

        .bp3-popover-backdrop {
            background: hsla(0, 0%, 100%, 0)
        }

        .bp3-transition-container {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            opacity: 1;
            z-index: 20
        }

        .bp3-transition-container.bp3-popover-appear,
        .bp3-transition-container.bp3-popover-enter {
            opacity: 0
        }

        .bp3-transition-container.bp3-popover-appear-active,
        .bp3-transition-container.bp3-popover-enter-active {
            opacity: 1;
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition-duration: .1s;
            transition-duration: .1s;
            -webkit-transition-property: opacity;
            transition-property: opacity;
            -webkit-transition-timing-function: cubic-bezier(.4, 1, .75, .9);
            transition-timing-function: cubic-bezier(.4, 1, .75, .9)
        }

        .bp3-transition-container.bp3-popover-exit {
            opacity: 1
        }

        .bp3-transition-container.bp3-popover-exit-active {
            opacity: 0;
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition-duration: .1s;
            transition-duration: .1s;
            -webkit-transition-property: opacity;
            transition-property: opacity;
            -webkit-transition-timing-function: cubic-bezier(.4, 1, .75, .9);
            transition-timing-function: cubic-bezier(.4, 1, .75, .9)
        }

        .bp3-transition-container:focus {
            outline: none
        }

        .bp3-transition-container.bp3-popover-leave .bp3-popover-content {
            pointer-events: none
        }

        .bp3-transition-container[data-x-out-of-boundaries] {
            display: none
        }

        span.bp3-popover-target {
            display: inline-block
        }

        .bp3-popover-wrapper.bp3-fill {
            width: 100%
        }

        .bp3-portal {
            left: 0;
            position: absolute;
            right: 0;
            top: 0
        }

        @-webkit-keyframes linear-progress-bar-stripes {
            0% {
                background-position: 0 0
            }
            to {
                background-position: 30px 0
            }
        }

        @keyframes linear-progress-bar-stripes {
            0% {
                background-position: 0 0
            }
            to {
                background-position: 30px 0
            }
        }

        .bp3-progress-bar {
            background: rgba(92, 112, 128, .2);
            border-radius: 40px;
            display: block;
            height: 8px;
            overflow: hidden;
            position: relative;
            width: 100%
        }

        .bp3-progress-bar .bp3-progress-meter {
            background: linear-gradient(-45deg, hsla(0, 0%, 100%, .2) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .2) 0, hsla(0, 0%, 100%, .2) 75%, transparent 0);
            background-color: rgba(92, 112, 128, .8);
            background-size: 30px 30px;
            border-radius: 40px;
            height: 100%;
            position: absolute;
            -webkit-transition: width .2s cubic-bezier(.4, 1, .75, .9);
            transition: width .2s cubic-bezier(.4, 1, .75, .9);
            width: 100%
        }

        .bp3-progress-bar:not(.bp3-no-animation):not(.bp3-no-stripes) .bp3-progress-meter {
            animation: linear-progress-bar-stripes .3s linear infinite reverse
        }

        .bp3-progress-bar.bp3-no-stripes .bp3-progress-meter {
            background-image: none
        }

        .bp3-dark .bp3-progress-bar {
            background: rgba(16, 22, 26, .5)
        }

        .bp3-dark .bp3-progress-bar .bp3-progress-meter {
            background-color: #8a9ba8
        }

        .bp3-progress-bar.bp3-intent-primary .bp3-progress-meter {
            background-color: #137cbd
        }

        .bp3-progress-bar.bp3-intent-success .bp3-progress-meter {
            background-color: #0f9960
        }

        .bp3-progress-bar.bp3-intent-warning .bp3-progress-meter {
            background-color: #d9822b
        }

        .bp3-progress-bar.bp3-intent-danger .bp3-progress-meter {
            background-color: #db3737
        }

        @-webkit-keyframes skeleton-glow {
            0% {
                background: rgba(206, 217, 224, .2);
                border-color: rgba(206, 217, 224, .2)
            }
            to {
                background: rgba(92, 112, 128, .2);
                border-color: rgba(92, 112, 128, .2)
            }
        }

        @keyframes skeleton-glow {
            0% {
                background: rgba(206, 217, 224, .2);
                border-color: rgba(206, 217, 224, .2)
            }
            to {
                background: rgba(92, 112, 128, .2);
                border-color: rgba(92, 112, 128, .2)
            }
        }

        .bp3-skeleton {
            -webkit-animation: skeleton-glow 1s linear infinite alternate;
            animation: skeleton-glow 1s linear infinite alternate;
            background: rgba(206, 217, 224, .2);
            background-clip: padding-box !important;
            border-color: rgba(206, 217, 224, .2) !important;
            border-radius: 2px;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            color: transparent !important;
            cursor: default;
            pointer-events: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

        .bp3-skeleton *,
        .bp3-skeleton:after,
        .bp3-skeleton:before {
            visibility: hidden !important
        }

        .bp3-slider {
            cursor: default;
            height: 40px;
            min-width: 150px;
            outline: none;
            position: relative;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            width: 100%
        }

        .bp3-slider:hover {
            cursor: pointer
        }

        .bp3-slider:active {
            cursor: -webkit-grabbing;
            cursor: grabbing
        }

        .bp3-slider.bp3-disabled {
            cursor: not-allowed;
            opacity: .5
        }

        .bp3-slider.bp3-slider-unlabeled {
            height: 16px
        }

        .bp3-slider-progress,
        .bp3-slider-track {
            height: 6px;
            left: 0;
            position: absolute;
            right: 0;
            top: 5px
        }

        .bp3-slider-track {
            border-radius: 3px;
            overflow: hidden
        }

        .bp3-slider-progress {
            background: rgba(92, 112, 128, .2)
        }

        .bp3-dark .bp3-slider-progress {
            background: rgba(16, 22, 26, .5)
        }

        .bp3-slider-progress.bp3-intent-primary {
            background-color: #137cbd
        }

        .bp3-slider-progress.bp3-intent-success {
            background-color: #0f9960
        }

        .bp3-slider-progress.bp3-intent-warning {
            background-color: #d9822b
        }

        .bp3-slider-progress.bp3-intent-danger {
            background-color: #db3737
        }

        .bp3-slider-handle {
            background-color: #f5f8fa;
            background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .8)), to(hsla(0, 0%, 100%, 0)));
            background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, 0));
            border-radius: 3px;
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .2), inset 0 -1px 0 rgba(16, 22, 26, .1);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .2), inset 0 -1px 0 rgba(16, 22, 26, .1);
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 1px 1px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 1px 1px rgba(16, 22, 26, .2);
            color: #182026;
            cursor: pointer;
            height: 16px;
            left: 0;
            position: absolute;
            top: 0;
            width: 16px
        }

        .bp3-slider-handle.bp3-active,
        .bp3-slider-handle:active {
            background-color: #d8e1e8;
            background-image: none;
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .2), inset 0 1px 2px rgba(16, 22, 26, .2);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .2), inset 0 1px 2px rgba(16, 22, 26, .2)
        }

        .bp3-slider-handle.bp3-disabled,
        .bp3-slider-handle:disabled {
            background-color: rgba(206, 217, 224, .5);
            background-image: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: rgba(92, 112, 128, .6);
            cursor: not-allowed;
            outline: none
        }

        .bp3-slider-handle.bp3-disabled.bp3-active,
        .bp3-slider-handle.bp3-disabled.bp3-active:hover,
        .bp3-slider-handle:disabled.bp3-active,
        .bp3-slider-handle:disabled.bp3-active:hover {
            background: rgba(206, 217, 224, .7)
        }

        .bp3-slider-handle:focus {
            z-index: 1
        }

        .bp3-slider-handle:hover {
            background-clip: padding-box;
            background-color: #ebf1f5;
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .2), inset 0 -1px 0 rgba(16, 22, 26, .1);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .2), inset 0 -1px 0 rgba(16, 22, 26, .1);
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 1px 1px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 1px 1px rgba(16, 22, 26, .2);
            cursor: -webkit-grab;
            cursor: grab;
            z-index: 2
        }

        .bp3-slider-handle.bp3-active {
            background-color: #d8e1e8;
            background-image: none;
            -webkit-box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .2), inset 0 1px 2px rgba(16, 22, 26, .2);
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .2), inset 0 1px 2px rgba(16, 22, 26, .2);
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), inset 0 1px 1px rgba(16, 22, 26, .1);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), inset 0 1px 1px rgba(16, 22, 26, .1);
            cursor: -webkit-grabbing;
            cursor: grabbing
        }

        .bp3-disabled .bp3-slider-handle {
            background: #bfccd6;
            -webkit-box-shadow: none;
            box-shadow: none;
            pointer-events: none
        }

        .bp3-dark .bp3-slider-handle {
            background-color: #394b59;
            background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, .05)), to(hsla(0, 0%, 100%, 0)));
            background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .05), hsla(0, 0%, 100%, 0));
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .4);
            color: #f5f8fa
        }

        .bp3-dark .bp3-slider-handle.bp3-active,
        .bp3-dark .bp3-slider-handle:active,
        .bp3-dark .bp3-slider-handle:hover {
            color: #f5f8fa
        }

        .bp3-dark .bp3-slider-handle:hover {
            background-color: #30404d;
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-slider-handle.bp3-active,
        .bp3-dark .bp3-slider-handle:active {
            background-color: #202b33;
            background-image: none;
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .6), inset 0 1px 2px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .6), inset 0 1px 2px rgba(16, 22, 26, .2)
        }

        .bp3-dark .bp3-slider-handle.bp3-disabled,
        .bp3-dark .bp3-slider-handle:disabled {
            background-color: rgba(57, 75, 89, .5);
            background-image: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: rgba(167, 182, 194, .6)
        }

        .bp3-dark .bp3-slider-handle.bp3-disabled.bp3-active,
        .bp3-dark .bp3-slider-handle:disabled.bp3-active {
            background: rgba(57, 75, 89, .7)
        }

        .bp3-dark .bp3-slider-handle .bp3-button-spinner .bp3-spinner-head {
            stroke: #8a9ba8;
            background: rgba(16, 22, 26, .5)
        }

        .bp3-dark .bp3-slider-handle,
        .bp3-dark .bp3-slider-handle:hover {
            background-color: #394b59
        }

        .bp3-dark .bp3-slider-handle.bp3-active {
            background-color: #293742
        }

        .bp3-dark .bp3-disabled .bp3-slider-handle {
            background: #5c7080;
            border-color: #5c7080;
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .bp3-slider-handle .bp3-slider-label {
            background: #394b59;
            border-radius: 3px;
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .1), 0 2px 4px rgba(16, 22, 26, .2), 0 8px 24px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .1), 0 2px 4px rgba(16, 22, 26, .2), 0 8px 24px rgba(16, 22, 26, .2);
            color: #f5f8fa;
            margin-left: 8px
        }

        .bp3-dark .bp3-slider-handle .bp3-slider-label {
            background: #e1e8ed;
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 2px 4px rgba(16, 22, 26, .4), 0 8px 24px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 2px 4px rgba(16, 22, 26, .4), 0 8px 24px rgba(16, 22, 26, .4);
            color: #394b59
        }

        .bp3-disabled .bp3-slider-handle .bp3-slider-label {
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .bp3-slider-handle.bp3-end,
        .bp3-slider-handle.bp3-start {
            width: 8px
        }

        .bp3-slider-handle.bp3-start {
            border-bottom-right-radius: 0;
            border-top-right-radius: 0
        }

        .bp3-slider-handle.bp3-end {
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
            margin-left: 8px
        }

        .bp3-slider-handle.bp3-end .bp3-slider-label {
            margin-left: 0
        }

        .bp3-slider-label {
            display: inline-block;
            font-size: 12px;
            line-height: 1;
            padding: 2px 5px;
            position: absolute;
            -webkit-transform: translate(-50%, 20px);
            transform: translate(-50%, 20px);
            vertical-align: top
        }

        .bp3-slider.bp3-vertical {
            height: 150px;
            min-width: 40px;
            width: 40px
        }

        .bp3-slider.bp3-vertical .bp3-slider-progress,
        .bp3-slider.bp3-vertical .bp3-slider-track {
            bottom: 0;
            height: auto;
            left: 5px;
            top: 0;
            width: 6px
        }

        .bp3-slider.bp3-vertical .bp3-slider-progress {
            top: auto
        }

        .bp3-slider.bp3-vertical .bp3-slider-label {
            -webkit-transform: translate(20px, 50%);
            transform: translate(20px, 50%)
        }

        .bp3-slider.bp3-vertical .bp3-slider-handle {
            top: auto
        }

        .bp3-slider.bp3-vertical .bp3-slider-handle .bp3-slider-label {
            margin-left: 0;
            margin-top: -8px
        }

        .bp3-slider.bp3-vertical .bp3-slider-handle.bp3-end,
        .bp3-slider.bp3-vertical .bp3-slider-handle.bp3-start {
            height: 8px;
            margin-left: 0;
            width: 16px
        }

        .bp3-slider.bp3-vertical .bp3-slider-handle.bp3-start {
            border-bottom-right-radius: 3px;
            border-top-left-radius: 0
        }

        .bp3-slider.bp3-vertical .bp3-slider-handle.bp3-start .bp3-slider-label {
            -webkit-transform: translate(20px);
            transform: translate(20px)
        }

        .bp3-slider.bp3-vertical .bp3-slider-handle.bp3-end {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            border-top-left-radius: 3px;
            margin-bottom: 8px
        }

        @-webkit-keyframes pt-spinner-animation {
            0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg)
            }
            to {
                -webkit-transform: rotate(1turn);
                transform: rotate(1turn)
            }
        }

        @keyframes pt-spinner-animation {
            0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg)
            }
            to {
                -webkit-transform: rotate(1turn);
                transform: rotate(1turn)
            }
        }

        .bp3-spinner {
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            justify-content: center;
            overflow: visible;
            vertical-align: middle
        }

        .bp3-spinner svg {
            display: block
        }

        .bp3-spinner path {
            fill-opacity: 0
        }

        .bp3-spinner .bp3-spinner-head {
            stroke: rgba(92, 112, 128, .8);
            stroke-linecap: round;
            -webkit-transform-origin: center;
            transform-origin: center;
            -webkit-transition: stroke-dashoffset .2s cubic-bezier(.4, 1, .75, .9);
            transition: stroke-dashoffset .2s cubic-bezier(.4, 1, .75, .9)
        }

        .bp3-spinner .bp3-spinner-track {
            stroke: rgba(92, 112, 128, .2)
        }

        .bp3-spinner-animation {
            -webkit-animation: pt-spinner-animation .5s linear infinite;
            animation: pt-spinner-animation .5s linear infinite
        }

        .bp3-no-spin>.bp3-spinner-animation {
            -webkit-animation: none;
            animation: none
        }

        .bp3-dark .bp3-spinner .bp3-spinner-head {
            stroke: #8a9ba8
        }

        .bp3-dark .bp3-spinner .bp3-spinner-track {
            stroke: rgba(16, 22, 26, .5)
        }

        .bp3-spinner.bp3-intent-primary .bp3-spinner-head {
            stroke: #137cbd
        }

        .bp3-spinner.bp3-intent-success .bp3-spinner-head {
            stroke: #0f9960
        }

        .bp3-spinner.bp3-intent-warning .bp3-spinner-head {
            stroke: #d9822b
        }

        .bp3-spinner.bp3-intent-danger .bp3-spinner-head {
            stroke: #db3737
        }

        .bp3-tabs.bp3-vertical {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

        .bp3-tabs.bp3-vertical>.bp3-tab-list {
            -webkit-box-align: start;
            -ms-flex-align: start;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            align-items: flex-start;
            -ms-flex-direction: column;
            flex-direction: column
        }

        .bp3-tabs.bp3-vertical>.bp3-tab-list .bp3-tab {
            border-radius: 3px;
            padding: 0 10px;
            width: 100%
        }

        .bp3-tabs.bp3-vertical>.bp3-tab-list .bp3-tab[aria-selected=true] {
            background-color: rgba(19, 124, 189, .2);
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .bp3-tabs.bp3-vertical>.bp3-tab-list .bp3-tab-indicator-wrapper .bp3-tab-indicator {
            background-color: rgba(19, 124, 189, .2);
            border-radius: 3px;
            bottom: 0;
            height: auto;
            left: 0;
            right: 0;
            top: 0
        }

        .bp3-tabs.bp3-vertical>.bp3-tab-panel {
            margin-top: 0;
            padding-left: 20px
        }

        .bp3-tab-list {
            -webkit-box-align: end;
            -ms-flex-align: end;
            -webkit-box-flex: 0;
            align-items: flex-end;
            border: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            list-style: none;
            margin: 0;
            padding: 0;
            position: relative
        }

        .bp3-tab-list>:not(:last-child) {
            margin-right: 20px
        }

        .bp3-tab {
            word-wrap: normal;
            -webkit-box-flex: 0;
            color: #182026;
            cursor: pointer;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            font-size: 14px;
            line-height: 30px;
            max-width: 100%;
            overflow: hidden;
            position: relative;
            text-overflow: ellipsis;
            vertical-align: top;
            white-space: nowrap
        }

        .bp3-tab a {
            color: inherit;
            display: block;
            text-decoration: none
        }

        .bp3-tab-indicator-wrapper~.bp3-tab {
            background-color: transparent !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important
        }

        .bp3-tab[aria-disabled=true] {
            color: rgba(92, 112, 128, .6);
            cursor: not-allowed
        }

        .bp3-tab[aria-selected=true] {
            border-radius: 0;
            -webkit-box-shadow: inset 0 -3px 0 #106ba3;
            box-shadow: inset 0 -3px 0 #106ba3
        }

        .bp3-tab:not([aria-disabled=true]):hover,
        .bp3-tab[aria-selected=true] {
            color: #106ba3
        }

        .bp3-tab:focus {
            -moz-outline-radius: 0
        }

        .bp3-large>.bp3-tab {
            font-size: 16px;
            line-height: 40px
        }

        .bp3-tab-panel {
            margin-top: 20px
        }

        .bp3-tab-panel[aria-hidden=true] {
            display: none
        }

        .bp3-tab-indicator-wrapper {
            left: 0;
            pointer-events: none;
            position: absolute;
            top: 0;
            -webkit-transform: translateX(0), translateY(0);
            transform: translateX(0), translateY(0);
            -webkit-transition: height, width, -webkit-transform;
            transition: height, width, -webkit-transform;
            transition: height, transform, width;
            transition: height, transform, width, -webkit-transform;
            -webkit-transition-duration: .2s;
            transition-duration: .2s;
            -webkit-transition-timing-function: cubic-bezier(.4, 1, .75, .9);
            transition-timing-function: cubic-bezier(.4, 1, .75, .9)
        }

        .bp3-tab-indicator-wrapper .bp3-tab-indicator {
            background-color: #106ba3;
            bottom: 0;
            height: 3px;
            left: 0;
            position: absolute;
            right: 0
        }

        .bp3-tab-indicator-wrapper.bp3-no-animation {
            -webkit-transition: none;
            transition: none
        }

        .bp3-dark .bp3-tab {
            color: #f5f8fa
        }

        .bp3-dark .bp3-tab[aria-disabled=true] {
            color: rgba(167, 182, 194, .6)
        }

        .bp3-dark .bp3-tab[aria-selected=true] {
            -webkit-box-shadow: inset 0 -3px 0 #48aff0;
            box-shadow: inset 0 -3px 0 #48aff0
        }

        .bp3-dark .bp3-tab:not([aria-disabled=true]):hover,
        .bp3-dark .bp3-tab[aria-selected=true] {
            color: #48aff0
        }

        .bp3-dark .bp3-tab-indicator {
            background-color: #48aff0
        }

        .bp3-flex-expander {
            -webkit-box-flex: 1;
            -ms-flex: 1 1;
            flex: 1 1
        }

        .bp3-tag {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background-color: #5c7080;
            border: none;
            border-radius: 3px;
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #f5f8fa;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -ms-flex-direction: row;
            flex-direction: row;
            font-size: 12px;
            line-height: 16px;
            max-width: 100%;
            min-height: 20px;
            min-width: 20px;
            padding: 2px 6px;
            position: relative
        }

        .bp3-tag.bp3-interactive {
            cursor: pointer
        }

        .bp3-tag.bp3-interactive:hover {
            background-color: rgba(92, 112, 128, .85)
        }

        .bp3-tag.bp3-interactive.bp3-active,
        .bp3-tag.bp3-interactive:active {
            background-color: rgba(92, 112, 128, .7)
        }

        .bp3-tag>* {
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            -ms-flex-negative: 0;
            flex-grow: 0;
            flex-shrink: 0
        }

        .bp3-tag>.bp3-fill {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            -ms-flex-negative: 1;
            flex-grow: 1;
            flex-shrink: 1
        }

        .bp3-tag:before,
        .bp3-tag>* {
            margin-right: 4px
        }

        .bp3-tag:empty:before,
        .bp3-tag>:last-child {
            margin-right: 0
        }

        .bp3-tag:focus {
            -moz-outline-radius: 6px;
            outline: 2px auto rgba(19, 124, 189, .6);
            outline-offset: 0
        }

        .bp3-tag.bp3-round {
            border-radius: 30px;
            padding-left: 8px;
            padding-right: 8px
        }

        .bp3-dark .bp3-tag {
            background-color: #bfccd6;
            color: #182026
        }

        .bp3-dark .bp3-tag.bp3-interactive {
            cursor: pointer
        }

        .bp3-dark .bp3-tag.bp3-interactive:hover {
            background-color: rgba(191, 204, 214, .85)
        }

        .bp3-dark .bp3-tag.bp3-interactive.bp3-active,
        .bp3-dark .bp3-tag.bp3-interactive:active {
            background-color: rgba(191, 204, 214, .7)
        }

        .bp3-dark .bp3-tag .bp3-icon-large,
        .bp3-dark .bp3-tag .bp3-icon-standard,
        .bp3-dark .bp3-tag>.bp3-icon {
            fill: currentColor
        }

        .bp3-tag .bp3-icon-large,
        .bp3-tag .bp3-icon-standard,
        .bp3-tag>.bp3-icon {
            fill: #fff
        }

        .bp3-large .bp3-tag,
        .bp3-tag.bp3-large {
            font-size: 14px;
            line-height: 20px;
            min-height: 30px;
            min-width: 30px;
            padding: 5px 10px
        }

        .bp3-large .bp3-tag:before,
        .bp3-large .bp3-tag>*,
        .bp3-tag.bp3-large:before,
        .bp3-tag.bp3-large>* {
            margin-right: 7px
        }

        .bp3-large .bp3-tag:empty:before,
        .bp3-large .bp3-tag>:last-child,
        .bp3-tag.bp3-large:empty:before,
        .bp3-tag.bp3-large>:last-child {
            margin-right: 0
        }

        .bp3-large .bp3-tag.bp3-round,
        .bp3-tag.bp3-large.bp3-round {
            padding-left: 12px;
            padding-right: 12px
        }

        .bp3-tag.bp3-intent-primary {
            background: #137cbd;
            color: #fff
        }

        .bp3-tag.bp3-intent-primary.bp3-interactive {
            cursor: pointer
        }

        .bp3-tag.bp3-intent-primary.bp3-interactive:hover {
            background-color: rgba(19, 124, 189, .85)
        }

        .bp3-tag.bp3-intent-primary.bp3-interactive.bp3-active,
        .bp3-tag.bp3-intent-primary.bp3-interactive:active {
            background-color: rgba(19, 124, 189, .7)
        }

        .bp3-tag.bp3-intent-success {
            background: #0f9960;
            color: #fff
        }

        .bp3-tag.bp3-intent-success.bp3-interactive {
            cursor: pointer
        }

        .bp3-tag.bp3-intent-success.bp3-interactive:hover {
            background-color: rgba(15, 153, 96, .85)
        }

        .bp3-tag.bp3-intent-success.bp3-interactive.bp3-active,
        .bp3-tag.bp3-intent-success.bp3-interactive:active {
            background-color: rgba(15, 153, 96, .7)
        }

        .bp3-tag.bp3-intent-warning {
            background: #d9822b;
            color: #fff
        }

        .bp3-tag.bp3-intent-warning.bp3-interactive {
            cursor: pointer
        }

        .bp3-tag.bp3-intent-warning.bp3-interactive:hover {
            background-color: rgba(217, 130, 43, .85)
        }

        .bp3-tag.bp3-intent-warning.bp3-interactive.bp3-active,
        .bp3-tag.bp3-intent-warning.bp3-interactive:active {
            background-color: rgba(217, 130, 43, .7)
        }

        .bp3-tag.bp3-intent-danger {
            background: #db3737;
            color: #fff
        }

        .bp3-tag.bp3-intent-danger.bp3-interactive {
            cursor: pointer
        }

        .bp3-tag.bp3-intent-danger.bp3-interactive:hover {
            background-color: rgba(219, 55, 55, .85)
        }

        .bp3-tag.bp3-intent-danger.bp3-interactive.bp3-active,
        .bp3-tag.bp3-intent-danger.bp3-interactive:active {
            background-color: rgba(219, 55, 55, .7)
        }

        .bp3-tag.bp3-fill {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%
        }

        .bp3-tag.bp3-minimal .bp3-icon-large,
        .bp3-tag.bp3-minimal .bp3-icon-standard,
        .bp3-tag.bp3-minimal>.bp3-icon {
            fill: #5c7080
        }

        .bp3-tag.bp3-minimal:not([class*=bp3-intent-]) {
            background-color: rgba(138, 155, 168, .2);
            color: #182026
        }

        .bp3-tag.bp3-minimal:not([class*=bp3-intent-]).bp3-interactive {
            cursor: pointer
        }

        .bp3-tag.bp3-minimal:not([class*=bp3-intent-]).bp3-interactive:hover {
            background-color: rgba(92, 112, 128, .3)
        }

        .bp3-tag.bp3-minimal:not([class*=bp3-intent-]).bp3-interactive.bp3-active,
        .bp3-tag.bp3-minimal:not([class*=bp3-intent-]).bp3-interactive:active {
            background-color: rgba(92, 112, 128, .4)
        }

        .bp3-dark .bp3-tag.bp3-minimal:not([class*=bp3-intent-]) {
            color: #f5f8fa
        }

        .bp3-dark .bp3-tag.bp3-minimal:not([class*=bp3-intent-]).bp3-interactive {
            cursor: pointer
        }

        .bp3-dark .bp3-tag.bp3-minimal:not([class*=bp3-intent-]).bp3-interactive:hover {
            background-color: rgba(191, 204, 214, .3)
        }

        .bp3-dark .bp3-tag.bp3-minimal:not([class*=bp3-intent-]).bp3-interactive.bp3-active,
        .bp3-dark .bp3-tag.bp3-minimal:not([class*=bp3-intent-]).bp3-interactive:active {
            background-color: rgba(191, 204, 214, .4)
        }

        .bp3-dark .bp3-tag.bp3-minimal:not([class*=bp3-intent-]) .bp3-icon-large,
        .bp3-dark .bp3-tag.bp3-minimal:not([class*=bp3-intent-]) .bp3-icon-standard,
        .bp3-dark .bp3-tag.bp3-minimal:not([class*=bp3-intent-])>.bp3-icon {
            fill: #a7b6c2
        }

        .bp3-tag.bp3-minimal.bp3-intent-primary {
            background-color: rgba(19, 124, 189, .15);
            color: #106ba3
        }

        .bp3-tag.bp3-minimal.bp3-intent-primary.bp3-interactive {
            cursor: pointer
        }

        .bp3-tag.bp3-minimal.bp3-intent-primary.bp3-interactive:hover {
            background-color: rgba(19, 124, 189, .25)
        }

        .bp3-tag.bp3-minimal.bp3-intent-primary.bp3-interactive.bp3-active,
        .bp3-tag.bp3-minimal.bp3-intent-primary.bp3-interactive:active {
            background-color: rgba(19, 124, 189, .35)
        }

        .bp3-tag.bp3-minimal.bp3-intent-primary .bp3-icon-large,
        .bp3-tag.bp3-minimal.bp3-intent-primary .bp3-icon-standard,
        .bp3-tag.bp3-minimal.bp3-intent-primary>.bp3-icon {
            fill: #137cbd
        }

        .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-primary {
            background-color: rgba(19, 124, 189, .25);
            color: #48aff0
        }

        .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-primary.bp3-interactive {
            cursor: pointer
        }

        .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-primary.bp3-interactive:hover {
            background-color: rgba(19, 124, 189, .35)
        }

        .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-primary.bp3-interactive.bp3-active,
        .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-primary.bp3-interactive:active {
            background-color: rgba(19, 124, 189, .45)
        }

        .bp3-tag.bp3-minimal.bp3-intent-success {
            background-color: rgba(15, 153, 96, .15);
            color: #0d8050
        }

        .bp3-tag.bp3-minimal.bp3-intent-success.bp3-interactive {
            cursor: pointer
        }

        .bp3-tag.bp3-minimal.bp3-intent-success.bp3-interactive:hover {
            background-color: rgba(15, 153, 96, .25)
        }

        .bp3-tag.bp3-minimal.bp3-intent-success.bp3-interactive.bp3-active,
        .bp3-tag.bp3-minimal.bp3-intent-success.bp3-interactive:active {
            background-color: rgba(15, 153, 96, .35)
        }

        .bp3-tag.bp3-minimal.bp3-intent-success .bp3-icon-large,
        .bp3-tag.bp3-minimal.bp3-intent-success .bp3-icon-standard,
        .bp3-tag.bp3-minimal.bp3-intent-success>.bp3-icon {
            fill: #0f9960
        }

        .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-success {
            background-color: rgba(15, 153, 96, .25);
            color: #3dcc91
        }

        .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-success.bp3-interactive {
            cursor: pointer
        }

        .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-success.bp3-interactive:hover {
            background-color: rgba(15, 153, 96, .35)
        }

        .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-success.bp3-interactive.bp3-active,
        .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-success.bp3-interactive:active {
            background-color: rgba(15, 153, 96, .45)
        }

        .bp3-tag.bp3-minimal.bp3-intent-warning {
            background-color: rgba(217, 130, 43, .15);
            color: #bf7326
        }

        .bp3-tag.bp3-minimal.bp3-intent-warning.bp3-interactive {
            cursor: pointer
        }

        .bp3-tag.bp3-minimal.bp3-intent-warning.bp3-interactive:hover {
            background-color: rgba(217, 130, 43, .25)
        }

        .bp3-tag.bp3-minimal.bp3-intent-warning.bp3-interactive.bp3-active,
        .bp3-tag.bp3-minimal.bp3-intent-warning.bp3-interactive:active {
            background-color: rgba(217, 130, 43, .35)
        }

        .bp3-tag.bp3-minimal.bp3-intent-warning .bp3-icon-large,
        .bp3-tag.bp3-minimal.bp3-intent-warning .bp3-icon-standard,
        .bp3-tag.bp3-minimal.bp3-intent-warning>.bp3-icon {
            fill: #d9822b
        }

        .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-warning {
            background-color: rgba(217, 130, 43, .25);
            color: #ffb366
        }

        .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-warning.bp3-interactive {
            cursor: pointer
        }

        .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-warning.bp3-interactive:hover {
            background-color: rgba(217, 130, 43, .35)
        }

        .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-warning.bp3-interactive.bp3-active,
        .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-warning.bp3-interactive:active {
            background-color: rgba(217, 130, 43, .45)
        }

        .bp3-tag.bp3-minimal.bp3-intent-danger {
            background-color: rgba(219, 55, 55, .15);
            color: #c23030
        }

        .bp3-tag.bp3-minimal.bp3-intent-danger.bp3-interactive {
            cursor: pointer
        }

        .bp3-tag.bp3-minimal.bp3-intent-danger.bp3-interactive:hover {
            background-color: rgba(219, 55, 55, .25)
        }

        .bp3-tag.bp3-minimal.bp3-intent-danger.bp3-interactive.bp3-active,
        .bp3-tag.bp3-minimal.bp3-intent-danger.bp3-interactive:active {
            background-color: rgba(219, 55, 55, .35)
        }

        .bp3-tag.bp3-minimal.bp3-intent-danger .bp3-icon-large,
        .bp3-tag.bp3-minimal.bp3-intent-danger .bp3-icon-standard,
        .bp3-tag.bp3-minimal.bp3-intent-danger>.bp3-icon {
            fill: #db3737
        }

        .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-danger {
            background-color: rgba(219, 55, 55, .25);
            color: #ff7373
        }

        .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-danger.bp3-interactive {
            cursor: pointer
        }

        .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-danger.bp3-interactive:hover {
            background-color: rgba(219, 55, 55, .35)
        }

        .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-danger.bp3-interactive.bp3-active,
        .bp3-dark .bp3-tag.bp3-minimal.bp3-intent-danger.bp3-interactive:active {
            background-color: rgba(219, 55, 55, .45)
        }

        .bp3-tag-remove {
            background: none;
            border: none;
            color: inherit;
            cursor: pointer;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: -2px;
            margin-right: -6px !important;
            margin-top: -2px;
            opacity: .5;
            padding: 2px 2px 2px 0
        }

        .bp3-tag-remove:hover {
            background: none;
            opacity: .8;
            text-decoration: none
        }

        .bp3-tag-remove:active {
            opacity: 1
        }

        .bp3-tag-remove:empty:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            content: "";
            font-family: Icons16, sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 1
        }

        .bp3-large .bp3-tag-remove {
            margin-right: -10px !important;
            padding: 0 5px 0 0
        }

        .bp3-large .bp3-tag-remove:empty:before {
            font-family: Icons20, sans-serif;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 1
        }

        .bp3-tag-input {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            cursor: text;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
            flex-direction: row;
            height: auto;
            line-height: inherit;
            min-height: 30px;
            padding-left: 5px;
            padding-right: 0
        }

        .bp3-tag-input>* {
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            -ms-flex-negative: 0;
            flex-grow: 0;
            flex-shrink: 0
        }

        .bp3-tag-input>.bp3-tag-input-values {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            -ms-flex-negative: 1;
            flex-grow: 1;
            flex-shrink: 1
        }

        .bp3-tag-input .bp3-tag-input-icon {
            color: #5c7080;
            margin-left: 2px;
            margin-right: 7px;
            margin-top: 7px
        }

        .bp3-tag-input .bp3-tag-input-values {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -ms-flex-item-align: stretch;
            align-items: center;
            align-self: stretch;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row;
            flex-direction: row;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin-right: 7px;
            margin-top: 5px;
            min-width: 0
        }

        .bp3-tag-input .bp3-tag-input-values>* {
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            -ms-flex-negative: 0;
            flex-grow: 0;
            flex-shrink: 0
        }

        .bp3-tag-input .bp3-tag-input-values>.bp3-fill {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            -ms-flex-negative: 1;
            flex-grow: 1;
            flex-shrink: 1
        }

        .bp3-tag-input .bp3-tag-input-values:before,
        .bp3-tag-input .bp3-tag-input-values>* {
            margin-right: 5px
        }

        .bp3-tag-input .bp3-tag-input-values:empty:before,
        .bp3-tag-input .bp3-tag-input-values>:last-child {
            margin-right: 0
        }

        .bp3-tag-input .bp3-tag-input-values:first-child .bp3-input-ghost:first-child {
            padding-left: 5px
        }

        .bp3-tag-input .bp3-tag-input-values>* {
            margin-bottom: 5px
        }

        .bp3-tag-input .bp3-tag {
            overflow-wrap: break-word
        }

        .bp3-tag-input .bp3-tag.bp3-active {
            -moz-outline-radius: 6px;
            outline: 2px auto rgba(19, 124, 189, .6);
            outline-offset: 0
        }

        .bp3-tag-input .bp3-input-ghost {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            line-height: 20px;
            width: 80px
        }

        .bp3-tag-input .bp3-input-ghost.bp3-disabled,
        .bp3-tag-input .bp3-input-ghost:disabled {
            cursor: not-allowed
        }

        .bp3-tag-input .bp3-button,
        .bp3-tag-input .bp3-spinner {
            margin: 3px 3px 3px 0
        }

        .bp3-tag-input .bp3-button {
            min-height: 24px;
            min-width: 24px;
            padding: 0 7px
        }

        .bp3-tag-input.bp3-large {
            height: auto;
            min-height: 40px
        }

        .bp3-tag-input.bp3-large:before,
        .bp3-tag-input.bp3-large>* {
            margin-right: 10px
        }

        .bp3-tag-input.bp3-large:empty:before,
        .bp3-tag-input.bp3-large>:last-child {
            margin-right: 0
        }

        .bp3-tag-input.bp3-large .bp3-tag-input-icon {
            margin-left: 5px;
            margin-top: 10px
        }

        .bp3-tag-input.bp3-large .bp3-input-ghost {
            line-height: 30px
        }

        .bp3-tag-input.bp3-large .bp3-button {
            margin: 5px 5px 5px 0;
            min-height: 30px;
            min-width: 30px;
            padding: 5px 10px
        }

        .bp3-tag-input.bp3-large .bp3-spinner {
            margin: 8px 8px 8px 0
        }

        .bp3-tag-input.bp3-active {
            background-color: #fff;
            -webkit-box-shadow: 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, .3), inset 0 1px 1px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, .3), inset 0 1px 1px rgba(16, 22, 26, .2)
        }

        .bp3-tag-input.bp3-active.bp3-intent-primary {
            -webkit-box-shadow: 0 0 0 1px #106ba3, 0 0 0 3px rgba(16, 107, 163, .3), inset 0 1px 1px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px #106ba3, 0 0 0 3px rgba(16, 107, 163, .3), inset 0 1px 1px rgba(16, 22, 26, .2)
        }

        .bp3-tag-input.bp3-active.bp3-intent-success {
            -webkit-box-shadow: 0 0 0 1px #0d8050, 0 0 0 3px rgba(13, 128, 80, .3), inset 0 1px 1px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px #0d8050, 0 0 0 3px rgba(13, 128, 80, .3), inset 0 1px 1px rgba(16, 22, 26, .2)
        }

        .bp3-tag-input.bp3-active.bp3-intent-warning {
            -webkit-box-shadow: 0 0 0 1px #bf7326, 0 0 0 3px rgba(191, 115, 38, .3), inset 0 1px 1px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px #bf7326, 0 0 0 3px rgba(191, 115, 38, .3), inset 0 1px 1px rgba(16, 22, 26, .2)
        }

        .bp3-tag-input.bp3-active.bp3-intent-danger {
            -webkit-box-shadow: 0 0 0 1px #c23030, 0 0 0 3px rgba(194, 48, 48, .3), inset 0 1px 1px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px #c23030, 0 0 0 3px rgba(194, 48, 48, .3), inset 0 1px 1px rgba(16, 22, 26, .2)
        }

        .bp3-dark .bp3-tag-input .bp3-tag-input-icon,
        .bp3-tag-input.bp3-dark .bp3-tag-input-icon {
            color: #a7b6c2
        }

        .bp3-dark .bp3-tag-input .bp3-input-ghost,
        .bp3-tag-input.bp3-dark .bp3-input-ghost {
            color: #f5f8fa
        }

        .bp3-dark .bp3-tag-input .bp3-input-ghost::-webkit-input-placeholder,
        .bp3-tag-input.bp3-dark .bp3-input-ghost::-webkit-input-placeholder {
            color: rgba(167, 182, 194, .6)
        }

        .bp3-dark .bp3-tag-input .bp3-input-ghost::-moz-placeholder,
        .bp3-tag-input.bp3-dark .bp3-input-ghost::-moz-placeholder {
            color: rgba(167, 182, 194, .6)
        }

        .bp3-dark .bp3-tag-input .bp3-input-ghost:-ms-input-placeholder,
        .bp3-tag-input.bp3-dark .bp3-input-ghost:-ms-input-placeholder {
            color: rgba(167, 182, 194, .6)
        }

        .bp3-dark .bp3-tag-input .bp3-input-ghost::-ms-input-placeholder,
        .bp3-tag-input.bp3-dark .bp3-input-ghost::-ms-input-placeholder {
            color: rgba(167, 182, 194, .6)
        }

        .bp3-dark .bp3-tag-input .bp3-input-ghost::placeholder,
        .bp3-tag-input.bp3-dark .bp3-input-ghost::placeholder {
            color: rgba(167, 182, 194, .6)
        }

        .bp3-dark .bp3-tag-input.bp3-active,
        .bp3-tag-input.bp3-dark.bp3-active {
            background-color: rgba(16, 22, 26, .3);
            -webkit-box-shadow: 0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, .3), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px #137cbd, 0 0 0 1px #137cbd, 0 0 0 3px rgba(19, 124, 189, .3), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-tag-input.bp3-active.bp3-intent-primary,
        .bp3-tag-input.bp3-dark.bp3-active.bp3-intent-primary {
            -webkit-box-shadow: 0 0 0 1px #106ba3, 0 0 0 3px rgba(16, 107, 163, .3), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px #106ba3, 0 0 0 3px rgba(16, 107, 163, .3), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-tag-input.bp3-active.bp3-intent-success,
        .bp3-tag-input.bp3-dark.bp3-active.bp3-intent-success {
            -webkit-box-shadow: 0 0 0 1px #0d8050, 0 0 0 3px rgba(13, 128, 80, .3), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px #0d8050, 0 0 0 3px rgba(13, 128, 80, .3), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-tag-input.bp3-active.bp3-intent-warning,
        .bp3-tag-input.bp3-dark.bp3-active.bp3-intent-warning {
            -webkit-box-shadow: 0 0 0 1px #bf7326, 0 0 0 3px rgba(191, 115, 38, .3), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px #bf7326, 0 0 0 3px rgba(191, 115, 38, .3), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-tag-input.bp3-active.bp3-intent-danger,
        .bp3-tag-input.bp3-dark.bp3-active.bp3-intent-danger {
            -webkit-box-shadow: 0 0 0 1px #c23030, 0 0 0 3px rgba(194, 48, 48, .3), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px #c23030, 0 0 0 3px rgba(194, 48, 48, .3), inset 0 0 0 1px rgba(16, 22, 26, .3), inset 0 1px 1px rgba(16, 22, 26, .4)
        }

        .bp3-input-ghost {
            background: none;
            border: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            padding: 0
        }

        .bp3-input-ghost::-webkit-input-placeholder {
            color: rgba(92, 112, 128, .6);
            opacity: 1
        }

        .bp3-input-ghost::-moz-placeholder {
            color: rgba(92, 112, 128, .6);
            opacity: 1
        }

        .bp3-input-ghost:-ms-input-placeholder {
            color: rgba(92, 112, 128, .6);
            opacity: 1
        }

        .bp3-input-ghost::-ms-input-placeholder {
            color: rgba(92, 112, 128, .6);
            opacity: 1
        }

        .bp3-input-ghost::placeholder {
            color: rgba(92, 112, 128, .6);
            opacity: 1
        }

        .bp3-input-ghost:focus {
            outline: none !important
        }

        .bp3-toast {
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            background-color: #fff;
            border-radius: 3px;
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .1), 0 2px 4px rgba(16, 22, 26, .2), 0 8px 24px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .1), 0 2px 4px rgba(16, 22, 26, .2), 0 8px 24px rgba(16, 22, 26, .2);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: 20px 0 0;
            max-width: 500px;
            min-width: 300px;
            pointer-events: all;
            position: relative !important
        }

        .bp3-toast.bp3-toast-appear,
        .bp3-toast.bp3-toast-enter {
            -webkit-transform: translateY(-40px);
            transform: translateY(-40px)
        }

        .bp3-toast.bp3-toast-appear-active,
        .bp3-toast.bp3-toast-enter-active {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition-duration: .3s;
            transition-duration: .3s;
            -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
            -webkit-transition-timing-function: cubic-bezier(.54, 1.12, .38, 1.11);
            transition-timing-function: cubic-bezier(.54, 1.12, .38, 1.11)
        }

        .bp3-toast.bp3-toast-appear~.bp3-toast,
        .bp3-toast.bp3-toast-enter~.bp3-toast {
            -webkit-transform: translateY(-40px);
            transform: translateY(-40px)
        }

        .bp3-toast.bp3-toast-appear-active~.bp3-toast,
        .bp3-toast.bp3-toast-enter-active~.bp3-toast {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition-duration: .3s;
            transition-duration: .3s;
            -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
            -webkit-transition-timing-function: cubic-bezier(.54, 1.12, .38, 1.11);
            transition-timing-function: cubic-bezier(.54, 1.12, .38, 1.11)
        }

        .bp3-toast.bp3-toast-exit {
            -webkit-filter: blur(0);
            filter: blur(0);
            opacity: 1
        }

        .bp3-toast.bp3-toast-exit-active {
            -webkit-filter: blur(10px);
            filter: blur(10px);
            opacity: 0;
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition-duration: .3s;
            transition-duration: .3s;
            -webkit-transition-property: opacity, -webkit-filter;
            transition-property: opacity, -webkit-filter;
            transition-property: opacity, filter;
            transition-property: opacity, filter, -webkit-filter;
            -webkit-transition-timing-function: cubic-bezier(.4, 1, .75, .9);
            transition-timing-function: cubic-bezier(.4, 1, .75, .9)
        }

        .bp3-toast.bp3-toast-exit~.bp3-toast {
            -webkit-transform: translateY(0);
            transform: translateY(0)
        }

        .bp3-toast.bp3-toast-exit-active~.bp3-toast {
            -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
            -webkit-transition-delay: 50ms;
            transition-delay: 50ms;
            -webkit-transition-duration: .1s;
            transition-duration: .1s;
            -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
            -webkit-transition-timing-function: cubic-bezier(.4, 1, .75, .9);
            transition-timing-function: cubic-bezier(.4, 1, .75, .9)
        }

        .bp3-toast .bp3-button-group {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            padding: 5px 5px 5px 0
        }

        .bp3-toast>.bp3-icon {
            color: #5c7080;
            margin: 12px 0 12px 12px
        }

        .bp3-dark .bp3-toast,
        .bp3-toast.bp3-dark {
            background-color: #394b59;
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 2px 4px rgba(16, 22, 26, .4), 0 8px 24px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 2px 4px rgba(16, 22, 26, .4), 0 8px 24px rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-toast>.bp3-icon,
        .bp3-toast.bp3-dark>.bp3-icon {
            color: #a7b6c2
        }

        .bp3-toast[class*=bp3-intent-] a {
            color: hsla(0, 0%, 100%, .7)
        }

        .bp3-toast[class*=bp3-intent-] a:hover,
        .bp3-toast[class*=bp3-intent-]>.bp3-icon {
            color: #fff
        }

        .bp3-toast[class*=bp3-intent-] .bp3-button,
        .bp3-toast[class*=bp3-intent-] .bp3-button .bp3-icon,
        .bp3-toast[class*=bp3-intent-] .bp3-button:active,
        .bp3-toast[class*=bp3-intent-] .bp3-button:before {
            color: hsla(0, 0%, 100%, .7) !important
        }

        .bp3-toast[class*=bp3-intent-] .bp3-button:focus {
            outline-color: hsla(0, 0%, 100%, .5)
        }

        .bp3-toast[class*=bp3-intent-] .bp3-button:hover {
            background-color: hsla(0, 0%, 100%, .15) !important;
            color: #fff !important
        }

        .bp3-toast[class*=bp3-intent-] .bp3-button:active {
            background-color: hsla(0, 0%, 100%, .3) !important;
            color: #fff !important
        }

        .bp3-toast[class*=bp3-intent-] .bp3-button:after {
            background: hsla(0, 0%, 100%, .3) !important
        }

        .bp3-toast.bp3-intent-primary {
            background-color: #137cbd;
            color: #fff
        }

        .bp3-toast.bp3-intent-success {
            background-color: #0f9960;
            color: #fff
        }

        .bp3-toast.bp3-intent-warning {
            background-color: #d9822b;
            color: #fff
        }

        .bp3-toast.bp3-intent-danger {
            background-color: #db3737;
            color: #fff
        }

        .bp3-toast-message {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            padding: 11px;
            word-break: break-word
        }

        .bp3-toast-container {
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            align-items: center;
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-direction: column;
            flex-direction: column;
            left: 0;
            overflow: hidden;
            padding: 0 20px 20px;
            pointer-events: none;
            right: 0;
            z-index: 40
        }

        .bp3-toast-container.bp3-toast-container-in-portal {
            position: fixed
        }

        .bp3-toast-container.bp3-toast-container-inline {
            position: absolute
        }

        .bp3-toast-container.bp3-toast-container-top {
            top: 0
        }

        .bp3-toast-container.bp3-toast-container-bottom {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            bottom: 0;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
            top: auto
        }

        .bp3-toast-container.bp3-toast-container-left {
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start
        }

        .bp3-toast-container.bp3-toast-container-right {
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end
        }

        .bp3-toast-container-bottom .bp3-toast.bp3-toast-appear:not(.bp3-toast-appear-active),
        .bp3-toast-container-bottom .bp3-toast.bp3-toast-appear:not(.bp3-toast-appear-active)~.bp3-toast,
        .bp3-toast-container-bottom .bp3-toast.bp3-toast-enter:not(.bp3-toast-enter-active),
        .bp3-toast-container-bottom .bp3-toast.bp3-toast-enter:not(.bp3-toast-enter-active)~.bp3-toast,
        .bp3-toast-container-bottom .bp3-toast.bp3-toast-exit-active~.bp3-toast,
        .bp3-toast-container-bottom .bp3-toast.bp3-toast-leave-active~.bp3-toast {
            -webkit-transform: translateY(60px);
            transform: translateY(60px)
        }

        .bp3-tooltip {
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .1), 0 2px 4px rgba(16, 22, 26, .2), 0 8px 24px rgba(16, 22, 26, .2);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .1), 0 2px 4px rgba(16, 22, 26, .2), 0 8px 24px rgba(16, 22, 26, .2);
            -webkit-transform: scale(1);
            transform: scale(1)
        }

        .bp3-tooltip .bp3-popover-arrow {
            height: 22px;
            position: absolute;
            width: 22px
        }

        .bp3-tooltip .bp3-popover-arrow:before {
            height: 14px;
            margin: 4px;
            width: 14px
        }

        .bp3-tether-element-attached-bottom.bp3-tether-target-attached-top>.bp3-tooltip {
            margin-bottom: 11px;
            margin-top: -11px
        }

        .bp3-tether-element-attached-bottom.bp3-tether-target-attached-top>.bp3-tooltip>.bp3-popover-arrow {
            bottom: -8px
        }

        .bp3-tether-element-attached-bottom.bp3-tether-target-attached-top>.bp3-tooltip>.bp3-popover-arrow svg {
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg)
        }

        .bp3-tether-element-attached-left.bp3-tether-target-attached-right>.bp3-tooltip {
            margin-left: 11px
        }

        .bp3-tether-element-attached-left.bp3-tether-target-attached-right>.bp3-tooltip>.bp3-popover-arrow {
            left: -8px
        }

        .bp3-tether-element-attached-left.bp3-tether-target-attached-right>.bp3-tooltip>.bp3-popover-arrow svg {
            -webkit-transform: rotate(0);
            transform: rotate(0)
        }

        .bp3-tether-element-attached-top.bp3-tether-target-attached-bottom>.bp3-tooltip {
            margin-top: 11px
        }

        .bp3-tether-element-attached-top.bp3-tether-target-attached-bottom>.bp3-tooltip>.bp3-popover-arrow {
            top: -8px
        }

        .bp3-tether-element-attached-top.bp3-tether-target-attached-bottom>.bp3-tooltip>.bp3-popover-arrow svg {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg)
        }

        .bp3-tether-element-attached-right.bp3-tether-target-attached-left>.bp3-tooltip {
            margin-left: -11px;
            margin-right: 11px
        }

        .bp3-tether-element-attached-right.bp3-tether-target-attached-left>.bp3-tooltip>.bp3-popover-arrow {
            right: -8px
        }

        .bp3-tether-element-attached-right.bp3-tether-target-attached-left>.bp3-tooltip>.bp3-popover-arrow svg {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg)
        }

        .bp3-tether-element-attached-middle>.bp3-tooltip>.bp3-popover-arrow {
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

        .bp3-tether-element-attached-center>.bp3-tooltip>.bp3-popover-arrow {
            right: 50%;
            -webkit-transform: translateX(50%);
            transform: translateX(50%)
        }

        .bp3-tether-element-attached-top.bp3-tether-target-attached-top>.bp3-tooltip>.bp3-popover-arrow {
            top: -.22183px
        }

        .bp3-tether-element-attached-right.bp3-tether-target-attached-right>.bp3-tooltip>.bp3-popover-arrow {
            right: -.22183px
        }

        .bp3-tether-element-attached-left.bp3-tether-target-attached-left>.bp3-tooltip>.bp3-popover-arrow {
            left: -.22183px
        }

        .bp3-tether-element-attached-bottom.bp3-tether-target-attached-bottom>.bp3-tooltip>.bp3-popover-arrow {
            bottom: -.22183px
        }

        .bp3-tether-element-attached-top.bp3-tether-element-attached-left>.bp3-tooltip {
            -webkit-transform-origin: top left;
            transform-origin: top left
        }

        .bp3-tether-element-attached-top.bp3-tether-element-attached-center>.bp3-tooltip {
            -webkit-transform-origin: top center;
            transform-origin: top center
        }

        .bp3-tether-element-attached-top.bp3-tether-element-attached-right>.bp3-tooltip {
            -webkit-transform-origin: top right;
            transform-origin: top right
        }

        .bp3-tether-element-attached-middle.bp3-tether-element-attached-left>.bp3-tooltip {
            -webkit-transform-origin: center left;
            transform-origin: center left
        }

        .bp3-tether-element-attached-middle.bp3-tether-element-attached-center>.bp3-tooltip {
            -webkit-transform-origin: center center;
            transform-origin: center center
        }

        .bp3-tether-element-attached-middle.bp3-tether-element-attached-right>.bp3-tooltip {
            -webkit-transform-origin: center right;
            transform-origin: center right
        }

        .bp3-tether-element-attached-bottom.bp3-tether-element-attached-left>.bp3-tooltip {
            -webkit-transform-origin: bottom left;
            transform-origin: bottom left
        }

        .bp3-tether-element-attached-bottom.bp3-tether-element-attached-center>.bp3-tooltip {
            -webkit-transform-origin: bottom center;
            transform-origin: bottom center
        }

        .bp3-tether-element-attached-bottom.bp3-tether-element-attached-right>.bp3-tooltip {
            -webkit-transform-origin: bottom right;
            transform-origin: bottom right
        }

        .bp3-tooltip .bp3-popover-content {
            background: #394b59
        }

        .bp3-tooltip .bp3-heading,
        .bp3-tooltip .bp3-popover-content {
            color: #f5f8fa
        }

        .bp3-tooltip .bp3-popover-arrow:before {
            -webkit-box-shadow: 1px 1px 6px rgba(16, 22, 26, .2);
            box-shadow: 1px 1px 6px rgba(16, 22, 26, .2)
        }

        .bp3-tooltip .bp3-popover-arrow-border {
            fill: #10161a;
            fill-opacity: .1
        }

        .bp3-tooltip .bp3-popover-arrow-fill {
            fill: #394b59
        }

        .bp3-popover-appear>.bp3-tooltip,
        .bp3-popover-enter>.bp3-tooltip {
            -webkit-transform: scale(.8);
            transform: scale(.8)
        }

        .bp3-popover-appear-active>.bp3-tooltip,
        .bp3-popover-enter-active>.bp3-tooltip {
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition-duration: .1s;
            transition-duration: .1s;
            -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
            -webkit-transition-timing-function: cubic-bezier(.4, 1, .75, .9);
            transition-timing-function: cubic-bezier(.4, 1, .75, .9)
        }

        .bp3-popover-exit>.bp3-tooltip {
            -webkit-transform: scale(1);
            transform: scale(1)
        }

        .bp3-popover-exit-active>.bp3-tooltip {
            -webkit-transform: scale(.8);
            transform: scale(.8);
            -webkit-transition-delay: 0;
            transition-delay: 0;
            -webkit-transition-duration: .1s;
            transition-duration: .1s;
            -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
            -webkit-transition-timing-function: cubic-bezier(.4, 1, .75, .9);
            transition-timing-function: cubic-bezier(.4, 1, .75, .9)
        }

        .bp3-tooltip .bp3-popover-content {
            padding: 10px 12px
        }

        .bp3-dark .bp3-tooltip,
        .bp3-tooltip.bp3-dark {
            -webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 2px 4px rgba(16, 22, 26, .4), 0 8px 24px rgba(16, 22, 26, .4);
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 2px 4px rgba(16, 22, 26, .4), 0 8px 24px rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-tooltip .bp3-popover-content,
        .bp3-tooltip.bp3-dark .bp3-popover-content {
            background: #e1e8ed
        }

        .bp3-dark .bp3-tooltip .bp3-heading,
        .bp3-dark .bp3-tooltip .bp3-popover-content,
        .bp3-tooltip.bp3-dark .bp3-heading,
        .bp3-tooltip.bp3-dark .bp3-popover-content {
            color: #394b59
        }

        .bp3-dark .bp3-tooltip .bp3-popover-arrow:before,
        .bp3-tooltip.bp3-dark .bp3-popover-arrow:before {
            -webkit-box-shadow: 1px 1px 6px rgba(16, 22, 26, .4);
            box-shadow: 1px 1px 6px rgba(16, 22, 26, .4)
        }

        .bp3-dark .bp3-tooltip .bp3-popover-arrow-border,
        .bp3-tooltip.bp3-dark .bp3-popover-arrow-border {
            fill: #10161a;
            fill-opacity: .2
        }

        .bp3-dark .bp3-tooltip .bp3-popover-arrow-fill,
        .bp3-tooltip.bp3-dark .bp3-popover-arrow-fill {
            fill: #e1e8ed
        }

        .bp3-tooltip.bp3-intent-primary .bp3-popover-content {
            background: #137cbd;
            color: #fff
        }

        .bp3-tooltip.bp3-intent-primary .bp3-popover-arrow-fill {
            fill: #137cbd
        }

        .bp3-tooltip.bp3-intent-success .bp3-popover-content {
            background: #0f9960;
            color: #fff
        }

        .bp3-tooltip.bp3-intent-success .bp3-popover-arrow-fill {
            fill: #0f9960
        }

        .bp3-tooltip.bp3-intent-warning .bp3-popover-content {
            background: #d9822b;
            color: #fff
        }

        .bp3-tooltip.bp3-intent-warning .bp3-popover-arrow-fill {
            fill: #d9822b
        }

        .bp3-tooltip.bp3-intent-danger .bp3-popover-content {
            background: #db3737;
            color: #fff
        }

        .bp3-tooltip.bp3-intent-danger .bp3-popover-arrow-fill {
            fill: #db3737
        }

        .bp3-tooltip-indicator {
            border-bottom: 1px dotted;
            cursor: help
        }

        .bp3-tree .bp3-icon,
        .bp3-tree .bp3-icon-large,
        .bp3-tree .bp3-icon-standard {
            color: #5c7080
        }

        .bp3-tree .bp3-icon-large.bp3-intent-primary,
        .bp3-tree .bp3-icon-standard.bp3-intent-primary,
        .bp3-tree .bp3-icon.bp3-intent-primary {
            color: #137cbd
        }

        .bp3-tree .bp3-icon-large.bp3-intent-success,
        .bp3-tree .bp3-icon-standard.bp3-intent-success,
        .bp3-tree .bp3-icon.bp3-intent-success {
            color: #0f9960
        }

        .bp3-tree .bp3-icon-large.bp3-intent-warning,
        .bp3-tree .bp3-icon-standard.bp3-intent-warning,
        .bp3-tree .bp3-icon.bp3-intent-warning {
            color: #d9822b
        }

        .bp3-tree .bp3-icon-large.bp3-intent-danger,
        .bp3-tree .bp3-icon-standard.bp3-intent-danger,
        .bp3-tree .bp3-icon.bp3-intent-danger {
            color: #db3737
        }

        .bp3-tree-node-list {
            list-style: none;
            margin: 0;
            padding-left: 0
        }

        .bp3-tree-root {
            background-color: transparent;
            cursor: default;
            padding-left: 0;
            position: relative
        }

        .bp3-tree-node-content-0 {
            padding-left: 0
        }

        .bp3-tree-node-content-1 {
            padding-left: 23px
        }

        .bp3-tree-node-content-2 {
            padding-left: 46px
        }

        .bp3-tree-node-content-3 {
            padding-left: 69px
        }

        .bp3-tree-node-content-4 {
            padding-left: 92px
        }

        .bp3-tree-node-content-5 {
            padding-left: 115px
        }

        .bp3-tree-node-content-6 {
            padding-left: 138px
        }

        .bp3-tree-node-content-7 {
            padding-left: 161px
        }

        .bp3-tree-node-content-8 {
            padding-left: 184px
        }

        .bp3-tree-node-content-9 {
            padding-left: 207px
        }

        .bp3-tree-node-content-10 {
            padding-left: 230px
        }

        .bp3-tree-node-content-11 {
            padding-left: 253px
        }

        .bp3-tree-node-content-12 {
            padding-left: 276px
        }

        .bp3-tree-node-content-13 {
            padding-left: 299px
        }

        .bp3-tree-node-content-14 {
            padding-left: 322px
        }

        .bp3-tree-node-content-15 {
            padding-left: 345px
        }

        .bp3-tree-node-content-16 {
            padding-left: 368px
        }

        .bp3-tree-node-content-17 {
            padding-left: 391px
        }

        .bp3-tree-node-content-18 {
            padding-left: 414px
        }

        .bp3-tree-node-content-19 {
            padding-left: 437px
        }

        .bp3-tree-node-content-20 {
            padding-left: 460px
        }

        .bp3-tree-node-content {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 30px;
            padding-right: 5px;
            width: 100%
        }

        .bp3-tree-node-content:hover {
            background-color: rgba(191, 204, 214, .4)
        }

        .bp3-tree-node-caret,
        .bp3-tree-node-caret-none {
            min-width: 30px
        }

        .bp3-tree-node-caret {
            color: #5c7080;
            cursor: pointer;
            padding: 7px;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: -webkit-transform .2s cubic-bezier(.4, 1, .75, .9);
            transition: -webkit-transform .2s cubic-bezier(.4, 1, .75, .9);
            transition: transform .2s cubic-bezier(.4, 1, .75, .9);
            transition: transform .2s cubic-bezier(.4, 1, .75, .9), -webkit-transform .2s cubic-bezier(.4, 1, .75, .9)
        }

        .bp3-tree-node-caret:hover {
            color: #182026
        }

        .bp3-dark .bp3-tree-node-caret {
            color: #a7b6c2
        }

        .bp3-dark .bp3-tree-node-caret:hover {
            color: #f5f8fa
        }

        .bp3-tree-node-caret.bp3-tree-node-caret-open {
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg)
        }

        .bp3-tree-node-caret.bp3-icon-standard:before {
            content: ""
        }

        .bp3-tree-node-icon {
            margin-right: 7px;
            position: relative
        }

        .bp3-tree-node-label {
            word-wrap: normal;
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            overflow: hidden;
            position: relative;
            text-overflow: ellipsis;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            white-space: nowrap
        }

        .bp3-tree-node-label span {
            display: inline
        }

        .bp3-tree-node-secondary-label {
            padding: 0 5px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

        .bp3-tree-node-secondary-label .bp3-popover-target,
        .bp3-tree-node-secondary-label .bp3-popover-wrapper {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

        .bp3-tree-node.bp3-disabled .bp3-tree-node-content {
            background-color: inherit;
            color: rgba(92, 112, 128, .6);
            cursor: not-allowed
        }

        .bp3-tree-node.bp3-disabled .bp3-tree-node-caret,
        .bp3-tree-node.bp3-disabled .bp3-tree-node-icon {
            color: rgba(92, 112, 128, .6);
            cursor: not-allowed
        }

        .bp3-tree-node.bp3-tree-node-selected>.bp3-tree-node-content {
            background-color: #137cbd
        }

        .bp3-tree-node.bp3-tree-node-selected>.bp3-tree-node-content,
        .bp3-tree-node.bp3-tree-node-selected>.bp3-tree-node-content .bp3-icon,
        .bp3-tree-node.bp3-tree-node-selected>.bp3-tree-node-content .bp3-icon-large,
        .bp3-tree-node.bp3-tree-node-selected>.bp3-tree-node-content .bp3-icon-standard {
            color: #fff
        }

        .bp3-tree-node.bp3-tree-node-selected>.bp3-tree-node-content .bp3-tree-node-caret:before {
            color: hsla(0, 0%, 100%, .7)
        }

        .bp3-tree-node.bp3-tree-node-selected>.bp3-tree-node-content .bp3-tree-node-caret:hover:before {
            color: #fff
        }

        .bp3-dark .bp3-tree-node-content:hover {
            background-color: rgba(92, 112, 128, .3)
        }

        .bp3-dark .bp3-tree .bp3-icon,
        .bp3-dark .bp3-tree .bp3-icon-large,
        .bp3-dark .bp3-tree .bp3-icon-standard {
            color: #a7b6c2
        }

        .bp3-dark .bp3-tree .bp3-icon-large.bp3-intent-primary,
        .bp3-dark .bp3-tree .bp3-icon-standard.bp3-intent-primary,
        .bp3-dark .bp3-tree .bp3-icon.bp3-intent-primary {
            color: #137cbd
        }

        .bp3-dark .bp3-tree .bp3-icon-large.bp3-intent-success,
        .bp3-dark .bp3-tree .bp3-icon-standard.bp3-intent-success,
        .bp3-dark .bp3-tree .bp3-icon.bp3-intent-success {
            color: #0f9960
        }

        .bp3-dark .bp3-tree .bp3-icon-large.bp3-intent-warning,
        .bp3-dark .bp3-tree .bp3-icon-standard.bp3-intent-warning,
        .bp3-dark .bp3-tree .bp3-icon.bp3-intent-warning {
            color: #d9822b
        }

        .bp3-dark .bp3-tree .bp3-icon-large.bp3-intent-danger,
        .bp3-dark .bp3-tree .bp3-icon-standard.bp3-intent-danger,
        .bp3-dark .bp3-tree .bp3-icon.bp3-intent-danger {
            color: #db3737
        }

        .bp3-dark .bp3-tree-node.bp3-tree-node-selected>.bp3-tree-node-content {
            background-color: #137cbd
        }

        @font-face {
            font-family: Icons16;
            font-style: normal;
            font-weight: 400;
            src: url(/assets/static/icons-16-2368f88a078780d80145531133100823.eot?#iefix) format("embedded-opentype"), url(/assets/static/icons-16-1645f50fb7f7c109f64eedae92080228.woff) format("woff"), url(/assets/static/icons-16-13933033991f62d6bb641c7a19c8c431.ttf) format("truetype")
        }

        @font-face {
            font-family: Icons20;
            font-style: normal;
            font-weight: 400;
            src: url(/assets/static/icons-20-cde033c5d3f24283f7578120bb9dc288.eot?#iefix) format("embedded-opentype"), url(/assets/static/icons-20-1ef633d3a28d0986f63e78a70178d06d.woff) format("woff"), url(/assets/static/icons-20-57b3e708b232fdcb64f9cb115cdda7bb.ttf) format("truetype")
        }

        .rc-slider {
            border-radius: 6px;
            height: 14px;
            padding: 5px 0;
            position: relative;
            touch-action: none;
            width: 100%
        }

        .rc-slider,
        .rc-slider * {
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
            box-sizing: border-box
        }

        .rc-slider-rail {
            background-color: #e9e9e9;
            width: 100%
        }

        .rc-slider-rail,
        .rc-slider-track {
            border-radius: 6px;
            height: 4px;
            position: absolute
        }

        .rc-slider-track {
            background-color: #abe2fb
        }

        .rc-slider-handle {
            background-color: #fff;
            border: 2px solid #96dbfa;
            border-radius: 50%;
            cursor: pointer;
            cursor: -webkit-grab;
            cursor: grab;
            height: 14px;
            margin-top: -5px;
            opacity: .8;
            position: absolute;
            touch-action: pan-x;
            width: 14px
        }

        .rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
            border-color: #57c5f7;
            box-shadow: 0 0 0 5px #96dbfa
        }

        .rc-slider-handle:focus {
            box-shadow: none;
            outline: none
        }

        .rc-slider-handle:focus-visible {
            border-color: #2db7f5;
            box-shadow: 0 0 0 3px #96dbfa
        }

        .rc-slider-handle-click-focused:focus {
            border-color: #96dbfa;
            box-shadow: unset
        }

        .rc-slider-handle:hover {
            border-color: #57c5f7
        }

        .rc-slider-handle:active {
            border-color: #57c5f7;
            box-shadow: 0 0 5px #57c5f7;
            cursor: -webkit-grabbing;
            cursor: grabbing
        }

        .rc-slider-mark {
            font-size: 12px;
            left: 0;
            position: absolute;
            top: 18px;
            width: 100%
        }

        .rc-slider-mark-text {
            color: #999;
            cursor: pointer;
            display: inline-block;
            position: absolute;
            text-align: center;
            vertical-align: middle
        }

        .rc-slider-mark-text-active {
            color: #666
        }

        .rc-slider-step {
            background: transparent;
            height: 4px;
            pointer-events: none;
            position: absolute;
            width: 100%
        }

        .rc-slider-dot {
            background-color: #fff;
            border: 2px solid #e9e9e9;
            border-radius: 50%;
            bottom: -2px;
            cursor: pointer;
            height: 8px;
            position: absolute;
            vertical-align: middle;
            width: 8px
        }

        .rc-slider-dot-active {
            border-color: #96dbfa
        }

        .rc-slider-dot-reverse {
            margin-right: -4px
        }

        .rc-slider-disabled {
            background-color: #e9e9e9
        }

        .rc-slider-disabled .rc-slider-track {
            background-color: #ccc
        }

        .rc-slider-disabled .rc-slider-dot,
        .rc-slider-disabled .rc-slider-handle {
            background-color: #fff;
            border-color: #ccc;
            box-shadow: none;
            cursor: not-allowed
        }

        .rc-slider-disabled .rc-slider-dot,
        .rc-slider-disabled .rc-slider-mark-text {
            cursor: not-allowed !important
        }

        .rc-slider-vertical {
            height: 100%;
            padding: 0 5px;
            width: 14px
        }

        .rc-slider-vertical .rc-slider-rail {
            height: 100%;
            width: 4px
        }

        .rc-slider-vertical .rc-slider-track {
            bottom: 0;
            left: 5px;
            width: 4px
        }

        .rc-slider-vertical .rc-slider-handle {
            margin-left: -5px;
            margin-top: 0;
            touch-action: pan-y
        }

        .rc-slider-vertical .rc-slider-mark {
            height: 100%;
            left: 18px;
            top: 0
        }

        .rc-slider-vertical .rc-slider-step {
            height: 100%;
            width: 4px
        }

        .rc-slider-vertical .rc-slider-dot {
            margin-left: -2px
        }

        .rc-slider-tooltip-zoom-down-appear,
        .rc-slider-tooltip-zoom-down-enter,
        .rc-slider-tooltip-zoom-down-leave {
            animation-duration: .3s;
            animation-fill-mode: both;
            animation-play-state: paused;
            display: block !important
        }

        .rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active,
        .rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active {
            animation-name: rcSliderTooltipZoomDownIn;
            animation-play-state: running
        }

        .rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
            animation-name: rcSliderTooltipZoomDownOut;
            animation-play-state: running
        }

        .rc-slider-tooltip-zoom-down-appear,
        .rc-slider-tooltip-zoom-down-enter {
            animation-timing-function: cubic-bezier(.23, 1, .32, 1);
            transform: scale(0)
        }

        .rc-slider-tooltip-zoom-down-leave {
            animation-timing-function: cubic-bezier(.755, .05, .855, .06)
        }

        @keyframes rcSliderTooltipZoomDownIn {
            0% {
                opacity: 0;
                transform: scale(0);
                transform-origin: 50% 100%
            }
            to {
                transform: scale(1);
                transform-origin: 50% 100%
            }
        }

        @keyframes rcSliderTooltipZoomDownOut {
            0% {
                transform: scale(1);
                transform-origin: 50% 100%
            }
            to {
                opacity: 0;
                transform: scale(0);
                transform-origin: 50% 100%
            }
        }

        .rc-slider-tooltip {
            left: -9999px;
            position: absolute;
            top: -9999px;
            visibility: visible
        }

        .rc-slider-tooltip,
        .rc-slider-tooltip * {
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
            box-sizing: border-box
        }

        .rc-slider-tooltip-hidden {
            display: none
        }

        .rc-slider-tooltip-placement-top {
            padding: 4px 0 8px
        }

        .rc-slider-tooltip-inner {
            background-color: #6c6c6c;
            border-radius: 6px;
            box-shadow: 0 0 4px #d9d9d9;
            color: #fff;
            font-size: 12px;
            height: 24px;
            line-height: 1;
            min-width: 24px;
            padding: 6px 2px;
            text-align: center;
            text-decoration: none
        }

        .rc-slider-tooltip-arrow {
            border-color: transparent;
            border-style: solid;
            height: 0;
            position: absolute;
            width: 0
        }

        .rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
            border-top-color: #6c6c6c;
            border-width: 4px 4px 0;
            bottom: 4px;
            left: 50%;
            margin-left: -4px
        }

        :root {
            --toastify-color-light: #fff;
            --toastify-color-dark: #121212;
            --toastify-color-info: #3498db;
            --toastify-color-success: #07bc0c;
            --toastify-color-warning: #f1c40f;
            --toastify-color-error: #e74c3c;
            --toastify-color-transparent: hsla(0, 0%, 100%, .7);
            --toastify-icon-color-info: var(--toastify-color-info);
            --toastify-icon-color-success: var(--toastify-color-success);
            --toastify-icon-color-warning: var(--toastify-color-warning);
            --toastify-icon-color-error: var(--toastify-color-error);
            --toastify-toast-width: 320px;
            --toastify-toast-background: #fff;
            --toastify-toast-min-height: 64px;
            --toastify-toast-max-height: 800px;
            --toastify-font-family: sans-serif;
            --toastify-z-index: 9999;
            --toastify-text-color-light: #757575;
            --toastify-text-color-dark: #fff;
            --toastify-text-color-info: #fff;
            --toastify-text-color-success: #fff;
            --toastify-text-color-warning: #fff;
            --toastify-text-color-error: #fff;
            --toastify-spinner-color: #616161;
            --toastify-spinner-color-empty-area: #e0e0e0;
            --toastify-color-progress-light: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
            --toastify-color-progress-dark: #bb86fc;
            --toastify-color-progress-info: var(--toastify-color-info);
            --toastify-color-progress-success: var(--toastify-color-success);
            --toastify-color-progress-warning: var(--toastify-color-warning);
            --toastify-color-progress-error: var(--toastify-color-error)
        }

        .Toastify__toast-container {
            box-sizing: border-box;
            color: #fff;
            padding: 4px;
            position: fixed;
            -webkit-transform: translate3d(0, 0, var(--toastify-z-index) px);
            width: var(--toastify-toast-width);
            z-index: var(--toastify-z-index)
        }

        .Toastify__toast-container--top-left {
            left: 1em;
            top: 1em
        }

        .Toastify__toast-container--top-center {
            left: 50%;
            top: 1em;
            transform: translateX(-50%)
        }

        .Toastify__toast-container--top-right {
            right: 1em;
            top: 1em
        }

        .Toastify__toast-container--bottom-left {
            bottom: 1em;
            left: 1em
        }

        .Toastify__toast-container--bottom-center {
            bottom: 1em;
            left: 50%;
            transform: translateX(-50%)
        }

        .Toastify__toast-container--bottom-right {
            bottom: 1em;
            right: 1em
        }

        @media only screen and (max-width:480px) {
            .Toastify__toast-container {
                left: 0;
                margin: 0;
                padding: 0;
                width: 100vw
            }
            .Toastify__toast-container--top-center,
            .Toastify__toast-container--top-left,
            .Toastify__toast-container--top-right {
                top: 0;
                transform: translateX(0)
            }
            .Toastify__toast-container--bottom-center,
            .Toastify__toast-container--bottom-left,
            .Toastify__toast-container--bottom-right {
                bottom: 0;
                transform: translateX(0)
            }
            .Toastify__toast-container--rtl {
                left: auto;
                right: 0
            }
        }

        .Toastify__toast {
            -ms-flex-pack: justify;
            border-radius: 4px;
            box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1), 0 2px 15px 0 rgba(0, 0, 0, .05);
            box-sizing: border-box;
            cursor: pointer;
            direction: ltr;
            display: -ms-flexbox;
            display: flex;
            font-family: var(--toastify-font-family);
            justify-content: space-between;
            margin-bottom: 1rem;
            max-height: var(--toastify-toast-max-height);
            min-height: var(--toastify-toast-min-height);
            overflow: hidden;
            padding: 8px;
            position: relative
        }

        .Toastify__toast--rtl {
            direction: rtl
        }

        .Toastify__toast-body {
            -ms-flex-align: center;
            align-items: center;
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            margin: auto 0;
            padding: 6px
        }

        .Toastify__toast-body>div:last-child {
            -ms-flex: 1;
            flex: 1
        }

        .Toastify__toast-icon {
            -webkit-margin-end: 10px;
            -ms-flex-negative: 0;
            display: -ms-flexbox;
            display: flex;
            flex-shrink: 0;
            margin-inline-end: 10px;
            width: 20px
        }

        .Toastify--animate {
            animation-duration: .7s;
            animation-fill-mode: both
        }

        .Toastify--animate-icon {
            animation-duration: .3s;
            animation-fill-mode: both
        }

        @media only screen and (max-width:480px) {
            .Toastify__toast {
                border-radius: 0;
                margin-bottom: 0
            }
        }

        .Toastify__toast-theme--dark {
            background: var(--toastify-color-dark);
            color: var(--toastify-text-color-dark)
        }

        .Toastify__toast-theme--colored.Toastify__toast--default,
        .Toastify__toast-theme--light {
            background: var(--toastify-color-light);
            color: var(--toastify-text-color-light)
        }

        .Toastify__toast-theme--colored.Toastify__toast--info {
            background: var(--toastify-color-info);
            color: var(--toastify-text-color-info)
        }

        .Toastify__toast-theme--colored.Toastify__toast--success {
            background: var(--toastify-color-success);
            color: var(--toastify-text-color-success)
        }

        .Toastify__toast-theme--colored.Toastify__toast--warning {
            background: var(--toastify-color-warning);
            color: var(--toastify-text-color-warning)
        }

        .Toastify__toast-theme--colored.Toastify__toast--error {
            background: var(--toastify-color-error);
            color: var(--toastify-text-color-error)
        }

        .Toastify__progress-bar-theme--light {
            background: var(--toastify-color-progress-light)
        }

        .Toastify__progress-bar-theme--dark {
            background: var(--toastify-color-progress-dark)
        }

        .Toastify__progress-bar--info {
            background: var(--toastify-color-progress-info)
        }

        .Toastify__progress-bar--success {
            background: var(--toastify-color-progress-success)
        }

        .Toastify__progress-bar--warning {
            background: var(--toastify-color-progress-warning)
        }

        .Toastify__progress-bar--error {
            background: var(--toastify-color-progress-error)
        }

        .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,
        .Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
        .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
        .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning {
            background: var(--toastify-color-transparent)
        }

        .Toastify__close-button {
            -ms-flex-item-align: start;
            align-self: flex-start;
            background: transparent;
            border: none;
            color: #fff;
            cursor: pointer;
            opacity: .7;
            outline: none;
            padding: 0;
            transition: .3s ease
        }

        .Toastify__close-button--light {
            color: #000;
            opacity: .3
        }

        .Toastify__close-button>svg {
            fill: currentColor;
            height: 16px;
            width: 14px
        }

        .Toastify__close-button:focus,
        .Toastify__close-button:hover {
            opacity: 1
        }

        @keyframes Toastify__trackProgress {
            0% {
                transform: scaleX(1)
            }
            to {
                transform: scaleX(0)
            }
        }

        .Toastify__progress-bar {
            bottom: 0;
            height: 5px;
            left: 0;
            opacity: .7;
            position: absolute;
            transform-origin: left;
            width: 100%;
            z-index: var(--toastify-z-index)
        }

        .Toastify__progress-bar--animated {
            animation: Toastify__trackProgress linear 1 forwards
        }

        .Toastify__progress-bar--controlled {
            transition: transform .2s
        }

        .Toastify__progress-bar--rtl {
            left: auto;
            right: 0;
            transform-origin: right
        }

        .Toastify__spinner {
            animation: Toastify__spin .65s linear infinite;
            border: 2px solid;
            border-color: var(--toastify-spinner-color-empty-area);
            border-radius: 100%;
            border-right-color: var(--toastify-spinner-color);
            box-sizing: border-box;
            height: 20px;
            width: 20px
        }

        @keyframes Toastify__bounceInRight {
            0%,
            60%,
            75%,
            90%,
            to {
                animation-timing-function: cubic-bezier(.215, .61, .355, 1)
            }
            0% {
                opacity: 0;
                transform: translate3d(3000px, 0, 0)
            }
            60% {
                opacity: 1;
                transform: translate3d(-25px, 0, 0)
            }
            75% {
                transform: translate3d(10px, 0, 0)
            }
            90% {
                transform: translate3d(-5px, 0, 0)
            }
            to {
                transform: none
            }
        }

        @keyframes Toastify__bounceOutRight {
            20% {
                opacity: 1;
                transform: translate3d(-20px, 0, 0)
            }
            to {
                opacity: 0;
                transform: translate3d(2000px, 0, 0)
            }
        }

        @keyframes Toastify__bounceInLeft {
            0%,
            60%,
            75%,
            90%,
            to {
                animation-timing-function: cubic-bezier(.215, .61, .355, 1)
            }
            0% {
                opacity: 0;
                transform: translate3d(-3000px, 0, 0)
            }
            60% {
                opacity: 1;
                transform: translate3d(25px, 0, 0)
            }
            75% {
                transform: translate3d(-10px, 0, 0)
            }
            90% {
                transform: translate3d(5px, 0, 0)
            }
            to {
                transform: none
            }
        }

        @keyframes Toastify__bounceOutLeft {
            20% {
                opacity: 1;
                transform: translate3d(20px, 0, 0)
            }
            to {
                opacity: 0;
                transform: translate3d(-2000px, 0, 0)
            }
        }

        @keyframes Toastify__bounceInUp {
            0%,
            60%,
            75%,
            90%,
            to {
                animation-timing-function: cubic-bezier(.215, .61, .355, 1)
            }
            0% {
                opacity: 0;
                transform: translate3d(0, 3000px, 0)
            }
            60% {
                opacity: 1;
                transform: translate3d(0, -20px, 0)
            }
            75% {
                transform: translate3d(0, 10px, 0)
            }
            90% {
                transform: translate3d(0, -5px, 0)
            }
            to {
                transform: translateZ(0)
            }
        }

        @keyframes Toastify__bounceOutUp {
            20% {
                transform: translate3d(0, -10px, 0)
            }
            40%,
            45% {
                opacity: 1;
                transform: translate3d(0, 20px, 0)
            }
            to {
                opacity: 0;
                transform: translate3d(0, -2000px, 0)
            }
        }

        @keyframes Toastify__bounceInDown {
            0%,
            60%,
            75%,
            90%,
            to {
                animation-timing-function: cubic-bezier(.215, .61, .355, 1)
            }
            0% {
                opacity: 0;
                transform: translate3d(0, -3000px, 0)
            }
            60% {
                opacity: 1;
                transform: translate3d(0, 25px, 0)
            }
            75% {
                transform: translate3d(0, -10px, 0)
            }
            90% {
                transform: translate3d(0, 5px, 0)
            }
            to {
                transform: none
            }
        }

        @keyframes Toastify__bounceOutDown {
            20% {
                transform: translate3d(0, 10px, 0)
            }
            40%,
            45% {
                opacity: 1;
                transform: translate3d(0, -20px, 0)
            }
            to {
                opacity: 0;
                transform: translate3d(0, 2000px, 0)
            }
        }

        .Toastify__bounce-enter--bottom-left,
        .Toastify__bounce-enter--top-left {
            animation-name: Toastify__bounceInLeft
        }

        .Toastify__bounce-enter--bottom-right,
        .Toastify__bounce-enter--top-right {
            animation-name: Toastify__bounceInRight
        }

        .Toastify__bounce-enter--top-center {
            animation-name: Toastify__bounceInDown
        }

        .Toastify__bounce-enter--bottom-center {
            animation-name: Toastify__bounceInUp
        }

        .Toastify__bounce-exit--bottom-left,
        .Toastify__bounce-exit--top-left {
            animation-name: Toastify__bounceOutLeft
        }

        .Toastify__bounce-exit--bottom-right,
        .Toastify__bounce-exit--top-right {
            animation-name: Toastify__bounceOutRight
        }

        .Toastify__bounce-exit--top-center {
            animation-name: Toastify__bounceOutUp
        }

        .Toastify__bounce-exit--bottom-center {
            animation-name: Toastify__bounceOutDown
        }

        @keyframes Toastify__zoomIn {
            0% {
                opacity: 0;
                transform: scale3d(.3, .3, .3)
            }
            50% {
                opacity: 1
            }
        }

        @keyframes Toastify__zoomOut {
            0% {
                opacity: 1
            }
            50% {
                opacity: 0;
                transform: scale3d(.3, .3, .3)
            }
            to {
                opacity: 0
            }
        }

        .Toastify__zoom-enter {
            animation-name: Toastify__zoomIn
        }

        .Toastify__zoom-exit {
            animation-name: Toastify__zoomOut
        }

        @keyframes Toastify__flipIn {
            0% {
                animation-timing-function: ease-in;
                opacity: 0;
                transform: perspective(400px) rotateX(90deg)
            }
            40% {
                animation-timing-function: ease-in;
                transform: perspective(400px) rotateX(-20deg)
            }
            60% {
                opacity: 1;
                transform: perspective(400px) rotateX(10deg)
            }
            80% {
                transform: perspective(400px) rotateX(-5deg)
            }
            to {
                transform: perspective(400px)
            }
        }

        @keyframes Toastify__flipOut {
            0% {
                transform: perspective(400px)
            }
            30% {
                opacity: 1;
                transform: perspective(400px) rotateX(-20deg)
            }
            to {
                opacity: 0;
                transform: perspective(400px) rotateX(90deg)
            }
        }

        .Toastify__flip-enter {
            animation-name: Toastify__flipIn
        }

        .Toastify__flip-exit {
            animation-name: Toastify__flipOut
        }

        @keyframes Toastify__slideInRight {
            0% {
                transform: translate3d(110%, 0, 0);
                visibility: visible
            }
            to {
                transform: translateZ(0)
            }
        }

        @keyframes Toastify__slideInLeft {
            0% {
                transform: translate3d(-110%, 0, 0);
                visibility: visible
            }
            to {
                transform: translateZ(0)
            }
        }

        @keyframes Toastify__slideInUp {
            0% {
                transform: translate3d(0, 110%, 0);
                visibility: visible
            }
            to {
                transform: translateZ(0)
            }
        }

        @keyframes Toastify__slideInDown {
            0% {
                transform: translate3d(0, -110%, 0);
                visibility: visible
            }
            to {
                transform: translateZ(0)
            }
        }

        @keyframes Toastify__slideOutRight {
            0% {
                transform: translateZ(0)
            }
            to {
                transform: translate3d(110%, 0, 0);
                visibility: hidden
            }
        }

        @keyframes Toastify__slideOutLeft {
            0% {
                transform: translateZ(0)
            }
            to {
                transform: translate3d(-110%, 0, 0);
                visibility: hidden
            }
        }

        @keyframes Toastify__slideOutDown {
            0% {
                transform: translateZ(0)
            }
            to {
                transform: translate3d(0, 500px, 0);
                visibility: hidden
            }
        }

        @keyframes Toastify__slideOutUp {
            0% {
                transform: translateZ(0)
            }
            to {
                transform: translate3d(0, -500px, 0);
                visibility: hidden
            }
        }

        .Toastify__slide-enter--bottom-left,
        .Toastify__slide-enter--top-left {
            animation-name: Toastify__slideInLeft
        }

        .Toastify__slide-enter--bottom-right,
        .Toastify__slide-enter--top-right {
            animation-name: Toastify__slideInRight
        }

        .Toastify__slide-enter--top-center {
            animation-name: Toastify__slideInDown
        }

        .Toastify__slide-enter--bottom-center {
            animation-name: Toastify__slideInUp
        }

        .Toastify__slide-exit--bottom-left,
        .Toastify__slide-exit--top-left {
            animation-name: Toastify__slideOutLeft
        }

        .Toastify__slide-exit--bottom-right,
        .Toastify__slide-exit--top-right {
            animation-name: Toastify__slideOutRight
        }

        .Toastify__slide-exit--top-center {
            animation-name: Toastify__slideOutUp
        }

        .Toastify__slide-exit--bottom-center {
            animation-name: Toastify__slideOutDown
        }

        @keyframes Toastify__spin {
            0% {
                transform: rotate(0deg)
            }
            to {
                transform: rotate(1turn)
            }
        }

        .bp3-transition-container {
            margin-top: 9.6px
        }

        .bp3-overlay {
            overscroll-behavior: none
        }

        .bp3-popover-target:hover,
        .popover_label:hover {
            color: rgb(var(--primary-color))
        }

        .bp3-popover {
            margin-top: -10px
        }

        .bp3-popover-wrapper .bp3-overlay-start-focus-trap:focus {
            outline: none
        }

        .bp3-dark .bp3-popover .bp3-popover-arrow-fill,
        .bp3-popover.bp3-dark .bp3-popover-arrow-fill {
            fill: rgb(var(--surface-color))
        }

        .bp3-dark .bp3-popover-content .bp3-menu {
            background: rgb(var(--surface-color));
            font-weight: 300
        }

        .bp3-dark .bp3-menu-item:hover {
            background-color: transparent
        }

        .bp3-dark .bp3-menu-item:hover,
        .bp3-popover-content .bp3-menu-item.active {
            color: rgb(var(--primary-color))
        }

        .bp3-tooltip .bp3-popover-arrow-border,
        .bp3-tooltip .bp3-popover-arrow-fill {
            fill: rgb(var(--surface-color))
        }

        .bp3-tooltip .bp3-popover-content {
            background-color: rgb(var(--surface-color))
        }

        .bp3-button.bp3-minimal.bp3-dialog-close-button {
            height: auto;
            width: auto
        }

        button {
            border-radius: 2px;
            font-size: 13px;
            height: 41px;
            letter-spacing: .02em;
            line-height: 150%;
            text-align: center;
            transition: all .3s ease-in-out;
            transition-property: color, background-color
        }

        .bp3-dialog-footer-actions,
        .buttons_row {
            margin: 3em 0
        }

        @media screen and (max-width:900px) {
            .bp3-dialog-footer-actions,
            .buttons_row {
                margin: 30px 0 20px
            }
        }

        .bp3-dialog-footer-actions button,
        .buttons_row button {
            border-radius: 2px;
            font-size: 13px;
            font-weight: 500;
            height: 41px;
            letter-spacing: .02em;
            line-height: 150%;
            margin-right: 1.5em;
            padding: 0 20px;
            text-align: center
        }

        .bp3-dialog .bp3-dialog-header {
            background: rgb(var(--surface-color));
            border-radius: 0;
            color: rgb(var(--text-color))
        }

        .bp3-dialog .bp3-dialog-header .bp3-icon-small-cross {
            color: rgb(var(--text-color))
        }

        .bp3-dialog .bp3-dialog-header .bp3-heading {
            color: rgb(var(--text-color));
            font-size: 22px;
            font-weight: 400;
            line-height: 65px;
            margin-left: .5em;
            padding: 0
        }

        .bp3-dialog .bp3-dialog-header .bp3-button.bp3-minimal.bp3-dialog-close-button {
            background: none
        }

        .bp3-dialog .bp3-dialog-header .bp3-button.bp3-minimal.bp3-dialog-close-button span svg {
            height: 2.3em;
            margin-right: 5px;
            width: 2.3em
        }

        .bp3-button {
            border-radius: 2px
        }

        .popover_label {
            display: flex
        }

        .popover_label .down_arrow {
            margin-left: 5px
        }

        .popover_label .bp3-icon {
            vertical-align: middle
        }

        .bp3-dark .bp3-select {
            background-color: rgb(var(--surface-color));
            padding: 3px 5px
        }

        .bp3-dark .bp3-select select:hover {
            box-shadow: none
        }

        .bp3-dark .bp3-select option,
        .bp3-dark .bp3-select select:hover {
            background-color: rgb(var(--surface-color))
        }

        .bp3-dark .bp3-select:after {
            top: 11px
        }

        @media screen and (min-width:900px) {
            button.bp3-button {
                height: 3.6em
            }
            button.bp3-button .bp3-button-text {
                font-size: 15px;
                font-weight: 500;
                letter-spacing: .02em;
                line-height: 18px;
                text-align: center
            }
        }

        .bp3-dark .bp3-tooltip .bp3-popover-content,
        .bp3-input,
        .bp3-tooltip.bp3-dark .bp3-popover-content {
            background: rgb(var(--surface-color));
            color: rgb(var(--text-color))
        }

        .bp3-input {
            border-radius: 2px
        }

        .bp3-input:focus {
            box-shadow: 0 0 0 1px rgb(var(--primary-color))
        }

        input::-webkit-inner-spin-button,
        input::-webkit-outer-spin-button {
            -webkit-appearance: none;
            margin: 0
        }

        input[type=number] {
            -moz-appearance: textfield
        }

        .bp3-control.bp3-switch input:checked~.bp3-control-indicator {
            background-color: #03ca9b
        }

        .bp3-control.bp3-switch.bp3-disabled input:checked~.bp3-control-indicator {
            background-color: #03ca9b;
            opacity: .7
        }

        .bp3-control.bp3-switch:hover input:checked~.bp3-control-indicator {
            background-color: #03ca9b
        }

        a {
            color: rgb(var(--primary-color));
            transition: color .2s ease-in-out
        }

        a:hover {
            color: rgb(var(--primary-color-variant));
            text-decoration: none
        }

        h1 {
            font-size: 50px
        }

        h2 {
            font-size: 28px;
            font-weight: 400
        }

        h3 {
            font-size: 12px
        }

        p {
            font-size: 15px;
            font-weight: 300;
            line-height: 140%
        }

        p.description {
            font-size: 20px
        }

        p.description.large {
            line-height: 150%
        }

        .box h1 {
            font-size: 22px;
            font-weight: 500
        }

        @media screen and (max-width:900px) {
            .box .description p {
                font-size: 13px
            }
            .box h1 {
                font-size: 16px;
                font-weight: 500
            }
        }

        @media screen and (min-width:900px) {
            h1 {
                font-size: 50px
            }
            h2 {
                font-size: 28px
            }
            h3 {
                font-size: 22px
            }
            p {
                font-size: 15px
            }
            p.description {
                font-size: 20px
            }
        }

        @font-face {
            font-family: Inter;
            font-weight: 400;
            src: url(/assets/fonts/Inter-Regular.woff2) format("woff2")
        }

        @font-face {
            font-family: Inter;
            font-weight: 500;
            src: url(/assets/fonts/Inter-Medium.woff2) format("woff2")
        }

        @font-face {
            font-family: Inter;
            font-weight: 600;
            src: url(/assets/fonts/Inter-SemiBold.woff2) format("woff2")
        }

        body {
            background-color: rgb(var(--background-color));
            font-family: Roboto, sans-serif
        }

        body.overflow-hidden {
            overflow: hidden
        }

        .logo_container {
            font-size: 14px
        }

        .header:is(header) {
            background: rgb(var(--background-color))
        }

        .header.light {
            background: rgb(var(--text-color))
        }

        .footer_dark,
        .header:is(header),
        .upper_footer {
            background: rgb(var(--background-color));
            color: rgb(var(--text-color))
        }

        .footer_dark .lower_footer {
            background: rgb(var(--background-color-variant))
        }

        .footer_dark .links_container li a:hover,
        .header .links_container li a:hover {
            color: rgb(var(--primary-color))
        }

        .header_row,
        .lower_row {
            align-items: center;
            height: 5.9em;
            justify-content: space-between
        }

        .popover_first:hover,
        .popover_label:hover {
            color: rgb(var(--primary-color));
            cursor: pointer
        }

        .leaf_logo {
            margin-left: .5em;
            width: 1.8em
        }

        section {
            background: rgb(var(--surface-color));
            color: rgb(var(--text-color));
            margin: 0 auto;
            padding: 2rem 0;
            width: 100%
        }

        section .section {
            padding: 0
        }

        @media screen and (min-width:900px) {
            section .content {
                margin: 3rem auto 0
            }
        }

        section .flex_grid.flex_evenly {
            justify-content: space-evenly
        }

        @media screen and (min-width:900px) {
            section {
                min-height: 600px
            }
            section .grid {
                display: flex;
                flex-basis: 0;
                flex-flow: row;
                flex-wrap: wrap;
                justify-content: flex-start
            }
            section .grid .box {
                width: 50%
            }
            section.small {
                min-height: 300px
            }
        }

        .benefits_wrapper {
            background-color: rgb(var(--text-color-variant))
        }

        #gatsby-announcer {
            top: 0
        }

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

        @keyframes spin {
            0% {
                transform: rotate(0deg)
            }
            to {
                transform: rotate(1turn)
            }
        }

        .bfx-green-text {
            color: rgb(var(--primary-color))
        }

        .bfx-red-text {
            color: rgb(var(--secondary-color))
        }

        .custom-scrollbar::-webkit-scrollbar {
            height: 6px;
            visibility: visible;
            width: 6px
        }

        .custom-scrollbar::-webkit-scrollbar-thumb {
            background: hsla(0, 0%, 86%, .2)
        }

        .custom-scrollbar::-webkit-scrollbar-track {
            background: hsla(0, 0%, 86%, .05);
            border-radius: 3px
        }

        .link-btn {
            background: transparent;
            border: 0;
            color: inherit;
            cursor: pointer;
            display: inline;
            font: inherit;
            height: auto;
            line-height: normal;
            margin: 0;
            padding: 0
        }

        .link-btn:focus {
            outline: none
        }

        .learn-more {
            color: #03ca9b;
            font-size: 16px;
            font-weight: 400;
            line-height: 140%
        }

        .press_page.lp_container {
            background-position: 100% 100%;
            background-size: unset
        }

        .mobile-trading_page.lp_container .lp_wrapper .lp_title_row_wrapper .lp_subtitle {
            max-width: 664px
        }

        @media screen and (min-width:900px) {
            .mobile-trading_page.lp_container .lp_wrapper .lp_intro {
                width: 505px
            }
        }

        .lp_container {
            background-color: rgb(var(--background-color));
            color: rgb(var(--text-color));
            height: 60vh;
            margin-top: 5.5em;
            overflow: hidden;
            padding-top: 50px
        }

        .lp_container div.column.img {
            align-items: center;
            display: flex;
            flex-direction: column
        }

        .lp_container div.column.img img {
            max-height: 30vh;
            max-width: 100%
        }

        @media screen and (min-width:900px) {
            .lp_container div.column.img img {
                max-height: unset;
                max-width: unset
            }
        }

        .lp_container .lp_subtitle {
            color: rgb(var(--text-color))
        }

        @media screen and (min-width:900px) {
            .lp_container {
                padding-top: 0
            }
            .lp_container .lp_wrapper {
                align-items: center;
                display: flex;
                height: 90%;
                margin-top: 0;
                min-height: 330px
            }
            .lp_container .lp_wrapper .column {
                width: 50%
            }
            .lp_container .lp_wrapper .column.img {
                align-items: flex-end
            }
            .lp_container .lp_wrapper .column.img img {
                height: unset;
                width: 85%
            }
            .lp_container .lp_wrapper .lp_title_row_wrapper .lp_subtitle {
                margin: 0;
                max-width: 480px;
                text-align: left
            }
            .homepage_page.lp_container .lp_wrapper {
                display: block;
                margin: 0 auto;
                text-align: center
            }
            .homepage_page.lp_container .lp_wrapper .lp_title {
                margin-top: 2em;
                visibility: hidden
            }
            .homepage_page.lp_container .lp_wrapper .lp_subtitle {
                color: rgb(var(--text-color));
                font-weight: 300;
                margin: 0 auto;
                padding-top: 60px;
                text-align: center
            }
            .homepage_page.lp_container .lp_wrapper .lp_intro {
                width: 100%
            }
            .about_page.lp_container {
                height: 85vh
            }
            .about_page.lp_container .lp_wrapper {
                align-items: flex-start
            }
            .about_page.lp_container .lp_wrapper .column:first-of-type {
                display: flex;
                flex-direction: column;
                height: 100%;
                justify-content: flex-start;
                margin-top: 60px;
                width: auto
            }
            .about_page.lp_container .lp_wrapper .column:first-of-type .lp_subtitle {
                margin-bottom: 0;
                max-width: 360px
            }
            .about_page.lp_container .lp_wrapper .column:first-of-type .vision {
                max-width: 540px
            }
            .about_page.lp_container .lp_wrapper .column:first-of-type .mission {
                max-width: 900px
            }
            .about_page.lp_container .lp_wrapper .column:first-of-type .mission,
            .about_page.lp_container .lp_wrapper .column:first-of-type .vision {
                font-size: 20px;
                line-height: 1.5em;
                margin-bottom: 1.8em;
                margin-top: 1.8em
            }
            .about_page.lp_container .lp_wrapper .column:first-of-type .mission .title,
            .about_page.lp_container .lp_wrapper .column:first-of-type .vision .title {
                font-weight: 600;
                margin-right: 5px
            }
            .about_page.lp_container .lp_wrapper .column:first-of-type .mission .description,
            .about_page.lp_container .lp_wrapper .column:first-of-type .vision .description {
                color: #808b93;
                font-weight: 300
            }
            .about_page.lp_container .lp_wrapper .column.img {
                margin-top: 60px;
                width: calc(100% - 900px)
            }
            .about_page.lp_container .lp_wrapper .column.img img {
                float: right;
                height: unset;
                width: 550px
            }
        }

        .homepage_page.lp_container {
            height: auto
        }

        @media screen and (min-width:900px) {
            .homepage_page.lp_container {
                margin-top: 75px
            }
            .homepage_page.lp_container div.column {
                margin: 0 auto;
                max-width: 54%
            }
        }

        @media screen and (max-width:900px) {
            .homepage_page.lp_container {
                margin-top: 35px
            }
            .homepage_page.lp_container .content_wrapper {
                margin-top: 50px
            }
        }

        .borrow_page.lp_container,
        .fees_page.lp_container,
        .media-verification_page {
            height: auto;
            padding-top: 35px
        }

        .about_page.lp_container,
        .borrow_page.lp_container .lp_wrapper,
        .fees_page.lp_container .lp_wrapper,
        .media-verification_page .lp_wrapper {
            height: auto
        }

        @media screen and (max-width:900px) {
            .about_page.lp_container .column:first-of-type {
                margin-bottom: 40px;
                width: 100%
            }
            .about_page.lp_container .column:first-of-type .lp_subtitle {
                margin-bottom: 0;
                width: 100%
            }
            .about_page.lp_container .column:first-of-type .mission,
            .about_page.lp_container .column:first-of-type .vision {
                margin-top: 1em
            }
            .about_page.lp_container .column:first-of-type .mission .title,
            .about_page.lp_container .column:first-of-type .vision .title {
                font-weight: 600;
                margin-right: 5px
            }
            .about_page.lp_container .column:first-of-type .mission .description,
            .about_page.lp_container .column:first-of-type .vision .description {
                color: #808b93;
                font-weight: 300
            }
            .about_page.lp_container .column.img {
                margin: 0 auto;
                max-width: 300px;
                width: 100%
            }
            .about_page.lp_container .column.img img {
                height: unset;
                width: 100%
            }
            .about_page.lp_container #links_wrapper.absolute_position,
            .about_page.lp_container #links_wrapper.links_wrapper {
                bottom: 0;
                top: unset
            }
        }

        .lp_title {
            font-size: 12px;
            font-style: normal;
            font-weight: 700;
            letter-spacing: .05em;
            line-height: 160%;
            margin-bottom: .5rem;
            text-transform: uppercase
        }

        .lp_subtitle,
        .lp_title {
            color: rgb(var(--primary-color))
        }

        .lp_subtitle h3,
        .lp_title h5 {
            margin: 0
        }

        .lp_subtitle,
        .section_title h1 {
            font-size: 28px;
            font-style: normal;
            font-weight: 400;
            font-weight: 300;
            letter-spacing: .02em;
            line-height: 38px;
            margin-bottom: 2rem;
            width: 270px
        }

        @media screen and (min-width:900px) {
            .lp_subtitle,
            .section_title h1 {
                font-size: 50px;
                line-height: 65px;
                margin-bottom: .5em;
                width: auto
            }
        }

        .lp_intro {
            font-size: 16px;
            font-style: normal;
            font-weight: 300;
            letter-spacing: .02em;
            line-height: 150%
        }

        @media screen and (min-width:900px) {
            .lp_intro {
                font-size: 20px;
                font-style: normal;
                font-weight: 300;
                letter-spacing: .02em;
                line-height: 150%;
                margin-top: 0;
                padding: 2.5em;
                padding: 0
            }
        }

        @media screen and (max-width:900px) {
            .homepage_page .lp_subtitle {
                font-size: 32px;
                line-height: 40px;
                margin-bottom: 20px;
                width: 285px
            }
        }

        .markdown_container {
            flex: 1 1
        }

        .markdown_container .markdown_content {
            margin: 0;
            min-height: 800px;
            padding: 0;
            width: 100%
        }

        .markdown_container .markdown_content .section {
            margin: 0 auto;
            max-width: 89rem;
            padding: 2em
        }

        @media screen and (min-width:900px) {
            .markdown_container .markdown_content .section {
                padding: 7rem
            }
        }

        .markdown_container .markdown_content section.footnotes {
            min-height: unset
        }

        .markdown_container .markdown_content .markdown_content,
        .markdown_container .markdown_content .markdown_section {
            padding: 2em
        }

        @media screen and (min-width:900px) {
            .markdown_container .markdown_content .flex_grid {
                display: flex;
                flex-flow: row;
                justify-content: space-between
            }
            .markdown_container .markdown_content .half {
                width: 45%
            }
            .markdown_container .markdown_content h1 {
                font-size: 3rem;
                letter-spacing: .02em;
                line-height: 150%
            }
            .markdown_container .markdown_content h2 {
                font-size: 2rem;
                letter-spacing: .02em;
                line-height: 150%
            }
            .markdown_container .markdown_content h3 {
                font-size: 1.8rem;
                line-height: 30px
            }
            .markdown_container .markdown_content ul {
                padding: 0 20px
            }
            .markdown_container .markdown_content ol li ul,
            .markdown_container .markdown_content ol li ul li ul {
                list-style: none
            }
            .markdown_container .markdown_content ol ul ul {
                list-style-type: disc
            }
            .markdown_container .markdown_content li,
            .markdown_container .markdown_content p {
                font-size: 1.13rem;
                letter-spacing: .02em
            }
            .markdown_container .markdown_content li b,
            .markdown_container .markdown_content li strong,
            .markdown_container .markdown_content p b,
            .markdown_container .markdown_content p strong {
                font-weight: 500
            }
            .markdown_container .markdown_content .description li,
            .markdown_container .markdown_content .description p {
                font-size: 20px;
                letter-spacing: .02em;
                max-width: 41em
            }
            .markdown_container .markdown_content .description li {
                padding: .5em 0
            }
        }

        .markdown_container .markdown_content li {
            margin-top: 1rem
        }

        .markdown_container .markdown_content p {
            margin-top: 2em
        }

        .markdown_container .markdown_content .buttons_row button p {
            margin-top: 0
        }

        .markdown_container .markdown_content .buttons_row button p a {
            color: rgb(var(--text-color));
            font-size: 13px;
            font-weight: 700
        }

        .markdown_container .markdown_content b {
            font-weight: 700
        }

        .markdown_container .markdown_content h2#terms--policies {
            margin-top: 5em
        }

        .markdown_container .markdown_content h4 {
            font-size: 18px;
            font-style: normal;
            font-weight: 300;
            letter-spacing: .02em;
            line-height: 150%
        }

        .markdown_container .markdown_content img {
            max-width: 100%
        }

        .markdown_container .digital_asset {
            background: rgb(var(--background-color-variant));
            color: rgb(var(--text-color))
        }

        .markdown_container .steps {
            background: rgb(var(--background-color));
            color: rgb(var(--text-color));
            height: 100%
        }

        .markdown_container.how_it_works {
            margin-top: 5em
        }

        .markdown_container.policies {
            margin-top: 6em
        }

        .markdown_container.post_links {
            margin-top: 0
        }

        .terms_page {
            background: rgb(var(--background-color));
            color: rgb(var(--text-color))
        }

        @media screen and (min-width:900px) {
            .terms_page {
                margin-top: 5rem
            }
        }

        .terms_page .zendesk-article {
            flex-direction: column;
            margin-top: 5.3rem;
            min-height: 900px
        }

        .terms_page .zendesk-article h2 {
            font-size: 2rem;
            letter-spacing: .02em;
            line-height: 150%;
            margin-top: 0
        }

        @media screen and (max-width:900px) {
            .terms_page .zendesk-article {
                margin-top: unset
            }
        }

        .terms_page .zendesk-fetching {
            display: flex;
            justify-content: center;
            width: 100%
        }

        .terms_page .markdown_container .markdown_content h1 {
            color: rgb(var(--primary-color));
            font-size: 28px;
            margin-top: 5.2rem
        }

        .terms_page .markdown_container .markdown_content ol {
            counter-reset: item
        }

        .terms_page .markdown_container .markdown_content ol>li {
            display: block
        }

        .terms_page .markdown_container .markdown_content ol>li:before {
            content: counters(item, ".") ". ";
            counter-increment: item;
            margin-left: -31px
        }

        .terms_page .markdown_container .markdown_content li>p:first-of-type {
            display: inline
        }

        .terms_page .markdown_container table.bp3-html-table td,
        .terms_page .markdown_container table.bp3-html-table th {
            color: rgb(var(--text-color))
        }

        .terms_page .markdown_container table.bp3-html-table.bp3-html-table-bordered {
            border-collapse: collapse
        }

        .terms_page .markdown_container table.bp3-html-table.bp3-html-table-bordered td,
        .terms_page .markdown_container table.bp3-html-table.bp3-html-table-bordered th {
            border: 1px solid rgb(var(--text-color-variant))
        }

        .terms_page .markdown_container table.bp3-html-table.bp3-html-table-bordered td li,
        .terms_page .markdown_container table.bp3-html-table.bp3-html-table-bordered th li {
            font-size: 14px
        }

        .terms_page .markdown_container table.bp3-html-table tbody tr:first-child td {
            box-shadow: inset 0 1px 0 0 rgb(var(--text-color))
        }

        @media screen and (max-width:900px) {
            .terms_page .tp_title {
                display: none
            }
            .terms_page .tp_container {
                margin-bottom: 20px;
                padding-top: 140px
            }
            .terms_page a {
                display: block;
                margin-bottom: 10px
            }
        }

        .terms_container {
            margin-top: 7em;
            padding: 2em
        }

        .terms_container p {
            margin-bottom: 2em
        }

        @media screen and (max-width:900px) {
            .terms_menu {
                background: rgb(var(--background-color));
                height: calc(100% - 125px);
                left: 0;
                padding-top: 2rem;
                position: fixed;
                top: 125px;
                width: 100%;
                z-index: 1
            }
            .terms_menu.mobile-hidden {
                display: none
            }
        }

        @media screen and (min-width:900px) {
            .terms_menu .menu_container {
                background: rgb(var(--surface-color));
                box-shadow: 30px 0 25px -15px rgba(36, 50, 66, .04);
                margin-right: 2.9rem;
                max-height: calc(100vh - 75px);
                overflow-x: hidden;
                overflow-y: auto;
                position: -webkit-sticky;
                position: sticky;
                top: 75px
            }
        }

        .terms_menu ul {
            list-style: none;
            margin: 0;
            padding: 0
        }

        .terms_menu a {
            color: rgb(var(--text-color));
            cursor: pointer;
            display: block;
            min-width: 19em;
            padding: .5rem 16px .5rem 21px
        }

        .terms_menu .main-menu>li>a {
            font-size: 15px;
            font-weight: 500;
            margin-bottom: .5rem
        }

        .terms_menu .main-menu>li ul {
            display: none
        }

        .terms_menu .main-menu>li.active ul {
            display: block
        }

        .terms_menu .main-menu>li.active>a {
            color: rgb(var(--text-color))
        }

        @media screen and (min-width:900px) {
            .terms_menu .main-menu>li.active>a {
                background: rgb(var(--primary-color));
                border-right: 4px solid rgb(var(--primary-color-variant));
                color: rgb(var(--text-color))
            }
            .terms_menu .main-menu {
                max-width: 285px
            }
        }

        @media screen and (max-width:900px) {
            .terms_menu .main-menu {
                padding-left: 10px
            }
            .terms_menu .main-menu li a {
                font-size: 14px
            }
        }

        .terms_menu .sub-menu {
            margin-bottom: .5rem;
            margin-left: 1rem
        }

        .term-mobile-menu,
        .terms_menu .sub-menu li.active>a {
            color: rgb(var(--primary-color))
        }

        .term-mobile-menu {
            fill: rgb(var(--primary-color));
            align-items: center;
            background: rgb(var(--surface-color));
            border-radius: 0;
            cursor: pointer;
            display: flex;
            font-weight: 500;
            height: 50px;
            justify-content: space-between;
            left: 0;
            padding: 5px 26px 5px 28px;
            position: absolute;
            top: 75px;
            width: 100%;
            z-index: 1
        }

        .term-mobile-menu.active {
            position: fixed
        }

        .term-mobile-menu:active,
        .term-mobile-menu:hover {
            background: rgb(var(--surface-color));
            background-color: rgb(var(--surface-color));
            box-shadow: none
        }

        @media screen and (min-width:900px) {
            .term-mobile-menu {
                display: none
            }
            .tp_container {
                display: flex;
                flex: 1 1;
                flex-direction: row;
                margin: 0 auto;
                max-width: 86em
            }
            .markdown_container,
            .terms_menu {
                margin-top: 5.45rem
            }
            .markdown_container h2 {
                margin-top: 0
            }
            .markdown_container.terms {
                margin-bottom: 4rem;
                max-width: 80%;
                vertical-align: text-top
            }
            .tp_title {
                font-size: 50px;
                font-style: normal;
                font-weight: 300;
                line-height: 65px;
                margin: 0 auto;
                max-width: 24em;
                padding-top: 35px
            }
        }

        .auth-layout {
            background-color: rgb(var(--background-color));
            color: rgb(var(--text-color));
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            min-height: 100vh;
            position: relative;
            width: 100%
        }

        @media screen and (max-width:900px) {
            .auth-layout {
                flex-direction: column
            }
        }

        @media screen and (min-width:900px) {
            .auth-layout {
                padding: 30px
            }
            .auth-layout__header {
                align-items: center;
                display: flex;
                justify-content: space-between;
                padding: 0 50px
            }
        }

        .auth-layout h1 {
            font-size: 30px;
            font-weight: 600;
            margin-bottom: 20px;
            margin-top: 0
        }

        @media screen and (max-width:900px) {
            .auth-layout__header.no-right-btn {
                align-items: center;
                display: flex;
                margin: 20px
            }
            .auth-layout__header.no-right-btn .auth-layout__logo {
                margin: 0
            }
        }

        .auth-layout__content {
            display: flex;
            flex: 1 1;
            justify-content: center;
            position: relative
        }

        @media screen and (min-width:900px) {
            .auth-layout__content {
                min-height: calc(100% - max(15vh, 120px));
                padding-bottom: 30px;
                position: absolute;
                top: max(15vh, 120px);
                width: calc(100% - 60px)
            }
            .auth-layout__content-inner {
                width: 400px
            }
            .auth-layout__content .Toastify__toast-container {
                position: absolute
            }
            .auth-layout__content .Toastify__toast-container--top-center {
                margin-top: -100px
            }
        }

        @media screen and (max-width:900px) {
            .auth-layout__content {
                padding: 0 20px
            }
            .auth-layout__content-inner {
                width: 100%
            }
        }

        .auth-layout__logo {
            text-align: center
        }

        @media screen and (max-width:900px) {
            .auth-layout__logo {
                margin-bottom: 20px;
                margin-top: 23px
            }
        }

        .auth-layout__header-right {
            display: flex;
            gap: 20px
        }

        @media screen and (max-width:900px) {
            .auth-layout__header-right {
                padding: 0 20px;
                width: 100%
            }
            .auth-layout__header-right .language-area,
            .auth-layout__header-right .left-area {
                flex: 1 1
            }
        }

        .auth-layout .language_selector {
            margin-top: 0
        }

        .auth-layout .language_selector .popover_label {
            background: transparent;
            border: 1px solid rgb(var(--lp-border-color));
            border-radius: 4px;
            font-size: 15px;
            height: 44px
        }

        @media screen and (max-width:900px) {
            .auth-layout .language_selector .popover_label {
                width: 100%
            }
        }

        @media screen and (min-width:900px) {
            .auth-layout .language_selector .popover_label {
                margin-left: 20px;
                width: 160px
            }
        }

        .auth-layout .language_selector .popover_label:hover {
            color: rgb(var(--text-color))
        }

        .auth-layout__form-group {
            margin-bottom: 20px
        }

        .auth-layout__form-group input {
            border: 1px solid transparent
        }

        .auth-layout__form-group input:focus {
            border: 1px solid rgb(var(--lp-highlight-color));
            outline: none
        }

        .auth-layout__form-group label {
            color: rgb(var(--lp-field-label-color));
            display: block;
            font-weight: 600;
            margin-bottom: 6px
        }

        .auth-layout__form-group .field-error {
            color: rgb(var(--secondary-color));
            font-size: 13px;
            margin-top: 6px
        }

        .buy-ln-btc-on-mobile {
            overflow: visible;
            padding-bottom: 40px;
            position: relative
        }

        .buy-ln-btc-on-mobile:before {
            background-image: url(/images/buy-ln-btc-on-mobile/bg.svg);
            background-position: center 120px;
            background-repeat: no-repeat;
            background-size: auto auto;
            content: "";
            height: 1750px;
            left: 0;
            position: absolute;
            right: 0;
            top: 0
        }

        .buy-ln-btc-on-mobile .content {
            border-bottom: 1px solid hsla(0, 0%, 100%, .2);
            max-width: 988px;
            min-height: 1480px;
            z-index: 1
        }

        .buy-ln-btc-on-mobile__title {
            color: rgb(var(--primary-color));
            font-size: 50px;
            font-weight: 300;
            margin: 0 0 20px
        }

        @media screen and (max-width:900px) {
            .buy-ln-btc-on-mobile__title {
                font-size: 28px;
                font-weight: 500
            }
        }

        .buy-ln-btc-on-mobile__header {
            align-items: center;
            display: flex;
            position: relative
        }

        .buy-ln-btc-on-mobile__header:after {
            aspect-ratio: 138/29;
            background-image: url(/images/buy-ln-btc-on-mobile/logo.svg);
            background-repeat: no-repeat;
            background-size: contain;
            content: "";
            max-width: 50%;
            overflow: hidden;
            position: absolute;
            right: 0;
            top: 0;
            width: 100px;
            width: 238px
        }

        .buy-ln-btc-on-mobile__header-qrcode {
            background-color: #03ca9b;
            border-radius: 8px;
            margin-right: 26px;
            padding: 19px
        }

        .buy-ln-btc-on-mobile__header-qrcode img {
            aspect-ratio: 1;
            min-width: 114px;
            width: 114px
        }

        .buy-ln-btc-on-mobile h2 {
            font-size: 22px;
            font-weight: 500;
            line-height: 27px;
            white-space: pre-line
        }

        .buy-ln-btc-on-mobile h2 b {
            color: #03ca9b
        }

        .buy-ln-btc-on-mobile__steps {
            display: grid;
            gap: 55px 70px;
            grid-template-columns: 1fr 1fr;
            margin: 40px 0
        }

        @media screen and (max-width:900px) {
            .buy-ln-btc-on-mobile__steps {
                grid-template-columns: 1fr
            }
        }

        .buy-ln-btc-on-mobile__step {
            display: flex;
            flex-direction: column;
            position: relative
        }

        .buy-ln-btc-on-mobile__step-title {
            font-weight: 500;
            padding: 0 0 10px 20px;
            position: relative;
            white-space: pre-line;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content
        }

        .buy-ln-btc-on-mobile__step-title b {
            color: #03ca9b;
            font-weight: 500
        }

        .buy-ln-btc-on-mobile__step img {
            align-self: center;
            max-height: 500px;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content
        }

        .buy-ln-btc-on-mobile__step:nth-child(odd):after {
            background-image: url(/images/buy-ln-btc-on-mobile/next.svg);
            content: "";
            height: 19px;
            position: absolute;
            right: -60px;
            top: calc(50% - 10px);
            width: 49px
        }

        @media screen and (max-width:900px) {
            .buy-ln-btc-on-mobile__step:nth-child(odd):after {
                display: none
            }
        }

        .buy-ln-btc-on-mobile__step:last-child .buy-ln-btc-on-mobile__step-title:after {
            background-image: url(/images/buy-ln-btc-on-mobile/lighting.svg);
            content: "";
            height: 27px;
            position: absolute;
            right: -37px;
            top: 0;
            width: 27px
        }

        .buy-coin-page .img {
            align-items: center;
            display: flex;
            justify-content: center
        }

        .buy-coin-page img {
            max-width: 100%
        }

        .buy-coin-page__coin .content {
            margin: 5rem auto 0
        }

        @media screen and (max-width:900px) {
            .buy-coin-page__coin .content {
                margin: 2rem auto 0
            }
        }

        .buy-coin-page__coin .content:last-child {
            border-bottom: 1px solid hsla(0, 0%, 100%, .2);
            padding-bottom: 80px
        }

        @media screen and (max-width:900px) {
            .buy-coin-page__coin .content:last-child {
                padding-bottom: 40px
            }
        }

        .buy-coin-page__coin h3 {
            color: rgb(var(--primary-color));
            font-size: 50px;
            font-weight: 300;
            margin: 0 0 10px
        }

        @media screen and (max-width:900px) {
            .buy-coin-page__coin h3 {
                font-size: 28px;
                font-weight: 500
            }
        }

        .buy-coin-page__coin p {
            font-size: 20px;
            font-weight: 300;
            line-height: 1.5;
            margin-bottom: 20px
        }

        .buy-coin-page__coin p.subtitle {
            font-weight: 400
        }

        @media screen and (max-width:900px) {
            .buy-coin-page__coin__why-buy {
                flex-direction: column-reverse
            }
            .buy-coin-page__coin__why-buy .img {
                margin: 20px 0 30px
            }
        }

        .buy-coin-page__coin__buy-coin img {
            max-width: none
        }

        .buy-coin-page__coin__buy-coin .collapsible-content .bp3-button-text {
            font-size: 20px
        }

        .buy-coin-page__coin__buy-coin .collapsible-content p {
            font-size: 15px;
            margin-bottom: 5px
        }

        @media screen and (max-width:900px) {
            .buy-coin-page__next {
                padding-bottom: 0
            }
        }

        .buy-coin-page__next h2 {
            color: rgb(var(--primary-color));
            font-size: 28px;
            font-weight: 500;
            margin: 0
        }

        .buy-coin-page__next .introduction {
            font-size: 20px;
            margin: 10px 0 0;
            max-width: 500px
        }

        @media screen and (max-width:900px) {
            .buy-coin-page__next .introduction {
                margin-bottom: 20px
            }
        }

        .buy-coin-page__next .options h2 {
            color: rgb(var(--text-color));
            font-size: 22px;
            font-weight: 500;
            margin: 10px 0 7px
        }

        @media only screen and (max-width:575px) {
            .buy-coin-page__next .options h2 {
                margin-top: 0
            }
        }

        .buy-coin-page__next .description,
        .buy-coin-page__next .read_more,
        .buy-coin-page__next .subtitle {
            padding: 0 90px 0 16px
        }

        @media only screen and (max-width:575px),
        only screen and (min-width:576px)and (max-width:767px),
        only screen and (min-width:768px)and (max-width:991px),
        only screen and (min-width:992px)and (max-width:1199px) {
            .buy-coin-page__next .description,
            .buy-coin-page__next .read_more,
            .buy-coin-page__next .subtitle {
                padding: 0
            }
        }

        @media only screen and (max-width:575px) {
            .buy-coin-page__next .box>div {
                display: block !important
            }
        }

        .buy-coin-page__facts .content {
            border-top: 1px solid hsla(0, 0%, 100%, .2);
            margin: 0 auto 3rem;
            padding-top: 3rem
        }

        @media screen and (max-width:900px) {
            .buy-coin-page__facts .content {
                margin-bottom: 0;
                padding-top: 1rem
            }
        }

        .buy-coin-page__facts h2 {
            color: rgb(var(--primary-color));
            font-size: 28px;
            font-weight: 500
        }

        .buy-coin-page__facts__arrow {
            flex: 0 0 12px;
            margin-right: 12px;
            transition: transform .2s ease-in-out
        }

        .buy-coin-page__facts__arrow.expanded {
            transform: rotate(180deg)
        }

        .buy-coin-page__facts__fact {
            align-items: center;
            border-bottom: 1px solid hsla(0, 0%, 100%, .2);
            color: rgb(var(--text-color));
            cursor: pointer;
            display: flex;
            font-weight: 300;
            line-height: 1.5;
            padding: 20px 0
        }

        .buy-coin-page__facts__fact p {
            margin-bottom: 0
        }

        .buy-coin-page__facts__fact__popover {
            background: rgb(var(--background-color));
            border-radius: 2px;
            bottom: 5px;
            color: rgb(var(--text-color));
            font-size: 10px;
            padding: 10px 12px;
            position: relative
        }

        .buy-coin-page__facts__fact__highlight {
            color: rgb(var(--primary-color))
        }

        .buy-coin-page__facts__buy {
            display: flex;
            justify-content: flex-end;
            margin: 40px 0 0
        }

        .select-backdrop {
            height: 100%;
            left: 0;
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1
        }

        .select-popover-default {
            background: rgb(var(--surface-color));
            border-radius: 0;
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 2px 4px rgba(16, 22, 26, .4), 0 8px 24px rgba(16, 22, 26, .4);
            max-height: 70vh;
            min-width: 134px;
            overflow-y: auto;
            padding: 10px 0;
            position: absolute;
            z-index: 10
        }

        .popover {
            position: relative
        }

        .popover_content-container {
            white-space: nowrap
        }

        .popover_content-container.placement-top {
            bottom: 100%;
            left: 50%;
            position: absolute;
            transform: translateX(-50%)
        }

        .popover_content-container.placement-bottom {
            left: 50%;
            position: absolute;
            top: 100%;
            transform: translateX(-50%)
        }

        .popover_content-container.placement-left {
            position: absolute;
            right: 100%;
            top: 50%;
            transform: translateY(-50%)
        }

        .popover_content-container.placement-right {
            bottom: 50%;
            left: 100%;
            position: absolute;
            transform: translateY(-50%)
        }

        .header_right .popover_content-container.placement-bottom {
            transform: translateX(-80%)
        }

        .landing-dialog-header {
            align-items: center;
            color: rgb(var(--text-color));
            display: flex;
            font-size: 22px;
            font-weight: 400;
            padding: 20px
        }

        .landing-dialog-header__title {
            flex: 1 1
        }

        .landing-dialog-header__buttons {
            line-height: unset
        }

        .landing-dialog-header__buttons button {
            fill: rgb(var(--text-color));
            background: transparent;
            border: none;
            cursor: pointer;
            max-height: 32px;
            padding: 3px
        }

        .landing-dialog-header__buttons button:focus {
            outline: none
        }

        .landing-dialog-header__buttons button svg {
            height: 26px;
            width: 26px
        }

        .landing-dialog-body {
            display: block;
            font-size: 14px;
            font-weight: 400;
            padding: 0 20px;
            width: 100%
        }

        .landing-dialog-footer {
            align-items: center;
            display: flex;
            font-size: 14px;
            font-weight: 400;
            justify-content: center;
            padding: 20px;
            width: 100%
        }

        .landing-dialog {
            background: rgb(var(--surface-color));
            border-radius: 6px;
            color: rgb(var(--text-color));
            flex-direction: column;
            margin: 30px 0;
            pointer-events: all;
            -webkit-user-select: text;
            user-select: text;
            width: 500px
        }

        .landing-dialog,
        .landing-dialog__container {
            display: flex;
            -webkit-user-select: none;
            user-select: none
        }

        .landing-dialog__container {
            -webkit-text-size-adjust: 100%;
            -moz-text-size-adjust: 100%;
            text-size-adjust: 100%;
            align-items: center;
            box-sizing: border-box;
            justify-content: center;
            min-height: 100%;
            pointer-events: none;
            position: absolute;
            width: 100%
        }

        .landing-dialog__overlay {
            background-color: rgba(16, 22, 26, .7);
            bottom: 0;
            box-sizing: border-box;
            display: block;
            left: 0;
            opacity: 1;
            overflow: auto;
            overscroll-behavior: none;
            position: fixed;
            right: 0;
            top: 0;
            z-index: 20
        }

        .landing-dialog__overlay::-webkit-scrollbar {
            height: 6px;
            visibility: visible;
            width: 6px
        }

        .landing-dialog__overlay::-webkit-scrollbar-thumb {
            background: hsla(0, 0%, 86%, .2)
        }

        .landing-dialog__overlay::-webkit-scrollbar-track {
            background: hsla(0, 0%, 86%, .05);
            border-radius: 3px
        }

        .landing-slider {
            position: relative;
            width: 100%
        }

        .landing-slider .rc-slider-handle {
            border: unset;
            border-radius: 3px;
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 1px 1px rgba(16, 22, 26, .2);
            height: 16px;
            opacity: 1;
            width: 16px
        }

        .landing-slider .rc-slider-handle:focus {
            background-color: #d8e1e8;
            background-image: none;
            box-shadow: inset 0 0 0 1px rgba(16, 22, 26, .2), inset 0 1px 2px rgba(16, 22, 26, .2);
            outline: 2px auto rgba(19, 124, 189, .6);
            outline-color: rgba(19, 124, 189, .6);
            outline-offset: 2px;
            outline-style: auto;
            outline-width: 2px
        }

        .landing-slider .rc-slider-dot {
            display: none
        }

        .landing-slider .rc-slider-rail {
            background: rgba(92, 112, 128, .2);
            height: 6px
        }

        .landing-slider .rc-slider-track {
            background: #137cbd;
            height: 6px
        }

        .landing-slider .rc-slider-mark-text,
        .landing-slider .rc-slider-mark-text-active {
            color: rgb(var(--text-color))
        }

        .landing-slider__tooltip {
            position: absolute;
            top: 16px;
            width: 24px;
            z-index: 1
        }

        .landing-slider__tooltip-container {
            display: flex;
            justify-content: center;
            left: -20px;
            position: absolute;
            top: 4px;
            width: 40px
        }

        .landing-slider__tooltip-bubble {
            background: #394b59;
            border-radius: 3px;
            box-shadow: 0 0 0 1px rgba(16, 22, 26, .2), 0 2px 4px rgba(16, 22, 26, .2), 0 8px 24px rgba(16, 22, 26, .2);
            color: rgb(var(--text-color));
            line-height: 100%;
            padding: 2px 5px;
            text-align: center;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content
        }

        .switch-input {
            align-items: center;
            background: transparent;
            border: none;
            cursor: pointer;
            display: flex;
            height: 30px;
            padding: 0;
            -webkit-user-select: none;
            user-select: none
        }

        .switch-input input {
            height: 0;
            opacity: 0;
            width: 0
        }

        .switch-input:focus {
            outline: none
        }

        .switch-input:disabled {
            cursor: not-allowed;
            opacity: .5
        }

        .switch-input__lever {
            background-color: #0d1d29;
            border-radius: 15px;
            display: inline-block;
            height: 30px;
            margin: 0 none;
            position: relative;
            transition: background-color .3s ease;
            vertical-align: middle;
            width: 50px
        }

        .switch-input__thumb {
            background-color: #2a3f4d;
            border-radius: 22px;
            box-shadow: none;
            content: "";
            display: inline-block;
            height: 22px;
            left: 4px;
            position: absolute;
            top: 4px;
            transition: left .3s ease, background-color .3s ease, box-shadow .1s ease;
            width: 22px
        }

        .switch-input__checked .switch-input__lever {
            background-color: #03ca9b
        }

        .switch-input__checked .switch-input__lever .switch-input__thumb {
            background-color: #fff;
            left: 24px
        }

        .landing-btn {
            align-items: center;
            border-radius: 4px;
            box-shadow: none;
            cursor: pointer;
            display: flex;
            font-size: 15px;
            font-weight: 500;
            font-weight: 700;
            height: 44px;
            justify-content: center;
            letter-spacing: .02em;
            line-height: 100%;
            min-width: 160px;
            padding: 0 20px;
            text-align: center;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content
        }

        .landing-btn:focus {
            outline: none
        }

        .landing-btn__primary {
            background: rgb(var(--primary-color));
            border: none;
            color: rgb(var(--text-color))
        }

        .landing-btn__primary:hover {
            background: rgb(var(--primary-color-variant))
        }

        .landing-btn__primary-blue {
            background: #4166bc;
            border: none;
            color: rgb(var(--text-color))
        }

        .landing-btn__primary-blue:hover {
            background: #4166bc
        }

        .landing-btn__secondary {
            background: transparent;
            border: 1px solid #586871;
            color: #fff
        }

        .landing-btn__secondary:hover {
            background: transparent;
            border: 1px solid rgb(var(--primary-color))
        }

        .landing-btn__secondary-blue {
            background: transparent;
            border: 1px solid #586871;
            color: #fff
        }

        .landing-btn__secondary-blue:hover {
            background: transparent;
            border: 1px solid #4166bc
        }

        .landing-btn__right-icon {
            align-items: center;
            display: flex;
            margin-left: 8px
        }

        .landing-btn__left-icon {
            align-items: center;
            display: flex;
            margin-right: 8px
        }

        .landing-btn:disabled {
            cursor: not-allowed;
            opacity: .6
        }

        .buttons-group {
            display: flex;
            flex-direction: row;
            height: auto;
            justify-content: center;
            padding: 0
        }

        .buttons-group__left {
            justify-content: flex-start
        }

        .buttons-group__right {
            justify-content: flex-end
        }

        .buttons-group__item:not(:first-child) {
            margin: 0 0 0 20px
        }

        @media screen and (max-width:900px) {
            .buttons-group {
                flex-direction: column;
                width: 100%
            }
            .buttons-group__item,
            .buttons-group__item a,
            .buttons-group__item button {
                width: 100%
            }
            .buttons-group__item:not(:first-child) {
                margin: 20px 0 0
            }
        }

        .landing-table {
            font-size: 13px;
            font-weight: 300;
            width: 100%
        }

        .landing-table table {
            border-spacing: 0;
            letter-spacing: 1px;
            width: 100%
        }

        .landing-table tr {
            width: 100%
        }

        .landing-table tr:hover td {
            background-color: rgb(var(--surface-color));
            cursor: pointer
        }

        .landing-table td,
        .landing-table th {
            padding: 6px 11px;
            text-align: left;
            vertical-align: middle
        }

        .landing-table th {
            border-bottom: 1px solid #434f59
        }

        .landing-table .col-right {
            text-align: right
        }

        .landing-table .col-center {
            text-align: center
        }

        .landing-table__striped tr:nth-child(odd):not(:hover) td {
            background: rgba(92, 112, 128, .15)
        }

        @media only screen and (max-width:575px),
        only screen and (min-width:576px)and (max-width:767px) {
            .landing-table,
            .landing-table button {
                font-size: 11px
            }
            .landing-table td,
            .landing-table th {
                word-wrap: none;
                padding: 6px 2px
            }
        }

        .landing-table-header-btn {
            fill: #a7b6c2;
            background: transparent;
            border: unset;
            color: rgb(var(--text-color));
            display: inline-block;
            font-weight: 300;
            height: 30px;
            margin: 0;
            padding: 0;
            text-transform: uppercase
        }

        .landing-table-header-btn:focus {
            outline: none
        }

        .landing-table-header-btn__clickable {
            cursor: pointer
        }

        .landing-table-header-btn__content {
            display: flex;
            flex-direction: row
        }

        .landing-table-header-btn__content svg {
            margin-left: 8px;
            opacity: .5
        }

        .flash-message {
            align-items: center;
            border-radius: 10px;
            box-shadow: 0 10px 40px 10px rgba(0, 0, 0, .07);
            color: rgb(var(--text-color));
            display: flex;
            margin-bottom: 20px;
            padding: 10px 20px
        }

        .flash-message.success {
            background: rgba(19, 69, 76, .96)
        }

        .flash-message.error {
            background: #e44b44
        }

        .flash-message .flash-icon {
            margin-right: 10px
        }

        .column_links_container {
            flex-wrap: wrap;
            justify-content: space-between;
            letter-spacing: .02em
        }

        .column_links_container>div {
            flex-grow: 1;
            width: 45%
        }

        @media screen and (min-width:900px) {
            .column_links_container {
                font-size: 15px
            }
            .column_links_container>div {
                flex-grow: 1;
                width: 20%
            }
            .column_links_container.user>div {
                width: 16.5%
            }
            .column_links_container.user>div:first-child {
                width: 14%
            }
            .column_links_container h3 {
                font-size: 15px
            }
        }

        .links_container {
            -webkit-padding-start: 0;
            list-style: none;
            padding-inline-start: 0
        }

        .links_container li {
            height: 38px
        }

        .links_container li a {
            font-weight: 300;
            text-decoration: none
        }

        .header:is(header) {
            align-items: center;
            display: flex;
            position: fixed;
            top: 0;
            -webkit-user-select: none;
            user-select: none;
            width: 100%;
            z-index: 5
        }

        @media screen and (max-width:991px) {
            .header:is(header) {
                display: none
            }
        }

        .header-prev {
            background-color: rgb(var(--background-color));
            position: fixed
        }

        .header-prev:is(header) {
            background-color: rgb(var(--background-color));
            height: 75px
        }

        .header-prev .mobile_header_content {
            background-color: rgb(var(--background-color))
        }

        .header-prev .bp3-popover-wrapper .bp3-popover-target span {
            color: rgb(var(--text-color));
            font-size: 14px;
            font-weight: 300 !important
        }

        .header-prev .bp3-popover-wrapper .bp3-popover-target:after {
            border-color: rgb(var(--text-color))
        }

        .header-prev .header_left {
            padding-left: 20px
        }

        .header-prev .header_left a {
            margin-right: 20px
        }

        .header-prev .header_left .bp3-popover-target {
            margin-right: 30px
        }

        .header-prev .header_right .popover {
            display: block;
            margin-right: 0
        }

        .header-prev .header_right .header_item-container,
        .header-prev .header_right a {
            margin-left: 20px;
            margin-right: 0
        }

        .header-prev a {
            color: rgb(var(--text-color));
            font-weight: 300
        }

        .header-prev .overflow {
            display: none
        }

        @media only screen and (min-width:992px)and (max-width:1199px) {
            .header-prev .overflow {
                display: unset
            }
            .header-prev .header_left li:nth-last-child(-n+4) a {
                display: none
            }
        }

        .header-prev.en.loggedIn .overflow,
        .header-prev.es-EM .overflow,
        .header-prev.ru .overflow {
            display: unset
        }

        .header-prev.en.loggedIn .header_left li:nth-last-child(-n+4) a,
        .header-prev.es-EM .header_left li:nth-last-child(-n+4) a,
        .header-prev.ru .header_left li:nth-last-child(-n+4) a {
            display: none
        }

        .header-prev.en.loggedIn .header_left .popover li:nth-last-child(-n+4) a,
        .header-prev.es-EM .header_left .popover li:nth-last-child(-n+4) a,
        .header-prev.ru .header_left .popover li:nth-last-child(-n+4) a {
            display: flex
        }

        .header-prev.header_securities.en .header_left li:nth-last-child(-n+4) a,
        .header-prev.header_securities.es-EM .header_left li:nth-last-child(-n+4) a,
        .header-prev.header_securities.ru .header_left li:nth-last-child(-n+4) a {
            display: block
        }

        .header-next:is(header) {
            background-color: #0d1d29;
            height: 100px
        }

        .header-next .mobile_header_content {
            background-color: #0d1d29
        }

        .header-next .header_left {
            padding-left: 80px
        }

        .header-next .header_right {
            padding-left: 10px
        }

        .header-next .header_right .bp3-popover-wrapper {
            margin-right: 27px
        }

        .header-next .header_right .bp3-popover-wrapper .bp3-popover-target span {
            color: #586871;
            font-size: 15px;
            font-weight: 500;
            line-height: 18px
        }

        .header-next .header_right .bp3-popover-wrapper .bp3-popover-target:after {
            border-color: #586871
        }

        .header-next .header_right button.bp3-button {
            height: 40px;
            min-width: 120px;
            padding: 0 14px
        }

        .header-next .header_right a {
            color: #586871;
            font-weight: 500;
            margin-right: 18px
        }

        .header-next .header_right--locale {
            margin-right: 60px !important
        }

        .header-next .header_right--locale .bp3-popover-wrapper .bp3-popover-target span {
            color: #fff;
            font-weight: 400
        }

        .header-next .header_right--locale .bp3-popover-wrapper .bp3-popover-target:after {
            border-color: #fff
        }

        .header-next .overflow {
            display: none
        }

        @media only screen and (min-width:992px)and (max-width:1199px) {
            .header-next .overflow {
                display: unset
            }
            .header-next .header_right--overflow a {
                display: none
            }
        }

        .header-next.en.loggedIn .overflow,
        .header-next.es-EM .overflow,
        .header-next.ru .overflow {
            display: unset
        }

        .header-next.en.loggedIn .header_right--overflow a,
        .header-next.es-EM .header_right--overflow a,
        .header-next.header_securities.en .header_right--overflow a,
        .header-next.header_securities.es-EM .header_right--overflow a,
        .header-next.header_securities.ru .header_right--overflow a,
        .header-next.ru .header_right--overflow a {
            display: none
        }

        .header_container {
            display: flex;
            justify-content: space-between;
            margin: 0 auto;
            text-transform: capitalize;
            width: 100%
        }

        @media only screen and (max-width:575px),
        only screen and (min-width:576px)and (max-width:767px) {
            .header_container .bp3-popover-wrapper {
                display: none
            }
        }

        .header_container .bp3-popover-wrapper .bp3-popover-target {
            letter-spacing: .02em;
            white-space: nowrap
        }

        .header_container .bp3-popover-wrapper .bp3-popover-target.bp3-popover-open span {
            color: rgb(var(--primary-color))
        }

        .header_container .bp3-popover-wrapper .bp3-popover-target.bp3-popover-open:after {
            border-color: rgb(var(--primary-color))
        }

        .header_container .bp3-popover-wrapper .bp3-popover-target span {
            transition: color .3s ease-in-out
        }

        .header_container .bp3-popover-wrapper .bp3-popover-target:after {
            border-style: solid;
            border-width: 1px 1px 0 0;
            content: "";
            display: inline-block;
            height: 9px;
            left: 10px;
            position: relative;
            top: 4px;
            transform: rotate(135deg) translateY(2px);
            transition: border-color .3s ease-in-out;
            vertical-align: top;
            width: 9px
        }

        .header_container .bp3-popover-wrapper:hover .bp3-popover-target {
            cursor: pointer
        }

        .header_container .bp3-popover-wrapper:hover .bp3-popover-target:after {
            border-color: rgb(var(--primary-color))
        }

        .header_container .bp3-popover-wrapper:hover .bp3-popover-target span {
            color: rgb(var(--primary-color))
        }

        .header_container ul {
            margin: 0;
            padding: 0
        }

        .header_container ul li {
            display: inline;
            margin: 0;
            padding: 0
        }

        .header_container .header_logo {
            display: inline-block
        }

        .header_container .header_left,
        .header_container .header_right {
            align-items: center;
            display: flex
        }

        .header_container .header_left li,
        .header_container .header_left ul,
        .header_container .header_right li,
        .header_container .header_right ul {
            margin: 0;
            padding: 0
        }

        @media only screen and (max-width:575px),
        only screen and (min-width:576px)and (max-width:767px) {
            .header_container .header_left a {
                display: none
            }
        }

        .header_container .header_right {
            padding-right: 20px
        }

        .header_container .header_right a {
            text-transform: none
        }

        @media only screen and (max-width:575px),
        only screen and (min-width:576px)and (max-width:767px) {
            .header_container .header_right a {
                display: none
            }
        }

        .header_container a {
            letter-spacing: .02em;
            text-decoration: none;
            transition: color .3s;
            white-space: nowrap
        }

        .header_container a.primary {
            color: rgb(var(--primary-color));
            font-weight: 500
        }

        .header_container a.primary:hover {
            color: rgb(var(--primary-color-variant))
        }

        .header_container a:hover {
            color: rgb(var(--primary-color))
        }

        .header .bp3-button.bp3-minimal {
            background: none;
            height: 120px
        }

        .header .bp3-button.bp3-minimal:hover {
            background: none
        }

        @media screen and (max-width:991px) {
            .header .header_container {
                display: none
            }
            .header .mobile_header_container {
                display: flex
            }
        }

        .header.mobile {
            display: none;
            position: fixed;
            text-align: right;
            width: 100%;
            z-index: 10
        }

        .header.mobile .overflow {
            display: none
        }

        .header.mobile .logo {
            padding-left: 28px;
            text-align: left;
            width: 50%
        }

        .header.mobile .logo.open {
            z-index: 2
        }

        .header.mobile .mobile_header_content {
            display: none;
            height: 0;
            opacity: 0;
            overflow: hidden;
            padding: 15px 28px;
            position: fixed;
            right: 0;
            text-align: left;
            text-transform: capitalize;
            top: 75px;
            transition: opacity .3s cubic-bezier(.645, .045, .355, 1), width .3s cubic-bezier(.645, .045, .355, 1), height .3s cubic-bezier(.645, .045, .355, 1);
            width: 0;
            z-index: 10
        }

        .header.mobile .mobile_header_content .inner {
            min-height: 300px
        }

        .header.mobile .mobile_header_content.active {
            -ms-overflow-style: none;
            display: block;
            height: 100%;
            opacity: 1;
            overflow: scroll;
            padding-bottom: 70px;
            scrollbar-width: none;
            width: 100%;
            z-index: 3
        }

        .header.mobile .mobile_header_content.active::-webkit-scrollbar {
            width: 0
        }

        .header.mobile .mobile_header_content a {
            color: rgb(var(--text-color));
            font-size: 18px;
            font-weight: 300
        }

        .header.mobile .mobile_header_content a svg {
            margin-left: 10px
        }

        .header.mobile .mobile_header_content a:hover {
            color: rgb(var(--primary-color));
            text-decoration: none
        }

        .header.mobile .mobile_header_content a:hover path {
            stroke: rgb(var(--primary-color))
        }

        .header.mobile .mobile_header_content .collapsible_link {
            padding: 0
        }

        .header.mobile .mobile_header_content .collapsible_link .primary.active {
            color: rgb(var(--primary-color))
        }

        .header.mobile .mobile_header_content .collapsible_link .primary.active path {
            stroke: rgb(var(--primary-color))
        }

        .header.mobile .mobile_header_content .collapsible_link span {
            display: flex
        }

        .header.mobile .mobile_header_content ul {
            padding: 0
        }

        .header.mobile .mobile_header_content li {
            list-style: none;
            margin-bottom: 20px
        }

        .header.mobile .mobile_header_content li:hover {
            color: rgb(var(--primary-color))
        }

        .header.mobile .mobile_header_content li:hover .secondary {
            color: rgb(var(--text-color))
        }

        .header.mobile .mobile_header_content li.button {
            display: inline-block;
            margin-right: 15px;
            margin-top: 10px
        }

        .header.mobile .mobile_header_content li.button .landing-btn {
            padding: 0 30px
        }

        .header.mobile .mobile_header_content ul.secondary {
            margin-top: 15px;
            padding-left: 25px
        }

        .header.mobile .mobile_header_content ul.secondary li {
            margin-top: 10px
        }

        .header.mobile .target {
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
            cursor: pointer;
            margin-left: auto;
            outline: none;
            right: 0;
            transition: rotate .5s ease-in-out
        }

        .header.mobile .target button {
            align-items: center;
            background: transparent;
            border: none;
            cursor: pointer;
            display: flex;
            height: 70px;
            justify-content: center;
            margin: 10px 0 0;
            outline: none;
            width: 79px
        }

        .header.mobile .target button:hover {
            background: unset
        }

        .header.mobile .target .mobile-header-target__content {
            height: 30px;
            width: 30px
        }

        .header.mobile .target .mobile-header-target__content div {
            background: rgb(var(--text-color));
            display: block;
            height: 2px;
            left: 0;
            opacity: 1;
            position: relative;
            transform: rotate(0deg);
            transition: .25s ease-in-out;
            width: 28px
        }

        .header.mobile .target .mobile-header-target__content div:first-child {
            top: 0;
            transform-origin: left center
        }

        .header.mobile .target .mobile-header-target__content div:first-child.active {
            left: 8px;
            top: -2px;
            transform: rotate(45deg)
        }

        .header.mobile .target .mobile-header-target__content div:nth-child(2) {
            top: 10px;
            transform-origin: left center;
            width: 23px
        }

        .header.mobile .target .mobile-header-target__content div:nth-child(2).active {
            left: 8px;
            top: 16px;
            transform: rotate(-45deg);
            width: 29px
        }

        .header.mobile.light a {
            color: rgb(var(--background-color))
        }

        .header.mobile.light .mobile_header_content {
            background-color: rgb(var(--text-color))
        }

        .header.mobile.light .bp3-button {
            color: rgb(var(--background-color)) !important
        }

        .header.mobile.light .bp3-button.primary,
        .header.mobile.light .bp3-button:hover {
            color: rgb(var(--text-color)) !important
        }

        .header.mobile.light .target div {
            background-color: rgb(var(--background-color))
        }

        .header.mobile.light .target a {
            color: rgb(var(--background-color))
        }

        @media screen and (max-width:991px) {
            .header.mobile {
                display: flex
            }
        }

        .header_menu_item {
            margin: 8px;
            text-transform: capitalize
        }

        .header_menu_item__external a {
            display: flex;
            justify-content: space-between
        }

        .header_menu_item__external a .header_menu_item__external-icon {
            align-self: center;
            margin-left: 10px;
            opacity: 0
        }

        .header_menu_item__external a:hover .header_menu_item__external-icon {
            fill: currentColor;
            opacity: 1
        }

        .header_menu_item a {
            color: rgb(var(--text-color));
            display: flex;
            flex: 1 1
        }

        .header_menu_item a.active,
        .header_menu_item a:hover {
            color: rgb(var(--primary-color))
        }

        .header_popover_menu {
            background: rgb(var(--surface-color));
            border-radius: 3px;
            box-shadow: 0 8px 24px rgba(16, 22, 26, .4);
            display: flex;
            flex-direction: column;
            gap: 8px;
            margin-top: 15px;
            min-width: 140px;
            padding: 10px;
            position: relative
        }

        .header_popover_menu:after {
            border-color: transparent transparent rgb(var(--surface-color));
            border-style: solid;
            border-width: 0 10px 10px;
            content: "";
            left: 50%;
            position: absolute;
            top: -10px;
            transform: translateX(-50%)
        }

        .header_right .header_popover_menu:after {
            left: 80%
        }

        .header_item-container {
            align-items: center;
            display: flex;
            font-weight: 300;
            justify-content: center;
            margin: 0 10px 0 0
        }

        .header_item-container .header_item-title {
            margin-right: 5px
        }

        .header_item-container .header_item-icon {
            fill: rgb(var(--text-color));
            margin: 0 8px 0 0
        }

        .header_item-container .header_item-icon div {
            height: 16px
        }

        .header_item-container:hover {
            cursor: pointer
        }

        .header_item-container:hover,
        .header_item-container:hover .header_item-title {
            color: rgb(var(--primary-color))
        }

        .header_item-container:hover .header_item-icon {
            fill: rgb(var(--primary-color))
        }

        .header-prev .header_left .popover_content-container .header_menu_item a {
            display: flex;
            margin-right: 0
        }

        .header-prev .header_right .popover_content-container {
            min-width: 140px
        }

        .header-prev .header_right .popover_content-container .header_menu_item a {
            display: flex;
            margin-left: 0
        }

        #links_wrapper {
            -webkit-overflow-scrolling: touch;
            align-items: center;
            background: rgb(var(--background-color));
            bottom: auto;
            display: flex;
            flex-wrap: nowrap;
            height: 4rem;
            justify-content: flex-start;
            overflow-x: auto;
            overflow-y: hidden;
            position: absolute;
            top: 63vh;
            transition: background-color .3s ease-in-out;
            width: 100%
        }

        #links_wrapper span {
            white-space: nowrap
        }

        #links_wrapper .content_wrapper {
            margin: 0
        }

        @media screen and (min-width:900px) {
            #links_wrapper {
                bottom: auto;
                height: 4rem;
                padding: 0;
                top: auto;
                width: 100%
            }
            #links_wrapper .content_wrapper {
                justify-content: flex-start;
                margin: 0 auto;
                max-width: 79rem;
                padding: 3.5rem 4rem;
                width: 100%
            }
        }

        #links_wrapper::-webkit-scrollbar {
            display: none
        }

        #links_wrapper .link_container {
            flex: 0 0 auto;
            font-weight: 300
        }

        @media screen and (min-width:900px) {
            #links_wrapper .link_container {
                margin-left: 8px
            }
        }

        #links_wrapper .link_container a {
            color: rgb(var(--text-color));
            padding: 1rem 1rem 1rem 0
        }

        #links_wrapper .link_container a:hover {
            color: rgb(var(--primary-color))
        }

        @media screen and (min-width:900px) {
            #links_wrapper .link_container a {
                font-size: 15px;
                letter-spacing: .02em;
                line-height: 150%;
                padding-right: 1rem
            }
        }

        #links_wrapper.sticky_links {
            background: rgb(var(--surface-color));
            border-bottom: 1px solid hsla(0, 0%, 100%, .2);
            bottom: auto;
            min-width: 100%;
            position: fixed;
            top: 75px;
            z-index: 4
        }

        #links_wrapper.sticky_links .link_container {
            margin-right: 35px
        }

        #links_wrapper.sticky_links .link_container a {
            color: #879198;
            padding-bottom: 0;
            padding-right: 0
        }

        #links_wrapper.sticky_links .link_container a:hover {
            color: rgb(var(--primary-color))
        }

        @media screen and (min-width:900px) {
            #links_wrapper.sticky_links .link_container a {
                font-size: 15px;
                letter-spacing: .02em;
                line-height: 150%;
                padding-left: 0
            }
        }

        @media screen and (max-width:900px) {
            #links_wrapper.sticky_links .link_container {
                margin-left: 0
            }
        }

        #links_wrapper.sticky_links .link_container.active a {
            border-bottom: 2px solid rgb(var(--primary-color));
            color: rgb(var(--primary-color));
            padding-bottom: 21px;
            transition: color .3s ease-in-out
        }

        @media screen and (max-width:900px) {
            #links_wrapper.sticky_links .link_container.active a {
                border-bottom: none;
                padding-bottom: 0
            }
        }

        .landing-page-main-content .buttons-group {
            margin: 45px 0 0
        }

        @media screen and (max-width:900px) {
            .landing-page-main-content .lp_wrapper .lp_button {
                display: none
            }
        }

        .landing-page-main-content .lp_wrapper .lp_video {
            max-height: 292px;
            max-width: 100%
        }

        @media screen and (max-width:900px) {
            .landing-page-main-content .lp_wrapper .lp_video {
                height: auto;
                max-height: 260px;
                width: 100%
            }
        }

        .landing-page-main-content .volume_totals {
            padding: 80px 0
        }

        @media screen and (max-width:900px) {
            .landing-page-main-content .volume_totals {
                padding: 50px 0 40px
            }
        }

        .how-to-buy-bitcoin_page,
        .how-to-buy-ethereum_page,
        .how-to-buy-litecoin_page {
            display: flex;
            flex-direction: column;
            height: 90%;
            justify-content: space-between
        }

        .how-to-buy-bitcoin_page .lp_video,
        .how-to-buy-ethereum_page .lp_video,
        .how-to-buy-litecoin_page .lp_video {
            margin: 1rem 0;
            max-width: 500px;
            width: 100%
        }

        .how-to-buy-bitcoin_page #links_wrapper:not(.sticky_links),
        .how-to-buy-ethereum_page #links_wrapper:not(.sticky_links),
        .how-to-buy-litecoin_page #links_wrapper:not(.sticky_links) {
            position: static
        }

        @media screen and (min-width:900px) {
            .how-to-buy-bitcoin_page,
            .how-to-buy-ethereum_page,
            .how-to-buy-litecoin_page {
                min-height: 60vh
            }
            .how-to-buy-bitcoin_page .lp_wrapper .column.img .lp_video,
            .how-to-buy-ethereum_page .lp_wrapper .column.img .lp_video,
            .how-to-buy-litecoin_page .lp_wrapper .column.img .lp_video {
                max-width: 550px;
                padding: 2rem 1rem 0
            }
        }

        .home .description {
            font-size: 16px
        }

        @media screen and (min-width:900px) {
            .home .description {
                font-size: 20px
            }
        }

        .home .advanced h3 {
            font-size: 16px;
            font-weight: 500
        }

        @media screen and (min-width:900px) {
            .home .advanced h3 {
                font-size: 22px
            }
        }

        .home .advanced .advanced-grid {
            margin-top: 62px
        }

        .home .advanced .advanced-grid .box:last-of-type {
            padding-bottom: 0
        }

        .home .advanced .read_more {
            width: 100%
        }

        .home .advanced .lp_subtitle {
            color: rgb(var(--primary-color));
            margin-bottom: 2rem
        }

        .home .our_app {
            min-height: auto;
            overflow: hidden;
            padding-bottom: 0
        }

        .home .our_app .content {
            display: flex;
            flex-direction: column;
            margin: 0 auto;
            padding-bottom: 0
        }

        @media screen and (min-width:900px) {
            .home .our_app .content {
                flex-direction: row
            }
        }

        .home .our_app .description {
            margin-bottom: 1.25rem
        }

        .home .our_app .main_content {
            align-self: center;
            padding-bottom: 3rem;
            z-index: 1
        }

        .home .our_app .image_container {
            align-self: flex-end
        }

        .home .our_app .image_container img {
            margin-bottom: -4px;
            width: 100%
        }

        @media screen and (min-width:900px)and (max-width:1199px) {
            .home .our_app .image_container img {
                width: 500px
            }
        }

        @media screen and (min-width:1200px)and (max-width:1399px) {
            .home .our_app .image_container img {
                width: 590px
            }
        }

        @media screen and (min-width:1400px) {
            .home .our_app .image_container img {
                width: 590px
            }
        }

        @media screen and (min-width:900px) {
            .home .our_app .lp_subtitle {
                width: 450px
            }
        }

        .home .our_app .download_link {
            padding: 0 0 2em
        }

        @media screen and (max-width:900px) {
            .home .our_app .main_content {
                padding-bottom: 0
            }
        }

        .home .leo .content_wrapper {
            align-items: center;
            background-image: url(/images/leo.png);
            background-position: left 75px center;
            background-repeat: no-repeat;
            background-size: contain;
            display: flex;
            margin: 0 auto;
            transform: translateY(75px)
        }

        @media only screen and (max-width:575px),
        only screen and (min-width:576px)and (max-width:767px),
        only screen and (min-width:768px)and (max-width:991px),
        only screen and (min-width:992px)and (max-width:1199px) {
            .home .leo .content_wrapper {
                background-image: none;
                transform: unset
            }
        }

        .home .leo .description {
            margin-bottom: 1.25rem
        }

        .home .leo .main_content {
            margin-left: auto;
            max-width: 45%
        }

        @media only screen and (max-width:575px),
        only screen and (min-width:576px)and (max-width:767px),
        only screen and (min-width:768px)and (max-width:991px),
        only screen and (min-width:992px)and (max-width:1199px) {
            .home .leo .main_content {
                max-width: unset
            }
        }

        .home .leo .link_row {
            padding: 0
        }

        .home .leo .mobile-img-box {
            display: none;
            margin-top: 1rem;
            text-align: center
        }

        .home .leo .mobile-img-box img {
            max-width: 100%
        }

        @media only screen and (max-width:575px),
        only screen and (min-width:576px)and (max-width:767px),
        only screen and (min-width:768px)and (max-width:991px),
        only screen and (min-width:992px)and (max-width:1199px) {
            .home .leo .mobile-img-box {
                display: block
            }
        }

        .home section.advanced .grid {
            justify-content: space-between
        }

        @media screen and (min-width:900px) {
            .home section.advanced .grid .box {
                width: 45%
            }
            .home section.advanced .grid .box .description {
                max-width: 450px
            }
            .home section.advanced .grid .box .description p:last-child {
                margin-bottom: 0
            }
        }

        .home .box h1 {
            font-weight: 500
        }

        @media screen and (min-width:900px) {
            .home.ru .lp_subtitle,
            .home.ru .section_title h1 {
                font-size: 40px;
                line-height: 55px
            }
        }

        .extra_content .landing_ticker {
            display: block;
            margin-top: 80px;
            max-width: 100%;
            transform: translateX(-17px)
        }

        @media screen and (max-width:900px) {
            .extra_content .landing_ticker {
                transform: unset
            }
        }

        .extra_content .landing_ticker .landing-tickers__table {
            height: 384px
        }

        .extra_content .landing-tickers__header {
            padding-left: 28px
        }

        @media only screen and (max-width:575px),
        only screen and (min-width:576px)and (max-width:767px),
        only screen and (min-width:768px)and (max-width:991px) {
            .extra_content .landing-tickers__header {
                padding-left: unset
            }
        }

        .features h3 {
            color: rgb(var(--primary-color));
            font-size: 22px;
            font-weight: 500;
            margin-top: 0
        }

        @media screen and (min-width:900px) {
            .features h3 {
                margin-bottom: .5rem;
                margin-top: 1rem
            }
        }

        .features .read_more {
            display: block;
            width: 100%
        }

        .features .lp_subtitle {
            color: rgb(var(--primary-color))
        }

        @media screen and (min-width:900px) {
            .features .lp_subtitle {
                max-width: 10em
            }
        }

        .features .features-grid {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            margin-top: 75px
        }

        .features .features-grid .box {
            flex: 33.3% 1
        }

        .features .features-grid .box .description {
            margin-bottom: 1rem
        }

        .features .features-grid .box img {
            transform: translateX(-10px)
        }

        @media screen and (max-width:900px) {
            .features .features-grid {
                flex-wrap: wrap
            }
            .features .features-grid .box {
                flex: 100% 1
            }
        }

        @media screen and (min-width:900px) {
            section.features .grid .box .description {
                width: 100%
            }
        }

        .news .main_content {
            display: flex
        }

        .news .lastest_post {
            margin-right: 2rem;
            margin-top: 40px;
            width: 65%
        }

        .news .lastest_post .description {
            line-height: 150%;
            margin-top: 10px
        }

        .news .lastest_post img {
            max-width: 100%
        }

        .news .blog_link {
            display: block;
            padding-bottom: 50px
        }

        .post_link {
            margin-bottom: 1rem;
            margin-top: 1rem
        }

        .post_link h1 {
            font-weight: 500;
            text-transform: uppercase
        }

        .post_link h2 {
            color: rgb(var(--text-color-variant));
            font-size: 16px;
            margin-bottom: .5rem
        }

        @media screen and (min-width:900px) {
            .post_link h2 {
                font-size: 24px
            }
        }

        .post_link .description {
            color: rgb(var(--text-color))
        }

        .post_link>a {
            width: 100%
        }

        .post_link .post_link__date {
            color: rgb(var(--primary-color));
            color: rgb(var(--text-color-variant));
            font-weight: 700;
            margin-bottom: 10px
        }

        .post_link.active h2 {
            color: rgb(var(--primary-color))
        }

        .post_link.active .post_link__date {
            color: rgb(var(--text-color))
        }

        .post_link img {
            width: 100%
        }

        .post_link .read_more a {
            color: rgb(var(--primary-color))
        }

        .mobileTrading .features section {
            background: rgb(var(--surface-color));
            color: rgb(var(--text-color));
            display: flex;
            justify-content: center;
            padding: unset
        }

        .mobileTrading .features section .content {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            margin: unset;
            padding: unset
        }

        .mobileTrading .features section .content .block {
            min-width: 22em;
            padding-top: 8rem
        }

        @media screen and (min-width:900px) {
            .mobileTrading .features section .content .block {
                max-width: 45%
            }
        }

        .mobileTrading .features section .content .block .title {
            color: rgb(var(--primary-color))
        }

        @media screen and (max-width:900px) {
            .mobileTrading .features section .content .block {
                padding: 1rem
            }
        }

        .mobileTrading .features section .content .img_block {
            display: flex;
            height: 600px;
            position: relative
        }

        .mobileTrading .features section .content .img_block img {
            height: 600px
        }

        .mobileTrading .features section .mobile_img {
            display: flex !important;
            justify-content: center
        }

        .mobileTrading .features section .mobile_img img {
            position: relative
        }

        .mobileTrading .features section .desktop_img {
            display: none !important;
            justify-content: end;
            min-width: 400px
        }

        .mobileTrading .features section .desktop_img img {
            position: absolute;
            top: -50px
        }

        @media screen and (min-width:900px) {
            .mobileTrading .features section .content {
                flex-flow: row;
                max-width: 74rem
            }
            .mobileTrading .features section .content .img_block {
                height: 670px;
                width: 50%
            }
            .mobileTrading .features section .content .img_block img {
                height: 720px
            }
            .mobileTrading .features section .mobile_img {
                display: none !important
            }
            .mobileTrading .features section .desktop_img {
                display: flex !important
            }
        }

        @media screen and (max-width:900px) {
            .mobileTrading .features section {
                padding-top: 15px
            }
        }

        @media screen and (min-width:900px) {
            .mobileTrading .features section:first-child {
                padding-top: 150px
            }
            .mobileTrading .features section:last-child {
                padding-bottom: 100px
            }
            .mobileTrading .features section:nth-child(2n) .img_block img {
                left: 50px
            }
            .mobileTrading .features section:nth-child(odd) .img_block img {
                right: 50px
            }
        }

        @media screen and (min-width:900px)and (min-width:900px) {
            .mobileTrading .features section:nth-child(odd) .content {
                flex-flow: row-reverse
            }
        }

        @media screen and (max-width:900px) {
            .mobileTrading .features .feature_link {
                display: none !important
            }
        }

        .mobileTrading .title {
            font-size: 38px;
            font-weight: 600;
            line-height: 46px
        }

        .mobileTrading .description {
            font-size: 16px;
            font-weight: 400;
            margin-top: 30px
        }

        .mobileTrading .description.large {
            line-height: 150%
        }

        @media screen and (min-width:900px) {
            .mobileTrading .title_row {
                margin-left: 3em
            }
        }

        .mobileTrading .get_started {
            background: rgb(var(--background-color));
            color: rgb(var(--text-color));
            min-height: unset;
            padding-top: 6rem
        }

        .mobileTrading .get_started .title_row {
            font-weight: 300;
            margin: 3em
        }

        .mobileTrading .get_started .title {
            font-size: 55px;
            line-height: 66px
        }

        .mobileTrading .get_started .subtitle_row {
            margin: 3em
        }

        .mobileTrading .get_started .subtitle {
            color: rgb(var(--primary-color));
            font-size: 38px;
            font-weight: 600;
            line-height: 46px
        }

        .mobileTrading .get_started .description {
            font-size: 16px;
            font-weight: 300;
            letter-spacing: .02em;
            line-height: 24px;
            margin-bottom: 3em;
            margin-top: 1em
        }

        @media screen and (min-width:900px) {
            .mobileTrading .get_started .description {
                width: 30rem
            }
        }

        @media screen and (max-width:900px) {
            .mobileTrading .get_started .title {
                font-size: 2rem
            }
            .mobileTrading .get_started .subtitle_row,
            .mobileTrading .get_started .title_row {
                margin: 1em 0
            }
            .mobileTrading .get_started .app_links .qr-code {
                display: none
            }
            .mobileTrading .get_started .app_links a {
                margin-right: 1em
            }
            .mobileTrading .get_started .app_links img {
                height: 35px
            }
        }

        .mobile-trading_page .mobile-intro,
        .mobileTrading .mobile-intro {
            background-color: rgb(var(--background-color));
            color: rgb(var(--text-color));
            display: block;
            font-size: 16px;
            font-style: normal;
            font-weight: 300;
            letter-spacing: .02em;
            line-height: 150%;
            padding: 20px
        }

        .mobile-trading_page .mobile-intro--head,
        .mobileTrading .mobile-intro--head {
            font-size: 20px;
            font-weight: 300;
            margin-bottom: 30px
        }

        .mobile-trading_page.lp_container,
        .mobileTrading.lp_container {
            height: unset;
            padding-top: 50px
        }

        .mobile-trading_page .lp_title,
        .mobileTrading .lp_title {
            font-size: 15px;
            font-weight: 700
        }

        .mobile-trading_page .lp_subtitle,
        .mobileTrading .lp_subtitle {
            font-weight: 700;
            margin-bottom: 33px;
            width: 100%
        }

        .mobile-trading_page .lp_intro,
        .mobileTrading .lp_intro {
            padding: unset
        }

        .mobile-trading_page .lp_intro .app_links,
        .mobileTrading .lp_intro .app_links {
            margin-top: 105px
        }

        .mobile-trading_page .app_links,
        .mobileTrading .app_links {
            flex-wrap: nowrap;
            margin-top: 70px
        }

        @media screen and (max-width:900px) {
            .mobile-trading_page.lp_container,
            .mobileTrading.lp_container {
                height: unset;
                padding-bottom: 50px;
                position: relative
            }
            .mobile-trading_page #links_wrapper.absolute_position,
            .mobileTrading #links_wrapper.absolute_position {
                bottom: 0;
                top: unset
            }
            .mobile-trading_page .app_links .qr-code,
            .mobileTrading .app_links .qr-code {
                display: none
            }
        }

        @media screen and (min-width:900px) {
            .mobile-trading_page.lp_container,
            .mobileTrading.lp_container {
                min-height: 700px;
                padding-top: 50px
            }
            .mobile-trading_page .mobile-intro,
            .mobileTrading .mobile-intro {
                display: none
            }
        }

        .features_page_content .flex_grid .features_row {
            display: flex;
            flex-direction: column-reverse
        }

        .features_page_content .flex_grid .features_row .box_img {
            background-position: 0;
            background-repeat: no-repeat;
            background-size: 170px;
            margin: 0
        }

        .features_page_content .flex_grid p {
            margin-bottom: -.25em;
            margin-top: -.25em
        }

        .features_page_content .advanced_order_types {
            padding-bottom: 80px
        }

        .features_page_content .advanced_order_types .flex_grid .features_row {
            flex-direction: column;
            margin: 3rem 0
        }

        .features_page_content .advanced_order_types .flex_grid .features_row .box_img {
            background-position: 50%;
            background-size: contain;
            box-shadow: 0 0 30px rgba(0, 0, 0, .4)
        }

        .features_page_content .advanced_order_types .flex_grid .features_row:first-child .box_img {
            width: 282px
        }

        .features_page_content .advanced_order_types .flex_grid .features_row:first-child .text_wrapper {
            padding-right: 20%
        }

        @media screen and (max-width:900px) {
            .features_page_content .advanced_order_types .flex_grid .features_row:first-child .text_wrapper {
                padding-right: 0
            }
        }

        .features_page_content .advanced_order_types .flex_grid .features_row:nth-child(2) .text_wrapper,
        .features_page_content .advanced_order_types .flex_grid .features_row:nth-child(3) .text_wrapper {
            padding-left: 60px;
            width: 100%
        }

        @media screen and (max-width:900px) {
            .features_page_content .advanced_order_types .flex_grid .features_row:nth-child(2) .text_wrapper,
            .features_page_content .advanced_order_types .flex_grid .features_row:nth-child(3) .text_wrapper {
                padding-left: 0
            }
        }

        .features_page_content .advanced_order_types .flex_grid .features_row:nth-child(3) .text_wrapper {
            padding-left: 0;
            padding-right: 60px
        }

        @media screen and (max-width:900px) {
            .features_page_content .advanced_order_types .flex_grid .features_row {
                margin: 0
            }
        }

        @media screen and (min-width:900px) {
            .features_page_content .sub_section .section_title h2 {
                font-weight: 500;
                margin-bottom: calc(100px - .25em)
            }
            .features_page_content .sub_section .description h2 {
                margin-bottom: calc(40px - .25em);
                margin-top: -.25em
            }
            .features_page_content .sub_section .grid h1 {
                margin-bottom: calc(40px - .25em)
            }
            .features_page_content .advanced_order_types .section_title,
            .features_page_content .platform_features .section_title {
                margin-top: 32px
            }
            .features_page_content .advanced_order_types .grid,
            .features_page_content .platform_features .grid {
                margin-top: 0
            }
            .features_page_content .flex_grid .features_row:nth-child(odd) {
                flex-direction: row
            }
            .features_page_content .flex_grid .features_row:nth-child(odd) .half.image {
                align-items: center
            }
            .features_page_content .flex_grid .features_row:nth-child(2n) {
                flex-direction: row-reverse
            }
            .features_page_content .flex_grid .features_row:nth-child(2n) .half.description {
                align-items: center
            }
            .features_page_content .flex_grid .features_row {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                margin-bottom: 100px;
                width: 100%
            }
            .features_page_content .flex_grid .features_row .half {
                display: flex;
                flex-direction: column;
                justify-content: center
            }
            .features_page_content .flex_grid .features_row .half h3 {
                font-size: 22px;
                font-weight: 700;
                letter-spacing: .02em;
                line-height: 150%
            }
            .features_page_content .flex_grid .features_row .box_img {
                background-position: 50% 0;
                background-repeat: no-repeat;
                background-size: unset;
                position: absolute;
                width: 400px
            }
            .features_page_content .advanced_features .content {
                margin-top: 37px
            }
            .features_page_content .advanced_features .description {
                font-size: 20px;
                font-style: normal;
                font-weight: 300;
                letter-spacing: .02em
            }
            .features_page_content .advanced_features .grid .flex_grid {
                justify-content: space-between
            }
            .features_page_content .advanced_features .grid .flex_grid .box {
                width: 50%
            }
            .features_page_content .advanced_features .grid .flex_grid .box .description,
            .features_page_content .advanced_features .grid .flex_grid .box .description p:last-child {
                margin-bottom: 0
            }
        }

        @media screen and (max-width:900px) {
            .features_page_content .sub_section .features_row .description {
                margin-bottom: 0
            }
            .features_page_content .advanced_order_types {
                padding-bottom: 44px
            }
            .features_page_content .advanced_order_types .image {
                display: none
            }
            .features_page_content .advanced_features {
                padding-top: 20px
            }
        }

        .features_page_content .flex_grid img {
            width: 100%
        }

        .features_page_content .platform_features .content {
            margin-top: 0
        }

        .accounts_page_content .section {
            background: rgb(var(--surface-color));
            color: rgb(var(--text-color));
            padding: 1rem 2rem
        }

        .accounts_page_content .section h2 {
            color: rgb(var(--primary-color))
        }

        .accounts_page_content .half.section {
            padding: 0
        }

        .accounts_page_content .benefits {
            background: rgb(var(--background-color))
        }

        @media screen and (min-width:900px) {
            .accounts_page_content .section {
                padding: 2rem 10rem
            }
            .accounts_page_content .section .description {
                font-size: 25px
            }
            .accounts_page_content .box {
                width: 33%
            }
            .accounts_page_content .box h1 {
                font-weight: 500
            }
            .accounts_page_content .two_cols {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-around
            }
            .accounts_page_content .two_cols .box {
                padding-right: 40px;
                width: 50%
            }
            .accounts_page_content .two_cols .half .box {
                padding: 0;
                width: 100%
            }
            .accounts_page_content .two_cols .half .box h3 {
                font-size: 28px;
                letter-spacing: .02em;
                line-height: 150%
            }
            .accounts_page_content .two_cols .half .box p {
                font-size: 28px;
                font-weight: 300;
                letter-spacing: .02em
            }
        }

        @media screen and (max-width:900px) {
            .accounts_page_content .blue {
                padding: 17px 0 0
            }
            .accounts_page_content .blue .box:last-of-type {
                padding-bottom: 5px
            }
            .accounts_page_content #market-leading-connectivity h2 {
                margin-top: 0
            }
        }

        .accounts_page_content .flex_grid {
            justify-content: space-between
        }

        .accounts_page_content .flex_grid img {
            width: 100%
        }

        .accounts_page_content .professional_trading img {
            width: 80%
        }

        @media screen and (min-width:900px) {
            .accounts_page_content .professional_trading h2 {
                margin: 0
            }
        }

        @media screen and (max-width:900px) {
            .accounts_page_content .professional_trading .image {
                margin-top: 50px;
                text-align: center
            }
            .accounts_page_content .professional_trading img {
                width: 60%
            }
            .accounts_page_content .professional_trading .sub_section .description {
                font-size: 15px
            }
            .accounts_page_content .professional_trading .box:last-of-type {
                padding-bottom: 0
            }
            .accounts_page_content .professional_trading .box:last-of-type p {
                margin: 0
            }
        }

        .press-intro-section {
            display: block
        }

        .press-intro-section .description {
            font-size: 20px
        }

        .press-downloads-section__content {
            display: flex;
            flex-direction: column;
            max-width: min(100%, 1200px);
            width: 100%
        }

        .press-downloads-section__content h4 {
            color: #03ca9b;
            font-size: 38px;
            line-height: 46px;
            margin: 0 0 20px
        }

        .press-downloads-section__content-description {
            font-size: 15px;
            margin: 0 0 100px;
            max-width: 700px;
            width: 100%
        }

        .press-downloads-section__brands {
            grid-gap: 40px;
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            margin: 0 0 60px
        }

        @media screen and (max-width:1100px) {
            .press-downloads-section__brands {
                grid-gap: 20px
            }
        }

        @media screen and (max-width:1000px) {
            .press-downloads-section__brands {
                grid-gap: 40px;
                grid-template-columns: 1fr 1fr 1fr
            }
        }

        @media screen and (max-width:800px) {
            .press-downloads-section__brands {
                grid-gap: 40px;
                grid-template-columns: 1fr 1fr
            }
        }

        @media screen and (max-width:550px) {
            .press-downloads-section__brands {
                grid-gap: 20px;
                grid-template-columns: 1fr
            }
        }

        .press-downloads-section__brands-logo {
            align-items: center;
            background-color: #0d1d29;
            border-radius: 6px;
            display: flex;
            justify-content: center;
            max-width: 250px;
            min-height: 180px;
            position: relative;
            width: 100%
        }

        .press-downloads-section__brands-logo-light {
            background-color: #fff
        }

        .press-downloads-section__brands-logo>img {
            max-width: 100%
        }

        .press-downloads-section__brands-logo .download-dropdown {
            bottom: 22px;
            right: 22px
        }

        .press-downloads-section__photos {
            grid-gap: 40px;
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            margin: 0 0 60px
        }

        @media screen and (max-width:800px) {
            .press-downloads-section__photos {
                grid-gap: 20px;
                grid-template-columns: 1fr
            }
        }

        .press-downloads-section__photos-photo {
            align-items: center;
            background-color: #0d1d29;
            border-radius: 6px;
            display: flex;
            justify-content: center;
            max-height: 260px;
            max-width: 250px;
            min-height: 180px;
            position: relative;
            width: 100%
        }

        .press-downloads-section__photos-photo>img {
            height: auto;
            width: 100%
        }

        .press-downloads-section__photos-photo .download-dropdown {
            bottom: 22px;
            right: 22px
        }

        .press-guidelines-section__icon {
            background-repeat: no-repeat;
            background-size: contain;
            display: inline-block;
            height: 17px;
            max-height: 17px
        }

        .press-guidelines-section__icon-leaf {
            aspect-ratio: 1;
            background-image: url(/images/press/leaf.png)
        }

        .press-guidelines-section__icon-pulse {
            aspect-ratio: 23/17;
            background-image: url(/images/press/pulse.svg)
        }

        .press-guidelines-section__icon-Premiersignalpay {
            aspect-ratio: 138/16;
            background-image: url(/images/press/downloads/brands/Premiersignal-pay-dark.svg)
        }

        .press-guidelines-section__content {
            display: flex;
            flex-direction: column;
            max-width: min(100%, 1200px);
            width: 100%
        }

        .press-guidelines-section__dropdown {
            width: 100%
        }

        .press-guidelines-section__dropdown:not(:first-child) {
            border-top: 1px solid #2a3f4d
        }

        .press-guidelines-section__dropdown-content {
            padding: 0 0 60px
        }

        .press-guidelines-section__dropdown-content p {
            font-size: 15px
        }

        .press-guidelines-section__dropdown-content li {
            white-space: pre-line
        }

        .press-guidelines-section__legal-title {
            font-size: 18px;
            font-weight: 500;
            margin: 42px 0 20px
        }

        .press-guidelines-section p {
            white-space: break-spaces
        }

        .press-guidelines-section p b {
            font-weight: 500
        }

        .press-guidelines-section__recommendations {
            grid-gap: 20px 50px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            margin: 20px 0 0
        }

        @media screen and (max-width:900px) {
            .press-guidelines-section__recommendations {
                grid-template-columns: 1fr
            }
        }

        .press-guidelines-section__notes {
            color: #e44b44;
            display: flex;
            flex-direction: column
        }

        .press-guidelines-section__notes-title {
            font-size: 30px;
            line-height: 39px
        }

        .press-guidelines-section__notes-subtitle {
            font-size: 13px;
            line-height: 18px;
            margin: 10px 0 20px
        }

        .press-guidelines-section__note {
            border-bottom: 1px solid hsla(0, 0%, 100%, .2);
            color: #fff;
            position: relative
        }

        .press-guidelines-section__note>div {
            padding: 20px 50px 20px 30px
        }

        .press-guidelines-section__note-clickable>div {
            cursor: pointer
        }

        .press-guidelines-section__note-clickable>div:after {
            background-image: url(/images/press/note-dropdown-arrow-old.svg);
            background-position: 50%;
            background-repeat: no-repeat;
            background-size: auto;
            content: "";
            height: 6px;
            left: 0;
            position: absolute;
            top: 26px;
            width: 12px
        }

        .press-guidelines-section__note-expanded>div:after {
            transform: rotate(180deg)
        }

        .press-guidelines-section__note-description {
            margin: 0;
            padding: 0 0 10px
        }

        .press-guidelines-section__note-description b {
            font-size: 15px;
            font-weight: 500;
            line-height: 22px
        }

        .press-guidelines-section__note:before {
            background-image: url(/images/press/guidelines-bad-icon.svg);
            content: "";
            height: 20px;
            position: absolute;
            right: 20px;
            top: 20px;
            width: 20px
        }

        .press-guidelines-section .press-guidelines-section__notes-good {
            color: #03ca9b
        }

        .press-guidelines-section .press-guidelines-section__notes-good .press-guidelines-section__note:before {
            background-image: url(/images/press/guidelines-good-icon.svg)
        }

        .press-further-resources-section .description {
            font-size: 15px
        }

        .press_page_content section .description {
            font-size: 15px;
            white-space: pre-line
        }

        @media screen and (max-width:900px) {
            .press_page_content section {
                padding: 44px 0
            }
            .press_page_content section .description {
                font-size: 16px
            }
            .press_page_content .section_title h2 {
                margin-top: 0
            }
        }

        .security_page_content .title {
            padding-bottom: 40px
        }

        .security_page_content section {
            min-height: auto;
            padding: 1rem 0
        }

        .security_page_content section .description a {
            margin-left: .4rem;
            margin-right: .4rem
        }

        .security_page_content section .box {
            width: 100%
        }

        .security_page_content section .box h1 {
            font-weight: 500
        }

        .security_page_content section .box .description {
            font-size: 13px;
            font-style: normal;
            font-weight: 300;
            letter-spacing: .02em
        }

        .security_page_content section .box ul {
            margin: 0
        }

        @media screen and (min-width:900px) {
            .security_page_content section .box {
                width: 33.3%
            }
            .security_page_content section .box .description {
                font-size: 15px;
                font-style: normal;
                font-weight: 300;
                letter-spacing: .02em
            }
            .security_page_content section h2 {
                margin-bottom: 0
            }
            .security_page_content section .half h3 {
                font-size: 28px;
                font-weight: 300;
                letter-spacing: .02em;
                line-height: 33px;
                margin-top: 0
            }
            .security_page_content section .description {
                font-size: 20px;
                font-weight: 300;
                letter-spacing: .02em;
                line-height: 150%
            }
            .security_page_content section .box ul.description {
                margin-top: 0;
                padding: 0 20px
            }
        }

        .security_page_content .security-policies .half:last-child img {
            max-width: 100%
        }

        .security_page_content .system-security .grid {
            margin-top: 0
        }

        .security_page_content .cryptocurrency-storage .description {
            margin-top: .5rem
        }

        @media screen and (max-width:900px) {
            .security_page_content .sub_section .description {
                font-size: 15px
            }
        }

        .security_page_content .user-account-protection .sub_section {
            padding-bottom: 0
        }

        .security_page_content .user-account-protection .sub_section .description {
            margin-bottom: 10px
        }

        .security_page_content .user-account-protection .sub_section .description a {
            word-wrap: break-word
        }

        @media screen and (max-width:900px) {
            .security_page_content h2#security-policies {
                margin-top: 36px
            }
            .security_page_content h3 {
                font-size: 16px;
                font-weight: 300
            }
            .security_page_content .system-security h1:first-of-type {
                margin-top: 0
            }
            .security_page_content .system-security .box:last-of-type {
                padding-bottom: 13px
            }
            .security_page_content .system-security .box:last-of-type .description {
                margin-bottom: 0
            }
        }

        .utilities_page div.column.img {
            padding-top: 40px
        }

        .utilities_page_content {
            background-color: rgb(var(--surface-color));
            padding: 80px 0
        }

        .utilities_page_content section {
            min-height: auto
        }

        @media screen and (min-width:900px) {
            .utilities_page_content section .description {
                font-size: 20px;
                line-height: 28px
            }
        }

        .utilities_page_content section {
            margin-bottom: 30px;
            padding: 0
        }

        .utilities_page_content .content {
            margin-top: 0
        }

        .utilities_page_content .lightning-network {
            margin-top: 65px
        }

        @media screen and (max-width:900px) {
            .utilities_page_content {
                padding: 0
            }
            .utilities_page_content .lightning-network {
                margin-top: 0;
                padding-bottom: 34px
            }
            .utilities_page_content section {
                padding-bottom: 0;
                padding-top: 55px
            }
            .utilities_page_content section .description {
                font-size: 16px
            }
            .utilities_page_content section h2 {
                margin-top: 0
            }
        }

        .section {
            margin: 0 auto;
            max-width: 89rem;
            padding: 1rem 2rem
        }

        @media screen and (min-width:900px) {
            .section .section {
                padding: 2rem 10rem
            }
            .section .half.section {
                padding: 2rem 0
            }
        }

        .section .description,
        .section .list {
            font-size: 20px;
            letter-spacing: .02em;
            margin-bottom: 2rem;
            max-width: 41em
        }

        .section ul.description {
            padding-left: 1.2rem
        }

        .section .list ul li {
            margin-bottom: 1rem
        }

        .section h2 {
            color: rgb(var(--primary-color));
            font-size: 16px;
            font-weight: 700;
            letter-spacing: .02em;
            line-height: 150%;
            margin-bottom: 0
        }

        .section h3 {
            font-size: 16px;
            margin-top: .2rem
        }

        .section h3,
        .section h4 {
            font-style: normal;
            font-weight: 300;
            letter-spacing: .02em;
            line-height: 150%
        }

        .section h4 {
            font-size: 18px
        }

        .section p,
        .section ul.description {
            font-size: 15px;
            font-style: normal;
            font-weight: 300;
            letter-spacing: .02em
        }

        @media screen and (min-width:900px) {
            .section h2,
            .section h3 {
                font-size: 1.75rem;
                line-height: 33px
            }
        }

        .sub_section h2 {
            color: rgb(var(--text-color));
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            letter-spacing: .02em;
            line-height: 140%
        }

        .sub_section .section_title h2 {
            color: rgb(var(--primary-color));
            font-size: 20px
        }

        .sub_section .description {
            font-size: 13px;
            font-style: normal;
            font-weight: 300;
            letter-spacing: .02em;
            margin-bottom: 20px
        }

        .sub_section .description p {
            font-size: 13px
        }

        .sub_section .box h1 {
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            letter-spacing: .02em;
            line-height: 150%
        }

        .sub_section .box .description p {
            font-size: 13px;
            font-style: normal;
            font-weight: 300;
            letter-spacing: .02em
        }

        @media screen and (min-width:900px) {
            .sub_section .section_title h2 {
                font-size: 28px
            }
            .sub_section h2 {
                font-size: 22px;
                line-height: 150%
            }
            .sub_section .description {
                font-size: 28px
            }
            .sub_section .description p {
                font-size: 15px
            }
            .sub_section .box h1 {
                font-size: 22px
            }
            .sub_section .box .description p {
                font-size: 15px
            }
            .sub_section .flex_grid.three_cols .box {
                width: 33%
            }
        }

        @media screen and (max-width:900px) {
            .fees_page #links_wrapper:not(.sticky_links) {
                top: 144px
            }
        }

        .fees_container {
            background: rgb(var(--background-color));
            color: rgb(var(--text-color));
            margin-top: 3rem
        }

        @media screen and (min-width:900px) {
            .fees_container {
                padding: 1rem
            }
        }

        .fees_container .table_wrapper {
            overflow: scroll
        }

        .fees_container .table_wrapper table {
            width: 52em
        }

        @media screen and (min-width:900px) {
            .fees_container .table_wrapper {
                overflow: visible
            }
            .fees_container .table_wrapper table {
                width: 100%
            }
        }

        .fees_container h4 {
            color: rgb(var(--primary-color));
            font-size: 20px;
            font-weight: 500;
            letter-spacing: .02em;
            line-height: 140%
        }

        .fees_container td {
            font-size: 13px;
            letter-spacing: .02em;
            line-height: 145.5%
        }

        .fees_container td,
        .fees_container th {
            text-align: right
        }

        .fees_container th {
            font-size: 10px;
            font-weight: 300;
            letter-spacing: .02em;
            line-height: 145.5%;
            text-transform: uppercase
        }

        .fees_container table,
        .fees_container td,
        .fees_container th {
            border: none;
            padding: 4px 9px
        }

        .fees_container table {
            border-collapse: collapse;
            border-spacing: 0;
            width: 100%
        }

        .fees_container table tr td:first-child,
        .fees_container table tr th:first-child {
            color: rgb(var(--text-color));
            text-align: left
        }

        .fees_container table tbody tr:nth-child(odd) {
            background: rgb(var(--surface-color))
        }

        .fees_container table tbody td {
            color: rgb(var(--primary-color))
        }

        @media screen and (min-width:900px) {
            .fees_container {
                padding: 5rem 0 0
            }
            .fees_container h4 {
                font-size: 28px;
                font-weight: 500;
                letter-spacing: .02em;
                line-height: 150%
            }
            .fees_container td,
            .fees_container th {
                height: 28px;
                max-width: 380px;
                text-align: right
            }
            .fees_container td {
                font-size: 13px;
                letter-spacing: .02em;
                line-height: 145.5%
            }
        }

        .fees_container .notes {
            margin-top: 1rem
        }

        .fees_container .notes span {
            display: block;
            font-size: 13px;
            letter-spacing: .02em;
            line-height: 150%
        }

        @media screen and (min-width:900px) {
            .fees_container .notes span {
                font-size: 15px;
                line-height: 20px
            }
        }

        .fees_container .notes .note {
            font-size: 13px;
            font-weight: 300;
            letter-spacing: .02em;
            line-height: 150%;
            margin-top: 1rem
        }

        .fees_container .otc_desk .title {
            color: rgb(var(--primary-color));
            font-size: 28px;
            font-weight: 500;
            letter-spacing: .02em;
            line-height: 150%;
            margin-bottom: 31px;
            margin-top: 56px
        }

        .fees_container .p2p-market {
            margin-top: 40px
        }

        .fees_container .p2p-market h4 {
            margin-top: 20px
        }

        .fees_container .p2p-market .notes span:last-of-type {
            margin-top: 10px
        }

        .fees-calculator__form {
            display: flex
        }

        @media screen and (min-width:900px) {
            .fees-calculator__form {
                align-items: flex-end
            }
        }

        @media screen and (max-width:900px) {
            .fees-calculator__form {
                flex-direction: column
            }
        }

        .fees-calculator__form .bp3-input {
            height: 47px;
            width: 255px
        }

        @media screen and (max-width:900px) {
            .fees-calculator__form .bp3-input {
                width: 100%
            }
        }

        @media screen and (min-width:900px) {
            .fees-calculator__form .fees-calculator__input-group {
                margin-right: 30px
            }
        }

        @media screen and (max-width:900px) {
            .fees-calculator__form .fees-calculator__input-group {
                margin-bottom: 13px
            }
        }

        .fees-calculator__form .fees-calculator__label {
            margin-bottom: 10px
        }

        .fees-calculator__form .fees-calculator__label small {
            display: inline-block;
            font-size: 11px;
            margin-left: 3px;
            text-transform: uppercase
        }

        .fees-calculator__result {
            display: flex;
            margin-top: 55px
        }

        @media screen and (max-width:900px) {
            .fees-calculator__result {
                flex-direction: column
            }
        }

        .fees-calculator__result .fees-calculator__result-col {
            flex: 1 1
        }

        .fees-calculator__result .fees-calculator__result-col:not(:last-child) {
            margin-right: 30px
        }

        .fees-calculator__result .fees-calculator__result-title {
            color: rgb(var(--primary-color));
            margin-bottom: 13px
        }

        @media screen and (max-width:900px) {
            .fees-calculator__result .fees-calculator__result-title {
                margin-top: 13px
            }
        }

        .fees-calculator__result .fees-calculator__result-title b {
            font-size: 15px;
            margin-right: 5px
        }

        .fees-calculator__result .fees-calculator__result-row {
            font-size: 15px;
            margin-bottom: 13px
        }

        .fees-calculator__result .fees-calculator__net {
            color: rgb(var(--primary-color))
        }

        .affiliate_page .blue,
        .affiliate_page section {
            margin: 0;
            min-height: 471px;
            padding: 0
        }

        @media screen and (max-width:900px) {
            .affiliate_page .blue,
            .affiliate_page section {
                min-height: unset;
                padding-bottom: 14px
            }
        }

        .affiliate_page .content {
            margin-top: 0
        }

        .affiliate_page .nutshell {
            padding: 80px 0
        }

        .affiliate_page .nutshell__top {
            align-items: center;
            display: flex
        }

        .affiliate_page .nutshell__top .affiliate {
            flex: 0 0 50%
        }

        @media screen and (max-width:900px) {
            .affiliate_page .nutshell__top .affiliate {
                flex: 0 0 100%
            }
            .affiliate_page .nutshell__top .affiliate p {
                font-size: 16px;
                font-weight: 300
            }
            .affiliate_page .nutshell__top {
                flex-wrap: wrap
            }
        }

        .affiliate_page .nutshell .boxes_row {
            margin-bottom: 80px
        }

        @media screen and (max-width:900px) {
            .affiliate_page .nutshell {
                padding-bottom: 20px;
                padding-top: 55px
            }
            .affiliate_page .nutshell .boxes_row {
                margin-bottom: 0
            }
        }

        .affiliate_page .how_it_works {
            padding-bottom: 32px
        }

        .affiliate_page .how_it_works img {
            padding-right: 10px
        }

        .affiliate_page .how_it_works .section_title {
            padding-top: 80px
        }

        @media screen and (max-width:900px) {
            .affiliate_page .how_it_works .section_title {
                padding-top: 39px
            }
            .affiliate_page .how_it_works {
                padding: 0
            }
        }

        .affiliate_page .with_borders:last-child {
            margin-right: 0
        }

        .affiliate_page .with_borders {
            height: auto;
            margin-bottom: 20px;
            margin-right: 14px;
            padding: 1.3rem 1rem;
            width: 148px
        }

        @media screen and (min-width:900px) {
            .affiliate_page .with_borders {
                height: 144px;
                margin-bottom: 0;
                margin-right: 20px;
                margin-top: 1rem;
                width: 160px
            }
        }

        .affiliate_page .with_borders h1 {
            font-size: 2em;
            margin: .27em 0
        }

        .affiliate_page .with_borders h1 small {
            font-size: 1rem;
            font-weight: 300
        }

        .affiliate_page .with_borders .tooltip svg {
            fill: rgb(var(--primary-color));
            margin: 0 0 0 4px
        }

        .affiliate_page .description p {
            font-size: 13px;
            font-style: normal;
            font-weight: 300
        }

        @media screen and (min-width:900px) {
            .affiliate_page .description p {
                font-size: 20px
            }
            .affiliate_page .right-box {
                margin-left: 2rem
            }
        }

        .affiliate_page .section_title {
            color: rgb(var(--primary-color))
        }

        @media screen and (min-width:900px) {
            .affiliate_page .section_title h2 {
                margin-top: 0
            }
        }

        .affiliate_page .two_cols_wrapper {
            display: flex;
            justify-content: space-evenly
        }

        .affiliate_page .affiliate.half {
            align-content: space-between;
            display: flex;
            flex-wrap: wrap
        }

        @media screen and (min-width:900px) {
            .affiliate_page .affiliate.half {
                width: 47.2%
            }
        }

        .affiliate_page .half a {
            margin: .25rem
        }

        .affiliate_page .flex_wrapper {
            align-content: center;
            display: flex;
            flex-wrap: wrap
        }

        .affiliate_page section h2 {
            color: rgb(var(--primary-color));
            margin-bottom: 10px
        }

        @media screen and (min-width:900px) {
            .affiliate_page section h2 {
                font-weight: 500;
                line-height: 150%;
                margin-bottom: 0;
                margin-top: 0
            }
            .affiliate_page section h3 {
                font-size: 28px;
                font-weight: 300;
                line-height: 33px;
                margin-top: .1em
            }
        }

        .affiliate_page section .box h1 {
            color: rgb(var(--primary-color));
            font-size: 12px;
            font-style: normal;
            font-weight: 700;
            letter-spacing: .05em;
            line-height: 160%
        }

        .affiliate_page section .box h2 {
            color: rgb(var(--text-color));
            font-size: 22px;
            font-style: normal;
            font-weight: 500;
            letter-spacing: .02em;
            line-height: 150%;
            margin-bottom: 10px;
            margin-top: 2px
        }

        @media screen and (max-width:900px) {
            .affiliate_page section .box h2 {
                font-size: 16px
            }
        }

        .affiliate_page section .box .description p {
            font-size: 15px;
            font-style: normal;
            font-weight: 300;
            letter-spacing: .02em
        }

        .affiliate_page section .separator {
            margin-bottom: 0;
            margin-top: 80px
        }

        @media screen and (max-width:900px) {
            .affiliate_page section .separator {
                margin-top: 5px
            }
        }

        .affiliate_page section .grid {
            padding-top: 40px
        }

        .affiliate_page .benefits .flex_grid.two_cols {
            justify-content: space-between
        }

        .affiliate_page .benefits .section_title {
            padding-top: 80px
        }

        @media screen and (max-width:900px) {
            .affiliate_page .benefits .section_title {
                padding-top: 44px
            }
        }

        .affiliate_page .benefits .boxes_row h2 {
            color: rgb(var(--text-color));
            padding-top: 30px
        }

        @media screen and (max-width:900px) {
            .affiliate_page .benefits .boxes_row {
                margin-bottom: 20px
            }
        }

        .affiliate_page .benefits__developer-rewards {
            margin-top: 44px
        }

        .affiliate_page .benefits__developer-rewards h2 {
            color: rgb(var(--text-color))
        }

        .affiliate_page .leo {
            background: rgb(var(--surface-color))
        }

        .affiliate_page .leo .content {
            background-image: url(/images/leo.png);
            background-position: right 70px top 50px;
            background-repeat: no-repeat;
            background-size: 45%;
            height: 100%;
            margin: 0 auto
        }

        @media screen and (max-width:900px) {
            .affiliate_page .leo .content {
                background-image: unset
            }
        }

        @media only screen and (min-width:992px)and (max-width:1199px) {
            .affiliate_page .leo .content {
                background-position: right 70px top 100px;
                background-size: 35%
            }
        }

        .affiliate_page .leo .main_content {
            max-width: 448px;
            min-height: 500px
        }

        @media screen and (max-width:900px) {
            .affiliate_page .leo .main_content {
                max-width: unset;
                min-height: unset
            }
        }

        @media only screen and (min-width:992px)and (max-width:1199px) {
            .affiliate_page .leo .main_content {
                max-width: 400px
            }
        }

        .affiliate_page .leo .main_content h2.leo_title {
            color: rgb(var(--primary-color));
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            letter-spacing: .02em;
            line-height: 150%;
            margin-bottom: .5rem;
            margin-top: 0;
            padding-top: 80px
        }

        @media screen and (max-width:900px) {
            .affiliate_page .leo .main_content h2.leo_title {
                padding-top: 40px
            }
        }

        .affiliate_page .leo .main_content .leo_subtitle {
            font-size: 16px;
            font-style: normal;
            font-weight: 300;
            letter-spacing: .02em;
            line-height: 150%;
            margin-bottom: 1.3rem
        }

        .affiliate_page .leo .main_content .leo_description {
            font-size: 13px;
            font-style: normal;
            font-weight: 300;
            letter-spacing: .02em;
            line-height: 150%
        }

        .affiliate_page .leo .main_content .leo_description p {
            margin-bottom: 1.3rem
        }

        @media screen and (min-width:900px) {
            .affiliate_page .leo .main_content h2.leo_title {
                font-size: 28px
            }
            .affiliate_page .leo .main_content .leo_subtitle {
                font-size: 20px
            }
            .affiliate_page .leo .main_content .leo_description {
                font-size: 15px
            }
        }

        @media screen and (max-width:900px) {
            .affiliate_page h2 {
                font-size: 20px;
                font-weight: 500;
                margin-top: 0
            }
            .affiliate_page h3,
            .affiliate_page p.description {
                font-size: 16px;
                font-weight: 300
            }
            .affiliate_page .boxes_row {
                margin-bottom: 0
            }
            .affiliate_page .boxes_row h2 {
                font-size: 16px
            }
            .affiliate_page .benefits__developer-rewards {
                margin-bottom: 55px;
                margin-top: 0
            }
        }

        .bp3-tooltip.with_borders__tooltip .bp3-popover-content {
            font-size: 13px;
            font-weight: 300;
            line-height: 17px;
            width: 250px
        }

        @media screen and (min-width:900px) {
            .about_page_content section.contact-list {
                height: auto;
                padding-bottom: 3rem
            }
            .about_page_content section .half .section_title h2 {
                margin-bottom: 0
            }
            .about_page_content section .half h3 {
                font-size: 28px;
                font-style: normal;
                font-weight: 300;
                letter-spacing: .02em;
                line-height: 33px;
                margin-top: 0
            }
            .about_page_content section .half.intro {
                margin-top: 42px
            }
        }

        .about_page_content section .flex_grid {
            justify-content: space-between
        }

        .about_page_content section .flex_grid .section_title h2 {
            margin-top: 0;
            padding-top: 12px
        }

        .about_page_content section .flex_grid .half.intro .grid>p,
        .about_page_content section .flex_grid .sub_section .grid>p {
            margin-right: 15px
        }

        .about_page_content section .flex_grid .half.intro .grid>p,
        .about_page_content section .flex_grid .half.intro p,
        .about_page_content section .flex_grid .sub_section .grid>p,
        .about_page_content section .flex_grid .sub_section p {
            font-size: 20px;
            font-style: normal;
            font-weight: 300;
            letter-spacing: .02em;
            margin-top: 15px
        }

        @media screen and (max-width:900px) {
            .about_page_content section .flex_grid .half.intro .grid>p,
            .about_page_content section .flex_grid .half.intro p,
            .about_page_content section .flex_grid .sub_section .grid>p,
            .about_page_content section .flex_grid .sub_section p {
                font-size: 13px
            }
        }

        .about_page_content section .flex_grid .half.intro .section_subtitle,
        .about_page_content section .flex_grid .sub_section .section_subtitle {
            line-height: 1.5;
            max-width: 500px
        }

        .about_page_content section .flex_grid .half.intro .manifesto,
        .about_page_content section .flex_grid .sub_section .manifesto {
            margin-bottom: 28px
        }

        .about_page_content section .flex_grid .sub_section p:first-child {
            margin-top: 3px
        }

        .about_page_content section .boxes_row {
            margin-top: 70px;
            width: 100%
        }

        .about_page_content section .boxes_row .flex_grid .with_borders {
            height: 197px;
            width: 255px
        }

        .about_page_content section .boxes_row .flex_grid .with_borders p {
            font-size: 15px;
            letter-spacing: .02em;
            line-height: 18px;
            margin-left: 20px;
            margin-top: .5rem
        }

        .about_page_content section .boxes_row .flex_grid .with_borders h1 {
            align-items: center;
            display: flex;
            font-size: 26px;
            font-weight: 500;
            letter-spacing: .02em;
            line-height: 30px;
            margin-bottom: 0;
            margin-left: 20px;
            margin-top: .3rem
        }

        .about_page_content section img.contact {
            margin-top: 3rem
        }

        .about_page_content section .management-container {
            display: flex;
            flex-wrap: wrap
        }

        .about_page_content section .management-container .introduction {
            margin-bottom: 1rem;
            width: 100%
        }

        @media screen and (min-width:900px) {
            .about_page_content section .management-container .introduction {
                margin-bottom: 0;
                padding-right: 2rem;
                width: 50%
            }
            .about_page_content section .management-container .introduction h3 {
                font-size: 28px;
                font-weight: 300
            }
        }

        .about_page_content section .management-container .box {
            display: flex;
            justify-content: center;
            text-align: center;
            width: 50%
        }

        @media screen and (min-width:900px) {
            .about_page_content section .management-container .box {
                padding-right: 2rem;
                width: 25%
            }
        }

        .about_page_content section .management-container .box .profile .overlay_wrap {
            background-size: cover;
            height: 150px;
            margin: 0 auto;
            width: 150px
        }

        @media screen and (min-width:900px) {
            .about_page_content section .management-container .box .profile .overlay_wrap {
                height: 240px;
                width: 240px
            }
        }

        .about_page_content section .management-container .box .profile .text_overlay,
        .about_page_content section .management-container .box .profile img.pro_pic {
            height: 150px;
            width: 150px
        }

        @media screen and (min-width:900px) {
            .about_page_content section .management-container .box .profile .text_overlay,
            .about_page_content section .management-container .box .profile img.pro_pic {
                height: 240px;
                width: 240px
            }
        }

        .about_page_content section .management-container .box .profile .text_overlay {
            align-items: center;
            display: none;
            font-size: 13px;
            line-height: 1.5;
            padding: .5rem
        }

        @media screen and (min-width:900px) {
            .about_page_content section .management-container .box .profile .text_overlay {
                display: flex
            }
        }

        .about_page_content section .management-container .box .profile .profile_data h3 {
            font-size: 13px;
            font-weight: 500;
            letter-spacing: .02em;
            line-height: 150%;
            margin-bottom: 0
        }

        @media screen and (min-width:900px) {
            .about_page_content section .management-container .box .profile .profile_data h3 {
                font-size: 22px
            }
        }

        .about_page_content section .management-container .box .profile .profile_data p {
            font-size: 13px;
            letter-spacing: .02em;
            margin-bottom: 0
        }

        @media screen and (min-width:900px) {
            .about_page_content section .management-container .box .profile .profile_data p {
                font-size: 15px
            }
        }

        .about_page_content section .svg_wrapper {
            display: flex;
            flex-direction: row;
            justify-content: center
        }

        @media screen and (min-width:900px) {
            .about_page_content section .svg_wrapper {
                margin-top: .5rem
            }
        }

        .about_page_content section .svg_wrapper svg {
            display: inline-flex;
            height: 11px;
            margin-left: .8rem;
            width: 11px
        }

        @media screen and (min-width:900px) {
            .about_page_content section .svg_wrapper svg {
                height: 16px;
                width: 16px
            }
        }

        .about_page_content section .svg_wrapper svg:hover path {
            fill: rgb(var(--tertiary-color))
        }

        .about_page_content .profile .text_overlay {
            background: transparent;
            color: transparent
        }

        .about_page_content .profile:hover .text_overlay {
            background: hsla(0, 0%, 6%, .6);
            color: rgb(var(--text-color))
        }

        @media screen and (max-width:900px) {
            .about_page_content #contact-list .contact {
                display: block;
                margin: 0 auto;
                max-width: 100%
            }
        }

        .about_page_content .our-product__image .active-icon,
        .about_page_content .our-product__image .icon {
            cursor: pointer
        }

        .about_page_content .manifesto {
            max-width: 512px
        }

        .about_page_content .culture,
        .about_page_content .manifesto-sub,
        .about_page_content .mission,
        .about_page_content .vision {
            color: #808b93;
            font-size: 20px;
            font-weight: 300;
            line-height: 1.5
        }

        @media screen and (max-width:900px) {
            .about_page_content .culture,
            .about_page_content .manifesto-sub,
            .about_page_content .mission,
            .about_page_content .vision {
                font-size: 13px
            }
        }

        .about_page_content .culture .manifesto-link,
        .about_page_content .manifesto-sub .manifesto-link,
        .about_page_content .mission .manifesto-link,
        .about_page_content .vision .manifesto-link {
            color: inherit
        }

        .about_page_content .manifesto-link {
            font-weight: 300
        }

        .about_page_content .manifesto-link:hover {
            text-decoration: underline
        }

        .about_page_content .manifesto-sub {
            white-space: pre-line
        }

        .about_page_content .culture,
        .about_page_content .manifesto {
            font-size: 28px;
            font-weight: 300;
            line-height: 1.5;
            white-space: pre-line
        }

        @media screen and (min-width:900px) {
            .about_page_content .culture,
            .about_page_content .manifesto-sub {
                padding-left: 2rem
            }
        }

        .about_page_content .our-product .our-product__title {
            display: flex;
            margin-bottom: 1rem
        }

        .about_page_content .our-product .our-product__title h2 {
            color: rgb(var(--primary-color));
            font-size: 16px;
            font-weight: 500;
            margin-left: 1rem
        }

        .about_page_content .our-product .our-product__description {
            margin-bottom: 2rem
        }

        @media screen and (max-width:900px) {
            .about_page_content .sub_section h3 {
                font-size: 13px;
                font-weight: 300
            }
        }

        .about_page_content #our-culture .culture p {
            line-height: 1.5;
            margin-top: 0
        }

        @media screen and (max-width:900px) {
            .about_page_content .section_title:first-of-type h2 {
                padding-top: 16px
            }
            .about_page_content .sub_section .manifesto,
            .about_page_content .sub_section h3 {
                font-size: 16px;
                font-weight: 300
            }
            .about_page_content .our-product__description {
                font-size: 13px;
                font-weight: 300
            }
            .about_page_content #our-products h2 {
                padding-top: 0
            }
            .about_page_content .blue {
                padding-top: 3px
            }
        }

        @media screen and (min-width:900px) {
            .about_page_content #our-story .half {
                max-width: unset;
                width: auto
            }
        }

        .about_page_content #our-story .about-story {
            max-width: 715px;
            white-space: pre-line;
            width: auto
        }

        .about_page_content #our-story .about-story p {
            color: #808b93;
            font-size: 20px;
            font-weight: 300;
            line-height: 1.5
        }

        @media screen and (max-width:900px) {
            .about_page_content #our-story .about-story p {
                font-size: 13px
            }
        }

        .about_page_content #hotspot-Premiersignal {
            transform: translate(796px, 411px)
        }

        .about_page_content #hotspot-Premiersignal .active-icon>.svg-icon {
            transform: translate(12px, -11px)
        }

        .about_page_content #hotspot-affiliate {
            transform: translate(753px, 485px)
        }

        .about_page_content #hotspot-affiliate .active-icon>.svg-icon {
            transform: translate(-3px, 8px) scale(1.2)
        }

        .about_page_content #hotspot-leaderboard {
            transform: translate(479px, 485px)
        }

        .about_page_content #hotspot-leaderboard .active-icon>.svg-icon {
            transform: translate(10px, -9px) scale(1.2)
        }

        .about_page_content #hotspot-api {
            transform: translate(400px, 558px)
        }

        .about_page_content #hotspot-api .active-icon>.svg-icon {
            transform: translate(-10px, -5px) scale(1.2)
        }

        .about_page_content #hotspot-sedleo {
            transform: translate(622px, 558px)
        }

        .about_page_content #hotspot-sedleo .active-icon>.svg-icon {
            transform: translate(-12px, -14px) scale(.13)
        }

        .about_page_content #hotspot-borrow {
            transform: translate(791px, 597px)
        }

        .about_page_content #hotspot-borrow .active-icon>.svg-icon {
            transform: translate(-21px, -22px) scale(.11)
        }

        .about_page_content #hotspot-pulse {
            transform: translate(527px, 633px)
        }

        .about_page_content #hotspot-pulse .active-icon>.svg-icon {
            transform: translate(-15px, -13px) scale(1.6)
        }

        .about_page_content #hotspot-pay {
            transform: translate(470px, 706px)
        }

        .about_page_content #hotspot-pay .active-icon>.svg-icon {
            transform: translate(-15px, -13px) scale(1.4)
        }

        .about_page_content #mission,
        .about_page_content #vision {
            align-items: center;
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            margin: 30px auto
        }

        .about_page_content #mission .half:first-child,
        .about_page_content #vision .half:first-child {
            margin: 0 90px 0 50px;
            width: auto
        }

        .about_page_content #mission .half:first-child img,
        .about_page_content #vision .half:first-child img {
            width: 68px
        }

        .about_page_content #mission .section_title h2,
        .about_page_content #vision .section_title h2 {
            padding: 0
        }

        .about_page_content #mission {
            justify-content: flex-end
        }

        @media screen and (max-width:900px) {
            .about_page_content #mission,
            .about_page_content #vision {
                align-items: center;
                flex-direction: column-reverse
            }
            .about_page_content #mission .half:first-child,
            .about_page_content #vision .half:first-child {
                margin: 30px 0 0
            }
            .about_page_content #mission .half:last-child,
            .about_page_content #vision .half:last-child {
                margin: 0;
                width: 100%
            }
        }

        .about_page_content .education .half {
            white-space: pre-line
        }

        .about_page_content .education .education_logo {
            width: 100%
        }

        @media screen and (max-width:900px) {
            .about_page_content .education {
                display: flex;
                flex-direction: column
            }
            .about_page_content .education .half:last-child {
                margin-top: 20px
            }
            .about_page_content .education .half:last-child .education_logo {
                transform: scale(.75)
            }
        }

        .about_page_content .education .half:last-child {
            align-items: center;
            display: flex;
            min-height: 330px
        }

        .about_page_content .education p {
            font-size: 2em;
            font-weight: 300
        }

        .about_page_content .education .education_logo {
            position: relative
        }

        .about_page_content .education .education_logo img {
            left: 50%;
            position: absolute;
            top: 50%;
            transform: translate(-50%, -50%)
        }

        .stats_page.lp_container {
            height: auto;
            padding-top: 0;
            position: relative
        }

        .stats_page.lp_container .lp_subtitle {
            margin-bottom: 0;
            padding-top: 35px;
            width: 100%
        }

        @media only screen and (min-width:900px) {
            .stats_page.lp_container {
                padding-bottom: 3rem
            }
            .stats_page.lp_container .lp_subtitle {
                margin-bottom: 23px
            }
            .stats_page.lp_container .lp_wrapper .column {
                width: 100%
            }
        }

        @media screen and (max-width:899px) {
            .stats_page #links_wrapper:not(.sticky_links) {
                top: 6rem
            }
        }

        @media screen and (max-width:900px) {
            .stats_page {
                margin-top: 100px
            }
        }

        .market_stats_page_content {
            background: rgb(var(--background-color))
        }

        @media only screen and (min-width:900px) {
            .market_stats_page_content {
                padding-bottom: 2rem;
                padding-top: 1rem
            }
        }

        @media only screen and (max-width:900px) {
            .market_stats_page_content {
                padding-bottom: 4rem;
                padding-top: 4rem
            }
        }

        .order_book_page_content {
            background: rgb(var(--background-color));
            margin-top: 5.9em
        }

        .order_book_page_content .full-book__tables {
            border: 1px solid hsla(0, 0%, 100%, .2)
        }

        .order_book_page_content .full-book__header {
            border: 1px solid hsla(0, 0%, 100%, .2);
            border-bottom: 0
        }

        .app_links {
            cursor: pointer;
            display: flex;
            flex-wrap: wrap;
            margin-top: 1em
        }

        .app_links img {
            height: 50px
        }

        .app_links img.app_link_img:hover {
            outline: 1px solid rgb(var(--text-color));
            outline-offset: -1px
        }

        .app_links a {
            margin-right: 2rem
        }

        @media screen and (max-width:900px) {
            .app_links.mobile-only {
                display: none
            }
        }

        .qr-code-popover {
            align-items: center;
            background: rgb(var(--background-color));
            display: flex
        }

        .qr-code-popover .tooltip__inner {
            align-items: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 1rem
        }

        .qr-code-popover p {
            color: rgb(var(--text-color-variant));
            font-size: .8rem;
            font-weight: 700;
            margin: 0 auto;
            max-width: 130px
        }

        .qr-code-popover img {
            height: 200px;
            width: 200px
        }

        .download-dropdown {
            position: absolute
        }

        .download-dropdown__icon {
            background-image: url(/images/download-dropdown.svg);
            background-position: 50%;
            background-repeat: no-repeat;
            background-size: auto auto;
            cursor: pointer;
            height: 18px;
            width: 18px
        }

        .download-dropdown__icon:focus {
            outline: none
        }

        .download-dropdown .bp3-tooltip .bp3-popover-content {
            background: #0b1923;
            border-radius: 6px
        }

        .download-dropdown__tip {
            background: #0b1923;
            height: 24px;
            position: absolute;
            right: -2px;
            top: 32px;
            transform: rotate(45deg);
            width: 24px;
            z-index: 1
        }

        .download-dropdown__options {
            background: #0b1923;
            border-radius: 6px;
            box-shadow: 0 4px 66px 0 hsla(0, 0%, 100%, .059);
            display: flex;
            flex-direction: column;
            overflow: hidden;
            padding: 10px;
            position: absolute;
            right: -20px;
            top: 36px;
            width: 200px;
            z-index: 1
        }

        .download-dropdown__options>a {
            color: #fff;
            display: flex;
            font-size: 15px;
            padding: 16px 12px
        }

        .download-dropdown__options>a span {
            color: #808b93;
            margin-left: auto
        }

        .customer-support-pr-marketing-contacts a>div {
            align-items: center;
            background-color: rgb(var(--primary-color));
            border-radius: 2px;
            color: rgb(var(--text-color));
            display: flex;
            height: 77px;
            left: 166px;
            margin-bottom: 2rem;
            transition: background-color .3s ease-in-out;
            width: 349px
        }

        .customer-support-pr-marketing-contacts a>div:hover {
            background: rgb(var(--primary-color-variant));
            cursor: pointer
        }

        @media screen and (max-width:900px) {
            .customer-support-pr-marketing-contacts a>div {
                width: 100%
            }
        }

        .customer-support-pr-marketing-contacts a>div a {
            color: rgb(var(--text-color))
        }

        .customer-support-pr-marketing-contacts a>div img {
            height: 35px;
            margin: 21px;
            width: 39px
        }

        .customer-support-pr-marketing-contacts a>div .text_wrapper {
            margin-left: 13px
        }

        .customer-support-pr-marketing-contacts a>.fake_btn>.text_wrapper>h3 {
            align-items: center;
            display: flex;
            font-size: 16px;
            font-weight: 500;
            letter-spacing: .02em;
            line-height: unset;
            margin-bottom: 0;
            margin-top: -2px
        }

        .customer-support-pr-marketing-contacts a>.fake_btn>.text_wrapper>p {
            font-size: 20px;
            font-weight: 300;
            letter-spacing: .02em;
            margin: 0
        }

        .posts_page.lp_container {
            height: auto;
            padding-top: 0;
            position: relative
        }

        .posts_page.lp_container .lp_subtitle {
            margin-bottom: 0;
            padding-bottom: 20px;
            padding-top: 35px
        }

        @media only screen and (min-width:900px) {
            .posts_page.lp_container .lp_subtitle {
                margin-bottom: 0
            }
            .posts_page.lp_container {
                padding-bottom: 2rem
            }
            .posts_page.lp_container .lp_subtitle {
                margin-bottom: 23px
            }
        }

        .announcements_page_content .content_wrapper {
            word-break: break-word
        }

        .announcements_page_content .post__title {
            align-items: center;
            display: flex
        }

        .announcements_page_content .post__title a {
            color: rgb(var(--text-color))
        }

        .announcements_page_content .post__title h2 {
            font-size: 22px;
            font-weight: 500;
            line-height: 150%;
            margin-bottom: .5rem;
            margin-top: 1rem
        }

        .announcements_page_content .post__subtitle {
            align-items: baseline;
            display: flex;
            margin-bottom: 1rem
        }

        .announcements_page_content .post__tag {
            background-color: rgb(var(--primary-color));
            border-radius: 11px;
            font-size: 12px;
            padding: 2px 7px
        }

        .announcements_page_content .post__date {
            color: rgb(var(--primary-color));
            font-size: 12px;
            font-weight: 700;
            margin-right: 1rem;
            text-transform: uppercase
        }

        .announcements_page_content .post__description {
            font-size: 15px;
            margin-bottom: 2rem
        }

        .announcements_page_content .post .table-responsive {
            display: block;
            overflow-x: auto;
            width: 100%
        }

        .announcements_page_content .pagination {
            margin-top: 1rem;
            text-align: center
        }

        .announcements_page_content .pagination a {
            cursor: pointer
        }

        .empty_placeholder {
            font-size: 24px;
            font-weight: 300
        }

        .logged-out {
            align-items: center;
            background-color: rgb(var(--background-color));
            color: rgb(var(--text-color));
            flex-wrap: wrap;
            height: 100%;
            position: absolute;
            width: 100%
        }

        .logged-out,
        .logged-out__logo {
            display: flex;
            justify-content: center
        }

        .logged-out__logo {
            margin-bottom: 20px
        }

        .logged-out__logo img {
            width: 210px
        }

        .logged-out p {
            font-size: 15px;
            margin-top: 25px;
            text-align: center
        }

        .logged-out__content {
            background-color: rgb(var(--surface-color));
            min-width: 427px;
            padding: 50px
        }

        .logged-out__content div,
        .logged-out__content p {
            display: flex;
            font-size: 22px;
            font-weight: 400;
            justify-content: center;
            margin-top: 0
        }

        .logged-out__content .buttons_row {
            margin: 30px 0 0
        }

        @media screen and (max-width:900px) {
            .logged-out__content {
                margin: 0 auto;
                min-width: unset;
                width: 80%
            }
            .logged-out__content p {
                font-size: 14px
            }
            .logged-out__support {
                font-size: 13px;
                padding: 0 20px
            }
        }

        .app-banners {
            animation: fadeIn .5s .3s forwards;
            min-height: 89px;
            opacity: 0;
            width: 100%
        }

        .external-link-dialog {
            background: rgb(var(--surface-color));
            color: rgb(var(--text-color))
        }

        .external-link-dialog p {
            margin: 0
        }

        .external-link-dialog a {
            overflow-wrap: break-word
        }

        .external-link-dialog .securities_body a {
            color: #82bbf6
        }

        .external-link-dialog__footer {
            align-items: flex-start;
            display: flex;
            flex-direction: column
        }

        .cards-page .sub_section .section_title h2 {
            margin: 16px 0
        }

        .cards-page .description {
            font-size: 20px;
            line-height: 1.5
        }

        @media screen and (max-width:900px) {
            .cards-page .description {
                font-size: 15px
            }
        }

        .cards-page #how-to-buy .buy-steps {
            display: flex;
            justify-content: space-between;
            margin: 30px 0 0;
            padding: 0
        }

        @media screen and (max-width:900px) {
            .cards-page #how-to-buy .buy-steps {
                flex-wrap: wrap;
                margin-bottom: 30px
            }
        }

        .cards-page #how-to-buy .buy-step {
            flex: 0 0 20%;
            list-style: none;
            margin: 0;
            padding: 0
        }

        @media screen and (max-width:900px) {
            .cards-page #how-to-buy .buy-step {
                flex: unset;
                text-align: center;
                width: 100%
            }
        }

        .cards-page #how-to-buy .step-viz {
            align-items: center;
            display: flex;
            justify-content: space-between;
            margin-bottom: 15px
        }

        .cards-page #how-to-buy .step-no {
            align-items: center;
            border: 1px solid rgb(var(--primary-color));
            border-radius: 50%;
            color: rgb(var(--primary-color));
            display: flex;
            font-size: 22px;
            font-style: normal;
            font-weight: 300;
            height: 38px;
            justify-content: center;
            width: 38px
        }

        @media screen and (max-width:900px) {
            .cards-page #how-to-buy .step-no {
                margin: 0 auto
            }
        }

        .cards-page #how-to-buy .divider {
            background-color: rgb(var(--primary-color));
            flex: 1 1;
            height: 1px
        }

        @media screen and (max-width:900px) {
            .cards-page #how-to-buy .divider {
                display: none
            }
        }

        .cards-page .step-title {
            padding-right: 31px
        }

        @media screen and (max-width:900px) {
            .cards-page .step-title {
                padding-right: 0
            }
        }

        .cards-page #one-of-the-best .box {
            width: 33%
        }

        @media screen and (max-width:900px) {
            .cards-page #one-of-the-best .box {
                flex-wrap: wrap;
                width: 100%
            }
        }

        .cards-page__processors {
            padding-bottom: 80px;
            padding-top: 80px
        }

        @media screen and (max-width:900px) {
            .cards-page__processors {
                padding-bottom: 24px;
                padding-top: 24px
            }
        }

        .cards-page__processors .sub_section {
            padding-bottom: 40px
        }

        .cards-page__processors__list {
            align-items: stretch;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            margin: 0 -10px
        }

        @media screen and (max-width:900px) {
            .cards-page__processors__list {
                flex-direction: column
            }
        }

        .cards-page__processors__processor {
            display: flex;
            flex: 1 1;
            padding: 0 10px
        }

        .cards-page__processors__processor img {
            height: 43px
        }

        .cards-page__processors__processor img.mercuryo {
            width: 162px
        }

        .cards-page__processors__processor_box {
            border: 1px solid rgb(var(--primary-color));
            min-height: 267px;
            padding: 20px
        }

        .cards-page__processors__processor_box p {
            color: rgb(var(--text-color));
            font-size: 15px;
            font-weight: 300;
            margin-top: 20px
        }

        @media screen and (max-width:900px) {
            .cards-page__processors__processor {
                margin-bottom: 20px;
                width: 100%
            }
        }

        .cards-page__options {
            min-height: unset;
            padding-bottom: 80px
        }

        @media screen and (max-width:900px) {
            .cards-page__options {
                padding-bottom: 44px
            }
        }

        .cards-page__options .grid {
            flex-flow: unset
        }

        .cards-page__options .sub_section:nth-child(2) {
            margin-top: 60px
        }

        .cards-page__options a {
            font-size: 15px;
            font-weight: 300;
            margin-left: 7px
        }

        .bitrefill-page__live {
            justify-content: space-between
        }

        .bitrefill-page__live__left {
            font-size: 20px;
            font-weight: 300;
            line-height: 1.5
        }

        @media screen and (min-width:900px) {
            .bitrefill-page__live__left {
                flex: 0 0 47%
            }
        }

        .bitrefill-page__live__right {
            bottom: 11px;
            position: relative
        }

        @media screen and (min-width:900px) {
            .bitrefill-page__live__right {
                flex: 0 0 47%
            }
        }

        .bitrefill-page__live .box {
            padding-bottom: 1rem
        }

        .bitrefill-page #about-bitrefill {
            min-height: 430px
        }

        .bitrefill-page__about__description {
            font-size: 20px;
            font-weight: 300;
            line-height: 1.5
        }

        .bitrefill-page__about__note {
            font-size: 15px;
            font-weight: 300;
            line-height: 1.5
        }

        .bitrefill-page__about__logo {
            align-items: center;
            display: flex;
            justify-content: center
        }

        @media screen and (max-width:900px) {
            .bitrefill-page__about__logo {
                padding-top: 24px
            }
        }

        .bitrefill-page #get-started .box {
            flex: 0 0 33%
        }

        @media screen and (max-width:900px) {
            .bitrefill-page #get-started .box {
                flex: 100% 1
            }
        }

        .bitrefill-page__start__title {
            font-size: 50px;
            font-weight: 300
        }

        @media screen and (max-width:900px) {
            .bitrefill-page__start__title {
                font-size: 28px
            }
        }

        .bitrefill-page__start__steps-wrapper {
            margin-top: 60px
        }

        @media screen and (max-width:900px) {
            .bitrefill-page__start__steps-wrapper {
                display: flex;
                margin-top: 40px
            }
            .bitrefill-page__start__steps img {
                margin-right: 20px;
                width: 80px
            }
        }

        .bitrefill-page__start__step {
            flex: 0 0 33%
        }

        @media screen and (max-width:900px) {
            .bitrefill-page__start__step {
                flex: 0 0 100%
            }
            .bitrefill-page__start__step:first-child {
                margin-top: 10px
            }
        }

        .posts_page__title h2 {
            font-size: 2.2rem;
            font-weight: 300;
            padding-top: 2.5rem
        }

        .posts_page__title span {
            color: rgb(var(--primary-color));
            display: block;
            font-size: .75rem;
            font-weight: 600;
            margin-bottom: 2.5rem;
            text-transform: uppercase
        }

        .posts_page .post__date {
            margin-right: 1rem
        }

        .posts_page .post__subtitle {
            align-items: baseline;
            display: flex
        }

        .posts_page .post__tag {
            background-color: rgb(var(--primary-color));
            border-radius: 11px;
            font-size: 12px;
            padding: 2px 7px
        }

        @media screen and (max-width:900px) {
            .borrow_page #links_wrapper:not(.sticky_links) {
                top: 250px
            }
        }

        .borrow_page__borrow-now {
            display: flex;
            justify-content: center
        }

        .borrow_page__info-use-available-funds-btn svg {
            fill: rgb(var(--primary-color));
            height: 8px;
            width: 8px
        }

        #borrow_wrapper .column.img {
            display: none
        }

        @media screen and (min-width:900px) {
            .borrow_page.lp_container .lp_wrapper .column {
                width: 100%
            }
            .borrow_page.lp_container .lp_wrapper .column .lp_intro {
                padding-bottom: 0
            }
        }

        .borrow_page.lp_container .lp_wrapper .lp_title {
            font-size: 15px
        }

        .borrow_page_content .icon,
        .currency-icon-text .icon {
            background-color: rgb(var(--currency-color));
            background-position: 50%;
            background-repeat: no-repeat;
            background-size: 20px;
            border-radius: 4px;
            height: 24px;
            outline: none;
            width: 24px
        }

        .borrow_page_content .currencies {
            flex-wrap: wrap;
            margin-bottom: 40px
        }

        .borrow_page_content .currencies>div {
            margin-right: 40px;
            margin-top: 40px
        }

        .borrow_page_content .currencies .title {
            font-size: 15px;
            letter-spacing: .02em;
            line-height: 150%;
            margin-bottom: 2px
        }

        .borrow_page_content .currencies .icons {
            flex-wrap: wrap
        }

        .borrow_page_content .currencies .icons>div {
            margin-right: 20px;
            margin-top: 20px
        }

        .borrow_page_content .currencies .icons.icons-borrow .icon {
            cursor: pointer
        }

        .borrow_page_content .calculator-wrapper {
            background-color: rgb(var(--surface-color));
            padding: 40px
        }

        @media screen and (max-width:900px) {
            .borrow_page_content .calculator-wrapper {
                padding: 15px
            }
        }

        .borrow_page_content .calculator {
            flex-wrap: wrap
        }

        @media screen and (max-width:900px) {
            .borrow_page_content .calculator {
                flex-direction: column !important
            }
        }

        .borrow_page_content .calculator-input-column {
            flex: 1 1;
            margin-bottom: 20px;
            min-width: 300px;
            padding-right: 50px
        }

        @media screen and (max-width:900px) {
            .borrow_page_content .calculator-input-column {
                padding-right: 0
            }
        }

        .borrow_page_content .calculator-input-column .title {
            font-size: 15px;
            font-weight: 500;
            letter-spacing: .02em;
            line-height: 18px;
            margin-bottom: 10px
        }

        .borrow_page_content .calculator-input-column .inputs {
            flex-wrap: wrap;
            margin-bottom: 40px
        }

        .borrow_page_content .calculator-input-column .inputs .input-col,
        .borrow_page_content .calculator-input-column .inputs .input-col div {
            flex: 1 1
        }

        .borrow_page_content .calculator-input-column .bp3-input {
            background-color: rgb(var(--background-color))
        }

        .borrow_page_content .calculator-input-column .landing-btn {
            color: rgb(var(--text-color))
        }

        .borrow_page_content .calculator-output-column {
            background-color: rgb(var(--background-color));
            flex: 1 1;
            min-width: 300px;
            padding: 30px
        }

        @media screen and (max-width:900px) {
            .borrow_page_content .calculator-output-column {
                padding: 15px
            }
        }

        .borrow_page_content .calculator-output-column .heading_title p {
            font-size: 17px;
            font-weight: 500;
            line-height: 20px;
            margin-bottom: 15px
        }

        .borrow_page_content .offers-column {
            flex: 1 1;
            width: 100%
        }

        .borrow_page_content .period {
            margin-bottom: 50px
        }

        .borrow_page_content .period>div {
            width: 100%
        }

        .borrow_page_content .period .title {
            font-size: 15px;
            letter-spacing: .02em;
            line-height: 150%;
            margin-bottom: 12px
        }

        .borrow_page_content .rate-type-selector {
            font-size: 15px;
            letter-spacing: .02em;
            line-height: 150%;
            margin-bottom: 30px
        }

        .borrow_page_content .summary-note {
            color: rgb(var(--text-color-variant));
            margin-bottom: 10px
        }

        .borrow_page_content .summary-note p {
            font-size: 11px;
            font-weight: 300
        }

        .borrow_page_content .how-it-works {
            color: rgb(var(--primary-color));
            cursor: default;
            margin-bottom: 30px
        }

        .borrow_page_content .how-it-works svg {
            fill: rgb(var(--primary-color));
            height: 12px;
            margin-right: 5px;
            vertical-align: baseline;
            width: 12px
        }

        .borrow_page_content .verification-level-up-required {
            background-color: rgb(var(--background-color));
            margin-bottom: 10px;
            padding: 10px;
            text-align: center
        }

        .borrow_page_content .verification-level-up-required h3 {
            margin-bottom: 3px;
            margin-top: 0
        }

        .borrow_page_content .verification-level-up-required svg {
            fill: rgb(var(--secondary-color));
            height: 20px;
            margin-right: 5px;
            vertical-align: baseline;
            width: 20px
        }

        .borrow_page_content .calculator-outputs-row {
            flex-wrap: wrap;
            justify-content: space-between;
            margin-bottom: 30px
        }

        .borrow_page_content .calculator-outputs-row>div {
            font-size: 13px;
            font-weight: 300;
            letter-spacing: .02em;
            line-height: 150%;
            margin-bottom: 10px;
            width: 50%
        }

        .borrow_page_content .calculator-outputs-row>div .title {
            color: rgb(var(--primary-color));
            font-size: 14px;
            font-weight: 500;
            letter-spacing: .02em;
            line-height: 150%;
            margin-bottom: 4px
        }

        .borrow_page_content .min_amount.error {
            color: rgb(var(--secondary-color))
        }

        .borrow_page_content .available,
        .borrow_page_content .min_amount.error {
            font-size: 12px;
            letter-spacing: .02em;
            line-height: 150%;
            margin-top: 5px
        }

        .borrow_page_content .available .amount {
            margin-right: 5px;
            text-decoration-line: underline
        }

        .borrow_page_content .available .amount.error {
            color: rgb(var(--secondary-color));
            text-decoration-line: none
        }

        .borrow_page_content .available a {
            color: rgb(var(--text-color-variant));
            text-decoration-line: underline
        }

        .borrow_page_content .available .bp3-icon {
            color: rgb(var(--primary-color));
            vertical-align: baseline
        }

        .borrow_page_content .borrow__head-table,
        .borrow_page_content .borrow__table,
        .borrow_page_content .borrow__table_container {
            margin-top: 10px;
            width: 100%
        }

        .borrow_page_content .borrow__head-table th,
        .borrow_page_content .borrow__table th,
        .borrow_page_content .borrow__table_container th {
            border-bottom: 0
        }

        .borrow_page_content .borrow__head-table div,
        .borrow_page_content .borrow__head-table td,
        .borrow_page_content .borrow__head-table th,
        .borrow_page_content .borrow__table div,
        .borrow_page_content .borrow__table td,
        .borrow_page_content .borrow__table th,
        .borrow_page_content .borrow__table_container div,
        .borrow_page_content .borrow__table_container td,
        .borrow_page_content .borrow__table_container th {
            color: rgb(var(--text-color));
            font-size: 11px;
            font-weight: 300;
            text-transform: uppercase
        }

        .borrow_page_content .borrow__table {
            margin-bottom: 30px;
            margin-top: 0
        }

        .borrow_page_content .borrow__table .ReactVirtualized__Grid {
            outline: none
        }

        .borrow_page_content .borrow__table .ReactVirtualized__Grid .ReactVirtualized__Grid__innerScrollContainer .table-row {
            display: flex
        }

        .borrow_page_content .borrow__table .ReactVirtualized__Grid .ReactVirtualized__Grid__innerScrollContainer .table-row:nth-child(odd) {
            background: rgba(191, 204, 214, .15)
        }

        .borrow_page_content .borrow__table .ReactVirtualized__Grid .ReactVirtualized__Grid__innerScrollContainer .table-row:hover {
            background-color: rgba(191, 204, 214, .3);
            cursor: pointer
        }

        .borrow_page_content .borrow__table .ReactVirtualized__Grid .ReactVirtualized__Grid__innerScrollContainer .table-row>div {
            display: inline-block;
            font-size: 13px;
            max-width: unset;
            vertical-align: middle
        }

        .borrow_page_content .borrow__table .ReactVirtualized__Grid .ReactVirtualized__Grid__innerScrollContainer .table-row>div.symbol-col,
        .borrow_page_content .borrow__table .ReactVirtualized__Grid .ReactVirtualized__Grid__innerScrollContainer .table-row>div.volume-col {
            overflow: hidden;
            padding: 6px 10px;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .borrow_page_content .borrow__table .ReactVirtualized__Grid .ReactVirtualized__Grid__innerScrollContainer .table-row>div.col-right {
            text-align: right
        }

        .borrow_page_content .borrow__table .borrow__action-column {
            padding: 0
        }

        .borrow_page_content .borrow__table label.bp3-label {
            margin-bottom: 0
        }

        .borrow_page_content .borrow__table .checkbox {
            padding: 6px 11px 6px 37px
        }

        .borrow_page_content .borrow__table .empty-cell {
            text-align: center
        }

        .borrow_page_content .borrow__helper {
            font-size: 11px;
            font-weight: 300;
            margin-bottom: 0;
            margin-top: 10px
        }

        .borrow_page_content .currency-list {
            max-height: 70vh;
            min-width: 180px
        }

        .borrow_page_content .currency-select .landing-btn {
            background: rgb(var(--background-color));
            color: rgb(var(--text-color-variant));
            height: 46px;
            justify-content: space-between;
            margin-right: 20px;
            min-width: 134px
        }

        .borrow_page_content .currency-select .landing-btn svg {
            fill: #808b93
        }

        @media screen and (max-width:900px) {
            .borrow_page_content .currency-select .landing-btn {
                margin-bottom: 5px
            }
        }

        .borrow_page_content .currency-list-item {
            cursor: pointer;
            padding: 5px 7px
        }

        .borrow_page_content .submit-helper {
            align-self: center;
            margin-left: 15px
        }

        .borrow_page_content .submit-helper .error {
            color: rgb(var(--secondary-color));
            font-size: 12px;
            letter-spacing: .02em
        }

        .borrow_page_content .bp3-numeric-input .bp3-input {
            border-radius: 0;
            height: 46px;
            min-width: 150px
        }

        .borrow_page_content .bp3-numeric-input .bp3-input:focus {
            border-radius: 0
        }

        .borrow_page_content .bp3-numeric-input.error .bp3-input {
            box-shadow: 0 0 0 1px rgb(var(--secondary-color));
            color: rgb(var(--secondary-color))
        }

        .borrow_page_content .bp3-numeric-input.error .bp3-input:focus {
            box-shadow: 0 0 0 1px rgb(var(--secondary-color))
        }

        .borrow_page_content .balances {
            margin-top: 80px
        }

        .borrow_page_content .balances .balances_table_container {
            width: 100%
        }

        .borrow-confirmation-dialog,
        .borrow-terms-dialog {
            background: rgb(var(--surface-color));
            color: rgb(var(--text-color));
            font-size: 14px;
            line-height: 16px;
            width: 603px
        }

        .borrow-confirmation-dialog__body-centered {
            align-items: center;
            display: flex;
            flex-direction: column
        }

        .borrow-confirmation-dialog__fixed_rate_note {
            color: rgb(var(--primary-color))
        }

        .borrow-confirmation-dialog__row {
            font-size: 20px;
            font-weight: 500;
            justify-content: space-between;
            line-height: 30px;
            margin-bottom: 33px;
            width: 100%
        }

        .borrow-confirmation-dialog__row.repayment {
            border-top: 1px solid rgb(var(--background-color));
            color: rgb(var(--primary-color));
            margin-bottom: 0;
            padding-top: 22px
        }

        .borrow-confirmation-dialog__footer {
            padding: 40px 20px 60px;
            width: 100%
        }

        .borrow-confirmation-dialog__actions {
            align-items: center;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            width: 100%
        }

        .borrow-terms-dialog__terms {
            max-height: 395px;
            overflow: auto
        }

        .borrow-terms-dialog__terms::-webkit-scrollbar {
            height: 6px;
            visibility: visible;
            width: 6px
        }

        .borrow-terms-dialog__terms::-webkit-scrollbar-thumb {
            background: hsla(0, 0%, 86%, .2)
        }

        .borrow-terms-dialog__terms::-webkit-scrollbar-track {
            background: hsla(0, 0%, 86%, .05);
            border-radius: 3px
        }

        .borrow-terms-dialog__terms h2 {
            line-height: 130%
        }

        .borrow-terms-dialog__footer {
            justify-content: flex-end;
            padding: 40px 20px 60px
        }

        .borrow-positions-dialog,
        .paper-account-dialog,
        .verification-dialog {
            background: rgb(var(--surface-color));
            color: rgb(var(--text-color));
            text-align: center
        }

        .borrow-positions-dialog h1,
        .paper-account-dialog h1,
        .verification-dialog h1 {
            color: rgb(var(--tertiary-color));
            font-size: 30px;
            font-weight: 500;
            line-height: 35px
        }

        .borrow-positions-dialog__footer {
            align-items: center;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            padding: 40px 20px 60px;
            width: 100%
        }

        .currency-icon-text.currency-text:hover {
            color: rgb(var(--primary-color))
        }

        .currency-icon-text {
            align-items: center;
            display: flex;
            font-size: 16px;
            font-weight: 300
        }

        .currency-icon-text>.icon {
            margin-right: 10px
        }

        .why_borrow .lp_subtitle {
            color: rgb(var(--primary-color));
            font-size: 28px;
            font-weight: 500;
            letter-spacing: .02em;
            line-height: 150%
        }

        @media screen and (min-width:900px) {
            .why_borrow .lp_subtitle {
                max-width: 10em
            }
        }

        .why_borrow .features-grid {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            margin-top: 75px
        }

        .why_borrow .features-grid .box {
            flex: 50% 1
        }

        .why_borrow .features-grid .box .description {
            margin-bottom: 1rem
        }

        .why_borrow .features-grid .box img {
            transform: translateX(-10px)
        }

        @media screen and (max-width:900px) {
            .why_borrow .features-grid {
                flex-wrap: wrap
            }
            .why_borrow .features-grid .box {
                flex: 100% 1
            }
        }

        #how-to-get-started .borrow-steps {
            display: flex;
            justify-content: space-between;
            margin: 53px 0;
            padding: 0
        }

        @media screen and (max-width:900px) {
            #how-to-get-started .borrow-steps {
                flex-wrap: wrap;
                margin-bottom: 30px
            }
        }

        #how-to-get-started .borrow-step {
            flex: 0 0 25%;
            list-style: none;
            margin: 0;
            padding: 0
        }

        @media screen and (max-width:900px) {
            #how-to-get-started .borrow-step {
                flex: unset;
                text-align: center;
                width: 100%
            }
        }

        #how-to-get-started .step-viz {
            align-items: center;
            display: flex;
            justify-content: space-between;
            margin-bottom: 15px
        }

        #how-to-get-started .step-no {
            align-items: center;
            border: 1px solid rgb(var(--primary-color));
            border-radius: 50%;
            color: rgb(var(--primary-color));
            display: flex;
            font-size: 22px;
            font-style: normal;
            font-weight: 300;
            height: 38px;
            justify-content: center;
            width: 38px
        }

        @media screen and (max-width:900px) {
            #how-to-get-started .step-no {
                margin: 0 auto
            }
        }

        #how-to-get-started .divider {
            background-color: rgb(var(--primary-color));
            flex: 1 1;
            height: 1px
        }

        @media screen and (max-width:900px) {
            #how-to-get-started .divider {
                display: none
            }
        }

        .step-title {
            padding-right: 31px
        }

        @media screen and (max-width:900px) {
            .step-title {
                padding-right: 0
            }
        }

        @media screen and (min-width:900px) {
            .borrow_desc {
                padding-right: 50px
            }
            #faq-borrow .bp3-button .bp3-button-text {
                font-size: 22px
            }
        }

        .markdown_container.dialog {
            margin-top: 0
        }

        .currency-text {
            color: rgb(var(--currency-color));
            font-weight: 500
        }

        .currency-list .currency-text {
            font-weight: 300
        }

        .securities_body iframe#launcher {
            display: none
        }

        .securities_body .bp3-menu-item:hover {
            color: #82bbf6
        }

        .securities_page.lp_container {
            background-color: #182d3e;
            height: unset;
            margin-top: 0;
            min-height: 60vh;
            padding-top: 7em
        }

        .securities_page .lp_title {
            color: #82bbf6;
            font-size: 14px;
            font-weight: 400;
            text-transform: none
        }

        .securities_page .landing-btn {
            background-color: #82bbf6;
            margin-top: 20px
        }

        .securities_page #links_wrapper .link_container a:hover,
        .securities_page .posts_page .post__date__securitites {
            color: #82bbf6
        }

        .securities_page #links_wrapper.sticky_links .link_container.active a {
            border-bottom-color: #82bbf6;
            color: #82bbf6
        }

        .securities_page .fees_container .fees-calculator__net,
        .securities_page .fees_container .fees-calculator__result-title,
        .securities_page .fees_container a,
        .securities_page .fees_container h4 {
            color: #82bbf6
        }

        .securities_page .fees_container table {
            margin-bottom: 20px
        }

        .securities_page .fees_container table tbody td {
            color: #82bbf6
        }

        .securities_page .fees_container table tbody td:first-child {
            color: rgb(var(--text-color))
        }

        .securities_page .announcements_page_content .content_wrapper a {
            color: #82bbf6
        }

        .securities_page .announcements_page_content .post__title a {
            color: rgb(var(--text-color))
        }

        .securities_page .announcements_page_content .pagination a,
        .securities_page .announcements_page_content .post__date,
        .securities_page .announcements_page_content .post__description a {
            color: #82bbf6
        }

        .securities_page .terms_menu .main-menu>li.active>a {
            background: rgba(130, 187, 246, .5);
            border-right-color: #82bbf6;
            color: unset
        }

        .securities_page .terms_menu .sub-menu li.active>a,
        .securities_page.terms_page .bp3-button.term-mobile-menu,
        .securities_page.terms_page .bp3-button.term-mobile-menu .bp3-icon {
            color: #82bbf6
        }

        .securities_page.terms_page .markdown_content h1:first-child {
            margin-top: 0
        }

        .securities_page.terms_page .markdown_content a,
        .securities_page.terms_page .markdown_content h1 {
            color: #82bbf6
        }

        .securities_page_content .px {
            padding-left: 15px;
            padding-right: 15px
        }

        .securities_page_content .mt {
            margin-top: 15px
        }

        .securities_page_content .text-right {
            text-align: right
        }

        .securities_page_content .text-muted {
            color: rgb(var(--text-color-variant))
        }

        .securities_page_content img.responsive {
            height: auto;
            max-width: 100%
        }

        .securities_page_content button.transparent {
            background: transparent;
            border: none;
            outline: none
        }

        .securities_page_content .content-center {
            align-items: center;
            display: flex;
            justify-content: center
        }

        .securities_page_content .dark-bg {
            background-color: #0f1d29
        }

        .securities_page_content .dark-bg .lp_subtitle {
            color: rgb(var(--text-color))
        }

        .securities_page_content .sub_section .section_title h2 {
            color: rgb(var(--text-color));
            margin-top: 0
        }

        @media screen and (max-width:900px) {
            .securities_page_content .sub_section .section_title h2 {
                font-size: 24px
            }
        }

        .securities_page_content h3 {
            font-size: 22px;
            font-weight: 400
        }

        .securities_page_content h4 {
            font-size: 20px;
            font-weight: 400
        }

        .securities_page_content #markets-section {
            background: linear-gradient(180deg, #182d3e, #0f3452);
            position: relative
        }

        .securities_page_content #markets-section .content {
            position: relative;
            z-index: 1
        }

        .securities_page_content #markets-section .content .item_img img {
            width: 60%
        }

        @media screen and (max-width:900px) {
            .securities_page_content #markets-section .content .item_img img {
                max-height: 30vh;
                width: unset
            }
        }

        .securities_page_content #markets-section .overlay {
            background-image: url(/images/securities/corner.png);
            background-position-x: right;
            background-position-y: bottom;
            background-repeat: no-repeat;
            background-size: 220px;
            bottom: 0;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 0
        }

        .securities_page_content #advantages {
            background: linear-gradient(135deg, #182d3e, #0f3452);
            display: flex;
            min-height: unset
        }

        .securities_page_content #advantages .content {
            margin-top: 0
        }

        .securities_page_content #advantages .section_title {
            text-align: center
        }

        .securities_page_content #advantages li {
            font-size: 18px;
            margin-bottom: 3px;
            margin-top: 3px
        }

        .securities_page_content #projects {
            min-height: unset;
            padding-bottom: 75px
        }

        .securities_page_content #projects .buttons-wrapper {
            margin-top: 15px
        }

        .securities_page_content #projects .buttons-wrapper #slide-left,
        .securities_page_content #projects .buttons-wrapper #slide-right {
            background-position: 50%;
            background-repeat: no-repeat;
            height: 55px;
            width: 45px
        }

        .securities_page_content #projects .buttons-wrapper #slide-left {
            background-image: url(/images/arrow-left.svg)
        }

        .securities_page_content #projects .buttons-wrapper #slide-right {
            background-image: url(/images/arrow-right.svg)
        }

        .securities_page_content #projects .projects_row {
            display: flex;
            flex-direction: row
        }

        @media screen and (max-width:900px) {
            .securities_page_content #projects .projects_row {
                display: block
            }
        }

        .securities_page_content #projects .projects_row .landing-btn {
            background: #82bbf6
        }

        .securities_page_content #projects .item_content {
            align-content: stretch;
            background-color: #0f3452;
            background-image: url(/images/leaf-bg.svg);
            background-position: 100px;
            background-repeat: no-repeat;
            background-size: 120% 120%;
            border-radius: 15px;
            display: flex;
            margin: 0 15px 15px 0;
            min-height: 300px;
            padding: 30px;
            width: 100%
        }

        .securities_page_content #projects .item_content .left {
            align-items: center;
            display: flex;
            flex: 1 1 70%;
            flex-direction: column
        }

        .securities_page_content #projects .item_content .left .lp_title {
            font-size: 12px
        }

        .securities_page_content #projects .item_content .left h3 {
            font-size: 18px;
            margin-top: 0;
            text-align: center
        }

        .securities_page_content #projects .item_content .left img {
            height: auto;
            width: 150px
        }

        .securities_page_content #projects .item_content .right {
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 0 45px
        }

        .securities_page_content #projects .item_content .right p {
            font-size: 14px
        }

        .securities_page_content #projects .item_content .right .text_wrapper {
            display: flex;
            flex: 1 1 auto;
            flex-direction: column;
            justify-content: center
        }

        .securities_page_content #projects .item_content .item_number {
            align-items: center;
            border: 1px solid #82bbf6;
            border-radius: 50%;
            color: #82bbf6;
            display: flex;
            font-weight: 500;
            height: 36px;
            justify-content: center;
            width: 36px
        }

        .securities_page_content #projects .projects-tabs {
            margin-bottom: 15px
        }

        .securities_page_content #projects .projects-tabs__item {
            color: rgb(var(--text-color-variant));
            font-size: 20px
        }

        .securities_page_content #projects .projects-tabs__item__selected {
            box-shadow: inset 0 -2px 0 0 #82bbf6;
            color: #82bbf6
        }

        @media screen and (max-width:900px) {
            .securities_page_content #projects .item_content {
                display: block;
                margin: 0 0 15px
            }
            .securities_page_content #projects .item_content .left {
                margin-bottom: 15px
            }
            .securities_page_content #projects .item_content .right {
                padding: 0;
                text-align: center
            }
            .securities_page_content #projects .item_content .right p {
                font-size: 15px
            }
        }

        .securities_page_content #tokenized-section {
            display: flex;
            flex-direction: column
        }

        .securities_page_content #tokenized-section .content {
            display: flex;
            flex: 1 1 auto;
            flex-direction: column;
            justify-content: space-around;
            margin-top: 0
        }

        .securities_page_content #tokenized-section .item {
            display: flex;
            justify-content: center;
            max-width: 800px
        }

        @media screen and (max-width:900px) {
            .securities_page_content #tokenized-section .item {
                flex-direction: column;
                margin-bottom: 30px
            }
        }

        .securities_page_content #tokenized-section .item_content,
        .securities_page_content #tokenized-section .item_img,
        .securities_page_content #tokenized-section .item_title {
            align-items: center;
            display: flex;
            margin-left: 15px;
            margin-right: 15px
        }

        .securities_page_content #tokenized-section .item_content p,
        .securities_page_content #tokenized-section .item_img p,
        .securities_page_content #tokenized-section .item_title p {
            margin-bottom: 0
        }

        @media screen and (max-width:900px) {
            .securities_page_content #tokenized-section .item_content,
            .securities_page_content #tokenized-section .item_img,
            .securities_page_content #tokenized-section .item_title {
                justify-content: center;
                width: 100%
            }
        }

        .securities_page_content #tokenized-section .item_content {
            flex: 2 1 auto
        }

        .securities_page_content #tokenized-section .item_img,
        .securities_page_content #tokenized-section .item_title {
            flex: 1 1 auto
        }

        @media screen and (max-width:900px) {
            .securities_page_content #tokenized-section .item h4 {
                margin-bottom: 15px
            }
        }

        .securities_page_content #capital-section {
            background: linear-gradient(0deg, #182d3e, #0f3452)
        }

        .securities_page_content #capital-section .item {
            display: flex;
            margin: 45px 0
        }

        @media screen and (max-width:900px) {
            .securities_page_content #capital-section .item {
                flex-direction: column;
                margin: 0
            }
        }

        @media screen and (min-width:900px) {
            .securities_page_content #capital-section .item_2 .item_img {
                width: 30%
            }
            .securities_page_content #capital-section .item_2 .item_text {
                width: 70%
            }
        }

        @media screen and (max-width:900px) {
            .securities_page_content #capital-section .item_text {
                width: 100%
            }
            .securities_page_content #capital-section .item_img_1,
            .securities_page_content #capital-section .item_img_2 {
                text-align: center
            }
            .securities_page_content #capital-section .item_img_1 img,
            .securities_page_content #capital-section .item_img_2 img {
                width: 40%
            }
        }

        @media screen and (min-width:900px) {
            .securities_page_content #capital-section .item_img_1,
            .securities_page_content #capital-section .item_img_2 {
                position: relative
            }
            .securities_page_content #capital-section .item_img_1 img,
            .securities_page_content #capital-section .item_img_2 img {
                left: 50%;
                position: absolute;
                top: 50%;
                transform: translateY(-50%) translateX(-50%);
                width: 75%
            }
        }

        .securities_page_content #speak-section {
            min-height: unset
        }

        .securities_page_content #speak-section .content>div {
            border-radius: 10px;
            padding: 15px
        }

        .securities_page_content #speak-section .section_title h2 {
            margin-bottom: 0
        }

        .securities_page_content #speak-section h3 {
            font-size: 20px;
            font-weight: 400;
            margin-top: 0
        }

        .securities_page_content #speak-section .speak_content {
            padding: 20px 30px
        }

        .securities_page_content #speak-section .speak_content .landing-btn {
            background: #82bbf6
        }

        @media screen and (max-width:900px) {
            .securities_page_content #speak-section .half {
                text-align: center
            }
            .securities_page_content #speak-section .half img {
                width: 50%
            }
            .securities_page_content #speak-section .lp_button {
                margin-bottom: 30px
            }
        }

        .securities_page_content #notice-securities {
            min-height: unset
        }

        .securities_page_content #notice-securities .content>div {
            padding: 0 45px 45px
        }

        .securities_page_content a {
            color: #82bbf6
        }

        .extra_footer_securities_content .landing-btn__primary {
            background-color: #82bbf6
        }

        .extra_footer_securities_content .landing-btn__secondary:hover {
            border-color: #82bbf6
        }

        header.header_securities {
            background-color: #182d3e
        }

        header.header_securities .header_container a:hover {
            color: #82bbf6
        }

        header.header_securities .header_container a.primary {
            background: #82bbf6;
            border-radius: 4px;
            color: rgb(var(--text-color));
            padding: 7px 18px
        }

        header.header_securities .header_container .bp3-popover-wrapper:hover .bp3-popover-target span {
            color: #82bbf6
        }

        header.header_securities .header_container .bp3-popover-wrapper .bp3-popover-target.bp3-popover-open:after,
        header.header_securities .header_container .bp3-popover-wrapper:hover .bp3-popover-target:after {
            border-color: #82bbf6
        }

        header.header_securities .header_container .bp3-popover-wrapper .bp3-popover-target.bp3-popover-open span,
        header.header_securities.mobile .mobile_header_content .collapsible_link a.primary.active,
        header.header_securities.mobile .mobile_header_content .collapsible_link a.primary:hover {
            color: #82bbf6
        }

        header.header_securities.mobile .mobile_header_content .collapsible_link a.primary.active path,
        header.header_securities.mobile .mobile_header_content .collapsible_link a.primary:hover path {
            stroke: #82bbf6
        }

        header.header_securities.mobile .mobile_header_content a:hover {
            color: #82bbf6
        }

        .footer__wrapper__securities {
            background-color: #0f1d29;
            color: rgb(var(--text-color));
            margin-top: 0
        }

        .footer__wrapper__securities .footer__logo img {
            height: auto;
            width: 220px
        }

        .footer__wrapper__securities .footer__column {
            flex: unset;
            flex-basis: 25%
        }

        @media screen and (max-width:900px) {
            .footer__wrapper__securities .footer__column {
                flex: 1 0 auto
            }
        }

        .footer__wrapper__securities .footer__link.active,
        .footer__wrapper__securities .footer__link:hover,
        .footer__wrapper__securities .language_selector .popover_label:hover {
            color: #82bbf6
        }

        .securities-dialog {
            background: rgb(var(--surface-color));
            color: rgb(var(--text-color));
            font-size: 14px;
            line-height: 16px;
            text-align: center;
            width: 603px
        }

        .securities-dialog__title {
            font-size: 30px;
            font-weight: 500;
            padding: 0 0 0 32px
        }

        .securities-dialog__body svg {
            margin: 10px 0 40px
        }

        .securities-dialog h1 {
            color: rgb(var(--primary-color));
            font-size: 30px;
            font-weight: 500;
            line-height: 35px
        }

        .cookies-banner {
            background: rgba(11, 25, 35, .8);
            border-radius: 6px;
            display: flex;
            flex-direction: column;
            min-height: 160px;
            min-width: 300px;
            padding: 20px;
            width: 350px;
            width: -webkit-min-content;
            width: min-content
        }

        .cookies-banner__title {
            color: #fff;
            font-size: 18px
        }

        @media screen and (max-width:900px) {
            .cookies-banner__title {
                font-size: 15px;
                line-height: 15px;
                margin-right: 10px
            }
        }

        .cookies-banner__desc {
            color: #586871;
            flex: 1 1;
            margin-bottom: 19px;
            margin-top: 9px
        }

        .cookies-banner__desc a {
            color: #82baf6
        }

        @media screen and (max-width:900px) {
            .cookies-banner__desc {
                display: none
            }
        }

        .cookies-banner .cookies-banner__buttons {
            display: flex;
            margin: 0 0 0 auto
        }

        .cookies-banner .cookies-banner__buttons a:first-child {
            margin-right: 16px
        }

        .cookies-banner .cookies-banner__buttons .landing-btn {
            border-radius: 4px;
            box-shadow: none;
            font-size: 13px;
            height: 30px;
            min-width: 100px;
            padding: 7px 10px;
            width: unset
        }

        @media screen and (max-width:900px) {
            .cookies-banner .cookies-banner__buttons .landing-btn {
                min-width: unset
            }
            .cookies-banner {
                bottom: 10px;
                flex-direction: row;
                max-width: calc(100vw - 100px);
                min-height: unset;
                min-width: unset;
                padding: 12px 14px;
                position: fixed;
                width: 350px
            }
            .cookies-banner__title {
                align-items: center;
                display: flex;
                font-size: 16px
            }
            .cookies-banner__desk {
                display: none
            }
            .cookies-banner__compact {
                max-width: calc(100vw - 85px);
                padding: 12px 7px
            }
            .cookies-banner__compact .cookies-banner__title {
                font-size: 12px;
                margin-right: 4px
            }
            .cookies-banner__compact .cookies-banner__buttons .landing-btn {
                height: 30px;
                margin-right: 6px;
                min-width: unset;
                padding: 7px 4px
            }
        }

        .download-app__container {
            background: #0b1923;
            border-radius: 6px;
            color: #fff;
            height: 160px;
            max-width: 350px;
            overflow-y: hidden;
            padding: 20px;
            position: relative;
            width: 350px;
            z-index: 3
        }

        .download-app__bg {
            position: absolute;
            right: 40px;
            top: 16px
        }

        .download-app__close {
            border-radius: 100%;
            font-size: 16px;
            height: 23px;
            position: absolute;
            right: 10px;
            top: 10px;
            width: 23px
        }

        .download-app__close:hover {
            cursor: pointer
        }

        .download-app__desc {
            flex: 1 1
        }

        .download-app__content {
            display: flex;
            flex-direction: column;
            height: 100%;
            max-width: calc(100% - 140px);
            min-width: 140px;
            position: relative;
            z-index: 1
        }

        .download-app__content-title {
            color: rgb(var(--primary-color));
            font-size: 18px;
            margin-bottom: 5px
        }

        .download-app__content-desc {
            flex: 1 1;
            font-size: 12px;
            font-weight: 300
        }

        .download-app__content button {
            background-color: rgb(var(--primary-color));
            border: none;
            border-radius: 4px;
            color: rgb(var(--text-color));
            font-size: 13px;
            font-weight: 500;
            height: 30px;
            letter-spacing: .5px;
            text-align: center;
            transition: background-color 125ms ease;
            width: 140px
        }

        .download-app__content button:hover {
            background-color: rgb(var(--primary-color-variant));
            cursor: pointer
        }

        .referral-banner {
            background-color: #0e3452;
            background-image: url(/images/leaf-bg.svg);
            background-position: 0;
            background-repeat: no-repeat;
            background-size: cover;
            border-radius: 6px;
            display: flex;
            flex-direction: column;
            height: 160px;
            max-width: 350px;
            padding: 20px;
            position: relative;
            width: 360px
        }

        .referral-banner__top {
            align-items: center;
            display: flex;
            justify-content: flex-start
        }

        .referral-banner__top h5 {
            color: #fff;
            font-size: 18px;
            margin: 0;
            padding: 0
        }

        .referral-banner__bottom {
            align-items: center;
            display: flex;
            flex-grow: 1;
            justify-content: space-between
        }

        .referral-banner__bottom a:first-child {
            margin-right: 16px
        }

        .referral-banner__bottom a .landing-btn {
            border-radius: 4px;
            color: #fff;
            height: 40px;
            min-width: unset;
            width: 145px
        }

        .bottom-banners {
            bottom: 20px;
            display: flex;
            flex-direction: row;
            left: 20px;
            max-width: calc(100vw - 40px);
            position: fixed;
            z-index: 1
        }

        .bottom-banners>div:not(:first-child) {
            margin: 0 0 0 20px
        }

        @media screen and (max-width:900px) {
            .bottom-banners {
                bottom: 74px;
                flex-direction: column
            }
            .bottom-banners>div:not(:first-child) {
                margin: 10px 0 0
            }
        }

        .manage-cookies-dialog {
            background-color: #2a3f4d;
            border-radius: 10px;
            color: #808b93;
            font-size: 14px;
            font-weight: 400;
            max-width: 90%;
            width: 800px
        }

        .manage-cookies-dialog .landing-dialog-header {
            padding: 50px 50px 20px
        }

        .manage-cookies-dialog .landing-dialog-body {
            margin: 0;
            padding: 0 50px
        }

        .manage-cookies-dialog .landing-dialog-footer {
            padding: 20px 50px
        }

        .manage-cookies-dialog .manage-cookies-dialog__nav {
            margin: 0 0 20px
        }

        .manage-cookies-dialog .manage-cookies-dialog__nav button {
            background: transparent;
            border: unset;
            border-bottom: 2px solid transparent;
            border-radius: 0;
            color: #fff;
            cursor: pointer;
            height: unset;
            margin: 0 10px 0 0;
            padding: 10px 0
        }

        .manage-cookies-dialog .manage-cookies-dialog__nav button span {
            padding: 0
        }

        .manage-cookies-dialog .manage-cookies-dialog__nav button:hover {
            border-bottom-color: #fff;
            box-shadow: unset
        }

        .manage-cookies-dialog .manage-cookies-dialog__nav button:focus {
            outline: none
        }

        .manage-cookies-dialog .manage-cookies-dialog__nav .manage-cookies-dialog__nav-selected {
            border-bottom-color: #fff
        }

        .manage-cookies-dialog .manage-cookies-dialog__content-switcher {
            align-items: center;
            background: #334a59;
            border-radius: 6px;
            color: #fff;
            cursor: pointer;
            display: flex;
            flex-direction: row;
            font-size: 15px;
            margin: 0 0 20px;
            padding: 10px 14px
        }

        .manage-cookies-dialog .manage-cookies-dialog__content-switcher .bp3-control {
            margin: 0
        }

        .manage-cookies-dialog .manage-cookies-dialog__content-switcher .bp3-control .bp3-control-indicator {
            font-size: 28px;
            margin: 0
        }

        .manage-cookies-dialog .manage-cookies-dialog__content-switcher>span {
            flex: 1 1;
            margin: 0 14px 0 0
        }

        .manage-cookies-dialog .manage-cookies-dialog__content-desc {
            margin: 0 0 20px
        }

        .manage-cookies-dialog .manage-cookies-dialog__content table {
            color: #fff;
            font-size: 12px;
            width: 100%
        }

        .manage-cookies-dialog .manage-cookies-dialog__content table tr td:first-child,
        .manage-cookies-dialog .manage-cookies-dialog__content table tr th:first-child {
            max-width: 160px;
            width: 160px;
            word-break: break-word
        }

        .manage-cookies-dialog .manage-cookies-dialog__content table tr td:nth-child(2),
        .manage-cookies-dialog .manage-cookies-dialog__content table tr th:nth-child(2) {
            white-space: nowrap;
            width: 60px
        }

        .manage-cookies-dialog .manage-cookies-dialog__content table tr td:nth-child(3),
        .manage-cookies-dialog .manage-cookies-dialog__content table tr th:nth-child(3) {
            white-space: nowrap;
            width: 120px
        }

        @media screen and (max-width:900px) {
            .manage-cookies-dialog .manage-cookies-dialog__content table tr td:nth-child(2),
            .manage-cookies-dialog .manage-cookies-dialog__content table tr td:nth-child(3),
            .manage-cookies-dialog .manage-cookies-dialog__content table tr th:nth-child(2),
            .manage-cookies-dialog .manage-cookies-dialog__content table tr th:nth-child(3) {
                display: none
            }
        }

        .manage-cookies-dialog .manage-cookies-dialog__content table tr th {
            background: #172d3e;
            font-weight: 600;
            padding: 14px;
            text-align: left
        }

        .manage-cookies-dialog .manage-cookies-dialog__content table tr td {
            background: #334a59;
            padding: 14px;
            word-break: break-word
        }

        .manage-cookies-dialog .manage-cookies-dialog__content table tr:first-child th:first-child {
            border-top-left-radius: 6px
        }

        .manage-cookies-dialog .manage-cookies-dialog__content table tr:first-child th:last-child {
            border-top-right-radius: 6px
        }

        .manage-cookies-dialog .manage-cookies-dialog__content table tr:last-child td:first-child {
            border-bottom-left-radius: 6px
        }

        .manage-cookies-dialog .manage-cookies-dialog__content table tr:last-child td:last-child {
            border-bottom-right-radius: 6px
        }

        @media screen and (max-width:900px) {
            .manage-cookies-dialog .manage-cookies-dialog__content {
                padding: 0
            }
        }

        .bug-bounty_page .lp_intro {
            margin-top: 0;
            padding-top: 0
        }

        .bug-bounty_page .lp_subtitle {
            line-height: 1.2
        }

        .bug-bounty .markdown_content h1 {
            font-weight: 300
        }

        .bug-bounty .markdown_content h2 {
            color: rgb(var(--primary-color));
            font-size: 1.75rem;
            font-weight: 500;
            margin-top: 3.125rem
        }

        .bug-bounty .markdown_content p {
            font-size: 1.25rem;
            font-weight: 300
        }

        .bug-bounty .markdown_content table {
            margin-top: 50px;
            min-width: 50%
        }

        .bug-bounty .markdown_content table td {
            color: rgb(var(--text-color))
        }

        .bug-bounty .markdown_content table td:not(:first-child) {
            text-align: right
        }

        .bug-bounty .markdown_content table th {
            color: rgb(var(--text-color));
            font-weight: 300;
            text-transform: uppercase
        }

        .bug-bounty .markdown_content table th:not(:first-child) {
            text-align: right
        }

        .bug-bounty .markdown_content table tr:nth-child(odd) td {
            background-color: rgb(var(--background-color)) !important
        }

        @media screen and (max-width:900px) {
            .bug-bounty .markdown_content table {
                width: 100%
            }
            .bug-bounty .markdown_content h2 {
                font-size: 1.5rem
            }
            .bug-bounty .markdown_content p {
                font-size: .875rem
            }
            .bug-bounty .markdown_content table th {
                font-size: .75rem
            }
        }

        .bug-bounty__dropdown-item {
            cursor: pointer;
            padding: 5px
        }

        .bug-bounty__dropdown-item:hover {
            background-color: rgb(var(--surface-color))
        }

        .bug-bounty__form {
            background-color: rgb(var(--background-color));
            display: flex;
            flex-direction: column;
            padding: 50px
        }

        .bug-bounty__form .bug-bounty__slider {
            max-width: 725px;
            width: 100%
        }

        .bug-bounty__form .bug-bounty__slider span {
            margin: unset
        }

        .bug-bounty__form .bug-bounty__slider .rc-slider-track {
            background: linear-gradient(90deg, rgb(var(--primary-color)) .66%, rgb(var(--secondary-color)) 100%)
        }

        .bug-bounty__form .bp3-intent-primary {
            display: none
        }

        .bug-bounty__form input[type=email],
        .bug-bounty__form input[type=text],
        .bug-bounty__form select,
        .bug-bounty__form textarea {
            background-color: rgb(var(--surface-color));
            border: none;
            color: rgb(var(--text-color));
            font-size: 16px;
            margin-top: 10px;
            min-width: 60%;
            outline: none;
            padding: 12px
        }

        .bug-bounty__form textarea {
            width: 100%
        }

        .bug-bounty__form div span,
        .bug-bounty__form label span {
            display: block;
            margin-top: 40px
        }

        .bug-bounty__form span.name {
            margin-top: 0
        }

        .bug-bounty__form .checkbox {
            margin-bottom: 20px
        }

        .bug-bounty__form .form-footer__allowed-file-types {
            color: rgb(var(--primary-color));
            margin-top: 1rem
        }

        @media screen and (max-width:900px) {
            .bug-bounty__form .form-footer {
                flex-wrap: wrap
            }
        }

        .bug-bounty__form .form-footer__buttons {
            align-items: center;
            display: flex;
            justify-content: flex-end
        }

        .bug-bounty__form .form-footer__buttons span {
            margin: 0
        }

        .bug-bounty__form .form-footer__buttons .bp3-minimal {
            background: none;
            color: rgb(var(--text-color));
            height: 46px;
            padding-left: 30px;
            padding-right: 30px
        }

        .bug-bounty__form .label,
        .bug-bounty__form label {
            font-size: 20px;
            font-weight: 300;
            margin-bottom: 15px
        }

        .bug-bounty__form .attachment {
            font-size: 14px
        }

        .bug-bounty__form-hcaptcha {
            margin: 40px 0
        }

        .bug-bounty__form_error {
            color: rgb(var(--secondary-color));
            font-size: 16px;
            font-weight: 500;
            padding-right: 20px;
            text-align: center
        }

        .bug-bounty__form_success {
            color: rgb(var(--primary-color));
            font-size: 16px;
            font-weight: 500;
            padding: 10px;
            text-align: center
        }

        @media screen and (max-width:900px) {
            .bug-bounty__form input[type=email],
            .bug-bounty__form input[type=text],
            .bug-bounty__form select,
            .bug-bounty__form textarea {
                min-width: 100%
            }
        }

        .bug-bounty__form .attachment::-webkit-file-upload-button {
            background-color: transparent;
            background-image: url(/images/attach.svg);
            background-position-y: center;
            background-repeat: no-repeat;
            border: none;
            border-radius: 3px;
            color: rgb(var(--text-color));
            cursor: pointer;
            display: inline-block;
            font-size: 14px;
            font-weight: 700;
            margin-top: 20px;
            outline: none;
            padding: 7px 15px 7px 20px;
            white-space: nowrap
        }

        .bug-bounty__form .attachment::file-selector-button {
            background-color: transparent;
            background-image: url(/images/attach.svg);
            background-position-y: center;
            background-repeat: no-repeat;
            border: none;
            border-radius: 3px;
            color: rgb(var(--text-color));
            cursor: pointer;
            display: inline-block;
            font-size: 14px;
            font-weight: 700;
            margin-top: 20px;
            outline: none;
            padding: 7px 15px 7px 20px;
            white-space: nowrap
        }

        .bug-bounty .auto-complete__results {
            background-color: rgb(var(--surface-color));
            box-shadow: 5px 5px 5px -3px rgba(0, 0, 0, .36);
            color: rgb(var(--text-color));
            font-weight: 300;
            max-height: 300px;
            width: auto;
            z-index: 10
        }

        .bug-bounty .auto-complete__results::-webkit-scrollbar {
            height: 6px;
            visibility: visible;
            width: 6px
        }

        .bug-bounty .auto-complete__results::-webkit-scrollbar-thumb {
            background: hsla(0, 0%, 86%, .2)
        }

        .bug-bounty .auto-complete__results::-webkit-scrollbar-track {
            background: hsla(0, 0%, 86%, .05);
            border-radius: 3px
        }

        .bug-bounty .auto-complete__results span {
            margin: 0;
            padding: 10px 7px
        }

        .bug-bounty .auto-complete__results li.active {
            background-color: rgb(var(--surface-color-variant))
        }

        .bug-bounty-submit-dialog {
            background: rgb(var(--surface-color));
            color: rgb(var(--text-color));
            min-width: 50%;
            padding-bottom: 0;
            width: 660px
        }

        @media screen and (max-width:900px) {
            .bug-bounty-submit-dialog {
                min-width: 80%
            }
        }

        .bug-bounty-submit-dialog__body {
            max-height: 520px;
            overflow-y: scroll;
            padding: 10px 32px 0;
            width: 100%
        }

        .bug-bounty-submit-dialog__body::-webkit-scrollbar {
            height: 6px;
            visibility: visible;
            width: 6px
        }

        .bug-bounty-submit-dialog__body::-webkit-scrollbar-thumb {
            background: hsla(0, 0%, 86%, .2)
        }

        .bug-bounty-submit-dialog__body::-webkit-scrollbar-track {
            background: hsla(0, 0%, 86%, .05);
            border-radius: 3px
        }

        .bug-bounty-submit-dialog__footer {
            align-items: center;
            border-top: 1px solid rgb(var(--background-color));
            display: flex;
            justify-content: space-between;
            padding: 20px;
            width: 100%
        }

        .global-notification {
            background-color: #2d4d60;
            border: 1px solid #467694;
            color: rgb(var(--text-color-variant));
            position: absolute;
            text-align: center;
            width: 100%
        }

        .collapsible-content__chevron {
            align-items: center;
            color: rgb(var(--text-color));
            cursor: pointer;
            display: flex;
            font-size: 22px;
            font-weight: 500;
            height: 50px;
            width: 100%
        }

        @media screen and (max-width:900px) {
            .collapsible-content__chevron {
                font-size: 14px;
                height: 41px
            }
        }

        .collapsible-content__chevron svg {
            fill: #808b93;
            margin-right: 7px
        }

        .collapsible-content__body {
            font-size: 15px;
            font-weight: 300;
            line-height: 150%;
            padding: 15px 37px
        }

        .collapsible-content .bp3-button {
            color: rgb(var(--text-color))
        }

        .collapsible-content .bp3-button:hover {
            background: transparent;
            color: rgb(var(--text-color))
        }

        .footer__wrapper {
            background-color: rgb(var(--surface-color));
            color: rgb(var(--text-color))
        }

        .footer__column {
            flex: 1 1
        }

        @media screen and (max-width:900px) {
            .footer__column {
                flex: unset;
                width: 50%
            }
        }

        .footer__bottom,
        .footer__content,
        .footer__top {
            box-sizing: border-box;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            padding: 8px 32px
        }

        @media screen and (max-width:900px) {
            .footer__bottom,
            .footer__content,
            .footer__top {
                padding: 8px 16px
            }
        }

        .footer__bottom>div,
        .footer__top>div {
            align-items: center;
            display: flex;
            justify-content: space-between;
            max-width: 1440px;
            width: 100%
        }

        .footer__top {
            padding: 48px 32px 32px
        }

        .footer__top .languages {
            width: 220px
        }

        @media screen and (max-width:900px) {
            .footer__top {
                padding: 24px 16px
            }
            .footer__top>div {
                flex-direction: column
            }
            .footer__top .languages {
                margin-top: 12px;
                width: 100%
            }
        }

        .footer__content {
            display: flex
        }

        .footer__content>div {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            max-width: 1440px;
            width: 100%
        }

        .footer__section {
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            padding: 0 11px
        }

        @media screen and (max-width:900px) {
            .footer__section {
                width: 100%
            }
        }

        .footer__title {
            color: rgb(var(--text-color));
            font-size: 1.1em;
            font-weight: 700;
            margin: 10px 0
        }

        .footer__link {
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
            color: rgb(var(--text-color-variant));
            cursor: pointer;
            font-size: 1.1em;
            margin-bottom: 10px
        }

        .footer__link:hover {
            text-decoration: underline
        }

        .footer__link__external {
            display: flex
        }

        .footer__link__external .footer__link__external-icon {
            align-self: center;
            margin-left: 5px;
            opacity: 0
        }

        .footer__link__external:hover .footer__link__external-icon {
            fill: currentColor;
            opacity: 1
        }

        .footer__link.active {
            color: rgb(var(--primary-color))
        }

        @media screen and (max-width:900px) {
            .footer__link {
                font-size: 1em
            }
        }

        .footer__bottom {
            background-color: rgb(var(--background-color-variant));
            color: rgb(var(--text-color-variant));
            font-size: .9em;
            margin-top: 30px;
            padding: 25px;
            text-align: center;
            width: 100%
        }

        @media screen and (min-width:900px) {
            .footer__bottom {
                padding-right: 140px
            }
        }

        .footer__bottom .footer__section {
            align-items: center
        }

        .footer__bottom .social {
            display: flex
        }

        .footer__bottom .social span {
            align-items: center;
            background: rgb(var(--surface-color));
            border-radius: 3px;
            cursor: pointer;
            display: flex;
            height: 32px;
            justify-content: center;
            margin: 0 6px;
            width: 32px
        }

        @media screen and (max-width:900px) {
            .footer__bottom {
                padding: 32px 8px
            }
            .footer__bottom>div {
                flex-direction: column-reverse;
                justify-content: center
            }
            .footer__bottom>div .social {
                margin-bottom: 16px
            }
            .footer__bottom>div .social span {
                margin: 0 3px
            }
        }

        .extra_content_container.account {
            background-image: none
        }

        .extra_footer_content {
            color: rgb(var(--text-color))
        }

        .extra_footer_content .join_msg {
            font-size: 28px;
            line-height: 38px;
            width: 9em
        }

        .extra_footer_content .left_col h1 {
            font-size: 18px;
            font-weight: 500;
            letter-spacing: .02em;
            line-height: 150%
        }

        .extra_footer_content .left_col h1 a {
            margin-left: .4rem;
            margin-right: .4rem
        }

        .extra_footer_content .left_col h2 {
            font-size: 20px;
            font-weight: 300;
            letter-spacing: .02em;
            line-height: 150%
        }

        @media screen and (max-width:900px) {
            .extra_footer_content .extra_content_container {
                padding: 2rem 0
            }
            .extra_footer_content .extra_content_container h2 {
                font-size: 18px
            }
            .extra_footer_content .extra_content_container .buttons_row {
                margin-bottom: 0
            }
        }

        .lending-footer-notice {
            padding-bottom: 70px
        }

        .lending-footer-notice h2 {
            font-size: 20px
        }

        .lending-footer-notice p {
            font-size: 15px
        }

        @media screen and (min-width:900px) {
            .extra_footer_content {
                padding-right: 4rem
            }
            .extra_footer_content .extra_content_container {
                align-items: flex-end;
                display: flex;
                justify-content: space-between;
                margin: 0 auto;
                padding: 7rem 0;
                width: 100%
            }
            .extra_footer_content .extra_content_container .buttons_row button {
                height: 47px
            }
            .extra_footer_content .extra_content_container .buttons_row.account {
                margin: 0;
                padding: 0
            }
            .extra_footer_content .extra_content_container .buttons_row.account button {
                margin-top: 49px;
                width: 147px
            }
            .extra_footer_content .extra_content_container .buttons_row.account button span {
                font-size: 15px;
                letter-spacing: .02em;
                line-height: 18px;
                text-align: center
            }
            .extra_footer_content .extra_content_container .buttons_row,
            .extra_footer_content .extra_content_container .join_msg {
                font-size: 50px;
                font-style: normal;
                font-weight: 300;
                line-height: 65px;
                width: auto
            }
            .extra_footer_content .extra_content_container .join_msg {
                width: 9.3em
            }
            .extra_footer_content .extra_content_container .left_col,
            .extra_footer_content .extra_content_container .right_col {
                height: 252px;
                width: 50%
            }
            .extra_footer_content .extra_content_container .left_col {
                width: 584px
            }
            .extra_footer_content .extra_content_container .left_col h1 {
                font-size: 28px
            }
            .extra_footer_content .extra_content_container .right_col {
                align-items: center;
                display: flex;
                justify-content: flex-end
            }
            .extra_footer_content .extra_content_container .right_col a {
                margin-right: 7rem
            }
            .extra_footer_content .extra_content_container .right_col a button {
                height: auto;
                min-height: 47px;
                width: 225px
            }
            .extra_footer_content .extra_content_container .buttons_row {
                margin: 0 1rem
            }
        }

        .language_selector .popover_label {
            align-items: center;
            background: rgb(var(--background-color-variant));
            border-radius: 4px;
            justify-content: space-between;
            padding: 11px 12px;
            width: 220px
        }

        .language_selector .bp3-menu {
            background-color: rgb(var(--background-color-variant)) !important;
            width: 220px
        }

        @media screen and (max-width:900px) {
            .language_selector {
                margin-top: 16px
            }
            .language_selector .bp3-menu,
            .language_selector .bp3-popover,
            .language_selector .bp3-popover-target,
            .language_selector .popover_label {
                width: 100%
            }
            .language_selector .bp3-transition-container {
                width: calc(100% - 54px)
            }
        }

        .footer__extra .extra_content_container {
            align-items: center
        }

        @media screen and (max-width:900px) {
            .footer__extra .extra_content_container .buttons-group {
                margin-top: 16px
            }
        }

        .recent_posts {
            color: rgb(var(--text-color));
            height: 100%;
            margin: 100px auto;
            max-width: 760px;
            overflow: hidden;
            padding: 20px 30px 150px
        }

        .recent_posts .change_log_section {
            padding: 0 .75rem
        }

        .recent_posts .change_log_section h5 {
            font-size: 20px;
            font-weight: 300;
            margin: 10px 8px 0 0
        }

        .recent_posts .change_log_section h5 .smaller {
            display: inline-block;
            font-size: 14px;
            margin-left: 10px;
            opacity: .75;
            padding-top: 8px
        }

        .recent_posts .change_log_section .notice {
            padding: 10px 14px
        }

        .recent_posts .change_log_section .post,
        .recent_posts .change_log_section .post .content {
            margin-bottom: 38px
        }

        .recent_posts .change_log_section .show-soft {
            font-size: 95%;
            font-style: italic;
            font-weight: 600;
            opacity: .75
        }

        .recent_posts .change_log_section .show-soft a {
            color: rgb(var(--text-color-variant));
            text-decoration: underline
        }

        .recent_posts .change_log_section .divider {
            background-color: rgb(var(--text-color-variant));
            height: 1px;
            margin-bottom: 15px;
            overflow: hidden
        }

        .recent_posts .change_log_section .blue-hyperlink {
            color: #82baf6;
            display: block;
            margin: 10px 0
        }

        .recent_posts .change_log_section .capital-hyperlink {
            text-decoration: underline;
            text-transform: uppercase
        }

        .recent_posts .change_log_section .btn-small {
            float: right;
            font-size: 14px;
            height: 30px;
            line-height: 30px;
            margin: 15px 0 0 10px;
            padding-left: 12px;
            padding-right: 12px
        }

        .recent_posts .change_log_section .green-btn {
            background-color: rgb(var(--primary-color));
            color: rgb(var(--text-color))
        }

        .recent_posts .container {
            background-color: rgb(var(--surface-color));
            margin: 0 auto;
            width: 100%
        }

        .recent_posts .notice {
            background-color: rgb(var(--on-surface-color));
            border: 1px solid rgb(var(--on-surface-color-variant))
        }

        .recent_posts .notice.info {
            background: rgba(130, 186, 246, .25);
            border-color: #82baf6
        }

        .recent_posts .notice.info a {
            color: #82baf6
        }

        .recent_posts .pad_for_content {
            overflow: hidden;
            padding: 50px 16px 20px
        }

        .prohibited-dialog {
            background: rgb(var(--lp-surface-color));
            border-radius: 10px;
            box-shadow: none
        }

        .prohibited-dialog__title {
            background: transparent;
            box-shadow: none;
            color: rgb(var(--text-color));
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 30px
        }

        .prohibited-dialog__body {
            color: rgb(var(--lp-field-label-color));
            line-height: 140%;
            margin: 0;
            padding: 50px 50px 0
        }

        .prohibited-dialog__body .row-block {
            margin-bottom: 10px
        }

        .prohibited-dialog__footer {
            margin: 0;
            padding: 20px 50px 50px
        }

        .prohibited-dialog__footer a,
        .prohibited-dialog__footer a button {
            width: 100%
        }

        .prohibited-dialog__overlay {
            background: rgb(var(--background-color))
        }

        .register__checkbox-link {
            background: none;
            border: none;
            color: rgb(var(--text-color-variant));
            height: unset;
            padding: 0
        }

        .register__checkbox-link:focus {
            outline: none
        }

        .register__add-ref-code {
            background: none;
            border: none;
            color: rgb(var(--primary-color));
            cursor: pointer;
            font-weight: 600;
            padding: 0
        }

        .register__add-ref-code:focus {
            outline: none
        }

        .register__term {
            color: rgb(var(--text-color-variant));
            font-size: 12px;
            line-height: 17px;
            margin-top: 20px;
            word-spacing: 2px
        }

        .register__form {
            display: flex;
            flex-direction: column;
            height: 100%;
            justify-content: space-between
        }

        .register__form input[type=checkbox] {
            margin-right: 8px
        }

        @media screen and (min-width:900px) {
            .register__form {
                margin-bottom: 20px
            }
        }

        .register__security p {
            color: rgb(var(--text-color-variant));
            font-size: 16px
        }

        .register__security p.small {
            font-size: 14px
        }

        .register__security h4 {
            font-size: 16px;
            font-weight: 600;
            margin: 20px 0
        }

        .register__security .step-title {
            align-items: baseline;
            color: rgb(var(--primary-color));
            display: flex;
            font-size: 16px;
            margin-bottom: 20px
        }

        .register__security .step-title .step-title-order {
            align-items: center;
            border: 1px solid rgb(var(--primary-color));
            border-radius: 50%;
            display: flex;
            font-size: 14px;
            height: 32px;
            justify-content: center;
            margin-right: 10px;
            min-width: 32px;
            width: 32px
        }

        .register__security .setup-key-box {
            background: rgb(var(--lp-dark-color));
            border-radius: 4px;
            display: flex;
            margin-bottom: 20px;
            padding: 20px
        }

        @media screen and (max-width:900px) {
            .register__security .setup-key-box {
                flex-direction: column
            }
        }

        .register__security .setup-key-box .label {
            color: rgb(var(--text-color-variant));
            font-weight: 700;
            margin-bottom: 5px
        }

        @media screen and (min-width:900px) {
            .register__security .setup-key-box .qr-code {
                margin-right: 20px
            }
            .register__security .setup-key-box .qr-code img {
                height: 180px;
                width: 180px
            }
        }

        @media screen and (max-width:900px) {
            .register__security .setup-key-box .qr-code {
                display: flex;
                justify-content: center;
                margin-bottom: 20px
            }
        }

        .register__security .setup-key-box .qr-code-placeholder {
            background: #fff;
            height: 170px;
            width: 170px
        }

        .register__security .setup-key-box .otp-token-container {
            flex: 1 1
        }

        .register__security .setup-key-box .otp-token {
            align-items: center;
            border: 1px solid rgb(var(--surface-color));
            border-radius: 4px;
            display: flex;
            font-size: 13px;
            height: 40px;
            justify-content: center;
            width: 100%
        }

        .register__security .step-note {
            color: rgb(var(--text-color-variant));
            margin-bottom: 20px
        }

        .register__security .complete-area {
            text-align: center
        }

        .register__gauth-links {
            display: flex;
            justify-content: space-between;
            margin: 20px 0
        }

        .register__gauth-links>:first-child {
            margin-right: 5px
        }

        .register__gauth-links>:last-child {
            margin-left: 5px
        }

        .register__verify-email {
            text-align: center
        }

        .register__verify-email b {
            font-weight: 600
        }

        .register__verify-email .resend-confirm-btn {
            background: transparent;
            border: 0;
            box-shadow: none;
            color: rgb(var(--primary-color));
            cursor: pointer;
            font-size: 16px;
            font-weight: 400;
            height: auto;
            margin-left: 5px;
            min-height: auto;
            outline: none;
            padding: 0;
            vertical-align: inherit
        }

        .register__verify-email .resend-confirm-btn:hover {
            background: transparent
        }

        .register__verify-email .resend-confirm-btn:focus {
            background: transparent;
            outline: none
        }

        .register__complete {
            text-align: center
        }

        .register__complete b {
            font-weight: 600
        }

        .register__complete button {
            width: 100%
        }

        @media screen and (max-width:900px) {
            .register__step {
                border-bottom: 1px solid rgba(var(--primary-color-variant), .3);
                margin-bottom: 20px;
                margin-top: 20px
            }
        }

        .register__step-container {
            position: relative
        }

        @media screen and (min-width:1400px) {
            .register__step-container {
                left: calc(50% - 250px);
                position: absolute;
                top: 30px;
                width: 500px
            }
        }

        @media screen and (max-width:1399px) {
            .register__step-container {
                margin: 10px 50px 0
            }
        }

        @media screen and (max-width:900px) {
            .register__step-container {
                margin-left: 0;
                margin-right: 0;
                padding: 0 20px 20px
            }
        }

        .register__step-container .step-items {
            display: flex
        }

        .register__step-container .step-item {
            color: rgb(var(--text-color-variant));
            display: flex;
            font-size: 18px;
            position: relative
        }

        .register__step-container .step-item:not(:last-child) {
            flex: 1 1
        }

        .register__step-container .step-item .step-item-inner {
            align-items: center;
            display: flex;
            flex-direction: column
        }

        .register__step-container .step-item .step-order {
            align-items: center;
            background: rgb(var(--background-color));
            border: 1px solid rgb(var(--text-color-variant));
            border-radius: 50%;
            display: flex;
            font-size: 16px;
            font-weight: 600;
            justify-content: center;
            z-index: 2
        }

        @media screen and (min-width:900px) {
            .register__step-container .step-item .step-order {
                height: 32px;
                width: 32px
            }
        }

        @media screen and (max-width:900px) {
            .register__step-container .step-item .step-order {
                height: 28px;
                width: 28px
            }
        }

        .register__step-container .step-item .step-space {
            flex: 1 1
        }

        .register__step-container .step-item.done {
            color: rgb(var(--primary-color))
        }

        .register__step-container .step-item.done .step-order {
            background: rgb(var(--primary-color));
            border-color: rgb(var(--primary-color))
        }

        .register__step-container .step-item.active {
            color: rgb(var(--primary-color));
            font-weight: 600
        }

        .register__step-container .step-item.active .step-order {
            border-color: rgb(var(--primary-color));
            color: rgb(var(--primary-color))
        }

        .register__step-container .step-connector {
            background-color: rgb(var(--text-color-variant));
            height: 1px;
            left: 0;
            left: 32px;
            position: absolute;
            top: 16px;
            width: 100%;
            width: calc(100% - 64px)
        }

        .register__step-container .step-connector-1 {
            background: linear-gradient(90deg, rgb(var(--primary-color)) 0, rgb(var(--text-color-variant)) 50%)
        }

        .register__step-container .step-connector-2 {
            background: linear-gradient(90deg, rgb(var(--primary-color)) 0, rgb(var(--primary-color)) 50%, rgb(var(--text-color-variant)) 100%)
        }

        .register__step-container .step-connector-3 {
            background-color: rgb(var(--primary-color))
        }

        .register .bp3-button.skip-btn {
            background: transparent;
            border: none;
            box-shadow: none;
            color: rgb(var(--text-color-variant));
            cursor: pointer;
            font-weight: 600;
            margin-top: 10px;
            padding: 0
        }

        .register .bp3-button.skip-btn:hover {
            background: transparent
        }

        .register .bp3-button.skip-btn:focus {
            background: transparent;
            outline: none
        }

        .register__next button {
            margin-top: 20px;
            width: 100%
        }

        .register .prohibited-error {
            background: rgb(var(--secondary-color));
            border-radius: 4px;
            margin-bottom: 15px;
            padding: 20px
        }

        .register .prohibited-error a {
            color: rgb(var(--tertiary-color))
        }

        .register .field-note {
            color: rgb(var(--text-color-variant));
            font-size: 13px;
            margin-top: 6px
        }

        .register .form-global-error {
            background: rgb(var(--secondary-color));
            border-radius: 4px;
            margin-bottom: 15px;
            padding: 20px;
            text-align: center
        }

        .register .hcaptcha-term {
            margin-bottom: 10px;
            margin-top: 10px;
            text-align: center
        }

        @media screen and (min-width:900px) {
            .register .hcaptcha-term {
                bottom: 0;
                left: 0;
                margin-left: auto;
                margin-right: auto;
                position: absolute;
                right: 0
            }
        }

        .register .register__marketing {
            margin-top: 20px
        }

        .register .qr-code-img img {
            border-radius: 4px
        }

        .register .otp-note {
            color: rgb(var(--lp-gray-color));
            line-height: 140%;
            margin-bottom: 20px
        }

        .form-control {
            position: relative
        }

        .form-control .bp3-popover-target,
        .form-control .bp3-popover-wrapper {
            display: block
        }

        .form-control .bp3-html-select {
            width: 100%
        }

        .form-control .bp3-html-select .bp3-icon {
            right: 11px;
            top: 11px
        }

        .form-control .bp3-html-select select,
        .form-control .bp3-select select,
        .form-control input {
            background: rgb(var(--surface-color));
            border: 0;
            border-radius: 4px;
            color: rgb(var(--text-color));
            font-size: 16px;
            height: 40px;
            padding: 0 35px 0 14px;
            width: 100%
        }

        .form-control .bp3-html-select select::placeholder,
        .form-control .bp3-select select::placeholder,
        .form-control input::placeholder {
            color: rgb(var(--lp-gray-color))
        }

        .form-control .icon {
            cursor: pointer;
            position: absolute;
            right: 14px;
            top: 14px
        }

        .form-control .icon.x-icon {
            top: 12px
        }

        .form-control input {
            border: 1px solid transparent
        }

        .form-control.has-error input {
            border: 1px solid rgb(var(--secondary-color));
            outline: none
        }

        .form-control.suggest {
            background: rgb(var(--surface-color));
            border-radius: 4px
        }

        .form-control.suggest input {
            background: transparent;
            box-shadow: none
        }

        .form-control .tooltip {
            width: 100%
        }

        .password-strength-tooltip {
            text-align: left;
            width: 100%
        }

        .password-strength-tooltip p {
            align-items: center;
            display: flex;
            line-height: 100%
        }

        .password-strength-tooltip p svg {
            fill: currentColor;
            margin-right: 3px
        }

        .password-strength-tooltip .passed {
            color: rgb(var(--primary-color))
        }

        .search-input__value {
            caret-color: transparent;
            cursor: pointer
        }

        .bp3-popover.search-input__popover {
            border-radius: 10px
        }

        .bp3-popover.search-input__popover .bp3-popover-content {
            background: transparent
        }

        .bp3-popover.search-input__popover .bp3-popover-arrow-fill {
            fill: rgb(var(--on-surface-color))
        }

        .bp3-popover.search-input__popover .bp3-input-action .bp3-button {
            height: 30px
        }

        .bp3-popover.search-input__popover .bp3-menu {
            background: rgb(var(--on-surface-color));
            border-radius: 10px;
            color: #fff;
            max-height: 30vh;
            overflow-y: scroll;
            padding: 0
        }

        .bp3-popover.search-input__popover .bp3-menu::-webkit-scrollbar {
            height: 6px;
            visibility: visible;
            width: 6px
        }

        .bp3-popover.search-input__popover .bp3-menu::-webkit-scrollbar-thumb {
            background: hsla(0, 0%, 86%, .2)
        }

        .bp3-popover.search-input__popover .bp3-menu::-webkit-scrollbar-track {
            background: hsla(0, 0%, 86%, .05);
            border-radius: 3px
        }

        .bp3-popover.search-input__popover .search-input__item {
            cursor: pointer;
            max-width: 90vw;
            padding: 16px 14px;
            width: 400px
        }

        .bp3-popover.search-input__popover .search-input__item.active,
        .bp3-popover.search-input__popover .search-input__item:hover {
            background: rgb(var(--on-surface-color-variant))
        }

        .bp3-popover.search-input__popover .search-input__no-item {
            height: 0;
            max-width: 90vw;
            width: 400px
        }

        .custom-checkbox input {
            cursor: pointer;
            height: 0;
            opacity: 0;
            position: absolute;
            width: 0
        }

        .custom-checkbox input:checked+label .checkmark {
            background-image: url(/images/tick.svg);
            background-position: 50%;
            background-repeat: no-repeat
        }

        .custom-checkbox label {
            align-items: center;
            cursor: pointer;
            display: flex
        }

        .custom-checkbox .checkmark {
            background-color: rgb(var(--surface-color));
            border-radius: 5px;
            display: inline-block;
            flex-shrink: 0;
            height: 18px;
            margin-right: 5px;
            width: 18px
        }

        .legal-markdown-dialog {
            background: rgb(var(--surface-color));
            color: rgb(var(--text-color));
            height: calc(100vh - 60px);
            width: calc(100vw - 40px)
        }

        .legal-markdown-dialog__body {
            font-size: 14px;
            line-height: 16px;
            margin: 0 0 20px;
            overflow: auto
        }

        .legal-markdown-dialog__body::-webkit-scrollbar {
            height: 6px;
            visibility: visible;
            width: 6px
        }

        .legal-markdown-dialog__body::-webkit-scrollbar-thumb {
            background: hsla(0, 0%, 86%, .2)
        }

        .legal-markdown-dialog__body::-webkit-scrollbar-track {
            background: hsla(0, 0%, 86%, .05);
            border-radius: 3px
        }

        .legal-markdown-dialog__body h1 {
            color: rgb(var(--primary-color));
            font-size: 30px;
            font-weight: 500;
            line-height: 35px
        }

        .legal-markdown-dialog__body h2 {
            line-height: 130%
        }

        @media screen and (max-width:900px) {
            .login__separator {
                border-bottom: 1px solid rgba(var(--primary-color-variant), .3);
                margin-bottom: 20px;
                margin-top: 20px
            }
        }

        .login__form .landing-btn {
            width: 100%
        }

        .login__form .forgot-password-link {
            margin-top: 20px
        }

        .login__form .login-btn {
            position: relative
        }

        .login__form .login-btn .ui-spinner {
            height: 100%;
            left: 0;
            margin: 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 2
        }

        .login__form .login-btn .ui-spinner .ui-spinner__spin {
            border-color: rgb(var(--on-surface-color));
            border-top-color: transparent
        }

        .login__btn-rows {
            display: flex;
            gap: 20px;
            margin-bottom: 20px
        }

        .login__btn-rows>div {
            flex: 1 1
        }

        .login__btn-rows button {
            width: 100%
        }

        .login__btn-rows button:disabled {
            opacity: .4
        }

        .login__u2f-instruction,
        .login__u2f_safari {
            color: rgb(var(--text-color-variant));
            margin-bottom: 20px
        }

        .login__u2f_safari {
            text-align: center
        }

        .login__u2f_safari button {
            background: none;
            border: none;
            color: rgb(var(--primary-color));
            cursor: pointer;
            font-size: 15px;
            font-weight: 600;
            height: auto;
            padding: 0
        }

        .login__u2f_safari button:focus {
            outline: none
        }

        .login .security-warning {
            background: rgb(var(--lp-dark-green-color));
            border-radius: 4px;
            display: flex;
            font-size: 13px;
            justify-content: center;
            margin-bottom: 20px;
            padding: 14px
        }

        .login .security-warning img {
            margin-right: 5px
        }

        .login noscript {
            color: rgb(var(--secondary-color));
            display: block;
            margin-bottom: 10px;
            text-align: center;
            width: 100%
        }

        .Premiersignal-alpha .header {
            background: #0e3452
        }

        .Premiersignal-alpha .Premiersignal-alpha_page {
            background: #0e3452;
            margin-top: 75px
        }

        @media screen and (min-width:900px) {
            .Premiersignal-alpha .Premiersignal-alpha_page {
                min-height: 580px
            }
        }

        .Premiersignal-alpha .lp_subtitle {
            color: rgb(var(--text-color));
            font-size: 36px;
            line-height: 60px;
            margin-bottom: 20px
        }

        .Premiersignal-alpha .lp_intro {
            color: #808b93;
            font-size: 20px;
            font-weight: 400;
            line-height: 32px;
            margin-bottom: 50px;
            padding: 0
        }

        @media screen and (max-width:900px) {
            .Premiersignal-alpha .lp_subtitle {
                width: 100%
            }
            .Premiersignal-alpha .lp_container {
                height: auto;
                padding-bottom: 30px
            }
            .Premiersignal-alpha .lp_container div.column.img {
                display: none
            }
        }

        .Premiersignal-alpha .footer__extra {
            background-color: rgb(var(--background-color-variant))
        }

        @media screen and (min-width:900px) {
            #Premiersignal-alpha_wrapper .column:first-child {
                width: 35%
            }
            #Premiersignal-alpha_wrapper .column.img {
                width: 65%
            }
        }

        #Premiersignal-alpha-list .lp_intro {
            width: 100%
        }

        #Premiersignal-alpha-list .nav-container {
            font-size: 20px;
            font-weight: 700;
            margin-top: 30px;
            text-align: right
        }

        #Premiersignal-alpha-list .list-wrapper {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            justify-content: space-between
        }

        #Premiersignal-alpha-list .issue-item {
            border-radius: 6px;
            display: block;
            overflow: hidden;
            width: 340px
        }

        #Premiersignal-alpha-list .issue-item img {
            display: block;
            height: 192px;
            width: 340px
        }

        #Premiersignal-alpha-list .issue-item__footer {
            background: rgb(var(--surface-color));
            height: 110px;
            padding: 20px
        }

        #Premiersignal-alpha-list .issue-item__subtitle {
            color: #586871;
            font-size: 12px;
            font-weight: 700;
            margin-bottom: 10px
        }

        #Premiersignal-alpha-list .issue-item__title {
            color: rgb(var(--text-color));
            font-size: 18px;
            font-weight: 600
        }

        .join-Premiersignal {
            background: #0e3452;
            color: #fff
        }

        .join-Premiersignal--dark-bg {
            background: linear-gradient(.412turn, #102331 .77%, #0d1e2a 58.72%)
        }

        .join-Premiersignal--container {
            margin: 0 170px;
            max-width: 1100px
        }

        @media only screen and (min-width:1409px) {
            .join-Premiersignal--container {
                margin: auto
            }
        }

        @media only screen and (min-width:1200px)and (max-width:1408px) {
            .join-Premiersignal--container {
                margin: 0 170px
            }
        }

        @media only screen and (min-width:992px)and (max-width:1199px) {
            .join-Premiersignal--container {
                margin: 0 100px
            }
        }

        @media only screen and (min-width:768px)and (max-width:991px) {
            .join-Premiersignal--container {
                margin: 0 50px
            }
        }

        @media only screen and (max-width:767px) {
            .join-Premiersignal--container {
                margin: 0 30px
            }
        }

        @media only screen and (max-width:575px) {
            .join-Premiersignal--container {
                margin: 0 20px
            }
            .join-Premiersignal--container button {
                width: 100%
            }
        }

        .join-Premiersignal .hero {
            background: linear-gradient(180deg, #0d1d29, #0e3452);
            padding-bottom: 100px
        }

        @media only screen and (max-width:575px),
        only screen and (min-width:576px)and (max-width:767px) {
            .join-Premiersignal .hero {
                padding-bottom: 50px
            }
        }

        .join-Premiersignal .hero-bg {
            max-height: 751px;
            position: absolute;
            top: 350px;
            width: 100%
        }

        .join-Premiersignal .crypto-revolution {
            overflow: hidden;
            position: relative
        }

        .join-Premiersignal .crypto-revolution--container {
            display: flex;
            padding-top: 95px;
            position: relative
        }

        .join-Premiersignal .crypto-revolution-content {
            display: flex;
            flex-direction: column;
            gap: 20px;
            z-index: 1
        }

        @media only screen and (max-width:575px) {
            .join-Premiersignal .crypto-revolution-content {
                text-align: center
            }
        }

        .join-Premiersignal .crypto-revolution-content--title {
            font-size: 66px;
            font-weight: 600;
            line-height: 116%
        }

        @media only screen and (min-width:576px)and (max-width:767px) {
            .join-Premiersignal .crypto-revolution-content--title {
                font-size: 56px
            }
        }

        @media only screen and (max-width:575px) {
            .join-Premiersignal .crypto-revolution-content--title {
                font-size: 38px
            }
        }

        .join-Premiersignal .crypto-revolution-content--description {
            color: #586871;
            font-size: 22px;
            font-weight: 500;
            line-height: 140%
        }

        @media only screen and (min-width:576px)and (max-width:767px),
        only screen and (min-width:768px)and (max-width:991px) {
            .join-Premiersignal .crypto-revolution-content--description {
                max-width: 50%
            }
        }

        @media only screen and (max-width:575px) {
            .join-Premiersignal .crypto-revolution-content--description {
                font-size: 18px
            }
        }

        @media only screen and (min-width:576px)and (max-width:767px),
        only screen and (min-width:768px)and (max-width:991px) {
            .join-Premiersignal .crypto-revolution-content>a {
                margin-bottom: 200px
            }
        }

        @media only screen and (max-width:575px) {
            .join-Premiersignal .crypto-revolution-content>a {
                margin-bottom: 40px
            }
        }

        @media only screen and (min-width:992px) {
            .join-Premiersignal .crypto-revolution-logo {
                max-width: 50%;
                transform: translate(-50px)
            }
        }

        @media only screen and (min-width:768px)and (max-width:991px) {
            .join-Premiersignal .crypto-revolution-logo {
                position: absolute;
                transform: translate(40%, -10px) scale(.5)
            }
        }

        @media only screen and (min-width:576px)and (max-width:767px) {
            .join-Premiersignal .crypto-revolution-logo {
                position: absolute;
                transform: translate(20%, -10px) scale(.4)
            }
        }

        @media only screen and (max-width:575px) {
            .join-Premiersignal .crypto-revolution-logo {
                display: none
            }
        }

        .join-Premiersignal .our-numbers {
            overflow: hidden
        }

        @media only screen and (max-width:575px) {
            .join-Premiersignal .our-numbers {
                text-align: center
            }
        }

        .join-Premiersignal .our-numbers--title {
            font-size: 30px;
            font-weight: 600;
            line-height: 130%
        }

        @media only screen and (max-width:575px) {
            .join-Premiersignal .our-numbers--title {
                font-size: 24px
            }
        }

        .join-Premiersignal .our-numbers--description {
            color: #808b93;
            font-size: 16px;
            font-weight: 400;
            line-height: 140%;
            margin: 20px 0
        }

        .join-Premiersignal .our-numbers-content {
            display: flex;
            flex-wrap: wrap;
            gap: 55px
        }

        @media only screen and (max-width:575px),
        only screen and (min-width:576px)and (max-width:767px),
        only screen and (min-width:768px)and (max-width:991px) {
            .join-Premiersignal .our-numbers-content {
                gap: 30px
            }
        }

        @media only screen and (max-width:575px) {
            .join-Premiersignal .our-numbers-content {
                align-items: center;
                flex-direction: column
            }
        }

        .join-Premiersignal .our-numbers-content-item {
            align-items: flex-start;
            -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
            background-color: #102331;
            border-radius: 6px;
            display: flex;
            flex: 1 1;
            flex-direction: column;
            height: 160px;
            justify-content: center;
            max-width: 330px;
            padding: 40px
        }

        @media only screen and (max-width:575px) {
            .join-Premiersignal .our-numbers-content-item {
                max-width: unset;
                padding: 20px;
                width: 100%
            }
        }

        @media only screen and (min-width:576px)and (max-width:767px) {
            .join-Premiersignal .our-numbers-content-item {
                padding: 30px 40px;
                width: 100%
            }
        }

        @media only screen and (min-width:768px)and (max-width:991px) {
            .join-Premiersignal .our-numbers-content-item {
                padding: 25px
            }
        }

        .join-Premiersignal .our-numbers-content-item--title {
            font-size: 18px;
            font-weight: 600;
            line-height: 120%
        }

        @media only screen and (max-width:575px) {
            .join-Premiersignal .our-numbers-content-item--title {
                font-size: 14px
            }
        }

        .join-Premiersignal .our-numbers-content-item--count {
            color: #03ca9b;
            font-size: 40px;
            font-weight: 400;
            line-height: 120%;
            min-width: -webkit-max-content;
            min-width: max-content;
            text-transform: lowercase
        }

        @media only screen and (max-width:575px) {
            .join-Premiersignal .our-numbers-content-item--count {
                font-size: 26px
            }
        }

        .join-Premiersignal .bank-transfers {
            align-items: center;
            display: flex;
            flex-direction: column;
            padding: 100px 0
        }

        @media only screen and (max-width:575px) {
            .join-Premiersignal .bank-transfers {
                padding: 50px 0
            }
        }

        .join-Premiersignal .bank-transfers--title {
            font-size: 38px;
            font-weight: 600;
            line-height: 125%;
            margin-top: 20px;
            text-align: center
        }

        @media only screen and (max-width:575px) {
            .join-Premiersignal .bank-transfers--title {
                font-size: 24px
            }
        }

        .join-Premiersignal .bank-transfers--description {
            color: #808b93;
            font-size: 16px;
            font-weight: 400;
            line-height: 140%;
            margin: 20px 0;
            max-width: 590px;
            text-align: center
        }

        .join-Premiersignal .bank-transfers .buttons-group {
            width: 100%
        }

        .join-Premiersignal .bank-transfers>img {
            max-width: 100%
        }

        .join-Premiersignal .trade-anywhere {
            background: linear-gradient(180deg, #0e3452, #0d1d29);
            padding-top: 100px;
            position: relative
        }

        @media only screen and (max-width:575px) {
            .join-Premiersignal .trade-anywhere {
                background: linear-gradient(180deg, #0e3452, #0d1d29 37.45%);
                padding-top: 150px
            }
        }

        .join-Premiersignal .trade-anywhere--world-bg {
            height: auto;
            max-width: 60%;
            position: absolute;
            right: 62px;
            top: 37px
        }

        @media only screen and (max-width:575px) {
            .join-Premiersignal .trade-anywhere--world-bg {
                max-width: 80%;
                right: 22px
            }
        }

        .join-Premiersignal .trade-anywhere--container {
            position: relative
        }

        .join-Premiersignal .trade-anywhere-base {
            align-items: center;
            display: flex;
            gap: 50px
        }

        @media only screen and (min-width:576px)and (max-width:767px) {
            .join-Premiersignal .trade-anywhere-base {
                padding-left: 130px
            }
        }

        .join-Premiersignal .trade-anywhere-base>img {
            flex: 1 1;
            min-width: 100px
        }

        @media only screen and (min-width:576px)and (max-width:767px) {
            .join-Premiersignal .trade-anywhere-base>img {
                bottom: -220px;
                left: -70px;
                position: absolute;
                transform: scale(.4)
            }
            .join-Premiersignal .trade-anywhere-base>img:first-child {
                bottom: unset;
                top: -190px
            }
        }

        @media only screen and (max-width:575px) {
            .join-Premiersignal .trade-anywhere-base>img {
                position: absolute;
                right: calc(50vw - 200px);
                top: -260px;
                transform: scale(.4)
            }
            .join-Premiersignal .trade-anywhere-base>img:first-child {
                left: calc(50vw - 200px)
            }
        }

        .join-Premiersignal .trade-anywhere-base-content {
            flex: 2 0
        }

        @media only screen and (max-width:575px) {
            .join-Premiersignal .trade-anywhere-base-content {
                padding-top: 100px
            }
        }

        .join-Premiersignal .trade-anywhere-base-content--title {
            font-size: 38px;
            font-weight: 600;
            line-height: 130%
        }

        @media only screen and (max-width:575px) {
            .join-Premiersignal .trade-anywhere-base-content--title {
                font-size: 24px
            }
        }

        .join-Premiersignal .trade-anywhere-base-content--description {
            color: #f2f2f5;
            font-size: 16px;
            font-weight: 400;
            line-height: 140%;
            margin: 20px 0
        }

        @media only screen and (max-width:575px) {
            .join-Premiersignal .trade-anywhere-base-content--description {
                color: #808b93
            }
        }

        .join-Premiersignal .trade-anywhere-base-content--more {
            color: #03ca9b;
            font-size: 16px;
            font-weight: 400;
            line-height: 140%
        }

        @media only screen and (max-width:575px) {
            .join-Premiersignal .trade-anywhere-base-content--more {
                font-size: 20px;
                line-height: 92%
            }
        }

        .join-Premiersignal .trade-anywhere-base-content--actions {
            display: flex;
            gap: 20px;
            margin-top: 20px
        }

        @media only screen and (max-width:575px) {
            .join-Premiersignal .trade-anywhere-base-content--actions {
                align-items: center;
                flex-direction: column-reverse
            }
        }

        .join-Premiersignal .trade-anywhere-base-content--actions>a {
            align-items: center;
            background: #000;
            border-radius: 4px;
            display: flex;
            height: 44px;
            justify-content: center;
            width: 180px
        }

        @media only screen and (max-width:575px) {
            .join-Premiersignal .trade-anywhere-base-content--actions>a {
                width: 100%
            }
        }

        .join-Premiersignal .trade-advanced {
            margin-top: 143px
        }

        @media only screen and (max-width:575px) {
            .join-Premiersignal .trade-advanced {
                margin-top: 50px
            }
        }

        .join-Premiersignal .trade-advanced--title {
            font-size: 38px;
            font-weight: 600;
            line-height: 46px
        }

        .join-Premiersignal .trade-advanced--description {
            color: #808b93;
            font-size: 16px;
            font-weight: 400;
            line-height: 140%;
            margin-top: 15px
        }

        .join-Premiersignal .trade-advanced--content {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            justify-content: center;
            margin-top: 15px
        }

        .join-Premiersignal .trade-advanced--content .trade-item {
            background: #172d3e;
            border-radius: 6px;
            display: flex;
            flex: 1 1;
            flex-direction: column;
            max-width: 352px;
            min-width: 262px;
            padding: 30px 30px 69px;
            position: relative
        }

        @media only screen and (max-width:575px) {
            .join-Premiersignal .trade-advanced--content .trade-item {
                padding: 30px 15px 48px
            }
        }

        .join-Premiersignal .trade-advanced--content .trade-item--icon {
            max-height: 31px;
            max-width: 31px
        }

        .join-Premiersignal .trade-advanced--content .trade-item--title {
            font-size: 24px;
            font-weight: 600;
            line-height: 130%;
            margin-top: 21px
        }

        @media only screen and (max-width:575px) {
            .join-Premiersignal .trade-advanced--content .trade-item--title {
                margin-top: 11px
            }
        }

        .join-Premiersignal .trade-advanced--content .trade-item--description {
            font-size: 16px;
            font-weight: 400;
            line-height: 140%;
            margin: 10px 0;
            opacity: .5
        }

        .join-Premiersignal .trade-advanced--content .trade-item--more {
            bottom: 47px;
            color: #03ca9b;
            font-size: 16px;
            font-weight: 400;
            line-height: 140%;
            position: absolute
        }

        @media only screen and (max-width:575px) {
            .join-Premiersignal .trade-advanced--content .trade-item--more {
                bottom: 30px;
                font-size: 20px;
                line-height: 18px
            }
        }

        .join-Premiersignal .staking {
            background: #0d1d29;
            height: 645px;
            overflow: hidden;
            padding: 100px 0;
            position: relative
        }

        @media only screen and (max-width:575px) {
            .join-Premiersignal .staking {
                height: 525px;
                padding: 50px 0
            }
        }

        .join-Premiersignal .staking--title {
            font-size: 38px;
            font-weight: 600;
            line-height: 46px
        }

        .join-Premiersignal .staking--description {
            color: #808b93;
            font-size: 16px;
            font-weight: 400;
            line-height: 140%;
            margin: 20px 0
        }

        .join-Premiersignal .staking--more {
            bottom: 120px;
            position: absolute
        }

        @media only screen and (max-width:575px) {
            .join-Premiersignal .staking--more {
                bottom: 50px;
                font-size: 20px;
                line-height: 18px
            }
        }

        .join-Premiersignal .staking-content {
            overflow-y: scroll;
            position: absolute;
            -webkit-user-select: none;
            user-select: none;
            width: 100%
        }

        .join-Premiersignal .staking-content--shadow {
            background: linear-gradient(270deg, #102331, rgba(16, 35, 49, 0));
            height: 280px;
            position: absolute;
            right: 0;
            width: 120px
        }

        @media only screen and (min-width:1409px) {
            .join-Premiersignal .staking-content {
                width: calc(50% + 570px)
            }
        }

        @media only screen and (min-width:1200px)and (max-width:1408px) {
            .join-Premiersignal .staking-content {
                width: calc(100% - 150px)
            }
        }

        @media only screen and (min-width:992px)and (max-width:1199px) {
            .join-Premiersignal .staking-content {
                width: calc(100% - 80px)
            }
        }

        @media only screen and (min-width:768px)and (max-width:991px) {
            .join-Premiersignal .staking-content {
                width: calc(100% - 20px)
            }
        }

        .join-Premiersignal .staking-content--list {
            display: flex;
            height: 250px;
            margin-bottom: 15px;
            width: 2370px
        }

        .join-Premiersignal .staking-item {
            background: #172d3e;
            display: inline-flex;
            flex-direction: column;
            height: 250px;
            margin-right: 30px;
            width: 200px
        }

        .join-Premiersignal .staking-item--icon {
            align-items: center;
            display: flex;
            flex: 1 1;
            justify-content: center
        }

        .join-Premiersignal .staking-item--name {
            background: #334a59;
            flex: 0 1;
            font-size: 16px;
            font-weight: 400;
            line-height: 140%;
            padding: 14px 30px
        }

        .join-Premiersignal-start {
            align-items: center;
            color: #fff;
            display: flex;
            flex-direction: column;
            height: 500px;
            justify-content: center;
            position: relative;
            text-align: center;
            width: 100%
        }

        @media only screen and (max-width:575px) {
            .join-Premiersignal-start {
                height: unset;
                padding: 80px 0
            }
        }

        .join-Premiersignal-start--title {
            font-size: 66px;
            font-weight: 600;
            line-height: 116%
        }

        @media only screen and (max-width:575px) {
            .join-Premiersignal-start--title {
                font-size: 30px;
                line-height: 130%
            }
        }

        .join-Premiersignal-start--description {
            color: #808b93;
            font-size: 22px;
            font-weight: 500;
            line-height: 140%;
            margin: 6px 0 24px
        }

        .join-Premiersignal-footer {
            background: #0d1d29;
            min-height: 1353px;
            padding-bottom: 40px;
            position: relative
        }

        .join-Premiersignal-footer--bg {
            height: 1353px;
            position: absolute;
            top: 0;
            width: 100%
        }

        .join-Premiersignal-footer--logo {
            margin: 0 100px;
            padding-top: 104px;
            position: relative
        }

        @media only screen and (min-width:1409px) {
            .join-Premiersignal-footer--logo .logo_container {
                margin: auto;
                max-width: 1440px;
                width: 100%
            }
        }

        .join-Premiersignal-footer--content {
            margin: 80px 100px 100px;
            padding: unset;
            position: relative
        }

        .join-Premiersignal-footer--content .footer__title {
            color: #03ca9b
        }

        .join-Premiersignal-footer--bottom {
            background: #102331;
            margin: 40px 40px 0;
            padding: 32px 100px;
            position: relative;
            width: unset
        }

        .join-Premiersignal-footer--bottom .social .footer__link {
            margin-bottom: unset
        }

        @media only screen and (min-width:1660px) {
            .join-Premiersignal-footer--bottom {
                margin-left: auto;
                margin-right: auto;
                max-width: 1560px
            }
        }

        .style-next .navigation_logo {
            width: 198px
        }

        .style-next .crypto-revolution {
            margin-top: 100px
        }

        .style-prev .header {
            background-color: #0d1d29
        }

        .style-prev .crypto-revolution {
            margin-top: 75px
        }

        .style-prev .footer__extra {
            background: url(/images/get-started-bg.svg);
            background-size: 100% 100%
        }

        .popover_select {
            position: relative
        }

        .popover_select .landing-btn {
            background: rgb(var(--background-color-variant));
            display: flex;
            font-weight: 400;
            justify-content: space-between;
            padding: 11px 12px;
            width: 100%
        }

        .popover_select .landing-btn:hover {
            color: rgb(var(--primary-color))
        }

        .popover_menu {
            background: rgb(var(--background-color-variant));
            border-radius: 5px;
            display: flex;
            flex-direction: column;
            font-weight: 300;
            margin-top: 10px;
            padding: 5px 10px;
            width: 100%
        }

        .popover_menu_item {
            color: rgb(var(--text-color));
            cursor: pointer;
            padding: 5px
        }

        .popover_menu_item:hover {
            color: rgb(var(--primary-color))
        }

        .table-wrapper {
            overflow-x: auto
        }

        .manifesto {
            color: #fff
        }

        .manifesto--dark-bg {
            background: #0b1b26
        }

        .manifesto--dark-bg-gradient {
            background: linear-gradient(180deg, rgba(11, 27, 38, .5), #0b1b26)
        }

        .manifesto--container {
            margin: 0 170px;
            max-width: 1100px
        }

        @media only screen and (min-width:1409px) {
            .manifesto--container {
                margin: auto
            }
        }

        @media only screen and (min-width:1200px)and (max-width:1408px) {
            .manifesto--container {
                margin: 0 170px
            }
        }

        @media only screen and (min-width:992px)and (max-width:1199px) {
            .manifesto--container {
                margin: 0 100px
            }
        }

        @media only screen and (min-width:768px)and (max-width:991px) {
            .manifesto--container {
                margin: 0 50px
            }
        }

        @media only screen and (max-width:767px) {
            .manifesto--container {
                margin: 0 30px
            }
        }

        @media only screen and (max-width:575px) {
            .manifesto--container {
                margin: 0 20px
            }
            .manifesto--container button {
                width: 100%
            }
        }

        .manifesto-hero {
            background: url(/images/manifesto-hero-bg.png);
            background-position: 50%;
            background-repeat: no-repeat;
            background-size: cover;
            font-family: Inter
        }

        .manifesto-hero-top {
            align-items: center;
            display: flex;
            flex-direction: column;
            padding: 175px 0
        }

        @media only screen and (max-width:575px),
        only screen and (min-width:576px)and (max-width:767px) {
            .manifesto-hero-top {
                padding-bottom: 50px
            }
        }

        .manifesto-hero-top--brand {
            font-size: 38px
        }

        @media only screen and (max-width:575px),
        only screen and (min-width:576px)and (max-width:767px) {
            .manifesto-hero-top--brand {
                font-size: 20px
            }
        }

        .manifesto-hero-top--title {
            color: #03ca9b;
            font-size: 66px;
            font-weight: 600;
            text-align: center
        }

        @media only screen and (max-width:575px),
        only screen and (min-width:576px)and (max-width:767px) {
            .manifesto-hero-top--title {
                font-size: 34px;
                margin-bottom: 30px;
                padding: 0 35px
            }
        }

        .manifesto-hero-top--description {
            color: #808b93;
            font-size: 22px;
            text-align: center;
            width: 50%
        }

        @media only screen and (max-width:575px),
        only screen and (min-width:576px)and (max-width:767px) {
            .manifesto-hero-top--description {
                font-size: 18px;
                padding: 0 35px;
                width: 100%
            }
            .manifesto-hero-top--description i {
                white-space: nowrap
            }
        }

        .manifesto-hero-bottom {
            padding: 50px 0
        }

        .manifesto-hero-bottom--title {
            color: #03ca9b;
            font-size: 30px;
            font-weight: 600;
            margin-bottom: 10px;
            width: 50%
        }

        @media only screen and (max-width:575px),
        only screen and (min-width:576px)and (max-width:767px) {
            .manifesto-hero-bottom--title {
                width: 100%
            }
        }

        .manifesto-hero-bottom--description {
            color: #586871;
            font-size: 16px;
            width: 50%
        }

        @media only screen and (max-width:575px),
        only screen and (min-width:576px)and (max-width:767px) {
            .manifesto-hero-bottom--description {
                width: 100%
            }
        }

        .manifesto-hero-quote {
            align-items: flex-end;
            background: url(/images/manifesto-code-bg.png);
            background-position: 0 100%;
            background-repeat: no-repeat;
            background-size: 50%;
            display: flex;
            flex-direction: column;
            font-size: 22px;
            padding: 50px 0 100px
        }

        @media only screen and (max-width:575px),
        only screen and (min-width:576px)and (max-width:767px) {
            .manifesto-hero-quote {
                background-size: 80%;
                font-size: 16px
            }
        }

        .manifesto-hero-quote--title {
            color: #f2f2f5;
            text-align: right
        }

        .manifesto-hero-quote--description {
            color: #808b93;
            text-align: right
        }

        .manifesto-pledges {
            font-family: Inter;
            padding: 70px 0 25px
        }

        .manifesto-pledges--title {
            margin-bottom: 20px
        }

        .manifesto-pledges--tiles {
            display: flex;
            gap: 20px
        }

        @media only screen and (max-width:575px),
        only screen and (min-width:576px)and (max-width:767px) {
            .manifesto-pledges--tiles {
                flex-direction: column
            }
        }

        .manifesto-pledges--tiles .manifesto-pledge-tile {
            background-color: #162d3e;
            border-radius: 4px;
            flex: 1 1 33%;
            padding: 35px 40px
        }

        .manifesto-pledges--tiles .manifesto-pledge-tile--img {
            margin-bottom: 10px
        }

        .manifesto-pledges--tiles .manifesto-pledge-tile--title {
            font-size: 18px;
            margin-bottom: 10px
        }

        .manifesto-pledges--tiles .manifesto-pledge-tile--desc {
            font-size: 14px;
            margin-bottom: 10px;
            opacity: .5
        }

        .manifesto-pledge-summary {
            display: flex;
            font-family: Inter;
            justify-content: center;
            padding: 150px 0
        }

        @media only screen and (max-width:575px),
        only screen and (min-width:576px)and (max-width:767px) {
            .manifesto-pledge-summary {
                flex-direction: column-reverse;
                padding: 25px 0
            }
            .manifesto-pledge-summary.manifesto--container {
                margin-left: 0;
                margin-right: 0
            }
            .manifesto-pledge-summary--left {
                margin-top: 10px;
                text-align: right
            }
            .manifesto-pledge-summary--right {
                margin-bottom: 10px
            }
        }

        .manifesto-pledge-summary--left,
        .manifesto-pledge-summary--right {
            opacity: .3
        }

        .manifesto-pledge-summary--title {
            font-size: 14px;
            padding: 0 20px;
            text-align: center
        }

        .manifesto-believes {
            font-family: Inter;
            padding: 50px 0 0
        }

        .manifesto-believes-wrapper {
            align-content: space-between;
            display: flex;
            flex-flow: column wrap;
            height: 580px
        }

        .manifesto-believes-wrapper:after,
        .manifesto-believes-wrapper:before {
            content: "";
            flex-basis: 100%;
            order: 2;
            width: 0
        }

        @media only screen and (min-width:768px)and (max-width:991px) {
            .manifesto-believes-wrapper {
                height: 650px
            }
        }

        @media only screen and (max-width:575px),
        only screen and (min-width:576px)and (max-width:767px) {
            .manifesto-believes-wrapper {
                display: flex;
                flex-direction: column;
                flex-wrap: nowrap;
                height: unset
            }
        }

        .manifesto-believes-tile {
            border: 1px solid #162d3e;
            border-radius: 4px;
            margin-bottom: 2%;
            padding: 30px;
            width: 32%
        }

        .manifesto-believes-tile:nth-child(3n+1) {
            order: 1
        }

        .manifesto-believes-tile:nth-child(3n+2) {
            order: 2
        }

        .manifesto-believes-tile:nth-child(3n) {
            order: 3
        }

        @media only screen and (max-width:575px),
        only screen and (min-width:576px)and (max-width:767px) {
            .manifesto-believes-tile {
                margin-bottom: 20px;
                width: 100%
            }
            .manifesto-believes-tile:nth-child(n) {
                order: unset
            }
        }

        .manifesto-believes-tile--text {
            color: #586871;
            font-size: 16px;
            margin-top: 10px
        }

        .media-verification {
            color: #fff
        }

        .media-verification_content .search_section {
            min-height: 0
        }

        @media screen and (min-width:900px) {
            .media-verification_content .search_section {
                padding: 6rem 0
            }
        }

        @media screen and (max-width:900px) {
            .media-verification_content .search_section {
                padding-top: 3rem
            }
        }

        .media-verification_content .search_section .content_wrapper {
            align-items: center;
            display: flex;
            flex-direction: column;
            max-width: 850px
        }

        .media-verification_content .search_section .content_wrapper h1 {
            font-size: 38px;
            font-weight: 500;
            margin-top: 2em
        }

        .media-verification_content .search_section .content_wrapper p {
            font-size: 16px;
            margin: 0 2em 1em;
            opacity: .5;
            text-align: center
        }

        @media screen and (max-width:900px) {
            .media-verification_content .search_section .content_wrapper p {
                margin-bottom: 1em;
                margin-left: 0;
                margin-right: 0
            }
        }

        .media-verification_content .search_section_controls {
            display: flex;
            width: 100%
        }

        .media-verification_content .search_section_controls input {
            background: rgb(var(--surface-color));
            border: none;
            border-radius: 3px;
            color: rgb(var(--text-color));
            flex: 1 1;
            font-size: 16px;
            font-weight: 400;
            height: 50px;
            margin-right: 10px;
            padding: 0 25px
        }

        .media-verification_content .search_section_controls input:focus {
            outline: none
        }

        .media-verification_content .search_section_controls input::placeholder {
            color: #a7b6c2;
            opacity: .6
        }

        @media screen and (max-width:900px) {
            .media-verification_content .search_section_controls input {
                margin-right: 5px;
                padding: 0 10px
            }
        }

        .media-verification_content .search_section_controls .ui-spinner .ui-spinner__spin {
            border-color: rgb(var(--on-surface-color));
            border-top-color: transparent
        }

        .media-verification_content .search_section_controls .landing-btn {
            background-color: transparent;
            border: 1px solid rgb(var(--on-surface-color));
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
            color: rgb(var(--text-color));
            flex-grow: 0;
            height: 50px;
            min-width: 120px
        }

        @media screen and (max-width:900px) {
            .media-verification_content .search_section_controls .landing-btn {
                font-size: 14px;
                min-width: 60px
            }
        }

        .media-verification_content .search_section_controls .landing-btn svg {
            fill: rgb(var(--on-surface-color));
            height: 30px;
            width: 30px
        }

        .media-verification_content .search_section_controls.success input {
            background-color: rgba(var(--primary-color), .3);
            color: rgb(var(--primary-color))
        }

        .media-verification_content .search_section_controls.failure input {
            background-color: rgba(var(--secondary-color), .3);
            color: rgb(var(--secondary-color))
        }

        .media-verification_content .official-channels_section {
            background-color: #0b1b26;
            min-height: 0
        }

        @media screen and (min-width:900px) {
            .media-verification_content .official-channels_section {
                padding-top: 4rem
            }
        }

        .media-verification_content .official-channels_section .content_wrapper h1 {
            font-size: 24px
        }

        .media-verification_content .official-channels_section .content_wrapper .disclaimer_section>h1 {
            font-size: 18px;
            font-weight: 400;
            opacity: .5
        }

        .media-verification_content .official-channels_section .content_wrapper p {
            font-size: 14px;
            margin: 1.5em 0;
            opacity: .5
        }

        .media-verification_content .social {
            margin: 30px 0
        }

        .media-verification_content .social .wrapper {
            display: grid;
            gap: 20px;
            grid-template-columns: repeat(4, 1fr);
            grid-template-rows: repeat(2, 1fr);
            position: relative
        }

        @media screen and (max-width:900px) {
            .media-verification_content .social .wrapper {
                display: flex;
                flex-direction: column
            }
        }

        .media-verification_content .social .tile {
            align-items: center;
            background-color: rgb(var(--background-color));
            border-radius: 8px;
            color: rgb(var(--text-color));
            display: flex;
            gap: 10px;
            padding: 17px
        }

        .media-verification_content .social .tile .icon-wrapper {
            align-items: center;
            background-color: #0b1b26;
            border-radius: 8px;
            display: flex;
            height: 40px;
            justify-content: center;
            padding: 10px;
            width: 40px
        }

        .verification-result {
            align-items: center;
            display: flex;
            gap: 10px;
            justify-content: center;
            margin-top: 30px
        }

        @media screen and (min-width:900px) {
            .verification-result {
                width: 850px
            }
        }

        .verification-result.success {
            color: rgb(var(--primary-color))
        }

        .verification-result.failure {
            color: rgb(var(--secondary-color))
        }

        .verification-result .description {
            font-size: 18px
        }

        .verification-result .description .reference {
            word-break: break-word
        }

        .radio-group,
        .radio-item {
            display: flex
        }

        .radio-item {
            align-items: center;
            background: none;
            border: none;
            color: #fff;
            cursor: pointer;
            font-size: 15px;
            margin-right: 20px;
            outline: none;
            padding: 0
        }

        .radio-circle {
            background: #fff;
            border: none;
            border-radius: 50%;
            height: 15px;
            width: 15px
        }

        .radio-circle.selected {
            border: 4px solid #137cbd
        }

        .radio-label {
            margin: 1px 0 0 10px
        }

        .posts__search-group {
            margin-bottom: 15px;
            position: relative
        }

        .posts__search-group-icon {
            left: 8px;
            position: absolute;
            top: 8px
        }

        .posts__search-group-icon svg {
            fill: #5c7080;
            width: 13px
        }

        .posts__search-group input {
            background-color: rgb(var(--on-surface-color));
            border: none;
            border-radius: 3px;
            box-shadow: none;
            color: rgb(var(--text-color));
            font-size: 13px;
            height: 32px;
            padding: 0 30px;
            width: 100%
        }

        .posts__search-group input:focus {
            border: 1px solid #03ca9b;
            outline: none
        }

        .posts__search-group input::placeholder {
            color: #a7b6c2;
            opacity: .6
        }

        .posts__search-group button {
            background-color: transparent;
            border: none;
            cursor: pointer;
            height: unset;
            height: 24px;
            padding: 4px;
            position: absolute;
            right: 4px;
            top: 4px;
            width: 24px
        }

        .posts__search-group button svg {
            fill: #5c7080
        }

        .posts__search-group button:focus {
            outline: none
        }

        .posts__search-group button:disabled {
            cursor: default;
            opacity: .6
        }

        .tooltip {
            cursor: pointer;
            display: inline-block;
            position: relative
        }

        .tooltip__content {
            word-wrap: break-word;
            background-color: #0b1923;
            border-radius: 3px;
            color: #fff;
            font-size: 14px;
            padding: 10px;
            position: absolute;
            white-space: normal;
            width: 250px;
            z-index: 10
        }

        .tooltip__content.top {
            bottom: calc(100% + 15px);
            left: 50%;
            transform: translateX(-50%)
        }

        .tooltip__content.right {
            left: calc(100% + 15px);
            top: 50%;
            transform: translateY(-50%)
        }

        .tooltip__content.bottom {
            left: 50%;
            top: calc(100% + 15px);
            transform: translateX(-50%)
        }

        .tooltip__content.left {
            right: calc(100% + 15px);
            top: 50%;
            transform: translateY(-50%)
        }

        .tooltip__chevron {
            background-color: #0b1923;
            height: 10px;
            position: absolute;
            transform: rotate(45deg);
            width: 10px
        }

        .tooltip__chevron.top {
            bottom: -5px;
            left: 50%;
            margin-left: -5px
        }

        .tooltip__chevron.right {
            left: -5px;
            margin-top: -5px;
            top: 50%
        }

        .tooltip__chevron.bottom {
            left: 50%;
            margin-left: -5px;
            top: -5px
        }

        .tooltip__chevron.left {
            margin-top: -5px;
            right: -5px;
            top: 50%
        }

        .ui-spinner {
            align-items: center;
            display: flex;
            justify-content: center;
            margin: 10px 0
        }

        .ui-spinner__spin {
            animation: spin 2s linear infinite;
            border: 2px solid rgb(var(--primary-color));
            border-radius: 50%;
            border-top: 2px solid transparent;
            height: 40px;
            width: 40px
        }

        :root {
            --toastify-toast-min-height: 60px
        }

        .Toastify .Toastify__toast-container--top-center {
            min-width: 40%;
            top: 20px
        }

        .Toastify .Toastify__toast-theme--colored.Toastify__toast--error {
            background: rgb(var(--secondary-color))
        }

        .Toastify .Toastify__toast-theme--colored.Toastify__toast--success {
            background: rgb(var(--primary-color))
        }

        .Toastify .Toastify__toast {
            border-radius: 10px;
            flex-direction: row-reverse
        }

        @media screen and (min-width:900px) {
            .Toastify .Toastify__toast {
                padding-left: 20px;
                padding-right: 20px
            }
        }

        .Toastify .Toastify__toast-icon {
            display: none
        }

        .Toastify .Toastify__toast-body {
            margin-left: 10px
        }

        .arrow-link {
            stroke: #03ca9b;
            color: #03ca9b;
            display: inline-block
        }

        .arrow-link:hover {
            stroke: rgb(var(--primary-color-variant));
            color: rgb(var(--primary-color-variant))
        }

        .arrow-link>div {
            display: inline-block;
            margin-left: 8px
        }

        .chevron {
            align-items: center;
            cursor: pointer;
            display: flex;
            flex-direction: row;
            padding: 10px 0
        }

        .chevron__title {
            flex: 1 1
        }

        .chevron__icon {
            align-items: center;
            display: flex;
            margin-left: 10px;
            min-height: 28px;
            min-width: 28px
        }

        .chevron__expanded .chevron__icon {
            transform: rotate(180deg)
        }

        .content-header {
            display: block;
            margin: 0 auto;
            max-width: 100%;
            min-height: 580px;
            overflow: visible;
            padding: 113px 0 50px
        }

        .content-header,
        .content-header h1 {
            position: relative;
            text-align: center;
            z-index: 1
        }

        .content-header h1 {
            color: rgb(var(--text-color));
            font-size: 66px;
            font-weight: 600;
            line-height: 116%;
            margin-bottom: 20px;
            max-width: 740px;
            padding: 60px 20px 0;
            text-transform: none;
            white-space: break-spaces;
            width: auto
        }

        @media screen and (max-width:900px) {
            .content-header h1 {
                font-size: 37px
            }
        }

        .content-header h2 {
            color: #586871;
            font-size: 22px;
            font-weight: 300;
            line-height: 140%;
            margin: 0 20px;
            max-width: 560px;
            padding: 0;
            position: relative;
            white-space: break-spaces;
            width: auto;
            z-index: 1
        }

        @media screen and (max-width:900px) {
            .content-header h2 {
                font-size: 22px
            }
        }

        .content-header h3 {
            color: #586871;
            font-size: 22px;
            font-weight: 300;
            line-height: 140%;
            margin: 0;
            max-width: 700px;
            padding: 0;
            position: relative;
            width: auto;
            z-index: 1
        }

        .content-header__column {
            align-items: center;
            display: flex;
            flex-direction: column;
            height: auto;
            max-width: 1160px;
            position: relative
        }

        .content-header__column:after,
        .content-header__column:before {
            background-position: 50%;
            background-repeat: no-repeat;
            background-size: contain;
            content: " ";
            display: block;
            position: absolute;
            top: 0;
            z-index: 0
        }

        .content-header__column:before {
            left: 0
        }

        .content-header__column:after {
            right: 0
        }

        @media screen and (min-width:900px) {
            .content-header__column {
                margin: 0 auto;
                width: 100%
            }
        }

        @media screen and (max-width:900px) {
            .content-header__column {
                margin-top: 50px;
                max-width: 79rem
            }
        }

        .content-header__extra-content {
            align-items: center;
            display: flex;
            flex-direction: column;
            position: relative;
            width: 100%
        }

        @media screen and (max-width:900px) {
            .content-header__column:after {
                right: -2rem
            }
            .content-header__column:before {
                left: -2rem
            }
            .content-header__subtitle {
                font-size: 18px;
                margin-bottom: 10px
            }
            .content-header__intro {
                font-size: 18px
            }
        }

        .content-header-buttons {
            align-items: center;
            display: flex;
            justify-content: center;
            width: 100%
        }

        .content-header-buttons .buttons-group {
            justify-content: center;
            margin: 20px 0 37px
        }

        @media screen and (max-width:900px) {
            .content-header-buttons {
                max-width: 370px;
                padding: 0 20px
            }
            .content-header-buttons .buttons-group {
                width: 100%
            }
        }

        .download-app-buttons {
            display: flex;
            flex-direction: row
        }

        .download-app-buttons a {
            align-items: center;
            background: #000;
            border-radius: 5px;
            cursor: pointer;
            display: flex;
            justify-content: center;
            margin: 0 0 0 20px;
            min-height: 57px;
            width: 223px
        }

        .download-app-buttons a:first-child {
            margin: 0
        }

        @media screen and (max-width:900px) {
            .download-app-buttons {
                align-items: center;
                flex-direction: column
            }
            .download-app-buttons a {
                margin: 20px 0 0;
                max-width: 330px;
                width: 100%
            }
        }

        .download-app-qr-code {
            background-color: #000;
            border-radius: 10px;
            display: flex;
            padding: 10px;
            width: 160px
        }

        .download-app-qr-code img {
            width: 100%
        }

        .feature-benefits-row {
            align-items: center;
            background: linear-gradient(180deg, #172d3e, #11303c);
            display: flex;
            flex-direction: column;
            padding: 100px 0
        }

        .feature-benefits-row__container {
            max-width: min(100%, 1200px);
            padding: 0 50px
        }

        .feature-benefits-row__title {
            color: #fff;
            font-size: 38px;
            font-weight: 500;
            line-height: 46px;
            margin-bottom: 30px;
            max-width: 600px
        }

        .feature-benefits-row__description {
            color: #808b93;
            font-size: 22px;
            line-height: 31px;
            margin-bottom: 60px;
            max-width: 750px;
            white-space: break-spaces
        }

        .feature-benefits-row__grid {
            grid-gap: 50px;
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            width: 100%
        }

        @media screen and (max-width:900px) {
            .feature-benefits-row__grid {
                grid-template-columns: 1fr
            }
        }

        .feature-benefits-row__card {
            background: linear-gradient(291.05deg, #173641 8.6%, #214468 89.96%);
            background-position-x: -800px;
            background-size: 1200px auto;
            border: 2px solid #172d3e;
            border-radius: 10px;
            display: flex;
            flex-direction: column;
            min-height: 200px;
            padding: 36px 40px;
            word-break: break-word
        }

        .feature-benefits-row__card:nth-child(2) {
            background-position-x: -400px
        }

        .feature-benefits-row__card:first-child {
            background-position-x: 0
        }

        @media screen and (max-width:900px) {
            .feature-benefits-row__card {
                background-position-x: -200%;
                background-size: 300% auto
            }
            .feature-benefits-row__card:nth-child(2) {
                background-position-x: -100%
            }
        }

        .feature-benefits-row__card-head {
            align-items: flex-start;
            display: flex;
            flex-direction: column;
            margin-bottom: 14px
        }

        .feature-benefits-row__card-icon {
            height: 30px;
            margin-bottom: 14px
        }

        .feature-benefits-row__card-title {
            color: #fff;
            font-size: 24px;
            font-weight: 500
        }

        .feature-benefits-row__card-desc {
            color: #81949e;
            font-size: 14px;
            line-height: 140%;
            width: 100%
        }

        .feature-half-row {
            align-items: center;
            display: flex;
            flex-direction: column;
            font-size: 16px;
            padding: 100px 0
        }

        .feature-half-row__container {
            align-items: center;
            display: flex;
            flex-direction: row;
            max-width: min(100%, 1200px);
            padding: 0 50px;
            width: 100%
        }

        @media screen and (max-width:900px) {
            .feature-half-row__container {
                flex-direction: column
            }
        }

        .feature-half-row__left {
            flex: 1 1;
            padding: 0 50px 0 0
        }

        @media screen and (max-width:900px) {
            .feature-half-row__left {
                padding: 0 50px
            }
        }

        .feature-half-row__right {
            padding: 0 0 0 50px;
            width: 50%
        }

        @media screen and (max-width:900px) {
            .feature-half-row__right {
                padding: 40px 50px 0;
                width: 100%
            }
        }

        .feature-half-row h2 {
            color: #fff;
            font-size: 38px;
            font-weight: 500;
            line-height: 46px;
            margin: 0;
            max-width: 600px
        }

        @media screen and (max-width:900px) {
            .feature-half-row h2 {
                line-height: 130%
            }
        }

        .feature-half-row h3 {
            color: #fff;
            font-size: 24px;
            font-weight: 500;
            line-height: 31px;
            margin: 14px 0 0;
            max-width: 600px
        }

        .feature-half-row__description {
            line-height: 22px;
            margin: 30px 0 0;
            max-width: 750px;
            white-space: break-spaces
        }

        .feature-half-row__description p {
            margin: 0
        }

        @media screen and (max-width:900px) {
            .feature-half-row__description {
                margin: 20px 0 0
            }
        }

        .features-list-and-pictures-row {
            align-items: center;
            display: flex;
            flex-direction: column;
            padding: 70px 0 0
        }

        .features-list-and-pictures-row__container {
            max-width: min(100%, 1200px);
            padding: 0 50px
        }

        .features-list-and-pictures-row__item {
            display: flex;
            flex-direction: column;
            margin: 0 -50px
        }

        .features-list-and-pictures-row__item>div {
            display: flex;
            flex-direction: column;
            padding: 50px
        }

        @media screen and (min-width:900px) {
            .features-list-and-pictures-row__item {
                flex-direction: row
            }
            .features-list-and-pictures-row__item:nth-child(2n) {
                flex-direction: row-reverse
            }
            .features-list-and-pictures-row__item>div {
                width: 50%
            }
        }

        .features-list-and-pictures-row__item-content {
            display: flex;
            justify-content: center;
            word-break: break-word
        }

        .features-list-and-pictures-row__item-content-title {
            color: rgb(var(--primary-color));
            font-size: 38px;
            font-weight: 500;
            line-height: 46px;
            margin-bottom: 10px
        }

        .features-list-and-pictures-row__item-content-subtitle {
            color: #fff;
            font-size: 24px;
            font-weight: 500;
            line-height: 130%;
            margin-bottom: 30px
        }

        .features-list-and-pictures-row__item-content-desc {
            color: #586871;
            font-size: 16px;
            width: 100%
        }

        .features-list-and-pictures-row__item-content .arrow-link {
            margin-top: 20px
        }

        .features-list-and-pictures-row__item-img-box {
            align-items: center;
            border: 1px solid #2a3f4d;
            border-radius: 10px;
            display: flex;
            height: 280px;
            justify-content: center;
            position: relative
        }

        .features-list-and-pictures-row__item-img-box>img {
            max-height: 200px;
            max-width: 200px
        }

        .features-masonry-grid {
            grid-gap: 50px;
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            width: 100%
        }

        @media screen and (max-width:900px) {
            .features-masonry-grid {
                grid-template-columns: 1fr
            }
        }

        .features-masonry-grid__card {
            background-color: #0d1d29;
            border: 2px solid #172d3e;
            border-radius: 6px;
            display: flex;
            flex-direction: column;
            min-height: 200px;
            padding: 40px;
            word-break: break-word
        }

        .features-masonry-grid__card:not(:first-child) {
            margin-top: 50px
        }

        .features-masonry-grid__card-head {
            align-items: flex-start;
            display: flex;
            flex-direction: column;
            margin-bottom: 14px
        }

        .features-masonry-grid__card-icon {
            align-items: center;
            background-color: #102331;
            display: flex;
            height: 30px;
            justify-content: center;
            margin: 0 0 16px
        }

        .features-masonry-grid__card-title {
            color: #fff;
            font-size: 24px;
            font-weight: 500
        }

        .features-masonry-grid__card-desc {
            color: #fff;
            font-size: 16px;
            line-height: 140%;
            opacity: .5;
            width: 100%
        }

        .features-masonry-grid__card-desc ul {
            margin: 0;
            padding: 0 0 0 16px
        }

        .header-banners {
            animation: fadeIn .5s .3s forwards;
            padding: 0 40px;
            width: 100%
        }

        .header-banners .pulses {
            border-radius: 6px;
            overflow: hidden
        }

        .header-banners .pulses__heading {
            overflow: hidden;
            width: 42px
        }

        .header-banners .pulses__heading:after {
            width: 0
        }

        .header-banners .pulses__heading {
            background-color: #0b1923
        }

        .header-banners .pulses .pulse-item a {
            opacity: .6
        }

        .header-banners .pulses__items {
            background-color: #0b1923;
            height: 40px
        }

        .header-banners .pulses__items:before {
            background: linear-gradient(to right, rgb(var(--background-color)) 11%, transparent);
            max-width: 10%;
            width: 146px
        }

        .header-banners .pulses__items:after {
            background: linear-gradient(to left, rgb(var(--background-color)) 11%, transparent);
            max-width: 10%;
            width: 146px
        }

        .learn-more-link {
            display: flex;
            width: 100%
        }

        .basic-layout {
            font-family: Inter, Roboto, sans-serif
        }

        .deposits-withdrawals-info {
            background: linear-gradient(180deg, #0f3452, #0f1f2b);
            position: relative
        }

        @media screen and (max-width:900px) {
            .deposits-withdrawals-info {
                background: linear-gradient(350.49deg, #1d425a -116.96%, transparent 69.56%);
                z-index: 1
            }
        }

        .deposits-withdrawals-info:after {
            background-image: url(/images/deposits-withdrawals/platform.png);
            background-position: 50%;
            background-repeat: no-repeat;
            bottom: 0;
            content: "";
            height: 170px;
            position: absolute;
            width: 100%;
            z-index: 1
        }

        @media screen and (max-width:900px) {
            .deposits-withdrawals-info:after {
                background-image: url(/images/deposits-withdrawals/platform-mobile.png);
                bottom: -6px;
                height: 155px
            }
        }

        .deposits-withdrawals-info__content {
            align-items: center;
            display: flex;
            flex-direction: column;
            padding: 0 20px 194px;
            z-index: 1
        }

        @media screen and (max-width:900px) {
            .deposits-withdrawals-info__content {
                padding: 0 20px 188px
            }
        }

        .deposits-withdrawals-info__soc {
            margin-bottom: 20px
        }

        .deposits-withdrawals-info__soc>img {
            max-height: 111px;
            max-width: 111px
        }

        .deposits-withdrawals-info h2 {
            font-size: 38px;
            font-weight: 600;
            margin: 0 0 20px;
            max-width: 530px;
            text-align: center;
            z-index: 1
        }

        .deposits-withdrawals-info__desc {
            color: #808b93;
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 40px;
            max-width: 776px;
            text-align: center;
            z-index: 1
        }

        @media screen and (max-width:900px) {
            .deposits-withdrawals-info__desc {
                white-space: pre-line
            }
        }

        .deposits-withdrawals-info .learn-more-link {
            display: flex;
            justify-content: center;
            z-index: 1
        }

        .deposits-withdrawals-info .learn-more-link .arrow-link {
            font-size: 20px
        }

        .deposits-lightning-network {
            align-items: center;
            display: flex;
            flex-direction: column;
            position: relative;
            width: 100%
        }

        .deposits-lightning-network:before {
            background-image: url(/images/deposits-withdrawals/deposits-overview/lightning-network.svg);
            background-position: top;
            background-repeat: no-repeat;
            content: "";
            height: 100px;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%
        }

        @media screen and (max-width:900px) {
            .deposits-lightning-network:before {
                background-image: url(/images/deposits-withdrawals/deposits-overview/lightning-network-mobile.svg)
            }
        }

        .deposits-lightning-network__content {
            align-items: center;
            color: #fff;
            display: flex;
            flex-direction: column;
            max-width: 1138px;
            padding: 52px 20px 115px;
            text-align: center;
            width: 100%;
            z-index: 1
        }

        .deposits-lightning-network__content h2 {
            font-size: 38px;
            font-weight: 600;
            margin: 0;
            max-width: 700px;
            text-align: center
        }

        @media screen and (max-width:900px) {
            .deposits-lightning-network__content h2 {
                font-size: 30px
            }
        }

        .deposits-lightning-network__videos {
            display: grid;
            gap: 42px;
            grid-template-columns: 1fr 1fr;
            padding: 50px 0 34px;
            width: 100%
        }

        @media screen and (max-width:900px) {
            .deposits-lightning-network__videos {
                gap: 20px;
                grid-template-columns: 1fr
            }
        }

        .deposits-lightning-network__videos>video {
            align-items: center;
            aspect-ratio: 1920/1080;
            background: #000;
            border-radius: 8px;
            display: flex;
            justify-content: center;
            overflow: hidden;
            width: 100%
        }

        .deposits-lightning-network__videos>video:focus {
            outline: none
        }

        .deposits-lightning-network .learn-more-link {
            display: flex;
            justify-content: center
        }

        .deposits-lightning-network .learn-more-link .arrow-link {
            font-size: 20px
        }

        @media screen and (max-width:900px) {
            .deposits-lightning-network .deposits-lightning-network__content {
                padding: 52px 20px 24px
            }
            .deposits-lightning-network .deposits-lightning-network__content .learn-more-link {
                justify-content: start
            }
        }

        .deposits-overview {
            align-items: center;
            background: linear-gradient(180deg, #0f1f2b 13.69%, #0f324d);
            display: flex;
            flex-direction: column;
            overflow: visible;
            position: relative
        }

        @media screen and (max-width:900px) {
            .deposits-overview {
                background: linear-gradient(180deg, #0d1d29 43.85%, #0e3452 153.41%);
                z-index: 1
            }
        }

        .deposits-overview__content {
            align-items: center;
            color: #808b93;
            display: flex;
            flex-direction: column;
            font-size: 16px;
            font-weight: 400;
            padding: 100px 20px 40px;
            text-align: center;
            z-index: 1
        }

        .deposits-overview__content h2 {
            color: #fff;
            font-size: 38px;
            font-weight: 600;
            line-height: 46px;
            margin: 0 0 14px;
            max-width: 530px;
            text-align: center
        }

        .deposits-overview__content-desc {
            max-width: 776px;
            text-align: center
        }

        .deposits-overview__content-desc a {
            text-decoration: underline
        }

        @media screen and (max-width:900px) {
            .deposits-overview__content-desc {
                white-space: pre-line
            }
        }

        .deposits-overview__content-quick-and-cheap {
            color: #82baf6;
            font-size: 16px;
            font-weight: 700;
            margin-top: 20px;
            max-width: 526px
        }

        .deposits-overview__items {
            display: grid;
            gap: 20px 20px;
            grid-template-columns: 1fr 1fr;
            margin: 36px 0 40px;
            max-width: 792px;
            width: 100%
        }

        @media screen and (max-width:900px) {
            .deposits-overview__items {
                grid-template-columns: 1fr
            }
        }

        .deposits-overview__item {
            background: #172d3e;
            border-radius: 10px;
            color: #fff;
            display: flex;
            flex-direction: column;
            padding: 40px;
            text-align: left;
            width: 100%
        }

        .deposits-overview__item-icon {
            height: 32px;
            width: 32px
        }

        .deposits-overview__item-title {
            font-size: 24px;
            font-weight: 600;
            margin: 14px 0
        }

        .deposits-overview__item-desc {
            font-size: 14px;
            font-weight: 400;
            opacity: .5
        }

        @media screen and (max-width:900px) {
            .deposits-overview .deposits-overview__content {
                padding: 47px 20px 24px
            }
            .deposits-overview .deposits-overview__items {
                margin: 20px 0
            }
            .deposits-overview .deposits-overview__item {
                padding: 16px 20px
            }
            .deposits-overview .deposits-overview__item-icon {
                height: 28px;
                width: 28px
            }
            .deposits-overview .deposits-overview__item-icon img {
                max-height: 28px;
                max-width: 28px
            }
            .deposits-overview .deposits-overview__item-title {
                line-height: 22px;
                margin: 10px 0
            }
            .deposits-overview .deposits-overview__item-desc {
                font-size: 14px
            }
        }

        @media screen and (min-width:900px) {
            .deposits-overview__background {
                background-image: url(/images/deposits-withdrawals/deposits-overview/left-bg.svg);
                background-position: left 108px;
                height: 763px;
                opacity: .3
            }
            .deposits-overview__background,
            .deposits-overview__background:after {
                background-repeat: no-repeat;
                content: "";
                max-width: 1350px;
                position: absolute;
                top: 0;
                width: 100%
            }
            .deposits-overview__background:after {
                background-image: url(/images/deposits-withdrawals/deposits-overview/right-bg.svg);
                background-position: right 29px;
                height: 670px;
                left: 0
            }
        }

        .deposits-withdrawals-fiat-ccies {
            background: #102331
        }

        .deposits-withdrawals-fiat-ccies .feature-half-row__description {
            color: #808b93;
            font-size: 16px
        }

        .deposits-withdrawals-fiat-ccies .feature-half-row__left {
            width: 100%;
            z-index: 1
        }

        .deposits-withdrawals-fiat-ccies .feature-half-row__right {
            display: flex
        }

        .deposits-withdrawals-fiat-ccies .learn-more-link {
            font-size: 20px;
            margin-top: 20px
        }

        @media screen and (min-width:900px) {
            .deposits-withdrawals-fiat-ccies .feature-half-row {
                height: 810px;
                justify-content: center
            }
            .deposits-withdrawals-fiat-ccies .feature-half-row__left {
                max-width: 530px
            }
            .deposits-withdrawals-fiat-ccies .feature-half-row__container:before {
                background: url(/images/deposits-withdrawals/deposits-overview/fiat-currencies.png);
                background-position: 0;
                background-repeat: no-repeat;
                background-size: contain;
                content: "";
                height: 606px;
                left: 50%;
                position: absolute;
                width: 1071px
            }
        }

        @media screen and (max-width:900px) {
            .deposits-withdrawals-fiat-ccies .feature-half-row {
                flex-direction: column;
                justify-content: start;
                padding: 25px 0 0
            }
            .deposits-withdrawals-fiat-ccies .feature-half-row__container {
                padding: 0
            }
            .deposits-withdrawals-fiat-ccies .feature-half-row__left {
                padding: 0 20px
            }
            .deposits-withdrawals-fiat-ccies .feature-half-row__left h2 {
                font-size: 30px;
                max-width: 60%
            }
            .deposits-withdrawals-fiat-ccies .feature-half-row__left .feature-half-row__description {
                font-size: 18px
            }
            .deposits-withdrawals-fiat-ccies .feature-half-row__left .feature-half-row__description strong {
                font-weight: 400
            }
            .deposits-withdrawals-fiat-ccies .feature-half-row__right {
                display: flex;
                height: 280px;
                padding: 0;
                position: relative
            }
            .deposits-withdrawals-fiat-ccies .feature-half-row__right:after {
                background: url(/images/deposits-withdrawals/deposits-overview/fiat-currencies.png);
                background-position: 100%;
                background-repeat: no-repeat;
                background-size: contain;
                content: "";
                height: 100%;
                position: absolute;
                right: -10%;
                top: 0;
                width: 100%
            }
        }

        .deposits-withdrawals-how-to {
            align-items: center;
            background: #0d1d29;
            color: #fff;
            display: flex;
            flex-direction: column;
            justify-content: center
        }

        .deposits-withdrawals-how-to__container {
            max-width: 1200px;
            padding: 100px 50px;
            width: 100%
        }

        @media screen and (max-width:900px) {
            .deposits-withdrawals-how-to__container {
                padding: 16px 20px
            }
        }

        .deposits-withdrawals-download-app {
            background: #102331
        }

        .deposits-withdrawals-download-app .download-app-buttons,
        .deposits-withdrawals-download-app .download-app-qr-code {
            margin-top: 20px
        }

        .deposits-withdrawals-download-app .feature-half-row__description {
            color: #808b93;
            font-size: 16px
        }

        .deposits-withdrawals-download-app .feature-half-row__left {
            width: 100%;
            z-index: 1
        }

        .deposits-withdrawals-download-app .feature-half-row__right {
            display: none
        }

        .deposits-withdrawals-download-app .learn-more-link {
            font-size: 20px;
            margin-top: 20px
        }

        @media screen and (min-width:900px) {
            .deposits-withdrawals-download-app .feature-half-row {
                height: 810px;
                justify-content: center
            }
            .deposits-withdrawals-download-app .feature-half-row__left {
                max-width: 530px
            }
            .deposits-withdrawals-download-app .feature-half-row__container:before {
                background: url(/images/deposits-withdrawals/deposits-overview/app.svg);
                background-position: 0;
                background-repeat: no-repeat;
                background-size: contain;
                content: "";
                height: 606px;
                left: 50%;
                position: absolute;
                width: 1071px
            }
        }

        @media screen and (max-width:900px) {
            .deposits-withdrawals-download-app .download-app-qr-code {
                display: none
            }
            .deposits-withdrawals-download-app .feature-half-row {
                flex-direction: column;
                justify-content: start;
                padding: 25px 0 0
            }
            .deposits-withdrawals-download-app .feature-half-row__container {
                flex-direction: column-reverse;
                padding: 0 20px
            }
            .deposits-withdrawals-download-app .feature-half-row__left {
                padding: 10px 0 0
            }
            .deposits-withdrawals-download-app .feature-half-row__left h2 {
                font-size: 30px;
                line-height: 130%;
                max-width: 75%
            }
            .deposits-withdrawals-download-app .feature-half-row__left .feature-half-row__description {
                font-size: 18px;
                margin: 20px 0
            }
            .deposits-withdrawals-download-app .feature-half-row__right {
                display: flex;
                height: 280px;
                padding: 0;
                position: relative
            }
            .deposits-withdrawals-download-app .feature-half-row__right:after {
                background: url(/images/deposits-withdrawals/deposits-overview/app.svg);
                background-position: 50%;
                background-repeat: no-repeat;
                background-size: contain;
                content: "";
                height: 100%;
                position: absolute;
                right: 0;
                top: 0;
                width: 100%
            }
        }

        .deposits-withdrawals-how-to-mobile-app {
            align-items: center;
            background: #0d1d29;
            color: #fff;
            display: flex;
            flex-direction: column;
            justify-content: center
        }

        .deposits-withdrawals-how-to-mobile-app__container {
            max-width: 1200px;
            padding: 100px 50px;
            width: 100%
        }

        @media screen and (max-width:900px) {
            .deposits-withdrawals-how-to-mobile-app__container {
                padding: 16px 20px
            }
        }

        .deposits-withdrawals-faq {
            align-items: center;
            background: #0b1923;
            color: #fff;
            display: flex;
            flex-direction: column;
            justify-content: center
        }

        .deposits-withdrawals-faq__container {
            max-width: 1200px;
            padding: 100px 50px;
            width: 100%
        }

        @media screen and (max-width:900px) {
            .deposits-withdrawals-faq__container {
                padding: 16px 20px
            }
        }

        .deposits-withdrawals-faq .chevron {
            font-size: 18px;
            font-weight: 600;
            min-height: 88px
        }

        @media screen and (max-width:900px) {
            .deposits-withdrawals-faq .chevron {
                color: #808b93
            }
        }

        .deposits-withdrawals-faq__section-title {
            font-size: 38px;
            font-weight: 600;
            margin: 1em 0;
            text-align: center
        }

        .deposits-withdrawals-faq__item {
            border-top: 1px solid #13454c
        }

        .deposits-withdrawals-faq__description {
            color: #808b93;
            font-size: 16px;
            padding: 0 10px 10px
        }

        .deposits-withdrawals-faq__description p {
            margin: 0 0 10px;
            padding: 0
        }

        .deposits-withdrawals-faq__description p:last-child {
            margin: 0
        }

        @media screen and (max-width:900px) {
            .how-to-section__item {
                padding: 30px 0
            }
        }

        .how-to-section__item .chevron {
            font-size: 30px;
            font-weight: 600;
            min-height: 88px
        }

        .how-to-section__item:first-of-type {
            border-bottom: 1px solid #2a3f4d
        }

        .how-to-section__description {
            padding: 0 0 16px
        }

        .how-to-section__steps {
            display: inline-flex;
            flex-wrap: wrap;
            gap: 15px
        }

        .how-to-section__step {
            background-color: #102331;
            border-radius: 10px;
            flex: 0 0 48%
        }

        @media screen and (max-width:900px) {
            .how-to-section__step {
                flex: unset;
                width: 100%
            }
        }

        .how-to-section__step img {
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            height: auto;
            width: 100%
        }

        .how-to-section__step-description {
            font-size: 15px;
            padding: 15px
        }

        .how-to-section__step-description p.text-muted {
            color: #808b93
        }

        .how-to-section__step-description p:last-of-type {
            margin-bottom: 0
        }

        .how-to-section__step-title {
            color: #03ca9b;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 10px;
            text-transform: uppercase
        }

        .deposits-withdrawals-layout {
            background-color: #0e1e2a;
            background: #0f1f2b;
            color: rgb(var(--text-color));
            height: 60vh;
            height: auto;
            overflow: hidden;
            padding-top: 75px
        }

        .deposits-withdrawals-layout__background {
            left: 0;
            padding: 75px 0 0;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 1
        }

        @media screen and (max-width:900px) {
            .deposits-withdrawals-layout__background:before {
                background: linear-gradient(180deg, #0b1923, #0d1d29 16.67%, #172d3e 57.81%);
                content: "";
                height: 1900px;
                position: absolute;
                top: 0;
                width: 100%
            }
            .deposits-withdrawals-layout__background:after {
                background-image: url(/images/deposits-withdrawals/header-mobile-bg.svg);
                background-position: 50%;
                background-repeat: no-repeat;
                content: "";
                height: 532px;
                position: absolute;
                top: 80px;
                width: 100%
            }
        }

        @media screen and (min-width:900px) {
            .deposits-withdrawals-layout__background {
                background-image: url(/images/deposits-withdrawals/header-bg.svg);
                background-position: 50%;
                background-repeat: no-repeat;
                height: 1533px;
                top: 0
            }
        }

        .deposits-withdrawals-layout__head {
            background: linear-gradient(180deg, #0e1e2a, #0e3452);
            height: 970px;
            overflow: visible;
            position: relative
        }

        @media screen and (max-width:900px) {
            .deposits-withdrawals-layout__head {
                height: 670px
            }
        }

        .deposits-withdrawals-layout__head .content-header {
            padding: 225px 0 50px
        }

        .deposits-withdrawals-layout__head .content-header h1 {
            max-width: 594px
        }

        .deposits-withdrawals-layout__head .content-header h2 {
            max-width: 750px
        }

        @media screen and (max-width:900px) {
            .deposits-withdrawals-layout__head .content-header {
                padding: 180px 0 50px
            }
            .deposits-withdrawals-layout__head .content-header .content-header__column {
                height: 290px;
                margin: 0;
                padding: 0 30px
            }
            .deposits-withdrawals-layout__head .content-header .content-header__column h1 {
                margin: 0 0 20px;
                max-width: 335px;
                padding: 0
            }
            .deposits-withdrawals-layout__head .content-header .content-header__column h2 {
                margin: 0;
                max-width: 285px
            }
        }

        .deposits-withdrawals-layout__body {
            min-height: 100vh;
            position: relative
        }

        .deposits-withdrawals-layout__body-content {
            position: relative
        }

        .security-policy-features {
            align-items: center;
            background-color: #0d1d29;
            display: flex;
            flex-direction: column;
            padding: 50px 0 100px
        }

        .security-policy-features__title {
            font-size: 38px;
            font-weight: 500;
            line-height: 46px;
            margin-bottom: 50px
        }

        .security-policy-features__container {
            max-width: min(100%, 1200px);
            padding: 0 50px
        }

        .security-policy-info__soc {
            left: -25px;
            position: absolute;
            top: -25px
        }

        .security-policy-info__soc>img {
            max-height: 111px;
            max-width: 111px
        }

        .security-policy-layout {
            background-color: rgb(var(--background-color));
            background: linear-gradient(180deg, #0d1d29, #0e3452);
            color: rgb(var(--text-color));
            height: 60vh;
            height: auto;
            margin-top: 75px;
            overflow: hidden
        }

        .security-policy-layout__head {
            background-color: rgb(var(--background-color));
            overflow: visible
        }

        .security-policy-layout__head .content-header__column:before {
            background-image: url(/images/security-policy/header-left.svg);
            height: 498px;
            width: 261px
        }

        .security-policy-layout__head .content-header__column:after {
            background-image: url(/images/security-policy/header-right.svg);
            height: 502px;
            width: 247px
        }

        .security-policy-layout__body {
            background-color: #0d1d29;
            min-height: 100vh;
            position: relative
        }

        .security-policy-layout__body-content {
            position: relative
        }

        .security-policy-layout__body-content .features-list-and-pictures-row {
            background-color: #0b1923
        }

        .thalex-benefits {
            align-items: center;
            background: linear-gradient(1turn, #102331, #0e3452);
            display: flex;
            flex-direction: column;
            padding: 50px 0 100px
        }

        @media screen and (max-width:900px) {
            .thalex-benefits {
                padding: 10px 0 40px
            }
        }

        .thalex-benefits__subtitle,
        .thalex-benefits__title {
            max-width: 560px
        }

        .thalex-benefits__title {
            color: rgb(var(--text-color));
            font-size: 38px;
            font-weight: 500;
            line-height: 46px;
            margin-bottom: 50px
        }

        @media screen and (max-width:900px) {
            .thalex-benefits__title {
                font-size: 30px;
                line-height: 39px;
                margin-bottom: 30px
            }
        }

        .thalex-benefits__subtitle {
            color: #808b93;
            font-size: 22px;
            font-weight: 400;
            margin-bottom: 50px
        }

        @media screen and (max-width:900px) {
            .thalex-benefits__subtitle {
                font-size: 18px;
                margin-bottom: 30px
            }
        }

        .thalex-benefits__container {
            max-width: min(100%, 1200px);
            padding: 0 50px
        }

        @media screen and (max-width:900px) {
            .thalex-benefits__container {
                padding: 0 20px
            }
        }

        .thalex-benefits__container .features-masonry-grid {
            grid-gap: 25px
        }

        @media screen and (max-width:900px) {
            .thalex-benefits__container .features-masonry-grid {
                grid-gap: 15px
            }
            .thalex-benefits__container .features-masonry-grid__card-title {
                font-size: 18px
            }
            .thalex-benefits__container .features-masonry-grid__card-desc {
                font-size: 16px
            }
        }

        .thalex-benefits__container .features-masonry-grid__card {
            border-radius: 12px;
            border-width: 0
        }

        .thalex-benefits__container .features-masonry-grid__card-icon {
            background-color: transparent;
            width: 30px
        }

        .thalex-benefits__container .features-masonry-grid__card:not(:first-child) {
            margin-top: 25px
        }

        @media screen and (max-width:900px) {
            .thalex-benefits__container .features-masonry-grid__card {
                padding: 20px
            }
            .thalex-benefits__container .features-masonry-grid__card:not(:first-child) {
                margin-top: 15px
            }
        }

        .thalex-how-to-start {
            align-items: center;
            background: #0d1d29;
            display: flex;
            flex-direction: column;
            padding: 50px 0
        }

        .thalex-how-to-start__container {
            max-width: min(100%, 1200px);
            padding: 0 50px
        }

        @media screen and (max-width:900px) {
            .thalex-how-to-start__container {
                padding: 0 20px
            }
        }

        .thalex-how-to-start__title {
            color: rgb(var(--text-color));
            font-size: 38px;
            font-weight: 600;
            line-height: 46px;
            margin-bottom: 50px
        }

        @media screen and (max-width:900px) {
            .thalex-how-to-start__title {
                font-size: 24px;
                line-height: 32px;
                margin-bottom: 30px
            }
        }

        .thalex-how-to-start__description {
            color: #808b93;
            font-size: 22px;
            font-weight: 400;
            margin-bottom: 50px;
            max-width: 560px
        }

        .thalex-how-to-start .how-to-section__step-description {
            color: rgb(var(--text-color))
        }

        .thalex-how-to-start .how-to-section__step-title {
            display: flex
        }

        .thalex-how-to-start .how-to-section__step-title svg {
            margin-left: 10px
        }

        .thalex-how-to-start .how-to-section__step-title svg path {
            fill: #03ca9b
        }

        .thalex-what-are-products {
            align-items: center;
            background: linear-gradient(180deg, #0b1923, #13454c);
            display: flex;
            flex-direction: column;
            padding: 50px 0 100px
        }

        .thalex-what-are-products__container {
            max-width: min(100%, 1200px);
            padding: 0 50px
        }

        @media screen and (max-width:900px) {
            .thalex-what-are-products__container {
                padding: 0 20px
            }
        }

        .thalex-what-are-products__container .features-masonry-grid {
            grid-template-columns: 1fr 1fr
        }

        @media screen and (max-width:900px) {
            .thalex-what-are-products__container .features-masonry-grid {
                grid-gap: 15px;
                grid-template-columns: 1fr
            }
        }

        .thalex-what-are-products__container .features-masonry-grid__card {
            background-color: transparent;
            border: 2px solid rgba(3, 202, 155, .2);
            border-radius: 12px
        }

        .thalex-what-are-products__container .features-masonry-grid__card-icon {
            background-color: transparent;
            width: 30px
        }

        @media screen and (max-width:900px) {
            .thalex-what-are-products__container .features-masonry-grid__card {
                padding: 15px
            }
            .thalex-what-are-products__container .features-masonry-grid__card:not(:first-child) {
                margin-top: 15px
            }
        }

        .thalex-what-are-products__title {
            color: rgb(var(--text-color));
            font-size: 38px;
            font-weight: 500;
            line-height: 46px;
            margin-bottom: 20px
        }

        @media screen and (max-width:900px) {
            .thalex-what-are-products__title {
                font-size: 30px;
                line-height: 32px
            }
        }

        .thalex-what-are-products__subtitle {
            color: #808b93;
            font-size: 22px;
            font-weight: 400;
            margin-bottom: 50px
        }

        .thalex-what-are-products__disclaimer {
            word-wrap: break-word;
            color: #808b93;
            font-size: 14px;
            font-weight: 400;
            margin-top: 50px
        }

        .thalex-safe-screen {
            align-items: center;
            display: flex;
            flex-direction: column;
            padding: 100px 15px
        }

        .thalex-safe-screen__container {
            max-width: min(100%, 560px)
        }

        .thalex-safe-screen h3 {
            color: rgb(var(--text-color));
            font-size: 38px;
            font-weight: 600;
            line-height: 46px;
            margin-bottom: 50px
        }

        .thalex-safe-screen__description {
            color: #808b93;
            font-size: 18px;
            font-weight: 400;
            line-height: 25px;
            margin-bottom: 15px
        }

        .thalex-safe-screen__description .checkbox>label {
            color: #808b93;
            font-size: 18px;
            line-height: 25px;
            margin-top: 5px
        }

        .thalex-safe-screen__controls {
            display: flex;
            gap: 10px;
            padding: 10px 0
        }

        .thalex-safe-screen__dialog {
            align-self: stretch;
            background-image: url(/images/thalex/safe-screen-bg.png);
            background-repeat: no-repeat;
            background-size: cover;
            margin: 0;
            width: 100%
        }

        .thalex-layout__head {
            background: linear-gradient(180deg, #102331 -1.51%, #172d3e 32.27%, #0e3452)
        }

        .thalex-layout__head .content-header {
            background-image: url(/images/thalex/hero-background.png);
            background-position: bottom;
            background-repeat: no-repeat;
            background-size: contain;
            padding-bottom: 15em
        }

        @media screen and (max-width:900px) {
            .thalex-layout__head .content-header {
                padding-bottom: 3em;
                padding-top: 0
            }
        }

        .thalex-layout__head .content-header__column,
        .thalex-layout__head .content-header__extra-content {
            align-items: flex-start
        }

        .thalex-layout__head .content-header__extra-content {
            margin: 0 auto;
            max-width: 1160px;
            width: 100%
        }

        .thalex-layout__head .content-header h1 {
            color: #03ca9b;
            font-size: 66px;
            font-weight: 600;
            margin-top: 0;
            padding-top: .5em;
            text-align: left
        }

        @media screen and (max-width:900px) {
            .thalex-layout__head .content-header h1 {
                font-size: 38px
            }
        }

        .thalex-layout__head .content-header h2 {
            color: rgb(var(--text-color));
            font-size: 22px;
            font-weight: 500;
            margin-bottom: 20px;
            text-align: left
        }

        @media screen and (max-width:900px) {
            .thalex-layout__head .content-header h2 {
                font-size: 18px
            }
        }

        .thalex-layout__head .content-header .thalex-hero {
            text-align: left
        }

        @media screen and (max-width:900px) {
            .thalex-layout__head .content-header .thalex-hero {
                font-size: 16px
            }
        }

        .thalex-layout__head .content-header .thalex-hero__logos {
            margin: 5em 20px 0
        }

        .thalex-layout__head .content-header .thalex-hero__logos svg {
            max-width: 100%
        }

        .thalex-layout__head .content-header .thalex-hero__introduction {
            margin: 0 20px
        }

        .thalex-layout__head .content-header .thalex-hero__introduction p {
            color: #808b93;
            font-size: 18px;
            font-weight: 400;
            margin-bottom: 30px;
            max-width: 560px;
            text-align: left
        }

        @font-face {
            font-display: swap;
            font-family: Roboto;
            font-style: normal;
            font-weight: 100;
            src: local("Roboto Thin "), local("Roboto-Thin"), url(/assets/static/roboto-latin-100-c2aa4ab115bf9c6057cb59709d0e152b.woff2) format("woff2"), url(/assets/static/roboto-latin-100-a45108d3b34af91f9113d827a183296d.woff) format("woff")
        }

        @font-face {
            font-display: swap;
            font-family: Roboto;
            font-style: italic;
            font-weight: 100;
            src: local("Roboto Thin italic"), local("Roboto-Thinitalic"), url(/assets/static/roboto-latin-100italic-7f839a8652da29745ce4260846c3f88e.woff2) format("woff2"), url(/assets/static/roboto-latin-100italic-451d4e559d6f57cdf6a1c54a3e32e11d.woff) format("woff")
        }

        @font-face {
            font-display: swap;
            font-family: Roboto;
            font-style: normal;
            font-weight: 300;
            src: local("Roboto Light "), local("Roboto-Light"), url(/assets/static/roboto-latin-300-37a7069dc30fc663c8781220e5669d25.woff2) format("woff2"), url(/assets/static/roboto-latin-300-865f928cbabcc9f8f2b50fb47a20bc63.woff) format("woff")
        }

        @font-face {
            font-display: swap;
            font-family: Roboto;
            font-style: italic;
            font-weight: 300;
            src: local("Roboto Light italic"), local("Roboto-Lightitalic"), url(/assets/static/roboto-latin-300italic-c64e7e354c88e613c77cab8ac2ebc3ae.woff2) format("woff2"), url(/assets/static/roboto-latin-300italic-bd5b7a13f2c52b531a2a787bf6eb4a13.woff) format("woff")
        }

        @font-face {
            font-display: swap;
            font-family: Roboto;
            font-style: normal;
            font-weight: 400;
            src: local("Roboto Regular "), local("Roboto-Regular"), url(/assets/static/roboto-latin-400-176f8f5bd5f02b3abfcf894955d7e919.woff2) format("woff2"), url(/assets/static/roboto-latin-400-49ae34d4cc6b98c00c69ab4c41de3e0c.woff) format("woff")
        }

        @font-face {
            font-display: swap;
            font-family: Roboto;
            font-style: italic;
            font-weight: 400;
            src: local("Roboto Regular italic"), local("Roboto-Regularitalic"), url(/assets/static/roboto-latin-400italic-d022bc70dc1bf7b3425da9cdaa9841b6.woff2) format("woff2"), url(/assets/static/roboto-latin-400italic-b1d9d9904bfca8802a631c45590b9efa.woff) format("woff")
        }

        @font-face {
            font-display: swap;
            font-family: Roboto;
            font-style: normal;
            font-weight: 500;
            src: local("Roboto Medium "), local("Roboto-Medium"), url(/assets/static/roboto-latin-500-f5b74d7ffcdf85b9dd60130fa0b2c087.woff2) format("woff2"), url(/assets/static/roboto-latin-500-cea99d3e3e13a3a599a015c29f1046d0.woff) format("woff")
        }

        @font-face {
            font-display: swap;
            font-family: Roboto;
            font-style: italic;
            font-weight: 500;
            src: local("Roboto Medium italic"), local("Roboto-Mediumitalic"), url(/assets/static/roboto-latin-500italic-0d8bb5b3ee5f5dac9e446d48480d28a9.woff2) format("woff2"), url(/assets/static/roboto-latin-500italic-18d00f739ff1e1c52db1a1c0d9e98129.woff) format("woff")
        }

        @font-face {
            font-display: swap;
            font-family: Roboto;
            font-style: normal;
            font-weight: 700;
            src: local("Roboto Bold "), local("Roboto-Bold"), url(/assets/static/roboto-latin-700-c18ee39fb002ad58b6dc595476f88fef.woff2) format("woff2"), url(/assets/static/roboto-latin-700-2267169ee7270a22a963b2b2bfb7ab0c.woff) format("woff")
        }

        @font-face {
            font-display: swap;
            font-family: Roboto;
            font-style: italic;
            font-weight: 700;
            src: local("Roboto Bold italic"), local("Roboto-Bolditalic"), url(/assets/static/roboto-latin-700italic-7d8125ff7f707231fd89d9d7109deadf.woff2) format("woff2"), url(/assets/static/roboto-latin-700italic-9360531f9bb817f917f01a6d394515f3.woff) format("woff")
        }

        @font-face {
            font-display: swap;
            font-family: Roboto;
            font-style: normal;
            font-weight: 900;
            src: local("Roboto Black "), local("Roboto-Black"), url(/assets/static/roboto-latin-900-870c8c1486f76054301a22c35403eae1.woff2) format("woff2"), url(/assets/static/roboto-latin-900-bac8362e7a6ea60b6983ecf09a411a5e.woff) format("woff")
        }

        @font-face {
            font-display: swap;
            font-family: Roboto;
            font-style: italic;
            font-weight: 900;
            src: local("Roboto Black italic"), local("Roboto-Blackitalic"), url(/assets/static/roboto-latin-900italic-cb5ad999740e9d8a8bd1b03b379293a9.woff2) format("woff2"), url(/assets/static/roboto-latin-900italic-c20d916c1a1b094c1cec7de61e470633.woff) format("woff")
        }

        @keyframes pulses {
            0% {
                transform: translateZ(0)
            }
            to {
                transform: translate3d(-33.333333%, 0, 0)
            }
        }

        .pulse-green-text {
            color: rgb(var(--primary-color))
        }

        .pulses {
            background: rgb(var(--surface-color));
            display: flex;
            margin: 0 0 5px;
            min-height: 32px;
            opacity: 1 !important;
            width: 100%
        }

        .pulses.pulse-page-component {
            flex-direction: row;
            margin: 0 0 5px;
            max-width: 100%
        }

        .pulses__heading {
            align-items: center;
            display: flex
        }

        .pulses__heading a {
            display: flex;
            margin-right: 10px
        }

        .pulses__heading a,
        .pulses__heading a:hover {
            color: rgb(var(--text-color))
        }

        .pulses__heading:after {
            background: rgb(var(--text-color-variant));
            content: "";
            height: 25px;
            width: 1px
        }

        .pulses__heading-icon {
            align-items: center;
            display: flex;
            margin: 0 10px
        }

        .pulses__items {
            display: flex;
            flex: 1 1;
            font-size: 14px;
            overflow: hidden;
            position: relative
        }

        .pulses__items:before {
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 27px;
            z-index: 1
        }

        .pulses.pulse-page-component .pulses__items:before,
        .pulses__exchange .pulses__items:before,
        .pulses__items:before {
            background: linear-gradient(to right, rgb(var(--surface-color)) 11%, transparent)
        }

        .pulses__items:after {
            content: "";
            height: 100%;
            position: absolute;
            right: 0;
            top: 0;
            width: 27px
        }

        .pulses.pulse-page-component .pulses__items:after,
        .pulses__exchange .pulses__items:after,
        .pulses__items:after {
            background: linear-gradient(to left, rgb(var(--surface-color)) 11%, transparent)
        }

        .pulses__items-animation-wrapper {
            align-items: center;
            animation-delay: 1s;
            animation-duration: 40s;
            animation-iteration-count: infinite;
            animation-name: pulses;
            animation-timing-function: linear;
            display: flex;
            justify-content: flex-start;
            padding: 0 0 0 27px
        }

        .pulses__items-animation-wrapper:hover {
            animation-play-state: paused
        }

        .pulses__items-animation-wrapper .pulse-item {
            margin: 0;
            padding: 0 0 0 12px;
            white-space: nowrap
        }

        .pulses__items-animation-wrapper .pulse-item span {
            opacity: 1
        }

        .pulses__items-animation-wrapper .pulse-item:after {
            background: rgb(var(--text-color-variant));
            content: "";
            display: inline-block;
            height: 16px;
            margin: 0 0 0 12px;
            vertical-align: middle;
            width: 1px
        }

        .pulses__items-animation-wrapper a,
        .pulses__items-animation-wrapper a:hover {
            color: #82baf6
        }

        .pulses__close-wrapper,
        .pulses__items-animation-wrapper a.pulse-item__title {
            color: rgb(var(--text-color))
        }

        .pulses__close-wrapper {
            align-items: center;
            display: flex;
            margin-right: 10px
        }

        .pulses__close-wrapper a {
            transform: translateY(3px)
        }

        .pulses__close-wrapper:hover {
            cursor: pointer
        }

        .pulses__close-wrapper:before {
            background: rgb(var(--text-color-variant));
            content: "";
            height: 25px;
            margin: 0 8px 0 0;
            width: 1px
        }

        .pulses__close {
            fill: rgb(var(--primary-color));
            height: 12px
        }

        .pulses__close:hover {
            cursor: pointer;
            opacity: .8
        }

        @media screen and (max-width:screen and (max-width:900px)) {
            .pulses {
                height: auto;
                padding: 5px 0
            }
        }

        .banners-banner {
            background: linear-gradient(81.3deg, var(--background-color) -5.27%, rgbvar(--tertiary-color) 88.44%);
            display: flex;
            margin: 0 0 5px;
            min-height: 50px
        }

        .banners-banner__wrapper {
            display: flex;
            flex: 1 1;
            justify-content: center;
            margin: 0 10px
        }

        .banners-banner__icon-wrapper {
            align-items: center;
            display: flex;
            margin: 0 10px 0 0
        }

        .banners-banner__text-and-action-wrapper {
            display: flex
        }

        .banners-banner__text-wrapper {
            align-items: center;
            display: flex;
            flex: 1 1;
            flex-wrap: wrap;
            margin: 0 10px 0 0
        }

        .banners-banner__title {
            font-size: 16px;
            font-weight: 700;
            font-weight: 300;
            line-height: 1.5;
            text-transform: capitalize
        }

        .banners-banner__subtitle,
        .banners-banner__title {
            color: rgbvar(--text-color);
            margin: 0;
            padding: 0 10px 0 0
        }

        .banners-banner__subtitle {
            font-size: 13px;
            line-height: 1.9
        }

        .banners-banner__countdown-wrapper {
            align-items: center;
            display: flex
        }

        .banners-banner__starts-in {
            color: rgbvar(--text-color);
            font-size: 16px;
            font-weight: 300;
            margin: 0 10px 0 0
        }

        .banners-banner__countdown {
            border-bottom: .5px solid rgbvar(--text-color);
            border-top: .5px solid rgbvar(--text-color);
            color: rgbvar(--text-color);
            font-size: 16px;
            font-weight: 500;
            margin: 0 10px;
            padding: 4px 0
        }

        .banners-banner__action-button,
        .banners-banner__action-wrapper {
            align-items: center;
            display: flex
        }

        .banners-banner__action-button {
            background-color: rgbvar(--text-color);
            border-radius: 1px;
            color: rgbvar(--text-color-variant);
            font-size: 13px;
            height: 34px;
            justify-content: center;
            margin: 8px 0;
            min-width: 132px;
            padding: 0 21px;
            text-transform: uppercase
        }

        .banners-banner__close-wrapper {
            align-items: center;
            display: flex;
            margin-right: 10px
        }

        .banners-banner__close {
            fill: rgbvar(--text-color);
            position: relative
        }

        .banners-banner__close:hover {
            cursor: pointer;
            opacity: .8
        }

        @media screen and (max-width:932px) {
            .banners-banner {
                height: auto;
                padding: 5px 0
            }
            .banners-banner__icon-wrapper img,
            .banners-banner__icon-wrapper svg {
                max-width: 70px
            }
        }

        @media screen and (max-width:450px) {
            .banners-banner__text-and-action-wrapper {
                align-items: start;
                flex-direction: column
            }
        }

        .landing-tickers {
            margin-top: 20px
        }

        .landing-tickers__securities-legend {
            padding: 25px 28px 10px;
            text-align: left
        }

        .landing-tickers .landing-table thead {
            display: block
        }

        .landing-tickers .landing-table tbody {
            display: block;
            height: 22rem;
            overflow-x: hidden;
            overflow-y: auto
        }

        .landing-tickers .landing-table tbody::-webkit-scrollbar {
            height: 6px;
            visibility: visible;
            width: 6px
        }

        .landing-tickers .landing-table tbody::-webkit-scrollbar-thumb {
            background: hsla(0, 0%, 86%, .2)
        }

        .landing-tickers .landing-table tbody::-webkit-scrollbar-track {
            background: hsla(0, 0%, 86%, .05);
            border-radius: 3px
        }

        .landing-tickers .landing-table tr {
            display: table
        }

        .landing-tickers .landing-table td {
            border-bottom: 1px solid #434f59;
            padding: 6px 11px
        }

        .landing-tickers .landing-table th {
            border-bottom: 1px solid #434f59;
            height: 42px
        }

        .landing-tickers .landing-table th button {
            font-size: 11px
        }

        .landing-tickers .symbol-cell,
        .landing-tickers .volume-cell {
            max-width: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .landing-tickers__fav-button {
            fill: #a7b6c2;
            background: transparent;
            border: none;
            cursor: pointer;
            height: 30px;
            padding: 0;
            width: 50px
        }

        .landing-tickers__fav-button:focus {
            outline: none
        }

        @media only screen and (max-width:575px),
        only screen and (min-width:576px)and (max-width:767px),
        only screen and (min-width:768px)and (max-width:991px) {
            .landing-tickers__fav-button {
                width: unset
            }
        }

        .landing-tickers__fav-section {
            min-height: 22rem
        }

        .landing-tickers__heading {
            border-bottom: 1px solid hsla(0, 0%, 100%, .2);
            margin-top: 2rem;
            padding-bottom: .3rem;
            text-align: left;
            text-transform: uppercase
        }

        .landing-tickers__star {
            fill: rgb(var(--text-color))
        }

        .landing-tickers__fav-column {
            width: 50px
        }

        a.landing-tickers__search {
            color: rgb(var(--text-color));
            display: block;
            line-height: 30px;
            text-align: right
        }

        a.landing-tickers__search svg {
            fill: rgb(var(--text-color))
        }

        .landing-tickers__search-group {
            margin-top: 10px
        }

        .landing-tickers__wrap-table {
            width: 100%
        }

        .landing-tickers__funding-table .fav-cell {
            width: 7%
        }

        @media screen and (max-width:900px) {
            .landing-tickers__funding-table .fav-cell {
                width: 8%
            }
        }

        .landing-tickers__funding-table .symbol-cell {
            width: 10%
        }

        @media screen and (max-width:900px) {
            .landing-tickers__funding-table .symbol-cell {
                width: 20%
            }
        }

        .landing-tickers__funding-table .price-cell {
            width: 12%
        }

        @media screen and (max-width:900px) {
            .landing-tickers__funding-table .price-cell {
                display: none
            }
        }

        .landing-tickers__funding-table .price-annual-cell {
            width: 12%
        }

        @media screen and (max-width:900px) {
            .landing-tickers__funding-table .price-annual-cell {
                display: none
            }
        }

        .landing-tickers__funding-table .ffr-cell {
            width: 13%
        }

        @media screen and (max-width:900px) {
            .landing-tickers__funding-table .ffr-cell {
                display: none
            }
        }

        .landing-tickers__funding-table .apr-cell {
            width: 12%
        }

        @media screen and (max-width:900px) {
            .landing-tickers__funding-table .apr-cell {
                width: 20%
            }
        }

        .landing-tickers__funding-table .daily-change-cell {
            width: 10%
        }

        @media screen and (max-width:900px) {
            .landing-tickers__funding-table .daily-change-cell {
                width: 20%
            }
        }

        .landing-tickers__funding-table .volume-cell {
            width: 20%
        }

        @media screen and (max-width:900px) {
            .landing-tickers__funding-table .volume-cell {
                width: 32%
            }
        }

        .landing-tickers__trading-table .fav-cell {
            width: 7%
        }

        @media screen and (max-width:900px) {
            .landing-tickers__trading-table .fav-cell {
                width: 8%
            }
        }

        .landing-tickers__trading-table .symbol-cell {
            width: 15%
        }

        @media screen and (max-width:900px) {
            .landing-tickers__trading-table .symbol-cell {
                width: 24%
            }
        }

        .landing-tickers__trading-table .price-cell {
            width: 15%
        }

        @media screen and (max-width:900px) {
            .landing-tickers__trading-table .price-cell {
                width: 16%
            }
        }

        .landing-tickers__trading-table .daily-change-cell {
            width: 15%
        }

        @media screen and (max-width:900px) {
            .landing-tickers__trading-table .daily-change-cell {
                width: 16%
            }
        }

        .landing-tickers__trading-table .day-high-cell {
            width: 14%
        }

        @media screen and (max-width:900px) {
            .landing-tickers__trading-table .day-high-cell {
                display: none
            }
        }

        .landing-tickers__trading-table .day-low-cell {
            width: 14%
        }

        @media screen and (max-width:900px) {
            .landing-tickers__trading-table .day-low-cell {
                display: none
            }
        }

        .landing-tickers__trading-table .volume-cell {
            width: 25%
        }

        @media screen and (max-width:900px) {
            .landing-tickers__trading-table .volume-cell {
                width: 26%
            }
        }

        .landing-tickers__derivative-table .fav-cell {
            width: 7%
        }

        @media screen and (max-width:900px) {
            .landing-tickers__derivative-table .fav-cell {
                width: 8%
            }
        }

        .landing-tickers__derivative-table .symbol-cell {
            width: 14%
        }

        @media screen and (max-width:900px) {
            .landing-tickers__derivative-table .symbol-cell {
                width: 24%
            }
        }

        .landing-tickers__derivative-table .price-cell {
            width: 12%
        }

        @media screen and (max-width:900px) {
            .landing-tickers__derivative-table .price-cell {
                width: 16%
            }
        }

        .landing-tickers__derivative-table .funding-rate-cell {
            width: 12%
        }

        @media screen and (max-width:900px) {
            .landing-tickers__derivative-table .funding-rate-cell {
                display: none
            }
        }

        .landing-tickers__derivative-table .open-interest-cell {
            width: 9%
        }

        @media screen and (max-width:900px) {
            .landing-tickers__derivative-table .open-interest-cell {
                display: none
            }
        }

        .landing-tickers__derivative-table .daily-change-cell {
            width: 9%
        }

        @media screen and (max-width:900px) {
            .landing-tickers__derivative-table .daily-change-cell {
                width: 16%
            }
        }

        .landing-tickers__derivative-table .day-high-cell {
            width: 9%
        }

        @media screen and (max-width:900px) {
            .landing-tickers__derivative-table .day-high-cell {
                display: none
            }
        }

        .landing-tickers__derivative-table .day-low-cell {
            width: 9%
        }

        @media screen and (max-width:900px) {
            .landing-tickers__derivative-table .day-low-cell {
                display: none
            }
        }

        .landing-tickers__derivative-table .volume-cell {
            width: 19%
        }

        @media screen and (max-width:900px) {
            .landing-tickers__derivative-table .volume-cell {
                width: 26%
            }
        }

        .landing-tickers__category {
            opacity: .6;
            padding: 10px 0 !important;
            pointer-events: none;
            text-transform: capitalize
        }

        .tabs {
            align-items: center;
            display: flex;
            flex-direction: row;
            gap: 15px
        }

        .tabs__item {
            cursor: pointer;
            font-size: 13px;
            outline: none;
            padding: 7px;
            transition: box-shadow .3s ease-in-out
        }

        .tabs__item.active {
            box-shadow: inset 0 -2px 0 0 #fff
        }

        .ccy-tabs,
        .ccy-tabs__container {
            width: 100%
        }

        .ccy-tabs {
            overflow-x: auto;
            padding-bottom: 5px;
            text-transform: uppercase
        }

        .ccy-tabs--mobile {
            align-items: center;
            display: flex;
            width: 100%
        }

        .ccy-tabs--mobile select {
            max-width: 112px;
            min-width: 112px
        }

        .ccy-tabs--mobile .landing-tickers__search {
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
            flex-grow: 1
        }

        .ccy-tabs--mobile .landing-tickers__star {
            margin-right: 10px
        }

        .ccy-tabs--mobile .bp3-select select,
        .ccy-tabs--mobile .bp3-select select:active {
            background-color: transparent;
            background-image: none;
            border: 0;
            box-shadow: none;
            outline: none
        }

        .ccy-tabs__category-select {
            margin-left: 8px
        }

        .landing-tickers__search-group {
            position: relative
        }

        .landing-tickers__search-group .landing-tickers__search-group-input {
            background-color: rgb(var(--on-surface-color));
            border: none;
            border-radius: 3px;
            box-shadow: none;
            color: rgb(var(--text-color));
            font-size: 13px;
            height: 33px;
            padding-left: 35px;
            width: 100%
        }

        .landing-tickers__search-group .landing-tickers__search-group-input:focus {
            outline: none
        }

        .landing-tickers__search-group .landing-tickers__search-group-input::placeholder {
            color: #a7b6c2;
            opacity: .6
        }

        .landing-tickers__search-group .landing-tickers__search-group-icon {
            fill: rgb(var(--text-color));
            left: 8px;
            position: absolute;
            top: 8px
        }

        .landing-tickers__search-group .landing-tickers__search-group-icon svg {
            width: 13px
        }

        .landing-tickers__search-group-mobile {
            flex-grow: 1;
            margin-top: 0
        }

        .landing-tickers__search-group-mobile .landing-tickers__search-group-input {
            background-color: transparent;
            border-bottom: 1px solid rgb(var(--text-color));
            border-radius: 0;
            box-shadow: none;
            padding-left: 0;
            width: 80%
        }

        .landing-tickers__search-group-mobile .landing-tickers__search-group-icon {
            display: none
        }

        .volume-totals__list {
            display: flex;
            justify-content: space-around;
            margin-top: 1rem
        }

        .volume-totals__item {
            text-align: center
        }

        .volume-totals__figure {
            color: rgb(var(--primary-color));
            font-size: 32px;
            font-weight: 300;
            margin-bottom: .5rem
        }

        @media screen and (max-width:900px) {
            .volume-totals__list {
                flex-wrap: wrap
            }
            .volume-totals__item {
                display: flex;
                flex-direction: column-reverse;
                font-weight: 300;
                margin-bottom: .75rem;
                width: 100%
            }
            .volume-totals__figure {
                font-size: 1.5rem;
                font-weight: 400;
                margin-top: .3rem
            }
        }

        .checkbox input {
            cursor: pointer;
            height: 0;
            opacity: 0;
            position: absolute;
            width: 0
        }

        .checkbox input:checked+label .checkmark {
            background-image: url(/images/tick.svg);
            background-position: 50%;
            background-repeat: no-repeat
        }

        .checkbox label {
            align-items: center;
            color: rgb(var(--text-color));
            cursor: pointer;
            display: flex;
            font-size: 14px;
            margin: 0
        }

        .checkbox .checkmark {
            background-color: rgb(var(--on-surface-color));
            border-radius: 5px;
            display: inline-block;
            flex-shrink: 0;
            height: 18px;
            margin-right: 15px;
            width: 18px
        }

        .auto-complete__results,
        .checkbox.light .checkmark {
            background-color: rgb(var(--text-color))
        }

        .auto-complete__results {
            color: #000;
            overflow-y: auto;
            position: absolute
        }

        .auto-complete__results li,
        .auto-complete__results ul {
            margin: 0;
            padding: 0
        }

        .auto-complete__results ul {
            list-style: none
        }

        .auto-complete__results li {
            padding: 5px
        }

        .auto-complete__results li.active,
        .auto-complete__results li:hover {
            cursor: pointer
        }

        .split__container {
            display: flex;
            flex-wrap: wrap
        }

        .split__main {
            flex: 2 1;
            min-width: 570px
        }

        @media screen and (max-width:550px) {
            .split__main {
                min-width: 285px
            }
        }

        .split__alt {
            flex: 1 1;
            min-width: 285px
        }

        .no-wrap {
            white-space: nowrap
        }

        .book__vertical {
            flex-direction: column-reverse
        }

        .book__main {
            display: flex;
            justify-content: space-between;
            min-height: 225px;
            text-align: right
        }

        @media screen and (max-width:550px) {
            .book__main {
                flex-wrap: wrap
            }
        }

        .book__main__error {
            padding: 1em .5em;
            text-align: center;
            width: 100%
        }

        .book__rows {
            display: flex;
            flex-direction: column
        }

        .book__row {
            cursor: pointer;
            display: flex;
            height: 17px;
            justify-content: space-between;
            margin: 0 5px
        }

        .book__row:hover:not(.book__row--full) {
            background: hsla(0, 0%, 39%, .1)
        }

        .book__row>div {
            direction: rtl;
            padding: 0 5px;
            text-align: right
        }

        .book__row--reversed {
            flex-direction: row-reverse
        }

        .book__row.book__row--full {
            height: 20px
        }

        .book__side {
            flex: 1 1;
            font-size: 11px;
            min-width: 270px
        }

        @media screen and (max-width:550px) {
            .book__side {
                min-width: 50%
            }
        }

        .book__side__message {
            padding-top: 1rem;
            text-align: center
        }

        .book__header {
            grid-gap: 2px;
            display: flex;
            font-size: 14px;
            font-weight: 300;
            margin: 0 1px 4px;
            padding: 3px;
            text-transform: none
        }

        .book__header>div {
            padding: 0 5px
        }

        .book__bars {
            height: 0;
            overflow: visible;
            width: 100%
        }

        .book__alert,
        .book__placeholder {
            display: none
        }

        .book__popover {
            padding-left: 10px
        }

        .book__popover button {
            margin-left: 5px
        }

        .full-book {
            margin: 1rem 0
        }

        .full-book__tables {
            padding: .5rem
        }

        @media only screen and (max-width:575px),
        only screen and (min-width:576px)and (max-width:767px) {
            .full-book__tables {
                font-size: 11px
            }
        }

        .full-book__tables .book__header {
            text-transform: uppercase
        }

        .full-book__tables>div:focus {
            outline: none
        }

        .full-book-row {
            display: flex
        }

        .full-book-row__side {
            width: 50%
        }

        .full-book-row__side_bid .book__header>div,
        .full-book-row__side_bid .book__row>div {
            text-align: left
        }

        .full-book-row__side_bid .book__header>div:last-child,
        .full-book-row__side_bid .book__row>div:last-child {
            text-align: right
        }

        .full-book-row__side_bid svg {
            fill: rgb(var(--primary-color));
            transform: scaleX(-1)
        }

        .full-book-row__side_ask .book__header>div,
        .full-book-row__side_ask .book__row>div {
            text-align: right
        }

        .full-book-row__side_ask .book__header>div:last-child,
        .full-book-row__side_ask .book__row>div:last-child {
            text-align: left
        }

        .full-book-row__side_ask svg {
            fill: rgb(var(--secondary-color))
        }

        @media only screen and (max-width:575px),
        only screen and (min-width:576px)and (max-width:767px) {
            .full-book-row__side .hide-on-small-and-down {
                display: none !important
            }
        }

        .full-book-header {
            background: rgb(var(--background-color));
            position: -webkit-sticky;
            position: sticky;
            text-align: right;
            top: 75px;
            z-index: 1
        }

        .full-book-header .book__header {
            font-size: 11px
        }

        .full-book__currencies {
            display: flex;
            flex-wrap: wrap
        }

        .full-book__currency {
            margin-bottom: 5px;
            margin-left: 10px;
            margin-top: 5px
        }

        .full-book__currency-controls {
            align-items: center;
            display: flex;
            margin-top: 10px
        }

        .full-book__currency-select {
            flex-shrink: 0;
            width: 170px
        }

        .full-book__currency-select input {
            height: 20px;
            margin: 0;
            transition-property: none
        }

        .full-book-page-currency-select__control {
            border-width: 2px !important
        }

        .full-book-page-currency-select__control.full-book-page-currency-select__control--is-focused {
            border-color: #82baf6 !important;
            box-shadow: none !important
        }

        .full-book-allow-overflow {
            overflow: visible !important
        }

        .full-book__header {
            display: flex;
            justify-content: space-between;
            padding: .5rem
        }

        a.full-book__header-button {
            color: rgb(var(--text-color));
            margin-left: .5rem
        }

        a.full-book__header-button:focus {
            outline: 0
        }

        a.full-book__header-button svg {
            fill: rgb(var(--text-color));
            height: 12px;
            width: 12px
        }

        .full-book__header-title b {
            font-weight: 500;
            margin-right: .5rem;
            text-transform: uppercase
        }

        @media only screen and (max-width:575px) {
            .hide_xs {
                display: none
            }
        }

        @media only screen and (min-width:576px)and (max-width:767px) {
            .hide_sm {
                display: none
            }
        }

        @media only screen and (min-width:768px)and (max-width:900px) {
            .hide_md {
                display: none
            }
        }

        @media only screen and (min-width:901px)and (max-width:1199px) {
            .hide_lg {
                display: none
            }
        }

        @media only screen and (min-width:1200px)and (max-width:1408px) {
            .hide_xl {
                display: none
            }
        }

        @media only screen and (min-width:1409px) {
            .hide_xxl {
                display: none
            }
        }

        .media_debug {
            color: red;
            left: 0;
            position: fixed;
            top: 0;
            z-index: 100
        }

        @media only screen and (max-width:575px) {
            .media_debug:before {
                content: "xs"
            }
        }

        @media only screen and (min-width:576px)and (max-width:767px) {
            .media_debug:before {
                content: "sm"
            }
        }

        @media only screen and (min-width:768px)and (max-width:900px) {
            .media_debug:before {
                content: "md"
            }
        }

        @media only screen and (min-width:901px)and (max-width:1199px) {
            .media_debug:before {
                content: "lg"
            }
        }

        @media only screen and (min-width:1200px)and (max-width:1408px) {
            .media_debug:before {
                content: "xl"
            }
        }

        @media only screen and (min-width:1409px) {
            .media_debug:before {
                content: "xxl"
            }
        }

        .dark {
            background-color: rgb(var(--background-color-variant))
        }

        .blue,
        .dark {
            color: rgb(var(--text-color))
        }

        .blue {
            background-color: rgb(var(--background-color))
        }

        .short {
            min-height: unset
        }

        .box {
            padding: 0 0 1rem;
            width: 100%
        }

        @media screen and (min-width:900px) {
            .box {
                padding: 0 2rem 2rem 0
            }
        }

        .grid {
            display: flex;
            flex-flow: column
        }

        .half {
            width: 100%
        }

        @media screen and (min-width:900px) {
            .half {
                display: inline-block;
                max-width: 62%;
                vertical-align: text-top;
                width: 50%
            }
        }

        .no-pad {
            padding: 0
        }

        .left {
            text-align: left
        }

        .center {
            margin: 0 auto;
            text-align: center;
            width: 100%
        }

        .responsive-row {
            display: flex;
            flex-direction: column
        }

        @media screen and (min-width:670px) {
            .responsive-row {
                flex-direction: row
            }
        }

        .flex-grid,
        .flex_grid {
            display: flex;
            flex-wrap: wrap
        }

        .content_wrapper {
            margin-left: auto;
            margin-right: auto;
            max-width: 79rem;
            padding-left: 1.5rem;
            padding-right: 1.5rem
        }

        @media screen and (min-width:900px) {
            .content_wrapper {
                padding-left: 4rem;
                padding-right: 4rem
            }
        }

        .with_borders {
            border: 1px solid rgb(var(--primary-color));
            color: rgb(var(--primary-color))
        }

        .link_row {
            font-weight: 300;
            padding-top: 10px
        }

        .link_row:hover .right_arrow svg path {
            stroke: rgb(var(--primary-color-variant));
            transition: stroke .3s ease-in-out
        }

        .link_row a {
            display: flex;
            font-size: 15px
        }

        .link_row a .right_arrow {
            display: inline-flex;
            height: .8em;
            margin-right: 10px;
            width: .8em
        }

        @media screen and (max-width:900px) {
            .link_row a {
                font-size: 13px
            }
        }

        .reversed {
            transform: rotateX(180deg)
        }

        .hidden {
            display: none
        }

        .borderless {
            margin-bottom: -1.55em
        }

        .borderless p {
            border: 0;
            margin: 0
        }

        @media screen and (max-width:900px) {
            .hidden-mobile {
                display: none !important
            }
        }

        @media screen and (min-width:900px) {
            .hidden-desktop {
                display: none !important
            }
        }

        @media screen and (max-width:900px) {
            .visible-desktop {
                display: none !important
            }
        }

        @media screen and (min-width:900px) {
            .visible-mobile {
                display: none !important
            }
        }

        .public-orderbook__header {
            align-items: center;
            display: flex;
            justify-content: space-between
        }

        @media only screen and (max-width:575px) {
            .public-orderbook__header {
                display: block
            }
            .public-orderbook__header>:not(:last-child) {
                margin-bottom: .5rem
            }
        }

        .public-orderbook__select-group {
            align-items: center;
            display: flex
        }

        .public-orderbook__select-group .bp3-select {
            height: 33px
        }

        .public-orderbook__select-group .bp3-select select {
            font-size: 13px;
            font-weight: 300
        }

        .public-orderbook__ppt-switch {
            margin: 0;
            white-space: nowrap
        }

        .full-book-row__side_bid svg rect {
            fill: rgb(var(--primary-color))
        }

        .full-book-row__side_ask svg rect {
            fill: rgb(var(--secondary-color))
        }

        .public-orderbook__ticker-select {
            margin-right: 1rem;
            position: relative
        }

        @media only screen and (max-width:575px) {
            .public-orderbook__ticker-select {
                margin-right: .5rem
            }
        }

        .public-orderbook__ticker-select .landing-btn {
            fill: #a7b6c2;
            background-color: rgb(var(--surface-color));
            border-radius: 0;
            display: flex;
            font-size: 13px;
            font-weight: 300;
            height: 33px;
            justify-content: space-between;
            min-width: 162px;
            padding-bottom: 0;
            padding-top: 0
        }

        .public-orderbook__ticker-popover .bp3-popover-content {
            background-color: rgb(var(--surface-color));
            border-radius: 0;
            padding: 10px 0
        }

        .public-orderbook__ticker-popover .bp3-menu {
            background-color: rgb(var(--surface-color));
            max-height: 70vh;
            min-width: 162px;
            overflow-y: scroll;
            padding: 0
        }

        .public-orderbook__ticker-popover .bp3-menu::-webkit-scrollbar {
            height: 6px;
            visibility: visible;
            width: 6px
        }

        .public-orderbook__ticker-popover .bp3-menu::-webkit-scrollbar-thumb {
            background: hsla(0, 0%, 86%, .2)
        }

        .public-orderbook__ticker-popover .bp3-menu::-webkit-scrollbar-track {
            background: hsla(0, 0%, 86%, .05);
            border-radius: 3px
        }

        .public-orderbook__ticker-popover .public-orderbook__ticker-item {
            cursor: pointer;
            padding: 5px 10px;
            -webkit-user-select: none;
            user-select: none
        }

        .public-orderbook__ticker-popover .public-orderbook__ticker-item:hover {
            background-color: rgb(var(--on-surface-color));
            color: rgb(var(--primary-color))
        }

        .public-orderbook__ticker-popover {
            background-color: rgb(var(--surface-color));
            border-radius: 0;
            max-height: 70vh;
            min-width: 162px;
            overflow-y: scroll;
            padding: 10px 0;
            position: absolute;
            z-index: 10
        }

        .public-orderbook__ticker-popover::-webkit-scrollbar {
            height: 6px;
            visibility: visible;
            width: 6px
        }

        .public-orderbook__ticker-popover::-webkit-scrollbar-thumb {
            background: hsla(0, 0%, 86%, .2)
        }

        .public-orderbook__ticker-popover::-webkit-scrollbar-track {
            background: hsla(0, 0%, 86%, .05);
            border-radius: 3px
        }

        @media screen and (max-width:900px) {
            .visible-desktop {
                display: none
            }
        }

        @media screen and (min-width:900px) {
            .visible-mobile {
                display: none
            }
        }

        :root {
            --lp-field-label-color: 128, 139, 147;
            --lp-gray-color: 88, 104, 113;
            --lp-border-color: var(--lp-gray-color);
            --lp-dark-green-color: 19, 69, 76;
            --lp-highlight-color: var(--lp-dark-green-color);
            --lp-dark-color: 13, 29, 41;
            --lp-surface-color: 42, 63, 77
        }

        .market-statistic__container table td.no-padding-left {
            padding-left: 0
        }

        @media screen and (max-width:900px) {
            .market-statistic__container .landing-tickers__search-group {
                margin-left: 10px
            }
        }

        .market-statistic__container .change-perc {
            box-sizing: content-box;
            display: inline-block;
            padding-left: .8rem;
            text-align: left;
            width: 2.8rem
        }

        @media only screen and (max-width:575px),
        only screen and (min-width:576px)and (max-width:767px) {
            .market-statistic__container table th.col-right-mobile {
                text-align: right
            }
        }

        .market-statistic__container .market-statistic__title {
            font-weight: 500;
            margin-top: 3rem
        }

        .market-statistic__container .market-statistic__no-element {
            padding: 2rem;
            text-align: center
        }

        .market-statistic__container .landing-table table td.no-padding-left {
            padding-left: 0
        }

        .market-statistic__container .landing-table button {
            font-size: 11px
        }

        @media only screen and (max-width:575px),
        only screen and (min-width:576px)and (max-width:767px) {
            .market-statistic__container .landing-table button {
                font-size: 8px
            }
        }