@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Roboto+Condensed:ital,wght@0,700;1,700&family=Roboto:ital,wght@0,400;0,700;0,900;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@media print, screen and (min-width: 40em) {
    .reveal,
    .reveal.large,
    .reveal.small,
    .reveal.tiny {
        right: auto;
        right: auto;
        left: auto;
        margin: 0 auto;
    }
}
.slide-in-down.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateY(-100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-in-down.mui-enter.mui-enter-active {
    transform: translateY(0);
}
.slide-in-left.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateX(-100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-in-left.mui-enter.mui-enter-active {
    transform: translateX(0);
}
.slide-in-up.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateY(100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-in-up.mui-enter.mui-enter-active {
    transform: translateY(0);
}
.slide-in-right.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateX(100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-in-right.mui-enter.mui-enter-active {
    transform: translateX(0);
}
.slide-out-down.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateY(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-out-down.mui-leave.mui-leave-active {
    transform: translateY(100%);
}
.slide-out-right.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateX(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-out-right.mui-leave.mui-leave-active {
    transform: translateX(100%);
}
.slide-out-up.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateY(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-out-up.mui-leave.mui-leave-active {
    transform: translateY(-100%);
}
.slide-out-left.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: translateX(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slide-out-left.mui-leave.mui-leave-active {
    transform: translateX(-100%);
}
.fade-in.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    opacity: 0;
    transition-property: opacity;
}
.fade-in.mui-enter.mui-enter-active {
    opacity: 1;
}
.fade-out.mui-leave {
    transition-duration: 0.5s;
    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: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    transform-origin: top;
    transition-property: transform, opacity;
    opacity: 0;
}
.hinge-in-from-top.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}
.hinge-in-from-right.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    transform-origin: right;
    transition-property: transform, opacity;
    opacity: 0;
}
.hinge-in-from-right.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}
.hinge-in-from-bottom.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(90deg);
    transform-origin: bottom;
    transition-property: transform, opacity;
    opacity: 0;
}
.hinge-in-from-bottom.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}
.hinge-in-from-left.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(90deg);
    transform-origin: left;
    transition-property: transform, opacity;
    opacity: 0;
}
.hinge-in-from-left.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}
.hinge-in-from-middle-x.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 0;
}
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}
.hinge-in-from-middle-y.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 0;
}
.hinge-in-from-middle-y.mui-enter.mui-enter-active,
.hinge-out-from-top.mui-leave {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}
.hinge-out-from-top.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform-origin: top;
    transition-property: transform, opacity;
}
.hinge-out-from-top.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
}
.hinge-out-from-right.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: right;
    transition-property: transform, opacity;
    opacity: 1;
}
.hinge-out-from-right.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
}
.hinge-out-from-bottom.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: bottom;
    transition-property: transform, opacity;
    opacity: 1;
}
.hinge-out-from-bottom.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0;
}
.hinge-out-from-left.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: left;
    transition-property: transform, opacity;
    opacity: 1;
}
.hinge-out-from-left.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
}
.hinge-out-from-middle-x.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 1;
}
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
}
.hinge-out-from-middle-y.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 1;
}
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
}
.scale-in-up.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: scale(0.5);
    transition-property: transform, opacity;
    opacity: 0;
}
.scale-in-up.mui-enter.mui-enter-active {
    transform: scale(1);
    opacity: 1;
}
.scale-in-down.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: scale(1.5);
    transition-property: transform, opacity;
    opacity: 0;
}
.scale-in-down.mui-enter.mui-enter-active,
.scale-out-up.mui-leave {
    transform: scale(1);
    opacity: 1;
}
.scale-out-up.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-property: transform, opacity;
}
.scale-out-up.mui-leave.mui-leave-active {
    transform: scale(1.5);
    opacity: 0;
}
.scale-out-down.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: scale(1);
    transition-property: transform, opacity;
    opacity: 1;
}
.scale-out-down.mui-leave.mui-leave-active {
    transform: scale(0.5);
    opacity: 0;
}
.spin-in.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transform: rotate(-270deg);
    transition-property: transform, opacity;
    opacity: 0;
}
.spin-in.mui-enter.mui-enter-active,
.spin-out.mui-leave {
    transform: rotate(0);
    opacity: 1;
}
.spin-out.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-property: transform, opacity;
}
.spin-in-ccw.mui-enter,
.spin-out.mui-leave.mui-leave-active {
    transform: rotate(270deg);
    opacity: 0;
}
.spin-in-ccw.mui-enter {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-property: transform, opacity;
}
.spin-in-ccw.mui-enter.mui-enter-active,
.spin-out-ccw.mui-leave {
    transform: rotate(0);
    opacity: 1;
}
.spin-out-ccw.mui-leave {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    transition-property: transform, opacity;
}
.spin-out-ccw.mui-leave.mui-leave-active {
    transform: rotate(-270deg);
    opacity: 0;
}
.slow {
    transition-duration: 0.75s !important;
}
.fast {
    transition-duration: 0.25s !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: 0.3s !important;
}
.long-delay {
    transition-delay: 0.7s !important;
}
.shake {
    animation-name: shake-7;
}
@keyframes shake-7 {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        transform: translateX(7%);
    }
    5%,
    15%,
    25%,
    35%,
    45%,
    55%,
    65%,
    75%,
    85%,
    95% {
        transform: translateX(-7%);
    }
}
.spin-ccw,
.spin-cw {
    animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
.wiggle {
    animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
    40%,
    50%,
    60% {
        transform: rotate(7deg);
    }
    35%,
    45%,
    55%,
    65% {
        transform: rotate(-7deg);
    }
    0%,
    30%,
    70%,
    to {
        transform: rotate(0);
    }
}
.shake,
.spin-ccw,
.spin-cw,
.wiggle {
    animation-duration: 0.5s;
}
.infinite {
    animation-iteration-count: infinite;
}
.slow {
    animation-duration: 0.75s !important;
}
.fast {
    animation-duration: 0.25s !important;
}
.linear {
    animation-timing-function: linear !important;
}
.ease {
    animation-timing-function: ease !important;
}
.ease-in {
    animation-timing-function: ease-in !important;
}
.ease-out {
    animation-timing-function: ease-out !important;
}
.ease-in-out {
    animation-timing-function: ease-in-out !important;
}
.bounce-in {
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}
.bounce-out {
    animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}
.bounce-in-out {
    animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}
.short-delay {
    animation-delay: 0.3s !important;
}
.long-delay {
    animation-delay: 0.7s !important;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
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-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=90.625em&xxlarge=100em";
}
html {
    box-sizing: border-box;
    font-size: 100%;
}
*,
:after,
:before {
    box-sizing: inherit;
}
body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #010101;
    -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%;
}
.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.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;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
}
.is-visible {
    display: block !important;
}
.is-hidden {
    display: none !important;
}
.grid-container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
@media print, screen and (min-width: 40em) {
    .grid-container {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}
@media print, screen and (min-width: 64em) {
    .grid-container {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
}
.grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media print, screen and (min-width: 40em) {
    .grid-container.fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}
@media print, screen and (min-width: 64em) {
    .grid-container.fluid {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
}
.grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.grid-x {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.cell {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
}
.cell.auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}
.cell.shrink {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.grid-x > .auto,
.grid-x > .shrink {
    width: auto;
}
.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,
.grid-x > .small-full,
.grid-x > .small-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
    .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,
    .grid-x > .medium-full,
    .grid-x > .medium-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}
@media print, screen and (min-width: 64em) {
    .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,
    .grid-x > .large-full,
    .grid-x > .large-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}
@media screen and (min-width: 90.625em) {
    .grid-x > .xlarge-1,
    .grid-x > .xlarge-2,
    .grid-x > .xlarge-3,
    .grid-x > .xlarge-4,
    .grid-x > .xlarge-5,
    .grid-x > .xlarge-6,
    .grid-x > .xlarge-7,
    .grid-x > .xlarge-8,
    .grid-x > .xlarge-9,
    .grid-x > .xlarge-10,
    .grid-x > .xlarge-11,
    .grid-x > .xlarge-12,
    .grid-x > .xlarge-full,
    .grid-x > .xlarge-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}
.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 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.grid-x > .small-1 {
    width: 8.33333%;
}
.grid-x > .small-2 {
    width: 16.66667%;
}
.grid-x > .small-3 {
    width: 25%;
}
.grid-x > .small-4 {
    width: 33.33333%;
}
.grid-x > .small-5 {
    width: 41.66667%;
}
.grid-x > .small-6 {
    width: 50%;
}
.grid-x > .small-7 {
    width: 58.33333%;
}
.grid-x > .small-8 {
    width: 66.66667%;
}
.grid-x > .small-9 {
    width: 75%;
}
.grid-x > .small-10 {
    width: 83.33333%;
}
.grid-x > .small-11 {
    width: 91.66667%;
}
.grid-x > .small-12 {
    width: 100%;
}
@media print, screen and (min-width: 40em) {
    .grid-x > .medium-auto {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto;
    }
    .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,
    .grid-x > .medium-shrink {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .grid-x > .medium-shrink {
        width: auto;
    }
    .grid-x > .medium-1 {
        width: 8.33333%;
    }
    .grid-x > .medium-2 {
        width: 16.66667%;
    }
    .grid-x > .medium-3 {
        width: 25%;
    }
    .grid-x > .medium-4 {
        width: 33.33333%;
    }
    .grid-x > .medium-5 {
        width: 41.66667%;
    }
    .grid-x > .medium-6 {
        width: 50%;
    }
    .grid-x > .medium-7 {
        width: 58.33333%;
    }
    .grid-x > .medium-8 {
        width: 66.66667%;
    }
    .grid-x > .medium-9 {
        width: 75%;
    }
    .grid-x > .medium-10 {
        width: 83.33333%;
    }
    .grid-x > .medium-11 {
        width: 91.66667%;
    }
    .grid-x > .medium-12 {
        width: 100%;
    }
}
@media print, screen and (min-width: 64em) {
    .grid-x > .large-auto {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto;
    }
    .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,
    .grid-x > .large-shrink {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .grid-x > .large-shrink {
        width: auto;
    }
    .grid-x > .large-1 {
        width: 8.33333%;
    }
    .grid-x > .large-2 {
        width: 16.66667%;
    }
    .grid-x > .large-3 {
        width: 25%;
    }
    .grid-x > .large-4 {
        width: 33.33333%;
    }
    .grid-x > .large-5 {
        width: 41.66667%;
    }
    .grid-x > .large-6 {
        width: 50%;
    }
    .grid-x > .large-7 {
        width: 58.33333%;
    }
    .grid-x > .large-8 {
        width: 66.66667%;
    }
    .grid-x > .large-9 {
        width: 75%;
    }
    .grid-x > .large-10 {
        width: 83.33333%;
    }
    .grid-x > .large-11 {
        width: 91.66667%;
    }
    .grid-x > .large-12 {
        width: 100%;
    }
}
@media screen and (min-width: 90.625em) {
    .grid-x > .xlarge-auto {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto;
    }
    .grid-x > .xlarge-1,
    .grid-x > .xlarge-2,
    .grid-x > .xlarge-3,
    .grid-x > .xlarge-4,
    .grid-x > .xlarge-5,
    .grid-x > .xlarge-6,
    .grid-x > .xlarge-7,
    .grid-x > .xlarge-8,
    .grid-x > .xlarge-9,
    .grid-x > .xlarge-10,
    .grid-x > .xlarge-11,
    .grid-x > .xlarge-12,
    .grid-x > .xlarge-shrink {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .grid-x > .xlarge-shrink {
        width: auto;
    }
    .grid-x > .xlarge-1 {
        width: 8.33333%;
    }
    .grid-x > .xlarge-2 {
        width: 16.66667%;
    }
    .grid-x > .xlarge-3 {
        width: 25%;
    }
    .grid-x > .xlarge-4 {
        width: 33.33333%;
    }
    .grid-x > .xlarge-5 {
        width: 41.66667%;
    }
    .grid-x > .xlarge-6 {
        width: 50%;
    }
    .grid-x > .xlarge-7 {
        width: 58.33333%;
    }
    .grid-x > .xlarge-8 {
        width: 66.66667%;
    }
    .grid-x > .xlarge-9 {
        width: 75%;
    }
    .grid-x > .xlarge-10 {
        width: 83.33333%;
    }
    .grid-x > .xlarge-11 {
        width: 91.66667%;
    }
    .grid-x > .xlarge-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: -0.625rem;
    margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
    .grid-margin-x {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem;
    }
}
@media print, screen and (min-width: 64em) {
    .grid-margin-x {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }
}
.grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
        width: calc(100% - 1.875rem);
        margin-left: 0.9375rem;
        margin-right: 0.9375rem;
    }
}
@media print, screen and (min-width: 64em) {
    .grid-margin-x > .cell {
        width: calc(100% - 2.5rem);
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }
}
.grid-margin-x > .auto,
.grid-margin-x > .shrink {
    width: auto;
}
.grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.25rem);
}
.grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.25rem);
}
.grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.25rem);
}
.grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.25rem);
}
.grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.25rem);
}
.grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.25rem);
}
.grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.25rem);
}
.grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.25rem);
}
.grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto,
    .grid-margin-x > .shrink {
        width: auto;
    }
    .grid-margin-x > .small-1 {
        width: calc(8.33333% - 1.875rem);
    }
    .grid-margin-x > .small-2 {
        width: calc(16.66667% - 1.875rem);
    }
    .grid-margin-x > .small-3 {
        width: calc(25% - 1.875rem);
    }
    .grid-margin-x > .small-4 {
        width: calc(33.33333% - 1.875rem);
    }
    .grid-margin-x > .small-5 {
        width: calc(41.66667% - 1.875rem);
    }
    .grid-margin-x > .small-6 {
        width: calc(50% - 1.875rem);
    }
    .grid-margin-x > .small-7 {
        width: calc(58.33333% - 1.875rem);
    }
    .grid-margin-x > .small-8 {
        width: calc(66.66667% - 1.875rem);
    }
    .grid-margin-x > .small-9 {
        width: calc(75% - 1.875rem);
    }
    .grid-margin-x > .small-10 {
        width: calc(83.33333% - 1.875rem);
    }
    .grid-margin-x > .small-11 {
        width: calc(91.66667% - 1.875rem);
    }
    .grid-margin-x > .small-12 {
        width: calc(100% - 1.875rem);
    }
    .grid-margin-x > .medium-auto,
    .grid-margin-x > .medium-shrink {
        width: auto;
    }
    .grid-margin-x > .medium-1 {
        width: calc(8.33333% - 1.875rem);
    }
    .grid-margin-x > .medium-2 {
        width: calc(16.66667% - 1.875rem);
    }
    .grid-margin-x > .medium-3 {
        width: calc(25% - 1.875rem);
    }
    .grid-margin-x > .medium-4 {
        width: calc(33.33333% - 1.875rem);
    }
    .grid-margin-x > .medium-5 {
        width: calc(41.66667% - 1.875rem);
    }
    .grid-margin-x > .medium-6 {
        width: calc(50% - 1.875rem);
    }
    .grid-margin-x > .medium-7 {
        width: calc(58.33333% - 1.875rem);
    }
    .grid-margin-x > .medium-8 {
        width: calc(66.66667% - 1.875rem);
    }
    .grid-margin-x > .medium-9 {
        width: calc(75% - 1.875rem);
    }
    .grid-margin-x > .medium-10 {
        width: calc(83.33333% - 1.875rem);
    }
    .grid-margin-x > .medium-11 {
        width: calc(91.66667% - 1.875rem);
    }
    .grid-margin-x > .medium-12 {
        width: calc(100% - 1.875rem);
    }
}
@media print, screen and (min-width: 64em) {
    .grid-margin-x > .auto,
    .grid-margin-x > .shrink {
        width: auto;
    }
    .grid-margin-x > .small-1 {
        width: calc(8.33333% - 2.5rem);
    }
    .grid-margin-x > .small-2 {
        width: calc(16.66667% - 2.5rem);
    }
    .grid-margin-x > .small-3 {
        width: calc(25% - 2.5rem);
    }
    .grid-margin-x > .small-4 {
        width: calc(33.33333% - 2.5rem);
    }
    .grid-margin-x > .small-5 {
        width: calc(41.66667% - 2.5rem);
    }
    .grid-margin-x > .small-6 {
        width: calc(50% - 2.5rem);
    }
    .grid-margin-x > .small-7 {
        width: calc(58.33333% - 2.5rem);
    }
    .grid-margin-x > .small-8 {
        width: calc(66.66667% - 2.5rem);
    }
    .grid-margin-x > .small-9 {
        width: calc(75% - 2.5rem);
    }
    .grid-margin-x > .small-10 {
        width: calc(83.33333% - 2.5rem);
    }
    .grid-margin-x > .small-11 {
        width: calc(91.66667% - 2.5rem);
    }
    .grid-margin-x > .small-12 {
        width: calc(100% - 2.5rem);
    }
    .grid-margin-x > .medium-auto,
    .grid-margin-x > .medium-shrink {
        width: auto;
    }
    .grid-margin-x > .medium-1 {
        width: calc(8.33333% - 2.5rem);
    }
    .grid-margin-x > .medium-2 {
        width: calc(16.66667% - 2.5rem);
    }
    .grid-margin-x > .medium-3 {
        width: calc(25% - 2.5rem);
    }
    .grid-margin-x > .medium-4 {
        width: calc(33.33333% - 2.5rem);
    }
    .grid-margin-x > .medium-5 {
        width: calc(41.66667% - 2.5rem);
    }
    .grid-margin-x > .medium-6 {
        width: calc(50% - 2.5rem);
    }
    .grid-margin-x > .medium-7 {
        width: calc(58.33333% - 2.5rem);
    }
    .grid-margin-x > .medium-8 {
        width: calc(66.66667% - 2.5rem);
    }
    .grid-margin-x > .medium-9 {
        width: calc(75% - 2.5rem);
    }
    .grid-margin-x > .medium-10 {
        width: calc(83.33333% - 2.5rem);
    }
    .grid-margin-x > .medium-11 {
        width: calc(91.66667% - 2.5rem);
    }
    .grid-margin-x > .medium-12 {
        width: calc(100% - 2.5rem);
    }
    .grid-margin-x > .large-auto,
    .grid-margin-x > .large-shrink {
        width: auto;
    }
    .grid-margin-x > .large-1 {
        width: calc(8.33333% - 2.5rem);
    }
    .grid-margin-x > .large-2 {
        width: calc(16.66667% - 2.5rem);
    }
    .grid-margin-x > .large-3 {
        width: calc(25% - 2.5rem);
    }
    .grid-margin-x > .large-4 {
        width: calc(33.33333% - 2.5rem);
    }
    .grid-margin-x > .large-5 {
        width: calc(41.66667% - 2.5rem);
    }
    .grid-margin-x > .large-6 {
        width: calc(50% - 2.5rem);
    }
    .grid-margin-x > .large-7 {
        width: calc(58.33333% - 2.5rem);
    }
    .grid-margin-x > .large-8 {
        width: calc(66.66667% - 2.5rem);
    }
    .grid-margin-x > .large-9 {
        width: calc(75% - 2.5rem);
    }
    .grid-margin-x > .large-10 {
        width: calc(83.33333% - 2.5rem);
    }
    .grid-margin-x > .large-11 {
        width: calc(91.66667% - 2.5rem);
    }
    .grid-margin-x > .large-12 {
        width: calc(100% - 2.5rem);
    }
}
@media screen and (min-width: 90.625em) {
    .grid-margin-x > .xlarge-auto,
    .grid-margin-x > .xlarge-shrink {
        width: auto;
    }
    .grid-margin-x > .xlarge-1 {
        width: calc(8.33333% - 2.5rem);
    }
    .grid-margin-x > .xlarge-2 {
        width: calc(16.66667% - 2.5rem);
    }
    .grid-margin-x > .xlarge-3 {
        width: calc(25% - 2.5rem);
    }
    .grid-margin-x > .xlarge-4 {
        width: calc(33.33333% - 2.5rem);
    }
    .grid-margin-x > .xlarge-5 {
        width: calc(41.66667% - 2.5rem);
    }
    .grid-margin-x > .xlarge-6 {
        width: calc(50% - 2.5rem);
    }
    .grid-margin-x > .xlarge-7 {
        width: calc(58.33333% - 2.5rem);
    }
    .grid-margin-x > .xlarge-8 {
        width: calc(66.66667% - 2.5rem);
    }
    .grid-margin-x > .xlarge-9 {
        width: calc(75% - 2.5rem);
    }
    .grid-margin-x > .xlarge-10 {
        width: calc(83.33333% - 2.5rem);
    }
    .grid-margin-x > .xlarge-11 {
        width: calc(91.66667% - 2.5rem);
    }
    .grid-margin-x > .xlarge-12 {
        width: calc(100% - 2.5rem);
    }
}
.grid-padding-x .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}
@media print, screen and (min-width: 64em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -1.25rem;
        margin-left: -1.25rem;
    }
}
.grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem;
    }
}
@media print, screen and (min-width: 64em) {
    .grid-container:not(.full) > .grid-padding-x {
        margin-right: -1.25rem;
        margin-left: -1.25rem;
    }
}
.grid-padding-x > .cell {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}
@media print, screen and (min-width: 64em) {
    .grid-padding-x > .cell {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
}
.small-up-1 > .cell {
    width: 100%;
}
.small-up-2 > .cell {
    width: 50%;
}
.small-up-3 > .cell {
    width: 33.33333%;
}
.small-up-4 > .cell {
    width: 25%;
}
.small-up-5 > .cell {
    width: 20%;
}
.small-up-6 > .cell {
    width: 16.66667%;
}
.small-up-7 > .cell {
    width: 14.28571%;
}
.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.33333%;
    }
    .medium-up-4 > .cell {
        width: 25%;
    }
    .medium-up-5 > .cell {
        width: 20%;
    }
    .medium-up-6 > .cell {
        width: 16.66667%;
    }
    .medium-up-7 > .cell {
        width: 14.28571%;
    }
    .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.33333%;
    }
    .large-up-4 > .cell {
        width: 25%;
    }
    .large-up-5 > .cell {
        width: 20%;
    }
    .large-up-6 > .cell {
        width: 16.66667%;
    }
    .large-up-7 > .cell {
        width: 14.28571%;
    }
    .large-up-8 > .cell {
        width: 12.5%;
    }
}
@media screen and (min-width: 90.625em) {
    .xlarge-up-1 > .cell {
        width: 100%;
    }
    .xlarge-up-2 > .cell {
        width: 50%;
    }
    .xlarge-up-3 > .cell {
        width: 33.33333%;
    }
    .xlarge-up-4 > .cell {
        width: 25%;
    }
    .xlarge-up-5 > .cell {
        width: 20%;
    }
    .xlarge-up-6 > .cell {
        width: 16.66667%;
    }
    .xlarge-up-7 > .cell {
        width: 14.28571%;
    }
    .xlarge-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.33333% - 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.66667% - 1.25rem);
}
.grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 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.33333% - 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.66667% - 1.875rem);
    }
    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.28571% - 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.33333% - 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.66667% - 1.875rem);
    }
    .grid-margin-x.medium-up-7 > .cell {
        width: calc(14.28571% - 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.medium-up-1 > .cell,
    .grid-margin-x.small-up-1 > .cell {
        width: calc(100% - 2.5rem);
    }
    .grid-margin-x.medium-up-2 > .cell,
    .grid-margin-x.small-up-2 > .cell {
        width: calc(50% - 2.5rem);
    }
    .grid-margin-x.medium-up-3 > .cell,
    .grid-margin-x.small-up-3 > .cell {
        width: calc(33.33333% - 2.5rem);
    }
    .grid-margin-x.medium-up-4 > .cell,
    .grid-margin-x.small-up-4 > .cell {
        width: calc(25% - 2.5rem);
    }
    .grid-margin-x.medium-up-5 > .cell,
    .grid-margin-x.small-up-5 > .cell {
        width: calc(20% - 2.5rem);
    }
    .grid-margin-x.medium-up-6 > .cell,
    .grid-margin-x.small-up-6 > .cell {
        width: calc(16.66667% - 2.5rem);
    }
    .grid-margin-x.medium-up-7 > .cell,
    .grid-margin-x.small-up-7 > .cell {
        width: calc(14.28571% - 2.5rem);
    }
    .grid-margin-x.medium-up-8 > .cell,
    .grid-margin-x.small-up-8 > .cell {
        width: calc(12.5% - 2.5rem);
    }
    .grid-margin-x.large-up-1 > .cell {
        width: calc(100% - 2.5rem);
    }
    .grid-margin-x.large-up-2 > .cell {
        width: calc(50% - 2.5rem);
    }
    .grid-margin-x.large-up-3 > .cell {
        width: calc(33.33333% - 2.5rem);
    }
    .grid-margin-x.large-up-4 > .cell {
        width: calc(25% - 2.5rem);
    }
    .grid-margin-x.large-up-5 > .cell {
        width: calc(20% - 2.5rem);
    }
    .grid-margin-x.large-up-6 > .cell {
        width: calc(16.66667% - 2.5rem);
    }
    .grid-margin-x.large-up-7 > .cell {
        width: calc(14.28571% - 2.5rem);
    }
    .grid-margin-x.large-up-8 > .cell {
        width: calc(12.5% - 2.5rem);
    }
}
@media screen and (min-width: 90.625em) {
    .grid-margin-x.xlarge-up-1 > .cell {
        width: calc(100% - 2.5rem);
    }
    .grid-margin-x.xlarge-up-2 > .cell {
        width: calc(50% - 2.5rem);
    }
    .grid-margin-x.xlarge-up-3 > .cell {
        width: calc(33.33333% - 2.5rem);
    }
    .grid-margin-x.xlarge-up-4 > .cell {
        width: calc(25% - 2.5rem);
    }
    .grid-margin-x.xlarge-up-5 > .cell {
        width: calc(20% - 2.5rem);
    }
    .grid-margin-x.xlarge-up-6 > .cell {
        width: calc(16.66667% - 2.5rem);
    }
    .grid-margin-x.xlarge-up-7 > .cell {
        width: calc(14.28571% - 2.5rem);
    }
    .grid-margin-x.xlarge-up-8 > .cell {
        width: calc(12.5% - 2.5rem);
    }
}
.small-margin-collapse,
.small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
}
.small-margin-collapse > .small-1 {
    width: 8.33333%;
}
.small-margin-collapse > .small-2 {
    width: 16.66667%;
}
.small-margin-collapse > .small-3 {
    width: 25%;
}
.small-margin-collapse > .small-4 {
    width: 33.33333%;
}
.small-margin-collapse > .small-5 {
    width: 41.66667%;
}
.small-margin-collapse > .small-6 {
    width: 50%;
}
.small-margin-collapse > .small-7 {
    width: 58.33333%;
}
.small-margin-collapse > .small-8 {
    width: 66.66667%;
}
.small-margin-collapse > .small-9 {
    width: 75%;
}
.small-margin-collapse > .small-10 {
    width: 83.33333%;
}
.small-margin-collapse > .small-11 {
    width: 91.66667%;
}
.small-margin-collapse > .small-12 {
    width: 100%;
}
@media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
        width: 8.33333%;
    }
    .small-margin-collapse > .medium-2 {
        width: 16.66667%;
    }
    .small-margin-collapse > .medium-3 {
        width: 25%;
    }
    .small-margin-collapse > .medium-4 {
        width: 33.33333%;
    }
    .small-margin-collapse > .medium-5 {
        width: 41.66667%;
    }
    .small-margin-collapse > .medium-6 {
        width: 50%;
    }
    .small-margin-collapse > .medium-7 {
        width: 58.33333%;
    }
    .small-margin-collapse > .medium-8 {
        width: 66.66667%;
    }
    .small-margin-collapse > .medium-9 {
        width: 75%;
    }
    .small-margin-collapse > .medium-10 {
        width: 83.33333%;
    }
    .small-margin-collapse > .medium-11 {
        width: 91.66667%;
    }
    .small-margin-collapse > .medium-12 {
        width: 100%;
    }
}
@media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
        width: 8.33333%;
    }
    .small-margin-collapse > .large-2 {
        width: 16.66667%;
    }
    .small-margin-collapse > .large-3 {
        width: 25%;
    }
    .small-margin-collapse > .large-4 {
        width: 33.33333%;
    }
    .small-margin-collapse > .large-5 {
        width: 41.66667%;
    }
    .small-margin-collapse > .large-6 {
        width: 50%;
    }
    .small-margin-collapse > .large-7 {
        width: 58.33333%;
    }
    .small-margin-collapse > .large-8 {
        width: 66.66667%;
    }
    .small-margin-collapse > .large-9 {
        width: 75%;
    }
    .small-margin-collapse > .large-10 {
        width: 83.33333%;
    }
    .small-margin-collapse > .large-11 {
        width: 91.66667%;
    }
    .small-margin-collapse > .large-12 {
        width: 100%;
    }
}
@media screen and (min-width: 90.625em) {
    .small-margin-collapse > .xlarge-1 {
        width: 8.33333%;
    }
    .small-margin-collapse > .xlarge-2 {
        width: 16.66667%;
    }
    .small-margin-collapse > .xlarge-3 {
        width: 25%;
    }
    .small-margin-collapse > .xlarge-4 {
        width: 33.33333%;
    }
    .small-margin-collapse > .xlarge-5 {
        width: 41.66667%;
    }
    .small-margin-collapse > .xlarge-6 {
        width: 50%;
    }
    .small-margin-collapse > .xlarge-7 {
        width: 58.33333%;
    }
    .small-margin-collapse > .xlarge-8 {
        width: 66.66667%;
    }
    .small-margin-collapse > .xlarge-9 {
        width: 75%;
    }
    .small-margin-collapse > .xlarge-10 {
        width: 83.33333%;
    }
    .small-margin-collapse > .xlarge-11 {
        width: 91.66667%;
    }
    .small-margin-collapse > .xlarge-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,
    .medium-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0;
    }
}
@media print, screen and (min-width: 40em) {
    .medium-margin-collapse > .small-1 {
        width: 8.33333%;
    }
    .medium-margin-collapse > .small-2 {
        width: 16.66667%;
    }
    .medium-margin-collapse > .small-3 {
        width: 25%;
    }
    .medium-margin-collapse > .small-4 {
        width: 33.33333%;
    }
    .medium-margin-collapse > .small-5 {
        width: 41.66667%;
    }
    .medium-margin-collapse > .small-6 {
        width: 50%;
    }
    .medium-margin-collapse > .small-7 {
        width: 58.33333%;
    }
    .medium-margin-collapse > .small-8 {
        width: 66.66667%;
    }
    .medium-margin-collapse > .small-9 {
        width: 75%;
    }
    .medium-margin-collapse > .small-10 {
        width: 83.33333%;
    }
    .medium-margin-collapse > .small-11 {
        width: 91.66667%;
    }
    .medium-margin-collapse > .small-12 {
        width: 100%;
    }
}
@media print, screen and (min-width: 40em) {
    .medium-margin-collapse > .medium-1 {
        width: 8.33333%;
    }
    .medium-margin-collapse > .medium-2 {
        width: 16.66667%;
    }
    .medium-margin-collapse > .medium-3 {
        width: 25%;
    }
    .medium-margin-collapse > .medium-4 {
        width: 33.33333%;
    }
    .medium-margin-collapse > .medium-5 {
        width: 41.66667%;
    }
    .medium-margin-collapse > .medium-6 {
        width: 50%;
    }
    .medium-margin-collapse > .medium-7 {
        width: 58.33333%;
    }
    .medium-margin-collapse > .medium-8 {
        width: 66.66667%;
    }
    .medium-margin-collapse > .medium-9 {
        width: 75%;
    }
    .medium-margin-collapse > .medium-10 {
        width: 83.33333%;
    }
    .medium-margin-collapse > .medium-11 {
        width: 91.66667%;
    }
    .medium-margin-collapse > .medium-12 {
        width: 100%;
    }
}
@media print, screen and (min-width: 64em) {
    .medium-margin-collapse > .large-1 {
        width: 8.33333%;
    }
    .medium-margin-collapse > .large-2 {
        width: 16.66667%;
    }
    .medium-margin-collapse > .large-3 {
        width: 25%;
    }
    .medium-margin-collapse > .large-4 {
        width: 33.33333%;
    }
    .medium-margin-collapse > .large-5 {
        width: 41.66667%;
    }
    .medium-margin-collapse > .large-6 {
        width: 50%;
    }
    .medium-margin-collapse > .large-7 {
        width: 58.33333%;
    }
    .medium-margin-collapse > .large-8 {
        width: 66.66667%;
    }
    .medium-margin-collapse > .large-9 {
        width: 75%;
    }
    .medium-margin-collapse > .large-10 {
        width: 83.33333%;
    }
    .medium-margin-collapse > .large-11 {
        width: 91.66667%;
    }
    .medium-margin-collapse > .large-12 {
        width: 100%;
    }
}
@media screen and (min-width: 90.625em) {
    .medium-margin-collapse > .xlarge-1 {
        width: 8.33333%;
    }
    .medium-margin-collapse > .xlarge-2 {
        width: 16.66667%;
    }
    .medium-margin-collapse > .xlarge-3 {
        width: 25%;
    }
    .medium-margin-collapse > .xlarge-4 {
        width: 33.33333%;
    }
    .medium-margin-collapse > .xlarge-5 {
        width: 41.66667%;
    }
    .medium-margin-collapse > .xlarge-6 {
        width: 50%;
    }
    .medium-margin-collapse > .xlarge-7 {
        width: 58.33333%;
    }
    .medium-margin-collapse > .xlarge-8 {
        width: 66.66667%;
    }
    .medium-margin-collapse > .xlarge-9 {
        width: 75%;
    }
    .medium-margin-collapse > .xlarge-10 {
        width: 83.33333%;
    }
    .medium-margin-collapse > .xlarge-11 {
        width: 91.66667%;
    }
    .medium-margin-collapse > .xlarge-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,
    .large-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0;
    }
}
@media print, screen and (min-width: 64em) {
    .large-margin-collapse > .small-1 {
        width: 8.33333%;
    }
    .large-margin-collapse > .small-2 {
        width: 16.66667%;
    }
    .large-margin-collapse > .small-3 {
        width: 25%;
    }
    .large-margin-collapse > .small-4 {
        width: 33.33333%;
    }
    .large-margin-collapse > .small-5 {
        width: 41.66667%;
    }
    .large-margin-collapse > .small-6 {
        width: 50%;
    }
    .large-margin-collapse > .small-7 {
        width: 58.33333%;
    }
    .large-margin-collapse > .small-8 {
        width: 66.66667%;
    }
    .large-margin-collapse > .small-9 {
        width: 75%;
    }
    .large-margin-collapse > .small-10 {
        width: 83.33333%;
    }
    .large-margin-collapse > .small-11 {
        width: 91.66667%;
    }
    .large-margin-collapse > .small-12 {
        width: 100%;
    }
}
@media print, screen and (min-width: 64em) {
    .large-margin-collapse > .medium-1 {
        width: 8.33333%;
    }
    .large-margin-collapse > .medium-2 {
        width: 16.66667%;
    }
    .large-margin-collapse > .medium-3 {
        width: 25%;
    }
    .large-margin-collapse > .medium-4 {
        width: 33.33333%;
    }
    .large-margin-collapse > .medium-5 {
        width: 41.66667%;
    }
    .large-margin-collapse > .medium-6 {
        width: 50%;
    }
    .large-margin-collapse > .medium-7 {
        width: 58.33333%;
    }
    .large-margin-collapse > .medium-8 {
        width: 66.66667%;
    }
    .large-margin-collapse > .medium-9 {
        width: 75%;
    }
    .large-margin-collapse > .medium-10 {
        width: 83.33333%;
    }
    .large-margin-collapse > .medium-11 {
        width: 91.66667%;
    }
    .large-margin-collapse > .medium-12 {
        width: 100%;
    }
}
@media print, screen and (min-width: 64em) {
    .large-margin-collapse > .large-1 {
        width: 8.33333%;
    }
    .large-margin-collapse > .large-2 {
        width: 16.66667%;
    }
    .large-margin-collapse > .large-3 {
        width: 25%;
    }
    .large-margin-collapse > .large-4 {
        width: 33.33333%;
    }
    .large-margin-collapse > .large-5 {
        width: 41.66667%;
    }
    .large-margin-collapse > .large-6 {
        width: 50%;
    }
    .large-margin-collapse > .large-7 {
        width: 58.33333%;
    }
    .large-margin-collapse > .large-8 {
        width: 66.66667%;
    }
    .large-margin-collapse > .large-9 {
        width: 75%;
    }
    .large-margin-collapse > .large-10 {
        width: 83.33333%;
    }
    .large-margin-collapse > .large-11 {
        width: 91.66667%;
    }
    .large-margin-collapse > .large-12 {
        width: 100%;
    }
}
@media screen and (min-width: 90.625em) {
    .large-margin-collapse > .xlarge-1 {
        width: 8.33333%;
    }
    .large-margin-collapse > .xlarge-2 {
        width: 16.66667%;
    }
    .large-margin-collapse > .xlarge-3 {
        width: 25%;
    }
    .large-margin-collapse > .xlarge-4 {
        width: 33.33333%;
    }
    .large-margin-collapse > .xlarge-5 {
        width: 41.66667%;
    }
    .large-margin-collapse > .xlarge-6 {
        width: 50%;
    }
    .large-margin-collapse > .xlarge-7 {
        width: 58.33333%;
    }
    .large-margin-collapse > .xlarge-8 {
        width: 66.66667%;
    }
    .large-margin-collapse > .xlarge-9 {
        width: 75%;
    }
    .large-margin-collapse > .xlarge-10 {
        width: 83.33333%;
    }



    .large-margin-collapse > .xlarge-11 {
        width: 91.66667%;
    }
    .large-margin-collapse > .xlarge-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;
    }
}
@media screen and (min-width: 90.625em) {
    .xlarge-margin-collapse,
    .xlarge-margin-collapse > .cell {
        margin-right: 0;
        margin-left: 0;
    }
}
@media screen and (min-width: 90.625em) {
    .xlarge-margin-collapse > .small-1 {
        width: 8.33333%;
    }
    .xlarge-margin-collapse > .small-2 {
        width: 16.66667%;
    }
    .xlarge-margin-collapse > .small-3 {
        width: 25%;
    }
    .xlarge-margin-collapse > .small-4 {
        width: 33.33333%;
    }
    .xlarge-margin-collapse > .small-5 {
        width: 41.66667%;
    }
    .xlarge-margin-collapse > .small-6 {
        width: 50%;
    }
    .xlarge-margin-collapse > .small-7 {
        width: 58.33333%;
    }
    .xlarge-margin-collapse > .small-8 {
        width: 66.66667%;
    }
    .xlarge-margin-collapse > .small-9 {
        width: 75%;
    }
    .xlarge-margin-collapse > .small-10 {
        width: 83.33333%;
    }
    .xlarge-margin-collapse > .small-11 {
        width: 91.66667%;
    }
    .xlarge-margin-collapse > .small-12 {
        width: 100%;
    }
}
@media screen and (min-width: 90.625em) {
    .xlarge-margin-collapse > .medium-1 {
        width: 8.33333%;
    }
    .xlarge-margin-collapse > .medium-2 {
        width: 16.66667%;
    }
    .xlarge-margin-collapse > .medium-3 {
        width: 25%;
    }
    .xlarge-margin-collapse > .medium-4 {
        width: 33.33333%;
    }
    .xlarge-margin-collapse > .medium-5 {
        width: 41.66667%;
    }
    .xlarge-margin-collapse > .medium-6 {
        width: 50%;
    }
    .xlarge-margin-collapse > .medium-7 {
        width: 58.33333%;
    }
    .xlarge-margin-collapse > .medium-8 {
        width: 66.66667%;
    }
    .xlarge-margin-collapse > .medium-9 {
        width: 75%;
    }
    .xlarge-margin-collapse > .medium-10 {
        width: 83.33333%;
    }
    .xlarge-margin-collapse > .medium-11 {
        width: 91.66667%;
    }
    .xlarge-margin-collapse > .medium-12 {
        width: 100%;
    }
}
@media screen and (min-width: 90.625em) {
    .xlarge-margin-collapse > .large-1 {
        width: 8.33333%;
    }
    .xlarge-margin-collapse > .large-2 {
        width: 16.66667%;
    }
    .xlarge-margin-collapse > .large-3 {
        width: 25%;
    }
    .xlarge-margin-collapse > .large-4 {
        width: 33.33333%;
    }
    .xlarge-margin-collapse > .large-5 {
        width: 41.66667%;
    }
    .xlarge-margin-collapse > .large-6 {
        width: 50%;
    }
    .xlarge-margin-collapse > .large-7 {
        width: 58.33333%;
    }
    .xlarge-margin-collapse > .large-8 {
        width: 66.66667%;
    }
    .xlarge-margin-collapse > .large-9 {
        width: 75%;
    }
    .xlarge-margin-collapse > .large-10 {
        width: 83.33333%;
    }
    .xlarge-margin-collapse > .large-11 {
        width: 91.66667%;
    }
    .xlarge-margin-collapse > .large-12 {
        width: 100%;
    }
}
@media screen and (min-width: 90.625em) {
    .xlarge-margin-collapse > .xlarge-1 {
        width: 8.33333%;
    }
    .xlarge-margin-collapse > .xlarge-2 {
        width: 16.66667%;
    }
    .xlarge-margin-collapse > .xlarge-3 {
        width: 25%;
    }
    .xlarge-margin-collapse > .xlarge-4 {
        width: 33.33333%;
    }
    .xlarge-margin-collapse > .xlarge-5 {
        width: 41.66667%;
    }
    .xlarge-margin-collapse > .xlarge-6 {
        width: 50%;
    }
    .xlarge-margin-collapse > .xlarge-7 {
        width: 58.33333%;
    }
    .xlarge-margin-collapse > .xlarge-8 {
        width: 66.66667%;
    }
    .xlarge-margin-collapse > .xlarge-9 {
        width: 75%;
    }
    .xlarge-margin-collapse > .xlarge-10 {
        width: 83.33333%;
    }
    .xlarge-margin-collapse > .xlarge-11 {
        width: 91.66667%;
    }
    .xlarge-margin-collapse > .xlarge-12 {
        width: 100%;
    }
}
@media screen and (min-width: 90.625em) {
    .xlarge-padding-collapse {
        margin-right: 0;
        margin-left: 0;
    }
    .xlarge-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% + 0.625rem);
}
.small-offset-1 {
    margin-left: 8.33333%;
}
.grid-margin-x > .small-offset-1 {
    margin-left: calc(8.33333% + 0.625rem);
}
.small-offset-2 {
    margin-left: 16.66667%;
}
.grid-margin-x > .small-offset-2 {
    margin-left: calc(16.66667% + 0.625rem);
}
.small-offset-3 {
    margin-left: 25%;
}
.grid-margin-x > .small-offset-3 {
    margin-left: calc(25% + 0.625rem);
}
.small-offset-4 {
    margin-left: 33.33333%;
}
.grid-margin-x > .small-offset-4 {
    margin-left: calc(33.33333% + 0.625rem);
}
.small-offset-5 {
    margin-left: 41.66667%;
}
.grid-margin-x > .small-offset-5 {
    margin-left: calc(41.66667% + 0.625rem);
}
.small-offset-6 {
    margin-left: 50%;
}
.grid-margin-x > .small-offset-6 {
    margin-left: calc(50% + 0.625rem);
}
.small-offset-7 {
    margin-left: 58.33333%;
}
.grid-margin-x > .small-offset-7 {
    margin-left: calc(58.33333% + 0.625rem);
}
.small-offset-8 {
    margin-left: 66.66667%;
}
.grid-margin-x > .small-offset-8 {
    margin-left: calc(66.66667% + 0.625rem);
}
.small-offset-9 {
    margin-left: 75%;
}
.grid-margin-x > .small-offset-9 {
    margin-left: calc(75% + 0.625rem);
}
.small-offset-10 {
    margin-left: 83.33333%;
}
.grid-margin-x > .small-offset-10 {
    margin-left: calc(83.33333% + 0.625rem);
}
.small-offset-11 {
    margin-left: 91.66667%;
}
.grid-margin-x > .small-offset-11 {
    margin-left: calc(91.66667% + 0.625rem);
}
@media print, screen and (min-width: 40em) {
    .medium-offset-0 {
        margin-left: 0;
    }
    .grid-margin-x > .medium-offset-0 {
        margin-left: calc(0% + 0.9375rem);
    }
    .medium-offset-1 {
        margin-left: 8.33333%;
    }
    .grid-margin-x > .medium-offset-1 {
        margin-left: calc(8.33333% + 0.9375rem);
    }
    .medium-offset-2 {
        margin-left: 16.66667%;
    }
    .grid-margin-x > .medium-offset-2 {
        margin-left: calc(16.66667% + 0.9375rem);
    }
    .medium-offset-3 {
        margin-left: 25%;
    }
    .grid-margin-x > .medium-offset-3 {
        margin-left: calc(25% + 0.9375rem);
    }
    .medium-offset-4 {
        margin-left: 33.33333%;
    }
    .grid-margin-x > .medium-offset-4 {
        margin-left: calc(33.33333% + 0.9375rem);
    }
    .medium-offset-5 {
        margin-left: 41.66667%;
    }
    .grid-margin-x > .medium-offset-5 {
        margin-left: calc(41.66667% + 0.9375rem);
    }
    .medium-offset-6 {
        margin-left: 50%;
    }
    .grid-margin-x > .medium-offset-6 {
        margin-left: calc(50% + 0.9375rem);
    }
    .medium-offset-7 {
        margin-left: 58.33333%;
    }
    .grid-margin-x > .medium-offset-7 {
        margin-left: calc(58.33333% + 0.9375rem);
    }
    .medium-offset-8 {
        margin-left: 66.66667%;
    }
    .grid-margin-x > .medium-offset-8 {
        margin-left: calc(66.66667% + 0.9375rem);
    }
    .medium-offset-9 {
        margin-left: 75%;
    }
    .grid-margin-x > .medium-offset-9 {
        margin-left: calc(75% + 0.9375rem);
    }
    .medium-offset-10 {
        margin-left: 83.33333%;
    }
    .grid-margin-x > .medium-offset-10 {
        margin-left: calc(83.33333% + 0.9375rem);
    }
    .medium-offset-11 {
        margin-left: 91.66667%;
    }
    .grid-margin-x > .medium-offset-11 {
        margin-left: calc(91.66667% + 0.9375rem);
    }
}
@media print, screen and (min-width: 64em) {
    .large-offset-0 {
        margin-left: 0;
    }
    .grid-margin-x > .large-offset-0 {
        margin-left: calc(0% + 1.25rem);
    }
    .large-offset-1 {
        margin-left: 8.33333%;
    }
    .grid-margin-x > .large-offset-1 {
        margin-left: calc(8.33333% + 1.25rem);
    }
    .large-offset-2 {
        margin-left: 16.66667%;
    }
    .grid-margin-x > .large-offset-2 {
        margin-left: calc(16.66667% + 1.25rem);
    }
    .large-offset-3 {
        margin-left: 25%;
    }
    .grid-margin-x > .large-offset-3 {
        margin-left: calc(25% + 1.25rem);
    }
    .large-offset-4 {
        margin-left: 33.33333%;
    }
    .grid-margin-x > .large-offset-4 {
        margin-left: calc(33.33333% + 1.25rem);
    }
    .large-offset-5 {
        margin-left: 41.66667%;
    }
    .grid-margin-x > .large-offset-5 {
        margin-left: calc(41.66667% + 1.25rem);
    }
    .large-offset-6 {
        margin-left: 50%;
    }
    .grid-margin-x > .large-offset-6 {
        margin-left: calc(50% + 1.25rem);
    }
    .large-offset-7 {
        margin-left: 58.33333%;
    }
    .grid-margin-x > .large-offset-7 {
        margin-left: calc(58.33333% + 1.25rem);
    }
    .large-offset-8 {
        margin-left: 66.66667%;
    }
    .grid-margin-x > .large-offset-8 {
        margin-left: calc(66.66667% + 1.25rem);
    }
    .large-offset-9 {
        margin-left: 75%;
    }
    .grid-margin-x > .large-offset-9 {
        margin-left: calc(75% + 1.25rem);
    }
    .large-offset-10 {
        margin-left: 83.33333%;
    }
    .grid-margin-x > .large-offset-10 {
        margin-left: calc(83.33333% + 1.25rem);
    }
    .large-offset-11 {
        margin-left: 91.66667%;
    }
    .grid-margin-x > .large-offset-11 {
        margin-left: calc(91.66667% + 1.25rem);
    }
}
@media screen and (min-width: 90.625em) {
    .xlarge-offset-0 {
        margin-left: 0;
    }
    .grid-margin-x > .xlarge-offset-0 {
        margin-left: calc(0% + 1.25rem);
    }
    .xlarge-offset-1 {
        margin-left: 8.33333%;
    }
    .grid-margin-x > .xlarge-offset-1 {
        margin-left: calc(8.33333% + 1.25rem);
    }
    .xlarge-offset-2 {
        margin-left: 16.66667%;
    }
    .grid-margin-x > .xlarge-offset-2 {
        margin-left: calc(16.66667% + 1.25rem);
    }
    .xlarge-offset-3 {
        margin-left: 25%;
    }
    .grid-margin-x > .xlarge-offset-3 {
        margin-left: calc(25% + 1.25rem);
    }
    .xlarge-offset-4 {
        margin-left: 33.33333%;
    }
    .grid-margin-x > .xlarge-offset-4 {
        margin-left: calc(33.33333% + 1.25rem);
    }
    .xlarge-offset-5 {
        margin-left: 41.66667%;
    }
    .grid-margin-x > .xlarge-offset-5 {
        margin-left: calc(41.66667% + 1.25rem);
    }
    .xlarge-offset-6 {
        margin-left: 50%;
    }
    .grid-margin-x > .xlarge-offset-6 {
        margin-left: calc(50% + 1.25rem);
    }
    .xlarge-offset-7 {
        margin-left: 58.33333%;
    }
    .grid-margin-x > .xlarge-offset-7 {
        margin-left: calc(58.33333% + 1.25rem);
    }
    .xlarge-offset-8 {
        margin-left: 66.66667%;
    }
    .grid-margin-x > .xlarge-offset-8 {
        margin-left: calc(66.66667% + 1.25rem);
    }
    .xlarge-offset-9 {
        margin-left: 75%;
    }
    .grid-margin-x > .xlarge-offset-9 {
        margin-left: calc(75% + 1.25rem);
    }
    .xlarge-offset-10 {
        margin-left: 83.33333%;
    }
    .grid-margin-x > .xlarge-offset-10 {
        margin-left: calc(83.33333% + 1.25rem);
    }
    .xlarge-offset-11 {
        margin-left: 91.66667%;
    }
    .grid-margin-x > .xlarge-offset-11 {
        margin-left: calc(91.66667% + 1.25rem);
    }
}
.grid-y {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}
.grid-y > .cell {
    height: auto;
    max-height: none;
}
.grid-y > .auto,
.grid-y > .shrink {
    height: auto;
}
.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,
.grid-y > .small-full,
.grid-y > .small-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
    .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,
    .grid-y > .medium-full,
    .grid-y > .medium-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}
@media print, screen and (min-width: 64em) {
    .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,
    .grid-y > .large-full,
    .grid-y > .large-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}
@media screen and (min-width: 90.625em) {
    .grid-y > .xlarge-1,
    .grid-y > .xlarge-2,
    .grid-y > .xlarge-3,
    .grid-y > .xlarge-4,
    .grid-y > .xlarge-5,
    .grid-y > .xlarge-6,
    .grid-y > .xlarge-7,
    .grid-y > .xlarge-8,
    .grid-y > .xlarge-9,
    .grid-y > .xlarge-10,
    .grid-y > .xlarge-11,
    .grid-y > .xlarge-12,
    .grid-y > .xlarge-full,
    .grid-y > .xlarge-shrink {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}
.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 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.grid-y > .small-1 {
    height: 8.33333%;
}
.grid-y > .small-2 {
    height: 16.66667%;
}
.grid-y > .small-3 {
    height: 25%;
}
.grid-y > .small-4 {
    height: 33.33333%;
}
.grid-y > .small-5 {
    height: 41.66667%;
}
.grid-y > .small-6 {
    height: 50%;
}
.grid-y > .small-7 {
    height: 58.33333%;
}
.grid-y > .small-8 {
    height: 66.66667%;
}
.grid-y > .small-9 {
    height: 75%;
}
.grid-y > .small-10 {
    height: 83.33333%;
}
.grid-y > .small-11 {
    height: 91.66667%;
}
.grid-y > .small-12 {
    height: 100%;
}
@media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto;
    }
    .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,
    .grid-y > .medium-shrink {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .grid-y > .medium-shrink {
        height: auto;
    }
    .grid-y > .medium-1 {
        height: 8.33333%;
    }
    .grid-y > .medium-2 {
        height: 16.66667%;
    }
    .grid-y > .medium-3 {
        height: 25%;
    }
    .grid-y > .medium-4 {
        height: 33.33333%;
    }
    .grid-y > .medium-5 {
        height: 41.66667%;
    }
    .grid-y > .medium-6 {
        height: 50%;
    }
    .grid-y > .medium-7 {
        height: 58.33333%;
    }
    .grid-y > .medium-8 {
        height: 66.66667%;
    }
    .grid-y > .medium-9 {
        height: 75%;
    }
    .grid-y > .medium-10 {
        height: 83.33333%;
    }
    .grid-y > .medium-11 {
        height: 91.66667%;
    }
    .grid-y > .medium-12 {
        height: 100%;
    }
}
@media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto;
    }
    .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,
    .grid-y > .large-shrink {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .grid-y > .large-shrink {
        height: auto;
    }
    .grid-y > .large-1 {
        height: 8.33333%;
    }
    .grid-y > .large-2 {
        height: 16.66667%;
    }
    .grid-y > .large-3 {
        height: 25%;
    }
    .grid-y > .large-4 {
        height: 33.33333%;
    }
    .grid-y > .large-5 {
        height: 41.66667%;
    }
    .grid-y > .large-6 {
        height: 50%;
    }
    .grid-y > .large-7 {
        height: 58.33333%;
    }
    .grid-y > .large-8 {
        height: 66.66667%;
    }
    .grid-y > .large-9 {
        height: 75%;
    }
    .grid-y > .large-10 {
        height: 83.33333%;
    }
    .grid-y > .large-11 {
        height: 91.66667%;
    }
    .grid-y > .large-12 {
        height: 100%;
    }
}
@media screen and (min-width: 90.625em) {
    .grid-y > .xlarge-auto {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto;
    }
    .grid-y > .xlarge-1,
    .grid-y > .xlarge-2,
    .grid-y > .xlarge-3,
    .grid-y > .xlarge-4,
    .grid-y > .xlarge-5,
    .grid-y > .xlarge-6,
    .grid-y > .xlarge-7,
    .grid-y > .xlarge-8,
    .grid-y > .xlarge-9,
    .grid-y > .xlarge-10,
    .grid-y > .xlarge-11,
    .grid-y > .xlarge-12,
    .grid-y > .xlarge-shrink {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .grid-y > .xlarge-shrink {
        height: auto;
    }
    .grid-y > .xlarge-1 {
        height: 8.33333%;
    }
    .grid-y > .xlarge-2 {
        height: 16.66667%;
    }
    .grid-y > .xlarge-3 {
        height: 25%;
    }
    .grid-y > .xlarge-4 {
        height: 33.33333%;
    }
    .grid-y > .xlarge-5 {
        height: 41.66667%;
    }
    .grid-y > .xlarge-6 {
        height: 50%;
    }
    .grid-y > .xlarge-7 {
        height: 58.33333%;
    }
    .grid-y > .xlarge-8 {
        height: 66.66667%;
    }
    .grid-y > .xlarge-9 {
        height: 75%;
    }
    .grid-y > .xlarge-10 {
        height: 83.33333%;
    }
    .grid-y > .xlarge-11 {
        height: 91.66667%;
    }
    .grid-y > .xlarge-12 {
        height: 100%;
    }
}
.grid-padding-y .grid-padding-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -0.9375rem;
        margin-bottom: -0.9375rem;
    }
}
@media print, screen and (min-width: 64em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem;
    }
}
.grid-padding-y > .cell {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem;
    }
}
@media print, screen and (min-width: 64em) {
    .grid-padding-y > .cell {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
    }
}
.grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
}
.cell .grid-frame {
    width: 100%;
}
.cell-block {
    overflow-x: auto;
    max-width: 100%;
}
.cell-block,
.cell-block-y {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
}
.cell-block-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
}
.cell-block-container > .grid-x {

    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media print, screen and (min-width: 40em) {
    .medium-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: stretch;
        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: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%;
    }
    .medium-cell-block-container > .grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        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;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: stretch;
        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: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%;
    }
    .large-cell-block-container > .grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        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;
    }
}
@media screen and (min-width: 90.625em) {
    .xlarge-grid-frame {
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw;
    }
    .cell .xlarge-grid-frame {
        width: 100%;
    }
    .xlarge-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .xlarge-cell-block-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%;
    }
    .xlarge-cell-block-container > .grid-x {
        max-height: 100%;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .xlarge-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 {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
}
@media print, screen and (min-width: 40em) {
    .grid-y.medium-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh;
    }
}
@media print, screen and (min-width: 64em) {
    .grid-y.large-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh;
    }
}
@media screen and (min-width: 90.625em) {
    .grid-y.xlarge-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh;
    }
}
.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%;
    }
}
@media screen and (min-width: 90.625em) {
    .cell .grid-y.xlarge-grid-frame {
        height: 100%;
    }
}
.grid-margin-y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
    .grid-margin-y {
        margin-top: -0.9375rem;
        margin-bottom: -0.9375rem;
    }
}
@media print, screen and (min-width: 64em) {
    .grid-margin-y {
        margin-top: -1.25rem;
        margin-bottom: -1.25rem;
    }
}
.grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
        height: calc(100% - 1.875rem);
        margin-top: 0.9375rem;
        margin-bottom: 0.9375rem;
    }
}
@media print, screen and (min-width: 64em) {
    .grid-margin-y > .cell {
        height: calc(100% - 2.5rem);
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }
}
.grid-margin-y > .auto,
.grid-margin-y > .shrink {
    height: auto;
}
.grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem);
}
.grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem);
}
.grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem);
}
.grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem);
}
.grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem);
}
.grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem);
}
.grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem);
}
.grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem);
}
.grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto,
    .grid-margin-y > .shrink {
        height: auto;
    }
    .grid-margin-y > .small-1 {
        height: calc(8.33333% - 1.875rem);
    }
    .grid-margin-y > .small-2 {
        height: calc(16.66667% - 1.875rem);
    }
    .grid-margin-y > .small-3 {
        height: calc(25% - 1.875rem);
    }
    .grid-margin-y > .small-4 {
        height: calc(33.33333% - 1.875rem);
    }
    .grid-margin-y > .small-5 {
        height: calc(41.66667% - 1.875rem);
    }
    .grid-margin-y > .small-6 {
        height: calc(50% - 1.875rem);
    }
    .grid-margin-y > .small-7 {
        height: calc(58.33333% - 1.875rem);
    }
    .grid-margin-y > .small-8 {
        height: calc(66.66667% - 1.875rem);
    }
    .grid-margin-y > .small-9 {
        height: calc(75% - 1.875rem);
    }
    .grid-margin-y > .small-10 {
        height: calc(83.33333% - 1.875rem);
    }
    .grid-margin-y > .small-11 {
        height: calc(91.66667% - 1.875rem);
    }
    .grid-margin-y > .small-12 {
        height: calc(100% - 1.875rem);
    }
    .grid-margin-y > .medium-auto,
    .grid-margin-y > .medium-shrink {
        height: auto;
    }
    .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 1.875rem);
    }
    .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 1.875rem);
    }
    .grid-margin-y > .medium-3 {
        height: calc(25% - 1.875rem);
    }
    .grid-margin-y > .medium-4 {

        height: calc(33.33333% - 1.875rem);
    }
    .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 1.875rem);
    }
    .grid-margin-y > .medium-6 {
        height: calc(50% - 1.875rem);
    }
    .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 1.875rem);
    }
    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 1.875rem);
    }
    .grid-margin-y > .medium-9 {
        height: calc(75% - 1.875rem);
    }
    .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 1.875rem);
    }
    .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 1.875rem);
    }
    .grid-margin-y > .medium-12 {
        height: calc(100% - 1.875rem);
    }
}
@media print, screen and (min-width: 64em) {
    .grid-margin-y > .auto,
    .grid-margin-y > .shrink {
        height: auto;
    }
    .grid-margin-y > .small-1 {
        height: calc(8.33333% - 2.5rem);
    }
    .grid-margin-y > .small-2 {
        height: calc(16.66667% - 2.5rem);
    }
    .grid-margin-y > .small-3 {
        height: calc(25% - 2.5rem);
    }
    .grid-margin-y > .small-4 {
        height: calc(33.33333% - 2.5rem);
    }
    .grid-margin-y > .small-5 {
        height: calc(41.66667% - 2.5rem);
    }
    .grid-margin-y > .small-6 {
        height: calc(50% - 2.5rem);
    }
    .grid-margin-y > .small-7 {
        height: calc(58.33333% - 2.5rem);
    }
    .grid-margin-y > .small-8 {
        height: calc(66.66667% - 2.5rem);
    }
    .grid-margin-y > .small-9 {
        height: calc(75% - 2.5rem);
    }
    .grid-margin-y > .small-10 {
        height: calc(83.33333% - 2.5rem);
    }
    .grid-margin-y > .small-11 {
        height: calc(91.66667% - 2.5rem);
    }
    .grid-margin-y > .small-12 {
        height: calc(100% - 2.5rem);
    }
    .grid-margin-y > .medium-auto,
    .grid-margin-y > .medium-shrink {
        height: auto;
    }
    .grid-margin-y > .medium-1 {
        height: calc(8.33333% - 2.5rem);
    }
    .grid-margin-y > .medium-2 {
        height: calc(16.66667% - 2.5rem);
    }
    .grid-margin-y > .medium-3 {
        height: calc(25% - 2.5rem);
    }
    .grid-margin-y > .medium-4 {
        height: calc(33.33333% - 2.5rem);
    }
    .grid-margin-y > .medium-5 {
        height: calc(41.66667% - 2.5rem);
    }
    .grid-margin-y > .medium-6 {
        height: calc(50% - 2.5rem);
    }
    .grid-margin-y > .medium-7 {
        height: calc(58.33333% - 2.5rem);
    }
    .grid-margin-y > .medium-8 {
        height: calc(66.66667% - 2.5rem);
    }
    .grid-margin-y > .medium-9 {
        height: calc(75% - 2.5rem);
    }
    .grid-margin-y > .medium-10 {
        height: calc(83.33333% - 2.5rem);
    }
    .grid-margin-y > .medium-11 {
        height: calc(91.66667% - 2.5rem);
    }
    .grid-margin-y > .medium-12 {
        height: calc(100% - 2.5rem);
    }
    .grid-margin-y > .large-auto,
    .grid-margin-y > .large-shrink {
        height: auto;
    }
    .grid-margin-y > .large-1 {
        height: calc(8.33333% - 2.5rem);
    }
    .grid-margin-y > .large-2 {
        height: calc(16.66667% - 2.5rem);
    }
    .grid-margin-y > .large-3 {
        height: calc(25% - 2.5rem);
    }
    .grid-margin-y > .large-4 {
        height: calc(33.33333% - 2.5rem);
    }
    .grid-margin-y > .large-5 {
        height: calc(41.66667% - 2.5rem);
    }
    .grid-margin-y > .large-6 {
        height: calc(50% - 2.5rem);
    }
    .grid-margin-y > .large-7 {
        height: calc(58.33333% - 2.5rem);
    }
    .grid-margin-y > .large-8 {
        height: calc(66.66667% - 2.5rem);
    }
    .grid-margin-y > .large-9 {
        height: calc(75% - 2.5rem);
    }
    .grid-margin-y > .large-10 {
        height: calc(83.33333% - 2.5rem);
    }
    .grid-margin-y > .large-11 {
        height: calc(91.66667% - 2.5rem);
    }
    .grid-margin-y > .large-12 {
        height: calc(100% - 2.5rem);
    }
}
@media screen and (min-width: 90.625em) {
    .grid-margin-y > .xlarge-auto,
    .grid-margin-y > .xlarge-shrink {
        height: auto;
    }
    .grid-margin-y > .xlarge-1 {
        height: calc(8.33333% - 2.5rem);
    }
    .grid-margin-y > .xlarge-2 {
        height: calc(16.66667% - 2.5rem);
    }
    .grid-margin-y > .xlarge-3 {
        height: calc(25% - 2.5rem);
    }
    .grid-margin-y > .xlarge-4 {
        height: calc(33.33333% - 2.5rem);
    }
    .grid-margin-y > .xlarge-5 {
        height: calc(41.66667% - 2.5rem);
    }
    .grid-margin-y > .xlarge-6 {
        height: calc(50% - 2.5rem);
    }
    .grid-margin-y > .xlarge-7 {
        height: calc(58.33333% - 2.5rem);
    }
    .grid-margin-y > .xlarge-8 {
        height: calc(66.66667% - 2.5rem);
    }
    .grid-margin-y > .xlarge-9 {
        height: calc(75% - 2.5rem);
    }
    .grid-margin-y > .xlarge-10 {
        height: calc(83.33333% - 2.5rem);
    }
    .grid-margin-y > .xlarge-11 {
        height: calc(91.66667% - 2.5rem);
    }
    .grid-margin-y > .xlarge-12 {
        height: calc(100% - 2.5rem);
    }
}
.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 + 2.5rem);
    }
}
@media screen and (min-width: 90.625em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 2.5rem);
    }
}
@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 + 2.5rem);
    }
}
@media screen and (min-width: 90.625em) {
    .grid-margin-y.xlarge-grid-frame {
        height: calc(100vh + 2.5rem);
    }
}
.align-left {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.align-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.align-center {
    -ms-flex-pack: center;
    justify-content: center;
}
.align-justify {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.align-spaced {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.align-left.vertical.menu > li > a {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.align-right.vertical.menu > li > a {
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.align-center.vertical.menu > li > a {
    -ms-flex-pack: center;
    justify-content: center;
}
.align-top {
    -ms-flex-align: start;
    align-items: flex-start;
}
.align-self-top {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.align-bottom {
    -ms-flex-align: end;
    align-items: flex-end;
}
.align-self-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.align-middle {
    -ms-flex-align: center;
    align-items: center;
}
.align-self-middle {
    -ms-flex-item-align: center;
    align-self: center;
}
.align-stretch {
    -ms-flex-align: stretch;
    align-items: stretch;
}
.align-self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
.align-center-middle {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.small-order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.small-order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.small-order-3 {
    -ms-flex-order: 3;
    order: 3;
}
.small-order-4 {
    -ms-flex-order: 4;
    order: 4;
}
.small-order-5 {
    -ms-flex-order: 5;
    order: 5;
}
.small-order-6 {
    -ms-flex-order: 6;
    order: 6;
}
@media print, screen and (min-width: 40em) {
    .medium-order-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .medium-order-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .medium-order-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .medium-order-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .medium-order-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .medium-order-6 {
        -ms-flex-order: 6;
        order: 6;
    }
}
@media print, screen and (min-width: 64em) {
    .large-order-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .large-order-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .large-order-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .large-order-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .large-order-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .large-order-6 {
        -ms-flex-order: 6;
        order: 6;
    }
}
@media screen and (min-width: 90.625em) {
    .xlarge-order-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .xlarge-order-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .xlarge-order-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .xlarge-order-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .xlarge-order-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .xlarge-order-6 {
        -ms-flex-order: 6;
        order: 6;
    }
}
.flex-container {
    display: -ms-flexbox;
    display: flex;
}
.flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row;
}
.flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
@media print, screen and (min-width: 40em) {
    .medium-flex-container {
        display: -ms-flexbox;
        display: flex;
    }
    .medium-flex-child-auto {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .medium-flex-child-grow {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    .medium-flex-child-shrink {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    .medium-flex-dir-row {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .medium-flex-dir-row-reverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .medium-flex-dir-column {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .medium-flex-dir-column-reverse {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media print, screen and (min-width: 64em) {
    .large-flex-container {
        display: -ms-flexbox;
        display: flex;
    }
    .large-flex-child-auto {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .large-flex-child-grow {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    .large-flex-child-shrink {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    .large-flex-dir-row {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .large-flex-dir-row-reverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .large-flex-dir-column {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .large-flex-dir-column-reverse {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media screen and (min-width: 90.625em) {
    .xlarge-flex-container {
        display: -ms-flexbox;
        display: flex;
    }
    .xlarge-flex-child-auto {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .xlarge-flex-child-grow {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    .xlarge-flex-child-shrink {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    .xlarge-flex-dir-row {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .xlarge-flex-dir-row-reverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .xlarge-flex-dir-column {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .xlarge-flex-dir-column-reverse {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0;
}
p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}
em,
i {
    font-style: italic;
}
b,
em,
i,
strong {
    line-height: inherit;
}
b,
strong {
    font-weight: 700;
}
small {
    font-size: 80%;
    line-height: inherit;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: inherit;
    text-rendering: optimizeLegibility;
}
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    line-height: 0;
    color: #ccc;
}
.h1,
h1 {
    font-size: 2.5rem;
}
.h1,
.h2,
h1,
h2 {
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.h2,
h2 {
    font-size: 1.875rem;
}
.h3,
h3 {
    font-size: 1.5rem;
}
.h3,
.h4,
h3,
h4 {
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.h4,
h4 {
    font-size: 1.25rem;
}
.h5,
h5 {
    font-size: 1.125rem;
}
.h5,
.h6,
h5,
h6 {
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.5rem;
}
.h6,
h6 {
    font-size: 1rem;
}
@media print, screen and (min-width: 40em) {
    .h1,
    h1 {
        font-size: 3rem;
    }
    .h2,
    h2 {
        font-size: 2.25rem;
    }
    .h3,
    h3 {
        font-size: 1.625rem;
    }
    .h4,
    h4 {
        font-size: 1.375rem;
    }
    .h5,
    h5 {
        font-size: 1.125rem;
    }
    .h6,
    h6 {
        font-size: 1rem;
    }
}
@media print, screen and (min-width: 64em) {
    .h1,
    h1 {
        font-size: 3.75rem;
    }
    .h2,
    h2 {
        font-size: 2.5rem;
    }
    .h3,
    h3 {
        font-size: 1.75rem;
    }
    .h4,
    h4 {
        font-size: 1.5rem;
    }
    .h5,
    h5 {
        font-size: 1.25rem;
    }
    .h6,
    h6 {
        font-size: 1rem;
    }
}
a {
    line-height: inherit;
    color: #d83c27;
    text-decoration: none;
    cursor: pointer;
}
a:focus,
a:hover {
    color: #ba3422;
}
a img {
    border: 0;
}
hr {
    max-width: 1400px;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #ccc;
    border-left: 0;
}
dl,
ol,
ul {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6;
}
li {
    font-size: inherit;
}
ul {
    list-style-type: disc;
}
ol,
ul {
    margin-left: 1.25rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-left: 1.25rem;
    margin-bottom: 0;
}
dl {
    margin-bottom: 1rem;
}
dl dt {
    margin-bottom: 0.3rem;
    font-weight: 700;
}
blockquote {
    margin: 0 0 1rem;
    padding: 1.25rem 1.25rem 1.25rem 2.5rem;
    border-left: none;
}
blockquote,
blockquote p {
    line-height: 1.6;
    color: #010101;
}
abbr,
abbr[title] {
    border-bottom: 1px dotted #010101;
    cursor: help;
    text-decoration: none;
}
figure,
kbd {
    margin: 0;
}
kbd {
    padding: 0.125rem 0.25rem 0;
    background-color: #e5e5e5;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #010101;
}
.subheader {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #4a4646;
}
.lead {
    font-size: 125%;
    line-height: 1.6;
}
.stat {
    font-size: 2.5rem;
    line-height: 1;
}
p + .stat {
    margin-top: -1rem;
}
ol.no-bullet,
ul.no-bullet {
    margin-left: 0;
    list-style: none;
}
.cite-block,
cite {
    display: block;
    color: #4a4646;
    font-size: 0.8125rem;
}
.cite-block:before,
cite:before {
    content: "— ";
}
.code-inline,
code {
    display: inline;
    max-width: 100%;
    word-wrap: break-word;
    padding: 0.125rem 0.3125rem 0.0625rem;
}
.code-block,
.code-inline,
code {
    border: 1px solid #ccc;
    background-color: #e5e5e5;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: 400;
    color: #010101;
}
.code-block {
    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;
    }
}
@media screen and (min-width: 90.625em) {
    .xlarge-text-left {
        text-align: left;
    }
    .xlarge-text-right {
        text-align: right;
    }
    .xlarge-text-center {
        text-align: center;
    }
    .xlarge-text-justify {
        text-align: justify;
    }
}
.show-for-print {
    display: none !important;
}
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        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,
    th.show-for-print {
        display: table-cell !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    blockquote,
    pre {
        border: 1px solid #4a4646;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .print-break-inside {
        page-break-inside: auto;
    }
}
[type="color"],
[type="date"],
[type="datetime-local"],
[type="datetime"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 3.4375rem;
    margin: 0 0 1rem;
    padding: 1rem;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(1, 1, 1, 0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #010101;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
[type="color"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="datetime"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
textarea:focus {
    outline: none;
    border: 1px solid #4a4646;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
textarea {
    max-width: 100%;
}
textarea[rows] {
    height: auto;
}
input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #e5e5e5;
    cursor: not-allowed;
}
[type="button"],
[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}
input[type="search"] {
    box-sizing: border-box;
}
:-ms-input-placeholder {
    color: #ccc;
}
::placeholder {
    color: #ccc;
}
[type="checkbox"],
[type="file"],
[type="radio"] {
    margin: 0 0 1rem;
}
[type="checkbox"] + label,
[type="radio"] + label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
}
[type="checkbox"] + label[for],
[type="radio"] + label[for] {
    cursor: pointer;
}
label > [type="checkbox"],
label > [type="radio"] {
    margin-right: 0.5rem;
}
[type="file"] {
    width: 100%;
}
label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #010101;
}
label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0;
}
.help-text {
    margin-top: -0.5rem;
    font-size: 0.8125rem;
    font-style: italic;
    color: #010101;
}
.input-group {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.input-group > :first-child,
.input-group > :first-child.input-group-button > *,
.input-group > :last-child,
.input-group > :last-child.input-group-button > * {
    border-radius: 0 0 0 0;
}
.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-label {
    margin: 0;
    white-space: nowrap;
}
.input-group-label {
    padding: 0 1rem;
    border: 1px solid #ccc;
    background: #e5e5e5;
    color: #010101;
    text-align: center;
    white-space: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-align: center;
    align-items: center;
}
.input-group-label:first-child {
    border-right: 0;
}
.input-group-label:last-child {
    border-left: 0;
}
.input-group-field {
    border-radius: 0;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    min-width: 0;
}
.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
}
fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}
legend {
    max-width: 100%;
    margin-bottom: 0.5rem;
}
.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #ccc;
}
.fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
}
select {
    height: 3.4375rem;
    margin: 0 0 1rem;
    padding: 1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #010101;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2874, 70, 70%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
    }
}
select:focus {
    outline: none;
    border: 1px solid #4a4646;
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
    background-color: #e5e5e5;
    cursor: not-allowed;
}
select::-ms-expand {
    display: none;
}
select[multiple] {
    height: auto;
    background-image: none;
}
select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0;
}
.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #faedeb;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37;
}
.form-error,
.is-invalid-label {
    color: #cc4b37;
}
.form-error {
    display: none;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: 700;
}
.form-error.is-visible {
    display: block;
}
.button,
.tml-button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    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"] .button,
[data-whatinput="mouse"] .tml-button {
    outline: 0;
}
.button.tiny,
.tiny.tml-button {
    font-size: 0.6rem;
}
.button.small,
.small.tml-button {
    font-size: 0.75rem;
}
.button.large,
.large.tml-button {
    font-size: 1.25rem;
}
.button.expanded,
.expanded.tml-button {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
.button,
.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover,
.disabled.tml-button,
.disabled.tml-button:focus,
.disabled.tml-button:hover,
.tml-button,
.tml-button[disabled],
.tml-button[disabled]:focus,
.tml-button[disabled]:hover {
    background-color: #ff0056;
    color: #010101;
}
.button:focus,
.button:hover,
.tml-button:focus,
.tml-button:hover {
    background-color: #ffee87;
    color: #010101;
}
.button.primary,
.button.primary.disabled,
.button.primary.disabled:focus,
.button.primary.disabled:hover,
.button.primary[disabled],
.button.primary[disabled]:focus,
.button.primary[disabled]:hover,
.primary.disabled.tml-button,
.primary.disabled.tml-button:focus,
.primary.disabled.tml-button:hover,
.primary.tml-button,
.primary.tml-button[disabled],
.primary.tml-button[disabled]:focus,
.primary.tml-button[disabled]:hover {
    background-color: #ff0056;
    color: #010101;
}
.button.primary:focus,
.button.primary:hover,
.primary.tml-button:focus,
.primary.tml-button:hover {
    background-color: #bd3422;
    color: #010101;
}
.button.secondary,
.button.secondary.disabled,
.button.secondary.disabled:focus,
.button.secondary.disabled:hover,
.button.secondary:focus,
.secondary.disabled.tml-button,
.secondary.disabled.tml-button:focus,
.secondary.disabled.tml-button:hover,
.secondary.tml-button,
.secondary.tml-button:focus,
.secondary.tml-button:hover,
.secondary.tml-button[disabled],
.secondary.tml-button[disabled]:focus,
.secondary.tml-button[disabled]:hover {
    background-color: #010101;
    color: #fff;
}
.button.secondary:focus,
.button.secondary:hover{
	background-color:#ff0056 !important;
}
.button.success,
.button.success.disabled,
.button.success.disabled:focus,
.button.success.disabled:hover,
.button.success[disabled],
.button.success[disabled]:focus,
.button.success[disabled]:hover,
.success.disabled.tml-button,
.success.disabled.tml-button:focus,
.success.disabled.tml-button:hover,
.success.tml-button,
.success.tml-button[disabled],
.success.tml-button[disabled]:focus,
.success.tml-button[disabled]:hover {
    background-color: #3adb76;
    color: #010101;
}
.button.success:focus,
.button.success:hover,
.success.tml-button:focus,
.success.tml-button:hover {
    background-color: #22bb5b;
    color: #010101;
}
.button.warning,
.button.warning.disabled,
.button.warning.disabled:focus,
.button.warning.disabled:hover,
.button.warning[disabled],
.button.warning[disabled]:focus,
.button.warning[disabled]:hover,
.warning.disabled.tml-button,
.warning.disabled.tml-button:focus,
.warning.disabled.tml-button:hover,
.warning.tml-button,
.warning.tml-button[disabled],
.warning.tml-button[disabled]:focus,
.warning.tml-button[disabled]:hover {
    background-color: #ffae00;
    color: #010101;
}
.button.warning:focus,
.button.warning:hover,
.warning.tml-button:focus,
.warning.tml-button:hover {
    background-color: #cc8b00;
    color: #010101;
}
.alert.disabled.tml-button,
.alert.disabled.tml-button:focus,
.alert.disabled.tml-button:hover,
.alert.tml-button,
.alert.tml-button[disabled],
.alert.tml-button[disabled]:focus,
.alert.tml-button[disabled]:hover,
.button.alert,
.button.alert.disabled,
.button.alert.disabled:focus,
.button.alert.disabled:hover,
.button.alert[disabled],
.button.alert[disabled]:focus,
.button.alert[disabled]:hover {
    background-color: #cc4b37;
    color: #010101;
}
.alert.tml-button:focus,
.alert.tml-button:hover,
.button.alert:focus,
.button.alert:hover {
    background-color: #a53b2a;
    color: #010101;
}
.button.hollow,
.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow:focus,
.button.hollow:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover,
.hollow.disabled.tml-button,
.hollow.disabled.tml-button:focus,
.hollow.disabled.tml-button:hover,
.hollow.tml-button,
.hollow.tml-button:focus,
.hollow.tml-button:hover,
.hollow.tml-button[disabled],
.hollow.tml-button[disabled]:focus,
.hollow.tml-button[disabled]:hover {
    background-color: transparent;
}
.button.hollow,
.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover,
.hollow.disabled.tml-button,
.hollow.disabled.tml-button:focus,
.hollow.disabled.tml-button:hover,
.hollow.tml-button,
.hollow.tml-button[disabled],
.hollow.tml-button[disabled]:focus,
.hollow.tml-button[disabled]:hover {
    border: 1px solid #ff0056;
    color: #ff0056;
}
.button.hollow:focus,
.button.hollow:hover,
.hollow.tml-button:focus,
.hollow.tml-button:hover {
    border-color: #762115;
    color: #762115;
}
.button.hollow.primary,
.button.hollow.primary.disabled,
.button.hollow.primary.disabled:focus,
.button.hollow.primary.disabled:hover,
.button.hollow.primary[disabled],
.button.hollow.primary[disabled]:focus,
.button.hollow.primary[disabled]:hover,
.hollow.primary.disabled.tml-button,
.hollow.primary.disabled.tml-button:focus,
.hollow.primary.disabled.tml-button:hover,
.hollow.primary.tml-button,
.hollow.primary.tml-button[disabled],
.hollow.primary.tml-button[disabled]:focus,
.hollow.primary.tml-button[disabled]:hover {
    border: 1px solid #ff0056;
    color: #ff0056;
}
.button.hollow.primary:focus,
.button.hollow.primary:hover,
.hollow.primary.tml-button:focus,
.hollow.primary.tml-button:hover {
    border-color: #762115;
    color: #762115;
}
.button.hollow.secondary,
.button.hollow.secondary.disabled,
.button.hollow.secondary.disabled:focus,
.button.hollow.secondary.disabled:hover,
.button.hollow.secondary[disabled],
.button.hollow.secondary[disabled]:focus,
.button.hollow.secondary[disabled]:hover,
.hollow.secondary.disabled.tml-button,
.hollow.secondary.disabled.tml-button:focus,
.hollow.secondary.disabled.tml-button:hover,
.hollow.secondary.tml-button,
.hollow.secondary.tml-button[disabled],
.hollow.secondary.tml-button[disabled]:focus,
.hollow.secondary.tml-button[disabled]:hover {
    border: 1px solid #010101;
    color: #010101;
}
.button.hollow.secondary:focus,
.button.hollow.secondary:hover,
.hollow.secondary.tml-button:focus,
.hollow.secondary.tml-button:hover {
    border-color: #010101;
    color: #010101;
}
.button.hollow.success,
.button.hollow.success.disabled,
.button.hollow.success.disabled:focus,
.button.hollow.success.disabled:hover,
.button.hollow.success[disabled],
.button.hollow.success[disabled]:focus,
.button.hollow.success[disabled]:hover,
.hollow.success.disabled.tml-button,
.hollow.success.disabled.tml-button:focus,
.hollow.success.disabled.tml-button:hover,
.hollow.success.tml-button,
.hollow.success.tml-button[disabled],
.hollow.success.tml-button[disabled]:focus,
.hollow.success.tml-button[disabled]:hover {
    border: 1px solid #3adb76;
    color: #3adb76;
}
.button.hollow.success:focus,
.button.hollow.success:hover,
.hollow.success.tml-button:focus,
.hollow.success.tml-button:hover {
    border-color: #157539;
    color: #157539;
}
.button.hollow.warning,
.button.hollow.warning.disabled,
.button.hollow.warning.disabled:focus,
.button.hollow.warning.disabled:hover,
.button.hollow.warning[disabled],
.button.hollow.warning[disabled]:focus,
.button.hollow.warning[disabled]:hover,
.hollow.warning.disabled.tml-button,
.hollow.warning.disabled.tml-button:focus,
.hollow.warning.disabled.tml-button:hover,
.hollow.warning.tml-button,
.hollow.warning.tml-button[disabled],
.hollow.warning.tml-button[disabled]:focus,
.hollow.warning.tml-button[disabled]:hover {
    border: 1px solid #ffae00;
    color: #ffae00;
}
.button.hollow.warning:focus,
.button.hollow.warning:hover,
.hollow.warning.tml-button:focus,
.hollow.warning.tml-button:hover {
    border-color: #805700;
    color: #805700;
}
.button.hollow.alert,
.button.hollow.alert.disabled,
.button.hollow.alert.disabled:focus,
.button.hollow.alert.disabled:hover,
.button.hollow.alert[disabled],
.button.hollow.alert[disabled]:focus,
.button.hollow.alert[disabled]:hover,
.hollow.alert.disabled.tml-button,
.hollow.alert.disabled.tml-button:focus,
.hollow.alert.disabled.tml-button:hover,
.hollow.alert.tml-button,
.hollow.alert.tml-button[disabled],
.hollow.alert.tml-button[disabled]:focus,
.hollow.alert.tml-button[disabled]:hover {
    border: 1px solid #cc4b37;
    color: #cc4b37;
}
.button.hollow.alert:focus,
.button.hollow.alert:hover,
.hollow.alert.tml-button:focus,
.hollow.alert.tml-button:hover {
    border-color: #67251a;
    color: #67251a;
}
.button.clear,
.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear:focus,
.button.clear:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover,
.clear.disabled.tml-button,
.clear.disabled.tml-button:focus,
.clear.disabled.tml-button:hover,
.clear.tml-button,
.clear.tml-button:focus,
.clear.tml-button:hover,
.clear.tml-button[disabled],
.clear.tml-button[disabled]:focus,
.clear.tml-button[disabled]:hover {
    border-color: transparent;
    background-color: transparent;
}

.button.clear,
.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover,
.clear.disabled.tml-button,
.clear.disabled.tml-button:focus,
.clear.disabled.tml-button:hover,
.clear.tml-button,
.clear.tml-button[disabled],
.clear.tml-button[disabled]:focus,
.clear.tml-button[disabled]:hover {
    color: #ff0056;
}
.button.clear:focus,
.button.clear:hover,
.clear.tml-button:focus,
.clear.tml-button:hover {
    color: #762115;
}
.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary.disabled:focus,
.button.clear.primary.disabled:hover,
.button.clear.primary[disabled],
.button.clear.primary[disabled]:focus,
.button.clear.primary[disabled]:hover,
.clear.primary.disabled.tml-button,
.clear.primary.disabled.tml-button:focus,
.clear.primary.disabled.tml-button:hover,
.clear.primary.tml-button,
.clear.primary.tml-button[disabled],
.clear.primary.tml-button[disabled]:focus,
.clear.primary.tml-button[disabled]:hover {
    color: #ff0056;
}
.button.clear.primary:focus,
.button.clear.primary:hover,
.clear.primary.tml-button:focus,
.clear.primary.tml-button:hover {
    color: #762115;
}
.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary.disabled:focus,
.button.clear.secondary.disabled:hover,
.button.clear.secondary:focus,
.button.clear.secondary:hover,
.button.clear.secondary[disabled],
.button.clear.secondary[disabled]:focus,
.button.clear.secondary[disabled]:hover,
.clear.secondary.disabled.tml-button,
.clear.secondary.disabled.tml-button:focus,
.clear.secondary.disabled.tml-button:hover,
.clear.secondary.tml-button,
.clear.secondary.tml-button:focus,
.clear.secondary.tml-button:hover,
.clear.secondary.tml-button[disabled],
.clear.secondary.tml-button[disabled]:focus,
.clear.secondary.tml-button[disabled]:hover {
    color: #010101;
}
.button.clear.success,
.button.clear.success.disabled,
.button.clear.success.disabled:focus,
.button.clear.success.disabled:hover,
.button.clear.success[disabled],
.button.clear.success[disabled]:focus,
.button.clear.success[disabled]:hover,
.clear.success.disabled.tml-button,
.clear.success.disabled.tml-button:focus,
.clear.success.disabled.tml-button:hover,
.clear.success.tml-button,
.clear.success.tml-button[disabled],
.clear.success.tml-button[disabled]:focus,
.clear.success.tml-button[disabled]:hover {
    color: #3adb76;
}
.button.clear.success:focus,
.button.clear.success:hover,
.clear.success.tml-button:focus,
.clear.success.tml-button:hover {
    color: #157539;
}
.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning.disabled:focus,
.button.clear.warning.disabled:hover,
.button.clear.warning[disabled],
.button.clear.warning[disabled]:focus,
.button.clear.warning[disabled]:hover,
.clear.warning.disabled.tml-button,
.clear.warning.disabled.tml-button:focus,
.clear.warning.disabled.tml-button:hover,
.clear.warning.tml-button,
.clear.warning.tml-button[disabled],
.clear.warning.tml-button[disabled]:focus,
.clear.warning.tml-button[disabled]:hover {
    color: #ffae00;
}
.button.clear.warning:focus,
.button.clear.warning:hover,
.clear.warning.tml-button:focus,
.clear.warning.tml-button:hover {
    color: #805700;
}
.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert.disabled:focus,
.button.clear.alert.disabled:hover,
.button.clear.alert[disabled],
.button.clear.alert[disabled]:focus,
.button.clear.alert[disabled]:hover,
.clear.alert.disabled.tml-button,
.clear.alert.disabled.tml-button:focus,
.clear.alert.disabled.tml-button:hover,
.clear.alert.tml-button,
.clear.alert.tml-button[disabled],
.clear.alert.tml-button[disabled]:focus,
.clear.alert.tml-button[disabled]:hover {
    color: #cc4b37;
}
.button.clear.alert:focus,
.button.clear.alert:hover,
.clear.alert.tml-button:focus,
.clear.alert.tml-button:hover {
    color: #67251a;
}
.button.disabled,
.button[disabled],
.disabled.tml-button,
.tml-button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
}
.button.dropdown:after,
.dropdown.tml-button:after {
    display: block;
    width: 0;
    height: 0;
    border: 0.4em inset;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em;
}
.button.dropdown.clear.primary:after,
.button.dropdown.clear:after,
.button.dropdown.hollow.primary:after,
.button.dropdown.hollow:after,
.dropdown.clear.primary.tml-button:after,
.dropdown.clear.tml-button:after,
.dropdown.hollow.primary.tml-button:after,
.dropdown.hollow.tml-button:after {
    border-top-color: #ff0056;
}
.button.dropdown.clear.secondary:after,
.button.dropdown.hollow.secondary:after,
.dropdown.clear.secondary.tml-button:after,
.dropdown.hollow.secondary.tml-button:after {
    border-top-color: #010101;
}
.button.dropdown.clear.success:after,
.button.dropdown.hollow.success:after,
.dropdown.clear.success.tml-button:after,
.dropdown.hollow.success.tml-button:after {
    border-top-color: #3adb76;
}
.button.dropdown.clear.warning:after,
.button.dropdown.hollow.warning:after,
.dropdown.clear.warning.tml-button:after,
.dropdown.hollow.warning.tml-button:after {
    border-top-color: #ffae00;
}
.button.dropdown.clear.alert:after,
.button.dropdown.hollow.alert:after,
.dropdown.clear.alert.tml-button:after,
.dropdown.hollow.alert.tml-button:after {
    border-top-color: #cc4b37;
}
.arrow-only.tml-button:after,
.button.arrow-only:after {
    top: -0.1em;
    float: none;
    margin-left: 0;
}
a.button:focus,
a.button:hover,
a.tml-button:focus,
a.tml-button:hover {
    text-decoration: none;
}
.accordion {
    margin-left: 0;
    background: #fff;
    list-style-type: none;
}
.accordion[disabled] .accordion-title {
    cursor: not-allowed;
}
.accordion-item:first-child > :first-child,
.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 #e5e5e5;
    border-bottom: 0;
    font-size: 0.75rem;
    line-height: 1;
    color: #ff0056;
}
:last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0 0 0 0;
}
.accordion-title:focus,
.accordion-title:hover {
    background-color: #e5e5e5;
}
.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 #e5e5e5;
    border-bottom: 0;
    background-color: #fff;
    color: #010101;
}
:last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e5e5e5;
}
.accordion-menu li {
    width: 100%;
}
.accordion-menu .is-accordion-submenu a,
.accordion-menu a {
    padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
    margin-right: 0;
    margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
    margin-right: 1rem;
    margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
    position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a:after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ff0056 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a:after {
    right: 1rem;
    left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a:after {
    right: auto;
    left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded="true"] > a:after {
    transform: rotate(180deg);
    transform-origin: 50% 50%;
}
.is-accordion-submenu-parent {
    position: relative;
}
.has-submenu-toggle > a {
    margin-right: 40px;
}
.submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.submenu-toggle:after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ff0056 transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto;
}
.submenu-toggle[aria-expanded="true"]:after {
    transform: scaleY(-1);
    transform-origin: 50% 50%;
}
.submenu-toggle-text {
    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;
}
.badge {
    display: inline-block;
    min-width: 2.1em;
    padding: 0.3em;
    border-radius: 50%;
    font-size: 0.6rem;
    text-align: center;
    background: #ff0056;
    color: #fff;
}
.badge.primary {
    background: #ff0056;
    color: #010101;
}
.badge.secondary {
    background: #010101;
    color: #fff;
}
.badge.success {
    background: #3adb76;
    color: #010101;
}
.badge.warning {
    background: #ffae00;
    color: #010101;
}
.badge.alert {
    background: #cc4b37;
    color: #010101;
}
.breadcrumbs {
    margin: 0 0 1rem;
    list-style: none;
}
.breadcrumbs:after,
.breadcrumbs:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1;
}
.breadcrumbs:after {
    clear: both;
}
.breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #010101;
    cursor: default;
    text-transform: uppercase;
}
.breadcrumbs li:not(:last-child):after {
    position: relative;
    margin: 0 0.75rem;
    opacity: 1;
    content: "/";
    color: #ccc;
}
.breadcrumbs a {
    color: #ff0056;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.breadcrumbs .disabled {
    color: #ccc;
    cursor: not-allowed;
}
.button-group {
    margin-bottom: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.button-group:after,
.button-group:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1;
}
.button-group:after {
    clear: both;
}
.button-group:after,
.button-group:before {
    display: none;
}
.button-group .button,
.button-group .tml-button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.button-group .button:last-child,
.button-group .tml-button:last-child {
    margin-right: 0;
}
.button-group.tiny .button,
.button-group.tiny .tml-button {
    font-size: 0.6rem;
}
.button-group.small .button,
.button-group.small .tml-button {
    font-size: 0.75rem;
}
.button-group.large .button,
.button-group.large .tml-button {
    font-size: 1.25rem;
}
.button-group.expanded .button,
.button-group.expanded .tml-button {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-right: 0;
}
.button-group.primary .button,
.button-group.primary .button.disabled,
.button-group.primary .button.disabled:focus,
.button-group.primary .button.disabled:hover,
.button-group.primary .button[disabled],
.button-group.primary .button[disabled]:focus,
.button-group.primary .button[disabled]:hover,
.button-group.primary .disabled.tml-button,
.button-group.primary .disabled.tml-button:focus,
.button-group.primary .disabled.tml-button:hover,
.button-group.primary .tml-button,
.button-group.primary .tml-button[disabled],
.button-group.primary .tml-button[disabled]:focus,
.button-group.primary .tml-button[disabled]:hover {
    background-color: #ff0056;
    color: #010101;
}
.button-group.primary .button:focus,
.button-group.primary .button:hover,
.button-group.primary .tml-button:focus,
.button-group.primary .tml-button:hover {
    background-color: #bd3422;
    color: #010101;
}
.button-group.secondary .button,
.button-group.secondary .button.disabled,
.button-group.secondary .button.disabled:focus,
.button-group.secondary .button.disabled:hover,
.button-group.secondary .button:focus,
.button-group.secondary .button:hover,
.button-group.secondary .button[disabled],
.button-group.secondary .button[disabled]:focus,
.button-group.secondary .button[disabled]:hover,
.button-group.secondary .disabled.tml-button,
.button-group.secondary .disabled.tml-button:focus,
.button-group.secondary .disabled.tml-button:hover,
.button-group.secondary .tml-button,
.button-group.secondary .tml-button:focus,
.button-group.secondary .tml-button:hover,
.button-group.secondary .tml-button[disabled],
.button-group.secondary .tml-button[disabled]:focus,
.button-group.secondary .tml-button[disabled]:hover {
    background-color: #010101;
    color: #fff;
}
.button-group.success .button,
.button-group.success .button.disabled,
.button-group.success .button.disabled:focus,
.button-group.success .button.disabled:hover,
.button-group.success .button[disabled],
.button-group.success .button[disabled]:focus,
.button-group.success .button[disabled]:hover,
.button-group.success .disabled.tml-button,
.button-group.success .disabled.tml-button:focus,
.button-group.success .disabled.tml-button:hover,
.button-group.success .tml-button,
.button-group.success .tml-button[disabled],
.button-group.success .tml-button[disabled]:focus,
.button-group.success .tml-button[disabled]:hover {
    background-color: #3adb76;
    color: #010101;
}
.button-group.success .button:focus,
.button-group.success .button:hover,
.button-group.success .tml-button:focus,
.button-group.success .tml-button:hover {
    background-color: #22bb5b;
    color: #010101;
}
.button-group.warning .button,
.button-group.warning .button.disabled,
.button-group.warning .button.disabled:focus,
.button-group.warning .button.disabled:hover,
.button-group.warning .button[disabled],
.button-group.warning .button[disabled]:focus,
.button-group.warning .button[disabled]:hover,
.button-group.warning .disabled.tml-button,
.button-group.warning .disabled.tml-button:focus,
.button-group.warning .disabled.tml-button:hover,
.button-group.warning .tml-button,
.button-group.warning .tml-button[disabled],
.button-group.warning .tml-button[disabled]:focus,
.button-group.warning .tml-button[disabled]:hover {
    background-color: #ffae00;
    color: #010101;
}
.button-group.warning .button:focus,
.button-group.warning .button:hover,
.button-group.warning .tml-button:focus,
.button-group.warning .tml-button:hover {
    background-color: #cc8b00;
    color: #010101;
}
.button-group.alert .button,
.button-group.alert .button.disabled,
.button-group.alert .button.disabled:focus,
.button-group.alert .button.disabled:hover,
.button-group.alert .button[disabled],
.button-group.alert .button[disabled]:focus,
.button-group.alert .button[disabled]:hover,
.button-group.alert .disabled.tml-button,
.button-group.alert .disabled.tml-button:focus,
.button-group.alert .disabled.tml-button:hover,
.button-group.alert .tml-button,
.button-group.alert .tml-button[disabled],
.button-group.alert .tml-button[disabled]:focus,
.button-group.alert .tml-button[disabled]:hover {
    background-color: #cc4b37;
    color: #010101;
}
.button-group.alert .button:focus,
.button-group.alert .button:hover,
.button-group.alert .tml-button:focus,
.button-group.alert .tml-button:hover {
    background-color: #a53b2a;
    color: #010101;
}
.button-group.hollow .button,
.button-group.hollow .button.disabled,
.button-group.hollow .button.disabled:focus,
.button-group.hollow .button.disabled:hover,
.button-group.hollow .button:focus,
.button-group.hollow .button:hover,
.button-group.hollow .button[disabled],
.button-group.hollow .button[disabled]:focus,
.button-group.hollow .button[disabled]:hover,
.button-group.hollow .disabled.tml-button,
.button-group.hollow .disabled.tml-button:focus,
.button-group.hollow .disabled.tml-button:hover,
.button-group.hollow .tml-button,
.button-group.hollow .tml-button:focus,
.button-group.hollow .tml-button:hover,
.button-group.hollow .tml-button[disabled],
.button-group.hollow .tml-button[disabled]:focus,
.button-group.hollow .tml-button[disabled]:hover {
    background-color: transparent;
}
.button-group.hollow .button,
.button-group.hollow .button.disabled,
.button-group.hollow .button.disabled:focus,
.button-group.hollow .button.disabled:hover,
.button-group.hollow .button[disabled],
.button-group.hollow .button[disabled]:focus,
.button-group.hollow .button[disabled]:hover,
.button-group.hollow .disabled.tml-button,
.button-group.hollow .disabled.tml-button:focus,
.button-group.hollow .disabled.tml-button:hover,
.button-group.hollow .tml-button,
.button-group.hollow .tml-button[disabled],
.button-group.hollow .tml-button[disabled]:focus,
.button-group.hollow .tml-button[disabled]:hover {
    border: 1px solid #ff0056;
    color: #ff0056;
}
.button-group.hollow .button:focus,
.button-group.hollow .button:hover,
.button-group.hollow .tml-button:focus,
.button-group.hollow .tml-button:hover {
    border-color: #762115;
    color: #762115;
}
.button-group.hollow .button.primary,
.button-group.hollow .button.primary.disabled,
.button-group.hollow .button.primary.disabled:focus,
.button-group.hollow .button.primary.disabled:hover,
.button-group.hollow .button.primary[disabled],
.button-group.hollow .button.primary[disabled]:focus,
.button-group.hollow .button.primary[disabled]:hover,
.button-group.hollow.primary .button,
.button-group.hollow.primary .button.disabled,
.button-group.hollow.primary .button.disabled:focus,
.button-group.hollow.primary .button.disabled:hover,
.button-group.hollow.primary .button[disabled],
.button-group.hollow.primary .button[disabled]:focus,
.button-group.hollow.primary .button[disabled]:hover,
.button-group.hollow .primary.disabled.tml-button,
.button-group.hollow.primary .disabled.tml-button,
.button-group.hollow.primary .disabled.tml-button:focus,
.button-group.hollow .primary.disabled.tml-button:focus,
.button-group.hollow .primary.disabled.tml-button:hover,
.button-group.hollow.primary .disabled.tml-button:hover,
.button-group.hollow.primary .tml-button,
.button-group.hollow .primary.tml-button,
.button-group.hollow.primary .tml-button[disabled],
.button-group.hollow .primary.tml-button[disabled],
.button-group.hollow.primary .tml-button[disabled]:focus,
.button-group.hollow .primary.tml-button[disabled]:focus,
.button-group.hollow .primary.tml-button[disabled]:hover,
.button-group.hollow.primary .tml-button[disabled]:hover {
    border: 1px solid #ff0056;
    color: #ff0056;
}
.button-group.hollow .button.primary:focus,
.button-group.hollow .button.primary:hover,
.button-group.hollow.primary .button:focus,
.button-group.hollow.primary .button:hover,
.button-group.hollow.primary .tml-button:focus,
.button-group.hollow .primary.tml-button:focus,
.button-group.hollow.primary .tml-button:hover,
.button-group.hollow .primary.tml-button:hover {
    border-color: #762115;
    color: #762115;
}
.button-group.hollow .button.secondary,
.button-group.hollow .button.secondary.disabled,
.button-group.hollow .button.secondary.disabled:focus,
.button-group.hollow .button.secondary.disabled:hover,
.button-group.hollow .button.secondary[disabled],
.button-group.hollow .button.secondary[disabled]:focus,
.button-group.hollow .button.secondary[disabled]:hover,
.button-group.hollow.secondary .button,
.button-group.hollow.secondary .button.disabled,
.button-group.hollow.secondary .button.disabled:focus,
.button-group.hollow.secondary .button.disabled:hover,
.button-group.hollow.secondary .button[disabled],
.button-group.hollow.secondary .button[disabled]:focus,
.button-group.hollow.secondary .button[disabled]:hover,
.button-group.hollow .secondary.disabled.tml-button,
.button-group.hollow.secondary .disabled.tml-button,
.button-group.hollow.secondary .disabled.tml-button:focus,
.button-group.hollow .secondary.disabled.tml-button:focus,
.button-group.hollow .secondary.disabled.tml-button:hover,
.button-group.hollow.secondary .disabled.tml-button:hover,
.button-group.hollow.secondary .tml-button,
.button-group.hollow .secondary.tml-button,
.button-group.hollow.secondary .tml-button[disabled],
.button-group.hollow .secondary.tml-button[disabled],
.button-group.hollow.secondary .tml-button[disabled]:focus,
.button-group.hollow .secondary.tml-button[disabled]:focus,
.button-group.hollow .secondary.tml-button[disabled]:hover,
.button-group.hollow.secondary .tml-button[disabled]:hover {
    border: 1px solid #010101;
    color: #010101;
}
.button-group.hollow .button.secondary:focus,
.button-group.hollow .button.secondary:hover,
.button-group.hollow.secondary .button:focus,
.button-group.hollow.secondary .button:hover,
.button-group.hollow.secondary .tml-button:focus,
.button-group.hollow .secondary.tml-button:focus,
.button-group.hollow.secondary .tml-button:hover,
.button-group.hollow .secondary.tml-button:hover {
    border-color: #010101;
    color: #010101;
}
.button-group.hollow .button.success,
.button-group.hollow .button.success.disabled,
.button-group.hollow .button.success.disabled:focus,
.button-group.hollow .button.success.disabled:hover,
.button-group.hollow .button.success[disabled],
.button-group.hollow .button.success[disabled]:focus,
.button-group.hollow .button.success[disabled]:hover,
.button-group.hollow.success .button,
.button-group.hollow.success .button.disabled,
.button-group.hollow.success .button.disabled:focus,
.button-group.hollow.success .button.disabled:hover,
.button-group.hollow.success .button[disabled],
.button-group.hollow.success .button[disabled]:focus,
.button-group.hollow.success .button[disabled]:hover,
.button-group.hollow .success.disabled.tml-button,
.button-group.hollow.success .disabled.tml-button,
.button-group.hollow.success .disabled.tml-button:focus,
.button-group.hollow .success.disabled.tml-button:focus,
.button-group.hollow .success.disabled.tml-button:hover,
.button-group.hollow.success .disabled.tml-button:hover,
.button-group.hollow.success .tml-button,
.button-group.hollow .success.tml-button,
.button-group.hollow.success .tml-button[disabled],
.button-group.hollow .success.tml-button[disabled],
.button-group.hollow.success .tml-button[disabled]:focus,
.button-group.hollow .success.tml-button[disabled]:focus,
.button-group.hollow .success.tml-button[disabled]:hover,
.button-group.hollow.success .tml-button[disabled]:hover {
    border: 1px solid #3adb76;
    color: #3adb76;
}
.button-group.hollow .button.success:focus,
.button-group.hollow .button.success:hover,
.button-group.hollow.success .button:focus,
.button-group.hollow.success .button:hover,
.button-group.hollow.success .tml-button:focus,
.button-group.hollow .success.tml-button:focus,
.button-group.hollow.success .tml-button:hover,
.button-group.hollow .success.tml-button:hover {
    border-color: #157539;
    color: #157539;
}
.button-group.hollow .button.warning,
.button-group.hollow .button.warning.disabled,
.button-group.hollow .button.warning.disabled:focus,
.button-group.hollow .button.warning.disabled:hover,
.button-group.hollow .button.warning[disabled],
.button-group.hollow .button.warning[disabled]:focus,
.button-group.hollow .button.warning[disabled]:hover,
.button-group.hollow.warning .button,
.button-group.hollow.warning .button.disabled,
.button-group.hollow.warning .button.disabled:focus,
.button-group.hollow.warning .button.disabled:hover,
.button-group.hollow.warning .button[disabled],
.button-group.hollow.warning .button[disabled]:focus,
.button-group.hollow.warning .button[disabled]:hover,
.button-group.hollow .warning.disabled.tml-button,
.button-group.hollow.warning .disabled.tml-button,
.button-group.hollow.warning .disabled.tml-button:focus,
.button-group.hollow .warning.disabled.tml-button:focus,
.button-group.hollow .warning.disabled.tml-button:hover,
.button-group.hollow.warning .disabled.tml-button:hover,
.button-group.hollow.warning .tml-button,
.button-group.hollow .warning.tml-button,
.button-group.hollow.warning .tml-button[disabled],
.button-group.hollow .warning.tml-button[disabled],
.button-group.hollow.warning .tml-button[disabled]:focus,
.button-group.hollow .warning.tml-button[disabled]:focus,
.button-group.hollow .warning.tml-button[disabled]:hover,
.button-group.hollow.warning .tml-button[disabled]:hover {
    border: 1px solid #ffae00;
    color: #ffae00;
}
.button-group.hollow .button.warning:focus,
.button-group.hollow .button.warning:hover,
.button-group.hollow.warning .button:focus,
.button-group.hollow.warning .button:hover,
.button-group.hollow.warning .tml-button:focus,
.button-group.hollow .warning.tml-button:focus,
.button-group.hollow.warning .tml-button:hover,
.button-group.hollow .warning.tml-button:hover {
    border-color: #805700;
    color: #805700;
}
.button-group.hollow.alert .button,
.button-group.hollow.alert .button.disabled,
.button-group.hollow.alert .button.disabled:focus,
.button-group.hollow.alert .button.disabled:hover,
.button-group.hollow.alert .button[disabled],
.button-group.hollow.alert .button[disabled]:focus,
.button-group.hollow.alert .button[disabled]:hover,
.button-group.hollow.alert .disabled.tml-button,
.button-group.hollow .alert.disabled.tml-button,
.button-group.hollow .alert.disabled.tml-button:focus,
.button-group.hollow.alert .disabled.tml-button:focus,
.button-group.hollow.alert .disabled.tml-button:hover,
.button-group.hollow .alert.disabled.tml-button:hover,
.button-group.hollow.alert .tml-button,
.button-group.hollow .alert.tml-button,
.button-group.hollow.alert .tml-button[disabled],
.button-group.hollow .alert.tml-button[disabled],
.button-group.hollow.alert .tml-button[disabled]:focus,
.button-group.hollow .alert.tml-button[disabled]:focus,
.button-group.hollow .alert.tml-button[disabled]:hover,
.button-group.hollow.alert .tml-button[disabled]:hover,
.button-group.hollow .button.alert,
.button-group.hollow .button.alert.disabled,
.button-group.hollow .button.alert.disabled:focus,
.button-group.hollow .button.alert.disabled:hover,
.button-group.hollow .button.alert[disabled],
.button-group.hollow .button.alert[disabled]:focus,
.button-group.hollow .button.alert[disabled]:hover {
    border: 1px solid #cc4b37;
    color: #cc4b37;
}
.button-group.hollow.alert .button:focus,
.button-group.hollow.alert .button:hover,
.button-group.hollow.alert .tml-button:focus,
.button-group.hollow .alert.tml-button:focus,
.button-group.hollow.alert .tml-button:hover,
.button-group.hollow .alert.tml-button:hover,
.button-group.hollow .button.alert:focus,
.button-group.hollow .button.alert:hover {
    border-color: #67251a;
    color: #67251a;
}
.button-group.clear .button,
.button-group.clear .button.disabled,
.button-group.clear .button.disabled:focus,
.button-group.clear .button.disabled:hover,
.button-group.clear .button:focus,
.button-group.clear .button:hover,
.button-group.clear .button[disabled],
.button-group.clear .button[disabled]:focus,
.button-group.clear .button[disabled]:hover,
.button-group.clear .disabled.tml-button,
.button-group.clear .disabled.tml-button:focus,
.button-group.clear .disabled.tml-button:hover,
.button-group.clear .tml-button,
.button-group.clear .tml-button:focus,
.button-group.clear .tml-button:hover,
.button-group.clear .tml-button[disabled],
.button-group.clear .tml-button[disabled]:focus,
.button-group.clear .tml-button[disabled]:hover {
    border-color: transparent;
    background-color: transparent;
}
.button-group.clear .button,
.button-group.clear .button.disabled,
.button-group.clear .button.disabled:focus,
.button-group.clear .button.disabled:hover,
.button-group.clear .button[disabled],
.button-group.clear .button[disabled]:focus,
.button-group.clear .button[disabled]:hover,
.button-group.clear .disabled.tml-button,
.button-group.clear .disabled.tml-button:focus,
.button-group.clear .disabled.tml-button:hover,
.button-group.clear .tml-button,
.button-group.clear .tml-button[disabled],
.button-group.clear .tml-button[disabled]:focus,
.button-group.clear .tml-button[disabled]:hover {
    color: #ff0056;
}
.button-group.clear .button:focus,
.button-group.clear .button:hover,
.button-group.clear .tml-button:focus,
.button-group.clear .tml-button:hover {
    color: #762115;
}
.button-group.clear .button.primary,
.button-group.clear .button.primary.disabled,
.button-group.clear .button.primary.disabled:focus,
.button-group.clear .button.primary.disabled:hover,
.button-group.clear .button.primary[disabled],
.button-group.clear .button.primary[disabled]:focus,
.button-group.clear .button.primary[disabled]:hover,
.button-group.clear.primary .button,
.button-group.clear.primary .button.disabled,
.button-group.clear.primary .button.disabled:focus,
.button-group.clear.primary .button.disabled:hover,
.button-group.clear.primary .button[disabled],
.button-group.clear.primary .button[disabled]:focus,
.button-group.clear.primary .button[disabled]:hover,
.button-group.clear .primary.disabled.tml-button,
.button-group.clear.primary .disabled.tml-button,
.button-group.clear.primary .disabled.tml-button:focus,
.button-group.clear .primary.disabled.tml-button:focus,
.button-group.clear .primary.disabled.tml-button:hover,
.button-group.clear.primary .disabled.tml-button:hover,
.button-group.clear.primary .tml-button,
.button-group.clear .primary.tml-button,
.button-group.clear.primary .tml-button[disabled],
.button-group.clear .primary.tml-button[disabled],
.button-group.clear.primary .tml-button[disabled]:focus,
.button-group.clear .primary.tml-button[disabled]:focus,
.button-group.clear .primary.tml-button[disabled]:hover,
.button-group.clear.primary .tml-button[disabled]:hover {
    color: #ff0056;
}
.button-group.clear .button.primary:focus,
.button-group.clear .button.primary:hover,
.button-group.clear.primary .button:focus,
.button-group.clear.primary .button:hover,
.button-group.clear.primary .tml-button:focus,
.button-group.clear .primary.tml-button:focus,
.button-group.clear.primary .tml-button:hover,
.button-group.clear .primary.tml-button:hover {
    color: #762115;
}
.button-group.clear .button.secondary,
.button-group.clear .button.secondary.disabled,
.button-group.clear .button.secondary.disabled:focus,
.button-group.clear .button.secondary.disabled:hover,
.button-group.clear .button.secondary:focus,
.button-group.clear .button.secondary:hover,
.button-group.clear .button.secondary[disabled],
.button-group.clear .button.secondary[disabled]:focus,
.button-group.clear .button.secondary[disabled]:hover,
.button-group.clear.secondary .button,
.button-group.clear.secondary .button.disabled,
.button-group.clear.secondary .button.disabled:focus,
.button-group.clear.secondary .button.disabled:hover,
.button-group.clear.secondary .button:focus,
.button-group.clear.secondary .button:hover,
.button-group.clear.secondary .button[disabled],
.button-group.clear.secondary .button[disabled]:focus,
.button-group.clear.secondary .button[disabled]:hover,
.button-group.clear.secondary .disabled.tml-button,
.button-group.clear .secondary.disabled.tml-button,
.button-group.clear .secondary.disabled.tml-button:focus,
.button-group.clear.secondary .disabled.tml-button:focus,
.button-group.clear .secondary.disabled.tml-button:hover,
.button-group.clear.secondary .disabled.tml-button:hover,
.button-group.clear .secondary.tml-button,
.button-group.clear.secondary .tml-button,
.button-group.clear .secondary.tml-button:focus,
.button-group.clear.secondary .tml-button:focus,
.button-group.clear.secondary .tml-button:hover,
.button-group.clear .secondary.tml-button:hover,
.button-group.clear.secondary .tml-button[disabled],
.button-group.clear .secondary.tml-button[disabled],
.button-group.clear .secondary.tml-button[disabled]:focus,
.button-group.clear.secondary .tml-button[disabled]:focus,
.button-group.clear.secondary .tml-button[disabled]:hover,
.button-group.clear .secondary.tml-button[disabled]:hover {
    color: #010101;
}
.button-group.clear .button.success,
.button-group.clear .button.success.disabled,
.button-group.clear .button.success.disabled:focus,
.button-group.clear .button.success.disabled:hover,
.button-group.clear .button.success[disabled],
.button-group.clear .button.success[disabled]:focus,
.button-group.clear .button.success[disabled]:hover,
.button-group.clear.success .button,
.button-group.clear.success .button.disabled,
.button-group.clear.success .button.disabled:focus,
.button-group.clear.success .button.disabled:hover,
.button-group.clear.success .button[disabled],
.button-group.clear.success .button[disabled]:focus,
.button-group.clear.success .button[disabled]:hover,
.button-group.clear .success.disabled.tml-button,
.button-group.clear.success .disabled.tml-button,
.button-group.clear.success .disabled.tml-button:focus,
.button-group.clear .success.disabled.tml-button:focus,
.button-group.clear .success.disabled.tml-button:hover,
.button-group.clear.success .disabled.tml-button:hover,
.button-group.clear.success .tml-button,
.button-group.clear .success.tml-button,
.button-group.clear.success .tml-button[disabled],
.button-group.clear .success.tml-button[disabled],
.button-group.clear.success .tml-button[disabled]:focus,
.button-group.clear .success.tml-button[disabled]:focus,
.button-group.clear .success.tml-button[disabled]:hover,
.button-group.clear.success .tml-button[disabled]:hover {
    color: #3adb76;
}
.button-group.clear .button.success:focus,
.button-group.clear .button.success:hover,
.button-group.clear.success .button:focus,
.button-group.clear.success .button:hover,
.button-group.clear.success .tml-button:focus,
.button-group.clear .success.tml-button:focus,
.button-group.clear.success .tml-button:hover,
.button-group.clear .success.tml-button:hover {
    color: #157539;
}
.button-group.clear .button.warning,
.button-group.clear .button.warning.disabled,
.button-group.clear .button.warning.disabled:focus,
.button-group.clear .button.warning.disabled:hover,
.button-group.clear .button.warning[disabled],
.button-group.clear .button.warning[disabled]:focus,
.button-group.clear .button.warning[disabled]:hover,
.button-group.clear.warning .button,
.button-group.clear.warning .button.disabled,
.button-group.clear.warning .button.disabled:focus,
.button-group.clear.warning .button.disabled:hover,
.button-group.clear.warning .button[disabled],
.button-group.clear.warning .button[disabled]:focus,
.button-group.clear.warning .button[disabled]:hover,
.button-group.clear .warning.disabled.tml-button,
.button-group.clear.warning .disabled.tml-button,
.button-group.clear.warning .disabled.tml-button:focus,
.button-group.clear .warning.disabled.tml-button:focus,
.button-group.clear .warning.disabled.tml-button:hover,
.button-group.clear.warning .disabled.tml-button:hover,
.button-group.clear.warning .tml-button,
.button-group.clear .warning.tml-button,
.button-group.clear.warning .tml-button[disabled],
.button-group.clear .warning.tml-button[disabled],
.button-group.clear.warning .tml-button[disabled]:focus,
.button-group.clear .warning.tml-button[disabled]:focus,
.button-group.clear .warning.tml-button[disabled]:hover,
.button-group.clear.warning .tml-button[disabled]:hover {
    color: #ffae00;
}
.button-group.clear .button.warning:focus,
.button-group.clear .button.warning:hover,
.button-group.clear.warning .button:focus,
.button-group.clear.warning .button:hover,
.button-group.clear.warning .tml-button:focus,
.button-group.clear .warning.tml-button:focus,
.button-group.clear.warning .tml-button:hover,
.button-group.clear .warning.tml-button:hover {
    color: #805700;
}
.button-group.clear.alert .button,
.button-group.clear.alert .button.disabled,
.button-group.clear.alert .button.disabled:focus,
.button-group.clear.alert .button.disabled:hover,
.button-group.clear.alert .button[disabled],
.button-group.clear.alert .button[disabled]:focus,
.button-group.clear.alert .button[disabled]:hover,
.button-group.clear.alert .disabled.tml-button,
.button-group.clear .alert.disabled.tml-button,
.button-group.clear .alert.disabled.tml-button:focus,
.button-group.clear.alert .disabled.tml-button:focus,
.button-group.clear.alert .disabled.tml-button:hover,
.button-group.clear .alert.disabled.tml-button:hover,
.button-group.clear.alert .tml-button,
.button-group.clear .alert.tml-button,
.button-group.clear.alert .tml-button[disabled],
.button-group.clear .alert.tml-button[disabled],
.button-group.clear.alert .tml-button[disabled]:focus,
.button-group.clear .alert.tml-button[disabled]:focus,
.button-group.clear .alert.tml-button[disabled]:hover,
.button-group.clear.alert .tml-button[disabled]:hover,
.button-group.clear .button.alert,
.button-group.clear .button.alert.disabled,
.button-group.clear .button.alert.disabled:focus,
.button-group.clear .button.alert.disabled:hover,
.button-group.clear .button.alert[disabled],
.button-group.clear .button.alert[disabled]:focus,
.button-group.clear .button.alert[disabled]:hover {
    color: #cc4b37;
}
.button-group.clear.alert .button:focus,
.button-group.clear.alert .button:hover,
.button-group.clear.alert .tml-button:focus,
.button-group.clear .alert.tml-button:focus,
.button-group.clear.alert .tml-button:hover,
.button-group.clear .alert.tml-button:hover,
.button-group.clear .button.alert:focus,
.button-group.clear .button.alert:hover {
    color: #67251a;
}
.button-group.no-gaps .button,
.button-group.no-gaps .tml-button {
    margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button,
.button-group.no-gaps .button + .tml-button,
.button-group.no-gaps .tml-button + .button,
.button-group.no-gaps .tml-button + .tml-button {
    border-left-color: transparent;
}
.button-group.stacked,
.button-group.stacked-for-medium,
.button-group.stacked-for-small {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.button-group.stacked-for-medium .button,
.button-group.stacked-for-medium .tml-button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-small .tml-button,
.button-group.stacked .button,
.button-group.stacked .tml-button {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.button-group.stacked-for-medium .button:last-child,
.button-group.stacked-for-medium .tml-button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked-for-small .tml-button:last-child,
.button-group.stacked .button:last-child,
.button-group.stacked .tml-button:last-child {
    margin-bottom: 0;
}
.button-group.stacked-for-medium.expanded .button,
.button-group.stacked-for-medium.expanded .tml-button,
.button-group.stacked-for-small.expanded .button,
.button-group.stacked-for-small.expanded .tml-button,
.button-group.stacked.expanded .button,
.button-group.stacked.expanded .tml-button {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-right: 0;
}
@media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button,
    .button-group.stacked-for-small .tml-button {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0;
    }
}
@media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button,
    .button-group.stacked-for-medium .tml-button {
        -ms-flex: 0 0 auto;
        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,
    .button-group.stacked-for-small.expanded .tml-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,
    .button-group.stacked-for-medium.expanded .tml-button {
        display: block;
        margin-right: 0;
    }
}
.callout {
    position: relative;
    margin: 0 0 1rem;
    padding: 1rem;
    border: 1px solid rgba(1, 1, 1, 0.25);
    border-radius: 0;
    background-color: #fff;
    color: #010101;
}
.callout > :first-child {
    margin-top: 0;
}
.callout > :last-child {
    margin-bottom: 0;
}
.callout.primary {
    background-color: #fae4e2;
    color: #010101;
}
.callout.secondary {
    background-color: #d9d9d9;
    color: #010101;
}
.callout.success {
    background-color: #e1faea;
    color: #010101;
}
.callout.warning {
    background-color: #fff3d9;
    color: #010101;
}
.callout.alert {
    background-color: #f7e4e1;
    color: #010101;
}
.callout.small {
    padding: 0.5rem;
}
.callout.large {
    padding: 3rem;
}
.card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 1rem;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    overflow: hidden;
    color: #010101;
}
.card > :last-child {
    margin-bottom: 0;
}
.card-divider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 1rem;
    background: #e5e5e5;
}
.card-divider > :last-child {
    margin-bottom: 0;
}
.card-section {
    -ms-flex: 1 0 auto;
    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: #fff;
    cursor: pointer;
}
[data-whatinput="mouse"] .close-button {
    outline: 0;
}
.close-button:focus,
.close-button:hover {
    color: #ff0056;
}
.close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1;
}
.close-button,
.close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1;
}
.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
[data-whatinput="mouse"] .menu li {
    outline: 0;
}
.menu .button,
.menu .tml-button,
.menu a {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.1rem;
}
.menu a,
.menu button,
.menu input,
.menu select {
    margin-bottom: 0;
}
.menu input {
    display: inline-block;
}
.menu,
.menu.horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
}
.menu.vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-direction: column;
    flex-direction: column;
}
.menu.expanded li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}
.menu.simple {
    -ms-flex-align: center;
    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 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .menu.medium-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .menu.medium-expanded li,
    .menu.medium-simple li {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}
@media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .menu.large-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .menu.large-expanded li,
    .menu.large-simple li {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}
@media screen and (min-width: 90.625em) {
    .menu.xlarge-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .menu.xlarge-vertical {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .menu.xlarge-expanded li,
    .menu.xlarge-simple li {
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
}
.menu.nested {
    margin-right: 0;
    margin-left: 1rem;
}
.menu.icon-bottom a,
.menu.icon-left a,
.menu.icon-right a,
.menu.icon-top a,
.menu.icons a {
    display: -ms-flexbox;
    display: flex;
}
.menu.icon-left li a {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.menu.icon-left li a i,
.menu.icon-left li a img,
.menu.icon-left li a svg {
    margin-right: 0.25rem;
}
.menu.icon-right li a {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.menu.icon-right li a i,
.menu.icon-right li a img,
.menu.icon-right li a svg {
    margin-left: 0.25rem;
}
.menu.icon-top li a {
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}
.menu.icon-top li a i,
.menu.icon-top li a img,
.menu.icon-top li a svg {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-bottom: 0.25rem;
    text-align: center;
}
.menu.icon-bottom li a {
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}
.menu.icon-bottom li a i,
.menu.icon-bottom li a img,
.menu.icon-bottom li a svg {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-bottom: 0.25rem;
    text-align: center;
}
.menu .active > a,
.menu .is-active > a {
    background: #f2e94d;
    color: #010101;
}
.menu.align-left {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.menu.align-right li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.menu.align-right li .submenu li {
    -ms-flex-pack: start;
    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 .nested {
    margin-right: 1rem;
    margin-left: 0;
}
.menu.align-center li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.menu.align-center li .submenu li {
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: 700;
    line-height: 1;
    color: inherit;
}
.menu-centered > .menu,
.menu-centered > .menu li {
    -ms-flex-pack: center;
    justify-content: center;
}
.menu-centered > .menu li {
    display: -ms-flexbox;
    display: flex;
}
.menu-centered > .menu li .submenu li {
    -ms-flex-pack: start;
    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: #fff;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: "";
}
.menu-icon:hover:after {
    background: #ccc;
    box-shadow: 0 7px 0 #ccc, 0 14px 0 #ccc;
}
.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: #010101;
    box-shadow: 0 7px 0 #010101, 0 14px 0 #010101;
    content: "";
}
.menu-icon.dark:hover:after {
    background: #4a4646;
    box-shadow: 0 7px 0 #4a4646, 0 14px 0 #4a4646;
}
.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: #fff;
}
.drilldown .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fff;
    transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
    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: 6px inset;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #ff0056;
    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: 6px inset;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #d83c27;
    right: 1rem;
    left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a:after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #d83c27 transparent transparent;
    right: auto;
    left: 1rem;
}
.drilldown .js-drilldown-back > a:before {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #ff0056 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 #ccc;
    border-radius: 0;
    background-color: #fff;
    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: 6px inset;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #d83c27 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: transparent;
    color: #ff0056;
}
.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: 6px inset;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #d83c27 transparent transparent;
    right: auto;
    left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a:after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #d83c27;
}
@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: 6px inset;
        content: "";
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #d83c27 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: 6px inset;
        content: "";
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #d83c27 transparent transparent;
        right: auto;
        left: 5px;
    }
    .dropdown.menu.medium-vertical > li.opens-right > a:after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: "";
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #d83c27;
    }
}
@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: 6px inset;
        content: "";
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #d83c27 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: 6px inset;
        content: "";
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #d83c27 transparent transparent;
        right: auto;
        left: 5px;
    }
    .dropdown.menu.large-vertical > li.opens-right > a:after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: "";
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #d83c27;
    }
}
@media screen and (min-width: 90.625em) {
    .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto;
    }
    .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0;
    }
    .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
        position: relative;
        padding-right: 1.5rem;
    }
    .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a:after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: "";
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #d83c27 transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px;
    }
    .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
        top: 0;
    }
    .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto;
    }
    .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 100%;
    }
    .dropdown.menu.xlarge-vertical > li > a:after {
        right: 14px;
    }
    .dropdown.menu.xlarge-vertical > li.opens-left > a:after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: "";
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #d83c27 transparent transparent;
        right: auto;
        left: 5px;
    }
    .dropdown.menu.xlarge-vertical > li.opens-right > a:after {
        display: block;
        width: 0;
        height: 0;
        border: 6px inset;
        content: "";
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #d83c27;
    }
}
.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 #ccc;
    background: #fff;
}
.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: 6px inset;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #d83c27 transparent transparent;
    right: auto;
    left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a:after {
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #d83c27;
}
.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px;
}
.is-dropdown-submenu > li {
    width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
    display: block;
}
.flex-video,
.responsive-embed {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden;
}
.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video,
.responsive-embed embed,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.flex-video.widescreen,
.responsive-embed.widescreen {
    padding-bottom: 56.25%;
}
.label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    border-radius: 0;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #ff0056;
    color: #fff;
}
.label.primary {
    background: #ff0056;
    color: #010101;
}
.label.secondary {
    background: #010101;
    color: #fff;
}
.label.success {
    background: #3adb76;
    color: #010101;
}
.label.warning {
    background: #ffae00;
    color: #010101;
}
.label.alert {
    background: #cc4b37;
    color: #010101;
}
.media-object {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.media-object img {
    max-width: none;
}
@media print, screen and (max-width: 39.99875em) {
    .media-object.stack-for-small {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.media-object-section {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.media-object-section:first-child {
    padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem;
}
.media-object-section > :last-child {
    margin-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
    .stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 1rem;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .stack-for-small .media-object-section img {
        width: 100%;
    }
}
.media-object-section.main-section {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}
.is-off-canvas-open {
    overflow: hidden;
}
.js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease, visibility 0.5s ease;
    background: hsla(0, 0%, 100%, 0.25);
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible;
}
.js-off-canvas-overlay.is-closable {
    cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
    position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
    position: fixed;
}
.off-canvas-wrapper {
    position: relative;
    overflow: hidden;
}
.off-canvas {
    position: fixed;
    z-index: 12;
    transition: transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #010101;
}
[data-whatinput="mouse"] .off-canvas {
    outline: 0;
}
.off-canvas.is-transition-push {
    z-index: 12;
}
.off-canvas.is-closed {
    visibility: hidden;
}
.off-canvas.is-transition-overlap {
    z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(1, 1, 1, 0.7);
}
.off-canvas.is-open {
    transform: translate(0);
}
.off-canvas-absolute {
    position: absolute;
    z-index: 12;
    transition: transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #010101;
}
[data-whatinput="mouse"] .off-canvas-absolute {
    outline: 0;
}
.off-canvas-absolute.is-transition-push {
    z-index: 12;
}
.off-canvas-absolute.is-closed {
    visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
    z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(1, 1, 1, 0.7);
}
.off-canvas-absolute.is-open {
    transform: translate(0);
}
.position-left {
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px;
}
.off-canvas-content .off-canvas.position-left,
.position-left {
    transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
    transform: translate(0);
}
.off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(250px);
}
.position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(1, 1, 1, 0.25);
}
.position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px;
}
.off-canvas-content .off-canvas.position-right,
.position-right {
    transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
    transform: translate(0);
}
.off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-250px);
}
.position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(1, 1, 1, 0.25);
}
.position-top {
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
}
.off-canvas-content .off-canvas.position-top,
.position-top {
    transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
    transform: translate(0);
}
.off-canvas-content.is-open-top.has-transition-push {
    transform: translateY(250px);
}
.position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(1, 1, 1, 0.25);
}
.position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
}
.off-canvas-content .off-canvas.position-bottom,
.position-bottom {
    transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
    transform: translate(0);
}
.off-canvas-content.is-open-bottom.has-transition-push {
    transform: translateY(-250px);
}
.position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(1, 1, 1, 0.25);
}
.off-canvas-content {
    transform: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap,
.off-canvas-content.has-transition-push {
    transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push,
.off-canvas-content .off-canvas.is-open {
    transform: translate(0);
}
@media print, screen and (min-width: 40em) {
    .position-left.reveal-for-medium {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-left.reveal-for-medium .close-button {
        display: none;
    }
    .off-canvas-content .position-left.reveal-for-medium {
        transform: none;
    }
    .off-canvas-content.has-reveal-left,
    .position-left.reveal-for-medium ~ .off-canvas-content {
        margin-left: 250px;
    }
    .position-right.reveal-for-medium {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-right.reveal-for-medium .close-button {
        display: none;
    }
    .off-canvas-content .position-right.reveal-for-medium {
        transform: none;
    }
    .off-canvas-content.has-reveal-right,
    .position-right.reveal-for-medium ~ .off-canvas-content {
        margin-right: 250px;
    }
    .position-top.reveal-for-medium {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-top.reveal-for-medium .close-button {
        display: none;
    }
    .off-canvas-content .position-top.reveal-for-medium {
        transform: none;
    }
    .off-canvas-content.has-reveal-top,
    .position-top.reveal-for-medium ~ .off-canvas-content {
        margin-top: 250px;
    }
    .position-bottom.reveal-for-medium {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-bottom.reveal-for-medium .close-button {
        display: none;
    }
    .off-canvas-content .position-bottom.reveal-for-medium {
        transform: none;
    }
    .off-canvas-content.has-reveal-bottom,
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
        margin-bottom: 250px;
    }
}
@media print, screen and (min-width: 64em) {
    .position-left.reveal-for-large {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-left.reveal-for-large .close-button {
        display: none;
    }
    .off-canvas-content .position-left.reveal-for-large {
        transform: none;
    }
    .off-canvas-content.has-reveal-left,
    .position-left.reveal-for-large ~ .off-canvas-content {
        margin-left: 250px;
    }
    .position-right.reveal-for-large {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-right.reveal-for-large .close-button {
        display: none;
    }
    .off-canvas-content .position-right.reveal-for-large {
        transform: none;
    }
    .off-canvas-content.has-reveal-right,
    .position-right.reveal-for-large ~ .off-canvas-content {
        margin-right: 250px;
    }
    .position-top.reveal-for-large {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-top.reveal-for-large .close-button {
        display: none;
    }
    .off-canvas-content .position-top.reveal-for-large {
        transform: none;
    }
    .off-canvas-content.has-reveal-top,
    .position-top.reveal-for-large ~ .off-canvas-content {
        margin-top: 250px;
    }
    .position-bottom.reveal-for-large {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-bottom.reveal-for-large .close-button {
        display: none;
    }
    .off-canvas-content .position-bottom.reveal-for-large {
        transform: none;
    }
    .off-canvas-content.has-reveal-bottom,
    .position-bottom.reveal-for-large ~ .off-canvas-content {
        margin-bottom: 250px;
    }
}
@media screen and (min-width: 90.625em) {
    .position-left.reveal-for-xlarge {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-left.reveal-for-xlarge .close-button {
        display: none;
    }
    .off-canvas-content .position-left.reveal-for-xlarge {
        transform: none;
    }
    .off-canvas-content.has-reveal-left,
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
        margin-left: 250px;
    }
    .position-right.reveal-for-xlarge {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-right.reveal-for-xlarge .close-button {
        display: none;
    }
    .off-canvas-content .position-right.reveal-for-xlarge {
        transform: none;
    }
    .off-canvas-content.has-reveal-right,
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
        margin-right: 250px;
    }
    .position-top.reveal-for-xlarge {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-top.reveal-for-xlarge .close-button {
        display: none;
    }
    .off-canvas-content .position-top.reveal-for-xlarge {
        transform: none;
    }
    .off-canvas-content.has-reveal-top,
    .position-top.reveal-for-xlarge ~ .off-canvas-content {
        margin-top: 250px;
    }
    .position-bottom.reveal-for-xlarge {
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible;
    }
    .position-bottom.reveal-for-xlarge .close-button {
        display: none;
    }
    .off-canvas-content .position-bottom.reveal-for-xlarge {
        transform: none;
    }
    .off-canvas-content.has-reveal-bottom,
    .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
        margin-bottom: 250px;
    }
}
@media print, screen and (min-width: 40em) {
    .off-canvas.in-canvas-for-medium {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        width: auto;
        overflow: visible;
        transition: none;
    }
    .off-canvas.in-canvas-for-medium.position-bottom,
    .off-canvas.in-canvas-for-medium.position-left,
    .off-canvas.in-canvas-for-medium.position-right,
    .off-canvas.in-canvas-for-medium.position-top {
        box-shadow: none;
        transform: none;
    }
    .off-canvas.in-canvas-for-medium .close-button {
        display: none;
    }
}
@media print, screen and (min-width: 64em) {
    .off-canvas.in-canvas-for-large {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        width: auto;
        overflow: visible;
        transition: none;
    }
    .off-canvas.in-canvas-for-large.position-bottom,
    .off-canvas.in-canvas-for-large.position-left,
    .off-canvas.in-canvas-for-large.position-right,
    .off-canvas.in-canvas-for-large.position-top {
        box-shadow: none;
        transform: none;
    }
    .off-canvas.in-canvas-for-large .close-button {
        display: none;
    }
}
@media screen and (min-width: 90.625em) {
    .off-canvas.in-canvas-for-xlarge {
        visibility: visible;
        height: auto;
        position: static;
        background: none;
        width: auto;
        overflow: visible;
        transition: none;
    }
    .off-canvas.in-canvas-for-xlarge.position-bottom,
    .off-canvas.in-canvas-for-xlarge.position-left,
    .off-canvas.in-canvas-for-xlarge.position-right,
    .off-canvas.in-canvas-for-xlarge.position-top {
        box-shadow: none;
        transform: none;
    }
    .off-canvas.in-canvas-for-xlarge .close-button {
        display: none;
    }
}
.orbit,
.orbit-container {
    position: relative;
}
.orbit-container {
    height: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}
.orbit-slide {
    width: 100%;
    position: absolute;
}
.orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0;
}
.orbit-figure {
    margin: 0;
}
.orbit-image {
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.orbit-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 1rem;
    background-color: rgba(1, 1, 1, 0.5);
    color: #fff;
}
.orbit-next,
.orbit-previous {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    padding: 1rem;
    color: #fff;
}
[data-whatinput="mouse"] .orbit-next,
[data-whatinput="mouse"] .orbit-previous {
    outline: 0;
}
.orbit-next:active,
.orbit-next:focus,
.orbit-next:hover,
.orbit-previous:active,
.orbit-previous:focus,
.orbit-previous:hover {
    background-color: rgba(1, 1, 1, 0.5);
}
.orbit-previous {
    left: 0;
}
.orbit-next {
    left: auto;
    right: 0;
}
.orbit-bullets {
    position: relative;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    text-align: center;
}
[data-whatinput="mouse"] .orbit-bullets {
    outline: 0;
}
.orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #ccc;
}
.orbit-bullets button.is-active,
.orbit-bullets button:hover {
    background-color: #4a4646;
}
.pagination {
    margin-left: 0;
    margin-bottom: 1rem;
}
.pagination:after,
.pagination:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1;
}
.pagination:after {
    clear: both;
}
.pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 1rem;
    display: none;
}
.pagination li:first-child,
.pagination li:last-child {
    display: inline-block;
}
@media print, screen and (min-width: 40em) {
    .pagination li {
        display: inline-block;
    }
}
.pagination a,
.pagination button {
    display: block;
    padding: 0;
    border-radius: 0;
    color: #010101;
}
.pagination a:hover,
.pagination button:hover {
    background: transparent;
}
.pagination .current {
    padding: 0;
    background: #010101;
    color: #fff;
    cursor: default;
}
.pagination .disabled {
    padding: 0;
    color: #ccc;
    cursor: not-allowed;
}
.pagination .disabled:hover {
    background: transparent;
}
.pagination .ellipsis:after {
    padding: 0;
    content: "\2026";
    color: #010101;
}
.pagination-previous.disabled:before,
.pagination-previous a:before {
    display: inline-block;
    margin-right: 0.5rem;
    content: "«";
}
.pagination-next.disabled:after,
.pagination-next a:after {
    display: inline-block;
    margin-left: 0.5rem;
    content: "»";
}
.progress {
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: 0;
    background-color: #ccc;
}
.progress.primary .progress-meter {
    background-color: #ff0056;
}
.progress.secondary .progress-meter {
    background-color: #010101;
}
.progress.success .progress-meter {
    background-color: #3adb76;
}
.progress.warning .progress-meter {
    background-color: #ffae00;
}
.progress.alert .progress-meter {
    background-color: #cc4b37;
}
.progress-meter {
    position: relative;
    display: block;
    width: 0;
    height: 100%;
    background-color: #ff0056;
}
.progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
}
.slider {
    position: relative;
    height: 0.5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #e5e5e5;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
}
.slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: 0.5rem;
    background-color: #ccc;
    transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
    transition: all 0s linear;
}
.slider-handle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0;
    background-color: #ff0056;
    transition: all 0.2s ease-in-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
[data-whatinput="mouse"] .slider-handle {
    outline: 0;
}
.slider-handle:hover {
    background-color: #ffee87;
}
.slider-handle.is-dragging {
    transition: all 0s linear;
}
.slider.disabled,
.slider[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
}
.slider.vertical {
    display: inline-block;
    width: 0.5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    transform: scaleY(-1);
}
.slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%;
}
.slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%);
}
.sticky,
.sticky-container {
    position: relative;
}
.sticky {
    z-index: 0;
    transform: translateZ(0);
}
.sticky.is-stuck {
    position: fixed;
    z-index: 5;
    width: 100%;
}
.sticky.is-stuck.is-at-top {
    top: 0;
}
.sticky.is-stuck.is-at-bottom {
    bottom: 0;
}
.sticky.is-anchored {
    position: relative;
    right: auto;
    left: auto;
}
.sticky.is-anchored.is-at-bottom {
    bottom: 0;
}
html.is-reveal-open {
    position: fixed;
    width: 100%;
    overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll;
}
html.is-reveal-open body {
    overflow-y: hidden;
}
.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    background-color: rgba(1, 1, 1, 0.45);
}
.reveal,
.reveal-overlay {
    display: none;
    overflow-y: auto;
}
.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 1rem;
    border: none;
    border-radius: 0;
    background-color: #010101;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
}
[data-whatinput="mouse"] .reveal {
    outline: 0;
}
@media print, screen and (min-width: 40em) {
    .reveal {
        min-height: 0;
    }
}
.reveal .column {
    min-width: 0;
}
.reveal > :last-child {
    margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
    .reveal {
        width: 600px;
        max-width: 1400px;
    }
}
.reveal.collapse {
    padding: 0;
}
@media print, screen and (min-width: 40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 1400px;
    }
}
@media print, screen and (min-width: 40em) {
    .reveal.small {
        width: 50%;
        max-width: 1400px;
    }
}
@media print, screen and (min-width: 40em) {
    .reveal.large {
        width: 90%;
        max-width: 1400px;
    }
}
.reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
}
@media print, screen and (max-width: 39.99875em) {
    .reveal {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        min-height: 100%;
        margin-left: 0;
        border: 0;
        border-radius: 0;
    }
}
.reveal.without-overlay {
    position: fixed;
}
.switch {
    height: 2rem;
    position: relative;
    margin-bottom: 1rem;
    outline: 0;
    font-size: 0.875rem;
    font-weight: 700;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.switch-input {
    position: absolute;
    margin-bottom: 0;
    opacity: 0;
}
.switch-paddle {
    position: relative;
    display: block;
    width: 4rem;
    height: 2rem;
    border-radius: 0;
    background: #ccc;
    transition: all 0.25s ease-out;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;
}
input + .switch-paddle {
    margin: 0;
}
.switch-paddle:after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translateZ(0);
    border-radius: 0;
    background: #fff;
    transition: all 0.25s ease-out;
    content: "";
}
input:checked ~ .switch-paddle {
    background: #ff0056;
}
input:checked ~ .switch-paddle:after {
    left: 2.25rem;
}
input:disabled ~ .switch-paddle {
    cursor: not-allowed;
    opacity: 0.5;
}
[data-whatinput="mouse"] input:focus ~ .switch-paddle {
    outline: 0;
}
.switch-active,
.switch-inactive {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.switch-active {
    left: 8%;
    display: none;
}
input:checked + label > .switch-active {
    display: block;
}
.switch-inactive {
    right: 15%;
}
input:checked + label > .switch-inactive {
    display: none;
}
.switch.tiny {
    height: 1.5rem;
}
.switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem;
}
.switch.tiny .switch-paddle:after {
    top: 0.25rem;
    left: 0.25rem;

    width: 1rem;
    height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle:after {
    left: 1.75rem;
}
.switch.small {
    height: 1.75rem;
}
.switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem;
}
.switch.small .switch-paddle:after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle:after {
    left: 2rem;
}
.switch.large {
    height: 2.5rem;
}
.switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem;
}
.switch.large .switch-paddle:after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem;
}
.switch.large input:checked ~ .switch-paddle:after {
    left: 2.75rem;
}
table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0;
}
tbody,
tfoot,
thead {
    border: 1px solid #f2f2f2;
    background-color: #fff;
}
caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 700;
}
thead {
    background: #f9f9f9;
}
tfoot,
thead {
    color: #010101;
}
tfoot {
    background: #f2f2f2;
}
tfoot tr,
thead tr {
    background: transparent;
}
tfoot td,
tfoot th,
thead td,
thead th {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 700;
    text-align: left;
}
tbody td,
tbody th {
    padding: 0.5rem 0.625rem 0.625rem;
}
tbody tr:nth-child(2n) {
    border-bottom: 0;
    background-color: #f2f2f2;
}
table.unstriped tbody {
    background-color: #fff;
}
table.unstriped tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid #f2f2f2;
    background-color: #fff;
}
@media print, screen and (max-width: 63.99875em) {
    table.stack tfoot,
    table.stack thead {
        display: none;
    }
    table.stack td,
    table.stack th,
    table.stack tr {
        display: block;
    }
    table.stack td {
        border-top: 0;
    }
}
table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto;
}
table.hover thead tr:hover {
    background-color: #f4f4f4;
}
table.hover tfoot tr:hover {
    background-color: #ededed;
}
table.hover tbody tr:hover {
    background-color: #fafafa;
}
table.hover:not(.unstriped) tr:nth-of-type(2n):hover {
    background-color: #ededed;
}
.table-scroll {
    overflow-x: auto;
}
.tabs {
    margin: 0;
    border: 1px solid transparent;
    background: #fff;
    list-style-type: none;
}
.tabs:after,
.tabs:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1;
}
.tabs:after {
    clear: both;
}
.tabs.vertical > li {
    display: block;
    float: none;
    width: auto;
}
.tabs.simple > li > a {
    padding: 0;
}
.tabs.simple > li > a:hover {
    background: transparent;
}
.tabs.primary {
    background: #ff0056;
}
.tabs.primary > li > a {
    color: #010101;
}
.tabs.primary > li > a:focus,
.tabs.primary > li > a:hover {
    background: #da432f;
}
.tabs-title {
    float: left;
}
.tabs-title > a {
    display: block;
    padding: 1rem 1.5rem;
    font-size: 1rem;
    line-height: 1;
    color: #010101;
}
[data-whatinput="mouse"] .tabs-title > a {
    outline: 0;
}
.tabs-title > a:hover {
    background: #fff;
    color: #010101;
}
.tabs-title > a:focus,
.tabs-title > a[aria-selected="true"] {
    background: transparent;
    color: #010101;
}
.tabs-content {
    border: 1px solid transparent;
    border-top: 0;
    background: #fff;
    color: #010101;
    transition: all 0.5s ease;
}
.tabs-content.vertical {
    border: 1px solid transparent;
    border-left: 0;
}
.tabs-panel {
    display: none;
    padding: 1rem;
}
.tabs-panel.is-active {
    display: block;
}
.thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: 4px solid #fff;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(1, 1, 1, 0.2);
    line-height: 0;
}
a.thumbnail {
    transition: box-shadow 0.2s ease-out;
}
a.thumbnail:focus,
a.thumbnail:hover {
    box-shadow: 0 0 6px 1px rgba(220, 78, 59, 0.5);
}
a.thumbnail image {
    box-shadow: none;
}
.title-bar {
    padding: 1rem;
    background: #010101;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
}
.title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.title-bar-left,
.title-bar-right {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}
.title-bar-right {
    text-align: right;
}
.title-bar-title {
    vertical-align: middle;
}
.has-tip,
.title-bar-title {
    display: inline-block;
    font-weight: 700;
}
.has-tip {
    position: relative;
    border-bottom: 1px dotted #4a4646;
    cursor: help;
}
.tooltip {
    top: calc(100% + 0.6495rem);
    z-index: 1200;
    max-width: 10rem;
    padding: 0.75rem;
    border-radius: 0;
    background-color: #010101;
    font-size: 80%;
    color: #fff;
}
.tooltip,
.tooltip:before {
    position: absolute;
}
.tooltip.bottom:before {
    display: block;
    width: 0;
    height: 0;
    border: 0.75rem inset;
    content: "";
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #010101;
    bottom: 100%;
}
.tooltip.bottom.align-center:before {
    left: 50%;
    transform: translateX(-50%);
}
.tooltip.top:before {
    display: block;
    width: 0;
    height: 0;
    border: 0.75rem inset;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #010101 transparent transparent;
    top: 100%;
    bottom: auto;
}
.tooltip.top.align-center:before {
    left: 50%;
    transform: translateX(-50%);
}
.tooltip.left:before {
    display: block;
    width: 0;
    height: 0;
    border: 0.75rem inset;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #010101;
    left: 100%;
}
.tooltip.left.align-center:before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}
.tooltip.right:before {
    display: block;
    width: 0;
    height: 0;
    border: 0.75rem inset;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #010101 transparent transparent;
    right: 100%;
    left: auto;
}
.tooltip.right.align-center:before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}
.tooltip.align-top:before {
    bottom: auto;
    top: 10%;
}
.tooltip.align-bottom:before {
    bottom: 10%;
    top: auto;
}
.tooltip.align-left:before {
    left: 10%;
    right: auto;
}
.tooltip.align-right:before {
    left: auto;
    right: 10%;
}
.top-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
    background-color: #fff;
}
.top-bar input {
    max-width: 200px;
    margin-right: 1rem;
}
.top-bar .input-group-field {
    width: 100%;
    margin-right: 0;
}
.top-bar input.button,
.top-bar input.tml-button {
    width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media print, screen and (min-width: 40em) {
    .top-bar {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .top-bar .top-bar-left {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: auto;
    }
    .top-bar .top-bar-right {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-left: auto;
    }
}
@media print, screen and (max-width: 63.99875em) {
    .top-bar.stacked-for-medium {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media print, screen and (max-width: 90.62375em) {
    .top-bar.stacked-for-large {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media print, screen and (max-width: 99.99875em) {
    .top-bar.stacked-for-xlarge {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .top-bar.stacked-for-xlarge .top-bar-left,
    .top-bar.stacked-for-xlarge .top-bar-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.top-bar-title {
    margin: 0.5rem 1rem 0.5rem 0;
}
.top-bar-left,
.top-bar-right,
.top-bar-title {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.hide {
    display: none !important;
}
.invisible {
    visibility: hidden;
}
@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: 90.62375em) {
    .hide-for-large-only {
        display: none !important;
    }
}
@media screen and (max-width: 63.99875em), screen and (min-width: 90.625em) {
    .show-for-large-only {
        display: none !important;
    }
}
@media screen and (min-width: 90.625em) {
    .hide-for-xlarge {
        display: none !important;
    }
}
@media screen and (max-width: 90.62375em) {
    .show-for-xlarge {
        display: none !important;
    }
}
@media screen and (min-width: 90.625em) and (max-width: 99.99875em) {
    .hide-for-xlarge-only {
        display: none !important;
    }
}
@media screen and (max-width: 90.62375em), screen and (min-width: 100em) {
    .show-for-xlarge-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;
}
.hide-for-portrait,
.show-for-landscape {
    display: block !important;
}
@media screen and (orientation: landscape) {
    .hide-for-portrait,
    .show-for-landscape {
        display: block !important;
    }
}
@media screen and (orientation: portrait) {
    .hide-for-portrait,
    .show-for-landscape {
        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;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.clearfix:after,
.clearfix:before {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1;
}
.clearfix:after {
    clear: both;
}
@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #000;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    padding-bottom: 30px;
    z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0);
}
.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    text-align: center;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper:before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-order: 9999;
    order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}
.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    width: 1px;
    height: var(--swiper-virtual-size);
}
:root {
    --swiper-navigation-size: 30px;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    opacity: 0;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 0.3;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;

    pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: normal;
    line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    line-height: 1em;
    position: absolute;
    text-align: center;
    transition: opacity 0.3s;
    transform: translateZ(0);
    z-index: 10;
	margin-bottom: 16px;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet:only-child {
    display: none !important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform 0.2s, top 0.2s;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 0.2s, left 0.2s;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn);
    }
}
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube {
    overflow: visible;
}
.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}
.swiper-flip {
    overflow: visible;
}
.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}
.swiper-cards {
    overflow: visible;
}
.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
.headline,
.page-title,
.single-title {
    font-family: "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0;
}
.section-title {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0 0 1.5rem;
}
.section-title a {
    color: #010101;
}
.section-title a:focus,
.section-title a:hover {
    color: #ff0056;
}
@media print, screen and (min-width: 40em) {
    .section-title {
        margin: 0 0 2rem;
    }
}
@media print, screen and (min-width: 64em) {
    .section-title {
        margin: 0 0 2.5rem;
    }
}
@media screen and (min-width: 90.625em) {
    .section-title {
        margin: 0 0 3rem;
    }
}
.section-header {
    margin: 0;
    text-align: center;
    color: #ff0056;
    text-transform: uppercase;
    font-weight: 700;
    margin: 1.5rem 0 3rem;
}
@media print, screen and (min-width: 40em) {
    .section-header {
        margin: 2rem 0 4rem;
    }
}
@media print, screen and (min-width: 64em) {
    .section-header {
        margin: 2.5rem 0 5rem;
    }
}
@media screen and (min-width: 90.625em) {
    .section-header {
        margin: 3rem 0 6rem;
    }
}
.section-header-dos {
    margin: 0;
    text-align: center;
    color: #ff0056;
    text-transform: uppercase;
    font-weight: 700;
    margin: 1rem 0 1.5rem;
}
@media print, screen and (min-width: 40em) {
    .section-header-dos {
        margin: 4rem 0 2rem;
    }
}
@media print, screen and (min-width: 64em) {
    .section-header-dos {
        margin: 5rem 0 2.5rem;
    }
}
@media screen and (min-width: 90.625em) {
    .section-header-dos {
        margin: 6rem 0 3rem;
    }
}
.small-header {
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.post-topic,
.review-header .author,
.review .author {
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    color: #4a4646;
}
.post-topic a,
.review-header .author a,
.review .author a {
    position: relative;
    z-index: 1;
    color: rgba(74, 70, 70, 0.75);
    transition: all 0.5s;
    display: inline-block;
}
.post-topic a:after,
.review-header .author a:after,
.review .author a:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid #010101;
    margin: 0.5rem 0;
}
.post-topic a:focus,
.post-topic a:hover,
.review-header .author a:focus,
.review-header .author a:hover,
.review .author a:focus,
.review .author a:hover {
    color: #ff0056;
}
.entry-title {
    font-weight: 700;
    color: #4a4646;
}
.entry-title a {
    position: relative;
    color: #4a4646;
    transition: all 0.5s;
    display: inline-block;
}
.entry-title a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background-color: #f2e94d;
    z-index: -1;
    transition: width 0.5s;
}
.entry-title a:focus,
.entry-title a:hover {
    color: #010101;
}
.entry-title a:focus:before,
.entry-title a:hover:before {
    width: 100%;
}
.byline {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: #4a4646;
    font-weight: 700;
    margin: 0;
}
.byline a {
    color: rgba(74, 70, 70, 0.75);
    transition: all 0.5s;
}
.byline a:focus,
.byline a:hover {
    color: #ff0056;
}
body,
html {
    min-width: 320px;
}
body {
    padding-top: 67px;
}
@media print, screen and (min-width: 64em) {
    body {
        padding-top: 131px;
    }
}
@media screen and (min-width: 90.625em) {
    body {
        padding-top: 159px;
    }
}
.grid-container {
    padding: 0 20px;
}
@media print, screen and (min-width: 40em) {
    .grid-container {
        padding: 0 30px;
    }
}
@media print, screen and (min-width: 64em) {
    .grid-container {
        padding: 0 40px;
    }
}
.content {
    padding: 1.5rem 0 0;
}
@media print, screen and (min-width: 40em) {
    .content {
        padding: 2rem 0 0;
    }
}
@media print, screen and (min-width: 64em) {
    .content {
        padding: 2.5rem 0 0;
    }
}
@media screen and (min-width: 90.625em) {
    .content {
        padding: 3rem 0 0;
    }
}
.button,
.tml-button {
    font-weight: 700;
}
.button.hollow,
.hollow.tml-button {
    border-color: #010101;
    color: #010101;
}
.view-more .button,
.view-more .tml-button {
    max-width: 320px;
    margin: 1rem auto;
}
.pagination {
    text-align: center;
}
.pagination .current,
.pagination a {
    display: inline-block;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid rgba(1, 1, 1, 0.5);
    border-radius: 1000px;
    transition: all 0.5s;
}
.pagination a:hover {
    border-color: #ff0056;
    background-color: #ff0056;
}
body#tinymce {
    margin: 20px;
}
#site-header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10001;
}
.headroom {
    will-change: transform;
    transition: transform 0.4s linear;
}
.headroom--pinned {
    transform: translateY(0);
}
.headroom--unpinned {
    transform: translateY(-100%);
}

#mobile-bar-menu {
    background-image: url("../images/anim-rayos.gif");
	background-size: contain;
	background-color:#fca19c;
    border-top: 1px solid #010101;
    border-bottom: 1px solid #010101;
    color: #010101;
    position: relative;
}

#mobile-bar-menu .title-bar-title {
    font-size: 1.5rem;
}
#mobile-bar-menu .title-bar-title a {
    color: #010101;
}
#mobile-bar-menu .logo-mark {
    display: inline-block;
    background-color: #ffee87;
    padding: 0.5rem;
    border-right: 1px solid #010101;
}
#mobile-bar-menu .logo-mark img {
    max-height: 50px;
}
#mobile-bar-menu .logo-text {
    text-align: center;
    display: inline-block;
    padding: 0.75rem 1rem;
}
#mobile-bar-menu .logo-text img {
    max-height: 40px;
}

#mobile-bar-menu .menu-button {
    width: 50px;
    text-align: center;
}
#mobile-bar-menu .menu-button button {
    height: 100%;
    width: 100%;
    min-height: 66px;
    display: block;
    padding: 1rem 0.5rem;
    background-color: #010101;
    cursor: pointer;
}
#mobile-bar-menu .menu-button button svg {
    fill: #fff;
}
#mobile-bar-menu .menu-button button:focus svg,
#mobile-bar-menu .menu-button button:hover svg {
    fill: #f2e94d;
}
#mobileMenu {
    position: relative;
    background-color: #010101;
    padding: 2rem;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
#mobileMenu a {
    color: #fff;
    font-size: 1.375rem;
    padding: 0.5rem 0;
    transition: all 0.5s;
}
#mobileMenu a:focus,
#mobileMenu a:hover {
    color: #f2e94d;
}
#mobileMenu .menu .active > a,
#mobileMenu .menu .is-active > a {
    background-color: transparent;
    color: #f2e94d;
}
#mobile-nav-search .input-group {
    margin: 1rem auto;
    max-width: 480px;
    border: 1px solid hsla(0, 0%, 100%, 0.5);
}
#mobile-nav-search .search-field {
    border: none;
    background-color: transparent;
    color: #fff;
    text-align: left;
    font-family: "IBM Plex Serif", Georgia, Times, Times New Roman, serif;
}
#mobile-nav-search .input-group-button {
    padding: 0.25rem;
    color: #010101;
}
#top-bar-menu {
    border-top: 1px solid #010101;
    border-bottom: 1px solid #010101;
}
#top-bar-menu .top-bar-left {
    max-width: 110px;
    border-right: 1px solid #010101;
	float: left;
}
@media screen and (min-width: 90.625em) {
    #top-bar-menu .top-bar-left {
        max-width: 130px;
    }
}
#top-bar-menu .site-logo {
    padding: 0;
    width: 110px;
    /*border-right: 1px solid #010101;*/
    height: 100%;
	
}
#top-bar-menu .site-logo a {
    color: #fff;
    background: #ffee87;
    display: block;
    text-align: center;
    padding: 1rem;
    height: 100%;
}
@media screen and (min-width: 90.625em) {
    #top-bar-menu .site-logo {
        width: 130px;
    }
    #top-bar-menu .site-logo a {
        padding: 1.35rem 1.25rem;
    }
}
#top-bar-menu .site-year {
    background-color: #f2e94d;
    font-size: 1.375rem;
    /*border-left: 1px solid #010101;*/
    width: 110px;
    line-height: 1em;
    position: relative;
}
#top-bar-menu .site-year span {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -1px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#top-bar-menu .site-year IMG{height: 100%}
@media screen and (min-width: 90.625em) {
    #top-bar-menu .site-year {
        width: 139px;
        font-size: 1.625rem;
    }
}

/* cambio de gif a webm 
#top-bar-menu .site-name{
	background-image: url("../images/anim-rayos.gif");
	background-size: contain;
	background-color:#fca19c;
	padding:.75rem;
	text-align:center
} */

/* Contenedor principal */
#top-bar-menu .site-name {
  position: relative; /* Habilita capas superpuestas */
  text-align: center;
  overflow: hidden; /* Recorta cualquier exceso del video */
}

/* Configuración del video */
#top-bar-menu .site-name video {
  position: absolute; /* Permite que el video cubra todo el contenedor */
  top: 0;
  left: 0;
  width: 100%; /* Escala el video al ancho del contenedor */
  height: 100%; /* Escala el video al alto del contenedor */
  object-fit: cover; /* Ajusta el video para que cubra sin distorsionarse */
  z-index: -1; /* Envía el video al fondo */
}

/* Texto sobre el video */
#top-bar-menu .site-name span {
  position: relative; /* Se asegura de estar sobre el video */
  z-index: 1; /* Prioridad visual sobre el video */
  color: #fff; /* Contraste con el fondo */
  font-size: 1.5rem;
}

/*
#top-bar-menu .site-name {
    background-color: #a6d4cc;
    padding: 0.75rem;
    text-align: center;
	background-image: url("../images/bg-header.gif");

}
*/
#top-bar-menu .site-name img {
    max-height: 58px;
}
@media screen and (min-width: 90.625em) {
    #top-bar-menu .site-name {
        padding: 1rem;
    }
    #top-bar-menu .site-name img {
        max-height: 72px;
    }
}
#top-bar-menu .site-nav {
    position: relative;
    border-top: 1px solid #010101;
    height: 48px;
}
#top-bar-menu .site-nav .top-bar-search {
    height: 100%;
}
@media screen and (min-width: 90.625em) {
    #top-bar-menu .site-nav {
        height: 54px;
    }
}
#top-bar-menu .search-button {
    margin: 0;
    padding: 0.7rem 0.8rem;
    cursor: pointer;
    background-color: #010101;
    height: 48px;
    width: 48px;
}
#top-bar-menu .search-button svg {
    width: 20px;
    fill: #fff;
}
#top-bar-menu .search-button svg:focus,
#top-bar-menu .search-button svg:hover {
    fill: #f2e94d;
}
@media screen and (min-width: 90.625em) {
    #top-bar-menu .search-button {
        height: 54px;
        padding: 0.9rem 1rem;
    }
    #top-bar-menu .search-button svg {
        width: 24px;
    }
}
#main-nav {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 62px;
}
@media screen and (min-width: 90.625em) {
    #main-nav {
        padding-right: 82px;
    }
}
#main-nav a {
    color: #010101;
    font-size: 1.125rem;
    margin: 0 0.5rem;
    padding: 0.5rem 1rem;
    transition: all 0.5s;
}
#main-nav a:hover {
    color: #ff0056;
}
@media screen and (min-width: 90.625em) {
    #main-nav a {
        font-size: 1.375rem;
    }
}
#main-nav .active a:hover {
    color: #010101;
}
#menuSearch {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #010101;
    color: #fff;
    padding-right: 50px;
}
#menuSearch .search-form {
    margin: 0 auto;
}
#menuSearch .input-group {
    margin: 0;
}
@media print, screen and (min-width: 64em) and (max-width: 90.62375em) {
    #menuSearch .input-group input {
        max-height: 50px;
    }
}
#menuSearch .search-field {
    border: none;
    background-color: transparent;
    color: #fff;
    text-align: center;
    font-family: "IBM Plex Serif", Georgia, Times, Times New Roman, serif;
}
#menuSearch .search-field:focus {
    box-shadow: none;
    color: #f2e94d;
}
#menuSearch .input-group-button {
    padding: 0.25rem;
    color: #010101;
}
#menuSearch .close-button {
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (min-width: 783px) {
    .admin-bar #site-header {
        top: 32px;
    }
}
.site-footer {
    background-color: #010101;
    color: #fff;
    padding: 3rem 0;
}
@media print, screen and (min-width: 40em) {
    .site-footer {
        padding: 4rem 0;
    }
}
@media print, screen and (min-width: 64em) {
    .site-footer {
        padding: 5rem 0;
    }
}
@media screen and (min-width: 90.625em) {
    .site-footer {
        padding: 6rem 0;
    }
}
.site-footer .site-name {
    margin: 0 0 3rem;
}
@media print, screen and (min-width: 40em) {
    .site-footer .site-name {
        margin: 0 0 4rem;
    }
}
@media print, screen and (min-width: 64em) {
    .site-footer .site-name {
        margin: 0 0 5rem;
    }
}
@media screen and (min-width: 90.625em) {
    .site-footer .site-name {
        margin: 0 0 6rem;
    }
}
.site-footer .input-group {
    background-color: #fff;
}
.site-footer .input-group .input-group-field {
    box-shadow: none;
    border: none;
}
.site-footer .input-group .input-group-button {
    padding: 0.25rem;
}
.site-footer .footer-contact,
.site-footer .footer-nav,
.site-footer .footer-newsletter,
.site-footer .footer-social,
.site-footer .masthead {
    margin: 0 0 3rem;
}
@media print, screen and (min-width: 40em) {
    .site-footer .footer-contact,
    .site-footer .footer-nav,
    .site-footer .footer-newsletter,
    .site-footer .footer-social,
    .site-footer .masthead {
        margin: 0 0 4rem;
    }
}
@media print, screen and (min-width: 64em) {
    .site-footer .footer-contact,
    .site-footer .footer-nav,
    .site-footer .footer-newsletter,
    .site-footer .footer-social,
    .site-footer .masthead {
        margin: 0 0 5rem;
    }
}
@media screen and (min-width: 90.625em) {
    .site-footer .footer-contact,
    .site-footer .footer-nav,
    .site-footer .footer-newsletter,
    .site-footer .footer-social,
    .site-footer .masthead {
        margin: 0 0 6rem;
    }
}
.site-footer a {
    color: #fff;
    text-decoration: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
}
.site-footer a svg {
    fill: #fff;
}
.site-footer a:focus,
.site-footer a:hover {
    color: #f2e94d;
    text-decoration: none;
}
.site-footer a:focus svg,
.site-footer a:hover svg {
    fill: #f2e94d;
}
.site-footer .copyright {
    margin: 0;
}
.page-template-template-members .article-header {
    margin: 1.5rem auto;
}
@media print, screen and (min-width: 40em) {
    .page-template-template-members .article-header {
        margin: 2rem auto;
    }
}
@media print, screen and (min-width: 64em) {
    .page-template-template-members .article-header {
        margin: 2.5rem auto;
    }
}
@media screen and (min-width: 90.625em) {
    .page-template-template-members .article-header {
        margin: 3rem auto;
    }
}
.tml {
    max-width: 500px;
    margin: 3rem auto;
}
@media print, screen and (min-width: 40em) {
    .tml {
        margin: 4rem auto;
    }
}
@media print, screen and (min-width: 64em) {
    .tml {
        margin: 5rem auto;
    }
}
@media screen and (min-width: 90.625em) {
    .tml {
        margin: 6rem auto;
    }
}
.tml-button {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    display: block;
    width: 100%;
    margin: 1rem 0;
}
.tml-links {
    list-style: none;
    margin: 0;
    padding: 1rem 0;
    text-align: center;
}
#comments .commentlist,
#respond ul {
    margin-left: 0;
}
.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="email"],
.respond-form form input[type="text"],
.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="email"]:focus,
.respond-form form input[type="text"]:focus,
.respond-form form input[type="url"]:focus,
.respond-form form textarea:focus {
    background: #fff;
}
.respond-form form input[type="email"]:invalid,
.respond-form form input[type="text"]: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="email"],
.respond-form form input[type="text"],
.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;
}
@media print, screen and (max-width: 63.99875em) {
    .sidebar .sticky {
        top: 0 !important;
    }
}
.widget ul {
    margin: 0;
}
.entry-content {
    overflow-wrap: break-word;
}
.entry-content.narrow {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}
.entry-content.narrow ol,
.entry-content.narrow ul {
    padding-left: 1.5rem;
}
.entry-content.narrow .wp-block,
.entry-content.narrow .wp-block-audio,
.entry-content.narrow .wp-block-buttons,
.entry-content.narrow .wp-block-code,
.entry-content.narrow .wp-block-cover,
.entry-content.narrow .wp-block-embed,
.entry-content.narrow .wp-block-file,
.entry-content.narrow .wp-block-gallery,
.entry-content.narrow .wp-block-image,
.entry-content.narrow .wp-block-latest-comments,
.entry-content.narrow .wp-block-latest-posts,
.entry-content.narrow .wp-block-media-text,
.entry-content.narrow .wp-block-navigation,
.entry-content.narrow .wp-block-pullquote,
.entry-content.narrow .wp-block-quote,
.entry-content.narrow .wp-block-rss,
.entry-content.narrow .wp-block-search,
.entry-content.narrow .wp-block-separator,
.entry-content.narrow .wp-block-social-links,
.entry-content.narrow .wp-block-table,
.entry-content.narrow .wp-block-tag-cloud,
.entry-content.narrow .wp-block-verse,
.entry-content.narrow .wp-block-video {
    max-width: 720px;
    margin: 1rem auto;
}
@media print, screen and (min-width: 40em) {
    .entry-content.narrow .wp-block,
    .entry-content.narrow .wp-block-audio,
    .entry-content.narrow .wp-block-buttons,
    .entry-content.narrow .wp-block-code,
    .entry-content.narrow .wp-block-cover,
    .entry-content.narrow .wp-block-embed,
    .entry-content.narrow .wp-block-file,
    .entry-content.narrow .wp-block-gallery,
    .entry-content.narrow .wp-block-image,
    .entry-content.narrow .wp-block-latest-comments,
    .entry-content.narrow .wp-block-latest-posts,
    .entry-content.narrow .wp-block-media-text,
    .entry-content.narrow .wp-block-navigation,
    .entry-content.narrow .wp-block-pullquote,
    .entry-content.narrow .wp-block-quote,
    .entry-content.narrow .wp-block-rss,
    .entry-content.narrow .wp-block-search,
    .entry-content.narrow .wp-block-separator,
    .entry-content.narrow .wp-block-social-links,
    .entry-content.narrow .wp-block-table,
    .entry-content.narrow .wp-block-tag-cloud,
    .entry-content.narrow .wp-block-verse,
    .entry-content.narrow .wp-block-video {
        margin: 1.5rem auto;
    }
}
.entry-content.narrow .wp-block-gallery ul {
    padding-left: 0;
}
.entry-content.narrow .wp-block-pullquote {
    margin: 1.5rem auto;
}
@media print, screen and (min-width: 40em) {
    .entry-content.narrow .wp-block-pullquote {
        margin: 3rem auto;
    }
}
.entry-content.narrow .wp-block-separator {
    max-width: 720px;
    margin: 1.5rem auto;
}
@media print, screen and (min-width: 40em) {
    .entry-content.narrow .wp-block-separator {
        margin: 3rem auto;
    }
}
.entry-content.narrow .alignwide,
.entry-content.narrow .alignwide ol,
.entry-content.narrow .alignwide ul {
    max-width: 1024px;
}
.entry-content.narrow .alignfull {
    max-width: 1400px;
    margin-left: -20px;
    margin-right: -20px;
}
.entry-content.narrow .alignfull ol,
.entry-content.narrow .alignfull ul {
    max-width: 1024px;
}
@media print, screen and (min-width: 40em) {
    .entry-content.narrow .alignfull {
        margin-left: -30px;
        margin-right: -30px;
    }
}
.wp-block-audio audio:focus {
    outline-offset: 5px;
    outline: 2px solid #ff0056;
}
.wp-block-button .wp-block-button__link {
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #ff0056;
}
.wp-block-button:not(.is-style-outline) .wp-block-button__link {
    background-color: #ff0056;
}
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):not(.has-text-color) {
    background: transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-background:not(.has-text-color) {
    color: currentColor;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-background.has-black-background-color:not(.has-text-color),
.wp-block-button.is-style-outline .wp-block-button__link.has-background.has-dark-gray-background-color:not(.has-text-color),
.wp-block-button.is-style-outline .wp-block-button__link.has-background.has-gray-background-color:not(.has-text-color) {
    color: #fff;
}
.is-dark-theme .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color).has-background {
    color: #ff0056;
}
.is-dark-theme .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color).has-background.has-black-background-color,
.is-dark-theme .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color).has-background.has-dark-gray-background-color,
.is-dark-theme .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color).has-background.has-gray-background-color {
    color: #fff;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-background.has-text-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-text-color {
    border-color: currentColor;
}
.wp-block-button.is-style-outline .wp-block-button__link:focus {
    background: transparent !important;
}
.wp-block-button .is-style-squared .wp-block-button__link {
    border-radius: 0;
}
.is-style-outline .wp-block-button__link[style*="radius"]:focus,
.wp-block-button a.wp-block-button__link[style*="radius"]:focus {
    outline-offset: 2px;
}
.wp-block-code {
    border: 0.1rem solid #010101;
    border-radius: 0;
    padding: 30px;
}
.wp-block-code code {
    color: #ff0056;
    white-space: pre;
    overflow-x: auto;
    display: block;
}
.wp-block-columns:not(.alignwide):not(.alignfull) {
    clear: both;
}
.wp-block-columns .wp-block-column > * {
    margin-top: calc(0.66 * $global-spacing-vert);
    margin-bottom: calc(0.66 * $global-spacing-vert);
    margin-top: 20px;
    margin-bottom: 20px;
}
.wp-block-columns .wp-block-column > :first-child {
    margin-top: 0;
}
.wp-block-columns .wp-block-column:last-child,
.wp-block-columns .wp-block-column > :last-child {
    margin-bottom: 0;
}
.wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: calc(0.66 * $global-spacing-vert);
    margin-bottom: 20px;
}
@media screen and (min-width: 90.625em) {
    .wp-block-columns .wp-block-column:not(:last-child) {
        margin-bottom: 0;
    }
}
.wp-block-columns.is-style-twentytwentyone-columns-overlap {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
@media print, screen and (min-width: 64em) {
    .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) {
        margin-left: calc(-2 * $global-spacing-horz);
        margin-top: calc(2.5 * $global-spacing-horz);
        z-index: 2;
    }
    .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h1:not(.has-background),
    .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h2:not(.has-background),
    .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h3:not(.has-background),
    .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h4:not(.has-background),
    .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h5:not(.has-background),
    .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > h6:not(.has-background),
    .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ol:not(.has-background),
    .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > p:not(.has-background),
    .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > pre:not(.has-background),
    .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ul:not(.has-background) {
        background-color: #fff;
        padding: 30px;
    }
    .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ol:not(.has-background),
    .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) > ul:not(.has-background) {
        padding-left: calc(2 * $global-spacing-horz);
    }
    .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n).is-vertically-aligned-center {
        margin-top: 0;
    }
}
.wp-block-columns.alignfull .wp-block-column h1:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h2:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h3:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h4:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h5:not(.has-background),
.wp-block-columns.alignfull .wp-block-column h6:not(.has-background),
.wp-block-columns.alignfull .wp-block-column p:not(.has-background) {
    padding-left: 30px;
    padding-right: 30px;
}
.wp-block-cover,
.wp-block-cover-image {
    background-color: #010101;
    min-height: 300px;
    margin-top: inherit;
    margin-bottom: inherit;
}
.wp-block-cover-image:not(.alignwide):not(.alignfull),
.wp-block-cover:not(.alignwide):not(.alignfull) {
    clear: both;
}
.wp-block-cover-image.alignfull,
.wp-block-cover.alignfull {
    margin-top: 0;
    margin-bottom: 0;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover .wp-block-cover__inner-container {
    color: currentColor;
    margin-top: 20px;
    margin-bottom: 20px;
}
.wp-block-cover-image .wp-block-cover-image-text a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover-image .wp-block-cover-text a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover-image .wp-block-cover__inner-container a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover .wp-block-cover-image-text a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover .wp-block-cover-text a:not(.wp-block-button__link):not(.wp-block-file__button),
.wp-block-cover .wp-block-cover__inner-container a:not(.wp-block-button__link):not(.wp-block-file__button) {
    color: currentColor;
}
.wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-image-text,
.wp-block-cover-image:not([class*="background-color"]) .wp-block-cover-text,
.wp-block-cover-image:not([class*="background-color"]) .wp-block-cover__inner-container,
.wp-block-cover:not([class*="background-color"]) .wp-block-cover-image-text,
.wp-block-cover:not([class*="background-color"]) .wp-block-cover-text,
.wp-block-cover:not([class*="background-color"]) .wp-block-cover__inner-container {
    color: #fff;
}
.wp-block-cover-image h2,
.wp-block-cover h2 {
    max-width: inherit;
    text-align: inherit;
    padding: 0;
}
.wp-block-cover-image h2.has-text-align-left,
.wp-block-cover h2.has-text-align-left {
    text-align: left;
}
.wp-block-cover-image h2.has-text-align-center,
.wp-block-cover h2.has-text-align-center {
    text-align: center;
}
.wp-block-cover-image h2.has-text-align-right,
.wp-block-cover h2.has-text-align-right {
    text-align: right;
}
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
    width: calc(1 - (2 * $global-spacing-vert));
}
.wp-block-cover-image .wp-block-cover__inner-container > *,
.wp-block-cover .wp-block-cover__inner-container > * {
    margin-top: calc(0.666 * $global-spacing-vert);
    margin-bottom: calc(0.666 * $global-spacing-vert);
}
@media print, screen and (max-width: 39.99875em) {
    .wp-block-cover-image .wp-block-cover__inner-container > *,
    .wp-block-cover .wp-block-cover__inner-container > * {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
.wp-block-cover-image .wp-block-cover__inner-container > :first-child,
.wp-block-cover .wp-block-cover__inner-container > :first-child {
    margin-top: 0;
}
.wp-block-cover-image .wp-block-cover__inner-container > :last-child,
.wp-block-cover .wp-block-cover__inner-container > :last-child {
    margin-bottom: 0;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    margin-top: 0;
}
.wp-block-cover-image.alignleft > *,
.wp-block-cover-image.alignright > *,
.wp-block-cover.alignleft > *,
.wp-block-cover.alignright > * {
    margin-top: calc(2 * $global-spacing-vert);
    margin-bottom: calc(2 * $global-spacing-vert);
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
}
.wp-block-cover-image.has-left-content,
.wp-block-cover-image.has-right-content,
.wp-block-cover.has-left-content,
.wp-block-cover.has-right-content {
    -ms-flex-pack: center;
    justify-content: center;
}
.wp-block-cover-image.is-style-twentytwentyone-border,
.wp-block-cover.is-style-twentytwentyone-border {
    border: calc(3 * $separator-height) solid #010101;
}
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover {
    opacity: inherit;
}
.wp-block-file .wp-block-file__button {
    display: inline-block;
}
.wp-block-gallery {
    margin: 0 auto;
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc((1 - $global-spacing) / 2);
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    border: 1px solid #ccc;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    margin: 0;
    color: #fff;
}
.wp-block-gallery .blocks-gallery-image figcaption a,
.wp-block-gallery .blocks-gallery-item figcaption a {
    color: #fff;
}
.wp-block-gallery .blocks-gallery-image figcaption a:focus,
.wp-block-gallery .blocks-gallery-item figcaption a:focus {
    background-color: transparent;
    text-decoration: none;
}
.wp-block-gallery .blocks-gallery-image a:focus img,
.wp-block-gallery .blocks-gallery-item a:focus img {
    outline-offset: 2px;
}
.wp-block-group {
    display: block;
    clear: both;
    display: flow-root;
}
.wp-block-group:after,
.wp-block-group:before {
    content: "";
    display: block;
    clear: both;
}
.wp-block-group .wp-block-group__inner-container {
    margin-left: auto;
    margin-right: auto;
}
.wp-block-group .wp-block-group__inner-container > * {
    margin-top: calc(0.666 * $global-spacing-vert);
    margin-bottom: calc(0.666 * $global-spacing-vert);
}
@media print, screen and (max-width: 39.99875em) {
    .wp-block-group .wp-block-group__inner-container > * {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
.wp-block-group .wp-block-group__inner-container > :first-child {
    margin-top: 0;
}
.wp-block-group .wp-block-group__inner-container > :last-child {
    margin-bottom: 0;
}
.wp-block-group.has-background {
    padding: calc(0.666 * $global-spacing-vert);
}
@media print, screen and (max-width: 39.99875em) {
    .wp-block-group.has-background {
        padding: 20px;
    }
}
.wp-block-group.is-style-twentytwentyone-border {
    border: calc(3 * $separator-height) solid #010101;
    padding: 20px;
}
.wp-block-group.has-background .wp-block-group__inner-container > .alignfull,
.wp-block-group.has-background .wp-block-group__inner-container > hr.wp-block-separator:not(.is-style-dots):not(.alignwide).alignfull,
.wp-block-group.is-style-twentytwentyone-border .wp-block-group__inner-container > .alignfull,
.wp-block-group.is-style-twentytwentyone-border .wp-block-group__inner-container > hr.wp-block-separator:not(.is-style-dots):not(.alignwide).alignfull {
    max-width: 100%;
    width: 100%;
    margin-left: calc(-1 * $global-spacing-vert);
}
.wp-block-image {
    text-align: center;
    position: relative;
}
.wp-block-image figcaption {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: #221f20;
    margin-top: calc(0.5 * $global-spacing);
    margin-bottom: 30px;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 0.9375rem;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption {
    display: block !important;
    width: 100%;
}
.wp-block-image .alignright {
    margin-left: 30px;
    max-width: 50%;
}
.wp-block-image .alignleft {
    margin-right: 30px;
    max-width: 50%;
}
.wp-block-image a:focus img {
    outline-offset: 2px;
}
.entry-content > [class="wp-block-image"],
.entry-content [class*="inner-container"] > [class="wp-block-image"] {
    margin-top: 0;
    margin-bottom: 0;
}
.entry-content > [class="wp-block-image"] + *,
.entry-content [class*="inner-container"] > [class="wp-block-image"] + * {
    margin-top: 0;
}
.wp-block-image.is-style-twentytwentyone-border img,
.wp-block-image.is-style-twentytwentyone-image-frame img {
    border: calc(3 * $separator-height) solid #010101;
}
.wp-block-image.is-style-twentytwentyone-image-frame img {
    padding: 30px;
}
@media print, screen and (max-width: 39.99875em) {
    .entry-content > .wp-block-image > .alignleft,
    .entry-content > .wp-block-image > .alignright {
        max-width: 50%;
        margin-left: 0;
        margin-right: 0;
    }
}
.wp-block-latest-comments {
    padding-left: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment {
    margin-top: 20px;
    margin-bottom: 20px;
}
.wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
    margin-top: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
    margin-bottom: 0;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-date {
    color: #ff0056;
}
.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
    margin: 0;
}
.wp-block-latest-posts {
    padding-left: 0;
}
.wp-block-latest-posts:not(.is-grid) > li {
    margin-top: calc(1.666 * $global-spacing-vert);
    margin-bottom: calc(1.666 * $global-spacing-vert);
}
.wp-block-latest-posts:not(.is-grid) > li:first-child {
    margin-top: 0;
}
.wp-block-latest-posts:not(.is-grid) > li:last-child {
    margin-bottom: 0;
}
.wp-block-latest-posts.is-grid {
    word-wrap: break-word;
    word-break: break-word;
}
.wp-block-latest-posts.is-grid > li {
    margin-bottom: 20px;
}
.wp-block-latest-posts.is-grid.columns-2 > li:nth-last-child(-n + 2):nth-child(odd),
.wp-block-latest-posts.is-grid.columns-2 > li:nth-last-child(-n + 2):nth-child(odd) ~ li,
.wp-block-latest-posts.is-grid.columns-3 > li:nth-last-child(-n + 3):nth-child(3n + 1),
.wp-block-latest-posts.is-grid.columns-3 > li:nth-last-child(-n + 3):nth-child(3n + 1) ~ li,
.wp-block-latest-posts.is-grid.columns-4 > li:nth-last-child(-n + 4):nth-child(4n + 1),
.wp-block-latest-posts.is-grid.columns-4 > li:nth-last-child(-n + 4):nth-child(4n + 1) ~ li,
.wp-block-latest-posts.is-grid.columns-5 > li:nth-last-child(-n + 5):nth-child(5n + 1),
.wp-block-latest-posts.is-grid.columns-5 > li:nth-last-child(-n + 5):nth-child(5n + 1) ~ li,
.wp-block-latest-posts.is-grid.columns-6 > li:nth-last-child(-n + 6):nth-child(6n + 1),
.wp-block-latest-posts.is-grid.columns-6 > li:nth-last-child(-n + 6):nth-child(6n + 1) ~ li,
.wp-block-latest-posts.is-grid > li:last-child {
    margin-bottom: 0;
}
.wp-block-latest-posts > li > * {
    margin-top: calc(0.333 * $global-spacing-vert);
    margin-bottom: calc(0.333 * $global-spacing-vert);
}
.wp-block-latest-posts > li > :first-child {
    margin-top: 0;
}
.wp-block-latest-posts > li > :last-child {
    margin-bottom: 0;
}
.wp-block-latest-posts > li > a {
    display: inline-block;
    margin-bottom: calc(0.333 * $global-spacing-vert);
}
.wp-block-latest-posts .wp-block-latest-posts__post-author,
.wp-block-latest-posts .wp-block-latest-posts__post-date {
    color: #ff0056;
}
.has-background .wp-block-latest-posts .wp-block-latest-posts__post-date,
[class*="inner-container"] .wp-block-latest-posts .wp-block-latest-posts__post-date {
    color: currentColor;
}
.wp-block-latest-posts .wp-block-latest-posts__post-excerpt,
.wp-block-latest-posts .wp-block-latest-posts__post-full-content {
    margin-top: calc(0.666 * $global-spacing-vert);
}
.wp-block-latest-posts.alignfull {
    padding-left: 30px;
    padding-right: 30px;
}
.entry-content .has-background .wp-block-latest-posts.alignfull,
.entry-content [class*="inner-container"] .wp-block-latest-posts.alignfull {
    padding-left: 0;
    padding-right: 0;
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers {
    border-top: calc(3 * $separator-height) solid #010101;
    border-bottom: calc(3 * $separator-height) solid #010101;
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers:not(.is-grid) > li,
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers > li {
    padding-bottom: 20px;
    border-bottom: 1px solid #010101;
    margin-top: 20px;
    margin-bottom: 20px;
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers:not(.is-grid) > li:last-child,
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers > li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid {
    box-shadow: inset 0 -1px 0 0 #010101;
    border-bottom: calc(2 * $separator-height) solid #010101;
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid li {
    margin: 0;
    padding-top: 20px;
    padding-right: 30px;
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid li:last-child {
    padding-bottom: 20px;
}
@media screen and (min-width: 600px) {
    .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-2 li {
        width: 50%;
    }
    .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-3 li {
        width: 33.33333%;
    }
    .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-4 li {
        width: 25%;
    }
    .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-5 li {
        width: 20%;
    }
    .wp-block-latest-posts.is-style-twentytwentyone-latest-posts-dividers.is-grid.columns-6 li {
        width: 16.66667%;
    }
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders li {
    border: calc(3 * $separator-height) solid #010101;
    padding: 20px 30px;
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders li:last-child {
    padding-bottom: 20px;
}
.wp-block-latest-posts.is-style-twentytwentyone-latest-posts-borders:not(.is-grid) li {
    margin-top: 30px;
    margin-bottom: 30px;
}
.wp-block-media-text {
    background-color: #f5f5f5;
}
.wp-block-media-text.alignfull {
    margin-top: 0;
    margin-bottom: 0;
}
.wp-block-media-text a:focus img {
    outline-offset: -1px;
}
.wp-block-media-text .wp-block-media-text__content {
    padding: 30px;
}
@media print, screen and (min-width: 40em) {
    .wp-block-media-text .wp-block-media-text__content {
        padding: 20px;
    }
}
.wp-block-media-text .wp-block-media-text__content > * {
    margin-top: calc(0.666 * $global-spacing-vert);
    margin-bottom: calc(0.666 * $global-spacing-vert);
}
@media print, screen and (max-width: 39.99875em) {
    .wp-block-media-text .wp-block-media-text__content > * {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
.wp-block-media-text .wp-block-media-text__content > :first-child {
    margin-top: 0;
}
.wp-block-media-text .wp-block-media-text__content > :last-child {
    margin-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.wp-block-media-text.is-style-twentytwentyone-border {
    border: calc(3 * $separator-height) solid #010101;
}
.wp-block-navigation .wp-block-navigation-link,
.wp-block-navigation .wp-block-navigation-link__submenu-icon {
    padding: 0;
}
.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation-link {
    display: inherit;
}
.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container {
    border: none;
    left: 0;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    opacity: 0;
    padding: 0;
    position: inherit;
    top: inherit;
}
.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container .wp-block-navigation-link .wp-block-navigation-link__content {
    display: inline-block;
}
.wp-block-navigation > .wp-block-navigation__container .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon {
    display: none;
}
.wp-block-navigation > .wp-block-navigation__container .has-child:focus-within .wp-block-navigation__container,
.wp-block-navigation > .wp-block-navigation__container .has-child:hover .wp-block-navigation__container {
    display: block;
    opacity: 1;
    visibility: visible;
}
.wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    border: 1px solid #010101;
}
.wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container:after,
.wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    top: -10px;
    left: 30px;
    border-style: solid;
    border-color: #010101 transparent;
    border-width: 0 7px 10px;
}
.wp-block-navigation > .wp-block-navigation__container > .has-child > .wp-block-navigation__container:after {
    top: -9px;
    border-color: #fff transparent;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__container,
.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container {
    background: #fff;
}
.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link > a:hover {
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
}
.wp-block-navigation:not(.has-text-color) .wp-block-navigation-link__content {
    color: currentColor;
}
pre.wp-block-preformatted {
    overflow-x: auto;
    white-space: pre;
}
.wp-block-pullquote {
    margin: 1rem auto;
    padding: calc(1 * $global-spacing) 0;
    text-align: center;
    border-width: 2px;
    border-bottom-style: solid;
    border-top-style: solid;
    color: currentColor;
    border-color: #010101;
    position: relative;
}
.wp-block-pullquote blockquote:before {
    content: url(../images/icon-quote.svg);
    display: block;
    position: relative;
    left: 0;
}
.wp-block-pullquote p {
    font-weight: 700;
    margin: 0;
}
.wp-block-pullquote a {
    color: currentColor;
}
.wp-block-pullquote .wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
    color: currentColor;
    display: block;
    text-transform: none;
}
.wp-block-pullquote:not(.is-style-solid-color) {
    background: none;
}
.wp-block-pullquote.alignleft:not(.is-style-solid-color) blockquote:before,
.wp-block-pullquote.alignleft:not(.is-style-solid-color) cite {
    text-align: center;
}
.wp-block-pullquote.alignfull:not(.is-style-solid-color) > p,
.wp-block-pullquote.alignfull:not(.is-style-solid-color) blockquote {
    padding: 0 calc(2 * $global-spacing);
}
.wp-block-pullquote.is-style-solid-color {
    padding: calc(2.5 * $global-spacing);
    border: 2px solid #010101;
}
@media (min-width: 600px) {
    .wp-block-pullquote.is-style-solid-color {
        padding: calc(5 * $global-spacing);
    }
}
.wp-block-pullquote.is-style-solid-color blockquote:before {
    text-align: left;
}
.wp-block-pullquote.is-style-solid-color blockquote {
    margin: 0;
    max-width: inherit;
}
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
.wp-block-pullquote.is-style-solid-color cite,
.wp-block-pullquote.is-style-solid-color footer {
    color: currentColor;
}
.wp-block-pullquote.is-style-solid-color.alignleft,
.wp-block-pullquote.is-style-solid-color.alignright {
    padding: 30px;
}
.wp-block-pullquote.is-style-solid-color.alignleft blockquote,
.wp-block-pullquote.is-style-solid-color.alignright blockquote {
    max-width: none;
}
.wp-block-quote {
    border-left: none;
}
.has-background .wp-block-quote .wp-block-quote__citation,
.has-background .wp-block-quote cite,
.has-background .wp-block-quote footer,
.wp-block-cover[style*="background-image"] .wp-block-quote .wp-block-quote__citation,
.wp-block-cover[style*="background-image"] .wp-block-quote cite,
.wp-block-cover[style*="background-image"] .wp-block-quote footer,
[class*="background-color"] .wp-block-quote .wp-block-quote__citation,
[class*="background-color"] .wp-block-quote cite,
[class*="background-color"] .wp-block-quote footer,
[style*="background-color"] .wp-block-quote .wp-block-quote__citation,
[style*="background-color"] .wp-block-quote cite,
[style*="background-color"] .wp-block-quote footer {
    color: currentColor;
}
.wp-block-quote.has-text-align-right {
    margin: 20px 30px 20px auto;
    padding-right: 0;
    border-right: none;
}
.wp-block-quote.has-text-align-right:before {
    display: none;
}
.wp-block-quote.has-text-align-right p:before {
    content: "\201D";
    font-weight: 400;
    margin-right: 5px;
}
.wp-block-quote.has-text-align-center {
    margin: 20px auto;
}
.wp-block-quote.has-text-align-center:before {
    display: none;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.wp-block-quote.is-large:before,
.wp-block-quote.is-style-large:before {
    left: calc(-1 * $global-spacing-horz);
}
.wp-block-quote.is-large.has-text-align-right:before,
.wp-block-quote.is-style-large.has-text-align-right:before {
    display: none;
}
.wp-block-quote.is-large.has-text-align-right p:before,
.wp-block-quote.is-style-large.has-text-align-right p:before {
    content: "\201D";
    margin-right: 10px;
}
.wp-block-quote.is-large .wp-block-quote__citation,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large .wp-block-quote__citation,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
    color: #ff0056;
}
@media print, screen and (max-width: 39.99875em) {
    .wp-block-quote.is-large,
    .wp-block-quote.is-style-large {
        padding-left: 30px;
    }
    .wp-block-quote.is-large:before,
    .wp-block-quote.is-style-large:before {
        left: 0;
    }
    .wp-block-quote.is-large.has-text-align-right,
    .wp-block-quote.is-style-large.has-text-align-right {
        padding-left: 0;
        padding-right: 30px;
    }
    .wp-block-quote.is-large.has-text-align-right:before,
    .wp-block-quote.is-style-large.has-text-align-right:before {
        right: 0;
    }
    .wp-block-quote.is-large.has-text-align-center,
    .wp-block-quote.is-style-large.has-text-align-center {
        padding-left: 0;
        padding-right: 0;
    }
}
@media print, screen and (max-width: 39.99875em) {
    .wp-block-quote.has-text-align-right {
        padding-left: 0;
        padding-right: calc(0.5 * $global-spacing-horz);
    }
    .wp-block-quote.has-text-align-right:before {
        right: 0;
    }
    .wp-block-quote.has-text-align-center {
        padding-left: 0;
        padding-right: 0;
    }
}
.wp-block-rss {
    padding-left: 0;
}
.wp-block-rss > li {
    list-style: none;
}
.wp-block-rss:not(.is-grid) > li {
    margin-top: calc(1.666 * $global-spacing-vert);
    margin-bottom: calc(1.666 * $global-spacing-vert);
}
.wp-block-rss:not(.is-grid) > li:first-child {
    margin-top: 0;
}
.wp-block-rss:not(.is-grid) > li:last-child {
    margin-bottom: 0;
}
.wp-block-rss.is-grid > li {
    margin-bottom: 20px;
}
.wp-block-rss.is-grid.columns-2 > li:nth-last-child(-n + 2):nth-child(odd),
.wp-block-rss.is-grid.columns-2 > li:nth-last-child(-n + 2):nth-child(odd) ~ li,
.wp-block-rss.is-grid.columns-3 > li:nth-last-child(-n + 3):nth-child(3n + 1),
.wp-block-rss.is-grid.columns-3 > li:nth-last-child(-n + 3):nth-child(3n + 1) ~ li,
.wp-block-rss.is-grid.columns-4 > li:nth-last-child(-n + 4):nth-child(4n + 1),
.wp-block-rss.is-grid.columns-4 > li:nth-last-child(-n + 4):nth-child(4n + 1) ~ li,
.wp-block-rss.is-grid.columns-5 > li:nth-last-child(-n + 5):nth-child(5n + 1),
.wp-block-rss.is-grid.columns-5 > li:nth-last-child(-n + 5):nth-child(5n + 1) ~ li,
.wp-block-rss.is-grid.columns-6 > li:nth-last-child(-n + 6):nth-child(6n + 1),
.wp-block-rss.is-grid.columns-6 > li:nth-last-child(-n + 6):nth-child(6n + 1) ~ li,
.wp-block-rss.is-grid > li:last-child {
    margin-bottom: 0;
}
.wp-block-rss > li > * {
    margin-top: calc(0.333 * $global-spacing-vert);
    margin-bottom: calc(0.333 * $global-spacing-vert);
}
.wp-block-rss > li > :first-child {
    margin-top: 0;
}
.wp-block-rss > li > :last-child {
    margin-bottom: 0;
}
.wp-block-rss .wp-block-rss__item-title > a {
    display: inline-block;
    margin-bottom: calc(0.333 * $global-spacing-vert);
}
.wp-block-rss .wp-block-rss__item-author,
.wp-block-rss .wp-block-rss__item-publish-date {
    color: #ff0056;
}
.has-background .wp-block-rss .wp-block-rss__item-publish-date,
[class*="inner-container"] .wp-block-rss .wp-block-rss__item-publish-date {
    color: currentColor;
}
.wp-block-rss .wp-block-rss__item-excerpt,
.wp-block-rss .wp-block-rss__item-full-content {
    margin-top: calc(0.666 * $global-spacing-vert);
}
.wp-block-rss.alignfull {
    padding-left: 30px;
    padding-right: 30px;
}
.entry-content .has-background .wp-block-rss.alignfull,
.entry-content [class*="inner-container"] .wp-block-rss.alignfull {
    padding-left: 0;
    padding-right: 0;
}
.wp-block-search__button-only.aligncenter .wp-block-search__inside-wrapper {
    -ms-flex-pack: center;
    justify-content: center;
}
.wp-block-search .wp-block-search__label {
    margin-bottom: calc($global-spacing-vert / 3);
}
.wp-block-search .wp-block-search__input {
    max-width: inherit;
}
.has-background .wp-block-search .wp-block-search__input,
.wp-block-cover[style*="background-image"] .wp-block-search .wp-block-search__input,
[class*="background-color"] .wp-block-search .wp-block-search__input,
[style*="background-color"] .wp-block-search .wp-block-search__input {
    border-color: currentColor;
}
.has-background.has-black-background-color .wp-block-search .wp-block-search__input,
.has-background.has-dark-gray-background-color .wp-block-search .wp-block-search__input,
.has-background.has-gray-background-color .wp-block-search .wp-block-search__input {
    border-color: #fff;
}
.wp-block-search button.wp-block-search__button {
    margin-left: 0;
    background-color: transparent;
    line-height: 1;
}
.wp-block-search button.wp-block-search__button.has-icon svg {
    width: 40px;
    height: 40px;
    fill: currentColor;
}
.has-background.has-black-background-color .wp-block-search button.wp-block-search__button,
.has-background.has-dark-gray-background-color .wp-block-search button.wp-block-search__button,
.has-background.has-gray-background-color .wp-block-search button.wp-block-search__button {
    color: #fff;
    border-color: currentColor;
}
.has-background.has-blue-background-color .wp-block-search button.wp-block-search__button,
.has-background.has-green-background-color .wp-block-search button.wp-block-search__button,
.has-background.has-orange-background-color .wp-block-search button.wp-block-search__button,
.has-background.has-purple-background-color .wp-block-search button.wp-block-search__button,
.has-background.has-red-background-color .wp-block-search button.wp-block-search__button,
.has-background.has-white-background-color .wp-block-search button.wp-block-search__button,
.has-background.has-yellow-background-color .wp-block-search button.wp-block-search__button {
    border-color: currentColor;
    color: currentColor;
}
.has-background.has-blue-background-color .wp-block-search button.wp-block-search__button:hover,
.has-background.has-green-background-color .wp-block-search button.wp-block-search__button:hover,
.has-background.has-orange-background-color .wp-block-search button.wp-block-search__button:hover,
.has-background.has-purple-background-color .wp-block-search button.wp-block-search__button:hover,
.has-background.has-red-background-color .wp-block-search button.wp-block-search__button:hover,
.has-background.has-white-background-color .wp-block-search button.wp-block-search__button:hover,
.has-background.has-yellow-background-color .wp-block-search button.wp-block-search__button:hover {
    background-color: #ccc;
    border-color: #ccc;
    color: #fff;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 0;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
    margin-right: 0;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
    outline: 2px dotted #ccc;
    outline-offset: -5px;
}
.is-dark-theme .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
    outline-color: currentColor;
}
.has-background.has-black-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button:hover,
.has-background.has-dark-gray-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button:hover,
.has-background.has-gray-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button:hover,
.is-dark-theme .has-background.has-black-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button:hover,
.is-dark-theme .has-background.has-dark-gray-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button:hover,
.is-dark-theme .has-background.has-gray-background-color .wp-block-search.wp-block-search__button-inside button.wp-block-search__button:hover {
    color: #fff;
}
.wp-block-search__button {
    box-shadow: none;
}
hr {
    border-style: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}
hr,
hr.wp-block-separator {
    border-bottom: 1px solid #010101;
}
hr.wp-block-separator {
    opacity: 1;
}
hr.wp-block-separator:not(.is-style-dots).alignfull {
    max-width: 100%;
}
hr.wp-block-separator.is-style-twentytwentyone-separator-thick {
    border-bottom-width: calc(3 * $separator-height);
}
hr.wp-block-separator.is-style-dots.has-background,
hr.wp-block-separator.is-style-dots.has-text-color {
    background-color: transparent !important;
}
hr.wp-block-separator.is-style-dots.has-background:before,
hr.wp-block-separator.is-style-dots.has-text-color:before {
    color: currentColor !important;
}
hr.wp-block-separator.is-style-dots:before {
    color: #010101;
}
.has-background hr.wp-block-separator,
.wp-block-cover[style*="background-image"] hr.wp-block-separator,
[class*="background-color"] hr.wp-block-separator,
[style*="background-color"] hr.wp-block-separator {
    border-color: currentColor;
}
.wp-block-social-links.is-style-twentytwentyone-social-icons-color a,
.wp-block-social-links a:focus {
    color: #ff0056;
}
.wp-block-social-links.is-style-twentytwentyone-social-icons-color .wp-social-link {
    background: none;
}
.wp-block-spacer {
    display: block;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
@media print, screen and (max-width: 39.99875em) {
    .wp-block-spacer[style] {
        height: 30px !important;
    }
}
.wp-block-table {
    margin: 1.5rem auto;
}
.wp-block-tag-cloud.alignfull {
    padding-left: 30px;
    padding-right: 30px;
}
.wp-block-verse {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.wp-block-video figcaption {
    color: #ff0056;
    margin-top: calc(0.5 * $global-spacing);
    margin-bottom: 30px;
    text-align: center;
}
.has-drop-cap:not(:focus):first-letter {
    font-family: "Roboto Condensed", "Arial Narrow", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700;
    line-height: 0.66;
    text-transform: uppercase;
    font-style: normal;
    float: left;
    margin: 0.1em 0.1em 0 0;
    font-size: 120%;
}
.has-drop-cap:not(:focus):after {
    content: "";
    display: table;
    clear: both;
    padding-top: 14px;
}
.section-featured {
    padding: 0;
}
.section-featured .featured {
    margin: 0 0 1.5rem;
}
@media print, screen and (min-width: 40em) {
    .section-featured .featured {
        margin: 0 0 2rem;
    }
}
@media print, screen and (min-width: 64em) {
    .section-featured .featured {
        margin: 0 0 2.5rem;
    }
}
@media screen and (min-width: 90.625em) {
    .section-featured .featured {
        margin: 0 0 3rem;
    }
}
.section-featured .featured.no-image {
    padding-top: 1rem;
    margin: 0 0 1.5rem;
}
@media print, screen and (min-width: 40em) {
    .section-featured .featured.no-image {
        margin: 0 0 2rem;
    }
}
@media print, screen and (min-width: 64em) {
    .section-featured .featured.no-image {
        margin: 0 0 2.5rem;
    }
}
@media screen and (min-width: 90.625em) {
    .section-featured .featured.no-image {
        margin: 0 0 3rem;
    }
}
.list {
    margin: 0 0 3rem;
}
@media print, screen and (min-width: 40em) {
    .list {
        margin: 0 0 2rem;
    }
}
@media print, screen and (min-width: 64em) {
    .list {
        margin: 0 0 2.5rem;
    }
}
@media screen and (min-width: 90.625em) {
    .list {
        margin: 0 0 3rem;
    }
}
.list .entry-title {
    margin-bottom: 0.5rem;
}
.list .entry-excerpt a {
    color: #010101;
    text-decoration: underline;
}
.list .entry-content p {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    margin-bottom: 0.5rem;
}
.archive-blog {
    border-bottom: 1px solid #010101;
    margin: 0 0 1.5rem;
    padding: 0 0 1.5rem;
}
@media print, screen and (min-width: 40em) {
    .archive-blog {
        margin: 0 0 2rem;
        padding: 0 0 2rem;
    }
}
@media print, screen and (min-width: 64em) {
    .archive-blog {
        margin: 0 0 2.5rem;
        padding: 0 0 2.5rem;
    }
}
@media screen and (min-width: 90.625em) {
    .archive-blog {
        margin: 0 0 3rem;
        padding: 0 0 3rem;
    }
}
.archive-blog .entry-header {
    margin: 0 0 1.5rem;
}
@media print, screen and (min-width: 40em) {
    .archive-blog .entry-header {
        margin: 0 0 2rem;
    }
}
@media print, screen and (min-width: 64em) {
    .archive-blog .entry-header {
        margin: 0 0 2.5rem;
    }
}
@media screen and (min-width: 90.625em) {
    .archive-blog .entry-header {
        margin: 0 0 3rem;
    }
}
.archive-blog .featured-image {
    margin: 1.5rem 0;
}
@media print, screen and (min-width: 40em) {
    .archive-blog .featured-image {
        margin: 2rem 0;
    }
}
@media print, screen and (min-width: 64em) {
    .archive-blog .featured-image {
        margin: 2.5rem 0;
    }
}
@media screen and (min-width: 90.625em) {
    .archive-blog .featured-image {
        margin: 3rem 0;
    }
}
.archive-blog .featured-image img {
    max-height: 360px;
}
@media print, screen and (min-width: 40em) {
    .archive-blog .featured-image img {
        max-height: 420px;
    }
}
@media print, screen and (min-width: 64em) {
    .archive-blog .featured-image img {
        max-height: 420px;
    }
}
@media screen and (min-width: 90.625em) {
    .archive-blog .featured-image img {
        max-height: 420px;
    }
}
.archive-blog .entry-content {
    font-family: "IBM Plex Serif", Georgia, Times, Times New Roman, serif;
}
.archive-blog .entry-content a {
    color: #010101;
    text-decoration: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
}
.archive-blog .entry-content img {
    max-width: 100%;
    height: auto;
}
.archive-blog .entry-content iframe {
    display: block;
    clear: both;
}
@media print, screen and (min-width: 40em) {
    .archive-blog .entry-content iframe {
        margin: 2rem auto;
    }
}
@media print, screen and (min-width: 64em) {
    .archive-blog .entry-content iframe {
        margin: 2.5rem auto;
    }
}
@media screen and (min-width: 90.625em) {
    .archive-blog .entry-content iframe {
        margin: 3rem auto;
    }
}
.archive-blog .entry-content > :last-child {
    margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
    .archive-default .featured-image {
        margin-bottom: 0;
    }
}
.section-archive .entry-content figure {
    max-width: 100%;
}
.archive-featured {
    position: relative;
    margin: 0 0 3rem;
}
@media print, screen and (min-width: 40em) {
    .archive-featured {
        margin: 0 0 2rem;
    }
}
@media print, screen and (min-width: 64em) {
    .archive-featured {
        margin: 0 0 2.5rem;
    }
}
@media screen and (min-width: 90.625em) {
    .archive-featured {
        margin: 0 0 3rem;
    }
}
.archive-featured .entry-header {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 1rem;
    padding-top: 2.5rem;
    text-align: center;
    background: rgba(1, 1, 1, 0.5);
    background: linear-gradient(180deg, rgba(1, 1, 1, 0), #010101);
}
.archive-featured .post-topic a:after,
.archive-featured .review-header .author a:after,
.archive-featured .review .author a:after,
.review-header .archive-featured .author a:after,
.review .archive-featured .author a:after {
    border-bottom: 1px solid #fff;
}
.archive-featured .byline,
.archive-featured a {
    color: #fff;
}
.archive-featured a:focus,
.archive-featured a:hover {
    color: #f2e94d;
}
.article-header,
.page-header {
    margin: 0 0 1.5rem;
}
@media print, screen and (min-width: 40em) {
    .article-header,
    .page-header {
        margin: 0 0 2rem;
    }
}
@media print, screen and (min-width: 64em) {
    .article-header,
    .page-header {
        margin: 0 0 2.5rem;
    }
}
@media screen and (min-width: 90.625em) {
    .article-header,
    .page-header {
        margin: 0 0 3rem;
    }
}
.article-header .byline,
.page-header .byline {
    margin-top: 1rem;
}
.article-header {
    text-align: center;
}
.page-title {
    line-height: 1em;
}
.page-title .vcard {
    border: 0;
    padding: 0;
}
.taxonomy-description {
    margin-top: 1rem;
}
@media print, screen and (min-width: 64em) {
    .taxonomy-description {
        width: 50%;
    }
}
.featured-image {
    margin-bottom: 1rem;
}
.featured-image a {
    border: 1px solid #ccc;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    overflow: hidden;
}
.featured-image a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 1s;
}

.featured-image a:hover img {
    transform: scale(1.05);
}
.featured-image.small a {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden;
}
.featured-image.small a embed,
.featured-image.small a iframe,
.featured-image.small a object,
.featured-image.small a video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media print, screen and (min-width: 40em) {
    .featured-image.small a {
        position: relative;
        height: 0;
        margin-bottom: 1rem;
        padding-bottom: 100%;
        overflow: hidden;
    }
    .featured-image.small a embed,
    .featured-image.small a iframe,
    .featured-image.small a object,
    .featured-image.small a video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
.featured-image.small a img {
    position: absolute;
    left: 0;
    top: 0;
}
.featured-image.medium a {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden;
}
.featured-image.medium a embed,
.featured-image.medium a iframe,
.featured-image.medium a object,
.featured-image.medium a video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.featured-image.medium a img {
    position: absolute;
    left: 0;
    top: 0;
}
.featured-image.large a {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden;
}
.featured-image.large a embed,
.featured-image.large a iframe,
.featured-image.large a object,
.featured-image.large a video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.featured-image.large a img {
    position: absolute;
    left: 0;
    top: 0;
}
.featured-image.wide a {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 100%;
    overflow: hidden;
}
.featured-image.wide a embed,
.featured-image.wide a iframe,
.featured-image.wide a object,
.featured-image.wide a video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media print, screen and (min-width: 40em) {
    .featured-image.wide a {
        position: relative;
        height: 0;
        margin-bottom: 1rem;
        padding-bottom: 50%;
        overflow: hidden;
    }
    .featured-image.wide a embed,
    .featured-image.wide a iframe,
    .featured-image.wide a object,
    .featured-image.wide a video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
@media print, screen and (min-width: 64em) {
    .featured-image.wide a {
        position: relative;
        height: 0;
        margin-bottom: 1rem;
        padding-bottom: 33.33333%;
        overflow: hidden;
    }
    .featured-image.wide a embed,
    .featured-image.wide a iframe,
    .featured-image.wide a object,
    .featured-image.wide a video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
.featured-image.wide a img {
    position: absolute;
    left: 0;
    top: 0;
}
.single-title {
    line-height: 1em;
    color: #221f20;
}
.single .entry-image {
    max-width: 720px;
    margin: 1rem auto;
    text-align: center;
}
.single .entry-content {
    font-family: "IBM Plex Serif", Georgia, Times, Times New Roman, serif;
}
.single .entry-content a {
    color: #010101;
    text-decoration: underline;
    -webkit-text-decoration-style: solid;
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
}
.single .entry-content [id^="attachment"] {
    max-width: 100%;
    width: auto !important;
}
.single .entry-content img {
    max-width: 100%;
    height: auto;
	margin: 0 10px 0 0;
}
.single .entry-content .alignleft,
.single .entry-content img.alignleft {
    width: 100%;
    margin: 1.5rem auto;
}
@media print, screen and (min-width: 40em) {
    .single .entry-content .alignleft,
    .single .entry-content img.alignleft {
        margin: 0 1rem 1rem 0;
        display: inline;
        float: left;
        max-width: 360px;
    }
    .single .entry-content .alignleft img,
    .single .entry-content img.alignleft img {
        max-width: 400px;
    }
}
@media print, screen and (min-width: 64em) {
    .single .entry-content .alignleft,
    .single .entry-content img.alignleft {
        margin: 0 1.5rem 1.5rem 0;
    }
}
.single .entry-content .alignright,
.single .entry-content img.alignright {
    width: 100%;
    margin: 1.5rem auto;
}
@media print, screen and (min-width: 40em) {
    .single .entry-content .alignright,
    .single .entry-content img.alignright {
        margin: 0 0 1rem 1rem;
        display: inline;
        float: right;
        max-width: 360px;
    }
    .single .entry-content .alignright img,
    .single .entry-content img.alignright img {
        max-width: 400px;
    }
}
@media print, screen and (min-width: 64em) {
    .single .entry-content .alignright,
    .single .entry-content img.alignright {
        margin: 0 0 1.5rem 1.5rem;
    }
}
.single .entry-content .aligncenter,
.single .entry-content img.aligncenter {
    margin: 1.5rem auto;
    display: block;
    clear: both;
}
@media print, screen and (min-width: 40em) {
    .single .entry-content .aligncenter,
    .single .entry-content img.aligncenter {
        margin: 2rem auto;
        max-width: 720px;
    }
}
@media print, screen and (min-width: 64em) {
    .single .entry-content .aligncenter,
    .single .entry-content img.aligncenter {
        margin: 2.5rem auto;
    }
}
@media screen and (min-width: 90.625em) {
    .single .entry-content .aligncenter,
    .single .entry-content img.aligncenter {
        margin: 3rem auto;
    }
}
.single .entry-content object,
.single .entry-content video {
    max-width: 100%;
    height: auto;
}
.single .entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px;
}
.single .entry-content iframe {
    display: block;
    clear: both;
    max-width: 100%;
}
@media print, screen and (min-width: 40em) {
    .single .entry-content iframe {
        margin: 2rem auto;
    }
}
@media print, screen and (min-width: 64em) {
    .single .entry-content iframe {
        margin: 2.5rem auto;
    }
}
@media screen and (min-width: 90.625em) {
    .single .entry-content iframe {
        margin: 3rem auto !important;
    }
}
.single .wp-caption {
    max-width: 100%;
    padding: 0;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #010101;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    text-align: center;
}
.single .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
}
.single .wp-caption .wp-caption-text {
    font-size: 0.9em;
}
.single .page-links,
.single .wp-caption .wp-caption-text {
    margin: 1rem 0;
    text-align: center;
    font-family: "Roboto", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.single .page-links .current {
    font-weight: 700;
}
.single-post .article-header {
    position: relative;
}
.single-post .article-header:after {
    content: "";
    display: block;
    width: 100%;
    max-width: 720px;
    height: 1px;
    border-bottom: 1px solid #010101;
    margin: 1.5rem auto;
}
@media print, screen and (min-width: 40em) {
    .single-post .article-header:after {
        margin: 2rem auto;
    }
}
@media print, screen and (min-width: 64em) {
    .single-post .article-header:after {
        margin: 2.5rem auto;
    }
}
@media screen and (min-width: 90.625em) {
    .single-post .article-header:after {
        margin: 3rem auto;
    }
}
.post-password-form input[type="submit"] {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    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:focus,
.post-password-form input[type="submit"].disabled:hover,
.post-password-form input[type="submit"][disabled],
.post-password-form input[type="submit"][disabled]:focus,
.post-password-form input[type="submit"][disabled]:hover {
    background-color: #ff0056;
    color: #010101;
}
.post-password-form input[type="submit"]:focus,
.post-password-form input[type="submit"]:hover {
    background-color: #ffee87;
    color: #010101;
}
.gallery {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-right: -15px;
    margin-left: -15px;
}
.gallery:after,
.gallery:before {
    content: " ";
    display: table;
}
.gallery:after {
    clear: both;
}
.gallery.gallery-columns-1 > dl {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}
@media print, screen and (min-width: 64em) {
    .gallery.gallery-columns-1 > dl {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
}
.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 {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}
@media print, screen and (min-width: 64em) {
    .gallery.gallery-columns-2 > dl {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
}
.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 {
    width: 33.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}
@media print, screen and (min-width: 64em) {
    .gallery.gallery-columns-3 > dl {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
}
.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 {
    width: 25%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}
@media print, screen and (min-width: 64em) {
    .gallery.gallery-columns-4 > dl {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
}
.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 {
    width: 20%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}
@media print, screen and (min-width: 64em) {
    .gallery.gallery-columns-5 > dl {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
}
.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 {
    width: 16.66667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}
@media print, screen and (min-width: 64em) {
    .gallery.gallery-columns-6 > dl {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
}
.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 {
    width: 14.28571%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}
@media print, screen and (min-width: 64em) {
    .gallery.gallery-columns-7 > dl {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
}
.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 {
    width: 12.5%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
    }
}
@media print, screen and (min-width: 64em) {
    .gallery.gallery-columns-8 > dl {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
}
.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;
}
.article-footer {
    clear: both;
    max-width: 720px;
    text-align: center;
    border-top: 1px solid #010101;
    border-bottom: 1px solid #010101;
    font-weight: 700;
    margin: 3rem auto;
    padding: 1.5rem 0;
}
@media print, screen and (min-width: 40em) {
    .article-footer {
        margin: 2.5rem auto;
        padding: 2rem 0;
    }
}
@media print, screen and (min-width: 64em) {
    .article-footer {
        margin: 3rem auto;
        padding: 2.5rem 0;
    }
}
@media screen and (min-width: 90.625em) {
    .article-footer {
        margin: 2rem auto;
        padding: 3rem 0;
    }
}
.article-footer span {
    font-weight: 400;
    display: block;
}
.article-footer .author-title,
.article-footer .date-title,
.article-footer .tags-title {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0.25rem;
}
.article-footer .tags {
    margin-bottom: 0;
}
.article-footer a {
    color: #ff0167;
}
.article-footer a:focus,
.article-footer a:hover {
    color: #010101;
}
.entry-comments {
    max-width: 720px;
    margin: 3rem auto;
}
@media print, screen and (min-width: 40em) {
    .entry-comments {
        margin: 4rem auto;
    }
}
@media print, screen and (min-width: 64em) {
    .entry-comments {
        margin: 5rem auto;
    }
}
@media screen and (min-width: 90.625em) {
    .entry-comments {

        margin: 6rem auto;
    }
}
.page-navigation {
    margin: 1rem 0;
}
@media print, screen and (min-width: 40em) {
    .page-navigation {
        margin: 2rem 0;
    }
}
.article-nav {
    margin: 1.5rem 0;
}
@media print, screen and (min-width: 40em) {
    .article-nav {
        margin: 2rem 0;
    }
}
@media print, screen and (min-width: 64em) {
    .article-nav {
        margin: 2.5rem 0;
    }
}
@media screen and (min-width: 90.625em) {
    .article-nav {
        margin: 3rem 0;
    }
}
.article-nav > .grid-container {
    padding: 0;
    border-top: 1px solid #010101;
    border-bottom: 1px solid #010101;
}
@media print, screen and (max-width: 63.99875em) {
    .article-nav .large-6 + .large-6 {
        border-top: 1px solid #010101;
    }
}
.article-link a {
    display: block;
    color: #010101;
    transition: all 0.5s;
    padding: 20px;
}
.article-link a:hover {
    background-color: #e5e5e5;
}
@media print, screen and (min-width: 40em) {
    .article-link a {
        padding: 30px;
    }
}
@media print, screen and (min-width: 64em) {
    .article-link a {
        padding: 40px;
    }
}
.article-link .page-link-header {
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
@media print, screen and (min-width: 64em) {
    .article-link,
    .article-link a {
        height: 100%;
    }
    .article-link a .link-content {
        max-width: 720px;
    }
}
@media print, screen and (min-width: 64em) {
    .prev-link a .link-content {
        text-align: right;
        margin-left: auto;
    }
}
body.search .page-header {
    text-align: center;
}
body.search .search-page-form {
    margin: 0 0 1.5rem;
}
@media print, screen and (min-width: 40em) {
    body.search .search-page-form {
        margin: 0 0 2rem;
    }
}
@media print, screen and (min-width: 64em) {
    body.search .search-page-form {
        margin: 0 0 2.5rem;
    }
}
@media screen and (min-width: 90.625em) {
    body.search .search-page-form {
        margin: 0 0 3rem;
    }
}
body.search .search-page-form .search-form {
    max-width: 400px;
    margin: 0 auto;
}
body.search .search-no-results {
    text-align: center;
    margin: 2rem 0;
}
.review-header .featured-image a,
.review .featured-image a {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 133.33333%;
    overflow: hidden;
}
.review-header .featured-image a embed,
.review-header .featured-image a iframe,
.review-header .featured-image a object,
.review-header .featured-image a video,
.review .featured-image a embed,
.review .featured-image a iframe,
.review .featured-image a object,
.review .featured-image a video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.review-header .featured-image a img,
.review .featured-image a img {
    position: absolute;
    left: 0;
    top: 0;
}
.review-header .author span,
.review .author span {
    color: rgba(74, 70, 70, 0.75);
    transition: all 0.5s;
    display: inline-block;
}
.review-header .author span:after,
.review .author span:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 0px solid #010101;
    margin: 0.5rem 0;
}
.review-header .publisher,
.review .publisher {
    color: #4a4646;
    font-weight: 700;
    margin: 0;
}
@media print, screen and (max-width: 39.99875em) {
    .review-header .review-title,
    .review .review-title {
        margin-top: 1rem;
    }
}
.review .button,
.review .tml-button {
    margin-top: 1rem;
}
.review-header {
    max-width: 720px;
    border-top: 1px solid #010101;
    border-bottom: 1px solid #010101;
    padding: 1.5rem 0;
    margin: 1.5rem auto;
}
@media print, screen and (min-width: 40em) {
    .review-header {
        padding: 2rem 0;
        margin: 2rem auto;
    }
}
@media print, screen and (min-width: 64em) {
    .review-header {
        padding: 2.5rem 0;
        margin: 2.5rem auto;
    }
}

@media screen and (min-width: 90.625em) {
    .review-header {
        padding: 3rem 0;
        margin: 3rem auto;
    }
}
.review-header p {
    margin-bottom: 0;
}
.review-header .buy-now {
    margin-top: 1rem;
}
.archive-nav {
    margin: 0 0 1.5rem;
}
@media print, screen and (min-width: 40em) {
    .archive-nav {
        margin: 0 0 2rem;
    }
}
@media print, screen and (min-width: 64em) {
    .archive-nav {
        margin: 0 0 2.5rem;
    }
}
@media screen and (min-width: 90.625em) {
    .archive-nav {
        margin: 0 0 3rem;
    }
}
.archive-nav .tabs {
    border-bottom: 1px solid #ccc;
}
.archive-nav .tabs-title {
    padding: 0 1rem 1rem 0;
}
@media print, screen and (min-width: 40em) {
    .archive-nav .tabs-title {
        width: 65px;
        margin-right: 1rem;
    }
}
.archive-nav .tabs-title > a {
    color: #4a4646;
    padding: 0;
}
.archive-nav .tabs-title > a:hover {
    color: #010101;
}
.archive-nav .tabs-title.is-active {
    font-weight: 700;
}
@media print, screen and (min-width: 40em) {
    .archive-nav .tabs-title.is-active {
        border-bottom: 1px solid #010101;
    }
}
.archive-nav .tabs-title.is-active a {
    color: #010101;
}
.archive-nav .tabs-panel {
    padding: 0 0 1rem;
    border: none;
    overflow-x: scroll;
}
.archive-nav .tabs-panel .menu {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.archive-nav .tabs-panel .menu li {
    padding: 1rem 1rem 0 0;
    margin-right: 0.5rem;
}
@media print, screen and (min-width: 40em) {
    .archive-nav .tabs-panel .menu li {
        width: 65px;
        margin-right: 1rem;
    }
}
.archive-nav .tabs-panel .menu a {
    color: #4a4646;
    padding: 0;
}
.archive-nav .tabs-panel .menu a:hover {
    color: #010101;
}
.archive-nav .tabs-panel .menu .is-active a {
    background-color: transparent;
    color: #010101;
    font-weight: 700;
}
.archive-tcj-archive .list.tcj-archive {
    max-width: 320px;
    margin: 0 auto 3rem;
}
@media print, screen and (min-width: 40em) {
    .archive-tcj-archive .list.tcj-archive {
        margin: 0 auto 4rem;
    }
}
@media print, screen and (min-width: 64em) {
    .archive-tcj-archive .list.tcj-archive {
        margin: 0 auto 5rem;
    }
}
@media screen and (min-width: 90.625em) {
    .archive-tcj-archive .list.tcj-archive {
        margin: 0 auto 6rem;
    }
}
.archive-tcj-archive .featured-image a {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 133.33333%;
    overflow: hidden;
}
.archive-tcj-archive .featured-image a embed,
.archive-tcj-archive .featured-image a iframe,
.archive-tcj-archive .featured-image a object,
.archive-tcj-archive .featured-image a video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.archive-tcj-archive .featured-image a img {
    position: absolute;
    left: 0;
    top: 0;
}
.archive-tcj-archive .excerpt > :last-child {
    margin-bottom: 0;
}
.archive-tcj-archive .excerpt:before {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    margin: 1rem 0;
    border-top: 1px solid #ccc;
}
.single-archives .article-header {
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
}
.single-archives .entry-image {
    margin: 1.5rem auto;
}
@media print, screen and (min-width: 40em) {
    .single-archives .entry-image {
        margin: 2rem auto;
    }
}
@media print, screen and (min-width: 64em) {
    .single-archives .entry-image {
        margin: 2.5rem auto;
    }
}
@media screen and (min-width: 90.625em) {
    .single-archives .entry-image {
        margin: 3rem auto;
    }
}
.single-archives .entry-image img {
    border: 1px solid #ccc;
}
.single-archives .entry-content {
    text-align: center;
}
.single-archives .entry-content img {
    display: none;
}
.archive-preview {
    font-family: "IBM Plex Serif", Georgia, Times, Times New Roman, serif;
    font-style: italic;
    font-weight: 700;
    max-width: 720px;
    margin: 1rem auto;
}
.archive-link {
    text-align: center;
    margin: 1.5rem 0;
}
@media print, screen and (min-width: 40em) {
    .archive-link {
        margin: 2rem 0;
    }
}
@media print, screen and (min-width: 64em) {
    .archive-link {
        margin: 2.5rem 0;
    }
}
@media screen and (min-width: 90.625em) {
    .archive-link {
        margin: 3rem 0;
    }
}
.archive-link .h3 {
    font-family: "IBM Plex Serif", Georgia, Times, Times New Roman, serif;
    font-weight: 700;
}
.archive-link .buy-link a {
    color: #010101;
    text-decoration: underline;
}
.archive-link .buy-link a:hover {
    color: #ff0056;
}
.single-issues .entry-content {
    border: 1px solid #ccc;
}
.single-issues .entry-content iframe {
    margin: 0;
}
.author .page-header {
    text-align: center;
}
.author .author-bio {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #010101;
    border-bottom: 1px solid #010101;
    margin: 1.5rem auto 3rem;
    padding: 1.5rem;
}
@media print, screen and (min-width: 40em) {
    .author .author-bio {
        margin: 2rem auto 4rem;
        padding: 2rem;
    }
}
@media print, screen and (min-width: 64em) {
    .author .author-bio {
        margin: 2.5rem auto 5rem;
        padding: 2.5rem;
    }
}
@media screen and (min-width: 90.625em) {
    .author .author-bio {
        margin: 3rem auto 6rem;
        padding: 3rem;
    }
}
.author .author-links {
    text-align: center;
    margin: 1.5rem 0 0;
}
@media print, screen and (min-width: 40em) {
    .author .author-links {
        margin: 2rem 0 0;
    }
}
@media print, screen and (min-width: 64em) {
    .author .author-links {
        margin: 2.5rem 0 0;
    }
}
@media screen and (min-width: 90.625em) {
    .author .author-links {
        margin: 3rem 0 0;
    }
}
.author .author-links a {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    transition: all 0.5s;
}
.author .author-links a svg {
    height: 26px;
    fill: #010101;
}
.author .author-links a:hover {
    transform: scale(1.2);
}
.author .archive-author .section-header {
    text-align: center;
}
.home .sidebar {
    padding: 1.5rem 0 3rem;
}
@media print, screen and (min-width: 40em) {
    .home .sidebar {
        padding: 1.5rem 0 4rem;
    }
}
@media print, screen and (min-width: 64em) {
    .home .sidebar {
        padding: 0 0 5rem;
    }
}
@media screen and (min-width: 90.625em) {
    .home .sidebar {
        padding: 0 0 6rem;
    }
}
.ad-space {
    padding: 0;
    text-align: center; margin-top: 20px;
}
.ad-space.mdrect-sidebar {
    text-align: center;
    border-top: 1px solid #010101;
    border-bottom: 1px solid #010101;
    padding: 3rem 0;
}
.ad-space.mdrect-sidebar img {
    border: 5px solid #e5e5e5; margin-top: 50px;
}
@media print, screen and (min-width: 40em) {
    .ad-space.mdrect-sidebar {
        padding: 4rem 0;
    }
}
@media print, screen and (min-width: 64em) {
    .ad-space.mdrect-sidebar {
        padding: 0 0 5rem;
    }
}
@media screen and (min-width: 90.625em) {
    .ad-space.mdrect-sidebar {
        padding: 0 0 6rem;
    }
}
@media print, screen and (min-width: 64em) {
    .ad-space.mdrect-sidebar {
        border: none;
        text-align: right;
    }
}
.ad-space.leaderboard-header {
    padding: 0.5rem 0 0;
}
@media print, screen and (min-width: 40em) {
    .ad-space.leaderboard-header {
        padding: 2rem 0 0;
    }
}
@media print, screen and (min-width: 64em) {
    .ad-space.leaderboard-header {
        padding: 2.5rem 0 0;
    }
}
@media screen and (min-width: 90.625em) {
    .ad-space.leaderboard-header {
        padding: 3rem 0 0;
    }
}
.ad-space.leaderboard-footer {
    padding: 1.5rem 0;
}
@media print, screen and (min-width: 40em) {
    .ad-space.leaderboard-footer {
        padding: 2rem 0;
    }
}
@media print, screen and (min-width: 64em) {
    .ad-space.leaderboard-footer {
        padding: 2.5rem 0 5rem;
    }
}
@media screen and (min-width: 90.625em) {
    .ad-space.leaderboard-footer {
        padding: 3rem 0 6rem;
    }
}
.u-print-ad {
	background-image: url("../images/bg-blue.gif");
	background-size: 1.2%;
}
.u-print-ad a {
    display: block;
    color: #010101;
    padding: 20px;
}
@media print, screen and (min-width: 40em) {
    .u-print-ad a {
        padding: 30px;
    }
}
@media print, screen and (max-width: 40em) {
	.u-print-ad {
	background-size: 2.5%;
}
}
@media print, screen and (min-width: 64em) {
    .u-print-ad a {
        padding: 40px;
    }
}
.u-print-ad a:hover .block-image {
    transform: scale(1.05);
}
.u-print-ad a:hover h3 {
    background-color: #f2e94d;
}
.u-print-ad .block-image {
    text-align: center;
    transition: all 0.5s;
}
@media print, screen and (min-width: 64em) {
    .u-print-ad .block-image {
        text-align: right;
    }
}
.u-print-ad h3 {
    font-weight: 700;
    text-align: center;
    margin: 0 20px;
    padding: 0 0.25rem;
    transition: all 0.5s;
}
@media print, screen and (min-width: 64em) {
    .u-print-ad h3 {
        text-align: left;
    }
}
.u-apoyo {
    background-color: #f2e94d;
    padding: 1.5rem 0;
    margin: 1.5rem 0 3rem;
}
@media print, screen and (min-width: 40em) {
    .u-apoyo {
        padding: 2rem 0;
        margin: 2rem 0 4rem;
    }
}
@media print, screen and (min-width: 64em) {
    .u-apoyo {
        padding: 2.5rem 0;
        margin: 2.5rem 0 5rem;
    }
}
@media screen and (min-width: 90.625em) {
    .u-apoyo {
        padding: 3rem 0;
        margin: 3rem 0 6rem;
    }
}
.u-apoyo .newsletter-cta {
    text-align: center;
}
@media print, screen and (min-width: 64em) {
    .u-apoyo .newsletter-cta :last-child {
        margin-bottom: 0;
    }
}
.u-apoyo .input-group {
    margin: 0;
}
.tcj-component {
    border-bottom: 1px solid #010101;
    padding: 0 0 1.5rem;
    margin: 0 0 1.5rem;
}
@media print, screen and (min-width: 40em) {
    .tcj-component {
        padding: 0 0 2rem;
        margin: 0 0 2rem;
    }
}
@media print, screen and (min-width: 64em) {
    .tcj-component {
        padding: 0 0 2.5rem;
        margin: 0 0 2.5rem;
    }
}
@media screen and (min-width: 90.625em) {
    .tcj-component {
        padding: 0 0 3rem;
        margin: 0 0 3rem;
    }
}
@media print {
    body {
        padding-top: 0;
    }
    #site-header {
        position: relative;
    }
    .h1,
    h1 {
        font-size: 2.5rem;
    }
}
/*# */
/* Modificaciones */
html { scroll-behavior: smooth;}
.article-footer a { text-transform: uppercase;}
.article-footer span { display: unset}
.byline a { text-transform: capitalize;}

.fichaschema{width: 80%;
    margin: 0 auto;
    background: aliceblue;
	padding: 15px;
    font-size: small;
    font-family: 'Roboto';}
.fichaschema .alignleft{width:unset !important; float: left; margin-right: 1.4rem;}
.fichaschema div[itemprop="description"]{    font-size: small;}
.imgdestacada{text-align:center}
.imgdestacada IMG{max-height: 100%; padding-bottom: 1.8rem;}
.entry-date{text-transform: uppercase;}
DIV.entry-excerpt{font-family: "IBM Plex Serif", Georgia, Times, Times New Roman, serif; font-size: 15px;}
::-moz-selection { /* Code for Firefox */ background: #ffeb7f;}
::selection { background: #ffeb7f;}
.single .entry-content a { text-decoration-thickness: 2px; text-decoration-color: #ff0167;}
.single .entry-content a:hover{ background: #ffcede;  padding: 4px 0px; }
.single .entry-content a.buy-now:hover { padding: 0.85em 1em; text-decoration: none;} !important

.handsign{animation-duration: 2s; animation-iteration-count: infinite; transform-origin: bottom;}
.bounce:hover { animation-name: bounce; animation-timing-function: ease;
}
@keyframes bounce {
  0%   { transform: translateY(0); }
  25%  { transform: translateY(-8px); }
  70%  { transform: translateY(20px); }
  100% { transform: translateY(0); }
}

/* Iconos redes sociales sprites*/
.sprite { background: url('../images/social-icons.png') no-repeat top left; width: 55px; height: 55px;  } 
.sprite.face { background-position: 0 0; } 
.sprite.face:hover { background-position: -65px 0; } 
.sprite.insta { background-position: -130px 0; } 
.sprite.insta:hover { background-position: -195px 0; } 
.sprite.tele { background-position: -260px 0; } 
.sprite.tele:hover { background-position: -325px 0; } 
.sprite.yout { background-position: -390px 0; } 
.sprite.yout:hover { background-position: -455px 0; } 
.sprite.twit { background-position: -520px 0; } 
.sprite.twit:hover { background-position: -585px 0; }
.sprite.web { background-position: -650px 0; } 
.sprite.web:hover { background-position: -715px 0; }
.list-inline > li { display: inline-block; padding-right: 5px; padding-left: 5px; }

.margin0{margin: 0 0 0 0}
.autormargen{margin: 20px 0px;}

.avatar {
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
margin: 20px 0px;
}
.ad-post{margin:10px auto 60px; max-width:310px}
.none{display:none}
.sharedaddy {text-align: center;} !important
.piedefoto {margin-bottom: 0;}

.NOrll-youtube-player {overflow: unset !important; margin-bottom: 80px !important;}
/* .single .entry-content img { margin: 0 0 0 0 !important;} */
.single .entry-content iframe {margin: 0 !important;}

.ad-space-mobile {position: fixed;  bottom: 0; left: 0; width: 100%; background-color: rgba(0, 0, 0, 0.7); z-index: 9999; display: block;}
/* .close-btnx{ position: absolute; top: 10px; right: 11px; cursor: pointer; color: white; font-size: 10px; background-color: red; padding:3px 3px 2px 3px;}
#close-overlay{display:none} */

.close-btnx {position: absolute; top: 0px; right: 0px; cursor: pointer; color: white; font-weight: bold; background-color: #ff4d4d; /* Rojo más suave */ padding: 4px 10px; border: none; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Sombra sutil */  transition: background-color 0.3s, transform 0.2s; z-index: 1000;}
.close-btnx:hover { background-color: #ff1a1a; /* Rojo más intenso */ transform: scale(1.1); /* Pequeño aumento al pasar el cursor */}
.close-btnx:active { transform: scale(0.9); /* Efecto de "clic" */ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); /* Reducir la sombra */}
#close-overlay{display:none}

/* Estilo Compartir archivo PHP */
.social-share { text-align: center; margin-top: 3rem;}
.social-share a:hover { padding: 0px !important ;}
.social-icon{display:inline-block;width:40px;height:40px;line-height:40px;margin:0 10px;font-size:24px;color:#333;text-align:center;vertical-align:middle}

/* banner inferior que se muestra al desplazarse y se queda fijo*/
#fixed-footer { position: fixed; bottom: 0; left: 0; right: 0; background-color: rgba(51, 51, 51, 0.7); color: white; text-align: center; padding: 10px 20px; font-size: 14px; box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2); transform: translateY(100%); /* Oculto fuera de la pantalla */ transition: transform 0.3s ease-in-out; z-index: 1000;}
#fixed-footer.show { transform: translateY(0); /* Mostrar en la parte inferior */}