@charset "UTF-8";

/*\
 *
 *	Template by Mercato Solutions 
 *
\*/

/* Font Awesome 7.7.2 
@import url('https://tnaqa.mirrorweb.com/ukgwa/20260526131338cs_/https://cdn.onknowledgekube.net/dist/fa-6.7.2/css/all.min.css');
*/

:focus,
:focus-visible {
    outline: 3px solid rgb(255, 221, 0)
}

*, ::after, ::before {
    box-sizing: border-box
}

@-ms-viewport {
    width: device-width
}

html, body {
    font-size: 100%;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

body {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

    body.visible {
        display: block;
        opacity: 1;
    }

    body.loading {
        position: relative
    }

        body.loading::before {
            content: '';
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            height: 100%;
            min-height: 100%;
            width: 100%;
            overflow: hidden;
            z-index: 21;
            display: block;
            position: fixed;
            padding: 0;
            margin: 0;
            background: rgba(0,0,0,.5);
            transition: opacity 0.3s ease
        }

        body.loading::after {
            content: '';
            position: fixed;
            display: block;
            margin: 0 auto;
            top: 30%;
            left: 50%;
            margin-left: -25px;
            border-radius: 100%;
            width: 50px;
            height: 50px;
            background: transparent;
            border: 5px solid #fff;
            border-bottom-color: transparent;
            animation: ball-clip-rotate .75s linear infinite;
            z-index: 22
        }

@keyframes ball-clip-rotate {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg)
    }

    50% {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg)
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg)
    }
}

hr {
    color: rgb(238, 239, 239);
}

.main-header {
    position: sticky;
    top: 0;
    z-index: 19;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: rgb(51, 122, 183);
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:hover {
        color: #0056b3;
        text-decoration: underline
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
            color: inherit;
            text-decoration: none
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0
        }

code, kbd, pre, samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 14rem;
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 1.1rem;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical;
    min-height: 10rem;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container, .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container, .container-md, .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1350px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1350px
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

    .row > * {
        box-sizing: border-box;
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y)
    }

.col {
    flex: 1 0 0%
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0, .gx-0 {
    --bs-gutter-x: 0
}

.g-0, .gy-0 {
    --bs-gutter-y: 0
}

.g-1, .gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1, .gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2, .gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2, .gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3, .gx-3 {
    --bs-gutter-x: 1rem
}

.g-3, .gy-3 {
    --bs-gutter-y: 1rem
}

.g-4, .gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4, .gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5, .gx-5 {
    --bs-gutter-x: 3rem
}

.g-5, .gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width:576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0, .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0, .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1, .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1, .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2, .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2, .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3, .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3, .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4, .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4, .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5, .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5, .gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0, .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0, .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1, .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1, .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2, .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2, .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3, .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3, .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4, .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4, .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5, .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5, .gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0, .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0, .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1, .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1, .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2, .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2, .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3, .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3, .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4, .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4, .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5, .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5, .gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0, .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0, .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1, .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1, .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2, .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2, .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3, .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3, .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4, .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4, .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5, .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5, .gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width:1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0, .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0, .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1, .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1, .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2, .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2, .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3, .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3, .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4, .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4, .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5, .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5, .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-grid {
    display: grid !important
}

.d-inline-grid {
    display: inline-grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

.d-none {
    display: none !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.justify-content-evenly {
    justify-content: space-evenly !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

.order-first {
    order: -1 !important
}

.order-0 {
    order: 0 !important
}

.order-1 {
    order: 1 !important
}

.order-2 {
    order: 2 !important
}

.order-3 {
    order: 3 !important
}

.order-4 {
    order: 4 !important
}

.order-5 {
    order: 5 !important
}

.order-last {
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

@media (min-width:576px) {
    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: grid !important
    }

    .d-sm-inline-grid {
        display: inline-grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }

    .order-sm-first {
        order: -1 !important
    }

    .order-sm-0 {
        order: 0 !important
    }

    .order-sm-1 {
        order: 1 !important
    }

    .order-sm-2 {
        order: 2 !important
    }

    .order-sm-3 {
        order: 3 !important
    }

    .order-sm-4 {
        order: 4 !important
    }

    .order-sm-5 {
        order: 5 !important
    }

    .order-sm-last {
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3 {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }
}

@media (min-width:768px) {
    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-grid {
        display: grid !important
    }

    .d-md-inline-grid {
        display: inline-grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }

    .order-md-first {
        order: -1 !important
    }

    .order-md-0 {
        order: 0 !important
    }

    .order-md-1 {
        order: 1 !important
    }

    .order-md-2 {
        order: 2 !important
    }

    .order-md-3 {
        order: 3 !important
    }

    .order-md-4 {
        order: 4 !important
    }

    .order-md-5 {
        order: 5 !important
    }

    .order-md-last {
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }
}

@media (min-width:992px) {
    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: grid !important
    }

    .d-lg-inline-grid {
        display: inline-grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }

    .order-lg-first {
        order: -1 !important
    }

    .order-lg-0 {
        order: 0 !important
    }

    .order-lg-1 {
        order: 1 !important
    }

    .order-lg-2 {
        order: 2 !important
    }

    .order-lg-3 {
        order: 3 !important
    }

    .order-lg-4 {
        order: 4 !important
    }

    .order-lg-5 {
        order: 5 !important
    }

    .order-lg-last {
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }
}

@media (min-width:1200px) {
    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: grid !important
    }

    .d-xl-inline-grid {
        display: inline-grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }

    .order-xl-first {
        order: -1 !important
    }

    .order-xl-0 {
        order: 0 !important
    }

    .order-xl-1 {
        order: 1 !important
    }

    .order-xl-2 {
        order: 2 !important
    }

    .order-xl-3 {
        order: 3 !important
    }

    .order-xl-4 {
        order: 4 !important
    }

    .order-xl-5 {
        order: 5 !important
    }

    .order-xl-last {
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }
}

@media (min-width:1400px) {
    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: grid !important
    }

    .d-xxl-inline-grid {
        display: inline-grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }

    .order-xxl-first {
        order: -1 !important
    }

    .order-xxl-0 {
        order: 0 !important
    }

    .order-xxl-1 {
        order: 1 !important
    }

    .order-xxl-2 {
        order: 2 !important
    }

    .order-xxl-3 {
        order: 3 !important
    }

    .order-xxl-4 {
        order: 4 !important
    }

    .order-xxl-5 {
        order: 5 !important
    }

    .order-xxl-last {
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: grid !important
    }

    .d-print-inline-grid {
        display: inline-grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}


/* adaptations */
.row.justify-content-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.row-borders > div {
    border-bottom: 1px solid rgb(191, 193, 195);
    padding: 15px 0
}

    .row-borders > div:first-child {
        border-top: 1px solid rgb(191, 193, 195);
    }
/* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-datepicker .ui-icon, .ui-icon {
    text-indent: -99999px;
    background-repeat: no-repeat;
    overflow: hidden
}

.ui-state-disabled {
    pointer-events: none;
    cursor: default !important
}

.ui-icon {
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
    background-color: #fff;
    border: 1px solid
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0
    }

    .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em
    }

    .ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
        top: 1px
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px
    }

    .ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0
        }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 45%
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: 700;
        border: 0
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px
    }

        .ui-datepicker td a, .ui-datepicker td span {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em;
            width: auto;
            overflow: visible
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-multi .ui-datepicker-group, .ui-datepicker-rtl .ui-datepicker-buttonpane button {
                float: left
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto
    }

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group, .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right
        }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px
    }

.ui-datepicker .ui-icon {
    display: block;
    left: .5em;
    top: .3em
}

.ui-helper-hidden, .ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    -ms-filter: "alpha(opacity=0)";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-button .ui-button-text {
    display: block;
    line-height: normal
}

.ui-button-text-only .ui-button-text, input.ui-button {
    padding: .4em 1em
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
    padding: .4em;
    text-indent: -9999999px
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 2.1em .4em 1em
}

.ui-button-text-icons .ui-button-text {
    padding-left: 2.1em;
    padding-right: 2.1em
}

.ui-button-icon-only .ui-icon, .ui-button-icons-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon {
    position: absolute;
    top: 50%;
    margin-top: -8px
}

.ui-button-icon-only .ui-icon {
    left: 50%;
    margin-left: -8px
}

.ui-button-icons-only .ui-button-icon-primary, .ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary {
    left: .5em
}

.ui-button-icons-only .ui-button-icon-secondary, .ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary {
    right: .5em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #f2f5f7
}

.ui-dialog {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: .3em;
        top: 50%;
        width: 20px;
        margin: -10px 0 0;
        padding: 1px;
        height: 20px
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: .5em 1em;
        background: 0 0;
        overflow: auto
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0;
        background-image: none;
        margin-top: .5em;
        padding: .3em 1em .5em .4em
    }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: .5em .4em .5em 0;
            cursor: pointer
        }

    .ui-dialog .ui-resizable-se {
        width: 12px;
        height: 12px;
        right: -5px;
        bottom: -5px;
        background-position: 16px 16px
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-tabs {
    position: relative;
    padding: .2em
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: .2em .2em 0
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 0;
            margin: 1px .2em 0 0;
            border-bottom-width: 0;
            padding: 0;
            white-space: nowrap
        }

        .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
            float: left;
            padding: .5em 1em;
            text-decoration: none
        }

        .ui-tabs .ui-tabs-nav li.ui-tabs-active {
            margin-bottom: -1px;
            padding-bottom: 1px
        }

            .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
                cursor: text
            }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0
}


.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #2779aa;
    text-decoration: none
}


.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
    color: #0070a3;
    text-decoration: none
}


.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error-text {
    color: #fff
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

    .ui-state-disabled .ui-icon {
        filter: Alpha(Opacity=35)
    }

.ui-icon {
    display: block;
    width: 16px;
    height: 16px
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
    border-top-left-radius: 6px
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
    border-top-right-radius: 6px
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
    border-bottom-left-radius: 6px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
    border-bottom-right-radius: 6px
}

.ui-datepicker .ui-datepicker-next {
    right: 0
}


.ui-datepicker-next {
    cursor: pointer;
}

    .ui-datepicker-next::before {
        content: '\f0da';
        font-family: "Font Awesome 7 Pro";
        font-size: 1.4rem;
        margin: 10px;
        color: rgb(51, 122, 183);
    }

.ui-datepicker-prev {
    cursor: pointer;
}

    .ui-datepicker-prev::before {
        content: '\f0d9';
        font-family: "Font Awesome 7 Pro";
        font-size: 1.4rem;
        margin: 10px;
        color: rgb(51, 122, 183);
    }

/*! 
MINIFY END 
*/





/* responsive snap points */
@media (max-width: 650px) {
    /* xs */
}

@media (min-width: 650px) {
    /* sm */
}

@media (min-width: 1045px) {
    /* md */
    li.exclude-highlight.mp-global-search {
        min-width: 400px;
    }
}

@media (min-width: 1400px) {
    /* lg */
}

/* SPACING CLASSES */
.mt-a {
    margin-top: auto !important;
}

.mb-a {
    margin-bottom: auto !important;
}

.ml-a {
    margin-left: auto !important;
}

.mr-a {
    margin-right: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.ml-15 {
    margin-left: 15px !important;
}

.mr-15 {
    margin-right: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.ml-25 {
    margin-left: 25px !important;
}

.mr-25 {
    margin-right: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.ml-30 {
    margin-left: 30px !important;
}

.mr-30 {
    margin-right: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.ml-35 {
    margin-left: 35px !important;
}

.mr-35 {
    margin-right: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.ml-45 {
    margin-left: 45px !important;
}

.mr-45 {
    margin-right: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.ml-50 {
    margin-left: 50px !important;
}

.mr-50 {
    margin-right: 50px !important;
}

/* SPACING CLASSES */
.pt-a {
    padding-top: auto !important;
}

.pb-a {
    padding-bottom: auto !important;
}

.pl-a {
    padding-left: auto !important;
}

.pr-a {
    padding-right: auto !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.pr-10 {
    padding-right: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pl-25 {
    padding-left: 25px !important;
}

.pr-25 {
    padding-right: 25px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.pr-30 {
    padding-right: 30px !important;
}

.pt-35 {
    padding-top: 35px !important;
}

.pb-35 {
    padding-bottom: 35px !important;
}

.pl-35 {
    padding-left: 35px !important;
}

.pr-35 {
    padding-right: 35px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pl-40 {
    padding-left: 40px !important;
}

.pr-40 {
    padding-right: 40px !important;
}

.pt-45 {
    padding-top: 45px !important;
}

.pb-45 {
    padding-bottom: 45px !important;
}

.pl-45 {
    padding-left: 45px !important;
}

.pr-45 {
    padding-right: 45px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pl-50 {
    padding-left: 50px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

/*! HELPER STYLES */
.alt-hl > div:nth-child(2n), .alt-hl tr:nth-child(2n) {
    background-color: RGB(250, 250, 250);
}

.pull-left, .float-left {
    float: left;
}

.pull-right, .float-right {
    float: right;
}

.full-width {
    width: 100%;
}

.display {
    position: relative;
}

    .display .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
    }

    .display .above-overlay {
        position: relative;
        z-index: 6;
    }

.text-align-center {
    text-align: center;
}

/*! HELPER STYLES */
.alt-hl > div:nth-child(2n), .alt-hl tr:nth-child(2n) {
    background-color: RGB(250, 250, 250);
}

.pull-left, .float-left {
    float: left;
}

.pull-right, .float-right {
    float: right;
}

.full-width {
    width: 100%;
}

.display {
    position: relative;
}

    .display .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
    }

    .display .above-overlay {
        position: relative;
        z-index: 6;
    }

/*! ELEMENT DEFAULT STYLES */
h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.6rem;
}

h4 {
    font-size: 1.4rem;
}

h5 {
    font-size: 1.2rem;
}

h6 {
    font-size: 1rem;
}

input::-webkit-calendar-picker-indicator {
    display: none;
}

input[type="date"]::-webkit-input-placeholder {
    visibility: hidden;
}

input[type=date]::-webkit-datetime-edit-text {
    -webkit-appearance: none;
    display: none;
}

input[type=date]::-webkit-datetime-edit-month-field {
    -webkit-appearance: none;
    display: none;
}

input[type=date]::-webkit-datetime-edit-day-field {
    -webkit-appearance: none;
    display: none;
}

input[type=date]::-webkit-datetime-edit-year-field {
    -webkit-appearance: none;
    display: none;
}

input[type=number], input[type=date] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* more defaults */
input[type=date], input[type=email], input[type=number], input[type=text], input[type=time], input[type=password], select, textarea {
    line-height: 24px;
    font-size: 1rem;
    outline: 0;
    display: block;
    background-color: #fff;
    width: 100%;
    height: 2.5rem;
    margin-top: 0;
    padding: 5px;
    border: 2px solid rgb(11, 12, 12);
    border-radius: 0;
}

    input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=text]:focus, input[type=time]:focus, input[type=password]:focus, select:focus, textarea:focus {
        outline: 3px solid rgb(255, 221, 0);
        outline-offset: 0;
        box-shadow: inset 0 0 0 2px;
    }

    select[disabled],
    textarea[disabled],
    input[disabled] {
        opacity: .4;
    }


/* kk checkbox & radio overrides */
.kk_CheckboxControl {
    display: block;
    position: relative;
    min-height: 40px;
    margin-bottom: 10px;
    padding-left: 40px;
    clear: left;
}

    .kk_CheckboxControl input {
        cursor: pointer;
        position: absolute;
        z-index: 1;
        top: -2px;
        left: -2px;
        width: 44px;
        height: 44px;
        margin: 0;
        opacity: 0;
    }

        .kk_CheckboxControl input + label {
            display: inline-block;
            font-size: 1.1rem;
            padding: 8px 15px 5px;
            cursor: pointer;
            touch-action: manipulation;
            color: rgb(11, 12, 12);
            margin-bottom: 5px;
        }

            .kk_CheckboxControl input + label::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 40px;
                height: 40px;
                border: 2px solid;
                background: rgba(0,0,0,0);
            }

            .kk_CheckboxControl input + label::after {
                content: "";
                box-sizing: border-box;
                position: absolute;
                top: 11px;
                left: 9px;
                width: 23px;
                height: 12px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                border: solid;
                border-width: 0 0 5px 5px;
                border-top-color: rgba(0,0,0,0);
                opacity: 0;
                background: rgba(0,0,0,0);
            }

        .kk_CheckboxControl input:checked + label::after {
            opacity: 1;
        }

        .kk_CheckboxControl input:focus + label::before {
            border-width: 4px;
            outline: 3px solid rgba(0,0,0,0);
            outline-offset: 1px;
            box-shadow: 0 0 0 3px rgb(255, 221, 0);
        }


.kk_RadioButtonGroupContainer ul li,
.kk_AlternateRadioButtonsContainer ul li {
    display: block;
    position: relative;
    min-height: 40px;
    margin-bottom: 10px;
    padding-left: 40px;
    clear: left;
}

    .kk_RadioButtonGroupContainer ul li input,
    .kk_AlternateRadioButtonsContainer ul li input {
        cursor: pointer;
        position: absolute;
        z-index: 1;
        top: -2px;
        left: -2px;
        width: 44px;
        height: 44px;
        margin: 0;
        opacity: 0;
    }

    .kk_RadioButtonGroupContainer ul li label,
    .kk_AlternateRadioButtonsContainer ul li label {
        display: inline-block;
        margin-bottom: 0;
        padding: 8px 15px 5px;
        cursor: pointer;
        touch-action: manipulation;
        color: rgb(11, 12, 12);
    }

        .kk_RadioButtonGroupContainer ul li label:before,
        .kk_AlternateRadioButtonsContainer ul li label:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 40px;
            height: 40px;
            border: 2px solid;
            border-radius: 50%;
            background: rgba(0,0,0,0);
        }

        .kk_RadioButtonGroupContainer ul li label:after,
        .kk_AlternateRadioButtonsContainer ul li label:after {
            content: "";
            position: absolute;
            top: 10px;
            left: 10px;
            width: 0;
            height: 0;
            border: 10px solid;
            border-radius: 50%;
            opacity: 0;
        }

    .kk_RadioButtonGroupContainer ul li input:checked + label::after,
    .kk_AlternateRadioButtonsContainer ul li input:checked + label::after {
        opacity: 1;
    }

    .kk_RadioButtonGroupContainer ul li input:focus + label::before,
    .kk_AlternateRadioButtonsContainer ul li input:focus + label::before {
        border-width: 4px;
        outline: 3px solid rgba(0,0,0,0);
        outline-offset: 1px;
        box-shadow: 0 0 0 4px rgb(255, 221, 0);
    }

/* table defaults */
table, th, td {
    border-collapse: collapse;
}

table {
    width: 100%;
}

    table tr {
        border-bottom: 1px solid rgba(0,0,0,.2)
    }

    table td, table th {
        padding: 8px 8px;
    }

        table td input, table td button {
            margin: 0;
        }

/*! button styles (GDS) */
.button-container .button.expanded {
    margin: 8px 0;
}

input[type="submit"], button, .button, a.kk_DocumentUploadButton span.kk_NewSubmitButtonText {
    position: relative;
    display: inline-block;
    padding: 2px 8px 2px;
    border: 2px solid rgba(0,0,0,0);
    border-radius: 0;
    color: #fff;
    background-color: #00703c;
    box-shadow: 0 2px 0 #002d18;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    white-space: nowrap;
}

    input[type="submit"]:link, input[type="submit"]:visited, input[type="submit"]:active, input[type="submit"]:hover,
    button:link, button:visited, button:active, button:hover, .button:link, .button:visited, .button:active, .button:hover,
    a.kk_DocumentUploadButton span.kk_NewSubmitButtonText:visited, a.kk_DocumentUploadButton span.kk_NewSubmitButtonText:active, a.kk_DocumentUploadButton span.kk_NewSubmitButtonText:hover {
        color: #fff;
        text-decoration: none
    }

    input[type="submit"]::-moz-focus-inner, button::-moz-focus-inner, .button::-moz-focus-inner {
        padding: 0;
        border: 0
    }

    input[type="submit"]:hover, button:hover, .button:hover,
    a.kk_DocumentUploadButton span.kk_NewSubmitButtonText:hover {
        background-color: #005a30
    }

    input[type="submit"]:active, button:active, .button:active,
    a.kk_DocumentUploadButton span.kk_NewSubmitButtonText:active {
        top: 2px
    }

    input[type="submit"]:focus, button:focus, .button:focus,
    a.kk_DocumentUploadButton span.kk_NewSubmitButtonText:focus {
        border-color: #fd0;
        outline: 3px solid rgba(0,0,0,0);
        box-shadow: 0 2px 0 #0b0c0c
    }

        input[type="submit"]:focus:not(:active):not(:hover), button:focus:not(:active):not(:hover), .button:focus:not(:active):not(:hover) {
            border-color: #fd0;
            color: #0b0c0c;
            background-color: #fd0;
            box-shadow: 0 2px 0 #0b0c0c
        }

        input[type="submit"]:focus:not(:hover), .button:focus:not(:hover) {
            background-color: #fd0;
            color: #000;
        }

    input[type="submit"].disabled, input[type="submit"][disabled=disabled], input[type="submit"][disabled], button.disabled, button[disabled=disabled], button[disabled], .button.disabled, .button[disabled=disabled], .button[disabled] {
        opacity: .5;
        pointer-events: none;
    }

        input[type="submit"].disabled:hover, input[type="submit"][disabled=disabled]:hover, input[type="submit"][disabled]:hover, button.disabled:hover, button[disabled=disabled]:hover, button[disabled]:hover, .button.disabled:hover, .button[disabled=disabled]:hover, .button[disabled]:hover {
            background-color: #00703c;
            cursor: not-allowed;
        }

        input[type="submit"].disabled:active, input[type="submit"][disabled=disabled]:active, input[type="submit"][disabled]:active, button.disabled:active, button[disabled=disabled]:active, button[disabled]:active, .button.disabled:active, .button[disabled=disabled]:active, .button[disabled]:active {
            top: 0;
            box-shadow: 0 2px 0 #002d18;
        }

        input[type="submit"].disabled:focus, input[type="submit"][disabled=disabled]:focus, input[type="submit"][disabled]:focus, button.disabled:focus, button[disabled=disabled]:focus, button[disabled]:focus, .button.disabled:focus, .button[disabled=disabled]:focus, .button[disabled]:focus {
            background-color: #00703c !important;
            color: #fff !important;
            border: 2px solid rgba(0,0,0,0) !important;
            border-radius: 0;
            color: #fff;
            background-color: #00703c;
            box-shadow: 0 2px 0 #002d18;
        }

    input[type="submit"].big, button.big, .button.big {
        font-size: 1.5rem;
        font-weight: 600;
    }

    input[type="submit"].expanded, button.expanded, .button.expanded {
        width: 100%;
    }

    input[type="submit"].secondary, button.secondary, .button.secondary,
    a.kk_DocumentUploadButton span.kk_NewSubmitButtonText {
        background-color: #f3f2f1;
        box-shadow: 0 2px 0 #929191
    }

        input[type="submit"].secondary, input[type="submit"].secondary:link, input[type="submit"].secondary:visited,
        input[type="submit"].secondary:active, input[type="submit"].secondary:hover, button.secondary, button.secondary:link,
        button.secondary:visited, button.secondary:active, button.secondary:hover, .button.secondary, .button.secondary:link,
        .button.secondary:visited, .button.secondary:active, .button.secondary:hover,
        a.kk_DocumentUploadButton span.kk_NewSubmitButtonText:hover, a.kk_DocumentUploadButton span.kk_NewSubmitButtonText:active, a.kk_DocumentUploadButton span.kk_NewSubmitButtonText:visited {
            color: #0b0c0c
        }

            input[type="submit"].secondary:hover, button.secondary:hover, .button.secondary:hover, a.kk_DocumentUploadButton span.kk_NewSubmitButtonText:hover {
                background-color: #dbdad9
            }

                input[type="submit"].secondary:hover[disabled], button.secondary:hover[disabled], .button.secondary:hover[disabled] {
                    background-color: #f3f2f1
                }

    input[type="submit"].warning, button.warning, .button.warning {
        background-color: #d4351c;
        box-shadow: 0 2px 0 #55150b
    }

        input[type="submit"].warning, input[type="submit"].warning:link, input[type="submit"].warning:visited, input[type="submit"].warning:active, input[type="submit"].warning:hover, button.warning, button.warning:link, button.warning:visited, button.warning:active, button.warning:hover, .button.warning, .button.warning:link, .button.warning:visited, .button.warning:active, .button.warning:hover {
            color: #fff
        }

            input[type="submit"].warning, button.warning:hover, .button.warning:hover {
                background-color: #aa2a16;
            }

                input[type="submit"].warning:hover[disabled], button.warning:hover[disabled], .button.warning:hover[disabled] {
                    background-color: #d4351c
                }

                input[type="submit"].warning:focus:not(:hover), button.warning:focus:not(:hover), .button.warning:focus:not(:hover) {
                    color: #000;
                }

    input[type="submit"].link, button.link, .button.link {
        background: none;
        color: #000;
        box-shadow: none;
        border: none;
        padding: 0;
        text-decoration: underline;
        text-decoration-thickness: auto;
        text-decoration-thickness: max(1px, .0625rem);
        text-underline-offset: .1578em;
    }

        input[type="submit"].link:hover, button.link:hover, .button.link:hover {
            text-decoration-thickness: max(3px, .1875rem, .12em);
            -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
            -webkit-text-decoration-skip: none;
            text-decoration-skip: none;
        }

        input[type="submit"].link:focus, button.link:focus, .button.link:focus {
            outline: 3px solid rgba(0,0,0,0);
            color: rgb(11, 12, 12);
            background-color: rgb(255, 221, 0);
            box-shadow: 0 -2px rgb(255, 221, 0),0 4px rgb(11, 12, 12);
            text-decoration: none;
            -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
        }

.kk_DSRow.disabled input[type=text],
.kk_DSRow.disabled input[type=checkbox] + label {
    pointer-events: none;
    opacity: .4;
}

    .kk_DSRow.disabled input[type=checkbox],
    .kk_DSRow.disabled input[type=checkbox] + label:before,
    .kk_DSRow.disabled input[type=checkbox] + label:after {
        pointer-events: none;
    }

.search-box button,
.kk-search-box button {
    background: #f3f2f1;
    box-shadow: 0 2px 0 #929191;
    color: #0b0c0c;
}

    .search-box button i.fa-magnifying-glass,
    .kk-search-box button i.fa-magnifying-glass {
        font-weight: 600;
    }

    .search-box button:hover,
    .kk-search-box button:hover {
        background-color: #dbdad9;
        color: #0b0c0c;
    }

/* button questions */
.big input[type="submit"], .big button, .big button {
    font-size: 1.5rem;
    font-weight: 600;
}

.expanded input[type="submit"], .expanded button, .expanded .button {
    width: 100%;
}

.secondary.kk_QuestionControlWrapper {
    background: none;
    box-shadow: none;
    padding: 0;
}

a.kk_DocumentUploadButton span.kk_NewSubmitButtonText {
    margin-top: 20px;
}

.secondary input[type="submit"], .secondary button, .secondary .button,
a.kk_DocumentUploadButton span.kk_NewSubmitButtonText {
    background-color: #f3f2f1;
    box-shadow: 0 2px 0 #929191
}

    .secondary input[type="submit"], .secondary input[type="submit"]:link,
    .secondary input[type="submit"]:visited, .secondary input[type="submit"]:active,
    .secondary input[type="submit"]:hover, .secondary button, .secondary button:link,
    .secondary button:visited, .secondary button:active, .secondary button:hover,
    .secondary .button, .secondary .button:link, .secondary .button:visited,
    .secondary .button:active, .secondary .button:hover,
    a.kk_DocumentUploadButton span.kk_NewSubmitButtonText,
    a.kk_DocumentUploadButton span.kk_NewSubmitButtonText:hover,
    a.kk_DocumentUploadButton span.kk_NewSubmitButtonText:visited,
    a.kk_DocumentUploadButton span.kk_NewSubmitButtonText:active {
        color: #0b0c0c
    }

        .secondary input[type="submit"]:hover, .secondary button:hover, .secondary .button:hover {
            background-color: #dbdad9
        }

        .secondary:hover input[type="submit"][disabled], .secondary button[disabled]:hover, .secondary .button[disabled]:hover {
            background-color: #f3f2f1
        }

.warning input[type="submit"], .warning button, .warning .button {
    background-color: #d4351c;
    box-shadow: 0 2px 0 #55150b
}

    .warning input[type="submit"], .warningwarning input[type="submit"]:link,
    .warning input[type="submit"]:visited, .warning input[type="submit"]:active,
    .warning input[type="submit"]:hover, .warning button, .warning button:link,
    .warning button:visited, .warning button:active, .warning button:hover,
    .warning .button, .warning .button:link, .warning .button:visited,
    .warning .button:active, .warning .button:hover {
        color: #fff
    }

        .warning input[type="submit"], .warning button:hover, .warning .button:hover {
            background-color: #aa2a16;
        }

            .warning input[type="submit"][disabled]:hover, .warning button[disabled]:hover, .warning .button[disabled]:hover {
                background-color: #d4351c
            }

            .warning input[type="submit"]:focus:not(:hover), .warning button:focus:not(:hover), .warning .button:focus:not(:hover) {
                color: #000;
            }
/* back link (GDS) */
.back-link:link, .back-link:visited {
    color: rgb(11, 12, 12);
}

.back-link {
    text-decoration: underline;
    text-decoration-thickness: auto;
    text-decoration-thickness: max(1px, .0625rem);
    text-underline-offset: .1578em;
    display: inline-block;
    position: relative;
    padding-left: .875em;
    font-size: 1.2rem;
}

    .back-link:hover {
        color: rgba(11,12,12,.99);
    }

    .back-link:link, .back-link:visited {
        color: rgb(11, 12, 12);
    }

    .back-link:hover {
        text-decoration-thickness: max(3px, .1875rem, .12em);
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
        -webkit-text-decoration-skip: none;
        text-decoration-skip: none;
    }

    .back-link:active, .back-link:focus {
        color: rgb(11, 12, 12);
    }

    .back-link::before {
        border-width: max(1px, 0.0625em) max(1px, 0.0625em) 0 0;
        font-size: max(16px, 1em);
    }

    .back-link::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: .1875em;
        width: .4375em;
        height: .4375em;
        margin: auto 0;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
        border: solid;
        border-top-color: currentcolor;
        border-top-width: medium;
        border-right-color: currentcolor;
        border-right-width: medium;
        border-bottom-color: currentcolor;
        border-bottom-width: medium;
        border-left-color: currentcolor;
        border-left-width: medium;
        border-width: 1px 1px 0 0;
        border-color: rgb(80, 90, 95);
    }

    .back-link:focus {
        outline: 3px solid rgba(0,0,0,0);
        color: rgb(11, 12, 12);
        background-color: rgb(255, 221, 0);
        box-shadow: 0 -2px rgb(255, 221, 0),0 4px rgb(11, 12, 12);
        text-decoration: none;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
    }

/* details (GDS) */
details {
    font-weight: 400;
    font-size: 1.1rem;
    color: rgb(11, 12, 12);
    margin-bottom: 20px;
    display: block;
}

    details summary {
        width: max-content;
        display: inline-block;
        position: relative;
        margin-bottom: 5px;
        padding-left: 25px;
        color: rgb(29, 112, 184);
        cursor: pointer;
        text-decoration: underline;
    }

summary:hover {
    color: rgb(0, 48, 120);
}

summary:focus {
    outline: 3px solid rgba(0,0,0,0);
    color: rgb(11, 12, 12);
    background-color: rgb(255, 221, 0);
    box-shadow: 0 -2px rgb(255, 221, 0),0 4px rgb(11, 12, 12);
    text-decoration: none;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

details p {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-left: 5px solid rgb(177, 180, 182);
}

summary::before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: rgba(0,0,0,0);
    border-left-color: rgba(0, 0, 0, 0);
    -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
    border-width: 7px 0 7px 12.124px;
    border-left-color: inherit;
}

details[open] summary::before {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: rgba(0,0,0,0);
    border-top-color: rgba(0, 0, 0, 0);
    -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
    border-width: 12.124px 7px 0 7px;
    border-top-color: inherit;
}

/*! more model defaults */
.kk_Control > ul, .kk_ProgressBar > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .kk_ProgressBar > ul > li {
        display: inline-block;
    }

        .kk_ProgressBar > ul > li:not(:first-of-type) {
            margin-left: 4px;
        }

.kk_TopNavigation .kk_NavigationButtonContainer, .kk_BottomNavigation .kk_NavigationButtonContainer {
    float: left;
}

    .kk_TopNavigation .kk_NavigationButtonContainer:not(:first-of-type), .kk_BottomNavigation .kk_NavigationButtonContainer:not(:first-of-type) {
        margin-left: 4px;
    }

.kk_QuestionControlWrapper {
    margin-bottom: 10px;
    position: relative;
}

.kk_ButtonContainer + .kk_ButtonContainer {
    margin: 0 6px;
}

table.kk_AlternateRowStyling tr.kk_EvenRow {
    background-color: RGB(250, 250, 250);
}

.kk_DSControl_Button {
    width: 0;
}

[role="status"] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    [role="status"] > div.kk_UpdateProgressContainer {
        background-color: white;
        color: #000;
        left: 50%;
        width: max-content;
        margin: 10% auto;
        z-index: 10;
        padding: 5% 5%;
        border: 1px solid;
    }

/* question group layout 
.kk_ColumnCount_1 > .kk_QuestionColumnWrapper {
    width: 100%;
    float: left;
}
*/
.kk_ColumnCount_2 > .kk_QuestionColumnWrapper {
    width: 50%;
    float: left;
}

.kk_ColumnCount_3 > .kk_QuestionColumnWrapper {
    width: 33.33333333%;
    float: left;
}

.kk_ColumnCount_4 > .kk_QuestionColumnWrapper {
    width: 25%;
    float: left;
}

.kk_Clear {
    clear: both;
}

/**/

/* 25/75 and 75/25 column split  */
.kk_ColumnWidths\[ThinWider\] .kk_ColumnCount_2 > .kk_ColumnAssignment_1,
.kk_ColumnWidths\[WiderThin\] .kk_ColumnCount_2 > .kk_ColumnAssignment_2,
.cols-25-75 .kk_ColumnCount_2 > .kk_ColumnAssignment_1,
.cols-75-25 .kk_ColumnCount_2 > .kk_ColumnAssignment_2 {
    max-width: calc(25% - 16px);
    -ms-flex-basis: calc(25% - 16px);
    flex-basis: calc(25% - 16px);
    width: calc(25% - 16px);
}

.kk_ColumnWidths\[ThinWider\] .kk_ColumnCount_2 > .kk_ColumnAssignment_2,
.kk_ColumnWidths\[WiderThin\] .kk_ColumnCount_2 > .kk_ColumnAssignment_1,
.cols-25-75 .kk_ColumnCount_2 > .kk_ColumnAssignment_2,
.cols-75-25 .kk_ColumnCount_2 > .kk_ColumnAssignment_1 {
    max-width: calc(75% - 16px);
    -ms-flex-basis: calc(75% - 16px);
    flex-basis: calc(75% - 16px);
    width: calc(75% - 16px);
}
/* 40/60 and 60/40 column split  */
.cols-40-60 .kk_ColumnCount_2 > .kk_ColumnAssignment_1,
.cols-60-40 .kk_ColumnCount_2 > .kk_ColumnAssignment_2 {
    max-width: calc(40% - 16px);
    -ms-flex-basis: calc(40% - 16px);
    flex-basis: calc(40% - 16px);
    width: calc(40% - 16px);
}

.cols-40-60 .kk_ColumnCount_2 > .kk_ColumnAssignment_2,
.cols-60-40 .kk_ColumnCount_2 > .kk_ColumnAssignment_1 {
    max-width: calc(60% - 16px);
    -ms-flex-basis: calc(60% - 16px);
    flex-basis: calc(60% - 16px);
    width: calc(60% - 16px);
}

/* 30/70 and 70/30 column split  */
.kk_ColumnWidths\[ThinWide\] .kk_ColumnCount_2 > .kk_ColumnAssignment_1,
.kk_ColumnWidths\[WideThin\] .kk_ColumnCount_2 > .kk_ColumnAssignment_2,
.cols-30-70 .kk_ColumnCount_2 > .kk_ColumnAssignment_1,
.cols-70-30 .kk_ColumnCount_2 > .kk_ColumnAssignment_2 {
    max-width: calc(30% - 16px);
    -ms-flex-basis: calc(30% - 16px);
    flex-basis: calc(30% - 16px);
    width: calc(30% - 16px);
}

.kk_ColumnWidths\[ThinWide\] .kk_ColumnCount_2 > .kk_ColumnAssignment_2,
.kk_ColumnWidths\[WideThin\] .kk_ColumnCount_2 > .kk_ColumnAssignment_1,
.cols-30-70 .kk_ColumnCount_2 > .kk_ColumnAssignment_2,
.cols-70-30 .kk_ColumnCount_2 > .kk_ColumnAssignment_1 {
    max-width: calc(70% - 16px);
    -ms-flex-basis: calc(70% - 16px);
    flex-basis: calc(70% - 16px);
    width: calc(70% - 16px);
}
/**/
.kk_QuestionColumnWrapper:not(:first-child) {
    padding-left: 4px;
}

.kk_QuestionControlWrapper[class*=col] {
    padding: 0;
}
/* validation */
.kk-invalid, .invalid {
    padding-left: 15px;
    border-left: 5px solid rgb(212, 53, 28);
}

    .invalid .kk_Validation, .invalid .kk_NarrativeContainer, .kk-invalid .kk_NarrativeContainer {
        color: rgb(212, 53, 28);
    }

/* helper elements */
.kk_QuestionText label div {
    color: rgb(80, 90, 95,.8);
}

/* Grid Navigation Button Overrides */
.pagination, .kk_DSNavigationControlPanel {
    margin: 10px 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

    .kk_DSNavigationControlPanel .kk_DSPreviousNavContainer {
    }

    .kk_DSNavigationControlPanel .kk_DSNumberNavContainer {
    }

    .kk_DSNavigationControlPanel .kk_DSNextNavContainer {
    }

    .kk_DSNavigationControlPanel .kk_DSPreviousNavContaianer, .kk_DSNavigationControlPanel .kk_DSNumberNavContainer, .kk_DSNavigationControlPanel .kk_DSNextNavContainer {
        font-weight: 400;
        line-height: 1.25;
        box-sizing: border-box;
        position: relative;
        min-width: 45px;
        min-height: 45px;
        float: left;
    }

        .kk_DSNavigationControlPanel .kk_DSNumberNavContainer span {
            padding: 10px 15px;
            padding-left: 15px;
        }

    .pagination button, .kk_DSNavigationControlPanel input {
        background: none;
        color: #000;
        box-shadow: none;
        text-align: center;
        font-weight: 400;
        line-height: 1.25;
        box-sizing: border-box;
        position: relative;
        min-width: 45px;
        min-height: 45px;
        padding: 10px 15px;
        color: rgb(29, 112, 184);
        text-decoration: underline;
        text-underline-offset: .25rem;
    }

        .pagination button:hover, .kk_DSNavigationControlPanel input:hover {
            background-color: rgb(243, 242, 241);
            color: rgb(0, 48, 120);
            text-decoration: underline;
            text-decoration-thickness: max(3px, .1875rem, .12em);
            -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
            -webkit-text-decoration-skip: none;
            text-decoration-skip: none;
        }

        .kk_DSNavigationControlPanel input[type="submit"]:link, .kk_DSNavigationControlPanel input[type="submit"]:visited, .kk_DSNavigationControlPanel input[type="submit"]:active, .kk_DSNavigationControlPanel input[type="submit"]:hover {
            color: inherit;
            box-shadow: none;
        }

.kk_DSPreviousNavContainer input[disabled] {
    display: none;
}

.pagination > button:first-child {
    display: none;
}

.pagination > button:last-child {
    display: none;
}

.pagination > button:nth-child(2)[disabled] {
    display: none;
}

input[type="submit"]::-moz-focus-inner {
    border: none;
    box-shadow: none;
}

.kk_DSNavigationControlPanel input[type="submit"]:hover {
    box-shadow: none;
}

.kk_DSNavigationControlPanel input[type="submit"]:active {
    text-decoration: underline;
    top: 0;
    border: 2px solid rgba(0,0,0,0);
}

.kk_DSNavigationControlPanel input[type="submit"]:focus {
    border: 2px solid rgba(0,0,0,0);
}

    .kk_DSNavigationControlPanel input[type="submit"]:focus:not(:active):not(:hover) {
        background: none;
        box-shadow: none;
        border: 2px solid rgba(0,0,0,0);
    }

    .kk_DSNavigationControlPanel input[type="submit"]:focus:not(:hover) {
        box-shadow: none;
        background: none;
    }

.kk_DSNavigationControlPanel .kk_DSPreviousNavContainer input, .kk_DSNavigationControlPanel .kk_DSNextNavContainer input {
    font-weight: 700
}

    .kk_DSNavigationControlPanel .kk_DSPreviousNavContaianer input[disabled], .kk_DSNavigationControlPanel .kk_DSNextNavContainer input[disabled] {
        pointer-events: all;
        cursor: pointer;
    }

.pagination button.active, .kk_DSNavigationControlPanel .kk_DSNumberNavContainer input[disabled] {
    font-weight: 700;
    outline: 1px solid rgba(0,0,0,0);
    background-color: rgb(29, 112, 184);
    color: rgb(255, 255, 255);
    pointer-events: all;
    cursor: pointer;
    opacity: 1;
}

.kk_DSNavigationControlPanel .kk_DSPreviousNavContaianer input[disabled]:hover, .kk_DSNavigationControlPanel .kk_DSNextNavContainer input[disabled]:hover {
    background-color: rgb(243, 242, 241);
}

/* notification banners */
.kk_QuestionControlWrapper.notification-info .kk_NarrativeControl {
    padding: 15px;
    border-left: 10px solid rgb(177, 180, 182);
    font-size: 1.2rem;
}

.kk_QuestionControlWrapper.notification-error .kk_NarrativeControl {
    padding: 15px;
    border-left: 5px solid rgb(212, 53, 28);
    font-size: 1.2rem;
    color: rgb(212, 53, 28);
    font-weight: 600;
}

.kk_QuestionControlWrapper.notification-warning .kk_NarrativeControl {
    font-weight: 600;
    font-size: 1.2rem;
}

    .kk_QuestionControlWrapper.notification-warning .kk_NarrativeControl:before {
        content: '\f06a';
        font-family: "Font Awesome 7 Pro";
        font-size: 2rem;
        display: table-cell;
    }

    .kk_QuestionControlWrapper.notification-warning .kk_NarrativeControl span {
        display: table-cell;
        vertical-align: middle;
        padding-left: 15px;
    }

.kk_QuestionControlWrapper.notification-success .kk_NarrativeControl {
    padding: 15px;
    border-left: 5px solid rgb(0, 112, 60);
    color: rgb(0, 112, 60);
    font-size: 1.2rem;
}
/**/
/* grid tiles - to be removed/moved */
.kk_GridTiles table, .grid-tiles table {
    margin: 0;
    background-color: transparent;
    table-layout: fixed
}

.kk_GridTiles tbody, .grid-tiles tbody {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.kk_GridTiles tr, .grid-tiles tr {
    -ms-flex: 1 0 auto;
    flex-basis: 0%;
    flex-grow: 1;
    display: block;
    margin: 0 .2rem .2rem 0;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #cfd4d9;
    position: relative;
    max-width: calc(12.5% - 4px);
    -ms-flex-basis: calc(12.5% - 4px);
    flex-basis: calc(12.5% - 4px);
    width: calc(12.5% - 4px)
}

    .kk_GridTiles tr td img, .grid-tiles tr td img {
        max-width: 100%;
        width: auto;
        height: auto
    }

.kk_GridTiles.tiles-1 tr, .grid-tiles.tiles-1 tr {
    max-width: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    width: 100%;
    margin: 0 0 4px 0
}

.kk_GridTiles.tiles-2 tr, .grid-tiles.tiles-2 tr {
    max-width: calc(50% - 3px);
    -ms-flex-basis: calc(50% - 3px);
    flex-basis: calc(50% - 3px);
    width: calc(50% - 3px)
}

    .kk_GridTiles.tiles-2 tr.kk_DSRow:nth-of-type(2n+1), .grid-tiles.tiles-2 tr.kk_DSRow:nth-of-type(2n+1) {
        margin-right: 0
    }

.kk_GridTiles.tiles-3 tr, .grid-tiles.tiles-3 tr {
    max-width: calc(33.33% - 3px);
    -ms-flex-basis: calc(33.33% - 3px);
    flex-basis: calc(33.33% - 3px);
    width: calc(33.33% - 3px)
}

    .kk_GridTiles.tiles-3 tr.kk_DSRow:nth-of-type(3n+1), .grid-tiles.tiles-3 tr.kk_DSRow:nth-of-type(3n+1) {
        margin-right: 0
    }

.kk_GridTiles.tiles-4 tr, .grid-tiles.tiles-4 tr {
    max-width: calc(25% - 3.5px);
    -ms-flex-basis: calc(25% - 3.5px);
    flex-basis: calc(25% - 3.5px);
    width: calc(25% - 3.5px)
}

    .kk_GridTiles.tiles-4 tr.kk_DSRow:nth-of-type(4n+1), .grid-tiles.tiles-4 tr.kk_DSRow:nth-of-type(4n+1) {
        margin-right: 0
    }

.kk_GridTiles.tiles-5 tr, .grid-tiles.tiles-5 tr {
    max-width: calc(20% - 3.5px);
    -ms-flex-basis: calc(20% - 3.5px);
    flex-basis: calc(20% - 3.5px);
    width: calc(20% - 3.5px)
}

    .kk_GridTiles.tiles-5 tr.kk_DSRow:nth-of-type(5n+1), .grid-tiles.tiles-5 tr.kk_DSRow:nth-of-type(5n+1) {
        margin-right: 0
    }

.kk_GridTiles tr.kk_DSHeaderRow, .grid-tiles tr.kk_DSHeaderRow {
    display: none
}

.kk_GridTiles tr td, .kk_GridTiles tr th, .grid-tiles tr td, .grid-tiles tr th {
    display: block;
    padding: 0
}

    .kk_GridTiles tr td:last-child input, .grid-tiles tr td:last-child input {
        margin-bottom: 0
    }

    .kk_GridTiles tr td.clickable-tile input[type="submit"], .kk_GridTiles tr td.clickable-tile button, .kk_GridTiles tr td.clickable-tile a, .kk_GridTiles tr td.clickable-tile label, .grid-tiles tr td.clickable-tile input[type="submit"], .grid-tiles tr td.clickable-tile button, .grid-tiles tr td.clickable-tile a, .grid-tiles tr td.clickable-tile label {
        border: 1px solid;
        border-color: transparent
    }

        .kk_GridTiles tr td.clickable-tile input[type="submit"]:hover, .kk_GridTiles tr td.clickable-tile button:hover, .kk_GridTiles tr td.clickable-tile a:hover, .kk_GridTiles tr td.clickable-tile label:hover, .grid-tiles tr td.clickable-tile input[type="submit"]:hover, .grid-tiles tr td.clickable-tile button:hover, .grid-tiles tr td.clickable-tile a:hover, .grid-tiles tr td.clickable-tile label:hover {
            border-color: rgb(6, 110, 182);
            box-shadow: 0 0 0 1px rgb(6, 110, 182);
        }

.kk_GridTiles tr.selected-tile td.clickable-tile input[type="submit"], .kk_GridTiles tr.selected-tile td.clickable-tile button, .kk_GridTiles tr.selected-tile td.clickable-tile a, .kk_GridTiles tr.selected-tile td.clickable-tile label, .grid-tiles tr.selected-tile td.clickable-tile input[type="submit"], .grid-tiles tr.selected-tile td.clickable-tile button, .grid-tiles tr.selected-tile td.clickable-tile a, .grid-tiles tr.selected-tile td.clickable-tile label {
    border-color: rgb(6, 110, 182);
    box-shadow: 0 0 0 1px rgb(6, 110, 182)
}
/**/
/* site cards */
.card {
    margin: 0 3px 3px 0;
    padding: 20px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(207, 212, 217);
    position: relative;
    height: 100%;
}

    .card:hover {
        outline: 1px solid rgb(207, 212, 217);
    }

    .card img {
        width: 100%;
    }

    .card p {
        margin: 0;
    }

    .card .display {
        max-height: 150px;
        overflow: hidden;
    }

    .card .display-bottom {
        margin-top: auto;
    }

    .card .small {
        font-size: .9rem;
    }

    .card > div > div {
        padding: .25rem 0;
    }

        .card > div > div:last-child {
            padding: 0;
        }

/**/

/* tabs */
.tabs-module {
    width: 100%;
}

    .tabs-module .tab-container {
    }

        .kk-tabs, .tabs-module .tab-container .tabs {
            padding: 0;
            list-style: none;
            border-bottom: 1px solid rgb(177, 180, 182);
            margin: 0;
        }

            .kk-tabs .kk_ButtonContainer, .tabs-module .tab-container .tabs .tab {
                position: relative;
                padding: 10px 20px;
                background-color: rgb(243, 242, 241);
                text-align: center;
                display: inline-block;
                border-bottom: 0;
                margin: 0;
            }

                .kk-tabs .kk_ButtonContainer.kk-current-tab, .tabs-module .tab-container .tabs .tab.active {
                    border: 1px solid rgb(177, 180, 182);
                    background-color: rgb(255, 255, 255);
                    border-bottom: 0;
                    margin-bottom: -1px;
                    padding-bottom: 12px;
                }

                    .kk-tabs .kk_ButtonContainer.kk-current-tab button, .tabs-module .tab-container .tabs .tab.active a {
                        text-decoration: none;
                    }


                .kk-tabs .kk_ButtonContainer button {
                    color: rgb(11, 12, 12);
                    /* text-decoration: none; */
                    /* margin-bottom: 0; */
                    -webkit-font-smoothing: antialiased;
                    text-decoration-thickness: max(1px, .0625rem);
                    text-underline-offset: .1578em;
                    display: inline-block;
                    text-decoration: underline;
                    background: none;
                    box-shadow: none;
                    /* text-decoration: none; */
                }

                .tabs-module .tab-container .tabs .tab a {
                    color: rgb(11, 12, 12);
                    text-decoration: none;
                    margin-bottom: 0;
                    -webkit-font-smoothing: antialiased;
                    text-decoration-thickness: max(1px, .0625rem);
                    text-underline-offset: .1578em;
                    display: inline-block;
                    text-decoration: underline;
                }

                    .kk-tabs .kk_ButtonContainer button:hover, .tabs-module .tab-container .tabs .tab a:hover {
                        text-decoration-thickness: max(3px, .1875rem, .12em);
                        -webkit-text-decoration-skip-ink: none;
                        text-decoration-skip-ink: none;
                        -webkit-text-decoration-skip: none;
                        text-decoration-skip: none;
                    }

        .kk_QuestionControlWrapper.tab-content, .tabs-module .tab-container .tab-content {
            margin-bottom: 0;
            padding: 30px 20px;
            border: 1px solid rgb(177, 180, 182);
            border-top-color: rgb(177, 180, 182);
            border-top-style: solid;
            border-top-width: 1px;
            margin-bottom: 50px;
            margin-bottom: 30px;
            border-top: 0;
        }

.additional-tab-content {
    border-left: 1px solid rgb(177, 180, 182);
    border-right: 1px solid rgb(177, 180, 182);
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
}

    .additional-tab-content p:last-child {
        margin: 0;
    }

/* panel & banners */
.panel {
    margin-bottom: 15px;
    padding: 35px;
    border: 5px solid rgba(0,0,0,0);
    text-align: center;
    color: #fff;
    background: #00703c;
}

.notification-banner {
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 30px;
    border: 5px solid rgb(29, 112, 184);
    background-color: rgb(29, 112, 184);
    position: relative;
}

    .notification-banner .notification-banner-header {
        padding: 2px 20px 5px;
    }

        .notification-banner .notification-banner-header .notification-banner-title {
            margin: 0;
            padding: 0;
            color: rgb(255, 255, 255);
        }

    .notification-banner.kk_QuestionControlWrapper::before {
        content: 'Important';
        font-size: 1.8rem;
        font-weight: bold;
        color: #fff;
        padding: 2px 20px 5px;
        display: block;
    }

    .notification-banner .kk_Control, .notification-banner .notification-banner-content {
        color: rgb(11, 12, 12);
        padding: 15px;
        background-color: rgb(255, 255, 255);
        /*! font-weight: 700; */
        font-size: 1.125rem;
    }

        .notification-banner .kk_Control span {
            margin-bottom: 15px;
            display: block;
        }

        .notification-banner .notification-banner-content .notification-banner-title {
            /*! font-weight: 700; */
            font-size: 18px;
            font-size: 1.125rem;
            line-height: 1.1111111111;
            margin: 0 0 15px 0;
            margin-bottom: 15px;
            padding: 0;
        }

.success-banner {
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 15px;
    border: 5px solid #00703c;
    background-color: #00703c;
    position: relative;
}

    .success-banner .success-banner-header {
        padding: 2px 20px 5px;
    }

        .success-banner .success-banner-header .success-banner-title {
            margin: 0;
            padding: 0;
            color: rgb(255, 255, 255);
        }

    .success-banner.kk_QuestionControlWrapper::before {
        content: 'Important';
        font-size: 1.8rem;
        font-weight: bold;
        color: #fff;
        padding: 2px 20px 5px;
        display: block;
    }

    .success-banner.success-text.kk_QuestionControlWrapper::before {
        content: 'Success';
    }

    .success-banner .kk_Control, .success-banner .success-banner-content {
        color: rgb(11, 12, 12);
        padding: 15px;
        background-color: rgb(255, 255, 255);
        font-size: 1.125rem;
    }

        .success-banner .kk_Control span {
            margin-bottom: 15px;
            display: block;
        }

        .success-banner .success-banner-content .success-banner-title {
            font-size: 18px;
            font-size: 1.125rem;
            line-height: 1.1111111111;
            margin: 0 0 15px 0;
            margin-bottom: 15px;
            padding: 0;
        }

.banner-close {
    font-size: 1.25rem;
    position: absolute;
    cursor: pointer;
    color: #fff;
    right: 4px;
}
/**/

/*! START: Header Stuff */
header .top-banner {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    min-height: 53px;
}

    header .top-banner .inner-banner {
        min-height: 53px;
    }

        header .top-banner .inner-banner .button {
            margin: 0;
        }

header .top-menu {
    background-color: rgb(222, 224, 226);
}

    header .top-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    header .top-menu li > ul {
        display: none;
    }

    header .top-menu li.active > ul {
        display: block;
        z-index: 10;
    }

    header .top-menu ul.menu-items {
    }

    header .top-menu ul.menu-items {
        /*! float: right; */
    }

        header .top-menu ul.menu-items > li {
            display: table-cell;
            border-right: 1px solid rgb(191, 193, 195);
            position: relative;
        }

            header .top-menu ul.menu-items > li.mp-global-search {
                vertical-align: middle;
            }

                header .top-menu ul.menu-items > li.mp-global-search label {
                    margin: 0;
                }

            header .top-menu ul.menu-items > li.exclude-highlight {
                padding: 0 10px;
            }

                header .top-menu ul.menu-items > li.exclude-highlight.mp-global-search {
                    padding: 0;
                }

            header .top-menu ul.menu-items > li.account-menu:hover,
            header .top-menu ul.menu-items > li.basket-link:hover,
            header .top-menu ul.menu-items > li.products-menu:hover,
            header .top-menu ul.menu-items > li:not(.exclude-highlight).active {
                text-decoration: none;
                background-color: rgb(255, 255, 255);
                /*! color: rgb(0, 94, 165); */
            }
			
                header .top-menu ul.menu-items > li.account-menu:hover a,
                header .top-menu ul.menu-items > li.products-menu a:hover,
                header .top-menu ul.menu-items > li.active a {
                    text-decoration: none;
                    color: rgb(0, 94, 165);
                }

            header .top-menu ul.menu-items > li > a {
                display: block;
                padding: 1.85rem .6rem;
                color: rgb(0, 0, 0);
                font-weight: 600;
                font-size: 1.1em;
                min-height: 72px;
            }

                header .top-menu ul.menu-items > li > a.button {
                    display: block;
                    color: #fff;
                    padding: 2px 8px 2px;
                }

                header .top-menu ul.menu-items > li > a:not([title="Home"]) i {
                    color: rgb(0, 127, 204);
                    /*! margin-left: 5px; */
                }

                header .top-menu ul.menu-items > li > a[title="Home"] i {
                    font-size: 1.4rem;
                }

                header .top-menu ul.menu-items > li > a i.fa-shopping-basket, header .top-menu ul.menu-items > li > a i.fa-user {
                    color: rgb(0, 0, 0);
                    margin-right: 5px;
                }

            header .top-menu ul.menu-items > li.active > a i.fa-shopping-basket, header .top-menu ul.menu-items > li.active > a i.fa-user {
                color: rgb(0, 94, 165);
            }

    header .top-menu ul.list-items {
        box-shadow: 0 2px 2px rgb(102, 102, 102);
        min-width: 200px;
        border: 1px solid rgb(202, 202, 202);
        background-color: rgb(254, 254, 254);
        position: absolute;
        top: 100%;
        left: 0;
    }

    header .top-menu .right-list ul.list-items {
        left: unset;
        right: 0;
    }

    header .top-menu ul.list-items > li {
        position: static;
        display: block;
    }

        header .top-menu ul.list-items > li.active > a {
            font-weight: bold;
            background-color: rgb(255, 255, 255);
            color: rgb(0, 97, 171);
        }

            header .top-menu ul.list-items > li.active > a i {
                display: none;
            }

        header .top-menu ul.list-items > li > a {
            position: relative;
            font-weight: 400;
            background-color: rgb(247, 247, 247);
            border-bottom: 1px solid rgb(255, 255, 255);
            padding: 8px 11px;
            font-weight: 400;
            display: block;
        }

            header .top-menu ul.list-items > li > a i {
                position: absolute;
                right: 14px;
                top: 12px;
            }

    header .top-menu ul.site-items {
        background: rgb(255, 255, 255) !important;
        padding: 20px;
        box-shadow: none;
        border: 1px solid rgb(199, 199, 191);
        border-left-color: rgb(199, 199, 191);
        border-left-style: solid;
        border-left-width: 1px;
        border-left: none;
        min-width: 660px;
        min-height: 323px;
        right: auto;
        left: 100%;
        position: absolute;
        top: -1px;
    }

        header .top-menu ul.site-items > li {
        }

            header .top-menu ul.site-items > li div.mp-categories-title {
                margin-bottom: 17px;
                color: #000;
            }

                header .top-menu ul.site-items > li div.mp-categories-title * {
                    margin: 0;
                }

            header .top-menu ul.site-items > li div.mp-categories > div {
                display: table-cell;
            }

                header .top-menu ul.site-items > li div.mp-categories > div ul {
                    font-size: .90rem;
                    letter-spacing: .1px;
                    margin: 0 15px 20px 0;
                    margin-bottom: 10px;
                }

                header .top-menu ul.site-items > li div.mp-categories > div li.mp-category-title {
                    font-weight: bold;
                    text-decoration-color: transparent;
                    color: #000;
                }

.top-menu .products-menu .mp-categories.navbar-text-categories .mp-category-title h5 {
    margin-left: 10px;
}

header .top-menu ul.site-items > li div.mp-categories > div li a {
    text-decoration: underline;
}

    header .top-menu ul.site-items > li div.mp-categories > div li a:hover {
        color: rgb(21, 133, 207);
    }

header .top-menu ul.mp-reverse li.active a {
    background-color: rgb(0, 94, 165);
    color: rgb(255, 255, 255);
    font-weight: normal;
}

.site-figure {
    color: rgb(0, 105, 47);
}

.global-search {
    position: relative;
    padding: 0 10px;
}

    .global-search label {
        width: 90%;
    }

        .global-search label i {
            position: absolute;
            top: 20%;
            right: 14%;
            font-size: 1.5rem;
        }

    .global-search input, .global-search button {
        height: 2.8rem;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        margin: 0;
    }

    .global-search input {
    }

        .global-search input:focus {
            box-shadow: none;
        }

    .global-search button:hover {
    }

/*! END: Header Stuff */
/*! Global Customs */
.error-summary {
    color: rgb(11, 12, 12);
    padding: 15px;
    margin-bottom: 30px;
    border: 5px solid rgb(212, 53, 28);
}
/*! END: Global Customs */
main .page {
    border-top: 10px solid rgb(0, 94, 165);
    padding-top: 35px;
}
/**/
.product-row {
    background-color: RGB(250, 250, 250);
    padding: 20px 10px;
    border-bottom: 1px solid rgba(0,0,0,.2);
    border-top: 1px solid rgba(0,0,0,.2);
}

    .product-row img {
        width: 100%;
        margin-left: 5px;
    }

    .product-row label {
        font-size: .95rem;
    }

    .product-row input {
        width: 5rem
    }

    .product-row .notification-error {
        padding: 5px 10px;
        margin: 4px 0;
        border-left: 5px solid rgb(212, 53, 28);
        font-size: .9rem;
        color: rgb(212, 53, 28);
        font-weight: 600;
    }

.sr-border > div:first-child {
    border-top: 5px solid rgb(238, 238, 238);
}

.sr-border > div:last-child {
    border-top: 5px solid rgb(51, 51, 51)
}

.sr-summary {
    padding: 0;
}

    .sr-summary > div {
        border-bottom: 1px solid rgb(191, 193, 195);
        padding: 6px 10px 7px;
    }
/**/
footer {
    border-top: 5px solid #bfc1c3;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px
}
/*! MODEL WIDGETS */
/* action menu */
td.kk-action-menu-wrapper {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    transition: all 0.3s ease;
    text-align: right;
    width: 60px;
    max-width: 60px;
}

.kk-action-menu-trigger {
    display: inline-block;
    padding: 0;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    margin: 8px 0;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .kk-action-menu-trigger::after {
        font-family: "Font Awesome 7 Pro";
        content: '\f39c';
        font-weight: 300;
        font-size: 1.1rem;
        color: #677C98;
        text-align: center;
        display: block;
    }

    .kk-action-menu-trigger:hover {
        background-color: rgba(0,0,0,0.07);
    }

        .kk-action-menu-trigger:hover::after {
            color: #15324D;
        }

.kk-action-menu-content {
    display: none;
    position: absolute;
    background: white;
    word-wrap: break-word;
    right: 50px;
    top: 50%;
    transform: translate(-0%, -50%);
    z-index: 2;
    padding: 10px;
    box-shadow: 0px 15px 40px 0px rgba(0,0,0,0.15);
    border: 1px solid rgba(0,0,0,0.15);
}

    .kk-action-menu-content td {
        display: block;
        width: 14rem;
        padding: 0px;
        transition: all 0.3s ease;
    }

        .kk-action-menu-content td input[type="submit"], .kk-action-menu-content td button {
            width: 100%;
            text-align: left;
            text-decoration: none;
            transition: all 0.3s ease;
            border: none;
            height: 42px;
            padding: 8px 15px;
            border-radius: 0;
            color: #677C98;
            background: none;
            box-shadow: none;
        }

            .kk-action-menu-content td input[type="submit"]:hover, .kk-action-menu-content td button:hover {
                background-color: rgba(0,0,0,0.07);
                color: #677C98;
            }
/* turn checkboxes into radio */
.radio-checkboxes .kk_CheckboxControl label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border: 2px solid;
    border-radius: 50%;
    background: rgba(0,0,0,0);
}

.radio-checkboxes .kk_CheckboxControl label::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 0;
    height: 0;
    border: 10px solid;
    border-radius: 50%;
    opacity: 0;
}

.kk_CheckboxControl input[disabled] {
    cursor: not-allowed;
}

    .kk_CheckboxControl input[disabled] + label {
        opacity: .5;
    }

/* back link kk question */
.kk_QuestionControlWrapper.back-link::before {
    content: none;
    padding: 0;
    margin: 0;
}

.kk_QuestionControlWrapper.back-link button:focus {
    outline: 3px solid rgba(0,0,0,0);
    color: rgb(11, 12, 12);
    background-color: rgb(255, 221, 0);
    box-shadow: 0 -2px rgb(255, 221, 0),0 4px rgb(11, 12, 12);
}

.kk_QuestionControlWrapper.back-link button {
    text-decoration: underline;
    text-decoration-thickness: auto;
    text-decoration-thickness: max(1px, .0625rem);
    text-underline-offset: .1578em;
    background: none;
    color: #000;
    box-shadow: none;
    padding-left: .875em;
    padding-right: 0;
}

    .kk_QuestionControlWrapper.back-link button:hover {
        text-decoration-thickness: max(3px, .1875rem, .12em);
    }

    .kk_QuestionControlWrapper.back-link button::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: .1875em;
        width: .4375em;
        height: .4375em;
        margin: auto 0;
        -webkit-transform: rotate(225deg);
        transform: rotate(225deg);
        border: solid;
        border-top-color: currentcolor;
        border-top-width: medium;
        border-right-color: currentcolor;
        border-right-width: medium;
        border-bottom-color: currentcolor;
        border-bottom-width: medium;
        border-left-color: currentcolor;
        border-left-width: medium;
        border-top-color: currentcolor;
        border-top-width: medium;
        border-right-color: currentcolor;
        border-right-width: medium;
        border-bottom-color: currentcolor;
        border-bottom-width: medium;
        border-left-color: currentcolor;
        border-left-width: medium;
        border-width: 1px 1px 0 0;
        border-color: rgb(80, 90, 95);
    }

.fa-badge-percent {
    color: rgb(0, 112, 60);
}

.text-align-right {
    text-align: right;
}

.basket-link .list-items {
    width: 550px;
    font-size: .8rem;
    color: #000;
}

    .basket-link .list-items .basket-item {
        display: block;
        padding: 4px 4px;
        margin: 4px 4px;
        border-bottom: 1px solid rgb(223, 225, 227);
    }

.basket-link img {
    max-width: 100px;
}

.basket-figures {
    font-size: .9rem;
}

.basket-link .list-items .basket-item a.basket-delete {
    color: rgb(212, 53, 28);
    text-decoration: underline;
}

    .basket-link .list-items .basket-item a.basket-delete:hover {
        text-decoration-thickness: max(3px, .1875rem, .12em);
    }

.basket-link .list-items .basket-summary a.big {
    color: #fff;
}

.basket-link .list-items .basket-summary > div > div {
    padding: 4px 10px;
    border-top: 1px solid rgb(223, 225, 227);
}

    .basket-link .list-items .basket-summary > div > div:last-child {
        background: RGB(250, 250, 250);
        padding: 10px 10px;
    }

.sr-rules {
    cursor: pointer
}

.helper-text {
    color: rgba(80, 90, 95, 0.8);
}

.hide-question-text .kk_QuestionText {
    display: none;
}

.kk_QuestionControlWrapper[class*="col"].invalid {
    padding-left: 15px;
}

.kk-search-box.kk-search-icon .kk_Control {
    display: flex;
}
    /*
    .kk-search-box.kk-search-icon .kk_Control input {
        border-right: 0;
    }

    .kk-search-box.kk-search-icon .kk_Control button {
        height: 2.38rem;
    } */

    .kk-search-box.kk-search-icon .kk_Control button::before {
        content: '\f002';
        font-family: var(--fa-style-family,"Font Awesome 7 Pro");
    }

.kk_QuestionControlWrapper.kk_LabelContainer {
    display: flex;
    align-items: center;
}

    .kk_QuestionControlWrapper.kk_LabelContainer .kk_QuestionText {
        min-width: 20%;
        font-weight: 600;
    }

    .kk_QuestionControlWrapper.kk_LabelContainer label {
        margin-bottom: 0;
        font-size: 1rem;
    }

.kk_QuestionControlWrapper.fix-height {
    min-height: 2.45rem;
    margin-top: 45px;
}

    .kk_QuestionControlWrapper.fix-height .kk_QuestionText {
        text-align: end;
    }

    .kk_QuestionControlWrapper.fix-height .kk_QuestionControl {
        text-align: end;
        min-width: 4rem
    }


/*  */
html.modal-open { /* disabling page scroll when a modal is open */
    overflow: hidden;
    position: relative; /* Neeed for ios */
    height: 100%; /* Neeed for ios */
}

.kk-modal {
    z-index: 20;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 100%;
    overflow: auto;
    opacity: 1;
    background: rgba(0,0,0,0.5);
}

    .kk-modal .kk_PlaceHolderContent {
        position: relative;
        padding: 50px;
        max-width: 750px;
        width: 90%;
        margin: 30px auto 30px auto;
        border-radius: 6px;
        background-color: #ffffff;
        pointer-events: all;
        box-shadow: 0px 5px 50px 0px rgba(0,0,0,0.15);
        outline: none !important;
        z-index: 1;
    }

    .kk-modal.small-modal .kk_PlaceHolderContent {
        max-width: 450px;
    }
/* Standard close button */
.kk_ButtonContainer.kk-modal-close {
    display: block;
    margin: 0 !important;
}

.kk-modal-close .kk_QuestionControl {
    position: static;
}

.kk-modal-close button {
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: -40px;
    right: -40px;
    line-height: 0;
    position: absolute;
    font-size: 0;
    padding: 0 !important;
    margin: 0;
    background-color: transparent;
    color: transparent;
    border: none;
    box-shadow: none;
}

    .kk-modal-close button::after {
        content: '\f00d';
        font-family: 'Font Awesome 7 Pro';
        font-weight: 300;
        font-size: 1.5rem;
        line-height: 40px;
        color: #cfd4d9;
        height: 40px;
        width: 40px;
        display: block;
        text-align: center;
    }

    .kk-modal-close button:hover {
        background-color: #dc3545;
    }

        .kk-modal-close button:hover::after {
            color: #ffffff;
        }

    .kk-modal-close button:focus::after {
        color: #0b0c0c;
    }
/* Close button that covers the background, also used in other popups */
.kk-modal-bg {
    margin: 0;
    padding: 0;
    border: none;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    color: transparent;
    background-color: transparent;
    cursor: default;
    font-size: 0;
}
/* Legacy close button */
.kk_ButtonContainer.kk-modal-close,
.kk_ButtonContainer.modal-close {
    display: block;
    margin: 0 !important;
}

.modal-close .kk_QuestionControl {
    position: static;
}

.kk-modal-close input[type="submit"],
.modal-close input[type="submit"] {
    width: 40px;
    height: 40px;
    top: 5px;
    right: 5px;
    background-position: 50% 50%;
    position: absolute;
    font-size: 0;
    padding: 0 !important;
    border-radius: 50%;
    margin: 0;
    background-color: transparent;
    color: transparent;
    border: none;
    background-size: 17px 17px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17'%3e%3cpath d='M10.3 8.5L15.7 3l1.1-1.1c.2-.2.2-.4 0-.6L15.6.1c-.2-.2-.4-.2-.6 0L8.5 6.7 1.9.1c-.1-.1-.4-.1-.6 0L.1 1.3c-.1.2-.1.5 0 .6l6.6 6.6-6.6 6.6c-.2.2-.2.4 0 .6l1.2 1.2c.2.2.4.2.6 0l6.6-6.6 5.4 5.4 1.1 1.1c.2.2.4.2.6 0l1.2-1.2c.2-.2.2-.4 0-.6l-6.5-6.5z' fill='%23cfd4d9'/%3e%3c/svg%3e");
}

    .kk-modal-close input[type="submit"]:hover,
    .modal-close input[type="submit"]:hover {
        background-color: #dc3545;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17'%3e%3cpath d='M10.3 8.5L15.7 3l1.1-1.1c.2-.2.2-.4 0-.6L15.6.1c-.2-.2-.4-.2-.6 0L8.5 6.7 1.9.1c-.1-.1-.4-.1-.6 0L.1 1.3c-.1.2-.1.5 0 .6l6.6 6.6-6.6 6.6c-.2.2-.2.4 0 .6l1.2 1.2c.2.2.4.2.6 0l6.6-6.6 5.4 5.4 1.1 1.1c.2.2.4.2.6 0l1.2-1.2c.2-.2.2-.4 0-.6l-6.5-6.5z' fill='%23ffffff'/%3e%3c/svg%3e");
    }
/**/
.cds-modal {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 100%;
    overflow: auto;
    opacity: 0;
    background: rgba(0,0,0,0.5);
    transition: opacity 0.3s ease;
}

    .cds-modal .cds-modal-content {
        position: relative;
        padding: 50px;
        max-width: 750px;
        width: 90%;
        margin: 30px auto 30px auto;
        border-radius: 6px;
        background-color: white;
        pointer-events: all;
        box-shadow: 0px 5px 50px 0px rgba(0,0,0,0.15);
        outline: none !important;
    }

    .cds-modal.small-modal .cds-modal-content {
        max-width: 450px;
    }

    .cds-modal.modal-visible {
        opacity: 1;
        z-index: 20;
    }
/* Standard close button */
.cds-modal-close {
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 5px;
    right: 5px;
    text-align: center;
    position: absolute;
    font-size: 0;
    padding: 0 !important;
    margin: 0;
    background-color: transparent;
    color: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .cds-modal-close::after {
        content: '\f00d';
        font-family: 'Font Awesome 7 Pro';
        font-weight: 300;
        font-size: 1.5rem;
        line-height: 40px;
        color: #cfd4d9;
        height: 40px;
        width: 40px;
        text-align: center;
    }

    .cds-modal-close:hover {
        background-color: rgb(207, 212, 217);
        text-decoration: none;
    }

        .cds-modal-close:hover::after {
            color: #fff;
        }
/*
html.modal-open .kk-modal-close,
html.modal-open .cds-modal-close {
    position: revert;
}
*/
.wide-modal .cds-modal-content {
    max-width: 1000px;
}
/***/



.inner-banner > div:first-child > span:first-child {
    font-size: 1.2rem;
    font-weight: 700;
    border-right: 1px solid;
    padding-right: 10px;
}

.inner-banner > div:first-child > span:last-child {
    padding-left: 10px;
}

.grey {
    color: #8e9092
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Overlay background color */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

    .overlay i {
        font-size: 5em;
        color: white; /* Spinner color */
    }

.bigish {
    padding: 5px 12px 5px;
    font-size: 1.1rem;
}

#Dynamic-Basket .notification-banner h2 {
    font-size: 1.6rem;
}

#Dynamic-Basket .notification-banner p.notification-banner-title {
    font-size: .98rem
}

#Dynamic-Basket .success-banner h2 {
    font-size: 1.6rem
}

#Dynamic-Basket .success-banner p,
#Dynamic-Basket .success-banner input {
    font-size: .98rem;
}

#Dynamic-Basket .success-banner {
    margin: 0
}

    #Smart-Basket .success-banner .success-banner-content,
    #Dynamic-Basket .success-banner .success-banner-content {
        padding: 10px;
        font-size: .98rem;
    }

#Dynamic-Basket .notification-banner .notification-banner-content p {
    margin: 0;
}

.kk-search-box .kk_TextboxControl {
    position: relative;
}

/* Standard button */
.kk-search-box, .search-box {
    position: relative;
}

    .kk-search-box .kk_TextboxControl button,
    .kk-search-box .kk_TextboxControl input[type="submit"],
    .search-box .kk_TextboxControl button,
    .search-box .kk_TextboxControl input[type="submit"],
    .kk-search-box button,
    .kk-search-box input[type="submit"],
    .search-box button,
    .search-box input[type="submit"] {
        position: absolute;
        right: 2px;
        margin-bottom: 0;
        top: 2px;
        height: 90%;
        box-shadow: none;
    }

/* bundles vicki new using live */
.kk_ColName_IMG img,
.kk_ColName_ImageURL img {
    max-height: 100px;
}

.heading-bundles-search ol {
    display: flex;
    margin: 0 0 8px 16px;
    padding: 0;
}

    .heading-bundles-search ol li {
        margin-right: 32px;
        font-weight: bold;
    }

.text-large {
    font-size: 1.25em;
}

.font-normal {
    font-weight: 400;
}

.bundle-products .kk_LabelContainer {
    display: block;
    margin: 0;
}

    .bundle-products .kk_LabelContainer .kk_QuestionText {
        border-bottom: 1px solid rgba(0,0,0,.2);
        display: table-cell;
        min-width: 200px;
        border-right: 1px solid rgba(0,0,0,.2);
        padding: 0 6px;
        font-weight: bold;
    }

    .bundle-products .kk_LabelContainer .kk_QuestionControl {
        border-bottom: 1px solid rgba(0,0,0,.2);
        display: table-cell;
        padding: 10px;
        min-width: 200px;
    }

.bundle-products .kk_DataSourceGridContainer {
    margin-top: 40px;
}

.kk-modal.wide-modal .kk_PlaceHolderContent {
    max-width: 60%;
    overflow: unset;
}

.kk-modal.wide-modal .kk_PlaceHolderContent {
    max-width: 70%;
    overflow: scroll;
}

xmp {
    white-space: pre-wrap;
    background: rgb(222, 224, 226);
    border: 1px solid rgba(0,0,0,.5);
    padding: 0px 8px;
    height: 500px;
    overflow-y: scroll;
}

.custom-columns .kk_QuestionGroupWrapper {
    display: flex;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

    .custom-columns .kk_QuestionGroupWrapper > div.kk_Clear {
        display: none
    }

    .custom-columns .kk_QuestionGroupWrapper > div {
        width: 48%;
    }


#tableFAQsCategoryGrid .kk_DSRow.highlight {
    background-color: #b1b4b6;
    font-weight: 600;
}

.grey-text {
    color: rgba(80, 90, 95, 0.8);
    font-weight: 600;
}

/* table width styles */
table .kk_CheckboxControl {
    margin-bottom: 0;
}

.medium-image img {
    max-width: 150px;
}

.small-image img {
    max-width: 110px;
}

.checkbox-50 .kk_CheckboxControl {
    max-width: 50px;
}

.checkbox-table .kk_DSControl_Checkbox {
    max-width: 30px;
}

    .checkbox-table .kk_DSControl_Checkbox .kk_CheckboxControl {
        margin-bottom: 0;
    }

.width-50 input {
    width: 100%;
    max-width: 50px;
}

.width-100 input {
    width: 100%;
    max-width: 100px;
}

.width-150 input {
    width: 100%;
    max-width: 150px;
}

.width-200 input {
    width: 100%;
    max-width: 200px;
}

.width-250 input {
    width: 100%;
    max-width: 250px;
}

.width-300 input {
    width: 100%;
    max-width: 300px;
}

.kk_FileSelect label {
    display: none;
}

.helper-text span {
    color: rgb(80, 90, 95,.8);
}

/* tags / badges */
.tag {
    display: inline-block;
    outline: 2px solid rgba(0,0,0,0);
    outline-offset: -2px;
    color: #fff;
    background-color: #1d70b8;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    padding: 5px 8px 4px 8px;
    margin-right: 5px;
}

.tag-blue {
    color: #144e81;
    background: #d2e2f1;
}

.tag-green {
    color: #005a30;
    background: #cce2d8;
}

.tag-red {
    color: #942514;
    background: #f6d7d2;
}

.tag-yellow {
    color: #594d00;
    background: #fff7bf;
}

.kk_Mandatory .kk_Validation {
    padding-left: 15px;
    border-left: 5px solid rgb(212, 53, 28);
    color: rgb(212, 53, 28);
    margin-top: 10px;
    font-weight: bold;
}

.mandatory-absolute .kk_Mandatory .kk_Validation {
    position: absolute;
    margin-top: 0;
}

/******************************************************
*
* 20.13. Accordions
*
*******************************************************/
.kk-accordion .kk_DataSourceGridControl > div > table {
    margin: 0;
    background-color: transparent;
    position: relative;
    background-repeat: no-repeat;
    display: block;
}

    .kk-accordion .kk_DataSourceGridControl > div > table > tbody {
        display: block;
        position: relative;
    }

.kk-accordion tr.kk_DSRow {
    border: 1px solid #cfd4d9;
    background-color: #fff;
    display: block;
    width: 100%;
    position: relative;
    margin: 0 0 1rem 0;
    padding: 0;
}

    /* canceling borders for nested grids */
    .kk_CDSContainer.kk-accordion tr.kk_DSRow tr,
    .kk_CDSContainer .kk-accordion tr.kk_DSRow tr,
    .kk-accordion tr.kk_DSRow tr {
        border: none;
    }

.kk-accordion tr.kk_DSHeaderRow {
    display: none;
}

.kk-accordion td.kk_DSCell {
    display: none;
    margin: 0 20px 0 40px;
    padding: 0 0 20px 0;
}

    .kk-accordion td.kk_DSCell.kk_Col_2 {
        padding-top: 20px;
    }

    .kk-accordion td.kk_DSCell:last-child {
        padding-bottom: 40px;
    }

    .kk-accordion td.kk_DSCell.kk_Col_1 {
        position: relative;
        display: block;
        font-size: 1.1rem;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        line-height: 1;
        background-position: 10px center;
        padding: 20px 20px 20px 40px;
        margin: 0;
        font-weight: 600;
        cursor: pointer;
        background-color: transparent;
        text-align: left;
    }

        .kk-accordion td.kk_DSCell.kk_Col_1::before {
            position: absolute;
            left: 7px;
            top: 14px;
            content: '\f067';
            font-family: "Font Awesome 7 Pro";
            font-weight: 300;
            display: block;
            height: 30px;
            line-height: 30px;
            text-align: center;
            opacity: 0.5;
            width: 30px;
            padding: 0;
            margin: 0;
            background-color: transparent;
            border-radius: 50%;
            transition: all .3s ease;
        }

        .kk-accordion td.kk_DSCell.kk_Col_1:hover::before {
            opacity: 1;
        }

        .kk-accordion td.kk_DSCell.kk_Col_1.open::before {
            content: '\f068';
            opacity: 1;
        }

        .kk-accordion td.kk_DSCell.kk_Col_1.open ~ td {
            display: block;
        }

/* custom accordion for models */


/* details (GDS) */
.kk-accordion-custom {
    margin-bottom: 20px;
}

    .kk-accordion-custom .kk-accordion-custom-header {
        display: inline-block;
        position: relative;
        margin-bottom: 5px;
        padding-left: 25px;
        cursor: pointer;
        font-weight: 400;
        font-size: 1.1rem;
        color: rgb(29, 112, 184);
        margin-bottom: 0;
        text-decoration: underline;
    }

        .kk-accordion-custom .kk-accordion-custom-header:hover {
            color: rgb(0, 48, 120);
        }

        .kk-accordion-custom .kk-accordion-custom-header:focus {
            outline: 3px solid rgba(0,0,0,0);
            color: rgb(11, 12, 12);
            background-color: rgb(255, 221, 0);
            box-shadow: 0 -2px rgb(255, 221, 0),0 4px rgb(11, 12, 12);
            text-decoration: none;
            -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
        }

        .kk-accordion-custom .kk-accordion-custom-header:before {
            content: "";
            position: absolute;
            top: -1px;
            bottom: 0;
            left: 0;
            margin: auto;
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            border-color: rgba(0,0,0,0);
            border-left-color: rgba(0, 0, 0, 0);
            -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
            border-width: 7px 0 7px 12.124px;
            border-left-color: inherit;
        }

    .kk-accordion-custom.open .kk-accordion-custom-header:before {
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: rgba(0,0,0,0);
        border-top-color: rgba(0, 0, 0, 0);
        -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
        clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
        border-width: 12.124px 7px 0 7px;
        border-top-color: inherit;
    }

    .kk-accordion-custom .kk-accordion-custom-body {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 20px;
        border-left: 5px solid rgb(177, 180, 182);
    }

    .kk-accordion-custom .kk-accordion-custom-body {
        display: none;
    }

    .kk-accordion-custom.open .kk-accordion-custom-body {
        display: block;
    }

.kk-accordion-custom-body .kk_DSNavigationControlPanel {
    display: none;
}

/* RFQ table 2 col */
@media (min-width: 992px) {
    .SummaryGrid1table table tbody {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .SummaryGrid1table table tr {
        width: 47%;
        margin-right: 30px;
    }

        .SummaryGrid1table table tr th {
            width: 210px;
            padding-left: 0;
        }

    .SummaryGrid1table .kk_DSNavigationControlPanel {
        display: none;
    }
}

.grey-bg-wrapper {
    background: rgb(240, 240, 240);
    padding: 20px;
}

.light-grey-bg-wrapper {
    background: RGB(250, 250, 250);
    padding: 20px;
}

.kk_Model_Contact-Us-Live .success-banner h2 {
    font-size: 18px;
    font-size: 1.125rem;
}

.terms .e-splitter .e-split-bar.e-split-bar-horizontal {
    z-index: 9;
}

/* terms and conditions */
.rtePreviewTitle {
    background: rgb(240, 240, 240);
    padding: 10px;
    margin: 0 !important;
}

.terms-wrapper .kk_ColumnAssignment_1 {
    padding-right: 30px;
}

.terms-wrapper .kk_ColumnAssignment_2 .kk_QuestionControlWrapper {
    padding-left: 30px;
}

.terms-wrapper .kk_ColumnAssignment_2 .kk_MarkdownViewerContainer {
    border-left: 1px solid #ddd;
}


/* error banner */
.error-banner {
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 15px;
    border: 5px solid rgb(212, 53, 28);
    background-color: rgb(212, 53, 28);
    position: relative;
}

    .error-banner .error-banner-header {
        padding: 2px 20px 5px;
    }

        .error-banner .error-banner-header .error-banner-title {
            margin: 0;
            padding: 0;
            color: rgb(255, 255, 255);
        }

    .error-banner.kk_QuestionControlWrapper::before {
        content: 'Important';
        font-size: 1.8rem;
        font-weight: bold;
        color: #fff;
        padding: 2px 20px 5px;
        display: block;
    }

    .error-banner.error-text.kk_QuestionControlWrapper::before {
        content: 'Success';
    }

    .error-banner .kk_Control, .error-banner .error-banner-content {
        color: rgb(11, 12, 12);
        padding: 15px;
        background-color: rgb(255, 255, 255);
        font-size: 1.125rem;
    }

        .error-banner .kk_Control span {
            margin-bottom: 15px;
            display: block;
        }

        .error-banner .error-banner-content .error-banner-title {
            font-size: 18px;
            font-size: 1.125rem;
            line-height: 1.1111111111;
            margin: 0 0 15px 0;
            margin-bottom: 15px;
            padding: 0;
        }

/*\
Header styles
\*/

/* main header */
header .top-menu .container > .d-flex {
    flex-wrap: wrap;
}

header .top-menu {
    background-color: rgb(0, 0, 0);
    position: relative;
}

    header .top-menu ul.menu-items > li {
        border-right: none;
    }

        header .top-menu ul.menu-items > li > a {
            color: #fff;
            padding: 18px 15px 18px 15px;
        }

/* search */
@media (max-width: 850px) {
    header .top-menu ul.menu-items li.mp-global-search {
        display: none;
    }
}

header .global-search label {
    position: relative;
}

header .global-search button {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

    header .global-search button i {
        color: rgb(0, 0, 0);
        position: unset;
    }

header .global-search input {
    padding-left: 45px;
}

header .global-search button:hover {
    background-color: #0056b3;
}

    header .global-search button:hover i {
        color: #fff;
    }

header .top-menu ul.menu-items > li {
    position: unset;
}

    header .top-menu ul.menu-items > li > a:not([title="Home"]) i {
        color: #fff;
    }

    header .top-menu ul.menu-items > li > a i {
        color: #fff;
    }

    header .top-menu ul.menu-items > li > a.account-icon span {
        background: #fff;
        border-radius: 50%;
        color: rgb(0, 0, 0);
        padding: 5px;
        text-align: center;
        font-size: 0.875em;
        font-weight: 700;
        display: inline-block;
        min-height: 33px;
        min-width: 33px;
    }

    header .top-menu ul.menu-items > li a {
        border-bottom: 5px solid rgb(0, 0, 0);
    }

    header .top-menu ul.menu-items > li:hover a.has-dropdown,
    header .top-menu ul.menu-items > li.active a.has-dropdown {
        border-bottom-color: #0056b3;
    }

    header .top-menu ul.menu-items > li.account-menu:hover a i,
    header .top-menu ul.menu-items > li.basket-link:hover a i,
    header .top-menu ul.menu-items > li.products-menu:hover a i,
    header .top-menu ul.menu-items > li.active a i {
        color: #0056b3;
    }

        header .top-menu ul.menu-items > li.active a i.fa-chevron-down {
            transform: rotateX(180deg);
        }

header .top-menu .fa-shopping-basket {
    position: relative;
    font-weight: 400 !important;
    font-size: 1.1em;
}

header .top-menu .basket-link a.has-dropdown {
    padding-left: 20px;
}

header .top-menu .fa-shopping-basket span {
    overflow: hidden;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 600;
    position: absolute;
    text-align: center;
    background-color: #fff;
    color: rgb(0, 0, 0);
    top: -10px;
    left: -12px;
    font-family: Arial, Helvetica, sans-serif;
}

header .top-menu ul.menu-items > li:hover > a.account-icon span,
header .top-menu ul.menu-items > li:hover > a .fa-shopping-basket span,
header .top-menu ul.menu-items > li.active > a.account-icon span,
header .top-menu ul.menu-items > li.active > a .fa-shopping-basket span {
    background: #0056b3;
    color: #fff;
}

/* main nav dropdown */
header .top-menu ul.menu-items > li .list-items li a {
    border-bottom: none;
}

.basket-link .list-items,
header .top-menu ul.list-items {
    width: 100%;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid rgb(202, 202, 202);
    background: #f3f2f1;
    padding: 0;
    z-index: 999;
}

ul.list-items .dropdown-wrapper {
    background: #fff;
    padding: 30px;
}

@media (max-width: 576px) {
    ul.list-items .dropdown-wrapper {
        padding: 20px;
    }
}

/* products menu */
.top-menu .products-menu .container {
    position: relative;
    min-height: 430px;
    margin-bottom: 80px;
}

.top-menu .products-menu ul.list-items li {
    display: block;
}

    .top-menu .products-menu ul.list-items li a,
    .top-menu .products-menu.active ul.list-items li a,
    .top-menu .products-menu ul.site-items li div.mp-categories div li.mp-category-title span {
        background: none;
        padding: 8px 10px;
        color: rgb(0, 0, 0);
        font-weight: bold;
        border-left: 3px solid #f3f2f1;
        display: block;
        width: 210px;
        font-size: 1.05em;
        text-decoration: none;
    }

    .top-menu .products-menu ul.list-items li.active a {
        border-left: 3px solid #0056b3;
        background: #fff;
    }

.top-menu .products-menu ul.site-items {
    width: 84%;
    min-width: unset;
    left: 210px;
    border: none !important;
    top: 0;
    padding: 22px 30px 30px 30px;
    min-height: 430px;
    margin-top: 40px;
}

.top-menu .products menu ul.site-items li div.mp-categories div li {
    color: rgb(0, 97, 171);
}

.top-menu .products-menu ul.list-items li.active div.mp-categories div li a {
    border: none;
    color: #0056b3;
    font-size: 0.95em;
}

.top-menu .products-menu ul.site-items li div.mp-categories div li.mp-category-title a,
.top-menu .products-menu ul.site-items li div.mp-categories div li.mp-category-title span {
    border: none;
    font-size: 1.25em;
    margin-bottom: 5px;
    width: auto;
}

.top-menu .products-menu ul.site-items li div.mp-categories.navbar-text-categories div li.mp-category-title a {
    margin-bottom: 0;
    padding-bottom: 4px;
}

.top-menu .products-menu ul.site-items li div.mp-categories.navbar-text-categories div li.mp-category-title span {
    font-size: 1em;
    font-weight: 400;
    padding: 0 10px 8px 10px;
    margin-bottom: 10px;
}

.top-menu .products-menu ul.list-items li.active div.mp-categories div li a:hover {
    text-decoration: underline;
}

.top-menu .products-menu .mp-categories {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

header .top-menu .products-menu ul.site-items li div.mp-categories div {
    display: unset;
}

@media (min-width: 992px) {
    header .top-menu .products-menu ul.site-items li div.bundles-categories div {
        width: 49%;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .top-menu .products-menu ul.site-items {
        width: 70%;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .top-menu .products-menu ul.site-items {
        width: 75%;
    }
}

@media (min-width: 1201px) and (max-width: 1350px) {
    .top-menu .products-menu ul.site-items {
        width: 79%;
    }
}

@media (max-width: 768px) {
    .top-menu .products-menu ul.site-items {
        position: unset;
        width: 100%;
    }

    .top-menu .products-menu ul.site-items,
    .top-menu .products-menu .container {
        min-height: auto;
    }
}

header .top-menu .products-menu .site-items li div.mp-categories div ul {
    margin: 0 10px;
}

/* basket */
.basket-dropdown .container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.basket-dropdown .basket-table {
    width: 65%;
    border-right: 2px solid #f3f2f1;
}

.basket-dropdown .basket-summary {
    width: 35%;
}

.basket-link .list-items .basket-item {
    padding: 8px 8px;
}

.basket-link .list-items .basket-summary > div > div {
    border-top: none;
    padding: 0;
}

    .basket-link .list-items .basket-summary > div > div:last-child {
        margin-top: 40px;
        background: none;
        padding: 0;
    }

.basket-link a {
    color: rgb(51, 122, 183);
}

    .basket-link a:hover {
        text-decoration: underline !important;
    }

.basket-link .list-items .basket-item a.basket-delete {
    text-decoration: none;
}

    .basket-link .list-items .basket-item a.basket-delete:hover {
        text-decoration: underline;
    }

@media (max-width: 900px) {
    .basket-dropdown .container {
        flex-direction: column;
    }

    .basket-dropdown .basket-table,
    .basket-dropdown .basket-summary {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .basket-table .basket-item-image img {
        max-width: 50px;
    }
}

.width-full {
    width: 100%;
}

/* account menuu */
@media (min-width: 769px) {
    .account-menu .container {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }

    .account-menu .account-wrapper {
        width: 35%;
        border-right: 2px solid #f3f2f1;
    }

    .account-menu .account-nav-wrapper {
        width: 65%;
    }
}

.account-menu .account-nav-wrapper {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (min-width: 769px) {
    .account-menu .account-nav-wrapper div {
        margin: 0 10px;
    }
}

@media (min-width: 1201px) {
    .account-menu .account-nav-wrapper div {
        width: 47%;
    }
}

.account-menu .account-nav-wrapper li,
.account-menu .account-wrapper li {
    font-weight: bold;
    color: rgb(0, 0, 0);
    display: block;
}

    .account-menu .account-nav-wrapper li a,
    .account-menu .account-wrapper li a {
        margin-bottom: 0;
        padding: 0 10px 0 10px;
        font-size: 1.125em;
        width: auto;
        text-decoration: none !important;
        display: block;
    }

header .account-menu li.active a {
    background: none;
    color: #0056b3;
    font-weight: 700;
    text-decoration: underline !important;
}

.account-icon-wrapper {
    display: flex !important;
    flex-wrap: wrap;
}

.account-menu .account-wrapper h4 {
    line-height: 1.2em;
    padding: 0 10px 0 10px;
}

.account-menu .account-nav-wrapper li span,
.account-menu .account-wrapper li span {
    font-size: 0.9em;
    font-weight: 400;
    padding: 0 10px 8px 10px;
    margin-bottom: 10px;
    width: auto;
}

.account-menu .account-wrapper .account-icon-wrapper div:last-child span {
    margin-bottom: 0;
    padding-bottom: 0;
}

.account-menu .account-wrapper li.mp-category-title {
    margin-top: 30px;
}

.account-menu .account-wrapper .account-icon-large {
    height: 80px;
    width: 80px;
    background: #0056b3;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .account-menu .account-wrapper .account-icon-large span {
        position: absolute;
        top: 55%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        color: #fff;
        text-align: center;
        font-size: 40px;
        font-weight: 700;
    }

@media (max-width: 768px) {
    ul.list-items .account-wrapper.dropdown-wrapper {
        padding-bottom: 1px;
    }
}

/* sub header */
.sub-header {
    border-top: 10px solid rgb(0, 94, 165);
    border-bottom: 1px solid #bfc1c3;
    margin-bottom: 35px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

main .page {
    border: none;
    padding-top: 0;
}

.sub-header span.beta-inner {
    padding: 10px 5px 10px 0;
    margin-bottom: 0;
    background: none;
}

.beta-inner a.button {
    background-color: #0056b3;
    font-family: Arial, helvetica, sans-serif !important;
    font-weight: 600;
    font-size: 1.26rem;
    margin: 0;
}

@media (max-width: 900px) {
    .sub-header .header-buttons-right a {
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    header .logged-out-buttons a {
        margin-bottom: 15px;
    }
}

/* sidebar */
.stats-container > div:last-child {
    margin-bottom: 10px;
}

.sidebar-box img {
    margin-left: -18px;
    width: 12rem;
}

.sidebar-box {
    background-color: rgb(222, 224, 226);
    margin-bottom: 30px;
    padding: 16px 20px;
}

.global-search label i {
    position: absolute;
    top: 22%;
    right: 4%;
    font-size: 1.5rem;
}

.list-items > div {
    padding: 40px 0;
}

#home-nav {
    /*! height: 73px; */
    padding-top: 20px;
}

/*\
 *
\*/


:root,[data-bs-theme=light] {
  --bs-blue:#0d6efd;
  --bs-indigo:#6610f2;
  --bs-purple:#6f42c1;
  --bs-pink:#d63384;
  --bs-red:#dc3545;
  --bs-orange:#fd7e14;
  --bs-yellow:#ffc107;
  --bs-green:#198754;
  --bs-teal:#20c997;
  --bs-cyan:#0dcaf0;
  --bs-black:#000;
  --bs-white:#fff;
  --bs-gray:#6c757d;
  --bs-gray-dark:#343a40;
  --bs-gray-100:#f8f9fa;
  --bs-gray-200:#e9ecef;
  --bs-gray-300:#dee2e6;
  --bs-gray-400:#ced4da;
  --bs-gray-500:#adb5bd;
  --bs-gray-600:#6c757d;
  --bs-gray-700:#495057;
  --bs-gray-800:#343a40;
  --bs-gray-900:#212529;
  --bs-primary:#0d6efd;
  --bs-secondary:#6c757d;
  --bs-success:#198754;
  --bs-info:#0dcaf0;
  --bs-warning:#ffc107;
  --bs-danger:#dc3545;
  --bs-light:#f8f9fa;
  --bs-dark:#212529;
  --bs-primary-rgb:13,
  110,
  253;
  --bs-secondary-rgb:108,
  117,
  125;
  --bs-success-rgb:25,
  135,
  84;
  --bs-info-rgb:13,
  202,
  240;
  --bs-warning-rgb:255,
  193,
  7;
  --bs-danger-rgb:220,
  53,
  69;
  --bs-light-rgb:248,
  249,
  250;
  --bs-dark-rgb:33,
  37,
  41;
  --bs-primary-text-emphasis:#052c65;
  --bs-secondary-text-emphasis:#2b2f32;
  --bs-success-text-emphasis:#0a3622;
  --bs-info-text-emphasis:#055160;
  --bs-warning-text-emphasis:#664d03;
  --bs-danger-text-emphasis:#58151c;
  --bs-light-text-emphasis:#495057;
  --bs-dark-text-emphasis:#495057;
  --bs-primary-bg-subtle:#cfe2ff;
  --bs-secondary-bg-subtle:#e2e3e5;
  --bs-success-bg-subtle:#d1e7dd;
  --bs-info-bg-subtle:#cff4fc;
  --bs-warning-bg-subtle:#fff3cd;
  --bs-danger-bg-subtle:#f8d7da;
  --bs-light-bg-subtle:#fcfcfd;
  --bs-dark-bg-subtle:#ced4da;
  --bs-primary-border-subtle:#9ec5fe;
  --bs-secondary-border-subtle:#c4c8cb;
  --bs-success-border-subtle:#a3cfbb;
  --bs-info-border-subtle:#9eeaf9;
  --bs-warning-border-subtle:#ffe69c;
  --bs-danger-border-subtle:#f1aeb5;
  --bs-light-border-subtle:#e9ecef;
  --bs-dark-border-subtle:#adb5bd;
  --bs-white-rgb:255,
  255,
  255;
  --bs-black-rgb:0,
  0,
  0;
  --bs-font-sans-serif:system-ui,
  -apple-system,
  "Segoe UI",
  Roboto,
  "Helvetica Neue",
  "Noto Sans",
  "Liberation Sans",
  Arial,
  sans-serif,
  "Apple Color Emoji",
  "Segoe UI Emoji",
  "Segoe UI Symbol",
  "Noto Color Emoji";
  --bs-font-monospace:SFMono-Regular,
  Menlo,
  Monaco,
  Consolas,
  "Liberation Mono",
  "Courier New",
  monospace;
  --bs-gradient:linear-gradient(180deg,
  rgba(255,
  255,
  255,
  0.15),
  rgba(255,
  255,
  255,
  0));
  --bs-body-font-family:var(--bs-font-sans-serif);
  --bs-body-font-size:1rem;
  --bs-body-font-weight:400;
  --bs-body-line-height:1.5;
  --bs-body-color:#212529;
  --bs-body-color-rgb:33,
  37,
  41;
  --bs-body-bg:#fff;
  --bs-body-bg-rgb:255,
  255,
  255;
  --bs-emphasis-color:#000;
  --bs-emphasis-color-rgb:0,
  0,
  0;
  --bs-secondary-color:rgba(33,
  37,
  41,
  0.75);
  --bs-secondary-color-rgb:33,
  37,
  41;
  --bs-secondary-bg:#e9ecef;
  --bs-secondary-bg-rgb:233,
  236,
  239;
  --bs-tertiary-color:rgba(33,
  37,
  41,
  0.5);
  --bs-tertiary-color-rgb:33,
  37,
  41;
  --bs-tertiary-bg:#f8f9fa;
  --bs-tertiary-bg-rgb:248,
  249,
  250;
  --bs-heading-color:inherit;
  --bs-link-color:#0d6efd;
  --bs-link-color-rgb:13,
  110,
  253;
  --bs-link-decoration:underline;
  --bs-link-hover-color:#0a58ca;
  --bs-link-hover-color-rgb:10,
  88,
  202;
  --bs-code-color:#d63384;
  --bs-highlight-color:#212529;
  --bs-highlight-bg:#fff3cd;
  --bs-border-width:1px;
  --bs-border-style:solid;
  --bs-border-color:#dee2e6;
  --bs-border-color-translucent:rgba(0,
  0,
  0,
  0.175);
  --bs-border-radius:0.375rem;
  --bs-border-radius-sm:0.25rem;
  --bs-border-radius-lg:0.5rem;
  --bs-border-radius-xl:1rem;
  --bs-border-radius-xxl:2rem;
  --bs-border-radius-2xl:var(--bs-border-radius-xxl);
  --bs-border-radius-pill:50rem;
  --bs-box-shadow:0 0.5rem 1rem rgba(0,
  0,
  0,
  0.15);
  --bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0,
  0,
  0,
  0.075);
  --bs-box-shadow-lg:0 1rem 3rem rgba(0,
  0,
  0,
  0.175);
  --bs-box-shadow-inset:inset 0 1px 2px rgba(0,
  0,
  0,
  0.075);
  --bs-focus-ring-width:0.25rem;
  --bs-focus-ring-opacity:0.25;
  --bs-focus-ring-color:rgba(13,
  110,
  253,
  0.25);
  --bs-form-valid-color:#198754;
  --bs-form-valid-border-color:#198754;
  --bs-form-invalid-color:#dc3545;
  --bs-form-invalid-border-color:#dc3545
}
[data-bs-theme=dark] {
  color-scheme:dark;
  --bs-body-color:#dee2e6;
  --bs-body-color-rgb:222,226,230;
  --bs-body-bg:#212529;
  --bs-body-bg-rgb:33,37,41;
  --bs-emphasis-color:#fff;
  --bs-emphasis-color-rgb:255,255,255;
  --bs-secondary-color:rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb:222,226,230;
  --bs-secondary-bg:#343a40;
  --bs-secondary-bg-rgb:52,58,64;
  --bs-tertiary-color:rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb:222,226,230;
  --bs-tertiary-bg:#2b3035;
  --bs-tertiary-bg-rgb:43,48,53;
  --bs-primary-text-emphasis:#6ea8fe;
  --bs-secondary-text-emphasis:#a7acb1;
  --bs-success-text-emphasis:#75b798;
  --bs-info-text-emphasis:#6edff6;
  --bs-warning-text-emphasis:#ffda6a;
  --bs-danger-text-emphasis:#ea868f;
  --bs-light-text-emphasis:#f8f9fa;
  --bs-dark-text-emphasis:#dee2e6;
  --bs-primary-bg-subtle:#031633;
  --bs-secondary-bg-subtle:#161719;
  --bs-success-bg-subtle:#051b11;
  --bs-info-bg-subtle:#032830;
  --bs-warning-bg-subtle:#332701;
  --bs-danger-bg-subtle:#2c0b0e;
  --bs-light-bg-subtle:#343a40;
  --bs-dark-bg-subtle:#1a1d20;
  --bs-primary-border-subtle:#084298;
  --bs-secondary-border-subtle:#41464b;
  --bs-success-border-subtle:#0f5132;
  --bs-info-border-subtle:#087990;
  --bs-warning-border-subtle:#997404;
  --bs-danger-border-subtle:#842029;
  --bs-light-border-subtle:#495057;
  --bs-dark-border-subtle:#343a40;
  --bs-heading-color:inherit;
  --bs-link-color:#6ea8fe;
  --bs-link-hover-color:#8bb9fe;
  --bs-link-color-rgb:110,168,254;
  --bs-link-hover-color-rgb:139,185,254;
  --bs-code-color:#e685b5;
  --bs-highlight-color:#dee2e6;
  --bs-highlight-bg:#664d03;
  --bs-border-color:#495057;
  --bs-border-color-translucent:rgba(255, 255, 255, 0.15);
  --bs-form-valid-color:#75b798;
  --bs-form-valid-border-color:#75b798;
  --bs-form-invalid-color:#ea868f;
  --bs-form-invalid-border-color:#ea868f
}
.alert {
  --bs-alert-bg:transparent;
  --bs-alert-padding-x:1rem;
  --bs-alert-padding-y:1rem;
  --bs-alert-margin-bottom:1rem;
  --bs-alert-color:inherit;
  --bs-alert-border-color:transparent;
  --bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius:var(--bs-border-radius);
  --bs-alert-link-color:inherit;
  position:relative;
  padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom:var(--bs-alert-margin-bottom);
  color:var(--bs-alert-color);
  background-color:var(--bs-alert-bg);
  border:var(--bs-alert-border);
  border-radius:var(--bs-alert-border-radius)
}
.alert-heading {
  color:inherit
}
.alert-link {
  font-weight:700;
  color:var(--bs-alert-link-color)
}
.alert-dismissible {
  padding-right:3rem
}
.alert-dismissible .btn-close {
  position:absolute;
  top:0;
  right:0;
  z-index:2;
  padding:1.25rem 1rem
}
.alert-primary {
  --bs-alert-color:var(--bs-primary-text-emphasis);
  --bs-alert-bg:var(--bs-primary-bg-subtle);
  --bs-alert-border-color:var(--bs-primary-border-subtle);
  --bs-alert-link-color:var(--bs-primary-text-emphasis)
}
.alert-secondary {
  --bs-alert-color:var(--bs-secondary-text-emphasis);
  --bs-alert-bg:var(--bs-secondary-bg-subtle);
  --bs-alert-border-color:var(--bs-secondary-border-subtle);
  --bs-alert-link-color:var(--bs-secondary-text-emphasis)
}
.alert-success {
  --bs-alert-color:var(--bs-success-text-emphasis);
  --bs-alert-bg:var(--bs-success-bg-subtle);
  --bs-alert-border-color:var(--bs-success-border-subtle);
  --bs-alert-link-color:var(--bs-success-text-emphasis)
}
.alert-info {
  --bs-alert-color:var(--bs-info-text-emphasis);
  --bs-alert-bg:var(--bs-info-bg-subtle);
  --bs-alert-border-color:var(--bs-info-border-subtle);
  --bs-alert-link-color:var(--bs-info-text-emphasis)
}
.alert-warning {
  --bs-alert-color:var(--bs-warning-text-emphasis);
  --bs-alert-bg:var(--bs-warning-bg-subtle);
  --bs-alert-border-color:var(--bs-warning-border-subtle);
  --bs-alert-link-color:var(--bs-warning-text-emphasis)
}
.alert-danger {
  --bs-alert-color:var(--bs-danger-text-emphasis);
  --bs-alert-bg:var(--bs-danger-bg-subtle);
  --bs-alert-border-color:var(--bs-danger-border-subtle);
  --bs-alert-link-color:var(--bs-danger-text-emphasis)
}
.alert-light {
  --bs-alert-color:var(--bs-light-text-emphasis);
  --bs-alert-bg:var(--bs-light-bg-subtle);
  --bs-alert-border-color:var(--bs-light-border-subtle);
  --bs-alert-link-color:var(--bs-light-text-emphasis)
}
.alert-dark {
  --bs-alert-color:var(--bs-dark-text-emphasis);
  --bs-alert-bg:var(--bs-dark-bg-subtle);
  --bs-alert-border-color:var(--bs-dark-border-subtle);
  --bs-alert-link-color:var(--bs-dark-text-emphasis)
}