/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

::-webkit-scrollbar {
    display: none
}

:root {
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #9e0013;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #6b9d40;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #44831e;
    --secondary: #ebedee;
    --success: #558230;
    --info: #0b2432;
    --warning: #c9bb00;
    --danger: #9e0013;
    --light: #f8f9fa;
    --dark: #2d2e28;
    --green-light: #a0c658;
    --grey: #f7f7f7;
    --blue: #284d62;
    --blue-grey: #4c6a83;
    --blue-light: #cfd9e2;
    --blue-dark: #0b2432;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1180px;
    --breakpoint-xl: 1520px;
    --font-family-sans-serif: "Open Sans", Arial;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

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: rgba(0, 0, 0, 0)
}

@-ms-viewport {
    width: device-width
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: Open Sans, Arial;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0b2432;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
    margin-bottom: 1.5rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

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: #44831e;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #3e791d
}

a:not([href]):not([tabindex]),
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 {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #0b2432;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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] {
    -webkit-box-sizing: border-box;
    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
}

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
}

.card .card-title,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.mit-overblik .block-container .card--block--mitoverblik .card-body .card-title,
.my-overview-overview-item--container.benefits-overview .type-wrapper .title,
.my-overview-overview-item--container.payment-and-debt-overview .title,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1.5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    color: inherit
}

.h1,
h1 {
    font-size: 2.25rem
}

.h2,
h2 {
    font-size: 1.875rem
}

.card .card-title,
.h3,
h3 {
    font-size: 1.5rem
}

.h4,
.mit-overblik .block-container .card--block--mitoverblik .card-body .card-title,
.my-overview-overview-item--container.benefits-overview .type-wrapper .title,
.my-overview-overview-item--container.payment-and-debt-overview .title,
h4 {
    font-size: 1.125rem
}

.h5,
.h6,
h5,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.125rem;
    font-weight: 600
}

.display-1 {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.1
}

.display-2 {
    font-size: 5.5rem
}

.display-2,
.display-3 {
    font-weight: 300;
    line-height: 1.1
}

.display-3 {
    font-size: 4.5rem
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: .625rem;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014   \A0"
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .5rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,
.operating-information__content {
    width: 100%;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container,
    .operating-information__content {
        max-width: 48rem
    }
}

@media (min-width: 768px) {
    .container,
    .operating-information__content {
        max-width: 73.6875rem
    }
}

@media (min-width: 1180px) {
    .container,
    .operating-information__content {
        max-width: 73.75rem
    }
}

@media (min-width: 1520px) {
    .container,
    .operating-information__content {
        max-width: 92.5rem
    }
}

.container-fluid {
    width: 100%;
    padding-right: .5rem;
    padding-left: .5rem;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.5rem;
    margin-left: -.5rem
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: .5rem;
    padding-left: .5rem
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1,
.col-auto {
    -webkit-box-flex: 0
}

.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-2,
.col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-4,
.col-5 {
    -webkit-box-flex: 0
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-6,
.col-7 {
    -webkit-box-flex: 0
}

.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-8,
.col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-10,
.col-11 {
    -webkit-box-flex: 0
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.appointment-overview-wrap .wellbox__content .js-myoverview-information,
.modal-top .wellbox__content .js-myoverview-information,
.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.appointment-overview-wrap .wellbox__content>.d-inline-flex,
.modal-top .wellbox__content>.d-inline-flex,
.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.appointment-overview-wrap .wellbox__content .container,
.appointment-overview-wrap .wellbox__content .operating-information__content,
.modal-top .wellbox__content .container,
.modal-top .wellbox__content .operating-information__content,
.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.33333%
    }
    .offset-sm-2 {
        margin-left: 16.66667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.33333%
    }
    .offset-sm-5 {
        margin-left: 41.66667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.33333%
    }
    .offset-sm-8 {
        margin-left: 66.66667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.33333%
    }
    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.33333%
    }
    .offset-md-2 {
        margin-left: 16.66667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.33333%
    }
    .offset-md-5 {
        margin-left: 41.66667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.33333%
    }
    .offset-md-8 {
        margin-left: 66.66667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.33333%
    }
    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1180px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.33333%
    }
    .offset-lg-2 {
        margin-left: 16.66667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.33333%
    }
    .offset-lg-5 {
        margin-left: 41.66667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.33333%
    }
    .offset-lg-8 {
        margin-left: 66.66667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.33333%
    }
    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1520px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.33333%
    }
    .offset-xl-2 {
        margin-left: 16.66667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.33333%
    }
    .offset-xl-5 {
        margin-left: 41.66667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.33333%
    }
    .offset-xl-8 {
        margin-left: 66.66667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.33333%
    }
    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table,
.xhtml .OIMAppContentMainTable {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td,
.table th,
.xhtml .OIMAppContentMainTable td,
.xhtml .OIMAppContentMainTable th {
    padding: .75rem;
    vertical-align: top;
    border-top: .0625rem solid #fff
}

.table thead th,
.xhtml .OIMAppContentMainTable thead th {
    vertical-align: bottom;
    border-bottom: .125rem solid #fff
}

.table tbody+tbody,
.xhtml .OIMAppContentMainTable tbody+tbody {
    border-top: .125rem solid #fff
}

.table .table,
.table .xhtml .OIMAppContentMainTable,
.xhtml .OIMAppContentMainTable .OIMAppContentMainTable,
.xhtml .OIMAppContentMainTable .table,
.xhtml .table .OIMAppContentMainTable {
    background-color: #fff
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: .0625rem solid #fff
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: .125rem
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #cbdcc0
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #bdd3b0
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #f9fafa
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #ebeeee
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #cfdcc5
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #c2d2b5
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bbc2c6
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #adb6ba
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #f0ecb8
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ece6a3
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #e4b8bd
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #dda6ac
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c4c4c3
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b7b7b6
}

.table-green-light,
.table-green-light>td,
.table-green-light>th {
    background-color: #e4efd0
}

.table-hover .table-green-light:hover,
.table-hover .table-green-light:hover>td,
.table-hover .table-green-light:hover>th {
    background-color: #d9e9bd
}

.table-grey,
.table-grey>td,
.table-grey>th {
    background-color: #fdfdfd
}

.table-hover .table-grey:hover,
.table-hover .table-grey:hover>td,
.table-hover .table-grey:hover>th {
    background-color: #f0f0f0
}

.table-blue,
.table-blue>td,
.table-blue>th {
    background-color: #c3cdd3
}

.table-hover .table-blue:hover,
.table-hover .table-blue:hover>td,
.table-hover .table-blue:hover>th {
    background-color: #b4c1c8
}

.table-blue-grey,
.table-blue-grey>td,
.table-blue-grey>th {
    background-color: #cdd5dc
}

.table-hover .table-blue-grey:hover,
.table-hover .table-blue-grey:hover>td,
.table-hover .table-blue-grey:hover>th {
    background-color: #bec8d2
}

.table-blue-light,
.table-blue-light>td,
.table-blue-light>th {
    background-color: #f2f4f7
}

.table-hover .table-blue-light:hover,
.table-hover .table-blue-light:hover>td,
.table-hover .table-blue-light:hover>th {
    background-color: #e2e7ed
}

.table-blue-dark,
.table-blue-dark>td,
.table-blue-dark>th {
    background-color: #bbc2c6
}

.table-hover .table-blue-dark:hover,
.table-hover .table-blue-dark:hover>td,
.table-hover .table-blue-dark:hover>th {
    background-color: #adb6ba
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th,
.xhtml .OIMAppContentMainTable .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th,
.xhtml .OIMAppContentMainTable .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #fff
}

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width: 1179.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width: 1519.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: 3.125rem;
    padding: .75rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #0b2432;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bac2c6;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #0b2432;
    background-color: #fff;
    border-color: #7fd64b;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(68, 131, 30, .25);
    box-shadow: 0 0 0 .2rem rgba(68, 131, 30, .25)
}

.form-control::-webkit-input-placeholder {
    color: #4c6a83;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #4c6a83;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #4c6a83;
    opacity: 1
}

.form-control::placeholder {
    color: #4c6a83;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f7f7f7;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #0b2432;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.75rem + 1px);
    padding-bottom: calc(.75rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .75rem;
    padding-bottom: .75rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #0b2432;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .625rem;
    color: #558230
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(85, 130, 48, .9);
    border-radius: .5rem
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #558230
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #558230;
    -webkit-box-shadow: 0 0 0 .2rem rgba(85, 130, 48, .25);
    box-shadow: 0 0 0 .2rem rgba(85, 130, 48, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #558230
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #558230
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    background-color: #94c86a
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    background-color: #6da73e
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(85, 130, 48, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(85, 130, 48, .25)
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #558230
}

.custom-file-input.is-valid~.custom-file-label:after,
.was-validated .custom-file-input:valid~.custom-file-label:after {
    border-color: inherit
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    -webkit-box-shadow: 0 0 0 .2rem rgba(85, 130, 48, .25);
    box-shadow: 0 0 0 .2rem rgba(85, 130, 48, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .625rem;
    color: #9e0013
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(158, 0, 19, .9);
    border-radius: .5rem
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #9e0013
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #9e0013;
    -webkit-box-shadow: 0 0 0 .2rem rgba(158, 0, 19, .25);
    box-shadow: 0 0 0 .2rem rgba(158, 0, 19, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #9e0013
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #9e0013
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
    background-color: #ff1f39
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    background-color: #d10019
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(158, 0, 19, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(158, 0, 19, .25)
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #9e0013
}

.custom-file-input.is-invalid~.custom-file-label:after,
.was-validated .custom-file-input:invalid~.custom-file-label:after {
    border-color: inherit
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    -webkit-box-shadow: 0 0 0 .2rem rgba(158, 0, 19, .25);
    box-shadow: 0 0 0 .2rem rgba(158, 0, 19, .25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-inline .form-group,
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-check {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .75rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(68, 131, 30, .25);
    box-shadow: 0 0 0 .2rem rgba(68, 131, 30, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #44831e;
    border-color: #44831e
}

.btn-primary:hover {
    color: #fff;
    background-color: #346417;
    border-color: #2e5a14
}

.btn-primary.focus,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(68, 131, 30, .5);
    box-shadow: 0 0 0 .2rem rgba(68, 131, 30, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #44831e;
    border-color: #44831e
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2e5a14;
    border-color: #294f12
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(68, 131, 30, .5);
    box-shadow: 0 0 0 .2rem rgba(68, 131, 30, .5)
}

.btn-secondary {
    color: #212529;
    background-color: #ebedee;
    border-color: #ebedee
}

.btn-secondary:hover {
    color: #212529;
    background-color: #d6dadc;
    border-color: #cfd4d7
}

.btn-secondary.focus,
.btn-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(200, 8%, 93%, .5);
    box-shadow: 0 0 0 .2rem hsla(200, 8%, 93%, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #212529;
    background-color: #ebedee;
    border-color: #ebedee
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #cfd4d7;
    border-color: #c9ced1
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(200, 8%, 93%, .5);
    box-shadow: 0 0 0 .2rem hsla(200, 8%, 93%, .5)
}

.btn-success {
    color: #fff;
    background-color: #558230;
    border-color: #558230
}

.btn-success:hover {
    color: #fff;
    background-color: #436626;
    border-color: #3d5d22
}

.btn-success.focus,
.btn-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(85, 130, 48, .5);
    box-shadow: 0 0 0 .2rem rgba(85, 130, 48, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #558230;
    border-color: #558230
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #3d5d22;
    border-color: #37531f
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(85, 130, 48, .5);
    box-shadow: 0 0 0 .2rem rgba(85, 130, 48, .5)
}

.btn-info {
    color: #fff;
    background-color: #0b2432;
    border-color: #0b2432
}

.btn-info:hover {
    color: #fff;
    background-color: #040d13;
    border-color: #020608
}

.btn-info.focus,
.btn-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(11, 36, 50, .5);
    box-shadow: 0 0 0 .2rem rgba(11, 36, 50, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #0b2432;
    border-color: #0b2432
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #020608;
    border-color: #000
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(11, 36, 50, .5);
    box-shadow: 0 0 0 .2rem rgba(11, 36, 50, .5)
}

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

.btn-warning:hover {
    color: #fff;
    background-color: #a39700;
    border-color: #968c00
}

.btn-warning.focus,
.btn-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(201, 187, 0, .5);
    box-shadow: 0 0 0 .2rem rgba(201, 187, 0, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #c9bb00;
    border-color: #c9bb00
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #968c00;
    border-color: #898000
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(201, 187, 0, .5);
    box-shadow: 0 0 0 .2rem rgba(201, 187, 0, .5)
}

.btn-danger {
    color: #fff;
    background-color: #9e0013;
    border-color: #9e0013
}

.btn-danger:hover {
    color: #fff;
    background-color: #78000e;
    border-color: #6b000d
}

.btn-danger.focus,
.btn-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(158, 0, 19, .5);
    box-shadow: 0 0 0 .2rem rgba(158, 0, 19, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #9e0013;
    border-color: #9e0013
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #6b000d;
    border-color: #5e000b
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(158, 0, 19, .5);
    box-shadow: 0 0 0 .2rem rgba(158, 0, 19, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
    color: #fff;
    background-color: #2d2e28;
    border-color: #2d2e28
}

.btn-dark:hover {
    color: #fff;
    background-color: #191a16;
    border-color: #121310
}

.btn-dark.focus,
.btn-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(45, 46, 40, .5);
    box-shadow: 0 0 0 .2rem rgba(45, 46, 40, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #2d2e28;
    border-color: #2d2e28
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #121310;
    border-color: #0c0c0a
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(45, 46, 40, .5);
    box-shadow: 0 0 0 .2rem rgba(45, 46, 40, .5)
}

.btn-green-light {
    color: #212529;
    background-color: #a0c658;
    border-color: #a0c658
}

.btn-green-light:hover {
    color: #212529;
    background-color: #8fb93f;
    border-color: #87af3c
}

.btn-green-light.focus,
.btn-green-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(160, 198, 88, .5);
    box-shadow: 0 0 0 .2rem rgba(160, 198, 88, .5)
}

.btn-green-light.disabled,
.btn-green-light:disabled {
    color: #212529;
    background-color: #a0c658;
    border-color: #a0c658
}

.btn-green-light:not(:disabled):not(.disabled).active,
.btn-green-light:not(:disabled):not(.disabled):active,
.show>.btn-green-light.dropdown-toggle {
    color: #212529;
    background-color: #87af3c;
    border-color: #80a639
}

.btn-green-light:not(:disabled):not(.disabled).active:focus,
.btn-green-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-green-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(160, 198, 88, .5);
    box-shadow: 0 0 0 .2rem rgba(160, 198, 88, .5)
}

.btn-grey {
    color: #212529;
    background-color: #f7f7f7;
    border-color: #f7f7f7
}

.btn-grey:hover {
    color: #212529;
    background-color: #e4e4e4;
    border-color: #dedede
}

.btn-grey.focus,
.btn-grey:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(0, 0%, 97%, .5);
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 97%, .5)
}

.btn-grey.disabled,
.btn-grey:disabled {
    color: #212529;
    background-color: #f7f7f7;
    border-color: #f7f7f7
}

.btn-grey:not(:disabled):not(.disabled).active,
.btn-grey:not(:disabled):not(.disabled):active,
.show>.btn-grey.dropdown-toggle {
    color: #212529;
    background-color: #dedede;
    border-color: #d7d7d7
}

.btn-grey:not(:disabled):not(.disabled).active:focus,
.btn-grey:not(:disabled):not(.disabled):active:focus,
.show>.btn-grey.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(0, 0%, 97%, .5);
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 97%, .5)
}

.btn-blue {
    color: #fff;
    background-color: #284d62;
    border-color: #284d62
}

.btn-blue:hover {
    color: #fff;
    background-color: #1d3847;
    border-color: #19313e
}

.btn-blue.focus,
.btn-blue:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 77, 98, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 77, 98, .5)
}

.btn-blue.disabled,
.btn-blue:disabled {
    color: #fff;
    background-color: #284d62;
    border-color: #284d62
}

.btn-blue:not(:disabled):not(.disabled).active,
.btn-blue:not(:disabled):not(.disabled):active,
.show>.btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #19313e;
    border-color: #162935
}

.btn-blue:not(:disabled):not(.disabled).active:focus,
.btn-blue:not(:disabled):not(.disabled):active:focus,
.show>.btn-blue.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 77, 98, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 77, 98, .5)
}

.btn-blue-grey {
    color: #fff;
    background-color: #4c6a83;
    border-color: #4c6a83
}

.btn-blue-grey:hover {
    color: #fff;
    background-color: #3e566b;
    border-color: #395063
}

.btn-blue-grey.focus,
.btn-blue-grey:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(76, 106, 131, .5);
    box-shadow: 0 0 0 .2rem rgba(76, 106, 131, .5)
}

.btn-blue-grey.disabled,
.btn-blue-grey:disabled {
    color: #fff;
    background-color: #4c6a83;
    border-color: #4c6a83
}

.btn-blue-grey:not(:disabled):not(.disabled).active,
.btn-blue-grey:not(:disabled):not(.disabled):active,
.show>.btn-blue-grey.dropdown-toggle {
    color: #fff;
    background-color: #395063;
    border-color: #35495b
}

.btn-blue-grey:not(:disabled):not(.disabled).active:focus,
.btn-blue-grey:not(:disabled):not(.disabled):active:focus,
.show>.btn-blue-grey.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(76, 106, 131, .5);
    box-shadow: 0 0 0 .2rem rgba(76, 106, 131, .5)
}

.btn-blue-light {
    color: #212529;
    background-color: #cfd9e2;
    border-color: #cfd9e2
}

.btn-blue-light:hover {
    color: #212529;
    background-color: #b7c6d4;
    border-color: #afc0cf
}

.btn-blue-light.focus,
.btn-blue-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(207, 217, 226, .5);
    box-shadow: 0 0 0 .2rem rgba(207, 217, 226, .5)
}

.btn-blue-light.disabled,
.btn-blue-light:disabled {
    color: #212529;
    background-color: #cfd9e2;
    border-color: #cfd9e2
}

.btn-blue-light:not(:disabled):not(.disabled).active,
.btn-blue-light:not(:disabled):not(.disabled):active,
.show>.btn-blue-light.dropdown-toggle {
    color: #212529;
    background-color: #afc0cf;
    border-color: #a7baca
}

.btn-blue-light:not(:disabled):not(.disabled).active:focus,
.btn-blue-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-blue-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(207, 217, 226, .5);
    box-shadow: 0 0 0 .2rem rgba(207, 217, 226, .5)
}

.btn-blue-dark {
    color: #fff;
    background-color: #0b2432;
    border-color: #0b2432
}

.btn-blue-dark:hover {
    color: #fff;
    background-color: #040d13;
    border-color: #020608
}

.btn-blue-dark.focus,
.btn-blue-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(11, 36, 50, .5);
    box-shadow: 0 0 0 .2rem rgba(11, 36, 50, .5)
}

.btn-blue-dark.disabled,
.btn-blue-dark:disabled {
    color: #fff;
    background-color: #0b2432;
    border-color: #0b2432
}

.btn-blue-dark:not(:disabled):not(.disabled).active,
.btn-blue-dark:not(:disabled):not(.disabled):active,
.show>.btn-blue-dark.dropdown-toggle {
    color: #fff;
    background-color: #020608;
    border-color: #000
}

.btn-blue-dark:not(:disabled):not(.disabled).active:focus,
.btn-blue-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-blue-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(11, 36, 50, .5);
    box-shadow: 0 0 0 .2rem rgba(11, 36, 50, .5)
}

.btn-outline-primary {
    color: #44831e;
    background-color: transparent;
    background-image: none;
    border-color: #44831e
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #44831e;
    border-color: #44831e
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(68, 131, 30, .5);
    box-shadow: 0 0 0 .2rem rgba(68, 131, 30, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #44831e;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #44831e;
    border-color: #44831e
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(68, 131, 30, .5);
    box-shadow: 0 0 0 .2rem rgba(68, 131, 30, .5)
}

.btn-outline-secondary {
    color: #ebedee;
    background-color: transparent;
    background-image: none;
    border-color: #ebedee
}

.btn-outline-secondary:hover {
    color: #212529;
    background-color: #ebedee;
    border-color: #ebedee
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(200, 8%, 93%, .5);
    box-shadow: 0 0 0 .2rem hsla(200, 8%, 93%, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #ebedee;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #ebedee;
    border-color: #ebedee
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(200, 8%, 93%, .5);
    box-shadow: 0 0 0 .2rem hsla(200, 8%, 93%, .5)
}

.btn-outline-success {
    color: #558230;
    background-color: transparent;
    background-image: none;
    border-color: #558230
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #558230;
    border-color: #558230
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(85, 130, 48, .5);
    box-shadow: 0 0 0 .2rem rgba(85, 130, 48, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #558230;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #558230;
    border-color: #558230
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(85, 130, 48, .5);
    box-shadow: 0 0 0 .2rem rgba(85, 130, 48, .5)
}

.btn-outline-info {
    color: #0b2432;
    background-color: transparent;
    background-image: none;
    border-color: #0b2432
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #0b2432;
    border-color: #0b2432
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(11, 36, 50, .5);
    box-shadow: 0 0 0 .2rem rgba(11, 36, 50, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #0b2432;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #0b2432;
    border-color: #0b2432
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(11, 36, 50, .5);
    box-shadow: 0 0 0 .2rem rgba(11, 36, 50, .5)
}

.btn-outline-warning {
    color: #c9bb00;
    background-color: transparent;
    background-image: none;
    border-color: #c9bb00
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #c9bb00;
    border-color: #c9bb00
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(201, 187, 0, .5);
    box-shadow: 0 0 0 .2rem rgba(201, 187, 0, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #c9bb00;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #c9bb00;
    border-color: #c9bb00
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(201, 187, 0, .5);
    box-shadow: 0 0 0 .2rem rgba(201, 187, 0, .5)
}

.btn-outline-danger {
    color: #9e0013;
    background-color: transparent;
    background-image: none;
    border-color: #9e0013
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #9e0013;
    border-color: #9e0013
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(158, 0, 19, .5);
    box-shadow: 0 0 0 .2rem rgba(158, 0, 19, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #9e0013;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #9e0013;
    border-color: #9e0013
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(158, 0, 19, .5);
    box-shadow: 0 0 0 .2rem rgba(158, 0, 19, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #2d2e28;
    background-color: transparent;
    background-image: none;
    border-color: #2d2e28
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #2d2e28;
    border-color: #2d2e28
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(45, 46, 40, .5);
    box-shadow: 0 0 0 .2rem rgba(45, 46, 40, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #2d2e28;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #2d2e28;
    border-color: #2d2e28
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(45, 46, 40, .5);
    box-shadow: 0 0 0 .2rem rgba(45, 46, 40, .5)
}

.btn-outline-green-light {
    color: #a0c658;
    background-color: transparent;
    background-image: none;
    border-color: #a0c658
}

.btn-outline-green-light:hover {
    color: #212529;
    background-color: #a0c658;
    border-color: #a0c658
}

.btn-outline-green-light.focus,
.btn-outline-green-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(160, 198, 88, .5);
    box-shadow: 0 0 0 .2rem rgba(160, 198, 88, .5)
}

.btn-outline-green-light.disabled,
.btn-outline-green-light:disabled {
    color: #a0c658;
    background-color: transparent
}

.btn-outline-green-light:not(:disabled):not(.disabled).active,
.btn-outline-green-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-green-light.dropdown-toggle {
    color: #212529;
    background-color: #a0c658;
    border-color: #a0c658
}

.btn-outline-green-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-green-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-green-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(160, 198, 88, .5);
    box-shadow: 0 0 0 .2rem rgba(160, 198, 88, .5)
}

.btn-outline-grey {
    color: #f7f7f7;
    background-color: transparent;
    background-image: none;
    border-color: #f7f7f7
}

.btn-outline-grey:hover {
    color: #212529;
    background-color: #f7f7f7;
    border-color: #f7f7f7
}

.btn-outline-grey.focus,
.btn-outline-grey:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(0, 0%, 97%, .5);
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 97%, .5)
}

.btn-outline-grey.disabled,
.btn-outline-grey:disabled {
    color: #f7f7f7;
    background-color: transparent
}

.btn-outline-grey:not(:disabled):not(.disabled).active,
.btn-outline-grey:not(:disabled):not(.disabled):active,
.show>.btn-outline-grey.dropdown-toggle {
    color: #212529;
    background-color: #f7f7f7;
    border-color: #f7f7f7
}

.btn-outline-grey:not(:disabled):not(.disabled).active:focus,
.btn-outline-grey:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-grey.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(0, 0%, 97%, .5);
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 97%, .5)
}

.btn-outline-blue {
    color: #284d62;
    background-color: transparent;
    background-image: none;
    border-color: #284d62
}

.btn-outline-blue:hover {
    color: #fff;
    background-color: #284d62;
    border-color: #284d62
}

.btn-outline-blue.focus,
.btn-outline-blue:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 77, 98, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 77, 98, .5)
}

.btn-outline-blue.disabled,
.btn-outline-blue:disabled {
    color: #284d62;
    background-color: transparent
}

.btn-outline-blue:not(:disabled):not(.disabled).active,
.btn-outline-blue:not(:disabled):not(.disabled):active,
.show>.btn-outline-blue.dropdown-toggle {
    color: #fff;
    background-color: #284d62;
    border-color: #284d62
}

.btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-blue.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(40, 77, 98, .5);
    box-shadow: 0 0 0 .2rem rgba(40, 77, 98, .5)
}

.btn-outline-blue-grey {
    color: #4c6a83;
    background-color: transparent;
    background-image: none;
    border-color: #4c6a83
}

.btn-outline-blue-grey:hover {
    color: #fff;
    background-color: #4c6a83;
    border-color: #4c6a83
}

.btn-outline-blue-grey.focus,
.btn-outline-blue-grey:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(76, 106, 131, .5);
    box-shadow: 0 0 0 .2rem rgba(76, 106, 131, .5)
}

.btn-outline-blue-grey.disabled,
.btn-outline-blue-grey:disabled {
    color: #4c6a83;
    background-color: transparent
}

.btn-outline-blue-grey:not(:disabled):not(.disabled).active,
.btn-outline-blue-grey:not(:disabled):not(.disabled):active,
.show>.btn-outline-blue-grey.dropdown-toggle {
    color: #fff;
    background-color: #4c6a83;
    border-color: #4c6a83
}

.btn-outline-blue-grey:not(:disabled):not(.disabled).active:focus,
.btn-outline-blue-grey:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-blue-grey.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(76, 106, 131, .5);
    box-shadow: 0 0 0 .2rem rgba(76, 106, 131, .5)
}

.btn-outline-blue-light {
    color: #cfd9e2;
    background-color: transparent;
    background-image: none;
    border-color: #cfd9e2
}

.btn-outline-blue-light:hover {
    color: #212529;
    background-color: #cfd9e2;
    border-color: #cfd9e2
}

.btn-outline-blue-light.focus,
.btn-outline-blue-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(207, 217, 226, .5);
    box-shadow: 0 0 0 .2rem rgba(207, 217, 226, .5)
}

.btn-outline-blue-light.disabled,
.btn-outline-blue-light:disabled {
    color: #cfd9e2;
    background-color: transparent
}

.btn-outline-blue-light:not(:disabled):not(.disabled).active,
.btn-outline-blue-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-blue-light.dropdown-toggle {
    color: #212529;
    background-color: #cfd9e2;
    border-color: #cfd9e2
}

.btn-outline-blue-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-blue-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-blue-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(207, 217, 226, .5);
    box-shadow: 0 0 0 .2rem rgba(207, 217, 226, .5)
}

.btn-outline-blue-dark {
    color: #0b2432;
    background-color: transparent;
    background-image: none;
    border-color: #0b2432
}

.btn-outline-blue-dark:hover {
    color: #fff;
    background-color: #0b2432;
    border-color: #0b2432
}

.btn-outline-blue-dark.focus,
.btn-outline-blue-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(11, 36, 50, .5);
    box-shadow: 0 0 0 .2rem rgba(11, 36, 50, .5)
}

.btn-outline-blue-dark.disabled,
.btn-outline-blue-dark:disabled {
    color: #0b2432;
    background-color: transparent
}

.btn-outline-blue-dark:not(:disabled):not(.disabled).active,
.btn-outline-blue-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-blue-dark.dropdown-toggle {
    color: #fff;
    background-color: #0b2432;
    border-color: #0b2432
}

.btn-outline-blue-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-blue-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-blue-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(11, 36, 50, .5);
    box-shadow: 0 0 0 .2rem rgba(11, 36, 50, .5)
}

.btn-link {
    font-weight: 400;
    color: #44831e;
    background-color: transparent
}

.btn-link:hover {
    color: #3e791d;
    background-color: transparent
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: underline;
    border-color: transparent
}

.btn-link.focus,
.btn-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

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

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #0b2432;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .5rem
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #44831e
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group,
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control {
    margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .75rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0b2432;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #bac2c6;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 2rem
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label:before {
    color: #fff;
    background-color: #284d62
}

.custom-control-input:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(68, 131, 30, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(68, 131, 30, .25)
}

.custom-control-input:active~.custom-control-label:before {
    color: #284d62;
    background-color: #284d62
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0
}

.custom-control-label:before {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: -.0625rem;
    left: -2rem;
    display: block;
    width: 1.625rem;
    height: 1.625rem;
    content: ""
}

.custom-control-label:after {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-label:before {
    border-radius: .125rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
    background-color: #284d62
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    background-color: #284d62
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23284d62' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(40, 77, 98, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(40, 77, 98, .5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:before {
    background-color: #284d62
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(40, 77, 98, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: 3.125rem;
    padding: .5rem 2rem .5rem 1rem;
    line-height: 1.5;
    color: #0b2432;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 1rem center;
    background-size: 8px 10px;
    border: 1px solid #bac2c6;
    border-radius: .5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #7fd64b;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .2rem rgba(127, 214, 75, .5);
    box-shadow: 0 0 0 .2rem rgba(127, 214, 75, .5)
}

.custom-select:focus::-ms-value {
    color: #0b2432;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 1rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    font-size: 75%
}

.custom-select-lg,
.custom-select-sm {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    font-size: 125%
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: 3.125rem
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #7fd64b;
    -webkit-box-shadow: 0 0 0 .2rem rgba(68, 131, 30, .25);
    box-shadow: 0 0 0 .2rem rgba(68, 131, 30, .25)
}

.custom-file-input:focus~.custom-file-label:after {
    border-color: #7fd64b
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #f7f7f7
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: 3.125rem;
    background-color: #fff;
    border: 1px solid #bac2c6;
    border-radius: .25rem
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #0b2432
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #bac2c6;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(68, 131, 30, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(68, 131, 30, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(68, 131, 30, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(68, 131, 30, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #44831e;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #9ddf74
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #44831e;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #9ddf74
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #44831e;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #9ddf74
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        -webkit-transition: none;
        transition: none
    }
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .5rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #44831e
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,
.navbar>.container,
.navbar>.container-fluid,
.navbar>.operating-information__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

@media (max-width: 575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.operating-information__content {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-sm,
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.operating-information__content {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.operating-information__content {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-md,
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }
    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.operating-information__content {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 1179.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.operating-information__content {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1180px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-lg,
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.operating-information__content {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1519.98px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.operating-information__content {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1520px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
    .navbar-expand-xl,
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }
    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.operating-information__content {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.operating-information__content {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.operating-information__content {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #f7f7f7;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: 0
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2rem
}

.card-title {
    margin-bottom: 1.5rem
}

.card-subtitle {
    margin-top: -.75rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 2rem
}

.card-header {
    padding: 1.5rem 2rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 0 solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: 0 0 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: 1.5rem 2rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 0 solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 0 0
}

.card-header-tabs {
    margin-bottom: -1.5rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -1rem;
    margin-left: -1rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: 0
}

.card-img-top {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: .5rem
}

@media (min-width: 576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -.5rem;
        margin-left: -.5rem
    }
    .card-deck,
    .card-deck .card {
        -webkit-box-direction: normal
    }
    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: .5rem;
        margin-bottom: 0;
        margin-left: .5rem
    }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: .5rem
}

@media (min-width: 576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:first-child .card-header,
    .card-group>.card:first-child .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:first-child .card-footer,
    .card-group>.card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:last-child .card-header,
    .card-group>.card:last-child .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:last-child .card-footer,
    .card-group>.card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }
    .card-group>.card:only-child {
        border-radius: 0
    }
    .card-group>.card:only-child .card-header,
    .card-group>.card:only-child .card-img-top {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }
    .card-group>.card:only-child .card-footer,
    .card-group>.card:only-child .card-img-bottom {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child),
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: 1.5rem
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.25rem 0;
    list-style: none;
    background-color: #eee;
    border-radius: 0
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #0b2432;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #284d62
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .5rem
}

.page-link {
    position: relative;
    display: block;
    padding: .9rem 1.25rem;
    margin-left: 0;
    line-height: 1.25;
    color: #0b2432;
    background-color: #ebedee;
    border: 0 solid #ebedee
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #4c6a83;
    border-color: #4c6a83
}

.page-link:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #4c6a83;
    border-color: #4c6a83
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge,
.self-service-link__badge {
    display: inline-block;
    padding: .46875rem .5625rem;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0
}

.badge:empty,
.self-service-link__badge:empty {
    display: none
}

.btn .badge,
.btn .self-service-link__badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #44831e
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #2e5a14
}

.badge-secondary {
    color: #212529;
    background-color: #ebedee
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #cfd4d7
}

.badge-success {
    color: #fff;
    background-color: #558230
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3d5d22
}

.badge-info {
    color: #fff;
    background-color: #0b2432
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #020608
}

.badge-warning {
    color: #212529;
    background-color: #c9bb00
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #968c00
}

.badge-danger {
    color: #fff;
    background-color: #9e0013
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #6b000d
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5
}

.badge-dark {
    color: #fff;
    background-color: #2d2e28
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #121310
}

.badge-green-light {
    color: #212529;
    background-color: #a0c658
}

.badge-green-light[href]:focus,
.badge-green-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #87af3c
}

.badge-grey {
    color: #212529;
    background-color: #f7f7f7
}

.badge-grey[href]:focus,
.badge-grey[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dedede
}

.badge-blue {
    color: #fff;
    background-color: #284d62
}

.badge-blue[href]:focus,
.badge-blue[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #19313e
}

.badge-blue-grey {
    color: #fff;
    background-color: #4c6a83
}

.badge-blue-grey[href]:focus,
.badge-blue-grey[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #395063
}

.badge-blue-light {
    color: #212529;
    background-color: #cfd9e2
}

.badge-blue-light[href]:focus,
.badge-blue-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #afc0cf
}

.badge-blue-dark {
    color: #fff;
    background-color: #0b2432
}

.badge-blue-dark[href]:focus,
.badge-blue-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #020608
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .5rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #234410;
    background-color: #dae6d2;
    border-color: #cbdcc0
}

.alert-primary hr {
    border-top-color: #bdd3b0
}

.alert-primary .alert-link {
    color: #0e1b06
}

.alert-secondary {
    color: #7a7b7c;
    background-color: #fbfbfc;
    border-color: #f9fafa
}

.alert-secondary hr {
    border-top-color: #ebeeee
}

.alert-secondary .alert-link {
    color: #616262
}

.alert-success {
    color: #2c4419;
    background-color: #dde6d6;
    border-color: #cfdcc5
}

.alert-success hr {
    border-top-color: #c2d2b5
}

.alert-success .alert-link {
    color: #141f0b
}

.alert-info {
    color: #06131a;
    background-color: #ced3d6;
    border-color: #bbc2c6
}

.alert-info hr {
    border-top-color: #adb6ba
}

.alert-info .alert-link {
    color: #000
}

.alert-warning {
    color: #696100;
    background-color: #f4f1cc;
    border-color: #f0ecb8
}

.alert-warning hr {
    border-top-color: #ece6a3
}

.alert-warning .alert-link {
    color: #363200
}

.alert-danger {
    color: #52000a;
    background-color: #ecccd0;
    border-color: #e4b8bd
}

.alert-danger hr {
    border-top-color: #dda6ac
}

.alert-danger .alert-link {
    color: #1f0004
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #171815;
    background-color: #d5d5d4;
    border-color: #c4c4c3
}

.alert-dark hr {
    border-top-color: #b7b7b6
}

.alert-dark .alert-link {
    color: #000
}

.alert-green-light {
    color: #53672e;
    background-color: #ecf4de;
    border-color: #e4efd0
}

.alert-green-light hr {
    border-top-color: #d9e9bd
}

.alert-green-light .alert-link {
    color: #37441e
}

.alert-grey {
    color: gray;
    background-color: #fdfdfd;
    border-color: #fdfdfd
}

.alert-grey hr {
    border-top-color: #f0f0f0
}

.alert-grey .alert-link {
    color: #676767
}

.alert-blue {
    color: #152833;
    background-color: #d4dbe0;
    border-color: #c3cdd3
}

.alert-blue hr {
    border-top-color: #b4c1c8
}

.alert-blue .alert-link {
    color: #060c0f
}

.alert-blue-grey {
    color: #283744;
    background-color: #dbe1e6;
    border-color: #cdd5dc
}

.alert-blue-grey hr {
    border-top-color: #bec8d2
}

.alert-blue-grey .alert-link {
    color: #151d24
}

.alert-blue-light {
    color: #6c7176;
    background-color: #f5f7f9;
    border-color: #f2f4f7
}

.alert-blue-light hr {
    border-top-color: #e2e7ed
}

.alert-blue-light .alert-link {
    color: #54585b
}

.alert-blue-dark {
    color: #06131a;
    background-color: #ced3d6;
    border-color: #bbc2c6
}

.alert-blue-dark hr {
    border-top-color: #adb6ba
}

.alert-blue-dark .alert-link {
    color: #000
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .5rem
}

.progress,
.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.progress-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #44831e;
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #0b2432;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #44831e;
    border-color: #44831e
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #234410;
    background-color: #cbdcc0
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #234410;
    background-color: #bdd3b0
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #234410;
    border-color: #234410
}

.list-group-item-secondary {
    color: #7a7b7c;
    background-color: #f9fafa
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #7a7b7c;
    background-color: #ebeeee
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #7a7b7c;
    border-color: #7a7b7c
}

.list-group-item-success {
    color: #2c4419;
    background-color: #cfdcc5
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #2c4419;
    background-color: #c2d2b5
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #2c4419;
    border-color: #2c4419
}

.list-group-item-info {
    color: #06131a;
    background-color: #bbc2c6
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #06131a;
    background-color: #adb6ba
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #06131a;
    border-color: #06131a
}

.list-group-item-warning {
    color: #696100;
    background-color: #f0ecb8
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #696100;
    background-color: #ece6a3
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #696100;
    border-color: #696100
}

.list-group-item-danger {
    color: #52000a;
    background-color: #e4b8bd
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #52000a;
    background-color: #dda6ac
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #52000a;
    border-color: #52000a
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #171815;
    background-color: #c4c4c3
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #171815;
    background-color: #b7b7b6
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #171815;
    border-color: #171815
}

.list-group-item-green-light {
    color: #53672e;
    background-color: #e4efd0
}

.list-group-item-green-light.list-group-item-action:focus,
.list-group-item-green-light.list-group-item-action:hover {
    color: #53672e;
    background-color: #d9e9bd
}

.list-group-item-green-light.list-group-item-action.active {
    color: #fff;
    background-color: #53672e;
    border-color: #53672e
}

.list-group-item-grey {
    color: gray;
    background-color: #fdfdfd
}

.list-group-item-grey.list-group-item-action:focus,
.list-group-item-grey.list-group-item-action:hover {
    color: gray;
    background-color: #f0f0f0
}

.list-group-item-grey.list-group-item-action.active {
    color: #fff;
    background-color: gray;
    border-color: gray
}

.list-group-item-blue {
    color: #152833;
    background-color: #c3cdd3
}

.list-group-item-blue.list-group-item-action:focus,
.list-group-item-blue.list-group-item-action:hover {
    color: #152833;
    background-color: #b4c1c8
}

.list-group-item-blue.list-group-item-action.active {
    color: #fff;
    background-color: #152833;
    border-color: #152833
}

.list-group-item-blue-grey {
    color: #283744;
    background-color: #cdd5dc
}

.list-group-item-blue-grey.list-group-item-action:focus,
.list-group-item-blue-grey.list-group-item-action:hover {
    color: #283744;
    background-color: #bec8d2
}

.list-group-item-blue-grey.list-group-item-action.active {
    color: #fff;
    background-color: #283744;
    border-color: #283744
}

.list-group-item-blue-light {
    color: #6c7176;
    background-color: #f2f4f7
}

.list-group-item-blue-light.list-group-item-action:focus,
.list-group-item-blue-light.list-group-item-action:hover {
    color: #6c7176;
    background-color: #e2e7ed
}

.list-group-item-blue-light.list-group-item-action.active {
    color: #fff;
    background-color: #6c7176;
    border-color: #6c7176
}

.list-group-item-blue-dark {
    color: #06131a;
    background-color: #bbc2c6
}

.list-group-item-blue-dark.list-group-item-action:focus,
.list-group-item-blue-dark.list-group-item-action:hover {
    color: #06131a;
    background-color: #adb6ba
}

.list-group-item-blue-dark.list-group-item-action.active {
    color: #fff;
    background-color: #06131a;
    border-color: #06131a
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid transparent;
    border-radius: 0;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.5rem 3rem;
    border-bottom: 0 solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.modal-header .close {
    padding: 1.5rem 3rem;
    margin: -1.5rem 3rem
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2.5rem 3rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 2.5rem 3rem;
    border-top: 0 solid transparent
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 41.25rem;
        margin: 1.75rem auto
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem)
    }
    .modal-sm {
        max-width: 25rem
    }
}

@media (min-width: 1180px) {
    .modal-lg {
        max-width: 56.25rem
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: Open Sans, Arial;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .5rem
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: Open Sans, Arial;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow:after,
.bs-popover-auto[x-placement^=top] .arrow:before,
.bs-popover-top .arrow:after,
.bs-popover-top .arrow:before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow:before,
.bs-popover-top .arrow:before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow:after,
.bs-popover-top .arrow:after {
    bottom: 1px;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow:after,
.bs-popover-auto[x-placement^=right] .arrow:before,
.bs-popover-right .arrow:after,
.bs-popover-right .arrow:before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow:before,
.bs-popover-right .arrow:before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow:after,
.bs-popover-right .arrow:after {
    left: 1px;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow:after,
.bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom .arrow:after,
.bs-popover-bottom .arrow:before {
    border-width: 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow:before,
.bs-popover-bottom .arrow:before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow:after,
.bs-popover-bottom .arrow:after {
    top: 1px;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow:after,
.bs-popover-auto[x-placement^=left] .arrow:before,
.bs-popover-left .arrow:after,
.bs-popover-left .arrow:before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow:before,
.bs-popover-left .arrow:before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow:after,
.bs-popover-left .arrow:after {
    right: 1px;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #0b2432
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
    -webkit-transition: -webkit-transform .6s ease;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item-next,
    .carousel-item-prev,
    .carousel-item.active {
        -webkit-transition: none;
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: hsla(0, 0%, 100%, .5)
}

.carousel-indicators li:before {
    top: -10px
}

.carousel-indicators li:after,
.carousel-indicators li:before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li:after {
    bottom: -10px
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #44831e !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #2e5a14 !important
}

.bg-secondary {
    background-color: #ebedee !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #cfd4d7 !important
}

.bg-success {
    background-color: #558230 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #3d5d22 !important
}

.bg-info {
    background-color: #0b2432 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #020608 !important
}

.bg-warning {
    background-color: #c9bb00 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #968c00 !important
}

.bg-danger {
    background-color: #9e0013 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #6b000d !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #2d2e28 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #121310 !important
}

.bg-green-light {
    background-color: #a0c658 !important
}

a.bg-green-light:focus,
a.bg-green-light:hover,
button.bg-green-light:focus,
button.bg-green-light:hover {
    background-color: #87af3c !important
}

.bg-grey {
    background-color: #f7f7f7 !important
}

a.bg-grey:focus,
a.bg-grey:hover,
button.bg-grey:focus,
button.bg-grey:hover {
    background-color: #dedede !important
}

.bg-blue {
    background-color: #284d62 !important
}

a.bg-blue:focus,
a.bg-blue:hover,
button.bg-blue:focus,
button.bg-blue:hover {
    background-color: #19313e !important
}

.bg-blue-grey {
    background-color: #4c6a83 !important
}

a.bg-blue-grey:focus,
a.bg-blue-grey:hover,
button.bg-blue-grey:focus,
button.bg-blue-grey:hover {
    background-color: #395063 !important
}

.bg-blue-light {
    background-color: #cfd9e2 !important
}

a.bg-blue-light:focus,
a.bg-blue-light:hover,
button.bg-blue-light:focus,
button.bg-blue-light:hover {
    background-color: #afc0cf !important
}

.bg-blue-dark {
    background-color: #0b2432 !important
}

a.bg-blue-dark:focus,
a.bg-blue-dark:hover,
button.bg-blue-dark:focus,
button.bg-blue-dark:hover {
    background-color: #020608 !important
}

.bg-white {
    background-color: #fff !important
}

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

.border {
    border: 1px solid #ccc !important
}

.border-top {
    border-top: 1px solid #ccc !important
}

.border-right {
    border-right: 1px solid #ccc !important
}

.border-bottom {
    border-bottom: 1px solid #ccc !important
}

.border-left {
    border-left: 1px solid #ccc !important
}

.border-0 {
    border: 0 !important
}

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

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

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

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

.border-primary {
    border-color: #44831e !important
}

.border-secondary {
    border-color: #ebedee !important
}

.border-success {
    border-color: #558230 !important
}

.border-info {
    border-color: #0b2432 !important
}

.border-warning {
    border-color: #c9bb00 !important
}

.border-danger {
    border-color: #9e0013 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #2d2e28 !important
}

.border-green-light {
    border-color: #a0c658 !important
}

.border-grey {
    border-color: #f7f7f7 !important
}

.border-blue {
    border-color: #284d62 !important
}

.border-blue-grey {
    border-color: #4c6a83 !important
}

.border-blue-light {
    border-color: #cfd9e2 !important
}

.border-blue-dark {
    border-color: #0b2432 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .5rem !important
}

.rounded-top {
    border-top-left-radius: .5rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .5rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .5rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .5rem !important
}

.rounded-left {
    border-top-left-radius: .5rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex,
.payment-and-debt-specification .information-container .specification-row,
.payment-and-debt-specification .information-container .specification-row-sum {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }
    .d-sm-inline {
        display: inline !important
    }
    .d-sm-inline-block {
        display: inline-block !important
    }
    .d-sm-block {
        display: block !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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }
    .d-md-inline {
        display: inline !important
    }
    .d-md-inline-block {
        display: inline-block !important
    }
    .d-md-block {
        display: block !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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1180px) {
    .d-lg-none {
        display: none !important
    }
    .d-lg-inline {
        display: inline !important
    }
    .d-lg-inline-block {
        display: inline-block !important
    }
    .d-lg-block {
        display: block !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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1520px) {
    .d-xl-none {
        display: none !important
    }
    .d-xl-inline {
        display: inline !important
    }
    .d-xl-inline-block {
        display: inline-block !important
    }
    .d-xl-block {
        display: block !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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
    .d-print-inline {
        display: inline !important
    }
    .d-print-inline-block {
        display: inline-block !important
    }
    .d-print-block {
        display: block !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: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column,
.flex-row {
    -webkit-box-direction: normal !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse,
.flex-row-reverse {
    -webkit-box-direction: reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.frontpage-section,
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between,
.payment-and-debt-specification .information-container .specification-row,
.payment-and-debt-specification .information-container .specification-row-sum {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-sm-column,
    .flex-sm-row {
        -webkit-box-direction: normal !important
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-md-column,
    .flex-md-row {
        -webkit-box-direction: normal !important
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1180px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-lg-column,
    .flex-lg-row {
        -webkit-box-direction: normal !important
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width: 1520px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
    .flex-xl-column,
    .flex-xl-row {
        -webkit-box-direction: normal !important
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important
    }
    .float-sm-right {
        float: right !important
    }
    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important
    }
    .float-md-right {
        float: right !important
    }
    .float-md-none {
        float: none !important
    }
}

@media (min-width: 1180px) {
    .float-lg-left {
        float: left !important
    }
    .float-lg-right {
        float: right !important
    }
    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1520px) {
    .float-xl-left {
        float: left !important
    }
    .float-xl-right {
        float: right !important
    }
    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports ((position: -webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.25rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.25rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.25rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.25rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.25rem !important
}

.m-5 {
    margin: 1.5rem !important
}

.mt-5,
.my-5 {
    margin-top: 1.5rem !important
}

.mr-5,
.mx-5 {
    margin-right: 1.5rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 1.5rem !important
}

.ml-5,
.mx-5 {
    margin-left: 1.5rem !important
}

.m-6 {
    margin: 2rem !important
}

.mt-6,
.my-6 {
    margin-top: 2rem !important
}

.mr-6,
.mx-6 {
    margin-right: 2rem !important
}

.mb-6,
.my-6 {
    margin-bottom: 2rem !important
}

.ml-6,
.mx-6 {
    margin-left: 2rem !important
}

.m-7 {
    margin: 2.5rem !important
}

.mt-7,
.my-7 {
    margin-top: 2.5rem !important
}

.mr-7,
.mx-7 {
    margin-right: 2.5rem !important
}

.mb-7,
.my-7 {
    margin-bottom: 2.5rem !important
}

.ml-7,
.mx-7 {
    margin-left: 2.5rem !important
}

.m-8 {
    margin: 3rem !important
}

.mt-8,
.my-8 {
    margin-top: 3rem !important
}

.mr-8,
.mx-8 {
    margin-right: 3rem !important
}

.mb-8,
.my-8 {
    margin-bottom: 3rem !important
}

.ml-8,
.mx-8 {
    margin-left: 3rem !important
}

.m-9 {
    margin: 3.5rem !important
}

.mt-9,
.my-9 {
    margin-top: 3.5rem !important
}

.mr-9,
.mx-9 {
    margin-right: 3.5rem !important
}

.mb-9,
.my-9 {
    margin-bottom: 3.5rem !important
}

.ml-9,
.mx-9 {
    margin-left: 3.5rem !important
}

.m-10 {
    margin: 4rem !important
}

.mt-10,
.my-10 {
    margin-top: 4rem !important
}

.mr-10,
.mx-10 {
    margin-right: 4rem !important
}

.mb-10,
.my-10 {
    margin-bottom: 4rem !important
}

.ml-10,
.mx-10 {
    margin-left: 4rem !important
}

.m-11 {
    margin: 4.5rem !important
}

.mt-11,
.my-11 {
    margin-top: 4.5rem !important
}

.mr-11,
.mx-11 {
    margin-right: 4.5rem !important
}

.mb-11,
.my-11 {
    margin-bottom: 4.5rem !important
}

.ml-11,
.mx-11 {
    margin-left: 4.5rem !important
}

.m-12 {
    margin: 5rem !important
}

.mt-12,
.my-12 {
    margin-top: 5rem !important
}

.mr-12,
.mx-12 {
    margin-right: 5rem !important
}

.mb-12,
.my-12 {
    margin-bottom: 5rem !important
}

.ml-12,
.mx-12 {
    margin-left: 5rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.25rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.25rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.25rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.25rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.25rem !important
}

.p-5 {
    padding: 1.5rem !important
}

.pt-5,
.py-5 {
    padding-top: 1.5rem !important
}

.pr-5,
.px-5 {
    padding-right: 1.5rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 1.5rem !important
}

.pl-5,
.px-5 {
    padding-left: 1.5rem !important
}

.p-6 {
    padding: 2rem !important
}

.pt-6,
.py-6 {
    padding-top: 2rem !important
}

.pr-6,
.px-6 {
    padding-right: 2rem !important
}

.pb-6,
.py-6 {
    padding-bottom: 2rem !important
}

.pl-6,
.px-6 {
    padding-left: 2rem !important
}

.p-7 {
    padding: 2.5rem !important
}

.pt-7,
.py-7 {
    padding-top: 2.5rem !important
}

.pr-7,
.px-7 {
    padding-right: 2.5rem !important
}

.pb-7,
.py-7 {
    padding-bottom: 2.5rem !important
}

.pl-7,
.px-7 {
    padding-left: 2.5rem !important
}

.p-8 {
    padding: 3rem !important
}

.pt-8,
.py-8 {
    padding-top: 3rem !important
}

.pr-8,
.px-8 {
    padding-right: 3rem !important
}

.pb-8,
.py-8 {
    padding-bottom: 3rem !important
}

.pl-8,
.px-8 {
    padding-left: 3rem !important
}

.p-9 {
    padding: 3.5rem !important
}

.pt-9,
.py-9 {
    padding-top: 3.5rem !important
}

.pr-9,
.px-9 {
    padding-right: 3.5rem !important
}

.pb-9,
.py-9 {
    padding-bottom: 3.5rem !important
}

.pl-9,
.px-9 {
    padding-left: 3.5rem !important
}

.p-10 {
    padding: 4rem !important
}

.pt-10,
.py-10 {
    padding-top: 4rem !important
}

.pr-10,
.px-10 {
    padding-right: 4rem !important
}

.pb-10,
.py-10 {
    padding-bottom: 4rem !important
}

.pl-10,
.px-10 {
    padding-left: 4rem !important
}

.p-11 {
    padding: 4.5rem !important
}

.pt-11,
.py-11 {
    padding-top: 4.5rem !important
}

.pr-11,
.px-11 {
    padding-right: 4.5rem !important
}

.pb-11,
.py-11 {
    padding-bottom: 4.5rem !important
}

.pl-11,
.px-11 {
    padding-left: 4.5rem !important
}

.p-12 {
    padding: 5rem !important
}

.pt-12,
.py-12 {
    padding-top: 5rem !important
}

.pr-12,
.px-12 {
    padding-right: 5rem !important
}

.pb-12,
.py-12 {
    padding-bottom: 5rem !important
}

.pl-12,
.px-12 {
    padding-left: 5rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

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

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }
    .m-sm-1 {
        margin: .25rem !important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }
    .m-sm-2 {
        margin: .5rem !important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }
    .m-sm-3 {
        margin: 1rem !important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }
    .m-sm-4 {
        margin: 1.25rem !important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.25rem !important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.25rem !important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.25rem !important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.25rem !important
    }
    .m-sm-5 {
        margin: 1.5rem !important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 1.5rem !important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 1.5rem !important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 1.5rem !important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 1.5rem !important
    }
    .m-sm-6 {
        margin: 2rem !important
    }
    .mt-sm-6,
    .my-sm-6 {
        margin-top: 2rem !important
    }
    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 2rem !important
    }
    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 2rem !important
    }
    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 2rem !important
    }
    .m-sm-7 {
        margin: 2.5rem !important
    }
    .mt-sm-7,
    .my-sm-7 {
        margin-top: 2.5rem !important
    }
    .mr-sm-7,
    .mx-sm-7 {
        margin-right: 2.5rem !important
    }
    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 2.5rem !important
    }
    .ml-sm-7,
    .mx-sm-7 {
        margin-left: 2.5rem !important
    }
    .m-sm-8 {
        margin: 3rem !important
    }
    .mt-sm-8,
    .my-sm-8 {
        margin-top: 3rem !important
    }
    .mr-sm-8,
    .mx-sm-8 {
        margin-right: 3rem !important
    }
    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: 3rem !important
    }
    .ml-sm-8,
    .mx-sm-8 {
        margin-left: 3rem !important
    }
    .m-sm-9 {
        margin: 3.5rem !important
    }
    .mt-sm-9,
    .my-sm-9 {
        margin-top: 3.5rem !important
    }
    .mr-sm-9,
    .mx-sm-9 {
        margin-right: 3.5rem !important
    }
    .mb-sm-9,
    .my-sm-9 {
        margin-bottom: 3.5rem !important
    }
    .ml-sm-9,
    .mx-sm-9 {
        margin-left: 3.5rem !important
    }
    .m-sm-10 {
        margin: 4rem !important
    }
    .mt-sm-10,
    .my-sm-10 {
        margin-top: 4rem !important
    }
    .mr-sm-10,
    .mx-sm-10 {
        margin-right: 4rem !important
    }
    .mb-sm-10,
    .my-sm-10 {
        margin-bottom: 4rem !important
    }
    .ml-sm-10,
    .mx-sm-10 {
        margin-left: 4rem !important
    }
    .m-sm-11 {
        margin: 4.5rem !important
    }
    .mt-sm-11,
    .my-sm-11 {
        margin-top: 4.5rem !important
    }
    .mr-sm-11,
    .mx-sm-11 {
        margin-right: 4.5rem !important
    }
    .mb-sm-11,
    .my-sm-11 {
        margin-bottom: 4.5rem !important
    }
    .ml-sm-11,
    .mx-sm-11 {
        margin-left: 4.5rem !important
    }
    .m-sm-12 {
        margin: 5rem !important
    }
    .mt-sm-12,
    .my-sm-12 {
        margin-top: 5rem !important
    }
    .mr-sm-12,
    .mx-sm-12 {
        margin-right: 5rem !important
    }
    .mb-sm-12,
    .my-sm-12 {
        margin-bottom: 5rem !important
    }
    .ml-sm-12,
    .mx-sm-12 {
        margin-left: 5rem !important
    }
    .p-sm-0 {
        padding: 0 !important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }
    .p-sm-1 {
        padding: .25rem !important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }
    .p-sm-2 {
        padding: .5rem !important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }
    .p-sm-3 {
        padding: 1rem !important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }
    .p-sm-4 {
        padding: 1.25rem !important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.25rem !important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.25rem !important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.25rem !important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.25rem !important
    }
    .p-sm-5 {
        padding: 1.5rem !important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 1.5rem !important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 1.5rem !important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 1.5rem !important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 1.5rem !important
    }
    .p-sm-6 {
        padding: 2rem !important
    }
    .pt-sm-6,
    .py-sm-6 {
        padding-top: 2rem !important
    }
    .pr-sm-6,
    .px-sm-6 {
        padding-right: 2rem !important
    }
    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 2rem !important
    }
    .pl-sm-6,
    .px-sm-6 {
        padding-left: 2rem !important
    }
    .p-sm-7 {
        padding: 2.5rem !important
    }
    .pt-sm-7,
    .py-sm-7 {
        padding-top: 2.5rem !important
    }
    .pr-sm-7,
    .px-sm-7 {
        padding-right: 2.5rem !important
    }
    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 2.5rem !important
    }
    .pl-sm-7,
    .px-sm-7 {
        padding-left: 2.5rem !important
    }
    .p-sm-8 {
        padding: 3rem !important
    }
    .pt-sm-8,
    .py-sm-8 {
        padding-top: 3rem !important
    }
    .pr-sm-8,
    .px-sm-8 {
        padding-right: 3rem !important
    }
    .pb-sm-8,
    .py-sm-8 {
        padding-bottom: 3rem !important
    }
    .pl-sm-8,
    .px-sm-8 {
        padding-left: 3rem !important
    }
    .p-sm-9 {
        padding: 3.5rem !important
    }
    .pt-sm-9,
    .py-sm-9 {
        padding-top: 3.5rem !important
    }
    .pr-sm-9,
    .px-sm-9 {
        padding-right: 3.5rem !important
    }
    .pb-sm-9,
    .py-sm-9 {
        padding-bottom: 3.5rem !important
    }
    .pl-sm-9,
    .px-sm-9 {
        padding-left: 3.5rem !important
    }
    .p-sm-10 {
        padding: 4rem !important
    }
    .pt-sm-10,
    .py-sm-10 {
        padding-top: 4rem !important
    }
    .pr-sm-10,
    .px-sm-10 {
        padding-right: 4rem !important
    }
    .pb-sm-10,
    .py-sm-10 {
        padding-bottom: 4rem !important
    }
    .pl-sm-10,
    .px-sm-10 {
        padding-left: 4rem !important
    }
    .p-sm-11 {
        padding: 4.5rem !important
    }
    .pt-sm-11,
    .py-sm-11 {
        padding-top: 4.5rem !important
    }
    .pr-sm-11,
    .px-sm-11 {
        padding-right: 4.5rem !important
    }
    .pb-sm-11,
    .py-sm-11 {
        padding-bottom: 4.5rem !important
    }
    .pl-sm-11,
    .px-sm-11 {
        padding-left: 4.5rem !important
    }
    .p-sm-12 {
        padding: 5rem !important
    }
    .pt-sm-12,
    .py-sm-12 {
        padding-top: 5rem !important
    }
    .pr-sm-12,
    .px-sm-12 {
        padding-right: 5rem !important
    }
    .pb-sm-12,
    .py-sm-12 {
        padding-bottom: 5rem !important
    }
    .pl-sm-12,
    .px-sm-12 {
        padding-left: 5rem !important
    }
    .m-sm-auto {
        margin: auto !important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }
    .m-md-1 {
        margin: .25rem !important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }
    .m-md-2 {
        margin: .5rem !important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }
    .m-md-3 {
        margin: 1rem !important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }
    .m-md-4 {
        margin: 1.25rem !important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.25rem !important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.25rem !important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.25rem !important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.25rem !important
    }
    .m-md-5 {
        margin: 1.5rem !important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 1.5rem !important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 1.5rem !important
    }
    .appointment-overview-wrap .wellbox__content>.d-inline-flex,
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 1.5rem !important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 1.5rem !important
    }
    .m-md-6 {
        margin: 2rem !important
    }
    .mt-md-6,
    .my-md-6 {
        margin-top: 2rem !important
    }
    .mr-md-6,
    .mx-md-6 {
        margin-right: 2rem !important
    }
    .mb-md-6,
    .modal-top .wellbox__content>.d-inline-flex,
    .my-md-6 {
        margin-bottom: 2rem !important
    }
    .ml-md-6,
    .mx-md-6 {
        margin-left: 2rem !important
    }
    .m-md-7 {
        margin: 2.5rem !important
    }
    .mt-md-7,
    .my-md-7 {
        margin-top: 2.5rem !important
    }
    .mr-md-7,
    .mx-md-7 {
        margin-right: 2.5rem !important
    }
    .mb-md-7,
    .my-md-7 {
        margin-bottom: 2.5rem !important
    }
    .ml-md-7,
    .mx-md-7 {
        margin-left: 2.5rem !important
    }
    .m-md-8 {
        margin: 3rem !important
    }
    .mt-md-8,
    .my-md-8 {
        margin-top: 3rem !important
    }
    .mr-md-8,
    .mx-md-8 {
        margin-right: 3rem !important
    }
    .mb-md-8,
    .my-md-8 {
        margin-bottom: 3rem !important
    }
    .ml-md-8,
    .mx-md-8 {
        margin-left: 3rem !important
    }
    .m-md-9 {
        margin: 3.5rem !important
    }
    .mt-md-9,
    .my-md-9 {
        margin-top: 3.5rem !important
    }
    .mr-md-9,
    .mx-md-9 {
        margin-right: 3.5rem !important
    }
    .mb-md-9,
    .my-md-9 {
        margin-bottom: 3.5rem !important
    }
    .ml-md-9,
    .mx-md-9 {
        margin-left: 3.5rem !important
    }
    .m-md-10 {
        margin: 4rem !important
    }
    .mt-md-10,
    .my-md-10 {
        margin-top: 4rem !important
    }
    .mr-md-10,
    .mx-md-10 {
        margin-right: 4rem !important
    }
    .mb-md-10,
    .my-md-10 {
        margin-bottom: 4rem !important
    }
    .ml-md-10,
    .mx-md-10 {
        margin-left: 4rem !important
    }
    .m-md-11 {
        margin: 4.5rem !important
    }
    .mt-md-11,
    .my-md-11 {
        margin-top: 4.5rem !important
    }
    .mr-md-11,
    .mx-md-11 {
        margin-right: 4.5rem !important
    }
    .mb-md-11,
    .my-md-11 {
        margin-bottom: 4.5rem !important
    }
    .ml-md-11,
    .mx-md-11 {
        margin-left: 4.5rem !important
    }
    .m-md-12 {
        margin: 5rem !important
    }
    .mt-md-12,
    .my-md-12 {
        margin-top: 5rem !important
    }
    .mr-md-12,
    .mx-md-12 {
        margin-right: 5rem !important
    }
    .mb-md-12,
    .my-md-12 {
        margin-bottom: 5rem !important
    }
    .ml-md-12,
    .mx-md-12 {
        margin-left: 5rem !important
    }
    .p-md-0 {
        padding: 0 !important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }
    .p-md-1 {
        padding: .25rem !important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }
    .p-md-2 {
        padding: .5rem !important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }
    .p-md-3 {
        padding: 1rem !important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }
    .p-md-4 {
        padding: 1.25rem !important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.25rem !important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.25rem !important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.25rem !important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.25rem !important
    }
    .p-md-5 {
        padding: 1.5rem !important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 1.5rem !important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 1.5rem !important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 1.5rem !important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 1.5rem !important
    }
    .p-md-6 {
        padding: 2rem !important
    }
    .pt-md-6,
    .py-md-6 {
        padding-top: 2rem !important
    }
    .pr-md-6,
    .px-md-6 {
        padding-right: 2rem !important
    }
    .pb-md-6,
    .py-md-6 {
        padding-bottom: 2rem !important
    }
    .pl-md-6,
    .px-md-6 {
        padding-left: 2rem !important
    }
    .p-md-7 {
        padding: 2.5rem !important
    }
    .pt-md-7,
    .py-md-7 {
        padding-top: 2.5rem !important
    }
    .pr-md-7,
    .px-md-7 {
        padding-right: 2.5rem !important
    }
    .pb-md-7,
    .py-md-7 {
        padding-bottom: 2.5rem !important
    }
    .pl-md-7,
    .px-md-7 {
        padding-left: 2.5rem !important
    }
    .p-md-8 {
        padding: 3rem !important
    }
    .pt-md-8,
    .py-md-8 {
        padding-top: 3rem !important
    }
    .pr-md-8,
    .px-md-8 {
        padding-right: 3rem !important
    }
    .pb-md-8,
    .py-md-8 {
        padding-bottom: 3rem !important
    }
    .pl-md-8,
    .px-md-8 {
        padding-left: 3rem !important
    }
    .p-md-9 {
        padding: 3.5rem !important
    }
    .pt-md-9,
    .py-md-9 {
        padding-top: 3.5rem !important
    }
    .pr-md-9,
    .px-md-9 {
        padding-right: 3.5rem !important
    }
    .pb-md-9,
    .py-md-9 {
        padding-bottom: 3.5rem !important
    }
    .pl-md-9,
    .px-md-9 {
        padding-left: 3.5rem !important
    }
    .p-md-10 {
        padding: 4rem !important
    }
    .pt-md-10,
    .py-md-10 {
        padding-top: 4rem !important
    }
    .pr-md-10,
    .px-md-10 {
        padding-right: 4rem !important
    }
    .pb-md-10,
    .py-md-10 {
        padding-bottom: 4rem !important
    }
    .pl-md-10,
    .px-md-10 {
        padding-left: 4rem !important
    }
    .p-md-11 {
        padding: 4.5rem !important
    }
    .pt-md-11,
    .py-md-11 {
        padding-top: 4.5rem !important
    }
    .pr-md-11,
    .px-md-11 {
        padding-right: 4.5rem !important
    }
    .pb-md-11,
    .py-md-11 {
        padding-bottom: 4.5rem !important
    }
    .pl-md-11,
    .px-md-11 {
        padding-left: 4.5rem !important
    }
    .p-md-12 {
        padding: 5rem !important
    }
    .pt-md-12,
    .py-md-12 {
        padding-top: 5rem !important
    }
    .pr-md-12,
    .px-md-12 {
        padding-right: 5rem !important
    }
    .pb-md-12,
    .py-md-12 {
        padding-bottom: 5rem !important
    }
    .pl-md-12,
    .px-md-12 {
        padding-left: 5rem !important
    }
    .m-md-auto {
        margin: auto !important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1180px) {
    .m-lg-0 {
        margin: 0 !important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }
    .m-lg-1 {
        margin: .25rem !important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }
    .m-lg-2 {
        margin: .5rem !important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }
    .m-lg-3 {
        margin: 1rem !important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }
    .m-lg-4 {
        margin: 1.25rem !important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.25rem !important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.25rem !important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.25rem !important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.25rem !important
    }
    .m-lg-5 {
        margin: 1.5rem !important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 1.5rem !important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 1.5rem !important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 1.5rem !important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 1.5rem !important
    }
    .m-lg-6 {
        margin: 2rem !important
    }
    .mt-lg-6,
    .my-lg-6 {
        margin-top: 2rem !important
    }
    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 2rem !important
    }
    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 2rem !important
    }
    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 2rem !important
    }
    .m-lg-7 {
        margin: 2.5rem !important
    }
    .mt-lg-7,
    .my-lg-7 {
        margin-top: 2.5rem !important
    }
    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 2.5rem !important
    }
    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 2.5rem !important
    }
    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 2.5rem !important
    }
    .m-lg-8 {
        margin: 3rem !important
    }
    .mt-lg-8,
    .my-lg-8 {
        margin-top: 3rem !important
    }
    .mr-lg-8,
    .mx-lg-8 {
        margin-right: 3rem !important
    }
    .mb-lg-8,
    .my-lg-8 {
        margin-bottom: 3rem !important
    }
    .ml-lg-8,
    .mx-lg-8 {
        margin-left: 3rem !important
    }
    .m-lg-9 {
        margin: 3.5rem !important
    }
    .mt-lg-9,
    .my-lg-9 {
        margin-top: 3.5rem !important
    }
    .mr-lg-9,
    .mx-lg-9 {
        margin-right: 3.5rem !important
    }
    .mb-lg-9,
    .my-lg-9 {
        margin-bottom: 3.5rem !important
    }
    .ml-lg-9,
    .mx-lg-9 {
        margin-left: 3.5rem !important
    }
    .m-lg-10 {
        margin: 4rem !important
    }
    .mt-lg-10,
    .my-lg-10 {
        margin-top: 4rem !important
    }
    .mr-lg-10,
    .mx-lg-10 {
        margin-right: 4rem !important
    }
    .mb-lg-10,
    .my-lg-10 {
        margin-bottom: 4rem !important
    }
    .ml-lg-10,
    .mx-lg-10 {
        margin-left: 4rem !important
    }
    .m-lg-11 {
        margin: 4.5rem !important
    }
    .mt-lg-11,
    .my-lg-11 {
        margin-top: 4.5rem !important
    }
    .mr-lg-11,
    .mx-lg-11 {
        margin-right: 4.5rem !important
    }
    .mb-lg-11,
    .my-lg-11 {
        margin-bottom: 4.5rem !important
    }
    .ml-lg-11,
    .mx-lg-11 {
        margin-left: 4.5rem !important
    }
    .m-lg-12 {
        margin: 5rem !important
    }
    .mt-lg-12,
    .my-lg-12 {
        margin-top: 5rem !important
    }
    .mr-lg-12,
    .mx-lg-12 {
        margin-right: 5rem !important
    }
    .mb-lg-12,
    .my-lg-12 {
        margin-bottom: 5rem !important
    }
    .ml-lg-12,
    .mx-lg-12 {
        margin-left: 5rem !important
    }
    .p-lg-0 {
        padding: 0 !important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }
    .p-lg-1 {
        padding: .25rem !important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }
    .p-lg-2 {
        padding: .5rem !important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }
    .p-lg-3 {
        padding: 1rem !important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }
    .p-lg-4 {
        padding: 1.25rem !important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.25rem !important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.25rem !important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.25rem !important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.25rem !important
    }
    .p-lg-5 {
        padding: 1.5rem !important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 1.5rem !important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 1.5rem !important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 1.5rem !important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 1.5rem !important
    }
    .p-lg-6 {
        padding: 2rem !important
    }
    .pt-lg-6,
    .py-lg-6 {
        padding-top: 2rem !important
    }
    .pr-lg-6,
    .px-lg-6 {
        padding-right: 2rem !important
    }
    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 2rem !important
    }
    .pl-lg-6,
    .px-lg-6 {
        padding-left: 2rem !important
    }
    .p-lg-7 {
        padding: 2.5rem !important
    }
    .pt-lg-7,
    .py-lg-7 {
        padding-top: 2.5rem !important
    }
    .pr-lg-7,
    .px-lg-7 {
        padding-right: 2.5rem !important
    }
    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 2.5rem !important
    }
    .pl-lg-7,
    .px-lg-7 {
        padding-left: 2.5rem !important
    }
    .p-lg-8 {
        padding: 3rem !important
    }
    .pt-lg-8,
    .py-lg-8 {
        padding-top: 3rem !important
    }
    .pr-lg-8,
    .px-lg-8 {
        padding-right: 3rem !important
    }
    .pb-lg-8,
    .py-lg-8 {
        padding-bottom: 3rem !important
    }
    .pl-lg-8,
    .px-lg-8 {
        padding-left: 3rem !important
    }
    .p-lg-9 {
        padding: 3.5rem !important
    }
    .pt-lg-9,
    .py-lg-9 {
        padding-top: 3.5rem !important
    }
    .pr-lg-9,
    .px-lg-9 {
        padding-right: 3.5rem !important
    }
    .pb-lg-9,
    .py-lg-9 {
        padding-bottom: 3.5rem !important
    }
    .pl-lg-9,
    .px-lg-9 {
        padding-left: 3.5rem !important
    }
    .p-lg-10 {
        padding: 4rem !important
    }
    .pt-lg-10,
    .py-lg-10 {
        padding-top: 4rem !important
    }
    .pr-lg-10,
    .px-lg-10 {
        padding-right: 4rem !important
    }
    .pb-lg-10,
    .py-lg-10 {
        padding-bottom: 4rem !important
    }
    .pl-lg-10,
    .px-lg-10 {
        padding-left: 4rem !important
    }
    .p-lg-11 {
        padding: 4.5rem !important
    }
    .pt-lg-11,
    .py-lg-11 {
        padding-top: 4.5rem !important
    }
    .pr-lg-11,
    .px-lg-11 {
        padding-right: 4.5rem !important
    }
    .pb-lg-11,
    .py-lg-11 {
        padding-bottom: 4.5rem !important
    }
    .pl-lg-11,
    .px-lg-11 {
        padding-left: 4.5rem !important
    }
    .p-lg-12 {
        padding: 5rem !important
    }
    .pt-lg-12,
    .py-lg-12 {
        padding-top: 5rem !important
    }
    .pr-lg-12,
    .px-lg-12 {
        padding-right: 5rem !important
    }
    .pb-lg-12,
    .py-lg-12 {
        padding-bottom: 5rem !important
    }
    .pl-lg-12,
    .px-lg-12 {
        padding-left: 5rem !important
    }
    .m-lg-auto {
        margin: auto !important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1520px) {
    .m-xl-0 {
        margin: 0 !important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }
    .m-xl-1 {
        margin: .25rem !important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }
    .m-xl-2 {
        margin: .5rem !important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }
    .m-xl-3 {
        margin: 1rem !important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }
    .m-xl-4 {
        margin: 1.25rem !important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.25rem !important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.25rem !important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.25rem !important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.25rem !important
    }
    .m-xl-5 {
        margin: 1.5rem !important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 1.5rem !important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 1.5rem !important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 1.5rem !important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 1.5rem !important
    }
    .m-xl-6 {
        margin: 2rem !important
    }
    .mt-xl-6,
    .my-xl-6 {
        margin-top: 2rem !important
    }
    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 2rem !important
    }
    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 2rem !important
    }
    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 2rem !important
    }
    .m-xl-7 {
        margin: 2.5rem !important
    }
    .mt-xl-7,
    .my-xl-7 {
        margin-top: 2.5rem !important
    }
    .mr-xl-7,
    .mx-xl-7 {
        margin-right: 2.5rem !important
    }
    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 2.5rem !important
    }
    .ml-xl-7,
    .mx-xl-7 {
        margin-left: 2.5rem !important
    }
    .m-xl-8 {
        margin: 3rem !important
    }
    .mt-xl-8,
    .my-xl-8 {
        margin-top: 3rem !important
    }
    .mr-xl-8,
    .mx-xl-8 {
        margin-right: 3rem !important
    }
    .mb-xl-8,
    .my-xl-8 {
        margin-bottom: 3rem !important
    }
    .ml-xl-8,
    .mx-xl-8 {
        margin-left: 3rem !important
    }
    .m-xl-9 {
        margin: 3.5rem !important
    }
    .mt-xl-9,
    .my-xl-9 {
        margin-top: 3.5rem !important
    }
    .mr-xl-9,
    .mx-xl-9 {
        margin-right: 3.5rem !important
    }
    .mb-xl-9,
    .my-xl-9 {
        margin-bottom: 3.5rem !important
    }
    .ml-xl-9,
    .mx-xl-9 {
        margin-left: 3.5rem !important
    }
    .m-xl-10 {
        margin: 4rem !important
    }
    .mt-xl-10,
    .my-xl-10 {
        margin-top: 4rem !important
    }
    .mr-xl-10,
    .mx-xl-10 {
        margin-right: 4rem !important
    }
    .mb-xl-10,
    .my-xl-10 {
        margin-bottom: 4rem !important
    }
    .ml-xl-10,
    .mx-xl-10 {
        margin-left: 4rem !important
    }
    .m-xl-11 {
        margin: 4.5rem !important
    }
    .mt-xl-11,
    .my-xl-11 {
        margin-top: 4.5rem !important
    }
    .mr-xl-11,
    .mx-xl-11 {
        margin-right: 4.5rem !important
    }
    .mb-xl-11,
    .my-xl-11 {
        margin-bottom: 4.5rem !important
    }
    .ml-xl-11,
    .mx-xl-11 {
        margin-left: 4.5rem !important
    }
    .m-xl-12 {
        margin: 5rem !important
    }
    .mt-xl-12,
    .my-xl-12 {
        margin-top: 5rem !important
    }
    .mr-xl-12,
    .mx-xl-12 {
        margin-right: 5rem !important
    }
    .mb-xl-12,
    .my-xl-12 {
        margin-bottom: 5rem !important
    }
    .ml-xl-12,
    .mx-xl-12 {
        margin-left: 5rem !important
    }
    .p-xl-0 {
        padding: 0 !important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }
    .p-xl-1 {
        padding: .25rem !important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }
    .p-xl-2 {
        padding: .5rem !important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }
    .p-xl-3 {
        padding: 1rem !important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }
    .p-xl-4 {
        padding: 1.25rem !important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.25rem !important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.25rem !important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.25rem !important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.25rem !important
    }
    .p-xl-5 {
        padding: 1.5rem !important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 1.5rem !important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 1.5rem !important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 1.5rem !important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 1.5rem !important
    }
    .p-xl-6 {
        padding: 2rem !important
    }
    .pt-xl-6,
    .py-xl-6 {
        padding-top: 2rem !important
    }
    .pr-xl-6,
    .px-xl-6 {
        padding-right: 2rem !important
    }
    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 2rem !important
    }
    .pl-xl-6,
    .px-xl-6 {
        padding-left: 2rem !important
    }
    .p-xl-7 {
        padding: 2.5rem !important
    }
    .pt-xl-7,
    .py-xl-7 {
        padding-top: 2.5rem !important
    }
    .pr-xl-7,
    .px-xl-7 {
        padding-right: 2.5rem !important
    }
    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 2.5rem !important
    }
    .pl-xl-7,
    .px-xl-7 {
        padding-left: 2.5rem !important
    }
    .p-xl-8 {
        padding: 3rem !important
    }
    .pt-xl-8,
    .py-xl-8 {
        padding-top: 3rem !important
    }
    .pr-xl-8,
    .px-xl-8 {
        padding-right: 3rem !important
    }
    .pb-xl-8,
    .py-xl-8 {
        padding-bottom: 3rem !important
    }
    .pl-xl-8,
    .px-xl-8 {
        padding-left: 3rem !important
    }
    .p-xl-9 {
        padding: 3.5rem !important
    }
    .pt-xl-9,
    .py-xl-9 {
        padding-top: 3.5rem !important
    }
    .pr-xl-9,
    .px-xl-9 {
        padding-right: 3.5rem !important
    }
    .pb-xl-9,
    .py-xl-9 {
        padding-bottom: 3.5rem !important
    }
    .pl-xl-9,
    .px-xl-9 {
        padding-left: 3.5rem !important
    }
    .p-xl-10 {
        padding: 4rem !important
    }
    .pt-xl-10,
    .py-xl-10 {
        padding-top: 4rem !important
    }
    .pr-xl-10,
    .px-xl-10 {
        padding-right: 4rem !important
    }
    .pb-xl-10,
    .py-xl-10 {
        padding-bottom: 4rem !important
    }
    .pl-xl-10,
    .px-xl-10 {
        padding-left: 4rem !important
    }
    .p-xl-11 {
        padding: 4.5rem !important
    }
    .pt-xl-11,
    .py-xl-11 {
        padding-top: 4.5rem !important
    }
    .pr-xl-11,
    .px-xl-11 {
        padding-right: 4.5rem !important
    }
    .pb-xl-11,
    .py-xl-11 {
        padding-bottom: 4.5rem !important
    }
    .pl-xl-11,
    .px-xl-11 {
        padding-left: 4.5rem !important
    }
    .p-xl-12 {
        padding: 5rem !important
    }
    .pt-xl-12,
    .py-xl-12 {
        padding-top: 5rem !important
    }
    .pr-xl-12,
    .px-xl-12 {
        padding-right: 5rem !important
    }
    .pb-xl-12,
    .py-xl-12 {
        padding-bottom: 5rem !important
    }
    .pl-xl-12,
    .px-xl-12 {
        padding-left: 5rem !important
    }
    .m-xl-auto {
        margin: auto !important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

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

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

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }
    .text-sm-right {
        text-align: right !important
    }
    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }
    .text-md-right {
        text-align: right !important
    }
    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 1180px) {
    .text-lg-left {
        text-align: left !important
    }
    .text-lg-right {
        text-align: right !important
    }
    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1520px) {
    .text-xl-left {
        text-align: left !important
    }
    .text-xl-right {
        text-align: right !important
    }
    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #44831e !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #2e5a14 !important
}

.text-secondary {
    color: #ebedee !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #cfd4d7 !important
}

.text-success {
    color: #558230 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #3d5d22 !important
}

.text-info {
    color: #0b2432 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #020608 !important
}

.text-warning {
    color: #c9bb00 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #968c00 !important
}

.text-danger {
    color: #9e0013 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #6b000d !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #2d2e28 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121310 !important
}

.text-green-light {
    color: #a0c658 !important
}

a.text-green-light:focus,
a.text-green-light:hover {
    color: #87af3c !important
}

.text-grey {
    color: #f7f7f7 !important
}

a.text-grey:focus,
a.text-grey:hover {
    color: #dedede !important
}

.text-blue {
    color: #284d62 !important
}

a.text-blue:focus,
a.text-blue:hover {
    color: #19313e !important
}

.text-blue-grey {
    color: #4c6a83 !important
}

a.text-blue-grey:focus,
a.text-blue-grey:hover {
    color: #395063 !important
}

.text-blue-light {
    color: #cfd9e2 !important
}

a.text-blue-light:focus,
a.text-blue-light:hover {
    color: #afc0cf !important
}

.text-blue-dark {
    color: #0b2432 !important
}

a.text-blue-dark:focus,
a.text-blue-dark:hover {
    color: #020608 !important
}

.text-body {
    color: #0b2432 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *,
    :after,
    :before {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }
    a:not(.btn) {
        text-decoration: underline
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    pre {
        white-space: pre-wrap !important
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    @page {
        size: a3
    }
    .container,
    .operating-information__content,
    body {
        min-width: 1180px !important
    }
    .navbar {
        display: none
    }
    .badge,
    .self-service-link__badge {
        border: 1px solid #000
    }
    .table,
    .xhtml .OIMAppContentMainTable {
        border-collapse: collapse !important
    }
    .table td,
    .table th,
    .xhtml .OIMAppContentMainTable td,
    .xhtml .OIMAppContentMainTable th {
        background-color: #fff !important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }
    .table-dark {
        color: inherit
    }
    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #fff
    }
    .table .thead-dark th,
    .xhtml .OIMAppContentMainTable .thead-dark th {
        color: inherit;
        border-color: #fff
    }
}

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: .5rem;
    outline: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
    background-image: linear-gradient(180deg, #fff 50%, #eee);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #ccc;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
    background-image: linear-gradient(180deg, #eee 50%, #ccc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #ccc;
    border-radius: 0;
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
    background-image: linear-gradient(180deg, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
    background-image: linear-gradient(180deg, #eee 50%, #fff);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: .5rem;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #ccc;
    border-radius: .5rem;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #ccc;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.select2-container--bootstrap4 {
    display: block
}

.select2-container--bootstrap4 .select2-selection {
    background-color: #fff;
    border: 1px solid #bac2c6;
    border-radius: .25rem;
    color: #0b2432;
    font-size: 1rem;
    outline: 0
}

.select2-container--bootstrap4 .select2-selection.form-control {
    border-radius: .5rem
}

.select2-container--bootstrap4 .select2-search--dropdown .select2-search__field {
    background-color: #fff;
    border: 1px solid #bac2c6;
    border-radius: .25rem;
    color: #0b2432;
    font-size: 1rem
}

.select2-container--bootstrap4 .select2-search__field {
    outline: 0
}

.select2-container--bootstrap4 .select2-search__field::-webkit-input-placeholder {
    color: #4c6a83
}

.select2-container--bootstrap4 .select2-search__field:-moz-placeholder {
    color: #4c6a83
}

.select2-container--bootstrap4 .select2-search__field::-moz-placeholder {
    color: #4c6a83;
    opacity: 1
}

.select2-container--bootstrap4 .select2-search__field:-ms-input-placeholder {
    color: #4c6a83
}

.select2-container--bootstrap4 .select2-results__option {
    padding: 1rem .5rem;
    font-size: 1rem
}

.select2-container--bootstrap4 .select2-results__option[role=group] {
    padding: 0
}

.select2-container--bootstrap4 .select2-results__option[aria-disabled=true] {
    color: #6c757d;
    cursor: not-allowed
}

.select2-container--bootstrap4 .select2-results__option[aria-selected=true] {
    background-color: #f8f9fa;
    color: #16181b
}

.select2-container--bootstrap4 .select2-results__option--highlighted[aria-selected] {
    background-color: #44831e;
    color: #fff
}

.select2-container--bootstrap4 .select2-results__option .select2-results__option {
    padding: 1rem .5rem
}

.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -.5rem;
    padding-left: 1rem
}

.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1rem;
    padding-left: 1.5rem
}

.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1.5rem;
    padding-left: 2rem
}

.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2rem;
    padding-left: 2.5rem
}

.select2-container--bootstrap4 .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2.5rem;
    padding-left: 3rem
}

.select2-container--bootstrap4 .select2-results__group {
    color: #6c757d;
    display: block;
    padding: 1rem .5rem;
    font-size: 75%;
    line-height: 1;
    white-space: nowrap
}

.select2-container--bootstrap4.select2-container--focus .select2-selection,
.select2-container--bootstrap4.select2-container--open .select2-selection {
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    border-color: #7fd64b
}

@media screen and (prefers-reduced-motion:reduce) {
    .select2-container--bootstrap4.select2-container--focus .select2-selection,
    .select2-container--bootstrap4.select2-container--open .select2-selection {
        -webkit-transition: none;
        transition: none
    }
}

.select2-container--bootstrap4.select2-container--open .select2-selection .select2-selection__arrow b {
    border-color: transparent transparent #4c6a83;
    border-width: 0 .25rem .25rem
}

.select2-container--bootstrap4.select2-container--open.select2-container--below .select2-selection {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-color: transparent
}

.select2-container--bootstrap4.select2-container--open.select2-container--above .select2-selection {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-color: transparent
}

.select2-container--bootstrap4 .select2-selection__clear {
    color: #4c6a83;
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--bootstrap4 .select2-selection__clear:hover {
    color: #2d2e28
}

.select2-container--bootstrap4.select2-container--disabled .select2-selection {
    border-color: #bac2c6
}

.select2-container--bootstrap4.select2-container--disabled .select2-search__field,
.select2-container--bootstrap4.select2-container--disabled .select2-selection {
    cursor: not-allowed
}

.select2-container--bootstrap4.select2-container--disabled .select2-selection,
.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    background-color: #f7f7f7
}

.select2-container--bootstrap4.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--bootstrap4.select2-container--disabled .select2-selection__clear {
    display: none
}

.select2-container--bootstrap4 .select2-dropdown {
    border-color: #7fd64b;
    border-width: 1px;
    overflow-x: hidden;
    margin-top: -1px
}

.select2-container--bootstrap4 .select2-dropdown--above {
    margin-top: 1px
}

.select2-container--bootstrap4 .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--bootstrap4 .select2-selection--single {
    height: 3.125rem;
    line-height: 1;
    padding: 1rem 1.25rem 1rem .5rem
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    position: absolute;
    bottom: 0;
    right: .5rem;
    top: 0;
    width: .25rem
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
    border-color: #4c6a83 transparent transparent;
    border-style: solid;
    border-width: .25rem .25rem 0;
    height: 0;
    left: 0;
    margin-left: -.25rem;
    margin-top: -.125rem;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    color: #0b2432;
    padding: 0
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder {
    color: #4c6a83
}

.select2-container--bootstrap4 .select2-selection--multiple {
    min-height: 3.125rem;
    padding: 0;
    height: auto
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    line-height: 1;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 1rem .5rem 0 1rem;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__placeholder {
    color: #4c6a83;
    float: left;
    margin-top: 5px
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    color: #0b2432;
    background: transparent;
    border: 1px solid #2d2e28;
    border-radius: .5rem;
    cursor: default;
    float: left;
    margin: 0 0 0 .25rem;
    padding: 0 1rem
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field {
    background: transparent;
    padding: 0 .5rem;
    height: 1.125rem;
    line-height: 1;
    margin-top: 0;
    min-width: 5em
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
    color: #4c6a83;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: .5rem
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #2d2e28
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear {
    margin-top: 1rem
}

.form-group-sm .select2-container--bootstrap4 .select2-selection--single,
.input-group-sm .select2-container--bootstrap4 .select2-selection--single,
.select2-container--bootstrap4 .select2-selection--single.input-sm {
    border-radius: .2rem;
    font-size: 75%;
    height: calc(1.8125rem + 2px);
    line-height: 1;
    padding: .5rem 1rem .5rem .25rem
}

.form-group-sm .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b,
.input-group-sm .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap4 .select2-selection--single.input-sm .select2-selection__arrow b {
    margin-left: -.5rem
}

.form-group-sm .select2-container--bootstrap4 .select2-selection--multiple,
.input-group-sm .select2-container--bootstrap4 .select2-selection--multiple,
.select2-container--bootstrap4 .select2-selection--multiple.input-sm {
    min-height: calc(1.8125rem + 2px);
    border-radius: .2rem
}

.form-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered,
.input-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__rendered,
.select2-container--bootstrap4 .select2-selection--multiple.input-sm .select2-selection__rendered {
    padding: .5rem .25rem 0 .5rem
}

.form-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice,
.input-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap4 .select2-selection--multiple.input-sm .select2-selection__choice {
    font-size: 75%;
    line-height: 1;
    margin: 0 0 0 .125rem;
    padding: 0 .5rem
}

.form-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field,
.select2-container--bootstrap4 .select2-selection--multiple.input-sm .select2-search--inline .select2-search__field {
    padding: 0 .25rem;
    font-size: 75%;
    height: calc(1.8125rem + 2px)-2;
    line-height: 1
}

.form-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear,
.input-group-sm .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear,
.select2-container--bootstrap4 .select2-selection--multiple.input-sm .select2-selection__clear {
    margin-top: .5rem
}

.form-group-lg .select2-container--bootstrap4 .select2-selection--single,
.input-group-lg .select2-container--bootstrap4 .select2-selection--single,
.select2-container--bootstrap4 .select2-selection--single.input-lg {
    border-radius: .3rem;
    font-size: 1.25rem;
    height: calc(2.875rem + 2px);
    line-height: 1;
    padding: 1rem 1.4375rem 1rem .5rem
}

.form-group-lg .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow,
.input-group-lg .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow,
.select2-container--bootstrap4 .select2-selection--single.input-lg .select2-selection__arrow {
    width: .3125rem
}

.form-group-lg .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b,
.input-group-lg .select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap4 .select2-selection--single.input-lg .select2-selection__arrow b {
    border-width: .3125rem .3125rem 0;
    margin-left: -.3125rem;
    margin-left: -1rem;
    margin-top: -.15625rem
}

.form-group-lg .select2-container--bootstrap4 .select2-selection--multiple,
.input-group-lg .select2-container--bootstrap4 .select2-selection--multiple,
.select2-container--bootstrap4 .select2-selection--multiple.input-lg {
    min-height: calc(2.875rem + 2px);
    border-radius: .3rem
}

.form-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice,
.input-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap4 .select2-selection--multiple.input-lg .select2-selection__choice {
    font-size: 1.25rem;
    line-height: 1;
    border-radius: .5rem;
    margin: 0 0 0 .25rem;
    padding: 0 1rem
}

.form-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field,
.input-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-search--inline .select2-search__field,
.select2-container--bootstrap4 .select2-selection--multiple.input-lg .select2-search--inline .select2-search__field {
    padding: 0 .5rem;
    font-size: 1.25rem;
    height: calc(2.875rem + 2px)-2;
    line-height: 1
}

.form-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear,
.input-group-lg .select2-container--bootstrap4 .select2-selection--multiple .select2-selection__clear,
.select2-container--bootstrap4 .select2-selection--multiple.input-lg .select2-selection__clear {
    margin-top: 1rem
}

.input-group-lg .select2-container--bootstrap4 .select2-selection.select2-container--open .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap4 .select2-selection.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #4c6a83;
    border-width: 0 .3125rem .3125rem
}

.select2-container--bootstrap4[dir=rtl] .select2-selection--single {
    padding-left: 1.25rem;
    padding-right: .5rem
}

.select2-container--bootstrap4[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 0;
    padding-left: 0;
    text-align: right
}

.select2-container--bootstrap4[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--bootstrap4[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: .5rem;
    right: auto
}

.select2-container--bootstrap4[dir=rtl] .select2-selection--single .select2-selection__arrow b {
    margin-left: 0
}

.select2-container--bootstrap4[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--bootstrap4[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--bootstrap4[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--bootstrap4[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 0;
    margin-right: .25rem
}

.select2-container--bootstrap4[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.has-warning .select2-dropdown,
.has-warning .select2-selection {
    border-color: #c9bb00
}

.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection,
.has-warning.select2-drop-active {
    border-color: #968c00
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #968c00
}

.has-error .select2-dropdown,
.has-error .select2-selection {
    border-color: #9e0013
}

.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection,
.has-error.select2-drop-active {
    border-color: #6b000d
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #6b000d
}

.has-success .select2-dropdown,
.has-success .select2-selection {
    border-color: #558230
}

.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection,
.has-success.select2-drop-active {
    border-color: #3d5d22
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #3d5d22
}

.input-group>.select2-hidden-accessible:first-child+.select2-container--bootstrap4>.selection>.select2-selection,
.input-group>.select2-hidden-accessible:first-child+.select2-container--bootstrap4>.selection>.select2-selection.form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.select2-hidden-accessible:not(:first-child)+.select2-container--bootstrap4:not(:last-child)>.selection>.select2-selection,
.input-group>.select2-hidden-accessible:not(:first-child)+.select2-container--bootstrap4:not(:last-child)>.selection>.select2-selection.form-control {
    border-radius: 0
}

.input-group>.select2-hidden-accessible:not(:first-child):not(:last-child)+.select2-container--bootstrap4:last-child>.selection>.select2-selection,
.input-group>.select2-hidden-accessible:not(:first-child):not(:last-child)+.select2-container--bootstrap4:last-child>.selection>.select2-selection.form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.select2-container--bootstrap4 {
    display: table;
    table-layout: fixed;
    position: relative;
    z-index: 2;
    width: 100%;
    margin-bottom: 0
}

.input-group>.select2-container--bootstrap4>.selection>.select2-selection.form-control {
    float: none
}

.input-group>.select2-container--bootstrap4.select2-container--focus,
.input-group>.select2-container--bootstrap4.select2-container--open {
    z-index: 3
}

.input-group>.select2-container--bootstrap4,
.input-group>.select2-container--bootstrap4 .input-group-btn,
.input-group>.select2-container--bootstrap4 .input-group-btn .btn {
    vertical-align: top
}

.form-control.select2-hidden-accessible {
    position: absolute !important;
    width: 1px !important
}

@media (min-width: 576px) {
    .form-inline .select2-container--bootstrap4 {
        display: inline-block
    }
}

.autocomplete__wrapper {
    position: relative
}

.autocomplete__hint,
.autocomplete__input {
    -webkit-appearance: none;
    border: 2px solid;
    border-radius: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 0;
    width: 100%
}

.autocomplete__input {
    background-color: transparent;
    position: relative
}

.autocomplete__hint {
    color: #bfc1c3;
    position: absolute
}

.autocomplete__input--default {
    padding: 4px
}

.autocomplete__input--focused {
    outline-offset: 0;
    outline: 3px solid #ffbf47
}

.autocomplete__input--show-all-values {
    padding: 4px 34px 4px 4px;
    cursor: pointer
}

.autocomplete__dropdown-arrow-down {
    z-index: -1;
    display: inline-block;
    position: absolute;
    right: 8px;
    width: 24px;
    height: 24px;
    top: 10px
}

.autocomplete__menu {
    background-color: #fff;
    border: 2px solid #0b0c0c;
    border-top: 0;
    color: #34384b;
    margin: 0;
    max-height: 342px;
    overflow-x: hidden;
    padding: 0;
    width: 100%;
    width: calc(100% - 4px)
}

.autocomplete__menu--visible {
    display: block
}

.autocomplete__menu--hidden {
    display: none
}

.autocomplete__menu--overlay {
    -webkit-box-shadow: rgba(0, 0, 0, .256863) 0 2px 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .256863);
    left: 0;
    position: absolute;
    top: 100%;
    z-index: 100
}

.autocomplete__menu--inline {
    position: relative
}

.autocomplete__option {
    border-bottom: solid #bfc1c3;
    border-width: 1px 0;
    cursor: pointer;
    display: block;
    position: relative
}

.autocomplete__option>* {
    pointer-events: none
}

.autocomplete__option:first-of-type {
    border-top-width: 0
}

.autocomplete__option:last-of-type {
    border-bottom-width: 0
}

.autocomplete__option--odd {
    background-color: #fafafa
}

.autocomplete__option--focused,
.autocomplete__option:hover {
    background-color: #005ea5;
    border-color: #005ea5;
    color: #fff;
    outline: 0
}

.autocomplete__option--no-results {
    background-color: #fafafa;
    color: #646b6f;
    cursor: not-allowed
}

.autocomplete__hint,
.autocomplete__input,
.autocomplete__option {
    font-size: 16px;
    line-height: 1.25
}

.autocomplete__hint,
.autocomplete__option {
    padding: 4px
}

@media (min-width: 641px) {
    .autocomplete__hint,
    .autocomplete__input,
    .autocomplete__option {
        font-size: 19px;
        line-height: 1.31579
    }
}

.sr-only,
.sr-only-xl {
    white-space: nowrap;
    overflow: hidden
}

.sr-only-xl {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    clip: rect(0, 0, 0, 0);
    border: 0
}

@media (max-width: 1519.98px) {
    .sr-only-lg {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0
    }
}

@media (max-width: 1179.98px) {
    .shortcut-container--no-title-on-phone.shortcut-container--vertical .shortcut-container__title,
    .sr-only-md,
    :not(.shortcut-container--vertical).shortcut-container--no-title-on-phone .shortcut-container__header-section {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0
    }
}

@media (max-width: 767.98px) {
    .sr-only-sm {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0
    }
}

html {
    font-size: .875rem
}

@media (min-width: 768px) {
    html {
        font-size: 1rem
    }
}

.touchevent a {
    pointer-events: none
}

body {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto
}

body.min-side-widgets {
    background-color: #f7f7f7
}

body.mit-overblik-widgets {
    background-color: #f2f2f2
}

body.mit-overblik {
    background-color: #ebedee
}

@media (min-width: 768px) {
    body.mit-overblik {
        margin-top: 0
    }
}

body.mit-overblik .container-mitoverblik-back,
body.mit-overblik .container-mitoverblik-main {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

@media (min-width: 1180px) {
    body.mit-overblik .container-mitoverblik-back,
    body.mit-overblik .container-mitoverblik-main {
        padding-left: 0;
        padding-right: 0
    }
}

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

@media (max-width: 767.98px) {
    .no-gutters-sm {
        margin-right: 0;
        margin-left: 0
    }
    .no-gutters-sm>.col,
    .no-gutters-sm>[class*=col-] {
        padding-right: 0;
        padding-left: 0
    }
}

.card .card-title,
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    font-weight: 800
}

.h4,
.h5,
.h6,
.mit-overblik .block-container .card--block--mitoverblik .card-body .card-title,
.my-overview-overview-item--container.benefits-overview .type-wrapper .title,
.my-overview-overview-item--container.payment-and-debt-overview .title,
h4,
h5,
h6 {
    text-transform: none
}

.h4,
.mit-overblik .block-container .card--block--mitoverblik .card-body .card-title,
.my-overview-overview-item--container.benefits-overview .type-wrapper .title,
.my-overview-overview-item--container.payment-and-debt-overview .title,
h4 {
    font-weight: 800
}

.text-large {
    font-size: 1.125rem;
    font-weight: 700
}

.font-weight-semi-bold {
    font-weight: 600
}

.font-weight-extra-bold {
    font-weight: 800
}

.text-transform-none {
    text-transform: none
}

.text-white a:not(.btn),
.text-white a:not(.btn):hover {
    color: #fff
}

@media (max-width: 767.98px) {
    .h1,
    h1 {
        font-size: 1.57rem;
        line-height: 2.14rem
    }
}

@media (max-width: 767.98px) {
    .h2,
    h2 {
        font-size: 1.3rem
    }
}

@media (max-width: 767.98px) {
    .card .card-title,
    .h3,
    h3 {
        font-size: 1.15rem
    }
}

.content-text,
.xhtml p {
    max-width: 75ch
}

.card .content-text .card-title,
.card .xhtml p .card-title,
.content-text .card .card-title,
.content-text .h1,
.content-text .h2,
.content-text .h3,
.content-text .h4,
.content-text .h5,
.content-text .h6,
.content-text .mit-overblik .block-container .card--block--mitoverblik .card-body .card-title,
.content-text .my-overview-overview-item--container.benefits-overview .type-wrapper .title,
.content-text .my-overview-overview-item--container.payment-and-debt-overview .title,
.content-text h1,
.content-text h2,
.content-text h3,
.content-text h4,
.content-text h5,
.content-text h6,
.mit-overblik .block-container .card--block--mitoverblik .card-body .content-text .card-title,
.mit-overblik .block-container .card--block--mitoverblik .card-body .xhtml p .card-title,
.my-overview-overview-item--container.benefits-overview .type-wrapper .content-text .title,
.my-overview-overview-item--container.benefits-overview .type-wrapper .xhtml p .title,
.my-overview-overview-item--container.payment-and-debt-overview .content-text .title,
.my-overview-overview-item--container.payment-and-debt-overview .xhtml p .title,
.xhtml p .card .card-title,
.xhtml p .h1,
.xhtml p .h2,
.xhtml p .h3,
.xhtml p .h4,
.xhtml p .h5,
.xhtml p .h6,
.xhtml p .mit-overblik .block-container .card--block--mitoverblik .card-body .card-title,
.xhtml p .my-overview-overview-item--container.benefits-overview .type-wrapper .title,
.xhtml p .my-overview-overview-item--container.payment-and-debt-overview .title,
.xhtml p h1,
.xhtml p h2,
.xhtml p h3,
.xhtml p h4,
.xhtml p h5,
.xhtml p h6 {
    margin-top: 1.5em;
    margin-bottom: 1rem;
    word-break: break-word
}

.card .content-text .card-title:last-child,
.card .xhtml p .card-title:last-child,
.content-text .card .card-title:last-child,
.content-text .h1:last-child,
.content-text .h2:last-child,
.content-text .h3:last-child,
.content-text .h4:last-child,
.content-text .h5:last-child,
.content-text .h6:last-child,
.content-text .mit-overblik .block-container .card--block--mitoverblik .card-body .card-title:last-child,
.content-text .my-overview-overview-item--container.benefits-overview .type-wrapper .title:last-child,
.content-text .my-overview-overview-item--container.payment-and-debt-overview .title:last-child,
.content-text h1:last-child,
.content-text h2:last-child,
.content-text h3:last-child,
.content-text h4:last-child,
.content-text h5:last-child,
.content-text h6:last-child,
.mit-overblik .block-container .card--block--mitoverblik .card-body .content-text .card-title:last-child,
.mit-overblik .block-container .card--block--mitoverblik .card-body .xhtml p .card-title:last-child,
.my-overview-overview-item--container.benefits-overview .type-wrapper .content-text .title:last-child,
.my-overview-overview-item--container.benefits-overview .type-wrapper .xhtml p .title:last-child,
.my-overview-overview-item--container.payment-and-debt-overview .content-text .title:last-child,
.my-overview-overview-item--container.payment-and-debt-overview .xhtml p .title:last-child,
.xhtml p .card .card-title:last-child,
.xhtml p .h1:last-child,
.xhtml p .h2:last-child,
.xhtml p .h3:last-child,
.xhtml p .h4:last-child,
.xhtml p .h5:last-child,
.xhtml p .h6:last-child,
.xhtml p .mit-overblik .block-container .card--block--mitoverblik .card-body .card-title:last-child,
.xhtml p .my-overview-overview-item--container.benefits-overview .type-wrapper .title:last-child,
.xhtml p .my-overview-overview-item--container.payment-and-debt-overview .title:last-child,
.xhtml p h1:last-child,
.xhtml p h2:last-child,
.xhtml p h3:last-child,
.xhtml p h4:last-child,
.xhtml p h5:last-child,
.xhtml p h6:last-child {
    margin-bottom: 0
}

.card .content-text .card-title:first-child,
.card .xhtml p .card-title:first-child,
.content-text .card .card-title:first-child,
.content-text .h1:first-child,
.content-text .h2:first-child,
.content-text .h3:first-child,
.content-text .h4:first-child,
.content-text .h5:first-child,
.content-text .h6:first-child,
.content-text .mit-overblik .block-container .card--block--mitoverblik .card-body .card-title:first-child,
.content-text .my-overview-overview-item--container.benefits-overview .type-wrapper .title:first-child,
.content-text .my-overview-overview-item--container.payment-and-debt-overview .title:first-child,
.content-text h1:first-child,
.content-text h2:first-child,
.content-text h3:first-child,
.content-text h4:first-child,
.content-text h5:first-child,
.content-text h6:first-child,
.mit-overblik .block-container .card--block--mitoverblik .card-body .content-text .card-title:first-child,
.mit-overblik .block-container .card--block--mitoverblik .card-body .xhtml p .card-title:first-child,
.my-overview-overview-item--container.benefits-overview .type-wrapper .content-text .title:first-child,
.my-overview-overview-item--container.benefits-overview .type-wrapper .xhtml p .title:first-child,
.my-overview-overview-item--container.payment-and-debt-overview .content-text .title:first-child,
.my-overview-overview-item--container.payment-and-debt-overview .xhtml p .title:first-child,
.xhtml p .card .card-title:first-child,
.xhtml p .h1:first-child,
.xhtml p .h2:first-child,
.xhtml p .h3:first-child,
.xhtml p .h4:first-child,
.xhtml p .h5:first-child,
.xhtml p .h6:first-child,
.xhtml p .mit-overblik .block-container .card--block--mitoverblik .card-body .card-title:first-child,
.xhtml p .my-overview-overview-item--container.benefits-overview .type-wrapper .title:first-child,
.xhtml p .my-overview-overview-item--container.payment-and-debt-overview .title:first-child,
.xhtml p h1:first-child,
.xhtml p h2:first-child,
.xhtml p h3:first-child,
.xhtml p h4:first-child,
.xhtml p h5:first-child,
.xhtml p h6:first-child {
    margin-top: 0
}

.content-text .h4,
.content-text .h5,
.content-text .mit-overblik .block-container .card--block--mitoverblik .card-body .card-title,
.content-text .my-overview-overview-item--container.benefits-overview .type-wrapper .title,
.content-text .my-overview-overview-item--container.payment-and-debt-overview .title,
.content-text h4,
.content-text h5,
.mit-overblik .block-container .card--block--mitoverblik .card-body .content-text .card-title,
.mit-overblik .block-container .card--block--mitoverblik .card-body .xhtml p .card-title,
.my-overview-overview-item--container.benefits-overview .type-wrapper .content-text .title,
.my-overview-overview-item--container.benefits-overview .type-wrapper .xhtml p .title,
.my-overview-overview-item--container.payment-and-debt-overview .content-text .title,
.my-overview-overview-item--container.payment-and-debt-overview .xhtml p .title,
.xhtml p .h4,
.xhtml p .h5,
.xhtml p .mit-overblik .block-container .card--block--mitoverblik .card-body .card-title,
.xhtml p .my-overview-overview-item--container.benefits-overview .type-wrapper .title,
.xhtml p .my-overview-overview-item--container.payment-and-debt-overview .title,
.xhtml p h4,
.xhtml p h5 {
    margin-bottom: .375rem
}

.content-text img,
.xhtml p img {
    max-width: 100%
}

p {
    margin-top: 1rem
}

p:first-child {
    margin-top: 0
}

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

.semismall-font-size {
    font-size: .75rem
}

.smaller-font-size {
    font-size: .875rem
}

@media (min-width: 1180px) {
    .lead {
        font-size: 1.25rem
    }
}

.lead ul.list--links li a {
    margin-left: 1.875rem
}

.lead ul.list--links li a:after,
.lead ul.list--links li a:before {
    width: 1.875rem;
    height: 1.875rem
}

.card .card-title a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
.mit-overblik .block-container .card--block--mitoverblik .card-body .card-title a,
.my-overview-overview-item--container.benefits-overview .type-wrapper .title a,
.my-overview-overview-item--container.payment-and-debt-overview .title a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

.decoration-none:hover {
    text-decoration: none
}

.no-wrap {
    white-space: nowrap
}

.display-1 {
    font-weight: 700
}

@media (max-width: 1179.98px) {
    .display-1 {
        font-size: 1.875rem
    }
}

.selfservice-description {
    font-weight: 400
}

.rtl-language {
    direction: rtl;
    text-align: right
}

.accordion-table__header-cell,
.accordion-table__row-cell,
.list--light-arrow,
.list--links,
.list--numbered,
.list--solid-arrow,
.operating-information__content,
.text-break,
.timeline__item {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word
}

.btn-pill {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #447a23;
    border-radius: 1.5625rem;
    min-width: 6.5625rem;
    word-break: break-word;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 2.42857142857rem;
    font-weight: 600;
    font-size: 1rem;
    padding: .42857rem 1rem
}

.btn-pill,
.btn-pill:focus {
    color: #447a23;
    background-color: #fff
}

.btn-pill:focus {
    outline: 3px solid #2d2e28;
    outline-offset: -2px;
    border: 1px solid #fff
}

.btn-pill:hover {
    background-color: #2e5a14;
    color: #fff;
    text-decoration: none;
    border: 1px solid #2e5a14
}

.btn-pill:hover[target=_blank]:after {
    background-color: #fff
}

@media (min-width: 768px) {
    .btn-pill {
        padding: .5rem 1rem;
        min-width: 7.5rem;
        min-height: 2.625rem
    }
}

.btn-pill[target=_blank]:after {
    background-color: #447a23
}

.btn-pill__text {
    text-align: start
}

.btn-white {
    color: #4c6a83;
    background-color: #fff;
    border-color: transparent
}

.btn-white:hover {
    color: #fff;
    background-color: #284d62;
    border-color: transparent
}

.btn-white.focus,
.btn-white:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

.btn-white.disabled,
.btn-white:disabled {
    color: #212529;
    background-color: #fff;
    border-color: transparent
}

.btn-white:not(:disabled):not(.disabled).active,
.btn-white:not(:disabled):not(.disabled):active,
.show>.btn-white.dropdown-toggle {
    color: #fff;
    background-color: #284d62;
    border-color: transparent
}

.btn-white:not(:disabled):not(.disabled).active:focus,
.btn-white:not(:disabled):not(.disabled):active:focus,
.show>.btn-white.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .5)
}

.bg-primary .btn-white:active,
.bg-primary .btn-white:focus,
.bg-primary .btn-white:hover {
    background-color: hsla(0, 0%, 97%, .7);
    border-color: transparent
}

.btn-outline-white {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff
}

.btn-outline-white:hover {
    color: #0b2432;
    background-color: #a0c658;
    border-color: #a0c658
}

.btn-outline-white.focus,
.btn-outline-white:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5);
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
    color: #fff;
    background-color: transparent
}

.btn-outline-white:not(:disabled):not(.disabled).active,
.btn-outline-white:not(:disabled):not(.disabled):active,
.show>.btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #a0c658;
    border-color: #a0c658
}

.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-white.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5);
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.btn-primary {
    text-decoration: unset
}

.btn-primary:focus {
    background-color: #44831e
}

.btn-primary:hover {
    background-color: #284d62;
    border-color: #284d62
}

.btn-dp-primary {
    background-color: #44831e;
    border-color: #44831e
}

.btn-blue-dark:active,
.btn-blue-dark:focus,
.btn-blue-dark:hover {
    background-color: #284d62;
    border-color: #284d62
}

.btn-green:active,
.btn-green:focus,
.btn-green:hover {
    background-color: #a0c658;
    border-color: #a0c658
}

.btn-grey:active,
.btn-grey:focus,
.btn-grey:hover {
    background-color: #ebedee;
    border-color: #ebedee;
    color: inherit
}

.btn-blue:active,
.btn-blue:focus,
.btn-blue:hover {
    background-color: #4c6a83;
    border-color: #4c6a83
}

.btn-blue:disabled {
    background-color: #ebedee;
    border-color: #ebedee;
    color: #636969
}

.btn {
    min-width: 7.6875rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: normal
}

@media (min-width: 768px) {
    .btn {
        min-height: 3.125rem
    }
}

.btn-group-sm>.btn,
.btn.btn-sm {
    padding: .75rem 1rem
}

.btn-group-lg>.btn,
.btn.btn-lg {
    min-width: 10.625rem;
    font-size: 1.125rem
}

.btn.btn-link {
    padding: .3125rem;
    min-height: inherit;
    min-width: inherit
}

.btn.btn-link:focus {
    text-decoration: none
}

.btn--no-minwidth {
    min-width: inherit
}

.btn-close {
    color: #fff
}

.btn-close svg {
    display: block;
    height: 1.6875rem;
    width: 1.6875rem
}

.accordion-table__toggle-button,
.btn-no-styling,
.grid-container .items .item .information-bar button,
.information-box-wrap,
.protected-content-accordion__toggle-button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    text-align: left
}

.btn-to-top {
    padding: 0
}

.btn-to-top__arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 3.75rem;
    width: 3.75rem;
    background-color: #284d62;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-to-top__arrow svg {
    height: 1.5rem;
    width: 1.5rem;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #fff
}

.btn-to-top__text {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    background-color: #a0c658;
    color: #0b2432;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 3.75rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700
}

.btn-to-top:hover .btn-to-top__text {
    color: #fff
}

.btn-idp {
    border: .0625rem solid #ebedee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.875rem
}

.btn-idp .idp-title {
    margin-top: .625rem
}

.btn-idp .idp-logo,
.btn-idp .idp-logo-inverted {
    height: 3.125rem;
    display: block
}

.btn-idp .idp-logo-inverted {
    display: none
}

.btn-idp picture {
    width: 100%
}

.btn-idp picture .idp-logo,
.btn-idp picture .idp-logo-inverted {
    margin-left: auto;
    margin-right: auto
}

.btn-idp:hover {
    background-color: #44831e
}

.btn-idp:hover .idp-logo {
    display: none
}

.btn-idp:hover .idp-logo-inverted {
    display: block
}

.btn-idp:not(:first-of-type) {
    margin-top: 1rem
}

.action-button img {
    max-height: .8125rem;
    margin-right: .5rem
}

@media (min-width: 768px) {
    .action-button img {
        max-height: 1rem
    }
}

.action-button img.icon-svg {
    height: inherit;
    width: inherit
}

.action-button .btn-grey:after {
    background-color: #212529
}

.action-button .btn-grey:focus {
    color: #212529
}

.row.small-gutter {
    margin-right: -.25rem;
    margin-left: -.25rem
}

.row.small-gutter [class*=col-] {
    padding-left: .25rem;
    padding-right: .25rem
}

.container,
.operating-information__content {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.container-main {
    padding: 0
}

@media (min-width: 1180px) {
    .container-main {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-top: 2rem
    }
}

@media (max-width: 767.98px) {
    .container-main .frontpage {
        margin-top: 1rem
    }
}

.container-content {
    margin-top: 1.5rem
}

@media (min-width: 768px) and (max-width:1179.98px) {
    .container-content {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (min-width: 1180px) {
    .container-content {
        margin-top: 0
    }
}

@media (max-width: 767.98px) {
    .container-content-sm-padding {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

.breadcrumb-wrapper+.container-main {
    padding-top: 0
}

@media (min-width: 1180px) {
    .breadcrumb-wrapper+.container-main {
        padding-top: 3rem
    }
}

.component-margin {
    margin-bottom: .5rem
}

@media (min-width: 768px) {
    .component-margin {
        margin-bottom: 1rem
    }
}

.mit-overblik .component-margin {
    margin-bottom: 1.5rem
}

@media (min-width: 768px) {
    .mit-overblik .component-margin {
        margin-bottom: 1rem
    }
}

.mit-overblik .component-margin:last-of-type {
    margin-bottom: 0
}

.component-margin-large {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

@media (min-width: 768px) {
    .component-margin-large {
        margin-top: 2rem;
        margin-bottom: 2rem
    }
}

.col-info .wellbox {
    min-height: 12.5rem
}

@media (min-width: 768px) {
    .col-info .wellbox {
        min-height: 21.625rem
    }
}

.col-info .wellbox .wellbox-heading {
    font-weight: 700
}

.col-info .action-button .btn {
    width: 100%
}

.cssfilters .desaturate img {
    -webkit-filter: saturate(82%);
    filter: saturate(82%)
}

.no-cssfilters .desaturate:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: hsla(0, 0%, 95%, .1);
    z-index: 1
}

iframe {
    border: 0
}

iframe.portalservice {
    width: 100%;
    height: 37.1875rem
}

.figure {
    width: 100%
}

.figure .figure-caption {
    color: #0b2432;
    padding: .75rem .25rem;
    font-size: 1rem
}

.hidetitle {
    font-size: 0;
    width: .0625rem;
    height: .0625rem;
    display: inline-block;
    overflow: hidden;
    position: absolute !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    clip: rect(.0625rem, .0625rem, .0625rem, .0625rem)
}

.collapsing.width {
    -webkit-transition-property: width, visibility;
    transition-property: width, visibility;
    width: 0;
    height: auto
}

.aria-expanded-true {
    display: none
}

.aria-expanded-false,
[aria-expanded=true] .aria-expanded-true {
    display: inline-block
}

[aria-expanded=true] .aria-expanded-false {
    display: none
}

.icon-svg {
    height: 1rem;
    width: 1rem
}

.icon-svg--24 {
    height: 1.5rem;
    width: 1.5rem
}

.icon-svg--32 {
    height: 2rem;
    width: 2rem
}

.hide-base-svg {
    display: none
}

.icon-eu_flag {
    height: 1.5rem;
    width: 2.1875rem
}

.icon-nemid {
    width: 3.125rem
}

.icon-external-link {
    position: relative;
    left: .5rem;
    width: 1.25rem;
    height: 1.0625rem
}

.icon-module-symbol {
    height: 1rem;
    width: 2rem;
    color: #44831e;
    margin-bottom: .5rem;
    display: block
}

.text-white .icon-module-symbol {
    color: #fff
}

.icon-info-circle {
    background-color: #284d62;
    display: inline-block;
    height: 1.875rem;
    width: 1.875rem;
    border-radius: 50%
}

.icon-spot-arrow {
    overflow: visible
}

.circle-arrow {
    height: 2.875rem;
    width: 2.875rem;
    border-radius: 50%;
    background-color: #fff;
    color: #284d62;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.circle-arrow .icon-svg {
    height: 1rem;
    width: .875rem
}

.circle-arrow:hover {
    text-decoration: none
}

.circle-arrow--danger {
    background-color: #9e0013;
    color: #fff
}

.chevron {
    display: inline-block;
    height: 1.25rem;
    width: 1.25rem
}

.chevron.rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center left;
    transform-origin: center left
}

.burger-arrow {
    position: relative;
    display: inline-block;
    height: 1.25rem;
    width: 1.25rem
}

.burger-arrow span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: .125rem;
    margin-top: -.1em;
    background-color: #0b2432
}

.burger-arrow span:after,
.burger-arrow span:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0b2432;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.burger-arrow span:before {
    -webkit-transform: translateY(-.5em);
    transform: translateY(-.5em)
}

.burger-arrow span:after {
    -webkit-transform: translateY(.5em);
    transform: translateY(.5em)
}

.burger-arrow.open span,
[aria-expanded=true] .burger-arrow span {
    background-color: transparent
}

.burger-arrow.open span:before,
[aria-expanded=true] .burger-arrow span:before {
    -webkit-transform: translateY(0) translateX(-.25rem) rotate(-45deg) scaleX(.7);
    transform: translateY(0) translateX(-.25rem) rotate(-45deg) scaleX(.7)
}

.burger-arrow.open span:after,
[aria-expanded=true] .burger-arrow span:after {
    -webkit-transform: translateY(0) translateX(.3125rem) rotate(45deg) scaleX(.7);
    transform: translateY(0) translateX(.3125rem) rotate(45deg) scaleX(.7)
}

ul {
    padding-left: 1.125rem
}

dl,
ol,
ul {
    margin-bottom: 1.5rem
}

dl:last-child,
ol:last-child,
ul:last-child {
    margin-bottom: 0
}

ol.list--numbered {
    list-style-type: none;
    padding-left: 0
}

ol.list--numbered li {
    counter-increment: step-counter;
    position: relative;
    padding-left: 2.25rem;
    margin-bottom: .875rem
}

ol.list--numbered li:last-child {
    margin-bottom: 0
}

ol.list--numbered li:before {
    content: counter(step-counter);
    line-height: 1.5rem;
    font-size: .875rem;
    font-weight: 700;
    color: #44831e;
    position: absolute;
    top: 0;
    left: -50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-transform: translateX(.775rem);
    transform: translateX(.775rem)
}

ol.list--numbered li:after {
    content: "";
    height: 1.5625rem;
    width: 1.5625rem;
    border: .0625rem solid #44831e;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0
}

.text-white ol.list--numbered li:before {
    color: #fff
}

.text-white ol.list--numbered li:after {
    border: .0625rem solid #fff
}

ol.list--numbered li a:before {
    content: none !important
}

ul.list--solid-arrow {
    list-style-type: none;
    padding-left: 0
}

ul.list--solid-arrow li {
    margin-bottom: .5rem
}

ul.list--light-arrow {
    list-style-type: none;
    padding-left: 0
}

ul.list--light-arrow li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: .5rem
}

ul.list--light-arrow li:last-child {
    margin-bottom: 0
}

ul.list--light-arrow li:before {
    content: "";
    width: 1.25rem;
    height: .875rem;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-prefix='fal' data-icon='long-arrow-right' class='svg-inline--fa fa-long-arrow-right fa-w-14' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23284D62' d='M311.03 131.515l-7.071 7.07c-4.686 4.686-4.686 12.284 0 16.971L387.887 239H12c-6.627 0-12 5.373-12 12v10c0 6.627 5.373 12 12 12h375.887l-83.928 83.444c-4.686 4.686-4.686 12.284 0 16.971l7.071 7.07c4.686 4.686 12.284 4.686 16.97 0l116.485-116c4.686-4.686 4.686-12.284 0-16.971L328 131.515c-4.686-4.687-12.284-4.687-16.97 0z'/%3E%3C/svg%3E");
    background-size: 1.25rem .875rem;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: -.25rem;
    top: .5rem
}

ul.list--light-arrow li a {
    color: #4c6a83
}

ul.list--light-arrow li a:hover {
    color: #0b2432;
    text-decoration: underline !important
}

ul.list--light-arrow.list--light-arrow-white li:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-prefix='fal' data-icon='long-arrow-right' class='svg-inline--fa fa-long-arrow-right fa-w-14' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23fff' d='M311.03 131.515l-7.071 7.07c-4.686 4.686-4.686 12.284 0 16.971L387.887 239H12c-6.627 0-12 5.373-12 12v10c0 6.627 5.373 12 12 12h375.887l-83.928 83.444c-4.686 4.686-4.686 12.284 0 16.971l7.071 7.07c4.686 4.686 12.284 4.686 16.97 0l116.485-116c4.686-4.686 4.686-12.284 0-16.971L328 131.515c-4.686-4.687-12.284-4.687-16.97 0z'/%3E%3C/svg%3E")
}

ul.list--light-arrow.list--large-icon li:before {
    background-size: 2.5rem 1.5rem;
    width: 2.5rem;
    height: 1.5rem;
    top: .5rem
}

ul.list--links {
    list-style-type: none;
    padding-left: 0
}

ul.list--links:last-child {
    margin-bottom: 0
}

ul.list--links li {
    position: relative;
    margin-bottom: 1rem
}

ul.list--links li:last-child {
    margin-bottom: .625rem
}

.table,
.xhtml .OIMAppContentMainTable {
    font-size: 1rem
}

.table:last-child,
.xhtml .OIMAppContentMainTable:last-child {
    margin-bottom: 0
}

.table thead th,
.xhtml .OIMAppContentMainTable thead th {
    border-top: 0;
    border-bottom-width: .0625rem;
    background-color: transparent;
    border-color: #4c6a83 !important;
    font-weight: 400;
    color: #2f6796
}

.table thead th:last-child:empty,
.xhtml .OIMAppContentMainTable thead th:last-child:empty {
    cursor: default
}

.table thead th:not([data-sort]):not(.sort-option),
.xhtml .OIMAppContentMainTable thead th:not([data-sort]):not(.sort-option) {
    color: #0b2432
}

.table tbody td,
.table tbody th,
.xhtml .OIMAppContentMainTable tbody td,
.xhtml .OIMAppContentMainTable tbody th {
    background-color: transparent;
    border-color: #4c6a83
}

.table tbody th,
.xhtml .OIMAppContentMainTable tbody th {
    font-weight: 400
}

.table tbody tr:last-child td,
.table tbody tr:last-child th,
.xhtml .OIMAppContentMainTable tbody tr:last-child td,
.xhtml .OIMAppContentMainTable tbody tr:last-child th {
    border-bottom: .0625rem solid #4c6a83
}

.table td,
.table th,
.xhtml .OIMAppContentMainTable td,
.xhtml .OIMAppContentMainTable th {
    padding: 1rem
}

.table td:first-child,
.table th:first-child,
.xhtml .OIMAppContentMainTable td:first-child,
.xhtml .OIMAppContentMainTable th:first-child {
    padding-left: 0
}

.table td:last-child,
.table th:last-child,
.xhtml .OIMAppContentMainTable td:last-child,
.xhtml .OIMAppContentMainTable th:last-child {
    padding-right: 0
}

.table.table--th-bg thead th,
.table.table-bordered thead th,
.xhtml .table--th-bg.OIMAppContentMainTable thead th,
.xhtml .table-bordered.OIMAppContentMainTable thead th {
    border-top: .0625rem solid #4c6a83
}

.table.table--th-bg td,
.table.table--th-bg th,
.table.table-bordered td,
.table.table-bordered th,
.xhtml .table--th-bg.OIMAppContentMainTable td,
.xhtml .table--th-bg.OIMAppContentMainTable th,
.xhtml .table-bordered.OIMAppContentMainTable td,
.xhtml .table-bordered.OIMAppContentMainTable th {
    padding-left: 1rem;
    padding-right: 1rem
}

.table--th-bg thead th {
    background-color: #284d62;
    border-top: .0625rem solid #4c6a83;
    color: #fff;
    border-color: #fff;
    text-transform: none;
    font-weight: 600
}

.table--th-bg tbody td {
    border-color: #fff
}

.table--th-bg tbody tr:last-child td {
    border-bottom-color: #fff
}

.table--breakword td {
    word-break: break-word
}

.table.eIncome,
.xhtml .eIncome.OIMAppContentMainTable {
    table-layout: fixed
}

.table-responsive-headers>p:last-child {
    margin-top: 2rem
}

@media (max-width: 767.98px) {
    .table-responsive-headers thead {
        display: none
    }
    .table-responsive-headers tbody,
    .table-responsive-headers tbody tr {
        display: block
    }
    .table-responsive-headers tr {
        border-bottom: .0625rem solid #4c6a83;
        padding: 1rem 0
    }
    .table-responsive-headers tr:first-child {
        border-top: .0625rem solid #4c6a83
    }
    .table-responsive-headers tfoot tr:last-child {
        border-bottom: none
    }
    .table-responsive-headers tr td,
    .table-responsive-headers tr th {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: .5rem 0;
        border: none !important
    }
    .table-responsive-headers .table-card-header {
        width: 50%;
        min-width: 50%;
        padding-right: .5rem;
        margin-right: .5rem
    }
    .table-responsive-headers .text-right {
        text-align: unset !important
    }
}

.table-masterdata dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.table-masterdata dl,
.table-masterdata dl>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.table-masterdata dl>div {
    width: 100%;
    border-top: .0625rem solid #4c6a83
}

.table-masterdata dl>div:last-child {
    border-bottom: .0625rem solid #4c6a83
}

.table-masterdata dt {
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    padding: 1rem 1.5rem 1rem 0;
    text-align: left
}

@media (max-width: 767.98px) {
    .table-masterdata dt {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

.table-masterdata dd {
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    margin: 0;
    padding: 1rem 0 1rem .5rem
}

@media (max-width: 767.98px) {
    .table-masterdata dd {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }
}

.table__td--align-right {
    text-align: right
}

.table-pagination {
    width: 100%
}

.table-pagination,
.table-pagination__functions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.table-pagination__functions {
    gap: 1rem
}

.table-pagination__amount-showing {
    color: #636969;
    font-weight: 400;
    text-align: center
}

@media (min-width: 768px) {
    .table-pagination__amount-showing {
        font-size: .875rem
    }
}

@media (min-width: 768px) {
    .bg-md-primary {
        background-color: #44831e
    }
}

@media (min-width: 768px) {
    .bg-md-grey {
        background-color: #f7f7f7
    }
}

input.form-control:disabled,
input.form-control[readonly],
textarea.form-control:disabled,
textarea.form-control[readonly] {
    border: none
}

.form-control:disabled,
input.form-control[readonly] {
    cursor: not-allowed
}

#municipalitySelect.form-control {
    font-size: 1rem
}

.bg-blue-grey .form-control,
.bg-blue .form-control,
.bg-grey .form-control,
.bg-primary .form-control,
.bg-secondary .form-control,
.blue-dark .form-control {
    border-color: transparent
}

.bg-grey .form-control:disabled,
.bg-grey .form-control[readonly] {
    background-color: #ebedee
}

.custom-control {
    min-height: 2rem
}

.custom-control.custom-checkbox .custom-control-label:after {
    background-size: 70% 70%
}

.bg-grey .custom-control .custom-control-label:before {
    background-color: #f7f7f7;
    border: .0625rem solid #284d62
}

.custom-control.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z'/%3E%3C/svg%3E") !important
}

.bg-primary .custom-control .custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2344831E' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z'/%3E%3C/svg%3E") !important
}

.text-white .custom-control .custom-control-label:before {
    background-color: #fff !important
}

.text-white .custom-control.custom-checkbox .custom-control-input:checked~.custom-control-label:before,
.text-white .custom-control.custom-radio .custom-control-input:checked~.custom-control-label:before {
    background-color: #fff
}

.text-white .custom-control.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2344831E' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z'/%3E%3C/svg%3E") !important
}

.text-white .custom-control.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2344831e'/%3E%3C/svg%3E")
}

.page-link:focus {
    -webkit-box-shadow: 0 0 0 .1875rem #2d2e28, 0 0 0 .1875rem #2d2e28, 0 0 0 .1875rem #2d2e28, 0 0 0 .1875rem #2d2e28;
    box-shadow: 0 0 0 .1875rem #2d2e28, 0 0 0 .1875rem #2d2e28, 0 0 0 .1875rem #2d2e28, 0 0 0 .1875rem #2d2e28;
    outline: none;
    z-index: 2
}

.btn:focus,
button:focus {
    z-index: 3
}

.btn:focus,
.form-control:focus,
button:focus {
    -webkit-box-shadow: 0 0 0 .1875rem #2d2e28;
    box-shadow: 0 0 0 .1875rem #2d2e28;
    outline: none
}

.form-control:focus {
    border-color: inherit
}

.custom-control-input:focus~.custom-control-label:before {
    outline: none
}

.custom-control-input:focus~.custom-control-label:before,
a.focusfield:focus .circle-arrow {
    -webkit-box-shadow: 0 0 0 .1875rem #2d2e28;
    box-shadow: 0 0 0 .1875rem #2d2e28
}

@media (max-width: 767.98px) {
    a.focusfield:focus {
        position: relative
    }
    a.focusfield:focus:after,
    a.focusfield:focus:before {
        content: "";
        height: 100%;
        width: .1875rem;
        position: absolute;
        background-color: #2d2e28;
        top: 0;
        z-index: 1
    }
    a.focusfield:focus:after {
        right: 0
    }
    a.focusfield:focus:before {
        left: 0
    }
}

.navbar .navbar-nav .btn-search:focus,
.navbar .navbar-nav .nav-link:focus {
    z-index: 1;
    position: relative;
    -webkit-box-shadow: 0 0 0 .1875rem #2d2e28, 0 0 0 .1875rem #2d2e28, 0 0 0 .1875rem #2d2e28, 0 0 0 .1875rem #2d2e28;
    box-shadow: 0 0 0 .1875rem #2d2e28, 0 0 0 .1875rem #2d2e28, 0 0 0 .1875rem #2d2e28, 0 0 0 .1875rem #2d2e28;
    outline: none
}

.navbar .navbar-nav .btn-search:focus:before,
.navbar .navbar-nav .nav-link:focus:before {
    content: "";
    height: .1875rem;
    width: 100%;
    background-color: #2d2e28;
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width: 1179.98px) {
    .navbar .navbar-nav .btn-search:focus:after {
        content: "";
        width: .1875rem;
        height: 100%;
        background-color: #2d2e28;
        position: absolute;
        top: 0;
        right: 0
    }
}

@media (max-width: 767.98px) {
    .accordion-item__toggle:focus,
    .micro-article__btn-start:focus,
    .micro-article__toggle:focus {
        -webkit-box-shadow: inset 0 0 0 .1875rem #2d2e28;
        box-shadow: inset 0 0 0 .1875rem #2d2e28
    }
}

@media (max-width: 575.98px) {
    .accordion-item__toggle:focus,
    .micro-article__btn-start:focus,
    .micro-article__toggle:focus {
        -webkit-box-shadow: inset 0 0 0 .1875rem #2d2e28;
        box-shadow: inset 0 0 0 .1875rem #2d2e28
    }
}

@media (max-width: 767.98px) {
    .card-minside:focus {
        position: relative
    }
    .card-minside:focus:after,
    .card-minside:focus:before {
        content: "";
        height: 100%;
        width: .1875rem;
        position: absolute;
        background-color: #2d2e28;
        top: 0;
        z-index: 1
    }
    .card-minside:focus:after {
        right: 0
    }
    .card-minside:focus:before {
        left: 0
    }
}

@media (max-width: 1179.98px) {
    .breadcrumb-menu__btn-back:focus,
    .breadcrumb-menu__btn-menu:focus {
        -webkit-box-shadow: inset 0 0 0 .1875rem #2d2e28;
        box-shadow: inset 0 0 0 .1875rem #2d2e28
    }
}

.btn-close-search:focus {
    -webkit-box-shadow: 0 0 0 .1875rem #fff;
    box-shadow: 0 0 0 .1875rem #fff
}

@media (min-width: 768px) {
    .search-open .navbar-brand:focus {
        -webkit-box-shadow: 0 0 0 .1875rem #fff;
        box-shadow: 0 0 0 .1875rem #fff
    }
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"), url(OpenSans-Light.woff2?60c866748ff15f5b347fdba64596b1b1) format("woff2"), url(OpenSans-Light.woff?521d17bc9f3526c690e8ada6eee55bec) format("woff")
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url(OpenSans-Regular.woff2?cffb686d7d2f4682df8342bd4d276e09) format("woff2"), url(OpenSans-Regular.woff?bf2d0783515b7d75c35bde69e01b3135) format("woff")
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(OpenSans-SemiBold.woff2?223a277bd88d8a90c8cdf24cda0ad5f5) format("woff2"), url(OpenSans-SemiBold.woff?1cd5320f8937d337b61d5117cf9d7b28) format("woff")
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url(OpenSans-Bold.woff2?d08c09f2f169f4a6edbcf8b8d1636cb4) format("woff2"), url(OpenSans-Bold.woff?623e3205570002af47fc2b88f9335d19) format("woff")
}

@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 800;
    src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url(OpenSans-ExtraBold.woff2?aaeffaf205b9bbb09920089a14dbe9e8) format("woff2"), url(OpenSans-ExtraBold.woff?c6aa0c4a601fb6ac66f8253fa594dff5) format("woff")
}

.xhtml .btn {
    min-height: inherit;
    padding: 0;
    min-width: inherit;
    color: #0b2432;
    font-weight: 400
}

.xhtml .btn.disabled {
    opacity: 1
}

a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2f6796;
    font-weight: 600;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: .25rem;
    padding-right: .25rem;
    display: block
}

.bg-blue-grey a,
.bg-blue a,
.bg-primary a {
    color: #fff
}

ul.list--links li a {
    margin-left: 1.5rem
}

ul.list--links li a:before {
    content: none;
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    background-color: #10354a;
    position: absolute;
    left: 0;
    -ms-flex-item-align: baseline;
    align-self: baseline
}

.bg-blue-grey ul.list--links li a:before,
.bg-blue ul.list--links li a:before,
.bg-primary ul.list--links li a:before {
    background-color: #fff
}

ul.list--links li a:not(.btn-shortcut):not(.details):not(.back-link):not(.nav-link):not(.page-link):before {
    content: "";
    -webkit-mask: url(arrow-right-regular-bounding_box.svg?7c0d1cece6a0336798cf5e120fcfa359);
    mask: url(arrow-right-regular-bounding_box.svg?7c0d1cece6a0336798cf5e120fcfa359);
    -webkit-mask-size: cover;
    mask-size: cover
}

ul.list--links li a.back-link:before {
    content: "";
    -webkit-mask: url(arrow-left-regular-bounding_box.svg?f033d4a13cb526d6496e4526b74dce69);
    mask: url(arrow-left-regular-bounding_box.svg?f033d4a13cb526d6496e4526b74dce69);
    -webkit-mask-size: cover;
    mask-size: cover
}

a:after {
    content: none;
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    background-color: #2f6796
}

.bg-blue-grey a:after,
.bg-blue a:after,
.bg-primary a:after {
    background-color: #fff
}

a[target=_blank]:not(.card):not(.hide-external-link-icon):after {
    content: "";
    -webkit-mask: url(external-link-arrow-bounding_box.svg?cebe5bd6cb32bad6a0b36824ab45bc5d);
    mask: url(external-link-arrow-bounding_box.svg?cebe5bd6cb32bad6a0b36824ab45bc5d);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    display: inline-block;
    vertical-align: middle
}

a[target=_blank]:not(.card):not(.hide-external-link-icon).btn-primary:after {
    background-color: #fff
}

a.details__text {
    padding-right: 0;
    white-space: nowrap;
    -ms-flex-item-align: center;
    align-self: center;
    float: right
}

a.details__text:before {
    content: none !important
}

a.details__text:after {
    display: inline-block;
    content: "";
    -webkit-mask: url(chevron-right-bounding_box.svg?d9a24f1bc17a57993896ba7ba458c1c2);
    mask: url(chevron-right-bounding_box.svg?d9a24f1bc17a57993896ba7ba458c1c2);
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: text-top
}

@media (max-width: 767.98px) {
    a.details__text {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    a.details__text>span {
        display: none
    }
    a.details__text:after {
        font-size: medium;
        vertical-align: inherit
    }
}

a.nav-link:after {
    background-color: unset !important
}

p a {
    display: initial !important;
    text-decoration: underline;
    font-weight: 400
}

dd a,
p a {
    padding: 0
}

a.micro-article__btn-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ebedee;
    line-height: 2.125rem;
    font-weight: 700;
    color: #2f6796;
    border-radius: 0;
    font-size: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    min-width: inherit
}

@media (min-width: 768px) {
    a.micro-article__btn-start {
        padding-left: 2rem;
        padding-right: 2rem;
        font-size: 1.125rem;
        min-width: 9.375rem
    }
}

a.micro-article__btn-start .circle-arrow {
    margin-left: .5rem;
    height: 1.625rem;
    width: 1.625rem;
    padding: 0;
    -webkit-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out;
    background-color: #2f6796
}

a.micro-article__btn-start .circle-arrow svg {
    color: #fff
}

a.micro-article__btn-start:hover {
    color: #fff;
    background-color: #44831e
}

a.micro-article__btn-start:hover .circle-arrow {
    background-color: #fff
}

a.micro-article__btn-start:hover .circle-arrow svg {
    color: #10354a
}

a.micro-article__btn-start:focus {
    z-index: 1;
    background-color: #ebedee;
    color: #2f6796
}

a.micro-article__btn-start:focus .circle-arrow {
    background-color: #2f6796
}

a.micro-article__btn-start:focus .circle-arrow svg {
    color: #fff
}

a.micro-article__btn-start:active {
    background-color: #2e5a14;
    color: #fff
}

a.micro-article__btn-start:active .circle-arrow {
    background-color: #fff
}

a.micro-article__btn-start:active .circle-arrow svg {
    color: #10354a
}

a.micro-article__btn-start.btn-danger {
    background-color: #9e0013;
    color: #fff
}

a.micro-article__btn-start.btn-danger .circle-arrow {
    background-color: #fff
}

a.micro-article__btn-start.btn-danger .circle-arrow svg {
    color: #10354a
}

a.btn-shortcut {
    color: #2f6796
}

a.btn-shortcut:focus {
    background-color: transparent;
    color: #2f6796
}

a.btn-shortcut:hover {
    background-color: #284d62;
    color: #fff
}

a.js-guidefiltering-skip-all-questions {
    position: relative
}

a.js-guidefiltering-skip-all-questions:before {
    content: "";
    -webkit-mask: url(arrow-right-regular-bounding_box.svg?7c0d1cece6a0336798cf5e120fcfa359);
    mask: url(arrow-right-regular-bounding_box.svg?7c0d1cece6a0336798cf5e120fcfa359);
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    background-color: #10354a;
    position: absolute;
    left: -1.5rem;
    -ms-flex-item-align: baseline;
    align-self: baseline
}

a:focus-visible {
    outline: none;
    outline-offset: 0
}

a:hover {
    color: #0b2432;
    text-decoration: underline
}

.bg-blue-grey a:hover,
.bg-blue a:hover,
.bg-primary a:hover {
    color: #fff
}

.bg-blue-grey a:hover:after,
.bg-blue a:hover:after,
.bg-primary a:hover:after {
    background-color: #fff
}

a:hover:after {
    background-color: #0b2432
}

a:focus {
    background-color: #19313e;
    color: #fff
}

.bg-blue-grey a:focus,
.bg-blue a:focus,
.bg-primary a:focus {
    outline: 1px solid #fff
}

a:focus:after {
    background-color: #fff
}

.grid-container {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto
}

.grid-container .headers {
    font-weight: 700;
    display: grid;
    grid-template-columns: 60% 32% 8%
}

.grid-container .headers>button,
.grid-container .headers>div {
    padding: 1rem 0
}

.grid-container .headers .header.sortable {
    color: #2f6796
}

.grid-container .headers .header.sortable .sort-icon {
    fill: none
}

@media (min-width: 768px) {
    .grid-container .headers {
        grid-template-columns: 60% 26% 14%
    }
}

.grid-container .items {
    padding: 0
}

.grid-container .items .item {
    display: grid;
    grid-template-columns: 60% 32% 8%;
    border-top: 1px solid #4c6a83;
    position: relative
}

@media (min-width: 768px) {
    .grid-container .items .item {
        grid-template-columns: 60% 26% 14%
    }
}

.grid-container .items .item[aria-expanded=true]>[role=gridcell] {
    font-weight: 700
}

.grid-container .items .item:nth-last-child(2):not([aria-expanded=true]) {
    border-bottom: 1px solid #4c6a83
}

.grid-container .items .item>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    padding-bottom: 1.25rem
}

.grid-container .items .item>:first-child:not(.upper-row),
.grid-container .items .item>:first-child:not(.upper-row)~* {
    padding-top: 1.25rem
}

.grid-container .items .item:focus {
    outline: none
}

@media (max-width: 767.98px) {
    .grid-container .items .item .hide-button {
        position: absolute;
        left: -9999999px;
        top: auto;
        width: 1px;
        height: 1px;
        overflow: hidden
    }
}

.grid-container .items .item .information-bar {
    grid-column: 1/-1;
    height: 100%;
    padding: .5rem 0
}

.grid-container .items .item .information-bar button span {
    padding: 0 .25rem;
    font-size: 14px;
    font-weight: 600;
    color: #2f6796
}

.grid-container .items .item .information-bar button svg {
    margin-right: .25rem
}

.grid-container .items .item .information-bar button:hover span {
    text-decoration: underline;
    color: #0b2432
}

.grid-container .items .item .information-bar button:focus {
    outline: none;
    -webkit-box-shadow: unset;
    box-shadow: unset
}

.grid-container .items .item .information-bar button:focus span {
    background-color: #0b2432;
    color: #fff
}

.grid-container .items .item .accordion-toggle {
    grid-column-end: -1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    white-space: nowrap;
    cursor: pointer;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.grid-container .items .item .accordion-toggle:hover .accordion-toggle-status,
.grid-container .items .item .accordion-toggle:hover svg {
    text-decoration: underline;
    color: #0b2432
}

.grid-container .items .item .accordion-toggle:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.grid-container .items .item .accordion-toggle:focus .accordion-toggle-status,
.grid-container .items .item .accordion-toggle:focus svg {
    color: #fff
}

.grid-container .items .item .accordion-toggle:focus .accordion-toggle-content {
    background-color: #0b2432
}

.grid-container .items .item .accordion-toggle[aria-expanded=true] svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.grid-container .items .item .accordion-toggle-status {
    padding: 0 .25rem;
    font-weight: 600;
    display: none;
    display: block
}

.grid-container .items .item .accordion-toggle-status+svg {
    height: 1.5rem;
    width: 1.375rem;
    min-width: 1.375rem;
    padding: 0 .25rem;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}

.grid-container .items .item .accordion-toggle-status,
.grid-container .items .item .accordion-toggle-status+svg {
    color: #2f6796
}

.grid-container .items .item .accordion-toggle .accordion-toggle-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.grid-container .items .content {
    display: none;
    grid-template-columns: 1fr;
    background-color: #f7f7f7;
    grid-column: 1/-1;
    grid-column-start: 1;
    border-top: 1px solid #d6dadc;
    padding: 1.5rem 1.5rem 2rem
}

.grid-container .items .content:last-child {
    border-bottom: 1px solid #4c6a83
}

.grid-container .items .item[aria-expanded=true]+.content {
    display: grid
}

.grid-container+.pagination-wrap {
    color: #636969
}

.frontpage-section__title,
.hot-topics-frame__line,
.hot-topics-frame__title,
.lifesituation-frame__bold-sub-title,
.lifesituation-frame__sub-title,
.lifesituation-frame__title,
.shortcut-container__line,
.shortcut-container__title,
.topics-menu__title,
.u-m-unset,
.wellbox__line {
    margin: unset
}

.u-my-unset {
    margin-top: unset;
    margin-bottom: unset
}

.u-mx-unset {
    margin-left: unset;
    margin-right: unset
}

.u-mb-unset {
    margin-bottom: unset
}

.u-mt-unset {
    margin-top: unset
}

.u-ml-unset {
    margin-left: unset
}

.u-mr-unset {
    margin-right: unset
}

.lifesituation-frame__buttons,
.protected-content-accordion__toggle-text,
.u-p-unset {
    padding: unset
}

.u-py-unset {
    padding-top: unset;
    padding-bottom: unset
}

.u-px-unset {
    padding-left: unset;
    padding-right: unset
}

.u-pb-unset {
    padding-bottom: unset
}

.u-pt-unset {
    padding-top: unset
}

.u-pl-unset {
    padding-left: unset
}

.u-pr-unset {
    padding-right: unset
}

.frontpage-section__content-container,
.u-centered-content-grid {
    width: 100%;
    display: grid;
    grid-template-columns: [start] 0 [padding-start] 1.25rem [centered-start] minmax(0, 46rem) [centered-end] 1.25rem [padding-end] 1fr [end]
}

@media (min-width: 576px) {
    .frontpage-section__content-container,
    .u-centered-content-grid {
        grid-template-columns: [start] minmax(0, 1fr) [padding-start] 1.25rem [centered-start] minmax(0, 46rem) [centered-end] 1.25rem [padding-end] minmax(0, 1fr) [end]
    }
}

@media (min-width: 768px) {
    .frontpage-section__content-container,
    .u-centered-content-grid {
        grid-template-columns: [start] minmax(0, 1fr) [padding-start] 1.25rem [centered-start] minmax(0, 71.1875rem) [centered-end] 1.25rem [padding-end] minmax(0, 1fr) [end]
    }
}

@media (min-width: 1180px) {
    .frontpage-section__content-container,
    .u-centered-content-grid {
        grid-template-columns: [start] 1fr [padding-start] 1.25rem [centered-start] minmax(0, 71.25rem) [centered-end] 1.25rem [padding-end] 1fr [end]
    }
}

@media (min-width: 1520px) {
    .frontpage-section__content-container,
    .u-centered-content-grid {
        grid-template-columns: [start] 1fr [padding-start] 0 [centered-start] minmax(0, 90rem) [centered-end] 0 [padding-end] 1fr [end]
    }
}

.hot-topics-frame,
.shortcut-container,
.u-centered-content-grid__item {
    grid-column-start: centered-start;
    grid-column-end: centered-end
}

.lifesituation-frame--frontpage,
.u-centered-content-grid__item-mobile-pad-scroll {
    grid-column-start: centered-start;
    grid-column-end: end
}

@media (min-width: 1180px) {
    .lifesituation-frame--frontpage,
    .u-centered-content-grid__item-mobile-pad-scroll {
        grid-column-start: centered-start;
        grid-column-end: centered-end
    }
    .lifesituation-frame--frontpage .lifesituation-frame__buttons--forside,
    .lifesituation-frame--frontpage .topics-menu__atom-container,
    .lifesituation-frame--frontpage .u-centered-content-grid__scroll-item,
    .u-centered-content-grid__item-mobile-pad-scroll .lifesituation-frame__buttons--forside,
    .u-centered-content-grid__item-mobile-pad-scroll .topics-menu__atom-container,
    .u-centered-content-grid__item-mobile-pad-scroll .u-centered-content-grid__scroll-item {
        overflow-x: hidden;
        padding-left: unset;
        padding-right: unset;
        margin-left: unset
    }
}

.topics-menu,
.u-centered-content-grid__item-mobile-scroll {
    grid-column-start: centered-start;
    grid-column-end: end
}

@media (min-width: 768px) {
    .topics-menu,
    .u-centered-content-grid__item-mobile-scroll {
        overflow-x: hidden;
        grid-column-start: centered-start;
        grid-column-end: centered-end
    }
    .topics-menu .lifesituation-frame__buttons--forside,
    .topics-menu .topics-menu__atom-container,
    .topics-menu .u-centered-content-grid__scroll-item,
    .u-centered-content-grid__item-mobile-scroll .lifesituation-frame__buttons--forside,
    .u-centered-content-grid__item-mobile-scroll .topics-menu__atom-container,
    .u-centered-content-grid__item-mobile-scroll .u-centered-content-grid__scroll-item {
        overflow-x: hidden;
        padding-left: unset;
        padding-right: unset;
        margin-left: unset
    }
}

.lifesituation-frame__buttons--forside,
.topics-menu__atom-container,
.u-centered-content-grid__scroll-item {
    margin-left: calc(100% - 100vw);
    padding-left: calc(100vw - 100%);
    padding-right: 1.25rem;
    overflow-x: scroll
}

.hot-topic,
.hot-topic__line,
.lifesituation-item,
.u-background-color-transition {
    -webkit-transition: background-color .05s ease-in-out;
    transition: background-color .05s ease-in-out
}

.hot-topic__arrow,
.u-color-transition {
    -webkit-transition: color .05s ease-in-out;
    transition: color .05s ease-in-out
}

.gap-1 {
    gap: .25rem
}

.gap-2,
.lifesituation-frame__buttons--forside {
    gap: .5rem
}

.gap-3,
.pill-btn-container {
    gap: 1rem
}

.gap-4 {
    gap: 1.25rem
}

.gap-5,
.lifesituation-frame__buttons--topicpage {
    gap: 1.5rem
}

.gap-6 {
    gap: 2rem
}

.gap-7 {
    gap: 2.5rem
}

.gap-8 {
    gap: 3rem
}

.gap-9 {
    gap: 3.5rem
}

.gap-10 {
    gap: 4rem
}

.gap-11 {
    gap: 4.5rem
}

.gap-12 {
    gap: 5rem
}

@media (min-width: 576px) {
    .gap-1-sm {
        gap: .25rem
    }
    .gap-2-sm {
        gap: .5rem
    }
    .gap-3-sm {
        gap: 1rem
    }
    .gap-4-sm {
        gap: 1.25rem
    }
    .gap-5-sm {
        gap: 1.5rem
    }
    .gap-6-sm {
        gap: 2rem
    }
    .gap-7-sm {
        gap: 2.5rem
    }
    .gap-8-sm {
        gap: 3rem
    }
    .gap-9-sm {
        gap: 3.5rem
    }
    .gap-10-sm {
        gap: 4rem
    }
    .gap-11-sm {
        gap: 4.5rem
    }
    .gap-12-sm {
        gap: 5rem
    }
}

@media (min-width: 768px) {
    .gap-1-md {
        gap: .25rem
    }
    .gap-2-md,
    .pill-btn-container {
        gap: .5rem
    }
    .gap-3-md {
        gap: 1rem
    }
    .gap-4-md {
        gap: 1.25rem
    }
    .gap-5-md {
        gap: 1.5rem
    }
    .gap-6-md {
        gap: 2rem
    }
    .gap-7-md {
        gap: 2.5rem
    }
    .gap-8-md {
        gap: 3rem
    }
    .gap-9-md {
        gap: 3.5rem
    }
    .gap-10-md {
        gap: 4rem
    }
    .gap-11-md {
        gap: 4.5rem
    }
    .gap-12-md {
        gap: 5rem
    }
}

@media (min-width: 1180px) {
    .gap-1-lg {
        gap: .25rem
    }
    .gap-2-lg {
        gap: .5rem
    }
    .gap-3-lg,
    .lifesituation-frame__buttons--forside {
        gap: 1rem
    }
    .gap-4-lg {
        gap: 1.25rem
    }
    .gap-5-lg {
        gap: 1.5rem
    }
    .gap-6-lg {
        gap: 2rem
    }
    .gap-7-lg {
        gap: 2.5rem
    }
    .gap-8-lg {
        gap: 3rem
    }
    .gap-9-lg {
        gap: 3.5rem
    }
    .gap-10-lg {
        gap: 4rem
    }
    .gap-11-lg {
        gap: 4.5rem
    }
    .gap-12-lg {
        gap: 5rem
    }
}

@media (min-width: 1520px) {
    .gap-1-xl {
        gap: .25rem
    }
    .gap-2-xl {
        gap: .5rem
    }
    .gap-3-xl {
        gap: 1rem
    }
    .gap-4-xl {
        gap: 1.25rem
    }
    .gap-5-xl {
        gap: 1.5rem
    }
    .gap-6-xl {
        gap: 2rem
    }
    .gap-7-xl {
        gap: 2.5rem
    }
    .gap-8-xl {
        gap: 3rem
    }
    .gap-9-xl {
        gap: 3.5rem
    }
    .gap-10-xl {
        gap: 4rem
    }
    .gap-11-xl {
        gap: 4.5rem
    }
    .gap-12-xl {
        gap: 5rem
    }
}

.lifesituation-item {
    min-height: 8rem;
    height: 100%;
    width: 100%;
    display: grid;
    padding: unset;
    overflow: hidden;
    grid-template-columns: [start] auto [end];
    grid-template-rows: [top] 1rem [text-top] auto [text-bottom] .25rem [img-top] 4.42857rem [bottom];
    grid-template-areas: "padding-top" "text-area" "spacing" "img-area";
    background-color: #f2f2f2;
    border-radius: 1rem
}

@media (min-width: 1180px) {
    .lifesituation-item {
        grid-template-columns: [start] 60% [middle] 40% [end];
        grid-template-rows: [top] 1.5rem [text-top] auto [img-top] 4rem [text-bottom] 1rem [bottom];
        grid-template-areas: "padding-top padding-top" "text-area img-spacing" "text-area img-area" "text-spacing img-area";
        min-height: 7.5rem
    }
}

.lifesituation-item:hover {
    background-color: #ddd;
    text-decoration: none
}

.lifesituation-item:hover .lifesituation-item__guide-label {
    color: #2e5a14
}

.lifesituation-item:after,
.lifesituation-item:hover:after {
    background-color: transparent
}

.lifesituation-item:after {
    width: 100%;
    height: 100%;
    position: relative;
    content: "";
    grid-area: top/start/bottom/end;
    pointer-events: none
}

.lifesituation-item:focus {
    background-color: #f2f2f2;
    color: #0b2432
}

.lifesituation-item:focus:after {
    background-color: transparent;
    outline: 3px solid #2d2e28;
    outline-offset: -3px;
    border-radius: 1rem
}

.lifesituation-item:hover:focus {
    background-color: #ddd
}

.lifesituation-item__title {
    font-size: 1.14285714286rem;
    line-height: 120%;
    letter-spacing: -.4px;
    color: #0b2432;
    margin: unset;
    font-weight: 700;
    margin-left: 1rem;
    word-break: break-word
}

@media (min-width: 1180px) {
    .lifesituation-item__title {
        margin-left: 1.5rem;
        line-height: 130%;
        font-size: 1.25rem
    }
}

.lifesituation-item--guide-label {
    grid-template-columns: [start] 60% [middle] 40% [end];
    grid-template-rows: [top] 1.5rem [guide-label-top] 1.125rem [guide-label-bottom] .25rem [text-top] auto [img-top] 4rem [text-bottom] 1rem [bottom];
    grid-template-areas: "padding-top padding-top" "guide-label-area img-spacing" "guide-label-spacing img-spacing" "text-area img-spacing" "text-area img-area" "text-spacing img-area"
}

.lifesituation-item__text-area {
    grid-area: text-area;
    justify-self: start;
    -ms-flex-item-align: start;
    align-self: start;
    margin-left: 1rem;
    margin-right: 1rem
}

@media (min-width: 1180px) {
    .lifesituation-item__text-area {
        margin-right: unset;
        margin-left: 1.5rem;
        justify-self: start;
        -ms-flex-item-align: start;
        align-self: start
    }
}

.lifesituation-item__img-area {
    grid-area: img-area;
    justify-self: end;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    height: 100%;
    max-width: 100%;
    padding-right: 1.5rem
}

@media (min-width: 1180px) {
    .lifesituation-item__img-area {
        padding-left: .5rem;
        padding-right: .5rem;
        justify-self: center;
        -ms-flex-item-align: end;
        align-self: end
    }
}

.lifesituation-item__guide-label-area {
    grid-area: guide-label-area;
    justify-self: start;
    -ms-flex-item-align: start;
    align-self: start;
    margin-left: 1rem;
    margin-right: 1rem
}

@media (min-width: 1180px) {
    .lifesituation-item__guide-label-area {
        margin-right: unset;
        margin-left: 1.5rem;
        justify-self: start;
        -ms-flex-item-align: start;
        align-self: start
    }
}

.lifesituation-item__guide-label {
    width: 3.1606875rem;
    height: 1.125rem;
    color: #447a23
}

.hot-topic:hover .lifesituation-item__img-area,
.hot-topic:hover .parent-child-effect__scale-up,
.lifesituation-item:hover .lifesituation-item__img-area,
.lifesituation-item:hover .parent-child-effect__scale-up,
.parent-child-effect:hover .lifesituation-item__img-area,
.parent-child-effect:hover .parent-child-effect__scale-up {
    margin-bottom: 1px;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.hot-topic:hover .hot-topic__img,
.hot-topic:hover .parent-child-effect__zoom,
.lifesituation-item:hover .hot-topic__img,
.lifesituation-item:hover .parent-child-effect__zoom,
.parent-child-effect:hover .hot-topic__img,
.parent-child-effect:hover .parent-child-effect__zoom {
    -webkit-transform: scale(1.06);
    transform: scale(1.06)
}

.lifesituation-item__img-area,
.parent-child-effect__scale-up {
    transition-property: margin-bottom, transform, -webkit-transform;
    -webkit-transition-duration: .13s, .13s, .13s;
    transition-duration: .13s, .13s, .13s;
    -webkit-transition-timing-function: linear, ease-in-out, ease-in-out, ease-in-out;
    transition-timing-function: linear, ease-in-out, ease-in-out, ease-in-out;
    margin-bottom: 0;
    -webkit-transform: scale(1.0001);
    transform: scale(1.0001)
}

.hot-topic__img,
.parent-child-effect__zoom {
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .13s, .13s;
    transition-duration: .13s, .13s;
    -webkit-transition-timing-function: ease-in-out, ease-in-out;
    transition-timing-function: ease-in-out, ease-in-out;
    -webkit-transform: scale(1.0001);
    transform: scale(1.0001)
}

.horizontal-scrollbar,
.lifesituation-frame__buttons--forside,
.topics-menu__atom-container {
    scrollbar-color: #cfd4d7 #fff;
    scrollbar-width: thin
}

.horizontal-scrollbar::-webkit-scrollbar,
.lifesituation-frame__buttons--forside::-webkit-scrollbar,
.topics-menu__atom-container::-webkit-scrollbar {
    height: 4px
}

.horizontal-scrollbar::-webkit-scrollbar-button:end,
.lifesituation-frame__buttons--forside::-webkit-scrollbar-button:end,
.topics-menu__atom-container::-webkit-scrollbar-button:end {
    width: 1rem
}

.horizontal-scrollbar::-webkit-scrollbar-button:start,
.lifesituation-frame__buttons--forside::-webkit-scrollbar-button:start,
.topics-menu__atom-container::-webkit-scrollbar-button:start {
    width: 1.5rem
}

.horizontal-scrollbar::-webkit-scrollbar-track,
.lifesituation-frame__buttons--forside::-webkit-scrollbar-track,
.topics-menu__atom-container::-webkit-scrollbar-track {
    background: none
}

.horizontal-scrollbar::-webkit-scrollbar-thumb,
.lifesituation-frame__buttons--forside::-webkit-scrollbar-thumb,
.topics-menu__atom-container::-webkit-scrollbar-thumb {
    background: #d9d9d9;
    border-radius: 2px;
    max-width: 106px
}

.horizontal-scrollbar::-webkit-scrollbar-thumb:hover,
.lifesituation-frame__buttons--forside::-webkit-scrollbar-thumb:hover,
.topics-menu__atom-container::-webkit-scrollbar-thumb:hover {
    background: #cfd4d7
}

.lifesituation-frame__more-guides-link,
.link-arrow,
.topic-atom__sub-link {
    position: relative;
    margin-left: 1.5rem
}

.lifesituation-frame__more-guides-link:before,
.link-arrow:before,
.topic-atom__sub-link:before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    margin-left: -1.5rem;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    left: 0;
    -webkit-mask: url(arrow-right-regular-bounding_box.svg?7c0d1cece6a0336798cf5e120fcfa359);
    mask: url(arrow-right-regular-bounding_box.svg?7c0d1cece6a0336798cf5e120fcfa359);
    -webkit-mask-size: cover;
    mask-size: cover
}

.lifesituation-frame__more-guides-link[target=_blank]:not(.card):not(.hide-external-link-icon):after,
.link-arrow[target=_blank]:not(.card):not(.hide-external-link-icon):after,
.topic-atom__sub-link[target=_blank]:not(.card):not(.hide-external-link-icon):after {
    content: "";
    -webkit-mask: url(external-link-arrow-bounding_box.svg?cebe5bd6cb32bad6a0b36824ab45bc5d);
    mask: url(external-link-arrow-bounding_box.svg?cebe5bd6cb32bad6a0b36824ab45bc5d);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    display: inline-block;
    vertical-align: top
}

.lifesituation-frame__more-guides-link:before,
.link-arrow--dark-blue:before,
.topic-atom__sub-link:before {
    background-color: #10354a
}

.autocomplete-label {
    display: none
}

.search-autocomplete-container {
    width: 100%
}

.autocomplete__wrapper .autocomplete__menu {
    padding-top: 1rem
}

.autocomplete__wrapper .autocomplete__menu .autocomplete__option {
    background-color: #fff;
    border-bottom: 0;
    padding: 1rem
}

.autocomplete__wrapper .autocomplete__menu .autocomplete__option--focused,
.autocomplete__wrapper .autocomplete__menu .autocomplete__option:hover {
    background-color: #ebedee;
    color: #0b2432
}

.search-atom {
    height: 100%;
    width: 100%;
    background: #fff;
    border-radius: .5rem;
    padding-left: 1.5rem;
    padding-right: 2rem;
    display: grid;
    grid-template-columns: auto 1.5rem;
    grid-template-rows: auto;
    grid-template-areas: "input-area btn-area";
    border: 1px solid #929498;
    position: relative
}

.search-atom:focus-within {
    outline: .1875rem solid #000;
    outline-offset: -.125rem
}

.search-atom:focus-within:has(button:focus) {
    outline: 0
}

.search-atom .autocomplete__wrapper .autocomplete__menu {
    padding: unset;
    padding-top: .9rem;
    margin-left: -1.5rem;
    margin-right: -2rem;
    width: calc(100% + 5rem);
    -webkit-box-shadow: unset;
    box-shadow: unset;
    z-index: -1;
    border-radius: .5rem;
    border: 1px solid #284d62
}

.search-atom .autocomplete__wrapper .autocomplete__menu .autocomplete__option {
    color: #0b2432;
    font-size: 1.14285714286rem;
    line-height: 120%;
    padding: .5rem .5rem .5rem 1rem;
    min-height: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 768px) {
    .search-atom .autocomplete__wrapper .autocomplete__menu .autocomplete__option {
        min-height: 3.5rem;
        font-size: 1rem
    }
}

@media (min-width: 1180px) {
    .search-atom .autocomplete__wrapper .autocomplete__menu .autocomplete__option {
        min-height: 3rem
    }
}

.search-atom .autocomplete__wrapper .autocomplete__input {
    color: #0b2432;
    padding: 0;
    border: 0;
    width: 100%;
    font-size: 1.14285714286rem;
    line-height: 1.71428571429rem;
    outline: 0
}

.search-atom .autocomplete__wrapper .autocomplete__input:focus {
    outline: 0
}

@media (min-width: 768px) {
    .search-atom .autocomplete__wrapper .autocomplete__input {
        font-size: 1rem
    }
}

.search-atom__input-area {
    grid-area: input-area;
    padding: unset;
    border: 0;
    -ms-flex-item-align: center;
    align-self: center
}

.search-atom__input-area:focus {
    outline: unset
}

.search-atom__btn {
    grid-area: btn-area;
    border: 0;
    background-color: unset;
    cursor: pointer;
    height: 2.5rem;
    width: 2.5rem;
    padding: .5rem;
    margin: -.5rem;
    color: #44831e;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.search-atom__btn:focus {
    border-radius: 7px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 2px solid #000
}

.search-atom__btn-icon {
    margin: unset;
    padding: unset;
    overflow-clip-margin: unset;
    overflow: unset;
    height: 100%;
    width: 100%
}

@media (min-width: 1180px) {
    .search-atom--no-border-desktop {
        border: unset
    }
}

.search-atom .autocomplete__wrapper .autocomplete__menu,
.vertical-scrollbar {
    scrollbar-color: #cfd4d7 #fff;
    scrollbar-width: thin
}

.search-atom .autocomplete__wrapper .autocomplete__menu::-webkit-scrollbar,
.vertical-scrollbar::-webkit-scrollbar {
    width: 1rem;
    position: absolute
}

.search-atom .autocomplete__wrapper .autocomplete__menu::-webkit-scrollbar-track,
.vertical-scrollbar::-webkit-scrollbar-track {
    background: none
}

.search-atom .autocomplete__wrapper .autocomplete__menu::-webkit-scrollbar-thumb,
.vertical-scrollbar::-webkit-scrollbar-thumb {
    width: .2rem;
    background: #d9d9d9;
    border-radius: .5rem
}

.search-atom .autocomplete__wrapper .autocomplete__menu::-webkit-scrollbar-thumb:hover,
.vertical-scrollbar::-webkit-scrollbar-thumb:hover {
    scale: unset;
    background: #cfd4d7
}

.topic-atom {
    background-color: #fff;
    border-radius: 1rem;
    display: contents;
    word-break: break-word
}

@media (min-width: 1180px) {
    .topic-atom {
        min-height: unset;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 2rem;
        display: block
    }
}

.topic-atom__title {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    font-style: normal;
    margin: 0
}

@media (max-width: 1179.98px) {
    .topic-atom__title {
        line-height: 125%;
        font-weight: 700
    }
}

.topic-atom__main-link {
    background-color: #fff;
    color: #0b2432;
    font-style: normal;
    margin: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative
}

@media (min-width: 1180px) {
    .topic-atom__main-link {
        margin: 0 0 1rem;
        font-size: 1.125rem;
        font-weight: 800;
        line-height: 1.375rem
    }
}

@media (max-width: 1179.98px) {
    .topic-atom__main-link {
        border-radius: 1rem;
        width: 100%;
        padding: .625rem .5rem;
        min-height: 3.75rem
    }
    .topic-atom__main-link:hover {
        background-color: #ddd;
        text-decoration: none
    }
    .topic-atom__main-link:focus {
        background-color: #fff;
        color: #0b2432;
        outline: 2px solid #2d2e28;
        outline-offset: -2px
    }
    .topic-atom__main-link:hover:focus {
        background-color: #ddd
    }
}

@media (max-width: 767.98px) {
    .topic-atom__main-link {
        padding: .71429rem .5rem;
        min-height: 4.28571428571rem;
        min-width: 16.1428571429rem
    }
}

.topic-atom__sub-links {
    gap: 1rem;
    display: none;
    list-style: none;
    padding: 0
}

@media (min-width: 1180px) {
    .topic-atom__sub-links {
        display: grid
    }
}

.topic-atom__more-link:after {
    content: "\A0..."/"";
    background-color: unset;
    background-size: unset;
    height: unset;
    width: unset
}

.topic-atom__more-link:focus:after {
    background-color: #19313e
}

.topic-atom__more-link:hover:after {
    background-color: unset
}

.topic-atom__sub-link {
    margin-left: 1.5rem
}

.topic-atom__svg {
    margin-right: .5rem;
    -ms-flex-item-align: center;
    align-self: center;
    height: 1.71428571429rem;
    width: 1.71428571429rem;
    min-width: 1.71428571429rem;
    color: #447a23
}

@media (min-width: 1180px) {
    .topic-atom__svg {
        display: none
    }
}

.hot-topic {
    display: grid;
    border-radius: 1rem;
    overflow: hidden;
    background-color: #f2f2f2;
    width: 100%;
    height: 100%;
    min-height: 9.5rem;
    color: #0b2432;
    padding: unset;
    position: relative;
    z-index: 10;
    grid-template-rows: 1.5rem -webkit-min-content -webkit-min-content auto 1rem;
    grid-template-rows: 1.5rem min-content min-content auto 1rem
}

.hot-topic:hover {
    color: #0b2432;
    background-color: #ddd;
    text-decoration: none
}

.hot-topic:hover .hot-topic__line {
    background-color: #2e5a14
}

.hot-topic:hover .hot-topic__arrow {
    color: #2e5a14
}

.hot-topic:focus {
    background-color: #f2f2f2;
    outline: 3px solid #2d2e28;
    outline-offset: -3px;
    color: #0b2432
}

.hot-topic:hover:focus {
    background-color: #ddd
}

@media (min-width: 768px) {
    .hot-topic {
        grid-template-rows: 2rem -webkit-min-content -webkit-min-content auto 2rem;
        grid-template-rows: 2rem min-content min-content auto 2rem
    }
}

.hot-topic--no-img {
    grid-template-columns: 1.5rem 1fr 1.5rem;
    grid-template-areas: "padding-left padding-top padding-right" "padding-left line padding-right" "padding-left text padding-right" "padding-left arrow padding-right" "padding-left padding-bottom padding-right"
}

.hot-topic--img {
    grid-template-columns: 1.5rem 1fr 1.5rem .57fr 0;
    grid-template-areas: "padding-left padding-top spacing img padding-right" "padding-left line spacing img padding-right" "padding-left text spacing img padding-right" "padding-left arrow spacing img padding-right" "padding-left padding-bottom spacing img padding-right"
}

.hot-topic__text-area {
    max-width: 75ch;
    font-size: 1.14285714286rem;
    grid-area: text;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 400;
    line-height: 130%;
    word-break: break-word
}

@media (min-width: 1180px) {
    .hot-topic__text-area {
        font-size: 1.25rem
    }
}

@media (max-width: 1179.98px) {
    .hot-topic__text-area {
        margin-bottom: .5rem
    }
}

.hot-topic__heighlight {
    font-weight: 700
}

.hot-topic__small-text {
    font-size: 1.14285714286rem
}

@media (min-width: 768px) {
    .hot-topic__small-text {
        font-size: 1rem
    }
}

.hot-topic__title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: .5rem
}

.hot-topic__line {
    width: 3.5rem;
    height: .5rem;
    margin: 0 0 .5rem;
    background: #44831e;
    grid-area: line;
    justify-self: start;
    -ms-flex-item-align: start;
    align-self: start;
    display: none;
    padding: unset;
    border: unset
}

.hot-topic__arrow {
    width: 1.71428571429rem;
    height: 1.71428571429rem;
    color: #44831e;
    grid-area: arrow;
    display: block;
    justify-self: end;
    -ms-flex-item-align: end;
    align-self: end
}

@media (min-width: 768px) {
    .hot-topic__arrow {
        width: 2.25rem;
        height: 2.25rem
    }
}

@media (min-width: 1180px) {
    .hot-topic__arrow {
        display: none
    }
}

.hot-topic__img-container {
    grid-area: img;
    justify-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0 1rem 1rem 0;
    position: relative;
    z-index: -1
}

.hot-topic__img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 767.98px) {
    .navbar:not(.my-overview) .navbar-brand.portal-name-hidden {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.navbar {
    -webkit-box-shadow: 0 .07143rem .28571rem 0 rgba(0, 0, 0, .2);
    box-shadow: 0 .07143rem .28571rem 0 rgba(0, 0, 0, .2);
    background-color: #f2f2f2;
    z-index: 2;
    height: 5.14286rem
}

@media (max-width: 375px) {
    .navbar {
        padding-left: 0;
        padding-right: 0
    }
}

@media (min-width: 768px) {
    .navbar {
        height: 5.5rem;
        -webkit-box-shadow: 0 .25rem .9375rem 0 rgba(0, 0, 0, .2);
        box-shadow: 0 .25rem .9375rem 0 rgba(0, 0, 0, .2)
    }
}

@media (min-width: 1180px) {
    .navbar {
        height: 9.5rem
    }
}

.navbar.fixed-top {
    z-index: 1030
}

@media (min-width: 768px) and (max-width:1179.98px) {
    .navbar .logo-large {
        height: 2.375rem
    }
}

.navbar .logo-small {
    height: 1.71429rem;
    margin: 0 auto .28571rem
}

@media (min-width: 768px) {
    .navbar .logo-small {
        display: none !important
    }
}

.navbar .navbar-nav {
    height: 5.14286rem;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.navbar .navbar-nav .js-header-menu-open .icon-svg {
    padding: .15rem
}

@media (min-width: 22.5rem) {
    .navbar .navbar-nav {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset
    }
}

@media (min-width: 576px) {
    .navbar .navbar-nav {
        margin-left: -1.875rem
    }
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        height: 5.5rem;
        margin-left: -1.875rem
    }
}

@media (min-width: 1180px) {
    .navbar .navbar-nav {
        height: 9.5rem
    }
}

.navbar .navbar-nav .nav-link {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    margin-right: 0;
    color: #0b2432;
    text-align: center;
    white-space: nowrap;
    font-size: .71428571rem;
    font-weight: 600;
    padding-left: .5rem;
    padding-right: .5rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out
}

.navbar .navbar-nav .nav-link:hover {
    background-color: #fff;
    color: #0b2432
}

.navbar .navbar-nav .nav-link.active {
    background-color: #fff;
    color: #0b2432;
    font-weight: 800
}

.navbar .navbar-nav .nav-link.active:after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 1;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 8px 8px 0;
    border-color: #fff transparent transparent;
    -webkit-transition: color .15s ease-in-out, border-color .15s ease-in-out;
    transition: color .15s ease-in-out, border-color .15s ease-in-out
}

.navbar .navbar-nav .nav-link.active:hover:after {
    border-color: #3a6a1d transparent transparent
}

@media (min-width: 22.5rem) {
    .navbar .navbar-nav .nav-link {
        min-width: 5.71429rem
    }
}

@media (max-width: 375px) {
    .navbar .navbar-nav .nav-link {
        min-width: 25vw
    }
}

@media (min-width: 768px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        font-size: .625rem;
        min-width: 5rem
    }
}

@media (min-width: 1180px) {
    .navbar .navbar-nav .nav-link {
        font-weight: 800;
        min-width: 11rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        font-size: 1rem !important
    }
}

@media (min-width: 1520px) {
    .navbar .navbar-nav .nav-link {
        min-width: 9.375rem
    }
}

.navbar .navbar-nav .nav-link .active {
    background-color: #fff
}

@media (min-width: 768px) {
    .navbar .navbar-nav .nav-link .post-items {
        top: calc(50% - 2rem)
    }
}

@media (min-width: 1180px) {
    .navbar .navbar-nav .nav-link .post-items {
        top: calc(50% - 2.25rem);
        right: auto !important;
        height: 1.5rem;
        min-width: 1.5rem;
        line-height: 1.5rem
    }
}

.navbar .navbar-nav .cdh-video-tag {
    line-height: inherit !important
}

@media (min-width: 768px) {
    .navbar--tiny {
        height: 4.5rem
    }
}

@media (min-width: 1180px) {
    .navbar--tiny {
        height: 5.5rem
    }
}

@media (min-width: 768px) {
    .navbar--tiny .navbar-brand {
        height: 4.5rem
    }
}

@media (min-width: 1180px) {
    .navbar--tiny .navbar-brand {
        height: 5.5rem;
        padding: 1.5rem !important
    }
}

.navbar--tiny.my-overview {
    background-color: #44831e
}

.navbar--tiny.my-overview .navbar-brand:hover {
    background-color: #3a6a1d
}

.navbar--tiny.my-overview .nav-link {
    color: #fff
}

.navbar--tiny.my-overview .nav-link:hover {
    background-color: #3a6a1d !important;
    color: #fff !important
}

.navbar--tiny.my-overview .nav-link.active {
    color: #0b2432
}

.navbar--tiny.my-overview .nav-link .icon-svg {
    width: 1.71429rem
}

@media (min-width: 768px) {
    .navbar--tiny.my-overview .nav-link .icon-svg {
        width: 2rem !important
    }
}

@media (min-width: 768px) {
    .navbar--tiny .navbar-nav {
        height: 4.5rem !important
    }
}

@media (min-width: 1180px) {
    .navbar--tiny .navbar-nav {
        height: 5.5rem !important
    }
}

@media (min-width: 768px) {
    .navbar--tiny .navbar-nav .icon-svg {
        height: 2rem !important
    }
}

.navbar-expand.navbar--tiny .nav-link {
    padding-left: .5rem;
    padding-right: .5rem
}

.navbar .username {
    position: absolute;
    bottom: 1rem;
    left: 0;
    width: 100%;
    font-size: .875rem;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 1rem;
    padding-right: 1rem
}

.navbar .navbar-nav .icon-svg {
    height: 1.71429rem;
    width: 2.4rem
}

@media (min-width: 768px) {
    .navbar .navbar-nav .icon-svg {
        height: 2rem;
        width: 2.8rem
    }
}

@media (min-width: 1180px) {
    .navbar .navbar-nav .icon-svg {
        height: 2.375rem
    }
}

.navbar .navbar-nav .idp-image-logout-button {
    max-width: 100%;
    height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.navbar .nav-link picture {
    height: 1.25rem;
    width: 100%;
    display: block
}

@media (min-width: 768px) {
    .navbar .nav-link picture {
        height: 2.25rem;
        margin-bottom: .5rem
    }
}

.navbar .idp-image-inverted,
.navbar .nav-link:hover .idp-image {
    display: none !important
}

.navbar .nav-link:hover .idp-image-inverted {
    display: block !important
}

.navbar--fixed {
    width: 100%;
    position: fixed !important;
    z-index: 10;
    top: 0
}

.navbar--slidein-start {
    -webkit-transform: translateY(-4.1875rem);
    transform: translateY(-4.1875rem)
}

.navbar--slidein {
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: -webkit-transform .15s ease-in-out;
    transition: -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media (min-width: 30rem) {
    .ie11-wrapper {
        height: 2.25rem;
        max-width: 7.5rem
    }
}

@media (min-width: 768px) {
    .ie11-wrapper {
        height: 3rem;
        max-width: 11.875rem
    }
}

@media (min-width: 1180px) {
    .ie11-wrapper {
        height: 4.5625rem;
        max-width: 17.125rem
    }
}

.navbar-brand {
    width: auto;
    text-align: center;
    padding: .93rem .5rem 0 !important;
    font-size: 10px;
    height: 5.14286rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out
}

.navbar-brand .logo-print {
    display: none !important
}

@media (max-width: 375px) {
    .navbar-brand {
        margin: 0;
        min-width: 25vw
    }
}

.navbar-brand:focus {
    -webkit-box-shadow: 0 0 0 .1875rem #2d2e28, 0 0 0 .1875rem #2d2e28, 0 0 0 .1875rem #2d2e28, 0 0 0 .1875rem #2d2e28;
    box-shadow: 0 0 0 .1875rem #2d2e28, 0 0 0 .1875rem #2d2e28, 0 0 0 .1875rem #2d2e28, 0 0 0 .1875rem #2d2e28;
    outline: none;
    background-color: transparent
}

.navbar-brand:hover {
    background-color: #fff
}

@media (min-width: 768px) {
    .navbar-brand {
        height: 5.5rem;
        padding: 1.5rem !important;
        margin-right: 3.125rem
    }
}

@media (min-width: 1180px) {
    .navbar-brand {
        height: 9.5rem;
        padding: 3rem 1.5rem !important
    }
}

.navbar-brand img {
    height: 100%;
    width: auto;
    max-width: 17rem
}

.navbar-brand__text {
    font-size: .71428571rem;
    font-weight: 800;
    color: #0b2432
}

.navbar--tiny.my-overview .navbar-brand__text {
    color: #fff
}

.btn-search {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    color: #0b2432;
    font-size: .6875rem;
    padding-left: .5rem;
    padding-right: .5rem;
    min-width: 3.75rem
}

.btn-search:hover {
    background-color: #284d62;
    color: #fff
}

@media (min-width: 576px) {
    .btn-search {
        min-width: 4rem
    }
}

@media (min-width: 768px) {
    .btn-search {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
        font-size: .875rem
    }
}

@media (min-width: 1180px) {
    .btn-search {
        padding-left: 3.75rem;
        padding-right: 3.75rem;
        font-size: 1rem;
        font-weight: 800
    }
}

.min-side .navbar {
    background-color: #44831e
}

.min-side .navbar .navbar-nav {
    background-color: #d3d3d3
}

.min-side .navbar .navbar-nav .btn-search,
.min-side .navbar .navbar-nav .nav-link {
    background-color: #f7f7f7
}

.min-side .navbar .navbar-nav .btn-search:hover,
.min-side .navbar .navbar-nav .nav-link:hover {
    background-color: #284d62;
    color: #f7f7f7
}

.min-side .navbar .logo-large,
.min-side .navbar .logo-small {
    display: none;
    color: red
}

.min-side .navbar .logo-large--white {
    display: none
}

@media (min-width: 576px) {
    .min-side .navbar .logo-large--white {
        display: block
    }
}

.min-side .navbar .logo-small--white {
    display: none
}

@media (max-width: 35.9375rem) {
    .min-side .navbar .logo-small--white {
        display: block
    }
}

html.header-fixed body {
    padding-top: 4.5rem
}

@media (min-width: 768px) {
    html.header-fixed body {
        padding-top: 5.5rem
    }
}

@media (min-width: 1180px) {
    html.header-fixed body {
        padding-top: 9.5rem
    }
}

html.header-fixed--tiny body {
    padding-top: 4.5rem
}

@media (min-width: 1180px) {
    html.header-fixed--tiny body {
        padding-top: 5.5rem
    }
}

@media (min-width: 1180px) {
    .mainnavbarcontainer {
        padding: 0
    }
}

@media (min-width: 576px) {
    .navbar .navbar-brand {
        -webkit-transform: translateX(-8px);
        transform: translateX(-8px)
    }
}

@media (min-width: 768px) {
    .navbar .navbar-brand {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px)
    }
}

@media (min-width: 1180px) {
    .navbar .navbar-brand {
        -webkit-transform: translateX(-4px);
        transform: translateX(-4px)
    }
}

.navbar .main-nav-container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (min-width: 22.5rem) {
    .navbar .main-nav-container {
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset
    }
}

@media (min-width: 576px) {
    .navbar .main-nav-container {
        -webkit-transform: translateX(27px);
        transform: translateX(27px)
    }
}

@media (min-width: 768px) {
    .navbar .main-nav-container {
        -webkit-transform: translateX(12px);
        transform: translateX(12px)
    }
}

@media (min-width: 1180px) {
    .navbar .main-nav-container {
        -webkit-transform: translateX(47px);
        transform: translateX(47px)
    }
}

@media (min-width: 1520px) {
    .navbar .main-nav-container {
        -webkit-transform: translateX(33px);
        transform: translateX(33px)
    }
}

.subheader {
    height: 3.42857143rem;
    line-height: 1.71428571;
    padding: .85714286rem 0;
    font-size: .93rem;
    background-color: #f7f7f7
}

@media (min-width: 768px) {
    .subheader {
        height: 3.875rem;
        min-height: 3.875rem;
        line-height: 1.5;
        font-size: 1rem;
        padding: 1.25rem 0
    }
}

.subheader__username {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.subheader--other-user-active {
    color: #fff
}

.subheader__logout {
    padding: 0;
    color: #0b2432;
    text-decoration: none !important
}

.subheader__logout:focus,
.subheader__logout:focus .logout__icon,
.subheader__logout:focus .logout__text {
    color: #fff
}

.subheader__logout:hover {
    color: #0b2432;
    text-decoration: underline !important
}

.subheader__logout--wrapper {
    min-width: 5rem
}

@media (min-width: 1180px) {
    .subheader__logout--wrapper {
        min-width: 11rem
    }
}

@media (min-width: 1520px) {
    .subheader__logout--wrapper {
        min-width: 14.6875rem
    }
}

@media (max-width: 1179.98px) {
    .subheader .container,
    .subheader .operating-information__content {
        padding: 0 1.5rem
    }
}

.subheader__name-container {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: .5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 768px) {
    .subheader__name-container {
        width: auto
    }
}

.footer {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
    background-color: #44831e;
    border-top: .0625rem solid #ccc;
    margin-top: .5rem
}

@media (min-width: 768px) {
    .footer {
        background-color: #44831e
    }
}

@media (min-width: 1180px) {
    .footer {
        padding-top: 4.5rem;
        padding-bottom: 7rem
    }
}

@media (min-width: 768px) {
    .footer {
        margin-top: 2rem
    }
}

@media (min-width: 1180px) {
    .footer {
        margin-top: 4rem
    }
}

.footer .footer__nav-item {
    padding-top: .375rem;
    padding-bottom: .675rem;
    line-height: 1.5rem
}

.footer .footer__nav-item:before {
    content: none
}

.footer .footer__nav-item a {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 700;
    font-size: 1.15rem
}

.footer .footer__nav-item a:after,
.footer .footer__nav-item a:before {
    background-color: #fff;
    vertical-align: text-bottom
}

.footer .footer__nav-item a:hover {
    color: #fff
}

@media (min-width: 768px) {
    .footer .footer__nav-item a {
        font-size: 1rem
    }
}

@media (min-width: 1180px) {
    .footer .footer__nav-item a {
        font-size: 1.125rem
    }
}

.footer .footer__accessibility-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: .375rem;
    padding-bottom: .375rem;
    line-height: 1.75rem;
    margin-bottom: 1rem
}

.footer .footer__accessibility-item:last-child {
    margin-bottom: 0
}

.footer .footer__accessibility-item a,
.footer .footer__accessibility-item label {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 1.15rem;
    cursor: pointer
}

@media (min-width: 576px) {
    .footer .footer__accessibility-item a,
    .footer .footer__accessibility-item label {
        font-size: 1rem
    }
}

@media (min-width: 1180px) {
    .footer .footer__accessibility-item a,
    .footer .footer__accessibility-item label {
        font-size: 1.125rem
    }
}

.footer .footer__accessibility-item a:after,
.footer .footer__accessibility-item label:after {
    background-color: #fff
}

.footer .footer__accessibility-item a:hover {
    text-decoration: underline
}

.footer .footer__accessibility-item .icon-svg {
    height: 2rem;
    width: 2rem;
    color: #fff;
    margin-right: 1rem
}

.footer .footer__accessibility-item img {
    height: 2rem;
    width: 2rem;
    margin-right: 1rem
}

.footer .footer__logo {
    height: 1.9375rem;
    width: 8.5625rem
}

@media (min-width: 576px) {
    .footer .footer__logo {
        width: 10rem;
        height: 2.25rem
    }
}

@media (min-width: 1180px) {
    .footer .footer__logo {
        height: 3.5625rem;
        width: 15.625rem
    }
}

.footer .footer__logo img {
    height: 100%;
    width: auto
}

.footer .footer__line {
    border-left: 1px solid;
    border-color: #699c4b
}

@media (max-width: 767.98px) {
    .footer .footer__line {
        margin-top: 2rem;
        padding-top: 2rem;
        border-left: inherit;
        border-top: 1px solid;
        border-color: #699c4b
    }
}

@media (max-width: 767.98px) {
    .footer .footer__line .footer__logo {
        margin-left: inherit !important
    }
}

.footer .footer__line .footer__text {
    font-size: 1rem;
    font-family: Open Sans, Arial, sans-serif;
    line-height: 2;
    color: #fff
}

@media (max-width: 767.98px) {
    .footer .footer__line .footer__text {
        margin-left: inherit !important
    }
}

.mit-overblik .footer {
    margin-top: 4rem
}

.breadcrumb-wrapper {
    background-color: #eee
}

.breadcrumb {
    margin-bottom: 0;
    position: relative;
    background-color: transparent
}

.breadcrumb:before {
    content: "";
    height: .875rem;
    width: .875rem;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    background-color: #eee;
    position: absolute;
    top: calc(100% - .4375rem)
}

.breadcrumb .breadcrumb-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: #0b2432;
    font-size: 1.125rem;
    line-height: 1.5rem
}

.breadcrumb .breadcrumb-item a {
    text-decoration: underline;
    color: #0b2432;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 0
}

.breadcrumb .breadcrumb-item a:before {
    content: none !important
}

.breadcrumb .breadcrumb-item a:focus {
    color: #fff
}

.breadcrumb .breadcrumb-item:before {
    content: "";
    display: block;
    height: .8125rem;
    width: .0625rem;
    background-color: #0b2432;
    position: absolute;
    right: -.75rem;
    -webkit-transform: rotate(21deg);
    transform: rotate(21deg);
    padding: 0;
    top: 30%
}

.breadcrumb .breadcrumb-item.active {
    color: #284d62
}

.breadcrumb .breadcrumb-item:last-child:before {
    display: none
}

.breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 1.5rem
}

.breadcrumb .breadcrumb-item.active {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 700
}

.breadcrumb .breadcrumb-item.active:before {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 400
}

.breadcrumb-menu {
    width: 100%
}

.breadcrumb-menu .breadcrumb-menu__btn-menu {
    border-radius: 0;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    font-weight: 700;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1rem;
    padding-left: 3.5rem;
    white-space: normal;
    text-align: left
}

.breadcrumb-menu .breadcrumb-menu__btn-menu svg {
    height: 1.3rem;
    width: 1.3rem;
    position: absolute;
    left: 1.3rem
}

.breadcrumb-menu .breadcrumb-menu__btn-menu[aria-expanded=true] {
    background-color: #f7f7f7;
    border-color: #f7f7f7
}

.breadcrumb-menu .breadcrumb-menu__btn-back {
    padding: 1rem;
    border-radius: 0;
    font-weight: 400;
    min-width: inherit
}

.breadcrumb-menu .burger-arrow {
    position: absolute;
    left: 1.25rem;
    top: 1rem
}

@media (min-width: 768px) {
    .breadcrumb-menu .burger-arrow {
        top: 1.25rem
    }
}

.breadcrumb-menu .breadcrumb-menu__btn-menu[aria-expanded=true]+.breadcrumb-menu__btn-back {
    background-color: #ebedee;
    border-color: #ebedee
}

.navbar-mitoverblik .breadcrumb-menu {
    width: 100%;
    min-height: 100px;
    background: #44831e;
    color: #fff
}

.navbar-mitoverblik .breadcrumb-menu .icon-text {
    left: 0;
    font-size: 12px;
    font-weight: 400
}

.navbar-mitoverblik .breadcrumb-menu .breadcrumb-menu__btn-menu {
    background: transparent;
    padding: 0;
    padding-left: 0;
    min-width: 30px
}

.navbar-mitoverblik .breadcrumb-menu .breadcrumb-menu__btn-menu svg {
    height: 24px;
    width: 24px;
    position: absolute;
    left: 16px
}

.navbar-mitoverblik .breadcrumb-menu .breadcrumb-menu__btn-menu[aria-expanded=true] {
    background: #44831e;
    border-color: #44831e
}

.navbar-mitoverblik .breadcrumb-menu .breadcrumb-menu__btn-back {
    padding: 16px;
    border-radius: 0;
    font-weight: 400;
    min-width: inherit
}

.navbar-mitoverblik .breadcrumb-menu .burger-arrow {
    position: relative;
    left: 0;
    top: 0;
    height: 32px;
    width: 32px
}

.navbar-mitoverblik .breadcrumb-menu .burger-arrow span {
    background-color: #fff;
    height: 3px
}

.navbar-mitoverblik .breadcrumb-menu .burger-arrow span:before {
    background-color: #fff;
    -webkit-transform: translateY(-.7em);
    transform: translateY(-.7em)
}

.navbar-mitoverblik .breadcrumb-menu .burger-arrow span:after {
    background-color: #fff;
    -webkit-transform: translateY(.7em);
    transform: translateY(.7em)
}

@media (min-width: 768px) {
    .navbar-mitoverblik .breadcrumb-menu .burger-arrow {
        top: 20px
    }
}

.navbar-mitoverblik .breadcrumb-menu .burger-arrow.open span:before,
.navbar-mitoverblik .breadcrumb-menu [aria-expanded=true] .burger-arrow span:before {
    -webkit-transform: translateY(0) translateX(0) rotate(-45deg) scaleX(1) !important;
    transform: translateY(0) translateX(0) rotate(-45deg) scaleX(1) !important
}

.navbar-mitoverblik .breadcrumb-menu .burger-arrow.open span:after,
.navbar-mitoverblik .breadcrumb-menu [aria-expanded=true] .burger-arrow span:after {
    -webkit-transform: translateY(0) translateX(0) rotate(45deg) scaleX(1) !important;
    transform: translateY(0) translateX(0) rotate(45deg) scaleX(1) !important
}

.navbar-mitoverblik .breadcrumb-menu .burger-arrow.open span,
.navbar-mitoverblik .breadcrumb-menu [aria-expanded=true] .burger-arrow span {
    background-color: transparent
}

.navbar-mitoverblik .breadcrumb-menu .breadcrumb-menu__btn-menu[aria-expanded=true]+.breadcrumb-menu__btn-back {
    background-color: #ebedee;
    border-color: #ebedee
}

.page-title {
    max-width: 53.75rem
}

.page-title.text-center {
    text-align: center;
    max-width: 100%
}

@media (max-width: 1179.98px) {
    .page-title.text-center {
        margin-left: 0
    }
}

.page-title h1:last-child,
.page-title p:last-child {
    margin-bottom: 0
}

@media (max-width: 1179.98px) {
    .page-title {
        margin-left: .25rem
    }
}

.search-result__link {
    line-height: 1.6875rem;
    font-size: 1.25rem;
    font-weight: 600;
    display: inline
}

.search-result__link+p {
    margin-top: .1875rem
}

.search-result__highlighted {
    background-color: #f7f7f7;
    display: block;
    margin-top: 2rem;
    padding: 1.5rem;
    max-width: 42.875rem
}

.search-result__highlighted .badge-secondary {
    background-color: #e1e3e5
}

.search-result__list.list--links {
    margin-bottom: 1.5rem
}

@media (min-width: 768px) {
    .search-result__list.list--links {
        margin-bottom: 3.5rem
    }
}

.search-result__list.list--links:last-child {
    margin-bottom: 0
}

.search-result__list.list--links li {
    max-width: 40.625rem;
    margin-bottom: 1.5rem;
    padding-left: 2.25rem
}

.search-result__list.list--links li a {
    margin-left: 0;
    padding: 0
}

.search-result__list.list--links li a:before {
    top: .21875rem
}

.search-result__list.list--links li:last-child {
    margin-bottom: 0
}

.search-result__list.list--links li:before {
    top: .4375rem
}

.search-result__list.list--links li:after {
    top: .125rem
}

@media (max-width: 767.98px) {
    .search-result__list.list--links li {
        width: 100%
    }
}

.search-result__list.list--links .badge,
.search-result__list.list--links .self-service-link__badge {
    position: relative;
    top: -.1875rem;
    display: inline;
    padding-top: .25rem;
    padding-bottom: .25rem
}

.search-result__scope {
    color: #4c6a83;
    border-radius: 0;
    margin-right: .3125rem;
    background-color: #ebedee;
    min-width: inherit
}

@media (min-width: 768px) {
    .search-result__scope {
        padding: .75rem 1.4375rem
    }
}

.search-result__scope:last-child {
    margin-right: 0
}

.search-result__scope.active,
.search-result__scope.focus,
.search-result__scope:hover {
    background-color: #284d62;
    color: #fff
}

.search-result__searchbar {
    height: 4rem;
    z-index: 10;
    position: relative
}

@media (min-width: 768px) {
    .search-result__searchbar {
        height: 3.5rem
    }
}

.search-result__searchbar .search__form {
    max-width: 450px
}

.search-result-suggestions a {
    text-decoration: underline;
    padding: 0;
    font-weight: 400;
    display: inline
}

@media (max-width: 767.98px) {
    .search-result-suggestions {
        margin-bottom: 1.5rem
    }
}

.self-service-link:hover {
    text-decoration: none
}

.self-service-link:hover>.self-service-link__text {
    text-decoration: underline
}

.self-service-link__badge {
    color: #212529;
    text-transform: uppercase;
    background-color: #e1e3e5;
    position: relative;
    top: -.1875rem;
    display: inline;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: .5rem
}

.pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pagination .page-item {
    font-weight: 600;
    margin-bottom: .0625rem
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    border-radius: 0
}

@media (max-width: 575.98px) {
    .pagination .page-item .page-link {
        font-size: .75rem;
        padding-left: .75rem;
        padding-right: .75rem
    }
}

.pagination .page-item+.page-item {
    margin-left: .0625rem
}

.page-item.active .page-link,
a.search-result__scope.active,
a.widget-page-menu__item.active {
    pointer-events: none !important
}

.select2-init-input {
    display: none
}

.select2-container--bootstrap4 {
    width: 100% !important;
    max-width: calc(100% - 3.625rem)
}

.select2-container--bootstrap4 .select2-selection {
    border-color: #bac2c6;
    padding: .8rem 2rem 1rem 1rem
}

.select2-container--bootstrap4 .select2-selection:focus {
    border-color: #bac2c6;
    -webkit-box-shadow: 0 0 0 .1875rem #2d2e28;
    box-shadow: 0 0 0 .1875rem #2d2e28;
    outline: none
}

.select2-container--bootstrap4 .select2-selection .select2-selection__rendered {
    height: 1.5rem;
    line-height: 1.375rem;
    color: #0b2432;
    font-weight: 600
}

.select2-container--bootstrap4 .select2-results .select2-results__option {
    padding: 1rem
}

.select2-container--bootstrap4 .select2-results .select2-results__option--highlighted[aria-selected] {
    background-color: #0b2432
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    right: 1.2rem
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
    border-width: .45rem .35rem 0;
    border-color: #0b2432 transparent transparent
}

.select2-container--bootstrap4.select2-container--open .select2-selection .select2-selection__arrow b {
    border-width: 0 .35rem .45rem;
    border-color: transparent transparent #0b2432
}

.select2-container--bootstrap4 .select2-search__field {
    background-image: url(search-light.svg?196e2b346e62743f56e58a2294b02d8e);
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: calc(100% - 1rem) .75rem;
    padding: .5rem .75rem;
    padding-right: 2.5rem
}

.wellbox:not([class*=bg-]) {
    margin-top: 1.25rem
}

.myoverview-detailspage-main .wellbox {
    margin-top: 0 !important
}

.myoverview-detailspage-main .tax-region {
    cursor: pointer
}

.myoverview-detailspage-secondary .wellbox {
    padding: 1.5rem 1.5rem 2rem !important
}

.myoverview-detailspage-secondary .wellbox .wellbox-heading {
    margin-bottom: 1.5rem !important
}

@media (max-width: 767.98px) {
    .mit-overblik .block-container .card--block--mitoverblik .card-body .myoverview-detailspage-secondary .wellbox .card-title,
    .my-overview-overview-item--container.benefits-overview .type-wrapper .myoverview-detailspage-secondary .wellbox .title,
    .my-overview-overview-item--container.payment-and-debt-overview .myoverview-detailspage-secondary .wellbox .title,
    .myoverview-detailspage-secondary .wellbox .h4,
    .myoverview-detailspage-secondary .wellbox .mit-overblik .block-container .card--block--mitoverblik .card-body .card-title,
    .myoverview-detailspage-secondary .wellbox .my-overview-overview-item--container.benefits-overview .type-wrapper .title,
    .myoverview-detailspage-secondary .wellbox .my-overview-overview-item--container.payment-and-debt-overview .title,
    .myoverview-detailspage-secondary .wellbox h4 {
        font-size: 1rem
    }
}

.wellbox-user {
    position: relative
}

.wellbox-user:before {
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-left: .3125rem solid #44831e
}

@media (min-width: 768px) {
    .wellbox-user:before {
        border-left: .625rem solid #44831e
    }
}

.wellbox-user .wellbox-icon {
    color: #44831e;
    height: 2.1875rem;
    width: 2.1875rem;
    margin-right: .5rem
}

.wellbox-user .wellbox-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #44831e
}

.wellbox-personal {
    position: relative;
    padding: 2.5rem
}

.wellbox-personal__datasource {
    text-align: right;
    line-height: 1.1875rem;
    font-size: .75rem;
    margin-top: 1.25rem
}

@media (min-width: 768px) {
    .wellbox-personal__datasource {
        font-size: .875rem;
        margin-top: 2rem
    }
}

.wellbox-personal iframe {
    width: 100%
}

.wellbox-personal:last-child {
    margin-bottom: 0 !important
}

@media (max-width: 1179.98px) {
    .wellbox-personal {
        padding: 1.5rem
    }
}

.wellbox-personal.bg-white {
    -webkit-box-shadow: 0 .0625rem .625rem hsla(0, 0%, 78%, .5);
    box-shadow: 0 .0625rem .625rem hsla(0, 0%, 78%, .5)
}

@media (min-width: 1180px) {
    .wellbox-details {
        padding-bottom: 3rem
    }
}

@media (max-width: 767.98px) {
    .wellbox-details {
        padding-bottom: 2.5rem
    }
}

.wellbox__line {
    width: 3.5rem;
    height: .5rem;
    margin: 0 0 1rem
}

.bg-blue-grey .wellbox__line,
.bg-blue .wellbox__line,
.bg-primary .wellbox__line {
    background: #fff
}

.bg-grey .wellbox__line,
.bg-white .wellbox__line {
    background: #44831e
}

.accordion-list+.accordion-list {
    margin-top: 1.5rem
}

.accordion-item+.accordion-item {
    margin-top: .25rem
}

.accordion-list--numbers .accordion-item__content {
    padding-left: 5rem
}

.accordion-item {
    counter-increment: accordion-counter
}

.accordion-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.accordion-item__toggle {
    cursor: pointer;
    background-color: #f7f7f7;
    min-height: 3.75rem;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    z-index: 1;
    padding: 1.125rem 1.125rem 1.125rem 2.875rem
}

.accordion-item__toggle:focus {
    z-index: 1
}

.accordion-item__toggle:hover {
    text-decoration: none;
    color: #0b2432
}

@media (min-width: 768px) {
    .accordion-item__toggle {
        padding-left: 3.75rem
    }
}

.accordion-list .accordion-item__toggle {
    position: relative
}

.accordion-list .accordion-item__toggle:before {
    content: "";
    position: absolute;
    display: block;
    height: .125rem;
    background-color: #0b2432;
    left: 1rem;
    top: calc(50% - .0625rem);
    width: .75rem
}

@media (min-width: 768px) {
    .accordion-list .accordion-item__toggle:before {
        left: 1.25rem;
        width: 1rem
    }
}

.accordion-list .accordion-item__toggle:after {
    content: "";
    position: absolute;
    display: block;
    width: .125rem;
    background-color: #0b2432;
    -webkit-transition: -webkit-transform .15s;
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s;
    left: 1.3125rem;
    top: calc(50% - .375rem);
    height: .75rem
}

@media (min-width: 768px) {
    .accordion-list .accordion-item__toggle:after {
        left: 1.6875rem;
        top: calc(50% - .5rem);
        height: 1rem
    }
}

.accordion-list .accordion-item__toggle[aria-expanded=true]:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordion-list .accordion-item .accordion-item__header .accordion-item__toggle:hover {
    background-color: #ebedee
}

.accordion-list.accordion-list--numbers .accordion-item__toggle {
    padding-left: 3.75rem;
    padding-right: 3rem
}

@media (min-width: 576px) {
    .accordion-list.accordion-list--numbers .accordion-item__toggle {
        padding-left: 4.875rem
    }
}

.accordion-list.accordion-list--numbers .accordion-item__toggle:before {
    left: inherit;
    right: 1.25rem
}

.accordion-list.accordion-list--numbers .accordion-item__toggle:after {
    left: inherit;
    right: 1.5625rem
}

@media (min-width: 768px) {
    .accordion-list.accordion-list--numbers .accordion-item__toggle:after {
        right: 1.6875rem
    }
}

.accordion-list.accordion-list--numbers .accordion-item__toggle .accordion-item__number {
    height: 100%;
    width: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: #44831e;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0
}

@media (min-width: 576px) {
    .accordion-list.accordion-list--numbers .accordion-item__toggle .accordion-item__number {
        width: 3.75rem;
        line-height: 3.75rem
    }
}

@media (min-width: 768px) {
    .accordion-list.accordion-list--numbers .accordion-item__toggle .accordion-item__number {
        font-size: 1.125rem
    }
}

.accordion-list.accordion-list--numbers .accordion-item__toggle .accordion-item__number.show {
    background-color: #0b2432 !important
}

.accordion-list.accordion-list--numbers .accordion-item__toggle[aria-expanded=true] .accordion-item__number {
    color: #fff;
    background-color: #0b2432
}

.accordion-item__content {
    padding: 1.25rem
}

@media (min-width: 768px) {
    .accordion-item__content {
        padding-left: 3.75rem
    }
}

.bg-blue-dark .accordion-list .accordion-item__content,
.bg-blue-dark .accordion-list .accordion-item__toggle,
.bg-blue-dark .accordion-list .accordion-item__toggle:hover,
.bg-blue-dark .accordion-list .accordion-item__toggle[aria-expanded=true],
.bg-blue-light .accordion-list .accordion-item__content,
.bg-blue-light .accordion-list .accordion-item__toggle,
.bg-blue-light .accordion-list .accordion-item__toggle:hover,
.bg-blue-light .accordion-list .accordion-item__toggle[aria-expanded=true],
.bg-blue .accordion-list .accordion-item__content,
.bg-blue .accordion-list .accordion-item__toggle,
.bg-blue .accordion-list .accordion-item__toggle:hover,
.bg-blue .accordion-list .accordion-item__toggle[aria-expanded=true],
.bg-grey .accordion-list .accordion-item__content,
.bg-grey .accordion-list .accordion-item__toggle,
.bg-grey .accordion-list .accordion-item__toggle:hover,
.bg-grey .accordion-list .accordion-item__toggle[aria-expanded=true],
.bg-primary .accordion-list .accordion-item__content,
.bg-primary .accordion-list .accordion-item__toggle,
.bg-primary .accordion-list .accordion-item__toggle:hover,
.bg-primary .accordion-list .accordion-item__toggle[aria-expanded=true],
.bg-turquoise .accordion-list .accordion-item__content,
.bg-turquoise .accordion-list .accordion-item__toggle,
.bg-turquoise .accordion-list .accordion-item__toggle:hover,
.bg-turquoise .accordion-list .accordion-item__toggle[aria-expanded=true] {
    background-color: #fff
}

.text-white .accordion-list .accordion-item__content,
.text-white .accordion-list .accordion-item__content a,
.text-white .accordion-list .accordion-item__content h1,
.text-white .accordion-list .accordion-item__content h2,
.text-white .accordion-list .accordion-item__content h3,
.text-white .accordion-list .accordion-item__content h4,
.text-white .accordion-list .accordion-item__content h5,
.text-white .accordion-list .accordion-item__content h6,
.text-white .accordion-list .accordion-item__content i,
.text-white .accordion-list .accordion-item__content ol,
.text-white .accordion-list .accordion-item__content p,
.text-white .accordion-list .accordion-item__content span,
.text-white .accordion-list .accordion-item__content ul,
.text-white .accordion-list .accordion-item__toggle,
.text-white .accordion-list .accordion-item__toggle:hover,
.text-white .accordion-list .accordion-item__toggle[aria-expanded=true] {
    color: #0b2432
}

.text-white .accordion-list .accordion-item__content ul.list--links li:after {
    background-color: #284d62
}

.text-white .accordion-list .accordion-item__content ul.list--links li:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-prefix='fas' data-icon='long-arrow-right' class='svg-inline--fa fa-long-arrow-right fa-w-14' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23fff' d='M254.544 154.427L320.118 220H24c-13.255 0-24 10.745-24 24v24c0 13.255 10.745 24 24 24h296.118l-65.574 65.573c-9.373 9.373-9.373 24.569 0 33.941l16.971 16.971c9.373 9.373 24.569 9.373 33.941 0L440.97 272.97c9.373-9.373 9.373-24.569 0-33.941L305.456 103.515c-9.373-9.373-24.569-9.373-33.941 0l-16.971 16.971c-9.373 9.372-9.373 24.568 0 33.941z'/%3E%3C/svg%3E")
}

.cookiebanner {
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    width: 100vw;
    max-height: 100vh;
    left: 0;
    bottom: 0;
    z-index: 1000;
    background-color: #f2f2f2;
    padding: 1.5rem 0;
    -webkit-box-shadow: 0 -.1rem .9375rem 0 rgba(0, 0, 0, .2);
    box-shadow: 0 -.1rem .9375rem 0 rgba(0, 0, 0, .2)
}

@media (min-width: 768px) {
    .cookiebanner {
        padding: 2.5rem 0
    }
}

.cookiebanner__title {
    color: #0b2432;
    font-size: 1.125rem;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 1rem
}

.cookiebanner__description {
    color: #0b2432;
    font-size: 1rem;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 1rem
}

.cookiebanner__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1rem
}

@media (min-width: 768px) {
    .cookiebanner__bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        gap: .5rem
    }
}

.cookiebanner__links a {
    font-weight: 600;
    font-size: 1rem
}

.cookiebanner__links a:focus:after {
    background-color: #fff
}

.cookiebanner__links a:after,
.cookiebanner__links a:before {
    background-color: #10354a
}

.cookiebanner__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .5rem
}

@media (min-width: 768px) {
    .cookiebanner__buttons--popup {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.cookiebanner__button {
    background-color: #0b2432;
    color: #fff;
    min-height: 3rem;
    min-width: 10.5rem;
    cursor: pointer;
    border-radius: .25rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 150%;
    border: none;
    -webkit-transition: background-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out
}

@media (min-width: 768px) {
    .cookiebanner__button {
        min-width: 10.75rem;
        font-size: .875rem
    }
}

.cookiebanner__button:focus,
.cookiebanner__button:hover {
    background-color: #284d62
}

.cookiebanner__button:focus {
    -webkit-box-shadow: 0 0 0 .2rem #0b2432;
    box-shadow: 0 0 0 .2rem #0b2432
}

.cookiebanner__button:focus:active {
    background-color: #0b2432;
    -webkit-box-shadow: 0 0 0 .2rem rgba(11, 36, 50, .5);
    box-shadow: 0 0 0 .2rem rgba(11, 36, 50, .5)
}

.to-the-top {
    line-height: 1.71428571rem;
    border-radius: 1.42857143rem;
    min-width: auto;
    background: #4c6a83;
    color: #f2f2f2 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem 1.25rem;
    border: none;
    -webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, .4);
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, .4);
    font-size: 14px;
    text-decoration: unset !important;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    z-index: 1
}

.to-the-top svg {
    margin-right: .5rem;
    color: #f2f2f2
}

@media (max-width: 767.98px) {
    .to-the-top svg {
        margin: 0
    }
}

@media (max-width: 767.98px) {
    .to-the-top {
        width: 3.5rem;
        height: 3.5rem;
        border-radius: 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 12px
    }
}

.guide-page a.to-the-top:focus,
.guide-page a.to-the-top:hover {
    color: #fff;
    background-color: #284d62 !important;
    text-decoration: none !important
}

.modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem !important
}

.modal .modal-dialog {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: auto
}

.modal .modal-header {
    background-color: #44831e;
    color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 5rem
}

@media (max-width: 767.98px) {
    .modal .modal-header {
        padding-left: 1.25rem;
        padding-right: 3.125rem
    }
}

.modal .modal-title {
    font-size: 1.125rem;
    line-height: 1.8
}

.modal .modal-body {
    overflow-y: auto;
    overflow-wrap: break-word;
    -webkit-overflow-scrolling: touch;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 4rem;
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, transparent), color-stop(4em, #000)), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    -webkit-mask-image: linear-gradient(0deg, transparent 0, #000 4em), linear-gradient(#000, #000);
    mask-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, transparent), color-stop(4em, #000)), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    mask-image: linear-gradient(0deg, transparent 0, #000 4em), linear-gradient(#000, #000);
    -webkit-mask-size: calc(100% - 1.25rem) 100%, 1.25rem 100%;
    mask-size: calc(100% - 1.25rem) 100%, 1.25rem 100%;
    -webkit-mask-position: 0 0, 100% 0;
    mask-position: 0 0, 100% 0;
    -webkit-mask-repeat: no-repeat, no-repeat;
    mask-repeat: no-repeat, no-repeat
}

@media (max-width: 767.98px) {
    .modal .modal-body {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

.modal .has-footer .modal-body {
    -webkit-mask-image: unset;
    mask-image: unset
}

.modal .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    -webkit-box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .2);
    box-shadow: 0 .25rem 1rem rgba(0, 0, 0, .2)
}

@media (max-width: 767.98px) {
    .modal .modal-footer {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

.modal .modal-content {
    max-height: calc(100vh - 4rem)
}

.modal .btn {
    font-size: .875rem
}

.modal .btn-close {
    position: absolute;
    right: .75rem;
    padding: .625rem;
    top: .3125rem;
    font-size: .875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 768px) {
    .modal .btn-close {
        right: 2.375rem
    }
}

body.modal-open {
    width: 100%
}

.contact-item {
    margin-top: 0;
    margin-bottom: .3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    word-break: break-all;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: block
}

.contact-item svg {
    color: #10354a;
    width: 1.5rem;
    height: 1.5rem;
    padding-left: .25rem
}

.bg-blue-grey .contact-item svg,
.bg-blue .contact-item svg,
.bg-primary .contact-item svg {
    color: #fff
}

.contact-item a {
    text-decoration: none;
    font-weight: 600;
    display: initial;
    padding-left: .25rem;
    padding-right: .25rem;
    vertical-align: bottom
}

.contact-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 1px solid #fff
}

.contact-item a:hover {
    text-decoration: underline
}

.openinghours-xxsbreak {
    white-space: nowrap
}

@media (max-width: 18.4375rem) {
    .openinghours-xxsbreak {
        display: block
    }
}

.accordion-list.public-contact-accordion .accordion-item__header {
    font-weight: 700
}

.accordion-list.public-contact-accordion .accordion-list .accordion-item__toggle {
    background-color: #f7f7f7;
    font-weight: 400
}

.accordion-list.public-contact-accordion .accordion-item--public-contant-simple .accordion-item__toggle:after,
.accordion-list.public-contact-accordion .accordion-item--public-contant-simple .accordion-item__toggle:before {
    display: none
}

.accordion-list.public-contact-accordion .accordion-item--public-contant-simple .accordion-item__toggle svg {
    position: absolute;
    left: 1rem;
    top: 1.375rem
}

@media (min-width: 768px) {
    .accordion-list.public-contact-accordion .accordion-item--public-contant-simple .accordion-item__toggle svg {
        left: 1.5rem
    }
}

.accordion-list.public-contact-accordion .accordion-item--public-contant-simple .accordion-item__toggle:focus {
    -webkit-box-shadow: 0 0 0 .1875rem #2d2e28;
    box-shadow: 0 0 0 .1875rem #2d2e28;
    outline: none;
    background-color: #f7f7f7 !important;
    color: #0b2432 !important
}

.contact-information-container>.public-contact-accordion>.accordion-item>div>.accordion-item__content {
    padding-top: .3125rem
}

.contact-information-container {
    position: relative
}

.contact-information-container:before {
    content: "";
    height: 2rem;
    width: 2rem;
    background-image: url(Kontakt_ikon.svg?c59c9c9f88c93525acd758b98aa5943e);
    background-repeat: no-repeat;
    background-size: 2rem;
    position: absolute;
    top: .875rem;
    right: 1.5rem
}

@media (min-width: 576px) {
    .contact-information-container:before {
        height: 5rem;
        width: 5rem;
        background-size: 5rem;
        top: 1.5rem;
        right: 3.5rem
    }
}

@media (min-width: 576px) {
    .contact-information-container>.accordion-list {
        padding-right: 11.25rem
    }
}

@media (min-width: 768px) {
    .col-md-6>.contact-information-container:before {
        height: 2rem;
        width: 2rem;
        background-size: 2rem;
        top: .875rem;
        right: 1.5rem
    }
    .col-md-6>.contact-information-container>.accordion-list {
        padding-right: 0
    }
}

@media (min-width: 1180px) {
    .col-md-6>.contact-information-container:before {
        height: 2.5rem;
        width: 2.5rem;
        background-size: 2.5rem;
        top: 2rem;
        right: 3.5rem
    }
}

@media (min-width: 768px) {
    .col-md-8>.contact-information-container:before {
        height: 3.75rem;
        width: 3.75rem;
        background-size: 3.75rem;
        right: 2.5rem
    }
    .col-md-8>.contact-information-container>.accordion-list {
        padding-right: 6.25rem
    }
}

@media (min-width: 1180px) {
    .col-md-8>.contact-information-container>.accordion-list {
        padding-right: 6.25rem
    }
}

.post-items {
    position: absolute;
    background-color: #cb2920;
    border-radius: 1.71429rem;
    text-align: center;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: .25rem;
    padding-right: .25rem;
    height: 1.71429rem;
    min-width: 1.71429rem;
    line-height: 1.71429rem;
    font-size: .85714rem
}

.navbar .post-items {
    top: calc(50% - 2rem);
    right: auto !important;
    left: calc(50% + .35rem) !important;
    font-weight: 700
}

@media (min-width: 768px) {
    .navbar .post-items {
        top: calc(50% - 2.3125rem);
        right: auto !important;
        height: 1.5rem;
        min-width: 1.5rem;
        line-height: 1.5rem;
        font-size: .75rem
    }
    .navbar--digitalpost.navbar .post-items {
        top: calc(50% - 1.5rem)
    }
}

@media (min-width: 1180px) {
    .navbar--digitalpost.navbar .post-items {
        top: calc(50% - 2.3125rem);
        right: auto !important;
        height: 1.5rem;
        min-width: 1.5rem;
        line-height: 1.5rem;
        background-color: #ff0
    }
}

.card-minside .post-items {
    -webkit-box-shadow: 0 0 0 .1875rem #f7f7f7;
    box-shadow: 0 0 0 .1875rem #f7f7f7;
    top: -.25rem;
    right: -.375rem
}

@media (min-width: 768px) {
    .card-minside .post-items {
        top: -.5rem;
        right: -.5rem;
        height: 2.125rem;
        min-width: 2.125rem;
        line-height: 2.125rem;
        font-size: inherit
    }
}

.card-myoverview .post-items {
    -webkit-box-shadow: 0 0 0 .1875rem #f7f7f7;
    box-shadow: 0 0 0 .1875rem #f7f7f7;
    top: -.25rem;
    right: -.375rem
}

@media (min-width: 768px) {
    .card-myoverview .post-items {
        top: -.5rem;
        right: -.5rem;
        height: 2.125rem;
        min-width: 2.125rem;
        line-height: 2.125rem;
        font-weight: 600;
        font-size: inherit
    }
}

.spinner,
.spinner:after {
    margin-top: 4rem;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem
}

.spinner {
    display: inline-block;
    font-size: .125rem;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(0, 0, 0, .2);
    border-right: 1.1em solid rgba(0, 0, 0, .2);
    border-bottom: 1.1em solid rgba(0, 0, 0, .2);
    border-left: 1.1em solid #10354a;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: spinner-animation 1.1s infinite linear;
    animation: spinner-animation 1.1s infinite linear
}

.spinner--medium {
    font-size: .1875rem
}

.spinner--medium,
.spinner--medium:after {
    width: 2rem;
    height: 2rem
}

.spinner--large {
    font-size: .25rem
}

.spinner--large,
.spinner--large:after {
    width: 3rem;
    height: 3rem
}

@-webkit-keyframes spinner-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spinner-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.my-overview-orkes-spinner-placeholder {
    overflow: hidden
}

@media (max-width: 1179.98px) {
    .my-overview-orkes-spinner-placeholder .spinner {
        margin-top: .9rem
    }
}

.btn-tooltip {
    font-size: 1rem;
    font-weight: 700;
    min-width: 1.5625rem;
    min-height: 1.5625rem
}

.btn-tooltip:hover {
    text-decoration: none
}

.btn-tooltip .mr-2 {
    margin-right: 0 !important
}

.btn-tooltip .icon-svg {
    color: #10354a;
    height: 1.25rem;
    width: 1.25rem;
    vertical-align: text-top
}

.xml-element.xml-with-children.collapsed .xml-element-tag:first-of-type:after {
    content: " ... "
}

.xml-element.xml-with-children.collapsed .xml-element {
    display: none
}

.xml-element.xml-with-children>.xml-element-tag {
    cursor: pointer
}

.xml-element .xml-element {
    margin-left: 35px
}

.xml-element .xml-element-tag {
    color: blue
}

@media (min-width: 1180px) {
    .headerComponent.noHeaderImg {
        height: 16.5rem
    }
}

.headerComponent {
    position: relative;
    height: 16.5rem;
    padding-top: 3rem
}

@media (max-width: 767.98px) {
    .headerComponent {
        height: auto;
        padding: 2rem 1.5rem 1.5rem
    }
}

@media (min-width: 1180px) {
    .headerComponent {
        height: 22.5rem
    }
}

.headerComponent-inner {
    color: #0b2432
}

@media (min-width: 768px) {
    .headerComponent-inner {
        margin-left: 2rem
    }
}

@media (min-width: 768px) {
    .headerComponent-inner.header-white {
        color: #fff
    }
}

.headerComponent-backgroundpicture {
    width: 100%;
    height: inherit;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    z-index: -1
}

@media (max-width: 767.98px) {
    .headerComponent-backgroundpicture {
        display: none
    }
}

@media (min-width: 768px) {
    .headerComponent-backgroundpicture {
        position: absolute;
        top: -1.25rem;
        left: 0
    }
}

@media (min-width: 1180px) {
    .headerComponent-backgroundpicture {
        top: -1.25rem
    }
}

.headerComponent .headerTitle {
    margin-top: 1rem;
    font-weight: bolder;
    display: block
}

@media (max-width: 767.98px) {
    .headerComponent .headerTitle {
        font-size: 2rem
    }
}

@media (min-width: 768px) {
    .headerComponent .headerTitle {
        width: 50%;
        font-size: 3rem
    }
}

@media (min-width: 1180px) {
    .headerComponent .headerTitle {
        font-size: 4rem
    }
}

.headerComponent .headerManchet {
    font-size: 1.5rem;
    font-weight: 700
}

/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.custom-switch {
    padding-left: 5.4375rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.custom-switch .custom-control-input:not(:checked)~.custom-control-label:active:before {
    background-color: #a0c658 !important
}

.custom-switch .custom-control-label {
    position: absolute
}

.custom-switch .custom-control-label:before {
    position: absolute;
    padding: 0;
    left: -5.4375rem;
    height: 2.0625rem;
    width: 3.4375rem;
    pointer-events: all;
    background-color: #a0c658;
    border-radius: 2.0625rem;
    line-height: 1.5rem;
    cursor: pointer !important
}

.custom-switch .custom-control-label:after {
    position: absolute;
    content: "Fra";
    display: block;
    margin-right: 0;
    left: calc(-5.4375rem + -5px);
    width: 2.0625rem;
    height: 2.0625rem;
    background: #fff;
    border-radius: 2.0625rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-box-shadow: 0 .375rem .75rem 0 rgba(0, 0, 0, .2);
    box-shadow: 0 .375rem .75rem 0 rgba(0, 0, 0, .2);
    color: #0b2432;
    text-align: center;
    font-size: .8125rem;
    cursor: pointer !important;
    padding: .15rem
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        -webkit-transition: none;
        transition: none
    }
}

.custom-switch .custom-control-input {
    display: none
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    content: "Til";
    right: 0;
    margin-right: -.3125rem;
    color: #0b2432;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 .1875rem #000;
    box-shadow: 0 0 0 .1875rem #000;
    -webkit-transform: translateX(1.8125rem);
    transform: translateX(1.8125rem);
    padding: .15rem
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(40, 77, 98, .5)
}

.icon-button-wrap {
    margin-top: 1.75rem
}

.icon-button-wrap svg {
    margin: 0 .5rem 0 0
}

.icon-button-wrap.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.icon-button-wrap.reverse svg {
    margin: 0 0 0 .5rem
}

.icon-button-wrap.top svg {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.icon-button-wrap.left svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.icon-button-wrap.bottom svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.icon-button-wrap.right svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.information-bar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    height: 48px;
    margin-top: 1px;
    cursor: pointer
}

.information-bar-wrap:hover button>span {
    color: #0b2432;
    text-decoration: underline
}

.information-bar-wrap .js-information-bar-button {
    margin-left: 2rem;
    font-size: 13px;
    font-weight: 600;
    color: #2f6796;
    border: none;
    padding: 0;
    min-height: 0;
    background-color: #fff
}

.information-bar-wrap .js-information-bar-button>svg {
    margin-right: .25rem
}

.information-bar-wrap .js-information-bar-button>span {
    padding: 0 .25rem
}

.information-bar-wrap .js-information-bar-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.information-bar-wrap .js-information-bar-button:focus>span {
    background-color: #19313e;
    color: #fff
}

.information-bar-wrap .js-information-bar-button svg {
    height: 1.5rem;
    width: 1.5rem;
    color: #2f6796
}

.automatic-payment-wrapper {
    width: 225px;
    height: 40px;
    background-color: #f7f7f7;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.automatic-payment-wrapper svg {
    height: 18px;
    width: 18px;
    margin-right: .5rem
}

@media (max-width: 767.98px) {
    .automatic-payment-wrapper {
        width: 190px
    }
}

.automatic-payment-wrapper.overview {
    width: 280px
}

@media (max-width: 767.98px) {
    .automatic-payment-wrapper.overview {
        width: 245px
    }
}

.load-more-button {
    text-align: center;
    padding-top: 1rem
}

.load-more-button a {
    margin-top: 1rem
}

.frontpage-section {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

@media (min-width: 1180px) {
    .frontpage-section {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
}

.frontpage-section--border {
    border-bottom: 1px solid #cfd4d7
}

.frontpage-section--white {
    background-color: #fff
}

.frontpage-section--gray {
    background-color: #f7f7f7
}

.frontpage-section__title,
.hot-topics-frame__title,
.lifesituation-frame__title,
.topics-menu__title {
    color: #10354a;
    font-size: 1.14285714286rem;
    font-weight: 800;
    line-height: 2.0714rem;
    letter-spacing: -.03428rem
}

@media (min-width: 768px) {
    .frontpage-section__title,
    .hot-topics-frame__title,
    .lifesituation-frame__title,
    .topics-menu__title {
        font-size: 1.5rem;
        font-weight: 800;
        letter-spacing: -.045rem
    }
}

.pill-btn-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    padding: 0
}

.pill-btn-container,
.shortcut-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.shortcut-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

@media (min-width: 1180px) {
    .shortcut-container {
        grid-template-columns: 12.875rem auto;
        display: grid
    }
}

.shortcut-container__title {
    color: #10354a;
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: -.045rem;
    word-break: break-word;
    padding-right: 1rem
}

@media (max-width: 767.98px) {
    .shortcut-container__title--small {
        font-size: 1.14285714286rem
    }
}

.shortcut-container__line {
    background: #44831e;
    width: 3.5rem;
    height: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .5rem
}

.shortcut-container--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.shortcut-container--vertical .shortcut-container__title {
    margin-bottom: 1.5rem
}

@media (min-width: 1180px) {
    .shortcut-container--vertical {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.shortcut-container--horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.shortcut-container--horizontal .shortcut-container__title {
    margin-bottom: 1.5rem
}

@media (min-width: 1180px) {
    .shortcut-container--horizontal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.hero-banner {
    display: grid;
    overflow: visible;
    grid-template-rows: [top] 11.07143rem [search-top] 6rem [bottom];
    grid-template-columns: [start] 0 [padding-line-start] 1.25rem [title-start] minmax(11rem, 12rem) [banner-start] minmax(4rem, 32rem) [extra-spacing-line] 1fr [banner-end] 0 [end];
    background: #44831e
}

@media (min-width: 576px) {
    .hero-banner {
        grid-template-columns: [start] minmax(0, 1fr) [padding-line-start] 1.25rem [title-start] minmax(11rem, 20rem) [banner-start] minmax(20rem, 27.25rem) [extra-spacing-line] minmax(0, 1fr) [banner-end] 0 [end]
    }
}

@media (min-width: 768px) {
    .hero-banner {
        grid-template-rows: [top] 17.5rem [search-top] 5.25rem [bottom];
        grid-template-columns: [start] 1fr [padding-line-start] 1.25rem [title-start] minmax(auto, 22rem) [banner-start] minmax(11rem, 50.4375rem) [extra-spacing-line] 1fr [banner-end] 0 [end]
    }
}

@media (min-width: 1180px) {
    .hero-banner {
        grid-template-rows: [top] 15.5rem [search-top] 3.5rem [search-bottom] 6rem [bottom];
        grid-template-columns: [start] 1fr [padding-line-start] 1.25rem [title-start] 24.75rem [banner-start] 3.375rem [search-end] minmax(28.3125rem, 44.3125rem) [end] 1fr [banner-end]
    }
}

@media (min-width: 1520px) {
    .hero-banner {
        grid-template-columns: [start] 1fr [padding-line-start] 0 [title-start] 24.75rem [banner-start] 3.375rem [search-end] 61.875rem [banner-end] 1fr [end]
    }
}

.hero-banner__img-grid {
    grid-area: top/banner-start/banner-bottom/banner-end;
    display: grid;
    overflow: hidden;
    grid-template-rows: [top] 11.07143rem [bottom];
    grid-template-columns: [start] auto [end]
}

@media (min-width: 768px) {
    .hero-banner__img-grid {
        grid-template-rows: [top] 17.5rem [bottom]
    }
}

@media (min-width: 1180px) {
    .hero-banner__img-grid {
        max-width: 90rem;
        grid-template-rows: [top] 25rem [bottom];
        grid-template-columns: [start] minmax(45rem, auto) [right-shape] minmax(.1rem, 6.5rem) [end]
    }
}

@media (min-width: 1520px) {
    .hero-banner__img-grid {
        grid-template-columns: [start] auto [end]
    }
}

.hero-banner__left-concave-shape {
    grid-area: top/start/bottom/end;
    justify-self: start;
    height: 100%;
    width: auto;
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (min-width: 1180px) {
    .hero-banner__left-concave-shape {
        display: block
    }
}

.hero-banner__left-convex-shape {
    grid-area: top/start/bottom/end;
    justify-self: start;
    height: 100%;
    width: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (min-width: 1180px) {
    .hero-banner__left-convex-shape {
        display: none
    }
}

.hero-banner__right-convex-shape {
    justify-self: end;
    height: 100%;
    width: auto;
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (min-width: 1180px) {
    .hero-banner__right-convex-shape {
        grid-area: top/right-shape/bottom/end;
        display: inline-block;
        justify-self: end;
        max-width: 100%
    }
}

@media (min-width: 1520px) {
    .hero-banner__right-convex-shape {
        justify-self: end;
        grid-area: top/start/bottom/end
    }
}

.hero-banner__img {
    grid-area: top/start/bottom/end;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-flex-item-align: center;
    align-self: center;
    justify-self: start;
    -o-object-position: 70% 50%;
    object-position: 70% 50%;
    width: 100%;
    height: 100%
}

.hero-banner__img:before {
    display: block;
    width: 100%;
    height: 100%;
    content: ""
}

@media (min-width: 1180px) {
    .hero-banner__img {
        margin-right: 0
    }
}

.hero-banner__title {
    grid-area: top/title-start/search-top/banner-start;
    color: #fff;
    word-break: break-word;
    -ms-flex-item-align: center;
    align-self: center;
    justify-self: start;
    font-size: 1.71428571429rem;
    font-weight: 600;
    line-height: 130%
}

@media (min-width: 768px) {
    .hero-banner__title {
        font-size: 2.75rem
    }
}

@media (min-width: 1180px) {
    .hero-banner__title {
        margin-bottom: 2.5rem;
        -ms-flex-item-align: end;
        align-self: end;
        justify-self: start;
        font-size: 2.625rem;
        line-height: 140%;
        letter-spacing: -.07875rem
    }
}

.hero-banner__search {
    grid-area: search-top/start/bottom/end;
    background: #fff;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    justify-self: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 999;
    padding: 2rem 1.25rem 0
}

@media (min-width: 576px) {
    .hero-banner__search {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width: 768px) {
    .hero-banner__search {
        padding: 1.75rem 1.25rem 0
    }
}

@media (min-width: 1180px) {
    .hero-banner__search {
        padding: unset;
        max-width: unset;
        grid-area: search-top/title-start/search-bottom/search-end;
        background: unset
    }
}

.hero-banner__search>* {
    max-width: 46rem
}

@media (min-width: 768px) {
    .hero-banner__search>* {
        max-width: 71.1875rem
    }
}

.topics-menu__title {
    margin-bottom: 1.5rem
}

.topics-menu__atom-container {
    grid-auto-flow: row;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    padding-bottom: 1.5rem;
    gap: .71428571428rem
}

@media (min-width: 768px) {
    .topics-menu__atom-container {
        gap: .625rem
    }
}

@media (min-width: 1180px) {
    .topics-menu__atom-container {
        gap: .5rem;
        padding-bottom: unset
    }
}

@media (min-width: 1520px) {
    .topics-menu__atom-container {
        grid-template-columns: repeat(4, 1fr)
    }
}

.hot-topics-frame {
    padding: unset
}

.hot-topics-frame__topics {
    list-style: none;
    padding: unset;
    display: grid;
    grid-auto-rows: auto;
    grid-auto-flow: row;
    grid-template-columns: 100%;
    gap: 1.5rem
}

@media (min-width: 768px) {
    .hot-topics-frame__topics--normal {
        grid-template-columns: repeat(auto-fit, minmax(30%, 1fr))
    }
}

@media (min-width: 768px) {
    .hot-topics-frame__topics--4-children {
        grid-template-columns: 1fr 1fr
    }
}

.hot-topics-frame__line {
    background: #44831e;
    width: 3.5rem;
    height: .5rem;
    margin: 0 0 .5rem;
    display: none
}

.hot-topics-frame__title {
    margin-bottom: 1.5rem
}

@media (min-width: 1180px) {
    .hot-topics-frame--arrow .hot-topic__arrow {
        display: block
    }
}

@media (min-width: 1180px) {
    .hot-topics-frame--arrow .hot-topic__text-area {
        margin-bottom: .5rem
    }
}

.hot-topics-frame--frameline .hot-topics-frame__line,
.hot-topics-frame--topicline .hot-topic__line {
    display: block
}

.topicpage-section {
    padding: 1rem 0
}

.topicpage-main {
    width: 100%;
    padding: 0 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1.5rem
}

@media (min-width: 1180px) {
    .topicpage-main {
        margin-top: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
}

.topicpage-main__title {
    max-width: 53.75rem;
    margin: 0 0 1rem
}

@media (max-width: 767.98px) {
    .topicpage-main__title {
        font-size: 1.71428571429rem
    }
}

.accordion-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.accordion-table__header-row {
    font-weight: 700;
    display: grid;
    padding-top: 1rem;
    padding-bottom: 1rem
}

.accordion-table__row-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.accordion-table__row {
    border-top: 1px solid #4c6a83;
    display: grid;
    padding-top: .5rem;
    min-height: 4rem;
    grid-template-areas: "modal spacing spacing" "row row button" "accordion-content accordion-content accordion-content";
    grid-template-rows: auto;
    grid-template-columns: auto 1.5rem 5rem
}

.accordion-table__row:last-child {
    border-bottom: 1px solid #4c6a83
}

@media (min-width: 768px) {
    .accordion-table__row {
        grid-template-areas: "modal spacing spacing" "row row button" "accordion-content accordion-content accordion-content"
    }
}

.accordion-table__toggle-button {
    grid-area: button;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end
}

.accordion-table__toggle-button:hover .accordion-table__toggle-button-content {
    text-decoration: underline;
    color: #0b2432
}

.accordion-table__toggle-button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion-table__toggle-button:focus .accordion-table__toggle-button-content {
    background-color: #0b2432;
    color: #fff
}

.accordion-table__toggle-button--modal-overflow {
    padding-top: 2.3125rem;
    margin-top: -2.3125rem
}

.accordion-table__toggle-button-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2f6796
}

.accordion-table__toggle-text {
    padding: 0 .25rem;
    font-weight: 600;
    display: none
}

@media (min-width: 768px) {
    .accordion-table__toggle-text {
        display: block
    }
}

.accordion-table__row-modal {
    grid-area: modal;
    margin-bottom: .5rem
}

.accordion-table__row-content {
    grid-area: row;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-flex-line-pack: space-evenly;
    align-content: space-evenly;
    padding-bottom: 1rem
}

.accordion-table__row--open {
    border-top: 1px solid #4c6a83
}

.accordion-table__expandable-content {
    grid-area: accordion-content;
    display: none
}

.accordion-table__expandable-content--open {
    display: block;
    border-top: 1px solid #d6dadc;
    padding: 1.5rem 1.5rem 2rem
}

.accordion-table__toggle-svg--open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.accordion-table__toggle-svg {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    margin: .25rem 0
}

.accordion-table__header-cell--text-align-end,
.accordion-table__row-cell--text-align-end {
    text-align: end
}

.accordion-table__status-red-circle {
    background-color: #9e0013;
    height: .625rem;
    width: .625rem;
    border-radius: 50%;
    display: inline-block;
    margin-right: .5rem
}

.accordion-table__header-row--payment-and-debt {
    gap: 1.5rem;
    grid-template-columns: 2fr 1fr 1.5rem
}

@media (min-width: 768px) {
    .accordion-table__header-row--payment-and-debt {
        grid-template-columns: 2fr 1fr 8.5rem
    }
}

.accordion-table__row-content--payment-and-debt {
    gap: 1.5rem;
    grid-template-columns: 2fr 1fr
}

@media (min-width: 768px) {
    .accordion-table__row-content--payment-and-debt {
        margin-right: 1.5rem
    }
}

.accordion-table__row--payment-and-debt {
    grid-template-columns: auto 1.5rem 3rem
}

@media (min-width: 768px) {
    .accordion-table__row--payment-and-debt {
        grid-template-columns: auto 1.5rem 8.5rem
    }
}

.accordion-table__row-cell--type {
    font-weight: 600;
    size: 1rem;
    line-height: 1.5rem
}

.accordion-table__row-cell--payment-and-debt-type-and-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: .25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.accordion-table__bold-expanded-text {
    font-weight: 700
}

.modal-information-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    height: auto;
    cursor: pointer;
    color: #2f6796;
    font-size: 14px;
    border: none;
    padding: 0;
    text-align: start;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    gap: .25rem
}

.modal-information-bar:hover {
    color: #0b2432;
    text-decoration: underline
}

.modal-information-bar:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal-information-bar:focus .modal-information-bar__text {
    background-color: #19313e;
    color: #fff
}

svg.modal-information-bar__svg {
    height: 20px;
    width: 20px;
    min-width: 20px;
    margin: 0
}

.modal-information-bar__text {
    padding: 0 .25rem
}

.paginated-content {
    gap: 1rem
}

.paginated-content,
.protected-content-accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.protected-content-accordion__toggle-button {
    cursor: pointer;
    padding: 0 .25rem;
    margin-left: -.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: .25rem;
    color: #2f6796;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.protected-content-accordion__toggle-button:hover {
    color: #0b2432;
    text-decoration: underline
}

.protected-content-accordion__toggle-button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #0b2432;
    color: #fff
}

.protected-content-accordion__sm-padding {
    margin-top: .5rem
}

@media (max-width: 767.98px) {
    .protected-content-accordion__sm-padding {
        margin-top: 1rem
    }
}

.protected-content-accordion__toggle-text {
    font-weight: 600
}

.protected-content-accordion__content {
    display: none
}

.protected-content-accordion__content--in-table {
    margin-top: .5rem
}

@media (max-width: 767.98px) {
    .protected-content-accordion__content--in-table {
        margin-top: 1rem
    }
}

.protected-content-accordion__content--open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.protected-content-accordion__toggle-svg--open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.protected-content-accordion__toggle-svg {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    margin: .25rem 0
}

.operating-information-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.operating-information-container,
ul:last-child.operating-information-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .5rem;
    width: 100%;
    padding: 0
}

.operating-information-container--top,
ul:last-child.operating-information-container--top {
    margin: 1rem
}

.operating-information-container--action-page,
ul:last-child.operating-information-container--action-page {
    margin-top: 1.5rem;
    margin-bottom: 2rem
}

@media (min-width: 768px) {
    .operating-information-container--action-page,
    ul:last-child.operating-information-container--action-page {
        margin: 2rem 0
    }
}

.operating-information-container--local-my-overview,
ul:last-child.operating-information-container--local-my-overview {
    margin-top: 1.5rem;
    margin-bottom: 0;
    padding: 0
}

@media (min-width: 768px) {
    .operating-information-container--local-my-overview,
    ul:last-child.operating-information-container--local-my-overview {
        margin-top: 2rem;
        margin-bottom: 0
    }
}

.operating-information-container--top-my-overview,
ul:last-child.operating-information-container--top-my-overview {
    margin: 1rem
}

@media (min-width: 768px) {
    .operating-information-container--top-my-overview,
    ul:last-child.operating-information-container--top-my-overview {
        margin-bottom: 1.5rem
    }
}

.operating-information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: .28571428571rem;
    width: 100%
}

@media (min-width: 768px) {
    .operating-information {
        border-radius: .5rem
    }
}

.operating-information--top {
    padding: 1rem 1.5rem 1rem 1rem
}

@media (min-width: 768px) {
    .operating-information--top {
        padding: 1.5rem
    }
}

.operating-information--local {
    padding: 1rem 1.5rem 1rem 1rem
}

@media (min-width: 768px) {
    .operating-information--local {
        padding: 1rem
    }
}

.operating-information__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1rem;
    width: 100%
}

@media (max-width: 1179.98px) {
    .operating-information__content--frontpage,
    .operating-information__content--my-overview {
        padding: 0
    }
}

.operating-information__content--local {
    padding: 0
}

.operating-information__text {
    max-width: 75ch;
    margin-top: .25rem
}

.operating-information__text h4 {
    margin-bottom: .25rem;
    line-height: 1.3
}

.operating-information__text p {
    margin-bottom: .5rem;
    line-height: 1.5;
    margin-top: 0
}

.operating-information__text p:last-of-type {
    margin-bottom: 0
}

.operating-information__text .list--links {
    margin-top: .5rem
}

.operating-information__text .list--links li {
    margin-bottom: .5rem
}

.operating-information__text .list--links li:last-child {
    margin-bottom: 0
}

.operating-information__svg {
    width: 2rem;
    height: 2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: visible
}

.operating-information--warning {
    background: #fff8e2;
    border: 1px solid #ea6200
}

.operating-information--info {
    background: #f1f6fd;
    border: 1px solid #2f6796
}

#leftmenu {
    background-color: #f7f7f7
}

@media (min-width: 1180px) {
    #leftmenu {
        background-color: transparent;
        padding-bottom: .1875rem
    }
}

#leftmenu .nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#leftmenu .nav a.nav-link:not(.nav-link--folder):not(.nav-link--topic) {
    position: relative;
    text-decoration: none
}

#leftmenu .nav a.nav-link:not(.nav-link--folder):not(.nav-link--topic):before {
    content: "\2013";
    position: absolute;
    left: .0625rem;
    background-color: unset
}

#leftmenu .nav a.nav-link:not(.nav-link--folder):not(.nav-link--topic) span:hover {
    text-decoration: underline
}

#leftmenu .nav.collapse:not(.show) {
    display: none
}

#leftmenu .nav .nav-link.nav-link--topic {
    padding-left: 0
}

#leftmenu .nav .nav-link.nav-link--folder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#leftmenu .nav .nav-link.nav-link--folder:before {
    -webkit-mask: url(chevron-down-regular.svg?45cae0a038e94a9f4340377701e252af);
    mask: url(chevron-down-regular.svg?45cae0a038e94a9f4340377701e252af);
    content: "";
    position: absolute;
    width: .625rem;
    height: .625rem;
    background-color: #0b2432;
    left: 2px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

#leftmenu .nav .nav-link.nav-link--folder:focus:before {
    background-color: #fff
}

#leftmenu .nav .nav-link.nav-link--folder.collapsed:before {
    -webkit-mask: url(chevron-right-regular.svg?7a28bcf37f0e778b95b301e319ee8f4e);
    mask: url(chevron-right-regular.svg?7a28bcf37f0e778b95b301e319ee8f4e);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat
}

#leftmenu .nav .nav-item {
    font-weight: 600
}

@media (min-width: 1180px) {
    #leftmenu .nav .nav-item {
        font-weight: 400
    }
}

#leftmenu .nav a {
    font-weight: 400
}

#leftmenu .nav a.nav-link {
    color: #0b2432;
    line-height: 1.3rem;
    padding: .375rem 1rem;
    word-wrap: break-word
}

#leftmenu .nav a.nav-link:hover {
    text-decoration: underline
}

#leftmenu .nav a.nav-link:focus {
    color: #fff
}

#leftmenu .nav a.nav-link.active {
    font-weight: 700
}

.shortcuts .shortcuts-list {
    margin-bottom: 0;
    margin-top: -0.25rem;
    margin-left: -0.25rem
}

.shortcuts .btn-white {
    min-width: inherit;
    text-align: left
}

@media (max-width: 575.98px) {
    .shortcuts .btn-white {
        padding: .25rem .5rem
    }
}

.shortcuts .btn.btn-white.btn-shortcut {
    display: block
}

.shortcuts .btn.btn-white.btn-shortcut:focus:after {
    background-color: #2f6796
}

.shortcuts .btn.btn-white.btn-shortcut:hover:after {
    background-color: #fff
}

.focusfield {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    padding: 0;
    width: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 17.1875rem
}

@media (min-width: 768px) {
    .focusfield {
        height: calc(100% - 1rem)
    }
}

@media (min-width: 576px) {
    .focusfield {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width: 768px) {
    .focusfield {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width: 1520px) {
    .focusfield {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.focusfield .img-container {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    position: relative
}

.focusfield picture {
    display: block;
    height: 100%
}

.focusfield img {
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 575.98px) {
    .focusfield img {
        width: 100%;
        max-height: 10rem
    }
}

@media (min-width: 576px) and (max-width:767.98px) {
    .focusfield img {
        width: 13rem;
        height: 100%
    }
}

@media (min-width: 768px) and (max-width:1179.98px) {
    .focusfield img {
        display: none
    }
}

@media (min-width: 1180px) and (max-width:1519.98px) {
    .focusfield img {
        width: 100%;
        max-height: 12rem
    }
}

@media (min-width: 1520px) {
    .focusfield img {
        width: 13rem;
        height: 100%
    }
}

.focusfield span[aria-hidden] {
    display: none
}

.focusfield .card-title {
    text-transform: unset;
    font-size: 1.5rem;
    font-weight: 700;
    word-break: break-word;
    line-height: 1.75rem
}

.focusfield .card-text {
    font-weight: 600;
    font-size: 1.125rem;
    word-wrap: break-word
}

@media (min-width: 1180px) {
    .focusfield .card-text {
        margin-bottom: 0
    }
}

.focusfield .card-body {
    position: relative;
    background-color: #44831e;
    color: #fff;
    -webkit-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out;
    word-break: break-word;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

@media (min-width: 1180px) {
    .focusfield .card-body {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (max-width: 1179.98px) {
    .focusfield .card-body {
        padding: 2rem 1.5rem 3.5rem
    }
}

.focusfield .circle-arrow {
    position: absolute;
    bottom: 1rem;
    right: 1rem
}

.focusfield:hover {
    text-decoration: none
}

.focusfield:hover .card-body {
    background-color: #284d62
}

.focusfield:focus {
    text-decoration: none;
    -webkit-box-shadow: 0 0 0 .1875rem #2d2e28;
    box-shadow: 0 0 0 .1875rem #2d2e28;
    outline: none
}

@media (max-width: 767.98px) {
    .homemenu .icon-module-symbol,
    .homemenu .wellbox-heading {
        display: none
    }
}

.homemenu .list--solid-arrow li {
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.homemenu .h4,
.homemenu .mit-overblik .block-container .card--block--mitoverblik .card-body .card-title,
.homemenu .my-overview-overview-item--container.benefits-overview .type-wrapper .title,
.homemenu .my-overview-overview-item--container.payment-and-debt-overview .title,
.mit-overblik .block-container .card--block--mitoverblik .card-body .homemenu .card-title,
.my-overview-overview-item--container.benefits-overview .type-wrapper .homemenu .title,
.my-overview-overview-item--container.payment-and-debt-overview .homemenu .title {
    display: inline-block
}

.homemenu .h4 a,
.homemenu .mit-overblik .block-container .card--block--mitoverblik .card-body .card-title a,
.homemenu .my-overview-overview-item--container.benefits-overview .type-wrapper .title a,
.homemenu .my-overview-overview-item--container.payment-and-debt-overview .title a,
.mit-overblik .block-container .card--block--mitoverblik .card-body .homemenu .card-title a,
.my-overview-overview-item--container.benefits-overview .type-wrapper .homemenu .title a,
.my-overview-overview-item--container.payment-and-debt-overview .homemenu .title a {
    font-weight: 800;
    text-decoration: none !important;
    display: inline-block
}

.homemenu .h4 a:hover,
.homemenu .mit-overblik .block-container .card--block--mitoverblik .card-body .card-title a:hover,
.homemenu .my-overview-overview-item--container.benefits-overview .type-wrapper .title a:hover,
.homemenu .my-overview-overview-item--container.payment-and-debt-overview .title a:hover,
.mit-overblik .block-container .card--block--mitoverblik .card-body .homemenu .card-title a:hover,
.my-overview-overview-item--container.benefits-overview .type-wrapper .homemenu .title a:hover,
.my-overview-overview-item--container.payment-and-debt-overview .homemenu .title a:hover {
    text-decoration: underline !important
}

.homemenu .h4 a:focus,
.homemenu .mit-overblik .block-container .card--block--mitoverblik .card-body .card-title a:focus,
.homemenu .my-overview-overview-item--container.benefits-overview .type-wrapper .title a:focus,
.homemenu .my-overview-overview-item--container.payment-and-debt-overview .title a:focus,
.mit-overblik .block-container .card--block--mitoverblik .card-body .homemenu .card-title a:focus,
.my-overview-overview-item--container.benefits-overview .type-wrapper .homemenu .title a:focus,
.my-overview-overview-item--container.payment-and-debt-overview .homemenu .title a:focus {
    color: #fff
}

.homemenu .row.small-gutter>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.homemenu .row.small-gutter>div>div {
    width: 100%
}

.micro-articles-list {
    position: relative
}

.micro-articles-list+.micro-articles-list {
    margin-top: 1.5rem
}

.micro-article+.micro-article,
.micro-article+.scpm {
    margin-top: .25rem
}

.micro-articles-list__overlay {
    position: absolute;
    z-index: 1040;
    background-color: #fff;
    opacity: .6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none
}

.micro-articles-list__overlay.active {
    display: block
}

.micro-articles-title {
    margin-top: 1.25rem;
    text-transform: none;
    margin-left: 1.25rem;
    margin-right: 1.25rem
}

@media (min-width: 768px) {
    .micro-articles-title {
        margin-top: 2.5rem;
        margin-left: 0;
        margin-right: 0
    }
}

.micro-article {
    counter-increment: microarticle-counter
}

.micro-article__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.micro-article__toggle {
    cursor: pointer;
    background-color: #f7f7f7;
    min-height: 3.75rem;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1.125rem 1.125rem 1.125rem 2.875rem
}

.micro-article__toggle:hover {
    text-decoration: none;
    color: #0b2432
}

@media (min-width: 768px) {
    .micro-article__toggle {
        padding-left: 4.375rem
    }
}

.micro-articles-list .micro-article__toggle:before {
    content: "";
    position: absolute;
    left: 1.25rem;
    top: 50%;
    display: block;
    height: .125rem;
    background-color: #0b2432;
    left: 1rem;
    width: .75rem
}

@media (min-width: 768px) {
    .micro-articles-list .micro-article__toggle:before {
        left: 1.25rem;
        width: 1rem
    }
}

.micro-articles-list .micro-article__toggle:after {
    content: "";
    position: absolute;
    display: block;
    height: 1rem;
    width: .125rem;
    background-color: #0b2432;
    -webkit-transition: -webkit-transform .15s;
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s;
    left: 1.3125rem;
    top: calc(50% - .3125rem);
    height: .75rem
}

@media (min-width: 768px) {
    .micro-articles-list .micro-article__toggle:after {
        left: 1.6875rem;
        top: calc(50% - .4375rem);
        height: 1rem
    }
}

.micro-articles-list .micro-article__toggle:hover,
.micro-articles-list .micro-article__toggle[aria-expanded=true] {
    background-color: #ebedee
}

.micro-articles-list .micro-article__toggle[aria-expanded=true]:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.micro-articles-list .micro-article__toggle:focus {
    background-color: #ebedee;
    -webkit-box-shadow: 0 0 0 .25rem #2d2e28;
    box-shadow: 0 0 0 .25rem #2d2e28;
    color: inherit;
    text-decoration: none
}

.micro-articles-list.micro-articles-list--numbers .micro-article__toggle {
    padding-left: 3.75rem;
    padding-right: 3rem
}

@media (min-width: 576px) {
    .micro-articles-list.micro-articles-list--numbers .micro-article__toggle {
        padding-left: 4.875rem
    }
}

.micro-articles-list.micro-articles-list--numbers .micro-article__toggle:before {
    left: inherit;
    right: 1.25rem
}

.micro-articles-list.micro-articles-list--numbers .micro-article__toggle:after {
    left: inherit;
    right: 1.5625rem
}

@media (min-width: 768px) {
    .micro-articles-list.micro-articles-list--numbers .micro-article__toggle:after {
        right: 1.6875rem
    }
}

.micro-articles-list.micro-articles-list--numbers .micro-article__toggle .micro-article__number {
    height: 100%;
    width: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-color: #ebedee;
    position: absolute;
    left: 0;
    top: 0
}

@media (min-width: 576px) {
    .micro-articles-list.micro-articles-list--numbers .micro-article__toggle .micro-article__number {
        width: 3.75rem;
        line-height: 3.75rem
    }
}

@media (min-width: 768px) {
    .micro-articles-list.micro-articles-list--numbers .micro-article__toggle .micro-article__number {
        font-size: 1.125rem
    }
}

.micro-articles-list.micro-articles-list--numbers .micro-article__toggle[aria-expanded=true] .micro-article__number {
    background-color: #44831e
}

.micro-article__title {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    text-transform: none;
    word-break: break-word
}

.micro-article__content {
    padding: 1.25rem
}

@media (min-width: 768px) {
    .micro-article__content {
        padding-left: 4.375rem
    }
}

.micro-article--handlingsartikel .micro-article__toggle:hover {
    background-color: #f7f7f7;
    cursor: inherit
}

.micro-article--handlingsartikel .micro-article__toggle:after,
.micro-article--handlingsartikel .micro-article__toggle:before {
    display: none
}

.manchet-row {
    margin-left: 1.5rem;
    margin-right: 1.5rem
}

@media (min-width: 768px) {
    .manchet-row {
        margin-left: 0;
        margin-right: 0
    }
}

.manchet {
    height: 100%
}

.manchet__text-col {
    height: 100%;
    width: 50%
}

.manchet__text-col__inner {
    height: 100%;
    margin-bottom: 2rem
}

@media (min-width: 1520px) {
    .manchet__text-col__inner {
        color: #fff;
        background-color: #44831e;
        padding: 1.5rem;
        margin-bottom: 0;
        padding: 3rem 2rem
    }
}

.manchet__title {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 0 !important;
    text-transform: none !important;
    word-wrap: break-word
}

@media (min-width: 768px) {
    .manchet__title {
        margin-bottom: 1.5rem;
        font-family: inherit;
        font-weight: 700;
        line-height: 1.2;
        color: inherit;
        font-size: 1.5rem;
        font-weight: 800;
        text-transform: uppercase;
        line-height: 1.5
    }
}

@media (min-width: 768px) and (max-width:1179.98px) {
    .manchet__title {
        font-size: 1.375rem
    }
}

@media (min-width: 1520px) {
    .manchet__title {
        font-size: 1.5rem
    }
}

.self-service-top-zone__text-col {
    position: relative;
    display: none
}

@media (min-width: 768px) {
    .self-service-top-zone__text-col {
        padding: 2.5rem 3rem;
        width: 100%;
        display: block
    }
}

@media (min-width: 1180px) {
    .self-service-top-zone__text-col {
        padding: 1.5rem;
        background-color: #44831e
    }
}

@media (min-width: 1520px) {
    .self-service-top-zone__text-col {
        padding: 3rem 2rem
    }
}

.self-service-top-zone__title {
    text-transform: none !important
}

@media (min-width: 768px) {
    .self-service-top-zone__title {
        font-weight: 700
    }
}

.self-service-top-zone__link-list {
    width: 100%
}

.self-service-top-zone .arrow-link {
    position: absolute;
    bottom: 2.5rem;
    right: 2.5rem;
    text-decoration: none
}

.self-service-top-zone a:hover .start-button-text {
    text-decoration: underline
}

.top-zone-image__container {
    overflow: hidden;
    max-width: 22.5rem
}

@media (min-width: 768px) and (max-width:1179.98px) {
    .top-zone-image__container {
        height: 22.5rem
    }
}

.top-zone-image__container+div {
    max-width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.top-zone-image {
    height: 22.5rem
}

@media (min-width: 1180px) and (max-width:1519.98px) {
    .top-zone-image {
        height: 17.6875rem
    }
}

.top-zone-image img {
    position: absolute;
    max-height: 100%;
    max-width: 100%
}

.municipality-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.municipality-selector .icon-module-symbol {
    display: none;
    color: #fff
}

@media (min-width: 768px) {
    .municipality-selector .icon-module-symbol {
        display: block
    }
}

.municipality-selector__title {
    line-height: 1.5;
    color: #fff;
    margin-top: .5rem;
    font-weight: 700;
    display: none;
    word-wrap: break-word
}

@media (min-width: 768px) {
    .municipality-selector__title {
        display: block
    }
}

.municipality-selector__description {
    font-size: 1.125rem;
    word-wrap: break-word
}

@media (max-width: 1179.98px) {
    .municipality-selector__description {
        font-size: 1rem;
        font-weight: 400;
        margin-top: 0
    }
}

@media (min-width: 768px) {
    .municipality-selector__description {
        color: #fff
    }
}

@media (min-width: 1180px) and (max-width:1519.98px) {
    .municipality-selector__description {
        font-size: 1rem
    }
}

.municipality-selector__text-col {
    width: 100%
}

@media (min-width: 768px) {
    .municipality-selector__text-col {
        padding: 2.5rem 3rem;
        background-color: #44831e;
        height: 100%
    }
}

@media (min-width: 1180px) {
    .municipality-selector__text-col {
        padding: 1.5rem
    }
}

@media (min-width: 1520px) {
    .municipality-selector__text-col {
        padding: 3rem 2rem
    }
}

.municipality-selector form {
    max-width: 28.125rem
}

.municipality-selector__button {
    min-width: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.municipality-selector--system {
    max-width: 28.125rem
}

.municipality-selector--simple .icon-module-symbol {
    display: none
}

.municipality-selector--simple .municipality-selector__title {
    color: #0b2432
}

.municipality-selector--simple .municipality-selector__description {
    color: #0b2432;
    font-size: 1rem;
    font-weight: 400
}

.municipality-selector--simple .municipality-selector__text-col {
    background-color: transparent;
    padding: 0
}

@media (min-width: 768px) {
    .information a,
    .information li,
    .information p {
        font-size: 1.125rem;
        font-weight: 600
    }
    .information .badge,
    .information .self-service-link__badge {
        font-size: 1rem;
        font-weight: 600
    }
}

.framefiltering {
    position: relative
}

.framefiltering__btn-expand {
    width: 100%;
    height: 3.5rem;
    border-radius: 0;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    position: relative;
    color: #fff;
    background-color: #284d62;
    font-weight: 400;
    z-index: 1;
    padding-left: 2.875rem
}

@media (min-width: 768px) {
    .framefiltering__btn-expand {
        padding-left: 3.5rem
    }
}

.framefiltering__btn-expand:before {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    height: .125rem;
    background-color: #fff;
    left: 1rem;
    width: .75rem
}

@media (min-width: 768px) {
    .framefiltering__btn-expand:before {
        left: 1.25rem;
        width: 1rem
    }
}

.framefiltering__btn-expand:after {
    content: "";
    position: absolute;
    display: block;
    height: 1rem;
    width: .125rem;
    background-color: #fff;
    -webkit-transition: -webkit-transform .15s;
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s;
    left: 1.3125rem;
    top: calc(50% - .3125rem);
    height: .75rem
}

@media (min-width: 768px) {
    .framefiltering__btn-expand:after {
        left: 1.6875rem;
        top: calc(50% - .4375rem);
        height: 1rem
    }
}

.framefiltering__btn-expand[aria-expanded=true]:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.framefiltering__btn-expand:focus {
    -webkit-box-shadow: inset 0 0 0 .1875rem #fff;
    box-shadow: inset 0 0 0 .1875rem #fff
}

.framefiltering__reset {
    font-size: .875rem;
    font-weight: 600;
    color: #4c6a83 !important
}

.framefiltering__reset:hover {
    text-decoration: underline !important;
    cursor: pointer
}

@media (max-width: 767.98px) {
    .framefiltering__reset {
        position: absolute;
        top: -1.875rem;
        right: 1.25rem;
        z-index: 1;
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
}

.framefiltering__list-container {
    background-color: #284d62
}

@media (min-width: 768px) {
    .framefiltering__list-container {
        background-color: transparent
    }
}

.framefiltering__list {
    margin-top: -0.25rem;
    margin-left: -0.25rem
}

.framefiltering__btn-filter {
    color: #0b2432;
    border-radius: 0;
    padding-left: 1.5rem;
    padding-right: 3rem;
    position: relative;
    min-width: inherit;
    background-color: #4c6a83;
    color: #fff;
    white-space: normal;
    text-align: left
}

@media (min-width: 768px) {
    .framefiltering__btn-filter {
        background-color: #ebedee;
        color: #284d62
    }
}

.framefiltering__btn-filter--nopadding {
    padding-right: 1.5rem
}

.framefiltering__btn-filter--nopadding:after,
.framefiltering__btn-filter--nopadding:before {
    display: none
}

.framefiltering__btn-filter:after,
.framefiltering__btn-filter:before {
    content: "";
    position: absolute;
    right: 1rem;
    top: calc(50% - .0625rem);
    width: 1rem;
    height: .125rem;
    opacity: 0;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    background-color: #fff
}

.framefiltering__btn-filter:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.framefiltering__btn-filter:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.framefiltering__btn-filter:hover {
    background-color: #284d62;
    color: #fff
}

.framefiltering__btn-filter.active,
.framefiltering__btn-filter.active:hover {
    background-color: #ebedee;
    color: #284d62
}

.framefiltering__btn-filter.active:after,
.framefiltering__btn-filter.active:before {
    opacity: 1;
    background-color: #284d62
}

@media (min-width: 768px) {
    .framefiltering__btn-filter.active {
        background-color: #284d62;
        color: #fff
    }
    .framefiltering__btn-filter.active:hover {
        background-color: #4c6a83;
        color: #fff
    }
    .framefiltering__btn-filter.active:after,
    .framefiltering__btn-filter.active:before {
        background-color: #fff
    }
}

nav.jump {
    height: 0;
    width: 0
}

nav.jump,
nav.jump a {
    position: absolute;
    top: 0;
    left: 0
}

nav.jump a {
    background-color: #000;
    font-weight: 400;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

nav.jump a:before {
    content: none !important
}

@media (min-width: 768px) {
    nav.jump a span {
        display: block;
        text-align: center
    }
}

@media (max-width: 1179.98px) {
    nav.jump a span {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
        white-space: nowrap
    }
}

nav.jump a svg {
    height: 1.25rem;
    width: 1.25rem;
    margin-bottom: .125rem
}

nav.jump a svg.icon-sitemap {
    height: 1.75rem;
    width: 1.75rem
}

@media (min-width: 768px) {
    nav.jump a svg {
        height: 1.875rem;
        width: 1.875rem
    }
    nav.jump a svg.icon-sitemap {
        height: 2.1875rem;
        width: 2.1875rem
    }
}

nav.jump a:hover {
    text-decoration: none;
    font-weight: 400
}

nav.jump a:active,
nav.jump a:focus {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 5.14286rem;
    min-width: 5.14286rem;
    font-weight: 400;
    z-index: 2
}

@media (min-width: 768px) {
    nav.jump a:active,
    nav.jump a:focus {
        height: 5.5rem;
        min-width: 5.5rem
    }
}

@media (min-width: 1180px) {
    nav.jump a:active,
    nav.jump a:focus {
        height: 9.5rem;
        min-width: 9.5rem
    }
}

@media (min-width: 768px) {
    .navbar--tiny nav.jump a span {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0
    }
    .navbar--tiny nav.jump a svg {
        height: 1.25rem;
        width: 1.25rem
    }
    .navbar--tiny nav.jump a svg.icon-sitemap {
        height: 1.75rem;
        width: 1.75rem
    }
    .navbar--tiny nav.jump a:active,
    .navbar--tiny nav.jump a:focus {
        height: 4.5rem;
        min-width: 4.5rem
    }
}

@media (min-width: 1180px) {
    .navbar--tiny nav.jump a svg {
        height: 1.875rem;
        width: 1.875rem
    }
    .navbar--tiny nav.jump a svg.icon-sitemap {
        height: 2.1875rem;
        width: 2.1875rem
    }
    .navbar--tiny nav.jump a:active,
    .navbar--tiny nav.jump a:focus {
        height: 5.5rem;
        min-width: 5.5rem
    }
}

.js-request-access .alert-error {
    border: 2px solid #ff4500
}

.page-underconstruction {
    padding: 1.25rem
}

@media (min-width: 1180px) {
    .page-underconstruction {
        padding: 0
    }
}

.minimal-banner {
    border-bottom: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 20px
}

.minimal-banner img {
    max-height: 30px
}

.authority-selector select {
    width: calc(100% - 60px)
}

.guidefiltering .information-circle {
    background-color: #2f6796;
    color: #fff;
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 1.25rem;
    text-decoration: none;
    font-size: 1.25rem;
    line-height: 2.5rem;
    text-align: center;
    display: inline-block;
    margin-right: .625rem
}

.guidefiltering h2 {
    font-size: 1.5rem
}

.guidefiltering .btn.btn-blue {
    max-width: 8.75rem
}

.guidefiltering input,
.guidefiltering select {
    max-width: 18.75rem
}

.guidefiltering .guide-filtering-error-message {
    color: #cb2920
}

.guidefiltering .guidefiltering-input-error {
    border: .0625rem solid #cb2920
}

.guidefiltering .js-checkbox-guidefilteringbtn,
.guidefiltering .js-radio-guidefilteringbtn {
    margin-left: -2rem
}

.guidefiltering p {
    margin-bottom: 1rem
}

.guidefiltering .form-control {
    font-size: 16px
}

.aPartOfYourEurope .logo {
    min-height: 80px;
    max-height: 80px
}

.aPartOfYourEurope .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.aPartOfYourEurope .content-text,
.aPartOfYourEurope .xhtml p,
.xhtml .aPartOfYourEurope p {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.lastUpdatedDate {
    text-align: right
}

@media (max-width: 1519.98px) {
    .lastUpdatedDate {
        text-align: left
    }
}

.correlation-text {
    color: #4c6a83;
    display: block;
    word-wrap: break-word
}

.header-menu {
    background-color: #fff;
    display: none;
    height: 100vh;
    max-width: 60rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1050
}

.header-menu.shown {
    display: block
}

.header-menu--mit-overblik {
    max-width: 30rem
}

.header-menu--mit-overblik .header-menu__loginbox .header-menu__link-list__item__icon {
    margin-right: 2rem;
    padding-left: .2rem
}

.header-menu--mit-overblik .header-menu__loginbox .header-menu__link-list__item__icon .icon-svg {
    height: 2.3rem;
    width: 2.3rem
}

.header-menu .header-menu__content {
    height: calc(100% - 4.5rem);
    overflow-y: auto;
    padding-left: 1.5rem
}

@media (max-width: 767.98px) {
    .header-menu.header-menu--loggedin .header-menu__content {
        height: calc(100% - 4.5rem);
        padding: 2.5rem 1.5rem
    }
}

.header-menu .header-menu__content,
.header-menu .header-menu__loginbox {
    padding: 3.5rem
}

@media (max-width: 575.98px) {
    .header-menu .header-menu__content,
    .header-menu .header-menu__loginbox {
        padding: 2.5rem 1.5rem 6.5rem
    }
}

.header-menu .btn-close-search {
    display: none
}

.header-menu .header-menu__header {
    background-color: #44831e;
    color: #fff;
    padding: 1.5rem 3.5rem
}

@media (max-width: 575.98px) {
    .header-menu .header-menu__header {
        padding: 1.5rem
    }
}

.header-menu .header-menu__header h2 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 0
}

.header-menu__link-list {
    margin-left: -.2rem;
    padding-left: 0
}

.header-menu__link-list .header-menu__link-list__item {
    display: block;
    height: 2rem;
    padding: 0;
    margin-bottom: 1.5rem
}

@media (max-width: 767.98px) {
    .header-menu__link-list .header-menu__link-list__item {
        height: 2.286rem;
        margin-bottom: 1.7144rem
    }
}

@media (max-width: 575.98px) {
    .header-menu__link-list .header-menu__link-list__item {
        height: 2.286rem;
        margin-bottom: 1.148rem
    }
}

.header-menu__link-list .header-menu__link-list__item__icon {
    line-height: 2rem;
    width: 2rem;
    height: 2rem;
    margin-right: .5rem
}

.header-menu__link-list .header-menu__link-list__item__icon img,
.header-menu__link-list .header-menu__link-list__item__icon svg {
    height: 2rem;
    width: 2rem
}

@media (max-width: 767.98px) {
    .header-menu__link-list .header-menu__link-list__item__icon {
        margin-right: .5714rem
    }
    .header-menu__link-list .header-menu__link-list__item__icon img,
    .header-menu__link-list .header-menu__link-list__item__icon svg {
        height: 2.286rem;
        width: 2.286rem
    }
}

@media (max-width: 575.98px) {
    .header-menu__link-list .header-menu__link-list__item__icon {
        line-height: 2rem;
        width: 2rem;
        height: auto;
        margin-right: .5714rem
    }
    .header-menu__link-list .header-menu__link-list__item__icon img,
    .header-menu__link-list .header-menu__link-list__item__icon svg {
        height: 2.286rem;
        width: 2.286rem
    }
}

.header-menu__link-list .header-menu__link-list__item_link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    height: 2rem;
    width: auto;
    color: #0b2432
}

@media (max-width: 767.98px) {
    .header-menu__link-list .header-menu__link-list__item_link {
        height: 2.286rem
    }
}

@media (max-width: 575.98px) {
    .header-menu__link-list .header-menu__link-list__item_link {
        height: 2.286rem
    }
}

.header-menu__link-list .header-menu__link-list__item_link:focus {
    color: #fff
}

.header-menu__link-list .header-menu__link-list__item_link:hover {
    text-decoration: underline
}

.header-menu__link-list .header-menu__link-list__item_link:before {
    content: none !important
}

.header-menu__link-list--mit-overblik {
    padding-left: 0
}

@media (max-width: 767.98px) {
    .header-menu__link-list--mit-overblik {
        padding-left: 0
    }
}

.header-menu__link-list--mit-overblik .header-menu__link-list__item {
    height: 2.5rem
}

@media (max-width: 767.98px) {
    .header-menu__link-list--mit-overblik .header-menu__link-list__item {
        display: block;
        height: 2.858rem;
        margin-bottom: 1.7144rem
    }
}

@media (max-width: 575.98px) {
    .header-menu__link-list--mit-overblik .header-menu__link-list__item {
        margin-bottom: 1.148rem
    }
}

.header-menu__link-list--mit-overblik .header-menu__link-list__item_link {
    padding: 0;
    height: 2.5rem
}

@media (max-width: 767.98px) {
    .header-menu__link-list--mit-overblik .header-menu__link-list__item_link {
        height: 2.858rem
    }
}

.header-menu__link-list--mit-overblik .header-menu__link-list__item .header-menu__link-list__item__icon {
    background-color: #44831e;
    border-radius: 2rem;
    color: #fff;
    display: inline-block;
    padding: 1.25rem;
    position: relative
}

.header-menu__link-list--mit-overblik .header-menu__link-list__item .header-menu__link-list__item__icon img,
.header-menu__link-list--mit-overblik .header-menu__link-list__item .header-menu__link-list__item__icon svg {
    left: .6rem;
    position: absolute;
    top: .6rem;
    height: 1.25rem;
    width: 1.25rem
}

@media (max-width: 767.98px) {
    .header-menu__link-list--mit-overblik .header-menu__link-list__item .header-menu__link-list__item__icon {
        padding: 1.43rem;
        margin-right: .5714rem
    }
    .header-menu__link-list--mit-overblik .header-menu__link-list__item .header-menu__link-list__item__icon img,
    .header-menu__link-list--mit-overblik .header-menu__link-list__item .header-menu__link-list__item__icon svg {
        height: 1.429rem;
        width: 1.429rem;
        position: absolute;
        top: .7rem;
        left: .7rem
    }
}

@media (max-width: 767.98px) and (max-width:575.98px) {
    .header-menu__link-list--mit-overblik .header-menu__link-list__item .header-menu__link-list__item__icon {
        margin-right: .5715rem
    }
}

.header-menu__overlay {
    background-color: #000;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040
}

.header-menu__overlay.shown {
    display: block;
    opacity: .5
}

.header-menu .header-menu__loginbox {
    display: none
}

@media (max-width: 767.98px) {
    .header-menu .header-menu__loginbox {
        border-top: 1px solid #f7f7f7;
        bottom: 0;
        display: block;
        height: 4rem;
        padding: 0;
        position: static;
        margin-bottom: 7.5rem
    }
}

.header-menu .btn-close {
    position: absolute;
    right: .75rem;
    padding: .5rem;
    top: .3125rem;
    font-size: .875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 768px) {
    .header-menu .btn-close {
        right: 2.375rem
    }
}

body.menu-open {
    position: fixed;
    width: 100%;
    overflow: hidden
}

.header-menu__search {
    position: relative;
    z-index: 2000;
    background: #fff;
    height: 4rem;
    width: 100%;
    margin-bottom: 3.5rem
}

@media (min-width: 768px) {
    .header-menu__search {
        height: 3.5rem
    }
}

@media (min-width: 1180px) {
    .header-menu__search {
        max-width: 28.125rem
    }
}

.header-menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    height: 2rem;
    width: auto
}

.header-menu__link:focus {
    background-color: #fff
}

.header-menu__link:focus .header-menu__link-text {
    background-color: #19313e;
    color: #fff
}

.header-menu__link-icon {
    line-height: 1.71428571429rem;
    height: 1.71428571429rem;
    width: 1.71428571429rem;
    margin-right: .5rem
}

@media (min-width: 768px) {
    .header-menu__link-icon {
        line-height: 2rem;
        width: 2rem;
        height: 2rem
    }
}

.header-menu__link-text {
    color: #0b2432;
    margin: 0 -.25rem;
    padding: 0 .25rem;
    font-weight: 600
}

.operating-informations-wrap {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}

@media (min-width: 1180px) {
    .operating-informations-wrap {
        margin-bottom: 1.5rem
    }
}

.lifesituation-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style-type: none
}

.lifesituation-frame--frontpage .lifesituation-item {
    min-width: 16.1428571429rem;
    width: 100%
}

.lifesituation-frame__svg {
    width: 3.21428571429rem;
    height: 1.23214285714rem;
    color: #447a23
}

@media (min-width: 768px) {
    .lifesituation-frame__svg {
        width: 2.8125rem;
        height: 1.078125rem
    }
}

@media (min-width: 1180px) {
    .lifesituation-frame__svg {
        width: 3.75rem;
        height: 1.4375rem
    }
}

.lifesituation-frame__title {
    margin-bottom: .5rem
}

.lifesituation-frame__sub-title {
    color: #10354a;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 1.5rem;
    padding-right: 1rem
}

@media (min-width: 1180px) {
    .lifesituation-frame__sub-title {
        line-height: 130%;
        padding-right: 0
    }
}

.lifesituation-frame__bold-sub-title {
    color: #10354a;
    font-size: 1.25rem;
    font-weight: 600;
    font-style: normal;
    line-height: 149%;
    margin-top: -.5rem;
    margin-bottom: 2rem;
    padding-right: 1rem
}

@media (min-width: 1180px) {
    .lifesituation-frame__bold-sub-title {
        font-weight: 800;
        font-size: 1.375rem;
        line-height: 110%;
        padding-right: 0
    }
}

p:first-child.lifesituation-frame__bold-sub-title {
    margin-top: -.5rem
}

.lifesituation-frame__more-guides-link {
    -ms-flex-item-align: center;
    align-self: center
}

.lifesituation-frame__buttons {
    list-style-type: none
}

.lifesituation-frame__list-item--topicpage {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.lifesituation-frame__buttons--topicpage {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch
}

@media (min-width: 576px) {
    .lifesituation-frame__buttons--topicpage {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 1fr;
        grid-auto-flow: row
    }
}

.lifesituation-frame__buttons--forside {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    grid-template-rows: repeat(2, 1fr);
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    display: grid;
    scroll-behavior: smooth;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start
}

@media (min-width: 1180px) {
    .lifesituation-frame__buttons--forside {
        padding-bottom: 0;
        margin-bottom: 2rem
    }
    .lifesituation-frame__buttons--forside li:nth-of-type(n+7) {
        display: none
    }
}

@media (min-width: 1520px) {
    .lifesituation-frame__buttons--forside li:nth-of-type(-n+8) {
        display: inherit
    }
}

.editorial-content {
    padding: 2.5rem
}

@media (min-width: 768px) {
    .editorial-content {
        border-radius: 1rem
    }
}

.card-minside {
    border-radius: .25rem;
    color: inherit;
    -webkit-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out
}

.card-minside--height {
    height: 100%
}

.card-minside .card-body {
    -webkit-box-shadow: .0625rem .0625rem .5rem 0 #dedddd;
    box-shadow: .0625rem .0625rem .5rem 0 #dedddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 1.25rem
}

@media (min-width: 768px) {
    .card-minside .card-body {
        padding: 2rem
    }
}

@media (min-width: 1180px) {
    .card-minside .card-body {
        padding: 2.5rem
    }
}

.card-minside .card-title {
    text-transform: uppercase;
    margin-bottom: 0
}

.card-minside .card-text {
    margin-top: .25rem
}

.card-minside .card-body-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: .5rem;
    width: 100%
}

@media (min-width: 768px) {
    .card-minside .card-body-content {
        padding-top: 1rem
    }
}

.card-minside:hover {
    color: #0b2432;
    text-decoration: none;
    background-color: #fff
}

.card-minside:hover .card-body {
    -webkit-box-shadow: .0625rem .0625rem .5rem 0 #bcbcbc;
    box-shadow: .0625rem .0625rem .5rem 0 #bcbcbc
}

.card-minside__icon {
    position: relative;
    background-color: #284d62;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 3.5rem;
    width: 3.5rem;
    margin-right: 1.25rem
}

.card-minside__icon .icon-svg {
    width: 1.5rem;
    height: 1.5rem;
    color: #fff
}

.card-minside__icon img {
    width: 1.5rem;
    height: 1.5rem
}

@media (min-width: 768px) {
    .card-minside__icon img {
        width: 2.25rem;
        height: 2.25rem
    }
}

@media (min-width: 768px) {
    .card-minside__icon {
        margin-right: 1.5rem;
        height: 5.5rem;
        width: 5.5rem
    }
    .card-minside__icon .icon-svg {
        width: 2.25rem;
        height: 2.25rem
    }
}

.card-minside--message .card-title {
    margin-bottom: 0;
    margin-right: 1.25rem
}

.card-minside--message .card-text {
    margin-bottom: 0
}

@media (min-width: 1180px) {
    .card-minside--message .card-text {
        font-size: 1.375rem;
        margin-top: 0
    }
}

.card-minside--message .card-body-content {
    padding-top: 0
}

@media (min-width: 768px) {
    .card-minside--message .card-body-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
}

@media (min-width: 1180px) {
    .card-minside--message .card-body-content-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.card-minside--message:hover .btn.btn-blue-dark {
    background-color: #4c6a83;
    border-color: #4c6a83
}

.accordion-header-minside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .accordion-header-minside {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.accordion-header-minside__title .col-md-7 {
    margin-left: .1rem
}

.accordion-header-minside__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: .1875rem
}

@media (max-width: 767.98px) {
    .accordion-header-minside__status {
        margin-top: .625rem;
        margin-left: .55rem
    }
}

@media (min-width: 768px) {
    .accordion-header-minside__status {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        margin-top: 0;
        margin-left: .55rem
    }
}

.accordion-header-minside__status svg {
    height: 1.5rem;
    width: 1.5rem;
    min-height: 1.5rem;
    min-width: 1.5rem
}

.accordion-header-minside .active-circle {
    background-color: #558230;
    height: 1rem;
    width: 1rem;
    border-radius: 50%
}

.btn-question-mark {
    margin-left: .5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.icon-alert_blaa {
    margin-right: 1rem;
    color: #4c6a83
}

.btn.btn-link.btn-adda-info {
    padding-left: 0
}

.btn-show-documents {
    color: #44831e;
    margin-left: 1.25rem
}

th.right-align {
    text-align: right
}

th.row-header {
    width: 40%
}

.adda-fallback {
    text-align: center
}

.adda-header,
.debt-header,
.orkes-header {
    margin-bottom: -.3125rem
}

.orkes-status,
.orkes-subheader {
    font-weight: 400
}

.document-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.search-criteria-oprettelsesdato .search-criteria-data:before {
    content: " "
}

.search-criteria-kles .search-criteria-kle:after {
    content: ", "
}

.search-criteria-kles .search-crtieria-title:after {
    content: " "
}

.search-criteria-oprettelsesdato .search-criteria-data {
    font-weight: 600
}

.search-criteria-kle:last-child:after {
    content: "."
}

.search-criteria-kle:first-child {
    margin-top: .9375rem
}

.search-criteria-kle:last-child {
    margin-bottom: .9375rem
}

.search-criteria-kle {
    display: list-item;
    padding-left: .625rem;
    margin-left: 2.5rem;
    padding-top: .3125rem
}

.title--icon:before {
    content: "";
    height: .25rem;
    display: block;
    width: 3rem;
    background-color: #284d62;
    margin-bottom: 1rem
}

.repeater-frame {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

.repeater-frame:first-child {
    margin-top: 0
}

.repeater-frame:last-child {
    margin-bottom: 0
}

.repeater-frame__title {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: .0625rem solid #4c6a83
}

@media (min-width: 768px) {
    .repeater-frame__title {
        margin-left: 0;
        margin-right: 0;
        padding-bottom: .5rem;
        padding-top: .5rem
    }
}

.title-border {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    border-bottom: .0625rem solid #4c6a83
}

@media (min-width: 768px) {
    .title-border {
        margin-left: 0;
        margin-right: 0;
        padding-bottom: .5rem;
        padding-top: .5rem
    }
}

.last-login {
    padding: 0 1.25rem;
    margin-top: .5rem
}

.last-login p {
    font-size: .75rem
}

@media (min-width: 768px) {
    .last-login {
        margin-top: 2rem;
        margin-bottom: 0;
        padding: 0
    }
    .last-login p {
        font-size: .875rem
    }
}

@media (min-width: 1180px) {
    .last-login {
        margin-top: 3rem
    }
}

.widget-page-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .widget-page-menu__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.widget-page-menu__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    color: #0b2432;
    min-width: inherit;
    padding: .75rem .5rem;
    position: relative;
    margin-bottom: .125rem;
    white-space: nowrap
}

@media (min-width: 768px) {
    .widget-page-menu__item {
        margin-right: .25rem;
        -webkit-box-shadow: .0625rem .0625rem .25rem 0 #dedddd;
        box-shadow: .0625rem .0625rem .25rem 0 #dedddd;
        margin-bottom: 0
    }
}

@media (min-width: 1180px) {
    .widget-page-menu__item {
        padding: 1.5rem 1rem 1.25rem
    }
}

.widget-page-menu__item:last-child {
    margin-right: 0
}

.widget-page-menu__item img,
.widget-page-menu__item svg {
    height: 2rem;
    width: 2.375rem
}

@media (min-width: 1180px) {
    .widget-page-menu__item img,
    .widget-page-menu__item svg {
        height: 2.375rem;
        width: 2.25rem
    }
}

.widget-page-menu__item.active .widget-page-menu__icon,
.widget-page-menu__item .widget-page-menu__icon-white,
.widget-page-menu__item:hover .widget-page-menu__icon {
    display: none
}

.widget-page-menu__item.active .widget-page-menu__icon-white,
.widget-page-menu__item:hover .widget-page-menu__icon-white {
    display: block
}

.widget-page-menu__item p {
    margin-top: .5rem;
    font-size: .875rem
}

@media (min-width: 1180px) {
    .widget-page-menu__item p {
        font-size: 1rem;
        font-weight: 800;
        text-transform: uppercase
    }
}

.widget-page-menu__item .post-items {
    top: 15%;
    right: calc(50% - 1.875rem)
}

.card .sidebarmenu .title-border.sr-only.card-title,
.sidebarmenu .card .title-border.sr-only.card-title,
.sidebarmenu .h3.title-border.sr-only {
    margin: 0;
    height: 0
}

.sidebarmenu .title-border {
    height: 0 !important
}

.sidebarmenu .nav-link {
    border-radius: 0;
    color: #0b2432;
    padding: .7rem 1.2rem
}

.sidebarmenu .nav-link span {
    display: block;
    margin-left: 1rem
}

.sidebarmenu .nav-link.active {
    color: #0b2432;
    background-color: #ebedee;
    position: relative
}

.sidebarmenu .nav-link.active+.nav {
    display: block
}

.sidebarmenu .nav-link.active:before {
    content: "";
    height: 100%;
    width: .3125rem;
    background-color: #44831e;
    position: absolute;
    top: 0;
    left: 0
}

.sidebarmenu .nav-link:focus {
    z-index: 2
}

.sidebarmenu .nav-link--repeater.active {
    background-color: transparent
}

.sidebarmenu .nav .nav-link {
    padding-top: 0 !important;
    padding-bottom: 1rem !important
}

.sidebarmenu .nav .nav {
    display: none
}

.sidebarmenu .nav .nav .nav-link span {
    margin-left: 3rem
}

.sidebarmenu.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 7rem
}

.my-page-welcome-message {
    font-size: 20px;
    line-height: 27px;
    right: 10px;
    height: 0
}

.my-page-welcome-message p {
    margin: 0;
    float: right;
    position: relative;
    top: -45px
}

.mit-overblik .block-container {
    margin-top: 2.25rem
}

@media (min-width: 768px) {
    .mit-overblik .block-container {
        margin-top: 2.25rem
    }
}

.mit-overblik .block-container .card--block--mitoverblik {
    min-height: auto;
    margin: 0;
    background: #fff;
    color: #0b2432;
    width: 100%;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset
}

.mit-overblik .block-container .card--block--mitoverblik:focus,
.mit-overblik .block-container .card--block--mitoverblik:hover {
    background: #284d62;
    color: #fff;
    text-decoration: none
}

.mit-overblik .block-container .card--block--mitoverblik .card-body {
    padding: 2rem 1.5rem
}

.mit-overblik .block-container .card--block--mitoverblik .card-body .card-title {
    margin-bottom: 0
}

.mit-overblik .block-container .card--block--mitoverblik .card-body .card-text {
    margin-top: .5rem
}

@media (min-width: 768px) {
    .mit-overblik .block-container .card--block--mitoverblik {
        min-height: 12.5rem;
        margin: 0
    }
}

.mit-overblik .block-container .equal {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.mit-overblik .widget-page-menu-overblik {
    background-color: #fff
}

@media (max-width: 1179.98px) {
    .mit-overblik .widget-page-menu-overblik .container,
    .mit-overblik .widget-page-menu-overblik .operating-information__content {
        padding: 0
    }
}

.mit-overblik .widget-page-menu-overblik__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 768px) {
    .mit-overblik .widget-page-menu-overblik__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.mit-overblik .widget-page-menu-overblik__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    color: #0b2432;
    min-width: inherit;
    padding: 1rem .5rem;
    position: relative;
    white-space: nowrap;
    border-radius: 0;
    font-weight: 700
}

@media (min-width: 768px) {
    .mit-overblik .widget-page-menu-overblik__item {
        margin-right: 0 !important;
        margin-bottom: 0
    }
}

@media (min-width: 1180px) {
    .mit-overblik .widget-page-menu-overblik__item {
        padding: 1.5rem 1rem
    }
}

.mit-overblik .widget-page-menu-overblik__item:last-child {
    margin-right: 0
}

.mit-overblik .widget-page-menu-overblik__item img,
.mit-overblik .widget-page-menu-overblik__item svg {
    color: #4c6a83;
    height: 1.875rem;
    width: 2rem
}

@media (min-width: 1180px) {
    .mit-overblik .widget-page-menu-overblik__item img,
    .mit-overblik .widget-page-menu-overblik__item svg {
        height: 1.875rem;
        width: 2rem
    }
}

.mit-overblik .widget-page-menu-overblik__item .widget-page-menu__icon-active {
    display: none
}

.mit-overblik .widget-page-menu-overblik__item:focus,
.mit-overblik .widget-page-menu-overblik__item:hover {
    background-color: #f7f7f7 !important;
    color: #0b2432
}

@media (max-width: 767.98px) {
    .mit-overblik .widget-page-menu-overblik__item:focus,
    .mit-overblik .widget-page-menu-overblik__item:hover {
        background-color: transparent !important
    }
}

.mit-overblik .widget-page-menu-overblik__item:focus .widget-page-menu__icon,
.mit-overblik .widget-page-menu-overblik__item:focus .widget-page-menu__icon-active,
.mit-overblik .widget-page-menu-overblik__item:hover .widget-page-menu__icon,
.mit-overblik .widget-page-menu-overblik__item:hover .widget-page-menu__icon-active {
    display: block
}

.mit-overblik .widget-page-menu-overblik__item:focus img,
.mit-overblik .widget-page-menu-overblik__item:focus svg,
.mit-overblik .widget-page-menu-overblik__item:hover img,
.mit-overblik .widget-page-menu-overblik__item:hover svg {
    color: #0b2432
}

.mit-overblik .widget-page-menu-overblik__item.active {
    background-color: #ebedee !important;
    color: #0b2432
}

@media (max-width: 767.98px) {
    .mit-overblik .widget-page-menu-overblik__item.active {
        background-color: transparent !important
    }
}

.mit-overblik .widget-page-menu-overblik__item.active .widget-page-menu__icon,
.mit-overblik .widget-page-menu-overblik__item.active .widget-page-menu__icon-active {
    display: block
}

.mit-overblik .widget-page-menu-overblik__item.active img,
.mit-overblik .widget-page-menu-overblik__item.active svg {
    color: #0b2432
}

.mit-overblik .widget-page-menu-overblik__item p {
    margin-top: .5rem;
    font-size: .875rem
}

@media (min-width: 1180px) {
    .mit-overblik .widget-page-menu-overblik__item p {
        font-size: 1em;
        font-weight: 800
    }
}

.mit-overblik .widget-page-menu-overblik__item .post-items {
    font-size: .875rem;
    height: 1.875rem;
    width: 1.875rem;
    line-height: 1.875rem;
    top: 10%;
    right: calc(50% - 2.1875rem)
}

.mit-overblik #sidebar-wrapper .nav-item {
    border-right: .03125rem solid #91acc2
}

.mit-overblik #sidebar-wrapper .nav-item:last-child {
    border-right: unset
}

.mit-overblik #sidebar-wrapper .nav-item .nav-link.active,
.mit-overblik #sidebar-wrapper .nav-item .nav-link:focus,
.mit-overblik #sidebar-wrapper .nav-item .nav-link:hover {
    background-color: #f7f7f7 !important
}

.mit-overblik #sidebar-wrapper .widget-page-menu-overblik {
    background-color: #ebedee
}

.mit-overblik #sidebar-wrapper .widget-page-menu-overblik__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: .03125rem solid #91acc2
}

.mit-overblik #sidebar-wrapper .widget-page-menu-overblik__item {
    width: 100%;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    color: #0b2432;
    min-width: inherit;
    padding: 0 1.5rem;
    position: relative;
    line-height: 2.8125rem;
    white-space: nowrap;
    border-radius: 0;
    font-weight: 700;
    text-align: left
}

.mit-overblik #sidebar-wrapper .widget-page-menu-overblik__item p:after {
    content: "";
    position: absolute;
    background-image: url(arrow-right.svg?b2797b90783644f9919ddaf4ed5076ce);
    height: .9375rem;
    width: .5625rem;
    right: 1.5rem;
    top: .9375rem
}

.mit-overblik #sidebar-wrapper .widget-page-menu-overblik__item:last-child {
    margin-right: 0
}

.mit-overblik #sidebar-wrapper .widget-page-menu-overblik__item .widget-page-menu__icon-active,
.mit-overblik #sidebar-wrapper .widget-page-menu-overblik__item img,
.mit-overblik #sidebar-wrapper .widget-page-menu-overblik__item svg {
    display: none
}

.mit-overblik #sidebar-wrapper .widget-page-menu-overblik__item.active,
.mit-overblik #sidebar-wrapper .widget-page-menu-overblik__item:focus,
.mit-overblik #sidebar-wrapper .widget-page-menu-overblik__item:hover {
    background: unset !important;
    background-color: #f7f7f7 !important
}

.mit-overblik #sidebar-wrapper .widget-page-menu-overblik__item.active .widget-page-menu__icon,
.mit-overblik #sidebar-wrapper .widget-page-menu-overblik__item.active .widget-page-menu__icon-active,
.mit-overblik #sidebar-wrapper .widget-page-menu-overblik__item:focus .widget-page-menu__icon,
.mit-overblik #sidebar-wrapper .widget-page-menu-overblik__item:focus .widget-page-menu__icon-active,
.mit-overblik #sidebar-wrapper .widget-page-menu-overblik__item:hover .widget-page-menu__icon,
.mit-overblik #sidebar-wrapper .widget-page-menu-overblik__item:hover .widget-page-menu__icon-active {
    display: none
}

.mit-overblik #sidebar-wrapper .widget-page-menu-overblik__item p {
    margin-top: 0;
    font-size: 1em
}

.container-content.px-4 .page-title--mitoverblik h1 {
    color: #10354a;
    margin-top: 1rem !important;
    margin-bottom: 3rem !important
}

@media (min-width: 768px) {
    .container-content.px-4 .page-title--mitoverblik h1 {
        font-size: 3rem !important
    }
}

@media (max-width: 1179.98px) {
    .container-content.px-4 .page-title--mitoverblik h1 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
        padding-left: 1.5rem !important
    }
}

.mit-overblik .page-title--mitoverblik {
    color: #0b2432;
    margin-left: 0;
    max-width: 100%;
    margin-bottom: 0 !important
}

.mit-overblik .page-title--mitoverblik h1 {
    margin-bottom: 0 !important
}

.mit-overblik .manchet__text-col {
    width: 100% !important;
    height: auto
}

.mit-overblik .manchet__text-col__inner {
    margin-bottom: 0
}

@media (min-width: 768px) {
    .mit-overblik .manchet__text-col__inner {
        margin-bottom: 0
    }
}

@media (min-width: 1520px) {
    .mit-overblik .manchet__text-col__inner {
        color: #0b2432;
        background-color: transparent;
        padding: 0
    }
}

.mit-overblik .manchet__text-col__inner .manchet__title {
    font-weight: 400 !important;
    line-height: 1.786rem;
    margin-top: 1rem
}

@media (min-width: 768px) {
    .mit-overblik .manchet__text-col__inner .manchet__title {
        margin-top: 1.5rem;
        font-size: 1.25rem;
        line-height: 1.875rem
    }
}

.mit-overblik .backbutton {
    margin-top: 2rem
}

@media (min-width: 1180px) {
    .mit-overblik .backbutton {
        margin-top: 0;
        margin-bottom: 2rem
    }
}

.mit-overblik .backbutton li a .icon-svg {
    width: 1.25rem;
    height: 1.25rem;
    margin-top: -.1875rem;
    color: #10354a
}

.mit-overblik .tooltip-link {
    margin-top: 0;
    margin-bottom: .5rem
}

@media (min-width: 768px) {
    .mit-overblik .tooltip-link {
        margin-top: 6.25rem;
        margin-bottom: 0
    }
}

@media (min-width: 1180px) {
    .mit-overblik .tooltip-link {
        margin-top: 4.375rem;
        margin-bottom: 0
    }
}

.mit-overblik .tooltip-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 768px) {
    .mit-overblik .tooltip-link ul {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.mit-overblik .tooltip-link ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 0
}

.mit-overblik .tooltip-link ul li a {
    color: #4c6a83;
    text-decoration: none !important;
    font-weight: 600 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .875rem
}

@media (min-width: 768px) {
    .mit-overblik .tooltip-link ul li a {
        font-weight: 600 !important;
        font-size: .875rem
    }
}

@media (min-width: 1180px) {
    .mit-overblik .tooltip-link ul li a {
        font-weight: 600 !important;
        font-size: 1.125rem
    }
}

.mit-overblik .tooltip-link ul li a:hover {
    color: #0b2432
}

.mit-overblik .tooltip-link ul li a .icon-svg {
    width: 1.5625rem;
    height: 1.5625rem;
    margin-left: .375rem;
    color: #284d62
}

@media (min-width: 768px) {
    .mit-overblik .tooltip-link ul li a .icon-svg {
        margin-left: .5rem
    }
}

.mit-overblik .tooltip-link ul li a:focus .icon-svg {
    color: #fff
}

.mit-overblik .tooltip {
    opacity: 1;
    z-index: 1020
}

.mit-overblik .tooltip .tooltip-inner {
    background-color: #fff !important;
    border-radius: .1875rem;
    -webkit-box-shadow: .0625rem .0625rem .375rem rgba(0, 0, 0, .15);
    box-shadow: .0625rem .0625rem .375rem rgba(0, 0, 0, .15);
    color: #0b2432;
    font-size: .875rem;
    padding: 1rem;
    text-align: left;
    border: 1px solid #d6dadc
}

.mit-overblik .tooltip.bs-tooltip-auto[x-placement^=top] .arrow:before,
.mit-overblik .tooltip.bs-tooltip-top .arrow:before {
    content: none
}

.mit-overblik .tooltip.bs-tooltip-auto[x-placement^=top] .arrow:after,
.mit-overblik .tooltip.bs-tooltip-top .arrow:after {
    top: -.34rem;
    content: " ";
    height: .65rem;
    left: .065rem;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: .65rem;
    background-color: #fff;
    border-style: solid;
    border-color: #d6dadc;
    border-width: 0 0 1px 1px
}

.mit-overblik .tooltip.bs-tooltip-auto[x-placement^=right] .arrow:before,
.mit-overblik .tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #fff !important
}

.mit-overblik .tooltip.bs-tooltip-auto[x-placement^=left] .arrow:before,
.mit-overblik .tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #fff !important
}

.mit-overblik .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.mit-overblik .tooltip.bs-tooltip-bottom .arrow:before {
    content: none
}

.mit-overblik .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow:after,
.mit-overblik .tooltip.bs-tooltip-bottom .arrow:after {
    top: .1rem;
    content: " ";
    height: .65rem;
    left: .065rem;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: .65rem;
    background-color: #fff;
    border-style: solid;
    border-color: #d6dadc;
    border-width: 1px 1px 0 0
}

.mit-overblik-correlation-text {
    font-size: .875rem;
    color: #4c6a83;
    display: block;
    word-break: break-all
}

.mit-overblik .sidebarmenu .title-border {
    border-bottom: none;
    height: 3rem;
    padding: 0
}

.mit-overblik .sidebarmenu .sidebarmenu--inner {
    min-height: 26.25rem
}

.mit-overblik .sidebarmenu .sidebarmenu--inner a:focus {
    -webkit-box-shadow: 0 0 0 .1875rem #2d2e28;
    box-shadow: 0 0 0 .1875rem #2d2e28;
    outline: none;
    background-color: transparent
}

.mit-overblik .sidebarmenu .sidebarmenu_title {
    margin-bottom: 0;
    padding: .5rem 0
}

.mit-overblik .sidebarmenu .sidebarmenu_title:first-child {
    padding-top: 0
}

.mit-overblik .sidebarmenu .nav-link {
    border-radius: 0;
    color: #0b2432;
    padding: .5rem 0;
    font-size: .9375rem;
    font-weight: 400
}

.mit-overblik .sidebarmenu .nav-link:last-child {
    margin-bottom: 1rem
}

.mit-overblik .sidebarmenu .nav-link span {
    display: block;
    margin-left: 0
}

.mit-overblik .sidebarmenu .nav-link.active {
    position: relative;
    font-weight: 700;
    background-color: transparent !important
}

.mit-overblik .sidebarmenu .nav-link.active:before {
    display: none
}

.mit-overblik .sidebarmenu .nav-link.active+.nav {
    display: block
}

.mit-overblik .sidebarmenu .nav-link:focus {
    z-index: 2
}

.mit-overblik .sidebarmenu .nav-link--repeater.active {
    background-color: transparent
}

.mit-overblik .sidebarmenu .nav.nav-pills {
    margin-bottom: 0
}

.mit-overblik .sidebarmenu .nav .nav {
    display: block
}

.mit-overblik .sidebarmenu .nav .nav .nav-link span {
    margin-left: 0
}

.mit-overblik .sidebarmenu.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 7rem
}

.mit-overblik .repeater-frame:last-child {
    margin-top: 2.5rem
}

.mit-overblik .repeater-frame .repeater-frame__title {
    border-bottom: none !important;
    padding: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

@media (min-width: 1180px) {
    .mit-overblik .repeater-frame .repeater-frame__title {
        border-bottom: none !important;
        padding-left: 0;
        padding-right: 0
    }
}

.mit-overblik .navbar--mitoverblik {
    background: #44831e;
    color: #fff;
    height: 6.25rem !important;
    padding-left: 0
}

.mit-overblik .navbar--mitoverblik a,
.mit-overblik .navbar--mitoverblik a:active,
.mit-overblik .navbar--mitoverblik a:focus {
    text-decoration: none !important
}

@media (min-width: 768px) {
    .mit-overblik .navbar--mitoverblik {
        height: 4.1875rem !important
    }
}

.mit-overblik .navbar--mitoverblik.navbar--fixed~.container-main {
    margin-top: 6.25rem
}

@media (min-width: 768px) {
    .mit-overblik .navbar--mitoverblik.navbar--fixed~.container-main {
        margin-top: 4.1875rem
    }
}

.mit-overblik .navbar--mitoverblik .icon-text,
.mit-overblik .navbar--mitoverblik .small-logo-with-text {
    font-size: .75rem;
    font-weight: 400;
    color: #fff;
    margin-top: .3125rem;
    margin-bottom: 0
}

.mit-overblik .navbar--mitoverblik .navbar-brand-container {
    width: 7.5rem
}

@media (min-width: 0rem) and (max-width:48rem) {
    .mit-overblik .navbar--mitoverblik .navbar-brand-container {
        width: 3.4375rem
    }
}

.mit-overblik .navbar--mitoverblik .navbar-brand-container .navbar-brand {
    height: 3.9375rem
}

@media (min-width: 0rem) and (max-width:48rem) {
    .mit-overblik .navbar--mitoverblik .navbar-brand-container .navbar-brand .logo-small {
        padding-left: 1.0625rem;
        height: 1.8125rem;
        margin-bottom: .3125rem;
        margin-top: 0
    }
}

[lang=da] .mit-overblik .navbar--mitoverblik .navbar-brand-container .navbar-brand,
[lang=en] .mit-overblik .navbar--mitoverblik .navbar-brand-container .navbar-brand {
    min-width: 3.4375rem
}

@media (min-width: 30rem) {
    .mit-overblik .navbar--mitoverblik .navbar-brand-container .navbar-brand {
        height: 3.9375rem
    }
    [lang=da] .mit-overblik .navbar--mitoverblik .navbar-brand-container .navbar-brand,
    [lang=en] .mit-overblik .navbar--mitoverblik .navbar-brand-container .navbar-brand {
        min-width: 3.4375rem
    }
}

@media (min-width: 768px) {
    .mit-overblik .navbar--mitoverblik .navbar-brand-container .navbar-brand {
        height: 2.1875rem;
        margin-right: 3.125rem
    }
    [lang=da] .mit-overblik .navbar--mitoverblik .navbar-brand-container .navbar-brand,
    [lang=en] .mit-overblik .navbar--mitoverblik .navbar-brand-container .navbar-brand {
        min-width: 7.5rem
    }
}

@media (min-width: 1180px) {
    .mit-overblik .navbar--mitoverblik .navbar-brand-container .navbar-brand {
        height: 2.1875rem
    }
    [lang=da] .mit-overblik .navbar--mitoverblik .navbar-brand-container .navbar-brand {
        min-width: 7.5rem;
        margin-top: 0
    }
    [lang=en] .mit-overblik .navbar--mitoverblik .navbar-brand-container .navbar-brand {
        min-width: 7.1875rem;
        margin-top: 0
    }
}

.mit-overblik .navbar--mitoverblik .logo-large {
    display: none;
    display: block;
    height: 1.6875rem
}

@media (min-width: 48rem) and (max-width:73.75rem) {
    .mit-overblik .navbar--mitoverblik .logo-large {
        display: block;
        height: 1.6875rem
    }
}

@media (min-width: 0rem) and (max-width:47.9375rem) {
    .mit-overblik .navbar--mitoverblik .logo-large {
        display: none
    }
}

.mit-overblik .navbar--mitoverblik .logo-small {
    display: block
}

@media (min-width: 48rem) {
    .mit-overblik .navbar--mitoverblik .logo-small {
        display: none
    }
}

.mit-overblik .navbar--mitoverblik .header-user .icon-svg {
    height: 1.875rem;
    width: 1.875rem
}

.mit-overblik .navbar--mitoverblik .header-user .mysite {
    font-size: 1rem;
    font-weight: 700;
    margin-top: .25rem;
    height: 2rem !important;
    display: initial
}

.mit-overblik .navbar--mitoverblik .header-user .mysite span {
    display: block
}

.mit-overblik .navbar--mitoverblik .header-user .icon-text {
    margin-top: -.1875rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%
}

@media (min-width: 768px) {
    .mit-overblik .navbar--mitoverblik .header-user {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .mit-overblik .navbar--mitoverblik .header-user .icon-svg {
        height: 1.5625rem;
        width: 1.5625rem
    }
    .mit-overblik .navbar--mitoverblik .header-user .header-element {
        padding-right: .25rem
    }
    .mit-overblik .navbar--mitoverblik .header-user .header-element .mysite {
        font-size: .875rem;
        height: 2rem !important;
        display: inline-block;
        line-height: 2rem
    }
    .mit-overblik .navbar--mitoverblik .header-user .header-element .mysite span {
        display: inline-block
    }
    .mit-overblik .navbar--mitoverblik .header-user .header-element .icon-text {
        margin-top: .25rem;
        font-size: .875rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 14ch;
        line-height: 2rem !important
    }
}

@media (min-width: 1180px) {
    .mit-overblik .navbar--mitoverblik .header-user {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    .mit-overblik .navbar--mitoverblik .header-user .icon-svg {
        height: 1.875rem;
        width: 1.875rem
    }
    .mit-overblik .navbar--mitoverblik .header-user .header-element {
        padding-right: .625rem
    }
    .mit-overblik .navbar--mitoverblik .header-user .header-element .mysite {
        font-size: 1.125rem;
        margin-top: .125rem;
        height: 2rem !important;
        display: inline-block;
        line-height: 2rem
    }
    .mit-overblik .navbar--mitoverblik .header-user .header-element .mysite span {
        display: inline-block
    }
    .mit-overblik .navbar--mitoverblik .header-user .header-element .icon-text {
        margin-top: .125rem;
        font-size: 1.125rem !important;
        max-width: 20ch;
        line-height: 2rem
    }
}

.mit-overblik .navbar--mitoverblik .menu-open {
    float: right;
    background: transparent;
    border: none;
    cursor: pointer
}

.mit-overblik .navbar--mitoverblik .menu-open .icon-svg {
    width: 2rem;
    height: 2rem;
    color: #fff
}

.mit-overblik .navbar--mitoverblik .menu-close {
    cursor: pointer;
    float: right;
    opacity: 1;
    border: none;
    background: transparent;
    padding: 0;
    padding-right: 0;
    max-width: 2.3125rem
}

.mit-overblik .navbar--mitoverblik .menu-close .icon-svg {
    width: 2.3125rem;
    height: 2.3125rem;
    opacity: 1;
    color: #fff
}

.mit-overblik .navbar--mitoverblik .menu-close .icon-text {
    margin-top: 0
}

.mit-overblik .navbar--mitoverblik .menu-close:hover {
    opacity: 1
}

@media (min-width: 768px) {
    .mit-overblik .navbar--mitoverblik .navbar-nav {
        height: 4.1875rem
    }
}

.mit-overblik .navbar--mitoverblik .navbar-nav .nav-item {
    border-left: .0625rem solid #a0c658
}

.mit-overblik .navbar--mitoverblik .navbar-nav .nav-item:last-child {
    border-right: .0625rem solid #a0c658
}

.mit-overblik .navbar--mitoverblik .navbar-nav .nav-item .nav-link {
    background-color: #44831e;
    color: #fff;
    padding: .75rem .5rem;
    min-width: 4rem;
    font-size: .75rem
}

.mit-overblik .navbar--mitoverblik .navbar-nav .nav-item .nav-link:focus,
.mit-overblik .navbar--mitoverblik .navbar-nav .nav-item .nav-link:hover {
    background: #284d62
}

.mit-overblik .navbar--mitoverblik .navbar-nav .nav-item .nav-link .icon-svg {
    height: 1.25rem;
    width: 1.25rem;
    margin-bottom: .125rem
}

@media (min-width: 1180px) {
    .mit-overblik .navbar--mitoverblik .navbar-nav .nav-item .nav-link {
        min-width: 4rem;
        font-size: .75rem;
        font-weight: 400;
        padding: .75rem 1.25rem
    }
}

.mit-overblik .navbar--mitoverblik .post-items {
    top: calc(50% - 1.75rem);
    right: auto !important;
    height: 1.25rem;
    min-width: 1.25rem;
    line-height: 1.25rem;
    font-size: .6875rem;
    -webkit-box-shadow: 0 0 0 .125rem #fff;
    box-shadow: 0 0 0 .125rem #fff;
    background-color: #b50016;
    font-weight: 600
}

html.header-fixed body.mit-overblik {
    padding-top: 0
}

#sidebar-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    background: #ebedee;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto;
    padding: 0;
    width: 100%;
    z-index: 9000
}

#sidebar-wrapper #sidebar-nav-wrapper {
    margin-top: 6.25rem
}

#sidebar-wrapper.toggled {
    display: block
}

#sidebar-wrapper.toggled #sidebar-nav-wrapper {
    -webkit-animation: slidein-left .3s ease-in-out;
    animation: slidein-left .3s ease-in-out;
    display: block
}

@-webkit-keyframes slidein-left {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slidein-left {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

#sidebar-wrapper.toggle #sidebar-nav-wrapper {
    -webkit-animation: slideout-right .3s ease-in-out;
    animation: slideout-right .3s ease-in-out
}

@-webkit-keyframes slideout-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slideout-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

#sidebar-wrapper .navbar-sidebar {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ebedee;
    padding: 0
}

#sidebar-wrapper .navbar-sidebar:last-child .nav-link {
    text-align: left !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    padding-left: 1.25rem !important
}

@media (min-width: 768px) {
    #sidebar-wrapper .navbar-sidebar {
        height: 4.0625rem;
        -webkit-box-shadow: 0 .125rem .25rem 0 hsla(0, 0%, 65%, .5);
        box-shadow: 0 .125rem .25rem 0 hsla(0, 0%, 65%, .5);
        background-color: #44831e
    }
}

#sidebar-wrapper .navbar-sidebar .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: block;
    height: auto
}

@media (min-width: 768px) {
    #sidebar-wrapper .navbar-sidebar .navbar-nav {
        height: 4.0625rem;
        margin-left: 0 !important;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 1180px) {
    #sidebar-wrapper .navbar-sidebar .navbar-nav {
        height: 4.0625rem
    }
}

#sidebar-wrapper .navbar-sidebar .navbar-nav .nav-item .nav-link {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    margin-right: 0;
    white-space: nowrap;
    font-size: .9375rem;
    padding: 1rem .5rem;
    min-width: 100%;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out;
    color: #0b2432;
    border-bottom: .03125rem solid #91acc2
}

#sidebar-wrapper .navbar-sidebar .navbar-nav .nav-item .nav-link .icon-svg {
    width: 1.25rem;
    height: 1.25rem
}

#sidebar-wrapper .navbar-sidebar .navbar-nav .nav-item .nav-link .post-items {
    top: calc(50% - 1.75rem);
    right: calc(50% - 1.1875rem);
    height: 1.25rem;
    min-width: 1.25rem;
    line-height: 1.25rem;
    font-size: .6875rem;
    -webkit-box-shadow: 0 0 0 .125rem #fff;
    box-shadow: 0 0 0 .125rem #fff;
    background-color: #b50016;
    font-weight: 600
}

#sidebar-wrapper .navbar-sidebar .navbar-nav .nav-item .nav-link.user:hover {
    background: transparent
}

@media (min-width: 22.5rem) {
    #sidebar-wrapper .navbar-sidebar .navbar-nav .nav-item .nav-link {
        min-width: 4.375rem
    }
}

@media (min-width: 30rem) {
    #sidebar-wrapper .navbar-sidebar .navbar-nav .nav-item .nav-link {
        min-width: 4.375rem
    }
}

@media (min-width: 576px) {
    #sidebar-wrapper .navbar-sidebar .navbar-nav .nav-item .nav-link {
        min-width: 4.375rem
    }
}

@media (max-width: 1179.98px) {
    #sidebar-wrapper .navbar-sidebar .navbar-nav .nav-item .nav-link:focus {
        -webkit-box-shadow: inset 0 0 0 .1875rem #2d2e28;
        box-shadow: inset 0 0 0 .1875rem #2d2e28
    }
}

.navbar--fixed.navbar--small~#sidebar-wrapper {
    margin-top: 3.125rem
}

.navbar-fixed-top {
    left: auto
}

@media (max-width: 767.98px) {
    body.open-sidebar {
        overflow: hidden;
        position: fixed
    }
}

body:not(.search-open).mit-overblik .navbar--small {
    height: 3.125rem !important
}

@media (min-width: 768px) {
    body:not(.search-open).mit-overblik .navbar--small {
        height: 4.1875rem !important
    }
}

body:not(.search-open).mit-overblik .navbar--small .header-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 0rem) and (max-width:28.0625rem) {
    body:not(.search-open).mit-overblik .navbar--small .header-user {
        display: inline-block
    }
}

@media (min-width: 0rem) and (max-width:28.0625rem) {
    body:not(.search-open).mit-overblik .navbar--small .header-user .icon-svg {
        width: 1.5625rem;
        height: 1.5625rem
    }
}

body:not(.search-open).mit-overblik .navbar--small .header-user .header-element {
    padding-right: .3125rem
}

@media (min-width: 1180px) {
    body:not(.search-open).mit-overblik .navbar--small .header-user .header-element {
        padding-right: .625rem
    }
}

@media (min-width: 0rem) and (max-width:27.4375rem) {
    body:not(.search-open).mit-overblik .navbar--small .header-user .header-element {
        padding: 0
    }
}

body:not(.search-open).mit-overblik .navbar--small .header-user .header-element .mysite span {
    display: none
}

@media (min-width: 768px) {
    body:not(.search-open).mit-overblik .navbar--small .header-user .header-element .mysite,
    body:not(.search-open).mit-overblik .navbar--small .header-user .header-element .mysite span {
        display: inline-block
    }
}

body:not(.search-open).mit-overblik .navbar--small .header-user .header-element .icon-text {
    margin-top: .25rem;
    font-size: .875rem;
    line-height: 1.6875rem
}

@media (min-width: 0rem) and (max-width:28.0625rem) {
    body:not(.search-open).mit-overblik .navbar--small .header-user .header-element .icon-text {
        margin-top: 0;
        font-size: .75rem;
        line-height: normal
    }
}

@media (min-width: 1180px) {
    body:not(.search-open).mit-overblik .navbar--small .header-user .header-element .icon-text {
        margin-top: .125rem
    }
}

body:not(.search-open).mit-overblik .navbar--small .nav-link {
    background-color: #44831e;
    color: #fff;
    padding: .75rem .5rem;
    min-width: 4rem !important;
    font-size: .75rem !important;
    font-weight: 400 !important;
    white-space: nowrap
}

body:not(.search-open).mit-overblik .navbar--small .nav-link .icon-svg {
    height: 1.25rem !important;
    width: 1.25rem !important;
    margin-bottom: .125rem
}

body:not(.search-open).mit-overblik .navbar--small .menu-close .icon-text,
body:not(.search-open).mit-overblik .navbar--small .menu-open .icon-text {
    display: none
}

body:not(.search-open).mit-overblik .navbar--small .navbar-brand {
    height: 2.5rem;
    margin-top: 0
}

body:not(.search-open).mit-overblik .navbar--small .navbar-brand .icon-text {
    display: none
}

body:not(.search-open).mit-overblik .navbar--small .navbar-brand .logo-small {
    margin-top: 0
}

@media (min-width: 768px) {
    body:not(.search-open).mit-overblik .navbar--small .navbar-brand {
        height: 2.25rem
    }
    [lang=da] body:not(.search-open).mit-overblik .navbar--small .navbar-brand,
    [lang=en] body:not(.search-open).mit-overblik .navbar--small .navbar-brand {
        min-width: 7.5rem
    }
}

@media (max-width: 30rem) {
    [lang=da] body:not(.search-open).mit-overblik .navbar--small .navbar-brand,
    [lang=en] body:not(.search-open).mit-overblik .navbar--small .navbar-brand {
        min-width: 3.125rem
    }
}

.mit-overblik .toggled .small-logo-with-text {
    display: none
}

.mit-overblik nav.jump--mitoverblik,
.mit-overblik nav.jump--mitoverblik a {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0
}

.mit-overblik nav.jump--mitoverblik a {
    background-color: #000;
    overflow: hidden;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mit-overblik nav.jump--mitoverblik a span {
    display: block
}

@media (min-width: 768px) {
    .mit-overblik nav.jump--mitoverblik a span {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0
    }
}

.mit-overblik nav.jump--mitoverblik a svg {
    height: 1.25rem;
    width: 1.25rem;
    margin-bottom: .125rem
}

.mit-overblik nav.jump--mitoverblik a svg.icon-sitemap {
    height: 1.75rem;
    width: 1.75rem
}

@media (min-width: 768px) {
    .mit-overblik nav.jump--mitoverblik a svg {
        height: 1.875rem;
        width: 1.875rem
    }
    .mit-overblik nav.jump--mitoverblik a svg.icon-sitemap {
        height: 2.1875rem;
        width: 2.1875rem
    }
}

.mit-overblik nav.jump--mitoverblik a:hover {
    text-decoration: none;
    font-weight: 400
}

.mit-overblik nav.jump--mitoverblik a:active,
.mit-overblik nav.jump--mitoverblik a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 6.25rem;
    min-width: 6.25rem;
    font-weight: 400;
    font-size: .75rem
}

@media (min-width: 768px) {
    .mit-overblik nav.jump--mitoverblik a:active,
    .mit-overblik nav.jump--mitoverblik a:focus {
        height: 4.1875rem;
        min-width: 4.1875rem
    }
}

@media (min-width: 1180px) {
    .mit-overblik nav.jump--mitoverblik a:active,
    .mit-overblik nav.jump--mitoverblik a:focus {
        height: 4.1875rem;
        min-width: 4.1875rem
    }
}

@media (min-width: 768px) {
    .mit-overblik .navbar--small nav.jump--mitoverblik a svg {
        height: 1.875rem;
        width: 1.875rem
    }
    .mit-overblik .navbar--small nav.jump--mitoverblik a svg.icon-sitemap {
        height: 1.75rem;
        width: 1.75rem
    }
    .mit-overblik .navbar--small nav.jump--mitoverblik a:active,
    .mit-overblik .navbar--small nav.jump--mitoverblik a:focus {
        height: 4.1875rem;
        min-width: 4.1875rem
    }
}

@media (max-width: 767.98px) {
    .mit-overblik .navbar--small nav.jump--mitoverblik a span {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0
    }
    .mit-overblik .navbar--small nav.jump--mitoverblik a svg {
        height: 1.5625rem;
        width: 1.5625rem
    }
    .mit-overblik .navbar--small nav.jump--mitoverblik a svg.icon-sitemap {
        height: 1.75rem;
        width: 1.75rem
    }
    .mit-overblik .navbar--small nav.jump--mitoverblik a:active,
    .mit-overblik .navbar--small nav.jump--mitoverblik a:focus {
        height: 3.125rem;
        min-width: 3.125rem
    }
}

.card-myoverview {
    border-radius: .25rem;
    color: inherit;
    -webkit-transition: background-color .15s ease-in-out;
    transition: background-color .15s ease-in-out;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    width: unset;
    padding: 0
}

.card-myoverview--height {
    height: 100%
}

.card-myoverview .card-body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: .0625rem .0625rem .5rem 0 #dedddd;
    box-shadow: .0625rem .0625rem .5rem 0 #dedddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 2rem
}

.card-myoverview .card-title {
    text-transform: uppercase;
    margin-bottom: 0
}

.card-myoverview .card-text {
    margin-top: .25rem;
    font-size: 1rem;
    font-weight: 400
}

.card-myoverview .card-body-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

.card-myoverview:focus {
    background-color: #f7f7f7;
    outline: none;
    color: inherit;
    -webkit-box-shadow: 0 0 0 .1875rem #2d2e28, 0 0 0 .1875rem #2d2e28, 0 0 0 .1875rem #2d2e28, 0 0 0 .1875rem #2d2e28;
    box-shadow: 0 0 0 .1875rem #2d2e28, 0 0 0 .1875rem #2d2e28, 0 0 0 .1875rem #2d2e28, 0 0 0 .1875rem #2d2e28
}

.card-myoverview:hover {
    color: #0b2432;
    text-decoration: none;
    background-color: #fff
}

.card-myoverview:hover .card-body {
    -webkit-box-shadow: .0625rem .0625rem .5rem 0 #bcbcbc;
    box-shadow: .0625rem .0625rem .5rem 0 #bcbcbc
}

.card-myoverview__icon {
    position: relative;
    background-color: #44831e;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 4.5rem;
    width: 4.5rem;
    margin-right: 1.25rem
}

.card-myoverview__icon img {
    width: 2rem;
    height: 2rem
}

@media (min-width: 768px) {
    .card-myoverview__icon {
        margin-right: 1.5rem
    }
}

.card-myoverview--message .card-title {
    margin-bottom: 0;
    margin-right: 1.25rem
}

.card-myoverview--message .card-text {
    margin-bottom: 0
}

@media (min-width: 1180px) {
    .card-myoverview--message .card-text {
        font-size: 1rem;
        font-weight: 400;
        margin-top: 0
    }
}

.card-myoverview--message .card-body-content {
    padding-top: 0
}

@media (min-width: 768px) {
    .card-myoverview--message .card-body-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }
}

@media (min-width: 1180px) {
    .card-myoverview--message .card-body-content-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.card-myoverview--message:hover .btn.btn-blue-dark {
    background-color: #4c6a83;
    border-color: #4c6a83
}

.mit-overblik .container-mitoverblik-emner {
    margin-top: 2.5rem
}

@media (max-width: 767.98px) {
    .mit-overblik .container-mitoverblik-emner {
        margin-top: 1.5rem
    }
}

.mit-overblik .container-mitoverblik-emner .wellbox:first-of-type:last-of-type.no-cards {
    display: block !important
}

.mit-overblik .container-mitoverblik-emner .no-cards {
    display: none !important
}

.js-debt td {
    width: 33.33%;
    max-width: 33.33%
}

.js-user-auditlog-wrapper p {
    margin-bottom: .2rem
}

.myoverview-payment-benefit-case-tripple .large {
    font-size: 2rem;
    font-weight: lighter;
    margin-top: .5rem
}

@media (max-width: 767.98px) {
    .myoverview-payment-benefit-case-tripple .large {
        margin-top: 0
    }
}

.myoverview-payment-benefit-case-tripple .large,
.myoverview-payment-benefit-case-tripple .payeer {
    line-height: 3rem
}

.myoverview-payment-benefit-case-tripple .btn-tooltip.btn-question-mark {
    line-height: 1.5rem
}

.myoverview-payment-benefit-case-tripple #overblik-status.myoverview-case-benefit {
    margin-top: .5rem !important
}

@media (max-width: 767.98px) {
    .myoverview-payment-benefit-case-tripple .myoverview-case-benefit-status,
    .myoverview-payment-benefit-case-tripple .myoverview-next-payment-status,
    .myoverview-payment-benefit-case-tripple .myoverview-services-aid-status {
        background-color: #f7f7f7;
        border-radius: 1.25rem;
        color: #0b2432;
        display: inline;
        padding: .5rem 1rem
    }
}

.myoverview-payment-benefit-case-tripple .active-circle,
.myoverview-payment-benefit-case-tripple .inactive-circle {
    margin-top: calc(1rem - 5px);
    margin-bottom: 2px
}

.myoverview-payment-benefit-case-tripple h3 {
    line-height: 1.5rem;
    height: 1.625rem
}

@media (max-width: 767.98px) {
    .myoverview-payment-benefit-case-tripple h3 {
        font-size: 1rem
    }
}

.myoverview-more-benefit .active-circle,
.myoverview-more-benefit .inactive-circle {
    display: inline-block;
    height: .5rem;
    width: .5rem;
    border-radius: 50%;
    margin-bottom: 2px
}

.myoverview-more-benefit .active-circle {
    background-color: #558230
}

.myoverview-more-benefit .inactive-circle {
    border: 2px solid #b9bcbe
}

.myoverview-payments-list .component-margin {
    margin-bottom: .5rem !important
}

@media (min-width: 768px) {
    .myoverview-payments-list .component-margin {
        margin-bottom: 1rem !important
    }
}

.myoverview-payments-list .myoverview-tabs {
    border-bottom: 0
}

@media (max-width: 1179.98px) {
    .myoverview-payments-list .myoverview-tabs {
        margin-left: 1rem
    }
}

.myoverview-payments-list .myoverview-tabs .nav-item {
    margin-right: .5rem
}

.myoverview-payments-list .myoverview-tabs .nav-item:last-child {
    margin-right: 0
}

.myoverview-payments-list .myoverview-tabs .nav-item .nav-link {
    background-color: #f2f2f2;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 1px 1px 10px hsla(0, 0%, 78%, .5);
    box-shadow: 1px 1px 10px hsla(0, 0%, 78%, .5);
    color: #0b2432;
    margin: .25rem 0 0;
    padding: 1rem 2rem
}

@media (max-width: 575.98px) {
    .myoverview-payments-list .myoverview-tabs .nav-item .nav-link {
        width: 150px
    }
}

@media (max-width: 374px) {
    .myoverview-payments-list .myoverview-tabs .nav-item .nav-link {
        padding: 1rem;
        width: 122px
    }
}

.myoverview-payments-list .myoverview-tabs .nav-item .nav-link.active:hover,
.myoverview-payments-list .myoverview-tabs .nav-item .nav-link:hover {
    background-color: #0b2432;
    color: #fff
}

.myoverview-payments-list .myoverview-tabs .nav-item .nav-link.active {
    background-color: #fff;
    font-weight: 700
}

.myoverview-payments-list .myoverview-tabs .nav-item .nav-link:focus {
    -webkit-box-shadow: 0 0 0 .1875rem #2d2e28 inset;
    box-shadow: inset 0 0 0 .1875rem #2d2e28
}

.myoverview-payments-list .tab-content {
    position: relative;
    top: 1px
}

.myoverview-payments-list .wellbox {
    margin-top: 0 !important
}

.myoverview-benifits-cases-clickable-table tbody tr,
.myoverview-benifits-cases-clickable-table thead tr {
    cursor: pointer
}

.myoverview-benifits-cases-clickable-table tbody tr td,
.myoverview-benifits-cases-clickable-table tbody tr th,
.myoverview-benifits-cases-clickable-table thead tr td,
.myoverview-benifits-cases-clickable-table thead tr th {
    padding-left: .75rem;
    padding-right: .75rem
}

@media (min-width: 768px) {
    .myoverview-benifits-cases-clickable-table tbody tr td,
    .myoverview-benifits-cases-clickable-table tbody tr th,
    .myoverview-benifits-cases-clickable-table thead tr td,
    .myoverview-benifits-cases-clickable-table thead tr th {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.myoverview-benifits-cases-clickable-table tbody tr th,
.myoverview-benifits-cases-clickable-table thead tr th {
    font-weight: 700;
    white-space: nowrap
}

.myoverview-benifits-cases-clickable-table tbody tr th .sort-icon,
.myoverview-benifits-cases-clickable-table thead tr th .sort-icon {
    fill: none;
    height: 14px;
    margin-left: .25rem;
    width: 10px
}

@media (max-width: 1179.98px) {
    .myoverview-benifits-cases-clickable-table tbody tr th .sort-icon,
    .myoverview-benifits-cases-clickable-table thead tr th .sort-icon {
        height: 12px;
        width: 9px
    }
}

.myoverview-benifits-cases-clickable-table tbody tr th.sort-option,
.myoverview-benifits-cases-clickable-table thead tr th.sort-option {
    cursor: pointer
}

.myoverview-benifits-cases-clickable-table tbody tr td,
.myoverview-benifits-cases-clickable-table thead tr td {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    vertical-align: top
}

@media (max-width: 1179.98px) {
    .myoverview-benifits-cases-clickable-table tbody tr td,
    .myoverview-benifits-cases-clickable-table thead tr td {
        line-height: 18px
    }
}

.myoverview-benifits-cases-clickable-table tfoot td {
    color: #636969;
    font-weight: 400;
    text-align: center
}

.myoverview-benifits-cases-clickable-table tfoot td a {
    margin-top: 1rem
}

.myoverview-benifits-cases-clickable-table tfoot .myoverview-benifits-cases-clickable-table__error,
.myoverview-benifits-cases-clickable-table tfoot .myoverview-benifits-cases-clickable-table__spinner {
    display: none
}

.myoverview-benifits-cases-clickable-table .benefit-amount,
.myoverview-benifits-cases-clickable-table .benefit-date,
.myoverview-benifits-cases-clickable-table .benefit-status,
.myoverview-benifits-cases-clickable-table .benefit-type,
.myoverview-benifits-cases-clickable-table .case-status,
.myoverview-benifits-cases-clickable-table .case-type {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.myoverview-benifits-cases-clickable-table .benefit-type,
.myoverview-benifits-cases-clickable-table .case-type {
    word-break: break-word;
    padding-left: 0;
    width: 100%
}

.myoverview-benifits-cases-clickable-table .benefit-date,
.myoverview-benifits-cases-clickable-table .benefit-status,
.myoverview-benifits-cases-clickable-table .case-authority,
.myoverview-benifits-cases-clickable-table .case-date,
.myoverview-benifits-cases-clickable-table .case-status {
    width: auto;
    white-space: nowrap
}

@media (max-width: 374px) {
    .myoverview-benifits-cases-clickable-table .payment-payee {
        display: none
    }
}

@media (min-width: 375px) {
    .myoverview-benifits-cases-clickable-table .payment-payee {
        display: table-cell;
        width: auto;
        white-space: nowrap
    }
}

.myoverview-benifits-cases-clickable-table .benefit-amount,
.myoverview-benifits-cases-clickable-table .case-date {
    display: none;
    width: auto;
    white-space: nowrap
}

@media (min-width: 768px) {
    .myoverview-benifits-cases-clickable-table .benefit-amount,
    .myoverview-benifits-cases-clickable-table .case-date {
        display: table-cell
    }
}

.myoverview-benifits-cases-clickable-table .benefit-date,
.myoverview-benifits-cases-clickable-table .case-authority {
    display: none;
    width: auto;
    white-space: nowrap
}

@media (min-width: 1180px) {
    .myoverview-benifits-cases-clickable-table .benefit-date,
    .myoverview-benifits-cases-clickable-table .case-authority {
        display: table-cell
    }
}

.myoverview-benifits-cases-clickable-table .benefit-details,
.myoverview-benifits-cases-clickable-table .case-details {
    width: 1px
}

.myoverview-services-aid-clickable-table tbody tr,
.myoverview-services-aid-clickable-table thead tr {
    cursor: pointer
}

.myoverview-services-aid-clickable-table tbody tr td,
.myoverview-services-aid-clickable-table tbody tr th,
.myoverview-services-aid-clickable-table thead tr td,
.myoverview-services-aid-clickable-table thead tr th {
    padding-left: .75rem;
    padding-right: .75rem
}

@media (min-width: 768px) {
    .myoverview-services-aid-clickable-table tbody tr td,
    .myoverview-services-aid-clickable-table tbody tr th,
    .myoverview-services-aid-clickable-table thead tr td,
    .myoverview-services-aid-clickable-table thead tr th {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.myoverview-services-aid-clickable-table tbody tr th,
.myoverview-services-aid-clickable-table thead tr th {
    font-weight: 700;
    white-space: nowrap
}

.myoverview-services-aid-clickable-table tbody tr th .sort-icon,
.myoverview-services-aid-clickable-table thead tr th .sort-icon {
    fill: none;
    height: 14px;
    margin-left: .25rem;
    width: 10px
}

@media (max-width: 1179.98px) {
    .myoverview-services-aid-clickable-table tbody tr th .sort-icon,
    .myoverview-services-aid-clickable-table thead tr th .sort-icon {
        height: 12px;
        width: 9px
    }
}

.myoverview-services-aid-clickable-table tbody tr th.sort-option,
.myoverview-services-aid-clickable-table thead tr th.sort-option {
    cursor: pointer
}

.myoverview-services-aid-clickable-table tbody tr td,
.myoverview-services-aid-clickable-table thead tr td {
    min-height: 66px;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    vertical-align: middle
}

@media (max-width: 1179.98px) {
    .myoverview-services-aid-clickable-table tbody tr td,
    .myoverview-services-aid-clickable-table thead tr td {
        line-height: 18px
    }
}

.myoverview-services-aid-clickable-table tfoot td {
    color: #636969;
    font-weight: 400;
    text-align: center
}

.myoverview-services-aid-clickable-table tfoot td a {
    margin-top: 1rem
}

.myoverview-services-aid-clickable-table tfoot .myoverview-services-aid-clickable-table__error,
.myoverview-services-aid-clickable-table tfoot .myoverview-services-aid-clickable-table__spinner {
    display: none
}

.myoverview-services-aid-clickable-table .service-date-from,
.myoverview-services-aid-clickable-table .service-date-to,
.myoverview-services-aid-clickable-table .service-name,
.myoverview-services-aid-clickable-table .service-status {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.myoverview-services-aid-clickable-table .service-name {
    word-break: break-word;
    padding-left: 0;
    width: 100%
}

.myoverview-services-aid-clickable-table .service-status {
    width: auto;
    white-space: nowrap
}

.myoverview-services-aid-clickable-table .service-date-from {
    display: none;
    width: auto;
    white-space: nowrap
}

@media (min-width: 768px) {
    .myoverview-services-aid-clickable-table .service-date-from {
        display: table-cell
    }
}

.myoverview-services-aid-clickable-table .service-date-to {
    display: none;
    width: auto;
    white-space: nowrap
}

@media (min-width: 1180px) {
    .myoverview-services-aid-clickable-table .service-date-to {
        display: table-cell
    }
}

.myoverview-services-aid-clickable-table .service-details {
    width: 1px
}

@media (max-width: 767.98px) {
    .myoverview-services-aid-clickable-table .service-details .details__text:after {
        vertical-align: middle
    }
}

.timeline {
    position: relative;
    --gradientPosition: 0;
    --timelineHeight: 0
}

.timeline:before {
    content: "";
    position: absolute;
    left: .75rem;
    top: 2.275rem;
    display: block;
    height: var(--timelineHeight);
    width: .063rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#10354a), to(#636969));
    background-image: linear-gradient(#10354a var(--gradientPosition), #636969 var(--gradientPosition))
}

@media (max-width: 767.98px) {
    .timeline:before {
        left: .8rem
    }
}

.timeline__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    max-width: 75ch
}

.timeline__item.current-step .timeline__text {
    padding-bottom: 1.5rem
}

.timeline__item.current-step .timeline__text .timeline-title {
    font-weight: 700
}

.timeline__item.current-step .timeline__icon:after {
    content: "";
    position: absolute;
    left: .75rem;
    top: .75rem;
    display: block;
    height: .063rem;
    width: 1.7rem;
    background-color: #10354a;
    z-index: -1
}

@media (max-width: 767.98px) {
    .timeline__item.current-step .timeline__icon:after {
        top: .95rem;
        left: .9rem
    }
}

@media (max-width: 767.98px) {
    .timeline__item.current-step .timeline__icon {
        left: -.125rem;
        top: 1.3rem
    }
    .timeline__item.current-step .timeline__icon,
    .timeline__item.current-step .timeline__icon svg {
        height: 27px;
        width: 27px
    }
}

.timeline__item.future-date {
    color: #636969
}

.timeline__item.future-date .timeline__text {
    padding-top: 1.5rem
}

@media (max-width: 767.98px) {
    .timeline__item.future-date .timeline__text {
        padding-top: 1.5rem
    }
}

.timeline__item.future-date .timeline__icon {
    color: #636969
}

@media (max-width: 767.98px) {
    .timeline__item.future-date .timeline__icon,
    .timeline__item.future-date .timeline__icon svg {
        height: 25px;
        width: 25px;
        left: -.075rem
    }
}

.timeline__item:last-child .timeline__text {
    padding-bottom: 0
}

.timeline__text {
    margin-left: 3rem;
    padding-bottom: 1.5rem
}

.timeline__text .timeline-title {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.timeline__text .timeline-letter {
    margin: 0;
    font-size: .75rem
}

@media (max-width: 767.98px) {
    .timeline__text {
        padding-bottom: 2rem
    }
}

.timeline__icon {
    left: 0;
    top: 1.55rem;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #10354a;
    position: absolute
}

.timeline__icon,
.timeline__icon svg {
    height: 25px;
    width: 25px
}

@media (max-width: 767.98px) {
    .timeline__icon,
    .timeline__icon svg {
        height: 23px;
        width: 23px
    }
}

.myoverview-case-timeline {
    padding-bottom: 2rem
}

.myoverview-contact:before {
    content: "";
    height: 3rem;
    width: 3rem;
    background-image: url(Kontakt_ikon.svg?c59c9c9f88c93525acd758b98aa5943e);
    background-repeat: no-repeat;
    background-size: 3rem;
    position: absolute;
    top: 1rem;
    right: 1rem
}

.myoverview-contact .wellbox__content .wellbox-heading {
    margin-bottom: -1rem !important
}

.myoverview-contact h3 {
    line-height: 1.375rem
}

@media (max-width: 767.98px) {
    .myoverview-contact h3 {
        line-height: 1.57143rem
    }
}

.myoverview-contact .contact-information:not(:last-child) {
    margin-bottom: 2rem
}

@media (min-width: 576px) {
    .myoverview-case-benefit-status {
        background-color: #f7f7f7;
        border-radius: 1.25rem;
        color: #0b2432;
        display: inline;
        padding: .5rem 1rem
    }
}

.myoverview-case-benefit-status .active-circle,
.myoverview-case-benefit-status .inactive-circle,
.myoverview-case-benefit-status svg {
    margin-right: 8px;
    margin-bottom: 2px
}

.myoverview-case-benefit-status .active-circle,
.myoverview-case-benefit-status .inactive-circle {
    border-radius: 50%;
    display: inline-block;
    height: .5rem;
    width: .5rem
}

.myoverview-case-benefit-status .active-circle {
    background-color: #558230
}

.myoverview-case-benefit-status .inactive-circle {
    border: 2px solid #b9bcbe
}

#overblik-status {
    margin-top: .5rem
}

@media (min-width: 576px) {
    .myoverview-services-aid-status {
        background-color: #f7f7f7;
        border-radius: 1.25rem;
        color: #0b2432;
        display: inline;
        padding: .5rem 1rem
    }
}

.myoverview-services-aid-status .active-circle,
.myoverview-services-aid-status .inactive-circle,
.myoverview-services-aid-status svg {
    margin-right: 8px
}

.myoverview-services-aid-status .active-circle,
.myoverview-services-aid-status .inactive-circle {
    border-radius: 50%;
    display: inline-block;
    height: .5rem;
    width: .5rem;
    margin-bottom: 2px
}

.myoverview-services-aid-status .active-circle {
    background-color: #558230
}

.myoverview-services-aid-status .inactive-circle {
    border: 2px solid #b9bcbe
}

.case-benefits-fallback {
    color: #636969;
    text-align: center
}

.case-benefits-fallback svg {
    color: #f2f2f2;
    height: 3.5rem;
    width: 3.5rem
}

.case-benefits-fallback .byline {
    font-weight: 400
}

.case-benefits-fallback .large {
    font-size: 1.5rem;
    font-weight: 800
}

.case-benefits-fallback p {
    margin-top: 2rem
}

.myoverview-selfservice:before {
    content: "";
    height: 3rem;
    width: 3rem;
    background-image: url(self-service-icon.svg?76e1c5c8f29506f5f837481315a803e9);
    background-repeat: no-repeat;
    background-size: 3rem;
    position: absolute;
    top: 1rem;
    right: 1rem
}

.myoverview-selfservice .wellbox__content .myoverview-selfservice__header {
    margin-bottom: -1rem !important
}

.myoverview-selfservice .wellbox__content p a {
    display: block !important
}

.myoverview-information-button button {
    color: #2f6796
}

.myoverview-information-button button span {
    padding-left: .25rem;
    padding-right: .25rem;
    font-weight: 600;
    text-align: left
}

.myoverview-information-button button svg {
    color: #2f6796
}

.myoverview-information-button button:hover>span {
    color: #0b2432;
    text-decoration: underline
}

.myoverview-information-button button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #2f6796
}

.myoverview-information-button button:focus>span {
    background-color: #0b2432;
    color: #fff;
    outline: 1px solid #fff
}

.myoverview-overview-btn {
    margin-top: 1.5rem
}

.myoverview-overview-btn .myoverview-information-button .btn.btn-link {
    padding: 0;
    margin-bottom: 0 !important;
    border: 0
}

.myoverview-payment-specification table th {
    font-weight: 700
}

.myoverview-payment-specification table th .btn-question-mark {
    font-weight: 400
}

.myoverview-education-institution table th,
.myoverview-payment-specification table .table-card-header {
    font-weight: 700
}

.myoverview-education-institution table th .btn-question-mark {
    font-weight: 400
}

.myoverview-education-institution table .table-card-header {
    font-weight: 700
}

.myoverview-payment-details table {
    white-space: nowrap
}

.myoverview-payment-details table th {
    font-weight: 700
}

.myoverview-payment-details table th .btn-question-mark {
    font-weight: 400
}

.myoverview-income-per-month table tr td,
.myoverview-income-per-month table tr th {
    width: auto;
    white-space: nowrap;
    padding-left: .75rem;
    padding-right: .75rem
}

.myoverview-income-per-month table tr td.income-employer,
.myoverview-income-per-month table tr th.income-employer {
    width: 100%;
    white-space: break-spaces
}

@media (min-width: 768px) {
    .myoverview-income-per-month table tr td,
    .myoverview-income-per-month table tr th {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

@media (max-width: 767.98px) {
    .myoverview-income-per-month table tr td,
    .myoverview-income-per-month table tr th {
        font-size: 1rem;
        padding-left: 0;
        padding-right: 0
    }
}

.myoverview-income-per-month table tr th {
    font-weight: 700;
    width: auto;
    white-space: nowrap
}

.myoverview-income-per-month table tr th.income-employer {
    width: 100%;
    white-space: break-spaces
}

.myoverview-income-per-month table th {
    font-weight: 700
}

.myoverview-income-per-month table th .btn-question-mark {
    font-weight: 400
}

.myoverview-income-per-month .table-card-header {
    font-weight: 700;
    white-space: break-spaces;
    overflow-wrap: break-word
}

@media (min-width: 768px) {
    .myoverview-income-per-month tr:not(.first-of-month) td {
        border-top: none;
        padding-top: .5rem
    }
    .myoverview-income-per-month tr:not(.first-of-month) td:first-child {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0
    }
    .myoverview-income-per-month tr:not(.last-of-month) td {
        padding-bottom: .5rem
    }
    .myoverview-income-per-month tr.last-of-month {
        border-bottom: .0625rem solid #4c6a83
    }
    .myoverview-income-per-month .wellbox-heading {
        margin-bottom: 1.5rem !important
    }
}

.myoverview-case-details table th {
    font-weight: 700
}

.myoverview-case-details table th .btn-question-mark {
    font-weight: 400
}

.myoverview-case-details table ul.list--links li:last-child {
    margin-bottom: 0
}

h3.myoverview-case-details {
    margin-bottom: 1.5rem !important
}

.myoverview-services-details table th {
    font-weight: 700
}

.myoverview-services-details table th .btn-question-mark {
    font-weight: 400
}

.myoverview-services-details table ul.list--links li:last-child {
    margin-bottom: 0
}

h3.myoverview-services-details {
    margin-bottom: 1.5rem !important
}

.loading .spinner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 3rem;
    height: 3rem
}

.served-by {
    margin-bottom: 0 !important
}

@media (max-width: 1179.98px) {
    .served-by {
        margin-left: 1.25rem;
        margin-right: 1.25rem
    }
}

@media (min-width: 576px) {
    .myoverview-next-payment-status {
        background-color: #f7f7f7;
        border-radius: 1.25rem;
        color: #0b2432;
        display: inline;
        padding: .5rem 1rem
    }
}

.myoverview-next-payment-status .active-circle,
.myoverview-next-payment-status .inactive-circle,
.myoverview-next-payment-status svg {
    margin-right: 8px
}

.myoverview-next-payment-status .active-circle,
.myoverview-next-payment-status .inactive-circle {
    border-radius: 50%;
    display: inline-block;
    height: .5rem;
    width: .5rem;
    margin-bottom: 2px
}

.myoverview-next-payment-status .active-circle {
    background-color: #558230
}

.myoverview-next-payment-status .inactive-circle {
    border: 2px solid #b9bcbe
}

#overblik-status.myoverview-case-benefit {
    margin-top: 1rem;
    line-height: 3rem
}

.myoverview-benefits-overview,
.myoverview-cases-overview,
.myoverview-services-overview {
    padding-bottom: .5rem
}

.myoverview-benefits-overview table tbody td,
.myoverview-cases-overview table tbody td,
.myoverview-services-overview table tbody td {
    padding-bottom: 2rem;
    padding-top: 2rem
}

.table.youthcard-table:last-child,
.xhtml .youthcard-table.OIMAppContentMainTable:last-child {
    margin-bottom: 1.5rem
}

.tax-card .wellbox-heading .btn-question-mark {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tax-card span.small {
    font-size: .8125rem
}

@media (max-width: 767.98px) {
    .tax-card span.small {
        font-size: .858rem
    }
}

.tax-card .tax-returns-positive {
    background-color: rgba(69, 131, 30, .15)
}

.tax-card .tax-returns-negative {
    background-color: rgba(158, 14, 31, .15)
}

.tax-card .large {
    font-size: 2rem;
    font-weight: lighter;
    margin-top: .5rem
}

.tax-card ul.list-unstyled li:not(:last-child) {
    padding-bottom: 2rem
}

.myoverview-secondary-tax-card p.tax-card-user {
    margin-bottom: 0;
    font-size: 1rem
}

.myoverview-secondary-tax-card .tax-card-date {
    margin-top: 0;
    font-size: .8125rem
}

@media (max-width: 767.98px) {
    .myoverview-secondary-tax-card .tax-card-date {
        font-size: .858rem
    }
}

.myoverview-secondary-tax-card .tax-card-second-user {
    font-size: 1rem;
    border-top: 0
}

.tax {
    padding-left: 0;
    margin-left: 0 !important
}

.tax h2 {
    font-size: 18px
}

@media (max-width: 767.98px) {
    .tax h2 {
        font-size: 13px;
        line-height: 18px
    }
}

.tax svg {
    color: #4c6a83;
    font-weight: 600 !important;
    text-decoration: none !important
}

.myoverview-tax-frame .myoverview-tabs {
    border-bottom: 0;
    margin-bottom: 1rem
}

@media (max-width: 1179.98px) {
    .myoverview-tax-frame .myoverview-tabs {
        margin-left: 18px;
        margin-bottom: 20px
    }
}

.myoverview-tax-frame .myoverview-tabs .nav-item {
    margin-right: .5rem;
    font-weight: 600
}

.myoverview-tax-frame .myoverview-tabs .nav-item:last-child {
    margin-right: 0
}

.myoverview-tax-frame .myoverview-tabs .nav-item .nav-link {
    background-color: #f7f7f7;
    border: 0;
    border-radius: 0;
    color: #284d62;
    position: relative;
    padding: 1rem 2rem
}

.myoverview-tax-frame .myoverview-tabs .nav-item .nav-link.active:hover,
.myoverview-tax-frame .myoverview-tabs .nav-item .nav-link:hover {
    background-color: #284d62;
    color: #fff
}

.myoverview-tax-frame .myoverview-tabs .nav-item .nav-link.active:hover:after,
.myoverview-tax-frame .myoverview-tabs .nav-item .nav-link:hover:after {
    border-color: #284d62 transparent transparent
}

.myoverview-tax-frame .myoverview-tabs .nav-item .nav-link.active {
    pointer-events: none !important;
    background-color: #284d62;
    color: #fff
}

.myoverview-tax-frame .myoverview-tabs .nav-item .nav-link.active:after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 1;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 8px 8px 0;
    border-color: #fff transparent transparent;
    border-color: #284d62 transparent transparent
}

.myoverview-tax-frame .myoverview-tabs .nav-item .nav-link:focus {
    -webkit-box-shadow: 0 0 0 .1875rem #2d2e28, 0 0 0 .1875rem #2d2e28, 0 0 0 .1875rem #2d2e28, 0 0 0 .1875rem #2d2e28;
    box-shadow: 0 0 0 .1875rem #2d2e28, 0 0 0 .1875rem #2d2e28, 0 0 0 .1875rem #2d2e28, 0 0 0 .1875rem #2d2e28;
    outline: none
}

.housing-list .housing-tabs {
    margin-bottom: 2rem
}

.housing-list .housing-tabs .housing-tab {
    margin-right: .5rem;
    margin-top: .5rem
}

.housing-list .housing-tabs .housing-tab a {
    background-color: #ebedee;
    color: #4c6a83;
    padding: .75rem 1rem
}

.housing-list .housing-tabs .housing-tab a:focus {
    -webkit-box-shadow: 0 0 0 .1875rem #2d2e28;
    box-shadow: 0 0 0 .1875rem #2d2e28;
    outline: none
}

.housing-list .housing-tabs .housing-tab a.active,
.housing-list .housing-tabs .housing-tab a:hover {
    background-color: #284d62;
    color: #fff
}

.housing-list .housing-tabs .housing-collapse-button {
    border: none;
    background-color: #fff;
    position: relative;
    margin-top: .5rem;
    margin-left: .5rem;
    padding-left: 1.5rem;
    color: #4c6a83;
    font-size: .875rem;
    height: 100%
}

.housing-list .housing-tabs .housing-collapse-button:after,
.housing-list .housing-tabs .housing-collapse-button:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - .2rem);
    background-color: #4c6a83;
    height: .125rem;
    width: 1rem;
    color: #0b2432
}

.housing-list .housing-tabs .housing-collapse-button:after {
    -webkit-transition: -webkit-transform .15s;
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s
}

.housing-list .housing-tabs .housing-collapse-button[aria-expanded=false]:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.housing-card {
    padding-bottom: 3rem !important
}

.myoverview-housing-supplier__supplier {
    margin-bottom: 1rem
}

.myoverview-housing-supplier__button {
    padding: 0 .25rem;
    margin-left: -.25rem;
    margin-bottom: 1.5rem;
    background-color: unset;
    color: #2f6796;
    border: 0
}

@media (max-width: 767.98px) {
    .myoverview-housing-supplier__button {
        margin-bottom: 1.25rem
    }
}

.myoverview-housing-supplier__button:hover {
    color: #0b2432
}

.myoverview-housing-supplier__button:hover span {
    text-decoration: underline
}

.myoverview-housing-supplier__button:focus {
    background-color: #19313e;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.myoverview-housing-supplier__button svg {
    margin-left: .5rem
}

.appointment-overview-wrap .wellbox__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 767.98px) {
    .appointment-overview-wrap .wellbox__content>.d-inline-flex {
        margin-bottom: 2.2857rem !important
    }
}

.appointment-overview-wrap .wellbox__content .information-box-wrap {
    color: #0b2432
}

.appointment-overview-wrap .wellbox__content .information-box-wrap svg {
    color: #2f6796
}

.appointment-overview-wrap .wellbox__content .container,
.appointment-overview-wrap .wellbox__content .operating-information__content {
    margin: 0
}

.appointment-overview-wrap .large {
    font-size: 1.875rem
}

.appointment-overview-wrap h3 {
    font-weight: 700;
    font-size: 1rem
}

.appointment-overview-wrap .appointment-time-wrap p.large {
    margin-bottom: 0
}

.appointment-overview-wrap .appointment-time-wrap p.small {
    margin-top: 0;
    font-size: .8125rem
}

.appointment-overview-wrap .appointment-comment-wrap p.small {
    margin-top: 1rem;
    font-size: .8125rem
}

.information-box-wrap {
    border: 1px solid #4c6a83;
    border-radius: .25rem;
    padding: 1.25rem;
    margin-bottom: 2rem;
    width: 100%
}

.information-box-wrap,
.information-box-wrap .icon-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.information-box-wrap .icon-wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.information-box-wrap .icon-wrap svg {
    width: 2rem;
    height: 2rem
}

.information-box-wrap .information-box-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.information-box-wrap .information-box-text__content {
    margin: 0;
    padding-right: 1rem
}

@media (max-width: 767.98px) {
    .information-box-wrap .information-box-text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.information-box-wrap .information-box-text .information-box-link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    color: #2f6796;
    font-weight: 600;
    white-space: nowrap;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.information-box-wrap .information-box-text .information-box-link svg {
    color: #2f6796
}

.information-box-wrap .information-box-text .information-box-link:hover {
    color: #0b2432;
    text-decoration: underline
}

.information-box-wrap .information-box-text .information-box-link:hover svg {
    color: #0b2432
}

@media (max-width: 767.98px) {
    .information-box-wrap .information-box-text .information-box-link {
        margin-top: .5rem
    }
}

@media (max-width: 767.98px) {
    .information-box-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .information-box-wrap .information-box-text .icon-wrap,
    .information-box-wrap .text-wrap .icon-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
}

.finished-educations-courses-wrap .educations-courses-row {
    cursor: default !important
}

@media (max-width: 767.98px) {
    .finished-educations-courses-wrap .educations-courses-row td {
        padding-bottom: .75rem;
        padding-top: .75rem
    }
}

.finished-educations-courses-wrap table {
    table-layout: auto
}

.finished-educations-courses-wrap table tr .finished-education-bevis-udstedt {
    text-align: right;
    white-space: nowrap
}

.finished-educations-courses-wrap table tr th {
    cursor: default !important;
    font-weight: 700
}

.finished-educations-courses-wrap table tr td {
    display: table-cell;
    overflow-wrap: anywhere
}

.finished-educations-courses-wrap .table-footer .pagination-wrap {
    margin: 1rem 0 2rem
}

.finished-educations-courses-wrap .table-footer .pagination-wrap p {
    font-size: .875rem;
    color: #636969
}

@media (max-width: 767.98px) {
    .finished-educations-courses-wrap table tbody tr .finished-education-bevis-udstedt {
        text-align: inherit
    }
    .finished-educations-courses-wrap table tbody tr:last-child td {
        border: none
    }
    .finished-educations-courses-wrap table tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border: none;
        padding-left: 0;
        padding-right: 0;
        margin-left: 1rem
    }
    .finished-educations-courses-wrap table tbody tr td .table-card-header {
        content: attr(mobileHeading);
        word-break: normal;
        font-weight: 700;
        min-width: 40%;
        width: 40%
    }
    .finished-educations-courses-wrap .table-footer .footer-text-button {
        margin-bottom: 1rem !important
    }
}

.month-group {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: .5rem;
    margin-top: 1.5rem
}

@media (max-width: 1179.98px) {
    .month-group {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.appointment-wellbox {
    padding: 0 !important
}

.appointment-item-container {
    -webkit-box-shadow: 0 .0625rem .625rem hsla(0, 0%, 78%, .5);
    box-shadow: 0 .0625rem .625rem hsla(0, 0%, 78%, .5)
}

.appointment-item-container:not(:last-child) {
    margin-bottom: 1.5rem
}

@media (min-width: 1180px) {
    .appointment-item-container:not(:last-child) {
        margin-bottom: 1rem
    }
}

.appointment-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    cursor: pointer
}

.appointment-item-wrap .appointment-date-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f7f7f7;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.375rem;
    width: 114px;
    min-width: 86px
}

.appointment-item-wrap .appointment-date-wrap .day,
.appointment-item-wrap .appointment-date-wrap .month,
.appointment-item-wrap .appointment-date-wrap .today {
    font-weight: 700;
    white-space: nowrap
}

.appointment-item-wrap .appointment-date-wrap .day,
.appointment-item-wrap .appointment-date-wrap .today {
    font-size: 18px;
    line-height: 18px
}

.appointment-item-wrap .appointment-date-wrap .month {
    font-size: 13px;
    line-height: 18px
}

@media (max-width: 767.98px) {
    .appointment-item-wrap .appointment-date-wrap {
        padding: 0 1rem;
        width: 61px;
        min-width: 61px
    }
    .appointment-item-wrap .appointment-date-wrap .month {
        font-size: 13px
    }
}

.appointment-item-wrap .appointment-details-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    padding: 1.5rem 2rem;
    width: 100%;
    margin: 0
}

@media (max-width: 767.98px) {
    .appointment-item-wrap .appointment-details-wrap {
        grid-template-columns: repeat(1, 1fr);
        padding: 1rem
    }
}

.appointment-item-wrap .appointment-details-wrap .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.appointment-item-wrap .appointment-details-wrap .list-item h4 {
    word-break: break-word
}

.appointment-item-wrap .appointment-details-wrap .list-item:first-child {
    grid-column: 1/2;
    grid-row: 1/2
}

.appointment-item-wrap .appointment-details-wrap .list-item:nth-child(2) {
    grid-column: 1/2;
    grid-row: 2/2
}

.appointment-item-wrap .appointment-details-wrap .list-item:nth-child(3) {
    grid-column: 2/2;
    grid-row: 1/2
}

.appointment-item-wrap .appointment-details-wrap .list-item:nth-child(4) {
    grid-column: 2/2;
    grid-row: 2/2
}

@media (max-width: 767.98px) {
    .appointment-item-wrap .appointment-details-wrap .list-item:first-child {
        grid-column: 1/1;
        grid-row: 1/1
    }
    .appointment-item-wrap .appointment-details-wrap .list-item:nth-child(2) {
        grid-column: 1/1;
        grid-row: 2/2
    }
    .appointment-item-wrap .appointment-details-wrap .list-item:nth-child(3) {
        padding-top: 7px;
        grid-column: 1/1;
        grid-row: 3/3
    }
    .appointment-item-wrap .appointment-details-wrap .list-item:nth-child(4) {
        grid-column: 1/1;
        grid-row: 4/4
    }
}

.appointment-item-wrap .appointment-details-wrap p {
    margin: 0
}

.appointment-item-wrap .appointment-details-wrap .appointment-name-location-wrap,
.appointment-item-wrap .appointment-details-wrap .appointment-type-time-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.appointment-item-wrap .appointment-details-wrap .appointment-type-time-wrap {
    margin-left: 1rem
}

.appointment-item-wrap .appointment-details-wrap .appointment-type-time-wrap .appointment-type-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.appointment-item-wrap .appointment-details-wrap .appointment-type-time-wrap p {
    white-space: nowrap
}

@media (max-width: 767.98px) {
    .appointment-item-wrap .appointment-details-wrap .appointment-type-time-wrap>p {
        margin-left: .5rem
    }
}

.appointment-item-wrap .appointment-details-wrap .appointment-name-location-wrap h4 {
    word-break: break-word
}

@media (max-width: 767.98px) {
    .appointment-item-wrap .appointment-details-wrap .appointment-name-location-wrap h4 {
        font-size: 1rem
    }
}

.appointment-item-wrap .appointment-details-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem
}

.appointment-description-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    height: 48px;
    margin-top: 1px;
    cursor: pointer
}

.appointment-description-wrap button {
    margin-left: 1.5rem;
    font-size: 13px;
    font-weight: 600;
    color: #4c6a83;
    border: none;
    padding: 0;
    min-height: 0;
    background-color: #fff
}

.appointment-description-wrap button>svg {
    margin-right: .25rem
}

.appointment-description-wrap button>span {
    padding: 0 .25rem
}

.appointment-description-wrap button:hover>span {
    color: #0b2432;
    text-decoration: underline
}

.appointment-description-wrap button:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.appointment-description-wrap button:focus>span {
    background-color: #19313e;
    color: #fff
}

.appointment-description-wrap button svg {
    height: 1.5rem;
    width: 1.5rem;
    color: #2f6796
}

.sagsnotater-wrap table {
    table-layout: fixed
}

.sagsnotater-wrap table thead th.case-type-heading {
    width: 100%
}

.sagsnotater-wrap table thead th.case-date-table-heading {
    width: 17ch
}

.sagsnotater-wrap table thead th.case-details {
    width: 15ch
}

@media (max-width: 767.98px) {
    .sagsnotater-wrap table thead th.case-details {
        width: 3ch
    }
}

.sagsnotater-wrap table tbody {
    border-bottom: 1.1px solid #4c6a83
}

.sagsnotater-wrap table tbody td {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem
}

.sagsnotater-wrap table tbody td:not(:first-child) {
    white-space: nowrap
}

@media (max-width: 767.98px) {
    .sagsnotater-wrap table tbody td {
        padding-bottom: 1.75rem;
        padding-top: 1.75rem
    }
}

.sagsnotater-wrap table tbody .case-note-title {
    word-break: break-word
}

.sagsnotater-wrap table tbody .case-note-row .case-note-toggle {
    cursor: pointer;
    text-align: right
}

.sagsnotater-wrap table tbody .case-note-row .case-note-toggle a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    outline: none
}

@media (max-width: 767.98px) {
    .sagsnotater-wrap table tbody .case-note-row .case-note-toggle a {
        padding: 0
    }
    .sagsnotater-wrap table tbody .case-note-row .case-note-toggle a .accordion-toggle-status {
        display: none
    }
}

.sagsnotater-wrap table tbody .case-note-row .case-note-toggle .accordion-toggle-status {
    margin-right: .5rem
}

.sagsnotater-wrap table tbody .case-note-row .case-note-toggle .accordion-toggle-status:before {
    content: "Vis notat"
}

.sagsnotater-wrap table tbody .case-note-row .case-note-toggle svg {
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}

.sagsnotater-wrap table tbody .case-note-row.open+.case-note-details {
    display: table-row
}

.sagsnotater-wrap table tbody .case-note-row.open .case-note-date,
.sagsnotater-wrap table tbody .case-note-row.open .case-note-title {
    font-weight: 700
}

.sagsnotater-wrap table tbody .case-note-row.open .case-note-toggle .accordion-toggle-status:before {
    content: "Skjul notat"
}

.sagsnotater-wrap table tbody .case-note-row.open .case-note-toggle svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sagsnotater-wrap table tbody .case-note-details {
    display: none;
    border-top: 1px solid #cfd4d7 !important
}

.sagsnotater-wrap table tbody .case-note-details td>div {
    padding: 1.25rem;
    border: none;
    overflow-x: auto
}

.sagsnotater-wrap table tbody .case-note-details td>div a,
.sagsnotater-wrap table tbody .case-note-details td>div abbr,
.sagsnotater-wrap table tbody .case-note-details td>div acronym,
.sagsnotater-wrap table tbody .case-note-details td>div address,
.sagsnotater-wrap table tbody .case-note-details td>div applet,
.sagsnotater-wrap table tbody .case-note-details td>div article,
.sagsnotater-wrap table tbody .case-note-details td>div aside,
.sagsnotater-wrap table tbody .case-note-details td>div audio,
.sagsnotater-wrap table tbody .case-note-details td>div big,
.sagsnotater-wrap table tbody .case-note-details td>div blockquote,
.sagsnotater-wrap table tbody .case-note-details td>div body,
.sagsnotater-wrap table tbody .case-note-details td>div canvas,
.sagsnotater-wrap table tbody .case-note-details td>div caption,
.sagsnotater-wrap table tbody .case-note-details td>div center,
.sagsnotater-wrap table tbody .case-note-details td>div cite,
.sagsnotater-wrap table tbody .case-note-details td>div code,
.sagsnotater-wrap table tbody .case-note-details td>div dd,
.sagsnotater-wrap table tbody .case-note-details td>div del,
.sagsnotater-wrap table tbody .case-note-details td>div details,
.sagsnotater-wrap table tbody .case-note-details td>div dfn,
.sagsnotater-wrap table tbody .case-note-details td>div div,
.sagsnotater-wrap table tbody .case-note-details td>div dl,
.sagsnotater-wrap table tbody .case-note-details td>div dt,
.sagsnotater-wrap table tbody .case-note-details td>div em,
.sagsnotater-wrap table tbody .case-note-details td>div embed,
.sagsnotater-wrap table tbody .case-note-details td>div fieldset,
.sagsnotater-wrap table tbody .case-note-details td>div figcaption,
.sagsnotater-wrap table tbody .case-note-details td>div figure,
.sagsnotater-wrap table tbody .case-note-details td>div footer,
.sagsnotater-wrap table tbody .case-note-details td>div form,
.sagsnotater-wrap table tbody .case-note-details td>div h1,
.sagsnotater-wrap table tbody .case-note-details td>div h2,
.sagsnotater-wrap table tbody .case-note-details td>div h3,
.sagsnotater-wrap table tbody .case-note-details td>div h4,
.sagsnotater-wrap table tbody .case-note-details td>div h5,
.sagsnotater-wrap table tbody .case-note-details td>div h6,
.sagsnotater-wrap table tbody .case-note-details td>div header,
.sagsnotater-wrap table tbody .case-note-details td>div hgroup,
.sagsnotater-wrap table tbody .case-note-details td>div html,
.sagsnotater-wrap table tbody .case-note-details td>div iframe,
.sagsnotater-wrap table tbody .case-note-details td>div img,
.sagsnotater-wrap table tbody .case-note-details td>div ins,
.sagsnotater-wrap table tbody .case-note-details td>div kbd,
.sagsnotater-wrap table tbody .case-note-details td>div label,
.sagsnotater-wrap table tbody .case-note-details td>div legend,
.sagsnotater-wrap table tbody .case-note-details td>div li,
.sagsnotater-wrap table tbody .case-note-details td>div mark,
.sagsnotater-wrap table tbody .case-note-details td>div menu,
.sagsnotater-wrap table tbody .case-note-details td>div nav,
.sagsnotater-wrap table tbody .case-note-details td>div object,
.sagsnotater-wrap table tbody .case-note-details td>div ol,
.sagsnotater-wrap table tbody .case-note-details td>div output,
.sagsnotater-wrap table tbody .case-note-details td>div p,
.sagsnotater-wrap table tbody .case-note-details td>div pre,
.sagsnotater-wrap table tbody .case-note-details td>div q,
.sagsnotater-wrap table tbody .case-note-details td>div ruby,
.sagsnotater-wrap table tbody .case-note-details td>div s,
.sagsnotater-wrap table tbody .case-note-details td>div samp,
.sagsnotater-wrap table tbody .case-note-details td>div section,
.sagsnotater-wrap table tbody .case-note-details td>div small,
.sagsnotater-wrap table tbody .case-note-details td>div span,
.sagsnotater-wrap table tbody .case-note-details td>div strike,
.sagsnotater-wrap table tbody .case-note-details td>div sub,
.sagsnotater-wrap table tbody .case-note-details td>div summary,
.sagsnotater-wrap table tbody .case-note-details td>div sup,
.sagsnotater-wrap table tbody .case-note-details td>div table,
.sagsnotater-wrap table tbody .case-note-details td>div tbody,
.sagsnotater-wrap table tbody .case-note-details td>div td,
.sagsnotater-wrap table tbody .case-note-details td>div tfoot,
.sagsnotater-wrap table tbody .case-note-details td>div th,
.sagsnotater-wrap table tbody .case-note-details td>div thead,
.sagsnotater-wrap table tbody .case-note-details td>div time,
.sagsnotater-wrap table tbody .case-note-details td>div tr,
.sagsnotater-wrap table tbody .case-note-details td>div tt,
.sagsnotater-wrap table tbody .case-note-details td>div ul,
.sagsnotater-wrap table tbody .case-note-details td>div var,
.sagsnotater-wrap table tbody .case-note-details td>div video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

.sagsnotater-wrap table tbody .case-note-details td>div article,
.sagsnotater-wrap table tbody .case-note-details td>div aside,
.sagsnotater-wrap table tbody .case-note-details td>div details,
.sagsnotater-wrap table tbody .case-note-details td>div figcaption,
.sagsnotater-wrap table tbody .case-note-details td>div figure,
.sagsnotater-wrap table tbody .case-note-details td>div footer,
.sagsnotater-wrap table tbody .case-note-details td>div header,
.sagsnotater-wrap table tbody .case-note-details td>div hgroup,
.sagsnotater-wrap table tbody .case-note-details td>div menu,
.sagsnotater-wrap table tbody .case-note-details td>div nav,
.sagsnotater-wrap table tbody .case-note-details td>div section {
    display: block
}

.sagsnotater-wrap table tbody .case-note-details td>div body {
    line-height: 1
}

.sagsnotater-wrap table tbody .case-note-details td>div blockquote,
.sagsnotater-wrap table tbody .case-note-details td>div q {
    quotes: none
}

.sagsnotater-wrap table tbody .case-note-details td>div blockquote:after,
.sagsnotater-wrap table tbody .case-note-details td>div blockquote:before,
.sagsnotater-wrap table tbody .case-note-details td>div q:after,
.sagsnotater-wrap table tbody .case-note-details td>div q:before {
    content: "";
    content: none
}

.sagsnotater-wrap table tbody .case-note-details td>div table {
    border-collapse: separate
}

.sagsnotater-wrap table tbody .case-note-details .case-note-details-col {
    margin-bottom: 1.25rem
}

.sagsnotater-wrap table tbody .case-note-details .case-note-details-col h5,
.sagsnotater-wrap table tbody .case-note-details .case-note-details-col p {
    margin: 0
}

@media (min-width: 1180px) {
    .educations-page .myoverview-detailspage-secondary {
        margin-top: 4.2rem
    }
}

.my-overview-overview-item--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 .0625rem .625rem hsla(0, 0%, 78%, .5);
    box-shadow: 0 .0625rem .625rem hsla(0, 0%, 78%, .5);
    margin-bottom: 1rem
}

@media (max-width: 767.98px) {
    .my-overview-overview-item--container.desktop {
        display: none
    }
}

@media (min-width: 768px) {
    .my-overview-overview-item--container.phone {
        display: none
    }
}

.my-overview-overview-item--container.informationbar-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.my-overview-overview-item--container.informationbar-top .information-bar-wrap {
    margin: 0 0 1px
}

.my-overview-overview-item--container .overview-item-wrap {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #fff;
    width: 100%
}

.my-overview-overview-item--container .overview-item-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f7f7f7;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.375rem;
    width: 114px;
    min-width: 86px
}

.my-overview-overview-item--container .overview-item-column-wrapper {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    padding: 1.5rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.my-overview-overview-item--container .overview-item-column-wrapper .upper-item {
    margin-bottom: .25rem
}

.my-overview-overview-item--container .overview-details-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%
}

@media (max-width: 767.98px) {
    .my-overview-overview-item--container .overview-details-link {
        padding: 2rem
    }
}

.my-overview-overview-item--container .overview-details-link .details__text {
    padding: 2rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 767.98px) {
    .my-overview-overview-item--container .overview-details-link .details__text {
        padding: 0 .25rem
    }
}

.my-overview-overview-item--container a.overview-item-wrap {
    color: #0b2432
}

.my-overview-overview-item--container a.overview-item-wrap:hover {
    text-decoration: unset
}

.my-overview-overview-item--container a.overview-item-wrap:hover .details__text:after {
    background-color: #0b2432 !important
}

.my-overview-overview-item--container a.overview-item-wrap .overview-details-link {
    padding: 1.5rem
}

.my-overview-overview-item--container a.overview-item-wrap .overview-details-link .details__text:hover {
    text-decoration: underline
}

.my-overview-overview-item--container a.overview-item-wrap .overview-details-link .details__text:focus {
    background-color: red
}

.my-overview-overview-item--container a.overview-item-wrap .overview-details-link .details__text:after {
    display: inline-block;
    content: "";
    -webkit-mask: url(chevron-right-bounding_box.svg?d9a24f1bc17a57993896ba7ba458c1c2);
    mask: url(chevron-right-bounding_box.svg?d9a24f1bc17a57993896ba7ba458c1c2);
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: text-top;
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    background-color: #2f6796
}

.my-overview-overview-item--container a.overview-item-wrap .overview-item-column-wrapper {
    padding: 1.5rem
}

.my-overview-overview-item--container a.overview-item-wrap:focus {
    -webkit-box-shadow: inset 0 0 0 .1875rem #2d2e28;
    box-shadow: inset 0 0 0 .1875rem #2d2e28
}

.my-overview-overview-item--container a.overview-item-wrap:not(:nth-last-child(2)):not(:last-child) {
    margin-bottom: 1.5rem
}

.payment-and-debt-specification .automatic-payment-box {
    border: .0625rem solid #4c6a83;
    width: 100%;
    border-radius: .25rem;
    padding: 1rem 1.5rem
}

.payment-and-debt-specification p {
    margin: unset
}

.payment-and-debt-specification .btn-question-mark {
    display: block
}

.payment-and-debt-specification .btn-question-mark .icon-svg {
    vertical-align: text-bottom
}

.payment-and-debt-specification .information-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.5rem
}

.payment-and-debt-specification .information-container .payment-information-title {
    margin-bottom: .25rem
}

.payment-and-debt-specification .information-container .specification-row {
    margin-bottom: .5rem
}

.payment-and-debt-specification .information-container .specification-row-sum {
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-top: .0625rem solid #4c6a83;
    border-bottom: .0625rem solid #4c6a83
}

.payment-and-debt-specification .information-container .specification-amount {
    white-space: nowrap;
    margin-left: .5rem
}

.payment-and-debt-specification .information-container:last-child {
    margin-bottom: 0
}

.payment-and-debt-specification--gray {
    background-color: #f7f7f7
}

.my-overview-overview-item--container.payment-and-debt-overview .grid-container {
    display: grid;
    width: 100%;
    grid-template-columns: 61.5% 36.5%;
    -webkit-column-gap: 2%;
    -moz-column-gap: 2%;
    column-gap: 2%
}

.my-overview-overview-item--container.payment-and-debt-overview .grid-container .grid-item {
    display: grid;
    grid-template-rows: auto
}

.my-overview-overview-item--container.payment-and-debt-overview .title {
    margin-bottom: .25rem;
    grid-column: 1/1;
    grid-row: 1/1;
    word-break: break-word
}

.my-overview-overview-item--container.payment-and-debt-overview .sender {
    margin: 0 0 .25rem;
    grid-column: 1/1;
    grid-row: 2/2
}

.my-overview-overview-item--container.payment-and-debt-overview .payment-date-wrapper {
    grid-column: 1/1;
    grid-row: 3/3
}

.my-overview-overview-item--container.payment-and-debt-overview .payment-date-wrapper .payment-date {
    margin-right: 1.5rem
}

.my-overview-overview-item--container.payment-and-debt-overview .payment-date,
.my-overview-overview-item--container.payment-and-debt-overview .payment-status,
.my-overview-overview-item--container.payment-and-debt-overview .sender {
    font-weight: 400
}

.my-overview-overview-item--container.payment-and-debt-overview .payment-button {
    grid-column: 1/1;
    grid-row: 4/4
}

.my-overview-overview-item--container.payment-and-debt-overview .automatic-payment-wrapper {
    margin-top: 1rem
}

.my-overview-overview-item--container.payment-and-debt-overview .amount {
    grid-column: 2/2;
    grid-row: 2/2;
    margin: 0 15% 0 0;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.my-overview-overview-item--container.payment-and-debt-overview .myoverview-overview-column:first-child {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.my-overview-overview-item--container.payment-and-debt-overview .myoverview-overview-column:last-child {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%
}

.my-overview-overview-item--container.payment-and-debt-overview .myoverview-overview-column:last-child .upper-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0
}

.my-overview-overview-item--container.payment-and-debt-overview .myoverview-overview-column:last-child .upper-item .amount {
    font-weight: 700;
    margin: 1.75rem 2.25rem 0 0;
    white-space: nowrap
}

.my-overview-overview-item--container.payment-and-debt-overview .payment-status {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.my-overview-overview-item--container.payment-and-debt-overview .payment-status .red-circle {
    background-color: #9e0013;
    height: .625rem;
    width: .625rem;
    border-radius: 50%;
    display: inline-block;
    margin-right: .5rem
}

.my-overview-overview-item--container.payment-and-debt-overview .action-button {
    margin: 1rem 0 0
}

.my-overview-overview-item--container.payment-and-debt-overview .action-button a {
    min-height: 2.5rem;
    font-size: 1rem;
    border: none
}

.my-overview-overview-item--container.payment-and-debt-overview:not(:nth-last-child(2)):not(:last-child) {
    margin-bottom: 1rem
}

.my-overview-overview-item--container.payment-and-debt-overview.phone .myoverview-overview-column {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.my-overview-overview-item--container.payment-and-debt-overview.phone .title {
    font-size: 1.14286rem;
    word-break: break-word
}

.my-overview-overview-item--container.payment-and-debt-overview.phone .payment-date,
.my-overview-overview-item--container.payment-and-debt-overview.phone .sender,
.my-overview-overview-item--container.payment-and-debt-overview.phone .title {
    margin-bottom: .5rem
}

.my-overview-overview-item--container.payment-and-debt-overview.phone .amount {
    margin-top: .5rem;
    font-size: 1.14286rem;
    font-weight: 600;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.my-overview-overview-item--container.payment-and-debt-overview.phone .automatic-payment-wrapper {
    margin-top: 0
}

.my-overview-overview-item--container.payment-and-debt-overview.phone .information-bar-wrap .js-information-bar-button {
    margin-left: 1rem
}

.my-overview-overview-item--container.payment-and-debt-overview.phone .overview-item-wrap .overview-item-column-wrapper {
    padding-bottom: 0
}

.my-overview-overview-item--container.payment-and-debt-overview.phone .overview-item-wrap .overview-item-column-wrapper .lower-item,
.my-overview-overview-item--container.payment-and-debt-overview.phone .overview-item-wrap .overview-item-column-wrapper .payment-date-wrapper,
.my-overview-overview-item--container.payment-and-debt-overview.phone .overview-item-wrap .overview-item-column-wrapper .upper-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.my-overview-overview-item--container.payment-and-debt-overview.phone .overview-item-wrap .overview-item-column-wrapper .payment-date-wrapper .payment-status .red-circle {
    margin-left: 0
}

.my-overview-overview-item--container.payment-and-debt-overview.phone .payment-button {
    padding: 1rem 1.5rem 1.5rem;
    background-color: #fff
}

.my-overview-overview-item--container.payment-and-debt-overview.phone .payment-button .action-button {
    margin: 0
}

.my-overview-overview-item--container.payment-and-debt-overview.phone .payment-button .action-button a {
    min-height: 3rem
}

.my-overview-overview-item--container.payment-and-debt-overview.phone:not(:nth-last-child(2)):not(:last-child) {
    margin-bottom: 1.5rem
}

.payment-and-debt-overview-card-wrapper {
    width: 100%
}

.myoverview-payment-and-debt-details.overview .wellbox__content h3 {
    font-weight: 700;
    font-size: 1rem
}

.myoverview-payment-and-debt-details.overview .wellbox__content>.d-inline-flex {
    margin-bottom: 1.5rem !important
}

.myoverview-payment-and-debt-details.overview .wellbox__content a {
    height: 42px;
    min-height: 42px
}

.myoverview-payment-and-debt-details.overview p {
    margin: .5rem 0
}

.myoverview-payment-and-debt-details.overview .no-date-text {
    margin-top: 1.5rem;
    margin-bottom: 0
}

.myoverview-payment-and-debt-details .automatic-payment-wrapper {
    margin-top: 2rem
}

.myoverview-payment-and-debt-details .payment-status {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.myoverview-payment-and-debt-details .payment-status .red-circle {
    background-color: #9e0013;
    height: .625rem;
    width: .625rem;
    border-radius: 50%;
    display: inline-block;
    margin-right: .5rem
}

.my-overview-overview-item--container.benefits-overview .grid-container {
    display: grid;
    width: 100%;
    grid-template-columns: 61.5% 36.5%;
    -webkit-column-gap: 2%;
    -moz-column-gap: 2%;
    column-gap: 2%
}

.my-overview-overview-item--container.benefits-overview .grid-container .grid-item {
    display: grid;
    grid-template-rows: auto
}

.my-overview-overview-item--container.benefits-overview .type-wrapper {
    margin-bottom: .25rem;
    grid-column: 1/1;
    grid-row: 1/1
}

@media (max-width: 767.98px) {
    .my-overview-overview-item--container.benefits-overview .type-wrapper {
        margin-bottom: .5rem
    }
}

.my-overview-overview-item--container.benefits-overview .type-wrapper .title {
    margin-bottom: .25rem
}

.my-overview-overview-item--container.benefits-overview ul.type-list {
    margin-left: 1rem;
    grid-column: 1/1;
    grid-row: -1/-1;
    font-weight: 400
}

.my-overview-overview-item--container.benefits-overview .sender {
    margin: 0 0 .25rem;
    grid-column: 1/1;
    grid-row: 2/2
}

.my-overview-overview-item--container.benefits-overview .payout-date {
    margin: 0;
    grid-column: 1/1;
    grid-row: 3/3;
    font-weight: 400
}

.my-overview-overview-item--container.benefits-overview .amount {
    grid-column: 2/2;
    grid-row: 2/2;
    margin: 0 15% 0 0;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.my-overview-overview-item--container.benefits-overview .myoverview-overview-column:first-child {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.my-overview-overview-item--container.benefits-overview .myoverview-overview-column:last-child {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%
}

@media (max-width: 767.98px) {
    .my-overview-overview-item--container.benefits-overview.desktop {
        display: none
    }
}

.my-overview-overview-item--container.benefits-overview.phone .grid-container {
    grid-template-columns: 100%
}

@media (min-width: 768px) {
    .my-overview-overview-item--container.benefits-overview.phone {
        display: none
    }
}

.my-overview-overview-item--container.benefits-overview.phone .myoverview-overview-column {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.my-overview-overview-item--container.benefits-overview.phone .title {
    font-size: 1.14286rem
}

.my-overview-overview-item--container.benefits-overview.phone .payout-date,
.my-overview-overview-item--container.benefits-overview.phone .sender,
.my-overview-overview-item--container.benefits-overview.phone .title {
    margin-bottom: .5rem
}

.my-overview-overview-item--container.benefits-overview.phone .amount {
    grid-column: 1/1;
    grid-row: 4/4;
    font-size: 1.14286rem;
    font-weight: 600;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.payments-wrapper :last-child(.desktop) {
    margin-bottom: 2rem
}

.my-overview-overview-wrapper {
    width: 100%
}

.modal-top .wellbox__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#main.frontpage .row .focusfield-wrap {
    padding-right: 0 !important;
    padding-left: 0 !important
}

@media print {
    @page {
        margin-top: 2.5cm;
        margin-bottom: 1.5cm
    }
    body:not(.campaign-page) {
        display: block;
        height: auto !important;
        max-width: 100%
    }
    body:not(.campaign-page).mit-overblik {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    body:not(.campaign-page).mit-overblik .navbar {
        height: auto
    }
    .payment-and-debt-specification .information-container body:not(.campaign-page).mit-overblik .specification-row,
    .payment-and-debt-specification .information-container body:not(.campaign-page).mit-overblik .specification-row-sum,
    body:not(.campaign-page).mit-overblik .d-flex,
    body:not(.campaign-page).mit-overblik .payment-and-debt-specification .information-container .specification-row,
    body:not(.campaign-page).mit-overblik .payment-and-debt-specification .information-container .specification-row-sum {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    body:not(.campaign-page).mit-overblik .myoverview-selfservice a.btn.btn-primary[href][href^="/"]:after,
    body:not(.campaign-page).mit-overblik .myoverview-selfservice a.btn.btn-primary a[href][href^="/"]:after {
        content: "    (https://www.borger.dk" attr(href) ") " !important;
        color: #4c6a83
    }
    body:not(.campaign-page).mit-overblik .myoverview-selfservice a.btn.btn-primary[href][href^="-"]:after,
    body:not(.campaign-page).mit-overblik .myoverview-selfservice a.btn.btn-primary a[href][href^="-"]:after {
        content: "    (https://www.borger.dk/" attr(href) ") " !important
    }
    body:not(.campaign-page).mit-overblik .myoverview-selfservice a.btn.btn-primary[href]:not([href^="#"]):not([href^="/"]):not([href^="-"]):after,
    body:not(.campaign-page).mit-overblik .myoverview-selfservice a.btn.btn-primary a[href]:not([href^="#"]):not([href^="/"]):not([href^="-"]):after {
        content: "    (" attr(href) ") " !important
    }
    body:not(.campaign-page).mit-overblik .myoverview-selfservice a.btn.btn-primary:after {
        text-align: initial;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
    body:not(.campaign-page).mit-overblik .tax-card a[href][href^="/"]:after,
    body:not(.campaign-page).mit-overblik .tax-card a a[href][href^="/"]:after {
        content: "    (https://www.borger.dk" attr(href) ") " !important;
        color: #4c6a83
    }
    body:not(.campaign-page).mit-overblik .tax-card a[href][href^="-"]:after,
    body:not(.campaign-page).mit-overblik .tax-card a a[href][href^="-"]:after {
        content: "    (https://www.borger.dk/" attr(href) ") " !important
    }
    body:not(.campaign-page).mit-overblik .tax-card a[href]:not([href^="#"]):not([href^="/"]):not([href^="-"]):after,
    body:not(.campaign-page).mit-overblik .tax-card a a[href]:not([href^="#"]):not([href^="/"]):not([href^="-"]):after {
        content: "    (" attr(href) ") " !important
    }
    body:not(.campaign-page) nav.jump {
        display: none
    }
    body:not(.campaign-page) .row,
    body:not(.campaign-page) div,
    body:not(.campaign-page) form {
        display: block;
        height: auto !important
    }
    body:not(.campaign-page) figure,
    body:not(.campaign-page) img:not(.logo-large) {
        display: none !important
    }
    body:not(.campaign-page) picture,
    body:not(.campaign-page) picture+.card-body {
        display: none
    }
    body:not(.campaign-page) #leftmenu,
    body:not(.campaign-page) .footer,
    body:not(.campaign-page) .main-nav-container,
    body:not(.campaign-page) img.img-fluid {
        display: none !important
    }
    body:not(.campaign-page) .container,
    body:not(.campaign-page) .operating-information__content {
        margin-left: unset !important;
        position: unset !important
    }
    .payment-and-debt-specification .information-container body:not(.campaign-page) .specification-row,
    .payment-and-debt-specification .information-container body:not(.campaign-page) .specification-row-sum,
    body:not(.campaign-page) .d-flex,
    body:not(.campaign-page) .payment-and-debt-specification .information-container .specification-row,
    body:not(.campaign-page) .payment-and-debt-specification .information-container .specification-row-sum {
        display: block !important
    }
    body:not(.campaign-page) .container-main {
        overflow: visible !important;
        margin-top: 4rem !important;
        margin-left: unset !important
    }
    body:not(.campaign-page) .wellbox {
        border: .0625rem solid #ebedee;
        background-color: #fff !important
    }
    body:not(.campaign-page) .wellbox.text-white,
    body:not(.campaign-page) .wellbox.text-white .list--links {
        color: #0b2432 !important
    }
    body:not(.campaign-page) .wellbox ul li[href][href^="/"]:after,
    body:not(.campaign-page) .wellbox ul li a[href][href^="/"]:after {
        content: "    (https://www.borger.dk" attr(href) ") " !important;
        color: #4c6a83
    }
    body:not(.campaign-page) .wellbox ul li[href][href^="-"]:after,
    body:not(.campaign-page) .wellbox ul li a[href][href^="-"]:after {
        content: "    (https://www.borger.dk/" attr(href) ") " !important
    }
    body:not(.campaign-page) .wellbox ul li[href]:not([href^="#"]):not([href^="/"]):not([href^="-"]):after,
    body:not(.campaign-page) .wellbox ul li a[href]:not([href^="#"]):not([href^="/"]):not([href^="-"]):after {
        content: "    (" attr(href) ") " !important
    }
    body:not(.campaign-page) .wellbox ul li a.btn.btn-primary {
        border: none;
        color: inherit;
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    body:not(.campaign-page) .wellbox ul li a.btn.btn-primary:after {
        text-align: initial;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
    body:not(.campaign-page) .navbar {
        display: block;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        background-color: #fff !important
    }
    body:not(.campaign-page) .navbar--small {
        height: unset;
        min-width: auto
    }
    body:not(.campaign-page) .navbar {
        height: 6.25rem
    }
    body:not(.campaign-page) .navbar .navbar-brand {
        height: 400% !important;
        min-width: unset;
        min-height: unset;
        max-height: unset;
        max-width: unset !important;
        width: 200% !important;
        -webkit-text-size-adjust: 500%;
        -moz-text-size-adjust: 500%;
        -ms-text-size-adjust: 500%;
        text-size-adjust: 500%;
        display: block;
        margin-left: unset !important;
        padding-bottom: .5rem !important;
        padding-top: .25rem !important
    }
    body:not(.campaign-page) .navbar .navbar-brand img {
        height: 92px
    }
    body:not(.campaign-page) .navbar .navbar-brand .logo-large,
    body:not(.campaign-page) .navbar .navbar-brand .logo-small {
        display: none !important
    }
}

@media print and (min-width: 576px) {
    body:not(.campaign-page) .navbar .navbar-brand .logo-print {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media print and (max-width: 575.98px) {
    body:not(.campaign-page) .navbar .navbar-brand .logo-print-small {
        height: 1.71429rem;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        float: left;
        margin-left: 1rem
    }
}

@media print {
    body:not(.campaign-page) .navbar--fixed {
        display: none !important
    }
    body:not(.campaign-page) .micro-article__content {
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        -moz-column-break-inside: avoid;
        break-inside: avoid;
        -webkit-break-inside: avoid
    }
    body:not(.campaign-page) ul.list--links li a {
        white-space: normal;
        color: #4c6a83 !important
    }
    body:not(.campaign-page) ul.list--links li a .text-white a:not(.btn) {
        color: #4c6a83
    }
    body:not(.campaign-page) ul.list--links li a:before {
        width: 1.7rem;
        height: 1.7rem;
        background-color: #4c6a83 !important;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 50%;
        background-position: 50%;
        background-size: .5rem .5rem;
        background-size: .8125rem .8125rem
    }
    body:not(.campaign-page) ul.list--links li a:after {
        background: none;
        display: block !important;
        position: relative;
        top: 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
    body:not(.campaign-page) ul.list--links li[href][href^="/"]:after,
    body:not(.campaign-page) ul.list--links li a[href][href^="/"]:after {
        content: "    (https://www.borger.dk" attr(href) ") " !important;
        color: #4c6a83
    }
    body:not(.campaign-page) ul.list--links li[href][href^="-"]:after,
    body:not(.campaign-page) ul.list--links li a[href][href^="-"]:after {
        content: "    (https://www.borger.dk/" attr(href) ") " !important
    }
    body:not(.campaign-page) ul.list--links li[href]:not([href^="#"]):not([href^="/"]):not([href^="-"]):after,
    body:not(.campaign-page) ul.list--links li a[href]:not([href^="#"]):not([href^="/"]):not([href^="-"]):after {
        content: "    (" attr(href) ") " !important
    }
    body:not(.campaign-page) ul.list-wordbreak li[href][href^="/"]:after,
    body:not(.campaign-page) ul.list-wordbreak li a[href][href^="/"]:after {
        content: "    (https://www.borger.dk" attr(href) ") " !important;
        color: #4c6a83
    }
    body:not(.campaign-page) ul.list-wordbreak li[href][href^="-"]:after,
    body:not(.campaign-page) ul.list-wordbreak li a[href][href^="-"]:after {
        content: "    (https://www.borger.dk/" attr(href) ") " !important
    }
    body:not(.campaign-page) ul.list-wordbreak li[href]:not([href^="#"]):not([href^="/"]):not([href^="-"]):after,
    body:not(.campaign-page) ul.list-wordbreak li a[href]:not([href^="#"]):not([href^="/"]):not([href^="-"]):after {
        content: "    (" attr(href) ") " !important
    }
    body:not(.campaign-page) .homemenu .list--solid-arrow li[href][href^="/"]:after,
    body:not(.campaign-page) .homemenu .list--solid-arrow li a[href][href^="/"]:after {
        content: "    (https://www.borger.dk" attr(href) ") " !important;
        color: #4c6a83
    }
    body:not(.campaign-page) .homemenu .list--solid-arrow li[href][href^="-"]:after,
    body:not(.campaign-page) .homemenu .list--solid-arrow li a[href][href^="-"]:after {
        content: "    (https://www.borger.dk/" attr(href) ") " !important
    }
    body:not(.campaign-page) .homemenu .list--solid-arrow li[href]:not([href^="#"]):not([href^="/"]):not([href^="-"]):after,
    body:not(.campaign-page) .homemenu .list--solid-arrow li a[href]:not([href^="#"]):not([href^="/"]):not([href^="-"]):after {
        content: "    (" attr(href) ") " !important
    }
    body:not(.campaign-page) .shortcuts .shortcuts-list li[href][href^="/"]:after,
    body:not(.campaign-page) .shortcuts .shortcuts-list li a[href][href^="/"]:after {
        content: "    (https://www.borger.dk" attr(href) ") " !important;
        color: #4c6a83
    }
    body:not(.campaign-page) .shortcuts .shortcuts-list li[href][href^="-"]:after,
    body:not(.campaign-page) .shortcuts .shortcuts-list li a[href][href^="-"]:after {
        content: "    (https://www.borger.dk/" attr(href) ") " !important
    }
    body:not(.campaign-page) .shortcuts .shortcuts-list li[href]:not([href^="#"]):not([href^="/"]):not([href^="-"]):after,
    body:not(.campaign-page) .shortcuts .shortcuts-list li a[href]:not([href^="#"]):not([href^="/"]):not([href^="-"]):after {
        content: "    (" attr(href) ") " !important
    }
    body:not(.campaign-page) .micro-article__header[href][href^="/"]:after,
    body:not(.campaign-page) .micro-article__header a[href][href^="/"]:after {
        content: "    (https://www.borger.dk" attr(href) ") " !important;
        color: #4c6a83
    }
    body:not(.campaign-page) .micro-article__header[href][href^="-"]:after,
    body:not(.campaign-page) .micro-article__header a[href][href^="-"]:after {
        content: "    (https://www.borger.dk/" attr(href) ") " !important
    }
    body:not(.campaign-page) .micro-article__header[href]:not([href^="#"]):not([href^="/"]):not([href^="-"]):after,
    body:not(.campaign-page) .micro-article__header a[href]:not([href^="#"]):not([href^="/"]):not([href^="-"]):after {
        content: "    (" attr(href) ") " !important
    }
    body:not(.campaign-page) .accordion-item__header,
    body:not(.campaign-page) .accordion-item__header div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    body:not(.campaign-page) button.btn-blue-dark {
        -webkit-print-color-adjust: exact;
        color-adjust: exact
    }
    .breadcrumb-menu {
        display: none !important
    }
    .focusfield {
        border: .0625rem solid #ebedee;
        height: inherit
    }
    .focusfield .circle-arrow {
        display: none !important
    }
    .focusfield[href][href^="/"]:after,
    .focusfield a[href][href^="/"]:after {
        content: "    (https://www.borger.dk" attr(href) ") " !important;
        color: #4c6a83
    }
    .focusfield[href][href^="-"]:after,
    .focusfield a[href][href^="-"]:after {
        content: "    (https://www.borger.dk/" attr(href) ") " !important
    }
    .focusfield[href]:not([href^="#"]):not([href^="/"]):not([href^="-"]):after,
    .focusfield a[href]:not([href^="#"]):not([href^="/"]):not([href^="-"]):after {
        content: "    (" attr(href) ") " !important
    }
    .focusfield:after {
        text-align: initial;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
    .framefiltering {
        display: none !important
    }
    .manchet-row {
        margin-bottom: .9375rem
    }
    .manchet-row .manchet__text-col__inner,
    .manchet-row .manchet__text-col__inner .manchet__title {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .manchet-row .manchet__text-col__inner .manchet__title {
        color: #0b2432 !important
    }
    .manchet-row .top-zone-image {
        display: none !important
    }
    .manchet-row .self-service-top-zone__text-col {
        background-color: transparent !important;
        color: #0b2432 !important
    }
    .manchet-row .text-white {
        color: #0b2432 !important
    }
    .manchet-row .arrow-link {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .manchet-row .arrow-link[href][href^="/"]:after,
    .manchet-row .arrow-link a[href][href^="/"]:after {
        content: "    (https://www.borger.dk" attr(href) ") " !important;
        color: #4c6a83
    }
    .manchet-row .arrow-link[href][href^="-"]:after,
    .manchet-row .arrow-link a[href][href^="-"]:after {
        content: "    (https://www.borger.dk/" attr(href) ") " !important
    }
    .manchet-row .arrow-link[href]:not([href^="#"]):not([href^="/"]):not([href^="-"]):after,
    .manchet-row .arrow-link a[href]:not([href^="#"]):not([href^="/"]):not([href^="-"]):after {
        content: "    (" attr(href) ") " !important
    }
    .manchet-row .arrow-link span:first-child {
        color: #fff !important
    }
    .micro-article {
        border: .0625rem solid #ebedee;
        background-color: #fff
    }
    .micro-article .btn {
        display: grid !important
    }
    .micro-article .btn .circle-arrow {
        display: none
    }
    .micro-article .micro-article__btn-start,
    .micro-article .micro-article__toggle {
        border-bottom: .0625rem solid #ebedee
    }
    .micro-article .micro-article__btn-start:after {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        background-color: none
    }
    .micro-article .collapse {
        display: block !important
    }
    .timeline .collapse {
        display: block
    }
    a {
        text-decoration: none !important
    }
    .text-white a:not(.btn) {
        color: #4c6a83 !important
    }
    .myoverview-information-button {
        display: none !important
    }
    .myoverview-benifits-cases-clickable-table .btn-blue,
    .myoverview-services-aid-clickable-table .btn-blue {
        display: none
    }
    .accordion-list.public-contact-accordion .accordion-item__header {
        font-weight: 700
    }
    .accordion-list.public-contact-accordion .accordion-item .collapse {
        display: inherit
    }
    .accordion-list.public-contact-accordion .accordion-list__toggle {
        background-color: #f7f7f7;
        font-weight: 400
    }
    .accordion-list.public-contact-accordion .accordion-list--public-contant-simple[href][href^="/"]:after,
    .accordion-list.public-contact-accordion .accordion-list--public-contant-simple a[href][href^="/"]:after {
        content: "    (https://www.borger.dk" attr(href) ") " !important;
        color: #4c6a83
    }
    .accordion-list.public-contact-accordion .accordion-list--public-contant-simple[href][href^="-"]:after,
    .accordion-list.public-contact-accordion .accordion-list--public-contant-simple a[href][href^="-"]:after {
        content: "    (https://www.borger.dk/" attr(href) ") " !important
    }
    .accordion-list.public-contact-accordion .accordion-list--public-contant-simple[href]:not([href^="#"]):not([href^="/"]):not([href^="-"]):after,
    .accordion-list.public-contact-accordion .accordion-list--public-contant-simple a[href]:not([href^="#"]):not([href^="/"]):not([href^="-"]):after {
        content: "    (" attr(href) ") " !important
    }
    .accordion-list.public-contact-accordion .accordion-list .accordion-table__toggle-button,
    .accordion-list.public-contact-accordion .accordion-list .btn-no-styling,
    .accordion-list.public-contact-accordion .accordion-list .grid-container .items .item .information-bar button,
    .accordion-list.public-contact-accordion .accordion-list .information-box-wrap,
    .accordion-list.public-contact-accordion .accordion-list .protected-content-accordion__toggle-button,
    .grid-container .items .item .information-bar .accordion-list.public-contact-accordion .accordion-list button {
        display: block !important
    }
    .accordion-list.public-contact-accordion .accordion-list .accordion-table__toggle-button:after,
    .accordion-list.public-contact-accordion .accordion-list .btn-no-styling:after,
    .accordion-list.public-contact-accordion .accordion-list .grid-container .items .item .information-bar button:after,
    .accordion-list.public-contact-accordion .accordion-list .information-box-wrap:after,
    .accordion-list.public-contact-accordion .accordion-list .protected-content-accordion__toggle-button:after,
    .grid-container .items .item .information-bar .accordion-list.public-contact-accordion .accordion-list button:after {
        display: contents
    }
    .contact-information-container a:after {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
    .contact-information-container[href][href^="/"]:after,
    .contact-information-container a[href][href^="/"]:after {
        content: "    (https://www.borger.dk" attr(href) ") " !important;
        color: #4c6a83
    }
    .contact-information-container[href][href^="-"]:after,
    .contact-information-container a[href][href^="-"]:after {
        content: "    (https://www.borger.dk/" attr(href) ") " !important
    }
    .contact-information-container[href]:not([href^="#"]):not([href^="/"]):not([href^="-"]):after,
    .contact-information-container a[href]:not([href^="#"]):not([href^="/"]):not([href^="-"]):after {
        content: "    (" attr(href) ") " !important
    }
    .contact-item a[href][href^="/"]:after,
    .contact-item a a[href][href^="/"]:after {
        content: "    (https://www.borger.dk" attr(href) ") " !important;
        color: #4c6a83
    }
    .contact-item a[href][href^="-"]:after,
    .contact-item a a[href][href^="-"]:after {
        content: "    (https://www.borger.dk/" attr(href) ") " !important
    }
    .contact-item a[href]:not([href^="#"]):not([href^="/"]):not([href^="-"]):after,
    .contact-item a a[href]:not([href^="#"]):not([href^="/"]):not([href^="-"]):after {
        content: "    (" attr(href) ") " !important
    }
    .action-button a:after {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        display: block !important
    }
    .action-button a[href][href^="/"]:after,
    .action-button a a[href][href^="/"]:after {
        content: "    (https://www.borger.dk" attr(href) ") " !important;
        color: #4c6a83
    }
    .action-button a[href][href^="-"]:after,
    .action-button a a[href][href^="-"]:after {
        content: "    (https://www.borger.dk/" attr(href) ") " !important
    }
    .action-button a[href]:not([href^="#"]):not([href^="/"]):not([href^="-"]):after,
    .action-button a a[href]:not([href^="#"]):not([href^="/"]):not([href^="-"]):after {
        content: "    (" attr(href) ") " !important
    }
    .navbar.mainnavbarcontainer a[href][href^="/"]:after,
    .navbar.mainnavbarcontainer a a[href][href^="/"]:after {
        content: "    (https://www.borger.dk" attr(href) ") " !important;
        color: #4c6a83
    }
    .navbar.mainnavbarcontainer a[href][href^="-"]:after,
    .navbar.mainnavbarcontainer a a[href][href^="-"]:after {
        content: "    (https://www.borger.dk/" attr(href) ") " !important
    }
    .navbar.mainnavbarcontainer a[href]:not([href^="#"]):not([href^="/"]):not([href^="-"]):after,
    .navbar.mainnavbarcontainer a a[href]:not([href^="#"]):not([href^="/"]):not([href^="-"]):after {
        content: "    (" attr(href) ") " !important
    }
    .navbar.mainnavbarcontainer a.navbar-brand img {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .header-menu,
    .header-menu__overlay {
        display: none !important
    }
    .guides-component-base h3,
    .guides-component-base p {
        color: #0b2432
    }
    .guides-component-base h3 a[href][href^="/"]:after,
    .guides-component-base h3[href][href^="/"]:after,
    .guides-component-base p[href][href^="/"]:after,
    .guides-component-base p a[href][href^="/"]:after {
        content: "    (https://www.borger.dk" attr(href) ") " !important;
        color: #4c6a83
    }
    .guides-component-base h3 a[href][href^="-"]:after,
    .guides-component-base h3[href][href^="-"]:after,
    .guides-component-base p[href][href^="-"]:after,
    .guides-component-base p a[href][href^="-"]:after {
        content: "    (https://www.borger.dk/" attr(href) ") " !important
    }
    .guides-component-base h3 a[href]:not([href^="#"]):not([href^="/"]):not([href^="-"]):after,
    .guides-component-base h3[href]:not([href^="#"]):not([href^="/"]):not([href^="-"]):after,
    .guides-component-base p[href]:not([href^="#"]):not([href^="/"]):not([href^="-"]):after,
    .guides-component-base p a[href]:not([href^="#"]):not([href^="/"]):not([href^="-"]):after {
        content: "    (" attr(href) ") " !important
    }
    .guides-component-base .guides-component-movie a img {
        display: block !important
    }
    .guides-component-base .guides-component-columns .column {
        margin-left: 0 !important;
        margin-top: 2rem
    }
}