@import url("https://cdn.jsdelivr.net/npm/@fancyapps/ui/dist/fancybox.css");
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@600;700;900&display=swap");

.next-month-link {
    padding-left: 10px !important;
}
.prev-month-link {
    padding-right: 10px !important;
}

.slide-in-down.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-down.mui-enter.mui-enter-active {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.slide-in-left.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-left.mui-enter.mui-enter-active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.slide-in-up.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-up.mui-enter.mui-enter-active {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.slide-in-right.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-right.mui-enter.mui-enter-active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.slide-out-down.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-down.mui-leave.mui-leave-active {
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.slide-out-right.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-right.mui-leave.mui-leave-active {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.slide-out-up.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-up.mui-leave.mui-leave-active {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.slide-out-left.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-left.mui-leave.mui-leave-active {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.fade-in.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    opacity: 0;
    transition-property: opacity
}

.fade-in.mui-enter.mui-enter-active {
    opacity: 1
}

.fade-out.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    opacity: 1;
    transition-property: opacity
}

.fade-out.mui-leave.mui-leave-active {
    opacity: 0
}

.hinge-in-from-top.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-top.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-right.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-right.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-bottom.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-left.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-left.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-middle-x.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-in-from-middle-y.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    opacity: 1
}

.hinge-out-from-top.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-top.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0
}

.hinge-out-from-right.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: right;
    transform-origin: right;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-right.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0
}

.hinge-out-from-bottom.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-left.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: left;
    transform-origin: left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-left.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.hinge-out-from-middle-x.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0
}

.hinge-out-from-middle-y.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0deg);
    transform: perspective(2000px) rotate(0deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0
}

.scale-in-up.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.scale-in-up.mui-enter.mui-enter-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-in-down.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.scale-in-down.mui-enter.mui-enter-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-out-up.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.scale-out-up.mui-leave.mui-leave-active {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
}

.scale-out-down.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.scale-out-down.mui-leave.mui-leave-active {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.spin-in.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: rotate(-.75turn);
    transform: rotate(-.75turn);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.spin-in.mui-enter.mui-enter-active {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.spin-out.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.spin-out.mui-leave.mui-leave-active {
    -webkit-transform: rotate(.75turn);
    transform: rotate(.75turn);
    opacity: 0
}

.spin-in-ccw.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: rotate(.75turn);
    transform: rotate(.75turn);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.spin-in-ccw.mui-enter.mui-enter-active {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.spin-out-ccw.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.spin-out-ccw.mui-leave.mui-leave-active {
    -webkit-transform: rotate(-.75turn);
    transform: rotate(-.75turn);
    opacity: 0
}

.slow {
    transition-duration: 750ms !important
}

.fast {
    transition-duration: 250ms !important
}

.linear {
    transition-timing-function: linear !important
}

.ease {
    transition-timing-function: ease !important
}

.ease-in {
    transition-timing-function: ease-in !important
}

.ease-out {
    transition-timing-function: ease-out !important
}

.ease-in-out {
    transition-timing-function: ease-in-out !important
}

.bounce-in {
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important
}

.bounce-out {
    transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important
}

.bounce-in-out {
    transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important
}

.short-delay {
    transition-delay: 300ms !important
}

.long-delay {
    transition-delay: 700ms !important
}

.shake {
    -webkit-animation-name: shake-7;
    animation-name: shake-7
}

@-webkit-keyframes shake-7 {

    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }

    5%,
    15%,
    25%,
    35%,
    45%,
    55%,
    65%,
    75%,
    85%,
    95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

@keyframes shake-7 {

    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }

    5%,
    15%,
    25%,
    35%,
    45%,
    55%,
    65%,
    75%,
    85%,
    95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

.spin-cw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn
}

@-webkit-keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.spin-ccw {
    -webkit-animation-name: spin-ccw-1turn;
    animation-name: spin-ccw-1turn
}

@-webkit-keyframes spin-ccw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@keyframes spin-ccw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

.wiggle {
    -webkit-animation-name: wiggle-7deg;
    animation-name: wiggle-7deg
}

@-webkit-keyframes wiggle-7deg {

    40%,
    50%,
    60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    35%,
    45%,
    55%,
    65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    0%,
    30%,
    70%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes wiggle-7deg {

    40%,
    50%,
    60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }

    35%,
    45%,
    55%,
    65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }

    0%,
    30%,
    70%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms
}

.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.slow {
    -webkit-animation-duration: 750ms !important;
    animation-duration: 750ms !important
}

.fast {
    -webkit-animation-duration: 250ms !important;
    animation-duration: 250ms !important
}

.linear {
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important
}

.ease {
    -webkit-animation-timing-function: ease !important;
    animation-timing-function: ease !important
}

.ease-in {
    -webkit-animation-timing-function: ease-in !important;
    animation-timing-function: ease-in !important
}

.ease-out {
    -webkit-animation-timing-function: ease-out !important;
    animation-timing-function: ease-out !important
}

.ease-in-out {
    -webkit-animation-timing-function: ease-in-out !important;
    animation-timing-function: ease-in-out !important
}

.bounce-in {
    -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important
}

.bounce-out {
    -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important
}

.bounce-in-out {
    -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
    animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important
}

.short-delay {
    -webkit-animation-delay: 300ms !important;
    animation-delay: 300ms !important
}

.long-delay {
    -webkit-animation-delay: 700ms !important;
    animation-delay: 700ms !important
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: 0;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[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 {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

[data-whatintent="mouse"] *,
[data-whatintent="mouse"] *:focus,
[data-whatintent="touch"] *,
[data-whatintent="touch"] *:focus,
[data-whatinput="mouse"] *,
[data-whatinput="mouse"] *:focus,
[data-whatinput="touch"] *,
[data-whatinput="touch"] *:focus {
    outline: none
}

[draggable=false] {
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"
}

html {
    box-sizing: border-box;
    font-size: 100%
}

*,
*::before,
*::after {
    box-sizing: inherit
}

body {
    margin: 0;
    padding: 0;
    background: #fefefe;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0
}

select {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
    max-width: none !important
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
    line-height: 1;
    cursor: auto
}

[data-whatinput='mouse'] button {
    outline: 0
}

pre {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit
}

.is-visible {
    display: block !important
}

.is-hidden {
    display: none !important
}

.grid-container {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 68.75rem;
    margin-left: auto;
    margin-right: auto
}

@media print,
screen and (min-width: 40em) {
    .grid-container {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.grid-container.fluid {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media print,
screen and (min-width: 40em) {
    .grid-container.fluid {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.grid-x {
    display: flex;
    flex-flow: row wrap
}

.cell {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%
}

.cell.auto {
    flex: 1 1 0
}

.cell.shrink {
    flex: 0 0 auto
}

.grid-x>.auto {
    width: auto
}

.grid-x>.shrink {
    width: auto
}

.grid-x>.small-shrink,
.grid-x>.small-full,
.grid-x>.small-1,
.grid-x>.small-2,
.grid-x>.small-3,
.grid-x>.small-4,
.grid-x>.small-5,
.grid-x>.small-6,
.grid-x>.small-7,
.grid-x>.small-8,
.grid-x>.small-9,
.grid-x>.small-10,
.grid-x>.small-11,
.grid-x>.small-12 {
    flex-basis: auto
}

@media print,
screen and (min-width: 40em) {

    .grid-x>.medium-shrink,
    .grid-x>.medium-full,
    .grid-x>.medium-1,
    .grid-x>.medium-2,
    .grid-x>.medium-3,
    .grid-x>.medium-4,
    .grid-x>.medium-5,
    .grid-x>.medium-6,
    .grid-x>.medium-7,
    .grid-x>.medium-8,
    .grid-x>.medium-9,
    .grid-x>.medium-10,
    .grid-x>.medium-11,
    .grid-x>.medium-12 {
        flex-basis: auto
    }
}

@media print,
screen and (min-width: 64em) {

    .grid-x>.large-shrink,
    .grid-x>.large-full,
    .grid-x>.large-1,
    .grid-x>.large-2,
    .grid-x>.large-3,
    .grid-x>.large-4,
    .grid-x>.large-5,
    .grid-x>.large-6,
    .grid-x>.large-7,
    .grid-x>.large-8,
    .grid-x>.large-9,
    .grid-x>.large-10,
    .grid-x>.large-11,
    .grid-x>.large-12 {
        flex-basis: auto
    }
}

.grid-x>.small-12,
.grid-x>.small-11,
.grid-x>.small-10,
.grid-x>.small-9,
.grid-x>.small-8,
.grid-x>.small-7,
.grid-x>.small-6,
.grid-x>.small-5,
.grid-x>.small-4,
.grid-x>.small-3,
.grid-x>.small-2,
.grid-x>.small-1 {
    flex: 0 0 auto
}

.grid-x>.small-1 {
    width: 8.3333333333%
}

.grid-x>.small-2 {
    width: 16.6666666667%
}

.grid-x>.small-3 {
    width: 25%
}

.grid-x>.small-4 {
    width: 33.3333333333%
}

.grid-x>.small-5 {
    width: 41.6666666667%
}

.grid-x>.small-6 {
    width: 50%
}

.grid-x>.small-7 {
    width: 58.3333333333%
}

.grid-x>.small-8 {
    width: 66.6666666667%
}

.grid-x>.small-9 {
    width: 75%
}

.grid-x>.small-10 {
    width: 83.3333333333%
}

.grid-x>.small-11 {
    width: 91.6666666667%
}

.grid-x>.small-12 {
    width: 100%
}

@media print,
screen and (min-width: 40em) {
    .grid-x>.medium-auto {
        flex: 1 1 0;
        width: auto
    }

    .grid-x>.medium-12,
    .grid-x>.medium-11,
    .grid-x>.medium-10,
    .grid-x>.medium-9,
    .grid-x>.medium-8,
    .grid-x>.medium-7,
    .grid-x>.medium-6,
    .grid-x>.medium-5,
    .grid-x>.medium-4,
    .grid-x>.medium-3,
    .grid-x>.medium-2,
    .grid-x>.medium-1,
    .grid-x>.medium-shrink {
        flex: 0 0 auto
    }

    .grid-x>.medium-shrink {
        width: auto
    }

    .grid-x>.medium-1 {
        width: 8.3333333333%
    }

    .grid-x>.medium-2 {
        width: 16.6666666667%
    }

    .grid-x>.medium-3 {
        width: 25%
    }

    .grid-x>.medium-4 {
        width: 33.3333333333%
    }

    .grid-x>.medium-5 {
        width: 41.6666666667%
    }

    .grid-x>.medium-6 {
        width: 50%
    }

    .grid-x>.medium-7 {
        width: 58.3333333333%
    }

    .grid-x>.medium-8 {
        width: 66.6666666667%
    }

    .grid-x>.medium-9 {
        width: 75%
    }

    .grid-x>.medium-10 {
        width: 83.3333333333%
    }

    .grid-x>.medium-11 {
        width: 91.6666666667%
    }

    .grid-x>.medium-12 {
        width: 100%
    }
}

@media print,
screen and (min-width: 64em) {
    .grid-x>.large-auto {
        flex: 1 1 0;
        width: auto
    }

    .grid-x>.large-12,
    .grid-x>.large-11,
    .grid-x>.large-10,
    .grid-x>.large-9,
    .grid-x>.large-8,
    .grid-x>.large-7,
    .grid-x>.large-6,
    .grid-x>.large-5,
    .grid-x>.large-4,
    .grid-x>.large-3,
    .grid-x>.large-2,
    .grid-x>.large-1,
    .grid-x>.large-shrink {
        flex: 0 0 auto
    }

    .grid-x>.large-shrink {
        width: auto
    }

    .grid-x>.large-1 {
        width: 8.3333333333%
    }

    .grid-x>.large-2 {
        width: 16.6666666667%
    }

    .grid-x>.large-3 {
        width: 25%
    }

    .grid-x>.large-4 {
        width: 33.3333333333%
    }

    .grid-x>.large-5 {
        width: 41.6666666667%
    }

    .grid-x>.large-6 {
        width: 50%
    }

    .grid-x>.large-7 {
        width: 58.3333333333%
    }

    .grid-x>.large-8 {
        width: 66.6666666667%
    }

    .grid-x>.large-9 {
        width: 75%
    }

    .grid-x>.large-10 {
        width: 83.3333333333%
    }

    .grid-x>.large-11 {
        width: 91.6666666667%
    }

    .grid-x>.large-12 {
        width: 100%
    }
}

.grid-margin-x:not(.grid-x)>.cell {
    width: auto
}

.grid-margin-y:not(.grid-y)>.cell {
    height: auto
}

.grid-margin-x {
    margin-left: -.625rem;
    margin-right: -.625rem
}

@media print,
screen and (min-width: 40em) {
    .grid-margin-x {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
}

.grid-margin-x>.cell {
    width: calc(100% - 1.25rem);
    margin-left: .625rem;
    margin-right: .625rem
}

@media print,
screen and (min-width: 40em) {
    .grid-margin-x>.cell {
        width: calc(100% - 1.875rem);
        margin-left: .9375rem;
        margin-right: .9375rem
    }
}

.grid-margin-x>.auto {
    width: auto
}

.grid-margin-x>.shrink {
    width: auto
}

.grid-margin-x>.small-1 {
    width: calc(8.3333333333% - 1.25rem)
}

.grid-margin-x>.small-2 {
    width: calc(16.6666666667% - 1.25rem)
}

.grid-margin-x>.small-3 {
    width: calc(25% - 1.25rem)
}

.grid-margin-x>.small-4 {
    width: calc(33.3333333333% - 1.25rem)
}

.grid-margin-x>.small-5 {
    width: calc(41.6666666667% - 1.25rem)
}

.grid-margin-x>.small-6 {
    width: calc(50% - 1.25rem)
}

.grid-margin-x>.small-7 {
    width: calc(58.3333333333% - 1.25rem)
}

.grid-margin-x>.small-8 {
    width: calc(66.6666666667% - 1.25rem)
}

.grid-margin-x>.small-9 {
    width: calc(75% - 1.25rem)
}

.grid-margin-x>.small-10 {
    width: calc(83.3333333333% - 1.25rem)
}

.grid-margin-x>.small-11 {
    width: calc(91.6666666667% - 1.25rem)
}

.grid-margin-x>.small-12 {
    width: calc(100% - 1.25rem)
}

@media print,
screen and (min-width: 40em) {
    .grid-margin-x>.auto {
        width: auto
    }

    .grid-margin-x>.shrink {
        width: auto
    }

    .grid-margin-x>.small-1 {
        width: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-x>.small-2 {
        width: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-x>.small-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x>.small-4 {
        width: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-x>.small-5 {
        width: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-x>.small-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x>.small-7 {
        width: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-x>.small-8 {
        width: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-x>.small-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x>.small-10 {
        width: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-x>.small-11 {
        width: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-x>.small-12 {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x>.medium-auto {
        width: auto
    }

    .grid-margin-x>.medium-shrink {
        width: auto
    }

    .grid-margin-x>.medium-1 {
        width: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-x>.medium-2 {
        width: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-x>.medium-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x>.medium-4 {
        width: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-x>.medium-5 {
        width: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-x>.medium-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x>.medium-7 {
        width: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-x>.medium-8 {
        width: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-x>.medium-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x>.medium-10 {
        width: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-x>.medium-11 {
        width: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-x>.medium-12 {
        width: calc(100% - 1.875rem)
    }
}

@media print,
screen and (min-width: 64em) {
    .grid-margin-x>.large-auto {
        width: auto
    }

    .grid-margin-x>.large-shrink {
        width: auto
    }

    .grid-margin-x>.large-1 {
        width: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-x>.large-2 {
        width: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-x>.large-3 {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x>.large-4 {
        width: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-x>.large-5 {
        width: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-x>.large-6 {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x>.large-7 {
        width: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-x>.large-8 {
        width: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-x>.large-9 {
        width: calc(75% - 1.875rem)
    }

    .grid-margin-x>.large-10 {
        width: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-x>.large-11 {
        width: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-x>.large-12 {
        width: calc(100% - 1.875rem)
    }
}

.grid-padding-x .grid-padding-x {
    margin-right: -.625rem;
    margin-left: -.625rem
}

@media print,
screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

.grid-container:not(.full)>.grid-padding-x {
    margin-right: -.625rem;
    margin-left: -.625rem
}

@media print,
screen and (min-width: 40em) {
    .grid-container:not(.full)>.grid-padding-x {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

.grid-padding-x>.cell {
    padding-right: .625rem;
    padding-left: .625rem
}

@media print,
screen and (min-width: 40em) {
    .grid-padding-x>.cell {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.small-up-1>.cell {
    width: 100%
}

.small-up-2>.cell {
    width: 50%
}

.small-up-3>.cell {
    width: 33.3333333333%
}

.small-up-4>.cell {
    width: 25%
}

.small-up-5>.cell {
    width: 20%
}

.small-up-6>.cell {
    width: 16.6666666667%
}

.small-up-7>.cell {
    width: 14.2857142857%
}

.small-up-8>.cell {
    width: 12.5%
}

@media print,
screen and (min-width: 40em) {
    .medium-up-1>.cell {
        width: 100%
    }

    .medium-up-2>.cell {
        width: 50%
    }

    .medium-up-3>.cell {
        width: 33.3333333333%
    }

    .medium-up-4>.cell {
        width: 25%
    }

    .medium-up-5>.cell {
        width: 20%
    }

    .medium-up-6>.cell {
        width: 16.6666666667%
    }

    .medium-up-7>.cell {
        width: 14.2857142857%
    }

    .medium-up-8>.cell {
        width: 12.5%
    }
}

@media print,
screen and (min-width: 64em) {
    .large-up-1>.cell {
        width: 100%
    }

    .large-up-2>.cell {
        width: 50%
    }

    .large-up-3>.cell {
        width: 33.3333333333%
    }

    .large-up-4>.cell {
        width: 25%
    }

    .large-up-5>.cell {
        width: 20%
    }

    .large-up-6>.cell {
        width: 16.6666666667%
    }

    .large-up-7>.cell {
        width: 14.2857142857%
    }

    .large-up-8>.cell {
        width: 12.5%
    }
}

.grid-margin-x.small-up-1>.cell {
    width: calc(100% - 1.25rem)
}

.grid-margin-x.small-up-2>.cell {
    width: calc(50% - 1.25rem)
}

.grid-margin-x.small-up-3>.cell {
    width: calc(33.3333333333% - 1.25rem)
}

.grid-margin-x.small-up-4>.cell {
    width: calc(25% - 1.25rem)
}

.grid-margin-x.small-up-5>.cell {
    width: calc(20% - 1.25rem)
}

.grid-margin-x.small-up-6>.cell {
    width: calc(16.6666666667% - 1.25rem)
}

.grid-margin-x.small-up-7>.cell {
    width: calc(14.2857142857% - 1.25rem)
}

.grid-margin-x.small-up-8>.cell {
    width: calc(12.5% - 1.25rem)
}

@media print,
screen and (min-width: 40em) {
    .grid-margin-x.small-up-1>.cell {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x.small-up-2>.cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.small-up-3>.cell {
        width: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-x.small-up-4>.cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.small-up-5>.cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.small-up-6>.cell {
        width: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-x.small-up-7>.cell {
        width: calc(14.2857142857% - 1.875rem)
    }

    .grid-margin-x.small-up-8>.cell {
        width: calc(12.5% - 1.875rem)
    }

    .grid-margin-x.medium-up-1>.cell {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x.medium-up-2>.cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.medium-up-3>.cell {
        width: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-x.medium-up-4>.cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.medium-up-5>.cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.medium-up-6>.cell {
        width: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-x.medium-up-7>.cell {
        width: calc(14.2857142857% - 1.875rem)
    }

    .grid-margin-x.medium-up-8>.cell {
        width: calc(12.5% - 1.875rem)
    }
}

@media print,
screen and (min-width: 64em) {
    .grid-margin-x.large-up-1>.cell {
        width: calc(100% - 1.875rem)
    }

    .grid-margin-x.large-up-2>.cell {
        width: calc(50% - 1.875rem)
    }

    .grid-margin-x.large-up-3>.cell {
        width: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-x.large-up-4>.cell {
        width: calc(25% - 1.875rem)
    }

    .grid-margin-x.large-up-5>.cell {
        width: calc(20% - 1.875rem)
    }

    .grid-margin-x.large-up-6>.cell {
        width: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-x.large-up-7>.cell {
        width: calc(14.2857142857% - 1.875rem)
    }

    .grid-margin-x.large-up-8>.cell {
        width: calc(12.5% - 1.875rem)
    }
}

.small-margin-collapse {
    margin-right: 0;
    margin-left: 0
}

.small-margin-collapse>.cell {
    margin-right: 0;
    margin-left: 0
}

.small-margin-collapse>.small-1 {
    width: 8.3333333333%
}

.small-margin-collapse>.small-2 {
    width: 16.6666666667%
}

.small-margin-collapse>.small-3 {
    width: 25%
}

.small-margin-collapse>.small-4 {
    width: 33.3333333333%
}

.small-margin-collapse>.small-5 {
    width: 41.6666666667%
}

.small-margin-collapse>.small-6 {
    width: 50%
}

.small-margin-collapse>.small-7 {
    width: 58.3333333333%
}

.small-margin-collapse>.small-8 {
    width: 66.6666666667%
}

.small-margin-collapse>.small-9 {
    width: 75%
}

.small-margin-collapse>.small-10 {
    width: 83.3333333333%
}

.small-margin-collapse>.small-11 {
    width: 91.6666666667%
}

.small-margin-collapse>.small-12 {
    width: 100%
}

@media print,
screen and (min-width: 40em) {
    .small-margin-collapse>.medium-1 {
        width: 8.3333333333%
    }

    .small-margin-collapse>.medium-2 {
        width: 16.6666666667%
    }

    .small-margin-collapse>.medium-3 {
        width: 25%
    }

    .small-margin-collapse>.medium-4 {
        width: 33.3333333333%
    }

    .small-margin-collapse>.medium-5 {
        width: 41.6666666667%
    }

    .small-margin-collapse>.medium-6 {
        width: 50%
    }

    .small-margin-collapse>.medium-7 {
        width: 58.3333333333%
    }

    .small-margin-collapse>.medium-8 {
        width: 66.6666666667%
    }

    .small-margin-collapse>.medium-9 {
        width: 75%
    }

    .small-margin-collapse>.medium-10 {
        width: 83.3333333333%
    }

    .small-margin-collapse>.medium-11 {
        width: 91.6666666667%
    }

    .small-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media print,
screen and (min-width: 64em) {
    .small-margin-collapse>.large-1 {
        width: 8.3333333333%
    }

    .small-margin-collapse>.large-2 {
        width: 16.6666666667%
    }

    .small-margin-collapse>.large-3 {
        width: 25%
    }

    .small-margin-collapse>.large-4 {
        width: 33.3333333333%
    }

    .small-margin-collapse>.large-5 {
        width: 41.6666666667%
    }

    .small-margin-collapse>.large-6 {
        width: 50%
    }

    .small-margin-collapse>.large-7 {
        width: 58.3333333333%
    }

    .small-margin-collapse>.large-8 {
        width: 66.6666666667%
    }

    .small-margin-collapse>.large-9 {
        width: 75%
    }

    .small-margin-collapse>.large-10 {
        width: 83.3333333333%
    }

    .small-margin-collapse>.large-11 {
        width: 91.6666666667%
    }

    .small-margin-collapse>.large-12 {
        width: 100%
    }
}

.small-padding-collapse {
    margin-right: 0;
    margin-left: 0
}

.small-padding-collapse>.cell {
    padding-right: 0;
    padding-left: 0
}

@media print,
screen and (min-width: 40em) {
    .medium-margin-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .medium-margin-collapse>.cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media print,
screen and (min-width: 40em) {
    .medium-margin-collapse>.small-1 {
        width: 8.3333333333%
    }

    .medium-margin-collapse>.small-2 {
        width: 16.6666666667%
    }

    .medium-margin-collapse>.small-3 {
        width: 25%
    }

    .medium-margin-collapse>.small-4 {
        width: 33.3333333333%
    }

    .medium-margin-collapse>.small-5 {
        width: 41.6666666667%
    }

    .medium-margin-collapse>.small-6 {
        width: 50%
    }

    .medium-margin-collapse>.small-7 {
        width: 58.3333333333%
    }

    .medium-margin-collapse>.small-8 {
        width: 66.6666666667%
    }

    .medium-margin-collapse>.small-9 {
        width: 75%
    }

    .medium-margin-collapse>.small-10 {
        width: 83.3333333333%
    }

    .medium-margin-collapse>.small-11 {
        width: 91.6666666667%
    }

    .medium-margin-collapse>.small-12 {
        width: 100%
    }
}

@media print,
screen and (min-width: 40em) {
    .medium-margin-collapse>.medium-1 {
        width: 8.3333333333%
    }

    .medium-margin-collapse>.medium-2 {
        width: 16.6666666667%
    }

    .medium-margin-collapse>.medium-3 {
        width: 25%
    }

    .medium-margin-collapse>.medium-4 {
        width: 33.3333333333%
    }

    .medium-margin-collapse>.medium-5 {
        width: 41.6666666667%
    }

    .medium-margin-collapse>.medium-6 {
        width: 50%
    }

    .medium-margin-collapse>.medium-7 {
        width: 58.3333333333%
    }

    .medium-margin-collapse>.medium-8 {
        width: 66.6666666667%
    }

    .medium-margin-collapse>.medium-9 {
        width: 75%
    }

    .medium-margin-collapse>.medium-10 {
        width: 83.3333333333%
    }

    .medium-margin-collapse>.medium-11 {
        width: 91.6666666667%
    }

    .medium-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media print,
screen and (min-width: 64em) {
    .medium-margin-collapse>.large-1 {
        width: 8.3333333333%
    }

    .medium-margin-collapse>.large-2 {
        width: 16.6666666667%
    }

    .medium-margin-collapse>.large-3 {
        width: 25%
    }

    .medium-margin-collapse>.large-4 {
        width: 33.3333333333%
    }

    .medium-margin-collapse>.large-5 {
        width: 41.6666666667%
    }

    .medium-margin-collapse>.large-6 {
        width: 50%
    }

    .medium-margin-collapse>.large-7 {
        width: 58.3333333333%
    }

    .medium-margin-collapse>.large-8 {
        width: 66.6666666667%
    }

    .medium-margin-collapse>.large-9 {
        width: 75%
    }

    .medium-margin-collapse>.large-10 {
        width: 83.3333333333%
    }

    .medium-margin-collapse>.large-11 {
        width: 91.6666666667%
    }

    .medium-margin-collapse>.large-12 {
        width: 100%
    }
}

@media print,
screen and (min-width: 40em) {
    .medium-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .medium-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0
    }
}

@media print,
screen and (min-width: 64em) {
    .large-margin-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .large-margin-collapse>.cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media print,
screen and (min-width: 64em) {
    .large-margin-collapse>.small-1 {
        width: 8.3333333333%
    }

    .large-margin-collapse>.small-2 {
        width: 16.6666666667%
    }

    .large-margin-collapse>.small-3 {
        width: 25%
    }

    .large-margin-collapse>.small-4 {
        width: 33.3333333333%
    }

    .large-margin-collapse>.small-5 {
        width: 41.6666666667%
    }

    .large-margin-collapse>.small-6 {
        width: 50%
    }

    .large-margin-collapse>.small-7 {
        width: 58.3333333333%
    }

    .large-margin-collapse>.small-8 {
        width: 66.6666666667%
    }

    .large-margin-collapse>.small-9 {
        width: 75%
    }

    .large-margin-collapse>.small-10 {
        width: 83.3333333333%
    }

    .large-margin-collapse>.small-11 {
        width: 91.6666666667%
    }

    .large-margin-collapse>.small-12 {
        width: 100%
    }
}

@media print,
screen and (min-width: 64em) {
    .large-margin-collapse>.medium-1 {
        width: 8.3333333333%
    }

    .large-margin-collapse>.medium-2 {
        width: 16.6666666667%
    }

    .large-margin-collapse>.medium-3 {
        width: 25%
    }

    .large-margin-collapse>.medium-4 {
        width: 33.3333333333%
    }

    .large-margin-collapse>.medium-5 {
        width: 41.6666666667%
    }

    .large-margin-collapse>.medium-6 {
        width: 50%
    }

    .large-margin-collapse>.medium-7 {
        width: 58.3333333333%
    }

    .large-margin-collapse>.medium-8 {
        width: 66.6666666667%
    }

    .large-margin-collapse>.medium-9 {
        width: 75%
    }

    .large-margin-collapse>.medium-10 {
        width: 83.3333333333%
    }

    .large-margin-collapse>.medium-11 {
        width: 91.6666666667%
    }

    .large-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media print,
screen and (min-width: 64em) {
    .large-margin-collapse>.large-1 {
        width: 8.3333333333%
    }

    .large-margin-collapse>.large-2 {
        width: 16.6666666667%
    }

    .large-margin-collapse>.large-3 {
        width: 25%
    }

    .large-margin-collapse>.large-4 {
        width: 33.3333333333%
    }

    .large-margin-collapse>.large-5 {
        width: 41.6666666667%
    }

    .large-margin-collapse>.large-6 {
        width: 50%
    }

    .large-margin-collapse>.large-7 {
        width: 58.3333333333%
    }

    .large-margin-collapse>.large-8 {
        width: 66.6666666667%
    }

    .large-margin-collapse>.large-9 {
        width: 75%
    }

    .large-margin-collapse>.large-10 {
        width: 83.3333333333%
    }

    .large-margin-collapse>.large-11 {
        width: 91.6666666667%
    }

    .large-margin-collapse>.large-12 {
        width: 100%
    }
}

@media print,
screen and (min-width: 64em) {
    .large-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }

    .large-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0
    }
}

.small-offset-0 {
    margin-left: 0%
}

.grid-margin-x>.small-offset-0 {
    margin-left: calc(0% + 1.25rem / 2)
}

.small-offset-1 {
    margin-left: 8.3333333333%
}

.grid-margin-x>.small-offset-1 {
    margin-left: calc(8.3333333333% + 1.25rem / 2)
}

.small-offset-2 {
    margin-left: 16.6666666667%
}

.grid-margin-x>.small-offset-2 {
    margin-left: calc(16.6666666667% + 1.25rem / 2)
}

.small-offset-3 {
    margin-left: 25%
}

.grid-margin-x>.small-offset-3 {
    margin-left: calc(25% + 1.25rem / 2)
}

.small-offset-4 {
    margin-left: 33.3333333333%
}

.grid-margin-x>.small-offset-4 {
    margin-left: calc(33.3333333333% + 1.25rem / 2)
}

.small-offset-5 {
    margin-left: 41.6666666667%
}

.grid-margin-x>.small-offset-5 {
    margin-left: calc(41.6666666667% + 1.25rem / 2)
}

.small-offset-6 {
    margin-left: 50%
}

.grid-margin-x>.small-offset-6 {
    margin-left: calc(50% + 1.25rem / 2)
}

.small-offset-7 {
    margin-left: 58.3333333333%
}

.grid-margin-x>.small-offset-7 {
    margin-left: calc(58.3333333333% + 1.25rem / 2)
}

.small-offset-8 {
    margin-left: 66.6666666667%
}

.grid-margin-x>.small-offset-8 {
    margin-left: calc(66.6666666667% + 1.25rem / 2)
}

.small-offset-9 {
    margin-left: 75%
}

.grid-margin-x>.small-offset-9 {
    margin-left: calc(75% + 1.25rem / 2)
}

.small-offset-10 {
    margin-left: 83.3333333333%
}

.grid-margin-x>.small-offset-10 {
    margin-left: calc(83.3333333333% + 1.25rem / 2)
}

.small-offset-11 {
    margin-left: 91.6666666667%
}

.grid-margin-x>.small-offset-11 {
    margin-left: calc(91.6666666667% + 1.25rem / 2)
}

@media print,
screen and (min-width: 40em) {
    .medium-offset-0 {
        margin-left: 0%
    }

    .grid-margin-x>.medium-offset-0 {
        margin-left: calc(0% + 1.875rem / 2)
    }

    .medium-offset-1 {
        margin-left: 8.3333333333%
    }

    .grid-margin-x>.medium-offset-1 {
        margin-left: calc(8.3333333333% + 1.875rem / 2)
    }

    .medium-offset-2 {
        margin-left: 16.6666666667%
    }

    .grid-margin-x>.medium-offset-2 {
        margin-left: calc(16.6666666667% + 1.875rem / 2)
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x>.medium-offset-3 {
        margin-left: calc(25% + 1.875rem / 2)
    }

    .medium-offset-4 {
        margin-left: 33.3333333333%
    }

    .grid-margin-x>.medium-offset-4 {
        margin-left: calc(33.3333333333% + 1.875rem / 2)
    }

    .medium-offset-5 {
        margin-left: 41.6666666667%
    }

    .grid-margin-x>.medium-offset-5 {
        margin-left: calc(41.6666666667% + 1.875rem / 2)
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x>.medium-offset-6 {
        margin-left: calc(50% + 1.875rem / 2)
    }

    .medium-offset-7 {
        margin-left: 58.3333333333%
    }

    .grid-margin-x>.medium-offset-7 {
        margin-left: calc(58.3333333333% + 1.875rem / 2)
    }

    .medium-offset-8 {
        margin-left: 66.6666666667%
    }

    .grid-margin-x>.medium-offset-8 {
        margin-left: calc(66.6666666667% + 1.875rem / 2)
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x>.medium-offset-9 {
        margin-left: calc(75% + 1.875rem / 2)
    }

    .medium-offset-10 {
        margin-left: 83.3333333333%
    }

    .grid-margin-x>.medium-offset-10 {
        margin-left: calc(83.3333333333% + 1.875rem / 2)
    }

    .medium-offset-11 {
        margin-left: 91.6666666667%
    }

    .grid-margin-x>.medium-offset-11 {
        margin-left: calc(91.6666666667% + 1.875rem / 2)
    }
}

@media print,
screen and (min-width: 64em) {
    .large-offset-0 {
        margin-left: 0%
    }

    .grid-margin-x>.large-offset-0 {
        margin-left: calc(0% + 1.875rem / 2)
    }

    .large-offset-1 {
        margin-left: 8.3333333333%
    }

    .grid-margin-x>.large-offset-1 {
        margin-left: calc(8.3333333333% + 1.875rem / 2)
    }

    .large-offset-2 {
        margin-left: 16.6666666667%
    }

    .grid-margin-x>.large-offset-2 {
        margin-left: calc(16.6666666667% + 1.875rem / 2)
    }

    .large-offset-3 {
        margin-left: 25%
    }

    .grid-margin-x>.large-offset-3 {
        margin-left: calc(25% + 1.875rem / 2)
    }

    .large-offset-4 {
        margin-left: 33.3333333333%
    }

    .grid-margin-x>.large-offset-4 {
        margin-left: calc(33.3333333333% + 1.875rem / 2)
    }

    .large-offset-5 {
        margin-left: 41.6666666667%
    }

    .grid-margin-x>.large-offset-5 {
        margin-left: calc(41.6666666667% + 1.875rem / 2)
    }

    .large-offset-6 {
        margin-left: 50%
    }

    .grid-margin-x>.large-offset-6 {
        margin-left: calc(50% + 1.875rem / 2)
    }

    .large-offset-7 {
        margin-left: 58.3333333333%
    }

    .grid-margin-x>.large-offset-7 {
        margin-left: calc(58.3333333333% + 1.875rem / 2)
    }

    .large-offset-8 {
        margin-left: 66.6666666667%
    }

    .grid-margin-x>.large-offset-8 {
        margin-left: calc(66.6666666667% + 1.875rem / 2)
    }

    .large-offset-9 {
        margin-left: 75%
    }

    .grid-margin-x>.large-offset-9 {
        margin-left: calc(75% + 1.875rem / 2)
    }

    .large-offset-10 {
        margin-left: 83.3333333333%
    }

    .grid-margin-x>.large-offset-10 {
        margin-left: calc(83.3333333333% + 1.875rem / 2)
    }

    .large-offset-11 {
        margin-left: 91.6666666667%
    }

    .grid-margin-x>.large-offset-11 {
        margin-left: calc(91.6666666667% + 1.875rem / 2)
    }
}

.grid-y {
    display: flex;
    flex-flow: column nowrap
}

.grid-y>.cell {
    height: auto;
    max-height: none
}

.grid-y>.auto {
    height: auto
}

.grid-y>.shrink {
    height: auto
}

.grid-y>.small-shrink,
.grid-y>.small-full,
.grid-y>.small-1,
.grid-y>.small-2,
.grid-y>.small-3,
.grid-y>.small-4,
.grid-y>.small-5,
.grid-y>.small-6,
.grid-y>.small-7,
.grid-y>.small-8,
.grid-y>.small-9,
.grid-y>.small-10,
.grid-y>.small-11,
.grid-y>.small-12 {
    flex-basis: auto
}

@media print,
screen and (min-width: 40em) {

    .grid-y>.medium-shrink,
    .grid-y>.medium-full,
    .grid-y>.medium-1,
    .grid-y>.medium-2,
    .grid-y>.medium-3,
    .grid-y>.medium-4,
    .grid-y>.medium-5,
    .grid-y>.medium-6,
    .grid-y>.medium-7,
    .grid-y>.medium-8,
    .grid-y>.medium-9,
    .grid-y>.medium-10,
    .grid-y>.medium-11,
    .grid-y>.medium-12 {
        flex-basis: auto
    }
}

@media print,
screen and (min-width: 64em) {

    .grid-y>.large-shrink,
    .grid-y>.large-full,
    .grid-y>.large-1,
    .grid-y>.large-2,
    .grid-y>.large-3,
    .grid-y>.large-4,
    .grid-y>.large-5,
    .grid-y>.large-6,
    .grid-y>.large-7,
    .grid-y>.large-8,
    .grid-y>.large-9,
    .grid-y>.large-10,
    .grid-y>.large-11,
    .grid-y>.large-12 {
        flex-basis: auto
    }
}

.grid-y>.small-12,
.grid-y>.small-11,
.grid-y>.small-10,
.grid-y>.small-9,
.grid-y>.small-8,
.grid-y>.small-7,
.grid-y>.small-6,
.grid-y>.small-5,
.grid-y>.small-4,
.grid-y>.small-3,
.grid-y>.small-2,
.grid-y>.small-1 {
    flex: 0 0 auto
}

.grid-y>.small-1 {
    height: 8.3333333333%
}

.grid-y>.small-2 {
    height: 16.6666666667%
}

.grid-y>.small-3 {
    height: 25%
}

.grid-y>.small-4 {
    height: 33.3333333333%
}

.grid-y>.small-5 {
    height: 41.6666666667%
}

.grid-y>.small-6 {
    height: 50%
}

.grid-y>.small-7 {
    height: 58.3333333333%
}

.grid-y>.small-8 {
    height: 66.6666666667%
}

.grid-y>.small-9 {
    height: 75%
}

.grid-y>.small-10 {
    height: 83.3333333333%
}

.grid-y>.small-11 {
    height: 91.6666666667%
}

.grid-y>.small-12 {
    height: 100%
}

@media print,
screen and (min-width: 40em) {
    .grid-y>.medium-auto {
        flex: 1 1 0;
        height: auto
    }

    .grid-y>.medium-12,
    .grid-y>.medium-11,
    .grid-y>.medium-10,
    .grid-y>.medium-9,
    .grid-y>.medium-8,
    .grid-y>.medium-7,
    .grid-y>.medium-6,
    .grid-y>.medium-5,
    .grid-y>.medium-4,
    .grid-y>.medium-3,
    .grid-y>.medium-2,
    .grid-y>.medium-1,
    .grid-y>.medium-shrink {
        flex: 0 0 auto
    }

    .grid-y>.medium-shrink {
        height: auto
    }

    .grid-y>.medium-1 {
        height: 8.3333333333%
    }

    .grid-y>.medium-2 {
        height: 16.6666666667%
    }

    .grid-y>.medium-3 {
        height: 25%
    }

    .grid-y>.medium-4 {
        height: 33.3333333333%
    }

    .grid-y>.medium-5 {
        height: 41.6666666667%
    }

    .grid-y>.medium-6 {
        height: 50%
    }

    .grid-y>.medium-7 {
        height: 58.3333333333%
    }

    .grid-y>.medium-8 {
        height: 66.6666666667%
    }

    .grid-y>.medium-9 {
        height: 75%
    }

    .grid-y>.medium-10 {
        height: 83.3333333333%
    }

    .grid-y>.medium-11 {
        height: 91.6666666667%
    }

    .grid-y>.medium-12 {
        height: 100%
    }
}

@media print,
screen and (min-width: 64em) {
    .grid-y>.large-auto {
        flex: 1 1 0;
        height: auto
    }

    .grid-y>.large-12,
    .grid-y>.large-11,
    .grid-y>.large-10,
    .grid-y>.large-9,
    .grid-y>.large-8,
    .grid-y>.large-7,
    .grid-y>.large-6,
    .grid-y>.large-5,
    .grid-y>.large-4,
    .grid-y>.large-3,
    .grid-y>.large-2,
    .grid-y>.large-1,
    .grid-y>.large-shrink {
        flex: 0 0 auto
    }

    .grid-y>.large-shrink {
        height: auto
    }

    .grid-y>.large-1 {
        height: 8.3333333333%
    }

    .grid-y>.large-2 {
        height: 16.6666666667%
    }

    .grid-y>.large-3 {
        height: 25%
    }

    .grid-y>.large-4 {
        height: 33.3333333333%
    }

    .grid-y>.large-5 {
        height: 41.6666666667%
    }

    .grid-y>.large-6 {
        height: 50%
    }

    .grid-y>.large-7 {
        height: 58.3333333333%
    }

    .grid-y>.large-8 {
        height: 66.6666666667%
    }

    .grid-y>.large-9 {
        height: 75%
    }

    .grid-y>.large-10 {
        height: 83.3333333333%
    }

    .grid-y>.large-11 {
        height: 91.6666666667%
    }

    .grid-y>.large-12 {
        height: 100%
    }
}

.grid-padding-y .grid-padding-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem
}

@media print,
screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -.9375rem;
        margin-bottom: -.9375rem
    }
}

.grid-padding-y>.cell {
    padding-top: .625rem;
    padding-bottom: .625rem
}

@media print,
screen and (min-width: 40em) {
    .grid-padding-y>.cell {
        padding-top: .9375rem;
        padding-bottom: .9375rem
    }
}

.grid-margin-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem
}

@media print,
screen and (min-width: 40em) {
    .grid-margin-y {
        margin-top: -.9375rem;
        margin-bottom: -.9375rem
    }
}

.grid-margin-y>.cell {
    height: calc(100% - 1.25rem);
    margin-top: .625rem;
    margin-bottom: .625rem
}

@media print,
screen and (min-width: 40em) {
    .grid-margin-y>.cell {
        height: calc(100% - 1.875rem);
        margin-top: .9375rem;
        margin-bottom: .9375rem
    }
}

.grid-margin-y>.auto {
    height: auto
}

.grid-margin-y>.shrink {
    height: auto
}

.grid-margin-y>.small-1 {
    height: calc(8.3333333333% - 1.25rem)
}

.grid-margin-y>.small-2 {
    height: calc(16.6666666667% - 1.25rem)
}

.grid-margin-y>.small-3 {
    height: calc(25% - 1.25rem)
}

.grid-margin-y>.small-4 {
    height: calc(33.3333333333% - 1.25rem)
}

.grid-margin-y>.small-5 {
    height: calc(41.6666666667% - 1.25rem)
}

.grid-margin-y>.small-6 {
    height: calc(50% - 1.25rem)
}

.grid-margin-y>.small-7 {
    height: calc(58.3333333333% - 1.25rem)
}

.grid-margin-y>.small-8 {
    height: calc(66.6666666667% - 1.25rem)
}

.grid-margin-y>.small-9 {
    height: calc(75% - 1.25rem)
}

.grid-margin-y>.small-10 {
    height: calc(83.3333333333% - 1.25rem)
}

.grid-margin-y>.small-11 {
    height: calc(91.6666666667% - 1.25rem)
}

.grid-margin-y>.small-12 {
    height: calc(100% - 1.25rem)
}

@media print,
screen and (min-width: 40em) {
    .grid-margin-y>.auto {
        height: auto
    }

    .grid-margin-y>.shrink {
        height: auto
    }

    .grid-margin-y>.small-1 {
        height: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-y>.small-2 {
        height: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-y>.small-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.small-4 {
        height: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-y>.small-5 {
        height: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-y>.small-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.small-7 {
        height: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-y>.small-8 {
        height: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-y>.small-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.small-10 {
        height: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-y>.small-11 {
        height: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-y>.small-12 {
        height: calc(100% - 1.875rem)
    }

    .grid-margin-y>.medium-auto {
        height: auto
    }

    .grid-margin-y>.medium-shrink {
        height: auto
    }

    .grid-margin-y>.medium-1 {
        height: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-y>.medium-2 {
        height: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-y>.medium-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.medium-4 {
        height: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-y>.medium-5 {
        height: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-y>.medium-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.medium-7 {
        height: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-y>.medium-8 {
        height: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-y>.medium-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.medium-10 {
        height: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-y>.medium-11 {
        height: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-y>.medium-12 {
        height: calc(100% - 1.875rem)
    }
}

@media print,
screen and (min-width: 64em) {
    .grid-margin-y>.large-auto {
        height: auto
    }

    .grid-margin-y>.large-shrink {
        height: auto
    }

    .grid-margin-y>.large-1 {
        height: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-y>.large-2 {
        height: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-y>.large-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.large-4 {
        height: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-y>.large-5 {
        height: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-y>.large-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.large-7 {
        height: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-y>.large-8 {
        height: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-y>.large-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.large-10 {
        height: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-y>.large-11 {
        height: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-y>.large-12 {
        height: calc(100% - 1.875rem)
    }
}

.grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw
}

.cell .grid-frame {
    width: 100%
}

.cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%
}

.cell-block-container>.grid-x {
    max-height: 100%;
    flex-wrap: nowrap
}

@media print,
screen and (min-width: 40em) {
    .medium-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        width: 100vw
    }

    .cell .medium-grid-frame {
        width: 100%
    }

    .medium-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .medium-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%
    }

    .medium-cell-block-container>.grid-x {
        max-height: 100%;
        flex-wrap: nowrap
    }

    .medium-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media print,
screen and (min-width: 64em) {
    .large-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        width: 100vw
    }

    .cell .large-grid-frame {
        width: 100%
    }

    .large-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .large-cell-block-container {
        display: flex;
        flex-direction: column;
        max-height: 100%
    }

    .large-cell-block-container>.grid-x {
        max-height: 100%;
        flex-wrap: nowrap
    }

    .large-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

.grid-y.grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto
}

@media print,
screen and (min-width: 40em) {
    .grid-y.medium-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        height: 100vh;
        width: auto
    }
}

@media print,
screen and (min-width: 64em) {
    .grid-y.large-grid-frame {
        overflow: hidden;
        position: relative;
        flex-wrap: nowrap;
        align-items: stretch;
        height: 100vh;
        width: auto
    }
}

.cell .grid-y.grid-frame {
    height: 100%
}

@media print,
screen and (min-width: 40em) {
    .cell .grid-y.medium-grid-frame {
        height: 100%
    }
}

@media print,
screen and (min-width: 64em) {
    .cell .grid-y.large-grid-frame {
        height: 100%
    }
}

.grid-margin-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem
}

@media print,
screen and (min-width: 40em) {
    .grid-margin-y {
        margin-top: -.9375rem;
        margin-bottom: -.9375rem
    }
}

.grid-margin-y>.cell {
    height: calc(100% - 1.25rem);
    margin-top: .625rem;
    margin-bottom: .625rem
}

@media print,
screen and (min-width: 40em) {
    .grid-margin-y>.cell {
        height: calc(100% - 1.875rem);
        margin-top: .9375rem;
        margin-bottom: .9375rem
    }
}

.grid-margin-y>.auto {
    height: auto
}

.grid-margin-y>.shrink {
    height: auto
}

.grid-margin-y>.small-1 {
    height: calc(8.3333333333% - 1.25rem)
}

.grid-margin-y>.small-2 {
    height: calc(16.6666666667% - 1.25rem)
}

.grid-margin-y>.small-3 {
    height: calc(25% - 1.25rem)
}

.grid-margin-y>.small-4 {
    height: calc(33.3333333333% - 1.25rem)
}

.grid-margin-y>.small-5 {
    height: calc(41.6666666667% - 1.25rem)
}

.grid-margin-y>.small-6 {
    height: calc(50% - 1.25rem)
}

.grid-margin-y>.small-7 {
    height: calc(58.3333333333% - 1.25rem)
}

.grid-margin-y>.small-8 {
    height: calc(66.6666666667% - 1.25rem)
}

.grid-margin-y>.small-9 {
    height: calc(75% - 1.25rem)
}

.grid-margin-y>.small-10 {
    height: calc(83.3333333333% - 1.25rem)
}

.grid-margin-y>.small-11 {
    height: calc(91.6666666667% - 1.25rem)
}

.grid-margin-y>.small-12 {
    height: calc(100% - 1.25rem)
}

@media print,
screen and (min-width: 40em) {
    .grid-margin-y>.auto {
        height: auto
    }

    .grid-margin-y>.shrink {
        height: auto
    }

    .grid-margin-y>.small-1 {
        height: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-y>.small-2 {
        height: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-y>.small-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.small-4 {
        height: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-y>.small-5 {
        height: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-y>.small-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.small-7 {
        height: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-y>.small-8 {
        height: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-y>.small-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.small-10 {
        height: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-y>.small-11 {
        height: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-y>.small-12 {
        height: calc(100% - 1.875rem)
    }

    .grid-margin-y>.medium-auto {
        height: auto
    }

    .grid-margin-y>.medium-shrink {
        height: auto
    }

    .grid-margin-y>.medium-1 {
        height: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-y>.medium-2 {
        height: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-y>.medium-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.medium-4 {
        height: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-y>.medium-5 {
        height: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-y>.medium-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.medium-7 {
        height: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-y>.medium-8 {
        height: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-y>.medium-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.medium-10 {
        height: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-y>.medium-11 {
        height: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-y>.medium-12 {
        height: calc(100% - 1.875rem)
    }
}

@media print,
screen and (min-width: 64em) {
    .grid-margin-y>.large-auto {
        height: auto
    }

    .grid-margin-y>.large-shrink {
        height: auto
    }

    .grid-margin-y>.large-1 {
        height: calc(8.3333333333% - 1.875rem)
    }

    .grid-margin-y>.large-2 {
        height: calc(16.6666666667% - 1.875rem)
    }

    .grid-margin-y>.large-3 {
        height: calc(25% - 1.875rem)
    }

    .grid-margin-y>.large-4 {
        height: calc(33.3333333333% - 1.875rem)
    }

    .grid-margin-y>.large-5 {
        height: calc(41.6666666667% - 1.875rem)
    }

    .grid-margin-y>.large-6 {
        height: calc(50% - 1.875rem)
    }

    .grid-margin-y>.large-7 {
        height: calc(58.3333333333% - 1.875rem)
    }

    .grid-margin-y>.large-8 {
        height: calc(66.6666666667% - 1.875rem)
    }

    .grid-margin-y>.large-9 {
        height: calc(75% - 1.875rem)
    }

    .grid-margin-y>.large-10 {
        height: calc(83.3333333333% - 1.875rem)
    }

    .grid-margin-y>.large-11 {
        height: calc(91.6666666667% - 1.875rem)
    }

    .grid-margin-y>.large-12 {
        height: calc(100% - 1.875rem)
    }
}

.grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem)
}

@media print,
screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem)
    }
}

@media print,
screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem)
    }
}

@media print,
screen and (min-width: 40em) {
    .grid-margin-y.medium-grid-frame {
        height: calc(100vh + 1.875rem)
    }
}

@media print,
screen and (min-width: 64em) {
    .grid-margin-y.large-grid-frame {
        height: calc(100vh + 1.875rem)
    }
}

.align-left {
    justify-content: flex-start
}

.align-right {
    justify-content: flex-end
}

.align-center {
    justify-content: center
}

.align-justify {
    justify-content: space-between
}

.align-spaced {
    justify-content: space-around
}

.align-left.vertical.menu>li>a {
    justify-content: flex-start
}

.align-right.vertical.menu>li>a {
    justify-content: flex-end
}

.align-center.vertical.menu>li>a {
    justify-content: center
}

.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
}

.align-center-middle {
    justify-content: center;
    align-items: center;
    align-content: center
}

.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: 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
    }
}

.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
}

@media print,
screen and (min-width: 40em) {
    .medium-flex-container {
        display: flex
    }

    .medium-flex-child-auto {
        flex: 1 1 auto
    }

    .medium-flex-child-grow {
        flex: 1 0 auto
    }

    .medium-flex-child-shrink {
        flex: 0 1 auto
    }

    .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
    }
}

@media print,
screen and (min-width: 64em) {
    .large-flex-container {
        display: flex
    }

    .large-flex-child-auto {
        flex: 1 1 auto
    }

    .large-flex-child-grow {
        flex: 1 0 auto
    }

    .large-flex-child-shrink {
        flex: 0 1 auto
    }

    .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
    }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility
}

em,
i {
    font-style: italic;
    line-height: inherit
}

strong,
b {
    font-weight: bold;
    line-height: inherit
}

small {
    font-size: 80%;
    line-height: inherit
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizeLegibility
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small {
    line-height: 0;
    color: #cacaca
}

h1,
.h1 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h2,
.h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h3,
.h3 {
    font-size: 1.1875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h4,
.h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h5,
.h5 {
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

h6,
.h6 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

@media print,
screen and (min-width: 40em) {

    h1,
    .h1 {
        font-size: 3rem
    }

    h2,
    .h2 {
        font-size: 2.5rem
    }

    h3,
    .h3 {
        font-size: 1.9375rem
    }

    h4,
    .h4 {
        font-size: 1.5625rem
    }

    h5,
    .h5 {
        font-size: 1.25rem
    }

    h6,
    .h6 {
        font-size: 1rem
    }
}

a {
    line-height: inherit;
    color: #1779ba;
    text-decoration: none;
    cursor: pointer
}

a:hover,
a:focus {
    color: #1468a0
}

a img {
    border: 0
}

hr {
    clear: both;
    max-width: 68.75rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0
}

ul,
ol,
dl {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6
}

li {
    font-size: inherit
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc
}

ol {
    margin-left: 1.25rem
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl {
    margin-bottom: 1rem
}

dl dt {
    margin-bottom: .3rem;
    font-weight: bold
}

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #8a8a8a
}

abbr,
abbr[title] {
    border-bottom: 1px dotted #0a0a0a;
    cursor: help;
    text-decoration: none
}

figure {
    margin: 0
}

kbd {
    margin: 0;
    padding: .125rem .25rem 0;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #0a0a0a
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: normal;
    line-height: 1.4;
    color: #8a8a8a
}

.lead {
    font-size: 125%;
    line-height: 1.6
}

.stat {
    font-size: 2.5rem;
    line-height: 1
}

p+.stat {
    margin-top: -1rem
}

ul.no-bullet,
ol.no-bullet {
    margin-left: 0;
    list-style: none
}

.cite-block,
cite {
    display: block;
    color: #8a8a8a;
    font-size: .8125rem
}

.cite-block:before,
cite:before {
    content: "— "
}

.code-inline,
code {
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #0a0a0a;
    display: inline;
    max-width: 100%;
    word-wrap: break-word;
    padding: .125rem .3125rem .0625rem
}

.code-block {
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    color: #0a0a0a;
    display: block;
    overflow: auto;
    white-space: pre;
    padding: 1rem;
    margin-bottom: 1.5rem
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media print,
screen and (min-width: 40em) {
    .medium-text-left {
        text-align: left
    }

    .medium-text-right {
        text-align: right
    }

    .medium-text-center {
        text-align: center
    }

    .medium-text-justify {
        text-align: justify
    }
}

@media print,
screen and (min-width: 64em) {
    .large-text-left {
        text-align: left
    }

    .large-text-right {
        text-align: right
    }

    .large-text-center {
        text-align: center
    }

    .large-text-justify {
        text-align: justify
    }
}

.show-for-print {
    display: none !important
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        -webkit-print-color-adjust: economy;
        color-adjust: economy;
        box-shadow: none !important;
        text-shadow: none !important
    }

    .show-for-print {
        display: block !important
    }

    .hide-for-print {
        display: none !important
    }

    table.show-for-print {
        display: table !important
    }

    thead.show-for-print {
        display: table-header-group !important
    }

    tbody.show-for-print {
        display: table-row-group !important
    }

    tr.show-for-print {
        display: table-row !important
    }

    td.show-for-print {
        display: table-cell !important
    }

    th.show-for-print {
        display: table-cell !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    .ir a:after,
    a[href^='javascript:']:after,
    a[href^='#']:after {
        content: ''
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre,
    blockquote {
        border: 1px solid #8a8a8a;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 0.5cm
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .print-break-inside {
        page-break-inside: auto
    }
}

.accordion {
    margin-left: 0;
    background: #fefefe;
    list-style-type: none
}

.accordion[disabled] .accordion-title {
    cursor: not-allowed
}

.accordion-item:first-child>:first-child {
    border-radius: 0 0 0 0
}

.accordion-item:last-child>:last-child {
    border-radius: 0 0 0 0
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: .75rem;
    line-height: 1;
    color: #1779ba
}

:last-child:not(.is-active)>.accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0
}

.accordion-title:hover,
.accordion-title:focus {
    background-color: #e6e6e6
}

.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: "+"
}

.is-active>.accordion-title::before {
    content: "–"
}

.accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background-color: #fefefe;
    color: #0a0a0a
}

:last-child>.accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6
}

.button-group {
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-grow: 1
}

.button-group::before,
.button-group::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1
}

.button-group::after {
    clear: both
}

.button-group::before,
.button-group::after {
    display: none
}

.button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    flex: 0 0 auto
}

.button-group .button:last-child {
    margin-right: 0
}

.button-group.tiny .button {
    font-size: .6rem
}

.button-group.small .button {
    font-size: .75rem
}

.button-group.large .button {
    font-size: 1.25rem
}

.button-group.expanded .button {
    flex: 1 1 0px
}

.button-group.primary .button,
.button-group.primary .button.disabled,
.button-group.primary .button[disabled],
.button-group.primary .button.disabled:hover,
.button-group.primary .button[disabled]:hover,
.button-group.primary .button.disabled:focus,
.button-group.primary .button[disabled]:focus,
.button-group,
.button-group.disabled,
.button-group[disabled],
.button-group.disabled:hover,
.button-group[disabled]:hover,
.button-group.disabled:focus,
.button-group[disabled]:focus {
    background-color: #1779ba;
    color: #fefefe
}

.button-group.primary .button:hover,
.button-group.primary .button:focus,
.button-group:hover,
.button-group:focus {
    background-color: #126195;
    color: #fefefe
}

.button-group.secondary .button,
.button-group.secondary .button.disabled,
.button-group.secondary .button[disabled],
.button-group.secondary .button.disabled:hover,
.button-group.secondary .button[disabled]:hover,
.button-group.secondary .button.disabled:focus,
.button-group.secondary .button[disabled]:focus,
.button-group,
.button-group.disabled,
.button-group[disabled],
.button-group.disabled:hover,
.button-group[disabled]:hover,
.button-group.disabled:focus,
.button-group[disabled]:focus {
    background-color: #767676;
    color: #fefefe
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus,
.button-group:hover,
.button-group:focus {
    background-color: #5e5e5e;
    color: #fefefe
}

.button-group.success .button,
.button-group.success .button.disabled,
.button-group.success .button[disabled],
.button-group.success .button.disabled:hover,
.button-group.success .button[disabled]:hover,
.button-group.success .button.disabled:focus,
.button-group.success .button[disabled]:focus,
.button-group,
.button-group.disabled,
.button-group[disabled],
.button-group.disabled:hover,
.button-group[disabled]:hover,
.button-group.disabled:focus,
.button-group[disabled]:focus {
    background-color: #3adb76;
    color: #0a0a0a
}

.button-group.success .button:hover,
.button-group.success .button:focus,
.button-group:hover,
.button-group:focus {
    background-color: #22bb5b;
    color: #0a0a0a
}

.button-group.warning .button,
.button-group.warning .button.disabled,
.button-group.warning .button[disabled],
.button-group.warning .button.disabled:hover,
.button-group.warning .button[disabled]:hover,
.button-group.warning .button.disabled:focus,
.button-group.warning .button[disabled]:focus,
.button-group,
.button-group.disabled,
.button-group[disabled],
.button-group.disabled:hover,
.button-group[disabled]:hover,
.button-group.disabled:focus,
.button-group[disabled]:focus {
    background-color: #ffae00;
    color: #0a0a0a
}

.button-group.warning .button:hover,
.button-group.warning .button:focus,
.button-group:hover,
.button-group:focus {
    background-color: #cc8b00;
    color: #0a0a0a
}

.button-group.alert .button,
.button-group.alert .button.disabled,
.button-group.alert .button[disabled],
.button-group.alert .button.disabled:hover,
.button-group.alert .button[disabled]:hover,
.button-group.alert .button.disabled:focus,
.button-group.alert .button[disabled]:focus,
.button-group,
.button-group.disabled,
.button-group[disabled],
.button-group.disabled:hover,
.button-group[disabled]:hover,
.button-group.disabled:focus,
.button-group[disabled]:focus {
    background-color: #cc4b37;
    color: #fefefe
}

.button-group.alert .button:hover,
.button-group.alert .button:focus,
.button-group:hover,
.button-group:focus {
    background-color: #a53b2a;
    color: #fefefe
}

.button-group.hollow .button,
.button-group.hollow .button:hover,
.button-group.hollow .button:focus,
.button-group.hollow .button.disabled,
.button-group.hollow .button.disabled:hover,
.button-group.hollow .button.disabled:focus,
.button-group.hollow .button[disabled],
.button-group.hollow .button[disabled]:hover,
.button-group.hollow .button[disabled]:focus {
    background-color: transparent
}

.button-group.hollow .button,
.button-group.hollow .button.disabled,
.button-group.hollow .button[disabled],
.button-group.hollow .button.disabled:hover,
.button-group.hollow .button[disabled]:hover,
.button-group.hollow .button.disabled:focus,
.button-group.hollow .button[disabled]:focus {
    border: 1px solid #1779ba;
    color: #1779ba
}

.button-group.hollow .button:hover,
.button-group.hollow .button:focus {
    border-color: #0c3d5d;
    color: #0c3d5d
}

.button-group.hollow.primary .button,
.button-group.hollow.primary .button.disabled,
.button-group.hollow.primary .button[disabled],
.button-group.hollow.primary .button.disabled:hover,
.button-group.hollow.primary .button[disabled]:hover,
.button-group.hollow.primary .button.disabled:focus,
.button-group.hollow.primary .button[disabled]:focus,
.button-group.hollow .button.primary,
.button-group.hollow .button.primary.disabled,
.button-group.hollow .button.primary[disabled],
.button-group.hollow .button.primary.disabled:hover,
.button-group.hollow .button.primary[disabled]:hover,
.button-group.hollow .button.primary.disabled:focus,
.button-group.hollow .button.primary[disabled]:focus {
    border: 1px solid #1779ba;
    color: #1779ba
}

.button-group.hollow.primary .button:hover,
.button-group.hollow.primary .button:focus,
.button-group.hollow .button.primary:hover,
.button-group.hollow .button.primary:focus {
    border-color: #0c3d5d;
    color: #0c3d5d
}

.button-group.hollow.secondary .button,
.button-group.hollow.secondary .button.disabled,
.button-group.hollow.secondary .button[disabled],
.button-group.hollow.secondary .button.disabled:hover,
.button-group.hollow.secondary .button[disabled]:hover,
.button-group.hollow.secondary .button.disabled:focus,
.button-group.hollow.secondary .button[disabled]:focus,
.button-group.hollow .button.secondary,
.button-group.hollow .button.secondary.disabled,
.button-group.hollow .button.secondary[disabled],
.button-group.hollow .button.secondary.disabled:hover,
.button-group.hollow .button.secondary[disabled]:hover,
.button-group.hollow .button.secondary.disabled:focus,
.button-group.hollow .button.secondary[disabled]:focus {
    border: 1px solid #767676;
    color: #767676
}

.button-group.hollow.secondary .button:hover,
.button-group.hollow.secondary .button:focus,
.button-group.hollow .button.secondary:hover,
.button-group.hollow .button.secondary:focus {
    border-color: #3b3b3b;
    color: #3b3b3b
}

.button-group.hollow.success .button,
.button-group.hollow.success .button.disabled,
.button-group.hollow.success .button[disabled],
.button-group.hollow.success .button.disabled:hover,
.button-group.hollow.success .button[disabled]:hover,
.button-group.hollow.success .button.disabled:focus,
.button-group.hollow.success .button[disabled]:focus,
.button-group.hollow .button.success,
.button-group.hollow .button.success.disabled,
.button-group.hollow .button.success[disabled],
.button-group.hollow .button.success.disabled:hover,
.button-group.hollow .button.success[disabled]:hover,
.button-group.hollow .button.success.disabled:focus,
.button-group.hollow .button.success[disabled]:focus {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button-group.hollow.success .button:hover,
.button-group.hollow.success .button:focus,
.button-group.hollow .button.success:hover,
.button-group.hollow .button.success:focus {
    border-color: #157539;
    color: #157539
}

.button-group.hollow.warning .button,
.button-group.hollow.warning .button.disabled,
.button-group.hollow.warning .button[disabled],
.button-group.hollow.warning .button.disabled:hover,
.button-group.hollow.warning .button[disabled]:hover,
.button-group.hollow.warning .button.disabled:focus,
.button-group.hollow.warning .button[disabled]:focus,
.button-group.hollow .button.warning,
.button-group.hollow .button.warning.disabled,
.button-group.hollow .button.warning[disabled],
.button-group.hollow .button.warning.disabled:hover,
.button-group.hollow .button.warning[disabled]:hover,
.button-group.hollow .button.warning.disabled:focus,
.button-group.hollow .button.warning[disabled]:focus {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button-group.hollow.warning .button:hover,
.button-group.hollow.warning .button:focus,
.button-group.hollow .button.warning:hover,
.button-group.hollow .button.warning:focus {
    border-color: #805700;
    color: #805700
}

.button-group.hollow.alert .button,
.button-group.hollow.alert .button.disabled,
.button-group.hollow.alert .button[disabled],
.button-group.hollow.alert .button.disabled:hover,
.button-group.hollow.alert .button[disabled]:hover,
.button-group.hollow.alert .button.disabled:focus,
.button-group.hollow.alert .button[disabled]:focus,
.button-group.hollow .button.alert,
.button-group.hollow .button.alert.disabled,
.button-group.hollow .button.alert[disabled],
.button-group.hollow .button.alert.disabled:hover,
.button-group.hollow .button.alert[disabled]:hover,
.button-group.hollow .button.alert.disabled:focus,
.button-group.hollow .button.alert[disabled]:focus {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.button-group.hollow.alert .button:hover,
.button-group.hollow.alert .button:focus,
.button-group.hollow .button.alert:hover,
.button-group.hollow .button.alert:focus {
    border-color: #67251a;
    color: #67251a
}

.button-group.clear .button,
.button-group.clear .button:hover,
.button-group.clear .button:focus,
.button-group.clear .button.disabled,
.button-group.clear .button.disabled:hover,
.button-group.clear .button.disabled:focus,
.button-group.clear .button[disabled],
.button-group.clear .button[disabled]:hover,
.button-group.clear .button[disabled]:focus {
    border-color: transparent;
    background-color: transparent
}

.button-group.clear .button,
.button-group.clear .button.disabled,
.button-group.clear .button[disabled],
.button-group.clear .button.disabled:hover,
.button-group.clear .button[disabled]:hover,
.button-group.clear .button.disabled:focus,
.button-group.clear .button[disabled]:focus {
    color: #1779ba
}

.button-group.clear .button:hover,
.button-group.clear .button:focus {
    color: #0c3d5d
}

.button-group.clear.primary .button,
.button-group.clear.primary .button.disabled,
.button-group.clear.primary .button[disabled],
.button-group.clear.primary .button.disabled:hover,
.button-group.clear.primary .button[disabled]:hover,
.button-group.clear.primary .button.disabled:focus,
.button-group.clear.primary .button[disabled]:focus,
.button-group.clear .button.primary,
.button-group.clear .button.primary.disabled,
.button-group.clear .button.primary[disabled],
.button-group.clear .button.primary.disabled:hover,
.button-group.clear .button.primary[disabled]:hover,
.button-group.clear .button.primary.disabled:focus,
.button-group.clear .button.primary[disabled]:focus {
    color: #1779ba
}

.button-group.clear.primary .button:hover,
.button-group.clear.primary .button:focus,
.button-group.clear .button.primary:hover,
.button-group.clear .button.primary:focus {
    color: #0c3d5d
}

.button-group.clear.secondary .button,
.button-group.clear.secondary .button.disabled,
.button-group.clear.secondary .button[disabled],
.button-group.clear.secondary .button.disabled:hover,
.button-group.clear.secondary .button[disabled]:hover,
.button-group.clear.secondary .button.disabled:focus,
.button-group.clear.secondary .button[disabled]:focus,
.button-group.clear .button.secondary,
.button-group.clear .button.secondary.disabled,
.button-group.clear .button.secondary[disabled],
.button-group.clear .button.secondary.disabled:hover,
.button-group.clear .button.secondary[disabled]:hover,
.button-group.clear .button.secondary.disabled:focus,
.button-group.clear .button.secondary[disabled]:focus {
    color: #767676
}

.button-group.clear.secondary .button:hover,
.button-group.clear.secondary .button:focus,
.button-group.clear .button.secondary:hover,
.button-group.clear .button.secondary:focus {
    color: #3b3b3b
}

.button-group.clear.success .button,
.button-group.clear.success .button.disabled,
.button-group.clear.success .button[disabled],
.button-group.clear.success .button.disabled:hover,
.button-group.clear.success .button[disabled]:hover,
.button-group.clear.success .button.disabled:focus,
.button-group.clear.success .button[disabled]:focus,
.button-group.clear .button.success,
.button-group.clear .button.success.disabled,
.button-group.clear .button.success[disabled],
.button-group.clear .button.success.disabled:hover,
.button-group.clear .button.success[disabled]:hover,
.button-group.clear .button.success.disabled:focus,
.button-group.clear .button.success[disabled]:focus {
    color: #3adb76
}

.button-group.clear.success .button:hover,
.button-group.clear.success .button:focus,
.button-group.clear .button.success:hover,
.button-group.clear .button.success:focus {
    color: #157539
}

.button-group.clear.warning .button,
.button-group.clear.warning .button.disabled,
.button-group.clear.warning .button[disabled],
.button-group.clear.warning .button.disabled:hover,
.button-group.clear.warning .button[disabled]:hover,
.button-group.clear.warning .button.disabled:focus,
.button-group.clear.warning .button[disabled]:focus,
.button-group.clear .button.warning,
.button-group.clear .button.warning.disabled,
.button-group.clear .button.warning[disabled],
.button-group.clear .button.warning.disabled:hover,
.button-group.clear .button.warning[disabled]:hover,
.button-group.clear .button.warning.disabled:focus,
.button-group.clear .button.warning[disabled]:focus {
    color: #ffae00
}

.button-group.clear.warning .button:hover,
.button-group.clear.warning .button:focus,
.button-group.clear .button.warning:hover,
.button-group.clear .button.warning:focus {
    color: #805700
}

.button-group.clear.alert .button,
.button-group.clear.alert .button.disabled,
.button-group.clear.alert .button[disabled],
.button-group.clear.alert .button.disabled:hover,
.button-group.clear.alert .button[disabled]:hover,
.button-group.clear.alert .button.disabled:focus,
.button-group.clear.alert .button[disabled]:focus,
.button-group.clear .button.alert,
.button-group.clear .button.alert.disabled,
.button-group.clear .button.alert[disabled],
.button-group.clear .button.alert.disabled:hover,
.button-group.clear .button.alert[disabled]:hover,
.button-group.clear .button.alert.disabled:focus,
.button-group.clear .button.alert[disabled]:focus {
    color: #cc4b37
}

.button-group.clear.alert .button:hover,
.button-group.clear.alert .button:focus,
.button-group.clear .button.alert:hover,
.button-group.clear .button.alert:focus {
    color: #67251a
}

.button-group.no-gaps .button {
    margin-right: -.0625rem
}

.button-group.no-gaps .button+.button {
    border-left-color: transparent
}

.button-group.stacked,
.button-group.stacked-for-small,
.button-group.stacked-for-medium {
    flex-wrap: wrap
}

.button-group.stacked .button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-medium .button {
    flex: 0 0 100%
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked-for-medium .button:last-child {
    margin-bottom: 0
}

.button-group.stacked.expanded .button,
.button-group.stacked-for-small.expanded .button,
.button-group.stacked-for-medium.expanded .button {
    flex: 1 1 0px
}

@media print,
screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
        flex: 0 0 auto;
        margin-bottom: 0
    }
}

@media print,
screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
        flex: 0 0 auto;
        margin-bottom: 0
    }
}

@media print,
screen and (max-width: 39.99875em) {
    .button-group.stacked-for-small.expanded {
        display: block
    }

    .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0
    }
}

@media print,
screen and (max-width: 63.99875em) {
    .button-group.stacked-for-medium.expanded {
        display: block
    }

    .button-group.stacked-for-medium.expanded .button {
        display: block;
        margin-right: 0
    }
}

.card {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-bottom: 1rem;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    background: #fefefe;
    box-shadow: none;
    overflow: hidden;
    color: #0a0a0a
}

.card>:last-child {
    margin-bottom: 0
}

.card-divider {
    display: flex;
    flex: 0 1 auto;
    padding: 1rem;
    background: #e6e6e6
}

.card-divider>:last-child {
    margin-bottom: 0
}

.card-section {
    flex: 1 0 auto;
    padding: 1rem
}

.card-section>:last-child {
    margin-bottom: 0
}

.card-image {
    min-height: 1px
}

.close-button {
    position: absolute;
    z-index: 10;
    color: #8a8a8a;
    cursor: pointer
}

[data-whatinput='mouse'] .close-button {
    outline: 0
}

.close-button:hover,
.close-button:focus {
    color: #0a0a0a
}

.close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1
}

.close-button.medium,
.close-button {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1
}

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap
}

[data-whatinput='mouse'] .menu li {
    outline: 0
}

.menu a,
.menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem
}

.menu input,
.menu select,
.menu a,
.menu button {
    margin-bottom: 0
}

.menu input {
    display: inline-block
}

.menu,
.menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row
}

.menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column
}

.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg,
.menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
    text-align: left
}

.menu.expanded li {
    flex: 1 1 0px
}

.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg,
.menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
    text-align: left
}

.menu.simple {
    align-items: center
}

.menu.simple li+li {
    margin-left: 1rem
}

.menu.simple a {
    padding: 0
}

@media print,
screen and (min-width: 40em) {
    .menu.medium-horizontal {
        flex-wrap: wrap;
        flex-direction: row
    }

    .menu.medium-vertical {
        flex-wrap: nowrap;
        flex-direction: column
    }

    .menu.medium-expanded li {
        flex: 1 1 0px
    }

    .menu.medium-simple li {
        flex: 1 1 0px
    }
}

@media print,
screen and (min-width: 64em) {
    .menu.large-horizontal {
        flex-wrap: wrap;
        flex-direction: row
    }

    .menu.large-vertical {
        flex-wrap: nowrap;
        flex-direction: column
    }

    .menu.large-expanded li {
        flex: 1 1 0px
    }

    .menu.large-simple li {
        flex: 1 1 0px
    }
}

.menu.nested {
    margin-right: 0;
    margin-left: 1rem
}

.menu.icons a {
    display: flex
}

.menu.icon-top a,
.menu.icon-right a,
.menu.icon-bottom a,
.menu.icon-left a {
    display: flex
}

.menu.icon-left li a,
.menu.nested.icon-left li a {
    flex-flow: row nowrap
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg,
.menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
    margin-right: .25rem
}

.menu.icon-right li a,
.menu.nested.icon-right li a {
    flex-flow: row nowrap
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg,
.menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
    margin-left: .25rem
}

.menu.icon-top li a,
.menu.nested.icon-top li a {
    flex-flow: column nowrap
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg,
.menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu.icon-bottom li a,
.menu.nested.icon-bottom li a {
    flex-flow: column nowrap
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg,
.menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu .is-active>a {
    background: #1779ba;
    color: #fefefe
}

.menu .active>a {
    background: #1779ba;
    color: #fefefe
}

.menu.align-left {
    justify-content: flex-start
}

.menu.align-right li {
    display: flex;
    justify-content: flex-end
}

.menu.align-right li .submenu li {
    justify-content: flex-start
}

.menu.align-right.vertical li {
    display: block;
    text-align: right
}

.menu.align-right.vertical li .submenu li {
    text-align: right
}

.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg,
.menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
    text-align: right
}

.menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0
}

.menu.align-center li {
    display: flex;
    justify-content: center
}

.menu.align-center li .submenu li {
    justify-content: flex-start
}

.menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit
}

.menu-centered>.menu {
    justify-content: center
}

.menu-centered>.menu li {
    display: flex;
    justify-content: center
}

.menu-centered>.menu li .submenu li {
    justify-content: flex-start
}

.no-js [data-responsive-menu] ul {
    display: none
}

.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer
}

.menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''
}

.menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca
}

.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer
}

.menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''
}

.menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a
}

.is-drilldown {
    position: relative;
    overflow: hidden
}

.is-drilldown li {
    display: block
}

.is-drilldown.animate-height {
    transition: height 0.5s
}

.drilldown a {
    padding: 0.7rem 1rem;
    background: #fefefe
}

.drilldown .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fefefe;
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
    transition: transform 0.15s linear, -webkit-transform 0.15s linear
}

.drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.drilldown .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem
}

.drilldown .nested.is-drilldown-submenu {
    margin-right: 0;
    margin-left: 0
}

.drilldown .drilldown-submenu-cover-previous {
    min-height: 100%
}

.drilldown .is-drilldown-submenu-parent>a {
    position: relative
}

.drilldown .is-drilldown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #1779ba;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem
}

.drilldown.align-left .is-drilldown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #1779ba;
    right: 1rem;
    left: auto
}

.drilldown.align-right .is-drilldown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 1rem
}

.drilldown .js-drilldown-back>a::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75rem
}

.dropdown-pane {
    position: absolute;
    z-index: 10;
    display: none;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-size: 1rem
}

.dropdown-pane.is-opening {
    display: block
}

.dropdown-pane.is-open {
    display: block;
    visibility: visible
}

.dropdown-pane.tiny {
    width: 100px
}

.dropdown-pane.small {
    width: 200px
}

.dropdown-pane.large {
    width: 400px
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
    position: relative;
    padding-right: 1.5rem
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-bottom-width: 0;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px
}

[data-whatinput='mouse'] .dropdown.menu a {
    outline: 0
}

.dropdown.menu>li>a {
    padding: 0.7rem 1rem
}

.dropdown.menu>li.is-active>a {
    background: rgba(0, 0, 0, 0);
    color: #1779ba
}

.no-js .dropdown.menu ul {
    display: none
}

.dropdown.menu .nested.is-dropdown-submenu {
    margin-right: 0;
    margin-left: 0
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
    top: 0
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}

.dropdown.menu.vertical>li>a::after {
    right: 14px
}

.dropdown.menu.vertical>li.opens-left>a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px
}

.dropdown.menu.vertical>li.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #1779ba
}

@media print,
screen and (min-width: 40em) {
    .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
        position: relative;
        padding-right: 1.5rem
    }

    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px;
        content: '';
        border-bottom-width: 0;
        border-color: #1779ba transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px
    }

    .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.medium-vertical>li>a::after {
        right: 14px
    }

    .dropdown.menu.medium-vertical>li.opens-left>a::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px;
        content: '';
        border-left-width: 0;
        border-color: transparent #1779ba transparent transparent;
        right: auto;
        left: 5px
    }

    .dropdown.menu.medium-vertical>li.opens-right>a::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px;
        content: '';
        border-right-width: 0;
        border-color: transparent transparent transparent #1779ba
    }
}

@media print,
screen and (min-width: 64em) {
    .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }

    .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }

    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
        position: relative;
        padding-right: 1.5rem
    }

    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px;
        content: '';
        border-bottom-width: 0;
        border-color: #1779ba transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px
    }

    .dropdown.menu.large-vertical>li .is-dropdown-submenu {
        top: 0
    }

    .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }

    .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }

    .dropdown.menu.large-vertical>li>a::after {
        right: 14px
    }

    .dropdown.menu.large-vertical>li.opens-left>a::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px;
        content: '';
        border-left-width: 0;
        border-color: transparent #1779ba transparent transparent;
        right: auto;
        left: 5px
    }

    .dropdown.menu.large-vertical>li.opens-right>a::after {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px;
        content: '';
        border-right-width: 0;
        border-color: transparent transparent transparent #1779ba
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto
}

.is-dropdown-menu.vertical {
    width: 100px
}

.is-dropdown-menu.vertical.align-right {
    float: right
}

.is-dropdown-submenu-parent {
    position: relative
}

.is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
    top: 100%;
    left: auto
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}

.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 1px solid #cacaca;
    background: #fefefe
}

.dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem
}

.is-dropdown-submenu .is-dropdown-submenu-parent>a::after {
    right: 14px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: '';
    border-right-width: 0;
    border-color: transparent transparent transparent #1779ba
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px
}

.is-dropdown-submenu>li {
    width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
    display: block
}

.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%
}

.pagination {
    margin-left: 0;
    margin-bottom: 1rem
}

.pagination::before,
.pagination::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1
}

.pagination::after {
    clear: both
}

.pagination li {
    margin-right: .0625rem;
    border-radius: 0;
    font-size: .875rem;
    display: none
}

.pagination li:last-child,
.pagination li:first-child {
    display: inline-block
}

@media print,
screen and (min-width: 40em) {
    .pagination li {
        display: inline-block
    }
}

.pagination a,
.pagination button {
    display: block;
    padding: .1875rem .625rem;
    border-radius: 0;
    color: #0a0a0a
}

.pagination a:hover,
.pagination button:hover {
    background: #e6e6e6
}

.pagination .current {
    padding: .1875rem .625rem;
    background: #1779ba;
    color: #fefefe;
    cursor: default
}

.pagination .disabled {
    padding: .1875rem .625rem;
    color: #cacaca;
    cursor: not-allowed
}

.pagination .disabled:hover {
    background: transparent
}

.pagination .ellipsis::after {
    padding: .1875rem .625rem;
    content: '\2026';
    color: #0a0a0a
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
    display: inline-block;
    margin-right: 0.5rem;
    content: "«"
}

.pagination-next a::after,
.pagination-next.disabled::after {
    display: inline-block;
    margin-left: 0.5rem;
    content: "»"
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0
}

thead,
tbody,
tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe
}

caption {
    padding: .5rem .625rem .625rem;
    font-weight: bold
}

thead {
    background: #f8f8f8;
    color: #0a0a0a
}

tfoot {
    background: #f1f1f1;
    color: #0a0a0a
}

thead tr,
tfoot tr {
    background: transparent
}

thead th,
thead td,
tfoot th,
tfoot td {
    padding: .5rem .625rem .625rem;
    font-weight: bold;
    text-align: left
}

tbody th,
tbody td {
    padding: .5rem .625rem .625rem
}

tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1
}

table.unstriped tbody {
    background-color: #fefefe
}

table.unstriped tbody tr {
    border-bottom: 1px solid #f1f1f1;
    background-color: #fefefe
}

@media print,
screen and (max-width: 63.99875em) {
    table.stack thead {
        display: none
    }

    table.stack tfoot {
        display: none
    }

    table.stack tr,
    table.stack th,
    table.stack td {
        display: block
    }

    table.stack td {
        border-top: 0
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto
}

table.hover thead tr:hover {
    background-color: #f3f3f3
}

table.hover tfoot tr:hover {
    background-color: #ececec
}

table.hover tbody tr:hover {
    background-color: #f9f9f9
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
    background-color: #ececec
}

.table-scroll {
    overflow-x: auto
}

.top-bar {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: .5rem;
    flex-wrap: wrap
}

.top-bar,
.top-bar ul {
    background-color: #e6e6e6
}

.top-bar input {
    max-width: 200px;
    margin-right: 1rem
}

.top-bar .input-group-field {
    width: 100%;
    margin-right: 0
}

.top-bar input.button {
    width: auto
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%
}

@media print,
screen and (min-width: 40em) {
    .top-bar {
        flex-wrap: nowrap
    }

    .top-bar .top-bar-left {
        flex: 1 1 auto;
        margin-right: auto
    }

    .top-bar .top-bar-right {
        flex: 0 1 auto;
        margin-left: auto
    }
}

@media print,
screen and (max-width: 63.99875em) {
    .top-bar.stacked-for-medium {
        flex-wrap: wrap
    }

    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media print,
screen and (max-width: 74.99875em) {
    .top-bar.stacked-for-large {
        flex-wrap: wrap
    }

    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.top-bar-title {
    flex: 0 0 auto;
    margin: 0.5rem 1rem 0.5rem 0
}

.top-bar-left,
.top-bar-right {
    flex: 0 0 auto
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

.visible {
    visibility: visible
}

@media print,
screen and (max-width: 39.99875em) {
    .hide-for-small-only {
        display: none !important
    }
}

@media screen and (max-width: 0em),
screen and (min-width: 40em) {
    .show-for-small-only {
        display: none !important
    }
}

@media print,
screen and (min-width: 40em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width: 39.99875em) {
    .show-for-medium {
        display: none !important
    }
}

@media print,
screen and (min-width: 40em) and (max-width: 63.99875em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width: 39.99875em),
screen and (min-width: 64em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media print,
screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width: 63.99875em) {
    .show-for-large {
        display: none !important
    }
}

@media print,
screen and (min-width: 64em) and (max-width: 74.99875em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width: 63.99875em),
screen and (min-width: 75em) {
    .show-for-large-only {
        display: none !important
    }
}

.show-for-sr,
.show-on-focus {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.show-on-focus:active,
.show-on-focus:focus {
    position: static !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    clip: auto !important;
    white-space: normal !important
}

.show-for-landscape,
.hide-for-portrait {
    display: block !important
}

@media screen and (orientation: landscape) {

    .show-for-landscape,
    .hide-for-portrait {
        display: block !important
    }
}

@media screen and (orientation: portrait) {

    .show-for-landscape,
    .hide-for-portrait {
        display: none !important
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important
}

@media screen and (orientation: landscape) {

    .hide-for-landscape,
    .show-for-portrait {
        display: none !important
    }
}

@media screen and (orientation: portrait) {

    .hide-for-landscape,
    .show-for-portrait {
        display: block !important
    }
}

.show-for-dark-mode {
    display: none
}

.hide-for-dark-mode {
    display: block
}

@media screen and (prefers-color-scheme: dark) {
    .show-for-dark-mode {
        display: block !important
    }

    .hide-for-dark-mode {
        display: none !important
    }
}

.show-for-ie {
    display: none
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .show-for-ie {
        display: block !important
    }

    .hide-for-ie {
        display: none !important
    }
}

.show-for-sticky {
    display: none
}

.is-stuck .show-for-sticky {
    display: block
}

.is-stuck .hide-for-sticky {
    display: none
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.clearfix::before,
.clearfix::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1
}

.clearfix::after {
    clear: both
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
div,
span {
    font-family: "Red Hat Display", sans-serif
}

.page-title .vcard {
    border: 0px;
    padding: 0px
}

.byline {
    color: #999
}

.entry-content img {
    max-width: 100%;
    height: auto
}

.entry-content .alignleft,
.entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left
}

.entry-content .alignright,
.entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right
}

.entry-content .aligncenter,
.entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both
}

.entry-content video,
.entry-content object {
    max-width: 100%;
    height: auto
}

.entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px
}

.wp-caption {
    max-width: 100%;
    background: #eee;
    padding: 5px
}

.wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%
}

.wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center
}

.post-password-form input[type="submit"] {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.85em 1em;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    font-size: 0.9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer
}

[data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0
}

.post-password-form input[type="submit"],
.post-password-form input[type="submit"].disabled,
.post-password-form input[type="submit"][disabled],
.post-password-form input[type="submit"].disabled:hover,
.post-password-form input[type="submit"][disabled]:hover,
.post-password-form input[type="submit"].disabled:focus,
.post-password-form input[type="submit"][disabled]:focus {
    background-color: #1779ba;
    color: #fefefe
}

.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe
}

.gallery {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-right: -15px;
    margin-left: -15px
}

.gallery::before,
.gallery::after {
    content: ' ';
    display: table
}

.gallery::after {
    clear: both
}

.gallery.gallery-columns-1>dl {
    padding-right: .625rem;
    padding-left: .625rem;
    width: 100%;
    float: left
}

@media print,
screen and (min-width: 40em) {
    .gallery.gallery-columns-1>dl {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.gallery.gallery-columns-1>dl,
.gallery.gallery-columns-1>dl:last-child:not(:first-child) {
    float: left;
    clear: none
}

.gallery.gallery-columns-1>dl:last-child:not(:first-child) {
    float: right
}

.gallery.gallery-columns-2>dl {
    padding-right: .625rem;
    padding-left: .625rem;
    width: 50%;
    float: left
}

@media print,
screen and (min-width: 40em) {
    .gallery.gallery-columns-2>dl {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.gallery.gallery-columns-2>dl,
.gallery.gallery-columns-2>dl:last-child:not(:first-child) {
    float: left;
    clear: none
}

.gallery.gallery-columns-2>dl:last-child:not(:first-child) {
    float: right
}

.gallery.gallery-columns-3>dl {
    padding-right: .625rem;
    padding-left: .625rem;
    width: 33.3333333333%;
    float: left
}

@media print,
screen and (min-width: 40em) {
    .gallery.gallery-columns-3>dl {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.gallery.gallery-columns-3>dl,
.gallery.gallery-columns-3>dl:last-child:not(:first-child) {
    float: left;
    clear: none
}

.gallery.gallery-columns-3>dl:last-child:not(:first-child) {
    float: right
}

.gallery.gallery-columns-4>dl {
    padding-right: .625rem;
    padding-left: .625rem;
    width: 25%;
    float: left
}

@media print,
screen and (min-width: 40em) {
    .gallery.gallery-columns-4>dl {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.gallery.gallery-columns-4>dl,
.gallery.gallery-columns-4>dl:last-child:not(:first-child) {
    float: left;
    clear: none
}

.gallery.gallery-columns-4>dl:last-child:not(:first-child) {
    float: right
}

.gallery.gallery-columns-5>dl {
    padding-right: .625rem;
    padding-left: .625rem;
    width: 20%;
    float: left
}

@media print,
screen and (min-width: 40em) {
    .gallery.gallery-columns-5>dl {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.gallery.gallery-columns-5>dl,
.gallery.gallery-columns-5>dl:last-child:not(:first-child) {
    float: left;
    clear: none
}

.gallery.gallery-columns-5>dl:last-child:not(:first-child) {
    float: right
}

.gallery.gallery-columns-6>dl {
    padding-right: .625rem;
    padding-left: .625rem;
    width: 16.6666666667%;
    float: left
}

@media print,
screen and (min-width: 40em) {
    .gallery.gallery-columns-6>dl {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.gallery.gallery-columns-6>dl,
.gallery.gallery-columns-6>dl:last-child:not(:first-child) {
    float: left;
    clear: none
}

.gallery.gallery-columns-6>dl:last-child:not(:first-child) {
    float: right
}

.gallery.gallery-columns-7>dl {
    padding-right: .625rem;
    padding-left: .625rem;
    width: 14.2857142857%;
    float: left
}

@media print,
screen and (min-width: 40em) {
    .gallery.gallery-columns-7>dl {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.gallery.gallery-columns-7>dl,
.gallery.gallery-columns-7>dl:last-child:not(:first-child) {
    float: left;
    clear: none
}

.gallery.gallery-columns-7>dl:last-child:not(:first-child) {
    float: right
}

.gallery.gallery-columns-8>dl {
    padding-right: .625rem;
    padding-left: .625rem;
    width: 12.5%;
    float: left
}

@media print,
screen and (min-width: 40em) {
    .gallery.gallery-columns-8>dl {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.gallery.gallery-columns-8>dl,
.gallery.gallery-columns-8>dl:last-child:not(:first-child) {
    float: left;
    clear: none
}

.gallery.gallery-columns-8>dl:last-child:not(:first-child) {
    float: right
}

.gallery dl {
    width: 100%;
    float: left;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem
}

.gallery dl:last-child:not(:first-child) {
    float: right
}

.page-navigation {
    margin-top: 1rem
}

#comments .commentlist {
    margin-left: 0px
}

#respond ul {
    margin-left: 0px
}

.commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 1.5em;
    padding: 0.7335em 10px
}

.commentlist li:last-child {
    margin-bottom: 0
}

.commentlist li ul.children {
    margin: 0
}

.commentlist li[class*=depth-] {
    margin-top: 1.1em
}

.commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0
}

.commentlist li:not(.depth-1) {
    margin-left: 10px;
    margin-top: 0;
    padding-bottom: 0
}

.commentlist .vcard {
    margin-left: 50px
}

.commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal
}

.commentlist .vcard time {
    float: right
}

.commentlist .vcard time a {
    color: #999;
    text-decoration: none
}

.commentlist .vcard time a:hover {
    text-decoration: underline
}

.commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff
}

.commentlist .comment_content p {
    margin: 0.7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em
}

.commentlist .comment-reply-link {
    float: right
}

.respond-form {
    margin: 1.5em 10px;
    padding-bottom: 2.2em
}

.respond-form form {
    margin: 0.75em 0
}

.respond-form form li {
    list-style-type: none;
    clear: both;
    margin-bottom: 0.7335em
}

.respond-form form li label,
.respond-form form li small {
    display: none
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
    padding: 3px 6px;
    background: #efefef;
    border: 2px solid #cecece;
    line-height: 1.5em
}

.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
    background: #fff
}

.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
    outline: none;
    border-color: #fbc2c4;
    background-color: #f6e7eb;
    -ms-box-shadow: none;
    box-shadow: none
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
    max-width: 400px;
    min-width: 250px
}

.respond-form form textarea {
    resize: none;
    width: 97.3%;
    height: 150px
}

#comment-form-title {
    margin: 0 0 1.1em
}

#allowed_tags {
    margin: 1.5em 10px 0.7335em 0
}

.nocomments {
    margin: 0 20px 1.1em
}

.sidebar li {
    list-style: none
}

.widget ul {
    margin: 0
}

.footer {
    clear: both;
    margin-top: 1em
}

body#tinymce {
    margin: 20px
}

.gform_body ul {
    list-style: none outside none;
    margin: 0
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none !important;
    position: absolute !important;
    left: -9000px
}

.hide-me {
    display: none !important
}

.show-me {
    display: block !important
}

body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 600
}

.preloader {
    background-color: #352A80;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh
}

.preloader .preloader-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.preloader h2 {
    color: #fff;
    font-size: 6em;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: "Red Hat Display", sans-serif;
    font-weight: 900
}

.preloader h2:nth-child(1) {
    color: transparent;
    -webkit-text-stroke: 2px #fff
}

.preloader h2:nth-child(2) {
    color: #93C01F;
    -webkit-animation: animate 4s ease-in-out infinite;
    animation: animate 4s ease-in-out infinite
}

@-webkit-keyframes animate {

    0%,
    100% {
        -webkit-clip-path: polygon(0% 45%, 16% 44%, 33% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 45%, 16% 44%, 33% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%)
    }

    50% {
        -webkit-clip-path: polygon(0% 60%, 15% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 60%, 15% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%)
    }
}

@keyframes animate {

    0%,
    100% {
        -webkit-clip-path: polygon(0% 45%, 16% 44%, 33% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 45%, 16% 44%, 33% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%)
    }

    50% {
        -webkit-clip-path: polygon(0% 60%, 15% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 60%, 15% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%)
    }
}

.main {
    margin-top: 60px;
    min-height: 300px
}

.page-title {
    font-family: "Red Hat Display", sans-serif;
    color: #4DB9AF;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase
}

.page-title span {
    text-transform: none
}

.page-title-space60 {
    margin-bottom: 60px;
    padding-top: 40px
}

.push-right28 {
    margin-right: 28px
}

.push-bottom60 {
    margin-bottom: 60px
}

.ico-btn {
    background-color: #352A80;
    color: #fff !important;
    font-size: 11px;
    font-weight: 900;
    border-radius: 20px;
    padding: 10px 50px 10px 28px;
    display: inline-block;
    transition: background-color 0.5s
}

@media screen and (min-width: 40em) {
    .ico-btn {
        padding: 10px 50px 10px 34px
    }
}

@media screen and (min-width: 64em) {
    .ico-btn {
        padding: 10px 42px 10px 18px
    }
}

@media screen and (min-width: 87.500em) {
    .ico-btn {
        padding: 10px 60px 10px 40px
    }
}

.ico-btn:hover {
    background-color: rgba(53, 42, 128, 0.5)
}

.ico-btn--small {
    padding: 10px 30px 10px 20px
}

[class^="btn-ico-"] {
    position: relative
}

[class^="btn-ico-"]:after {
    content: "";
    position: absolute;
    width: 17px;
    height: 15px;
    top: -1px;
    right: -26px
}

.btn-ico-map:after {
    background: url(../images/ico-btn-marker.svg) no-repeat center center
}

.btn-ico-mail:after {
    background: url(../images/ico-btn-mail.svg) no-repeat center center
}

.btn-ico-phone:after {
    background: url(../images/ico-btn-phone.svg) no-repeat center center
}

.btn-ico-calendar:after {
    background: url(../images/ico-btn-calendar.svg) no-repeat center center
}

.btn-ico-link:after {
    background: url(../images/ico-btn-link.svg) no-repeat center center
}

.btn-ico-download {
    text-transform: uppercase
}

.btn-ico-download:after {
    background: url(../images/ico-btn-download.svg) no-repeat center center
}

.btn-ico-expand:after {
    background: url(../images/ico-btn-expand.svg) no-repeat center center;
    width: 7px;
    height: 12px;
    top: 1px;
    right: -14px
}

.btn-ico-download:after {
    background: url(../images/business/icon_download.svg) no-repeat center center
}

.btn-ico-calendar:after {
    background: url(../images/business/icon_notes_with_pen.svg) no-repeat center center
}

.btn-ico-play:after {
    background: url(../images/business/icon_play.svg) no-repeat center center;
    width: 9px;
    height: 11px;
    top: 1px;
    right: -16px
}

.btn-white,
.btn-violet {
    background-color: #fff;
    color: #352A80 !important;
    font-size: 12px;
    font-weight: 900;
    border-radius: 20px;
    padding: 10px 28px;
    display: inline-block;
    text-transform: uppercase;
    transition: background-color .2s ease-in-out
}

.btn-white--hover:hover {
    background-color: rgba(255, 255, 255, 0.8)
}

.btn-violet {
    background-color: #352A80;
    color: #fff !important
}

.border-btn {
    border: 1px solid #352A80
}

.see-more-btn {
    position: relative;
    text-align: center;
    margin-top: 30px
}

.opacity-hover {
    transition: opacity 0.5s
}

.opacity-hover:hover {
    opacity: .8
}

.section-block-header {
    font-family: "Red Hat Display", sans-serif;
    display: block;
    margin: 30px 0;
    color: #352A80;
    font-size: 20px;
    font-weight: 900
}

.is-form-style input.is-search-input {
    border: none !important;
    text-align: right;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 900;
    font-size: 12px !important;
    padding-right: 3px
}

.is-ajax-search .is-loader-image {
    opacity: 0.5
}

.is-search-icon {
    border: none
}

.is-search-icon svg {
    -webkit-filter: invert(17%) sepia(34%) saturate(3603%) hue-rotate(232deg) brightness(30%) contrast(98%);
    filter: invert(17%) sepia(34%) saturate(3603%) hue-rotate(232deg) brightness(30%) contrast(98%)
}

.ajax-search-results {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 8px
}

.ajax-search-results .left-section {
    float: none !important;
    grid-column: 1/2
}

.ajax-search-results .right-section {
    grid-column: 2/4
}

.ajax-search-results .thumbnail {
    width: 100% !important;
    margin-right: 0;
    height: 100%
}

.ajax-search-results .thumbnail img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    float: none !important;
    max-width: none !important
}

.ajax-search-results__date {
    color: #161615
}

.ajax-search-results__date span {
    font-size: 12px;
    font-weight: 900
}

.ajax-search-results__date .text-capitalize {
    text-transform: capitalize
}

.ajax-search-results__content a {
    font-weight: 600;
    padding-top: 10px;
    display: block;
    color: #161615 !important
}

.ajax-search-results__content a:hover {
    text-decoration: none !important
}

.ajax-search-results__content .ajax-event-category {
    display: block;
    margin-top: 5px;
    font-weight: 900
}

.ajax-search-results__content .is-title {
    font-size: 16px !important;
    font-weight: 600
}

.ajax-search-results__content .is-title a {
    font-size: 16px !important;
    color: #161615 !important;
    padding-top: 0
}

.pulsate {
    -webkit-animation: pulsate 0.5s ease-out;
    animation: pulsate 0.5s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0.2
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 0.2
    }

    50% {
        opacity: 1.0
    }

    100% {
        opacity: 0.2
    }
}

@keyframes pulsate {
    0% {
        opacity: 0.2
    }

    50% {
        opacity: 1.0
    }

    100% {
        opacity: 0.2
    }
}

.tax-kategoria-wydarzenia .menu-item-object-wydarzenia,
.single-wydarzenia .menu-item-object-wydarzenia {
    color: #4DB9AF
}

.tax-kategoria-wydarzenia .menu-item-object-wydarzenia a,
.single-wydarzenia .menu-item-object-wydarzenia a {
    color: #4DB9AF
}

.margin-top-0 {
    margin-top: 0 !important
}

.margin-top-1 {
    margin-top: 1rem !important
}

@media screen and (min-width: 64em) {
    .margin-top-lg-1 {
        margin-top: 1rem !important
    }
}

.margin-top-2 {
    margin-top: 2rem !important
}

.margin-top-3 {
    margin-top: 3rem !important
}

@media screen and (min-width: 64em) {
    .margin-top-lg-3 {
        margin-top: 3rem !important
    }
}

.margin-top-4 {
    margin-top: 4rem !important
}

@media screen and (min-width: 64em) {
    .margin-top-lg-4 {
        margin-top: 4rem !important
    }
}

.margin-bottom-1 {
    margin-bottom: 1rem !important
}

.margin-bottom-3 {
    margin-bottom: 3rem !important
}

.margin-bottom-2 {
    margin-bottom: 2rem !important
}

@media screen and (min-width: 64em) {
    .margin-bottom-lg-0 {
        margin-bottom: 0 !important
    }
}

.margin-bottom-4 {
    margin-bottom: 4rem !important
}

.button-center {
    display: flex;
    justify-content: center
}

.icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain
}

.icon--arrow-left-dark {
    background-image: url("../images/business/icon_arrow_left_dark.svg");
    width: 14px;
    height: 14px
}

.icon--car {
    background-image: url("../images/business/icon_car.svg")
}

.icon--cash {
    background-image: url("../images/business/icon_cash.svg")
}

.icon--coffee {
    background-image: url("../images/business/icon_coffee.svg")
}

.icon--concert {
    background-image: url("../images/business/icon_concert.svg")
}

.icon--gymnastics {
    background-image: url("../images/business/icon_gymnastics.svg")
}

.icon--localization {
    background-image: url("../images/business/icon_localization.svg");
    width: 25px
}

.icon--music {
    background-image: url("../images/business/icon_music.svg")
}

.icon--resize {
    background-image: url("../images/business/icon_resize.svg")
}

.icon--speech {
    background-image: url("../images/business/icon_speech.svg")
}

.icon--stand-up {
    background-image: url("../images/business/icon_stand_up.svg")
}

.icon--volleyball {
    background-image: url("../images/business/icon_volleyball.svg")
}

.icon--wardrobe {
    background-image: url("../images/business/icon_wardrobe.svg")
}

.icon--trapez {
    background-image: url("../images/business/icon_trapez.svg")
}

.icon--telebim {
    background-image: url("../images/business/icon_telebim.svg")
}

.icon--ventilation {
    background-image: url("../images/business/icon_ventilation.svg")
}

.icon--lights {
    background-image: url("../images/business/icon_lights.svg")
}

.icon--monitoring {
    background-image: url("../images/business/icon_monitoring.svg")
}

.icon--sound-system {
    background-image: url("../images/business/icon_sound_system.svg")
}

.icon--resize-trapez {
    background-image: url("../images/business/icon_resize_trapez.svg")
}

.icon--height {
    background-image: url("../images/business/icon_height.svg")
}

.icon--audience-seats {
    background-image: url("../images/business/icon_audience_seats.svg")
}

.icon--disc-seats {
    background-image: url("../images/business/icon_disc_seats.svg")
}

.icon--dimensions {
    background-image: url("../images/business/icon_dimensions.svg")
}

.icon--table-and-seats {
    background-image: url("../images/business/icon_table_and_seats.svg")
}

.icon--toilet {
    background-image: url("../images/business/icon_toilet.svg")
}

.icon--bathroom {
    background-image: url("../images/business/icon_bathroom.svg")
}

.icon--cabinets {
    background-image: url("../images/business/icon_cabinets.svg")
}

.icon--bench {
    background-image: url("../images/business/icon_bench.svg")
}

.icon--shower {
    background-image: url("../images/business/icon_shower.svg")
}

.icon--mesh {
    background-image: url("../images/business/icon_mesh.svg")
}

.icon--presidential-table {
    background-image: url("../images/business/icon_presidential_table.svg")
}

.icon--upholstered-chair {
    background-image: url("../images/business/icon_upholstered_chair.svg")
}

.icon--projector {
    background-image: url("../images/business/icon_projector.svg")
}

.icon--translator {
    background-image: url("../images/business/icon_translator.svg")
}

.icon--screen {
    background-image: url("../images/business/icon_screen.svg")
}

.icon--lift-1 {
    background-image: url("../images/business/icon_lift_1.svg")
}

.icon--lift-2 {
    background-image: url("../images/business/icon_lift_2.svg")
}

.icon--outdoor-nets {
    background-image: url("../images/business/icon_outdoor_nets.svg")
}

.icon--ads-b1 {
    background-image: url("../images/business/icon_vold.svg")
}

.icon--ads {
    background-image: url("../images/business/icon_ads.svg")
}

.sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    height: 60px;
    z-index: 999
}

.top-menu {
    display: flex;
    justify-content: center
}

.lang-switcher {
    text-transform: uppercase;
    margin-right: 10px;
    font-family: "Red Hat Display", sans-serif;
    font-size: 12px;
    font-weight: 900
}

.lang-switcher a {
    color: #352A80
}

.lang-switcher a:hover {
    color: rgba(53, 42, 128, 0.5)
}

.lang-switcher__active {
    text-transform: uppercase;
    color: #4DB9AF
}

.lang-switcher a,
.lang-switcher span {
    padding: 10px
}

.socials {
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none
}

@media screen and (min-width: 40em) {
    .socials {
        margin-top: -4px
    }
}

.socials li {
    display: inline-block;
    width: 23px
}

.socials li:not(:last-child) {
    margin-right: 10px
}

.socials li a {
    display: block;
    position: relative;
    width: 23px;
    height: 23px;
    background-size: 16px auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 23px auto
}

.socials .fb-icon a {
    background-image: url("../images/social/fb-off.svg")
}

.socials .fb-icon:hover a {
    background-image: url("../images/social/fb-on.svg")
}

.socials .insta-icon a {
    background-image: url("../images/social/insta-off.svg")
}

.socials .insta-icon:hover a {
    background-image: url("../images/social/insta-on.svg")
}

.top-menu .main-menu {
    list-style: none;
    margin: 0;
    padding-left: 0
}

.top-menu .main-menu>.active>a {
    color: #4DB9AF
}

.top-menu li {
    font-family: "Red Hat Display", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 900;
    color: #352A80;
    display: block;
    float: left;
    padding: 1rem;
    text-decoration: none;
    transition-duration: 0.5s
}

@media screen and (min-width: 1024px) and (max-width: 1170px) {
    .top-menu li {
        padding: 1rem 0.4rem 1rem 0.6rem
    }
}

.top-menu li a {
    color: #352A80;
    transition: color 0.5s
}

.top-menu li:hover {
    cursor: pointer
}

.top-menu li:hover>a {
    color: rgba(53, 42, 128, 0.5)
}

.top-menu li:focus-within a {
    outline: none
}

.top-menu .menu-item-has-children {
    position: relative;
    padding-right: 1.4rem
}

.top-menu .menu-item-has-children>a:after {
    content: "❮";
    position: absolute;
    color: #352A80;
    font-size: 14px;
    font-weight: bold;
    top: 34%;
    right: 8px;
    line-height: 14px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.top-menu .menu-item-has-children:hover>a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: rgba(53, 42, 128, 0.5)
}

.top-menu .menu-item-has-children.active>a:after {
    color: #4DB9AF
}

.top-menu .menu-item-has-children ul {
    background: #fff;
    visibility: hidden;
    opacity: 0;
    min-width: 5rem;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 1rem;
    left: 0;
    display: none;
    min-height: 189px
}

.top-menu .menu-item-has-children ul li {
    clear: both;
    width: 100%;
    padding: 0 .5rem;
    white-space: nowrap;
    text-align: left
}

.top-menu .menu-item-has-children ul li a {
    position: relative;
    padding: 8px
}

.top-menu .menu-item-has-children ul li.active>a {
    background: none;
    color: #4DB9AF
}

.top-menu ul li:hover>ul,
.top-menu ul li:focus-within>ul,
.top-menu ul li ul:hover,
.top-menu ul li ul:focus {
    visibility: visible;
    opacity: 1;
    display: block
}

.top-menu .menu-item-has-children li:before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: -189px;
    width: 189px;
    height: 188px
}

.top-menu .menu-item-has-children li.active:before {
    display: block;
    z-index: -1
}

.top-menu .menu-item-has-children li:hover:before {
    display: block
}

.top-menu .kasy-i-bilety:before {
    background: url(../images/menu/1n.png) no-repeat right top
}

.top-menu .plan-widowni:before {
    background: url(../images/menu/2n.png) no-repeat right top
}

.top-menu .dojazd-i-parking:before {
    background: url(../images/menu/3n.png) no-repeat right top
}

.top-menu .faq-i-regulamin:before {
    background: url(../images/menu/4nn.png) no-repeat right top
}

.top-menu .o-szczecinie:before {
    background: url(../images/menu/5n.png) no-repeat right top
}

.top-menu .green-menu-item {
    color: #93C01F
}

.top-menu .green-menu-item a {
    color: #93C01F
}

.top-menu .green-menu-item:hover a {
    color: rgba(147, 192, 31, 0.5)
}

.top-menu-mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

.top-menu-mobile .lang-switcher {
    display: none
}

@media screen and (min-width: 40em) {
    .top-menu-mobile .lang-switcher {
        display: none;
        margin-right: 90px
    }
}

@media screen and (min-width: 64em) {
    .top-menu-mobile .lang-switcher {
        margin-right: 10px
    }
}

@media screen and (min-width: 87.500em) {
    .top-menu-mobile .lang-switcher {
        margin-right: 70px
    }
}

@media screen and (min-width: 100em) {
    .top-menu-mobile .lang-switcher {
        margin-right: 90px
    }
}

.mobile-menu-button {
    margin-left: 30px;
    position: relative
}

.menu-icon {
    width: 24px;
    height: 26px;
    outline: none;
    vertical-align: unset;
    display: block;
    padding: 12px 0px 12px 16px
}

@media screen and (min-width: 40em) {
    .menu-icon {
        display: inline-block
    }
}

.menu-icon:after {
    position: absolute;
    top: 3px;
    right: 0;
    display: block;
    width: 24px;
    height: 3px;
    background: #352A80;
    box-shadow: 0 7px 0 #352A80, 0 14px 0 #352A80;
    content: ''
}

.menu-icon:hover:after {
    background: rgba(53, 42, 128, 0.5);
    box-shadow: 0 7px 0 rgba(53, 42, 128, 0.5), 0 14px 0 rgba(53, 42, 128, 0.5)
}

.search-btn {
    cursor: pointer;
    display: none
}

.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: -80px;
    width: 100%;
    min-height: 100vh;
    background-color: #fff;
    z-index: 99
}

.mobile-menu .main-menu {
    display: block;
    text-align: center;
    list-style: none;
    margin: 0;
    color: #352A80;
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase
}

.mobile-menu .main-menu a {
    color: #352A80
}

.mobile-menu .main-menu li {
    display: block
}

.mobile-menu .main-menu .menu {
    display: block;
    padding-bottom: 10px
}

.mobile-menu .main-menu .menu li {
    font-size: 14px
}

.mobile-menu .main-menu .menu a {
    padding: 0.6rem 1rem
}

.mobile-menu .main-menu .menu .active>a {
    background: none;
    color: #4DB9AF
}

.mobile-menu .mobile-lang-switcher {
    margin-top: 40px
}

.mobile-menu .mobile-lang-switcher .lang-switcher {
    display: none;
    color: #352A80
}

@media screen and (min-width: 40em) {
    .mobile-menu .mobile-lang-switcher .lang-switcher {
        display: none
    }
}

.mobile-menu .mobile-lang-switcher .lang-switcher a,
.mobile-menu .mobile-lang-switcher .lang-switcher span {
    font-size: 14px
}

.mobile-menu .mobile-menu-content {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

.show-menu {
    display: block
}

@media screen and (min-width: 64em) {
    .show-menu {
        display: none
    }
}

.footer {
    background: url(../images/footer-map.png) no-repeat 90% center;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background-size: cover;
    margin-top: auto;
    padding: 40px 0.625rem
}

@media screen and (min-width: 64em) {
    .footer {
        background-position: right center
    }
}

@media screen and (min-width: 40em) {
    .footer {
        padding: 40px
    }
}

.footer .inner-footer {
    vertical-align: middle;
    padding: 40px 40px 0;
    width: 100%;
    color: #352A80;
    font-size: 14px;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0.8)
}

.footer .inner-footer .ico-btn {
    margin-bottom: 50px
}

@media screen and (min-width: 40em) {
    .footer .inner-footer {
        padding: 40px 40px 10px;
        width: 60%
    }
}

@media screen and (min-width: 64em) {
    .footer .inner-footer {
        width: 80%;
        padding: 40px
    }

    .footer .inner-footer .ico-btn {
        margin-bottom: 10px
    }
}

@media screen and (min-width: 87.500em) {
    .footer .inner-footer {
        padding: 60px 100px
    }
}

.footer .inner-footer a {
    color: #352A80
}

.footer .inner-footer h4 {
    font-size: 30px;
    color: #352A80;
    font-weight: 600;
    font-family: "Red Hat Display", sans-serif
}

.simple-footer {
    background: url(../images/footer-map-kontakt.png) no-repeat center center;
    padding: 40px 0.625rem
}

@media screen and (min-width: 40em) {
    .simple-footer {
        padding: 40px
    }
}

@media screen and (min-width: 64em) {
    .simple-footer {
        background-position: center;
        background-size: cover
    }
}

.simple-footer .inner-footer {
    padding: 30px 40px 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: auto
}

@media screen and (min-width: 40em) {
    .simple-footer .inner-footer {
        padding: 60px;
        display: inline-block
    }
}

.stettiner-logo {
    color: #31C6FF;
    font-size: 11px;
    font-weight: 600
}

.stettiner-logo a {
    color: #31C6FF
}

.stettiner-logo img {
    margin-right: 10px
}

.metrics {
    background-color: #fff
}

@media screen and (max-width: 39.937em) {
    .metrics {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.metrics .grid-x {
    height: 100px
}

@media screen and (min-width: 40em) {
    .metrics .grid-x {
        height: 140px
    }
}

.metrics .arena-szczecin-zs {
    color: #352A80;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase
}

.metrics .arena-szczecin-zs img {
    margin-right: 16px
}

.metrics .arena-szczecin-zs a {
    white-space: nowrap;
    color: #352A80
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat
}

@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir="rtl"] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir="rtl"] .slick-next:before {
    content: "←"
}

.slick-dots {
    position: absolute;
    bottom: 25px;
    list-style: none;
    display: flex;
    text-align: center;
    padding: 0;
    margin: 0;
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 20px;
    vertical-align: middle
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    display: block;
    height: 10px;
    width: 10px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    background-color: rgba(53, 42, 128, 0.3);
    padding: 3px;
    box-shadow: none;
    border-radius: 50px;
    margin: 4px;
    cursor: pointer;
    transition: width .4s ease-out
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
    opacity: 1
}

.slick-dots li.slick-active button {
    background-color: #352A80;
    width: 24px
}

.slick-slide {
    outline: none
}

.hp-slider {
    position: relative;
    overflow: hidden
}

.hp-slider-container {
    position: relative;
    overflow: hidden;
    width: 100%
}

@media screen and (min-width: 40em) {
    .hp-slider-container {
        height: calc(100vh - 60px)
    }
}

.hp-slider-container .slick-slide {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    height: 300px
}

@media screen and (min-width: 40em) {
    .hp-slider-container .slick-slide {
        height: calc(100vh - 60px)
    }
}

.hp-slider-container .slick-slide img,
.hp-slider-container .slick-slide video {
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center
}

.overlay-content {
    position: absolute;
    z-index: 100;
    width: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.overlay-content__date {
    position: relative;
    background-color: #4DB9AF;
    width: 76px;
    height: 76px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    color: #fff;
    font-size: 15px;
    font-weight: 900
}

.overlay-content__small-text {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    display: block;
    margin-top: 9px
}

.overlay-content__big-text {
    font-size: 40px;
    line-height: 36px;
    font-weight: 600;
    color: #fff;
    display: block;
    max-width: 230px;
    margin-top: 10px
}

@media screen and (min-width: 40em) {
    .overlay-content__big-text {
        font-size: 60px;
        line-height: 50px
    }
}

.overlay-content__btn {
    margin-top: 16px
}

@media screen and (min-width: 40em) {
    .overlay-content__btn {
        margin-top: 24px
    }
}

.overlay-content .btn-white,
.overlay-content .btn-violet {
    border-radius: 20px;
    padding: 12px 18px;
    display: inline-block;
    text-transform: uppercase
}

.masonry-wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 1088px
}

.masonry {
    display: block
}

@media screen and (min-width: 40em) {
    .masonry {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 16px;
        grid-auto-rows: 0
    }
}

.masonry-item {
    position: relative
}

.masonry-item img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1rem
}

@media screen and (min-width: 40em) {
    .masonry-item img {
        display: inline-block;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media screen and (min-width: 40em) {
    .short-box {
        grid-row-end: span 23
    }

    .short-box img {
        height: 350px;
        height: 100%
    }
}

@media screen and (min-width: 40em) {
    .long-box {
        grid-row-end: span 35
    }

    .long-box img {
        height: 536px;
        height: 100%
    }
}

.event-box__date {
    position: absolute;
    background-color: #4DB9AF;
    top: 0;
    left: 40px;
    width: 96px;
    height: 76px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    color: #fff;
    font-size: 15px;
    font-weight: 900
}

.event-box__overlay {
    position: absolute;
    bottom: 30px;
    left: 40px;
    right: 40px
}

.event-box__overlay__category {
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    display: block;
    margin-top: 9px;
    text-shadow: 0px 1px 7px rgba(0, 0, 0, 0.8)
}

@media screen and (min-width: 40em) {
    .event-box__overlay__category {
        font-size: 20px
    }
}

.event-box__overlay__title {
    font-size: 30px;
    line-height: 34px;
    text-shadow: 0px 1px 7px rgba(0, 0, 0, 0.8);
    font-weight: 600;
    color: #fff;
    display: block;
    margin-top: 0
}

@media screen and (min-width: 64em) {
    .event-box__overlay__title {
        line-height: 40px;
        font-size: 40px
    }
}

@media screen and (min-width: 40em) {
    .event-box__overlay__title {
        margin-top: 5px
    }
}

.event-box__overlay .btn-white,
.event-box__overlay .btn-violet {
    margin-top: 10px
}

@media screen and (min-width: 40em) {

    .event-box__overlay .btn-white,
    .event-box__overlay .btn-violet {
        margin-top: 20px
    }
}

.tenants-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1rem
}

@media screen and (min-width: 40em) {
    .tenants-container {
        grid-template-columns: repeat(2, 1fr)
    }
}

.tenants-container__item .violet-bg {
    background: #352A80 url(../images/bg-element-violet.svg) no-repeat top right
}

.tenants-container__item .green-bg {
    background: #93C01F url(../images/bg-element-green.svg) no-repeat top right
}

.tenants-container__item img {
    width: 100%
}

.tenants-container__item__content {
    padding: 36px
}

@media screen and (min-width: 40em) {
    .tenants-container__item__content {
        padding: 20px 36px
    }
}

@media screen and (min-width: 64em) {
    .tenants-container__item__content {
        padding: 50px 76px
    }
}

.tenants-container__item__content h4 {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    font-family: "Red Hat Display", sans-serif
}

@media screen and (min-width: 40em) {
    .tenants-container__item__content h4 {
        font-size: 30px
    }
}

.tenants-container__item__content p {
    color: #fff;
    font-size: 14px;
    font-weight: 600
}

.tenants-container__item__content .btn-white,
.tenants-container__item__content .btn-violet {
    margin-top: 10px;
    padding: 12px 28px
}

@media screen and (min-width: 40em) {

    .tenants-container__item__content .btn-white,
    .tenants-container__item__content .btn-violet {
        padding: 10px 20px
    }
}

table.calendar-netto {
    margin: 0 auto;
    width: 100%;
    max-width: 366px
}

table.calendar-netto th,
table.calendar-netto td {
    text-align: center;
    font-size: 14px
}

table.calendar-netto td {
    padding: 0
}

table.calendar-netto .date-change .arrow a {
    color: #d71921;
    font-weight: bolder
}

table.calendar-netto .date-show {
    font-weight: 900;
    font-size: 20px;
    color: #352A80;
    text-transform: capitalize;
    padding-top: 10px
}

table.calendar-netto .calendar-day-head {
    font-weight: bold;
    text-align: center;
    width: 120px;
    padding: 5px;
    color: #8F8F8F;
    font-weight: bold;
    font-size: 14px;
    background-color: #fff
}

table.calendar-netto .calendar-day,
table.calendar-netto .calendar-day-np {
    color: #aaaaaa;
    min-height: 80px;
    background: #fff
}

table.calendar-netto .calendar-day {
    color: #000
}

table.calendar-netto .calendar-day .no_mark {
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%
}

table.calendar-netto .calendar-day:hover .no_mark,
table.calendar-netto .calendar-day:active .no_mark {
    background: #eeeeee
}

table.calendar-netto .calendar-row {
    border: 20px solid transparent
}

.calendar-active-event {
    background-color: #352A80;
    color: #fff;
    display: block;
    max-width: 24px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin-left: auto;
    margin-right: auto
}

.calendar-active-event:hover {
    background-color: #352A80;
    color: #fff
}

.calendar-reserve-cta {
    display: block;
    margin-top: 60px;
    margin-bottom: 60px
}

@media screen and (max-width: 39.937em) {
    .calendar-reserve-cta {
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        margin-left: auto;
        margin-right: auto
    }
}

.calendar-reserve-cta .cta-box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: minmax(350px, auto)
}

@media screen and (max-width: 39.937em) {
    .calendar-reserve-cta .cta-box {
        grid-gap: 1rem
    }
}

@media screen and (min-width: 40em) {
    .calendar-reserve-cta .cta-box {
        grid-template-columns: repeat(2, 1fr)
    }
}

.calendar-reserve-cta .cta-box .box {
    display: flex;
    align-items: center
}

.calendar-reserve-cta .cta-box__calendar {
    position: relative;
    background: url(../images/photo-bg-calendar.jpg) no-repeat bottom right;
    background-size: cover;
    padding: 24px;
    justify-content: center
}

@media screen and (min-width: 40em) {
    .calendar-reserve-cta .cta-box__calendar {
        justify-content: right
    }
}

.calendar-reserve-cta .cta-box__calendar__widget {
    text-align: right
}

.calendar-reserve-cta .cta-box__reserve {
    background: #E8E8E8 url(../images/bg-bottom-reserve-arena.svg) no-repeat bottom left;
    background-size: cover;
    padding: 24px
}

@media screen and (max-width: 39.937em) {
    .calendar-reserve-cta .cta-box__reserve {
        justify-content: center
    }
}

@media screen and (min-width: 40em) {
    .calendar-reserve-cta .cta-box__reserve {
        padding: 24px 60px 24px
    }
}

@media screen and (min-width: 64em) {
    .calendar-reserve-cta .cta-box__reserve {
        padding: 24px 100px 24px
    }
}

.calendar-reserve-cta .cta-box__reserve__content {
    text-align: center
}

@media screen and (min-width: 40em) {
    .calendar-reserve-cta .cta-box__reserve__content {
        text-align: unset;
        justify-content: left
    }
}

.calendar-reserve-cta .cta-box__reserve__content h4 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    font-family: "Red Hat Display", sans-serif;
    color: #352A80
}

@media screen and (max-width: 39.937em) {
    .calendar-reserve-cta .cta-box__reserve__content h4 {
        padding-bottom: 10px
    }
}

.events-list .month-selector {
    text-align: center;
    padding-top: 20px;
    margin-bottom: 10px;
    position: relative
}

.events-list .month-selector ul {
    margin: 0;
    list-style: none
}

.events-list .month-selector li {
    display: inline-block;
    font-weight: 900;
    font-size: 20px;
    color: #352A80
}

.events-list .month-selector li a {
    color: #352A80
}

.events-list .month-selector li:nth-child(2) {
    padding-left: 70px;
    padding-right: 70px
}

.events-list .filter-search-row {
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    padding-top: 6px;
    padding-bottom: 6px
}

.events-list .event-filter {
    list-style: none;
    margin: 0
}

.events-list .event-filter li {
    display: inline-block;
    font-size: 12px;
    font-weight: 900;
    padding: 0 10px;
    text-transform: uppercase
}

.events-list .event-filter li a {
    color: #352A80
}

.events-list .event-filter li a:hover {
    color: rgba(53, 42, 128, 0.5)
}

.events-list .event-filter li.active-category a {
    color: #4DB9AF
}

.events-list .event-item {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    grid-auto-rows: minmax(97px, auto);
    margin-top: 40px
}

.events-list .event-item__date {
    grid-column: 1/4;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 6px 18px
}

@media screen and (min-width: 40em) {
    .events-list .event-item__date {
        grid-column: 1/3
    }
}

.events-list .event-item__date span {
    font-size: 14px;
    font-weight: 900;
    display: block
}

.events-list .event-item__date__small-label {
    font-size: 10px !important;
    font-weight: 900;
    margin-top: 6px
}

.events-list .event-item__photo {
    background-color: pink;
    grid-column: 4/12;
    grid-row: 1/3
}

@media screen and (min-width: 40em) {
    .events-list .event-item__photo {
        grid-column: 3/6
    }
}

.events-list .event-item__photo img {
    width: 100%;
    height: 100%;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover
}

.events-list .event-item__content {
    grid-column: 1/12;
    grid-row: 3/4;
    color: #161615;
    display: flex;
    flex-direction: column
}

@media screen and (min-width: 40em) {
    .events-list .event-item__content {
        grid-column: 6/12;
        grid-row: 1/3;
        padding-left: 28px
    }
}

.events-list .event-item__content__category {
    font-weight: 900;
    font-size: 14px
}

.events-list .event-item__content h3 {
    font-weight: 700;
    font-size: 18px;
    font-family: "Red Hat Display", sans-serif;
    color: #161615
}

.events-list .event-item__content p {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    flex-grow: 1
}

.events-list .event-item__content__links {
    bottom: 0
}

@media screen and (min-width: 40em) {
    .events-list .event-item__content__links .btn-violet {
        padding-left: 22px;
        padding-right: 22px
    }
}

.events-list .event-item__content__links .btn-violet:hover {
    color: #fff !important
}

.events-list .block-top-border {
    border-top: 1px solid #E8E8E8;
    margin-top: 40px;
    margin-bottom: 30px
}

.events-list .block-top-border a {
    margin-top: 20px
}

.post-type-archive-wydarzenia .for-tenants {
    display: block;
    margin-bottom: 60px
}

@media screen and (min-width: 40em) {
    .post-type-archive-wydarzenia .for-tenants {
        margin-bottom: 80px
    }
}

.post-type-archive-wydarzenia .btn-white:hover,
.post-type-archive-wydarzenia .btn-violet:hover {
    color: rgba(53, 42, 128, 0.8) !important
}

.prev-month-link {
    padding-right: 60px
}

.next-month-link {
    padding-left: 60px
}

.month-calendar-icon {
    position: relative
}

.month-calendar-icon img {
    max-width: 20px;
    margin-top: -6px;
    cursor: pointer
}

.month-name-parent {
    position: relative;
    z-index: 999
}

.month-selector .monthpicker {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    z-index: 99;
    padding: 0;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    background-color: #352A80;
    border-radius: 6px;
    box-shadow: 5px 5px 5px -4px rgba(0, 0, 0, 0.18)
}

@media screen and (min-width: 40em) {
    .month-selector .monthpicker {
        max-width: 480px
    }
}

.month-selector .monthpicker .year-row {
    padding: 10px 15px;
    font-weight: bold;
    color: lightgrey;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.month-selector .monthpicker .year-row #prevYear,
.month-selector .monthpicker .year-row #nextYear {
    flex: 0 0 auto;
    color: lightgrey;
    cursor: pointer;
    font-weight: bold
}

.month-selector .monthpicker .year-row #currentYear {
    flex: 1
}

.month-selector .monthpicker .month-block {
    padding: 10px 15px 15px;
    background-color: #f8f8f8;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

.month-selector .monthpicker li {
    display: inline-block;
    font-size: 12px;
    padding: 10px;
    width: 100%;
    max-width: 150px;
    color: #352A80
}

.month-selector .monthpicker li:hover {
    background-color: rgba(217, 217, 217, 0.18)
}

.month-selector .monthpicker li:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px
}

.month-selector .monthpicker li a {
    color: #352A80
}

@media screen and (max-width: 39.937em) {
    .month-selector .monthpicker li {
        border: 1px solid lightgray;
        margin: 4px;
        border-radius: 6px
    }
}

.single-event-article {
    position: relative;
    padding-top: 30px
}

.single-event-article .title-navigation-row {
    margin-bottom: 30px
}

.single-event-article .hero-content {
    position: relative
}

.single-event-article .hero-content img {
    display: block;
    width: 100%
}

.single-event-article .hero-content__date-block {
    position: absolute;
    background-color: #93C01F;
    top: 0;
    left: 50px;
    padding: 14px;
    width: 94px;
    height: 94px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    color: #fff
}

@media screen and (min-width: 40em) {
    .single-event-article .hero-content__date-block {
        left: 100px;
        width: 164px;
        height: 164px;
        padding: 35px 26px
    }
}

@media screen and (min-width: 64em) {
    .single-event-article .hero-content__date-block {
        left: 168px;
        width: 184px;
        height: 184px;
        padding: 45px 28px
    }
}

.single-event-article .hero-content__date-block__inner-block {
    width: 100%
}

.single-event-article .hero-content__date-block span {
    font-size: 14px;
    font-weight: 900;
    display: block
}

@media screen and (max-width: 39.937em) {
    .single-event-article .hero-content__date-block span {
        line-height: 20px
    }
}

@media screen and (min-width: 40em) {
    .single-event-article .hero-content__date-block span {
        font-size: 17px
    }
}

.single-event-article .hero-content__date-block .weekday-name {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize
}

@media screen and (min-width: 40em) {
    .single-event-article .hero-content__date-block .weekday-name {
        font-size: 20px
    }
}

.single-event-article .hero-content__date-block .little-text {
    font-size: 12px
}

@media screen and (min-width: 40em) {
    .single-event-article .hero-content__date-block .little-text {
        padding-top: 4px
    }
}

.single-event-article .hero-content__inner-content {
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 50px;
    top: 45%;
    width: 80%;
    color: #fff
}

@media screen and (min-width: 40em) {
    .single-event-article .hero-content__inner-content {
        bottom: unset;
        left: 100px;
        top: 65%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 380px
    }
}

@media screen and (min-width: 64em) {
    .single-event-article .hero-content__inner-content {
        left: 168px;
        top: 50%
    }
}

.single-event-article .hero-content__inner-content .event-category {
    display: block;
    font-weight: 900;
    padding-bottom: 4px
}

.single-event-article .hero-content__inner-content h1 {
    font-family: "Red Hat Display", sans-serif;
    font-size: 20px;
    padding-bottom: 0px;
    line-height: 40px
}

@media screen and (max-width: 39.937em) {
    .single-event-article .hero-content__inner-content h1 {
        line-height: 22px
    }
}

@media screen and (min-width: 40em) {
    .single-event-article .hero-content__inner-content h1 {
        text-shadow: 0px 0px 9px #000;
        font-size: 34px;
        padding-bottom: 20px
    }
}

@media screen and (min-width: 64em) {
    .single-event-article .hero-content__inner-content h1 {
        font-size: 40px
    }
}

.single-event-article .hero-content .prev-next-navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    z-index: 99
}

.single-event-article .hero-content .prev-next-navigation .prev-link,
.single-event-article .hero-content .prev-next-navigation .next-link {
    width: 45px;
    height: 45px;
    background-color: #F7F7F7;
    color: #352A80;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 900;
    transition: width 0.6s;
    overflow-x: hidden
}

.single-event-article .hero-content .prev-next-navigation .prev-link span,
.single-event-article .hero-content .prev-next-navigation .next-link span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    opacity: 0;
    font-size: 12px;
    line-height: 12px;
    padding-top: 2px;
    font-weight: 900;
    overflow-x: hidden;
    transition: opacity cubic-bezier(0, 0.52, 1, 1) 0.1s
}

.single-event-article .hero-content .prev-next-navigation .prev-link:hover,
.single-event-article .hero-content .prev-next-navigation .next-link:hover {
    width: 132px;
    transition-duration: 0.2s
}

.single-event-article .hero-content .prev-next-navigation .prev-link:hover span,
.single-event-article .hero-content .prev-next-navigation .next-link:hover span {
    opacity: 1;
    transition-duration: 0.6s
}

.single-event-article .hero-content .prev-next-navigation .prev-link {
    margin-left: -4px;
    padding: 9px 18px;
    text-align: left
}

.single-event-article .hero-content .prev-next-navigation .prev-link span {
    left: 30px
}

.single-event-article .hero-content .prev-next-navigation .next-link {
    margin-right: -4px;
    padding: 9px 18px;
    text-align: right
}

.single-event-article .hero-content .prev-next-navigation .next-link span {
    right: 30px
}

.single-event-article .entry-content__inner-block {
    position: relative;
    width: 100%;
    color: #161615;
    background-color: #fff;
    padding-top: 16px
}

@media screen and (min-width: 40em) {
    .single-event-article .entry-content__inner-block {
        padding: 30px 36px 0
    }
}

@media screen and (min-width: 64em) {
    .single-event-article .entry-content__inner-block {
        max-width: 752px;
        padding: 34px 36px 0;
        margin-left: 260px;
        margin-top: -100px
    }
}

.single-event-article .entry-content__inner-block__intro p {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px
}

.single-event-article .entry-content__inner-block__content {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 20px
}

.single-event-article .entry-content__inner-block__content p {
    font-size: 14px;
    line-height: 28px
}

.less-round {
    border-radius: 13px;
    margin-bottom: 6px
}

@media screen and (max-width: 39.937em) {
    .less-round {
        display: block;
        width: 100%
    }
}

.event-category-mobile {
    margin-top: 20px;
    display: block;
    padding-bottom: 10px;
    font-weight: bold
}

.event-footer-ticket-link {
    display: inline-block;
    margin-right: 10px;
    border-radius: 13px;
    margin-bottom: 10px;
    padding: 10px 20px;
    font-size: 11px
}

.kasa-i-bilety .kib-blocks {
    margin-top: 60px;
    margin-bottom: 60px
}

.kasa-i-bilety .kib-blocks__container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: minmax(836px, auto);
    row-gap: 30px
}

@media screen and (min-width: 40em) {
    .kasa-i-bilety .kib-blocks__container {
        row-gap: 60px
    }
}

.kasa-i-bilety .kib-blocks__container__item {
    position: relative
}

.kasa-i-bilety .kib-blocks__container__item img {
    width: 100%
}

@media screen and (min-width: 40em) {
    .kasa-i-bilety .kib-blocks__container__item img {
        max-width: 644px
    }
}

.kasa-i-bilety .kib-blocks__container__item__info {
    position: relative;
    margin: -60px 20px 0;
    background-color: #fff;
    padding: 20px;
    color: #161615
}

@media screen and (min-width: 40em) {
    .kasa-i-bilety .kib-blocks__container__item__info {
        margin: unset;
        position: absolute;
        bottom: 0;
        right: 0;
        max-width: 710px;
        padding: 40px 40px 0
    }
}

.kasa-i-bilety .kib-blocks__container__item__info h2 {
    font-size: 30px;
    line-height: 32px;
    padding-bottom: 12px
}

@media screen and (min-width: 40em) {
    .kasa-i-bilety .kib-blocks__container__item__info h2 {
        font-size: 34px;
        line-height: 36px
    }
}

@media screen and (min-width: 64em) {
    .kasa-i-bilety .kib-blocks__container__item__info h2 {
        font-size: 40px;
        line-height: 40px
    }
}

.kasa-i-bilety .kib-blocks__container__item__info__excerpt {
    font-size: 18px
}

.kasa-i-bilety .kib-blocks__container__item__info__content {
    font-size: 14px
}

.kasa-i-bilety .kib-blocks__container__item__info .ico-btn {
    width: 100%;
    text-align: center;
    text-transform: uppercase
}

@media screen and (min-width: 40em) {
    .kasa-i-bilety .kib-blocks__container__item__info .ico-btn {
        width: auto;
        padding: 10px 40px
    }
}

.kasa-i-bilety .kib-blocks__container__item__info .ico-btn span {
    display: inline-block;
    padding-right: 14px
}

.kasa-i-bilety .kib-blocks__container__item__info .ico-btn span:after {
    top: 0;
    right: -8px
}

.dip-google-map {
    margin-bottom: 60px
}

.dip-google-map img {
    margin-bottom: 30px
}

.dip-menu {
    background-color: #F7F7F7;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 32px
}

.dip-menu>div {
    height: 100%
}

.dip-menu ul {
    list-style: none;
    margin: 0;
    text-transform: uppercase;
    color: #352A80;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.dip-menu ul li {
    position: relative;
    font-size: 12px;
    font-weight: 900;
    background-color: #F4F4F4;
    transition: background-color .2s ease-in-out;
    flex-grow: 1;
    width: 50%;
    height: 78px
}

@media screen and (min-width: 40em) {
    .dip-menu ul li {
        width: auto
    }
}

.dip-menu ul li:not(.active):hover {
    background-color: #E8E8E8
}

.dip-menu ul li a {
    color: #352A80;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    text-decoration: none
}

.dip-menu ul li.active {
    background-color: #4DB9AF;
    color: #fff
}

.dip-menu ul li.active a {
    color: white
}

.dip-menu ul .icon a {
    position: relative;
    padding-left: 70px
}

.dip-menu ul .icon a:before {
    content: "";
    position: absolute;
    display: block;
    width: 45px;
    height: 45px;
    left: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.dip-menu ul .icon-car2 a:before {
    background-image: url("../images/dojazd-i-parking/ico-car.svg")
}

.dip-menu ul .icon-bus a:before {
    background-image: url("../images/dojazd-i-parking/ico-bus.svg")
}

.dip-menu ul .icon-train a:before {
    background-image: url("../images/dojazd-i-parking/ico-train.svg")
}

.dip-menu ul .icon-plane a:before {
    background-image: url("../images/dojazd-i-parking/ico-plane.svg")
}

.dip-menu ul .icon.active a:before {
    -webkit-filter: brightness(100);
    filter: brightness(100)
}

.dip__content-block {
    margin-bottom: 60px
}

.dip__content-block h2 {
    font-size: 26px;
    font-weight: 600
}

.dip__content-block p {
    font-size: 14px;
    line-height: 28px
}

.dip__content-block a {
    color: #352A80;
    text-decoration: underline
}

.dip__content-block .ico-btn {
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 18px
}

.schedule-list {
    margin: 0;
    list-style: none
}

.schedule-list__item {
    display: block;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    margin-bottom: 16px;
    height: 62px
}

.schedule-list__item div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 19px;
    padding-right: 19px
}

.schedule-list__item__number {
    background-color: #F7F7F7;
    border-radius: 12px;
    width: 62px
}

.schedule-list__item__info {
    width: 100%;
    text-align: center
}

.schedule-list__item__stop-name {
    background-color: #F7F7F7;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 12px;
    width: 100%;
    max-width: 210px;
    text-align: center
}

@media screen and (min-width: 64em) {
    .o-szczecinie .dip-menu {
        max-width: 882px
    }
}

.o-szczecinie .dip-menu ul .icon-castle a:before {
    background-image: url("../images/o-szczecinie/ico-castle.svg")
}

.o-szczecinie .dip-menu ul .icon-circle a:before {
    background-image: url("../images/o-szczecinie/ico-circle.svg")
}

.o-szczecinie .dip-menu ul .icon-info a:before {
    background-image: url("../images/o-szczecinie/ico-info.svg")
}

.o-szczecinie .kib-blocks {
    margin-top: 60px;
    margin-bottom: 60px
}

.o-szczecinie .kib-blocks__container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: minmax(562px, auto);
    row-gap: 30px
}

@media screen and (min-width: 40em) {
    .o-szczecinie .kib-blocks__container {
        row-gap: 60px
    }
}

.o-szczecinie .kib-blocks__container__item {
    position: relative
}

.o-szczecinie .kib-blocks__container__item img {
    width: 100%;
    display: block;
    margin-bottom: 30px
}

@media screen and (min-width: 40em) {
    .o-szczecinie .kib-blocks__container__item img {
        display: block;
        margin-left: auto;
        margin-right: auto
    }
}

.o-szczecinie .kib-blocks__container__item__info {
    position: relative;
    background-color: #fff;
    padding: 20px;
    color: #161615
}

@media screen and (min-width: 40em) {
    .o-szczecinie .kib-blocks__container__item__info {
        padding: 0
    }
}

.o-szczecinie .kib-blocks__container__item__info h2 {
    font-size: 30px;
    line-height: 32px;
    padding-bottom: 12px
}

@media screen and (min-width: 40em) {
    .o-szczecinie .kib-blocks__container__item__info h2 {
        font-size: 34px;
        line-height: 36px
    }
}

@media screen and (min-width: 64em) {
    .o-szczecinie .kib-blocks__container__item__info h2 {
        font-size: 40px;
        line-height: 40px
    }
}

.o-szczecinie .kib-blocks__container__item__info__excerpt {
    font-size: 18px
}

.o-szczecinie .kib-blocks__container__item__info__content {
    font-size: 14px
}

.o-szczecinie .kib-blocks__container__item__info .ico-btn {
    width: 100%;
    text-align: center;
    text-transform: uppercase
}

@media screen and (min-width: 40em) {
    .o-szczecinie .kib-blocks__container__item__info .ico-btn {
        width: auto;
        padding: 10px 40px
    }
}

.o-szczecinie .kib-blocks__container__item__info .ico-btn span {
    display: inline-block;
    padding-right: 14px
}

.o-szczecinie .kib-blocks__container__item__info .ico-btn span:after {
    top: 0;
    right: -8px
}

.faq-template {
    margin-bottom: 60px
}

.faq-template .faq-content-col {
    padding-top: 60px
}

@media screen and (min-width: 40em) {
    .faq-template .faq-content-col {
        overflow: auto
    }
}

.faq-template .faq-static-col {
    padding-top: 60px
}

@media screen and (min-width: 40em) {
    .faq-template .faq-static-col {
        position: fixed;
        right: 0
    }
}

.faq-template .faq-static-col img {
    width: 100%;
    max-width: 500px
}

.faq-template h3 {
    font-size: 26px;
    font-weight: 600;
    color: #161615;
    display: block;
    margin-top: 30px
}

.faq-template input {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.faq-template .tab {
    width: 100%;
    color: #352A80;
    overflow: hidden
}

.faq-template .tab-label {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    text-transform: uppercase;
    font-weight: 900;
    cursor: pointer
}

.faq-template .tab-label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all .35s
}

.faq-template .tab-content {
    border-bottom: 1px solid #E8E8E8;
    font-size: 14px;
    max-height: 0;
    padding: 0;
    color: #161615;
    transition: all .35s
}

.faq-template .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: red;
    cursor: pointer
}

.faq-template .tab-close:hover {
    background: #c00
}

.faq-template input:checked+.tab-label {
    color: #4DB9AF
}

.faq-template input:checked+.tab-label::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.faq-template input:checked~.tab-content {
    max-height: 100vh;
    padding: 1em 0
}

.faq-template .documents-download {
    margin-top: 30px
}

.contact-template .page-form-container__image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.contact-template .page-form-container__form {
    background-color: #F7F7F7;
    padding: 26px 16px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center
}

@media screen and (min-width: 40em) {
    .contact-template .page-form-container__form {
        padding: 36px
    }
}

@media screen and (min-width: 64em) {
    .contact-template .page-form-container__form {
        padding: 50px
    }
}

.contact-template .page-form-container__form .form-stage input,
.contact-template .page-form-container__form .form-stage textarea {
    border: none;
    border-bottom: 1px solid #E8E8E8;
    padding: 15px 12px;
    background: none;
    margin-bottom: 6px;
    width: 100%;
    color: #000;
    font-size: 12px;
    font-weight: 900
}

.contact-template .page-form-container__form .form-stage input:hover,
.contact-template .page-form-container__form .form-stage textarea:hover {
    border-bottom: 1px solid #352A80
}

.contact-template .page-form-container__form .form-stage input:hover::-webkit-input-placeholder,
.contact-template .page-form-container__form .form-stage textarea:hover::-webkit-input-placeholder {
    color: rgba(53, 42, 128, 0.6)
}

.contact-template .page-form-container__form .form-stage input:hover::-moz-placeholder,
.contact-template .page-form-container__form .form-stage textarea:hover::-moz-placeholder {
    color: rgba(53, 42, 128, 0.6)
}

.contact-template .page-form-container__form .form-stage input:hover:-ms-input-placeholder,
.contact-template .page-form-container__form .form-stage textarea:hover:-ms-input-placeholder {
    color: rgba(53, 42, 128, 0.6)
}

.contact-template .page-form-container__form .form-stage input:hover::placeholder,
.contact-template .page-form-container__form .form-stage textarea:hover::placeholder {
    color: rgba(53, 42, 128, 0.6)
}

.contact-template .page-form-container__form .form-stage textarea {
    font-weight: 900;
    margin-bottom: 0
}

.contact-template .page-form-container__form .form-stage ::-webkit-input-placeholder {
    font-weight: 900;
    color: #352A80;
    font-size: 12px;
    opacity: 1
}

.contact-template .page-form-container__form .form-stage ::-moz-placeholder {
    font-weight: 900;
    color: #352A80;
    font-size: 12px;
    opacity: 1
}

.contact-template .page-form-container__form .form-stage :-ms-input-placeholder {
    font-weight: 900;
    color: #352A80;
    font-size: 12px;
    opacity: 1
}

.contact-template .page-form-container__form .form-stage ::placeholder {
    font-weight: 900;
    color: #352A80;
    font-size: 12px;
    opacity: 1
}

.contact-template .page-form-container__form .form-stage .has-error input,
.contact-template .page-form-container__form .form-stage .has-error textarea {
    background-color: red;
    color: #fff
}

.contact-template .page-form-container__form .form-stage .has-error ::-webkit-input-placeholder {
    color: #fff
}

.contact-template .page-form-container__form .form-stage .has-error ::-moz-placeholder {
    color: #fff
}

.contact-template .page-form-container__form .form-stage .has-error :-ms-input-placeholder {
    color: #fff
}

.contact-template .page-form-container__form .form-stage .has-error ::placeholder {
    color: #fff
}

.contact-template .page-form-container__form .ico-btn {
    font-size: 12px;
    padding-top: 14px;
    padding-bottom: 14px
}

.contact-template .page-form-container .submit-button {
    margin-top: 20px
}

.contact-template h2 {
    text-align: left;
    font-size: 30px;
    font-family: "Red Hat Display", sans-serif;
    color: #161615
}

@media screen and (min-width: 40em) {
    .contact-template h2 {
        font-size: 36px
    }
}

@media screen and (min-width: 64em) {
    .contact-template h2 {
        font-size: 40px
    }
}

.sent-ok-stage {
    display: none
}

.error-block {
    color: red;
    font-size: 12px;
    font-weight: 600;
    text-align: left
}

.contact-blocks {
    margin-top: 60px;
    margin-bottom: 60px
}

.contact-blocks__container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px
}

@media screen and (min-width: 40em) {
    .contact-blocks__container {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: minmax(480px, auto);
        row-gap: 60px
    }
}

.contact-blocks__container__item {
    position: relative
}

@media screen and (max-width: 39.937em) {
    .contact-blocks__container__item img {
        width: 100%
    }
}

@media screen and (min-width: 40em) {
    .contact-blocks__container__item img {
        max-width: 276px;
        margin-right: auto;
        margin-left: auto;
        display: block
    }
}

@media screen and (min-width: 64em) {
    .contact-blocks__container__item img {
        margin-left: 0;
        margin-right: unset
    }
}

.contact-blocks__container__item__info {
    position: relative;
    margin: -60px 20px 0;
    background-color: #fff;
    padding: 20px;
    color: #161615
}

@media screen and (min-width: 64em) {
    .contact-blocks__container__item__info {
        margin: unset;
        position: absolute;
        bottom: 0;
        right: 0
    }
}

@media screen and (min-width: 40em) {
    .contact-blocks__container__item__info {
        padding: 40px 40px 0
    }
}

.contact-blocks__container__item__info span {
    display: block
}

.contact-blocks__container__item__info .contact-block-title {
    font-size: 24px;
    font-weight: 900;
    line-height: 28px
}

@media screen and (min-width: 64em) {
    .contact-blocks__container__item__info .contact-block-title {
        width: 280px
    }
}

.contact-blocks__container__item__info .contact-block-name {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px
}

.contact-blocks__container__item__info .contact-block-link {
    font-size: 14px;
    font-weight: 600;
    color: #352A80;
    margin-top: 4px;
    margin-bottom: 14px
}

@media screen and (min-width: 40em) {
    .contact-blocks__container__item__info .ico-btn {
        width: 100%;
        text-align: center;
        padding: 10px 40px
    }

    .contact-blocks__container__item__info .ico-btn span {
        display: inline-block;
        padding-right: 14px
    }

    .contact-blocks__container__item__info .ico-btn span:after {
        top: 0;
        right: -8px
    }
}

.contact-blocks__container__wide-block .contact-blocks__container__item__info {
    position: relative;
    margin: -60px 20px 0
}

@media screen and (min-width: 40em) {
    .contact-blocks__container__wide-block .contact-blocks__container__item__info {
        margin: unset;
        position: absolute;
        bottom: 0;
        right: -50%;
        -webkit-transform: translateX(-12%);
        transform: translateX(-12%)
    }

    .contact-blocks__container__wide-block .contact-blocks__container__item__info .ico-btn {
        width: auto
    }
}

@media screen and (min-width: 64em) {
    .contact-blocks__container__wide-block .contact-blocks__container__item__info {
        -webkit-transform: translateX(-34%);
        transform: translateX(-34%)
    }
}

.violet-link {
    color: #352A80
}

.violet-link:hover {
    color: #352A80
}

.business-container {
    margin-top: 100px;
    font-family: "Red Hat Display", sans-serif;
    overflow-x: hidden
}

.business-container h1 {
    font-size: 1.25rem;
    font-weight: 800;
    color: #4DB9AF;
    text-transform: uppercase
}

.business-container h2 {
    font-family: "Red Hat Display", sans-serif;
    font-size: 2.25rem;
    font-weight: bold
}

.business-container h3 {
    font-family: "Red Hat Display", sans-serif;
    font-size: 1.625rem;
    font-weight: bold;
    margin: 15px 0
}

.business-container__link {
    display: flex;
    align-items: baseline
}

.business-container__link .icon {
    margin-right: 8px
}

.business-container .business-only-text p {
    font-size: 1.125rem
}

@media screen and (min-width: 40em) {
    .business-container .business-only-text p {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px;
        column-gap: 60px
    }
}

.business-container .business-video {
    position: relative;
    display: flex;
    align-items: center
}

.business-container .business-video button {
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer
}

@media screen and (min-width: 40em) {
    .business-container .business-video button {
        bottom: 30px
    }
}

.business-container .business-video__time-slider {
    display: none;
    position: absolute;
    bottom: 37px;
    left: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

.business-container .business-single-img {
    margin-top: 10px;
    cursor: pointer
}

.business-container .business-in-progress {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 300px;
    text-align: center
}

.business-container .business-in-progress h2 {
    font-weight: bold;
    font-size: 2.25rem;
    color: #352A80;
    display: inline-block;
    padding: 10px
}

@media screen and (min-width: 40em) {
    .business-container .business-text-half-width {
        width: 60%
    }
}

.menu-business-menu-container {
    margin: 40px 0 35px
}

@media screen and (min-width: 670px) and (max-width: 980px) {
    .menu-business-menu-container {
        background-color: #F7F7F7
    }
}

.menu-business-menu-container ul.business-menu {
    position: relative;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0
}

@media screen and (min-width: 670px) and (max-width: 980px) {
    .menu-business-menu-container ul.business-menu {
        max-width: 620px;
        margin: auto
    }
}

.menu-business-menu-container ul.business-menu li.active {
    background-color: #4DB9AF
}

.menu-business-menu-container ul.business-menu li.active a {
    color: #fff
}

.menu-business-menu-container ul.business-menu li.active.icon-offer:before {
    background-image: url("../images/business/icon_offer_hover.svg")
}

.menu-business-menu-container ul.business-menu li.active.icon-explore-arena:before {
    background-image: url("../images/business/icon_explore_area_hover.svg")
}

.menu-business-menu-container ul.business-menu li.active.icon-equipment:before {
    background-image: url("../images/business/icon_equipment_hover.svg")
}

.menu-business-menu-container ul.business-menu li.active.icon-advertising-space:before {
    background-image: url("../images/business/icon_pow_do_wyswietlen_space_hover.svg")
}

.menu-business-menu-container ul.business-menu li.active.icon-reservation-form:before {
    background-image: url("../images/business/icon_reservation_form_hover.svg")
}

.menu-business-menu-container .menu-item {
    height: 80px;
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #F7F7F7;
    transition: background-color .2s ease-in-out;
    width: 100%
}

@media screen and (min-width: 400px) {
    .menu-business-menu-container .menu-item {
        width: auto;
        flex: 1
    }
}

.menu-business-menu-container .menu-item:hover {
    background-color: #E8E8E8
}

.menu-business-menu-container .menu-item a {
    display: inline-block;
    color: #352a80;
    font-size: 0.875rem;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 16px;
    font-weight: 800
}

.menu-business-menu-container .menu-item.icon a {
    margin-left: 15px;
    flex: 1
}

.menu-business-menu-container .menu-item.icon:before {
    content: "";
    display: block;
    margin-left: 10px;
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right
}

.menu-business-menu-container .menu-item.icon-offer:before {
    background-image: url("../images/business/icon_offer.svg")
}

.menu-business-menu-container .menu-item.icon-explore-arena:before {
    background-image: url("../images/business/icon_explore_area.svg")
}

.menu-business-menu-container .menu-item.icon-equipment:before {
    background-image: url("../images/business/icon_equipment.svg")
}

.menu-business-menu-container .menu-item.icon-advertising-space:before {
    background-image: url("../images/business/icon_pow_do_wyswietlen_space.svg")
}

.menu-business-menu-container .menu-item.icon-reservation-form:before {
    background-image: url("../images/business/icon_registration_form.svg")
}

@media screen and (min-width: 980px) {
    .menu-business-menu-container .menu-item:first-child {
        border-radius: 12px 0 0 12px
    }
}

@media screen and (min-width: 980px) {
    .menu-business-menu-container .menu-item:last-child {
        border-radius: 0 12px 12px 0
    }
}

.menu-business-menu-container ul.business-menu.explore-area .menu-item {
    border-radius: 0
}

.menu-business-menu-container .sub-menu {
    display: none
}

.menu-business-menu-container .menu-item.active .sub-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: absolute;
    top: 400px;
    left: 0;
    margin-left: 0;
    margin-top: 3px
}

@media screen and (min-width: 400px) and (max-width: 481px) {
    .menu-business-menu-container .menu-item.active .sub-menu {
        top: 240px
    }
}

@media screen and (min-width: 481px) and (max-width: 670px) {
    .menu-business-menu-container .menu-item.active .sub-menu {
        top: 160px
    }
}

@media screen and (min-width: 670px) {
    .menu-business-menu-container .menu-item.active .sub-menu {
        flex-direction: row;
        flex-wrap: wrap
    }
}

@media screen and (min-width: 670px) and (max-width: 980px) {
    .menu-business-menu-container .menu-item.active .sub-menu {
        top: 160px
    }
}

@media screen and (min-width: 980px) {
    .menu-business-menu-container .menu-item.active .sub-menu {
        top: 80px
    }
}

.menu-business-menu-container .menu-item.active .sub-menu li {
    height: 50px;
    border-radius: 0;
    text-align: center
}

.menu-business-menu-container .menu-item.active .sub-menu li a {
    color: #352A80;
    margin-left: 0
}

.menu-business-menu-container .menu-item.active .sub-menu li.active a {
    color: #fff
}

.menu-business-menu-container ul.business-menu.explore-area {
    padding-bottom: 253px
}

@media screen and (min-width: 400px) and (max-width: 670px) {
    .menu-business-menu-container ul.business-menu.explore-area {
        padding-bottom: 183px
    }
}

@media screen and (min-width: 670px) {
    .menu-business-menu-container ul.business-menu.explore-area {
        padding-bottom: 53px
    }
}

.business-our-offer {
    font-family: "Red Hat Display", sans-serif;
    margin-top: 60px;
    color: #161615
}

.business-our-offer h2 {
    font-family: "Red Hat Display", sans-serif;
    font-size: 2rem;
    font-weight: normal
}

.business-our-offer__section {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 15px;
    margin-bottom: 30px
}

@media screen and (min-width: 40em) {
    .business-our-offer__section {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (min-width: 64em) {
    .business-our-offer__section {
        grid-template-columns: repeat(3, 1fr)
    }
}

.business-info-block {
    color: #151515c9;
    position: relative;
    padding-bottom: 20px;
    max-width: 355px
}

@media screen and (min-width: 40em) {
    .business-info-block {
        padding-bottom: 85px;
        max-width: unset
    }
}

.business-info-block__content {
    background-color: #fff;
    padding: 15px 20px
}

@media screen and (min-width: 40em) {
    .business-info-block__content {
        position: absolute;
        top: 150px;
        left: 50px;
        width: calc(100% - 50px)
    }
}

.business-info-block__title {
    font-size: 1.375rem;
    font-weight: 700
}

.business-info-block__texts {
    display: flex;
    justify-content: space-between;
    margin: 5px 0 15px
}

.business-info-block__texts span {
    display: block
}

.business-info-block__texts span:nth-child(2) {
    padding-right: 30px
}

.business-img-with-text {
    display: flex;
    flex-wrap: wrap
}

@media screen and (min-width: 64em) {
    .business-img-with-text {
        flex-wrap: nowrap
    }
}

.business-img-with-text--right {
    flex-direction: row-reverse
}

.business-img-with-text img {
    margin: auto
}

@media screen and (min-width: 64em) {
    .business-img-with-text img {
        margin: 0;
        max-width: 600px;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.business-img-with-text__content {
    background-color: #F7F7F7;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Red Hat Display", sans-serif;
    width: 100%;
    padding: 30px 10px 10px
}

@media screen and (min-width: 40em) {
    .business-img-with-text__content {
        padding: 30px 0 0
    }
}

.business-img-with-text__big-text {
    font-weight: bold;
    font-size: 1.375rem;
    max-width: 380px
}

.business-img-with-text__normal-text {
    max-width: 380px;
    line-height: 28px
}

.business-img-with-text__list {
    margin-top: 10px;
    margin-bottom: 30px;
    max-width: 380px
}

.business-img-with-text__list-item {
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.125rem;
    border-bottom: 1px solid #DBDBDB
}

.business-img-with-text__icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px
}

.business-img-with-text__icon-container span {
    background-position: center
}

.business-img-with-text__text {
    display: inline-block;
    flex: 1
}

.business-text-block__title {
    font-size: 2.25rem;
    font-weight: bold;
    margin-bottom: 10px
}

.business-text-block__wrapper {
    display: flex;
    flex-wrap: wrap
}

@media screen and (min-width: 40em) {
    .business-text-block__left {
        width: 50%
    }
}

.business-text-block__text {
    line-height: 28px
}

.business-text-block__list {
    width: 100%;
    margin-top: 10px
}

@media screen and (min-width: 40em) {
    .business-text-block__list {
        width: 50%;
        padding-left: 50px;
        margin-top: 0
    }
}

.business-text-block__list h5 {
    margin-top: 10px;
    font-size: 1.375rem;
    font-weight: bold
}

@media screen and (min-width: 40em) {
    .business-text-block__list h5 {
        margin-top: 0;
        margin-bottom: 10px
    }
}

.business-text-block__list-item {
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.125rem;
    border-bottom: 1px solid #DBDBDB
}

.business-text-block__list-item:first-child {
    padding-top: 0
}

.business-text-block__icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px
}

.business-text-block__icon-container span {
    background-position: center
}

.business-text-block__item-text {
    display: inline-block;
    flex: 1;
    padding-right: 5px;
    line-height: 21px
}

@media screen and (min-width: 40em) {
    .business-text-block__item-text {
        padding-right: 0;
        line-height: normal
    }
}

.business-layout-video {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    background-color: #F7F7F7
}

@media screen and (min-width: 40em) {

    .business-layout-video__left,
    .business-layout-video__right {
        width: 50%
    }
}

.business-layout-video__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px
}

@media screen and (min-width: 40em) {
    .business-layout-video__right {
        padding: 40px
    }
}

@media screen and (min-width: 64em) {
    .business-layout-video__right {
        padding: 80px
    }
}

.business-layout-video__text-title {
    font-size: 1.375rem;
    font-weight: bold
}

.business-layout-video__list {
    margin-top: 20px
}

.business-layout-video__list-item {
    display: flex;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.125rem;
    border-bottom: 1px solid #DBDBDB
}

.business-layout-video__item-title {
    font-size: 0.75rem;
    font-weight: bolder;
    line-height: 10px;
    text-transform: uppercase
}

.business-layout-video__item-text {
    font-size: 1.125rem
}

.business-layout-video__item-texts div:nth-child(2) {
    line-height: 15px
}

.business-layout-video__icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px
}

.business-layout-video__icon-container span {
    background-position: center
}

.business-layout-video__item-text {
    display: inline-block;
    flex: 1
}

.business-layout-video__text-under {
    margin-top: 30px
}

.business-photos {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px
}

@media screen and (min-width: 40em) {
    .business-photos {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (min-width: 64em) {
    .business-photos {
        grid-template-columns: repeat(4, 1fr)
    }
}

.business-photos__img {
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 100%
}

.business-photos__img:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 10px solid #4DB9AF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    opacity: 0;
    transition: opacity .2s ease-in-out;
    pointer-events: none
}

.business-photos__img:hover:after {
    opacity: 1
}

.form-template {
    border: none
}

.form-template .form-page-title {
    color: #161615;
    font-weight: 600;
    font-size: 26px
}

@media screen and (min-width: 40em) {
    .form-template .form-page-title {
        font-size: 40px
    }
}

.form-template h4 {
    font-size: 26px;
    font-weight: 700
}

.form-template .form-basic-info {
    background-color: #F7F7F7;
    color: #161615;
    padding: 30px
}

@media screen and (min-width: 40em) {
    .form-template .form-basic-info {
        padding: 50px 70px
    }
}

.form-template .form-basic-info .small-text {
    font-size: 12px;
    font-weight: 600
}

.form-template .form-basic-info p {
    font-size: 16px;
    font-weight: 600
}

.form-template .basic-info-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

@media screen and (min-width: 40em) {
    .form-template .basic-info-container {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media screen and (min-width: 64em) {
    .form-template .basic-info-container {
        grid-template-columns: repeat(3, 1fr)
    }
}

.form-template ::-webkit-input-placeholder {
    color: #352A80;
    font-size: 12px;
    font-weight: 700
}

.form-template ::-moz-placeholder {
    color: #352A80;
    font-size: 12px;
    font-weight: 700
}

.form-template :-ms-input-placeholder {
    color: #352A80;
    font-size: 12px;
    font-weight: 700
}

.form-template ::placeholder {
    color: #352A80;
    font-size: 12px;
    font-weight: 700
}

.form-template input[type="text"],
.form-template input[type="email"],
.form-template input[type="tel"] {
    border: none;
    box-shadow: none;
    background: none;
    border-bottom: 1px solid #E8E8E8 !important;
    color: #161615;
    font-size: 12px;
    font-weight: 700;
    width: 100%;
    height: 45px
}

.form-template input[type="text"]:focus,
.form-template input[type="email"]:focus,
.form-template input[type="tel"]:focus {
    border-bottom: 1px solid
}

.form-template input[type="text"]:focus::-webkit-input-placeholder,
.form-template input[type="email"]:focus::-webkit-input-placeholder,
.form-template input[type="tel"]:focus::-webkit-input-placeholder {
    opacity: 0.6
}

.form-template input[type="text"]:focus::-moz-placeholder,
.form-template input[type="email"]:focus::-moz-placeholder,
.form-template input[type="tel"]:focus::-moz-placeholder {
    opacity: 0.6
}

.form-template input[type="text"]:focus:-ms-input-placeholder,
.form-template input[type="email"]:focus:-ms-input-placeholder,
.form-template input[type="tel"]:focus:-ms-input-placeholder {
    opacity: 0.6
}

.form-template input[type="text"]:focus::placeholder,
.form-template input[type="email"]:focus::placeholder,
.form-template input[type="tel"]:focus::placeholder {
    opacity: 0.6
}

.form-template .form-section {
    margin-top: 48px
}

.form-template .form-section a {
    color: #352A80;
    text-decoration: underline
}

.form-template input[type="checkbox"],
.form-template input[type="radio"] {
    display: none;
    position: absolute;
    left: -9999px
}

.form-template label {
    display: block;
    position: relative;
    cursor: pointer;
    position: relative;
    text-align: center
}

.form-template label span {
    position: relative;
    text-transform: uppercase
}

.form-template label span:before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    background: url("../images/form/ico-checked-violet.svg") no-repeat center center;
    width: 19px;
    height: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none
}

.form-template .img-checkbox-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 32px
}

@media screen and (min-width: 40em) {
    .form-template .img-checkbox-container {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media screen and (min-width: 64em) {
    .form-template .img-checkbox-container {
        grid-template-columns: repeat(5, 1fr)
    }
}

.form-template .img-checkbox-container label .input-bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.form-template .img-checkbox-container label .img-checkbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background-color .3s
}

.form-template .img-checkbox-container label .label-text {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center
}

.form-template .img-checkbox-container label:hover .img-checkbox-overlay {
    background: #352A80
}

.form-template .img-checkbox-container label:hover span:before {
    background: url("../images/form/ico-checked.svg") no-repeat center center;
    display: block
}

.form-template .img-checkbox-container input[type="radio"]:checked+label .img-checkbox-overlay {
    background-color: #4DB9AF
}

.form-template .img-checkbox-container input[type="radio"]:checked+label:hover span:before {
    display: none
}

.form-template .text-checkbox-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 16px;
    margin-top: 32px
}

@media screen and (min-width: 64em) {
    .form-template .text-checkbox-container {
        grid-template-columns: repeat(4, 1fr)
    }
}

.form-template .text-checkbox-container label {
    background: #F7F7F7;
    padding: 23px 53px;
    font-size: 12px;
    font-weight: 700;
    color: #352A80
}

.form-template .text-checkbox-container label:hover {
    background: #E8E8E8
}

.form-template .text-checkbox-container label:hover span {
    display: block
}

.form-template .text-checkbox-container label:hover span:before {
    display: block;
    background: url("../images/form/ico-checked-violet.svg") no-repeat center center
}

.form-template .text-checkbox-container :checked+label {
    background: #352A80;
    color: #fff
}

.form-template .text-checkbox-container :checked+label span {
    display: block
}

.form-template .text-checkbox-container :checked+label span:before {
    display: block;
    background: url("../images/form/ico-checked.svg") no-repeat center center
}

.form-template .organizacja-form {
    grid-template-columns: repeat(2, 1fr)
}

.form-template .people-number .numberstyle-qty {
    background-color: #F7F7F7;
    height: 60px;
    border-bottom: 1px solid #E8E8E8;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

@media screen and (min-width: 40em) {
    .form-template .people-number .numberstyle-qty {
        max-width: 260px
    }
}

.form-template .people-number .numberstyle-qty input[type="number"],
.form-template .people-number .numberstyle-qty .qty-btn {
    position: relative;
    display: block;
    background-color: #F7F7F7;
    height: 60px;
    padding: 0;
    margin: 0;
    border: 0px;
    outline: 0;
    text-align: center;
    width: 100%;
    line-height: 60px
}

.form-template .people-number .numberstyle-qty .qty-btn {
    font-size: 22px;
    cursor: pointer;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 250ms ease;
    font-weight: 700;
    background-color: #E8E8E8
}

.form-template .people-number .numberstyle-qty .qty-btn.disabled {
    cursor: default;
    color: rgba(53, 42, 128, 0.5)
}

.form-template .people-number .numberstyle-qty input[type="number"] {
    color: #352A80;
    font-size: 18px;
    font-weight: 700;
    z-index: 1
}

.form-template .people-number .numberstyle-qty input:focus {
    outline: 0
}

.form-template .people-number .numberstyle-qty input[type=number]::-webkit-inner-spin-button,
.form-template .people-number .numberstyle-qty input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.form-template .people-number .numberstyle-qty input[type=number] {
    -moz-appearance: textfield
}

.form-template .extra-info textarea {
    margin-top: 20px;
    border: none;
    box-shadow: none;
    background: none;
    border-bottom: 1px solid #E8E8E8;
    color: #161615;
    font-size: 12px;
    font-weight: 700;
    width: 100%;
    height: 45px
}

.form-template .extra-info textarea:focus::-webkit-input-placeholder {
    opacity: 0.6
}

.form-template .extra-info textarea:focus::-moz-placeholder {
    opacity: 0.6
}

.form-template .extra-info textarea:focus:-ms-input-placeholder {
    opacity: 0.6
}

.form-template .extra-info textarea:focus::placeholder {
    opacity: 0.6
}

.form-template .checkbox-group {
    position: relative;
    width: 100%
}

.form-template .checkbox-group [type="checkbox"] {
    display: inline-block
}

.form-template .checkbox-group [type="checkbox"]:checked,
.form-template .checkbox-group [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px
}

.form-template .checkbox-group [type="checkbox"]:checked+label,
.form-template .checkbox-group [type="checkbox"]:not(:checked)+label {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-size: 14px;
    color: #161615
}

.form-template .checkbox-group [type="checkbox"]:checked+label:before,
.form-template .checkbox-group [type="checkbox"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    width: 29px;
    height: 29px;
    border: 3px solid #352A80;
    border-radius: 7px
}

.form-template .checkbox-group [type="checkbox"]:checked+label:before:hover,
.form-template .checkbox-group [type="checkbox"]:not(:checked)+label:before:hover {
    border: 3px solid #9994BF
}

.form-template .checkbox-group [type="checkbox"]:checked+label:before {
    background-color: #352A80
}

.form-template .checkbox-group [type="checkbox"]:checked+label:after,
.form-template .checkbox-group [type="checkbox"]:not(:checked)+label:after {
    border-bottom: calc(2px + .07em) solid #fff;
    border-left: calc(2px + .07em) solid #fff;
    content: '';
    font-size: 16px;
    width: 16px;
    height: 10px;
    top: 2px;
    left: 7px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.form-template .active-calendar {
    background: url("../images/form/calendar-bg.png") no-repeat center center;
    background-size: cover;
    padding: 30px 60px;
    display: flex;
    align-items: center
}

.form-template .active-calendar p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: block
}

.form-template .preview-calendar {
    background: #F7F7F7;
    height: auto;
    padding: 20px 30px 40px
}

.form-template .preview-calendar p {
    color: #161615;
    font-size: 18px;
    font-weight: 700;
    display: block;
    padding-bottom: 10px
}

.form-template .preview-calendar .bk_calendar_frame {
    margin: auto
}

.form-template .submit-button {
    padding: 12px 64px 12px 36px;
    background-color: #352A80;
    border-radius: 20px;
    color: #fff
}

@media screen and (max-width: 39.937em) {
    .form-template .submit-button {
        margin-top: 40px
    }
}

.form-template .submit-button span {
    position: relative;
    font-size: 12px;
    font-weight: 900
}

.form-template .submit-button span:after {
    content: "";
    position: absolute;
    right: -26px;
    top: 1px;
    z-index: 10;
    width: 15px;
    height: 12px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS4wMDMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNS4wMDMgMTIiPgogIDxwYXRoIGlkPSJJY29uIiBkPSJNMTUyLjk1OC4xNzVoNS41NzhBMS44NDYsMS44NDYsMCwwLDEsMTYwLjQ2NSwyLjFxMCw0LjA3OCwwLDguMTU1YTEuODQ2LDEuODQ2LDAsMCwxLTEuOTE3LDEuOTIxSDE0Ny4zNzZhMS44NDcsMS44NDcsMCwwLDEtMS45MTMtMS45MDhxMC00LjA5MywwLTguMTg2YTEuODQ2LDEuODQ2LDAsMCwxLDEuOS0xLjloNS41OTRNMTQ2LjQ2MywzLjZ2LjE3MnEwLDMuMjQxLDAsNi40ODJhLjg1MS44NTEsMCwwLDAsLjkyNC45MjNoMTEuMTU1YS44NTEuODUxLDAsMCwwLC45MjMtLjkyNHEwLTMuMjQxLDAtNi40ODJWMy42Yy0uMDc3LjA0Ny0uMTMuMDc4LS4xODEuMTExcS0yLjk3NCwxLjkxMS01Ljk0NywzLjgyNWEuNjE0LjYxNCwwLDAsMS0uNzQ3LDBxLTIuOTc1LTEuOTI0LTUuOTYtMy44MzRjLS4wNDctLjAzLS4wOTUtLjA1Ny0uMTY3LS4xbTYuNTA5LTIuNDIzaC01LjYyM2EuODQxLjg0MSwwLDAsMC0uODczLjcxMWMtLjAxOS4xMTcsMCwuMjQtLjAxNS4zNThhLjIzMy4yMzMsMCwwLDAsLjEzOC4yNDdxMy4xMjcsMiw2LjI0OCw0LjAxN2EuMTkyLjE5MiwwLDAsMCwuMjQ3LS4wMDhxMy4wNTctMS45Nyw2LjEyLTMuOTI5YS40NjcuNDY3LDAsMCwwLC4yNTgtLjQ2Ny44NjYuODY2LDAsMCwwLS45MzgtLjkyOWgtNS41NjEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNDUuNDYzIC0wLjE3NSkiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==") no-repeat center center
}

.form-template .submit-button:hover {
    background-color: #9994BF;
    cursor: pointer
}

.preview-calendar .datepick-inline {
    background: transparent;
    border: none !important;
    box-shadow: none !important;
    border-radius: 3px
}

.preview-calendar .datepick-inline .datepick {
    background: #F7F7F7 !important
}

.preview-calendar .datepick-inline .calendar-links {
    background-color: transparent;
    border-bottom: none !important
}

.preview-calendar .datepick-inline .calendar-links .datepick-prev a,
.preview-calendar .datepick-inline .calendar-links .datepick-next a,
.preview-calendar .datepick-inline .calendar-links .datepick-prev a:hover,
.preview-calendar .datepick-inline .calendar-links .datepick-next a:hover {
    color: #352A80;
    font-weight: 600;
    text-shadow: 0 1px 0 #eee
}

.preview-calendar .datepick-inline .datepick-header {
    color: #352A80 !important;
    font-weight: 700 !important;
    text-shadow: 0 1px 0 #fff
}

.preview-calendar div.datepick-inline .datepick-title-row th {
    border: none !important;
    color: #8F8F8F !important;
    font-weight: 700 !important;
    text-transform: lowercase !important
}

.preview-calendar .block_hints .block_free,
.preview-calendar .block_hints .block_time,
.preview-calendar .block_hints .block_booked,
.preview-calendar .block_hints .block_pending,
.preview-calendar .block_hints .block_check_in_out,
.preview-calendar .datepick-inline .datepick-days-cell {
    border: none !important;
    color: #aaa
}

.preview-calendar .block_hints .block_free,
.preview-calendar .block_hints .block_time,
.preview-calendar .block_hints .block_check_in_out div.check-in-div,
.preview-calendar .block_hints .block_check_in_out div.check-out-div,
.preview-calendar .datepick-inline .date_available,
.preview-calendar .datepick-inline .timespartly.check_in_time div.check-in-div,
.preview-calendar .datepick-inline .timespartly.check_out_time div.check-out-div {
    background: none repeat scroll 0 0 #F7F7F7
}

.preview-calendar .block_hints .block_free,
.preview-calendar .datepick-inline .date_available,
.preview-calendar .datepick-inline .date_available.datepick-unselectable {
    color: #CCCCCC;
    text-shadow: none !important
}

.preview-calendar .block_hints .block_free a,
.preview-calendar .block_hints .block_time,
.preview-calendar .datepick-inline .date_available a {
    color: #161615;
    font-weight: 600;
    text-shadow: 0 1px 0 #eee
}

.preview-calendar .datepick-inline .date_available.datepick-unselectable span {
    text-shadow: none
}

.preview-calendar .block_hints .block_time,
.preview-calendar .datepick-inline .timespartly {
    background-repeat: no-repeat;
    background-position: 100% 100%
}

.preview-calendar .block_hints .date_approved.block_check_in_out,
.preview-calendar .block_hints .block_booked,
.preview-calendar .datepick-inline .date_approved,
.preview-calendar td.timespartly.check_in_time.check_out_time.check_in_time_date2approve.check_out_time_date_approved div.check-in-div,
.preview-calendar td.timespartly.check_in_time.check_out_time.check_out_time_date2approve.check_in_time_date_approved div.check-out-div {
    background-color: #DB1D1D;
    cursor: pointer !important
}
.date_approved1{
    background-color: #DB1D1D !important;
    cursor: pointer !important;
    color:#fff !important;
}

.preview-calendar .block_hints .date_approved.block_check_in_out,
.preview-calendar .block_hints .block_booked,
.preview-calendar .datepick-inline .date_approved,
.preview-calendar .block_hints .block_booked a,
.preview-calendar .datepick-inline .date_approved a {
    color: #fff;
    font-weight: 600;
    text-shadow: none !important;
    font-size: 24px !important
}

.preview-calendar .block_hints .date_approved.block_check_in_out div.check-in-div,
.preview-calendar .datepick-inline .date_approved.timespartly.check_in_time div.check-in-div {
    border-right: none !important
}

.preview-calendar .block_hints .date_approved.block_check_in_out div.check-out-div,
.preview-calendar .datepick-inline .date_approved.timespartly.check_out_time div.check-out-div {
    border-left: none !important
}

.preview-calendar .block_hints .date2approve.block_check_in_out,
.preview-calendar .block_hints .block_pending,
.preview-calendar .datepick-inline .date2approve,
.preview-calendar td.timespartly.check_in_time.check_out_time.check_in_time_date_approved.check_out_time_date2approve div.check-in-div,
.preview-calendar td.timespartly.check_in_time.check_out_time.check_out_time_date_approved.check_in_time_date2approve div.check-out-div {
    background-color: #F7F7F7;
    cursor: pointer !important
}

.preview-calendar .block_hints .date2approve.block_check_in_out,
.preview-calendar .block_hints .block_pending,
.preview-calendar .datepick-inline .date2approve,
.preview-calendar .block_hints .block_pending a,
.preview-calendar .datepick-inline .date2approve a {
    color: #161615;
    font-weight: 600;
    text-shadow: none !important
}

.preview-calendar .block_hints .date2approve.block_check_in_out div.check-in-div,
.preview-calendar .datepick-inline .date2approve.timespartly.check_in_time div.check-in-div {
    border-right: none !important
}

.preview-calendar .block_hints .date2approve.block_check_in_out div.check-out-div,
.preview-calendar .datepick-inline .date2approve.timespartly.check_out_time div.check-out-div {
    border-left: none !important
}

.preview-calendar .datepick-inline .datepick-one-month .datepick .datepick-current-day {
    background-color: #352A80
}

.preview-calendar .datepick-inline .datepick-one-month .datepick .datepick-current-day .wpbc_time_dots,
.preview-calendar .datepick-inline .datepick-one-month .datepick .datepick-current-day a {
    color: #fff;
    text-shadow: none !important
}

.preview-calendar .wpbc_timeslot_day_bg_as_available .datepick-inline .times_clock.datepick-days-cell-over,
.preview-calendar .datepick-inline .datepick .datepick-days-cell-over {
    background: #bbc
}

.preview-calendar .datepick-inline .datepick-one-month .datepick .datepick-days-cell-over .wpbc_time_dots,
.preview-calendar .datepick-inline .datepick-one-month .datepick td.datepick-days-cell-over a:hover,
.preview-calendar .datepick-inline .datepick-one-month .datepick td.datepick-days-cell-over a {
    color: #eee;
    text-shadow: none !important
}

.preview-calendar td.timespartly.check_in_time.check_out_time.check_in_time_date_approved.check_out_time_date2approve span,
.preview-calendar td.timespartly.check_in_time.check_out_time.check_out_time_date_approved.check_in_time_date2approve span,
.preview-calendar td.timespartly.check_in_time.check_out_time.check_in_time_date2approve.check_out_time_date_approved span,
.preview-calendar td.timespartly.check_in_time.check_out_time.check_out_time_date2approve.check_in_time_date_approved span {
    font-weight: 600;
    text-shadow: none
}

.preview-calendar .wpbc_timeslot_day_bg_as_available .datepick-inline .times_clock {
    background-color: #eee
}

.preview-calendar .wpbc_timeslot_day_bg_as_available .datepick-inline .times_clock.date_available a {
    color: #707070;
    font-weight: 600;
    text-shadow: 0 1px 0 #eee
}

.preview-calendar .wpbc_timeslot_day_bg_as_available .datepick-inline .datepick-one-month .datepick .times_clock.date_available.datepick-current-day a {
    color: #EEEEEE;
    text-shadow: 0 -1px 0 #7777AA
}

.preview-calendar .wpbc_timeslot_day_bg_as_available .datepick-inline .date_available {
    color: #CCCCCC;
    text-shadow: none
}

.preview-calendar .datepick-inline .date_available span {
    text-shadow: none
}

.preview-calendar .wpbc-cell-box .wpbc-diagonal-el svg polygon {
    fill: #eee
}

.preview-calendar .datepick-inline td.datepick-days-cell.check_in_time,
.preview-calendar .datepick-inline td.datepick-days-cell.check_out_time {
    background-color: #eee
}

.preview-calendar .datepick-inline td.datepick-days-cell.check_in_time.check_in_time_date2approve .wpbc-cell-box .wpbc-co-in svg polygon,
.preview-calendar .datepick-inline td.datepick-days-cell.check_out_time.check_out_time_date2approve .wpbc-cell-box .wpbc-co-out svg polygon {
    fill: #FFC400
}

.preview-calendar .datepick-inline td.datepick-days-cell.check_in_time.check_in_time_date_approved .wpbc-cell-box .wpbc-co-in svg polygon,
.preview-calendar .datepick-inline td.datepick-days-cell.check_out_time.check_out_time_date_approved .wpbc-cell-box .wpbc-co-out svg polygon {
    fill: #DB1D1D
}

.preview-calendar .datepick-inline td.datepick-days-cell.check_in_time.datepick-days-cell-over,
.preview-calendar .datepick-inline td.datepick-days-cell.check_out_time.datepick-days-cell-over {
    background-color: blue !important
}

.preview-calendar thead,
.preview-calendar tbody {
    border: none !important
}

.preview-calendar .datepick-other-month,
.preview-calendar .date_user_unavailable {
    background: #F7F7F7 !important
}

.preview-calendar .datepick-days-cell-over:not(.date_user_unavailable, .datepick-other-month):hover {
    background: #352A80 !important;
    color: #fff !important
}

.preview-calendar .datepick-current-day {
    background: #352A80 !important;
    color: #fff !important
}

.preview-calendar .datepick-inline .datepick-days-cell {
    height: 26px
}

@media screen and (min-width: 40em) {
    .preview-calendar .calendar-widget-container {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-58%);
        transform: translateY(-58%)
    }
}

.alert-warning {
    background: red !important;
    color: white !important;
    margin-left: 0px !important;
    padding: 4px 20px !important;
    display: inline-block !important;
    font-size: 14px !important;
    font-weight: 700 !important
}

.legenda {
    text-align: center;
    display: block;
    margin: 18px auto 10px
}

.legenda ul {
    margin: 0;
    list-style: none
}

.legenda li {
    display: inline-block;
    font-size: 12px;
    color: #161615
}

.legenda li:first-child {
    display: none;
    margin-right: 30px
}

.legenda .info-reserved,
.legenda .info-confirmed {
    position: relative
}

.legenda .info-reserved:before,
.legenda .info-confirmed:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: -18px;
    top: 4px
}

.legenda .info-reserved:before {
    background-color: #FFC400
}

.legenda .info-confirmed:before {
    background-color: #DB1D1D
}

/*# sourceMappingURL=style.css.map */