/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

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

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

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

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

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

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

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

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

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

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

fieldset {
    padding: 0.35em 0.75em 0.625em
}

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

progress {
    display: inline-block;
    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-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

.loader-60devs {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    z-index: 10000;
    opacity: 1;
    transition: opacity 250ms 250ms
}

.loader-60devs .loader-60devs-progress {
    height: 2px;
    width: 100%;
    background-color: #039be5;
    transition-property: transform, opacity;
    transition-duration: 12s;
    transition-timing-function: cubic-bezier(0.04, 0.9, 0.11, 0.9);
    transform: translateX(-100%)
}

.loader-60devs[data-state="hidden"] {
    display: none;
    transition: none
}

.loader-60devs[data-state="hidden"] .loader-60devs-progress {
    transition: none
}

.loader-60devs[data-state="running"]::before {
    content: '';
    position: fixed;
    z-index: 99999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.loader-60devs[data-state="running"] .loader-60devs-progress {
    transform: translateX(0)
}

.loader-60devs[data-state="finishing"] {
    opacity: 0
}

.loader-60devs[data-state="finishing"] .loader-60devs-progress {
    transform: scaleX(100) translateX(0)
}

.rc-slider {
    position: relative;
    height: 14px;
    padding: 5px 0;
    width: 100%;
    border-radius: 6px;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.rc-slider * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.rc-slider-rail {
    position: absolute;
    width: 100%;
    background-color: #e9e9e9;
    height: 4px;
    border-radius: 6px
}

.rc-slider-track {
    position: absolute;
    left: 0;
    height: 4px;
    border-radius: 6px;
    background-color: #abe2fb
}

.rc-slider-handle {
    position: absolute;
    margin-left: -7px;
    margin-top: -5px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    cursor: -webkit-grab;
    cursor: grab;
    border-radius: 50%;
    border: solid 2px #96dbfa;
    background-color: #fff
}

.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 {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    font-size: 12px
}

.rc-slider-mark-text {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    color: #999
}

.rc-slider-mark-text-active {
    color: #666
}

.rc-slider-step {
    position: absolute;
    width: 100%;
    height: 4px;
    background: transparent
}

.rc-slider-dot {
    position: absolute;
    bottom: -2px;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    border: 2px solid #e9e9e9;
    background-color: #fff;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle
}

.rc-slider-dot:first-child {
    margin-left: -4px
}

.rc-slider-dot:last-child {
    margin-left: -4px
}

.rc-slider-dot-active {
    border-color: #96dbfa
}

.rc-slider-disabled {
    background-color: #e9e9e9
}

.rc-slider-disabled .rc-slider-track {
    background-color: #ccc
}

.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
    border-color: #ccc;
    box-shadow: none;
    background-color: #fff;
    cursor: not-allowed
}

.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
    cursor: not-allowed !important
}

.rc-slider-vertical {
    width: 14px;
    height: 100%;
    padding: 0 5px
}

.rc-slider-vertical .rc-slider-rail {
    height: 100%;
    width: 4px
}

.rc-slider-vertical .rc-slider-track {
    left: 5px;
    bottom: 0;
    width: 4px
}

.rc-slider-vertical .rc-slider-handle {
    margin-left: -5px;
    margin-bottom: -7px
}

.rc-slider-vertical .rc-slider-mark {
    top: 0;
    left: 18px;
    height: 100%
}

.rc-slider-vertical .rc-slider-step {
    height: 100%;
    width: 4px
}

.rc-slider-vertical .rc-slider-dot {
    left: 2px;
    margin-bottom: -4px
}

.rc-slider-vertical .rc-slider-dot:first-child {
    margin-bottom: -4px
}

.rc-slider-vertical .rc-slider-dot:last-child {
    margin-bottom: -4px
}

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: block !important;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.rc-slider-tooltip-zoom-down-leave {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: block !important;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
    -webkit-animation-name: rcSliderTooltipZoomDownIn;
    animation-name: rcSliderTooltipZoomDownIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
    -webkit-animation-name: rcSliderTooltipZoomDownOut;
    animation-name: rcSliderTooltipZoomDownOut;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

.rc-slider-tooltip-zoom-down-leave {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06)
}

@-webkit-keyframes rcSliderTooltipZoomDownIn {
    0% {
        opacity: 0;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0)
    }
    100% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes rcSliderTooltipZoomDownIn {
    0% {
        opacity: 0;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0)
    }
    100% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-webkit-keyframes rcSliderTooltipZoomDownOut {
    0% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    100% {
        opacity: 0;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0)
    }
}

@keyframes rcSliderTooltipZoomDownOut {
    0% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    100% {
        opacity: 0;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0)
    }
}

.rc-slider-tooltip {
    position: absolute;
    left: -9999px;
    top: -9999px;
    visibility: visible;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.rc-slider-tooltip * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.rc-slider-tooltip-hidden {
    display: none
}

.rc-slider-tooltip-placement-top {
    padding: 4px 0 8px 0
}

.rc-slider-tooltip-inner {
    padding: 6px 2px;
    min-width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #6c6c6c;
    border-radius: 6px;
    box-shadow: 0 0 4px #d9d9d9
}

.rc-slider-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
    bottom: 4px;
    left: 50%;
    margin-left: -4px;
    border-width: 4px 4px 0;
    border-top-color: #6c6c6c
}

.input-range__slider {
    appearance: none;
    background: #3f51b5;
    border: 1px solid #3f51b5;
    border-radius: 100%;
    cursor: pointer;
    display: block;
    height: 1rem;
    margin-left: -.5rem;
    margin-top: -.65rem;
    outline: none;
    position: absolute;
    top: 50%;
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    width: 1rem
}

.input-range__slider:active {
    transform: scale(1.3)
}

.input-range__slider:focus {
    box-shadow: 0 0 0 5px rgba(63, 81, 181, 0.2)
}

.input-range--disabled .input-range__slider {
    background: #ccc;
    border: 1px solid #ccc;
    box-shadow: none;
    transform: none
}

.input-range__slider-container {
    transition: left 0.3s ease-out
}

.input-range__label {
    color: #aaa;
    font-family: "Helvetica Neue", san-serif;
    font-size: .8rem;
    transform: translateZ(0);
    white-space: nowrap
}

.input-range__label--min,
.input-range__label--max {
    bottom: -1.4rem;
    position: absolute
}

.input-range__label--min {
    left: 0
}

.input-range__label--max {
    right: 0
}

.input-range__label--value {
    position: absolute;
    top: -1.8rem
}

.input-range__label-container {
    left: -50%;
    position: relative
}

.input-range__label--max .input-range__label-container {
    left: 50%
}

.input-range__track {
    background: #eee;
    border-radius: .3rem;
    cursor: pointer;
    display: block;
    height: .3rem;
    position: relative;
    transition: left 0.3s ease-out, width 0.3s ease-out
}

.input-range--disabled .input-range__track {
    background: #eee
}

.input-range__track--background {
    left: 0;
    margin-top: -0.15rem;
    position: absolute;
    right: 0;
    top: 50%
}

.input-range__track--active {
    background: #3f51b5
}

.input-range {
    height: 1rem;
    position: relative;
    width: 100%
}

.src-components-icon-___styles__c-icon___3Pmw4 {
    width: 20px;
    height: 20px;
    flex-shrink: 0
}

.src-components-icon-___styles__c-icon___3Pmw4.src-components-icon-___styles__-tiny___2Mi2D {
    width: 7px;
    height: 7px
}

.src-components-icon-___styles__c-icon___3Pmw4.src-components-icon-___styles__-smaller___11QGq {
    width: 10px;
    height: 10px
}

.src-components-icon-___styles__c-icon___3Pmw4.src-components-icon-___styles__-small___123yN {
    width: 14px;
    height: 14px
}

.src-components-icon-___styles__c-icon___3Pmw4.src-components-icon-___styles__-medium___1XAIl {
    width: 24px;
    height: 24px
}

.src-components-icon-___styles__c-icon___3Pmw4.src-components-icon-___styles__-big___1s59H {
    width: 32px;
    height: 32px
}

.src-components-icon-___styles__c-icon___3Pmw4.src-components-icon-___styles__-huge___2OJng {
    width: 65px;
    height: 65px
}

.src-components-icon-___styles__c-icon___3Pmw4.src-components-icon-___styles__-star___2yI8_ {
    fill: #FAB72E
}

.c-rc-tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    line-height: 1.5;
    font-size: inherit;
    background-color: transparent;
    padding: 0;
    opacity: 1
}

.c-rc-tooltip.rc-tooltip-zoom-enter {
    display: block
}

.c-rc-tooltip.rc-tooltip-zoom-leave {
    display: block
}

.rc-tooltip-zoom-enter {
    opacity: 0;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
    animation-play-state: paused
}

.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active {
    animation-name: rcToolTipZoomIn;
    animation-play-state: running
}

.rc-tooltip-zoom-appear {
    opacity: 0;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
    animation-play-state: paused
}

.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active {
    animation-name: rcToolTipZoomIn;
    animation-play-state: running
}

.rc-tooltip-zoom-leave {
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
    animation-play-state: paused
}

.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active {
    animation-name: rcToolTipZoomOut;
    animation-play-state: running
}

@-webkit-keyframes src-components-tooltip-___styles__rcToolTipZoomIn___2UicP {
    0% {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(0, 0)
    }
    100% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1, 1)
    }
}

@keyframes src-components-tooltip-___styles__rcToolTipZoomIn___2UicP {
    0% {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(0, 0)
    }
    100% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1, 1)
    }
}

@-webkit-keyframes src-components-tooltip-___styles__rcToolTipZoomOut___1Eot9 {
    0% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1, 1)
    }
    100% {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(0, 0)
    }
}

@keyframes src-components-tooltip-___styles__rcToolTipZoomOut___1Eot9 {
    0% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1, 1)
    }
    100% {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(0, 0)
    }
}

.rc-tooltip-hidden {
    display: none
}

.rc-tooltip-inner {
    padding: 0;
    color: #393f44;
    text-align: left;
    text-decoration: none;
    background-color: transparent;
    border-radius: 0;
    min-height: 34px;
    border: 0
}

.rc-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    z-index: 1;
    border-color: transparent;
    border-style: solid
}

.rc-tooltip-arrow-inner {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.rc-tooltip-placement-top .rc-tooltip-arrow {
    bottom: -5px;
    margin-left: -6px;
    border-width: 6px 6px 0;
    border-top-color: rgba(202, 204, 208, 0.85);
    left: 50%
}

.rc-tooltip-placement-top .rc-tooltip-arrow-inner {
    bottom: 1px;
    margin-left: -6px;
    border-width: 6px 6px 0;
    border-top-color: #FFF
}

.rc-tooltip-placement-topLeft .rc-tooltip-arrow {
    bottom: -5px;
    margin-left: -6px;
    border-width: 6px 6px 0;
    border-top-color: rgba(202, 204, 208, 0.85);
    left: 15%
}

.rc-tooltip-placement-topLeft .rc-tooltip-arrow-inner {
    bottom: 1px;
    margin-left: -6px;
    border-width: 6px 6px 0;
    border-top-color: #FFF
}

.rc-tooltip-placement-topRight .rc-tooltip-arrow {
    bottom: -5px;
    margin-left: -6px;
    border-width: 6px 6px 0;
    border-top-color: rgba(202, 204, 208, 0.85);
    right: 15%
}

.rc-tooltip-placement-topRight .rc-tooltip-arrow-inner {
    bottom: 1px;
    margin-left: -6px;
    border-width: 6px 6px 0;
    border-top-color: #FFF
}

.rc-tooltip-placement-right .rc-tooltip-arrow {
    left: -5px;
    margin-top: -6px;
    border-width: 6px 6px 6px 0;
    border-right-color: rgba(202, 204, 208, 0.85);
    top: 50%
}

.rc-tooltip-placement-right .rc-tooltip-arrow-inner {
    left: 1px;
    margin-top: -6px;
    border-width: 6px 6px 6px 0;
    border-right-color: #FFF
}

.rc-tooltip-placement-rightTop .rc-tooltip-arrow {
    left: -5px;
    margin-top: -6px;
    border-width: 6px 6px 6px 0;
    border-right-color: rgba(202, 204, 208, 0.85);
    top: 15%;
    margin-top: 0
}

.rc-tooltip-placement-rightTop .rc-tooltip-arrow-inner {
    left: 1px;
    margin-top: -6px;
    border-width: 6px 6px 6px 0;
    border-right-color: #FFF
}

.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
    left: -5px;
    margin-top: -6px;
    border-width: 6px 6px 6px 0;
    border-right-color: rgba(202, 204, 208, 0.85);
    bottom: 15%
}

.rc-tooltip-placement-rightBottom .rc-tooltip-arrow-inner {
    left: 1px;
    margin-top: -6px;
    border-width: 6px 6px 6px 0;
    border-right-color: #FFF
}

.rc-tooltip-placement-left .rc-tooltip-arrow {
    right: -5px;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-left-color: rgba(202, 204, 208, 0.85);
    top: 50%
}

.rc-tooltip-placement-left .rc-tooltip-arrow-inner {
    right: 1px;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-left-color: #FFF
}

.rc-tooltip-placement-leftTop .rc-tooltip-arrow {
    right: -5px;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-left-color: rgba(202, 204, 208, 0.85);
    top: 15%;
    margin-top: 0
}

.rc-tooltip-placement-leftTop .rc-tooltip-arrow-inner {
    right: 1px;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-left-color: #FFF
}

.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
    right: -5px;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-left-color: rgba(202, 204, 208, 0.85);
    bottom: 15%
}

.rc-tooltip-placement-leftBottom .rc-tooltip-arrow-inner {
    right: 1px;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-left-color: #FFF
}

.rc-tooltip-placement-bottom .rc-tooltip-arrow {
    top: -5px;
    margin-left: -6px;
    border-width: 0 6px 6px;
    border-bottom-color: rgba(202, 204, 208, 0.85);
    left: 50%
}

.rc-tooltip-placement-bottom .rc-tooltip-arrow-inner {
    top: 1px;
    margin-left: -6px;
    border-width: 0 6px 6px;
    border-bottom-color: #FFF
}

.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow {
    top: -5px;
    margin-left: -6px;
    border-width: 0 6px 6px;
    border-bottom-color: rgba(202, 204, 208, 0.85);
    left: 15%
}

.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow-inner {
    top: 1px;
    margin-left: -6px;
    border-width: 0 6px 6px;
    border-bottom-color: #FFF
}

.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
    top: -5px;
    margin-left: -6px;
    border-width: 0 6px 6px;
    border-bottom-color: rgba(202, 204, 208, 0.85);
    right: 15%
}

.rc-tooltip-placement-bottomRight .rc-tooltip-arrow-inner {
    top: 1px;
    margin-left: -6px;
    border-width: 0 6px 6px;
    border-bottom-color: #FFF
}

.c-rc-tooltip.-default .rc-tooltip-inner {
    position: relative;
    max-width: 200px;
    padding: 8px 16px;
    color: #393f44;
    background: #FFF;
    border: 1px solid rgba(26, 28, 34, 0.15);
    border-radius: 4px;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
    font-size: 13px
}

.c-rc-tooltip.-default.rc-tooltip-placement-top .rc-tooltip-arrow {
    border-top-color: #FFF
}

.c-rc-tooltip.-default.rc-tooltip-placement-topLeft .rc-tooltip-arrow {
    border-top-color: #FFF
}

.c-rc-tooltip.-default.rc-tooltip-placement-topRight .rc-tooltip-arrow {
    border-top-color: #FFF
}

.c-rc-tooltip.-default.rc-tooltip-placement-right .rc-tooltip-arrow {
    border-right-color: #FFF
}

.c-rc-tooltip.-default.rc-tooltip-placement-rightTop .rc-tooltip-arrow {
    border-right-color: #FFF
}

.c-rc-tooltip.-default.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
    border-right-color: #FFF
}

.c-rc-tooltip.-default.rc-tooltip-placement-left .rc-tooltip-arrow {
    border-left-color: #FFF
}

.c-rc-tooltip.-default.rc-tooltip-placement-leftTop .rc-tooltip-arrow {
    border-left-color: #FFF
}

.c-rc-tooltip.-default.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
    border-left-color: #FFF
}

.c-rc-tooltip.-default.rc-tooltip-placement-bottom .rc-tooltip-arrow {
    border-bottom-color: #FFF
}

.c-rc-tooltip.-default.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow {
    border-bottom-color: #FFF
}

.c-rc-tooltip.-default.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
    border-bottom-color: #FFF
}

.input-range__slider {
    appearance: none;
    background: #3f51b5;
    border: 1px solid #3f51b5;
    border-radius: 100%;
    cursor: pointer;
    display: block;
    height: 1rem;
    margin-left: -0.5rem;
    margin-top: -0.65rem;
    outline: none;
    position: absolute;
    top: 50%;
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    width: 1rem
}

.input-range__slider:active {
    transform: scale(1.3)
}

.input-range__slider:focus {
    box-shadow: 0 0 0 5px rgba(63, 81, 181, 0.2)
}

.src-components-form-range-___styles__input-range--disabled___354pe .input-range__slider {
    background: #cccccc;
    border: 1px solid #cccccc;
    box-shadow: none;
    transform: none
}

.input-range__slider-container {
    transition: left 0.3s ease-out
}

.input-range__label {
    color: #aaaaaa;
    font-family: "Helvetica Neue", san-serif;
    font-size: 0.8rem;
    transform: translateZ(0);
    white-space: nowrap
}

.input-range__label--min,
.input-range__label--max {
    bottom: -1.4rem;
    position: absolute
}

.input-range__label--min {
    left: 0
}

.input-range__label--max {
    right: 0
}

.input-range__label--value {
    position: absolute;
    top: -1.8rem
}

.input-range__label-container {
    left: -50%;
    position: relative
}

.src-components-form-range-___styles__input-range__label--max___2poTL .input-range__label-container {
    left: 50%
}

.input-range__track {
    background: #eeeeee;
    border-radius: 0.3rem;
    cursor: pointer;
    display: block;
    height: 0.3rem;
    position: relative;
    transition: left 0.3s ease-out, width 0.3s ease-out
}

.src-components-form-range-___styles__input-range--disabled___354pe .input-range__track {
    background: #eeeeee
}

.input-range__track--background {
    left: 0;
    margin-top: -0.15rem;
    position: absolute;
    right: 0;
    top: 50%
}

.input-range__track--active {
    background: #3f51b5
}

.input-range {
    height: 1rem;
    position: relative;
    width: 100%
}

.input-range__label {
    font-size: 8px;
    color: #717171;
    top: -24px
}

.input-range__slider {
    border: 0;
    background-color: #a96927f5;
    width: 14px;
    height: 14px;
    margin-top: -9px
}

.input-range__track {
    height: 3px
}

.input-range__track:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1000%;
    width: 100%;
    transform: translate(-50%, -50%)
}

.input-range__track--background {
    margin-left: 12px;
    margin-right: 12px
}

.input-range__track--active {
    background-color: #a96927f5
}

.input-range__label--min,
.input-range__label--max {
    font-size: 10px;
    top: auto;
    bottom: -16px
}

.input-range__label--min .input-range__label-container,
.input-range__label--max .input-range__label-container {
    left: 0
}

.src-components-legend-legend-list-legend-item-legend-item-drag-___styles__c-legend-handler___3sFqy {
    position: absolute;
    cursor: move;
    top: 13px;
    left: 8px
}

.src-components-legend-legend-list-legend-item-legend-item-drag-___styles__c-legend-handler___3sFqy svg {
    fill: #393f44
}

.src-components-legend-legend-list-legend-item-legend-item-timeline-___styles__c-legend-timeline___1b5oB {
    display: flex;
    margin: 24px 24px 16px 0
}

.src-components-legend-legend-list-legend-item-legend-item-timeline-___styles__c-legend-timeline___1b5oB>button {
    padding: 0;
    cursor: pointer
}

.src-components-legend-legend-list-legend-item-legend-item-timeline-___styles__c-legend-timeline___1b5oB .src-components-legend-legend-list-legend-item-legend-item-timeline-___styles__timeline-play-button___1Ii4i {
    border: none;
    fill: #393f44
}

.src-components-legend-legend-list-legend-item-___styles__c-legend-item___2-32- {
    position: relative;
    z-index: 10;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid rgba(26, 28, 34, 0.1);
    background: rgba(255, 255, 255, 0.75)
}

.src-components-legend-legend-list-legend-item-___styles__c-legend-item___2-32-:last-child {
    border-bottom: 0
}

.src-components-legend-legend-list-legend-item-___styles__c-legend-item___2-32- .src-components-legend-legend-list-legend-item-___styles__legend-item-container___2V-gN {
    width: 100%;
    padding: 16px
}

.src-components-legend-legend-list-legend-item-___styles__c-legend-item___2-32- .src-components-legend-legend-list-legend-item-___styles__legend-item-container___2V-gN.src-components-legend-legend-list-legend-item-___styles__-sortable___3Okg- {
    padding-left: 28px
}

.src-components-legend-legend-list-legend-item-___styles__c-legend-item___2-32- .src-components-legend-legend-list-legend-item-___styles__legend-info___2XxGM {
    flex-grow: 1
}

.src-components-legend-legend-list-legend-item-___styles__c-legend-item___2-32- .src-components-legend-legend-list-legend-item-___styles__legend-item-header___2bS8p {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.src-components-legend-legend-list-legend-item-___styles__c-legend-item___2-32- .src-components-legend-legend-list-legend-item-___styles__legend-item-header___2bS8p>h3 {
    color: #393f44;
    font-weight: 700;
    flex-grow: 1;
    flex-shrink: 1
}

.src-components-legend-legend-list-legend-item-___styles__c-legend-item___2-32- h3 {
    font-size: 14px;
    color: #393f44;
    margin: 0;
    margin-bottom: 3px
}

.src-components-legend-legend-list-legend-item-___styles__c-legend-item___2-32- h3.src-components-legend-legend-list-legend-item-___styles__-dark___-mZ70 {
    color: #393f44
}

.src-components-legend-legend-list-legend-item-___styles__c-legend-item___2-32- h3 .src-components-legend-legend-list-legend-item-___styles__category___3CY1V {
    font-weight: 400;
    text-transform: capitalize;
    padding: 0 8px 0 0
}

.src-components-legend-legend-list-legend-item-___styles__c-legend-item___2-32-.src-components-legend-legend-list-legend-item-___styles__-sort___1Avv4 {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 4px
}

.src-components-legend-legend-list-___styles__c-legend-list___1A4um {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: auto
}

.src-components-legend-___styles__c-legend-map___wyqQI {
    position: relative;
    width: 100%;
    background: #FFF;
    z-index: 2;
    border-radius: 4px;
    border: 1px solid rgba(26, 28, 34, 0.1)
}

.src-components-legend-___styles__c-legend-map___wyqQI .src-components-legend-___styles__legend-title___1vHIR {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #393f44;
    font-weight: 400;
    font-size: 11px
}

.src-components-legend-___styles__c-legend-map___wyqQI .src-components-legend-___styles__toggle-legend___3xXQK {
    position: absolute;
    right: 0px;
    width: 40px;
    height: 32px;
    bottom: 100%;
    border: 0;
    border-radius: 2px 2px 0 0;
    background-color: rgba(113, 113, 113, 0.8);
    cursor: pointer
}

.src-components-legend-___styles__c-legend-map___wyqQI .src-components-legend-___styles__toggle-legend___3xXQK:focus {
    outline: none
}

.src-components-legend-___styles__c-legend-map___wyqQI .src-components-legend-___styles__toggle-legend___3xXQK:hover {
    background-color: rgba(100, 100, 100, 0.8)
}

.src-components-legend-___styles__c-legend-map___wyqQI .src-components-legend-___styles__toggle-legend___3xXQK svg {
    margin-top: 4px;
    fill: #FFF
}

.src-components-legend-___styles__c-legend-map___wyqQI .src-components-legend-___styles__open-legend___EnXDj {
    display: flex;
    flex-flow: column;
    height: 0;
    overflow: hidden;
    opacity: 0
}

.src-components-legend-___styles__c-legend-map___wyqQI .src-components-legend-___styles__open-legend___EnXDj.src-components-legend-___styles__-active___gPvqS {
    height: auto;
    opacity: 1;
    overflow: auto
}

.src-components-legend-___styles__c-legend-map___wyqQI .src-components-legend-___styles__close-legend___3tuIK {
    display: none
}

.src-components-legend-___styles__c-legend-map___wyqQI .src-components-legend-___styles__close-legend___3tuIK.src-components-legend-___styles__-active___gPvqS {
    display: inherit;
    cursor: pointer
}

.src-components-legend-___styles__c-legend-map___wyqQI .src-components-legend-___styles__close-legend___3tuIK .src-components-legend-___styles__toggle-legend___3xXQK {
    position: relative;
    top: auto;
    padding: 0;
    width: auto;
    height: auto;
    padding: 0;
    background-color: #FFF
}

.src-components-legend-___styles__c-legend-map___wyqQI .src-components-legend-___styles__close-legend___3tuIK .src-components-legend-___styles__toggle-legend___3xXQK svg {
    margin-top: 0;
    fill: #393f44
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles-button__c-legend-button___2rKgH {
    display: inline-block;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    outline: none
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles-button__c-legend-button___2rKgH svg {
    fill: #393f44
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles-button__c-legend-button___2rKgH:hover svg {
    fill: #2C75B0
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles-button__c-legend-button___2rKgH.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles-button__-disabled___uSBf4 {
    cursor: default;
    opacity: .5
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles-button__c-legend-button___2rKgH.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles-button__-disabled___uSBf4:hover svg {
    fill: #393f44
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles-button__c-legend-button___2rKgH.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles-button__info___39XdD svg {
    width: 14px
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles-button__c-legend-button___2rKgH.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles-button__close___1559- svg {
    width: 11px
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles-button__c-legend-button___2rKgH.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles-button__toggle___2aQ9k svg {
    width: 16px
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles-button__c-legend-button___2rKgH.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles-button__opacity___3hXpk svg {
    width: 11px
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles-button__c-legend-button___2rKgH.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles-button__layers___3WVwa svg {
    width: 15px
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__c-legend-item-button-layers-tooltip___3ykNh .src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__layers-list___3YXWv {
    margin: 8px 0 0;
    padding: 0;
    list-style: none
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__c-legend-item-button-layers-tooltip___3ykNh .src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__layers-list___3YXWv>* {
    margin: 4px 0 0
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__c-legend-item-button-layers-tooltip___3ykNh .src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__layers-list___3YXWv>*:first-child {
    margin: 0
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__c-legend-item-button-layers-tooltip___3ykNh .src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__layers-list___3YXWv .src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__layers-list-item___G2ekr {
    position: relative;
    cursor: pointer;
    padding-left: 16px
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__c-legend-item-button-layers-tooltip___3ykNh .src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__layers-list___3YXWv .src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__layers-list-item___G2ekr:before {
    display: none;
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #a96927f5;
    border-radius: 50%
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__c-legend-item-button-layers-tooltip___3ykNh .src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__layers-list___3YXWv .src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__layers-list-item___G2ekr:hover {
    color: #a96927f5
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__c-legend-item-button-layers-tooltip___3ykNh .src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__layers-list___3YXWv .src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__layers-list-item___G2ekr.src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__-active___2Csbx:before {
    display: block
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-opacity-legend-item-button-opacity-tooltip-___styles__c-legend-item-button-opacity-tooltip___2kLrx .src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-opacity-legend-item-button-opacity-tooltip-___styles__slider-tooltip-container___1gBEP {
    padding: 12px 0;
    min-width: 150px
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles__c-legend-item-toolbar____MTFd {
    margin: 4px 0 0 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles__c-legend-item-toolbar____MTFd>* {
    margin-right: 12px
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles__c-legend-item-toolbar____MTFd>*:last-child {
    margin-right: 0
}

.src-components-legend-legend-list-legend-item-legend-item-types-___styles__c-legend-item-types___1Km6n {
    background: #FFF
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__c-legend-item___17112 {
    display: flex;
    align-items: flex-start;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 12px
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__c-legend-item___17112 .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__name___2Q6eD,
.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__c-legend-item___17112 .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__unit___1s-0M {
    display: block
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__c-legend-item___17112 .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__unit___1s-0M {
    margin-left: 5px
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__c-legend-item___17112>.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__icon-square___3wXYG,
.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__c-legend-item___17112>.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__icon-line___2CmMf,
.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__c-legend-item___17112>.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__icon-circle___3LidY,
.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__c-legend-item___17112>.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__icon-triangle___2Zrmx,
.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__c-legend-item___17112 .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__custom-icon___3ayTf {
    display: block;
    margin-right: 5px;
    margin-top: 2px
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__c-legend-item___17112>.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__icon-square___3wXYG {
    width: 12px;
    height: 12px;
    flex-shrink: 0
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__c-legend-item___17112>.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__icon-line___2CmMf {
    height: 2px
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__c-legend-item___17112>.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__icon-circle___3LidY {
    border-radius: 100%
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__c-legend-item___17112>.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__icon-triangle___2Zrmx {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 9px solid black
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__c-legend-item___17112 .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__custom-icon___3ayTf {
    width: 14px;
    height: 14px;
    flex-shrink: 0
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__c-legend-item___17112 .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__custom-icon___3ayTf img {
    display: block;
    width: 14px;
    height: 14px
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-___styles__c-legend-type-basic___12ECC>ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-___styles__c-legend-type-basic___12ECC>ul.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-___styles__columns___1bEyj {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 0
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-___styles__c-legend-type-basic___12ECC>ul.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-___styles__columns___1bEyj li {
    flex: 0 0 50%;
    margin: 3px 0;
    padding: 0 10px 0 0
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-___styles__c-legend-type-basic___12ECC>ul.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-___styles__horizontal___13Yko {
    display: flex
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-___styles__c-legend-type-basic___12ECC>ul.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-___styles__horizontal___13Yko li {
    margin-right: 30px
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-___styles__c-legend-type-basic___12ECC>ul.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-___styles__horizontal___13Yko li:last-child {
    margin-right: 0
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-___styles__c-legend-type-basic___12ECC>ul.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-___styles__vertical___L6j7a {
    margin: 10px 0 0
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-___styles__c-legend-type-basic___12ECC>ul.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-___styles__vertical___L6j7a li {
    margin-bottom: 5px
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-___styles__c-legend-type-basic___12ECC>ul.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-___styles__vertical___L6j7a li:last-child {
    margin-bottom: 0
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-___styles__c-legend-type-basic___12ECC>li {
    padding: 0
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-choropleth-___styles__c-legend-type-choropleth___LXO5H {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-choropleth-___styles__c-legend-type-choropleth___LXO5H>li {
    padding: 0;
    margin: 10px 0 0;
    flex: 1
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-choropleth-___styles__c-legend-type-choropleth___LXO5H .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-choropleth-___styles__name___1FI11 {
    display: block;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 12px;
    text-align: center
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-choropleth-___styles__c-legend-type-choropleth___LXO5H .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-choropleth-___styles__icon-choropleth___22Uul {
    display: block;
    height: 5px;
    margin-bottom: 5px
}

@media screen and (max-width: 400px) {
    .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-choropleth-___styles__c-legend-type-choropleth___LXO5H {
        flex-direction: column;
        margin-top: 10px
    }
    .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-choropleth-___styles__c-legend-type-choropleth___LXO5H>li {
        margin: 0;
        line-height: 21px
    }
    .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-choropleth-___styles__c-legend-type-choropleth___LXO5H .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-choropleth-___styles__name___1FI11 {
        display: inline-block;
        margin-left: 5px
    }
    .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-choropleth-___styles__c-legend-type-choropleth___LXO5H .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-choropleth-___styles__icon-choropleth___22Uul {
        position: relative;
        top: 1px;
        display: inline-block;
        height: 12px;
        width: 12px;
        margin-bottom: 0
    }
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-gradient-___styles__c-legend-type-gradient___3hGZq ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-gradient-___styles__c-legend-type-gradient___3hGZq li {
    padding: 0;
    margin: 0;
    flex: 1
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-gradient-___styles__c-legend-type-gradient___3hGZq li:before {
    content: none !important
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-gradient-___styles__c-legend-type-gradient___3hGZq .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-gradient-___styles__name___3R7VC {
    display: block;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    text-align: center
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-gradient-___styles__c-legend-type-gradient___3hGZq .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-gradient-___styles__legend-gradient-icon___1MQaU {
    display: flex
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-gradient-___styles__c-legend-type-gradient___3hGZq .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-gradient-___styles__icon-gradient___1jA1U {
    display: block;
    height: 5px;
    margin-top: 10px;
    margin-bottom: 5px
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-gradient-___styles__c-legend-type-gradient___3hGZq .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-gradient-___styles__icon-gradient-transparent___2vodc {
    display: block;
    height: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.4) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.4)), linear-gradient(45deg, rgba(0, 0, 0, 0.4) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.4));
    background-size: 4px 4px;
    background-position: 0 0, 2px 2px
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-proportional-___styles__c-legend-type-proportional___33Cnv {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: flex-end
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-proportional-___styles__c-legend-type-proportional___33Cnv>li {
    padding: 0;
    flex: 1
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-proportional-___styles__c-legend-type-proportional___33Cnv .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-proportional-___styles__name___3G_Jp {
    display: block;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    text-align: center
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-proportional-___styles__c-legend-type-proportional___33Cnv .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-proportional-___styles__icon-proportional___26p1S {
    display: block;
    width: 10px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    border-radius: 100%
}


/*!
 * Quill Editor v1.3.0
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */

.ql-container {
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0px;
    position: relative
}

.ql-container.ql-disabled .ql-tooltip {
    visibility: hidden
}

.ql-container.ql-disabled .ql-editor ul[data-checked]>li::before {
    pointer-events: none
}

.ql-clipboard {
    left: -100000px;
    height: 1px;
    overflow-y: hidden;
    position: absolute;
    top: 50%
}

.ql-clipboard p {
    margin: 0;
    padding: 0
}

.ql-editor {
    box-sizing: border-box;
    line-height: 1.42;
    height: 100%;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word
}

.ql-editor>* {
    cursor: text
}

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol,
.ql-editor ul {
    padding-left: 1.5em
}

.ql-editor ol>li,
.ql-editor ul>li {
    list-style-type: none
}

.ql-editor ul>li::before {
    content: '\2022'
}

.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
    pointer-events: none
}

.ql-editor ul[data-checked=true]>li *,
.ql-editor ul[data-checked=false]>li * {
    pointer-events: all
}

.ql-editor ul[data-checked=true]>li::before,
.ql-editor ul[data-checked=false]>li::before {
    color: #777;
    cursor: pointer;
    pointer-events: all
}

.ql-editor ul[data-checked=true]>li::before {
    content: '\2611'
}

.ql-editor ul[data-checked=false]>li::before {
    content: '\2610'
}

.ql-editor li::before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em
}

.ql-editor li:not(.ql-direction-rtl)::before {
    margin-left: -1.5em;
    margin-right: 0.3em;
    text-align: right
}

.ql-editor li.ql-direction-rtl::before {
    margin-left: 0.3em;
    margin-right: -1.5em
}

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em
}

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
    padding-right: 1.5em
}

.ql-editor ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-0
}

.ql-editor ol li:before {
    content: counter(list-0, decimal) ". "
}

.ql-editor ol li.ql-indent-1 {
    counter-increment: list-1
}

.ql-editor ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) ". "
}

.ql-editor ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-2 {
    counter-increment: list-2
}

.ql-editor ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) ". "
}

.ql-editor ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-3 {
    counter-increment: list-3
}

.ql-editor ol li.ql-indent-3:before {
    content: counter(list-3, decimal) ". "
}

.ql-editor ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-4 {
    counter-increment: list-4
}

.ql-editor ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) ". "
}

.ql-editor ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-5 {
    counter-increment: list-5
}

.ql-editor ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) ". "
}

.ql-editor ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-6 {
    counter-increment: list-6
}

.ql-editor ol li.ql-indent-6:before {
    content: counter(list-6, decimal) ". "
}

.ql-editor ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-7 {
    counter-increment: list-7
}

.ql-editor ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) ". "
}

.ql-editor ol li.ql-indent-7 {
    counter-reset: list-8 list-9
}

.ql-editor ol li.ql-indent-8 {
    counter-increment: list-8
}

.ql-editor ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) ". "
}

.ql-editor ol li.ql-indent-8 {
    counter-reset: list-9
}

.ql-editor ol li.ql-indent-9 {
    counter-increment: list-9
}

.ql-editor ol li.ql-indent-9:before {
    content: counter(list-9, decimal) ". "
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em
}

.ql-editor .ql-video {
    display: block;
    max-width: 100%
}

.ql-editor .ql-video.ql-align-center {
    margin: 0 auto
}

.ql-editor .ql-video.ql-align-right {
    margin: 0 0 0 auto
}

.ql-editor .ql-bg-black {
    background-color: #000
}

.ql-editor .ql-bg-red {
    background-color: #e60000
}

.ql-editor .ql-bg-orange {
    background-color: #f90
}

.ql-editor .ql-bg-yellow {
    background-color: #ff0
}

.ql-editor .ql-bg-green {
    background-color: #008a00
}

.ql-editor .ql-bg-blue {
    background-color: #06c
}

.ql-editor .ql-bg-purple {
    background-color: #93f
}

.ql-editor .ql-color-white {
    color: #fff
}

.ql-editor .ql-color-red {
    color: #e60000
}

.ql-editor .ql-color-orange {
    color: #f90
}

.ql-editor .ql-color-yellow {
    color: #ff0
}

.ql-editor .ql-color-green {
    color: #008a00
}

.ql-editor .ql-color-blue {
    color: #06c
}

.ql-editor .ql-color-purple {
    color: #93f
}

.ql-editor .ql-font-serif {
    font-family: Georgia, Times New Roman, serif
}

.ql-editor .ql-font-monospace {
    font-family: Monaco, Courier New, monospace
}

.ql-editor .ql-size-small {
    font-size: 0.75em
}

.ql-editor .ql-size-large {
    font-size: 1.5em
}

.ql-editor .ql-size-huge {
    font-size: 2.5em
}

.ql-editor .ql-direction-rtl {
    direction: rtl;
    text-align: inherit
}

.ql-editor .ql-align-center {
    text-align: center
}

.ql-editor .ql-align-justify {
    text-align: justify
}

.ql-editor .ql-align-right {
    text-align: right
}

.ql-editor .ql-embed-selected {
    border: 1px solid #777;
    user-select: none
}

.ql-editor.ql-blank::before {
    color: rgba(0, 0, 0, 0.6);
    content: attr(data-placeholder);
    font-style: italic;
    pointer-events: none;
    position: absolute
}

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
    clear: both;
    content: '';
    display: table
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    padding: 3px 5px;
    width: 28px
}

.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
    float: left;
    height: 100%
}

.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
    outline: none
}

.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
    display: none
}

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
    color: #06c
}

.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
    fill: #06c
}

.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
    stroke: #06c
}

@media (pointer: coarse) {
    .ql-snow.ql-toolbar button:hover:not(.ql-active),
    .ql-snow .ql-toolbar button:hover:not(.ql-active) {
        color: #444
    }
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
        fill: #444
    }
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
        stroke: #444
    }
}

.ql-snow {
    box-sizing: border-box
}

.ql-snow * {
    box-sizing: border-box
}

.ql-snow .ql-hidden {
    display: none
}

.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
    visibility: hidden
}

.ql-snow .ql-tooltip {
    position: absolute;
    transform: translateY(10px)
}

.ql-snow .ql-tooltip a {
    cursor: pointer;
    text-decoration: none
}

.ql-snow .ql-tooltip.ql-flip {
    transform: translateY(-10px)
}

.ql-snow .ql-formats {
    display: inline-block;
    vertical-align: middle
}

.ql-snow .ql-formats:after {
    clear: both;
    content: '';
    display: table
}

.ql-snow .ql-stroke {
    fill: none;
    stroke: #444;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2
}

.ql-snow .ql-stroke-miter {
    fill: none;
    stroke: #444;
    stroke-miterlimit: 10;
    stroke-width: 2
}

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
    fill: #444
}

.ql-snow .ql-empty {
    fill: none
}

.ql-snow .ql-even {
    fill-rule: evenodd
}

.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
    stroke-width: 1
}

.ql-snow .ql-transparent {
    opacity: 0.4
}

.ql-snow .ql-direction svg:last-child {
    display: none
}

.ql-snow .ql-direction.ql-active svg:last-child {
    display: inline
}

.ql-snow .ql-direction.ql-active svg:first-child {
    display: none
}

.ql-snow .ql-editor h1 {
    font-size: 2em
}

.ql-snow .ql-editor h2 {
    font-size: 1.5em
}

.ql-snow .ql-editor h3 {
    font-size: 1.17em
}

.ql-snow .ql-editor h4 {
    font-size: 1em
}

.ql-snow .ql-editor h5 {
    font-size: 0.83em
}

.ql-snow .ql-editor h6 {
    font-size: 0.67em
}

.ql-snow .ql-editor a {
    text-decoration: underline
}

.ql-snow .ql-editor blockquote {
    border-left: 4px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 16px
}

.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
    background-color: #f0f0f0;
    border-radius: 3px
}

.ql-snow .ql-editor pre {
    white-space: pre-wrap;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 10px
}

.ql-snow .ql-editor code {
    font-size: 85%;
    padding-bottom: 2px;
    padding-top: 2px
}

.ql-snow .ql-editor code:before,
.ql-snow .ql-editor code:after {
    content: "\A0";
    letter-spacing: -2px
}

.ql-snow .ql-editor pre.ql-syntax {
    background-color: #23241f;
    color: #f8f8f2;
    overflow: visible
}

.ql-snow .ql-editor img {
    max-width: 100%
}

.ql-snow .ql-picker {
    color: #444;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    position: relative;
    vertical-align: middle
}

.ql-snow .ql-picker-label {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding-left: 8px;
    padding-right: 2px;
    position: relative;
    width: 100%
}

.ql-snow .ql-picker-label::before {
    display: inline-block;
    line-height: 22px
}

.ql-snow .ql-picker-options {
    background-color: #fff;
    display: none;
    min-width: 100%;
    padding: 4px 8px;
    position: absolute;
    white-space: nowrap
}

.ql-snow .ql-picker-options .ql-picker-item {
    cursor: pointer;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    color: #ccc;
    z-index: 2
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
    fill: #ccc
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
    stroke: #ccc
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    display: block;
    margin-top: -1px;
    top: 100%;
    z-index: 1
}

.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
    width: 28px
}

.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
    padding: 2px 4px
}

.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
    right: 4px
}

.ql-snow .ql-icon-picker .ql-picker-options {
    padding: 4px 0px
}

.ql-snow .ql-icon-picker .ql-picker-item {
    height: 24px;
    width: 24px;
    padding: 2px 4px
}

.ql-snow .ql-color-picker .ql-picker-options {
    padding: 3px 5px;
    width: 152px
}

.ql-snow .ql-color-picker .ql-picker-item {
    border: 1px solid transparent;
    float: left;
    height: 16px;
    margin: 2px;
    padding: 0px;
    width: 16px
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    position: absolute;
    margin-top: -9px;
    right: 0;
    top: 50%;
    width: 18px
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
    content: attr(data-label)
}

.ql-snow .ql-picker.ql-header {
    width: 98px
}

.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
    content: 'Normal'
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
    content: 'Heading 1'
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
    content: 'Heading 2'
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
    content: 'Heading 3'
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
    content: 'Heading 4'
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
    content: 'Heading 5'
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
    content: 'Heading 6'
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
    font-size: 2em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
    font-size: 1.5em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
    font-size: 1.17em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
    font-size: 1em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
    font-size: 0.83em
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
    font-size: 0.67em
}

.ql-snow .ql-picker.ql-font {
    width: 108px
}

.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
    content: 'Sans Serif'
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
    content: 'Serif'
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
    content: 'Monospace'
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
    font-family: Georgia, Times New Roman, serif
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
    font-family: Monaco, Courier New, monospace
}

.ql-snow .ql-picker.ql-size {
    width: 98px
}

.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
    content: 'Normal'
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
    content: 'Small'
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
    content: 'Large'
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
    content: 'Huge'
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
    font-size: 10px
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
    font-size: 18px
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
    font-size: 32px
}

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
    background-color: #fff
}

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
    background-color: #000
}

.ql-toolbar.ql-snow {
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    padding: 8px
}

.ql-toolbar.ql-snow .ql-formats {
    margin-right: 15px
}

.ql-toolbar.ql-snow .ql-picker-label {
    border: 1px solid transparent
}

.ql-toolbar.ql-snow .ql-picker-options {
    border: 1px solid transparent;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    border-color: #ccc
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    border-color: #ccc
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
    border-color: #000
}

.ql-toolbar.ql-snow+.ql-container.ql-snow {
    border-top: 0px
}

.ql-snow .ql-tooltip {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 5px #ddd;
    color: #444;
    padding: 5px 12px;
    white-space: nowrap
}

.ql-snow .ql-tooltip::before {
    content: "Visit URL:";
    line-height: 26px;
    margin-right: 8px
}

.ql-snow .ql-tooltip input[type=text] {
    display: none;
    border: 1px solid #ccc;
    font-size: 13px;
    height: 26px;
    margin: 0px;
    padding: 3px 5px;
    width: 170px
}

.ql-snow .ql-tooltip a.ql-preview {
    display: inline-block;
    max-width: 200px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    vertical-align: top
}

.ql-snow .ql-tooltip a.ql-action::after {
    border-right: 1px solid #ccc;
    content: 'Edit';
    margin-left: 16px;
    padding-right: 8px
}

.ql-snow .ql-tooltip a.ql-remove::before {
    content: 'Remove';
    margin-left: 8px
}

.ql-snow .ql-tooltip a {
    line-height: 26px
}

.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
    display: none
}

.ql-snow .ql-tooltip.ql-editing input[type=text] {
    display: inline-block
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
    border-right: 0px;
    content: 'Save';
    padding-right: 0px
}

.ql-snow .ql-tooltip[data-mode=link]::before {
    content: "Enter link:"
}

.ql-snow .ql-tooltip[data-mode=formula]::before {
    content: "Enter formula:"
}

.ql-snow .ql-tooltip[data-mode=video]::before {
    content: "Enter video:"
}

.ql-snow a {
    color: #06c
}

.ql-container.ql-snow {
    border: 1px solid #ccc
}

.p-error {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh
}

.p-error .container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.p-error .container a {
    margin-top: 50px
}

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

html.-no-scroll,
html.no-scroll,
body.-no-scroll,
body.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden
}

html {
    height: 100%;
    box-sizing: border-box;
    font-size: 16px
}

body {
    background: #fff;
    min-height: 100%;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans;
    font-weight: normal;
    line-height: 1.625;
    color: #393f44;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body.-dragging * {
    cursor: -webkit-grabbing
}

body.-loading:after {
    content: "loading...";
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #393f44;
    background: #fff;
    z-index: 9999
}

hr {
    margin: 50px 0;
    border-top: 1px solid #CBCCD0
}

a {
    color: #393f44;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

button {
    appearance: none;
    background: none;
    border: none;
    outline: none
}

h1,
h2,
h3,
h4 {
    margin-top: 0;
    color: var(--color-theme);
}

h1>a,
h2>a,
h3>a,
h4>a {
    color: #a96927f5
}

h1 {
    margin-top: 0;
    margin-bottom: 32px;
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
    color: #393f44
}

h2 {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 21px
}

h3 {
    font-size: #393f44;
    font-weight: bold;
    line-height: 1.35;
    margin-bottom: 13px
}

h4 {
    font-size: 16px;
    font-weight: bold;
    color: #393f44;
    margin-bottom: 1rem;
    line-height: 1.3
}

h4>a {
    color: #393f44
}

p {
    margin-top: 0
}

p>a {
    color: #2C75B0;
    text-decoration: underline
}

p:last-child {
    margin-bottom: 0
}

input,
button,
select,
textarea {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans;
    font-size: 14px
}

.-claim {
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2
}

.-big {
    font-size: 21px;
    line-height: 1.33
}

.-text-center {
    text-align: center
}

.-dragger {
    cursor: move
}

@media screen and (min-width: 780px) {
    .-columnize {
        columns: 2;
        column-gap: 50px
    }
}

@media screen and (min-width: 780px) {
    h1 {
        font-size: 64px
    }
    h2 {
        font-size: 42px
    }
    h3 {
        font-size: 26px;
        font-weight: 300
    }
    h4 {
        font-size: 16px
    }
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none
}

._is-hidden {
    display: none !important
}

._right {
    float: right
}

.l-container {
    width: 100%;
    position: relative;
    max-width: rem-calc(1080);
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 10px
}

@media screen and (min-width: 780px) {
    .l-container {
        max-width: 780px;
        padding: 0 10px
    }
}

@media screen and (min-width: 1024px) {
    .l-container {
        max-width: 1024px;
        padding: 0 10px
    }
}

@media screen and (min-width: 1260px) {
    .l-container {
        max-width: 1080px
    }
    .l-container.-admin {
        max-width: 1280px
    }
}

.l-container.-expanded {
    max-width: 100%
}

.row {
    flex: 1
}

.l-page {
    background-color: #fff;
    width: 100%
}

@media screen and (min-width: 780px) {
    .l-page {
        overflow: hidden
    }
}

@media screen and (min-width: 780px) {
    .l-page.-fullscreen {
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column
    }
}

.l-page .c-page-header,
.l-page .l-page-header {
    background-color: #a96927f5;
    background-image: url("/static/blog/images/components/layout/header-bg-texture.png"), linear-gradient(86deg, rgba(250, 183, 46, 1) 0%, rgba(201, 14, 57, 0.7) 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: -50px 0 0;
    padding: 50px 0 0
}

@media screen and (min-width: 780px) {
    .l-page .c-page-header,
    .l-page .l-page-header {
        margin: -75px 0 0;
        padding: 75px 0 0
    }
}

.l-page .c-page-header.-admin,
.l-page .l-page-header.-admin {
    background-color: #A5177E;
    background-image: url("/static/blog/images/components/layout/header-bg-texture.png"), linear-gradient(86deg, #950851 0%, #A5177E 100%)
}

.l-page .c-page-header .page-header-content,
.l-page .l-page-header .page-header-content {
    color: #fff;
    padding: 30px 0 30px
}

.l-page .c-page-header .page-header-content h1,
.l-page .l-page-header .page-header-content h1 {
    color: #fff;
    margin-bottom: 0
}

.l-page .c-page-header .page-header-content h3,
.l-page .l-page-header .page-header-content h3 {
    color: #fff;
    margin: 16px 0px 40px;
    font-weight: 300
}

.l-page .c-page-header .page-header-content.-with-tabs,
.l-page .l-page-header .page-header-content.-with-tabs {
    padding: 30px 0 0
}

@media screen and (min-width: 780px) {
    .l-page .c-page-header .page-header-content,
    .l-page .l-page-header .page-header-content {
        padding: 30px 0 50px
    }
    .l-page .c-page-header .page-header-content h1,
    .l-page .l-page-header .page-header-content h1 {
        margin-bottom: inherit
    }
}

.l-page .c-page-header .page-header-title,
.l-page .l-page-header .page-header-title {
    color: #fff
}

.l-page .c-page-header .page-header-info,
.l-page .l-page-header .page-header-info {
    margin: 16px 0 0
}

.l-page .c-page-header .page-header-info a,
.l-page .l-page-header .page-header-info a {
    color: inherit
}

.l-page .c-page-header .page-header-info ul,
.l-page .l-page-header .page-header-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    list-style: none
}

.l-page .c-page-header .page-header-info ul li,
.l-page .l-page-header .page-header-info ul li {
    margin: 0 0 0 32px;
    word-break: break-word
}

.l-page .c-page-header .page-header-info ul li:first-child,
.l-page .l-page-header .page-header-info ul li:first-child {
    margin: 0
}

.l-page .c-page-header .page-header-info ul li a,
.l-page .l-page-header .page-header-info ul li a {
    color: #fff
}

.l-section,
.c-page-section {
    padding: 30px 0
}

.l-section.-small,
.c-page-section.-small {
    padding: 30px 0
}

.l-section.-secondary,
.c-page-section.-secondary {
    background-color: #FFF
}

.l-section .l-section-mod,
.c-page-section .l-section-mod {
    margin-top: 30px;
    margin-bottom: 30px
}

@media screen and (min-width: 780px) {
    .l-section,
    .c-page-section {
        padding: 100px 0
    }
}

.l-header {
    position: relative;
    background-color: #a96927f5;
    background-image: url("/static/blog/images/fondo_header.png"), linear-gradient(86deg, rgb(73, 38, 4) 0%, rgba(169, 105, 39, 0.9607843137254902) 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 10000
}

.l-header.-transparent {
    background-image: none;
    background-color: transparent
}

.l-header .header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px
}

@media screen and (min-width: 780px) {
    .l-header .header-main {
        height: 75px
    }
}

.l-header .header-logo {
    position: relative
}

.l-header .header-logo .brand-logo {
    width: 200px;
    height: 35px;
    display: block;
    fill: #fff
}

.l-header .header-logo .brand-title {
    display: block;
    height: 0;
    width: 0;
    color: transparent;
    text-indent: -9999px;
    visibility: hidden;
    margin: 0
}

.l-header .header-logo .brand-beta {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    right: 0px;
    top: -6px
}

.l-header .header-menu ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.l-header .header-menu ul>li {
    position: relative;
    margin-left: 15px;
    color: #fff
}

.l-header .header-menu ul>li>a,
.l-header .header-menu ul>li>span,
.l-header .header-menu ul>li>button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    fill: #fff;
    padding: 7px 10px;
    cursor: pointer
}

.l-header .header-menu ul>li>a.-bordered,
.l-header .header-menu ul>li>span.-bordered,
.l-header .header-menu ul>li>button.-bordered {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px
}

.l-header .header-menu ul>li>a:hover,
.l-header .header-menu ul>li>span:hover,
.l-header .header-menu ul>li>button:hover {
    color: #FAB72E;
    fill: #FAB72E;
    text-decoration: none
}

.l-header .header-menu ul>li.-active>a {
    color: #FAB72E;
    fill: #FAB72E;
    text-decoration: underline
}

.c-header-menu-mobile .header-menu-mobile-content {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    visibility: hidden;
    transition: all .24s
}

.c-header-menu-mobile .header-menu-mobile-content.-opened {
    visibility: visible
}

.c-header-menu-mobile .header-menu-mobile-content .header-menu-mobile-nav {
    position: relative;
    z-index: 1;
    width: calc(100% - 50px);
    max-width: 400px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 30px;
    padding-top: 60px;
    background: #fff;
    transform: translate(100%, 0);
    transition: transform .24s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.c-header-menu-mobile .header-menu-mobile-content .header-menu-mobile-nav h2 {
    margin-bottom: 8px
}

.c-header-menu-mobile .header-menu-mobile-content .header-menu-mobile-nav>ul>li {
    margin: 24px 0 0
}

.c-header-menu-mobile .header-menu-mobile-content .header-menu-mobile-nav>ul>li:first-child {
    margin: 0
}

.c-header-menu-mobile .header-menu-mobile-content .header-menu-mobile-nav.-opened {
    transform: translate(0, 0)
}

.c-header-menu-mobile .header-menu-mobile-content .header-menu-mobile-backdrop {
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    opacity: 0;
    transition: opacity .24s linear
}

.c-header-menu-mobile .header-menu-mobile-content .header-menu-mobile-backdrop.-opened {
    opacity: 1;
    transform: translate(0, 0)
}

.c-header-menu-mobile .header-close-button {
    position: absolute;
    top: 10px;
    right: 10px
}

.l-content {
    position: relative
}

.l-content.-dark {
    background-color: #242426
}

.l-content .l-content-header {
    padding: 15px 0;
    background-color: #F4F6F7;
    text-align: center
}

.l-content .l-content-header p {
    line-height: 1.33;
    color: #717171;
    max-width: 80%;
    margin: 1rem auto
}

@media screen and (min-width: 780px) {
    .l-content .l-content-header p {
        font-size: 21px
    }
}

.l-content .l-content-body {
    padding: 50px 0
}

@media screen and (min-width: 780px) {
    .l-content .l-content-body {
        padding: 100px 0
    }
}

.l-content .l-content-body .l-container+.l-container {
    margin-top: 50px
}

@media screen and (min-width: 780px) {
    .l-content .l-content-body .l-container+.l-container {
        margin-top: 100px
    }
}

.l-postcontent {
    margin: 50px 0
}

.l-row.-equal-height {
    margin-top: -20px
}

@media screen and (min-width: 780px) {
    .l-row.-equal-height {
        margin-top: -20px
    }
}

.l-row.-equal-height div[class*=col],
.l-row.-equal-height div[class^=col] {
    display: flex;
    flex-direction: column;
    margin-top: 20px
}

@media screen and (min-width: 780px) {
    .l-row.-equal-height div[class*=col],
    .l-row.-equal-height div[class^=col] {
        margin-top: 20px
    }
}

.l-footer {
    margin-top: 50px
}

.l-footer .footer-logo {
    margin-bottom: 20px
}

.l-footer .footer-intro {
    position: relative;
    padding: 50px 0;
    border-top: 1px solid rgba(26, 28, 34, 0.1)
}

.l-footer .footer-intro .title {
    position: absolute;
    top: 0;
    left: 50%;
    padding-left: 24px;
    padding-right: 38px;
    color: #717171;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    transform: translate(-50%, -10px);
    background-color: #fff
}

.l-footer .footer-intro .title a {
    position: relative;
    color: #717171
}

.l-footer .footer-intro .title a:after {
    content: '';
    position: absolute;
    right: -17px;
    top: 4px;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    border-top: 2px solid #717171;
    border-right: 2px solid #717171
}

.l-footer .footer-main {
    border-top: 1px solid rgba(26, 28, 34, 0.1);
    padding: 50px 0;
    color: #717171
}

.l-footer .footer-social {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 0 0 50px
}

.l-footer .footer-social ul {
    display: inline-flex;
    justify-content: flex-start
}

.l-footer .footer-social ul li {
    margin-left: 10px
}

.l-footer .footer-social ul li:first-child {
    margin-left: 0
}

.l-footer .footer-social a {
    padding: 13px
}

.l-footer .footer-lower {
    background-color: #333333
}

.l-footer .footer-lower p {
    font-size: 14px;
    margin: 0;
    line-height: 24px;
    margin-bottom: 5px
}

.l-footer .footer-lower p:last-child {
    margin-bottom: 0
}

.l-footer .footer-lower p.-bold {
    font-weight: bold
}

.l-footer .footer-lower .footer-container {
    padding: 55px 0;
    color: #fff;
    display: flex;
    justify-content: space-between
}

.l-footer .footer-lower .footer-item {
    display: flex;
    justify-content: center;
    flex-flow: column
}

.l-footer .footer-lower .footer-item:last-child {
    text-align: right
}

.c-sidebar {
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 650px;
    background-color: #fff;
    color: #393f44;
    z-index: 3
}

@media screen and (min-width: 780px) {
    .c-sidebar {
        width: 10px;
        height: 100%;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 20px 30px 0 rgba(0, 0, 0, 0.1);
        transform: translate(calc(-100% + 10px), 0)
    }
    .c-sidebar.-open {
        min-width: 650px;
        width: 50%;
        transform: translate(0, 0)
    }
    .c-sidebar.-open .sidebar-content {
        padding: 32px 16px
    }
}

.c-sidebar .sidebar-content {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 32px 16px
}

@media screen and (min-width: 780px) {
    .c-sidebar .sidebar-content {
        padding: 0
    }
}

.c-sidebar .sidebar-content>*:last-child {
    padding: 0
}

.c-sidebar .btn-toggle {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 30px;
    height: 40px;
    top: 20px;
    left: 100%;
    z-index: 1;
    cursor: pointer;
    background-color: rgba(113, 113, 113, 0.8);
    border: none;
    border-radius: 0 2px 2px 0;
    transition: background .24s cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

@media screen and (min-width: 780px) {
    .c-sidebar .btn-toggle {
        display: flex
    }
}

.c-sidebar .btn-toggle .c-icon {
    width: 12px;
    fill: #fff
}

.c-sidebar .btn-toggle .c-icon.-left {
    transform: rotate(90deg)
}

.c-sidebar .btn-toggle .c-icon.-right {
    transform: rotate(-90deg)
}

.c-sidebar .btn-toggle:hover {
    background-color: rgba(100, 100, 100, 0.8)
}

.l-map {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 50px);
    overflow: hidden
}

@media screen and (min-width: 780px) {
    .l-map {
        top: 75px;
        height: calc(100% - 75px)
    }
}

.l-map.-relative {
    position: relative;
    flex: 1;
    top: 0;
    left: 0;
    height: 100%
}

.l-static .cover {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 230px;
    padding: 55px 0 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.l-static .cover:after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5)
}

.l-static .cover .content {
    position: relative;
    z-index: 2
}

.l-static .cover .content>h1,
.l-static .cover .content p {
    color: #fff
}

.l-static .l-content-header {
    padding: 0;
    margin: 0
}

.l-static .c-banner {
    padding: 30px 0
}

@media screen and (min-width: 780px) {
    .l-static .c-banner {
        padding: 70px 0
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.bounceIn {
    animation-duration: .7s
}

.animated.bounceOut {
    animation-duration: .5s
}

.animated.bounceIn {
    animation-name: bounceIn
}

.animated.bounceOut {
    animation-name: bounceOut
}

.animated.fadeIn {
    animation-name: fadeIn;
    animation-duration: .7s
}

.animated.fadeOut {
    animation-name: fadeOut;
    animation-duration: .3s
}

.animated.bounceInDown {
    animation-name: bounceInDown
}

.animated.bounceOutUp {
    animation-name: bounceOutUp
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        transform: perspective(1px) scale3d(0.3, 0.3, 0.3)
    }
    20% {
        transform: perspective(1px) scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: perspective(1px) scale3d(0.9, 0.9, 0.9)
    }
    60% {
        opacity: 1;
        transform: perspective(1px) scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: perspective(1px) scale3d(0.97, 0.97, 0.97)
    }
    to {
        opacity: 1;
        transform: perspective(1px) scale3d(1, 1, 1)
    }
}

@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9)
    }
    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

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

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

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.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 {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0)
    }
}

.rrt-confirm-holder {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999
}

.rrt-confirm-holder .shadow {
    width: 100%;
    height: 100%;
    background-color: rgba(50, 58, 68, 0.8)
}

.rrt-confirm-holder .rrt-confirm {
    width: 320px;
    background-color: white;
    position: absolute;
    z-index: 9;
    top: 20%;
    left: 50%;
    margin-left: -160px;
    box-shadow: 3px 3px 20px #333;
    border-radius: 4px;
    overflow: hidden
}

.rrt-confirm-holder .rrt-confirm .rrt-message {
    width: 100%;
    padding: 5%;
    min-height: 50px;
    font-size: 1em;
    background-color: white;
    text-align: center;
    font-family: 'open-sanscondensed-light', sans-serif;
    clear: both
}

.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder {
    display: flex
}

.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button {
    flex-grow: 1;
    height: 50px;
    text-transform: capitalize;
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    float: left;
    border-top: 1px solid #f0f0f0;
    font-size: 14px;
    overflow: hidden;
    cursor: pointer
}

.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button:hover {
    background-color: #f5f5f5
}

.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button.rrt-ok-btn:active {
    background-color: #60bb71;
    color: white
}

.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button.rrt-cancel-btn:active {
    background-color: #db6a64;
    color: white
}

.rrt-confirm-holder .rrt-confirm .rrt-buttons-holder .rrt-button:focus {
    outline: none
}

body.toastr-confirm-active {
    overflow: hidden
}

.redux-toastr *,
.redux-toastr *:before,
.redux-toastr *:after {
    box-sizing: border-box
}

.redux-toastr .top-left,
.redux-toastr .top-right,
.redux-toastr .top-center,
.redux-toastr .bottom-left,
.redux-toastr .bottom-right,
.redux-toastr .bottom-center {
    width: 350px;
    position: fixed;
    z-index: 99999999;
    padding: 0 10px
}

.redux-toastr .top-left,
.redux-toastr .top-right,
.redux-toastr .top-center {
    top: 0
}

.redux-toastr .top-right,
.redux-toastr .bottom-right {
    right: 0
}

.redux-toastr .bottom-left,
.redux-toastr .bottom-right,
.redux-toastr .bottom-center {
    bottom: 0
}

.redux-toastr .top-left,
.redux-toastr .bottom-left {
    left: 0
}

.redux-toastr .top-center,
.redux-toastr .bottom-center {
    left: 50%;
    margin-left: -175px
}

@media (max-width: 320px) {
    .redux-toastr .top-left,
    .redux-toastr .top-right,
    .redux-toastr .top-center,
    .redux-toastr .bottom-left,
    .redux-toastr .bottom-right,
    .redux-toastr .bottom-center {
        width: 320px
    }
    .redux-toastr .top-center,
    .redux-toastr .bottom-center {
        margin-left: -160px
    }
}

.redux-toastr .toastr {
    background-color: #fcfcfc;
    width: 100%;
    min-height: 70px;
    overflow: hidden;
    margin: 10px 0;
    border-radius: 4px;
    position: relative;
    z-index: 2;
    color: #333;
    opacity: .94;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4)
}

.redux-toastr .toastr:hover:not(.rrt-message) {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    opacity: 1
}

.redux-toastr .toastr .toastr-status {
    width: 100%;
    height: 5px
}

.redux-toastr .toastr .toastr-status.success {
    background-color: #60bb71
}

.redux-toastr .toastr .toastr-status.warning {
    background-color: #f7a336
}

.redux-toastr .toastr .toastr-status.info {
    background-color: #58abc3
}

.redux-toastr .toastr .toastr-status.error {
    background-color: #db6a64
}

.redux-toastr .toastr .rrt-left-container,
.redux-toastr .toastr .rrt-right-container {
    float: left;
    text-align: center;
    overflow: hidden
}

.redux-toastr .toastr .rrt-left-container {
    width: 80px;
    top: 0;
    left: 0;
    position: absolute;
    bottom: 0
}

.redux-toastr .toastr .rrt-left-container .rrt-holder {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: 5px;
    line-height: 60px
}

.redux-toastr .toastr .rrt-left-container .toastr-icon {
    fill: white;
    vertical-align: middle;
    margin-top: 5px
}

.redux-toastr .toastr .rrt-middle-container {
    width: 65%;
    margin-left: 80px;
    position: relative;
    float: left;
    font-family: Arial, Helvetica, sans-serif, sans-serif;
    font-size: 1em;
    text-align: left;
    padding: 10px 5px
}

.redux-toastr .toastr .rrt-middle-container .rrt-title {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px
}

.redux-toastr .toastr .rrt-right-container {
    width: 10%
}

.redux-toastr .toastr .close-toastr {
    width: 10%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    font-size: 22px;
    border: none;
    outline: none;
    opacity: 0.5;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Arial sans-serif
}

.redux-toastr .toastr .close-toastr:hover {
    opacity: 1
}

.redux-toastr .toastr .close-toastr:focus {
    outline: none
}

.redux-toastr .toastr.rrt-info,
.redux-toastr .toastr.rrt-success,
.redux-toastr .toastr.rrt-warning,
.redux-toastr .toastr.rrt-error {
    color: white
}

.redux-toastr .toastr.rrt-info {
    background-color: #58abc3
}

.redux-toastr .toastr.rrt-info .rrt-progressbar {
    background-color: #378298
}

.redux-toastr .toastr.rrt-success {
    background-color: #60bb71
}

.redux-toastr .toastr.rrt-success .rrt-progressbar {
    background-color: #3e914d
}

.redux-toastr .toastr.rrt-warning {
    background-color: #f7a336
}

.redux-toastr .toastr.rrt-warning .rrt-progressbar {
    background-color: #d87e09
}

.redux-toastr .toastr.rrt-error {
    background-color: #db6a64
}

.redux-toastr .toastr.rrt-error .rrt-progressbar {
    background-color: #c5352e
}

.redux-toastr .toastr.rrt-light .rrt-progressbar {
    background-color: #ccc
}

.redux-toastr .toastr.rrt-light .toastr-icon {
    fill: #333 !important
}

.redux-toastr .toastr.rrt-message {
    opacity: 1;
    border: 1px solid #dbdbdb
}

.redux-toastr .toastr.rrt-message .rrt-title {
    width: 90%;
    height: 50px;
    text-align: center;
    overflow: hidden;
    font-size: 1.2em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 50px;
    padding: 0 20px
}

.redux-toastr .toastr.rrt-message .rrt-text {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    background-color: white;
    padding: 15px;
    font-size: 1.1em;
    margin-bottom: 20px
}

.redux-toastr .toastr.rrt-message .rrt-text img {
    display: block;
    margin: 10px auto;
    max-width: 100%
}

.redux-toastr .toastr.rrt-message .close-toastr {
    height: 50px
}

.redux-toastr .toastr .rrt-progress-container {
    height: 5px;
    margin: 0 -20px -20px -60px;
    position: absolute;
    bottom: 20px;
    width: 100%
}

.redux-toastr .toastr .rrt-progress-container .rrt-progressbar {
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
    height: 100%
}

.redux-toastr .toastr-attention {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1
}

.rc-slider {
    position: relative;
    height: 14px;
    padding: 5px 0;
    width: 100%;
    border-radius: 6px;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.rc-slider * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.rc-slider-rail {
    position: absolute;
    width: 100%;
    background-color: #e9e9e9;
    height: 4px;
    border-radius: 6px
}

.rc-slider-track {
    position: absolute;
    left: 0;
    height: 4px;
    border-radius: 6px;
    background-color: #abe2fb
}

.rc-slider-handle {
    position: absolute;
    margin-left: -7px;
    margin-top: -5px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    cursor: -webkit-grab;
    cursor: grab;
    border-radius: 50%;
    border: solid 2px #96dbfa;
    background-color: #fff
}

.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 {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    font-size: 12px
}

.rc-slider-mark-text {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    color: #999
}

.rc-slider-mark-text-active {
    color: #666
}

.rc-slider-step {
    position: absolute;
    width: 100%;
    height: 4px;
    background: transparent
}

.rc-slider-dot {
    position: absolute;
    bottom: -2px;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    border: 2px solid #e9e9e9;
    background-color: #fff;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle
}

.rc-slider-dot:first-child {
    margin-left: -4px
}

.rc-slider-dot:last-child {
    margin-left: -4px
}

.rc-slider-dot-active {
    border-color: #96dbfa
}

.rc-slider-disabled {
    background-color: #e9e9e9
}

.rc-slider-disabled .rc-slider-track {
    background-color: #ccc
}

.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
    border-color: #ccc;
    box-shadow: none;
    background-color: #fff;
    cursor: not-allowed
}

.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
    cursor: not-allowed !important
}

.rc-slider-vertical {
    width: 14px;
    height: 100%;
    padding: 0 5px
}

.rc-slider-vertical .rc-slider-rail {
    height: 100%;
    width: 4px
}

.rc-slider-vertical .rc-slider-track {
    left: 5px;
    bottom: 0;
    width: 4px
}

.rc-slider-vertical .rc-slider-handle {
    margin-left: -5px;
    margin-bottom: -7px
}

.rc-slider-vertical .rc-slider-mark {
    top: 0;
    left: 18px;
    height: 100%
}

.rc-slider-vertical .rc-slider-step {
    height: 100%;
    width: 4px
}

.rc-slider-vertical .rc-slider-dot {
    left: 2px;
    margin-bottom: -4px
}

.rc-slider-vertical .rc-slider-dot:first-child {
    margin-bottom: -4px
}

.rc-slider-vertical .rc-slider-dot:last-child {
    margin-bottom: -4px
}

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: block !important;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.rc-slider-tooltip-zoom-down-leave {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: block !important;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
    -webkit-animation-name: rcSliderTooltipZoomDownIn;
    animation-name: rcSliderTooltipZoomDownIn;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
    -webkit-animation-name: rcSliderTooltipZoomDownOut;
    animation-name: rcSliderTooltipZoomDownOut;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

.rc-slider-tooltip-zoom-down-leave {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06)
}

@-webkit-keyframes rcSliderTooltipZoomDownIn {
    0% {
        opacity: 0;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0)
    }
    100% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes rcSliderTooltipZoomDownIn {
    0% {
        opacity: 0;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0)
    }
    100% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-webkit-keyframes rcSliderTooltipZoomDownOut {
    0% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    100% {
        opacity: 0;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0)
    }
}

@keyframes rcSliderTooltipZoomDownOut {
    0% {
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
    100% {
        opacity: 0;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0)
    }
}

.rc-slider-tooltip {
    position: absolute;
    left: -9999px;
    top: -9999px;
    visibility: visible;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.rc-slider-tooltip * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.rc-slider-tooltip-hidden {
    display: none
}

.rc-slider-tooltip-placement-top {
    padding: 4px 0 8px 0
}

.rc-slider-tooltip-inner {
    padding: 6px 2px;
    min-width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #6c6c6c;
    border-radius: 6px;
    box-shadow: 0 0 4px #d9d9d9
}

.rc-slider-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
    bottom: 4px;
    left: 50%;
    margin-left: -4px;
    border-width: 4px 4px 0;
    border-top-color: #6c6c6c
}

.c-aside {
    padding: 16px 0
}

.c-aside nav>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.c-aside nav>ul>li {
    margin: 16px 0 0;
    cursor: pointer
}

.c-aside nav>ul>li:first-child {
    margin: 0
}

.c-aside nav>ul>li a {
    position: relative;
    font-size: 16px;
    color: #393f44;
    text-decoration: none
}

.c-aside nav>ul>li a svg {
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translate(-4px, -50%);
    fill: #a96927f5
}

.c-aside nav>ul>li a:hover {
    color: #a96927f5
}

.c-aside nav>ul>li a.-active {
    color: #a96927f5
}

.c-avatar {
    width: 2rem;
    height: 2rem;
    position: relative;
    border-radius: 50%;
    background-color: #393f44;
    background-size: cover
}

.c-avatar a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none
}

.c-avatar .avatar-letter {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px
}

.c-avatar .avatar-notifications {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: #fab72e;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1)
}

.c-breadcrumbs {
    display: flex;
    width: 100%;
    padding: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px
}

.c-breadcrumbs .item {
    position: relative;
    list-style: none;
    margin-right: 20px
}

.c-breadcrumbs .item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #FAB72E;
    fill: #FAB72E;
    text-decoration: none;
    cursor: pointer
}

.c-breadcrumbs .item a>* {
    margin-right: 5px
}

.c-breadcrumbs .item a>*:last-child {
    margin-right: 0
}

.c-breadcrumbs .item a:hover {
    color: #efa306;
    fill: #efa306
}

.c-btn,
.c-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
    background: none;
    color: #a96927f5;
    fill: #a96927f5;
    font-size: 16px;
    font-weight: 400;
    font-family: inherit;
    letter-spacing: 0;
    line-height: 0.8;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    appearance: none;
    transition: all 0.16s ease-in-out
}

.c-btn:hover,
.c-button:hover {
    text-decoration: none;
    cursor: pointer
}

.c-btn>*,
.c-button>* {
    margin-left: 5px
}

.c-btn>*:first-child,
.c-button>*:first-child {
    margin-left: 0
}

.c-btn.-a,
.c-btn.-b,
.c-btn.-c,
.c-btn.-primary,
.c-btn.-secondary,
.c-btn.-tertiary,
.c-btn.-facebook,
.c-btn.-twitter,
.c-btn.-google,
.c-button.-a,
.c-button.-b,
.c-button.-c,
.c-button.-primary,
.c-button.-secondary,
.c-button.-tertiary,
.c-button.-facebook,
.c-button.-twitter,
.c-button.-google {
    padding: 0 10px;
    height: 35px
}

.c-btn.-a,
.c-btn.-primary,
.c-button.-a,
.c-button.-primary {
    color: #fff;
    fill: #fff;
    background-color: var(--color-theme);
}

.c-btn.-a:hover,
.c-btn.-primary:hover,
.c-button.-a:hover,
.c-button.-primary:hover {
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-2px)
}

.c-btn.-a.-alt,
.c-btn.-primary.-alt,
.c-button.-a.-alt,
.c-button.-primary.-alt {
    background-color: #fff;
    color: rgba(57, 80, 38, 0.96);
    fill: rgba(57, 80, 38, 0.96)
}

.c-btn.-a.-alt:hover,
.c-btn.-primary.-alt:hover,
.c-button.-a.-alt:hover,
.c-button.-primary.-alt:hover {
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2)
}

.c-btn.-a.-disabled,
.c-btn.-a[disabled],
.c-btn.-primary.-disabled,
.c-btn.-primary[disabled],
.c-button.-a.-disabled,
.c-button.-a[disabled],
.c-button.-primary.-disabled,
.c-button.-primary[disabled] {
    color: rgba(113, 113, 113, 0.5);
    fill: rgba(113, 113, 113, 0.5);
    background-color: rgba(113, 113, 113, 0.5);
    border-color: rgba(26, 28, 34, 0.1);
    cursor: default
}

.c-btn.-a.-disabled:hover,
.c-btn.-a[disabled]:hover,
.c-btn.-primary.-disabled:hover,
.c-btn.-primary[disabled]:hover,
.c-button.-a.-disabled:hover,
.c-button.-a[disabled]:hover,
.c-button.-primary.-disabled:hover,
.c-button.-primary[disabled]:hover {
    transform: translateY(0);
    box-shadow: none
}

.c-btn.-b,
.c-btn.-secondary,
.c-button.-b,
.c-button.-secondary {
    color: #a96927f5;
    fill: #a96927f5;
    background-color: #fff;
    border-color: rgba(195, 45, 123, 0.3)
}

.c-btn.-b:hover,
.c-btn.-secondary:hover,
.c-button.-b:hover,
.c-button.-secondary:hover {
    background-color: rgba(195, 45, 123, 0.05)
}

.c-btn.-b.-alt,
.c-btn.-secondary.-alt,
.c-button.-b.-alt,
.c-button.-secondary.-alt {
    background-color: transparent;
    color: #fff;
    fill: #fff;
    border-color: rgba(255, 255, 255, 0.3)
}

.c-btn.-b.-alt:hover,
.c-btn.-secondary.-alt:hover,
.c-button.-b.-alt:hover,
.c-button.-secondary.-alt:hover {
    background-color: rgba(255, 255, 255, 0.1)
}

.c-btn.-b.-disabled,
.c-btn.-b[disabled],
.c-btn.-secondary.-disabled,
.c-btn.-secondary[disabled],
.c-button.-b.-disabled,
.c-button.-b[disabled],
.c-button.-secondary.-disabled,
.c-button.-secondary[disabled] {
    color: rgba(113, 113, 113, 0.5);
    fill: rgba(113, 113, 113, 0.5);
    border-color: rgba(26, 28, 34, 0.1);
    cursor: default
}

.c-btn.-b.-disabled:hover,
.c-btn.-b[disabled]:hover,
.c-btn.-secondary.-disabled:hover,
.c-btn.-secondary[disabled]:hover,
.c-button.-b.-disabled:hover,
.c-button.-b[disabled]:hover,
.c-button.-secondary.-disabled:hover,
.c-button.-secondary[disabled]:hover {
    background-color: transparent
}

.c-btn.-c:not(.-clean):hover,
.c-btn.-tertiary:not(.-clean):hover,
.c-button.-c:not(.-clean):hover,
.c-button.-tertiary:not(.-clean):hover {
    background-color: rgba(195, 45, 123, 0.05)
}

.c-btn.-c.-alt,
.c-btn.-tertiary.-alt,
.c-button.-c.-alt,
.c-button.-tertiary.-alt {
    color: #fff;
    fill: #fff
}

.c-btn.-c.-alt:not(.-clean):hover,
.c-btn.-tertiary.-alt:not(.-clean):hover,
.c-button.-c.-alt:not(.-clean):hover,
.c-button.-tertiary.-alt:not(.-clean):hover {
    background-color: rgba(255, 255, 255, 0.1)
}

.c-btn.-fullwidth,
.c-button.-fullwidth {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.c-btn.-compressed,
.c-button.-compressed {
    padding-left: 15px;
    padding-right: 15px;
    height: 30px;
    font-size: 13px
}

.c-btn.-compressed.-square,
.c-button.-compressed.-square {
    padding: 0;
    width: 30px
}

.c-btn.-clean,
.c-button.-clean {
    padding: 0;
    height: auto;
    line-height: normal
}

.c-btn.-facebook,
.c-button.-facebook {
    display: inline-flex;
    background: #3b5998;
    color: #fff;
    border-color: #3b5998
}

.c-btn.-facebook:hover,
.c-button.-facebook:hover {
    background: #2d4373
}

.c-btn.-twitter,
.c-button.-twitter {
    display: inline-flex;
    background: #55acee;
    color: #fff;
    border-color: #55acee
}

.c-btn.-twitter:hover,
.c-button.-twitter:hover {
    background: #2795e9
}

.c-btn.-google,
.c-button.-google {
    display: inline-flex;
    background: #D62D20;
    color: #fff;
    border-color: #D62D20
}

.c-btn.-google:hover,
.c-button.-google:hover {
    background: #aa2419
}

.buttons {
    margin-top: 30px
}

.buttons.-align-center {
    justify-content: center
}

.buttons.-align-left {
    justify-content: flex-start
}

.buttons.-align-left .c-btn,
.buttons.-align-left .c-button {
    margin-right: 15px
}

.buttons.-align-right {
    justify-content: flex-end
}

.buttons.-align-right .c-btn,
.buttons.-align-right .c-button {
    margin-left: 15px
}

.buttons.-align-between {
    justify-content: space-between
}

@media screen and (max-width: 780px) {
    .buttons .c-btn,
    .buttons .c-button {
        margin-top: 15px;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (min-width: 780px) {
    .buttons {
        display: flex;
        justify-content: space-between
    }
}

.c-button-container {
    display: flex
}

.c-button-container.-j-start {
    justify-content: flex-start
}

.c-button-container.-j-center {
    justify-content: center
}

.c-button-container.-j-end {
    justify-content: flex-end
}

.c-button-container.-j-between {
    justify-content: space-between
}

.c-button-container.-j-around {
    justify-content: space-around
}

.c-button-container.-a-start {
    align-items: flex-start
}

.c-button-container.-a-center {
    align-items: center
}

.c-button-container.-a-end {
    align-items: flex-end
}

.c-button-container.-a-stretch {
    align-items: stretch
}

.c-button-container>ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    list-style: none
}

.c-button-container>ul>li {
    margin: 0 0 0 20px
}

.c-button-container>ul>li:first-child {
    margin: 0
}

.c-card {
    position: relative;
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    border: 1px solid rgba(26, 28, 34, 0.1);
    border-radius: 4px
}

.c-card .card-container {
    padding: 30px
}

.c-card .card-header>* {
    margin: 4px 0 0
}

.c-card .card-header>*:first-child {
    margin: 0
}

.c-card .card-content {
    margin: 15px 0 0
}

.c-card .card-actions {
    margin: 15px 0 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start
}

.c-card-column {
    display: flex;
    flex-direction: column
}

.c-card-app {
    position: relative;
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    margin: 0 0 30px;
    border: 1px solid rgba(26, 28, 34, 0.1);
    border-radius: 4px
}

.c-card-app.-compact .card-container {
    padding: 40px;
    flex: 1;
    display: flex;
    flex-direction: column
}

.c-card-app.-compact .card-footer {
    position: relative;
    padding: 0;
    margin-top: auto;
    padding-top: 40px
}

.c-card-app .card-background {
    height: 190px;
    background-size: cover
}

.c-card-app .card-container {
    padding: 15px;
    padding-bottom: 70px
}

.c-card-app .card-header>* {
    margin: 4px 0 0
}

.c-card-app .card-header>*:first-child {
    margin: 0
}

.c-card-app .card-content {
    margin: 15px 0 0
}

.c-card-app .card-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px
}

.c-compound-menu .c-compound-menu-wrapper {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width: 780px) {
    .c-compound-menu .c-compound-menu-wrapper {
        flex-wrap: wrap
    }
}

.c-compound-menu .c-compound-menu-item {
    width: 50%;
    padding: 0 0.625rem
}

@media screen and (min-width: 780px) {
    .c-compound-menu .c-compound-menu-item {
        width: auto;
        flex: 1
    }
}

.c-compound-menu .submenu {
    padding: 0;
    margin: 0 0 50px 0;
    list-style: none
}

.c-compound-menu .submenu .item {
    padding: 0;
    margin: .5rem 0
}

.c-compound-menu .submenu .item a {
    color: #717171;
    display: block;
    line-height: 1.2
}

.c-compound-menu .submenu .item.title a {
    color: #a96927f5
}

@media screen and (min-width: 780px) {
    .c-compound-menu .submenu {
        margin-bottom: 0
    }
}

.c-contact-us .actions-container.-align-right {
    text-align: right
}

.c-custom-select {
    position: relative;
    cursor: pointer;
    width: 100%;
    border: 1px solid rgba(202, 204, 208, 0.85);
    border-radius: 4px;
    height: 45px
}

.c-custom-select.-fixed {
    max-width: 200px
}

.c-custom-select.-disabled {
    pointer-events: none;
    opacity: .4
}

.c-custom-select:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #a96927f5;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    pointer-events: none
}

.c-custom-select.-closed .custom-select-search {
    opacity: 0;
    visibility: none;
    cursor: pointer
}

.c-custom-select.-closed:after {
    transform: rotate(180deg)
}

.c-custom-select.-search:not(.-closed) .custom-select-text>div {
    display: none
}

.c-custom-select .icon-btn {
    display: flex;
    border: 0;
    background: none;
    cursor: pointer
}

.c-custom-select .icon-btn:focus {
    outline: none
}

.c-custom-select .clear-button {
    margin-right: 15px;
    z-index: 1
}

.c-custom-select .clear-button .c-icon {
    fill: rgba(113, 113, 113, 0.5)
}

.c-custom-select .no-results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 8px 12px;
    line-height: 1.1;
    font-style: italic;
    color: palette(blue);
    background-color: #fff;
    font-size: 14px;
    box-shadow: 0 -2px 4px 0 rgba(33, 62, 118, 0.09), 0 2px 4px 0 rgba(33, 62, 118, 0.09)
}

.c-custom-select .custom-select-text {
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
    display: block;
    width: 100%;
    position: relative;
    min-height: 33px;
    height: 100%
}

.c-custom-select .custom-select-text>div {
    user-select: none;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    overflow: hidden;
    height: 100%;
    white-space: nowrap;
    line-height: 17px;
    align-items: center
}

.c-custom-select .custom-select-text>div>span .c-spinner {
    vertical-align: middle;
    margin-right: 10px
}

.c-custom-select .custom-select-options {
    list-style-type: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 -2px 3px 0 rgba(33, 62, 118, 0.09), 0 2px 3px 0 rgba(33, 62, 118, 0.09);
    max-height: 400px;
    margin: 0;
    padding: 0 0;
    overflow-y: auto
}

.c-custom-select .custom-select-options li {
    display: flex;
    justify-content: space-between;
    color: #393f44;
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
    cursor: pointer;
    line-height: 1.1;
    align-items: center
}

.c-custom-select .custom-select-options li .c-icon {
    fill: #a96927f5;
    width: 11px;
    height: 11px
}

.c-custom-select .custom-select-options li.title {
    color: #a96927f5;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(26, 28, 34, 0.1);
    padding: 10px 15px
}

.c-custom-select .custom-select-options li.title:hover {
    background-color: #fff;
    color: #a96927f5
}

.c-custom-select .custom-select-options li:hover {
    background-color: rgba(57, 63, 68, 0.05);
    color: #2C75B0
}

.c-custom-select .custom-select-options li.-selected {
    background-color: rgba(57, 63, 68, 0.05)
}

.c-custom-select .custom-select-options li[aria-selected="true"] {
    color: #a96927f5
}

.c-custom-select .custom-select-options li .label {
    flex-grow: 1;
    display: inline-block;
    padding: 10px 15px;
    text-transform: capitalize
}

.c-custom-select .custom-select-options li .next {
    padding: 17px;
    height: 100%;
    cursor: pointer
}

.c-custom-select .custom-select-options li .next:hover {
    background-color: rgba(74, 129, 185, 0.05)
}

.c-custom-select .custom-select-search {
    background-color: transparent;
    color: #393f44;
    outline: none;
    border: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans
}

.c-dock {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: all .16s cubic-bezier(0.47, 0, 0.745, 0.715);
    z-index: 1000;
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden
}

.c-dock.-hidden {
    opacity: 0;
    visibility: hidden
}

.c-dock.-hidden .dock-container {
    transform: translateX(100%)
}

.c-dock .dock-container {
    transition: transform .24s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateX(0);
    display: flex;
    position: relative;
    width: 50%;
    background: white;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    z-index: 1
}

.c-dock .dock-content {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.15)
}

.c-dock .dock-close {
    fill: #fff;
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    z-index: 2
}

.c-dock .dock-close svg {
    width: 20px;
    height: 20px
}

.c-dock .dock-close:hover svg {
    fill: #fab72e
}

.c-dock .dock-backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.c-dock.-menu .dock-container {
    background: #a96927f5
}

.c-dock.-menu .dock-content {
    padding: 64px
}

.c-dock.-menu .dock-close {
    fill: white;
    width: 80px;
    height: 80px
}

.c-dock.-menu .dock-close svg {
    width: 32px;
    height: 32px
}

.c-header-dropdown {
    position: fixed;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid rgba(26, 28, 34, 0.1);
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
    z-index: 10001
}

.c-header-dropdown:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    pointer-events: none;
    border-top: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    transform: translate(-50%, -100%)
}

.c-header-dropdown .header-dropdown-list {
    list-style: none;
    margin: 0;
    padding: 30px
}

.c-header-dropdown .header-dropdown-list .header-dropdown-list-item {
    white-space: nowrap;
    margin: 0.5rem 0
}

.c-header-dropdown .header-dropdown-list .header-dropdown-list-item:first-child {
    margin-top: 0
}

.c-header-dropdown .header-dropdown-list .header-dropdown-list-item:last-child {
    margin-bottom: 0
}

.c-header-dropdown .header-dropdown-list .header-dropdown-list-item>a {
    text-decoration: none;
    color: #393f44
}

.c-header-dropdown .header-dropdown-list .header-dropdown-list-item>a:hover {
    color: #000
}

.c-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0
}

.c-icon.-tiny {
    width: 7px;
    height: 7px
}

.c-icon.-smaller {
    width: 10px;
    height: 10px
}

.c-icon.-small {
    width: 14px;
    height: 14px
}

.c-icon.-medium {
    width: 24px;
    height: 24px
}

.c-icon.-big {
    width: 32px;
    height: 32px
}

.c-icon.-huge {
    width: 65px;
    height: 65px
}

.c-icon.-star {
    fill: #FAB72E
}

.c-legend-map {
    position: absolute;
    bottom: 35px;
    right: 30px;
    width: 80%;
    max-width: 400px;
    background: #fff;
    z-index: 9;
    border-radius: 4px
}

.c-embed-widget .c-legend-map {
    right: 15px
}

@media screen and (min-width: rem-calc(1080)) {
    .c-legend-map {
        width: 100%;
        min-width: 400px
    }
}

.c-legend-map .legend-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #9aa2a9;
    font-weight: 400;
    font-size: 11px
}

.c-legend-map .toggle-legend {
    position: absolute;
    right: 0px;
    width: 40px;
    height: 32px;
    top: -28px;
    border: 0;
    border-radius: 2px 2px 0 0;
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer
}

.c-legend-map .toggle-legend:focus {
    outline: none
}

.c-legend-map .toggle-legend svg {
    margin-top: 4px;
    fill: #fff
}

.c-legend-map .open-legend {
    display: flex;
    flex-flow: column;
    max-height: 300px;
    height: 0;
    overflow: hidden;
    opacity: 0
}

.c-legend-map .open-legend.-active {
    height: auto;
    opacity: 1;
    overflow: auto
}

.c-legend-map .open-legend>.legend-list {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: auto
}

.c-legend-map .close-legend {
    display: none
}

.c-legend-map .close-legend.-active {
    display: inherit
}

.c-legend-map .close-legend .toggle-legend {
    position: relative;
    top: auto;
    padding: 0;
    width: auto;
    height: auto;
    padding: 0;
    background-color: #fff
}

.c-legend-map .close-legend .toggle-legend svg {
    margin-top: 0;
    fill: #9aa2a9
}

.c-legend-unit {
    position: relative;
    z-index: 10;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 15px 14px 10px;
    border-bottom: 1px solid #e3e4e6
}

.c-legend-unit:last-child {
    border-bottom: 0
}

.c-legend-unit .legend-info {
    flex-grow: 1;
    padding-left: 20px
}

.c-legend-unit .legend-item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.c-legend-unit .legend-item-header>h3 {
    font-weight: 700;
    flex-grow: 1;
    flex-shrink: 1
}

.c-legend-unit .handler {
    position: absolute;
    cursor: move;
    top: 13px
}

.c-legend-unit .handler svg {
    fill: #9aa2a9
}

.c-legend-unit h3 {
    font-size: 14px;
    color: #393f44;
    margin: 0;
    margin-bottom: 3px
}

.c-legend-unit h3.-dark {
    color: #393f44
}

.c-legend-unit h3 .category {
    font-weight: 400;
    text-transform: capitalize;
    padding: 0 8px 0 0
}

.c-legend-unit .item-actions {
    margin-left: 20px;
    flex-shrink: 0;
    display: flex;
    align-items: center
}

.c-legend-unit .item-actions button {
    display: inline-block;
    margin-right: 12px;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer
}

.c-legend-unit .item-actions button.-disabled {
    cursor: default;
    opacity: .5
}

.c-legend-unit .item-actions button.-disabled:hover .c-icon {
    fill: #393f44
}

.c-legend-unit .item-actions button:last-child {
    margin-right: 0
}

.c-legend-unit .item-actions button:hover .c-icon {
    fill: #2C75B0
}

.c-legend-unit .item-actions button .c-icon {
    fill: #393f44
}

.c-legend-unit .item-actions .info .c-icon {
    width: 14px
}

.c-legend-unit .item-actions .close .c-icon {
    width: 11px
}

.c-legend-unit .item-actions .toggle .c-icon {
    width: 16px
}

.c-legend-unit .item-actions .opacity .c-icon {
    width: 11px
}

.c-legend-unit .item-actions .layers .c-icon {
    width: 15px
}

.c-legend-unit.-sort {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 4px
}

.c-legend-timeline {
    display: flex;
    margin: 24px 24px 16px 0
}

.c-legend-timeline>button {
    padding: 0;
    cursor: pointer
}

.c-legend-timeline .c-icon {
    fill: #393f44;
    margin-right: 12px
}

.c-legend-timeline .input-range__label {
    font-size: 8px;
    color: #717171;
    top: -24px
}

.c-legend-timeline .input-range__slider {
    border: 0;
    background-color: #a96927f5;
    width: 14px;
    height: 14px;
    margin-top: -9px
}

.c-legend-timeline .input-range__track {
    height: 3px
}

.c-legend-timeline .input-range__track--active {
    background-color: #a96927f5
}

.c-legend-timeline .input-range__label--min,
.c-legend-timeline .input-range__label--max {
    font-size: 10px;
    top: auto;
    bottom: -16px
}

.c-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: all .16s cubic-bezier(0.47, 0, 0.745, 0.715);
    z-index: 100000;
    visibility: visible;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

.c-modal.-hidden {
    opacity: 0;
    visibility: hidden
}

.c-modal.-hidden .modal-container {
    transform: translateY(-35px)
}

.c-modal.no-borders .modal-content {
    padding: 0px;
    max-height: 100vh;
    width: auto
}

.c-modal.no-borders .modal-container {
    width: auto;
    border-radius: 4px
}

.c-modal .modal-container {
    transition: transform .24s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateY(0);
    display: flex;
    position: relative;
    width: calc(100% - 50px);
    max-width: 880px;
    background: white;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    z-index: 1
}

.c-modal .modal-content {
    position: relative;
    width: 100%;
    max-height: 85vh;
    min-height: 150px;
    overflow: auto;
    padding: 24px;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.15)
}

@media screen and (min-width: 780px) {
    .c-modal .modal-content {
        padding: 72px
    }
}

.c-modal .modal-close {
    fill: #000;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    z-index: 2
}

.c-modal .modal-close:hover svg {
    fill: #a96927f5
}

.c-modal .modal-backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.c-modal.-menu .modal-container {
    background: #a96927f5
}

.c-modal.-menu .modal-content {
    padding: 24px
}

@media screen and (min-width: 780px) {
    .c-modal.-menu .modal-content {
        padding: 64px
    }
}

.c-modal.-menu .modal-close {
    fill: white;
    width: 80px;
    height: 80px
}

.c-modal.-menu .modal-close svg {
    width: 32px;
    height: 32px
}

.c-modal.-medium .modal-container {
    max-width: 600px
}

.c-modal2-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(17, 55, 80, 0.4);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(71, 44, 184, 0.1) 0px 5px 15px 0px;
    overflow: auto;
    background: rgba(0, 0, 0, 0.5);
    transition: all .16s cubic-bezier(0.47, 0, 0.745, 0.715);
    z-index: 100000
}

@media screen and (min-width: 780px) {
    .c-modal2-overlay {
        padding: 20px 0 40px
    }
}

.c-modal2 {
    transition: transform .24s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateY(-15px);
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    border: none;
    overflow: auto;
    border-radius: 0px;
    outline: none;
    padding: 0px;
    margin: auto;
    z-index: 1;
    max-width: 880px
}

@media screen and (min-width: 780px) {
    .c-modal2 {
        width: calc(100% - 50px)
    }
}

.c-modal2 .modal-content {
    position: relative;
    background: white;
    width: 100%;
    min-height: 150px;
    padding: 24px;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1)
}

@media screen and (min-width: 780px) {
    .c-modal2 .modal-content {
        padding: 48px;
        margin-top: 30px;
        border-radius: 4px
    }
}

.c-modal2 .modal-close {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    z-index: 2
}

@media screen and (min-width: 780px) {
    .c-modal2 .modal-close {
        fill: #fff;
        top: 0;
        right: 0
    }
}

.c-modal2 .modal-close:hover svg {
    fill: #a96927f5
}

.c-modal2.-medium {
    max-width: 600px
}

.c-modal2.-no-padding .modal-content {
    padding: 0
}

.c-modal2.ReactModal__Content--after-open {
    transform: translateY(0px)
}

.c-paginator {
    display: flex;
    overflow: hidden;
    margin: 16px 0 0
}

.c-paginator .rc-pagination {
    position: relative;
    display: flex;
    align-items: center;
    float: left;
    font-size: 12px;
    font-family: 'Arial';
    user-select: none;
    margin: 0 auto;
    padding: 0
}

.c-paginator .rc-pagination:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden
}

.c-paginator .rc-pagination-total-text {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 10px
}

.c-paginator .rc-pagination-item {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 6px;
    min-width: 28px;
    height: 35px;
    line-height: 28px;
    padding-left: 14px;
    padding-right: 14px;
    text-align: center;
    list-style: none;
    float: left;
    background-color: #fff;
    margin-right: 8px;
    border: 1px solid #f4f5f6;
    outline: none
}

.c-paginator .rc-pagination-item a {
    text-decoration: none;
    color: #9AA2A9
}

.c-paginator .rc-pagination-item:hover {
    border-color: #2C75B0
}

.c-paginator .rc-pagination-item:hover a {
    color: #2C75B0
}

.c-paginator .rc-pagination-item-active {
    background-color: #3bb2d0;
    border-color: #3bb2d0
}

.c-paginator .rc-pagination-item-active a {
    color: #fff
}

.c-paginator .rc-pagination-item-active:hover a {
    color: #fff
}

.c-paginator .rc-pagination-prev,
.c-paginator .rc-pagination-next,
.c-paginator .rc-pagination-jump-prev,
.c-paginator .rc-pagination-jump-next {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #9AA2A9;
    font-size: 10px;
    border: none;
    border-radius: 6px;
    list-style: none;
    min-width: 28px;
    padding: 0 8px;
    font-size: 28px;
    line-height: 28px;
    float: left;
    text-align: center;
    outline: none
}

.c-paginator .rc-pagination-prev a,
.c-paginator .rc-pagination-next a,
.c-paginator .rc-pagination-jump-prev a,
.c-paginator .rc-pagination-jump-next a {
    color: #9AA2A9
}

.c-paginator .rc-pagination-prev a:after,
.c-paginator .rc-pagination-next a:after,
.c-paginator .rc-pagination-jump-prev a:after,
.c-paginator .rc-pagination-jump-next a:after {
    display: block;
    color: #9AA2A9;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase
}

.c-paginator .rc-pagination-prev,
.c-paginator .rc-pagination-next {
    transform: translate(0, -2px)
}

.c-paginator .rc-pagination-prev:hover,
.c-paginator .rc-pagination-next:hover {
    color: #2C75B0
}

.c-paginator .rc-pagination-prev:hover a,
.c-paginator .rc-pagination-next:hover a {
    color: #2C75B0
}

.c-paginator .rc-pagination-prev:hover a:after,
.c-paginator .rc-pagination-next:hover a:after {
    color: #2C75B0
}

.c-paginator .rc-pagination-prev {
    margin-right: 8px
}

.c-paginator .rc-pagination-prev a:after {
    content: "\2039"
}

.c-paginator .rc-pagination-next a:after {
    content: "\203A"
}

.c-paginator .rc-pagination-jump-prev:after,
.c-paginator .rc-pagination-jump-next:after {
    content: "...";
    display: block;
    letter-spacing: 2px;
    color: #ccc;
    font-size: 12px;
    margin-top: 1px
}

.c-paginator .rc-pagination-disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.25
}

.c-paginator .rc-pagination-disabled a {
    color: #ccc
}

.c-paginator .rc-pagination-options {
    float: left;
    margin-left: 15px
}

.c-paginator .rc-pagination-options-size-changer {
    float: left;
    width: 80px
}

.c-paginator .rc-pagination-options-quick-jumper {
    float: left;
    margin-left: 16px;
    height: 28px;
    line-height: 28px
}

.c-paginator .rc-pagination-options-quick-jumper input {
    margin: 0 8px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid rgba(26, 28, 34, 0.1);
    outline: none;
    padding: 3px 12px;
    width: 50px;
    height: 28px
}

.c-paginator .rc-pagination-options-quick-jumper input:hover {
    border-color: #2C75B0
}

.c-paginator .rc-pagination-simple .rc-pagination-prev,
.c-paginator .rc-pagination-simple .rc-pagination-next {
    border: none;
    margin: 0;
    font-size: 18px;
    color: #9AA2A9
}

.c-paginator .rc-pagination-simple .rc-pagination-simple-pager {
    float: left;
    margin-right: 8px
}

.c-paginator .rc-pagination-simple .rc-pagination-simple-pager .rc-pagination-slash {
    margin: 0 10px
}

.c-paginator .rc-pagination-simple .rc-pagination-simple-pager input {
    margin: 0 8px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid rgba(26, 28, 34, 0.1);
    outline: none;
    padding: 5px 8px;
    width: 30px;
    min-height: 20px
}

.c-paginator .rc-pagination-simple .rc-pagination-simple-pager input:hover {
    border-color: #2C75B0
}

@media only screen and (max-width: 1024px) {
    .c-paginator .rc-pagination-item-after-jump-prev,
    .c-paginator .rc-pagination-item-before-jump-next {
        display: none
    }
}

.loader-60devs {
    height: 5px
}

.loader-60devs .loader-60devs-progress {
    height: 5px;
    background: #FAB72E;
    transition-delay: .3s
}

.c-read-more>button {
    margin-left: 5px
}

.c-related-content>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.c-related-content>ul>li {
    margin: 0 0 0 8px
}

.c-related-content>ul>li:first-child {
    margin: 0
}

.c-related-content>ul>li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #393f44;
    fill: #393f44;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 14px
}

.c-related-content>ul>li a>* {
    margin: 0 0 0 4px
}

.c-related-content>ul>li a>*:first-child {
    margin: 0
}

.c-related-content>ul>li a.-empty {
    color: #fff;
    fill: #fff;
    background: #fab72e
}

.c-related-content>ul>li a:hover {
    color: #fff;
    fill: #fff;
    background: #393f44
}

.c-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: all .16s cubic-bezier(0.47, 0, 0.745, 0.715);
    z-index: 100000;
    visibility: hidden;
    opacity: 0
}

.c-search.-opened {
    visibility: visible;
    opacity: 1
}

.c-search.-opened .search-form {
    transform: translateY(0px)
}

.c-search--term {
    width: 100%
}

.c-search--term .search-close {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.c-search .search-container {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 75px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    background-color: #a96927f5;
    background-image: url("/static/blog/images/components/layout/header-bg-texture.png"), linear-gradient(86deg, rgba(195, 45, 123, 0.8) 0%, rgba(201, 14, 57, 0.7) 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 10
}

.c-search .search-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    transition: transform .24s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateY(-100%)
}

.c-search .search-icon {
    fill: #fff;
    flex-shrink: 0
}

.c-search .search-close {
    flex-shrink: 0;
    fill: #000;
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    padding: 0;
    border: 0;
    background-color: #fff;
    cursor: pointer;
    z-index: 2
}

.c-search .search-close svg {
    fill: #a96927f5
}

.c-search .search-close:hover svg {
    fill: #e23035
}

.c-search .search-backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.c-search-list .search-list-item {
    padding: 10px 20px;
    margin: 0
}

.c-search-list .search-list-item:first-child {
    margin: 0
}

.c-search-list .search-list-item--selected {
    background: rgba(0, 0, 0, 0.1)
}

.c-search-list--header {
    position: absolute;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    max-height: calc(100vh - 110px);
    background: #FFF;
    overflow-y: scroll;
    border-radius: 0 0 5px 5px
}

.c-search-list--header .search-list {
    max-height: calc(100% - 60px);
    overflow-y: scroll
}

.c-search-list--empty {
    padding: 10px 0;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 600;
    text-align: center
}

.c-search-input {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.c-search-input>* {
    margin-right: 20px
}

.c-search-input>*:last-child {
    margin-right: 0
}

.c-search-input--header .c-field {
    margin: 0
}

.c-search-input .c-field .field-container .c-search-input--header {
    display: block;
    padding: 7.5px 15px;
    padding-right: 25px;
    margin: 0;
    width: 100%;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans;
    font-size: 16px;
    color: #fff;
    background: none;
    border-radius: 4px;
    border: 1px solid transparent;
    outline: none;
    box-shadow: none
}

.c-search-input .c-field .field-container .c-search-input--header::placeholder {
    color: #ccc
}

.c-search-input>.c-field {
    position: relative
}

.c-search-input>.c-field svg {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    fill: #393f44
}

.c-explore-slider-tooltip {
    min-width: 150px;
    padding: 8px 0 0
}

.c-explore-slider-tooltip h4 {
    font-size: 13px;
    font-weight: 400;
    margin: 0
}

.c-explore-slider-tooltip .slider-tooltip-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.c-explore-slider-tooltip .rc-slider {
    cursor: pointer;
    margin: 10px 0 5px
}

.c-explore-slider-tooltip .rc-slider-track {
    background-color: #a96927f5;
    height: 2px;
    top: 50%;
    margin: -1px 0 0
}

.c-explore-slider-tooltip .rc-slider-rail {
    height: 2px;
    top: 50%;
    margin: -1px 0 0
}

.c-explore-slider-tooltip .rc-slider-step {
    height: 2px;
    top: 50%;
    margin: -1px 0 0
}

.c-explore-slider-tooltip .rc-slider-handle {
    width: 16px;
    height: 16px;
    top: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
    border-color: #fff;
    background-color: #a96927f5
}

.c-explore-slider-tooltip .rc-slider-handle:focus,
.c-explore-slider-tooltip .rc-slider-handle:hover {
    border-color: #fff;
    outline: none
}

.c-explore-slider-tooltip .input-range__track {
    height: 2px
}

.c-explore-slider-tooltip .input-range__track.input-range__track--active {
    background-color: #a96927f5
}

.c-explore-slider-tooltip .input-range__label-container {
    display: none
}

.c-explore-slider-tooltip .input-range__slider {
    margin-top: -8px;
    width: 17px;
    height: 17px;
    border-color: #fff;
    background-color: #a96927f5
}

.c-explore-slider-tooltip .input-range__slider:focus,
.c-explore-slider-tooltip .input-range__slider:hover {
    border-color: #fff;
    outline: none
}

.c-spinner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0
}

.c-spinner .spinner-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.c-spinner .spinner-box .icon {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #a96927f5;
    animation: rotate .75s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

.c-spinner .spinner-box button {
    margin: 10px 0 0
}

.c-spinner.-loading {
    visibility: visible;
    opacity: 1
}

.c-spinner.-light {
    background: rgba(255, 255, 255, 0.5)
}

.c-spinner.-transparent {
    background: rgba(255, 255, 255, 0)
}

.c-spinner.-white-icon .spinner-box .icon {
    border-top-color: #fff
}

.c-spinner.-pink-icon .spinner-box .icon {
    border-top-color: #a96927f5
}

.c-spinner.-fixed {
    position: fixed
}

.c-spinner.-relative {
    position: relative
}

.c-spinner.-inline {
    position: static;
    display: inline-block;
    background: none
}

.c-spinner.-inline .spinner-box {
    position: static;
    transform: none
}

.c-spinner.-small .spinner-box .icon {
    width: 20px;
    height: 20px
}

.c-spinner.-tiny .spinner-box .icon {
    width: 14px;
    height: 14px
}

@-webkit-keyframes rotate {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@-ms-keyframes rotate {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg)
    }
}

.c-sortable-row {
    list-style: none;
    font-size: 13px;
    border: 1px solid rgba(26, 28, 34, 0.1);
    margin: 0 0 -1px;
    display: flex;
    background-color: #fff;
    padding: 20px 15px;
    display: flex;
    align-items: center
}

.c-sortable-row .row-content {
    width: 100%;
    padding: 0 15px
}

.c-sortable-row .row-item {
    margin-bottom: 5px
}

.c-sortable-row .row-actions {
    display: flex
}

.c-sortable-row .row-actions li:first-child {
    margin-right: 20px
}

.c-switch-options {
    display: flex;
    align-items: center;
    font-size: 13px
}

.c-switch-options>* {
    display: block;
    margin: 0 0 0 5px;
    cursor: pointer
}

.c-switch-options>*:first-child {
    margin: 0
}

.c-switch-options .switch-label {
    font-weight: 700;
    color: #737f89
}

.c-switch-options .switch-label:hover {
    color: #565f67
}

.c-switch-options .switch-label.-selected {
    color: #393f44
}

.c-switch-options .switch-element {
    width: 28px;
    height: 14px;
    border-radius: 20px;
    background: #9aa2a9
}

.c-switch-options .switch-element span {
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #a96927f5;
    border-radius: 50%;
    margin: 2px;
    transition: transform .16s cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

.c-switch-options .switch-element.-left>span {
    transform: translate(0, 0)
}

.c-switch-options .switch-element.-right>span {
    transform: translate(14px, 0)
}

.c-switch {
    display: flex;
    cursor: pointer
}

.c-switch.-secondary .switch-element {
    background-color: #e3e4e6
}

.c-switch.-secondary .switch-element.-active {
    background-color: #2C75B0
}

.c-switch.-secondary .switch-element.-active>span {
    background-color: #fff
}

.c-switch.-secondary .switch-element>span {
    background-color: #fff
}

.c-switch .switch-element {
    width: 20px;
    height: 12px;
    border-radius: 12px;
    background: #ccc
}

.c-switch .switch-element span {
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin: 1px;
    transition: transform .16s cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

.c-switch .switch-element.-active>span {
    background-color: #a96927f5;
    transform: translate(8px, 0)
}

.c-table {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto
}

.c-table .table,
.c-table table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
    border-top: 1px solid rgba(26, 28, 34, 0.1);
    border-left: 1px solid rgba(26, 28, 34, 0.1);
    border-right: 1px solid rgba(26, 28, 34, 0.1);
    font-size: 13px
}

.c-table .table li,
.c-table table li {
    list-style: none
}

.c-table .table td,
.c-table .table th,
.c-table table td,
.c-table table th {
    border-bottom: 1px solid rgba(26, 28, 34, 0.1)
}

.c-table .table thead,
.c-table table thead {
    background-color: #fff
}

.c-table .table thead th,
.c-table table thead th {
    position: relative;
    font-size: 13px;
    color: #393f44;
    font-weight: bold;
    white-space: nowrap;
    padding: 10px
}

.c-table .table thead th .filter-action,
.c-table table thead th .filter-action {
    fill: #b9bfc4
}

.c-table .table tbody tr,
.c-table table tbody tr {
    background-color: #fff
}

.c-table .table tbody td,
.c-table table tbody td {
    width: 100%;
    padding: 10px
}

.c-table .table tbody .individual-actions>ul,
.c-table table tbody .individual-actions>ul {
    display: inline-flex;
    margin: 0;
    padding: 0
}

.c-table .table tbody .individual-actions>ul>li,
.c-table table tbody .individual-actions>ul>li {
    margin-right: 20px
}

.c-table .table tbody .individual-actions>ul>li:last-child,
.c-table table tbody .individual-actions>ul>li:last-child {
    margin: 0
}

.c-table .th-wrapper {
    display: flex;
    align-items: flex-end
}

.c-table .th-wrapper ul {
    display: flex;
    margin: 0;
    padding: 0;
    margin-left: 10px
}

.c-table .table-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px;
    margin-top: 10px
}

.c-table .c-paginator {
    margin-bottom: 20px
}

.c-table td.main {
    color: #393f44;
    font-weight: 700;
    min-width: 200px
}

.c-table td.main a {
    color: #393f44;
    text-decoration: none
}

.c-table td.main a:hover {
    color: #222528;
    text-decoration: underline
}

.c-table td.status:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 5px;
    margin-bottom: 1px
}

.c-table td.status.-success,
.c-table td.status.-saved,
.c-table td.status.-completed {
    color: #65b60d
}

.c-table td.status.-success:before,
.c-table td.status.-saved:before,
.c-table td.status.-completed:before {
    background-color: #65b60d
}

.c-table td.status.-pending {
    color: #b9bfc4
}

.c-table td.status.-pending:before {
    background-color: #b9bfc4
}

.c-table td.status.-failed {
    color: #fab72e
}

.c-table td.status.-failed:before {
    background-color: #fab72e
}

.c-table td.status.-deleted {
    color: #e23035
}

.c-table td.status.-deleted:before {
    background-color: #e23035
}

.c-table-header-actions ul {
    margin-left: 10px
}

.c-table-header-actions .action {
    cursor: pointer
}

.c-table-header-actions .action button {
    cursor: pointer
}

.c-table-header-actions .action button:focus {
    outline: none
}

.c-table-header-actions .action button:hover {
    opacity: .5
}

.c-table-header-actions .action button.-active svg {
    stroke: #2C75B0;
    fill: #2C75B0
}

.c-table-header-actions .sortby-action div {
    display: flex;
    flex-direction: column
}

.c-table-header-actions .sortby-action div button {
    display: flex;
    height: 10px
}

.c-table-header-actions .sortby-action div svg {
    fill: #b9bfc4;
    stroke: #b9bfc4;
    stroke-width: 3px
}

.c-table-tooltip {
    z-index: 10000;
    opacity: 1;
    visibility: visible
}

.c-table-tooltip.tether-out-of-bounds-top,
.c-table-tooltip.tether-out-of-bounds-bottom {
    opacity: 0;
    visibility: hidden
}

.c-table-tooltip li {
    list-style: none
}

.c-table-tooltip button:focus {
    outline: none
}

.c-table-tooltip .tooltip-content {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 12px 0 0;
    background: #fff;
    border: 1px solid #e3e4e6;
    box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2)
}

.c-table-tooltip .tooltip-content:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 12px;
    height: 12px;
    margin: -6px 0px 0px -6px;
    background: #fff;
    border-top: 1px solid #e3e4e6;
    border-left: 1px solid #e3e4e6;
    transform: rotate(45deg)
}

.c-table-tooltip .tooltip-content .content {
    flex: 1;
    width: auto;
    height: auto;
    max-width: 330px;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 24px 24px 16px
}

.c-table-tooltip .tooltip-content .content:before,
.c-table-tooltip .tooltip-content .content:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 24px;
    z-index: 1;
    pointer-events: none
}

.c-table-tooltip .tooltip-content .content:before {
    top: 0;
    background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0))
}

.c-table-tooltip .tooltip-content .content:after {
    bottom: 0;
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0))
}

.c-table-tooltip .tooltip-content .search-box {
    position: relative;
    width: 100%;
    margin: 0 0 16px
}

.c-table-tooltip .tooltip-content .search-box input {
    display: block;
    width: 100%;
    padding: 5px;
    padding-right: 30px;
    color: #393f44;
    border: solid 1px rgba(202, 203, 207, 0.85);
    border-radius: 4px
}

.c-table-tooltip .tooltip-content .search-box button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    cursor: pointer
}

.c-table-tooltip .tooltip-content .search-box button.-search {
    fill: #2C75B0
}

.c-table-tooltip .tooltip-content .search-box button.-search:hover {
    fill: #408fcf
}

.c-table-tooltip .tooltip-content .search-box button.-close {
    fill: #e23035
}

.c-table-tooltip .tooltip-content .search-box button.-close:hover {
    fill: #e85d61
}

.c-table-tooltip .tooltip-content .footer {
    flex: 1;
    width: 100%;
    height: 40px;
    border-top: 1px solid rgba(26, 28, 34, 0.1)
}

.c-table-tooltip .tooltip-content .footer ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 20px
}

.c-table-tooltip .tooltip-content .footer ul li {
    margin-right: 8px
}

.c-table-tooltip .tooltip-content .footer ul li:last-child {
    margin-right: 0
}

.c-table-tooltip.-footer .tooltip-content .content:after {
    bottom: 40px
}

.c-tabs {
    margin: 32px 0 0
}

.c-tabs.-no-margin {
    margin: 0
}

.c-tabs .tabs-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    padding: 10px 0 14px;
    border: none;
    font-size: 16px;
    color: #fff;
    outline: none;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer
}

.c-tabs .tabs-btn .number {
    position: absolute;
    top: 4px;
    right: -10px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    text-align: center;
    line-height: 14px;
    font-size: 10px;
    font-weight: 700;
    background: #fab72e
}

.c-tabs .tabs-btn:after {
    content: "";
    display: block;
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
    background: #fab72e;
    transform: translate(-50%, 0);
    transition: all .16s cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

.c-tabs .tabs-btn:hover {
    color: #fab72e
}

.c-tabs .tabs-btn.-active {
    color: #fab72e
}

.c-tabs .tabs-btn.-active:after {
    height: 5px;
    opacity: 1
}

.c-tabs.-dark {
    background: #F4F6F7;
    padding: 0 16px
}

.c-tabs.-dark .tabs-btn {
    color: #393f44;
    font-size: 14px;
    padding: 14px 0
}

.c-tabs.-dark .tabs-btn .number {
    color: #a96927f5;
    background: transparent
}

.c-tabs.-dark .tabs-btn:after {
    background: #a96927f5
}

.c-tabs.-dark .tabs-btn:hover {
    color: #a96927f5
}

.c-tabs.-dark .tabs-btn.-active {
    color: #a96927f5
}

.c-tag {
    appearance: none;
    display: inline-block;
    border-radius: 20px;
    padding: 2px 10px;
    font-size: 11px;
    white-space: nowrap;
    cursor: pointer
}

.c-tag>* {
    margin: 0 0 0 4px
}

.c-tag>*:first-child {
    margin: 0
}

.c-tag.-primary {
    background: #a96927f5;
    color: #fff;
    border: 1px solid #a96927f5;
    font-weight: 700
}

.c-tag.-primary:hover {
    background: #9a2361
}

.c-tag.-secondary {
    background: transparent;
    color: #393f44;
    border: 1px solid #a96927f5;
    font-weight: 700
}

.c-tag.-secondary:hover {
    background: rgba(195, 45, 123, 0.2)
}

.c-tag.-tertiary {
    background: transparent;
    color: #393f44;
    border: 1px solid rgba(202, 204, 208, 0.85);
    font-weight: 700
}

.c-tag.-tertiary:hover {
    background: rgba(202, 204, 208, 0.2)
}

.c-tag.-clean {
    cursor: default;
    padding: 0;
    color: #393f44
}

.c-tag-list {
    position: relative;
    margin: -5px 0 0
}

.c-tag-list>* {
    margin: 5px 5px 0 0
}

.c-tag-list.-inline {
    display: flex;
    width: 100%;
    overflow: hidden
}

.c-tag-list.-inline .btn-more-container {
    margin: 5px 0 0;
    background: #fff;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    height: calc(100% - 5px)
}

.c-tag-list.-inline .btn-more-container:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: 40px;
    height: 100%;
    background: linear-gradient(to left, #fff 20%, rgba(255, 255, 255, 0) 100%)
}

.c-tag-list.-inline .btn-more-container button {
    display: block;
    font-size: 11px;
    height: 100%;
    padding: 0 0 0 10px;
    cursor: pointer
}

.c-terms ol,
.c-terms ul {
    margin: 0 0 1rem 40px
}

.c-terms ol {
    list-style: decimal
}

.c-terms ul {
    list-style: disc
}

.c-title {
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal
}

.c-title.-default {
    font-size: 1rem;
    font-weight: 700
}

.c-title.-big {
    font-size: 2rem;
    font-weight: 300
}

.c-title.-extrabig {
    font-size: 2.625rem;
    font-weight: 300
}

.c-title.-huge {
    font-size: 4rem;
    font-weight: 300;
    text-indent: -6px
}

.c-title.-small {
    font-size: .75rem
}

.c-title.-p-primary {
    padding: 40px 0 25px
}

.c-title.-p-secondary {
    padding: 0px 0 25px
}

.c-title.-primary {
    color: #393f44
}

.c-title.-secondary {
    color: #a96927f5
}

.c-title.-left {
    text-align: left
}

.c-title.-center {
    text-align: center
}

.c-title.-right {
    text-align: right
}

.c-tooltip {
    position: fixed;
    padding: 15px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid rgba(26, 28, 34, 0.1);
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
    z-index: 10001
}

.c-tooltip.-no-interaction {
    pointer-events: none
}

.c-tooltip.-arrow-top .tip {
    display: block;
    position: absolute;
    top: -8px;
    left: 50%;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid rgba(26, 28, 34, 0.1);
    border-bottom-color: transparent;
    border-left-color: transparent;
    transform: translateX(-50%) rotate(-45deg);
    content: ''
}

.c-tooltip.-arrow-bottom .tip {
    display: block;
    position: absolute;
    bottom: -8px;
    left: 50%;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid rgba(26, 28, 34, 0.1);
    border-top-color: transparent;
    border-left-color: transparent;
    transform: translateX(-50%) rotate(45deg);
    content: '';
    z-index: -1
}

.c-tooltip.-arrow-right:after {
    content: '';
    position: absolute;
    right: 8px;
    top: -14px;
    border-top: 7px solid #fff;
    border-bottom: 7px solid transparent;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    transform: rotate(180deg)
}

.c-tooltip.-arrow-left:after {
    content: '';
    position: absolute;
    left: 20px;
    top: -14px;
    border-top: 7px solid #fff;
    border-bottom: 7px solid transparent;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    transform: rotate(180deg)
}

.c-tooltip .divisor {
    height: 0;
    border-top: 1px solid rgba(26, 28, 34, 0.1);
    margin: 15px 0
}

.c-tooltip-invisible-div {
    position: absolute;
    width: 1px;
    height: 1px
}

.c-tooltip-global {
    position: fixed;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    padding: 10px;
    z-index: 10001;
    transform: translate(-50%, calc(-100% - 10px));
    pointer-events: none
}

.c-tooltip-global.-hidden {
    display: none
}

.c-tooltip-global:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    background: #fff;
    width: 10px;
    height: 10px;
    border-right: 1px solid rgba(202, 204, 208, 0.85);
    border-bottom: 1px solid rgba(202, 204, 208, 0.85);
    transform: translate(-50%, 5px) rotate(45deg)
}

.c-tree-selector {
    cursor: pointer
}

.c-tree-selector .dropdown-content {
    display: none;
    position: absolute;
    border-top: rgba(0, 0, 0, 0.05) 1px solid;
    background: #fff;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15)
}

.c-tree-selector .dropdown-content .node {
    display: flex;
    align-items: center;
    padding: 5px 10px
}

.c-tree-selector .dropdown-content .node.hide {
    display: none
}

.c-tree-selector .dropdown-content .node>label {
    position: relative;
    padding: 0 0 0 10px
}

.c-tree-selector .dropdown-content .node:not(.parent-category)>.toggle {
    visibility: hidden;
    pointer-events: none
}

.c-tree-selector .dropdown-content .node .node-label {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #717171;
    cursor: pointer
}

.c-tree-selector .dropdown-content .node .node-label::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    border: 1px solid #CACCD0;
    pointer-events: none
}

.c-tree-selector .dropdown-content .node input[type="checkbox"] {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 16px;
    height: 16px;
    opacity: 0;
    cursor: pointer
}

.c-tree-selector .dropdown-content .node input[type="checkbox"]:checked+.node-label::before {
    content: '✔';
    color: #fff;
    background: #3bb2d0;
    border: 1px solid transparent;
    line-height: .9
}

.c-tree-selector .dropdown-content .node:hover {
    background: #F4F6F7
}

.c-tree-selector .dropdown--active {
    position: relative
}

.c-tree-selector .dropdown--active>.dropdown-trigger {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.c-tree-selector .dropdown--active>.dropdown-content {
    overflow: auto;
    display: block;
    max-height: 400px;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.c-tree-selector .dropdown--active>.dropdown-content>ul {
    margin: 0;
    padding: 0
}

.c-tree-selector .dropdown--active .tag-list:after {
    position: absolute;
    top: calc(50% + 1px);
    right: 0;
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 2px solid #a96927f5;
    content: '';
    transform: rotate(45deg);
    border-right: 0;
    border-bottom: 0;
    transform: rotate(45deg) translate(0, -50%);
    cursor: pointer
}

.c-tree-selector .dropdown-trigger {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border: 1px solid rgba(202, 204, 208, 0.85);
    border-radius: 4px;
    overflow: auto
}

.c-tree-selector .dropdown-trigger:hover {
    text-decoration: none
}

.c-tree-selector .dropdown-trigger>span {
    display: inline-block;
    width: 100%
}

.c-tree-selector .dropdown-trigger input {
    border: none;
    outline: none
}

.c-tree-selector .searchModeOn li.node {
    padding-left: 0 !important
}

.c-tree-selector .searchModeOn .toggle {
    display: none
}

.c-tree-selector .toggle {
    position: relative;
    width: 12px;
    height: 12px;
    margin: 0 0 0 15px;
    cursor: pointer
}

.c-tree-selector .toggle.collapsed:after {
    position: absolute;
    top: 50%;
    left: -2px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 2px solid #a96927f5;
    content: '';
    transform: rotate(45deg);
    border-bottom: 0;
    border-left: 0;
    transform: rotate(45deg) translate(0, -50%);
    cursor: pointer
}

.c-tree-selector .toggle.expanded:after {
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 2px solid #a96927f5;
    content: '';
    transform: rotate(45deg);
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg) translate(0, -50%);
    cursor: pointer
}

.c-tree-selector .tag-list {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0
}

.c-tree-selector .tag-list:after {
    position: absolute;
    top: calc(50% - 2px);
    right: 0;
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 2px solid #a96927f5;
    content: '';
    transform: rotate(45deg);
    border-top: 0;
    border-left: 0;
    transform: rotate(45deg) translate(0, -50%);
    cursor: pointer
}

.c-tree-selector .tag-list>.tag-item {
    display: inline-block;
    cursor: pointer
}

.c-tree-selector .tag-list>.tag-item.selected-item {
    margin-top: 10px
}

.c-tree-selector .tag-list>.tag-item:not(:last-child) {
    margin-right: 10px
}

.c-tree-selector .tag-list>.tag-item:last-child {
    margin-top: 0;
    display: flex;
    flex: 1
}

.c-tree-selector .tag-list>.tag-item:last-child>input[type="text"] {
    width: 100%
}

.c-tree-selector .tag-list>.tag-item>.tag {
    position: relative;
    padding: 4px 20px 4px 10px;
    border-radius: 15px;
    background: #a96927f5;
    color: #fff
}

.c-tree-selector .tag-list>.tag-item>.tag>.tag-remove {
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translate(0, -50%);
    padding: 0;
    margin: 0;
    color: #fff;
    cursor: pointer
}

.c-tree-selector .tag-list>.tag-item>input[type="text"] {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans;
    font-size: 16px;
    color: #393f44;
    cursor: pointer
}

.c-tree-selector .tag-list>.tag-item+.tag-item>input[type="text"] {
    margin-top: 10px
}

.c-user-report {
    position: fixed;
    top: 50%;
    right: 0;
    width: 72px;
    z-index: 10000000;
    background-color: #a96927f5;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.125);
    color: #fff;
    font-size: 13px;
    border: 1px solid rgba(26, 28, 34, 0.1);
    transform: rotate(-90deg) translate(0, 12px);
    transform-origin: 50% 0%;
    transition: transform .3s ease-in-out;
    border-radius: 4px 4px 0 0;
    padding: 4px 0 16px;
    cursor: pointer
}

.c-user-report:hover {
    transform: rotate(-90deg) translate(0, 8px)
}

#crowd-shortcut {
    display: none !important
}

.c-zoom-control {
    position: absolute;
    top: 50px;
    right: 30px
}

.c-zoom-control button {
    cursor: pointer;
    display: block;
    padding: .25rem;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.3);
    background-color: Transparent;
    border-bottom: 0
}

.c-zoom-control button svg {
    fill: #fff
}

.c-zoom-control button:first-child {
    border-radius: 3px 3px 0px 0px
}

.c-zoom-control button:last-child {
    border-radius: 0px 0px 3px 3px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.c-zoom-control button:focus {
    outline: none
}

.c-dataset-table {
    margin: 30px 0 0
}

.c-dataset-table__header {
    border: 1px solid rgba(26, 28, 34, 0.1);
    border-radius: 5px 5px 0 0
}

.c-dataset-table__header h4 {
    padding: 0 20px;
    margin: 0;
    color: #393F44;
    font-size: 16px;
    font-weight: 800;
    line-height: 55px
}

.c-dataset-table__table {
    width: 100%
}

.c-dataset-table__table th,
.c-dataset-table__table td {
    text-align: left
}

.c-dataset-table__container {
    width: 100%;
    border: 1px solid rgba(26, 28, 34, 0.1);
    border-top: 0px;
    padding: 20px;
    border-radius: 0 0 5px 5px
}

.c-dataset-table__cta {
    display: block;
    margin: 30px auto 10px auto
}

.c-browser ul li {
    display: inline-block
}

.c-browser ul a {
    line-height: 60px;
    display: inline-block;
    margin: 0 50px 0 0;
    color: #c43d7c;
    text-decoration: underline
}

.c-share-modal .share-input-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}

@media screen and (min-width: 780px) {
    .c-share-modal .share-input-container {
        flex-direction: row;
        align-items: center;
        padding: 0 15px;
        border: 1px solid rgba(26, 28, 34, 0.1);
        border-radius: 4px
    }
    .c-share-modal .share-input-container>* {
        margin: 0 0 0 10px
    }
    .c-share-modal .share-input-container>*:first-child {
        margin: 0
    }
}

.c-share-modal .share-input-container .share-input {
    border: none;
    flex-grow: 1;
    height: 45px;
    max-width: 300px;
    min-width: 250px;
    border: 1px solid rgba(26, 28, 34, 0.1);
    border-radius: 4px;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 10px
}

@media screen and (min-width: 780px) {
    .c-share-modal .share-input-container .share-input {
        border: 0;
        margin-bottom: 0;
        padding: 0
    }
}

.c-share-modal .share-input-container .share-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.c-share-modal .share-input-container .share-buttons>* {
    margin: 0 0 0 8px
}

.c-share-modal .share-input-container .share-buttons>*:first-child {
    margin: 0
}

.c-credits-modal .upper-container {
    display: flex;
    margin-bottom: 20px
}

.c-credits-modal a {
    color: #2C75B0
}

.c-save-widget-modal .form-container {
    margin-top: 60px
}

.c-save-widget-modal .c-field-container {
    margin-top: 20px;
    margin-bottom: 60px
}

.c-save-widget-modal h1 {
    color: #a96927f5
}

.c-save-widget-modal .error-container {
    display: flex;
    align-items: center;
    padding: 10px 20px 10px 20px;
    width: 100%;
    background-color: rgba(250, 183, 46, 0.2);
    border-radius: 4px
}

.c-save-widget-modal .error-container div {
    margin-right: 10px;
    color: #fff;
    background-color: #fab72e;
    border-radius: 4px;
    padding: 5px
}

.c-save-widget-modal .icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px
}

.c-save-widget-modal .buttons-container button {
    width: 120px
}

.c-save-widget-modal .buttons-container button:first-child {
    margin-right: 20px
}

.c-save-widget-modal .buttons-widget-saved button {
    width: 180px
}

.c-save-widget-modal .buttons-widget-saved button:first-child {
    margin-right: 20px
}

.c-how-to-widget-editor-modal h1 {
    color: #a96927f5
}

.c-how-to-widget-editor-modal .container {
    display: flex;
    padding-bottom: 60px
}

.c-how-to-widget-editor-modal .container .container1 {
    width: 50%
}

.c-how-to-widget-editor-modal .container .container1 .image-container {
    padding-top: 20px
}

.c-how-to-widget-editor-modal .container .container1 .image-container img {
    width: 80%;
    max-width: 360px
}

.c-how-to-widget-editor-modal .container .container2 {
    width: 50%
}

.c-how-to-widget-editor-modal .container .container2 .image-container {
    padding-top: 20px
}

.c-how-to-widget-editor-modal .container .container2 .image-container img {
    width: 100%;
    max-width: 360px
}

.c-embed-my-widget-modal h1 {
    color: #a96927f5;
    margin-bottom: 40px
}

.c-embed-my-widget-modal .url-container {
    margin-bottom: 30px
}

.c-embed-my-widget-modal .url-container h5 {
    margin-bottom: 10px
}

.c-embed-my-widget-modal .url-container .url-input-div {
    display: flex;
    align-items: center;
    border: 1px solid rgba(26, 28, 34, 0.1);
    border-radius: 4px
}

.c-embed-my-widget-modal .url-container .url-input-div input {
    border: none;
    flex-grow: 1;
    height: 45px;
    padding: 0 15px
}

.c-embed-my-widget-modal .url-container .url-input-div .media a {
    fill: #a96927f5;
    margin-right: 10px;
    cursor: pointer
}

.c-embed-my-widget-modal .url-container .url-input-div .copy-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100px;
    margin: 4px;
    cursor: pointer;
    color: #a96927f5
}

.c-embed-my-widget-modal .url-container .url-input-div .copy-button a {
    text-align: center
}

.c-embed-my-widget-modal .url-container .url-input-div .copy-button:hover {
    background-color: rgba(195, 45, 123, 0.05)
}

.c-embed-my-widget-modal .buttons-div {
    margin-top: 60px
}

.c-share-modal-explore .title {
    margin-bottom: 50px;
    color: #a96927f5
}

.c-share-modal-explore .url-container {
    margin-bottom: 30px
}

.c-share-modal-explore .url-container h5 {
    margin-bottom: 10px
}

.c-share-modal-explore .url-container .url-input-div {
    display: flex;
    align-items: center;
    border: 1px solid rgba(26, 28, 34, 0.1);
    border-radius: 4px
}

.c-share-modal-explore .url-container .url-input-div input {
    border: none;
    flex-grow: 1;
    height: 45px;
    padding: 0 15px
}

.c-share-modal-explore .url-container .url-input-div .media a {
    fill: #a96927f5;
    margin-right: 10px;
    cursor: pointer
}

.c-share-modal-explore .url-container .url-input-div .copy-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 100px;
    margin: 4px;
    cursor: pointer;
    color: #a96927f5
}

.c-share-modal-explore .url-container .url-input-div .copy-button a {
    text-align: center
}

.c-share-modal-explore .url-container .url-input-div .copy-button:hover {
    background-color: rgba(195, 45, 123, 0.05)
}

.c-share-modal-explore .buttons-div {
    margin-top: 60px
}

.c-embed-layer-modal h1 {
    color: #a96927f5;
    margin-bottom: 40px
}

.c-embed-layer-modal .url-container {
    display: flex
}

.c-embed-layer-modal .url-container input {
    width: 100%;
    margin-right: 20px
}

.c-embed-table-modal h1 {
    color: #a96927f5;
    margin-bottom: 40px
}

.c-embed-table-modal .url-container {
    display: flex;
    justify-content: space-between;
    margin-top: 60px
}

.c-embed-table-modal .url-container input {
    width: 100%;
    margin-right: 20px
}

.c-upload-area-intersection-modal p a {
    color: #2C75B0;
    text-decoration: none
}

.c-upload-area-intersection-modal .c-dropzone {
    margin: 40px 0
}

.c-upload-area-intersection-modal .dropzone-file-input {
    display: flex;
    height: 45px;
    margin-top: 40px;
    padding: 5px;
    border: 1px solid rgba(202, 204, 208, 0.85);
    border-radius: 4px
}

.c-upload-area-intersection-modal .dropzone-file-input.-active {
    border-color: #a96927f5
}

.c-upload-area-intersection-modal .dropzone-file-input>div {
    flex-grow: 1;
    padding: 5px 15px
}

.c-upload-area-intersection-modal .dropzone-file-input>button {
    flex-shrink: 0;
    padding: 0 5px
}

.c-upload-area-intersection-modal .dropzone-file-errors {
    width: 100%;
    padding: 10px 20px;
    list-style: none;
    background-color: rgba(250, 183, 46, 0.2);
    border-radius: 4px
}

.c-upload-area-intersection-modal .dropzone-file-errors span {
    display: inline-block;
    margin-right: 5px;
    padding: 2px 8px;
    color: #fff;
    background-color: #fab72e;
    border-radius: 4px
}

.c-upload-area-intersection-modal .complementary-info {
    margin-top: 40px;
    font-size: 14px
}

.c-upload-area-intersection-modal .complementary-info p {
    margin: 0
}

.c-upload-area-intersection-modal .complementary-info ul {
    margin: 10px 0;
    padding-left: 25px
}

.c-upload-area-intersection-modal .complementary-info ul li+li {
    margin-top: 5px
}

.c-upload-area-intersection-modal.-embed .c-dropzone {
    margin-top: 0
}

.c-upload-area-intersection-modal.-embed .dropzone-file-input {
    margin-top: 0
}

.c-upload-area-intersection-modal.-embed .info {
    margin-top: 45px
}

.c-subscribe-to-dataset-modal h2 {
    color: #a96927f5
}

.c-subscribe-to-dataset-modal .custom-select-options {
    max-height: 150px
}

.c-subscribe-to-dataset-modal .selectors-container {
    display: flex;
    margin-top: 20px
}

.c-subscribe-to-dataset-modal .selectors-container .c-field {
    width: 100%
}

.c-subscribe-to-dataset-modal .selectors-container .c-field:not(:first-of-type) {
    margin-right: 10px
}

.c-subscribe-to-dataset-modal .selectors-container .threshold-div {
    display: flex;
    align-items: center;
    height: 44px;
    padding-left: 5px;
    border: 1px solid rgba(202, 204, 208, 0.85);
    border-radius: 4px;
    min-width: 180px
}

.c-subscribe-to-dataset-modal .selectors-container .threshold-div .threshold-label {
    min-width: 90px
}

.c-subscribe-to-dataset-modal .selectors-container .threshold-div .threshold-input {
    margin-bottom: 0px
}

.c-subscribe-to-dataset-modal .selectors-container .threshold-div .threshold-input input {
    border: none;
    height: 40px
}

.c-subscribe-to-dataset-modal .upload-form .info {
    margin-top: 20px;
    border-radius: 4px;
    max-height: 120px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.c-subscribe-to-dataset-modal .icon-container {
    display: flex;
    justify-content: center;
    margin-top: 50px
}

.c-subscribe-to-dataset-modal .buttons {
    justify-content: flex-start
}

.c-subscribe-to-dataset-modal .buttons button:last-of-type {
    margin-left: 10px
}

.c-area-subscription-modal .new-container {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px
}

.c-area-subscription-modal .datasets-container {
    margin-top: 20px
}

.c-area-subscription-modal .datasets-container .c-subscription-selector {
    margin-bottom: 10px
}

.c-area-subscription-modal .threshold-input {
    margin: 0
}

.c-area-subscription-modal .buttons {
    display: flex;
    justify-content: flex-start
}

.c-area-subscription-modal .buttons button:last-of-type {
    margin-left: 10px
}

.layer-info-modal .buttons {
    display: flex;
    justify-content: flex-end
}

.c-login-modal .header-div {
    margin-bottom: 20px
}

.c-login-modal .log-in-container {
    width: 100%
}

.c-login-modal .log-in-container a {
    margin: 10px 0 0 0
}

.c-areas-form .custom-select-options {
    max-height: 200px
}

.c-areas-form input {
    min-width: 100%
}

.c-areas-form .selectors-container {
    display: flex;
    margin-top: 20px
}

.c-areas-form .buttons-div {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px
}

.c-areas-form .buttons-div button:last-of-type {
    margin-left: 10px
}

.c-areas-list .actions-div {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px
}

.c-areas-list .card-container {
    display: flex;
    height: 100%
}

.c-areas-list .no-areas-container {
    display: flex;
    justify-content: center;
    width: 100%
}

.c-area-card {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 22px
}

.c-area-card--add-card {
    position: relative;
    margin-bottom: 20px;
    border: 2px dashed rgba(202, 204, 208, 0.85);
    text-align: center;
    border-radius: 8px;
    min-height: 390px;
    cursor: pointer
}

.c-area-card--add-card span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(57, 63, 68, 0.5)
}

.c-area-card--add-card:hover {
    opacity: 0.6
}

.c-area-card h4,
.c-area-card h5 {
    margin: 0px
}

.c-area-card .border-container {
    flex: 1;
    border: 1px solid #e3e4e6;
    border-radius: 8px
}

.c-area-card .border-container .map-container {
    position: relative;
    width: 100%;
    height: 200px;
    border-radius: 8px 8px 0 0;
    overflow: hidden
}

.c-area-card .border-container .text-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 200px);
    padding: 15px
}

.c-area-card .border-container .text-container .name-container {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
    min-height: 20px
}

.c-area-card .border-container .text-container .subscriptions-container .datasets-list .dataset-element {
    display: flex;
    justify-content: space-between
}

.c-area-card .border-container .text-container .subscriptions-container .subscription-status {
    display: flex;
    justify-content: space-between
}

.c-area-card .border-container .text-container .subscriptions-container .subscription-status .pending-label {
    color: #00B4D3
}

.c-area-card .border-container .text-container .subscriptions-container .new-subscription-container {
    display: flex;
    justify-content: flex-end
}

.c-area-card .border-container .text-container .subscriptions-container a {
    color: #717171;
    cursor: pointer
}

.c-area-card .border-container .text-container .actions-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 0px
}

.c-area-card .border-container .text-container .actions-div a {
    color: #a96927f5;
    cursor: pointer
}

.c-area-card .border-container.blue-background {
    background-color: #F5FBFC
}

.c-area-actions-tooltip ul {
    list-style: none;
    margin: 15px;
    padding: 0
}

.c-area-actions-tooltip ul li:not(:last-of-type) {
    margin-bottom: 10px
}

.c-area-actions-tooltip ul button {
    cursor: pointer;
    font-size: 16px
}

.c-collections-panel {
    position: relative;
    max-width: 255px;
    padding: 15px;
    border: 1px solid rgba(57, 63, 68, 0.15);
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1)
}

.c-collections-panel>.new-collection-container {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    border: 1px solid rgba(57, 63, 68, 0.15);
    border-radius: 4px
}

.c-collections-panel>.new-collection-container>.new-collection-input {
    border: none;
    background: none;
    outline: none;
    color: #393f44;
    text-overflow: ellipsis
}

.c-collections-panel>.new-collection-container>.new-collection-input::placeholder {
    font-size: 14px;
    color: rgba(57, 63, 68, 0.3)
}

.c-collections-panel>.new-collection-container>.c-button {
    border: 0;
    color: #a96927f5
}

.c-collections-panel>.collection-list-container {
    position: relative;
    margin: 10px 0 0
}

.c-collections-panel>.collection-list-container:before {
    content: '';
    position: absolute;
    z-index: 1;
    display: inline-block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background: linear-gradient(0deg, #fff 0%, rgba(26, 62, 98, 0) 100%)
}

.c-collections-panel>.collection-list-container>.collection-list {
    overflow-y: auto;
    max-height: 175px;
    padding: 0 0 25px
}

.c-collections-panel>.actions {
    margin: 15px 0 0
}

.c-collections-panel>.actions>.done-button {
    padding: 10px 15px;
    border: 2px solid #a96927f5;
    font-size: 16px;
    color: #a96927f5
}

.collection-item {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    cursor: pointer
}

.collection-item:not(:first-child) {
    margin: 10px 0 0
}

.collection-item .fake-checkbox {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(44, 117, 176, 0.3);
    border-radius: 2px
}

.collection-item input[type="checkbox"] {
    appearance: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    outline: 0
}

.collection-item>.collection-name {
    overflow: hidden;
    max-width: 80%;
    margin: 0 0 0 5px;
    font-size: 14px;
    color: #393f44;
    white-space: nowrap;
    text-overflow: ellipsis
}

.collection-item.-selected .fake-checkbox {
    position: relative;
    border-color: transparent;
    background: #2C75B0
}

.collection-item.-selected .fake-checkbox:before {
    content: '✔';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff
}

.collection-item.-selected>.collection-name {
    color: #2C75B0
}

.c-dataset-list.-list {
    margin: 30px 0 0
}

.c-dataset-list-item {
    display: flex;
    position: relative;
    flex: 1 0 auto;
    background: #F4F6F7;
    min-width: 240px
}

.c-dataset-list-item .info {
    width: 100%;
    overflow: hidden;
    background: #fff;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.c-dataset-list-item .info .detail {
    font-size: 14px;
    padding: 15px
}

.c-dataset-list-item .info .detail h4 {
    margin: 0 0 4px;
    padding-right: 32px;
    position: relative
}

.c-dataset-list-item .info .detail a {
    text-decoration: none;
    color: #393f44
}

.c-dataset-list-item .info .detail a:hover {
    text-decoration: underline
}

.c-dataset-list-item .info .detail p {
    word-break: break-word
}

.c-dataset-list-item .info .detail p:last-child {
    margin-bottom: 0
}

.c-dataset-list-item .info .detail .title-container {
    position: relative
}

.c-dataset-list-item .info .detail .tags-container {
    padding: 10px 0 0
}

.c-dataset-list-item .info .actions {
    display: flex;
    justify-content: space-between;
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 15px
}

.c-dataset-list-item .list-item-chart {
    width: 100px;
    height: 100%;
    min-height: 150px;
    flex-shrink: 0
}

@media screen and (min-width: 780px) {
    .c-dataset-list-item .list-item-chart {
        width: 100%;
        height: 150px
    }
}

.c-dataset-list-item.-list {
    flex-direction: column;
    border-bottom: 1px solid rgba(26, 28, 34, 0.1)
}

.c-dataset-list-item.-list .info {
    padding: 0px 0 20px
}

@media screen and (min-width: 780px) {
    .c-dataset-list-item.-list .info {
        flex-direction: row
    }
}

.c-dataset-list-item.-list .info .detail {
    padding: 0
}

.c-dataset-list-item.-list .info .detail a {
    text-decoration: none
}

@media screen and (min-width: 780px) {
    .c-dataset-list-item.-list .info .detail {
        max-width: calc(100% - 250px)
    }
}

.c-dataset-list-item.-list .info .detail .title-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1rem
}

.c-dataset-list-item.-list .info .detail .title-container h4 {
    margin-bottom: 0px
}

.c-dataset-list-item.-list .info .detail .title-container .tags-button {
    position: relative;
    margin-left: 5px;
    fill: #393f44
}

.c-dataset-list-item.-list .actions {
    padding: 20px 0 0;
    margin-right: 0px;
    min-width: 250px;
    justify-content: flex-end
}

@media screen and (min-width: 780px) {
    .c-dataset-list-item.-list .actions {
        padding: 0 0 0 20px
    }
}

.c-dataset-list-item.-list:hover .info .detail a {
    color: #222528;
    text-decoration: underline
}

.c-dataset-list-item.-grid {
    flex-direction: row;
    border: 1px solid rgba(26, 28, 34, 0.1);
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1)
}

.c-dataset-list-item.-grid .info {
    flex-direction: column
}

@media screen and (min-width: 780px) {
    .c-dataset-list-item.-grid {
        flex-direction: column
    }
}

.c-dataset-list-item .tags-button {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 4;
    cursor: pointer;
    fill: #393f44
}

.c-dataset-list-item .favourite-button {
    position: absolute;
    right: 0px;
    top: -2px;
    z-index: 4;
    cursor: pointer
}

.c-dataset-list-item .favourite-button svg.-filled {
    fill: #FAB72E
}

.c-dataset-list-item .favourite-button svg.-empty {
    fill: #717171
}

.c-dataset-search {
    position: relative
}

.c-dataset-search .search-container {
    position: relative
}

.c-dataset-search .search-container .search-input {
    width: 100%;
    height: 45px;
    box-shadow: none;
    outline: none;
    font-size: 16px;
    padding: 7.5px 40px;
    margin: 0;
    width: 100%;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans;
    font-size: 14px;
    color: #393f44;
    border-radius: 4px;
    border: 1px solid rgba(202, 204, 208, 0.85)
}

.c-dataset-search .search-container .search-input.-open {
    border-radius: 4px 4px 0 0
}

.c-dataset-search .search-container .search-icon {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    transition: all .16s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.c-dataset-search .search-container .search-icon.-search {
    left: 16px;
    fill: #393f44
}

.c-dataset-search .search-container .search-icon.-arrow {
    right: 16px;
    fill: #a96927f5
}

.c-dataset-search .search-container .search-icon.-arrow.-open {
    transform: translate(0, -50%) rotate(-180deg)
}

.c-dataset-search .search-container .search-icon svg {
    display: block
}

.c-dataset-search .search-dropdown {
    border-radius: 0 0 4px 4px;
    border: 1px solid rgba(202, 204, 208, 0.85);
    border-top: none
}

.c-dataset-search .search-dropdown .search-dropdown-list {
    padding: 16px;
    font-size: 14px
}

.c-dataset-search .search-dropdown .search-dropdown-list>* {
    margin: 16px 0 0;
    padding: 16px 0 0;
    border-top: 1px solid rgba(202, 204, 208, 0.85)
}

.c-dataset-search .search-dropdown .search-dropdown-list>*:first-child {
    margin: 0;
    padding: 0;
    border: none
}

.c-dataset-search .search-dropdown .search-dropdown-list-item {
    margin: 0;
    border: none
}

.c-dataset-search .search-dropdown .search-dropdown-list-item h4 {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    border-bottom: 1px solid rgba(26, 28, 34, 0.1)
}

.c-dataset-search .search-dropdown .search-dropdown-list-item .list-item-results button {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 4px 8px;
    color: #393f44;
    cursor: pointer
}

.c-dataset-search .search-dropdown .search-dropdown-list-item .list-item-results button.-active {
    background: #f4f5f6
}

.c-dataset-search .search-selected {
    margin: 8px 0 0
}

.c-subscriptions-form .custom-select-options {
    max-height: 200px
}

.c-subscriptions-form input {
    min-width: 100%
}

.c-subscriptions-form .selectors-container {
    display: flex;
    margin-top: 20px
}

.c-subscriptions-form .selectors-container .c-custom-select:last-of-type {
    margin-left: 10px
}

.c-subscriptions-form .type-container {
    margin-top: 20px
}

.c-subscriptions-form .buttons-div {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px
}

.c-subscriptions-form .buttons-div button:last-of-type {
    margin-left: 10px
}

.c-subscription-selector {
    display: flex;
    align-items: center
}

.c-subscription-selector button {
    cursor: pointer
}

.c-subscription-selector .col {
    margin: 0 20px 0 0
}

.c-subscription-selector .col.hidden {
    visibility: hidden
}

.c-subscription-selector .col h5 {
    margin: 0
}

.c-subscription-selector .col--dataset {
    width: 340px
}

.c-subscription-selector .col--type {
    width: 200px
}

.c-subscription-selector .col--threshhold {
    width: 60px
}

.c-subscription-selector .Select {
    width: 100%;
    margin-right: 20px;
    height: 45px
}

.c-subscription-selector .threshold-div {
    display: flex;
    align-items: center;
    height: 45px;
    margin-right: 20px;
    padding-left: 5px;
    border: 1px solid rgba(202, 204, 208, 0.85);
    border-radius: 4px;
    min-width: 150px
}

.c-subscription-selector .threshold-div .threshold-label {
    min-width: 90px
}

.c-subscription-selector .threshold-div .threshold-input {
    margin-bottom: 0px
}

.c-subscription-selector .threshold-div .threshold-input input {
    border: none;
    height: 40px
}

.c-globe {
    background-color: white;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 53%), url("/static/blog/images/components/vis/galaxy.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover
}

.c-globe canvas {
    display: block
}

.c-map {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.c-map.-fullWidth {
    width: 100%
}

.c-map .map-leaflet {
    width: 100%;
    height: 100%;
    background: #000
}

.c-map .leaflet-right .leaflet-control {
    margin-top: 24px !important;
    margin-right: 30px !important;
    border: none;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1)
}

.c-embed-widget .c-map .leaflet-right .leaflet-control {
    margin-right: 15px !important
}

.c-map .leaflet-control-zoom-in,
.c-map .leaflet-control-zoom-out {
    width: 30px;
    height: 30px;
    font-size: 17px !important;
    background-color: #fff
}

.c-map .leaflet-control-zoom-in:hover,
.c-map .leaflet-control-zoom-out:hover {
    width: 30px;
    height: 30px;
    background-color: #fcf5f8
}

.c-map .leaflet-control-attribution {
    padding: 5px 8px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 2px 2px 0 0;
    color: #fff;
    font: "Lato", "Helvetica Neue", Helvetica, Arial, sans;
    font-size: 12px
}

.c-map .leaflet-control-attribution a {
    color: #fff;
    text-decoration: underline
}

.leaflet-default-icon-path {
    background-image: url("https://unpkg.com/leaflet@1.1.0/dist/images/marker-icon.png")
}

.c-map-controls {
    position: absolute;
    top: 90px;
    right: 30px;
    z-index: 10
}

.c-embed-widget .c-map-controls {
    right: 15px !important
}

.c-map-controls.-left {
    top: 16px;
    left: 16px;
    right: auto
}

.c-map-controls .map-controls-list {
    margin: 0;
    padding: 0
}

.c-map-controls .map-controls-item {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    width: 100%;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1)
}

.c-map-controls .map-controls-item:not(:first-child) {
    margin: 4px 0 0 0
}

.c-map-controls .map-controls-item button {
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    outline: none;
    border: none;
    border-radius: 4px;
    background-color: #fff;
    transition: background-color linear .16s
}

.c-map-controls .map-controls-item button:not(:first-child) {
    border-top: 1px solid rgba(202, 204, 208, 0.85)
}

.c-map-controls .map-controls-item button:hover {
    background-color: #f2f2f2
}

.c-map-controls .map-controls-item button.-disabled {
    pointer-events: none;
    opacity: 0.25
}

.c-map-controls .map-controls-item button>svg {
    fill: #393f44
}

.c-map-search-control {
    position: relative
}

.c-map-search-control .geosuggest {
    position: absolute;
    right: 28px;
    top: -1px;
    height: 100%
}

.c-map-search-control .geosuggest__input-wrapper {
    overflow: hidden
}

.c-map-search-control .geosuggest__input {
    width: 200px;
    height: 32px;
    padding-left: 10px;
    border-color: rgba(202, 204, 208, 0.85) #d1d1d1 #dadada;
    border-style: solid;
    border-width: 1px;
    border-top-width: 2px;
    border-right: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #393f44;
    outline: none;
    transition: transform .16s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.c-map-search-control .geosuggest__suggests {
    position: relative;
    font-size: 14px;
    top: -3px;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(202, 204, 208, 0.85) #d1d1d1 #dadada;
    border-top: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.c-map-search-control .geosuggest__suggests--hidden {
    display: none
}

.c-map-search-control .geosuggest__item {
    padding: 4px 0 4px 10px;
    cursor: pointer
}

.c-map-search-control .geosuggest__item__matched-text {
    color: #a96927f5
}

.c-map-search-control .geosuggest__item:hover,
.c-map-search-control .geosuggest__item--active {
    background-color: #f2f2f2
}

.c-map-search-control button {
    z-index: 2
}

.c-map-search-control.-show-input button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.c-map-popup {
    width: 100%
}

.c-map-popup .popup-header {
    border-bottom: 1px solid #CCC
}

.c-map-popup .popup-header .popup-header-select {
    width: calc(100% - 46px);
    margin: 0;
    border: none;
    border-radius: 0;
    padding: 10px;
    box-shadow: none;
    outline: none;
    height: 46px;
    font-weight: 700
}

.c-map-popup .popup-content {
    padding: 20px;
    max-height: 290px;
    overflow-y: scroll
}

.c-map-popup .popup-table {
    width: inherit
}

.c-map-popup .popup-table .dt {
    padding: 2px;
    font-weight: 700;
    vertical-align: baseline
}

.c-map-popup .popup-table .dd {
    width: 60%;
    padding: 0 0 0 10px;
    vertical-align: baseline
}

.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px
}

.leaflet-popup-content-wrapper {
    padding: 0px;
    text-align: left;
    border-radius: 0
}

.leaflet-popup-content {
    margin: 0;
    line-height: 1.4
}

.leaflet-popup-content p {
    margin: 18px 0
}

.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none
}

.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4)
}

.leaflet-container a.leaflet-popup-close-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    border: none;
    border-left: 1px solid #CCC;
    text-align: center;
    width: 46px;
    height: 46px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #a96927f5;
    text-decoration: none;
    font-weight: bold;
    background: transparent
}

.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999
}

.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    zoom: 1
}

.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid: DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)
}

.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px
}

.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999
}

.leaflet-sbs-range {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 999
}

.leaflet-sbs-divider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
    width: 4px;
    background-color: #fff;
    pointer-events: none;
    z-index: 999
}

.leaflet-sbs-range {
    -webkit-appearance: none;
    display: inline-block !important;
    vertical-align: middle;
    height: 0;
    padding: 0;
    margin: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.25);
    min-width: 100px;
    cursor: pointer;
    pointer-events: none;
    z-index: 999
}

.leaflet-sbs-range::-ms-fill-upper {
    background: transparent
}

.leaflet-sbs-range::-ms-fill-lower {
    background: rgba(255, 255, 255, 0.25)
}

.leaflet-sbs-range::-moz-range-track {
    opacity: 0
}

.leaflet-sbs-range::-ms-track {
    opacity: 0
}

.leaflet-sbs-range::-ms-tooltip {
    display: none
}

.leaflet-sbs-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    margin: 0;
    padding: 0;
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    cursor: ew-resize;
    pointer-events: auto;
    border: 1px solid #ddd;
    background-image: url("/static/blog/images/map/side-by-side-range-icon.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 40px 40px
}

.leaflet-sbs-range::-ms-thumb {
    margin: 0;
    padding: 0;
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    cursor: ew-resize;
    pointer-events: auto;
    border: 1px solid #ddd;
    background-image: url("/static/blog/images/map/side-by-side-range-icon.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 40px 40px
}

.leaflet-sbs-range::-moz-range-thumb {
    padding: 0;
    right: 0;
    background: #fff;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    cursor: ew-resize;
    pointer-events: auto;
    border: 1px solid #ddd;
    background-image: url("/static/blog/images/map/side-by-side-range-icon.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 40px 40px
}

.leaflet-sbs-range:disabled::-moz-range-thumb {
    cursor: default
}

.leaflet-sbs-range:disabled::-ms-thumb {
    cursor: default
}

.leaflet-sbs-range:disabled::-webkit-slider-thumb {
    cursor: default
}

.leaflet-sbs-range:disabled {
    cursor: default
}

.leaflet-sbs-range:focus {
    outline: none !important
}

.leaflet-sbs-range::-moz-focus-outer {
    border: 0
}

.align-right {
    justify-content: flex-end
}

.align-center {
    justify-content: center
}

.align-justify {
    justify-content: space-between
}

.align-spaced {
    justify-content: space-around
}

.align-top {
    align-items: flex-start
}

.align-self-top {
    align-self: flex-start
}

.align-bottom {
    align-items: flex-end
}

.align-self-bottom {
    align-self: flex-end
}

.align-middle {
    align-items: center
}

.align-self-middle {
    align-self: center
}

.align-stretch {
    align-items: stretch
}

.align-self-stretch {
    align-self: stretch
}

@media print,
screen and (min-width: 40em) {
    .medium-order-1 {
        order: 1
    }
    .medium-order-2 {
        order: 2
    }
    .medium-order-3 {
        order: 3
    }
    .medium-order-4 {
        order: 4
    }
    .medium-order-5 {
        order: 5
    }
    .medium-order-6 {
        order: 6
    }
}

@media print,
screen and (min-width: 64em) {
    .large-order-1 {
        order: 1
    }
    .large-order-2 {
        order: 2
    }
    .large-order-3 {
        order: 3
    }
    .large-order-4 {
        order: 4
    }
    .large-order-5 {
        order: 5
    }
    .large-order-6 {
        order: 6
    }
}

.row {
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-flow: row wrap
}

.row .row {
    margin-right: -.5rem;
    margin-left: -.5rem
}

@media print,
screen and (min-width: 40em) {
    .row .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

@media print,
screen and (min-width: 64em) {
    .row .row {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

.row .row.collapse {
    margin-right: 0;
    margin-left: 0
}

.row.expanded,
.row:not(.expanded) .row {
    max-width: none
}

.row.collapse>.column,
.row.collapse>.columns,
.row.collapse>.columns {
    padding-right: 0;
    padding-left: 0
}

.row.collapse>.column>.row,
.row.collapse>.columns>.row,
.row.collapse>.columns>.row,
.row.is-collapse-child {
    margin-right: 0;
    margin-left: 0
}

.column,
.columns,
.columns {
    flex: 1 1 0px;
    padding-right: .5rem;
    padding-left: .5rem;
    min-width: 0
}

@media print,
screen and (min-width: 40em) {
    .column,
    .columns,
    .columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.column.row.row,
.row.row.columns,
.row.row.columns {
    float: none;
    display: block
}

.row .column.row.row,
.row .row.row.columns,
.row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0
}

.flex-container {
    display: flex
}

.flex-child-auto {
    flex: 1 1 auto
}

.flex-child-grow {
    flex: 1 0 auto
}

.flex-child-shrink {
    flex: 0 1 auto
}

.flex-dir-row {
    flex-direction: row
}

.flex-dir-row-reverse {
    flex-direction: row-reverse
}

.flex-dir-column {
    flex-direction: column
}

.flex-dir-column-reverse {
    flex-direction: column-reverse
}

.small-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.small-offset-0 {
    margin-left: 0
}

.small-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.small-offset-1 {
    margin-left: 8.33333%
}

.small-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.small-offset-2 {
    margin-left: 16.66667%
}

.small-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.small-offset-3 {
    margin-left: 25%
}

.small-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.small-offset-4 {
    margin-left: 33.33333%
}

.small-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.small-offset-5 {
    margin-left: 41.66667%
}

.small-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.small-offset-6 {
    margin-left: 50%
}

.small-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.small-offset-7 {
    margin-left: 58.33333%
}

.small-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.small-offset-8 {
    margin-left: 66.66667%
}

.small-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.small-offset-9 {
    margin-left: 75%
}

.small-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.small-offset-10 {
    margin-left: 83.33333%
}

.small-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.small-offset-11 {
    margin-left: 91.66667%
}

.small-order-1 {
    order: 1
}

.small-order-2 {
    order: 2
}

.small-order-3 {
    order: 3
}

.small-order-4 {
    order: 4
}

.small-order-5 {
    order: 5
}

.small-order-6 {
    order: 6
}

.small-up-1 {
    flex-wrap: wrap
}

.small-up-1>.column,
.small-up-1>.columns,
.small-up-1>.columns {
    flex: 0 0 100%;
    max-width: 100%
}

.small-up-2 {
    flex-wrap: wrap
}

.small-up-2>.column,
.small-up-2>.columns,
.small-up-2>.columns {
    flex: 0 0 50%;
    max-width: 50%
}

.small-up-3 {
    flex-wrap: wrap
}

.small-up-3>.column,
.small-up-3>.columns,
.small-up-3>.columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.small-up-4 {
    flex-wrap: wrap
}

.small-up-4>.column,
.small-up-4>.columns,
.small-up-4>.columns {
    flex: 0 0 25%;
    max-width: 25%
}

.small-up-5 {
    flex-wrap: wrap
}

.small-up-5>.column,
.small-up-5>.columns,
.small-up-5>.columns {
    flex: 0 0 20%;
    max-width: 20%
}

.small-up-6 {
    flex-wrap: wrap
}

.small-up-6>.column,
.small-up-6>.columns,
.small-up-6>.columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.small-up-7 {
    flex-wrap: wrap
}

.small-up-7>.column,
.small-up-7>.columns,
.small-up-7>.columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%
}

.small-up-8 {
    flex-wrap: wrap
}

.small-up-8>.column,
.small-up-8>.columns,
.small-up-8>.columns {
    flex: 0 0 12.5%;
    max-width: 12.5%
}

.small-collapse>.column,
.small-collapse>.columns,
.small-collapse>.columns {
    padding-right: 0;
    padding-left: 0
}

.small-uncollapse>.column,
.small-uncollapse>.columns,
.small-uncollapse>.columns {
    padding-right: .5rem;
    padding-left: .5rem
}

@media print,
screen and (min-width: 40em) {
    .medium-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .medium-offset-0 {
        margin-left: 0
    }
    .medium-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .medium-offset-1 {
        margin-left: 8.33333%
    }
    .medium-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .medium-offset-2 {
        margin-left: 16.66667%
    }
    .medium-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .medium-offset-3 {
        margin-left: 25%
    }
    .medium-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .medium-offset-4 {
        margin-left: 33.33333%
    }
    .medium-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .medium-offset-5 {
        margin-left: 41.66667%
    }
    .medium-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .medium-offset-6 {
        margin-left: 50%
    }
    .medium-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .medium-offset-7 {
        margin-left: 58.33333%
    }
    .medium-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .medium-offset-8 {
        margin-left: 66.66667%
    }
    .medium-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .medium-offset-9 {
        margin-left: 75%
    }
    .medium-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .medium-offset-10 {
        margin-left: 83.33333%
    }
    .medium-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .medium-offset-11 {
        margin-left: 91.66667%
    }
    .medium-order-1 {
        order: 1
    }
    .medium-order-2 {
        order: 2
    }
    .medium-order-3 {
        order: 3
    }
    .medium-order-4 {
        order: 4
    }
    .medium-order-5 {
        order: 5
    }
    .medium-order-6 {
        order: 6
    }
    .medium-up-1 {
        flex-wrap: wrap
    }
    .medium-up-1>.column,
    .medium-up-1>.columns,
    .medium-up-1>.columns {
        flex: 0 0 100%;
        max-width: 100%
    }
    .medium-up-2 {
        flex-wrap: wrap
    }
    .medium-up-2>.column,
    .medium-up-2>.columns,
    .medium-up-2>.columns {
        flex: 0 0 50%;
        max-width: 50%
    }
    .medium-up-3 {
        flex-wrap: wrap
    }
    .medium-up-3>.column,
    .medium-up-3>.columns,
    .medium-up-3>.columns {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .medium-up-4 {
        flex-wrap: wrap
    }
    .medium-up-4>.column,
    .medium-up-4>.columns,
    .medium-up-4>.columns {
        flex: 0 0 25%;
        max-width: 25%
    }
    .medium-up-5 {
        flex-wrap: wrap
    }
    .medium-up-5>.column,
    .medium-up-5>.columns,
    .medium-up-5>.columns {
        flex: 0 0 20%;
        max-width: 20%
    }
    .medium-up-6 {
        flex-wrap: wrap
    }
    .medium-up-6>.column,
    .medium-up-6>.columns,
    .medium-up-6>.columns {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .medium-up-7 {
        flex-wrap: wrap
    }
    .medium-up-7>.column,
    .medium-up-7>.columns,
    .medium-up-7>.columns {
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }
    .medium-up-8 {
        flex-wrap: wrap
    }
    .medium-up-8>.column,
    .medium-up-8>.columns,
    .medium-up-8>.columns {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media print,
screen and (min-width: 40em) and (min-width: 40em) {
    .medium-expand {
        flex: 1 1 0px
    }
}

@media print,
screen and (min-width: 40em) {
    .medium-flex-dir-row {
        flex-direction: row
    }
    .medium-flex-dir-row-reverse {
        flex-direction: row-reverse
    }
    .medium-flex-dir-column {
        flex-direction: column
    }
    .medium-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
    .medium-flex-child-auto {
        flex: 1 1 auto
    }
    .medium-flex-child-grow {
        flex: 1 0 auto
    }
    .medium-flex-child-shrink {
        flex: 0 1 auto
    }
}

.row.medium-unstack>.column,
.row.medium-unstack>.columns,
.row.medium-unstack>.columns {
    flex: 0 0 100%
}

@media print,
screen and (min-width: 40em) {
    .row.medium-unstack>.column,
    .row.medium-unstack>.columns,
    .row.medium-unstack>.columns {
        flex: 1 1 0px
    }
}

@media print,
screen and (min-width: 40em) {
    .medium-collapse>.column,
    .medium-collapse>.columns,
    .medium-collapse>.columns {
        padding-right: 0;
        padding-left: 0
    }
    .medium-uncollapse>.column,
    .medium-uncollapse>.columns,
    .medium-uncollapse>.columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

@media print,
screen and (min-width: 64em) {
    .large-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .large-offset-0 {
        margin-left: 0
    }
    .large-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .large-offset-1 {
        margin-left: 8.33333%
    }
    .large-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .large-offset-2 {
        margin-left: 16.66667%
    }
    .large-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .large-offset-3 {
        margin-left: 25%
    }
    .large-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .large-offset-4 {
        margin-left: 33.33333%
    }
    .large-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .large-offset-5 {
        margin-left: 41.66667%
    }
    .large-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .large-offset-6 {
        margin-left: 50%
    }
    .large-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .large-offset-7 {
        margin-left: 58.33333%
    }
    .large-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .large-offset-8 {
        margin-left: 66.66667%
    }
    .large-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .large-offset-9 {
        margin-left: 75%
    }
    .large-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .large-offset-10 {
        margin-left: 83.33333%
    }
    .large-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .large-offset-11 {
        margin-left: 91.66667%
    }
    .large-order-1 {
        order: 1
    }
    .large-order-2 {
        order: 2
    }
    .large-order-3 {
        order: 3
    }
    .large-order-4 {
        order: 4
    }
    .large-order-5 {
        order: 5
    }
    .large-order-6 {
        order: 6
    }
    .large-up-1 {
        flex-wrap: wrap
    }
    .large-up-1>.column,
    .large-up-1>.columns,
    .large-up-1>.columns {
        flex: 0 0 100%;
        max-width: 100%
    }
    .large-up-2 {
        flex-wrap: wrap
    }
    .large-up-2>.column,
    .large-up-2>.columns,
    .large-up-2>.columns {
        flex: 0 0 50%;
        max-width: 50%
    }
    .large-up-3 {
        flex-wrap: wrap
    }
    .large-up-3>.column,
    .large-up-3>.columns,
    .large-up-3>.columns {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .large-up-4 {
        flex-wrap: wrap
    }
    .large-up-4>.column,
    .large-up-4>.columns,
    .large-up-4>.columns {
        flex: 0 0 25%;
        max-width: 25%
    }
    .large-up-5 {
        flex-wrap: wrap
    }
    .large-up-5>.column,
    .large-up-5>.columns,
    .large-up-5>.columns {
        flex: 0 0 20%;
        max-width: 20%
    }
    .large-up-6 {
        flex-wrap: wrap
    }
    .large-up-6>.column,
    .large-up-6>.columns,
    .large-up-6>.columns {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .large-up-7 {
        flex-wrap: wrap
    }
    .large-up-7>.column,
    .large-up-7>.columns,
    .large-up-7>.columns {
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }
    .large-up-8 {
        flex-wrap: wrap
    }
    .large-up-8>.column,
    .large-up-8>.columns,
    .large-up-8>.columns {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media print,
screen and (min-width: 64em) and (min-width: 64em) {
    .large-expand {
        flex: 1 1 0px
    }
}

@media print,
screen and (min-width: 64em) {
    .large-flex-dir-row {
        flex-direction: row
    }
    .large-flex-dir-row-reverse {
        flex-direction: row-reverse
    }
    .large-flex-dir-column {
        flex-direction: column
    }
    .large-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
    .large-flex-child-auto {
        flex: 1 1 auto
    }
    .large-flex-child-grow {
        flex: 1 0 auto
    }
    .large-flex-child-shrink {
        flex: 0 1 auto
    }
}

.row.large-unstack>.column,
.row.large-unstack>.columns,
.row.large-unstack>.columns {
    flex: 0 0 100%
}

@media print,
screen and (min-width: 64em) {
    .row.large-unstack>.column,
    .row.large-unstack>.columns,
    .row.large-unstack>.columns {
        flex: 1 1 0px
    }
}

@media print,
screen and (min-width: 64em) {
    .large-collapse>.column,
    .large-collapse>.columns,
    .large-collapse>.columns {
        padding-right: 0;
        padding-left: 0
    }
    .large-uncollapse>.column,
    .large-uncollapse>.columns,
    .large-uncollapse>.columns {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.shrink {
    flex: 0 0 auto;
    max-width: 100%
}

.column-block {
    margin-bottom: 1rem
}

.column-block>:last-child {
    margin-bottom: 0
}

@media print,
screen and (min-width: 40em) {
    .column-block {
        margin-bottom: 1.875rem
    }
    .column-block>:last-child {
        margin-bottom: 0
    }
}

.flex-video,
.responsive-embed {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden
}

.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video,
.responsive-embed embed,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.flex-video.widescreen,
.responsive-embed.widescreen {
    padding-bottom: 56.25%
}

.cw-wysiwyg {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 24px 0
}

.cw-wysiwyg *,
.cw-wysiwyg:after,
.cw-wysiwyg:before {
    box-sizing: border-box
}

.cw-wysiwyg p {
    margin: 0;
    line-height: 1.5
}

.cw-wysiwyg img {
    max-width: 100% !important;
    height: auto;
    display: block
}

.cw-wysiwyg a {
    text-decoration: none
}

.cw-wysiwyg ol,
.cw-wysiwyg ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.cw-wysiwyg h1,
.cw-wysiwyg h2,
.cw-wysiwyg h3,
.cw-wysiwyg h4,
.cw-wysiwyg h5 {
    margin: 0
}

.cw-wysiwyg-backdrop {
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cw-wysiwyg-toolbar {
    width: 100%;
    position: relative;
    z-index: 9999;
    height: 48px;
    transition: all 0.16s cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

.cw-wysiwyg-toolbar.-no-cursor .toolbar-handler:after {
    display: none
}

.cw-wysiwyg-toolbar.-edition {
    z-index: 10000
}

.cw-wysiwyg-toolbar.-entered,
.cw-wysiwyg-toolbar.-entering {
    opacity: 1;
    height: 48px
}

.cw-wysiwyg-toolbar.-exited,
.cw-wysiwyg-toolbar.-exiting {
    opacity: 0;
    height: 0
}

.cw-wysiwyg-toolbar .toolbar-handler {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.cw-wysiwyg-toolbar .toolbar-handler .toolbar-handler-button,
.cw-wysiwyg-toolbar .toolbar-handler .toolbar-handler-list {
    z-index: 10;
    transition: all 0.16s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    position: absolute;
    top: 50%;
    left: 50%
}

.cw-wysiwyg-toolbar .toolbar-handler .toolbar-handler-button.-entered,
.cw-wysiwyg-toolbar .toolbar-handler .toolbar-handler-button.-entering {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%)
}

.cw-wysiwyg-toolbar .toolbar-handler .toolbar-handler-button.-exited,
.cw-wysiwyg-toolbar .toolbar-handler .toolbar-handler-button.-exiting {
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, -100%)
}

.cw-wysiwyg-toolbar .toolbar-handler .toolbar-handler-list {
    display: flex
}

.cw-wysiwyg-toolbar .toolbar-handler .toolbar-handler-list>li {
    margin: 0 0 0 8px
}

.cw-wysiwyg-toolbar .toolbar-handler .toolbar-handler-list>li:first-child {
    margin: 0
}

.cw-wysiwyg-toolbar .toolbar-handler .toolbar-handler-list.-entered,
.cw-wysiwyg-toolbar .toolbar-handler .toolbar-handler-list.-entering {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%)
}

.cw-wysiwyg-toolbar .toolbar-handler .toolbar-handler-list.-exited,
.cw-wysiwyg-toolbar .toolbar-handler .toolbar-handler-list.-exiting {
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%)
}

.cw-wysiwyg-toolbar .toolbar-handler:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 0;
    border-top: 2px dashed #a96927f5
}

.cw-wysiwyg-list {
    width: 100%;
    padding: 32px
}

.cw-wysiwyg-list-item {
    width: 100%;
    position: relative;
    list-style: none
}

.cw-wysiwyg-list-item.-isReadOnly {
    padding: 16px 0 0
}

.cw-wysiwyg-list-item.-isReadOnly:first-child {
    padding: 0
}

.cw-wysiwyg-list-item.-isDragging {
    pointer-events: all !important
}

.cw-wysiwyg-list-item.-isDragging .cw-wysiwyg-item-content {
    background: #a96927f5;
    color: #fff
}

.cw-wysiwyg-list-item .list-item-container {
    position: relative;
    display: block
}

.cw-wysiwyg-list-item.-image .list-item-container,
.cw-wysiwyg-list-item.-text .list-item-container {
    display: inline-block
}

.cw-wysiwyg-item-drag {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    opacity: 0;
    transition: all 0.24s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translate(-4px, -50%)
}

.cw-wysiwyg-item-drag .item-drag>li {
    margin: 4px 0 0
}

.cw-wysiwyg-item-drag .item-drag>li:first-child {
    margin: 0
}

.cw-wysiwyg-item-drag.-entered,
.cw-wysiwyg-item-drag.-entering {
    opacity: 1;
    transform: translateY(-12px)
}

.cw-wysiwyg-item-drag.-exited,
.cw-wysiwyg-item-drag.-exiting {
    opacity: 0;
    transform: translate(-4px, -12px);
    transition: all 0.24s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s
}

.cw-wysiwyg-item-drag svg {
    fill: #a96927f5
}

.cw-wysiwyg-item-actions {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    opacity: 0;
    transition: all 0.24s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform: translate(4px, -50%)
}

.cw-wysiwyg-item-actions .item-actions>li {
    margin: 4px 0 0
}

.cw-wysiwyg-item-actions .item-actions>li:first-child {
    margin: 0
}

.cw-wysiwyg-item-actions.-entered,
.cw-wysiwyg-item-actions.-entering {
    opacity: 1;
    transform: translateY(-50%)
}

.cw-wysiwyg-item-actions.-exited,
.cw-wysiwyg-item-actions.-exiting {
    opacity: 0;
    transform: translate(4px, -50%);
    transition: all 0.24s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s
}

.cw-wysiwyg-item-actions svg {
    fill: #a96927f5
}

.cw-wysiwyg-item-content {
    margin: 0 32px;
    padding: 8px;
    display: flex;
    box-shadow: 0 0 0 1px transparent;
    transition: all 0.16s cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

.cw-wysiwyg-item-content.-isHover {
    box-shadow: 0 0 0 1px #a96927f5
}

.cw-wysiwyg-item-content.-isReadOnly {
    padding: 0;
    margin: 0
}

.cw-button,
.cw-wysiwyg-item-content.-image,
.cw-wysiwyg-item-content.-text {
    display: inline-flex
}

.cw-button {
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 4px 8px;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
    background: none;
    color: #1e2727;
    fill: #1e2727;
    font-size: 15px;
    font-weight: 400;
    font-family: inherit;
    letter-spacing: 0;
    line-height: .8;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    appearance: none
}

.cw-button,
.cw-button svg {
    transition: all .16s ease-in-out
}

.cw-button:hover {
    text-decoration: none;
    cursor: pointer
}

.cw-button.-primary {
    color: #a96927f5;
    background: #fff;
    border-color: #a96927f5
}

.cw-button.-primary svg {
    fill: #a96927f5
}

.cw-button.-primary.-active,
.cw-button.-primary:hover {
    color: #fff;
    background: #a96927f5
}

.cw-button.-primary.-active svg,
.cw-button.-primary:hover svg {
    fill: #fff
}

.cw-button.-close {
    color: #ff6161;
    background: #fff;
    border-color: #ff6161
}

.cw-button.-close svg {
    fill: #ff6161
}

.cw-button.-close:hover {
    color: #fff;
    background: #ff6161
}

.cw-button.-close:hover svg {
    fill: #fff
}

.cw-button.-clean {
    color: #1e2727;
    background: none;
    border: none;
    padding: 0;
    margin: 0
}

.cw-button.-small {
    padding: 0;
    width: 24px;
    height: 24px;
    min-width: 0;
    min-height: 0
}

.cw-button.-compressed {
    font-size: 13px;
    padding: 4px;
    min-height: 0
}

.cw-button.-full {
    width: 100%
}

.cw-button.-round {
    border-radius: 50%
}

.cw-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0
}

.cw-icon.-tiny {
    width: 7px;
    height: 7px
}

.cw-icon.-smaller {
    width: 10px;
    height: 10px
}

.cw-icon.-small {
    width: 14px;
    height: 14px
}

.cw-icon.-medium {
    width: 24px;
    height: 24px
}

.cw-icon.-big {
    width: 32px;
    height: 32px
}

.cw-icon.-huge {
    width: 65px;
    height: 65px
}

.cw-spinner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    background: transparent;
    visibility: hidden;
    opacity: 0
}

.cw-spinner.-light {
    background: rgba(255, 255, 255, 0.5)
}

.cw-spinner.-dark {
    background: rgba(0, 0, 0, 0.5)
}

.cw-spinner.-fixed {
    position: fixed
}

.cw-spinner.-relative {
    position: relative
}

.cw-spinner.-inline {
    position: static;
    display: inline-block;
    background: none
}

.cw-spinner.-inline .spinner-box {
    position: static;
    transform: none
}

.cw-spinner.-loading {
    visibility: visible;
    opacity: 1
}

.cw-spinner.-small .spinner-box .icon {
    width: 20px;
    height: 20px
}

.cw-spinner.-small .spinner-box .icon-2 {
    width: 10px;
    height: 10px
}

.cw-spinner .spinner-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.cw-spinner .spinner-box .icon {
    width: 40px;
    height: 40px;
    animation: rotate 0.75s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

.cw-spinner .spinner-box .icon,
.cw-spinner .spinner-box .icon-2 {
    position: relative;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #a96927f5
}

.cw-spinner .spinner-box .icon-2 {
    width: 30px;
    height: 30px;
    border-left-color: #a96927f5;
    animation: rotate-negative 0.75s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

.cw-spinner .spinner-box button {
    margin: 10px 0 0
}

.cw-tooltip {
    background: #a96927f5;
    color: #fff;
    padding: 8px;
    max-width: 400px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15)
}

.cw-tooltip:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 10px;
    z-index: 1;
    background: transparent
}

.cw-tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px
}

.cw-tooltip[data-placement^=top] {
    margin-bottom: 5px
}

.cw-tooltip[data-placement^=top] .tooltip-arrow {
    border-width: 5px 5px 0;
    border-color: #a96927f5 transparent transparent;
    bottom: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0
}

.cw-tooltip[data-placement^=bottom] {
    margin-top: 5px
}

.cw-tooltip[data-placement^=bottom] .tooltip-arrow {
    border-width: 0 5px 5px;
    border-color: transparent transparent #a96927f5;
    top: -5px;
    left: calc(50% - 5px);
    margin-top: 0;
    margin-bottom: 0
}

.cw-tooltip[data-placement^=right] {
    margin-left: 5px
}

.cw-tooltip[data-placement^=right] .tooltip-arrow {
    border-width: 5px 5px 5px 0;
    border-color: transparent #a96927f5 transparent transparent;
    left: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0
}

.cw-tooltip[data-placement^=left] {
    margin-right: 5px
}

.cw-tooltip[data-placement^=left] .tooltip-arrow {
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #a96927f5;
    right: -5px;
    top: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0
}

.cw-tooltip.-light {
    background: #fff;
    color: #1e2727
}

.cw-tooltip.-light[data-placement^=top] .tooltip-arrow {
    border-color: #fff transparent transparent
}

.cw-tooltip.-light[data-placement^=bottom] .tooltip-arrow {
    border-color: transparent transparent #fff
}

.cw-tooltip.-light[data-placement^=right] .tooltip-arrow {
    border-color: transparent #fff transparent transparent
}

.cw-tooltip.-light[data-placement^=left] .tooltip-arrow {
    border-color: transparent transparent transparent #fff
}

.cw-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.16s cubic-bezier(0.47, 0, 0.745, 0.715);
    z-index: 10000;
    visibility: visible;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

.cw-modal.-hidden {
    opacity: 0;
    visibility: hidden
}

.cw-modal.-hidden .modal-container {
    transform: translateY(-35px)
}

.cw-modal .modal-container {
    transition: transform 0.24s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateY(0);
    display: flex;
    position: relative;
    width: calc(100% - 32px);
    max-width: 800px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    z-index: 1
}

.cw-modal .modal-content {
    position: relative;
    width: 100%;
    max-height: 85vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.15)
}

.cw-modal .modal-close {
    position: absolute;
    z-index: 10;
    top: 15px;
    right: 15px
}

.cw-modal .modal-backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.cw-modal.-menu .modal-container {
    background: #a96927f5
}

.cw-modal.-menu .modal-content {
    padding: 64px
}

.cw-modal.-menu .modal-close {
    fill: #fff;
    width: 80px;
    height: 80px
}

.cw-modal.-menu .modal-close svg {
    width: 32px;
    height: 32px
}

.cw-modal.-medium .modal-container {
    max-width: 500px
}

.cw-field {
    flex: 1
}

.cw-field .label {
    font-size: 14px;
    display: block;
    position: relative;
    padding: 0 0 5px;
    color: #1e2727;
    background: none
}

.cw-field .hint {
    font-style: italic;
    padding: 0 0 5px;
    font-size: 12px;
    margin: 0
}

.cw-field .error {
    color: #ff6161;
    margin: 3px 0 0;
    font-size: 12px
}

.cw-field input,
.cw-field input[type=date],
.cw-field input[type=email],
.cw-field input[type=number],
.cw-field input[type=password],
.cw-field input[type=tel],
.cw-field input[type=text],
.cw-field input[type=time],
.cw-field input[type=url],
.cw-field textarea {
    display: inline-block;
    border: 1px solid #ddd;
    box-shadow: none;
    outline: none;
    font-size: 14px;
    padding: 10px;
    width: 100%;
    font-family: inherit;
    background: rgba(0, 0, 0, 0.04);
    color: #1e2727;
    margin: 0
}

.cw-field input:hover,
.cw-field input[type=date]:hover,
.cw-field input[type=email]:hover,
.cw-field input[type=number]:hover,
.cw-field input[type=password]:hover,
.cw-field input[type=tel]:hover,
.cw-field input[type=text]:hover,
.cw-field input[type=time]:hover,
.cw-field input[type=url]:hover,
.cw-field textarea:hover {
    border-color: #c4c4c4
}

.cw-field.-valid input,
.cw-field.-valid input[type=date],
.cw-field.-valid input[type=email],
.cw-field.-valid input[type=number],
.cw-field.-valid input[type=password],
.cw-field.-valid input[type=tel],
.cw-field.-valid input[type=text],
.cw-field.-valid input[type=time],
.cw-field.-valid input[type=url],
.cw-field.-valid select,
.cw-field.-valid textarea {
    border-color: #a96927f5
}

.cw-field.-error input,
.cw-field.-error input[type=date],
.cw-field.-error input[type=email],
.cw-field.-error input[type=number],
.cw-field.-error input[type=password],
.cw-field.-error input[type=tel],
.cw-field.-error input[type=text],
.cw-field.-error input[type=time],
.cw-field.-error input[type=url],
.cw-field.-error select,
.cw-field.-error textarea {
    border-color: #ff6161
}

.cw-fieldset {
    margin: 0;
    padding: 0;
    border: none
}

.cw-fieldset>div {
    margin: 16px 0 0
}

.cw-fieldset>div:first-child {
    margin: 0
}

.cw-form {
    display: block;
    min-width: 300px;
    padding: 16px
}

.cw-form .form-actions {
    margin: 8px 0 0;
    padding: 8px 0 0;
    border-top: 1px solid #ddd
}

.cw-file {
    position: relative
}

.cw-file input {
    padding-right: 63px
}

.cw-file button {
    position: absolute;
    right: 8px;
    top: 10px
}

.cw-file .dropzone-active {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
    font-size: 13px
}

.cw-wysiwyg-text {
    max-width: 85ch
}

.cw-wysiwyg-image img {
    box-shadow: 0 0 4px rgba(30, 39, 39, 0.25)
}

.cw-wysiwyg-embed,
.cw-wysiwyg-grid,
.cw-wysiwyg-video {
    width: 100%
}

.cw-wysiwyg-grid .wysiwyg-grid-row {
    margin-right: -.5rem;
    margin-left: -.5rem
}

@media print,
screen and (min-width: 40em) {
    .cw-wysiwyg-grid .wysiwyg-grid-row {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

@media print,
screen and (min-width: 64em) {
    .cw-wysiwyg-grid .wysiwyg-grid-row {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

.cw-wysiwyg-grid .wysiwyg-grid-placeholder {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 40px;
    background: rgba(195, 45, 123, 0.15)
}

.cw-wysiwyg-grid .wysiwyg-grid-column {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-bottom: 40px
}

.cw-wysiwyg-grid .wysiwyg-grid-column-actions {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    border-top: 1px solid #ddd;
    padding-top: 8px
}

.cw-wysiwyg-grid .wysiwyg-grid-column-actions.-active {
    z-index: 10000
}

.cw-wysiwyg-grid .wysiwyg-grid-column-actions>ul {
    display: inline-flex
}

.cw-wysiwyg-grid .wysiwyg-grid-column-actions>ul>li {
    margin: 0 0 0 8px
}

.cw-wysiwyg-grid .wysiwyg-grid-column-actions>ul>li:first-child {
    margin: 0
}

.cw-wysiwyg-grid-edition {
    display: block;
    min-width: 300px;
    padding: 16px
}

.cw-wysiwyg-grid-edition .grid-edition-row {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.cw-wysiwyg-grid-edition .grid-edition-column {
    width: calc(50% - 16px)
}

.cw-wysiwyg-grid-edition .grid-edition-placeholder {
    padding: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.cw-wysiwyg-grid-edition .grid-edition-placeholder:hover>span {
    height: 32px;
    background: #9a2361;
    transition: all .16s ease-in-out 0s
}

.cw-wysiwyg-grid-edition .grid-edition-placeholder>span {
    height: 24px;
    background: #a96927f5;
    transition: all .16s ease-in-out .16s
}

.cw-wysiwyg-grid-edition .grid-edition-placeholder>span.-small-6 {
    width: 47.5%
}

.cw-wysiwyg-grid-edition .grid-edition-placeholder>span.-small-4 {
    width: 30%
}


/*!
 * Quill Editor v1.3.0
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */

.ql-container {
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0;
    position: relative
}

.ql-container.ql-disabled .ql-tooltip {
    visibility: hidden
}

.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before {
    pointer-events: none
}

.ql-clipboard {
    left: -100000px;
    height: 1px;
    overflow-y: hidden;
    position: absolute;
    top: 50%
}

.ql-clipboard p {
    margin: 0;
    padding: 0
}

.ql-editor {
    box-sizing: border-box;
    line-height: 1.42;
    height: 100%;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word
}

.ql-editor>* {
    cursor: text
}

.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6,
.ql-editor ol,
.ql-editor p,
.ql-editor pre,
.ql-editor ul {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol,
.ql-editor ul {
    padding-left: 1.5em
}

.ql-editor ol>li,
.ql-editor ul>li {
    list-style-type: none
}

.ql-editor ul>li:before {
    content: "\2022"
}

.ql-editor ul[data-checked=false],
.ql-editor ul[data-checked=true] {
    pointer-events: none
}

.ql-editor ul[data-checked=false]>li *,
.ql-editor ul[data-checked=true]>li * {
    pointer-events: all
}

.ql-editor ul[data-checked=false]>li:before,
.ql-editor ul[data-checked=true]>li:before {
    color: #777;
    cursor: pointer;
    pointer-events: all
}

.ql-editor ul[data-checked=true]>li:before {
    content: "\2611"
}

.ql-editor ul[data-checked=false]>li:before {
    content: "\2610"
}

.ql-editor li:before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em
}

.ql-editor li:not(.ql-direction-rtl):before {
    margin-left: -1.5em;
    margin-right: .3em;
    text-align: right
}

.ql-editor li.ql-direction-rtl:before {
    margin-left: .3em;
    margin-right: -1.5em
}

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em
}

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
    padding-right: 1.5em
}

.ql-editor ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-0
}

.ql-editor ol li:before {
    content: counter(list-0, decimal) ". "
}

.ql-editor ol li.ql-indent-1 {
    counter-increment: list-1
}

.ql-editor ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) ". "
}

.ql-editor ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-2 {
    counter-increment: list-2
}

.ql-editor ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) ". "
}

.ql-editor ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-3 {
    counter-increment: list-3
}

.ql-editor ol li.ql-indent-3:before {
    content: counter(list-3, decimal) ". "
}

.ql-editor ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-4 {
    counter-increment: list-4
}

.ql-editor ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) ". "
}

.ql-editor ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-5 {
    counter-increment: list-5
}

.ql-editor ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) ". "
}

.ql-editor ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-6 {
    counter-increment: list-6
}

.ql-editor ol li.ql-indent-6:before {
    content: counter(list-6, decimal) ". "
}

.ql-editor ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9
}

.ql-editor ol li.ql-indent-7 {
    counter-increment: list-7
}

.ql-editor ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) ". "
}

.ql-editor ol li.ql-indent-7 {
    counter-reset: list-8 list-9
}

.ql-editor ol li.ql-indent-8 {
    counter-increment: list-8
}

.ql-editor ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) ". "
}

.ql-editor ol li.ql-indent-8 {
    counter-reset: list-9
}

.ql-editor ol li.ql-indent-9 {
    counter-increment: list-9
}

.ql-editor ol li.ql-indent-9:before {
    content: counter(list-9, decimal) ". "
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em
}

.ql-editor .ql-video {
    display: block;
    max-width: 100%
}

.ql-editor .ql-video.ql-align-center {
    margin: 0 auto
}

.ql-editor .ql-video.ql-align-right {
    margin: 0 0 0 auto
}

.ql-editor .ql-bg-black {
    background-color: #000
}

.ql-editor .ql-bg-red {
    background-color: #e60000
}

.ql-editor .ql-bg-orange {
    background-color: #f90
}

.ql-editor .ql-bg-yellow {
    background-color: #ff0
}

.ql-editor .ql-bg-green {
    background-color: #008a00
}

.ql-editor .ql-bg-blue {
    background-color: #06c
}

.ql-editor .ql-bg-purple {
    background-color: #93f
}

.ql-editor .ql-color-white {
    color: #fff
}

.ql-editor .ql-color-red {
    color: #e60000
}

.ql-editor .ql-color-orange {
    color: #f90
}

.ql-editor .ql-color-yellow {
    color: #ff0
}

.ql-editor .ql-color-green {
    color: #008a00
}

.ql-editor .ql-color-blue {
    color: #06c
}

.ql-editor .ql-color-purple {
    color: #93f
}

.ql-editor .ql-font-serif {
    font-family: Georgia, Times New Roman, serif
}

.ql-editor .ql-font-monospace {
    font-family: Monaco, Courier New, monospace
}

.ql-editor .ql-size-small {
    font-size: .75em
}

.ql-editor .ql-size-large {
    font-size: 1.5em
}

.ql-editor .ql-size-huge {
    font-size: 2.5em
}

.ql-editor .ql-direction-rtl {
    direction: rtl;
    text-align: inherit
}

.ql-editor .ql-align-center {
    text-align: center
}

.ql-editor .ql-align-justify {
    text-align: justify
}

.ql-editor .ql-align-right {
    text-align: right
}

.ql-editor .ql-embed-selected {
    border: 1px solid #777;
    user-select: none
}

.ql-editor.ql-blank:before {
    color: rgba(0, 0, 0, 0.6);
    content: attr(data-placeholder);
    font-style: italic;
    pointer-events: none;
    position: absolute
}

.ql-bubble.ql-toolbar:after,
.ql-bubble .ql-toolbar:after {
    clear: both;
    content: "";
    display: table
}

.ql-bubble.ql-toolbar button,
.ql-bubble .ql-toolbar button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    padding: 3px 5px;
    width: 28px
}

.ql-bubble.ql-toolbar button svg,
.ql-bubble .ql-toolbar button svg {
    float: left;
    height: 100%
}

.ql-bubble.ql-toolbar button:active:hover,
.ql-bubble .ql-toolbar button:active:hover {
    outline: none
}

.ql-bubble.ql-toolbar input.ql-image[type=file],
.ql-bubble .ql-toolbar input.ql-image[type=file] {
    display: none
}

.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected,
.ql-bubble.ql-toolbar .ql-picker-item:hover,
.ql-bubble .ql-toolbar .ql-picker-item:hover,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active,
.ql-bubble.ql-toolbar .ql-picker-label:hover,
.ql-bubble .ql-toolbar .ql-picker-label:hover,
.ql-bubble.ql-toolbar button.ql-active,
.ql-bubble .ql-toolbar button.ql-active,
.ql-bubble.ql-toolbar button:focus,
.ql-bubble .ql-toolbar button:focus,
.ql-bubble.ql-toolbar button:hover,
.ql-bubble .ql-toolbar button:hover {
    color: #fff
}

.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-fill,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-fill,
.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-fill,
.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill {
    fill: #fff
}

.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke,
.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-bubble.ql-toolbar button:focus .ql-stroke,
.ql-bubble .ql-toolbar button:focus .ql-stroke,
.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,
.ql-bubble.ql-toolbar button:hover .ql-stroke,
.ql-bubble .ql-toolbar button:hover .ql-stroke,
.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,
.ql-bubble .ql-toolbar button:hover .ql-stroke-miter {
    stroke: #fff
}

@media (pointer: coarse) {
    .ql-bubble.ql-toolbar button:hover:not(.ql-active),
    .ql-bubble .ql-toolbar button:hover:not(.ql-active) {
        color: #ccc
    }
    .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
    .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
        fill: #ccc
    }
    .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
    .ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
        stroke: #ccc
    }
}

.ql-bubble,
.ql-bubble * {
    box-sizing: border-box
}

.ql-bubble .ql-hidden {
    display: none
}

.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
    visibility: hidden
}

.ql-bubble .ql-tooltip {
    position: absolute;
    transform: translateY(10px)
}

.ql-bubble .ql-tooltip a {
    cursor: pointer;
    text-decoration: none
}

.ql-bubble .ql-tooltip.ql-flip {
    transform: translateY(-10px)
}

.ql-bubble .ql-formats {
    display: inline-block;
    vertical-align: middle
}

.ql-bubble .ql-formats:after {
    clear: both;
    content: "";
    display: table
}

.ql-bubble .ql-stroke {
    fill: none;
    stroke: #ccc;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2
}

.ql-bubble .ql-stroke-miter {
    fill: none;
    stroke: #ccc;
    stroke-miterlimit: 10;
    stroke-width: 2
}

.ql-bubble .ql-fill,
.ql-bubble .ql-stroke.ql-fill {
    fill: #ccc
}

.ql-bubble .ql-empty {
    fill: none
}

.ql-bubble .ql-even {
    fill-rule: evenodd
}

.ql-bubble .ql-stroke.ql-thin,
.ql-bubble .ql-thin {
    stroke-width: 1
}

.ql-bubble .ql-transparent {
    opacity: .4
}

.ql-bubble .ql-direction svg:last-child {
    display: none
}

.ql-bubble .ql-direction.ql-active svg:last-child {
    display: inline
}

.ql-bubble .ql-direction.ql-active svg:first-child {
    display: none
}

.ql-bubble .ql-editor h1 {
    font-size: 2em
}

.ql-bubble .ql-editor h2 {
    font-size: 1.5em
}

.ql-bubble .ql-editor h3 {
    font-size: 1.17em
}

.ql-bubble .ql-editor h4 {
    font-size: 1em
}

.ql-bubble .ql-editor h5 {
    font-size: .83em
}

.ql-bubble .ql-editor h6 {
    font-size: .67em
}

.ql-bubble .ql-editor a {
    text-decoration: underline
}

.ql-bubble .ql-editor blockquote {
    border-left: 4px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 16px
}

.ql-bubble .ql-editor code,
.ql-bubble .ql-editor pre {
    background-color: #f0f0f0;
    border-radius: 3px
}

.ql-bubble .ql-editor pre {
    white-space: pre-wrap;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 10px
}

.ql-bubble .ql-editor code {
    font-size: 85%;
    padding-bottom: 2px;
    padding-top: 2px
}

.ql-bubble .ql-editor code:after,
.ql-bubble .ql-editor code:before {
    content: "\A0";
    letter-spacing: -2px
}

.ql-bubble .ql-editor pre.ql-syntax {
    background-color: #23241f;
    color: #f8f8f2;
    overflow: visible
}

.ql-bubble .ql-editor img {
    max-width: 100%
}

.ql-bubble .ql-picker {
    color: #ccc;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    position: relative;
    vertical-align: middle
}

.ql-bubble .ql-picker-label {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding-left: 8px;
    padding-right: 2px;
    position: relative;
    width: 100%
}

.ql-bubble .ql-picker-label:before {
    display: inline-block;
    line-height: 22px
}

.ql-bubble .ql-picker-options {
    background-color: #444;
    display: none;
    min-width: 100%;
    padding: 4px 8px;
    position: absolute;
    white-space: nowrap
}

.ql-bubble .ql-picker-options .ql-picker-item {
    cursor: pointer;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px
}

.ql-bubble .ql-picker.ql-expanded .ql-picker-label {
    color: #777;
    z-index: 2
}

.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill {
    fill: #777
}

.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
    stroke: #777
}

.ql-bubble .ql-picker.ql-expanded .ql-picker-options {
    display: block;
    margin-top: -1px;
    top: 100%;
    z-index: 1
}

.ql-bubble .ql-color-picker,
.ql-bubble .ql-icon-picker {
    width: 28px
}

.ql-bubble .ql-color-picker .ql-picker-label,
.ql-bubble .ql-icon-picker .ql-picker-label {
    padding: 2px 4px
}

.ql-bubble .ql-color-picker .ql-picker-label svg,
.ql-bubble .ql-icon-picker .ql-picker-label svg {
    right: 4px
}

.ql-bubble .ql-icon-picker .ql-picker-options {
    padding: 4px 0
}

.ql-bubble .ql-icon-picker .ql-picker-item {
    height: 24px;
    width: 24px;
    padding: 2px 4px
}

.ql-bubble .ql-color-picker .ql-picker-options {
    padding: 3px 5px;
    width: 152px
}

.ql-bubble .ql-color-picker .ql-picker-item {
    border: 1px solid transparent;
    float: left;
    height: 16px;
    margin: 2px;
    padding: 0;
    width: 16px
}

.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    position: absolute;
    margin-top: -9px;
    right: 0;
    top: 50%;
    width: 18px
}

.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,
.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before {
    content: attr(data-label)
}

.ql-bubble .ql-picker.ql-header {
    width: 98px
}

.ql-bubble .ql-picker.ql-header .ql-picker-item:before,
.ql-bubble .ql-picker.ql-header .ql-picker-label:before {
    content: "Normal"
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before {
    content: "Heading 1"
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before {
    content: "Heading 2"
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before {
    content: "Heading 3"
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before {
    content: "Heading 4"
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before {
    content: "Heading 5"
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,
.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before {
    content: "Heading 6"
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before {
    font-size: 2em
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before {
    font-size: 1.5em
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before {
    font-size: 1.17em
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before {
    font-size: 1em
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before {
    font-size: .83em
}

.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before {
    font-size: .67em
}

.ql-bubble .ql-picker.ql-font {
    width: 108px
}

.ql-bubble .ql-picker.ql-font .ql-picker-item:before,
.ql-bubble .ql-picker.ql-font .ql-picker-label:before {
    content: "Sans Serif"
}

.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before {
    content: "Serif"
}

.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,
.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before {
    content: "Monospace"
}

.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before {
    font-family: Georgia, Times New Roman, serif
}

.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before {
    font-family: Monaco, Courier New, monospace
}

.ql-bubble .ql-picker.ql-size {
    width: 98px
}

.ql-bubble .ql-picker.ql-size .ql-picker-item:before,
.ql-bubble .ql-picker.ql-size .ql-picker-label:before {
    content: "Normal"
}

.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before {
    content: "Small"
}

.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before {
    content: "Large"
}

.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,
.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before {
    content: "Huge"
}

.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before {
    font-size: 10px
}

.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before {
    font-size: 18px
}

.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before {
    font-size: 32px
}

.ql-bubble .ql-color-picker.ql-background .ql-picker-item {
    background-color: #fff
}

.ql-bubble .ql-color-picker.ql-color .ql-picker-item {
    background-color: #000
}

.ql-bubble .ql-toolbar .ql-formats {
    margin: 8px 12px 8px 0
}

.ql-bubble .ql-toolbar .ql-formats:first-child {
    margin-left: 12px
}

.ql-bubble .ql-color-picker svg {
    margin: 1px
}

.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,
.ql-bubble .ql-color-picker .ql-picker-item:hover {
    border-color: #fff
}

.ql-bubble .ql-tooltip {
    background-color: #444;
    border-radius: 25px;
    color: #fff
}

.ql-bubble .ql-tooltip-arrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: " ";
    display: block;
    left: 50%;
    margin-left: -6px;
    position: absolute
}

.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow {
    border-bottom: 6px solid #444;
    top: -6px
}

.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow {
    border-top: 6px solid #444;
    bottom: -6px
}

.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor {
    display: block
}

.ql-bubble .ql-tooltip.ql-editing .ql-formats {
    visibility: hidden
}

.ql-bubble .ql-tooltip-editor {
    display: none
}

.ql-bubble .ql-tooltip-editor input[type=text] {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 13px;
    height: 100%;
    outline: none;
    padding: 10px 20px;
    position: absolute;
    width: 100%
}

.ql-bubble .ql-tooltip-editor a {
    top: 10px;
    position: absolute;
    right: 20px
}

.ql-bubble .ql-tooltip-editor a:before {
    color: #ccc;
    content: "\D7";
    font-size: 16px;
    font-weight: 700
}

.ql-container.ql-bubble:not(.ql-disabled) a {
    position: relative;
    white-space: nowrap
}

.ql-container.ql-bubble:not(.ql-disabled) a:before {
    background-color: #444;
    border-radius: 15px;
    top: -5px;
    font-size: 12px;
    color: #fff;
    content: attr(href);
    font-weight: 400;
    overflow: hidden;
    padding: 5px 15px;
    text-decoration: none;
    z-index: 1
}

.ql-container.ql-bubble:not(.ql-disabled) a:after {
    border-top: 6px solid #444;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    top: 0;
    content: " ";
    height: 0;
    width: 0
}

.ql-container.ql-bubble:not(.ql-disabled) a:after,
.ql-container.ql-bubble:not(.ql-disabled) a:before {
    left: 0;
    margin-left: 50%;
    position: absolute;
    transform: translate(-50%, -100%);
    transition: visibility 0s ease .2s;
    visibility: hidden
}

.ql-container.ql-bubble:not(.ql-disabled) a:hover:after,
.ql-container.ql-bubble:not(.ql-disabled) a:hover:before {
    visibility: visible
}

.cw-quill {
    outline: none;
    min-width: 200px
}

.cw-quill .ql-bubble .ql-tooltip {
    z-index: 10000
}

.cw-quill .ql-editor {
    padding: 0
}

.cw-quill .ql-toolbar {
    display: flex
}

.cw-quill .ql-toolbar .ql-formats {
    display: inline-flex
}

.c-form {
    padding: 20px 0
}

.c-form fieldset {
    min-width: 0
}

.c-field {
    margin-bottom: 20px
}

.c-field-flex {
    display: flex;
    justify-content: space-between
}

.c-field label,
.c-field .label {
    font-size: 12px;
    display: block;
    position: relative;
    margin-bottom: 5px;
    font-size: 13px;
    color: #393f44;
    font-weight: 700;
    line-height: 1.8;
    background: none
}

.c-field label .c-spinner,
.c-field .label .c-spinner {
    vertical-align: middle;
    margin-left: 5px
}

.c-field .hint {
    font-style: italic;
    padding: 0 0 5px;
    font-size: 12px;
    margin: 0
}

.c-field .hint ul {
    list-style: disc;
    margin-left: 20px
}

.c-field .error {
    color: #e23035;
    margin: 3px 0 0;
    font-size: 12px
}

.c-field .field-container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.c-field .field-container>input,
.c-field .field-container>textarea,
.c-field .field-container>select,
.c-field .field-container .input {
    display: inline-block;
    box-shadow: none;
    outline: none;
    font-size: 16px;
    padding: 7.5px 10px;
    margin: 0;
    width: 100%;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans;
    font-size: 14px;
    color: #393f44;
    border-radius: 4px;
    border: 1px solid rgba(202, 204, 208, 0.85)
}

.c-field .field-container>input,
.c-field .field-container>select,
.c-field .field-container .input {
    height: 45px
}

.c-field .field-container>input::placeholder,
.c-field .field-container>textarea::placeholder,
.c-field .field-container>select::placeholder,
.c-field .field-container .input::placeholder {
    color: rgba(57, 63, 68, 0.6)
}

.c-field .Select--large {
    width: 100%;
    max-width: none
}

.c-field.-fluid {
    width: 100%
}

.c-field.-fluid .field-container>input,
.c-field.-fluid .field-container>textarea,
.c-field.-fluid .field-container>select,
.c-field.-fluid .field-container .input,
.c-field.-fluid .field-container .Select {
    width: 100%;
    max-width: none
}

.c-field.-disabled .field-container>input,
.c-field.-disabled .field-container>textarea,
.c-field.-disabled .field-container>select,
.c-field.-disabled .field-container .input,
.c-field.-disabled .field-container .Select {
    background: #f4f5f6
}

.c-field.-error .field-container>input,
.c-field.-error .field-container>textarea,
.c-field.-error .field-container>select,
.c-field.-error .field-container .input,
.c-field.-error .field-container .Select-control {
    border-color: #e23035
}

.c-field.-pi-hidden {
    position: absolute;
    width: 190px;
    left: -9999px;
    top: -9999px;
    visibility: hidden
}

.c-field-container {
    margin: 0 auto;
    border: none;
    padding: 50px 0;
    border-top: 1px solid rgba(202, 204, 208, 0.85)
}

.c-field-container:first-of-type {
    padding-top: 0;
    border-top: none
}

.c-field-container:last-of-type {
    padding-bottom: 0
}

.c-field-container>* {
    margin: 24px 0 0
}

.c-field-container>*:first-child {
    margin: 0
}

.c-field-container.-expanded {
    max-width: none
}

.c-field-container.-padding {
    margin: 24px auto 0;
    padding: 50px 0;
    border-top: 1px solid rgba(26, 28, 34, 0.1)
}

.c-field-container.-fluid {
    max-width: none
}

.c-field-row {
    margin: 0
}

.c-field-row .c-field {
    margin: 24px 0 0
}

.c-field-buttons {
    display: flex;
    justify-content: flex-end;
    margin: 50px 0 0;
    padding: 50px 0 0;
    border-top: 1px solid rgba(26, 28, 34, 0.1)
}

.c-field-buttons>li {
    margin: 0 10px 0 0;
    list-style: none
}

.c-field-buttons>li:last-child {
    margin: 0
}

.c-file .file-dropzone {
    position: relative
}

.c-file .file-button {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translate(0, -50%)
}

.c-file .file-button:hover {
    transform: translate(0, -50%)
}

.c-file-image {
    width: 100%
}

.c-file-image .file-placeholder {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 120px;
    border: 2px dashed rgba(202, 204, 208, 0.85);
    cursor: pointer
}

.c-file-image .file-placeholder:hover {
    border: 2px dashed #000
}

.c-file-image .file-preview {
    position: relative;
    display: inline-block
}

.c-file-image .file-preview .file-image {
    max-width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25)
}

.c-file-image .file-preview .file-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    padding: 4px;
    border-radius: 50%;
    background: #e23035;
    fill: #fff
}

.c-file-image .file-preview .file-button:hover {
    background: #da1f24
}

.c-checkbox label {
    display: block;
    padding: 2px 0;
    text-transform: none;
    position: relative;
    padding-left: 14px;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    width: auto;
    top: 0;
    left: 0;
    transform: none;
    text-align: left;
    color: #393f44;
    margin-left: 0
}

.c-checkbox label:hover {
    color: #565f67
}

.c-checkbox label .checkbox-icon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    border: 1px solid #2C75B0;
    border-radius: 4px;
    transform: translate(0, -50%)
}

.c-checkbox label .checkbox-icon:after {
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 1px);
    left: 50%;
    width: 6px;
    height: 3px;
    border-left: 1px solid #2C75B0;
    border-bottom: 1px solid #2C75B0;
    transform: translate(-50%, -50%) rotate(-40deg) scale(0);
    transition: all 0.16s cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

.c-checkbox label .item-title {
    display: inline-block;
    margin-left: 5px
}

.c-checkbox input[type=checkbox] {
    display: none
}

.c-checkbox input[type=checkbox]:checked+label {
    color: black
}

.c-checkbox input[type=checkbox]:checked+label .checkbox-icon:after {
    transform: translate(-50%, -50%) rotate(-40deg) scale(1)
}

.c-checkbox-box {
    padding: 15px 0;
    border-bottom: 1px solid rgba(202, 204, 208, 0.85)
}

.c-checkbox-box:last-child {
    border-bottom: 0
}

.c-checkbox-box .c-checkbox {
    margin-bottom: 15px
}

.c-checkbox-box .c-checkbox:last-child {
    margin-bottom: 0
}

.c-checkbox-box .checkbox-box-title {
    display: inline-block;
    margin-bottom: 15px;
    text-transform: capitalize
}

.c-radio label {
    display: block;
    padding: 2px 0;
    text-transform: none;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    width: auto;
    top: 0;
    left: 0;
    transform: none;
    text-align: left;
    color: #393f44
}

.c-radio label:hover {
    color: #565f67
}

.c-radio label span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #2C75B0;
    border-radius: 50%;
    transform: translate(0, -50%)
}

.c-radio label span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: #2C75B0;
    border-radius: 50%;
    display: block;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.16s cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

.c-radio input[type=radio] {
    display: none
}

.c-radio input[type=radio]:checked+label span:after {
    transform: translate(-50%, -50%) scale(1)
}

.c-radio-box {
    margin: 5px
}

.c-radio-box>* {
    margin: 0 0 10px
}

.c-radio-box>*:last-child {
    margin: 0
}

.c-radio-box.-inline {
    display: flex
}

.c-radio-box.-inline>* {
    margin: 0 16px 0 0
}

.c-radio-box.-inline>*:last-child {
    margin: 0
}

.Select {
    position: relative;
    min-width: 200px;
    max-width: 400px
}

.Select,
.Select div,
.Select input,
.Select span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.Select.is-disabled>.Select-control {
    background-color: #f4f5f6
}

.Select.is-disabled>.Select-control:hover {
    box-shadow: none
}

.Select.is-disabled .Select-arrow-zone {
    cursor: default;
    pointer-events: none;
    opacity: 0.35
}

.Select-control {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid rgba(202, 204, 208, 0.85);
    color: #333;
    cursor: default;
    display: table;
    border-spacing: 0;
    border-collapse: separate;
    height: 44px;
    outline: none;
    overflow: hidden;
    position: relative;
    width: 100%;
    font-size: 14px
}

.Select-control:hover {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06)
}

.Select-control .Select-input:focus {
    outline: none
}

.is-searchable.is-open>.Select-control {
    cursor: text
}

.is-open>.Select-control {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff;
    border-color: rgba(202, 204, 208, 0.85)
}

.is-open>.Select-control>.Select-arrow {
    border-color: transparent transparent #999;
    border-width: 0 5px 5px
}

.is-searchable.is-focused:not(.is-open)>.Select-control {
    cursor: text
}

.Select-placeholder,
.Select--single>.Select-control .Select-value {
    bottom: 0;
    color: #999ba1;
    left: 0;
    line-height: 42px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.has-value.Select--single>.Select-control .Select-value .Select-value-label,
.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label {
    color: #333
}

.has-value.Select--single>.Select-control .Select-value a.Select-value-label,
.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label {
    cursor: pointer;
    text-decoration: none
}

.Select-input {
    height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle
}

.Select-input>input {
    width: 100%;
    background: none transparent;
    border: 0 none;
    box-shadow: none;
    cursor: default;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    outline: none;
    line-height: 26px;
    padding: 8px 0 12px;
    -webkit-appearance: none
}

.is-focused .Select-input>input {
    cursor: text
}

.has-value.is-pseudo-focused .Select-input {
    opacity: 0
}

.Select-control:not(.is-searchable)>.Select-input {
    outline: none
}

.Select-loading-zone {
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 16px
}

.Select-loading {
    -webkit-animation: Select-animation-spin 400ms infinite linear;
    -o-animation: Select-animation-spin 400ms infinite linear;
    animation: Select-animation-spin 400ms infinite linear;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid rgba(26, 28, 34, 0.1);
    border-right-color: #333;
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.Select-clear-zone {
    -webkit-animation: Select-animation-fadeIn 200ms;
    -o-animation: Select-animation-fadeIn 200ms;
    animation: Select-animation-fadeIn 200ms;
    color: #999;
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 17px
}

.Select-clear-zone:hover {
    color: #D0021B
}

.Select-clear {
    display: inline-block;
    font-size: 18px;
    line-height: 1
}

.Select--multi .Select-clear-zone {
    width: 17px
}

.Select-arrow-zone {
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 25px;
    padding-right: 5px
}

.Select-arrow {
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 2.5px;
    display: inline-block;
    height: 0;
    width: 0
}

.is-open .Select-arrow,
.Select-arrow-zone:hover>.Select-arrow {
    border-top-color: #666
}

.Select--multi .Select-multi-value-wrapper {
    display: inline-block;
    margin: 0 0 8px
}

.Select .Select-aria-only {
    display: inline-block;
    height: 1px;
    width: 1px;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    overflow: hidden
}

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

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

.Select-menu-outer {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #fff;
    border: 1px solid rgba(26, 28, 34, 0.1);
    border-top-color: #e6e6e6;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    margin-top: -1px;
    max-height: 200px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10;
    -webkit-overflow-scrolling: touch;
    font-size: 14px
}

.Select-menu {
    max-height: 198px;
    overflow-y: auto
}

.Select-option {
    box-sizing: border-box;
    background-color: #fff;
    color: #666666;
    cursor: pointer;
    display: block;
    padding: 8px 10px
}

.Select-option:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.Select-option.is-selected {
    background-color: #f5faff;
    background-color: rgba(0, 126, 255, 0.04);
    color: #333
}

.Select-option.is-focused {
    background-color: #ebf5ff;
    background-color: rgba(0, 126, 255, 0.08);
    color: #333
}

.Select-option.is-disabled {
    color: #cccccc;
    cursor: default
}

.Select-noresults {
    box-sizing: border-box;
    color: #999999;
    cursor: default;
    display: block;
    padding: 8px 10px
}

.Select--multi .Select-input {
    vertical-align: middle;
    margin-left: 10px;
    padding: 0
}

.Select--multi.has-value .Select-input {
    margin-left: 8px
}

.Select--multi .Select-value {
    background-color: #ebf5ff;
    background-color: rgba(0, 126, 255, 0.08);
    border-radius: 2px;
    border: 1px solid #c2e0ff;
    border: 1px solid rgba(0, 126, 255, 0.24);
    color: #007eff;
    display: inline-block;
    font-size: 0.9em;
    line-height: 1.4;
    margin: 8px 0 0 8px;
    vertical-align: top
}

.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
    display: inline-block;
    vertical-align: middle
}

.Select--multi .Select-value-label {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    cursor: default;
    padding: 2px 5px;
    word-break: break-all
}

.Select--multi a.Select-value-label {
    color: #007eff;
    cursor: pointer;
    text-decoration: none
}

.Select--multi a.Select-value-label:hover {
    text-decoration: underline
}

.Select--multi .Select-value-icon {
    cursor: pointer;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-right: 1px solid #c2e0ff;
    border-right: 1px solid rgba(0, 126, 255, 0.24);
    padding: 1px 5px 3px
}

.Select--multi .Select-value-icon:hover,
.Select--multi .Select-value-icon:focus {
    background-color: #d8eafd;
    background-color: rgba(0, 113, 230, 0.08);
    color: #0071e6
}

.Select--multi .Select-value-icon:active {
    background-color: #c2e0ff;
    background-color: rgba(0, 126, 255, 0.24)
}

.Select--multi.is-disabled .Select-value {
    background-color: #f4f5f6;
    border: 1px solid #e3e3e3;
    color: #333
}

.Select--multi.is-disabled .Select-value-icon {
    cursor: not-allowed;
    border-right: 1px solid #e3e3e3
}

.Select--multi.is-disabled .Select-value-icon:hover,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:active {
    background-color: #f4f5f6
}

@keyframes Select-animation-spin {
    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes Select-animation-spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

.toggle-search .c-field-search {
    background-color: #fff;
    border-radius: 4px;
    position: relative
}

.toggle-search input {
    display: inline-block;
    padding: 7.5px 15px;
    padding-right: 25px;
    margin: 0;
    width: 95px;
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans;
    font-size: 14px;
    color: #393f44;
    background: none;
    border-radius: 4px;
    border: 1px solid transparent;
    outline: none;
    box-shadow: none
}

.toggle-search.-open input {
    width: auto;
    border: 1px solid rgba(202, 204, 208, 0.85)
}

.toggle-search .c-icon {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    fill: #393f44
}

.cw-wysiwyg {
    width: 100%
}

.cw-wysiwyg .cw-wysiwyg-grid .wysiwyg-grid-column {
    padding-bottom: 0
}

.cw-wysiwyg .cw-wysiwyg-list-item .list-item-container {
    display: block
}

.cw-wysiwyg .cw-wysiwyg-list-item.-isReadOnly {
    padding: 32px 0 0
}

.cw-wysiwyg .cw-wysiwyg-item-content.-text {
    display: block
}

.cw-wysiwyg .cw-wysiwyg-text {
    max-width: none
}

.cw-wysiwyg .cw-wysiwyg-text .cw-quill .ql-editor {
    overflow-y: visible
}

.cw-wysiwyg .cw-wysiwyg-text .cw-quill .ql-editor h1 {
    font-size: 21px;
    color: #a96927f5;
    font-weight: 300;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans;
    margin-top: 21px
}

@media screen and (min-width: 780px) {
    .cw-wysiwyg .cw-wysiwyg-text .cw-quill .ql-editor h1 {
        font-size: 42px
    }
}

.cw-wysiwyg .cw-wysiwyg-text .cw-quill .ql-editor h2 {
    font-size: 13px;
    color: #a96927f5;
    font-weight: 300;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans;
    margin-bottom: 13px
}

@media screen and (min-width: 780px) {
    .cw-wysiwyg .cw-wysiwyg-text .cw-quill .ql-editor h2 {
        font-size: 26px
    }
}

.cw-wysiwyg .cw-wysiwyg-text .cw-quill .ql-editor p {
    color: #393f44;
    font-size: 16px;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans;
    line-height: 1.625;
    max-width: 80ch
}

.cw-wysiwyg .cw-wysiwyg-text .cw-quill .ql-editor p>a {
    color: #2C75B0;
    text-decoration: underline
}

.cw-wysiwyg .cw-wysiwyg-text .cw-quill .ql-editor p:last-child {
    margin-bottom: 0
}

.cw-wysiwyg .cw-wysiwyg-text .cw-quill .ql-editor ul li {
    font-size: 14px
}

.rc-slider {
    position: relative;
    height: 14px;
    padding: 5px 0;
    width: 100%;
    border-radius: 6px;
    -ms-touch-action: none;
    touch-action: none
}

.rc-slider,
.rc-slider * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.rc-slider-rail {
    width: 100%;
    background-color: #e9e9e9
}

.rc-slider-rail,
.rc-slider-track {
    position: absolute;
    height: 4px;
    border-radius: 6px
}

.rc-slider-track {
    left: 0;
    background-color: #abe2fb
}

.rc-slider-handle {
    position: absolute;
    margin-left: -7px;
    margin-top: -5px;
    width: 14px;
    height: 14px;
    cursor: pointer;
    cursor: -webkit-grab;
    cursor: grab;
    border-radius: 50%;
    border: 2px solid #96dbfa;
    background-color: #fff;
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.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-handle:focus {
    border-color: #57c5f7;
    box-shadow: 0 0 0 5px #96dbfa;
    outline: none
}

.rc-slider-mark {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
    font-size: 12px
}

.rc-slider-mark-text {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    color: #999
}

.rc-slider-mark-text-active {
    color: #666
}

.rc-slider-step {
    position: absolute;
    width: 100%;
    height: 4px;
    background: transparent
}

.rc-slider-dot {
    position: absolute;
    bottom: -2px;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    border: 2px solid #e9e9e9;
    background-color: #fff;
    cursor: pointer;
    border-radius: 50%;
    vertical-align: middle
}

.rc-slider-dot-active {
    border-color: #96dbfa
}

.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 {
    border-color: #ccc;
    box-shadow: none;
    background-color: #fff;
    cursor: not-allowed
}

.rc-slider-disabled .rc-slider-dot,
.rc-slider-disabled .rc-slider-mark-text {
    cursor: not-allowed !important
}

.rc-slider-vertical {
    width: 14px;
    height: 100%;
    padding: 0 5px
}

.rc-slider-vertical .rc-slider-rail {
    height: 100%;
    width: 4px
}

.rc-slider-vertical .rc-slider-track {
    left: 5px;
    bottom: 0;
    width: 4px
}

.rc-slider-vertical .rc-slider-handle {
    margin-left: -5px;
    margin-bottom: -7px;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.rc-slider-vertical .rc-slider-mark {
    top: 0;
    left: 18px;
    height: 100%
}

.rc-slider-vertical .rc-slider-step {
    height: 100%;
    width: 4px
}

.rc-slider-vertical .rc-slider-dot {
    left: 2px;
    margin-bottom: -4px
}

.rc-slider-vertical .rc-slider-dot:first-child,
.rc-slider-vertical .rc-slider-dot:last-child {
    margin-bottom: -4px
}

.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;
    display: block !important;
    animation-play-state: paused
}

.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: a;
    animation-play-state: running
}

.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
    animation-name: b;
    animation-play-state: running
}

.rc-slider-tooltip-zoom-down-appear,
.rc-slider-tooltip-zoom-down-enter {
    transform: scale(0);
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

.rc-slider-tooltip-zoom-down-leave {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06)
}

@keyframes a {
    0% {
        opacity: 0;
        transform-origin: 50% 100%;
        transform: scale(0)
    }
    to {
        transform-origin: 50% 100%;
        transform: scale(1)
    }
}

@keyframes b {
    0% {
        transform-origin: 50% 100%;
        transform: scale(1)
    }
    to {
        opacity: 0;
        transform-origin: 50% 100%;
        transform: scale(0)
    }
}

.rc-slider-tooltip {
    position: absolute;
    left: -9999px;
    top: -9999px;
    visibility: visible
}

.rc-slider-tooltip,
.rc-slider-tooltip * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.rc-slider-tooltip-hidden {
    display: none
}

.rc-slider-tooltip-placement-top {
    padding: 4px 0 8px
}

.rc-slider-tooltip-inner {
    padding: 6px 2px;
    min-width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #6c6c6c;
    border-radius: 6px;
    box-shadow: 0 0 4px #d9d9d9
}

.rc-slider-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
    bottom: 4px;
    left: 50%;
    margin-left: -4px;
    border-width: 4px 4px 0;
    border-top-color: #6c6c6c
}

.vg-tooltip {
    visibility: hidden;
    padding: 6px;
    border-radius: 3px;
    position: fixed;
    z-index: 2000;
    font-family: sans-serif;
    font-size: 11px;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #d9d9d9;
    color: #000
}

.vg-tooltip td.key,
.vg-tooltip td.value {
    overflow: hidden;
    text-overflow: ellipsis
}

.vg-tooltip td.key {
    color: gray;
    max-width: 150px;
    text-align: right;
    padding-right: 1px
}

.vg-tooltip td.value {
    max-width: 200px;
    text-align: left
}

.vg-tooltip.dark-theme {
    background-color: rgba(64, 64, 64, 0.9);
    border: none;
    color: #fff
}

.vg-tooltip.dark-theme td.key {
    color: #bfbfbf
}

.vg-tooltip.light-theme {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #d9d9d9;
    color: #000
}

.vg-tooltip.light-theme td.key {
    color: gray
}

.flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08)
}

.flatpickr-calendar.inline,
.flatpickr-calendar.open {
    opacity: 1;
    max-height: 640px;
    visibility: visible
}

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999
}

.flatpickr-calendar.animate.open {
    animation: c 0.3s cubic-bezier(0.23, 1, 0.32, 1)
}

.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px
}

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
    z-index: 999;
    display: block
}

.flatpickr-calendar.multiMonth .nextMonthDay,
.flatpickr-calendar.multiMonth .prevMonthDay {
    visibility: hidden
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
    box-shadow: none !important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-calendar .hasTime .dayContainer,
.flatpickr-calendar .hasWeeks .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto
}

.flatpickr-calendar:after,
.flatpickr-calendar:before {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    left: 22px
}

.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.rightMost:before {
    left: auto;
    right: 22px
}

.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px
}

.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px
}

.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
    bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff
}

.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
    top: 100%
}

.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6
}

.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff
}

.flatpickr-calendar:focus {
    outline: 0
}

.flatpickr-wrapper {
    position: relative;
    display: inline-block
}

.flatpickr-months {
    display: -ms-flexbox;
    display: flex
}

.flatpickr-months .flatpickr-month {
    background: transparent;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9);
    height: 28px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -ms-flex: 1;
    flex: 1
}

.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    line-height: 16px;
    height: 28px;
    padding: 10px;
    z-index: 3
}

.flatpickr-months .flatpickr-next-month.disabled,
.flatpickr-months .flatpickr-prev-month.disabled {
    display: none
}

.flatpickr-months .flatpickr-next-month i,
.flatpickr-months .flatpickr-prev-month i {
    position: relative
}

.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
    left: 0
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
    right: 0
}

.flatpickr-months .flatpickr-next-month:hover,
.flatpickr-months .flatpickr-prev-month:hover {
    color: #959ea9
}

.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
    fill: #f64747
}

.flatpickr-months .flatpickr-next-month svg,
.flatpickr-months .flatpickr-prev-month svg {
    width: 14px;
    height: 14px
}

.flatpickr-months .flatpickr-next-month svg path,
.flatpickr-months .flatpickr-prev-month svg path {
    transition: fill .1s;
    fill: inherit
}

.numInputWrapper {
    position: relative;
    height: auto
}

.numInputWrapper input,
.numInputWrapper span {
    display: inline-block
}

.numInputWrapper input {
    width: 100%
}

.numInputWrapper input::-ms-clear {
    display: none
}

.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57, 57, 57, 0.15);
    box-sizing: border-box
}

.numInputWrapper span:hover {
    background: rgba(0, 0, 0, 0.1)
}

.numInputWrapper span:active {
    background: rgba(0, 0, 0, 0.2)
}

.numInputWrapper span:after {
    display: block;
    content: "";
    position: absolute
}

.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0
}

.numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57, 57, 57, 0.6);
    top: 26%
}

.numInputWrapper span.arrowDown {
    top: 50%
}

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, 0.6);
    top: 40%
}

.numInputWrapper span svg {
    width: inherit;
    height: auto
}

.numInputWrapper span svg path {
    fill: rgba(0, 0, 0, 0.5)
}

.numInputWrapper:hover {
    background: rgba(0, 0, 0, 0.05)
}

.numInputWrapper:hover span {
    opacity: 1
}

.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 6.16px 0 0;
    line-height: 1;
    height: 28px;
    display: inline-block;
    text-align: center;
    transform: translateZ(0)
}

.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: .5ch;
    padding: 0
}

.flatpickr-current-month span.cur-month:hover {
    background: rgba(0, 0, 0, 0.05)
}

.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch\0;
    display: inline-block
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(0, 0, 0, 0.9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(0, 0, 0, 0.9)
}

.flatpickr-current-month input.cur-year {
    background: transparent;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 .5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial
}

.flatpickr-current-month input.cur-year:focus {
    outline: 0
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(0, 0, 0, 0.5);
    background: transparent;
    pointer-events: none
}

.flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 28px
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1
}

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: transparent;
    color: rgba(0, 0, 0, 0.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder
}

.dayContainer,
.flatpickr-weeks {
    padding: 1px 0 0
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px
}

.flatpickr-days:focus {
    outline: 0
}

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-around;
    transform: translateZ(0);
    opacity: 1
}

.dayContainer+.dayContainer {
    box-shadow: -1px 0 0 #e6e6e6
}

.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6
}

.flatpickr-day.today {
    border-color: #959ea9
}

.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
    background: #569ff7;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7
}

.flatpickr-day.endRange.startRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange {
    border-radius: 50px 0 0 50px
}

.flatpickr-day.endRange.endRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange {
    border-radius: 0 50px 50px 0
}

.flatpickr-day.endRange.startRange+.endRange,
.flatpickr-day.selected.startRange+.endRange,
.flatpickr-day.startRange.startRange+.endRange {
    box-shadow: -10px 0 0 #569ff7
}

.flatpickr-day.endRange.startRange.endRange,
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange {
    border-radius: 50px
}

.flatpickr-day.inRange {
    border-radius: 0;
    box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
    color: rgba(57, 57, 57, 0.3);
    background: transparent;
    border-color: transparent;
    cursor: default
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
    cursor: not-allowed;
    color: rgba(57, 57, 57, 0.1)
}

.flatpickr-day.week.selected {
    border-radius: 0;
    box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7
}

.rangeMode .flatpickr-day {
    margin-top: 1px
}

.flatpickr-weekwrapper {
    display: inline-block;
    float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    box-shadow: 1px 0 0 #e6e6e6
}

.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(57, 57, 57, 0.3);
    background: transparent;
    cursor: default;
    border: none
}

.flatpickr-innerContainer {
    display: block;
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    overflow: hidden
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    box-sizing: border-box
}

.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    box-sizing: border-box;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex
}

.flatpickr-time:after {
    content: "";
    display: table;
    clear: both
}

.flatpickr-time .numInputWrapper {
    -ms-flex: 1;
    flex: 1;
    width: 40%;
    height: 40px;
    float: left
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%
}

.flatpickr-time input {
    background: transparent;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    cursor: pointer;
    color: #393939;
    font-size: 14px;
    position: relative;
    box-sizing: border-box
}

.flatpickr-time input.flatpickr-hour {
    font-weight: 700
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
    font-weight: 400
}

.flatpickr-time input:focus {
    outline: 0;
    border: 0
}

.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator {
    height: inherit;
    display: inline-block;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: 700;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-flex-item-align: center;
    align-self: center
}

.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400
}

.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover {
    background: #f0f0f0
}

.flatpickr-input[readonly] {
    cursor: pointer
}

@keyframes c {
    0% {
        opacity: 0;
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.src-components-icon-___styles__c-icon___3Pmw4 {
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.src-components-icon-___styles__c-icon___3Pmw4.src-components-icon-___styles__-tiny___2Mi2D {
    width: 7px;
    height: 7px
}

.src-components-icon-___styles__c-icon___3Pmw4.src-components-icon-___styles__-smaller___11QGq {
    width: 10px;
    height: 10px
}

.src-components-icon-___styles__c-icon___3Pmw4.src-components-icon-___styles__-small___123yN {
    width: 14px;
    height: 14px
}

.src-components-icon-___styles__c-icon___3Pmw4.src-components-icon-___styles__-medium___1XAIl {
    width: 24px;
    height: 24px
}

.src-components-icon-___styles__c-icon___3Pmw4.src-components-icon-___styles__-big___1s59H {
    width: 32px;
    height: 32px
}

.src-components-icon-___styles__c-icon___3Pmw4.src-components-icon-___styles__-huge___2OJng {
    width: 65px;
    height: 65px
}

.src-components-icon-___styles__c-icon___3Pmw4.src-components-icon-___styles__-star___2yI8_ {
    fill: #fab72e
}

.c-rc-tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    line-height: 1.5;
    font-size: inherit;
    background-color: transparent;
    padding: 0;
    opacity: 1
}

.c-rc-tooltip.rc-tooltip-zoom-enter,
.c-rc-tooltip.rc-tooltip-zoom-leave {
    display: block
}

.rc-tooltip-zoom-enter {
    opacity: 0;
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
    animation-play-state: paused
}

.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active {
    animation-name: rcToolTipZoomIn;
    animation-play-state: running
}

.rc-tooltip-zoom-appear {
    opacity: 0;
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
    animation-play-state: paused
}

.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active {
    animation-name: rcToolTipZoomIn;
    animation-play-state: running
}

.rc-tooltip-zoom-leave {
    animation-duration: .3s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
    animation-play-state: paused
}

.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active {
    animation-name: rcToolTipZoomOut;
    animation-play-state: running
}

.rc-tooltip-hidden {
    display: none
}

.rc-tooltip-inner {
    padding: 0;
    color: #393f44;
    text-align: left;
    text-decoration: none;
    background-color: transparent;
    border-radius: 0;
    min-height: 34px;
    border: 0
}

.rc-tooltip-arrow {
    z-index: 1
}

.rc-tooltip-arrow,
.rc-tooltip-arrow-inner {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.rc-tooltip-placement-top .rc-tooltip-arrow {
    bottom: -5px;
    margin-left: -6px;
    border-width: 6px 6px 0;
    border-top-color: rgba(201, 203, 207, 0.85);
    left: 50%
}

.rc-tooltip-placement-top .rc-tooltip-arrow-inner {
    bottom: 1px;
    margin-left: -6px;
    border-width: 6px 6px 0;
    border-top-color: #fff
}

.rc-tooltip-placement-topLeft .rc-tooltip-arrow {
    bottom: -5px;
    margin-left: -6px;
    border-width: 6px 6px 0;
    border-top-color: rgba(201, 203, 207, 0.85);
    left: 15%
}

.rc-tooltip-placement-topLeft .rc-tooltip-arrow-inner {
    bottom: 1px;
    margin-left: -6px;
    border-width: 6px 6px 0;
    border-top-color: #fff
}

.rc-tooltip-placement-topRight .rc-tooltip-arrow {
    bottom: -5px;
    margin-left: -6px;
    border-width: 6px 6px 0;
    border-top-color: rgba(201, 203, 207, 0.85);
    right: 15%
}

.rc-tooltip-placement-topRight .rc-tooltip-arrow-inner {
    bottom: 1px;
    margin-left: -6px;
    border-width: 6px 6px 0;
    border-top-color: #fff
}

.rc-tooltip-placement-right .rc-tooltip-arrow {
    left: -5px;
    margin-top: -6px;
    border-width: 6px 6px 6px 0;
    border-right-color: rgba(201, 203, 207, 0.85);
    top: 50%
}

.rc-tooltip-placement-right .rc-tooltip-arrow-inner {
    left: 1px;
    margin-top: -6px;
    border-width: 6px 6px 6px 0;
    border-right-color: #fff
}

.rc-tooltip-placement-rightTop .rc-tooltip-arrow {
    left: -5px;
    margin-top: -6px;
    border-width: 6px 6px 6px 0;
    border-right-color: rgba(201, 203, 207, 0.85);
    top: 15%;
    margin-top: 0
}

.rc-tooltip-placement-rightTop .rc-tooltip-arrow-inner {
    left: 1px;
    margin-top: -6px;
    border-width: 6px 6px 6px 0;
    border-right-color: #fff
}

.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
    left: -5px;
    margin-top: -6px;
    border-width: 6px 6px 6px 0;
    border-right-color: rgba(201, 203, 207, 0.85);
    bottom: 15%
}

.rc-tooltip-placement-rightBottom .rc-tooltip-arrow-inner {
    left: 1px;
    margin-top: -6px;
    border-width: 6px 6px 6px 0;
    border-right-color: #fff
}

.rc-tooltip-placement-left .rc-tooltip-arrow {
    right: -5px;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-left-color: rgba(201, 203, 207, 0.85);
    top: 50%
}

.rc-tooltip-placement-left .rc-tooltip-arrow-inner {
    right: 1px;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-left-color: #fff
}

.rc-tooltip-placement-leftTop .rc-tooltip-arrow {
    right: -5px;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-left-color: rgba(201, 203, 207, 0.85);
    top: 15%;
    margin-top: 0
}

.rc-tooltip-placement-leftTop .rc-tooltip-arrow-inner {
    right: 1px;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-left-color: #fff
}

.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
    right: -5px;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-left-color: rgba(201, 203, 207, 0.85);
    bottom: 15%
}

.rc-tooltip-placement-leftBottom .rc-tooltip-arrow-inner {
    right: 1px;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-left-color: #fff
}

.rc-tooltip-placement-bottom .rc-tooltip-arrow {
    top: -5px;
    margin-left: -6px;
    border-width: 0 6px 6px;
    border-bottom-color: rgba(201, 203, 207, 0.85);
    left: 50%
}

.rc-tooltip-placement-bottom .rc-tooltip-arrow-inner {
    top: 1px;
    margin-left: -6px;
    border-width: 0 6px 6px;
    border-bottom-color: #fff
}

.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow {
    top: -5px;
    margin-left: -6px;
    border-width: 0 6px 6px;
    border-bottom-color: rgba(201, 203, 207, 0.85);
    left: 15%
}

.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow-inner {
    top: 1px;
    margin-left: -6px;
    border-width: 0 6px 6px;
    border-bottom-color: #fff
}

.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
    top: -5px;
    margin-left: -6px;
    border-width: 0 6px 6px;
    border-bottom-color: rgba(201, 203, 207, 0.85);
    right: 15%
}

.rc-tooltip-placement-bottomRight .rc-tooltip-arrow-inner {
    top: 1px;
    margin-left: -6px;
    border-width: 0 6px 6px;
    border-bottom-color: #fff
}

.c-rc-tooltip.-default .rc-tooltip-inner {
    position: relative;
    max-width: 200px;
    padding: 8px 16px;
    color: #393f44;
    background: #fff;
    border: 1px solid rgba(26, 28, 34, 0.15);
    border-radius: 4px;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
    font-size: 13px
}

.c-rc-tooltip.-default.rc-tooltip-placement-top .rc-tooltip-arrow,
.c-rc-tooltip.-default.rc-tooltip-placement-topLeft .rc-tooltip-arrow,
.c-rc-tooltip.-default.rc-tooltip-placement-topRight .rc-tooltip-arrow {
    border-top-color: #fff
}

.c-rc-tooltip.-default.rc-tooltip-placement-right .rc-tooltip-arrow,
.c-rc-tooltip.-default.rc-tooltip-placement-rightBottom .rc-tooltip-arrow,
.c-rc-tooltip.-default.rc-tooltip-placement-rightTop .rc-tooltip-arrow {
    border-right-color: #fff
}

.c-rc-tooltip.-default.rc-tooltip-placement-left .rc-tooltip-arrow,
.c-rc-tooltip.-default.rc-tooltip-placement-leftBottom .rc-tooltip-arrow,
.c-rc-tooltip.-default.rc-tooltip-placement-leftTop .rc-tooltip-arrow {
    border-left-color: #fff
}

.c-rc-tooltip.-default.rc-tooltip-placement-bottom .rc-tooltip-arrow,
.c-rc-tooltip.-default.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,
.c-rc-tooltip.-default.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
    border-bottom-color: #fff
}

.input-range__slider {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #3f51b5;
    border: 1px solid #3f51b5;
    border-radius: 100%;
    cursor: pointer;
    display: block;
    height: 1rem;
    margin-left: -.5rem;
    margin-top: -.65rem;
    outline: none;
    position: absolute;
    top: 50%;
    transition: transform .3s ease-out, box-shadow .3s ease-out;
    width: 1rem
}

.input-range__slider:active {
    transform: scale(1.3)
}

.input-range__slider:focus {
    box-shadow: 0 0 0 5px rgba(63, 81, 181, 0.2)
}

.src-components-form-range-___styles__input-range--disabled___354pe .input-range__slider {
    background: #ccc;
    border: 1px solid #ccc;
    box-shadow: none;
    transform: none
}

.input-range__slider-container {
    transition: left .3s ease-out
}

.input-range__label {
    color: #aaa;
    font-family: Helvetica Neue, san-serif;
    font-size: .8rem;
    transform: translateZ(0);
    white-space: nowrap
}

.input-range__label--max,
.input-range__label--min {
    bottom: -1.4rem;
    position: absolute
}

.input-range__label--min {
    left: 0
}

.input-range__label--max {
    right: 0
}

.input-range__label--value {
    position: absolute;
    top: -1.8rem
}

.input-range__label-container {
    left: -50%;
    position: relative
}

.src-components-form-range-___styles__input-range__label--max___2poTL .input-range__label-container {
    left: 50%
}

.input-range__track {
    background: #eee;
    border-radius: .3rem;
    cursor: pointer;
    display: block;
    height: .3rem;
    position: relative;
    transition: left .3s ease-out, width .3s ease-out
}

.src-components-form-range-___styles__input-range--disabled___354pe .input-range__track {
    background: #eee
}

.input-range__track--background {
    left: 0;
    margin-top: -.15rem;
    position: absolute;
    right: 0;
    top: 50%
}

.input-range__track--active {
    background: #3f51b5
}

.input-range {
    height: 1rem;
    position: relative;
    width: 100%
}

.input-range__label {
    font-size: 8px;
    color: #717171;
    top: -24px
}

.input-range__slider {
    border: 0;
    background-color: #a96927f5;
    width: 14px;
    height: 14px;
    margin-top: -9px
}

.input-range__track {
    height: 3px
}

.input-range__track:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1000%;
    width: 100%;
    transform: translate(-50%, -50%)
}

.input-range__track--background {
    margin-left: 12px;
    margin-right: 12px
}

.input-range__track--active {
    background-color: #a96927f5
}

.input-range__label--max,
.input-range__label--min {
    font-size: 10px;
    top: auto;
    bottom: -16px
}

.input-range__label--max .input-range__label-container,
.input-range__label--min .input-range__label-container {
    left: 0
}

.src-components-legend-legend-list-legend-item-legend-item-drag-___styles__c-legend-handler___3sFqy {
    position: absolute;
    cursor: move;
    top: 13px;
    left: 8px
}

.src-components-legend-legend-list-legend-item-legend-item-drag-___styles__c-legend-handler___3sFqy svg {
    fill: #393f44
}

.src-components-legend-legend-list-legend-item-legend-item-timeline-___styles__c-legend-timeline___1b5oB {
    display: -ms-flexbox;
    display: flex;
    margin: 24px 24px 16px 0
}

.src-components-legend-legend-list-legend-item-legend-item-timeline-___styles__c-legend-timeline___1b5oB>button {
    padding: 0;
    cursor: pointer
}

.src-components-legend-legend-list-legend-item-legend-item-timeline-___styles__c-legend-timeline___1b5oB .src-components-legend-legend-list-legend-item-legend-item-timeline-___styles__timeline-play-button___1Ii4i {
    border: none;
    fill: #393f44
}

.src-components-legend-legend-list-legend-item-___styles__c-legend-item___2-32- {
    position: relative;
    z-index: 10;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid rgba(26, 28, 34, 0.1);
    background: rgba(255, 255, 255, 0.75)
}

.src-components-legend-legend-list-legend-item-___styles__c-legend-item___2-32-:last-child {
    border-bottom: 0
}

.src-components-legend-legend-list-legend-item-___styles__c-legend-item___2-32- .src-components-legend-legend-list-legend-item-___styles__legend-item-container___2V-gN {
    width: 100%;
    padding: 16px
}

.src-components-legend-legend-list-legend-item-___styles__c-legend-item___2-32- .src-components-legend-legend-list-legend-item-___styles__legend-item-container___2V-gN.src-components-legend-legend-list-legend-item-___styles__-sortable___3Okg- {
    padding-left: 28px
}

.src-components-legend-legend-list-legend-item-___styles__c-legend-item___2-32- .src-components-legend-legend-list-legend-item-___styles__legend-info___2XxGM {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.src-components-legend-legend-list-legend-item-___styles__c-legend-item___2-32- .src-components-legend-legend-list-legend-item-___styles__legend-item-header___2bS8p {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start
}

.src-components-legend-legend-list-legend-item-___styles__c-legend-item___2-32- .src-components-legend-legend-list-legend-item-___styles__legend-item-header___2bS8p>h3 {
    color: #393f44;
    font-weight: 700;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.src-components-legend-legend-list-legend-item-___styles__c-legend-item___2-32- h3 {
    font-size: 14px;
    color: #393f44;
    margin: 0;
    margin-bottom: 3px
}

.src-components-legend-legend-list-legend-item-___styles__c-legend-item___2-32- h3.src-components-legend-legend-list-legend-item-___styles__-dark___-mZ70 {
    color: #393f44
}

.src-components-legend-legend-list-legend-item-___styles__c-legend-item___2-32- h3 .src-components-legend-legend-list-legend-item-___styles__category___3CY1V {
    font-weight: 400;
    text-transform: capitalize;
    padding: 0 8px 0 0
}

.src-components-legend-legend-list-legend-item-___styles__c-legend-item___2-32-.src-components-legend-legend-list-legend-item-___styles__-sort___1Avv4 {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 4px
}

.src-components-legend-legend-list-___styles__c-legend-list___1A4um {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: auto
}

.src-components-legend-___styles__c-legend-map___wyqQI {
    position: relative;
    width: 100%;
    background: #fff;
    z-index: 2;
    border-radius: 4px;
    border: 1px solid rgba(26, 28, 34, 0.1)
}

.src-components-legend-___styles__c-legend-map___wyqQI .src-components-legend-___styles__legend-title___1vHIR {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #393f44;
    font-weight: 400;
    font-size: 11px
}

.src-components-legend-___styles__c-legend-map___wyqQI .src-components-legend-___styles__toggle-legend___3xXQK {
    position: absolute;
    right: 0;
    width: 40px;
    height: 32px;
    bottom: 100%;
    border: 0;
    border-radius: 2px 2px 0 0;
    background-color: rgba(112, 112, 112, 0.8);
    cursor: pointer
}

.src-components-legend-___styles__c-legend-map___wyqQI .src-components-legend-___styles__toggle-legend___3xXQK:focus {
    outline: none
}

.src-components-legend-___styles__c-legend-map___wyqQI .src-components-legend-___styles__toggle-legend___3xXQK:hover {
    background-color: rgba(99, 99, 99, 0.8)
}

.src-components-legend-___styles__c-legend-map___wyqQI .src-components-legend-___styles__toggle-legend___3xXQK svg {
    margin-top: 4px;
    fill: #fff
}

.src-components-legend-___styles__c-legend-map___wyqQI .src-components-legend-___styles__open-legend___EnXDj {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 0;
    overflow: hidden;
    opacity: 0
}

.src-components-legend-___styles__c-legend-map___wyqQI .src-components-legend-___styles__open-legend___EnXDj.src-components-legend-___styles__-active___gPvqS {
    height: auto;
    opacity: 1;
    overflow: auto
}

.src-components-legend-___styles__c-legend-map___wyqQI .src-components-legend-___styles__close-legend___3tuIK {
    display: none
}

.src-components-legend-___styles__c-legend-map___wyqQI .src-components-legend-___styles__close-legend___3tuIK.src-components-legend-___styles__-active___gPvqS {
    display: inherit;
    cursor: pointer
}

.src-components-legend-___styles__c-legend-map___wyqQI .src-components-legend-___styles__close-legend___3tuIK .src-components-legend-___styles__toggle-legend___3xXQK {
    position: relative;
    top: auto;
    width: auto;
    height: auto;
    padding: 0;
    background-color: #fff
}

.src-components-legend-___styles__c-legend-map___wyqQI .src-components-legend-___styles__close-legend___3tuIK .src-components-legend-___styles__toggle-legend___3xXQK svg {
    margin-top: 0;
    fill: #393f44
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles-button__c-legend-button___2rKgH {
    display: inline-block;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    outline: none
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles-button__c-legend-button___2rKgH svg {
    fill: #393f44
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles-button__c-legend-button___2rKgH:hover svg {
    fill: #2c75b0
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles-button__c-legend-button___2rKgH.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles-button__-disabled___uSBf4 {
    cursor: default;
    opacity: .5
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles-button__c-legend-button___2rKgH.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles-button__-disabled___uSBf4:hover svg {
    fill: #393f44
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles-button__c-legend-button___2rKgH.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles-button__info___39XdD svg {
    width: 14px
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles-button__c-legend-button___2rKgH.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles-button__close___1559- svg {
    width: 11px
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles-button__c-legend-button___2rKgH.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles-button__toggle___2aQ9k svg {
    width: 16px
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles-button__c-legend-button___2rKgH.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles-button__opacity___3hXpk svg {
    width: 11px
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles-button__c-legend-button___2rKgH.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles-button__layers___3WVwa svg {
    width: 15px
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__c-legend-item-button-layers-tooltip___3ykNh .src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__layers-list___3YXWv {
    margin: 8px 0 0;
    padding: 0;
    list-style: none
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__c-legend-item-button-layers-tooltip___3ykNh .src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__layers-list___3YXWv>* {
    margin: 4px 0 0
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__c-legend-item-button-layers-tooltip___3ykNh .src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__layers-list___3YXWv>:first-child {
    margin: 0
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__c-legend-item-button-layers-tooltip___3ykNh .src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__layers-list___3YXWv .src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__layers-list-item___G2ekr {
    position: relative;
    cursor: pointer;
    padding-left: 16px
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__c-legend-item-button-layers-tooltip___3ykNh .src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__layers-list___3YXWv .src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__layers-list-item___G2ekr:before {
    display: none;
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #a96927f5;
    border-radius: 50%
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__c-legend-item-button-layers-tooltip___3ykNh .src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__layers-list___3YXWv .src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__layers-list-item___G2ekr:hover {
    color: #a96927f5
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__c-legend-item-button-layers-tooltip___3ykNh .src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__layers-list___3YXWv .src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__layers-list-item___G2ekr.src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-layers-legend-item-button-layers-tooltip-___styles__-active___2Csbx:before {
    display: block
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-opacity-legend-item-button-opacity-tooltip-___styles__c-legend-item-button-opacity-tooltip___2kLrx .src-components-legend-legend-list-legend-item-legend-item-toolbar-legend-item-button-opacity-legend-item-button-opacity-tooltip-___styles__slider-tooltip-container___1gBEP {
    padding: 12px 0;
    min-width: 150px
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles__c-legend-item-toolbar____MTFd {
    margin: 4px 0 0 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles__c-legend-item-toolbar____MTFd>* {
    margin-right: 12px
}

.src-components-legend-legend-list-legend-item-legend-item-toolbar-___styles__c-legend-item-toolbar____MTFd>:last-child {
    margin-right: 0
}

.src-components-legend-legend-list-legend-item-legend-item-types-___styles__c-legend-item-types___1Km6n {
    background: #fff
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__c-legend-item___17112 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 12px
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__c-legend-item___17112 .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__name___2Q6eD,
.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__c-legend-item___17112 .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__unit___1s-0M {
    display: block
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__c-legend-item___17112 .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__unit___1s-0M {
    margin-left: 5px
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__c-legend-item___17112 .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__custom-icon___3ayTf,
.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__c-legend-item___17112>.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__icon-circle___3LidY,
.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__c-legend-item___17112>.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__icon-line___2CmMf,
.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__c-legend-item___17112>.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__icon-square___3wXYG,
.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__c-legend-item___17112>.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__icon-triangle___2Zrmx {
    display: block;
    margin-right: 5px;
    margin-top: 2px
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__c-legend-item___17112>.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__icon-square___3wXYG {
    width: 12px;
    height: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__c-legend-item___17112>.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__icon-line___2CmMf {
    height: 2px
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__c-legend-item___17112>.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__icon-circle___3LidY {
    border-radius: 100%
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__c-legend-item___17112>.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__icon-triangle___2Zrmx {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 9px solid #000
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__c-legend-item___17112 .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__custom-icon___3ayTf {
    width: 14px;
    height: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__c-legend-item___17112 .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-legend-item-type-basic-item-___styles__custom-icon___3ayTf img {
    display: block;
    width: 14px;
    height: 14px
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-___styles__c-legend-type-basic___12ECC>ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-___styles__c-legend-type-basic___12ECC>ul.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-___styles__columns___1bEyj {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0 0
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-___styles__c-legend-type-basic___12ECC>ul.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-___styles__columns___1bEyj li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 3px 0;
    padding: 0 10px 0 0
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-___styles__c-legend-type-basic___12ECC>ul.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-___styles__horizontal___13Yko {
    display: -ms-flexbox;
    display: flex
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-___styles__c-legend-type-basic___12ECC>ul.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-___styles__horizontal___13Yko li {
    margin-right: 30px
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-___styles__c-legend-type-basic___12ECC>ul.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-___styles__horizontal___13Yko li:last-child {
    margin-right: 0
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-___styles__c-legend-type-basic___12ECC>ul.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-___styles__vertical___L6j7a {
    margin: 10px 0 0
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-___styles__c-legend-type-basic___12ECC>ul.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-___styles__vertical___L6j7a li {
    margin-bottom: 5px
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-___styles__c-legend-type-basic___12ECC>ul.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-___styles__vertical___L6j7a li:last-child {
    margin-bottom: 0
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-basic-___styles__c-legend-type-basic___12ECC>li {
    padding: 0
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-choropleth-___styles__c-legend-type-choropleth___LXO5H {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-choropleth-___styles__c-legend-type-choropleth___LXO5H>li {
    padding: 0;
    margin: 10px 0 0;
    -ms-flex: 1;
    flex: 1
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-choropleth-___styles__c-legend-type-choropleth___LXO5H .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-choropleth-___styles__name___1FI11 {
    display: block;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 12px;
    text-align: center
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-choropleth-___styles__c-legend-type-choropleth___LXO5H .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-choropleth-___styles__icon-choropleth___22Uul {
    display: block;
    height: 5px;
    margin-bottom: 5px
}

@media screen and (max-width: 400px) {
    .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-choropleth-___styles__c-legend-type-choropleth___LXO5H {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 10px
    }
    .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-choropleth-___styles__c-legend-type-choropleth___LXO5H>li {
        margin: 0;
        line-height: 21px
    }
    .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-choropleth-___styles__c-legend-type-choropleth___LXO5H .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-choropleth-___styles__name___1FI11 {
        display: inline-block;
        margin-left: 5px
    }
    .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-choropleth-___styles__c-legend-type-choropleth___LXO5H .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-choropleth-___styles__icon-choropleth___22Uul {
        position: relative;
        top: 1px;
        display: inline-block;
        height: 12px;
        width: 12px;
        margin-bottom: 0
    }
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-gradient-___styles__c-legend-type-gradient___3hGZq ul {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-gradient-___styles__c-legend-type-gradient___3hGZq li {
    padding: 0;
    margin: 0;
    -ms-flex: 1;
    flex: 1
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-gradient-___styles__c-legend-type-gradient___3hGZq li:before {
    content: none !important
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-gradient-___styles__c-legend-type-gradient___3hGZq .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-gradient-___styles__name___3R7VC {
    display: block;
    font-family: Helvetica Neue, Arial, sans-serif;
    text-align: center
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-gradient-___styles__c-legend-type-gradient___3hGZq .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-gradient-___styles__legend-gradient-icon___1MQaU {
    display: -ms-flexbox;
    display: flex
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-gradient-___styles__c-legend-type-gradient___3hGZq .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-gradient-___styles__icon-gradient___1jA1U {
    display: block;
    height: 5px;
    margin-top: 10px;
    margin-bottom: 5px
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-gradient-___styles__c-legend-type-gradient___3hGZq .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-gradient-___styles__icon-gradient-transparent___2vodc {
    display: block;
    height: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.4) 25%, transparent 0, transparent 75%, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.4)), linear-gradient(45deg, rgba(0, 0, 0, 0.4) 25%, transparent 0, transparent 75%, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.4));
    background-size: 4px 4px;
    background-position: 0 0, 2px 2px
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-proportional-___styles__c-legend-type-proportional___33Cnv {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    -ms-flex-align: end;
    align-items: flex-end
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-proportional-___styles__c-legend-type-proportional___33Cnv>li {
    padding: 0;
    -ms-flex: 1;
    flex: 1
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-proportional-___styles__c-legend-type-proportional___33Cnv .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-proportional-___styles__name___3G_Jp {
    display: block;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 14px;
    text-align: center
}

.src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-proportional-___styles__c-legend-type-proportional___33Cnv .src-components-legend-legend-list-legend-item-legend-item-types-legend-item-type-proportional-___styles__icon-proportional___26p1S {
    display: block;
    width: 10px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    border-radius: 100%
}

.c-we-add-widget-to-collection-tooltip {
    max-width: 200px
}

.c-we-add-widget-to-collection-tooltip .buttons-div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.c-we-add-widget-to-collection-tooltip .buttons-div button:not(:last-of-type) {
    margin-right: 10px
}

.c-we-aggregate-function-tooltip {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-we-aggregate-function-tooltip input,
.c-we-aggregate-function-tooltip label {
    cursor: pointer
}

.c-we-aggregate-function-tooltip .radio-button {
    margin-top: 5px
}

.c-we-aggregate-function-tooltip .radio-button label {
    margin-left: 5px
}

.c-we-aggregate-function-tooltip .radio-button:last-child {
    margin-bottom: 10px
}

.c-we-btn,
.c-we-button {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: none;
    background: none;
    color: #a96927f5;
    font-size: 16px;
    font-weight: 400;
    font-family: inherit;
    letter-spacing: 0;
    line-height: .8;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all .16s ease-in-out
}

.c-we-btn:hover,
.c-we-button:hover {
    text-decoration: none;
    cursor: pointer
}

.c-we-btn.-a,
.c-we-btn.-b,
.c-we-btn.-c,
.c-we-btn.-primary,
.c-we-btn.-secondary,
.c-we-btn.-tertiary,
.c-we-button.-a,
.c-we-button.-b,
.c-we-button.-c,
.c-we-button.-primary,
.c-we-button.-secondary,
.c-we-button.-tertiary {
    padding: 0 30px;
    height: 45px
}

.c-we-btn.-a,
.c-we-btn.-primary,
.c-we-button.-a,
.c-we-button.-primary {
    color: #fff;
    background-color: #a96927f5
}

.c-we-btn.-a:hover,
.c-we-btn.-primary:hover,
.c-we-button.-a:hover,
.c-we-button.-primary:hover {
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-2px)
}

.c-we-btn.-a.-alt,
.c-we-btn.-primary.-alt,
.c-we-button.-a.-alt,
.c-we-button.-primary.-alt {
    background-color: #fff;
    color: #a96927f5
}

.c-we-btn.-a.-alt:hover,
.c-we-btn.-primary.-alt:hover,
.c-we-button.-a.-alt:hover,
.c-we-button.-primary.-alt:hover {
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2)
}

.c-we-btn.-b,
.c-we-btn.-secondary,
.c-we-button.-b,
.c-we-button.-secondary {
    color: #a96927f5;
    background-color: #fff;
    border-color: rgba(195, 45, 123, 0.3)
}

.c-we-btn.-b:hover,
.c-we-btn.-secondary:hover,
.c-we-button.-b:hover,
.c-we-button.-secondary:hover {
    background-color: rgba(195, 45, 123, 0.05)
}

.c-we-btn.-b.-alt,
.c-we-btn.-secondary.-alt,
.c-we-button.-b.-alt,
.c-we-button.-secondary.-alt {
    background-color: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3)
}

.c-we-btn.-b.-alt:hover,
.c-we-btn.-secondary.-alt:hover,
.c-we-button.-b.-alt:hover,
.c-we-button.-secondary.-alt:hover {
    background-color: rgba(255, 255, 255, 0.1)
}

.c-we-btn.-b.-disabled,
.c-we-btn.-b[disabled],
.c-we-btn.-secondary.-disabled,
.c-we-btn.-secondary[disabled],
.c-we-button.-b.-disabled,
.c-we-button.-b[disabled],
.c-we-button.-secondary.-disabled,
.c-we-button.-secondary[disabled] {
    color: rgba(112, 112, 112, 0.5);
    border-color: rgba(26, 28, 34, 0.1);
    cursor: default
}

.c-we-btn.-b.-disabled:hover,
.c-we-btn.-b[disabled]:hover,
.c-we-btn.-secondary.-disabled:hover,
.c-we-btn.-secondary[disabled]:hover,
.c-we-button.-b.-disabled:hover,
.c-we-button.-b[disabled]:hover,
.c-we-button.-secondary.-disabled:hover,
.c-we-button.-secondary[disabled]:hover {
    background-color: transparent
}

.c-we-btn.-c:hover,
.c-we-btn.-tertiary:hover,
.c-we-button.-c:hover,
.c-we-button.-tertiary:hover {
    background-color: rgba(195, 45, 123, 0.05)
}

.c-we-btn.-c.-alt,
.c-we-btn.-tertiary.-alt,
.c-we-button.-c.-alt,
.c-we-button.-tertiary.-alt {
    color: #fff
}

.c-we-btn.-c.-alt:hover,
.c-we-btn.-tertiary.-alt:hover,
.c-we-button.-c.-alt:hover,
.c-we-button.-tertiary.-alt:hover {
    background-color: rgba(255, 255, 255, 0.1)
}

.c-we-btn.-fullwidth,
.c-we-button.-fullwidth {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.c-we-btn.-compressed,
.c-we-button.-compressed {
    padding-left: 15px;
    padding-right: 15px;
    height: 30px
}

.buttons {
    margin-top: 30px
}

.buttons.-align-center {
    -ms-flex-pack: center;
    justify-content: center
}

.buttons.-align-left {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.buttons.-align-left .c-we-btn,
.buttons.-align-left .c-we-button {
    margin-right: 15px
}

.buttons.-align-right {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.buttons.-align-right .c-we-btn,
.buttons.-align-right .c-we-button {
    margin-left: 15px
}

.buttons.-align-between {
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (max-width: 720px) {
    .buttons .c-we-btn,
    .buttons .c-we-button {
        margin-top: 15px;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (min-width: 720px) {
    .buttons {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.c-we-chart-editor {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.c-we-chart-editor,
.c-we-chart-editor .selectors-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-we-chart-editor .selectors-container .chart-type {
    width: 100%
}

.c-we-chart-editor .selectors-container .chart-type .Select {
    max-width: none
}

.c-we-chart-editor .selectors-container .area-intersection {
    width: 100%
}

.c-we-chart-editor .selectors-container .area-intersection:not(:only-child) {
    margin-left: 20px
}

.c-we-chart-editor .selectors-container .area-intersection:first-child {
    margin-left: 0
}

.c-we-chart-editor .selectors-container .area-intersection .area-intersection-selector {
    max-width: none
}

.c-we-chart-editor .text-container {
    margin-top: 20px
}

.c-we-chart-editor .actions-div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px
}

.c-we-chart-editor .actions-div>.c-we-icon {
    width: 39px;
    height: 21px;
    margin: 0 15px
}

.c-we-chart-editor .actions-div .customization-container {
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 1px solid rgba(26, 28, 34, 0.1);
    padding: 15px;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.c-we-chart-editor .save-widget-container {
    color: #a96927f5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px
}

.c-we-chart-editor .save-widget-container a {
    cursor: pointer
}

.c-we-chart-editor .save-widget-container .not-logged-in-text {
    font-style: italic
}

.c-we-checkbox label {
    display: block;
    padding: 2px 0;
    text-transform: none;
    position: relative;
    padding-left: 14px;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    width: auto;
    top: 0;
    left: 0;
    transform: none;
    text-align: left;
    color: #393f44;
    margin-left: 0
}

.c-we-checkbox label:hover {
    color: #565f67
}

.c-we-checkbox label .checkbox-icon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    border: 1px solid #3bb2d0;
    border-radius: 4px;
    transform: translateY(-50%)
}

.c-we-checkbox label .checkbox-icon:after {
    content: "";
    position: absolute;
    display: block;
    top: calc(50% - 1px);
    left: 50%;
    width: 6px;
    height: 3px;
    border-left: 1px solid #3bb2d0;
    border-bottom: 1px solid #3bb2d0;
    transform: translate(-50%, -50%) rotate(-40deg) scale(0);
    transition: all 0.16s cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

.c-we-checkbox label .item-title {
    display: inline-block;
    margin-left: 5px
}

.c-we-checkbox input[type=checkbox] {
    display: none
}

.c-we-checkbox input[type=checkbox]:checked+label .checkbox-icon:after {
    transform: translate(-50%, -50%) rotate(-40deg) scale(1)
}

.c-we-checkbox-box {
    padding: 15px 0;
    border-bottom: 1px solid rgba(201, 203, 207, 0.85)
}

.c-we-checkbox-box:last-child {
    border-bottom: 0
}

.c-we-checkbox-box .c-we-checkbox {
    margin-bottom: 15px
}

.c-we-checkbox-box .c-we-checkbox:last-child {
    margin-bottom: 0
}

.c-we-checkbox-box .checkbox-box-title {
    display: inline-block;
    margin-bottom: 15px;
    text-transform: capitalize
}

.c-we-column-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 13px;
    font-weight: 700
}

.c-we-column-container .text {
    margin-right: 8px
}

.c-we-column-container .columnbox-container {
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 30px;
    border: 1px solid rgba(201, 203, 207, 0.85);
    border-radius: 4px;
    line-height: 1
}

.c-we-column-container .columnbox-container.-release {
    border-color: #3bb2d0
}

.c-we-column-container .columnbox-container.-release .placeholder {
    color: #3bb2d0
}

.c-we-column-container .columnbox-container .c-we-columnbox {
    width: 100%;
    height: 100%;
    border-radius: 0
}

.c-we-column-container .columnbox-container .placeholder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    padding-right: 10px;
    color: #b9bfc4
}

.c-we-column-details {
    width: 220px
}

.c-we-column-details h4 {
    margin-bottom: 5px;
    line-height: 1.3
}

.c-we-column-details p {
    font-size: 14px;
    line-height: 1.125;
    color: #717171
}

.c-we-columnbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    min-height: 22px;
    background-color: #00b4d3;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    border-radius: 15px;
    padding: 3px 7px;
    cursor: -webkit-grab;
    cursor: grab;
    white-space: nowrap
}

.c-we-columnbox.-dimmed {
    opacity: .5
}

.c-we-columnbox button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent
}

.c-we-columnbox .c-we-icon {
    fill: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.c-we-columnbox .column-type {
    margin-right: 5px
}

.c-we-columnbox .column-name {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.c-we-columnbox .close-button,
.c-we-columnbox .configure-button {
    margin-left: 5px
}

.c-we-columnbox .aggregate-function {
    margin-left: 6px;
    color: #e3e4e6
}

.c-we-columnbox .order-by {
    margin-left: 10px;
    color: #e3e4e6
}

.c-we-custom-select {
    position: relative;
    cursor: pointer;
    width: 100%;
    border: 1px solid rgba(201, 203, 207, 0.85);
    border-radius: 4px;
    height: 45px
}

.c-we-custom-select.-fixed {
    max-width: 200px
}

.c-we-custom-select.-disabled {
    pointer-events: none;
    opacity: .4
}

.c-we-custom-select:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #a96927f5;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    pointer-events: none
}

.c-we-custom-select.-closed .custom-select-search {
    opacity: 0;
    visibility: none;
    cursor: pointer
}

.c-we-custom-select.-closed:after {
    transform: rotate(180deg)
}

.c-we-custom-select.-search:not(.-closed) .custom-select-text>div {
    display: none
}

.c-we-custom-select .icon-btn {
    display: -ms-flexbox;
    display: flex;
    border: 0;
    background: none;
    cursor: pointer
}

.c-we-custom-select .icon-btn:focus {
    outline: none
}

.c-we-custom-select button {
    border: 0;
    background: transparent
}

.c-we-custom-select .clear-button {
    margin-right: 15px;
    z-index: 1
}

.c-we-custom-select .clear-button .c-we-icon {
    fill: rgba(112, 112, 112, 0.5)
}

.c-we-custom-select .no-results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 8px 12px;
    line-height: 1.1;
    font-style: italic;
    color: palette(blue);
    background-color: #fff;
    font-size: 14px;
    box-shadow: 0 -2px 4px 0 rgba(33, 62, 118, 0.09), 0 2px 4px 0 rgba(33, 62, 118, 0.09)
}

.c-we-custom-select .custom-select-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 33px
}

.c-we-custom-select .custom-select-text input[type=search] {
    -webkit-appearance: textfield
}

.c-we-custom-select .custom-select-text>div {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 15px;
    overflow: hidden;
    height: 100%;
    white-space: nowrap;
    line-height: 17px;
    -ms-flex-align: center;
    align-items: center
}

.c-we-custom-select .custom-select-text>div>span .c-we-spinner {
    vertical-align: middle;
    margin-right: 10px
}

.c-we-custom-select .custom-select-options {
    list-style-type: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 -2px 3px 0 rgba(33, 62, 118, 0.09), 0 2px 3px 0 rgba(33, 62, 118, 0.09);
    max-height: 400px;
    margin: 0;
    padding: 0;
    overflow-y: auto
}

.c-we-custom-select .custom-select-options li {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #393f44;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    cursor: pointer;
    line-height: 1.1;
    -ms-flex-align: center;
    align-items: center
}

.c-we-custom-select .custom-select-options li .c-we-icon {
    fill: #a96927f5;
    width: 11px;
    height: 11px
}

.c-we-custom-select .custom-select-options li.title {
    color: #a96927f5;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(26, 28, 34, 0.1);
    padding: 10px 15px
}

.c-we-custom-select .custom-select-options li.title:hover {
    background-color: #fff;
    color: #a96927f5
}

.c-we-custom-select .custom-select-options li:hover {
    background-color: rgba(57, 63, 68, 0.05);
    color: #3bb2d0
}

.c-we-custom-select .custom-select-options li.-selected {
    background-color: rgba(57, 63, 68, 0.05)
}

.c-we-custom-select .custom-select-options li[aria-selected=true] {
    color: #a96927f5
}

.c-we-custom-select .custom-select-options li .label {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: inline-block;
    padding: 10px 15px;
    text-transform: capitalize
}

.c-we-custom-select .custom-select-options li .next {
    padding: 17px;
    height: 100%;
    cursor: pointer
}

.c-we-custom-select .custom-select-options li .next:hover {
    background-color: rgba(74, 129, 185, 0.05)
}

.c-we-custom-select .custom-select-search {
    background-color: transparent;
    color: #393f44;
    outline: none;
    border: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 10px 15px;
    font-family: Open Sans, Helvetica, Arial, sans-serif
}

.c-we-dimensions-container {
    border-bottom: 1px solid rgba(26, 28, 34, 0.1);
    padding-bottom: 10px
}

.c-we-dimensions-container .c-we-column-container {
    margin-bottom: 8px
}

.c-we-dimensions-container .c-we-column-container:last-child {
    margin-bottom: 0
}

.c-we-field {
    margin-bottom: 20px
}

fieldset.c-we-field {
    border: 1px solid rgba(201, 203, 207, 0.85);
    border-radius: 4px
}

fieldset.c-we-field>div:last-of-type {
    margin-bottom: 0
}

.c-we-field .label,
.c-we-field label,
.c-we-field legend {
    font-size: 12px;
    display: block;
    position: relative;
    margin-bottom: 5px;
    font-size: 13px;
    color: #393f44;
    font-weight: 700;
    line-height: 1.8;
    background: none
}

.c-we-field .label .c-we-spinner,
.c-we-field label .c-we-spinner,
.c-we-field legend .c-we-spinner {
    vertical-align: middle;
    margin-left: 5px
}

.c-we-field legend {
    margin-bottom: 0
}

.c-we-field .hint {
    font-style: italic;
    padding: 0 0 5px;
    font-size: 12px;
    margin: 0
}

.c-we-field .hint ul {
    list-style: disc;
    margin-left: 20px
}

.c-we-field .error {
    color: #e23035;
    margin: 3px 0 0;
    font-size: 12px
}

.c-we-field .input,
.c-we-field>input,
.c-we-field>select,
.c-we-field>textarea {
    display: inline-block;
    box-shadow: none;
    outline: none;
    font-size: 16px;
    padding: 7.5px 10px;
    margin: 0;
    width: 100%;
    font-family: Lato, Helvetica Neue, Helvetica, Arial, sans;
    font-size: 14px;
    color: #393f44;
    border-radius: 4px;
    border: 1px solid rgba(201, 203, 207, 0.85)
}

.c-we-field .input,
.c-we-field>input,
.c-we-field>select {
    height: 45px
}

.c-we-field .input::-webkit-input-placeholder,
.c-we-field>input::-webkit-input-placeholder,
.c-we-field>select::-webkit-input-placeholder,
.c-we-field>textarea::-webkit-input-placeholder {
    color: rgba(57, 63, 68, 0.3)
}

.c-we-field .input:-ms-input-placeholder,
.c-we-field .input::-ms-input-placeholder,
.c-we-field>input:-ms-input-placeholder,
.c-we-field>input::-ms-input-placeholder,
.c-we-field>select:-ms-input-placeholder,
.c-we-field>select::-ms-input-placeholder,
.c-we-field>textarea:-ms-input-placeholder,
.c-we-field>textarea::-ms-input-placeholder {
    color: rgba(57, 63, 68, 0.3)
}

.c-we-field .input::placeholder,
.c-we-field>input::placeholder,
.c-we-field>select::placeholder,
.c-we-field>textarea::placeholder {
    color: rgba(57, 63, 68, 0.3)
}

.c-we-field.-fluid {
    width: 100%
}

.c-we-field.-fluid .input,
.c-we-field.-fluid .Select,
.c-we-field.-fluid>input,
.c-we-field.-fluid>select,
.c-we-field.-fluid>textarea {
    max-width: none
}

.c-we-field.-disabled .input,
.c-we-field.-disabled .Select,
.c-we-field.-disabled>input,
.c-we-field.-disabled>select,
.c-we-field.-disabled>textarea {
    background: #f4f5f6
}

.c-we-field.-error .input,
.c-we-field.-error .Select-control,
.c-we-field.-error>input,
.c-we-field.-error>select,
.c-we-field.-error>textarea {
    border-color: #e23035
}

.c-we-fields-container {
    max-width: 147px;
    max-height: 270px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 8px;
    border: 1px solid rgba(26, 28, 34, 0.1);
    -ms-flex-item-align: stretch;
    align-self: stretch;
    float: left;
    clear: right
}

.c-we-fields-container .c-we-columnbox {
    margin-bottom: 8px
}

.c-we-fields-container .c-we-columnbox:last-child {
    margin-bottom: 0
}

.c-we-filter-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 700
}

.c-we-filter-container .text {
    margin-right: 8px;
    text-align: right
}

.c-we-filter-container .filter-box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 30px;
    max-height: 75px;
    overflow: auto;
    width: 150px;
    padding: 8px;
    border: 1px solid rgba(201, 203, 207, 0.85);
    border-radius: 4px;
    line-height: 1
}

.c-we-filter-container .filter-box.-release {
    border-color: #3bb2d0
}

.c-we-filter-container .filter-box.-release .placeholder {
    color: #3bb2d0
}

.c-we-filter-container .filter-box>div:not(:last-of-type) {
    margin-bottom: 5px
}

.c-we-filter-container .filter-box .placeholder {
    color: #b9bfc4
}

.c-we-area-container {
    margin-top: 8px
}

.c-we-area-container label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    font-size: 13px;
    font-weight: 700
}

.c-we-area-container label .c-we-custom-select {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 150px;
    height: 30px;
    margin-left: 8px;
    text-align: left
}

.c-we-area-container label .c-we-custom-select:after {
    border-bottom-color: #999
}

.c-we-filter-tooltip {
    position: relative;
    transform: translate(0);
    min-height: 80px;
    min-width: 200px;
    max-width: 502px
}

.c-we-filter-tooltip .filter-tooltip-content {
    max-height: 200px;
    overflow-y: auto
}

.c-we-filter-tooltip .buttons {
    margin-top: 15px
}

.c-we-filter-tooltip .search-input {
    width: 100%;
    margin-top: 10px
}

.c-we-filter-tooltip .search-input input {
    width: 100%;
    height: 30px
}

.c-we-filter-tooltip .range {
    width: calc(100% - 40px);
    position: relative;
    top: 0;
    left: 20px;
    margin: 20px 0
}

.c-we-filter-tooltip .range .input-range>.input-range__label {
    display: none
}

.c-we-filter-tooltip .range .input-range .input-range__label {
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #393f44
}

.c-we-filter-tooltip .range .input-range .input-range__slider-container,
.c-we-filter-tooltip .range .input-range .input-range__track {
    transition: none
}

.c-we-filter-tooltip .range .input-range .input-range__slider,
.c-we-filter-tooltip .range .input-range .input-range__track--active {
    background-color: #3bb2d0;
    border-color: #3bb2d0
}

.c-we-filter-tooltip .text-inputs-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.c-we-filter-tooltip .text-inputs-container input {
    width: 100%
}

.c-we-filter-tooltip .text-inputs-container input.-first {
    margin-right: 10px
}

.c-we-filter-tooltip .text-inputs-container input.-last {
    margin-left: 10px
}

.c-we-filter-tooltip .date-filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px
}

.c-we-filter-tooltip .date-filter>label {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    font-size: 14px
}

.c-we-filter-tooltip .date-filter>label:first-of-type {
    margin-right: 20px
}

.c-we-filter-tooltip .date-filter>label input {
    display: block
}

.c-we-how-to-widget-editor-modal h1 {
    color: #a96927f5
}

.c-we-how-to-widget-editor-modal .container {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 60px
}

.c-we-how-to-widget-editor-modal .container .container1 {
    width: 50%
}

.c-we-how-to-widget-editor-modal .container .container1 .image-container {
    padding-top: 20px
}

.c-we-how-to-widget-editor-modal .container .container1 .image-container img {
    width: 80%;
    max-width: 360px
}

.c-we-how-to-widget-editor-modal .container .container2 {
    width: 50%
}

.c-we-how-to-widget-editor-modal .container .container2 .image-container {
    padding-top: 20px
}

.c-we-how-to-widget-editor-modal .container .container2 .image-container img {
    width: 100%;
    max-width: 360px
}

.c-we-icon {
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.c-we-icon.-tiny {
    width: 7px;
    height: 7px
}

.c-we-icon.-smaller {
    width: 10px;
    height: 10px
}

.c-we-icon.-small {
    width: 14px;
    height: 14px
}

.c-we-icon.-medium {
    width: 24px;
    height: 24px
}

.c-we-icon.-big {
    width: 32px;
    height: 32px
}

.c-we-icon.-huge {
    width: 65px;
    height: 65px
}

.c-we-limit-container {
    margin-top: 8px
}

.c-we-limit-container label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    font-size: 13px;
    font-weight: 700
}

.c-we-limit-container label input {
    height: 30px;
    width: 150px;
    margin-left: 8px;
    text-align: right;
    border: 1px solid rgba(201, 203, 207, 0.85);
    border-radius: 4px
}

.c-we-map {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.c-we-map .map-leaflet {
    width: 100%;
    height: 100%;
    background: #000
}

.c-we-map .leaflet-right .leaflet-control {
    margin-top: 24px !important;
    margin-right: 30px !important;
    border-width: 1px;
    border-color: rgba(201, 203, 207, 0.85)
}

.c-we-embed-widget .c-we-map .leaflet-right .leaflet-control {
    margin-right: 15px !important
}

.c-we-map .leaflet-control-zoom-in,
.c-we-map .leaflet-control-zoom-out {
    width: 30px;
    height: 30px;
    font-size: 17px !important;
    background-color: #fff
}

.c-we-map .leaflet-control-zoom-in:hover,
.c-we-map .leaflet-control-zoom-out:hover {
    width: 30px;
    height: 30px;
    background-color: #fcf5f8
}

.c-we-map .leaflet-control-attribution {
    padding: 5px 8px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 2px 2px 0 0;
    color: #fff;
    font: "Lato", "Helvetica Neue", Helvetica, Arial, sans;
    font-size: 12px
}

.c-we-map .leaflet-control-attribution a {
    color: #fff;
    text-decoration: underline
}

.leaflet-default-icon-path {
    background-image: url(https://unpkg.com/leaflet@1.1.0/dist/images/marker-icon.png)
}

.c-we-map-controls {
    position: absolute;
    top: 90px;
    right: 30px;
    z-index: 999
}

.c-we-map-controls.-left {
    top: 16px;
    left: 16px;
    right: auto
}

.c-we-map-controls .map-controls-list {
    margin: 0;
    padding: 0
}

.c-we-map-controls .map-controls-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    width: 100%;
    padding: 0;
    border-radius: 4px;
    border: 1px solid rgba(201, 203, 207, 0.85)
}

.c-we-map-controls .map-controls-item:not(:first-child) {
    margin: 4px 0 0
}

.c-we-map-controls .map-controls-item button {
    cursor: pointer;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    outline: none;
    border: none;
    border-radius: 4px;
    background-color: #fff;
    transition: background-color .16s linear
}

.c-we-map-controls .map-controls-item button:not(:first-child) {
    border-top: 1px solid rgba(201, 203, 207, 0.85)
}

.c-we-map-controls .map-controls-item button:hover {
    background-color: #f2f2f2
}

.c-we-map-controls .map-controls-item button.-disabled {
    pointer-events: none;
    opacity: .25
}

.c-we-map-controls .map-controls-item button>svg {
    fill: #393f44
}

.c-we-map-editor {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 20px;
    overflow-y: auto
}

.c-we-map-editor .breadcrumbs {
    margin-bottom: 15px
}

.c-we-map-editor .breadcrumbs .c-we-button {
    padding-left: 0
}

.c-we-map-editor .breadcrumbs .c-we-button .c-we-icon {
    margin-right: 5px
}

.c-we-map-editor .breadcrumbs .c-we-button .c-we-icon use {
    fill: currentColor
}

.c-we-map-editor .initial-screen {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.c-we-map-editor .initial-screen .c-we-button {
    margin: 15px 0
}

.c-we-map-editor .layer-creation-screen .Select {
    max-width: none
}

.c-we-map-editor .selector-container h5 {
    margin: 0 0 5px
}

.c-we-map-editor .selector-container .Select {
    max-width: none
}

.c-we-map-editor .actions-container {
    color: #a96927f5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px
}

.c-we-map-editor .actions-container a {
    cursor: pointer
}

.c-we-map-editor .actions-container .not-logged-in-text {
    font-style: italic;
    color: #a96927f5
}

.c-we-legend-map {
    position: absolute;
    bottom: 35px;
    right: 30px;
    width: 80%;
    max-width: 300px;
    z-index: 2
}

.c-we-embed-widget .c-we-legend-map {
    right: 15px
}

@media screen and (min-width: 1080px) {
    .c-we-legend-map {
        width: 100%;
        min-width: 400px
    }
}

.c-we-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.16s cubic-bezier(0.47, 0, 0.745, 0.715);
    z-index: 1100;
    visibility: visible;
    opacity: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.c-we-modal.-hidden {
    opacity: 0;
    visibility: hidden
}

.c-we-modal.-hidden .modal-container {
    transform: translateY(-35px)
}

.c-we-modal .modal-container {
    transition: transform 0.24s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateY(0);
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: calc(100% - 50px);
    max-width: 880px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    z-index: 1
}

.c-we-modal .modal-content {
    position: relative;
    width: 100%;
    max-height: 85vh;
    min-height: 150px;
    overflow: auto;
    padding: 72px;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.15)
}

.c-we-modal .modal-close {
    fill: #000;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    z-index: 2
}

.c-we-modal .modal-close svg {
    width: 20px;
    height: 20px
}

.c-we-modal .modal-close:hover svg {
    fill: #a96927f5
}

.c-we-modal .modal-backdrop {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.c-we-modal.-menu .modal-container {
    background: #a96927f5
}

.c-we-modal.-menu .modal-content {
    padding: 64px
}

.c-we-modal.-menu .modal-close {
    fill: #fff;
    width: 80px;
    height: 80px
}

.c-we-modal.-menu .modal-close svg {
    width: 32px;
    height: 32px
}

.c-we-modal.-medium .modal-container {
    max-width: 900px
}

.c-we-order-by-tooltip {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-we-order-by-tooltip input,
.c-we-order-by-tooltip label {
    cursor: pointer
}

.c-we-order-by-tooltip .radio-button {
    margin-top: 5px
}

.c-we-order-by-tooltip .radio-button label {
    margin-left: 5px
}

.c-we-order-by-tooltip .radio-button:last-child {
    margin-bottom: 10px
}

.c-we-radio label {
    display: block;
    padding: 2px 0;
    text-transform: none;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    width: auto;
    top: 0;
    left: 0;
    transform: none;
    text-align: left;
    color: #393f44
}

.c-we-radio label:hover {
    color: #565f67
}

.c-we-radio label span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #3bb2d0;
    border-radius: 50%;
    transform: translateY(-50%)
}

.c-we-radio label span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background: #3bb2d0;
    border-radius: 50%;
    display: block;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.16s cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

.c-we-radio input[type=radio] {
    display: none
}

.c-we-radio input[type=radio]:checked+label span:after {
    transform: translate(-50%, -50%) scale(1)
}

.c-we-radio-box {
    margin: 5px
}

.c-we-radio-box>* {
    margin: 0 0 10px
}

.c-we-radio-box>:last-child {
    margin: 0
}

.c-we-radio-box.-inline {
    display: -ms-flexbox;
    display: flex
}

.c-we-radio-box.-inline>* {
    margin: 0 16px 0 0
}

.c-we-radio-box.-inline>:last-child {
    margin: 0
}

.c-we-raster-chart-editor {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 360px;
    margin-top: 20px
}

.c-we-raster-chart-editor .content {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.c-we-raster-chart-editor .content .selectors-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-we-raster-chart-editor .content .selectors-container>div {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.c-we-raster-chart-editor .content h5 {
    margin: 0 0 5px
}

.c-we-raster-chart-editor .content .Select {
    max-width: none
}

.c-we-raster-chart-editor .content .description {
    font-size: 14px
}

.c-we-raster-chart-editor .content .description button {
    color: #a96927f5;
    cursor: pointer
}

.c-we-raster-chart-editor .content .stats {
    position: relative;
    min-height: 100px;
    margin-top: 20px
}

.c-we-raster-chart-editor .content .stats .c-we-spinner {
    z-index: 0
}

.c-we-raster-chart-editor .content .stats table {
    display: block;
    width: 100%;
    font-size: 14px
}

.c-we-raster-chart-editor .content .stats table tbody,
.c-we-raster-chart-editor .content .stats table thead,
.c-we-raster-chart-editor .content .stats table tr {
    display: block;
    width: 100%
}

.c-we-raster-chart-editor .content .stats table td,
.c-we-raster-chart-editor .content .stats table th {
    display: inline-block;
    width: 16.66667%
}

.c-we-raster-chart-editor .error span {
    font-weight: 700
}

.c-we-raster-chart-editor .buttons {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-we-raster-chart-editor .buttons .not-logged-in-text {
    font-style: italic
}

.c-we-save-widget-modal .form-container {
    margin-top: 60px
}

.c-we-save-widget-modal .c-we-field-container {
    margin-top: 20px;
    margin-bottom: 60px
}

.c-we-save-widget-modal h1 {
    color: #a96927f5
}

.c-we-save-widget-modal .error-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    width: 100%;
    background-color: rgba(250, 183, 46, 0.2);
    border-radius: 4px
}

.c-we-save-widget-modal .error-container div {
    margin-right: 10px;
    color: #fff;
    background-color: #fab72e;
    border-radius: 4px;
    padding: 5px
}

.c-we-save-widget-modal .c-we-icon {
    display: block;
    height: 80px;
    width: auto;
    margin: 20px auto
}

.c-we-save-widget-modal .buttons-container button {
    width: 120px
}

.c-we-save-widget-modal .buttons-container button:first-child {
    margin-right: 20px
}

.c-we-save-widget-modal .buttons-widget-saved button {
    width: 180px
}

.c-we-save-widget-modal .buttons-widget-saved button:first-child {
    margin-right: 20px
}

.Select {
    position: relative;
    min-width: 200px;
    max-width: 400px
}

.Select,
.Select div,
.Select input,
.Select span {
    box-sizing: border-box
}

.Select.is-disabled>.Select-control {
    background-color: #f4f5f6
}

.Select.is-disabled>.Select-control:hover {
    box-shadow: none
}

.Select.is-disabled .Select-arrow-zone {
    cursor: default;
    pointer-events: none;
    opacity: .35
}

.Select-control {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid rgba(201, 203, 207, 0.85);
    color: #333;
    cursor: default;
    display: table;
    border-spacing: 0;
    border-collapse: separate;
    height: 44px;
    outline: none;
    overflow: hidden;
    position: relative;
    width: 100%;
    font-size: 14px
}

.Select-control:hover {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06)
}

.Select-control .Select-input:focus {
    outline: none
}

.is-searchable.is-open>.Select-control {
    cursor: text
}

.is-open>.Select-control {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: #fff;
    border-color: rgba(201, 203, 207, 0.85)
}

.is-open>.Select-control>.Select-arrow {
    border-color: transparent transparent #999;
    border-width: 0 5px 5px
}

.is-searchable.is-focused:not(.is-open)>.Select-control {
    cursor: text
}

.Select--single>.Select-control .Select-value,
.Select-placeholder {
    bottom: 0;
    color: #999ba1;
    left: 0;
    line-height: 42px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value .Select-value-label,
.has-value.Select--single>.Select-control .Select-value .Select-value-label {
    color: #333
}

.has-value.is-pseudo-focused.Select--single>.Select-control .Select-value a.Select-value-label,
.has-value.Select--single>.Select-control .Select-value a.Select-value-label {
    cursor: pointer;
    text-decoration: none
}

.Select-input {
    height: 34px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle
}

.Select-input>input {
    width: 100%;
    background: none transparent;
    border: 0 none;
    box-shadow: none;
    cursor: default;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    margin: 0;
    outline: none;
    line-height: 26px;
    padding: 8px 0 12px;
    -webkit-appearance: none
}

.is-focused .Select-input>input {
    cursor: text
}

.has-value.is-pseudo-focused .Select-input {
    opacity: 0
}

.Select-control:not(.is-searchable)>.Select-input {
    outline: none
}

.Select-loading-zone {
    cursor: pointer;
    display: table-cell;
    text-align: center
}

.Select-loading,
.Select-loading-zone {
    position: relative;
    vertical-align: middle;
    width: 16px
}

.Select-loading {
    animation: e .4s infinite linear;
    height: 16px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid rgba(26, 28, 34, 0.1);
    border-right-color: #333;
    display: inline-block
}

.Select-clear-zone {
    animation: d .2s;
    color: #999;
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 17px
}

.Select-clear-zone:hover {
    color: #d0021b
}

.Select-clear {
    display: inline-block;
    font-size: 18px;
    line-height: 1
}

.Select--multi .Select-clear-zone {
    width: 17px
}

.Select-arrow-zone {
    cursor: pointer;
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 25px;
    padding-right: 5px
}

.Select-arrow {
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 5px 5px 2.5px;
    display: inline-block;
    height: 0;
    width: 0
}

.is-open .Select-arrow,
.Select-arrow-zone:hover>.Select-arrow {
    border-top-color: #666
}

.Select--multi .Select-multi-value-wrapper {
    display: inline-block;
    margin: 0 0 8px
}

.Select .Select-aria-only {
    display: inline-block;
    height: 1px;
    width: 1px;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    overflow: hidden
}

@keyframes d {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.Select-menu-outer {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #fff;
    border: 1px solid rgba(26, 28, 34, 0.1);
    border-top-color: #e6e6e6;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    margin-top: -1px;
    max-height: 200px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10;
    -webkit-overflow-scrolling: touch;
    font-size: 14px
}

.Select-menu {
    max-height: 198px;
    overflow-y: auto
}

.Select-option {
    box-sizing: border-box;
    background-color: #fff;
    color: #666;
    cursor: pointer;
    display: block;
    padding: 8px 10px
}

.Select-option:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.Select-option.is-selected {
    background-color: #f5faff;
    background-color: rgba(0, 126, 255, 0.04);
    color: #333
}

.Select-option.is-focused {
    background-color: #ebf5ff;
    background-color: rgba(0, 126, 255, 0.08);
    color: #333
}

.Select-option.is-disabled {
    color: #ccc;
    cursor: default
}

.Select-noresults {
    box-sizing: border-box;
    color: #999;
    cursor: default;
    display: block;
    padding: 8px 10px
}

.Select--multi .Select-input {
    vertical-align: middle;
    margin-left: 10px;
    padding: 0
}

.Select--multi.has-value .Select-input {
    margin-left: 8px
}

.Select--multi .Select-value {
    background-color: #ebf5ff;
    background-color: rgba(0, 126, 255, 0.08);
    border-radius: 2px;
    border: 1px solid #c2e0ff;
    border: 1px solid rgba(0, 126, 255, 0.24);
    color: #007eff;
    display: inline-block;
    font-size: .9em;
    line-height: 1.4;
    margin: 8px 0 0 8px;
    vertical-align: top
}

.Select--multi .Select-value-icon,
.Select--multi .Select-value-label {
    display: inline-block;
    vertical-align: middle
}

.Select--multi .Select-value-label {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    cursor: default;
    padding: 2px 5px;
    word-break: break-all
}

.Select--multi a.Select-value-label {
    color: #007eff;
    cursor: pointer;
    text-decoration: none
}

.Select--multi a.Select-value-label:hover {
    text-decoration: underline
}

.Select--multi .Select-value-icon {
    cursor: pointer;
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
    border-right: 1px solid #c2e0ff;
    border-right: 1px solid rgba(0, 126, 255, 0.24);
    padding: 1px 5px 3px
}

.Select--multi .Select-value-icon:focus,
.Select--multi .Select-value-icon:hover {
    background-color: #d8eafd;
    background-color: rgba(0, 113, 230, 0.08);
    color: #0071e6
}

.Select--multi .Select-value-icon:active {
    background-color: #c2e0ff;
    background-color: rgba(0, 126, 255, 0.24)
}

.Select--multi.is-disabled .Select-value {
    background-color: #f4f5f6;
    border: 1px solid #e3e3e3;
    color: #333
}

.Select--multi.is-disabled .Select-value-icon {
    cursor: not-allowed;
    border-right: 1px solid #e3e3e3
}

.Select--multi.is-disabled .Select-value-icon:active,
.Select--multi.is-disabled .Select-value-icon:focus,
.Select--multi.is-disabled .Select-value-icon:hover {
    background-color: #f4f5f6
}

@keyframes e {
    to {
        transform: rotate(1turn)
    }
}

.c-we-sort-container {
    margin-top: 8px
}

.c-we-spinner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0
}

.c-we-spinner .spinner-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.c-we-spinner .spinner-box .icon {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #a96927f5;
    animation: f 0.75s infinite cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

.c-we-spinner .spinner-box button {
    margin: 10px 0 0
}

.c-we-spinner.-loading {
    visibility: visible;
    opacity: 1
}

.c-we-spinner.-light {
    background: rgba(255, 255, 255, 0.5)
}

.c-we-spinner.-transparent {
    background: rgba(255, 255, 255, 0)
}

.c-we-spinner.-white-icon .spinner-box .icon {
    border-top-color: #fff
}

.c-we-spinner.-fixed {
    position: fixed
}

.c-we-spinner.-relative {
    position: relative
}

.c-we-spinner.-inline {
    position: static;
    display: inline-block;
    background: none
}

.c-we-spinner.-inline .spinner-box {
    position: static;
    transform: none
}

.c-we-spinner.-small .spinner-box .icon {
    width: 20px;
    height: 20px
}

@keyframes f {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.c-we-table .table,
.c-we-table table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
    border-top: 1px solid rgba(26, 28, 34, 0.1);
    border-left: 1px solid rgba(26, 28, 34, 0.1);
    border-right: 1px solid rgba(26, 28, 34, 0.1);
    font-size: 14px
}

.c-we-table .table li,
.c-we-table table li {
    list-style: none
}

.c-we-table .table td,
.c-we-table .table th,
.c-we-table table td,
.c-we-table table th {
    border-bottom: 1px solid rgba(26, 28, 34, 0.1)
}

.c-we-table .table thead,
.c-we-table table thead {
    background-color: #fff
}

.c-we-table .table thead th,
.c-we-table table thead th {
    position: relative;
    font-size: 14px;
    color: #393f44;
    font-weight: 700;
    white-space: nowrap;
    padding: 20px
}

.c-we-table .table thead th .filter-action,
.c-we-table table thead th .filter-action {
    fill: #b9bfc4
}

.c-we-table .table tbody tr,
.c-we-table table tbody tr {
    background-color: #fff
}

.c-we-table .table tbody td,
.c-we-table table tbody td {
    width: 100%;
    padding: 20px
}

.c-we-table .table tbody .individual-actions>ul,
.c-we-table table tbody .individual-actions>ul {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    padding: 0
}

.c-we-table .table tbody .individual-actions>ul>li,
.c-we-table table tbody .individual-actions>ul>li {
    margin-right: 20px
}

.c-we-table .table tbody .individual-actions>ul>li:last-child,
.c-we-table table tbody .individual-actions>ul>li:last-child {
    margin: 0
}

.c-we-table .th-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end
}

.c-we-table .th-wrapper ul {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    margin-left: 10px
}

.c-we-table .table-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
    margin-top: 10px
}

.c-we-table .c-we-paginator {
    margin-bottom: 20px
}

.c-we-table td.main {
    color: #393f44
}

.c-we-table td.main a {
    color: #393f44;
    text-decoration: none
}

.c-we-table td.main a:hover {
    color: #222528;
    text-decoration: underline
}

.c-we-table td.status:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-right: 5px;
    margin-bottom: 1px
}

.c-we-table td.status.-completed,
.c-we-table td.status.-saved,
.c-we-table td.status.-success {
    color: #65b60d
}

.c-we-table td.status.-completed:before,
.c-we-table td.status.-saved:before,
.c-we-table td.status.-success:before {
    background-color: #65b60d
}

.c-we-table td.status.-pending {
    color: #b9bfc4
}

.c-we-table td.status.-pending:before {
    background-color: #b9bfc4
}

.c-we-table td.status.-failed {
    color: #fab72e
}

.c-we-table td.status.-failed:before {
    background-color: #fab72e
}

.c-we-table td.status.-deleted {
    color: #e23035
}

.c-we-table td.status.-deleted:before {
    background-color: #e23035
}

.c-we-table-view {
    max-height: 580px;
    width: 100%;
    height: 100%;
    overflow: auto
}

.c-we-text-chart {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: 20px
}

.c-we-text-chart .error,
.c-we-text-chart .no-data {
    font-weight: 700;
    text-align: center
}

.c-we-text-chart .error span,
.c-we-text-chart .no-data span {
    display: block;
    font-weight: 400;
    font-size: 14px
}

.c-we-text-chart .content .token {
    color: #3bb2d0;
    font-weight: 700
}

.c-we-tooltip {
    position: fixed;
    padding: 15px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid rgba(26, 28, 34, 0.1);
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
    z-index: 10001
}

.c-we-tooltip.-arrow-top .tip {
    top: -8px;
    border: 1px solid rgba(26, 28, 34, 0.1);
    border-bottom-color: transparent;
    border-left-color: transparent;
    transform: translateX(-50%) rotate(-45deg)
}

.c-we-tooltip.-arrow-bottom .tip,
.c-we-tooltip.-arrow-top .tip {
    display: block;
    position: absolute;
    left: 50%;
    width: 15px;
    height: 15px;
    background-color: #fff;
    content: ""
}

.c-we-tooltip.-arrow-bottom .tip {
    bottom: -8px;
    border: 1px solid rgba(26, 28, 34, 0.1);
    border-top-color: transparent;
    border-left-color: transparent;
    transform: translateX(-50%) rotate(45deg);
    z-index: -1
}

.c-we-tooltip.-arrow-right:after {
    right: 8px
}

.c-we-tooltip.-arrow-left:after,
.c-we-tooltip.-arrow-right:after {
    content: "";
    position: absolute;
    top: -14px;
    border-top: 7px solid #fff;
    border-bottom: 7px solid transparent;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    transform: rotate(180deg)
}

.c-we-tooltip.-arrow-left:after {
    left: 20px
}

.c-we-tooltip .divisor {
    height: 0;
    border-top: 1px solid rgba(26, 28, 34, 0.1);
    margin: 15px 0
}

.c-we-tooltip-invisible-div {
    position: absolute;
    width: 1px;
    height: 1px
}

.c-we-upload-area-intersection-modal p a {
    color: #3bb2d0;
    text-decoration: none
}

.c-we-upload-area-intersection-modal .c-we-dropzone {
    margin: 40px 0
}

.c-we-upload-area-intersection-modal .dropzone-file-input {
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    margin-top: 40px;
    padding: 5px;
    border: 1px solid rgba(201, 203, 207, 0.85);
    border-radius: 4px
}

.c-we-upload-area-intersection-modal .dropzone-file-input.-active {
    border-color: #a96927f5
}

.c-we-upload-area-intersection-modal .dropzone-file-input>div {
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 5px 15px
}

.c-we-upload-area-intersection-modal .dropzone-file-input>button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 5px
}

.c-we-upload-area-intersection-modal .dropzone-file-errors {
    width: 100%;
    padding: 10px 20px;
    list-style: none;
    background-color: rgba(250, 183, 46, 0.2);
    border-radius: 4px
}

.c-we-upload-area-intersection-modal .dropzone-file-errors span {
    display: inline-block;
    margin-right: 5px;
    padding: 2px 8px;
    color: #fff;
    background-color: #fab72e;
    border-radius: 4px
}

.c-we-upload-area-intersection-modal .complementary-info {
    margin-top: 40px;
    font-size: 14px
}

.c-we-upload-area-intersection-modal .complementary-info p {
    margin: 0
}

.c-we-upload-area-intersection-modal .complementary-info ul {
    margin: 10px 0;
    padding-left: 25px
}

.c-we-upload-area-intersection-modal .complementary-info ul li+li {
    margin-top: 5px
}

.c-we-upload-area-intersection-modal.-embed .c-we-dropzone,
.c-we-upload-area-intersection-modal.-embed .dropzone-file-input {
    margin-top: 0
}

.c-we-upload-area-intersection-modal.-embed .info {
    margin-top: 45px
}

.c-we-vega-chart-legend {
    position: absolute;
    top: 25px;
    right: 20px;
    z-index: 3
}

.c-we-vega-chart-legend .toggle-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    color: #717171;
    cursor: pointer
}

.c-we-vega-chart-legend .toggle-button span {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border: 1px solid rgba(112, 112, 112, 0.2);
    border-radius: 100%;
    font-family: Georgia, serif;
    font-style: italic;
    color: #393f44
}

.c-we-vega-chart-legend .container {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 15px;
    width: 200px;
    border: 1px solid rgba(26, 28, 34, 0.1);
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1)
}

.c-we-vega-chart-legend .container[aria-hidden=true] {
    display: none
}

.c-we-vega-chart-legend .container:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background: linear-gradient(180deg, #fff, rgba(255, 255, 255, 0));
    content: ""
}

.c-we-vega-chart-legend .container:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
    content: ""
}

.c-we-vega-chart-legend .container .close-button {
    display: inline-block;
    position: absolute;
    top: 7px;
    right: 7px;
    margin: 0;
    padding: 0;
    width: 11px;
    height: 11px;
    border: none;
    background: transparent;
    cursor: pointer
}

.c-we-vega-chart-legend .container .content {
    padding: 15px 0 0;
    max-height: 120px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.c-we-vega-chart-legend .container .content .legend {
    padding-bottom: 15px
}

.c-we-vega-chart-legend .container .legend+.legend {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(26, 28, 34, 0.1)
}

.c-we-vega-chart-legend .container .legend .c-we-title {
    margin-bottom: 10px
}

.c-we-vega-chart-legend .container .legend .item {
    font-size: 14px;
    color: #393f44
}

.c-we-vega-chart-legend .container .legend .shape {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(26, 28, 34, 0.1);
    background-color: #3bb2d0
}

.c-we-vega-chart-legend .container .legend .shape.-circle {
    border-radius: 100%
}

.c-we-vega-chart-legend .container .legend.-color .item {
    display: -ms-flexbox;
    display: flex;
    padding: 2px 0
}

.c-we-vega-chart-legend .container .legend.-color .shape {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 4px;
    margin-right: 10px
}

.c-we-vega-chart-legend .container .legend.-size .items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch
}

.c-we-vega-chart-legend .container .legend.-size .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.c-we-vega-chart-legend .container .legend.-size .item+.item {
    margin-left: 15px
}

.c-we-vega-chart-legend .container .legend.-size .shape-container {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 5px
}

.vg-tooltip.light-theme {
    padding: 15px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid rgba(26, 28, 34, 0.1);
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-family: Lato, Helvetica Neue, Helvetica, Arial, sans;
    color: #393f44
}

.vg-tooltip.light-theme tr td.key {
    padding-right: 20px;
    text-align: left;
    color: #717171
}

.vg-tooltip.light-theme tr td.value {
    font-weight: 700
}

.vg-tooltip.light-theme tr:first-of-type td.value {
    font-size: 18px
}

.c-we-widget-tooltip-list {
    margin: -15px
}

.c-we-widget-tooltip-list .tooltip-content {
    max-width: 200px;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto
}

.c-we-widget-tooltip-list .tooltip-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.c-we-widget-tooltip-list .tooltip-list>li {
    padding: 7.5px 15px;
    cursor: pointer
}

.c-we-widget-tooltip-list .tooltip-list>li:hover {
    background: #f4f5f6
}

.c-we-widget-actions-tooltip ul {
    list-style: none;
    margin: 15px;
    padding: 0
}

.c-we-widget-actions-tooltip ul li:not(:last-of-type) {
    margin-bottom: 10px
}

.c-we-widget-actions-tooltip ul button {
    cursor: pointer;
    font-size: 16px
}

.c-we-widget-card {
    position: relative;
    width: 100%;
    background: #f4f5f6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    cursor: pointer;
    border: 1px solid rgba(26, 28, 34, 0.1);
    border-radius: 4px
}

.c-we-widget-card>a:hover {
    text-decoration: none
}

.c-we-widget-card .widget-collections {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 6px 15px
}

.c-we-widget-card .widget-collections button {
    cursor: pointer;
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #9aa2a9
}

.c-we-widget-card .c-we-widget-chart .c-we-chart .chart {
    display: -ms-flexbox;
    display: flex
}

.c-we-widget-card .c-we-widget-chart .c-we-chart .chart canvas {
    height: 100%
}

.c-we-widget-card .info {
    background: #fff;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px
}

.c-we-widget-card .info .detail {
    margin-bottom: 20px
}

.c-we-widget-card .info .detail a {
    text-decoration: none;
    color: #393f44
}

.c-we-widget-card .info .detail p {
    margin: 10px 0 0;
    word-break: break-word;
    font-size: 14px;
    color: #717171
}

.c-we-widget-card .info .actions {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 30px
}

.c-we-widget-card .info .actions .c-we-button {
    height: 30px;
    padding: 0 10px
}

.c-we-widget-card .star-icon {
    position: absolute;
    top: 6px;
    right: 6px;
    cursor: pointer
}

.c-we-widget-card .star-icon svg {
    fill: #fab72e
}

.c-we-widget-card.-selected {
    border-color: #a96927f5
}

.c-we-dock-widget .dock-widget-header {
    padding-left: 16px;
    padding-right: 16px
}

.c-we-dock-widget .dock-widget-container {
    padding: 16px
}

.c-we-widget-editor {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 20px 0;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #f4f6f7
}

.c-we-widget-editor .customize-visualization {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-height: 690px;
    max-height: 740px;
    margin: -20px 0;
    -ms-flex-preferred-size: 522px;
    flex-basis: 522px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    padding: 5px;
    border: 1px solid rgba(26, 28, 34, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
    background-color: #fff
}

.c-we-widget-editor .customize-visualization.-contracted {
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.c-we-widget-editor .customize-visualization.-contracted>.content {
    display: none
}

.c-we-widget-editor .customize-visualization>.btn-toggle {
    position: absolute;
    bottom: 35px;
    right: 0;
    width: 30px;
    height: 40px;
    padding: 0;
    transform: translateX(100%);
    border: 1px solid rgba(26, 28, 34, 0.1);
    border-left: none;
    border-radius: 0 2px 2px 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
    background-color: #fff;
    cursor: pointer;
    z-index: 1000
}

.c-we-widget-editor .customize-visualization>.btn-toggle:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: #fff;
    content: ""
}

.c-we-widget-editor .customize-visualization>.btn-toggle:hover .c-we-icon {
    fill: #393f44
}

.c-we-widget-editor .customize-visualization>.btn-toggle.-contracted .c-we-icon {
    transform: translate(calc(-50% + 1px), -50%) rotate(180deg)
}

.c-we-widget-editor .customize-visualization>.btn-toggle .c-we-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 15px;
    transform: translate(calc(-50% - 1px), -50%);
    fill: rgba(57, 63, 68, 0.7);
    transition: fill 0.24s cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

.c-we-widget-editor .customize-visualization>.content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px;
    overflow-x: hidden;
    width: 100%
}

.c-we-widget-editor .customize-visualization>.content>.title {
    color: #a96927f5;
    font-weight: 300
}

.c-we-widget-editor .customize-visualization>.content .visualization-type-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
}

.c-we-widget-editor .customize-visualization>.content .visualization-type-buttons button {
    height: 45px;
    width: 140px;
    border-radius: 4px;
    border: 1px solid rgba(201, 203, 207, 0.85);
    font-size: 14px;
    background-color: #fff
}

.c-we-widget-editor .customize-visualization>.content .visualization-type-buttons button:not(:last-child) {
    margin-right: 20px
}

.c-we-widget-editor .customize-visualization>.content .visualization-type-buttons button.-active {
    border: 2px solid #a96927f5;
    color: #a96927f5
}

.c-we-widget-editor .visualization {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    overflow-x: hidden;
    padding: 40px 35px 15px;
    padding-right: 0
}

.c-we-widget-editor .visualization.-error {
    text-align: center
}

.c-we-widget-editor .visualization.-error span {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 700
}

.c-we-widget-editor .visualization>.c-we-chart {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 80px
}

.c-we-widget-editor .visualization>.c-we-chart .chart {
    height: auto;
    overflow-x: auto
}

.c-we-widget-editor .visualization>.c-we-chart .chart canvas {
    display: block
}

.c-we-widget-editor .visualization>.c-we-chart .chart .vega {
    text-align: center
}

.c-we-widget-editor .visualization>.c-we-table {
    padding-top: 75px
}

.c-we-widget-editor .visualization iframe {
    width: 100%;
    height: 100%;
    padding-top: 20px
}

.c-we-widget-editor .visualization .chart-title {
    max-width: calc(100% - 250px);
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    font-family: Lato, Helvetica Neue, Helvetica, Arial, sans
}

.c-we-widget-editor .visualization .chart-title.-light {
    color: #fff
}

.c-we-widget-editor .visualization .chart-title>div {
    display: block !important
}

.c-we-widget-editor .visualization .chart-title>div:first-of-type {
    font-size: 21px
}

.c-we-widget-editor .visualization .chart-title>div:not(:first-of-type) {
    margin-top: 10px
}

.c-we-widget-editor .visualization .chart-title input {
    box-sizing: border-box !important;
    min-width: 340px;
    max-width: 100%;
    padding: 10px 15px;
    border: 1px solid rgba(201, 203, 207, 0.85);
    border-radius: 4px;
    font-family: Lato, Helvetica Neue, Helvetica, Arial, sans;
    font-size: 16px
}

.c-we-widget-editor .visualization .share-button {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 90px;
    right: 30px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 3px;
    cursor: pointer;
    z-index: 999
}

.c-we-widget-editor .visualization .share-button:hover {
    background-color: #fcf5f8
}

.c-we-widget-editor .visualization .share-button a {
    color: #fff
}

.c-we-widget-editor .visualization .share-button svg {
    fill: #000
}

.c-we-widget-list>.list {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.c-we-widget-list>.list>.list-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 6px;
    margin-bottom: 12px;
    width: 100%
}

.c-we-widget-list>.list>.list-item.-list {
    padding-top: 12px;
    border-top: 1px solid rgba(26, 28, 34, 0.1)
}

.c-we-widget-list>.list>.list-item.-grid .c-we-widget-card {
    transition: box-shadow .3s, transform .3s
}

.c-we-widget-list>.list>.list-item.-grid .c-we-widget-card:hover {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-4px)
}

.flatpickr-calendar .flatpickr-day.selected {
    background: #a96927f5;
    border-color: #a96927f5
}

.c-add-widget-to-collection-tooltip {
    max-width: 200px
}

.c-add-widget-to-collection-tooltip .buttons-div {
    display: flex;
    justify-content: flex-end
}

.c-add-widget-to-collection-tooltip .buttons-div button:not(:last-of-type) {
    margin-right: 10px
}

.c-text-chart {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 20px
}

.c-text-chart .error,
.c-text-chart .no-data {
    font-weight: 700;
    text-align: center
}

.c-text-chart .error span,
.c-text-chart .no-data span {
    display: block;
    font-weight: 400;
    font-size: 14px
}

.c-text-chart .content .token {
    color: #2C75B0;
    font-weight: 700
}

.c-widget-editor {
    display: flex;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #F4F6F7
}

.c-widget-editor .customize-visualization {
    position: relative;
    min-height: 620px;
    max-height: 740px;
    margin: -20px 0;
    flex-basis: 522px;
    flex-shrink: 0;
    flex-grow: 0;
    padding: 30px;
    border: 1px solid rgba(26, 28, 34, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
    background-color: #fff
}

.c-widget-editor .customize-visualization>.title {
    color: #a96927f5;
    font-weight: 300
}

.c-widget-editor .customize-visualization .visualization-type-selector {
    max-width: none
}

.c-widget-editor .visualization {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 1;
    flex-basis: 100%;
    overflow-x: hidden;
    padding: 40px 15px 15px;
    padding-right: 0
}

.c-widget-editor .visualization.-error {
    text-align: center
}

.c-widget-editor .visualization.-error span {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 700
}

.c-widget-editor .visualization>.c-we-chart {
    display: flex;
    align-items: center;
    height: 100%;
    padding-top: 20px
}

.c-widget-editor .visualization>.c-we-chart .chart {
    height: auto;
    overflow-x: auto
}

.c-widget-editor .visualization>.c-we-chart .chart .vega {
    text-align: center
}

.c-widget-editor .visualization iframe {
    width: 100%;
    height: 100%;
    padding-top: 20px
}

.c-widget-editor .visualization .chart-title {
    width: 100%;
    max-width: calc(100% - 150px);
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2
}

.c-widget-editor .visualization .chart-title>div {
    display: block !important
}

.c-widget-editor .visualization .chart-title input {
    max-width: 100%;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans;
    font-size: 21px
}

.c-widget-editor .visualization .share-button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 90px;
    right: 30px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 3px;
    cursor: pointer;
    z-index: 999
}

.c-widget-editor .visualization .share-button:hover {
    background-color: #fcf5f8
}

.c-widget-editor .visualization .share-button a {
    color: #fff
}

.c-widget-editor .visualization .share-button svg {
    fill: #000
}

.c-widget-editor>.l-container>.row {
    flex-wrap: nowrap
}

.c-columnbox {
    display: flex;
    float: left;
    clear: left;
    align-items: center;
    min-height: 22px;
    background-color: #00B4D3;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    border-radius: 15px;
    padding: 3px 15px 4px 10px;
    cursor: grab
}

.c-columnbox.-dimmed {
    opacity: 0.5
}

.c-columnbox button {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent
}

.c-columnbox .aggregate-function {
    margin-left: 6px;
    color: #e3e4e6
}

.c-columnbox .order-by {
    margin-left: 10px;
    color: #e3e4e6
}

.c-columnbox .c-icon {
    margin-right: 5px;
    fill: #fff
}

.c-columnbox .c-icon.close-button {
    cursor: pointer;
    margin-left: 5px
}

.c-columnbox .c-icon.configure-button {
    cursor: pointer
}

.c-column-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 13px;
    font-weight: 700
}

.c-column-container .text {
    margin-right: 8px
}

.c-column-container .columnbox-container {
    display: flex;
    width: 150px;
    height: 30px;
    border: 1px solid rgba(202, 204, 208, 0.85);
    border-radius: 4px;
    line-height: 1
}

.c-column-container .columnbox-container.-release {
    border-color: #2C75B0
}

.c-column-container .columnbox-container.-release .placeholder {
    color: #2C75B0
}

.c-column-container .columnbox-container .c-columnbox {
    width: 100%;
    height: 100%;
    border-radius: 0px
}

.c-column-container .columnbox-container .placeholder {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    padding-right: 10px;
    color: #b9bfc4
}

.c-column-details {
    width: 220px
}

.c-column-details h4 {
    margin-bottom: 5px;
    line-height: 1.3
}

.c-column-details p {
    font-size: 14px;
    line-height: 1.125;
    color: #717171
}

.c-dimensions-container {
    border-bottom: 1px solid rgba(26, 28, 34, 0.1);
    padding-bottom: 10px
}

.c-dimensions-container .c-column-container {
    margin-bottom: 8px
}

.c-dimensions-container .c-column-container:last-child {
    margin-bottom: 0
}

.c-filter-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 700
}

.c-filter-container .text {
    margin-right: 8px
}

.c-filter-container .filter-box {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    min-height: 30px;
    max-height: 60px;
    overflow: auto;
    width: 150px;
    padding: 8px 10px;
    border: 1px solid rgba(202, 204, 208, 0.85);
    border-radius: 4px;
    line-height: 1
}

.c-filter-container .filter-box.-release {
    border-color: #2C75B0
}

.c-filter-container .filter-box.-release .placeholder {
    color: #2C75B0
}

.c-filter-container .filter-box .c-columnbox {
    margin-bottom: 5px;
    margin-right: 5px
}

.c-filter-container .filter-box .placeholder {
    color: #b9bfc4
}

.c-filter-tooltip {
    position: relative;
    transform: translate(0, 0);
    min-height: 80px;
    min-width: 200px;
    max-width: 502px
}

.c-filter-tooltip .filter-tooltip-content {
    max-height: 200px;
    overflow-y: auto
}

.c-filter-tooltip .buttons {
    margin-top: 15px
}

.c-filter-tooltip .search-input {
    width: 100%;
    margin-top: 10px
}

.c-filter-tooltip .search-input input {
    width: 100%;
    height: 30px
}

.c-filter-tooltip .range {
    width: calc(100% - 40px);
    position: relative;
    top: 0;
    left: 20px;
    margin: 20px 0
}

.c-filter-tooltip .range .input-range>.input-range__label {
    display: none
}

.c-filter-tooltip .range .input-range .input-range__label {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans;
    font-size: 13px;
    font-weight: 700;
    color: #393f44
}

.c-filter-tooltip .range .input-range .input-range__track,
.c-filter-tooltip .range .input-range .input-range__slider-container {
    transition: none
}

.c-filter-tooltip .range .input-range .input-range__slider,
.c-filter-tooltip .range .input-range .input-range__track--active {
    background-color: #2C75B0;
    border-color: #2C75B0
}

.c-filter-tooltip .text-inputs-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px
}

.c-filter-tooltip .text-inputs-container input {
    width: 100%
}

.c-filter-tooltip .text-inputs-container input.-first {
    margin-right: 10px
}

.c-filter-tooltip .text-inputs-container input.-last {
    margin-left: 10px
}

.c-aggregate-function-tooltip {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.c-aggregate-function-tooltip input,
.c-aggregate-function-tooltip label {
    cursor: pointer
}

.c-aggregate-function-tooltip .radio-button {
    margin-top: 5px
}

.c-aggregate-function-tooltip .radio-button label {
    margin-left: 5px
}

.c-aggregate-function-tooltip .radio-button:last-child {
    margin-bottom: 10px
}

.c-order-by-tooltip {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.c-order-by-tooltip input,
.c-order-by-tooltip label {
    cursor: pointer
}

.c-order-by-tooltip .radio-button {
    margin-top: 5px
}

.c-order-by-tooltip .radio-button label {
    margin-left: 5px
}

.c-order-by-tooltip .radio-button:last-child {
    margin-bottom: 10px
}

.c-we-chart-editor .selectors-container {
    display: flex;
    justify-content: space-between
}

.c-we-chart-editor .selectors-container .chart-type {
    width: 100%
}

.c-we-chart-editor .selectors-container .chart-type .Select {
    max-width: none
}

.c-we-chart-editor .selectors-container .area-intersection {
    width: 100%
}

.c-we-chart-editor .selectors-container .area-intersection:not(:only-child) {
    margin-left: 20px
}

.c-we-chart-editor .selectors-container .area-intersection:first-child {
    margin-left: 0
}

.c-we-chart-editor .selectors-container .area-intersection .area-intersection-selector {
    max-width: none
}

.c-we-chart-editor .text-container {
    margin-top: 20px
}

.c-we-chart-editor .arrow-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px
}

.c-we-chart-editor .actions-div {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 20px
}

.c-we-chart-editor .actions-div .customization-container {
    flex-grow: 1;
    border: 1px solid rgba(26, 28, 34, 0.1);
    padding: 15px
}

.c-we-chart-editor .save-widget-container {
    color: #a96927f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px
}

.c-we-chart-editor .save-widget-container a {
    cursor: pointer
}

.c-we-chart-editor .save-widget-container .not-logged-in-text {
    font-style: italic
}

.c-map-editor {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 370px;
    margin-top: 20px
}

.c-map-editor .selector-container h5 {
    margin: 0 0 5px
}

.c-map-editor .selector-container .Select {
    max-width: none
}

.c-map-editor .actions-container {
    color: #a96927f5;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 10px
}

.c-map-editor .actions-container a {
    cursor: pointer
}

.c-map-editor .actions-container .not-logged-in-text {
    font-style: italic;
    color: #a96927f5
}

.c-raster-chart-editor {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    height: 360px;
    margin-top: 20px
}

.c-raster-chart-editor .content {
    flex-grow: 1
}

.c-raster-chart-editor .content .selectors-container {
    display: flex;
    justify-content: space-between
}

.c-raster-chart-editor .content .selectors-container>div {
    flex-basis: calc(50% - 10px);
    flex-grow: 0;
    flex-shrink: 0
}

.c-raster-chart-editor .content h5 {
    margin: 0 0 5px
}

.c-raster-chart-editor .content .Select {
    max-width: none
}

.c-raster-chart-editor .content .description {
    font-size: 14px
}

.c-raster-chart-editor .content .description button {
    color: #a96927f5;
    cursor: pointer
}

.c-raster-chart-editor .content .stats {
    position: relative;
    min-height: 100px;
    margin-top: 20px
}

.c-raster-chart-editor .content .stats .c-spinner {
    z-index: 0
}

.c-raster-chart-editor .content .stats table {
    display: block;
    width: 100%;
    font-size: 14px
}

.c-raster-chart-editor .content .stats table thead,
.c-raster-chart-editor .content .stats table tbody,
.c-raster-chart-editor .content .stats table tr {
    display: block;
    width: 100%
}

.c-raster-chart-editor .content .stats table th,
.c-raster-chart-editor .content .stats table td {
    display: inline-block;
    width: calc(100% / 6)
}

.c-raster-chart-editor .error span {
    font-weight: 700
}

.c-raster-chart-editor .buttons {
    margin-top: 20px;
    display: flex;
    justify-content: space-between
}

.c-raster-chart-editor .buttons .not-logged-in-text {
    font-style: italic
}

.c-fields-container {
    max-width: 147px;
    max-height: 270px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 8px;
    border: 1px solid rgba(26, 28, 34, 0.1);
    float: left;
    clear: right
}

.c-fields-container .c-columnbox {
    margin-bottom: 8px
}

.c-fields-container .c-columnbox:last-child {
    margin-bottom: 0
}

.c-sort-container {
    margin-top: 8px
}

.c-table-view {
    max-height: 580px;
    width: 100%;
    height: 100%;
    overflow: auto
}

.c-limit-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 700
}

.c-limit-container .text {
    margin-right: 8px
}

.c-limit-container input {
    height: 30px;
    width: 150px;
    text-align: right;
    border: 1px solid rgba(202, 204, 208, 0.85);
    border-radius: 4px
}

.c-widget-card {
    position: relative;
    width: 100%;
    min-width: 200px;
    background: #f4f5f6;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    cursor: pointer;
    border: 1px solid rgba(26, 28, 34, 0.1);
    border-radius: 4px
}

.c-widget-card>a:hover {
    text-decoration: none
}

.c-widget-card .detail {
    position: relative;
    padding-right: 20px
}

.c-widget-card .detail>.favourite-button {
    z-index: 2;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    cursor: pointer
}

.c-widget-card .c-widget-chart .c-we-chart .chart {
    display: flex
}

.c-widget-card .c-widget-chart .c-we-chart .chart canvas {
    height: 100%
}

.c-widget-card .info {
    background: #fff;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px
}

.c-widget-card .info .detail {
    margin-bottom: 20px
}

.c-widget-card .info .detail a {
    text-decoration: none;
    color: #393f44
}

.c-widget-card .info .detail p {
    margin: 10px 0 0;
    word-break: break-word;
    font-size: 14px;
    color: #717171
}

.c-widget-card .info .actions {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.c-widget-card .info .actions .c-button {
    height: 30px;
    padding: 0 10px
}

.c-widget-card.-selected {
    border-color: #a96927f5
}

.c-widget-list>.list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.c-widget-list>.list>.list-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px
}

.c-widget-list>.list>.list-item.-list {
    padding-top: 24px;
    border-top: 1px solid rgba(26, 28, 34, 0.1)
}

.c-widget-list>.list>.list-item.-grid .c-widget-card {
    transition: box-shadow .3s, transform .3s
}

.c-widget-list>.list>.list-item.-grid .c-widget-card:hover {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-4px)
}

.c-dock-widget .dock-widget-header {
    padding-left: 16px;
    padding-right: 16px
}

.c-dock-widget .dock-widget-container {
    padding: 16px
}

.c-widget-tooltip-list {
    margin: -15px
}

.c-widget-tooltip-list .tooltip-content {
    max-width: 200px;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto
}

.c-widget-tooltip-list .tooltip-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.c-widget-tooltip-list .tooltip-list>li {
    padding: 7.5px 15px;
    cursor: pointer
}

.c-widget-tooltip-list .tooltip-list>li:hover {
    background: #f4f5f6
}

.c-we-chart-tooltip {
    display: flex;
    font-size: 14px
}

.c-we-chart-tooltip>.labels,
.c-we-chart-tooltip>.values {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end
}

.c-we-chart-tooltip>.labels span,
.c-we-chart-tooltip>.values span {
    display: block
}

.c-we-chart-tooltip>.labels span+span,
.c-we-chart-tooltip>.values span+span {
    margin-top: 10px
}

.c-we-chart-tooltip>.labels {
    margin-right: 20px;
    color: #717171
}

.c-we-chart-tooltip>.values {
    font-weight: 700;
    color: #393f44
}

.c-we-chart-tooltip>.values span:first-of-type {
    font-size: 18px
}

.c-widget-actions-tooltip ul {
    list-style: none;
    margin: 15px;
    padding: 0
}

.c-widget-actions-tooltip ul li:not(:last-of-type) {
    margin-bottom: 10px
}

.c-widget-actions-tooltip ul button {
    cursor: pointer;
    font-size: 16px
}

.c-widget-actions-tooltip ul a {
    padding-left: 6px;
    font-size: 16px;
    text-decoration: none
}

.c-vega-chart-legend {
    position: absolute;
    top: 25px;
    right: 20px
}

.c-vega-chart-legend .toggle-button {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #717171;
    cursor: pointer
}

.c-vega-chart-legend .toggle-button span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border: 1px solid rgba(113, 113, 113, 0.2);
    border-radius: 100%;
    font-family: "Georgia", serif;
    font-style: italic;
    color: #393f44
}

.c-vega-chart-legend .container {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 15px;
    width: 200px;
    border: 1px solid rgba(26, 28, 34, 0.1);
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1)
}

.c-vega-chart-legend .container[aria-hidden="true"] {
    display: none
}

.c-vega-chart-legend .container::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
    content: ''
}

.c-vega-chart-legend .container::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
    content: ''
}

.c-vega-chart-legend .container .content {
    padding: 15px 0 0;
    max-height: 120px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.c-vega-chart-legend .container .content .legend {
    padding-bottom: 15px
}

.c-vega-chart-legend .container .legend+.legend {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(26, 28, 34, 0.1)
}

.c-vega-chart-legend .container .legend .c-title {
    margin-bottom: 10px
}

.c-vega-chart-legend .container .legend .item {
    font-size: 14px;
    color: #393f44
}

.c-vega-chart-legend .container .legend .shape {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid rgba(26, 28, 34, 0.1);
    background-color: #2C75B0
}

.c-vega-chart-legend .container .legend .shape.-circle {
    border-radius: 100%
}

.c-vega-chart-legend .container .legend.-color .item {
    display: flex;
    padding: 2px 0
}

.c-vega-chart-legend .container .legend.-color .shape {
    flex-shrink: 0;
    margin-top: 4px;
    margin-right: 10px
}

.c-vega-chart-legend .container .legend.-size .items {
    display: flex;
    justify-content: flex-start;
    align-items: stretch
}

.c-vega-chart-legend .container .legend.-size .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.c-vega-chart-legend .container .legend.-size .item+.item {
    margin-left: 15px
}

.c-vega-chart-legend .container .legend.-size .shape-container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 5px
}

.c-datasets-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 8px;
    border: 1px solid #e3e4e6;
    cursor: pointer
}

.c-datasets-card:hover {
    background: #f4f5f6
}

.c-datasets-card.-selected {
    background: #f4f5f6
}

.c-datasets-card h3 {
    font-size: 16px;
    color: #3bb2d0;
    margin: 0
}

.c-datasets-card p {
    color: #393f44;
    margin: 0
}

.c-datasets-filter {
    width: 100%;
    padding: 8px;
    cursor: pointer
}

.c-datasets-filter .actions {
    margin: 8px 0 0;
    padding: 8px
}

.c-datasets-filter-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 8px;
    cursor: pointer
}

.c-datasets-filter-item>button:last-child {
    margin-top: 26px
}

.c-datasets-filter-item>* {
    margin: 0 20px 0 0
}

.c-datasets-filter-item>*:last-child {
    margin: 0
}

.c-datasets-filter-item>button {
    margin-top: 25px
}

.c-datasets-filter-item .filters {
    display: flex;
    justify-content: flex-start
}

.c-datasets-filter-item .filters>* {
    margin: 0 20px 0 0
}

.c-datasets-filter-item .filters>*:last-child {
    margin: 0
}

.c-datasets-form .subscription-container {
    background: rgba(0, 0, 0, 0.01);
    padding: 0 20px;
    margin: 0 0 30px 0
}

.c-datasets-form .remove-subscribable-container {
    display: flex
}

.c-datasets-form .remove-subscribable-container button {
    margin: 20px 0
}

.c-datasets-list-card .card-header {
    position: relative;
    padding-right: 20px
}

.c-datasets-list-card .card-header>.favourite-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0
}

.c-datasets-list-card.-owner .card-container {
    padding-bottom: 50px
}

.c-datasets-list-card.-owner .actions {
    width: 100%;
    padding: 0 30px;
    position: absolute;
    bottom: 20px;
    left: 0;
    display: flex;
    justify-content: flex-end
}

.c-datasets-list-card.-owner .actions a {
    color: #a96927f5;
    text-decoration: none
}

.c-source-item .btn-remove {
    margin-top: 26px
}

.c-metadata-source-list .source-list>.source-item {
    display: inline-block;
    width: 100%
}

.c-metadata-source-list .source-list>.source-item:not(:first-child) {
    margin: 20px 0 0
}

.c-metadata-source-list .source-list>.source-item>.source-container {
    display: flex;
    flex-direction: column
}

.c-metadata-source-list .source-list>.source-item>.source-container>.source-name,
.c-metadata-source-list .source-list>.source-item>.source-container>.source-description {
    display: flex
}

.c-metadata-source-list .source-list>.source-item>.source-container .source-name {
    color: #a96927f5
}

.c-widgets-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 16px;
    border: 1px solid rgba(26, 28, 34, 0.1);
    cursor: pointer
}

.c-widgets-card:hover {
    background: #f4f5f6
}

.c-widgets-card.-selected {
    background: #f4f5f6
}

.c-widgets-card h3 {
    font-size: 16px;
    color: #2C75B0;
    margin: 0 0 8px
}

.c-widgets-card p {
    color: #393f44;
    margin: 0
}

.c-widgets-list .list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none
}

.c-widgets-list .list .list-item {
    display: flex;
    width: 25%;
    padding: 10px
}

.c-we-chart {
    width: 100%;
    height: 150px
}

.c-we-chart .chart {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover
}

.c-we-chart .chart .vega canvas {
    display: block;
    margin: 0 auto
}

.c-widget-chart {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 10px
}

@media screen and (min-width: 780px) {
    .c-widget-chart {
        padding: 20px
    }
}

.c-widget-chart .c-we-chart {
    height: auto;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    overflow-x: auto;
    overflow-y: hidden;
    max-width: 100%
}

.c-widget-chart .c-we-chart .chart {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 100%;
    flex-grow: 1
}

.c-widget-chart .c-we-chart .chart .vega {
    display: flex;
    justify-content: flex-start
}

.c-widget-chart .c-we-chart .chart .vega canvas {
    display: block
}

.c-widget-chart.-thumbnail {
    max-height: 150px
}

.c-widget-chart.-thumbnail .c-we-chart {
    display: block;
    height: 130px;
    min-height: 130px
}

.c-widget-chart.-thumbnail .c-we-chart .chart {
    display: block;
    height: 100%
}

.c-widget-chart.-thumbnail .c-we-chart.-no-preview {
    display: flex;
    justify-content: center;
    align-items: center
}

.c-widget-chart.-thumbnail .c-text-chart {
    height: 160px;
    text-decoration: none
}

.c-widget-chart.-map {
    min-height: 300px
}

.c-widget-chart.-map.-thumbnail {
    min-height: 100px
}

.c-widget-chart.-embed {
    display: flex;
    align-items: stretch;
    min-height: 300px
}

.c-widget-chart.-embed iframe {
    width: 100%
}

.c-placeholder-chart {
    width: 100%;
    height: 100%;
    padding: 0
}

.c-layer-chart {
    width: 100%;
    height: 100%;
    padding: 0
}

.c-widgets-index .button-container {
    margin-bottom: 10px
}

.c-widgets-index .table td {
    max-width: 400px
}

.c-widgets-index:not(.-embed) .table td.individual-actions {
    min-width: 300px;
    text-align: right
}

.c-widgets-form .freeze-text {
    font-style: italic
}

.c-widgets-form .advanced-mode-container {
    display: flex;
    flex-direction: row
}

.c-widgets-form .advanced-mode-container .c-field {
    width: 100%
}

.c-widgets-form .advanced-mode-container .vega-preview {
    display: flex;
    flex-direction: column;
    max-width: 50%;
    min-height: 100%
}

.c-widgets-form .advanced-mode-container .vega-preview h5 {
    margin: 0px
}

.c-widgets-form .advanced-mode-container .vega-preview .c-we-chart {
    height: 100%;
    overflow: auto;
    border: solid 1px #CACCD0
}

.c-widgets-form .advanced-mode-container .vega-preview .actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px
}

.c-widget-metadata-form .remove-widget-link-container {
    display: flex
}

.c-widget-metadata-form .remove-widget-link-container button {
    margin-top: 52px
}

.c-widget-metadata-form .widget-links-container {
    margin-top: 60px
}

.c-widget-metadata-form .widget-links-container .add-widget-link-container {
    margin-top: 20px
}

.c-layers-new .c-field .Select {
    min-width: 100%
}

.c-layers-form .layer-config-status {
    padding: 10px;
    background: #85b73c;
    color: #FFF
}

.c-layers-form .layer-config-status.errors {
    background: #ff6161
}

.c-layers-form .layer-config-status h4 {
    color: #FFF;
    font-size: 14px;
    margin: 0
}

.c-layers-form .preview-container {
    display: flex;
    flex-direction: column
}

.c-layers-form .preview-container .map-container {
    position: relative;
    min-height: 400px
}

.c-layers-form .preview-container .actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px
}

.c-interactions {
    display: block
}

.c-interactions__field {
    position: relative
}

.c-interactions__field--custom {
    background: #f9f9f9;
    padding-top: 60px
}

.c-interactions__warning {
    position: absolute;
    padding: 7px 10px;
    top: 0;
    left: 0;
    color: #FFF;
    background: #ffaa00;
    width: 100%
}

.c-interactions__warning strong {
    padding: 0 0 5px 0;
    font-size: 14px;
    font-weight: 600
}

.c-tags-form .Select {
    min-width: 100%
}

.c-tags-form .inferred-tags {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-height: 200px;
    margin-bottom: 20px;
    overflow: auto
}

.c-tags-form .inferred-tags .tag {
    border: 1px solid #CACCD0;
    background: #F4F6F7;
    border-radius: 4px;
    padding: 5px;
    margin: 5px
}

.c-tags-form .graph-div .vis-network {
    border: 1px solid #CACCD0;
    max-width: 100%
}

.c-tags-form .actions-div {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px
}

.c-faqs-table .table tbody td.main {
    width: auto;
    min-width: 350px
}

.c-banner {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 70px;
    padding-bottom: 70px;
    color: #fff
}

.c-banner.-use-background {
    background-size: cover;
    background-image: url("/static/blog/images/backgrounds/image_header.jpg");
    background-position: top center
}

.c-banner h1,
.c-banner h2,
.c-banner h3 {
    color: #fff
}

.c-banner h1 a,
.c-banner h2 a,
.c-banner h3 a {
    color: #fff
}

.c-banner p {
    margin-bottom: 30px
}

.c-banner.-left {
    align-items: flex-start
}

.c-banner.-rigth {
    align-items: flex-end
}

.c-rating {
    display: flex;
    align-items: center
}

.c-rating.-yellow {
    color: #fab72e
}

.c-rating.-yellow .c-icon {
    fill: #fab72e
}

.c-rating .c-icon {
    margin-right: 6px
}

.c-viel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5)
}

.c-card-static {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 30px;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    transition: all .3s
}

.c-card-static.-alt {
    color: #fff
}

.c-card-static.-alt h1,
.c-card-static.-alt h2,
.c-card-static.-alt h3,
.c-card-static.-alt h4 {
    color: #fff
}

.c-card-static.-alt h1 a,
.c-card-static.-alt h2 a,
.c-card-static.-alt h3 a,
.c-card-static.-alt h4 a {
    color: #fff
}

.c-card-static .tag {
    margin: 0;
    margin-bottom: 15px
}

.c-card-static .footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.c-card-static .footer .source {
    display: flex;
    align-items: center
}

.c-card-static .footer .source span {
    height: 40px;
    width: 40px;
    margin-right: 10px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.c-card-static .footer .source .source-name a {
    line-height: 12px;
    text-decoration: underline;
    color: #fff
}

.c-card-static .footer .source .source-name a:hover {
    text-decoration: none
}

.c-card-static.-clickable:hover {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-4px);
    cursor: pointer
}

.c-faq {
    margin-bottom: 40px
}

.c-faq h3 {
    font-size: 18px
}

.c-partners-block {
    text-align: center;
    margin: 15px 0
}

.c-partners-block .logo-container {
    height: 80px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 35px;
    cursor: pointer
}

.c-partners-block .logo-container img {
    max-height: 100%
}

.c-partners-block .description {
    margin-bottom: 35px
}

@media screen and (min-width: 780px) {
    .c-partners-block {
        padding: 0 50px;
        margin: 50px 0
    }
}

.c-partners-slider .slick-slide,
.c-partners-slider .slider-slide .item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px
}

.c-partners-slider .slick-slide a,
.c-partners-slider .slider-slide .item a {
    display: block
}

.c-partners-slider .slick-slide img,
.c-partners-slider .slider-slide .item img {
    width: auto;
    max-height: 56px
}

.c-page-explore {
    display: flex;
    height: calc(100% - 75px)
}

.c-page-explore-detail .widget-row {
    position: relative;
    margin-top: 60px;
    width: 100%;
    min-height: 100px
}

.c-page-explore-detail .dataset-info-rest-of-fields h2 {
    margin-top: 50px
}

.c-page-explore-detail .c-page-section.related-insights {
    padding: 0px
}

.c-page-explore-detail .c-page-section.related-tools {
    padding: 0px
}

.c-page-explore-detail .tags {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: auto
}

.c-page-explore-detail .tags .tag {
    margin-right: 10px;
    color: #2C75B0;
    cursor: pointer;
    text-decoration: underline
}

.c-page-explore-detail .tags .tag:hover {
    color: #225a87
}

.c-page-explore-detail .c-page-section.similar-datasets {
    padding: 0px
}

.c-page-explore-detail .c-page-section.pulse-banner-section {
    padding: 0px;
    margin-top: 30px
}

.c-page-explore-detail .c-page-section.pulse-banner-section .pulse-banner .pulse-banner-container {
    background-image: url("/static/blog/images/pages/app/bg-banner-planetPulse.jpg");
    width: 100%;
    height: 280px;
    border-radius: 4px;
    display: flex;
    justify-content: center
}

.c-page-explore-detail .c-page-section.pulse-banner-section .pulse-banner .pulse-banner-container .action-container {
    width: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.c-page-explore-detail .c-page-section.pulse-banner-section .pulse-banner .pulse-banner-container .action-container h1 {
    text-align: center;
    color: #fff
}

.c-page-explore-detail h2 {
    color: #a96927f5
}

.p-pulse {
    background-color: black;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover
}

.p-pulse .cesium-infoBox {
    z-index: 10
}

.p-pulse .cesium-infoBox button {
    cursor: pointer
}

.p-pulse .c-zoom-control {
    z-index: 9
}

@media screen and (max-width: 780px) {
    .p-pulse .c-zoom-control {
        top: 30px
    }
}

.page-home .video-intro {
    position: relative;
    width: 100%;
    height: 390px;
    overflow: hidden;
    background-image: url("/static/blog/images/backgrounds/home_istmo.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.page-home .video-intro .video-foreground,
.page-home .video-intro .video-foreground iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

@media (min-aspect-ratio: 16 / 9) {
    .page-home .video-intro .video-foreground {
        height: 300%;
        top: -100%
    }
}

@media (max-aspect-ratio: 16 / 9) {
    .page-home .video-intro .video-foreground {
        height: 250%;
        top: -75%
    }
}

.page-home .video-intro .video-foreground {
    opacity: 0;
    transition: opacity 2s
}

.page-home .video-intro .video-foreground.-ready {
    opacity: 1
}

.page-home .video-intro .video-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
    padding: 0 32px;
    color: #fff;
    font-size: 21px;
    text-align: center;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
    z-index: 1
}

.page-home .video-intro .video-text h1 {
    color: #fff;
    line-height: 1.35;
    margin: 0 0 16px
}

@media screen and (min-width: 780px) {
    .page-home .video-intro .video-text h1 {
        margin: 0 0 32px
    }
}

.page-home .video-intro .video-text a {
    padding: 20px;
    text-shadow: none
}

@media screen and (min-width: 780px) {
    .page-home .video-intro {
        height: 560px
    }
}

.page-home .video-intro .buttons {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.page-home .topics-container .c-topics-thumbnail-list {
    margin-top: 50px
}

.page-home .explore-cards .c-card-static {
    height: 360px;
    margin-top: 20px
}

.insight-cards {
    min-height: 590px;
    position: relative
}

.insight-cards .c-card-static {
    margin-top: 30px;
    height: 590px
}

.insight-cards .c-card-static:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 4px;
    background-image: linear-gradient(180deg, rgba(22, 22, 22, 0.6) 0%, rgba(22, 22, 22, 0.2) 50%)
}

.insight-cards .c-card-static div {
    z-index: 1
}

.insight-cards .c-card-static h3 {
    font-weight: 600;
    font-size: 20px
}

.insight-cards .c-card-static h4 {
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase
}

.insight-cards .c-card-static a:hover {
    text-decoration: none
}

.insight-cards .c-card-static .source-name a:hover {
    text-decoration: underline
}

.insight-cards .dual {
    margin-top: 50px
}

.insight-cards .dual .c-card-static {
    margin-top: 15px;
    height: 288px
}

.explore-cards {
    margin-top: 20px
}

.explore-cards .c-card-static .tag-name {
    text-transform: uppercase;
    font-size: 13px
}

.explore-cards .c-card-static .title {
    font-weight: bold;
    font-size: 21px
}

.explore-cards .c-card-static .buttons {
    justify-content: flex-start
}

.p-submit-insight .c-banner.intro {
    background-position: center
}

.p-submit-insight .c-banner.partners {
    background-image: url("/static/blog/images/backgrounds/partners-02@2x.jpg");
    background-position: top center
}

.c-page.partner-detail .c-banner.intro {
    background-size: cover;
    background-position: center
}

.c-page.partner-detail .c-banner.intro .partner-header {
    z-index: 9999
}

.c-page.partner-detail .c-banner.intro .partner-header .title {
    margin-bottom: 40px;
    letter-spacing: 3px;
    color: #fff
}

.c-page.partner-detail .c-banner.intro .partner-header .logo-container {
    display: inline-block;
    margin-bottom: 80px;
    padding: 15px 20px
}

.c-page.partner-detail .c-banner.intro .partner-header .description {
    padding: 0 150px;
    text-align: left
}

.c-page.partner-detail .datasets-container {
    margin-top: 50px
}

.learn-more {
    margin-top: 80px
}

.p-get-involved .c-card-static {
    min-height: 290px;
    margin-top: 20px;
    padding: 40px
}

@media screen and (min-width: 780px) {
    .p-get-involved .c-card-static {
        height: 400px;
        padding-right: 40px
    }
}

@media screen and (min-width: 1024px) {
    .p-get-involved .c-card-static {
        padding-right: 180px
    }
}

.p-get-involved .c-card-static.insights {
    background: url("/static/blog/images/backgrounds/jellyfish.jpg")
}

.p-get-involved .c-card-static.contribute {
    background: #a96927f5 url("/static/blog/images/components/layout/header-bg-texture.png") no-repeat center
}

.p-get-involved .c-card-static.join {
    background: #2C75B0
}

.p-get-involved .c-card-static.develop {
    background: url("/static/blog/images/backgrounds/develop_app.jpg")
}

.p-develop-app .c-banner.intro {
    background-position: bottom center;
    background-size: cover
}

.p-develop-app .c-banner.partners {
    background-image: url("/static/blog/images/backgrounds/partners-02@2x.jpg");
    background-position: top center
}

.p-apps .c-banner {
    background-image: url("/static/blog/images/backgrounds/partners-02@2x.jpg");
    background-position: top center
}

.page-splash {
    width: 100%;
    height: 100vh
}

.page-splash .header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 26px;
    z-index: 9999
}

.page-splash .header img,
.page-splash .header a {
    cursor: pointer
}

.page-splash .header img {
    width: 310px
}

.page-splash .header a {
    color: white;
    text-decoration: none
}

.page-splash.-cursor-pointer {
    cursor: pointer
}

.page-splash .right-section {
    position: absolute;
    transition: 1s;
    top: 0px;
    left: 60%;
    width: 40%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.49);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff
}

.page-splash .right-section .detail-container {
    width: 100%;
    padding-right: 23%;
    padding-left: 23%
}

.page-splash .right-section .detail-container h2 {
    color: #fff
}

.page-splash .right-section .detail-container .image-container {
    width: 100%
}

.page-splash .right-section .detail-container .text-container {
    margin-top: 20px;
    margin-bottom: 20px
}

.page-splash .right-section .detail-container .visit-container {
    display: flex;
    align-items: center
}

.page-splash .right-section .detail-container .visit-container .visit-button {
    text-decoration: none;
    cursor: pointer;
    color: #fff
}

.page-splash .right-section .detail-container .visit-container .visit-button img {
    margin-right: 15px
}

.p-splash-detail {
    width: 100%;
    height: 100vh;
    background-color: #CACCD0
}

.p-splash-detail.--mobile {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    background-image: url("/static/blog/images/splash/coral-modal-bg-mobile.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 20px
}

.p-splash-detail.--mobile .logo {
    width: auto;
    height: 30px
}

.p-splash-detail.--mobile .c-card-app.-compact {
    flex: 0 1 auto
}

.p-splash-detail.--mobile .c-card-app.-compact .c-title {
    margin-top: 0;
    color: #a96927f5;
    font-size: 26px;
    font-weight: 300
}

.p-splash-detail.--mobile .c-card-app.-compact .c-button:first-child {
    margin-bottom: 10px
}

.p-splash-detail.--mobile .c-card-app.-compact .c-btn {
    margin-top: 20px
}

.p-splash-detail.--mobile .c-card-app.-compact .card-container {
    padding: 20px
}

.p-splash-detail .intro-container {
    position: absolute;
    top: 100px;
    left: 20px;
    border-radius: 4px;
    max-width: 300px;
    max-height: 300px;
    background-color: #fff;
    z-index: 999
}

.p-splash-detail .intro-container.-closed {
    left: 0px
}

.p-splash-detail .intro-container .text-container {
    overflow: auto;
    padding: 30px;
    max-height: 300px
}

.p-splash-detail .intro-container .text-container a {
    color: #2C75B0
}

.p-splash-detail .intro-container .text-container.-closed {
    display: none
}

.p-splash-detail .intro-container .btn-toggle {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    top: 20px;
    right: -30px;
    width: 30px;
    height: 50px;
    cursor: pointer;
    background-color: #717171;
    border: none;
    outline: none;
    transition: background .24s cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

.p-splash-detail .intro-container .btn-toggle svg {
    fill: #fff
}

.p-splash-detail .intro-container .btn-toggle:hover {
    background-color: #646464
}

.p-splash-detail .hotspot-section {
    position: absolute;
    transition: all 1s linear;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    z-index: 99999;
    display: flex
}

.p-splash-detail .hotspot-section .selected-hotspot-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.p-splash-detail .hotspot-section .selected-hotspot-container img {
    max-width: 250px;
    margin-top: 80px
}

.p-splash-detail .hotspot-section .detail-container {
    min-width: 600px;
    max-width: 600px;
    height: 100%;
    padding-top: 10%
}

.p-splash-detail .hotspot-section .detail-container h2 {
    color: #fff
}

.p-splash-detail .hotspot-section .detail-container .text-container {
    height: 100%;
    padding-bottom: 20px;
    overflow: auto
}

.p-splash-detail .hotspot-section .detail-container .text-container .markup-container {
    margin-right: 15px
}

.p-splash-detail .hotspot-section .detail-container .text-container .markup-container a,
.p-splash-detail .hotspot-section .detail-container .text-container .markup-container h3 {
    color: #fff
}

.p-splash-detail .hotspot-section .detail-container .text-container .markup-container a {
    text-decoration: underline;
    font-weight: bold
}

.p-splash-detail .hotspot-section .detail-container .text-container .markup-container li {
    margin-bottom: 20px
}

.p-splash-detail .hotspot-section .detail-container .text-container .markup-container .header-text {
    font-size: 25px;
    margin-right: 5px
}

.p-splash-detail .hotspot-section .detail-container .text-container .markup-container .video-container {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 20px
}

.p-splash-detail .hotspot-section .detail-container .text-container .markup-container .video-container .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.p-splash-detail .hotspot-section .detail-container .text-container .markup-container .video-caption {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px
}

.p-splash-detail .hotspot-section .detail-container .text-container .markup-container .image-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 10px
}

.p-splash-detail .hotspot-section .detail-container .text-container .markup-container .image-container .caption {
    display: flex;
    justify-content: center;
    text-align: center
}

.p-splash-detail .hotspot-section .close-button-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.p-splash-detail .hotspot-section .close-button-container .close-button {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center
}

.p-splash-detail .hotspot-section .close-button-container .close-button img {
    margin-bottom: 20px
}

.p-splash-detail .panorama {
    height: 100%;
    width: 100%;
    background-color: #393f44
}

.p-splash-detail .panorama .menu-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 100px;
    right: 20px;
    z-index: 9999
}

.p-splash-detail .panorama .menu-container .scenario-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 95px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 4px 4px 0 0;
    color: #fff
}

.p-splash-detail .panorama .menu-container .menu {
    display: flex;
    align-items: flex-start;
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    flex-direction: column
}

.p-splash-detail .panorama .menu-container .menu .option {
    display: flex;
    align-items: center
}

.p-splash-detail .panorama .menu-container .menu .option input {
    cursor: pointer
}

.p-splash-detail .panorama .menu-container .menu .option label {
    cursor: pointer;
    margin-left: 10px
}

.p-splash-detail .panorama a-scene {
    width: 100%;
    height: 100%
}

.p-splash-detail .drag-help {
    position: absolute;
    width: 100px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%)
}

.p-splash-detail.-hovering .a-canvas.a-grab-cursor:hover {
    cursor: pointer !important
}

.c-alerts-page {
    display: block
}

.c-alerts-page__widget {
    position: relative;
    margin: 0 0 90px 0
}

.c-alerts-page__widget--header {
    display: flex;
    margin: 0 0 20px 0
}

.c-alerts-page__widget--header button {
    margin-left: auto
}

.c-alerts-page__widget--heading {
    padding: 0
}

.c-alerts-page__graph {
    position: relative;
    height: 400px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    overflow: hidden
}

.c-globe-cesium {
    width: 100%;
    height: 100%
}

.c-globe-tooltip {
    max-width: 450px;
    max-height: 200px;
    overflow: auto
}

@media screen and (max-width: 780px) {
    .c-layer-container {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        transform: translateY(calc(100% - 96px));
        transition: transform .16s cubic-bezier(0.645, 0.045, 0.355, 1)
    }
    .c-layer-container .c-button {
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.8px
    }
    .c-layer-container.-displayed {
        transform: translateY(0)
    }
}

.c-layer-menu-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
    transform: translate(0, 5px)
}

.c-layer-menu-dropdown:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: transparent;
    transform: translate(0, -5px)
}

.c-layer-menu-dropdown:after {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: 12px;
    height: 12px;
    background: #fff;
    transform: rotate(45deg) translate(0, -50%)
}

.c-layer-menu-dropdown>ul {
    list-style: none;
    margin: 0;
    padding: 8px 16px
}

.c-layer-menu-dropdown>ul>li {
    display: flex;
    align-items: center;
    padding: 8px 0;
    cursor: pointer
}

.c-layer-menu-dropdown>ul>li:hover {
    text-decoration: underline
}

.c-layer-menu-dropdown>ul>li .name {
    white-space: nowrap;
    display: flex;
    margin: 0 0 0 5px
}

.c-layer-menu-native {
    position: relative;
    height: 76px;
    margin: 0 3px;
    background-color: #fff;
    border-radius: 4px
}

.c-layer-menu-native select {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 65px 0 26px;
    color: #a96927f5;
    font-size: 26px;
    font-weight: 300;
    background-color: transparent;
    border: 0;
    outline: none;
    -webkit-appearance: none;
    z-index: 2
}

.c-layer-menu-native .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 35px;
    margin: auto;
    width: 11px;
    height: 11px;
    fill: #a96927f5;
    z-index: 1
}

.c-layer-menu {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: 8
}

.c-layer-menu .layer-menu-list {
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    list-style: none
}

.c-layer-menu .layer-menu-list>li {
    position: relative;
    margin: 0
}

.c-layer-menu .layer-menu-list>li>.name {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    padding: 14px;
    border-radius: 3px;
    border: 1px solid transparent
}

.c-layer-menu .layer-menu-list>li>.name:after {
    content: "";
    width: 0;
    height: 0
}

.c-layer-menu .layer-menu-list>li>.dropdown {
    opacity: 0;
    visibility: hidden
}

.c-layer-menu .layer-menu-list>li:hover>.dropdown {
    opacity: 1;
    visibility: visible
}

.c-layer-menu .layer-menu-list>li.-active>.name {
    border-color: rgba(255, 255, 255, 0.2)
}

.c-layer-card {
    position: absolute;
    top: 200px;
    left: 25px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    max-width: 400px;
    border-radius: 4px;
    z-index: 7;
    overflow: auto;
    max-height: calc(100% - 200px - 100px)
}

@media screen and (max-width: 780px) {
    .c-layer-card {
        position: relative;
        top: -3px;
        left: 0;
        max-width: none;
        margin: 0 3px;
        padding: 0 29px 20px 29px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        max-height: calc(100vh - 130px)
    }
    .c-layer-card h3 {
        display: none
    }
}

.c-layer-card h3,
.c-layer-card h5 {
    color: #a96927f5;
    margin: 0px
}

.c-layer-card.-hidden {
    display: none
}

.c-layer-card .source-container {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px
}

.c-layer-card .description .view-with-container .view-with-label {
    margin-right: 10px;
    font-size: 13px
}

.c-layer-card .description .view-with-container .layer-pill:not(:last-child) {
    margin-right: 10px
}

.c-layer-card .description .c-button {
    padding: 5px;
    height: 25px;
    transition: none
}

.c-layer-card .rotate-globe-button {
    padding: 5px;
    height: 30px;
    margin-top: 5px
}

.c-layer-card .legends .layer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: -10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold
}

.c-layer-card .legends .layer-container button {
    padding: 0px;
    cursor: pointer
}

.c-layer-card .legends .layer-container button svg {
    width: 15px;
    height: 15px
}

.c-layer-card .widget-card {
    cursor: pointer;
    width: 100%
}

.c-layer-card .widget-card .c-we-chart {
    overflow: auto
}

.c-layer-card .card-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.c-layer-card .card-buttons .link_button {
    text-transform: uppercase;
    padding: 0px 5px 0px 5px
}

.c-legend-type .type {
    margin: 8px 0 0
}

.c-legend-type .type .type-list {
    display: flex;
    flex-flow: row wrap
}

.c-legend-type .type .type-list:last-child {
    margin-top: 6px
}

.c-legend-type .type .type-list .type-list-item .color {
    display: block;
    height: 8px
}

.c-legend-type .type .type-list .type-list-item .value,
.c-legend-type .type .type-list .type-list-item .name {
    display: block;
    margin-left: 8px;
    line-height: 1.25;
    color: #393f44;
    font-size: 11px;
    font-weight: 400
}

.c-legend-type .type .type-list .type-list-item .value.-dark,
.c-legend-type .type .type-list .type-list-item .name.-dark {
    color: #393f44
}

.c-legend-type .type.-gradient .type-list {
    justify-content: space-between
}

.c-legend-type .type.-basic .type-list-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 15px
}

.c-legend-type .type.-basic .type-list-item .color {
    width: 12px;
    height: 9px;
    margin-top: 2px
}

.c-legend-type .type.-choropleth .type-list-item>.value {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 2px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden
}

.c-legend {
    width: 100%
}

.c-legend:last-child {
    border-bottom: 0
}

.c-legend-list {
    margin: 0;
    padding: 0;
    max-width: 300px
}

.c-legend-item {
    list-style: none;
    padding: 14px 0
}

.c-legend-item .legend-item-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.c-legend-item h3 {
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    margin: 0;
    margin-bottom: 3px
}

.c-legend-item h3.-dark {
    color: #393f44
}

.c-legend-item h3 .category {
    font-weight: 400;
    text-transform: capitalize;
    padding: 0 8px 0 0
}

.c-explore-datasets .request-data-container {
    height: 100%;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.c-explore-datasets .request-data-container a {
    margin-top: 20px
}

.c-explore-datasets-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 16px 0 10px;
    font-size: 13px;
    color: #393f44;
    line-height: 1;
    position: relative
}

.c-explore-datasets-header .actions {
    display: flex;
    align-items: flex-end
}

.c-explore-datasets-header .actions>* {
    margin-left: 32px
}

.c-explore-datasets-header .actions>*:first-child {
    margin-left: 0
}

.c-explore-datasets-header .actions .c-explore-datasets-sort {
    display: flex
}

.c-explore-datasets-header .actions .c-explore-datasets-sort>* {
    margin-left: 5px
}

.c-explore-datasets-header .actions .c-explore-datasets-sort>*:first-child {
    margin-left: 0
}

.c-explore-datasets-header .actions .c-explore-datasets-sort .actions-sort-button {
    padding: 0;
    font-size: 13px;
    color: #393f44;
    fill: rgba(57, 63, 68, 0.2);
    display: flex;
    cursor: pointer
}

.c-explore-datasets-header .actions .c-explore-datasets-sort .actions-sort-button:hover {
    color: #16181a;
    fill: rgba(57, 63, 68, 0.5)
}

.c-explore-datasets-header .actions .c-explore-datasets-mode {
    position: relative;
    top: 2px;
    display: flex;
    align-items: flex-end
}

.c-explore-datasets-header .actions .c-explore-datasets-mode>* {
    margin-left: 8px
}

.c-explore-datasets-header .actions .c-explore-datasets-mode>*:first-child {
    margin-left: 0
}

.c-explore-datasets-header .actions .c-explore-datasets-mode .actions-mode-button {
    height: 17px;
    padding: 0;
    fill: rgba(57, 63, 68, 0.3);
    cursor: pointer
}

.c-explore-datasets-header .actions .c-explore-datasets-mode .actions-mode-button:hover {
    fill: rgba(57, 63, 68, 0.6)
}

.c-explore-datasets-header .actions .c-explore-datasets-mode .actions-mode-button.-active {
    fill: #393f44
}

.c-explore-datasets-header .actions .c-explore-datasets-mode .actions-mode-button svg {
    width: 17px;
    height: 17px
}

.c-placeholder-chart {
    cursor: pointer
}

.c-widget-configurator {
    padding-right: 13px;
    padding-left: 13px;
    background: #fff
}

.c-widget-configurator .c-field {
    padding-top: 10px;
    padding-bottom: 10px
}

.c-explore-layers-tooltip {
    padding: 8px 0 0;
    max-width: 210px;
    max-height: 260px;
    overflow: auto
}

.c-explore-layers-tooltip h4 {
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 10px
}

.c-filters-resume {
    margin: 16px 0 0
}

.c-filters-resume>.filter-resume>.filter-title {
    display: block;
    color: #a96927f5
}

.c-dataset-tags-tooltip {
    max-height: 200px;
    max-width: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 15px;
    border: 1px solid rgba(57, 63, 68, 0.15);
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1)
}

.c-explore-dataset-filters .filters-sum-up {
    display: flex;
    align-items: center
}

.c-explore-dataset-filters .filters-sum-up .tag {
    display: flex;
    float: left;
    clear: left;
    align-items: center;
    min-height: 22px;
    max-height: 22px;
    background: #fff;
    color: #a96927f5;
    font-size: 13px;
    font-weight: bold;
    border-radius: 15px;
    border: 1px solid #a96927f5;
    padding: 3px 0px 3px 10px;
    margin: 5px
}

.c-explore-dataset-filters .filters-sum-up .tag.clear-filters {
    color: #fff;
    background-color: #a96927f5;
    cursor: pointer;
    padding: 3px 10px 3px 10px
}

.c-explore-dataset-filters .filters-sum-up .selected-tags-container {
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    overflow: auto
}

.c-explore-dataset-filters .filters-sum-up .selected-tags-container .tag-remove {
    color: #a96927f5;
    cursor: pointer
}

.c-explore-dataset-filters .filters-container {
    display: flex;
    flex-direction: column
}

.c-explore-dataset-filters .filters-container .c-tree-selector {
    width: 100%
}

.c-explore-dataset-filters .filters-container .c-tree-selector:not(first-child) {
    margin: 15px 0 0
}

.c-explore-dataset-filters .filters-container .c-tree-selector .dropdown .dropdown-trigger {
    width: 100%;
    min-height: 45px
}

.c-explore-dataset-filters .filters-container .c-tree-selector .dropdown .dropdown-content {
    z-index: 9999
}

.c-explore-detail-actions {
    margin: 30px 0 0
}

@media screen and (min-width: 1024px) {
    .c-explore-detail-actions {
        margin: 0
    }
}

.c-explore-detail-actions>* {
    margin: 0 0 16px
}

.c-explore-detail-actions>*:last-child {
    margin: 0
}

.c-explore-detail-actions .partner-container {
    margin-bottom: 30px
}

.c-explore-detail-actions .partner-container .partner-text-container {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left
}

.c-explore-detail-actions .partner-container .partner-logo-container {
    display: flex
}

.c-explore-detail-tags {
    position: relative;
    margin: -5px 0 0
}

.c-explore-detail-tags>* {
    margin: 5px 5px 0 0
}

@media screen and (max-width: 1023px) {
    .c-explore-detail-widget-editor .c-we-chart {
        height: 300px
    }
}

.c-explore-detail-info .first-row-container {
    display: flex;
    justify-content: space-between
}

.c-explore-detail-info .first-row-container button {
    margin-top: 30px
}

.c-dashboard-thumbnail-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none
}

.c-dashboard-thumbnail-list li {
    position: relative;
    margin: 0 20px 20px 0;
    flex-basis: calc((100% - 5 * 20px) / 6);
    height: 135px;
    border-radius: 4px;
    background-color: #9aa2a9;
    background-size: cover;
    background-position: center center;
    outline: none
}

.c-dashboard-thumbnail-list li:nth-of-type(6n) {
    margin-right: 0
}

.c-dashboard-thumbnail-list li input[type="radio"] {
    position: absolute;
    top: 0;
    left: -10000px
}

.c-dashboard-thumbnail-list li input[type="radio"]:focus+.content {
    border: 1px solid #a96927f5
}

.c-dashboard-thumbnail-list li .content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border-radius: 4px;
    border: 1px solid transparent;
    cursor: pointer
}

.c-dashboard-thumbnail-list li:hover {
    background-color: transparent;
    box-shadow: 0 0 0 1px #2C75B0
}

.c-dashboard-thumbnail-list li:hover .content {
    background-color: rgba(44, 117, 176, 0.25)
}

.c-dashboard-thumbnail-list li.-active {
    box-shadow: none
}

.c-dashboard-thumbnail-list li.-active .content {
    background-color: rgba(44, 117, 176, 0.8);
    cursor: auto
}

.c-dashboard-thumbnail-list li.-toggle {
    background-color: #fff;
    box-shadow: 0 0 0 1px #a96927f5
}

.c-dashboard-thumbnail-list li.-toggle .content {
    color: #a96927f5
}

.c-dashboard-thumbnail-list li.-toggle:hover {
    background-color: white;
    box-shadow: 0 0 0 1px #a96927f5
}

.c-dashboard-thumbnail-list li.-toggle:hover .content {
    background-color: rgba(195, 45, 123, 0.25)
}

.c-widget-block-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
}

.c-widget-block-card>header {
    flex-shrink: 0;
    min-height: 51px;
    padding: 15px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05)
}

.c-widget-block-card>header .header-container {
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding-right: 80px
}

.c-widget-block-card>header .header-container ul li {
    display: inline-block;
    margin: 0 0 0 5px
}

.c-widget-block-card>header .header-container .buttons {
    position: absolute;
    top: 0px;
    right: 0;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0
}

.c-widget-block-card>header .header-container .buttons button {
    position: relative;
    display: inline-flex;
    padding: 0;
    cursor: pointer
}

.c-widget-block-card>header .header-container .buttons button .c-icon {
    fill: #393f44
}

.c-widget-block-card .widget-container {
    position: relative;
    display: flex;
    padding: 15px;
    min-height: 350px;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    flex-grow: 1
}

.c-widget-block-card .widget-container>iframe {
    min-height: 350px
}

.c-widget-block-card .widget-container>* {
    flex-basis: 100%
}

.c-widget-block-card .widget-container>.message {
    display: flex;
    justify-content: center;
    align-items: center
}

.c-widget-block-card .widget-container>.message .no-data,
.c-widget-block-card .widget-container>.message .error {
    font-weight: 700;
    text-align: center
}

.c-widget-block-card .widget-container>.message .no-data span,
.c-widget-block-card .widget-container>.message .error span {
    display: block;
    font-weight: 400;
    font-size: 14px
}

.c-widget-block-card .widget-container .c-we-chart {
    height: auto
}

.c-widget-block-card .widget-container .widget-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    z-index: 11;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto
}

.c-widget-block-card .widget-container .widget-modal>div {
    margin-bottom: 15px
}

.c-widget-block-card .widget-container .widget-modal h4 {
    color: #393f44
}

.c-widget-block-card .widget-container .widget-modal .widget-links-container ul {
    list-style-type: circle
}

.c-widget-block-card .widget-container .widget-modal .widget-links-container ul li {
    margin-left: 35px
}

.c-widget-block-card .widget-container .widget-modal .widget-links-container ul li a {
    color: #2C75B0
}

.c-widget-block-card .caption-container {
    font-style: italic;
    padding: 8px 15px;
    font-size: 13px
}

.c-widget-block-card.-embed .widget-container {
    padding: 0
}

.c-dashboards-list .text-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.c-topics-thumbnail-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none
}

.c-topics-thumbnail-list .thumbnail-list-item {
    position: relative;
    height: 200px;
    border-radius: 4px;
    background-color: #9aa2a9;
    background-size: cover;
    background-position: center center;
    outline: none;
    padding: 0;
    transition: all .24s cubic-bezier(0.445, 0.05, 0.55, 0.95)
}

.c-topics-thumbnail-list .thumbnail-list-item:nth-of-type(6n) {
    margin-right: 0
}

.c-topics-thumbnail-list .thumbnail-list-item input[type="radio"] {
    position: absolute;
    top: 0;
    left: -10000px
}

.c-topics-thumbnail-list .thumbnail-list-item input[type="radio"]:focus+.content {
    border: 1px solid #a96927f5
}

.c-topics-thumbnail-list .thumbnail-list-item .content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    /* height: 100%; */
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border-radius: 4px;
    border: 1px solid transparent;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.4);
}

.darkTitle{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border-radius: 4px;
    border: 1px solid transparent;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.4);
}

.c-topics-thumbnail-list .thumbnail-list-item:hover {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-4px);
    transition: all .24s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    cursor: pointer
}

.c-topics-thumbnail-list .thumbnail-list-item.-active {
    box-shadow: none
}

.c-topics-thumbnail-list .thumbnail-list-item.-active .content {
    cursor: auto
}

.c-topics-thumbnail-list .thumbnail-list-item.-toggle {
    background-color: #fff;
    box-shadow: 0 0 0 1px #a96927f5
}

.c-topics-thumbnail-list .thumbnail-list-item.-toggle .content {
    color: #a96927f5
}

.c-topics-thumbnail-list .thumbnail-list-item.-toggle:hover {
    background-color: white;
    box-shadow: 0 0 0 1px #a96927f5
}

.c-topics-thumbnail-list .thumbnail-list-item.-toggle:hover .content {
    background-color: rgba(195, 45, 123, 0.25)
}

.c-myrw-edit-profile input {
    min-width: 100%
}

.c-myrw-edit-profile .c-field:not(:first-of-type) {
    margin-top: 20px
}

.c-myrw-edit-profile .title-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px
}

.c-myrw-edit-profile .title-section h1 {
    color: #a96927f5
}

.c-myrw-edit-profile .title-section button {
    width: 150px
}

.c-myrw-subscriptions .actions-div {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px
}

.c-myrw-subscriptions .card-container {
    margin-bottom: 20px
}

.c-my-rw .list-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px
}

.c-my-rw .list-actions .left-container {
    display: flex
}

.c-my-rw .list-actions .left-container button {
    margin-right: 10px
}

.c-my-rw .list-actions .buttons-container {
    display: flex;
    align-items: center
}

.c-my-rw .list-actions .buttons-container .last-modified-container {
    display: flex;
    align-items: center;
    cursor: pointer;
    min-width: 120px
}

.c-my-rw .list-actions .buttons-container .last-modified-container svg {
    margin-left: 5px;
    fill: #e3e4e6
}

.c-my-rw .list-actions .buttons-container .mode-buttons {
    display: flex;
    align-items: center;
    min-width: 70px
}

.c-my-rw .list-actions .buttons-container .mode-buttons button {
    cursor: pointer;
    fill: #e3e4e6;
    padding-top: 0px;
    padding-bottom: 0px
}

.c-my-rw .list-actions .buttons-container .mode-buttons button.-active {
    fill: #000
}

.c-my-rw .no-resources {
    display: flex;
    justify-content: center;
    align-items: center
}

.c-myrw-widgets-edit .form-container {
    margin-top: 80px
}

.c-myrw-widgets-edit .form-container .buttons-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px
}

.c-myrw-widgets-new .dataset-selector {
    margin-bottom: 60px
}

.c-myrw-widgets-new .form-container {
    margin-top: 80px
}

.c-myrw-widgets-new .form-container .buttons-container {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px
}

.c-myrw-widgets-my .no-widgets-div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%
}

.c-dataset-widgets .list-actions {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.c-dataset-widgets .list-actions .left-container {
    display: flex
}

.c-dataset-widgets .list-actions .left-container button {
    margin-right: 10px
}

.c-dataset-widgets .list-actions .buttons-container {
    display: flex;
    align-items: center
}

.c-dataset-widgets .list-actions .buttons-container .last-modified-container {
    display: flex;
    align-items: center;
    cursor: pointer;
    min-width: 120px
}

.c-dataset-widgets .list-actions .buttons-container .last-modified-container svg {
    margin-left: 5px;
    fill: #e3e4e6
}

.c-dataset-widgets .list-actions .buttons-container .mode-buttons {
    display: flex;
    align-items: center;
    min-width: 70px
}

.c-dataset-widgets .list-actions .buttons-container .mode-buttons button {
    cursor: pointer;
    fill: #e3e4e6;
    padding-top: 0px;
    padding-bottom: 0px
}

.c-dataset-widgets .list-actions .buttons-container .mode-buttons button.-active {
    fill: #000
}

.c-dataset-widgets .no-widgets-div {
    display: flex;
    justify-content: center;
    align-items: center
}

.c-dataset-widgets .list {
    padding: 0px
}

.c-embed-widget {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(26, 28, 34, 0.1);
    border-radius: 4px
}

.c-embed-widget .widget-title {
    position: relative;
    flex-shrink: 0;
    padding: 15px;
    border-bottom: 1px solid rgba(26, 28, 34, 0.1)
}

.c-embed-widget .widget-title h1,
.c-embed-widget .widget-title h2,
.c-embed-widget .widget-title h3,
.c-embed-widget .widget-title h4 {
    display: inline-block;
    margin-bottom: 0;
    padding-right: 20px
}

.c-embed-widget .widget-title .buttons {
    position: absolute;
    top: 19px;
    right: 15px;
    margin: 0;
    padding: 0
}

.c-embed-widget .widget-title .buttons ul li {
    display: inline-block
}

.c-embed-widget .widget-title .buttons button {
    cursor: pointer
}

.c-embed-widget .widget-content {
    position: relative;
    display: flex;
    align-items: stretch;
    flex-grow: 1;
    padding: 15px;
    overflow: hidden
}

.c-embed-widget .widget-content iframe {
    width: 100%
}

.c-embed-widget .widget-content .c-we-chart {
    height: auto;
    display: flex;
    flex-direction: column;
    overflow-x: auto;
    max-width: 100%
}

.c-embed-widget .widget-content .c-we-chart .chart {
    height: 100%
}

.c-embed-widget .widget-content .c-we-chart .chart .vega {
    height: 100%
}

.c-embed-widget .widget-content .c-we-chart .chart .vega canvas {
    display: block;
    margin: 0 auto
}

.c-embed-widget .widget-content .c-map {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.c-embed-widget .widget-content .c-map .leaflet-pane {
    z-index: 1
}

.c-embed-widget .widget-content .widget-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    z-index: 11;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto
}

.c-embed-widget .widget-content .widget-modal>div {
    margin-bottom: 15px
}

.c-embed-widget .widget-content .widget-modal h4 {
    color: #393f44
}

.c-embed-widget .widget-content .widget-modal .widget-links-container ul {
    list-style-type: circle
}

.c-embed-widget .widget-content .widget-modal .widget-links-container ul li {
    margin-left: 35px
}

.c-embed-widget .widget-content .widget-modal .widget-links-container ul li a {
    color: #2C75B0
}

.c-embed-widget .widget-content-row {
    display: flex;
    justify-content: space-between
}

.c-embed-widget .widget-footer {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding: 0 15px 15px
}

.c-embed-widget .widget-footer .embed-logo {
    display: block;
    height: 21px;
    margin-left: 10px
}

.c-embed-widget .c-table {
    position: relative;
    min-height: 100px
}

.c-embed-widget .c-table table {
    display: block;
    width: 100%;
    font-size: 14px
}

.c-embed-widget .c-table table thead,
.c-embed-widget .c-table table tbody,
.c-embed-widget .c-table table tr {
    display: block;
    width: 100%
}

.c-embed-widget .c-table table th,
.c-embed-widget .c-table table td {
    display: inline-block;
    width: calc(100% / 6)
}

.c-embed-layer {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh
}

.c-embed-layer .container {
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column
}

.c-embed-layer .container>.info {
    flex: 0;
    bottom: 0px;
    width: 100%;
    padding: 32px
}

.c-embed-layer .container>.info .layer-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 8px
}

.c-embed-layer .container>.info .layer-title h2 {
    margin: 0
}

.c-embed-layer .container>.info .layer-description {
    display: flex;
    justify-content: center;
    align-items: center
}

.c-embed-layer .container>.info a {
    text-decoration: none
}

.c-embed-layer .container .map-container {
    width: 100%;
    height: 100%;
    position: relative
}

.c-embed-layer .container .c-legend-map {
    position: absolute;
    right: 16px;
    bottom: 24px
}

.c-embed-layer>.message {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.c-embed-layer>.message .error {
    font-weight: 700;
    text-align: center
}

.c-embed-layer>.message .error span {
    display: block;
    font-weight: 400;
    font-size: 14px
}

.embed-layer-page .c-tooltip {
    max-width: 160px
}

.c-embed-table {
    width: 100%;
    height: 100%;
    min-height: 150px
}

.c-embed-table .visualization {
    position: relative;
    min-height: 100vh
}

.c-embed-table .visualization .table-content {
    padding: 15px;
    display: flex;
    justify-content: center
}

.c-embed-table .embed-logo {
    margin: 15px
}

.c-embed-dataset {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(26, 28, 34, 0.1);
    border-radius: 4px
}

.c-embed-dataset .widget-content {
    position: relative;
    display: flex;
    align-items: stretch;
    flex-grow: 1;
    padding: 15px;
    overflow: hidden;
    height: 100%
}

.c-embed-dataset .widget-content.-external .c-map {
    height: calc(100% - 15px)
}

.c-embed-dataset .widget-content iframe {
    width: 100%
}

.c-embed-dataset .widget-content .c-we-chart {
    height: auto;
    display: flex;
    flex-direction: column;
    overflow-x: auto;
    max-width: 100%
}

.c-embed-dataset .widget-content .c-we-chart .chart {
    height: 100%
}

.c-embed-dataset .widget-content .c-we-chart .chart .vega {
    height: 100%
}

.c-embed-dataset .widget-content .c-we-chart .chart .vega canvas {
    display: block;
    margin: 0 auto
}

.c-embed-dataset .info {
    padding: 15px;
    max-height: 300px;
    overflow: auto
}

.c-embed-dataset .widget-footer {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding: 0 15px 15px
}

.c-embed-dataset .widget-footer .embed-logo {
    display: block;
    height: 21px;
    margin-left: 10px
}

.c-subscription-card {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    border-radius: 4px
}

.c-subscription-card h4,
.c-subscription-card h5 {
    margin: 0px
}

.c-subscription-card .border-container {
    border: 1px solid #e3e4e6
}

.c-subscription-card .border-container .map-container {
    position: relative;
    width: 100%;
    height: 200px
}

.c-subscription-card .border-container .text-container {
    padding: 15px
}

.c-subscription-card .border-container .text-container .name-container {
    margin-bottom: 10px;
    min-height: 20px
}

.c-subscription-card .border-container .text-container .data-container {
    display: flex;
    flex-direction: column
}

.c-subscription-card .border-container .text-container .data-container .location-container {
    display: flex;
    align-items: center
}

.c-subscription-card .border-container .text-container .data-container .location-container h5 {
    margin-right: 20px
}

.c-subscription-card .border-container .text-container .data-container .dataset-container {
    display: flex;
    align-items: baseline
}

.c-subscription-card .border-container .text-container .data-container .dataset-container h5 {
    margin-right: 23px
}

.c-subscription-card .border-container .text-container .data-container .type-container {
    display: flex;
    align-items: baseline
}

.c-subscription-card .border-container .text-container .data-container .type-container h5 {
    margin-right: 43px
}

.c-subscription-card .border-container .text-container .actions-div {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
    margin-bottom: 0px
}

.c-subscription-card .border-container .text-container .actions-div .pending-label {
    color: #00B4D3
}

.c-subscription-card .border-container .text-container .actions-div a {
    color: #a96927f5;
    cursor: pointer
}

.c-splash-header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 26px;
    z-index: 9999
}

.c-splash-header .logo {
    width: 310px
}

.c-splash-header img,
.c-splash-header a {
    cursor: pointer
}

.c-splash-header-skip-intro {
    color: #FFF;
    font-size: 16px;
    padding: 0;
    margin: 0 20px;
    outline: none;
    cursor: pointer
}

.c-splash-header .links {
    display: flex;
    align-items: center
}

.c-splash-header .links a {
    color: white;
    text-decoration: none
}

.c-splash-header .links>:not(:last-child) {
    margin-right: 30px
}

.c-splash-header .links .earth-view-link .earth-view-link-container {
    display: flex;
    align-items: center
}

.c-splash-header .links .earth-view-link .earth-view-link-container .link-text {
    margin-left: 10px
}

.rc-tooltip.rc-tooltip-zoom-enter,
.rc-tooltip.rc-tooltip-zoom-leave {
    display: block
}

.rc-tooltip-zoom-enter,
.rc-tooltip-zoom-appear {
    opacity: 0;
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
    animation-play-state: paused
}

.rc-tooltip-zoom-leave {
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
    animation-play-state: paused
}

.rc-tooltip-zoom-enter.rc-tooltip-zoom-enter-active,
.rc-tooltip-zoom-appear.rc-tooltip-zoom-appear-active {
    animation-name: rcToolTipZoomIn;
    animation-play-state: running
}

.rc-tooltip-zoom-leave.rc-tooltip-zoom-leave-active {
    animation-name: rcToolTipZoomOut;
    animation-play-state: running
}

@keyframes rcToolTipZoomIn {
    0% {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(0, 0)
    }
    100% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1, 1)
    }
}

@keyframes rcToolTipZoomOut {
    0% {
        opacity: 1;
        transform-origin: 50% 50%;
        transform: scale(1, 1)
    }
    100% {
        opacity: 0;
        transform-origin: 50% 50%;
        transform: scale(0, 0)
    }
}

.rc-tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    line-height: 1.5;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 1px;
    opacity: 0.9
}

.rc-tooltip-hidden {
    display: none
}

.rc-tooltip-inner {
    padding: 8px 10px;
    color: #333333;
    text-align: left;
    text-decoration: none;
    background-color: #ffffff;
    border-radius: 3px;
    min-height: 34px;
    border: 1px solid #b1b1b1
}

.rc-tooltip-arrow,
.rc-tooltip-arrow-inner {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.rc-tooltip-placement-top .rc-tooltip-arrow,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow,
.rc-tooltip-placement-topRight .rc-tooltip-arrow {
    bottom: -5px;
    margin-left: -6px;
    border-width: 6px 6px 0;
    border-top-color: #b1b1b1
}

.rc-tooltip-placement-top .rc-tooltip-arrow-inner,
.rc-tooltip-placement-topLeft .rc-tooltip-arrow-inner,
.rc-tooltip-placement-topRight .rc-tooltip-arrow-inner {
    bottom: 1px;
    margin-left: -6px;
    border-width: 6px 6px 0;
    border-top-color: #ffffff
}

.rc-tooltip-placement-top .rc-tooltip-arrow {
    left: 50%
}

.rc-tooltip-placement-topLeft .rc-tooltip-arrow {
    left: 15%
}

.rc-tooltip-placement-topRight .rc-tooltip-arrow {
    right: 15%
}

.rc-tooltip-placement-right .rc-tooltip-arrow,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
    left: -5px;
    margin-top: -6px;
    border-width: 6px 6px 6px 0;
    border-right-color: #b1b1b1
}

.rc-tooltip-placement-right .rc-tooltip-arrow-inner,
.rc-tooltip-placement-rightTop .rc-tooltip-arrow-inner,
.rc-tooltip-placement-rightBottom .rc-tooltip-arrow-inner {
    left: 1px;
    margin-top: -6px;
    border-width: 6px 6px 6px 0;
    border-right-color: #ffffff
}

.rc-tooltip-placement-right .rc-tooltip-arrow {
    top: 50%
}

.rc-tooltip-placement-rightTop .rc-tooltip-arrow {
    top: 15%;
    margin-top: 0
}

.rc-tooltip-placement-rightBottom .rc-tooltip-arrow {
    bottom: 15%
}

.rc-tooltip-placement-left .rc-tooltip-arrow,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
    right: -5px;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-left-color: #b1b1b1
}

.rc-tooltip-placement-left .rc-tooltip-arrow-inner,
.rc-tooltip-placement-leftTop .rc-tooltip-arrow-inner,
.rc-tooltip-placement-leftBottom .rc-tooltip-arrow-inner {
    right: 1px;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-left-color: #ffffff
}

.rc-tooltip-placement-left .rc-tooltip-arrow {
    top: 50%
}

.rc-tooltip-placement-leftTop .rc-tooltip-arrow {
    top: 15%;
    margin-top: 0
}

.rc-tooltip-placement-leftBottom .rc-tooltip-arrow {
    bottom: 15%
}

.rc-tooltip-placement-bottom .rc-tooltip-arrow,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
    top: -5px;
    margin-left: -6px;
    border-width: 0 6px 6px;
    border-bottom-color: #b1b1b1
}

.rc-tooltip-placement-bottom .rc-tooltip-arrow-inner,
.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow-inner,
.rc-tooltip-placement-bottomRight .rc-tooltip-arrow-inner {
    top: 1px;
    margin-left: -6px;
    border-width: 0 6px 6px;
    border-bottom-color: #ffffff
}

.rc-tooltip-placement-bottom .rc-tooltip-arrow {
    left: 50%
}

.rc-tooltip-placement-bottomLeft .rc-tooltip-arrow {
    left: 15%
}

.rc-tooltip-placement-bottomRight .rc-tooltip-arrow {
    right: 15%
}

.c-rc-tooltip {
    opacity: 1;
    padding: 0;
    background: none;
    font-size: inherit
}

.c-rc-tooltip .rc-tooltip-inner {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent
}

.c-rc-tooltip .rc-tooltip-arrow {
    display: none;
    z-index: 2;
    border-top-color: currentColor;
    border-bottom-color: currentColor
}

.c-rc-tooltip.-default .rc-tooltip-inner {
    position: relative;
    max-width: 200px;
    padding: 8px 16px;
    border: 1px solid rgba(26, 28, 34, 0.15);
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
    font-size: 13px
}

.c-rc-tooltip.-default .rc-tooltip-arrow {
    display: block
}

.align-right {
    justify-content: flex-end
}

.align-center {
    justify-content: center
}

.align-justify {
    justify-content: space-between
}

.align-spaced {
    justify-content: space-around
}

.align-top {
    align-items: flex-start
}

.align-self-top {
    align-self: flex-start
}

.align-bottom {
    align-items: flex-end
}

.align-self-bottom {
    align-self: flex-end
}

.align-middle {
    align-items: center
}

.align-self-middle {
    align-self: center
}

.align-stretch {
    align-items: stretch
}

.align-self-stretch {
    align-self: stretch
}

.small-order-1 {
    order: 1
}

.small-order-2 {
    order: 2
}

.small-order-3 {
    order: 3
}

.small-order-4 {
    order: 4
}

.small-order-5 {
    order: 5
}

.small-order-6 {
    order: 6
}

@media print,
screen and (min-width: 48.75em) {
    .medium-order-1 {
        order: 1
    }
    .medium-order-2 {
        order: 2
    }
    .medium-order-3 {
        order: 3
    }
    .medium-order-4 {
        order: 4
    }
    .medium-order-5 {
        order: 5
    }
    .medium-order-6 {
        order: 6
    }
}

@media print,
screen and (min-width: 64em) {
    .large-order-1 {
        order: 1
    }
    .large-order-2 {
        order: 2
    }
    .large-order-3 {
        order: 3
    }
    .large-order-4 {
        order: 4
    }
    .large-order-5 {
        order: 5
    }
    .large-order-6 {
        order: 6
    }
}

@media screen and (min-width: 78.75em) {
    .xlarge-order-1 {
        order: 1
    }
    .xlarge-order-2 {
        order: 2
    }
    .xlarge-order-3 {
        order: 3
    }
    .xlarge-order-4 {
        order: 4
    }
    .xlarge-order-5 {
        order: 5
    }
    .xlarge-order-6 {
        order: 6
    }
}

@media screen and (min-width: 97.5em) {
    .xxlarge-order-1 {
        order: 1
    }
    .xxlarge-order-2 {
        order: 2
    }
    .xxlarge-order-3 {
        order: 3
    }
    .xxlarge-order-4 {
        order: 4
    }
    .xxlarge-order-5 {
        order: 5
    }
    .xxlarge-order-6 {
        order: 6
    }
}

.row {
    max-width: rem-calc(1080);
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-flow: row wrap
}

.row .row {
    margin-right: -.625rem;
    margin-left: -.625rem
}

@media print,
screen and (min-width: 48.75em) {
    .row .row {
        margin-right: -.625rem;
        margin-left: -.625rem
    }
}

@media print,
screen and (min-width: 64em) {
    .row .row {
        margin-right: -.625rem;
        margin-left: -.625rem
    }
}

@media screen and (min-width: 78.75em) {
    .row .row {
        margin-right: -.625rem;
        margin-left: -.625rem
    }
}

@media screen and (min-width: 97.5em) {
    .row .row {
        margin-right: -.625rem;
        margin-left: -.625rem
    }
}

.row .row.collapse {
    margin-right: 0;
    margin-left: 0
}

.row.expanded {
    max-width: none
}

.row:not(.expanded) .row {
    max-width: none
}

.row.collapse>.column,
.row.collapse>.columns {
    padding-right: 0;
    padding-left: 0
}

.row.is-collapse-child,
.row.collapse>.column>.row,
.row.collapse>.columns>.row {
    margin-right: 0;
    margin-left: 0
}

.column,
.columns {
    flex: 1 1 0px;
    padding-right: .625rem;
    padding-left: .625rem;
    min-width: initial
}

@media print,
screen and (min-width: 48.75em) {
    .column,
    .columns {
        padding-right: .625rem;
        padding-left: .625rem
    }
}

.column.row.row,
.row.row.columns {
    float: none;
    display: block
}

.row .column.row.row,
.row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0
}

.flex-container {
    display: flex
}

.flex-child-auto {
    flex: 1 1 auto
}

.flex-child-grow {
    flex: 1 0 auto
}

.flex-child-shrink {
    flex: 0 1 auto
}

.flex-dir-row {
    flex-direction: row
}

.flex-dir-row-reverse {
    flex-direction: row-reverse
}

.flex-dir-column {
    flex-direction: column
}

.flex-dir-column-reverse {
    flex-direction: column-reverse
}

.small-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.small-offset-0 {
    margin-left: 0%
}

.small-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.small-offset-1 {
    margin-left: 8.33333%
}

.small-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.small-offset-2 {
    margin-left: 16.66667%
}

.small-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.small-offset-3 {
    margin-left: 25%
}

.small-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.small-offset-4 {
    margin-left: 33.33333%
}

.small-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.small-offset-5 {
    margin-left: 41.66667%
}

.small-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.small-offset-6 {
    margin-left: 50%
}

.small-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.small-offset-7 {
    margin-left: 58.33333%
}

.small-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.small-offset-8 {
    margin-left: 66.66667%
}

.small-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.small-offset-9 {
    margin-left: 75%
}

.small-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.small-offset-10 {
    margin-left: 83.33333%
}

.small-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.small-offset-11 {
    margin-left: 91.66667%
}

.small-order-1 {
    order: 1
}

.small-order-2 {
    order: 2
}

.small-order-3 {
    order: 3
}

.small-order-4 {
    order: 4
}

.small-order-5 {
    order: 5
}

.small-order-6 {
    order: 6
}

.small-up-1 {
    flex-wrap: wrap
}

.small-up-1>.column,
.small-up-1>.columns {
    flex: 0 0 100%;
    max-width: 100%
}

.small-up-2 {
    flex-wrap: wrap
}

.small-up-2>.column,
.small-up-2>.columns {
    flex: 0 0 50%;
    max-width: 50%
}

.small-up-3 {
    flex-wrap: wrap
}

.small-up-3>.column,
.small-up-3>.columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.small-up-4 {
    flex-wrap: wrap
}

.small-up-4>.column,
.small-up-4>.columns {
    flex: 0 0 25%;
    max-width: 25%
}

.small-up-5 {
    flex-wrap: wrap
}

.small-up-5>.column,
.small-up-5>.columns {
    flex: 0 0 20%;
    max-width: 20%
}

.small-up-6 {
    flex-wrap: wrap
}

.small-up-6>.column,
.small-up-6>.columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.small-up-7 {
    flex-wrap: wrap
}

.small-up-7>.column,
.small-up-7>.columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%
}

.small-up-8 {
    flex-wrap: wrap
}

.small-up-8>.column,
.small-up-8>.columns {
    flex: 0 0 12.5%;
    max-width: 12.5%
}

.small-collapse>.column,
.small-collapse>.columns {
    padding-right: 0;
    padding-left: 0
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
    padding-right: .625rem;
    padding-left: .625rem
}

@media print,
screen and (min-width: 48.75em) {
    .medium-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .medium-offset-0 {
        margin-left: 0%
    }
    .medium-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .medium-offset-1 {
        margin-left: 8.33333%
    }
    .medium-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .medium-offset-2 {
        margin-left: 16.66667%
    }
    .medium-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .medium-offset-3 {
        margin-left: 25%
    }
    .medium-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .medium-offset-4 {
        margin-left: 33.33333%
    }
    .medium-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .medium-offset-5 {
        margin-left: 41.66667%
    }
    .medium-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .medium-offset-6 {
        margin-left: 50%
    }
    .medium-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .medium-offset-7 {
        margin-left: 58.33333%
    }
    .medium-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .medium-offset-8 {
        margin-left: 66.66667%
    }
    .medium-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .medium-offset-9 {
        margin-left: 75%
    }
    .medium-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .medium-offset-10 {
        margin-left: 83.33333%
    }
    .medium-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .medium-offset-11 {
        margin-left: 91.66667%
    }
    .medium-order-1 {
        order: 1
    }
    .medium-order-2 {
        order: 2
    }
    .medium-order-3 {
        order: 3
    }
    .medium-order-4 {
        order: 4
    }
    .medium-order-5 {
        order: 5
    }
    .medium-order-6 {
        order: 6
    }
    .medium-up-1 {
        flex-wrap: wrap
    }
    .medium-up-1>.column,
    .medium-up-1>.columns {
        flex: 0 0 100%;
        max-width: 100%
    }
    .medium-up-2 {
        flex-wrap: wrap
    }
    .medium-up-2>.column,
    .medium-up-2>.columns {
        flex: 0 0 50%;
        max-width: 50%
    }
    .medium-up-3 {
        flex-wrap: wrap
    }
    .medium-up-3>.column,
    .medium-up-3>.columns {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .medium-up-4 {
        flex-wrap: wrap
    }
    .medium-up-4>.column,
    .medium-up-4>.columns {
        flex: 0 0 25%;
        max-width: 25%
    }
    .medium-up-5 {
        flex-wrap: wrap
    }
    .medium-up-5>.column,
    .medium-up-5>.columns {
        flex: 0 0 20%;
        max-width: 20%
    }
    .medium-up-6 {
        flex-wrap: wrap
    }
    .medium-up-6>.column,
    .medium-up-6>.columns {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .medium-up-7 {
        flex-wrap: wrap
    }
    .medium-up-7>.column,
    .medium-up-7>.columns {
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }
    .medium-up-8 {
        flex-wrap: wrap
    }
    .medium-up-8>.column,
    .medium-up-8>.columns {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media print,
screen and (min-width: 48.75em) and (min-width: 48.75em) {
    .medium-expand {
        flex: 1 1 0px
    }
}

@media print,
screen and (min-width: 48.75em) {
    .medium-flex-dir-row {
        flex-direction: row
    }
    .medium-flex-dir-row-reverse {
        flex-direction: row-reverse
    }
    .medium-flex-dir-column {
        flex-direction: column
    }
    .medium-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
    .medium-flex-child-auto {
        flex: 1 1 auto
    }
    .medium-flex-child-grow {
        flex: 1 0 auto
    }
    .medium-flex-child-shrink {
        flex: 0 1 auto
    }
}

.row.medium-unstack>.column,
.row.medium-unstack>.columns {
    flex: 0 0 100%
}

@media print,
screen and (min-width: 48.75em) {
    .row.medium-unstack>.column,
    .row.medium-unstack>.columns {
        flex: 1 1 0px
    }
}

@media print,
screen and (min-width: 48.75em) {
    .medium-collapse>.column,
    .medium-collapse>.columns {
        padding-right: 0;
        padding-left: 0
    }
    .medium-uncollapse>.column,
    .medium-uncollapse>.columns {
        padding-right: .625rem;
        padding-left: .625rem
    }
}

@media print,
screen and (min-width: 64em) {
    .large-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .large-offset-0 {
        margin-left: 0%
    }
    .large-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .large-offset-1 {
        margin-left: 8.33333%
    }
    .large-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .large-offset-2 {
        margin-left: 16.66667%
    }
    .large-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .large-offset-3 {
        margin-left: 25%
    }
    .large-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .large-offset-4 {
        margin-left: 33.33333%
    }
    .large-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .large-offset-5 {
        margin-left: 41.66667%
    }
    .large-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .large-offset-6 {
        margin-left: 50%
    }
    .large-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .large-offset-7 {
        margin-left: 58.33333%
    }
    .large-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .large-offset-8 {
        margin-left: 66.66667%
    }
    .large-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .large-offset-9 {
        margin-left: 75%
    }
    .large-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .large-offset-10 {
        margin-left: 83.33333%
    }
    .large-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .large-offset-11 {
        margin-left: 91.66667%
    }
    .large-order-1 {
        order: 1
    }
    .large-order-2 {
        order: 2
    }
    .large-order-3 {
        order: 3
    }
    .large-order-4 {
        order: 4
    }
    .large-order-5 {
        order: 5
    }
    .large-order-6 {
        order: 6
    }
    .large-up-1 {
        flex-wrap: wrap
    }
    .large-up-1>.column,
    .large-up-1>.columns {
        flex: 0 0 100%;
        max-width: 100%
    }
    .large-up-2 {
        flex-wrap: wrap
    }
    .large-up-2>.column,
    .large-up-2>.columns {
        flex: 0 0 50%;
        max-width: 50%
    }
    .large-up-3 {
        flex-wrap: wrap
    }
    .large-up-3>.column,
    .large-up-3>.columns {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .large-up-4 {
        flex-wrap: wrap
    }
    .large-up-4>.column,
    .large-up-4>.columns {
        flex: 0 0 25%;
        max-width: 25%
    }
    .large-up-5 {
        flex-wrap: wrap
    }
    .large-up-5>.column,
    .large-up-5>.columns {
        flex: 0 0 20%;
        max-width: 20%
    }
    .large-up-6 {
        flex-wrap: wrap
    }
    .large-up-6>.column,
    .large-up-6>.columns {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .large-up-7 {
        flex-wrap: wrap
    }
    .large-up-7>.column,
    .large-up-7>.columns {
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }
    .large-up-8 {
        flex-wrap: wrap
    }
    .large-up-8>.column,
    .large-up-8>.columns {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media print,
screen and (min-width: 64em) and (min-width: 64em) {
    .large-expand {
        flex: 1 1 0px
    }
}

@media print,
screen and (min-width: 64em) {
    .large-flex-dir-row {
        flex-direction: row
    }
    .large-flex-dir-row-reverse {
        flex-direction: row-reverse
    }
    .large-flex-dir-column {
        flex-direction: column
    }
    .large-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
    .large-flex-child-auto {
        flex: 1 1 auto
    }
    .large-flex-child-grow {
        flex: 1 0 auto
    }
    .large-flex-child-shrink {
        flex: 0 1 auto
    }
}

.row.large-unstack>.column,
.row.large-unstack>.columns {
    flex: 0 0 100%
}

@media print,
screen and (min-width: 64em) {
    .row.large-unstack>.column,
    .row.large-unstack>.columns {
        flex: 1 1 0px
    }
}

@media print,
screen and (min-width: 64em) {
    .large-collapse>.column,
    .large-collapse>.columns {
        padding-right: 0;
        padding-left: 0
    }
    .large-uncollapse>.column,
    .large-uncollapse>.columns {
        padding-right: .625rem;
        padding-left: .625rem
    }
}

@media screen and (min-width: 78.75em) {
    .xlarge-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .xlarge-offset-0 {
        margin-left: 0%
    }
    .xlarge-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .xlarge-offset-1 {
        margin-left: 8.33333%
    }
    .xlarge-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .xlarge-offset-2 {
        margin-left: 16.66667%
    }
    .xlarge-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .xlarge-offset-3 {
        margin-left: 25%
    }
    .xlarge-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .xlarge-offset-4 {
        margin-left: 33.33333%
    }
    .xlarge-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .xlarge-offset-5 {
        margin-left: 41.66667%
    }
    .xlarge-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .xlarge-offset-6 {
        margin-left: 50%
    }
    .xlarge-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .xlarge-offset-7 {
        margin-left: 58.33333%
    }
    .xlarge-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .xlarge-offset-8 {
        margin-left: 66.66667%
    }
    .xlarge-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .xlarge-offset-9 {
        margin-left: 75%
    }
    .xlarge-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .xlarge-offset-10 {
        margin-left: 83.33333%
    }
    .xlarge-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .xlarge-offset-11 {
        margin-left: 91.66667%
    }
    .xlarge-order-1 {
        order: 1
    }
    .xlarge-order-2 {
        order: 2
    }
    .xlarge-order-3 {
        order: 3
    }
    .xlarge-order-4 {
        order: 4
    }
    .xlarge-order-5 {
        order: 5
    }
    .xlarge-order-6 {
        order: 6
    }
    .xlarge-up-1 {
        flex-wrap: wrap
    }
    .xlarge-up-1>.column,
    .xlarge-up-1>.columns {
        flex: 0 0 100%;
        max-width: 100%
    }
    .xlarge-up-2 {
        flex-wrap: wrap
    }
    .xlarge-up-2>.column,
    .xlarge-up-2>.columns {
        flex: 0 0 50%;
        max-width: 50%
    }
    .xlarge-up-3 {
        flex-wrap: wrap
    }
    .xlarge-up-3>.column,
    .xlarge-up-3>.columns {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .xlarge-up-4 {
        flex-wrap: wrap
    }
    .xlarge-up-4>.column,
    .xlarge-up-4>.columns {
        flex: 0 0 25%;
        max-width: 25%
    }
    .xlarge-up-5 {
        flex-wrap: wrap
    }
    .xlarge-up-5>.column,
    .xlarge-up-5>.columns {
        flex: 0 0 20%;
        max-width: 20%
    }
    .xlarge-up-6 {
        flex-wrap: wrap
    }
    .xlarge-up-6>.column,
    .xlarge-up-6>.columns {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .xlarge-up-7 {
        flex-wrap: wrap
    }
    .xlarge-up-7>.column,
    .xlarge-up-7>.columns {
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }
    .xlarge-up-8 {
        flex-wrap: wrap
    }
    .xlarge-up-8>.column,
    .xlarge-up-8>.columns {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media screen and (min-width: 78.75em) and (min-width: 78.75em) {
    .xlarge-expand {
        flex: 1 1 0px
    }
}

@media screen and (min-width: 78.75em) {
    .xlarge-flex-dir-row {
        flex-direction: row
    }
    .xlarge-flex-dir-row-reverse {
        flex-direction: row-reverse
    }
    .xlarge-flex-dir-column {
        flex-direction: column
    }
    .xlarge-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
    .xlarge-flex-child-auto {
        flex: 1 1 auto
    }
    .xlarge-flex-child-grow {
        flex: 1 0 auto
    }
    .xlarge-flex-child-shrink {
        flex: 0 1 auto
    }
}

.row.xlarge-unstack>.column,
.row.xlarge-unstack>.columns {
    flex: 0 0 100%
}

@media screen and (min-width: 78.75em) {
    .row.xlarge-unstack>.column,
    .row.xlarge-unstack>.columns {
        flex: 1 1 0px
    }
}

@media screen and (min-width: 78.75em) {
    .xlarge-collapse>.column,
    .xlarge-collapse>.columns {
        padding-right: 0;
        padding-left: 0
    }
    .xlarge-uncollapse>.column,
    .xlarge-uncollapse>.columns {
        padding-right: .625rem;
        padding-left: .625rem
    }
}

@media screen and (min-width: 97.5em) {
    .xxlarge-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .xxlarge-offset-0 {
        margin-left: 0%
    }
    .xxlarge-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .xxlarge-offset-1 {
        margin-left: 8.33333%
    }
    .xxlarge-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .xxlarge-offset-2 {
        margin-left: 16.66667%
    }
    .xxlarge-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .xxlarge-offset-3 {
        margin-left: 25%
    }
    .xxlarge-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .xxlarge-offset-4 {
        margin-left: 33.33333%
    }
    .xxlarge-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .xxlarge-offset-5 {
        margin-left: 41.66667%
    }
    .xxlarge-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .xxlarge-offset-6 {
        margin-left: 50%
    }
    .xxlarge-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .xxlarge-offset-7 {
        margin-left: 58.33333%
    }
    .xxlarge-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .xxlarge-offset-8 {
        margin-left: 66.66667%
    }
    .xxlarge-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .xxlarge-offset-9 {
        margin-left: 75%
    }
    .xxlarge-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .xxlarge-offset-10 {
        margin-left: 83.33333%
    }
    .xxlarge-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
    .xxlarge-offset-11 {
        margin-left: 91.66667%
    }
    .xxlarge-order-1 {
        order: 1
    }
    .xxlarge-order-2 {
        order: 2
    }
    .xxlarge-order-3 {
        order: 3
    }
    .xxlarge-order-4 {
        order: 4
    }
    .xxlarge-order-5 {
        order: 5
    }
    .xxlarge-order-6 {
        order: 6
    }
    .xxlarge-up-1 {
        flex-wrap: wrap
    }
    .xxlarge-up-1>.column,
    .xxlarge-up-1>.columns {
        flex: 0 0 100%;
        max-width: 100%
    }
    .xxlarge-up-2 {
        flex-wrap: wrap
    }
    .xxlarge-up-2>.column,
    .xxlarge-up-2>.columns {
        flex: 0 0 50%;
        max-width: 50%
    }
    .xxlarge-up-3 {
        flex-wrap: wrap
    }
    .xxlarge-up-3>.column,
    .xxlarge-up-3>.columns {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .xxlarge-up-4 {
        flex-wrap: wrap
    }
    .xxlarge-up-4>.column,
    .xxlarge-up-4>.columns {
        flex: 0 0 25%;
        max-width: 25%
    }
    .xxlarge-up-5 {
        flex-wrap: wrap
    }
    .xxlarge-up-5>.column,
    .xxlarge-up-5>.columns {
        flex: 0 0 20%;
        max-width: 20%
    }
    .xxlarge-up-6 {
        flex-wrap: wrap
    }
    .xxlarge-up-6>.column,
    .xxlarge-up-6>.columns {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .xxlarge-up-7 {
        flex-wrap: wrap
    }
    .xxlarge-up-7>.column,
    .xxlarge-up-7>.columns {
        flex: 0 0 14.28571%;
        max-width: 14.28571%
    }
    .xxlarge-up-8 {
        flex-wrap: wrap
    }
    .xxlarge-up-8>.column,
    .xxlarge-up-8>.columns {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media screen and (min-width: 97.5em) and (min-width: 97.5em) {
    .xxlarge-expand {
        flex: 1 1 0px
    }
}

@media screen and (min-width: 97.5em) {
    .xxlarge-flex-dir-row {
        flex-direction: row
    }
    .xxlarge-flex-dir-row-reverse {
        flex-direction: row-reverse
    }
    .xxlarge-flex-dir-column {
        flex-direction: column
    }
    .xxlarge-flex-dir-column-reverse {
        flex-direction: column-reverse
    }
    .xxlarge-flex-child-auto {
        flex: 1 1 auto
    }
    .xxlarge-flex-child-grow {
        flex: 1 0 auto
    }
    .xxlarge-flex-child-shrink {
        flex: 0 1 auto
    }
}

.row.xxlarge-unstack>.column,
.row.xxlarge-unstack>.columns {
    flex: 0 0 100%
}

@media screen and (min-width: 97.5em) {
    .row.xxlarge-unstack>.column,
    .row.xxlarge-unstack>.columns {
        flex: 1 1 0px
    }
}

@media screen and (min-width: 97.5em) {
    .xxlarge-collapse>.column,
    .xxlarge-collapse>.columns {
        padding-right: 0;
        padding-left: 0
    }
    .xxlarge-uncollapse>.column,
    .xxlarge-uncollapse>.columns {
        padding-right: .625rem;
        padding-left: .625rem
    }
}

.shrink {
    flex: 0 0 auto;
    max-width: 100%
}

.column-block {
    margin-bottom: 1.25rem
}

.column-block>:last-child {
    margin-bottom: 0
}

@media print,
screen and (min-width: 48.75em) {
    .column-block {
        margin-bottom: 1.25rem
    }
    .column-block>:last-child {
        margin-bottom: 0
    }
}

.responsive-embed,
.flex-video {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.responsive-embed.widescreen,
.flex-video.widescreen {
    padding-bottom: 56.25%
}
/* -------------------------------------------------- */
/* --BOTTOM-NAV-- */
/* -------------------------------------------------- */
#bottom-nav {
	margin: 0px;
	padding: 50px 0px;
	font-size: 14px;
	color: #9cd9ec;
	line-height: normal;
	background-color: var(--color-theme);
	cursor: default;
}
#bottom-nav a {
	color: #fff;
}
#bottom-nav a:hover {
	color: #fff;
}
/* -------------------------------------------------- */
#bottom-nav .bottom-nav-logos {
/*VACIO*/
}
#bottom-nav .bottom-nav-logos span {
	display: block;
	width: 270px;
	float: left;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#bottom-nav .bottom-nav-logos span.mm-footer-name {
	padding-top: 6px;
}
/* -------------------------------------------------- */
#bottom-nav .bottom-nav-menu {
/*VACIO*/
}
#bottom-nav .bottom-nav-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#bottom-nav .bottom-nav-menu li {
	position: relative;
	display: block;
	float: left;
	line-height: 24px;
	clear: both;
}
#bottom-nav .bottom-nav-menu li a {
	display: block;
	padding: 3px 0px;
}
#bottom-nav .bottom-nav-menu li img {
	height: 40px;
}
/* -------------------------------------------------- */
#bottom-nav .bottom-nav-menu .bottom-nav-commons {
	float: left;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	clear: both;
}
#bottom-nav .bottom-nav-menu .bottom-nav-commons a img {
/*VACIO*/
}
#bottom-nav .bottom-nav-menu .bottom-nav-commons a:hover img {
/*VACIO*/
}
/* -------------------------------------------------- */
/* --FOOTER-- */
/* -------------------------------------------------- */
#footer {
	margin: 0px;
	padding: 40px 0px;
	font-size: 14px;
	color: #fff;
    text-align: center;
    filter: brightness(.75);
	background-color: var(--color-theme);
	cursor: default;
}
.avia_textblock ol {
    list-style: decimal;
}
.avia_textblock ul {
    list-style: inherit;
} 