/*!
 * CODEBASE
 * MIT Licence
 * http://simonpadbury.github.io/Codebase/
 * v.4.0.11
 */
html {
    box-sizing: border-box;
    scroll-behavior: smooth
}

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

body {
    min-height: 100vh;
    margin: 0;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    font-size: 16px;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    font-feature-settings: "liga" on;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    color: #404040;
    background: #fff
}

:root {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    --title-color: #DDDDDD;
    --logo-color: #CCCCCC;
    --env-color: #E74C3C;
    --header-background-color: #2C3840;
    --header-text-color: #f1f5f8;
    --header-link-color: #FFFFFF;
    --header-link-hover-color: #DDDDDD;
    --module-background-color: #074E68;
    --module-background-selected-color: #FFFFCC;
    --module-text-color: #FFFFFF;
    --module-link-color: #FFFFFF;
    --module-link-selected-color: #FFFFFF;
    --module-link-hover-color: #DDDDDD;
    --generic-link-color: #000000;
    --generic-link-hover-color: #074E68;
    --generic-link-active-color: #0A6E92;
    --save-button-background-color: #0A6E92;
    --save-button-background-hover-color: #074E68;
    --save-button-text-color: #FFFFFF;
    --delete-button-background-color: #CC4B37;
    --delete-button-background-hover-color: #BF4634;
    --delete-button-text-color: #FFFFFF;
    --related-modal-background-color: #000000;
    --related-modal-background-opacity: 0.2;
    --main-border-top: 10px solid var(--module-background-color);
    --logo-max-width: min(400px, 100%);
    --logo-max-height: 100px;
    --related-modal-border-radius: 4px;
    --module-border-radius: 4px;
    --jsoneditor-border-radius: var(--module-border-radius);
    --jsoneditor-overflow: hidden;
    --related-modal-close-button-display: unset;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: 700
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

:focus:not(.focus-visible) {
    outline: none
}

small {
    font-size: 85%
}

::-moz-selection {
    background: rgba(180, 225, 250, 0.3);
}

::selection {
    background: rgba(180, 225, 250, 0.3);
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: 1px dotted currentColor
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

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

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

button, select {
    text-transform: none
}

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

figure, legend {
    padding: 0
}

figure {
    margin: 0
}

audio, canvas, progress, video {
    display: block;
    width: 100%
}

iframe {
    border: 0
}

button, input, select, textarea {
    font: inherit
}

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

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

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

summary {
    display: list-item
}

.body-scroll-lock {
    touch-action: none;
    overflow: hidden
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 1.5rem;
    color: #0d0d0d
}

.h1, h1 {
    font-size: 2em;
    font-weight: 700
}

.h1, .h2, h1, h2 {
    line-height: 1
}

.h2, h2 {
    font-size: 1.5em;
    font-weight: 600
}

.h3, h3 {
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.1
}

.h4, h4 {
    font-size: 1.1em
}

.h4, .h5, h4, h5 {
    font-weight: 400;
    line-height: 1.25
}

.h5, h5 {
    font-size: 1em
}

.h6, h6 {
    font-size: .85em;
    font-weight: 400;
    line-height: 1.25
}

@media (max-width: 767px) {
    .h1, h1 {
        font-size: 1.8em
    }

    .h2, h2 {
        font-size: 1.4em
    }

    .h3, h3 {
        font-size: 1.15em
    }

    .h4, h4 {
        font-size: 1em
    }

    .h5, h5 {
        font-size: .875em
    }

    .h6, h6 {
        font-size: .75em
    }
}

blockquote, dd, dt, li, p, td, th {
    font-size: 1em
}

blockquote, dl, ol, p, ul {
    margin-top: 0;
    margin-bottom: 1.5rem
}

ol, ul {
    padding-left: 1.5rem
}

li {
    margin-bottom: 1rem
}

li > ol, li > ul {
    margin-top: .75em
}

dd {
    margin-bottom: 1.5rem
}

dt {
    font-weight: 700
}

dd {
    margin-left: 2em
}

details {
    margin-bottom: 1.5rem
}

summary {
    font-weight: 700
}

summary:hover {
    cursor: pointer
}

hr {
    height: 0;
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top: 1px solid #ccc
}

.container-grid > hr {
    margin-top: 0
}

blockquote {
    margin: 1.5rem 0;
    padding-right: 2.5vw;
    padding-left: 2.5vw;
    font-size: 16px
}

a {
    color: var(--primary);
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto
}

a:active, a:hover {
    color: var(--secondary);
    text-decoration: underline
}

code, kbd, samp {
    display: inline-block;
    font-family: ui-monospace, SFMono-Regular, Consolas, Menlo, Lucida Console, Courier, monospace;
    color: #0d0d0d;
    font-size: .9em;
    line-height: 1.5em;
    padding: .1em .4em;
    border-radius: 4px;
    background: #f2f2f2
}

div.mb-1 > p {
    margin-top: 0;
    margin-bottom: 0.5rem
}

div.mb-2 > p {
    margin-top: 0;
    margin-bottom: 1rem
}

pre {
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

pre code {
    display: block;
    overflow-x: auto
}

label {
    display: inline-block;
    padding: .5rem 0
}

input, select, textarea {
    position: relative;
    display: block;
    width: 100%;
    outline: 0 none;
    border: 1px solid var(--primary);
    border-radius: 4px;
    padding: 0 .5rem;
    min-height: 40px;
    line-height: 1.5em;
    color: var(--secondary);
    transition: all .3s ease
}

[placeholder] {
    text-overflow: ellipsis
}

[type=button], [type=reset], [type=submit] {
    width: auto
}

select {
    padding-top: .25em;
    padding-bottom: .25em;
    overflow: auto
}

select:not([multiple]) {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='1.5'%3E%3Cpath d='M6 6l4 4 4-4' fill='none' stroke='%23000' stroke-width='1.333'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .5rem center;
    background-size: 1em 1em
}

fieldset {
    min-width: 0
}

option {
    padding: .25em 0
}

[type=date], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], select, textarea {
    -webkit-appearance: none;
    background: var(--primary-transparent);
}

[type=date]:focus-visible, [type=email]:focus-visible, [type=month]:focus-visible, [type=number]:focus-visible, [type=password]:focus-visible, [type=search]:focus-visible, [type=tel]:focus-visible, [type=text]:focus-visible, select:focus-visible, textarea:focus-visible {
    box-shadow: 0 0 0 3px var(--secondary)
}

input[type=number] {
    padding: 0 0 0 .125em
}

select {
    vertical-align: baseline
}

input[type=checkbox], input[type=radio] {
    display: inline-block;
    width: 2rem;
    min-height: auto;
    margin: 0;
    padding: 0 .25rem;
    line-height: 1;
}

input[type=radio] {
    -webkit-appearance: radio
}

input[type=radio] {
    cursor: pointer;
    background-color: var(--primary);
    color: var(--secondary);
}

input[type=checkbox] {
    -webkit-appearance: checkbox
}

textarea {
    vertical-align: top;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 1.5;
    overflow: auto;
    max-width: 100%;
}

.form-element-sm {
    min-height: 32px;
    padding: 0 .25rem
}

.form-element-lg {
    min-height: 48px;
    padding: 0 1rem
}

.flex input {
    display: flex !important
}

.inline-block input {
    display: inline-block !important
}

[type=button], [type=reset], [type=submit], button {
    position: relative;
    -webkit-appearance: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 2.5rem;
    margin: 0;
    border: 1px solid #ccc;
    padding: 0 1rem;
    font-weight: 600;
    text-decoration: none !important;
    white-space: nowrap;
    color: #0d0d0d;
    background: transparent;
    transition: all .15s ease-in-out;
    border-radius: 4px
}

[type=button].active, [type=button]:active, [type=button]:hover, [type=reset].active, [type=reset]:active, [type=reset]:hover, [type=submit].active, [type=submit]:active, [type=submit]:hover, button.active, button:active, button:hover {
    cursor: pointer;
    background: rgba(60, 68, 26, 0.12);
}

[type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled, button:disabled {
    position: relative;
    opacity: .5;
    pointer-events: none
}

[type=button]:focus-visible, [type=reset]:focus-visible, [type=submit]:focus-visible, button:focus-visible {
    box-shadow: 0 0 0 3px rgb(74, 193, 247)
}

[type=button] else, [type=reset] else, [type=submit] else, button else {
    border-radius: 0
}

.container {
    display: block;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 1rem
}

.container-lg {
    max-width: 1280px
}

.container-md {
    max-width: 1024px
}

.container-sm {
    max-width: 768px
}

.container-grid {
    display: grid;
    width: 100%;
    grid-template-columns:1fr 3% min(1568px, 94%) 3% 1fr
}

.container-grid > * {
    grid-column: 3;
    width: 100%
}

.container-grid-lg {
    grid-template-columns:1fr 3% min(1248px, 94%) 3% 1fr
}

.container-grid-md {
    grid-template-columns:1fr 3% min(992px, 94%) 3% 1fr
}

.container-grid-sm {
    grid-template-columns:1fr 3% min(736px, 94%) 3% 1fr
}

.full-bleed {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%)
}

.container-grid-full-bleed {
    width: 100%;
    grid-column: 1/6
}

.container-grid-partial-bleed-left {
    grid-column: 1/4
}

.container-grid-partial-bleed-right {
    grid-column: 3/6
}

.flex-gap.flex, .flex-gap.flex-grid {
    position: relative;
    width: calc(100% + 1.5rem);
    margin-right: -.75rem;
    margin-left: -.75rem
}

.flex-gap.flex-grid > *, .flex-gap.flex > * {
    margin-bottom: 1.5rem
}

.flex-gap.flex-grid > :not([class*=cols]), .flex-gap.flex > :not([class*=cols]) {
    margin-right: .75rem;
    margin-left: .75rem
}

.flex-gap.flex-grid > [class*=cols], .flex-gap.flex > [class*=cols] {
    padding-right: .75rem;
    padding-left: .75rem
}

@media (min-width: 560px) {
    .flex-gap.flex-xsm {
        position: relative;
        width: calc(100% + 1rem);
        margin-right: -.5rem;
        margin-left: -.5rem
    }

    .flex-gap.flex-xsm > * {
        margin-bottom: 1.5rem
    }

    .flex-gap.flex-xsm > :not([class*=cols]) {
        margin-right: .5rem;
        margin-left: .5rem
    }

    .flex-gap.flex-xsm > [class*=cols] {
        padding-right: .5rem;
        padding-left: .5rem
    }
}

@media (min-width: 768px) {
    .flex-gap.flex-sm {
        position: relative;
        width: calc(100% + 1.5rem);
        margin-right: -.75rem;
        margin-left: -.75rem
    }

    .flex-gap.flex-sm > * {
        margin-bottom: 1.5rem
    }

    .flex-gap.flex-sm > :not([class*=cols]) {
        margin-right: .75rem;
        margin-left: .75rem
    }

    .flex-gap.flex-sm > [class*=cols] {
        padding-right: .75rem;
        padding-left: .75rem
    }
}

@media (min-width: 1024px) {
    .flex-gap.flex-md {
        position: relative;
        width: calc(100% + 1.5rem);
        margin-right: -.75rem;
        margin-left: -.75rem
    }

    .flex-gap.flex-md > * {
        margin-bottom: 1.5rem
    }

    .flex-gap.flex-md > :not([class*=cols]) {
        margin-right: .75rem;
        margin-left: .75rem
    }

    .flex-gap.flex-md > [class*=cols] {
        padding-right: .75rem;
        padding-left: .75rem
    }
}

@media (min-width: 1280px) {
    .flex-gap.flex-lg {
        position: relative;
        width: calc(100% + 1.5rem);
        margin-right: -.75rem;
        margin-left: -.75rem
    }

    .flex-gap.flex-lg > * {
        margin-bottom: 1.5rem
    }

    .flex-gap.flex-lg > :not([class*=cols]) {
        margin-right: .75rem;
        margin-left: .75rem
    }

    .flex-gap.flex-lg > [class*=cols] {
        padding-right: .75rem;
        padding-left: .75rem
    }
}

[class*=-cols] {
    width: 100%
}

.inline-flex {
    display: inline-flex !important
}

.flex, .flex-grid {
    display: flex
}

.flex-grid, .flex-wrap {
    flex-wrap: wrap
}

.flex-row-reverse {
    flex-direction: row-reverse
}

.flex-column {
    flex-direction: column
}

.flex-column-reverse {
    flex-direction: column-reverse
}

.flex-grow-equal > * {
    flex: 1
}

.flex-grow-auto > * {
    flex: auto
}

.flex-space-around {
    justify-content: space-around
}

.flex-space-between {
    justify-content: space-between
}

.flex-space-evenly {
    justify-content: space-evenly
}

.flex-start {
    justify-content: flex-start
}

.flex-center {
    justify-content: center
}

.flex-end {
    justify-content: flex-end
}

.flex-top {
    align-items: flex-start
}

.flex-middle {
    align-items: center
}

.flex-bottom {
    align-items: flex-end
}

.flex-cols-1 {
    max-width: 8.33333%
}

.flex-cols-2 {
    max-width: 16.66667%
}

.flex-cols-3 {
    max-width: 25%
}

.flex-cols-4 {
    max-width: 33.33333%
}

.flex-cols-5 {
    max-width: 41.66667%
}

.flex-cols-6 {
    max-width: 50%
}

.flex-cols-7 {
    max-width: 58.33333%
}

.flex-cols-8 {
    max-width: 66.66667%
}

.flex-cols-9 {
    max-width: 75%
}

.flex-cols-10 {
    max-width: 83.33333%
}

.flex-cols-11 {
    max-width: 91.66667%
}

.flex-cols-12 {
    max-width: 100%
}

@media (min-width: 560px) {
    .flex-xsm {
        display: flex
    }

    .flex-xsm-grid {
        display: flex
    }

    .flex-xsm-grid, .flex-xsm-wrap {
        flex-wrap: wrap
    }

    .flex-xsm-row-reverse {
        flex-direction: row-reverse
    }

    .flex-xsm-column {
        flex-direction: column
    }

    .flex-xsm-column-reverse {
        flex-direction: column-reverse
    }

    .flex-xsm-grow-equal > * {
        flex: 1
    }

    .flex-xsm-grow-auto > * {
        flex: auto
    }

    .flex-xsm-space-around {
        justify-content: space-around
    }

    .flex-xsm-space-between {
        justify-content: space-between
    }

    .flex-xsm-space-evenly {
        justify-content: space-evenly
    }

    .flex-xsm-start {
        justify-content: flex-start
    }

    .flex-xsm-center {
        justify-content: center
    }

    .flex-xsm-end {
        justify-content: flex-end
    }

    .flex-xsm-top {
        align-items: flex-start
    }

    .flex-xsm-middle {
        align-items: center
    }

    .flex-xsm-bottom {
        align-items: flex-end
    }

    .flex-xsm-cols-1 {
        max-width: 8.33333%
    }

    .flex-xsm-cols-2 {
        max-width: 16.66667%
    }

    .flex-xsm-cols-3 {
        max-width: 25%
    }

    .flex-xsm-cols-4 {
        max-width: 33.33333%
    }

    .flex-xsm-cols-5 {
        max-width: 41.66667%
    }

    .flex-xsm-cols-6 {
        max-width: 50%
    }

    .flex-xsm-cols-7 {
        max-width: 58.33333%
    }

    .flex-xsm-cols-8 {
        max-width: 66.66667%
    }

    .flex-xsm-cols-9 {
        max-width: 75%
    }

    .flex-xsm-cols-10 {
        max-width: 83.33333%
    }

    .flex-xsm-cols-11 {
        max-width: 91.66667%
    }

    .flex-xsm-cols-12 {
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .flex-sm {
        display: flex
    }

    .flex-sm-grid {
        display: flex
    }

    .flex-sm-grid, .flex-sm-wrap {
        flex-wrap: wrap
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse
    }

    .flex-sm-column {
        flex-direction: column
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse
    }

    .flex-sm-grow-equal > * {
        flex: 1
    }

    .flex-sm-grow-auto > * {
        flex: auto
    }

    .flex-sm-space-around {
        justify-content: space-around
    }

    .flex-sm-space-between {
        justify-content: space-between
    }

    .flex-sm-space-evenly {
        justify-content: space-evenly
    }

    .flex-sm-start {
        justify-content: flex-start
    }

    .flex-sm-center {
        justify-content: center
    }

    .flex-sm-end {
        justify-content: flex-end
    }

    .flex-sm-top {
        align-items: flex-start
    }

    .flex-sm-middle {
        align-items: center
    }

    .flex-sm-bottom {
        align-items: flex-end
    }

    .flex-sm-cols-1 {
        max-width: 8.33333%
    }

    .flex-sm-cols-2 {
        max-width: 16.66667%
    }

    .flex-sm-cols-3 {
        max-width: 25%
    }

    .flex-sm-cols-4 {
        max-width: 33.33333%
    }

    .flex-sm-cols-5 {
        max-width: 41.66667%
    }

    .flex-sm-cols-6 {
        max-width: 50%
    }

    .flex-sm-cols-7 {
        max-width: 58.33333%
    }

    .flex-sm-cols-8 {
        max-width: 66.66667%
    }

    .flex-sm-cols-9 {
        max-width: 75%
    }

    .flex-sm-cols-10 {
        max-width: 83.33333%
    }

    .flex-sm-cols-11 {
        max-width: 91.66667%
    }

    .flex-sm-cols-12 {
        max-width: 100%
    }
}

@media (min-width: 1024px) {
    .flex-md {
        display: flex
    }

    .flex-md-grid {
        display: flex
    }

    .flex-md-grid, .flex-md-wrap {
        flex-wrap: wrap
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse
    }

    .flex-md-column {
        flex-direction: column
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse
    }

    .flex-md-grow-equal > * {
        flex: 1
    }

    .flex-md-grow-auto > * {
        flex: auto
    }

    .flex-md-space-around {
        justify-content: space-around
    }

    .flex-md-space-between {
        justify-content: space-between
    }

    .flex-md-space-evenly {
        justify-content: space-evenly
    }

    .flex-md-start {
        justify-content: flex-start
    }

    .flex-md-center {
        justify-content: center
    }

    .flex-md-end {
        justify-content: flex-end
    }

    .flex-md-top {
        align-items: flex-start
    }

    .flex-md-middle {
        align-items: center
    }

    .flex-md-bottom {
        align-items: flex-end
    }

    .flex-md-cols-1 {
        max-width: 8.33333%
    }

    .flex-md-cols-2 {
        max-width: 16.66667%
    }

    .flex-md-cols-3 {
        max-width: 25%
    }

    .flex-md-cols-4 {
        max-width: 33.33333%
    }

    .flex-md-cols-5 {
        max-width: 41.66667%
    }

    .flex-md-cols-6 {
        max-width: 50%
    }

    .flex-md-cols-7 {
        max-width: 58.33333%
    }

    .flex-md-cols-8 {
        max-width: 66.66667%
    }

    .flex-md-cols-9 {
        max-width: 75%
    }

    .flex-md-cols-10 {
        max-width: 83.33333%
    }

    .flex-md-cols-11 {
        max-width: 91.66667%
    }

    .flex-md-cols-12 {
        max-width: 100%
    }
}

@media (min-width: 1280px) {
    .flex-lg {
        display: flex
    }

    .flex-lg-grid {
        display: flex
    }

    .flex-lg-grid, .flex-lg-wrap {
        flex-wrap: wrap
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse
    }

    .flex-lg-column {
        flex-direction: column
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse
    }

    .flex-lg-grow-equal > * {
        flex: 1
    }

    .flex-lg-grow-auto > * {
        flex: auto
    }

    .flex-lg-space-around {
        justify-content: space-around
    }

    .flex-lg-space-between {
        justify-content: space-between
    }

    .flex-lg-space-evenly {
        justify-content: space-evenly
    }

    .flex-lg-start {
        justify-content: flex-start
    }

    .flex-lg-center {
        justify-content: center
    }

    .flex-lg-end {
        justify-content: flex-end
    }

    .flex-lg-top {
        align-items: flex-start
    }

    .flex-lg-middle {
        align-items: center
    }

    .flex-lg-bottom {
        align-items: flex-end
    }

    .flex-lg-cols-1 {
        max-width: 8.33333%
    }

    .flex-lg-cols-2 {
        max-width: 16.66667%
    }

    .flex-lg-cols-3 {
        max-width: 25%
    }

    .flex-lg-cols-4 {
        max-width: 33.33333%
    }

    .flex-lg-cols-5 {
        max-width: 41.66667%
    }

    .flex-lg-cols-6 {
        max-width: 50%
    }

    .flex-lg-cols-7 {
        max-width: 58.33333%
    }

    .flex-lg-cols-8 {
        max-width: 66.66667%
    }

    .flex-lg-cols-9 {
        max-width: 75%
    }

    .flex-lg-cols-10 {
        max-width: 83.33333%
    }

    .flex-lg-cols-11 {
        max-width: 91.66667%
    }

    .flex-lg-cols-12 {
        max-width: 100%
    }
}

.flex-item-grow-1 {
    flex-grow: 1
}

.flex-item-order-start {
    order: 0
}

.flex-item-order-end {
    order: 9999
}

[class^=grid] > * {
    grid-row: 1
}

.grid-2-cols {
    display: grid;
    grid-template-columns:repeat(2, minmax(1rem, 1fr))
}

.grid-3-cols {
    display: grid;
    grid-template-columns:repeat(3, minmax(1rem, 1fr))
}

.grid-4-cols {
    display: grid;
    grid-template-columns:repeat(4, minmax(1rem, 1fr))
}

.grid-5-cols {
    display: grid;
    grid-template-columns:repeat(5, minmax(1rem, 1fr))
}

@media (min-width: 768px) {
    .grid-sm-2-cols {
        display: grid;
        grid-template-columns:repeat(2, minmax(1rem, 1fr))
    }

    .grid-sm-3-cols {
        display: grid;
        grid-template-columns:repeat(3, minmax(1rem, 1fr))
    }

    .grid-sm-4-cols {
        display: grid;
        grid-template-columns:repeat(4, minmax(1rem, 1fr))
    }

    .grid-sm-5-cols {
        display: grid;
        grid-template-columns:repeat(5, minmax(1rem, 1fr))
    }
}

@media (min-width: 1024px) {
    .grid-md-2-cols {
        display: grid;
        grid-template-columns:repeat(2, minmax(1rem, 1fr))
    }

    .grid-md-3-cols {
        display: grid;
        grid-template-columns:repeat(3, minmax(1rem, 1fr))
    }

    .grid-md-4-cols {
        display: grid;
        grid-template-columns:repeat(4, minmax(1rem, 1fr))
    }

    .grid-md-5-cols {
        display: grid;
        grid-template-columns:repeat(5, minmax(1rem, 1fr))
    }
}

@media (min-width: 1280px) {
    .grid-lg-2-cols {
        display: grid;
        grid-template-columns:repeat(2, minmax(1rem, 1fr))
    }

    .grid-lg-3-cols {
        display: grid;
        grid-template-columns:repeat(3, minmax(1rem, 1fr))
    }

    .grid-lg-4-cols {
        display: grid;
        grid-template-columns:repeat(4, minmax(1rem, 1fr))
    }

    .grid-lg-5-cols {
        display: grid;
        grid-template-columns:repeat(5, minmax(1rem, 1fr))
    }
}

.grid-gap {
    grid-column-gap: 1.5rem
}

.grid-gap > * {
    margin-bottom: 1.5rem
}

.col-1 {
    grid-column: 1
}

.col-1-thru-2 {
    grid-column: 1/span 2
}

.col-1-thru-3 {
    grid-column: 1/span 3
}

.col-1-thru-4 {
    grid-column: 1/span 4
}

.col-1-thru-5 {
    grid-column: 1/span 5
}

.col-2 {
    grid-column: 2
}

.col-2-thru-3 {
    grid-column: 2/span 3
}

.col-2-thru-4 {
    grid-column: 2/span 4
}

.col-2-thru-5 {
    grid-column: 2/span 5
}

.col-3 {
    grid-column: 3
}

.col-3-thru-4 {
    grid-column: 3/span 4
}

.col-3-thru-5 {
    grid-column: 3/span 5
}

.col-4 {
    grid-column: 4
}

.col-4-thru-5 {
    grid-column: 4/span 5
}

.col-5 {
    grid-column: 5
}

@media (min-width: 768px) {
    .col-sm-1 {
        grid-column: 1
    }

    .col-sm-1-thru-2 {
        grid-column: 1/span 2
    }

    .col-sm-1-thru-3 {
        grid-column: 1/span 3
    }

    .col-sm-1-thru-4 {
        grid-column: 1/span 4
    }

    .col-sm-1-thru-5 {
        grid-column: 1/span 5
    }

    .col-sm-2 {
        grid-column: 2
    }

    .col-sm-2-thru-3 {
        grid-column: 2/span 3
    }

    .col-sm-2-thru-4 {
        grid-column: 2/span 4
    }

    .col-sm-2-thru-5 {
        grid-column: 2/span 5
    }

    .col-sm-3 {
        grid-column: 3
    }

    .col-sm-3-thru-4 {
        grid-column: 3/span 4
    }

    .col-sm-3-thru-5 {
        grid-column: 3/span 5
    }

    .col-sm-4 {
        grid-column: 4
    }

    .col-sm-4-thru-5 {
        grid-column: 4/span 5
    }

    .col-sm-5 {
        grid-column: 5
    }
}

@media (min-width: 1024px) {
    .col-md-1 {
        grid-column: 1
    }

    .col-md-1-thru-2 {
        grid-column: 1/span 2
    }

    .col-md-1-thru-3 {
        grid-column: 1/span 3
    }

    .col-md-1-thru-4 {
        grid-column: 1/span 4
    }

    .col-md-1-thru-5 {
        grid-column: 1/span 5
    }

    .col-md-2 {
        grid-column: 2
    }

    .col-md-2-thru-3 {
        grid-column: 2/span 3
    }

    .col-md-2-thru-4 {
        grid-column: 2/span 4
    }

    .col-md-2-thru-5 {
        grid-column: 2/span 5
    }

    .col-md-3 {
        grid-column: 3
    }

    .col-md-3-thru-4 {
        grid-column: 3/span 4
    }

    .col-md-3-thru-5 {
        grid-column: 3/span 5
    }

    .col-md-4 {
        grid-column: 4
    }

    .col-md-4-thru-5 {
        grid-column: 4/span 5
    }

    .col-md-5 {
        grid-column: 5
    }
}

@media (min-width: 1280px) {
    .col-lg-1 {
        grid-column: 1
    }

    .col-lg-1-thru-2 {
        grid-column: 1/span 2
    }

    .col-lg-1-thru-3 {
        grid-column: 1/span 3
    }

    .col-lg-1-thru-4 {
        grid-column: 1/span 4
    }

    .col-lg-1-thru-5 {
        grid-column: 1/span 5
    }

    .col-lg-2 {
        grid-column: 2
    }

    .col-lg-2-thru-3 {
        grid-column: 2/span 3
    }

    .col-lg-2-thru-4 {
        grid-column: 2/span 4
    }

    .col-lg-2-thru-5 {
        grid-column: 2/span 5
    }

    .col-lg-3 {
        grid-column: 3
    }

    .col-lg-3-thru-4 {
        grid-column: 3/span 4
    }

    .col-lg-3-thru-5 {
        grid-column: 3/span 5
    }

    .col-lg-4 {
        grid-column: 4
    }

    .col-lg-4-thru-5 {
        grid-column: 4/span 5
    }

    .col-lg-5 {
        grid-column: 5
    }
}

.btn {
    position: relative;
    -webkit-appearance: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 2.5rem;
    margin: 0;
    padding: 0 1rem;
    font-weight: 600;
    text-decoration: none !important;
    white-space: nowrap;
    color: #0d0d0d;
    background: transparent;
    transition: all .15s ease-in-out;
    border-radius: 4px;
    color: #fff;
    background: grey;
    border: 1px solid grey
}

.btn.active, .btn:active, .btn:hover {
    cursor: pointer;
    background: #f2f2f2
}

.btn:disabled {
    position: relative;
    opacity: .5;
    pointer-events: none
}

.btn:focus-visible {
    box-shadow: 0 0 0 3px rgba(74, 193, 247, 0.48)
}

.btn else {
    border-radius: 0
}

.btn.active, .btn:active, .btn:hover {
    background: #666;
    border-color: #666;
    color: #fff
}

.btn.block {
    display: flex;
    width: 100%
}

.btn-sm {
    height: 2rem;
    padding: 0 .625rem
}

.btn-mini{
    height: 1.5rem;
    padding: 0 0.25rem;
    font-weight: bold;
    font-size: 0.75rem;
}

.btn-lg {
    height: 3rem;
    padding: 0 1.25rem
}

.btn-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 2.5rem;
    width: 2.5rem;
    min-width: 2.5rem
}

.btn-icon.btn-sm {
    height: 2rem;
    width: 2rem;
    min-width: 2rem
}

.btn-icon.btn-lg {
    height: 3rem;
    width: 3rem;
    min-width: 3rem
}

.btn-primary {
    border-color: var(--secondary);
    background: var(--primary);
    color: var(--accent) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.btn-secondary {
    border-color: var(--primary);
    background: var(--secondary);
    color: var(--accent) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.btn-success {
    border-color: #04548d;
    background: #328fce;
    color: #fffaea;
    text-effect: emboss;
}

.btn-warning {
    border-color: #ff7a59;
    background: #ff7a59
}

.btn-danger {
    border-color: #ff3a47;
    background: #ff3a47
}

.btn-primary.active, .btn-primary:active, .btn-primary:hover {
    border-color: #f6f35e;
    background: #158bce !important;
    color: #f6f35e !important;
}

.btn-secondary.active, .btn-secondary:active, .btn-secondary:hover {
    border-color: #0271b0;
    background: #04548d !important;
    color: #68bfef !important;
}

.btn-success.active, .btn-success:active, .btn-success:hover {
    border-color: #04548d;
    background: #45a3e3;
}

.btn-warning.active, .btn-warning:active, .btn-warning:hover {
    border-color: #db5441;
    background: #db5441 !important
}

.btn-danger.active, .btn-danger:active, .btn-danger:hover {
    border-color: #db2a45;
    background: #db2a45 !important
}

.btn-primary-sml {
    border-color: var(--save-button-background-hover-color);
    background: var(--save-button-background-color);
    color: var(--save-button-text-color) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.btn-secondary-sml {
    border-color: var(--primary);
    background: var(--save-button-background-color);
    color: var(--header-text-color) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.btn-primary-sml.active, .btn-primary-sml:active, .btn-primary-sml:hover {
    background: var(--save-button-background-hover-color) !important;
}

.btn-secondary-sml.active, .btn-secondary-sml:active, .btn-secondary-sml:hover {
    background: var(--save-button-background-hover-color) !important;
}

.control-indicator-plus:after {
    width: 1em;
    height: 1em;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='1.5'%3E%3Cpath d='M8 14V2M2 8h12' fill='none' stroke='%23474747' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 1em 1em
}

.control-indicator-plus.active:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='1.5'%3E%3Cpath d='M2 8h12' fill='none' stroke='%23474747' stroke-width='2'/%3E%3C/svg%3E")
}

.control-indicator-chevron:after {
    width: 1em;
    height: 1em;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='1.5'%3E%3Cpath d='M3 6l5 5 5-5' fill='none' stroke='%23474747' stroke-width='1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 1em 1em
}

.control-indicator-chevron.active:after {
    transform: rotate(180deg)
}

.label {
    position: relative;
    display: inline-block;
    border-radius: 4px;
    line-height: 1.5em;
    padding: 0 .4em .1em;
    white-space: nowrap;
    color: #fff;
    background: grey
}

.label-primary {
    border-color: #6a78d1;
    background: #6a78d1
}

.label-secondary {
    border-color: #00a4bd;
    background: #00a4bd
}

.label-success {
    border-color: #07c677;
    background: #07c677
}

.label-warning {
    border-color: #ff7a59;
    background: #ff7a59
}

.label-danger {
    border-color: #ff3a47;
    background: #ff3a47
}

.badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    top: -.4em;
    min-width: 1.5em;
    height: 1.5em;
    border-radius: 2em;
    padding: 0 .325em;
    font-size: .86em;
    line-height: .8em;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    background: grey
}

.badge-primary {
    border-color: #3189b2;
    background: #2389b9;
}

.badge-secondary {
    border-color: var(--secondary);
    background: var(--secondary);
}

.badge-success {
    border-color: #07c677;
    background: #07c677
}

.badge-warning {
    border-color: #ff7a59;
    background: #ff7a59
}

.badge-danger {
    border-color: #ff3a47;
    background: #ff3a47
}

.btn > .badge, button > .badge {
    position: absolute;
    top: -.75em;
    right: -.75em
}

.table {
    width: 100%;
    margin-bottom: 1.5rem;
    border-collapse: collapse;
    border-spacing: 0
}

.table:not(.table.table-borderless) td, .table:not(.table.table-borderless) th {
    border: 1px solid #ccc
}

.table td, .table th {
    padding: .5rem 1rem;
    text-align: left
}

.table-striped tbody tr:nth-child(2n), .table-striped thead {
    background: hsla(0, 0%, 100%, .05)
}

.table-striped tbody tr:nth-child(odd) {
    background: rgba(29, 28, 31, .05)
}

.table-compact td, .table-compact th {
    padding: .25rem .5rem
}

.table-fixed {
    table-layout: fixed
}

.menu {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0
}

.menu > * {
    list-style-type: none;
    margin: 0
}

.menu > * > * {
    display: block;
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-decoration: none
}

.menu .menu {
    margin-bottom: 0
}

.menu .menu > * > :not(.btn) {
    color: #266f91;
}

.menu .menu > * > :not(.btn):hover {
    color: var(--secondary);
}

.menu:not(.menu-flush) > * > * {
    padding: .5rem 1rem
}

.dropdown-panel {
    position: absolute;
    display: none
}

.dropdown-panel.active {
    display: block
}

.accordion-panel, .showhide-panel {
    overflow-y: hidden;
    max-height: 0;
    transition: max-height .6s cubic-bezier(0, 1, 0, 1);
    cursor: default
}

.accordion-panel.active, .showhide-panel.active {
    max-height: 1000px;
    transition-timing-function: ease-in
}

.tab-wrapper {
    margin-bottom: 2.25rem
}

.tab-control {
    border: 1px solid #ccc;
    border-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
    padding: .5rem 1rem;
    background: #f2f2f2
}

.tab-control:hover {
    cursor: pointer
}

.tab-control.active {
    z-index: 1
}

.tab-control.active, .tab-panel {
    position: relative;
    background: #fff
}

.tab-panel {
    display: none;
    top: -1px;
    border: 1px solid #ccc;
    padding: .5rem 1rem
}

.tab-panel.active {
    display: block
}

.slide-control {
    width: 2rem;
    height: 1rem
}

.slide-panel {
    display: none
}

.slide-panel.active {
    display: block
}

.modal-wrapper {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 999;
    transition: height 0s ease-out 1s
}

.modal-wrapper.active {
    height: 100%;
    transition: height 0s ease-in 0s
}

.modal-wrapper.active .backdrop {
    visibility: visible;
    opacity: 1
}

.modal-wrapper .backdrop {
    visibility: hidden;
    opacity: 0;
    transition: all .6s ease-in-out
}

.modal-panel {
    position: relative;
    max-height: 90vh;
    z-index: 999;
    overflow: auto;
    opacity: 0;
    transform: scale(.8);
    transition: all .3s ease-in-out
}

.modal-panel.active {
    opacity: 1;
    transform: none
}

.modal-panel img, .modal-panel svg {
    display: block;
    max-height: 80vh;
    width: auto
}

.modal-panel-cover {
    display: block;
    width: 100%;
    top: 0;
    height: 100%;
    max-height: 100%;
    margin: 0;
    overflow: auto
}

.offcanvas-panel-all {
    position: fixed;
    min-height: 100%;
    top: 0;
    bottom: 0;
    z-index: 999;
    width: 320px;
    overflow-y: auto;
    transition: all .3s linear
}

.offcanvas-panel-all.offcanvas-panel-right {
    right: 0;
    transform: translateX(110%)
}

.offcanvas-panel-all.offcanvas-panel-right.active {
    transform: translateX(0)
}

.offcanvas-panel-all.offcanvas-panel-left {
    left: 0;
    transform: translateX(-110%)
}

.offcanvas-panel-all.offcanvas-panel-left.active {
    transform: translateX(0)
}

@media (max-width: 1279px) {
    .offcanvas-panel-below-lg {
        position: fixed;
        min-height: 100%;
        top: 0;
        bottom: 0;
        z-index: 999;
        width: 320px;
        overflow-y: auto;
        transition: all .3s linear
    }

    .offcanvas-panel-below-lg.offcanvas-panel-right {
        right: 0;
        transform: translateX(110%)
    }

    .offcanvas-panel-below-lg.offcanvas-panel-right.active {
        transform: translateX(0)
    }

    .offcanvas-panel-below-lg.offcanvas-panel-left {
        left: 0;
        transform: translateX(-110%)
    }

    .offcanvas-panel-below-lg.offcanvas-panel-left.active {
        transform: translateX(0)
    }
}

@media (min-width: 1280px) {
    .offcanvas-panel-below-lg {
        box-shadow: none !important
    }
}

@media (max-width: 1023px) {
    .offcanvas-panel-below-md {
        position: fixed;
        min-height: 100%;
        top: 0;
        bottom: 0;
        z-index: 999;
        width: 320px;
        overflow-y: auto;
        transition: all .3s linear
    }

    .offcanvas-panel-below-md.offcanvas-panel-right {
        right: 0;
        transform: translateX(110%)
    }

    .offcanvas-panel-below-md.offcanvas-panel-right.active {
        transform: translateX(0)
    }

    .offcanvas-panel-below-md.offcanvas-panel-left {
        left: 0;
        transform: translateX(-110%)
    }

    .offcanvas-panel-below-md.offcanvas-panel-left.active {
        transform: translateX(0)
    }
}

@media (min-width: 1024px) {
    .offcanvas-panel-below-md {
        box-shadow: none !important
    }
}

@media (max-width: 767px) {
    .offcanvas-panel-below-sm {
        position: fixed;
        min-height: 100%;
        top: 0;
        bottom: 0;
        z-index: 999;
        width: 320px;
        overflow-y: auto;
        transition: all .3s linear
    }

    .offcanvas-panel-below-sm.offcanvas-panel-right {
        right: 0;
        transform: translateX(110%)
    }

    .offcanvas-panel-below-sm.offcanvas-panel-right.active {
        transform: translateX(0)
    }

    .offcanvas-panel-below-sm.offcanvas-panel-left {
        left: 0;
        transform: translateX(-110%)
    }

    .offcanvas-panel-below-sm.offcanvas-panel-left.active {
        transform: translateX(0)
    }
}

@media (min-width: 768px) {
    .offcanvas-panel-below-sm {
        box-shadow: none !important
    }
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.clearfix:after, .clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.block:not(.btn) {
    display: block;
    width: 100%
}

.inline-block {
    display: inline-block;
    width: unset
}

.overflow-hidden {
    overflow: hidden
}

.overflow-x {
    -ms-scroll-snap-type: mandatory;
    scroll-snap-type: x mandatory;
    overflow-x: auto;
    overflow-y: hidden
}

.overflow-x, .overflow-y {
    -webkit-overflow-scrolling: touch
}

.overflow-y {
    -ms-scroll-snap-type: mandatory;
    scroll-snap-type: y mandatory;
    overflow-y: auto;
    overflow-x: hidden
}

.overflow-x, .overflow-y {
    scroll-snap-align: start
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.fixed {
    position: fixed
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.sticky-gap-top {
    top: 1.5rem
}

.sticky-gap-bottom {
    bottom: 1.5rem
}

.top {
    top: 0
}

.right {
    right: 0
}

.bottom {
    bottom: 0
}

.left {
    left: 0
}

@media (min-width: 768px) {
    .float-sm-left {
        float: left
    }

    .float-sm-right {
        float: right
    }

    .sticky-sm {
        position: -webkit-sticky;
        position: sticky;
        top: 0
    }

    .sticky-sm-gap-top {
        top: 1.5rem
    }

    .sticky-sm-gap-bottom {
        bottom: 1.5rem
    }

    .fixed-sm {
        position: fixed
    }

    .absolute-sm {
        position: absolute
    }

    .relative-sm {
        position: relative
    }

    .top-sm {
        top: 0
    }

    .right-sm {
        right: 0
    }

    .bottom-sm {
        bottom: 0
    }

    .left-sm {
        left: 0
    }
}

@media (min-width: 1024px) {
    .float-md-left {
        float: left
    }

    .float-md-right {
        float: right
    }

    .sticky-md {
        position: -webkit-sticky;
        position: sticky;
        top: 0
    }

    .sticky-md-gap-top {
        top: 1.5rem
    }

    .sticky-md-gap-bottom {
        bottom: 1.5rem
    }

    .fixed-md {
        position: fixed
    }

    .absolute-md {
        position: absolute
    }

    .relative-md {
        position: relative
    }

    .top-md {
        top: 0
    }

    .right-md {
        right: 0
    }

    .bottom-md {
        bottom: 0
    }

    .left-md {
        left: 0
    }
}

@media (min-width: 1280px) {
    .float-md-left {
        float: left
    }

    .float-md-right {
        float: right
    }

    .sticky-lg {
        position: -webkit-sticky;
        position: sticky;
        top: 0
    }

    .sticky-lg-gap-top {
        top: 1.5rem
    }

    .sticky-lg-gap-bottom {
        bottom: 1.5rem
    }

    .fixed-md {
        position: fixed
    }

    .absolute-md {
        position: absolute
    }

    .relative-lg {
        position: relative
    }

    .top-lg {
        top: 0
    }

    .right-lg {
        right: 0
    }

    .bottom-lg {
        bottom: 0
    }

    .left-lg {
        left: 0
    }
}

.box {
    position: absolute
}

.backdrop, .box {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.backdrop {
    position: fixed;
    z-index: 998
}

.backdrop-shaded {
    background: rgba(0, 0, 0, .5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.backdrop-black {
    background: #000
}

.w-xxs {
    width: 100%;
    max-width: 320px
}

.w-xs {
    width: 100%;
    max-width: 568px
}

.w-sm {
    width: 100%;
    max-width: 768px
}

.w-md {
    width: 100%;
    max-width: 1024px
}

.w-lg {
    width: 100%;
    max-width: 1280px
}

.w-xl {
    width: 100%;
    max-width: 1440px
}

.w-xxl {
    max-width: 1600px
}

.w-full, .w-xxl {
    width: 100%
}

.w-auto {
    width: auto
}

.h-half-vh {
    min-height: 400px;
    min-height: 50vh
}

.h-full-vh {
    min-height: 800px;
    min-height: 100vh
}

.h-full {
    height: 100%
}

.max-height-0 {
    max-height: 0
}

.square {
    min-width: 6rem;
    width: 6rem;
    min-height: 6rem;
    height: 6rem
}

.square-sm {
    min-width: 3rem;
    width: 3rem;
    min-height: 3rem;
    height: 3rem
}

.square-md {
    min-width: 6rem;
    width: 6rem;
    min-height: 6rem;
    height: 6rem
}

.square-lg {
    min-width: 12rem;
    width: 12rem;
    min-height: 12rem;
    height: 12rem
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0
}

.inside{
    margin-bottom: -2em;
    margin-right: 0.15em;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mx-0 {
    margin-right: 0;
    margin-left: 0
}

.m-half {
    margin: .25rem !important;
}

.mt-half {
    margin-top: .25rem !important;
}

.mr-half {
    margin-right: .25rem !important;
}

.mb-half {
    margin-bottom: .25rem !important;
}

.ml-half {
    margin-left: .25rem !important;
}

.my-half {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
}

.mx-half {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
}

.m-1 {
    margin: .5rem
}

.mt-1 {
    margin-top: .5rem
}

.mr-1 {
    margin-right: .5rem
}

.mb-1 {
    margin-bottom: .5rem
}

.ml-1 {
    margin-left: .5rem
}

.my-1 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.mx-1 {
    margin-right: .5rem;
    margin-left: .5rem
}

.m-2 {
    margin: 1rem
}

.mt-2 {
    margin-top: 1rem
}

.mr-2 {
    margin-right: 1rem
}

.mb-2 {
    margin-bottom: 1rem
}

.ml-2 {
    margin-left: 1rem
}

.my-2 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.mx-2 {
    margin-right: 1rem;
    margin-left: 1rem
}

.m-3 {
    margin: 1.5rem
}

.mt-3 {
    margin-top: 1.5rem
}

.mr-3 {
    margin-right: 1.5rem
}

.mb-3 {
    margin-bottom: 1.5rem
}

.ml-3 {
    margin-left: 1.5rem
}

.my-3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.mx-3 {
    margin-right: 1.5rem;
    margin-left: 1.5rem
}

.m-4 {
    margin: 2rem
}

.mt-4 {
    margin-top: 2rem
}

.mr-4 {
    margin-right: 2rem
}

.mb-4 {
    margin-bottom: 2rem
}

.ml-4 {
    margin-left: 2rem
}

.my-4 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.mx-4 {
    margin-right: 2rem;
    margin-left: 2rem
}

.m-5 {
    margin: 2.5rem
}

.mt-5 {
    margin-top: 2.5rem
}

.mr-5 {
    margin-right: 2.5rem
}

.mb-5 {
    margin-bottom: 2.5rem
}

.ml-5 {
    margin-left: 2.5rem
}

.my-5 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem
}

.mx-5 {
    margin-right: 2.5rem;
    margin-left: 2.5rem
}

.m-6 {
    margin: 3rem
}

.mt-6 {
    margin-top: 3rem
}

.mr-6 {
    margin-right: 3rem
}

.mb-6 {
    margin-bottom: 3rem
}

.ml-6 {
    margin-left: 3rem
}

.my-6 {
    margin-top: 3rem;
    margin-bottom: 3rem
}

.mx-6 {
    margin-right: 3rem;
    margin-left: 3rem
}

.mx-auto {
    margin-left: auto
}

.my-10 {
    margin-top: 5rem;
    margin-bottom: 5rem
}

.my-12 {
    margin-top: 6rem;
    margin-bottom: 6rem
}

.mb-12{
    margin-bottom: 12em;
}

.mb-auto{
    margin-bottom: auto;
}

.mr-auto, .mx-auto {
    margin-right: auto
}

.ml-auto {
    margin-left: auto
}

.panel-responsive {
    position: relative;
    width: calc(100% + 4vw);
    margin-right: -2vw;
    margin-left: -2vw;
    padding: 2vw
}

.my-responsive {
    margin-bottom: clamp(48px, 6vw, 120px)
}

.mt-responsive, .my-responsive {
    margin-top: clamp(48px, 6vw, 120px)
}

.mb-responsive {
    margin-bottom: clamp(48px, 6vw, 120px)
}

.p-0 {
    padding: 0
}

.pt-0 {
    padding-top: 0
}

.pr-0 {
    padding-right: 0
}

.pb-0 {
    padding-bottom: 0
}

.pl-0 {
    padding-left: 0
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.px-0 {
    padding-right: 0;
    padding-left: 0
}

.p-half {
    padding: .25rem
}

.pt-half {
    padding-top: .25rem
}

.pr-half {
    padding-right: .25rem
}

.pb-half {
    padding-bottom: .25rem
}

.pl-half {
    padding-left: .25rem
}

.py-half {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.px-half {
    padding-right: .25rem;
    padding-left: .25rem
}

.p-1 {
    padding: .5rem
}

.pt-1 {
    padding-top: .5rem
}

.pr-1 {
    padding-right: .5rem
}

.pb-1 {
    padding-bottom: .5rem
}

.pl-1 {
    padding-left: .5rem
}

.py-1 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.px-1 {
    padding-right: .5rem;
    padding-left: .5rem
}

.p-2 {
    padding: 1rem
}

.pt-2 {
    padding-top: 1rem
}

.pr-2 {
    padding-right: 1rem
}

.pb-2 {
    padding-bottom: 1rem
}

.pl-2 {
    padding-left: 1rem
}

.py-2 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.px-2 {
    padding-right: 1rem;
    padding-left: 1rem
}

.p-3 {
    padding: 1.5rem
}

.pt-3 {
    padding-top: 1.5rem
}

.pr-3 {
    padding-right: 1.5rem
}

.pb-3 {
    padding-bottom: 1.5rem
}

.pl-3 {
    padding-left: 1.5rem
}

.py-3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.px-3 {
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

.p-4 {
    padding: 2rem
}

.pt-4 {
    padding-top: 2rem
}

.pr-4 {
    padding-right: 2rem
}

.pb-4 {
    padding-bottom: 2rem
}

.pl-4 {
    padding-left: 2rem
}

.py-4 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.px-4 {
    padding-right: 2rem;
    padding-left: 2rem
}

.p-5 {
    padding: 2.5rem
}

.pt-5 {
    padding-top: 2.5rem
}

.pr-5 {
    padding-right: 2.5rem
}

.pb-5 {
    padding-bottom: 2.5rem
}

.pl-5 {
    padding-left: 2.5rem
}

.py-5 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.px-5 {
    padding-right: 2.5rem;
    padding-left: 2.5rem
}

.p-6 {
    padding: 3rem
}

.pt-6 {
    padding-top: 3rem
}

.pr-6 {
    padding-right: 3rem
}

.pb-6 {
    padding-bottom: 3rem
}

.pl-6 {
    padding-left: 3rem
}

.py-6 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.px-6 {
    padding-right: 3rem;
    padding-left: 3rem
}

.p-block {
    padding: .5rem 1rem
}

.py-responsive {
    padding-bottom: clamp(48px, 6vw, 120px)
}

.pt-responsive, .py-responsive {
    padding-top: clamp(48px, 6vw, 120px)
}

.pb-responsive {
    padding-bottom: clamp(48px, 6vw, 120px)
}

.b-0 {
    border: 0 !important
}

.b-dashed {
    border: 1px dashed #ccc
}

.b-thin {
    border: 1px solid #ccc
}

.b-thick {
    border: 4px solid #ccc
}

.b-heavy {
    border: 8px solid #ccc
}

.bt-0 {
    border-top: 0 !important
}

.bt-dashed {
    border-top: 1px dashed #ccc
}

.bt-thin {
    border-top: 1px solid #ccc
}

.bt-thick {
    border-top: 4px solid #ccc
}

.bt-heavy {
    border-top: 8px solid #ccc
}

.br-0 {
    border-right: 0 !important
}

.br-dashed {
    border-right: 1px dashed #ccc
}

.br-thin {
    border-right: 1px solid #ccc
}

.br-thick {
    border-right: 4px solid #ccc
}

.br-heavy {
    border-right: 8px solid #ccc
}

.bb-0 {
    border-bottom: 0 !important
}

.bb-dashed {
    border-bottom: 1px dashed #ccc
}

.bb-thin {
    border-bottom: 1px solid #ccc
}

.bb-thick {
    border-bottom: 4px solid #ccc
}

.bb-heavy {
    border-bottom: 8px solid #ccc
}

.bl-0 {
    border-left: 0 !important
}

.bl-dashed {
    border-left: 1px dashed #ccc
}

.bl-thin {
    border-left: 1px solid #ccc
}

.bl-thick {
    border-left: 4px solid #ccc
}

.bl-heavy {
    border-left: 8px solid #ccc
}

.unrounded {
    border-radius: 0
}

.rounded {
    border-radius: 8px
}

.rounded-sm {
    border-radius: 4px
}

.rounded-lg {
    border-radius: 16px
}

.rounded-pill {
    border-radius: 4em
}

.rounded-full {
    border-radius: 50%
}

[class*=rounded] {
    overflow: hidden
}

.unrounded-top-right {
    border-top-right-radius: 0 !important
}

.unrounded-bottom-right {
    border-bottom-right-radius: 0 !important
}

.unrounded-bottom-left {
    border-bottom-left-radius: 0 !important
}

.unrounded-top, .unrounded-top-left {
    border-top-left-radius: 0 !important
}

.unrounded-right, .unrounded-top {
    border-top-right-radius: 0 !important
}

.unrounded-bottom, .unrounded-right {
    border-bottom-right-radius: 0 !important
}

.unrounded-bottom, .unrounded-left {
    border-bottom-left-radius: 0 !important
}

.unrounded-left {
    border-top-left-radius: 0 !important
}

.bg-color-transparent, .bg-transparent {
    background-color: transparent !important
}

.t-color-hyperlink {
    color: #1f96cc;
}

.t-color-ui-text {
    color: #fff !important
}

.b-color-ui-text, .btn.b-color-ui-text:hover {
    border-color: #fff !important
}

.bg-color-primary {
    background: var(--primary);
}

.t-color-primary {
    color: var(--primary);
}

.b-color-primary {
    border-color: var(--primary);
}

.bg-color-secondary {
    background: var(--secondary);
}

.t-color-secondary {
    color: var(--secondary);
}

.b-color-secondary {
    border-color: var(--secondary);
}

.bg-color-success {
    background: var(--primary);
}

.t-color-success {
    color: var(--primary);
}

.b-color-success {
    border-color: var(--primary);
}

.bg-color-warning {
    background: #ff7a59
}

.t-color-warning {
    color: #ff7a59
}

.b-color-warning {
    border-color: #ff7a59
}

.bg-color-danger {
    background: #ff3a47
}

.t-color-danger {
    color: #ff3a47
}

.b-color-danger {
    border-color: #ff3a47
}

.bg-color-primary-alt {
    background: rgba(180, 225, 250, 0.30);  /* b4e1fa */
}

.t-color-primary-alt {
    color: rgba(180, 225, 250, 0.3);
}

.b-color-primary-alt {
    border-color: rgba(180, 225, 250, 0.3);
}

.bg-color-secondary-alt {
    background: rgba(141, 159, 173, 0.3);
}

.t-color-secondary-alt {
    color: rgba(141, 159, 173, 0.3);
}

.b-color-secondary-alt {
    border-color: rgba(141, 159, 173, 0.3);
}

.bg-color-success-alt {
    background: #99f9b4
}

.t-color-success-alt {
    color: #99f9b4
}

.b-color-success-alt {
    border-color: #99f9b4
}

.bg-color-warning-alt {
    background: #ffd8bc
}

.t-color-warning-alt {
    color: #ffd8bc
}

.b-color-warning-alt {
    border-color: #ffd8bc
}

.bg-color-danger-alt {
    background: #ffc0b0
}

.t-color-danger-alt {
    color: #ffc0b0
}

.b-color-danger-alt {
    border-color: #ffc0b0
}

.bg-color-background {
    background: #fff
}

.t-color-background {
    color: #fff
}

.b-color-background {
    border-color: #fff
}

.bg-color-background-alt {
    background: rgba(141, 159, 173, 0.3);
    /*background: #f2f2f2*/
}

.t-color-background-alt {
    color: #f2f2f2
}

.b-color-background-alt {
    border-color: #f2f2f2
}

.bg-color-default-alt {
    background: rgba(141, 159, 173, 0.3);
}

.t-color-default-alt {
    color: #f2f2f2
}

.b-color-default-alt {
    border-color: #f2f2f2
}

.bg-color-fineline {
    background: #ccc
}

.t-color-fineline {
    color: #ccc
}

.b-color-fineline {
    border-color: #ccc
}

.bg-color-default {
    background: grey
}

.t-color-default {
    color: grey
}

.b-color-default {
    border-color: grey
}

.bg-color-text {
    background: #404040
}

.t-color-text {
    color: #404040
}

.b-color-text {
    border-color: #404040
}

.bg-color-text-alt {
    background: #0d0d0d
}

.t-color-text-alt {
    color: #0d0d0d
}

.b-color-text-alt {
    border-color: #0d0d0d
}

.bs-1 {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .35), 0 8px 8px -2px rgba(0, 0, 0, .1)
}

.bs, .bs-2 {
    box-shadow: 0 4px 8px -4px rgba(0, 0, 0, .5), 0 8px 24px -3px rgba(0, 0, 0, .2), 0 16px 36px -2px rgba(0, 0, 0, .1)
}

.bs-3 {
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, .35), 0 16px 24px rgba(0, 0, 0, .2), 0 16px 36px 4px rgba(0, 0, 0, .1)
}

.hidden {
    display: none !important
}

@media screen and (max-width: 767px) {
    .hide-below-sm {
        display: none !important
    }
}

@media screen and (max-width: 1023px) {
    .hide-below-md {
        display: none !important
    }
}

@media screen and (max-width: 1279px) {
    .hide-below-lg {
        display: none !important
    }
}

@media screen and (min-width: 768px) {
    .hide-sm-up {
        display: none !important
    }
}

@media screen and (min-width: 1024px) {
    .hide-md-up {
        display: none !important
    }
}

@media screen and (min-width: 1280px) {
    .hide-lg-up {
        display: none !important
    }
}

.t-left {
    text-align: left !important
}

.t-center, .t-centered {
    text-align: center !important
}

.t-right {
    text-align: right !important
}

@media (min-width: 768px) {
    .t-sm-left {
        text-align: left !important
    }

    .t-sm-center, .t-sm-centered {
        text-align: center !important
    }

    .t-sm-right {
        text-align: right !important
    }
}

@media (min-width: 1024px) {
    .t-md-left {
        text-align: left !important
    }

    .t-md-center, .t-md-centered {
        text-align: center !important
    }

    .t-md-right {
        text-align: right !important
    }
}

@media (min-width: 1280px) {
    .t-lg-left {
        text-align: left !important
    }

    .t-lg-center, .t-lg-centered {
        text-align: center !important
    }

    .t-lg-right {
        text-align: right !important
    }
}

.t-bolder, .t-heavy {
    font-weight: 900
}

.t-bold, .t-strong {
    font-weight: 700
}

.t-semibold {
    font-weight: 600
}

.t-normal {
    font-weight: 400;
    font-style: normal
}

.t-lighter, .t-thin {
    font-weight: 200
}

.t-em, .t-italic {
    font-style: italic
}

.t-decoration-none {
    text-decoration: none !important
}

.t-strike {
    text-decoration: line-through
}

.t-muted {
    opacity: .5
}

.t-uppercase {
    text-transform: uppercase
}

.t-loose {
    letter-spacing: .0625rem
}

.t-tight {
    letter-spacing: -.0625rem
}

.t-columns {
    -moz-column-width: 17.5em;
    column-width: 17.5em;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    -moz-column-gap: clamp(24px, 2.5vw, 36px);
    column-gap: clamp(24px, 2.5vw, 36px)
}

.t-lg, big {
    font-size: 1.25em;
    line-height: inherit
}

@media (min-width: 1024px) {
    .t-lg, big {
        font-size: 1.5em
    }
}

.t-sm, small {
    font-size: .85em;
    line-height: inherit
}

mark .t-mark {
    color: currentColor;
    background: rgba(255, 122, 89, .32)
}

.t-nowrap {
    white-space: nowrap
}

.t-long-read {
    font-size: clamp(1em, calc(.625em + 1vw), 1.35em)
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    outline: 0
}

.img-cover {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover !important;
    object-fit: cover !important
}

.img-grayscale {
    filter: grayscale(100%)
}

.img-blur {
    filter: blur(5px)
}

.cursor-pointer:hover {
    cursor: pointer
}

.transition-all-short {
    transition: all .2s ease
}

.transition-all {
    transition: all .4s ease
}

.transition-all-long {
    transition: all .6s ease
}

[data-title]:hover::after{
    opacity: 1;
    transition: all 0.2s ease 0.5s;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    visibility: visible;
}

[data-title]::after{
    content: attr(data-title);
    position: absolute;
    padding: 0.35em;
    color: ghostwhite;
    background-color: var(--secondary);
    font-weight: 900;
    font-size: smaller;
    border-radius: 3px;
    box-shadow: 0 0 5px var(--hairline-color);
    visibility: hidden;
    z-index: 997;
}

.va-b{
    vertical-align: bottom;
}

.va-c{
    vertical-align: center;
}

.va-m{
    vertical-align: middle !important;
}

.va-t{
    vertical-align: top;
}

.keep-together {
    break-inside:avoid;
    page-break-inside: avoid;
}

.content, .no-break-before{
    page-break-before: avoid;
    break-before: avoid;
}

.no-break-after{
    page-break-after: avoid;
    break-after: avoid;
}



@media print
{
    .keep-together {
        display: block;
        break-inside:avoid;
        page-break-inside: avoid;
    }

    html, body {
        height: 99%;
    }

    .content, .no-break-before{
        display: block;
        page-break-before: avoid;
        break-before: avoid;
    }

    .no-break-after{
        display: block;
        page-break-after: avoid;
        break-after: avoid;
    }

    .break-before{
        page-break-before: always;
        break-before: page;
    }

    .no-print{
        display: none;
    }

    .previewGrid{
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 1em;
    }

    .previewGrid1112, .previewGrid1211, .previewGrid1212{
        grid-template-columns: 1fr 2fr;
        gap: 1.5em;
    }

    .previewGridV{
        grid-template-columns: 2fr 2fr;
    }
}
