/*!
 * 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)
 */

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*, ::after, ::before {
    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: transparent
}

@-ms-viewport {
    width: device-width
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:hover {
        color: #0056b3;
        text-decoration: underline
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none
    }

        a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
            color: inherit;
            text-decoration: none
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0
        }

code, kbd, pre, samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

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] {
    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
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h3, h3 {
    font-size: 1.75rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

.h6, h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    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 \00A0"
    }

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.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 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.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-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -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 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

    .table td, .table th {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6
    }

    .table .table {
        background-color: #fff
    }

.table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6
    }

    .table-bordered thead td, .table-bordered thead th {
        border-bottom-width: 2px
    }

.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: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

    .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
        background-color: #9fcdff
    }

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

    .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
        background-color: #c8cbcf
    }

.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
        background-color: #b1dfbb
    }

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

    .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
        background-color: #abdde5
    }

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
        background-color: #ffe8a1
    }

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
        background-color: #f1b0b7
    }

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

    .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: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

    .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
        background-color: #b9bbbe
    }

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,.075)
}

    .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
        background-color: rgba(0,0,0,.075)
    }

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.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: rgba(255,255,255,.05)
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255,255,255,.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:991.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:1199.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: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 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: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    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] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    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: -ms-inline-flexbox;
    display: inline-flex;
    -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: 80%;
    color: #28a745
}

.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(40,167,69,.9);
    border-radius: .25rem
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #28a745
}

    .custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
    }

    .custom-select.is-valid ~ .valid-feedback, .custom-select.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:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
        display: block
    }

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
}

.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: #28a745
}

    .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
        background-color: #71dd8a
    }

.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: #34ce57
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25)
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

    .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 {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.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(220,53,69,.9);
    border-radius: .25rem
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545
}

    .custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
    }

    .custom-select.is-invalid ~ .invalid-feedback, .custom-select.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:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
        display: block
    }

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.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: #dc3545
}

    .custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
        background-color: #efa2a9
    }

.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: #e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25)
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

    .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 {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

    .form-inline .form-check {
        width: 100%
    }

@media (min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .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: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: 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 {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    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: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:focus, .btn:hover {
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.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: #007bff;
    border-color: #007bff
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc
    }

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
        }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62
    }

    .btn-secondary.focus, .btn-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b
    }

        .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
        }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34
    }

    .btn-success.focus, .btn-success:focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430
    }

        .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
        }

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b
    }

    .btn-info.focus, .btn-info:focus {
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f
    }

        .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
        }

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

    .btn-warning:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00
    }

    .btn-warning.focus, .btn-warning:focus {
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500
    }

        .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
        }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130
    }

    .btn-danger.focus, .btn-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d
    }

        .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(220,53,69,.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 {
        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 {
            box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
        }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124
    }

    .btn-dark.focus, .btn-dark:focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d
    }

        .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
        }

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #007bff;
        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: #007bff;
        border-color: #007bff
    }

        .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 {
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
        }

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

    .btn-outline-secondary.focus, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        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: #fff;
        background-color: #6c757d;
        border-color: #6c757d
    }

        .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 {
            box-shadow: 0 0 0 .2rem rgba(108,117,125,.5)
        }

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745
    }

    .btn-outline-success.focus, .btn-outline-success:focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        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: #28a745;
        border-color: #28a745
    }

        .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 {
            box-shadow: 0 0 0 .2rem rgba(40,167,69,.5)
        }

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8
    }

    .btn-outline-info.focus, .btn-outline-info:focus {
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        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: #17a2b8;
        border-color: #17a2b8
    }

        .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 {
            box-shadow: 0 0 0 .2rem rgba(23,162,184,.5)
        }

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-outline-warning.focus, .btn-outline-warning:focus {
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        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: #ffc107;
        border-color: #ffc107
    }

        .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 {
            box-shadow: 0 0 0 .2rem rgba(255,193,7,.5)
        }

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545
    }

    .btn-outline-danger.focus, .btn-outline-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5)
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        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: #dc3545;
        border-color: #dc3545
    }

        .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 {
            box-shadow: 0 0 0 .2rem rgba(220,53,69,.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 {
        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 {
            box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
        }

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40
    }

    .btn-outline-dark.focus, .btn-outline-dark:focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        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: #343a40;
        border-color: #343a40
    }

        .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 {
            box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
        }

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

    .btn-link:hover {
        color: #0056b3;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent
    }

    .btn-link.focus, .btn-link:focus {
        text-decoration: underline;
        border-color: transparent;
        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 {
    transition: opacity .15s linear
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        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: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

.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: ""
}

.dropleft .dropdown-toggle::after {
    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: #007bff
    }

    .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: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }

        .btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
            z-index: 1
        }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
            z-index: 1
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .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-left: -1px
    }

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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: .5625rem;
    padding-left: .5625rem
}

    .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 {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -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 input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none
    }

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

    .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
        position: relative;
        -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: -ms-flexbox;
        display: flex;
        -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: -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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    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: 1.5rem
}

.custom-control-inline {
    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: #007bff
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
    }

    .custom-control-input:active ~ .custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff
    }

    .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 {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #dee2e6
    }

    .custom-control-label::after {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%
    }

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .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='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #007bff
}

.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='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff
}

.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(0,123,255,.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    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 .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(128,189,255,.5)
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: .75rem;
        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);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #80bdff;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

        .custom-file-input:focus ~ .custom-file-label::after {
            border-color: #80bdff
        }

    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #e9ecef
    }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse"
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 2.25rem;
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: 1px solid #ced4da;
        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: 0
    }

        .custom-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)
        }

    .custom-range::-moz-focus-outer {
        border: 0
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        appearance: none
    }

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.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: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.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: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.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 {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none
    }
}

.nav {
    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: .25rem;
        border-top-right-radius: .25rem
    }

        .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: .25rem
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #007bff
    }

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

    .navbar > .container, .navbar > .container-fluid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -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: -ms-flexbox;
    display: flex;
    -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%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -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 center center;
    background-size: 100% 100%
}

@media (max-width:575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .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 {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-sm .navbar-collapse {
            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 {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .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 {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-md .navbar-collapse {
            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:991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .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 {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-collapse {
            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:1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .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 {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-xl .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-expand .navbar-nav {
        -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 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand .navbar-collapse {
        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 {
    color: rgba(0,0,0,.9)
}

    .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 {
        color: rgba(0,0,0,.9)
    }

        .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
            color: rgba(0,0,0,.9)
        }

.navbar-dark .navbar-brand {
    color: #fff
}

    .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
        color: #fff
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255,255,255,.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,.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: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.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: rgba(255,255,255,.5)
}

    .navbar-dark .navbar-text a {
        color: #fff
    }

        .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
            color: #fff
        }

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-deck .card {
        margin-bottom: 15px
    }

@media (min-width:576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .card-deck .card {
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

    .card-group > .card {
        margin-bottom: 15px
    }

@media (min-width:576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

        .card-group > .card {
            -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: .25rem
            }

                .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
                    border-top-left-radius: .25rem;
                    border-top-right-radius: .25rem
                }

                .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
                    border-bottom-right-radius: .25rem;
                    border-bottom-left-radius: .25rem
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0
            }

                .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: .75rem
}

@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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: .5rem;
        color: #6c757d;
        content: "/"
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none
    }

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.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 {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

    .badge-primary[href]:focus, .badge-primary[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #0062cc
    }

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

    .badge-secondary[href]:focus, .badge-secondary[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #545b62
    }

.badge-success {
    color: #fff;
    background-color: #28a745
}

    .badge-success[href]:focus, .badge-success[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1e7e34
    }

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

    .badge-info[href]:focus, .badge-info[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #117a8b
    }

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

    .badge-warning[href]:focus, .badge-warning[href]:hover {
        color: #212529;
        text-decoration: none;
        background-color: #d39e00
    }

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

    .badge-danger[href]:focus, .badge-danger[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #bd2130
    }

.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: #343a40
}

    .badge-dark[href]:focus, .badge-dark[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1d2124
    }

.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: .25rem
}

.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: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

    .alert-primary hr {
        border-top-color: #9fcdff
    }

    .alert-primary .alert-link {
        color: #002752
    }

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

    .alert-secondary hr {
        border-top-color: #c8cbcf
    }

    .alert-secondary .alert-link {
        color: #202326
    }

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

    .alert-success hr {
        border-top-color: #b1dfbb
    }

    .alert-success .alert-link {
        color: #0b2e13
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

    .alert-info hr {
        border-top-color: #abdde5
    }

    .alert-info .alert-link {
        color: #062c33
    }

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

    .alert-warning hr {
        border-top-color: #ffe8a1
    }

    .alert-warning .alert-link {
        color: #533f03
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

    .alert-danger hr {
        border-top-color: #f1b0b7
    }

    .alert-danger .alert-link {
        color: #491217
    }

.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: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

    .alert-dark hr {
        border-top-color: #b9bbbe
    }

    .alert-dark .alert-link {
        color: #040505
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,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: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -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: #212529;
        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: .25rem;
        border-top-right-radius: .25rem
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .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: #007bff;
        border-color: #007bff
    }

.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: #004085;
    background-color: #b8daff
}

    .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
        color: #004085;
        background-color: #9fcdff
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #004085;
        border-color: #004085
    }

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

    .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
        color: #383d41;
        background-color: #c8cbcf
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #383d41;
        border-color: #383d41
    }

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

    .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
        color: #155724;
        background-color: #b1dfbb
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #155724;
        border-color: #155724
    }

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

    .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
        color: #0c5460;
        background-color: #abdde5
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #0c5460;
        border-color: #0c5460
    }

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

    .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
        color: #856404;
        background-color: #ffe8a1
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #856404;
        border-color: #856404
    }

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

    .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
        color: #721c24;
        background-color: #f1b0b7
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24
    }

.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: #1b1e21;
    background-color: #c6c8ca
}

    .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
        color: #1b1e21;
        background-color: #b9bbbe
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21
    }

.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 {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - (.5rem * 2));
        content: ""
    }

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    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: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

    .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: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

        .modal-dialog-centered::before {
            height: calc(100vh - (1.75rem * 2))
        }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-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: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-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 .arrow {
        position: absolute;
        display: block;
        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 .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: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -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;
        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 {
        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: translate3d(0,0,0);
        transform: translate3d(0,0,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;
    transition-duration: .6s;
    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: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: 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 center center;
    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: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

    .carousel-indicators li {
        position: relative;
        -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: rgba(255,255,255,.5)
    }

        .carousel-indicators li::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: ""
        }

        .carousel-indicators li::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: ""
        }

    .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: #007bff !important
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !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: #343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !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: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !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 {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    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: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .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: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .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: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        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: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        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.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -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 {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -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 {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -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 {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -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 {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -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 {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -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 {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -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:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -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 {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -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 {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -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:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -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 {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -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 {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -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:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .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 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@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;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    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 {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none {
    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.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !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.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !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.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !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.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !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.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !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.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !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:992px) {
    .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.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !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.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !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:1200px) {
    .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.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !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.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !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:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .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: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0062cc !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #545b62 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #1d2124 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0,0,0,.5) !important
}

.text-white-50 {
    color: rgba(255,255,255,.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;
        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
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

        .table td, .table 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: #dee2e6
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}
@charset "UTF-8";
@font-face {
  font-family: 'Real Book';
  src: url("/Files/Templates/Designs/rm/assets/fonts/RealTAB-BoldItalic.eot");
  src: url("/Files/Templates/Designs/rm/assets/fonts/RealTAB-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/Files/Templates/Designs/rm/assets/fonts/RealTAB-BoldItalic.woff") format("woff"), url("/Files/Templates/Designs/rm/assets/fonts/RealTAB-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Real Book';
  src: url("/Files/Templates/Designs/rm/assets/fonts/RealTAB-Book.eot");
  src: url("/Files/Templates/Designs/rm/assets/fonts/RealTAB-Book.eot?#iefix") format("embedded-opentype"), url("/Files/Templates/Designs/rm/assets/fonts/RealTAB-Book.woff") format("woff"), url("/Files/Templates/Designs/rm/assets/fonts/RealTAB-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Real Book';
  src: url("/Files/Templates/Designs/rm/assets/fonts/RealTAB-Bold.eot");
  src: url("/Files/Templates/Designs/rm/assets/fonts/RealTAB-Bold.eot?#iefix") format("embedded-opentype"), url("/Files/Templates/Designs/rm/assets/fonts/RealTAB-Bold.woff") format("woff"), url("/Files/Templates/Designs/rm/assets/fonts/RealTAB-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Real Book';
  src: url("/Files/Templates/Designs/rm/assets/fonts/RealTAB-BookItalic.eot");
  src: url("/Files/Templates/Designs/rm/assets/fonts/RealTAB-BookItalic.eot?#iefix") format("embedded-opentype"), url("/Files/Templates/Designs/rm/assets/fonts/RealTAB-BookItalic.woff") format("woff"), url("/Files/Templates/Designs/rm/assets/fonts/RealTAB-BookItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Playfair Display';
  src: url("/Files/Templates/Designs/rm/assets/fonts/PlayfairDisplay/PlayfairDisplay-Regular.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Playfair Display';
  src: url("/Files/Templates/Designs/rm/assets/fonts/PlayfairDisplay/PlayfairDisplay-Italic.ttf");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Playfair Display';
  src: url("/Files/Templates/Designs/rm/assets/fonts/PlayfairDisplay/PlayfairDisplay-Bold.ttf");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("/Files/Templates/Designs/rm/assets/fonts/Montserrat/Montserrat-Regular.ttf");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("/Files/Templates/Designs/rm/assets/fonts/Montserrat/Montserrat-Bold.ttf");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("/Files/Templates/Designs/rm/assets/fonts/Montserrat/Montserrat-Black.ttf");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("/Files/Templates/Designs/rm/assets/fonts/Montserrat/Montserrat-Italic.ttf");
  font-weight: normal;
  font-style: italic; }

/*
  Flickity v2.0.5
  http://flickity.metafizzy.co
*/
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity .2s linear;
  z-index: 10; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

@media (max-width: 767px) {
  .flickity-prev-next-button.previous {
    left: 0.5em; } }

@media (min-width: 768px) {
  .flickity-prev-next-button.previous {
    left: 1em; } }

@media (max-width: 767px) {
  .flickity-prev-next-button.next {
    right: 0.5em; } }

@media (min-width: 768px) {
  .flickity-prev-next-button.next {
    right: 1em; } }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 0; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 0; }

.flickity-prev-next-button:disabled {
  opacity: 0;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80%;
  height: 80%; }

.flickity-prev-next-button .arrow {
  stroke: #999;
  stroke-width: 1;
  fill: #fff;
  transition: fill .2s linear; }

.flickity-prev-next-button:hover .arrow {
  fill: #ccc; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #323a3e;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/*
	Bootstrap exts.
*/
a {
  color: #66C1BF; }
  a:focus, a:hover {
    color: #54bab7;
    text-decoration: none; }

table {
  font-size: inherit; }

.highlight-text {
  color: #66C1BF; }

.btn {
  border-radius: 0;
  border: none;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0.75em;
  transition: color .2s linear, background-color .1s linear;
  min-width: 12em;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap; }

.btn-group .btn {
  min-width: 0em; }

.btn-transparent:hover, .btn-transparent.active, .btn-transparent:active {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-primary {
  color: #fff;
  background-color: #003761;
  border: 1px solid #003761; }
  .btn-primary.disabled:hover, .btn-primary:disabled:hover,
  fieldset[disabled] .btn-primary:hover, .btn-primary:hover, .btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #001a2e;
    border: 1px solid #001a2e; }
  .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover {
    color: #fff;
    background-color: black;
    border: 1px solid black;
    outline: none; }

.btn-secondary {
  color: #fff;
  background-color: #66C1BF;
  border: 1px solid #66C1BF; }
  .btn-secondary.disabled:hover, .btn-secondary:disabled:hover,
  fieldset[disabled] .btn-secondary:hover, .btn-secondary:hover, .btn-secondary.focus, .btn-secondary:focus {
    color: #fff;
    background-color: #46aeab;
    border: 1px solid #46aeab; }
  .btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary.active:hover, .btn-secondary:active.focus, .btn-secondary:active:focus, .btn-secondary:active:hover {
    color: #fff;
    background-color: #388988;
    border: 1px solid #388988;
    outline: none; }

.btn-tertiary {
  color: #fff;
  background-color: #66C1BF;
  border: 1px solid #66C1BF; }
  .btn-tertiary.disabled:hover, .btn-tertiary:disabled:hover,
  fieldset[disabled] .btn-tertiary:hover, .btn-tertiary:hover, .btn-tertiary.focus, .btn-tertiary:focus {
    color: #fff;
    background-color: #46aeab;
    border: 1px solid #46aeab; }
  .btn-tertiary.active.focus, .btn-tertiary.active:focus, .btn-tertiary.active:hover, .btn-tertiary:active.focus, .btn-tertiary:active:focus, .btn-tertiary:active:hover {
    color: #fff;
    background-color: #388988;
    border: 1px solid #388988;
    outline: none; }

.btn-default {
  color: #003761;
  background-color: transparent;
  border: 1px solid #003761; }
  .btn-default.disabled:hover, .btn-default:disabled:hover,
  fieldset[disabled] .btn-default:hover, .btn-default:hover, .btn-default.focus, .btn-default:focus {
    color: #003761;
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid #003761; }
  .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover {
    color: #003761;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid #003761;
    outline: none; }

.btn-default-invert {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff; }
  .btn-default-invert.disabled:hover, .btn-default-invert:disabled:hover,
  fieldset[disabled] .btn-default-invert:hover, .btn-default-invert:hover, .btn-default-invert.focus, .btn-default-invert:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff; }
  .btn-default-invert.active.focus, .btn-default-invert.active:focus, .btn-default-invert.active:hover, .btn-default-invert:active.focus, .btn-default-invert:active:focus, .btn-default-invert:active:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    outline: none; }

.btn-facebook {
  position: relative;
  display: block;
  padding-left: 3.75em;
  color: #fff;
  background-color: #3B5998; }
  .btn-facebook.disabled:hover, .btn-facebook:disabled:hover,
  fieldset[disabled] .btn-facebook:hover, .btn-facebook:hover, .btn-facebook.focus, .btn-facebook:focus {
    color: #fff;
    background-color: #2d4373; }
  .btn-facebook.active.focus, .btn-facebook.active:focus, .btn-facebook.active:hover, .btn-facebook:active.focus, .btn-facebook:active:focus, .btn-facebook:active:hover {
    color: #fff;
    background-color: #1e2e4f;
    outline: none; }
  .btn-facebook .fa {
    position: absolute;
    left: 0;
    line-height: 38px;
    top: 0;
    width: 3em;
    border-right: 1px solid #1e2e4f; }

.btn-social-icon {
  color: #003761;
  background-color: #fff;
  border: 3px solid #003761;
  border-radius: 50%;
  min-width: auto;
  width: 32px;
  height: 32px;
  line-height: 30px;
  font-size: 18px;
  padding: 0; }
  .btn-social-icon:hover, .btn-social-icon.focus, .btn-social-icon:focus {
    color: #fff;
    background-color: #003761;
    outline: none; }
  .btn-social-icon.active.focus, .btn-social-icon.active:focus, .btn-social-icon.active:hover, .btn-social-icon:active.focus, .btn-social-icon:active:focus, .btn-social-icon:active:hover {
    outline: none; }

.form-group {
  margin-bottom: 15px;
  overflow: hidden; }
  .form-group textarea {
    min-height: 110px;
    resize: vertical; }
  .form-group .checkbox, .form-group .radio {
    margin: 0; }

.form-group-terms {
  margin-top: 30px; }

.form-group-links {
  width: 100%;
  overflow: hidden;
  padding-top: 15px;
  margin: -7.5px; }
  .form-group-links a {
    margin: 7.5px;
    display: inline-block;
    text-decoration: none;
    color: #66C1BF;
    cursor: pointer; }
    .form-group-links a:focus, .form-group-links a:hover {
      text-decoration: underline;
      color: #54bab7; }

.form-control {
  border-radius: 0; }

input.form-validate-error, textarea.form-validate-error {
  border-color: #a94442;
  background-color: #fff7f8; }
  input.form-validate-error:focus, textarea.form-validate-error:focus {
    border-color: #a94442;
    background-color: #fff7f8;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(169, 68, 66, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(169, 68, 66, 0.6); }
  input.form-validate-error[type=checkbox] + span:before, input.form-validate-error[type=radio] + span:before, textarea.form-validate-error[type=checkbox] + span:before, textarea.form-validate-error[type=radio] + span:before {
    border-color: #a94442;
    background-color: #fff7f8; }

label.form-validate-error {
  font-size: 12px;
  font-weight: normal;
  color: #a94442;
  display: block;
  padding: 0 !important;
  margin: 5px 0 0;
  border-radius: 0; }
  .input--ichiro label.form-validate-error {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 55px; }
    .input--ichiro label.form-validate-error + .input__label--ichiro::before {
      background-color: #fff7f8; }

.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 1em 0;
  width: 100%;
  vertical-align: top; }

.input__field {
  position: relative;
  display: block;
  float: right;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  color: #aaa;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */ }

.input__field:focus {
  outline: none; }

.input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #6a7989;
  font-weight: bold;
  font-size: 70.25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.input__label-content {
  position: relative;
  display: block;
  padding: 1.33em 0;
  width: 100%; }

/* Ichiro */
.input--ichiro {
  margin-top: 2em;
  border: 1px solid #ccc; }

.input__field--ichiro {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: block;
  padding: 0 0.55em;
  background: #fff;
  color: #7F8994;
  opacity: 0;
  -webkit-transform: scale3d(1, 0, 1);
  transform: scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s; }

.input__label--ichiro {
  width: 100%;
  text-align: left;
  cursor: text; }

.input__label--ichiro::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, transform 0.3s;
  background: #fff; }

.input__label-content--ichiro {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.input__field--ichiro:focus,
.input--filled .input__field--ichiro {
  opacity: 1;
  -webkit-transform: scale3d(1, 1.03, 1);
  transform: scale3d(1, 1.03, 1);
  border-top: 1px solid #ccc; }

.input__field--ichiro:focus + .input__label--ichiro,
.input--filled .input__label--ichiro {
  cursor: default; }

.input__field--ichiro:focus + .input__label--ichiro::before,
.input--filled .input__label--ichiro::before {
  -webkit-transform: scale3d(1, 1.5, 1);
  transform: scale3d(1, 1.5, 1);
  background: #eee;
  border: 1px solid #ccc; }

.input__field--ichiro:focus + .input__label--ichiro .input__label-content--ichiro,
.input--filled .input__label-content--ichiro {
  -webkit-transform: translate3d(0, -3.15em, 0) scale3d(0.8, 0.8, 1);
  transform: translate3d(0, -3.15em, 0) scale3d(0.8, 0.8, 1) translateZ(1px); }

/** **/
.input-group {
  margin-top: 2em; }
  .input-group .fa {
    font-size: 2.5rem;
    line-height: 0.45;
    min-width: 1em; }
  .input-group .fal {
    font-size: 1.5rem;
    line-height: 0.45;
    min-width: 1em; }
  .input-group .input {
    display: table-cell;
    width: inherit; }
  .input-group .btn {
    min-width: 1px;
    padding: 10px 0.75em; }
  .input-group .form-control {
    border-radius: 0;
    height: 38px;
    height: 2.5rem; }
    .input-group .form-control:focus {
      border-color: #003761;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .input-group .twitter-typeahead {
    min-height: 38px; }
  .input-group .tt-input {
    background-color: #fff !important; }
  .input-group .tt-menu {
    color: #000;
    text-align: left; }

/* Checkboxes & radiobuttons */
.checkbox label, .radio label {
  padding: 0; }

.checkbox input[type=checkbox], .checkbox input[type=radio], .radio input[type=checkbox], .radio input[type=radio] {
  margin: 0;
  z-index: -1;
  opacity: 0; }

.checkbox span, .radio span {
  display: block;
  padding-left: 22.5px; }

.checkbox span:before, .radio span:before {
  float: left;
  display: block;
  margin-top: 1px;
  margin-left: -22.5px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  width: 15px;
  height: 15px;
  text-indent: 15px;
  text-align: center;
  background: #fff;
  color: #fff;
  border: 1px solid #ccc;
  overflow: hidden;
  transition: color .1s linear, text-indent .2s linear; }

.checkbox input[type=checkbox]:checked + span:before, .checkbox input[type=radio]:checked + span:before, .radio input[type=checkbox]:checked + span:before, .radio input[type=radio]:checked + span:before {
  color: #003761;
  text-indent: 0; }

.checkbox input[type=checkbox]:disabled + span, .checkbox input[type=radio]:disabled + span, .radio input[type=checkbox]:disabled + span, .radio input[type=radio]:disabled + span {
  color: #ddd; }

.checkbox span:before {
  content: "\f00c";
  font-size: 14px;
  line-height: 14px; }

.radio label + label {
  padding-left: 10px; }

.radio span:before {
  content: "\f111";
  font-size: 9px;
  line-height: 14px;
  border-radius: 50%; }

.panel-default > .panel-heading {
  font-weight: 700;
  color: #003761;
  background-color: #e8e5e3; }

.panel-helper-text {
  margin: 10px 0 0;
  font-size: 12px; }

@media (max-width: 996px) {
  .panels-collapse .panel-heading {
    cursor: pointer;
    position: relative; }
    .panels-collapse .panel-heading:after {
      content: "";
      position: absolute;
      right: 15px;
      width: 10px;
      height: 10px;
      border: solid #003761;
      border-width: 0 3px 3px 0;
      display: inline-block;
      top: 13px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg); }
  .panels-collapse .panel-body {
    display: none; }
  .panels-collapse .panel.active .panel-body {
    display: block; }
  .panels-collapse .panel.active .panel-heading:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 16px; } }

.panel.panel-form .close, .modal-content .close {
  cursor: pointer;
  height: 24px;
  color: #003761;
  opacity: 1;
  position: absolute;
  right: 25px;
  z-index: 99; }
  .panel.panel-form .close b, .modal-content .close b {
    display: block;
    position: relative;
    width: 24px;
    height: 2px;
    margin: 0 auto;
    background: transparent; }
    .panel.panel-form .close b:before, .panel.panel-form .close b:after, .modal-content .close b:before, .modal-content .close b:after {
      content: "";
      display: block;
      position: relative;
      width: 24px;
      height: 2px;
      background: currentColor; }
    .panel.panel-form .close b:before, .modal-content .close b:before {
      top: -7px;
      transform: translateY(7px) rotate(45deg); }
    .panel.panel-form .close b:after, .modal-content .close b:after {
      top: 5px;
      transform: translateY(-7px) rotate(-45deg); }
    .panel.panel-form .close b:focus, .modal-content .close b:focus {
      outline: none; }
  .panel.panel-form .close:hover, .panel.panel-form .close:focus, .modal-content .close:hover, .modal-content .close:focus {
    color: #003761; }

.modal-content {
  border: none;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  .modal-content .close {
    margin-top: -2px; }

.modal-backdrop {
  background: rgba(0, 0, 0, 0.5); }
  .modal-backdrop.in {
    opacity: .5; }

.modal-dialog {
  text-align: left;
  transform: none !important;
  /* we need this if we wan't a sticky footer - otherwise it's buggy in some resolutions */
  width: 90%;
  max-width: 1000px;
  max-height: 90vh;
  max-height: calc(100vh - 150px);
  margin: 75px auto;
  -webkit-overflow-scrolling: touch;
  /* nice webkit native scroll */ }

.modal-body {
  z-index: 0; }

.modal-footer {
  overflow: hidden;
  background: #fff;
  bottom: 0;
  z-index: 1;
  position: sticky; }

.slider {
  padding-top: 30px;
  margin: 0 0 15px 0; }

/* Energylabels - keep this in sync with e-mail templates */
.energylabel {
  width: 2em;
  height: 2em;
  color: #fff;
  background-color: #CCC; }
  .energylabel:before {
    content: attr(data-energylabel);
    display: block;
    text-align: center;
    width: 2em;
    line-height: 2em; }
  .energylabel[data-energylabel=""] {
    display: none; }
  .energylabel[data-energylabel="A2010"]:before, .energylabel[data-energylabel="A2015"]:before, .energylabel[data-energylabel="A2020"]:before {
    font-size: 0.5em;
    width: 4em;
    line-height: 4em; }
  .energylabel[data-energylabel="A2020"] {
    background-color: #0f7a3b; }
  .energylabel[data-energylabel="A2015"] {
    background-color: #3db34f; }
  .energylabel[data-energylabel="A2"], .energylabel[data-energylabel="A2010"] {
    background-color: #8ec549; }
  .energylabel[data-energylabel="A"] {
    background-color: #6db769; }
  .energylabel[data-energylabel="B"] {
    background-color: #75a43c; }
  .energylabel[data-energylabel="C"] {
    background-color: #d09f26; }
  .energylabel[data-energylabel="D"] {
    background-color: #c97926; }
  .energylabel[data-energylabel="E"] {
    background-color: #ee5a35; }
  .energylabel[data-energylabel="F"] {
    background-color: #790816; }
  .energylabel[data-energylabel="G"] {
    background-color: #562c59; }

widget {
  margin: 2em auto;
  display: block;
  padding: 1em;
  background: #eee;
  color: #ccc; }

.twitter-typeahead {
  display: block !important; }
  .twitter-typeahead .tt-hint {
    opacity: 0.25;
    height: 100%;
    width: 100%;
    background: transparent !important; }
  .twitter-typeahead .tt-menu {
    width: 100%;
    color: #003761;
    background-color: #ffffff;
    padding: 0 0.5em 0.5em;
    max-height: 275px;
    overflow-y: auto; }
    @media (max-width: 500px) {
      .twitter-typeahead .tt-menu {
        max-height: 165px; } }
  .twitter-typeahead .tt-title {
    margin: 0 0 0.25em;
    padding: 0; }
  .twitter-typeahead .tt-selectable {
    padding: 0.25em 0; }
    .twitter-typeahead .tt-selectable:hover, .twitter-typeahead .tt-selectable.tt-cursor {
      font-weight: bold;
      cursor: pointer; }
  .twitter-typeahead .tt-dataset-property-count {
    display: none; }

.panel.panel-form {
  position: fixed;
  top: 0;
  right: -36em;
  height: 100vh;
  max-width: 36em;
  width: 100%;
  padding: 9em 2em 1em 2em;
  background: #fff;
  box-shadow: 0em 0em 0em #323a3e;
  border-radius: unset;
  z-index: 1001;
  transition: box-shadow .5s ease-in-out, right .5s ease-in-out;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  /* nice webkit native scroll */ }
  .panel.panel-form.active {
    right: 0;
    box-shadow: 0em 0em 1em #323a3e; }
  .panel.panel-form h1,
  .panel.panel-form h2,
  .panel.panel-form h3 {
    margin: 0 1.5em 1em 0;
    font-size: 22px;
    font-weight: bold; }
    .panel.panel-form h1:after,
    .panel.panel-form h2:after,
    .panel.panel-form h3:after {
      height: 3px;
      display: block;
      width: 100%;
      background: #003761;
      content: '';
      margin-top: 10px; }
  .panel.panel-form h3 {
    font-size: 18px;
    margin: 20px 0 20px 0; }
    .panel.panel-form h3:after {
      height: 1px; }
  .panel.panel-form .btn-green {
    background-color: #66C1BF;
    padding: 20px 0;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    /*margin: 20px 0 10px;*/ }
  .panel.panel-form .btn-orange {
    background-color: #ED7D31;
    padding: 20px 0;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF; }
  .panel.panel-form .base-color {
    color: #003761; }
  .panel.panel-form .aabenthus-image .property-broker-image {
    height: 280px;
    background-size: 105%;
    background-position: -50px 100%;
    width: 106%;
    background-repeat: no-repeat; }
  .panel.panel-form .bg-base {
    background: #003761;
    color: #fff;
    padding: 5px 30px 30px; }
    .panel.panel-form .bg-base h4 {
      font-size: 18px;
      font-weight: bold;
      margin-top: 20px; }
    .panel.panel-form .bg-base .fas {
      width: 25px; }
    .panel.panel-form .bg-base .btn-border {
      margin-top: 20px;
      margin-bottom: 20px; }

form {
  position: relative; }
  form.loading {
    overflow: hidden; }
    form.loading:before, form.loading:after {
      content: "";
      position: absolute; }
    form.loading:before {
      top: -10px;
      left: -10px;
      right: -10px;
      bottom: -10px;
      background: rgba(255, 255, 255, 0.9);
      z-index: 100; }
    form.loading:after {
      content: "\f110";
      font: normal normal normal 32px/1 FontAwesome;
      top: 50%;
      left: 50%;
      margin-top: -16px;
      margin-left: -16px;
      z-index: 101;
      animation: rotate 2s infinite linear; }

.alert {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 10px;
  margin: 10px 0 20px;
  border-radius: 0; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 0.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider:before,
.ui-slider:after {
  content: "";
  position: absolute;
  background: #ddd;
  width: 0.2em;
  height: 1.2em;
  top: -.3em;
  margin-left: -.1em;
  left: 0; }

.ui-slider:after {
  left: auto;
  right: 0;
  margin-left: .1em; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.1em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.1em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid transparent; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ddd;
  color: #323a3e; }

.ui-widget-content a {
  color: #323a3e; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #66C1BF;
  color: #323a3e;
  font-weight: bold; }

.ui-widget-header a {
  color: #323a3e; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none;
  background: #003761;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid transparent;
  background: #003761;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid transparent;
  background: #003761;
  font-weight: normal; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  text-decoration: none; }

.ui-slider-handle span {
  display: block;
  min-width: 6em;
  text-align: center;
  transform: translateX(-3em);
  top: -2em;
  position: absolute; }

/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0; }

.irs-line-left {
  left: 0;
  width: 11%; }

.irs-line-mid {
  left: 9%;
  width: 82%; }

.irs-line-right {
  right: 0;
  width: 11%; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1; }

.irs-slider.type_last {
  z-index: 2; }

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default; }

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default; }

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2; }

.irs-disabled {
  opacity: 0.4; }

.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40); }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

/* Ion.RangeSlider, Flat UI Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/
/* =====================================================================================================================
// Skin details */
.irs {
  height: 40px; }

.irs-with-grid {
  height: 60px; }

.irs-line {
  height: 8px;
  top: 25px;
  background-color: #eee; }

.irs-line-left {
  height: 8px;
  background-position: 0 -30px; }

.irs-line-mid {
  height: 8px;
  background-position: 0 0; }

.irs-line-right {
  height: 8px;
  background-position: 100% -30px; }

.irs-bar {
  height: 8px;
  top: 25px;
  background-color: #66C1BF; }

.irs-bar-edge {
  top: 25px;
  height: 8px;
  width: 9px; }

.irs-shadow {
  height: 3px;
  top: 34px;
  background: #000;
  opacity: 0.25; }

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=25); }

.irs-slider {
  width: 16px;
  height: 18px;
  top: 22px;
  background-color: #003761;
  width: 8px; }

.irs-slider.state_hover, .irs-slider:hover {
  background-color: #002948; }

.irs-min,
.irs-max {
  color: #ccc;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 0px;
  font-weight: bold; }

.irs-from,
.irs-to,
.irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #003761;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.irs-grid-pol {
  background: #e1e4e9; }

.irs-grid-text {
  color: #999; }

svg.icon {
  max-width: 30px; }

.row-same-height {
  display: table;
  width: 100%; }

.row.no-gutters {
  margin: 0; }

.col-xs-height {
  display: table-cell;
  float: none !important; }

.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important; } }

@media (min-width: 997px) {
  .col-md-height {
    display: table-cell;
    float: none !important; } }

@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important; } }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.front-page-actions .btn-orange {
  position: relative;
  display: flex;
  align-items: center;
  height: 55px;
  max-width: 400px;
  margin-bottom: 15px;
  padding: 0 15px;
  background-color: #ED7D31;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF; }
  .front-page-actions .btn-orange .cta-icon {
    position: absolute;
    right: 15px;
    font-size: 18px; }

.front-page-actions .icon-wrapper-wclick i {
  color: #fff;
  position: absolute;
  right: 15px;
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1; }

.front-page-actions .box-cta-input {
  background: #003761 !important;
  border: 1px solid #fff;
  max-width: 400px;
  padding: 0 15px;
  width: 100%;
  font-size: 16px;
  margin-bottom: 15px;
  height: 55px;
  display: flex;
  color: #fff;
  outline: none;
  font-weight: bold;
  border: none; }
  .front-page-actions .box-cta-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff; }
  .front-page-actions .box-cta-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff; }
  .front-page-actions .box-cta-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff; }
  .front-page-actions .box-cta-input:-moz-placeholder {
    /* Firefox 18- */
    color: #fff; }

@media (max-width: 768px) {
  .main-search-form.frontpage .searchbar-wrapper {
    display: none; }
  .main-search-form.frontpage .searchbar-wrapper.erhverv {
    display: block; } }

.btn-mobile-search {
  position: relative;
  display: flex;
  align-items: center;
  height: 55px !important;
  max-width: 400px;
  margin-bottom: 15px;
  padding: 0 15px;
  font-size: 16px !important; }
  .btn-mobile-search .cta-icon {
    position: absolute;
    right: 15px;
    font-size: 18px; }

html {
  height: 100%;
  background: #003761; }

body {
  font-family: "Real Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #003761;
  margin: 0;
  /*@if($boligone) {
        padding: 6rem 0 0 0;
    }*/
  font-size: 14px;
  overflow-x: hidden; }
  @media (max-width: 767px) {
    body {
      padding: 60px 0 0 0; } }
  body .overlay-wrapper {
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    transition: opacity .2s linear;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5); }
  body.overlay, body.search-active, body.search-prev-active, body.search-filter-active, body.search-toggled, body.panel-active, body.top-search-active, body.menu-slide-active {
    overflow: hidden; }
    body.overlay .overlay-wrapper, body.search-active .overlay-wrapper, body.search-prev-active .overlay-wrapper, body.search-filter-active .overlay-wrapper, body.search-toggled .overlay-wrapper, body.panel-active .overlay-wrapper, body.top-search-active .overlay-wrapper, body.menu-slide-active .overlay-wrapper {
      visibility: visible;
      z-index: 1000;
      opacity: 1; }
  body.panel-active {
    /* Hotfix for wrong caret position for input fields inside a fixed position parent on iOS 11+ */ }
    @supports (-webkit-overflow-scrolling: touch) {
      body.panel-active {
        /* CSS specific to iOS devices */
        position: fixed;
        width: 100%; } }
  body.menu-active {
    overflow: hidden; }
  @media (min-width: 768px) {
    body.header-transparent {
      padding-top: 0; }
      body.header-transparent header.logo-large {
        background: transparent;
        color: #fff;
        box-shadow: none;
        transition: all .2s linear; }
        body.header-transparent header.logo-large .searchbar-wrapper {
          background: transparent; }
          body.header-transparent header.logo-large .searchbar-wrapper .searchbar-dropdown {
            border-top: 0; }
          body.header-transparent header.logo-large .searchbar-wrapper #searchfield::-webkit-input-placeholder {
            opacity: 1; }
          body.header-transparent header.logo-large .searchbar-wrapper #searchfield::-moz-placeholder {
            opacity: 1; }
          body.header-transparent header.logo-large .searchbar-wrapper #searchfield:-moz-placeholder {
            opacity: 1; }
          body.header-transparent header.logo-large .searchbar-wrapper #searchfield:-ms-input-placeholder {
            opacity: 1; }
          body.header-transparent header.logo-large .searchbar-wrapper #searchfield::placeholder {
            opacity: 1; } }
  @media (min-width: 996px) {
    body.header-transparent header.logo-large .logo {
      overflow: visible; } }

.header {
  /*position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    color: $textBase;
    display: table;
    z-index: 1012;
    transition: top .2s linear;

    @if($boligone) {
    }
    @else {
        //background: $textBase;
        background: transparent;
        color: #fff;
        //box-shadow: 0 0 3em rgba(0,0,0,.33);
    }

        */ }
  .real.menu-active .header {
    box-shadow: none; }
  .header .logo {
    overflow: hidden;
    display: table-cell;
    vertical-align: top;
    width: 6rem;
    height: 6rem; }
    @media (max-width: 767px) {
      .header .logo {
        width: 60px;
        height: 60px; } }
    @media (max-width: 996px) {
      .header .logo {
        padding-left: 5px; } }
    .header .logo a {
      display: block;
      position: relative;
      height: 100%; }
    .header .logo img {
      height: 118px;
      width: 120px;
      position: absolute;
      max-height: 100%;
      max-width: 100%;
      top: 50%;
      margin: 0;
      box-shadow: none;
      transition: max-height .3s, margin .3s;
      transform: translate(0%, -50%); }
      @media (max-width: 767px) {
        .header .logo img {
          width: 60px;
          height: 60px;
          top: 30px; } }
  .header .searchbar-wrapper {
    position: relative;
    display: table-cell;
    vertical-align: top;
    background: #003761; }
    .header .searchbar-wrapper .searchbar {
      position: relative;
      z-index: 10; }
      .header .searchbar-wrapper .searchbar .show-advanced-search {
        display: block;
        position: absolute;
        opacity: 0;
        right: 0;
        top: 0;
        color: #003761;
        font-weight: bold;
        font-size: 2em;
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer;
        transition: opacity .2s linear;
        line-height: 6.5rem;
        height: 6rem;
        width: 6rem;
        text-align: center;
        color: #fff; }
        .menu-active .header .searchbar-wrapper .searchbar .show-advanced-search {
          display: none;
          color: #fff; }
        .search-filled .header .searchbar-wrapper .searchbar .show-advanced-search,
        .search-active .header .searchbar-wrapper .searchbar .show-advanced-search,
        .search-prev-active .header .searchbar-wrapper .searchbar .show-advanced-search,
        .search-filter-active .header .searchbar-wrapper .searchbar .show-advanced-search,
        .search-toggled .header .searchbar-wrapper .searchbar .show-advanced-search {
          opacity: 1; }
        @media (min-width: 768px) {
          .header .searchbar-wrapper .searchbar .show-advanced-search {
            padding: 0 2.5rem;
            font-size: 0.8em;
            line-height: 6rem;
            width: auto;
            text-align: left; } }
    .header .searchbar-wrapper #searchfield {
      opacity: 1;
      background: inherit;
      transition: all .5s; }
      .header .searchbar-wrapper #searchfield::-webkit-input-placeholder {
        color: #fff;
        opacity: 0.33; }
      .header .searchbar-wrapper #searchfield::-moz-placeholder {
        color: #fff;
        opacity: 0.33; }
      .header .searchbar-wrapper #searchfield:-moz-placeholder {
        color: #fff;
        opacity: 0.33; }
      .header .searchbar-wrapper #searchfield:-ms-input-placeholder {
        color: #fff;
        opacity: 0.33; }
      .header .searchbar-wrapper #searchfield::placeholder {
        color: #fff;
        opacity: 0.33; }
      .search-filled .header .searchbar-wrapper #searchfield::-webkit-input-placeholder,
      .search-active .header .searchbar-wrapper #searchfield::-webkit-input-placeholder,
      .search-prev-active .header .searchbar-wrapper #searchfield::-webkit-input-placeholder,
      .search-filter-active .header .searchbar-wrapper #searchfield::-webkit-input-placeholder, .header .searchbar-wrapper #searchfield:active::-webkit-input-placeholder, .header .searchbar-wrapper #searchfield:focus::-webkit-input-placeholder {
        opacity: 1; }
      .search-filled .header .searchbar-wrapper #searchfield::-moz-placeholder,
      .search-active .header .searchbar-wrapper #searchfield::-moz-placeholder,
      .search-prev-active .header .searchbar-wrapper #searchfield::-moz-placeholder,
      .search-filter-active .header .searchbar-wrapper #searchfield::-moz-placeholder, .header .searchbar-wrapper #searchfield:active::-moz-placeholder, .header .searchbar-wrapper #searchfield:focus::-moz-placeholder {
        opacity: 1; }
      .search-filled .header .searchbar-wrapper #searchfield:-moz-placeholder,
      .search-active .header .searchbar-wrapper #searchfield:-moz-placeholder,
      .search-prev-active .header .searchbar-wrapper #searchfield:-moz-placeholder,
      .search-filter-active .header .searchbar-wrapper #searchfield:-moz-placeholder, .header .searchbar-wrapper #searchfield:active:-moz-placeholder, .header .searchbar-wrapper #searchfield:focus:-moz-placeholder {
        opacity: 1; }
      .search-filled .header .searchbar-wrapper #searchfield:-ms-input-placeholder,
      .search-active .header .searchbar-wrapper #searchfield:-ms-input-placeholder,
      .search-prev-active .header .searchbar-wrapper #searchfield:-ms-input-placeholder,
      .search-filter-active .header .searchbar-wrapper #searchfield:-ms-input-placeholder, .header .searchbar-wrapper #searchfield:active:-ms-input-placeholder, .header .searchbar-wrapper #searchfield:focus:-ms-input-placeholder {
        opacity: 1; }
      .search-filled .header .searchbar-wrapper #searchfield::placeholder,
      .search-active .header .searchbar-wrapper #searchfield::placeholder,
      .search-prev-active .header .searchbar-wrapper #searchfield::placeholder,
      .search-filter-active .header .searchbar-wrapper #searchfield::placeholder, .header .searchbar-wrapper #searchfield:active::placeholder, .header .searchbar-wrapper #searchfield:focus::placeholder {
        opacity: 1; }
    .header .searchbar-wrapper #searchfield, .header .searchbar-wrapper .tt-hint {
      display: block;
      width: 100%;
      border: none;
      outline: none;
      padding: 0 3.5em 0 1.5em;
      height: 6rem; }
      @media (min-width: 500px) and (max-width: 767px) {
        .header .searchbar-wrapper #searchfield, .header .searchbar-wrapper .tt-hint {
          padding: 0 4em; } }
      @media (min-width: 768px) {
        .header .searchbar-wrapper #searchfield, .header .searchbar-wrapper .tt-hint {
          padding: 0 14em 0 4em; } }
      .search-filled .header .searchbar-wrapper #searchfield,
      .search-active .header .searchbar-wrapper #searchfield,
      .search-prev-active .header .searchbar-wrapper #searchfield,
      .search-filter-active .header .searchbar-wrapper #searchfield,
      .search-toggled .header .searchbar-wrapper #searchfield, .header .searchbar-wrapper #searchfield:active, .header .searchbar-wrapper #searchfield:focus, .search-filled .header .searchbar-wrapper .tt-hint,
      .search-active .header .searchbar-wrapper .tt-hint,
      .search-prev-active .header .searchbar-wrapper .tt-hint,
      .search-filter-active .header .searchbar-wrapper .tt-hint,
      .search-toggled .header .searchbar-wrapper .tt-hint, .header .searchbar-wrapper .tt-hint:active, .header .searchbar-wrapper .tt-hint:focus {
        outline: none; }
        @media (max-width: 767px) {
          .search-filled .header .searchbar-wrapper #searchfield,
          .search-active .header .searchbar-wrapper #searchfield,
          .search-prev-active .header .searchbar-wrapper #searchfield,
          .search-filter-active .header .searchbar-wrapper #searchfield,
          .search-toggled .header .searchbar-wrapper #searchfield, .header .searchbar-wrapper #searchfield:active, .header .searchbar-wrapper #searchfield:focus, .search-filled .header .searchbar-wrapper .tt-hint,
          .search-active .header .searchbar-wrapper .tt-hint,
          .search-prev-active .header .searchbar-wrapper .tt-hint,
          .search-filter-active .header .searchbar-wrapper .tt-hint,
          .search-toggled .header .searchbar-wrapper .tt-hint, .header .searchbar-wrapper .tt-hint:active, .header .searchbar-wrapper .tt-hint:focus {
            padding: 0 4em; } }
        @media (min-width: 768px) {
          .search-filled .header .searchbar-wrapper #searchfield,
          .search-active .header .searchbar-wrapper #searchfield,
          .search-prev-active .header .searchbar-wrapper #searchfield,
          .search-filter-active .header .searchbar-wrapper #searchfield,
          .search-toggled .header .searchbar-wrapper #searchfield, .header .searchbar-wrapper #searchfield:active, .header .searchbar-wrapper #searchfield:focus, .search-filled .header .searchbar-wrapper .tt-hint,
          .search-active .header .searchbar-wrapper .tt-hint,
          .search-prev-active .header .searchbar-wrapper .tt-hint,
          .search-filter-active .header .searchbar-wrapper .tt-hint,
          .search-toggled .header .searchbar-wrapper .tt-hint, .header .searchbar-wrapper .tt-hint:active, .header .searchbar-wrapper .tt-hint:focus {
            padding: 0 14em 0 4em; } }
    .header .searchbar-wrapper .tt-input:active, .header .searchbar-wrapper .tt-input:focus {
      transition: none !important; }
      @media (max-width: 767px) {
        .header .searchbar-wrapper .tt-input:active, .header .searchbar-wrapper .tt-input:focus {
          background: #66C1BF !important; } }
      @media (min-width: 768px) {
        .header .searchbar-wrapper .tt-input:active, .header .searchbar-wrapper .tt-input:focus {
          background: #003761 !important; } }
    .header .searchbar-wrapper .tt-title {
      font-size: 14px;
      font-weight: bold;
      text-decoration: underline;
      margin: 20px 0 0.25em;
      padding: 0; }
    .header .searchbar-wrapper .tt-selectable {
      font-size: 14px;
      padding: 1px 0; }
    .header .searchbar-wrapper .tt-suggestion {
      float: left;
      clear: both;
      color: inherit;
      text-decoration: none; }
      .header .searchbar-wrapper .tt-suggestion:hover {
        font-weight: bold; }
    .header .searchbar-wrapper .tt-dataset {
      margin: 0;
      overflow: hidden; }
    .header .searchbar-wrapper .tt-menu {
      padding: 15px 50px 35px;
      max-height: 350px; }
      .search-prev-active .header .searchbar-wrapper .tt-menu,
      .search-filter-active .header .searchbar-wrapper .tt-menu {
        display: none !important; }
    .header .searchbar-wrapper .search-button {
      position: absolute;
      left: 100%;
      margin-left: -6rem;
      top: 0;
      font-size: 1.5em;
      height: 6rem;
      width: 6rem;
      padding: 0;
      line-height: 6rem;
      background: transparent;
      border: none;
      outline: none;
      transition: margin .2s linear, left .2s linear; }
      .search-filled .header .searchbar-wrapper .search-button,
      .search-active .header .searchbar-wrapper .search-button,
      .search-prev-active .header .searchbar-wrapper .search-button,
      .search-filter-active .header .searchbar-wrapper .search-button,
      .search-toggled .header .searchbar-wrapper .search-button {
        left: 0%;
        margin-left: 0; }
    .header .searchbar-wrapper .searchbar-dropdown {
      display: none;
      position: absolute;
      padding: 0 30px;
      margin-top: -10em;
      z-index: -1;
      opacity: 0;
      width: 100%;
      background: #fff;
      max-height: 90vh;
      max-height: calc(100vh - 70px);
      transition: margin .2s linear, opacity .2s linear;
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
      /* nice webkit native scroll */
      color: #003761; }
      .search-prev-active .header .searchbar-wrapper .searchbar-dropdown,
      .search-filter-active .header .searchbar-wrapper .searchbar-dropdown {
        margin-top: 0;
        opacity: 1;
        display: block; }
      .header .searchbar-wrapper .searchbar-dropdown .search-prev {
        display: none;
        padding: 15px 20px 35px; }
        .search-prev-active .header .searchbar-wrapper .searchbar-dropdown .search-prev {
          display: block; }
        .header .searchbar-wrapper .searchbar-dropdown .search-prev .tt-suggestion {
          overflow: hidden;
          text-transform: capitalize;
          margin: 2px 0; }
          .header .searchbar-wrapper .searchbar-dropdown .search-prev .tt-suggestion .tt-reg {
            text-transform: none; }
      .header .searchbar-wrapper .searchbar-dropdown .search-filter {
        display: none;
        padding-bottom: 30px;
        color: #003761; }
        .search-filter-active .header .searchbar-wrapper .searchbar-dropdown .search-filter {
          display: block; }
        .header .searchbar-wrapper .searchbar-dropdown .search-filter h4 {
          text-align: center;
          margin: 20px 0; }
      .header .searchbar-wrapper .searchbar-dropdown .search-actions {
        overflow: hidden;
        background: #fff;
        padding: 5px 0;
        bottom: 0;
        z-index: 1;
        position: sticky; }
        .header .searchbar-wrapper .searchbar-dropdown .search-actions .btn {
          margin: 10px 0; }
    @media (max-width: 767px) {
      .header .searchbar-wrapper .tt-menu, .header .searchbar-wrapper .searchbar-dropdown {
        /*position: fixed !important;
                top: unset !important;
                left: 5% !important;
                width: 90% !important;*/ } }
    @media (max-width: 767px) {
      .header .searchbar-wrapper {
        /*position: absolute;
            z-index: -1;
            opacity: 0;
            top: 60px;
            left: 0;
            right: 0;

            @if($boligone) {
                background: #eee;
            }
            @else {
                background: $Primary;
            }
*/ }
        .search-active .header .searchbar-wrapper,
        .search-prev-active .header .searchbar-wrapper,
        .search-filter-active .header .searchbar-wrapper,
        .search-toggled .header .searchbar-wrapper {
          opacity: 1;
          z-index: 999; } }
  .header .toggle-search {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    width: 6rem;
    font-size: 1.5em;
    color: #fff;
    position: relative;
    padding: 0 0.75em;
    text-align: center;
    text-decoration: none;
    transition: color .2s linear, background .2s linear; }
    .header .toggle-search:hover {
      cursor: pointer;
      color: #fff;
      background: #003761; }
    .header .toggle-search .fa {
      margin-left: .5rem; }
    @media (max-width: 500px) {
      .header .toggle-search {
        width: 4.5rem; } }
    @media (min-width: 768px) {
      .header .toggle-search {
        display: none; } }
  .header .profile,
  .header .login,
  .header .menu {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    color: #fff;
    position: relative;
    padding: 0 0.75em;
    text-align: center;
    text-decoration: none;
    transition: color .2s linear, background .2s linear; }
    .header .profile:hover,
    .header .login:hover,
    .header .menu:hover {
      cursor: pointer;
      color: #fff;
      background: #003761; }
    .header .profile .fa,
    .header .login .fa,
    .header .menu .fa {
      margin-left: .5rem; }
  .header .profile,
  .header .login,
  .header .search-menu {
    font-size: 1em;
    width: 6rem; }
    .menu-active .header .profile, .menu-active
    .header .login, .menu-active
    .header .search-menu {
      background: #003761;
      color: #fff; }
    .header .profile a,
    .header .login a,
    .header .search-menu a {
      color: inherit;
      text-decoration: none; }
    .header .profile .fa,
    .header .login .fa,
    .header .search-menu .fa {
      font-size: 1.5rem;
      vertical-align: middle;
      margin-right: 0.5em; }
  .header .menu {
    width: 6rem; }
    .header .menu b {
      display: block;
      position: relative;
      width: 24px;
      height: 2px;
      margin: 0 auto;
      background: currentColor;
      transition: background .2s linear; }
      .header .menu b:before, .header .menu b:after {
        content: "";
        display: block;
        position: relative;
        width: 24px;
        height: 2px;
        background: currentColor;
        transition: background .2s linear, transform .2s linear; }
      .header .menu b:before {
        top: -7px; }
      .header .menu b:after {
        top: 5px; }
    .header .menu:hover b {
      color: #fff; }
    .menu-active .header .menu {
      background: #003761;
      color: #fff; }
      .menu-active .header .menu b {
        background: transparent; }
        .menu-active .header .menu b:before, .menu-active .header .menu b:after {
          background: #fff; }
        .menu-active .header .menu b:before {
          transform: translateY(7px) rotate(45deg); }
        .menu-active .header .menu b:after {
          transform: translateY(-7px) rotate(-45deg); }
    .header .menu .fa {
      display: none;
      font-size: 2rem;
      vertical-align: sub;
      margin-left: 0; }
  .header .filters {
    position: fixed;
    width: 100%;
    top: -100%;
    left: 0;
    color: #fff;
    background: #323a3e;
    transition: top .2s linear;
    overflow: hidden; }
  @media (min-width: 996px) {
    .header .login {
      width: 12rem; }
    .header .profile {
      width: 20rem; }
    .header .logo {
      width: 14rem; }
      .header .logo img {
        margin: 0 auto 0 2rem; } }
  @media (max-width: 767px) {
    .header.logo {
      height: 60px;
      background-color: #003761;
      width: 100%;
      left: 0;
      z-index: 2000; }
      .header.logo .logo {
        left: 20px; }
    .header.shortcuts {
      position: absolute;
      top: 0;
      z-index: 2000; } }
  @media (max-width: 500px) {
    .header .twitter-typeahead {
      overflow: hidden; }
    .header .login, .header .profile {
      width: 4.5rem; } }
  .menu-active .header {
    opacity: 1;
    top: 0;
    background: #003761;
    color: #fff; }

.main-menu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 12rem 0 6rem 0;
  background: #003761;
  color: #fff;
  transition: top .2s linear, opacity .2s linear;
  opacity: 0;
  z-index: 1011;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  /* nice webkit native scroll */ }
  .menu-active .main-menu {
    opacity: 1;
    top: 0; }
  .main-menu ul {
    list-style: none;
    padding: 0.75em 0 0 0; }
    .main-menu ul a {
      padding: 0.5em 0;
      display: block;
      text-decoration: none;
      transition: color .2s linear; }
      .main-menu ul a.level1 {
        font-size: 2em;
        font-weight: 500; }
      .main-menu ul a:hover {
        color: #66C1BF; }
  .main-menu h2 {
    margin: 1em 0; }
  .main-menu img {
    margin: 1em 0; }
  .main-menu a {
    color: inherit; }
  .main-menu .center {
    text-align: center; }
  .main-menu .btn-default-invert {
    color: currentColor;
    border: 1px solid currentColor; }
  .main-menu div.my-broker-image {
    background-position: 50% 75%;
    width: 100%;
    padding-top: 66.67%;
    margin-bottom: 1em;
    background-size: 140%; }
  @media (max-width: 769px) {
    .main-menu {
      padding: 6rem 0 6rem 0; }
      .main-menu h2 {
        font-size: 1.25em;
        margin: 1.25em 0 1em 0; }
      .main-menu ul {
        padding: 0; }
        .main-menu ul a.level1 {
          font-size: 1.25em;
          padding-top: 1em; }
      .main-menu .btn {
        font-size: 0.7em; } }

@media (max-width: 996px) {
  .panel-checkbox-section {
    padding-top: 25px; }
    .panel-checkbox-section .checkbox,
    .panel-checkbox-section .checkbox + .checkbox {
      margin-top: 0; } }

.person {
  height: 22em; }
  .person img {
    filter: grayscale(1); }
  .person .name {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0; }
  .person a {
    color: inherit; }
  .person .set {
    text-transform: uppercase;
    font-weight: bold; }

.svg-icon-area a {
  cursor: pointer; }
  .svg-icon-area a svg .stroke {
    fill: #fff;
    fill: rgba(255, 255, 255, 0);
    stroke: #003761;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 7px;
    transition: stroke-width .2s linear, fill .2s linear; }
  .svg-icon-area a svg .fill {
    fill: #003761; }
  @media (hover: hover) {
    .svg-icon-area a:hover svg .stroke:not(.fill-white) {
      fill: #003761; }
    .svg-icon-area a:hover svg .fill-white {
      fill: #fff;
      stroke-width: 0; }
    .svg-icon-area a:hover svg .stroke-white {
      stroke: #fff; } }
  .svg-icon-area a.active svg .stroke:not(.fill-white) {
    fill: #003761; }
  .svg-icon-area a.active svg .fill-white {
    fill: #fff;
    stroke-width: 0; }

footer {
  background: #003761;
  color: #fff;
  padding: 2em 0 4em 0; }
  footer h3 {
    text-align: center; }
  footer ul {
    font-weight: 300;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%; }
    footer ul li {
      float: left;
      width: 25%;
      padding: 0px 30px; }
      @media (max-width: 992px) {
        footer ul li {
          width: 100%; } }
    footer ul a {
      padding: 0.1em 0;
      color: #ccc;
      font-size: 14px; }
      footer ul a.level2 {
        border-bottom: 2px solid #1a4b71;
        width: 100%;
        display: block;
        padding: 10px 0 10px 0;
        margin-bottom: 15px;
        color: #fff;
        font-weight: bold; }
      footer ul a:hover {
        color: #ddd;
        text-decoration: none; }
    footer ul.level2 li {
      padding-left: 16px;
      text-indent: -14px;
      width: 100%; }
    footer ul.level2 li:before {
      content: "\f101";
      padding-right: 5px;
      font-family: "Font Awesome 5 Pro";
      font-size: 12px; }
  footer .social {
    padding-top: 1em;
    text-align: right;
    color: #fff;
    font-size: 2em; }
    footer .social a {
      color: inherit; }
  footer .input-group-btn .btn {
    height: 48px; }

.loginform {
  padding-bottom: 20px; }
  .loginform .forgotpw-broker {
    display: none; }
  .loginform.forgotpw-broker .forgotpw-reg {
    display: none; }
  .loginform.forgotpw-broker .forgotpw-broker {
    display: block; }

.menu-transparent header {
  background: transparent;
  box-shadow: none; }
  .menu-transparent header .searchbar-wrapper {
    background: transparent; }

.menu-transparent .header-video {
  margin-top: -60px;
  margin-top: -6rem; }

.read-more, .read-less {
  cursor: pointer; }

#cookieBar {
  background: #003761;
  border-top: 1px solid #00457b;
  border-bottom: 1px solid #00457b; }
  #cookieBar p {
    font-size: 1em;
    line-height: 1.8em; }
  #cookieBar .close {
    color: #fff;
    opacity: 1; }
  #cookieBar a {
    color: #66C1BF;
    text-decoration: none; }
    #cookieBar a:focus, #cookieBar a:hover {
      color: #54bab7;
      text-decoration: underline; }

.header-video {
  position: relative; }
  .header-video .video-wrapper {
    overflow: hidden;
    position: relative;
    min-height: 250px;
    height: 90vh;
    height: calc(100vh - 136.5px - 60px);
    max-height: 500px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
    @media (min-width: 501px) {
      .header-video .video-wrapper {
        height: calc(100vh - 112.5px - 60px); } }
    @media (min-width: 769px) {
      .header-video .video-wrapper {
        height: calc(100vh - 72.5px); } }
    @media (min-width: 769px) {
      .header-video .video-wrapper {
        max-height: 600px; } }
    @media (min-width: 996px) {
      .header-video .video-wrapper {
        max-height: 650px; } }
    @media (min-width: 1200px) {
      .header-video .video-wrapper {
        max-height: 750px; } }
    @media (min-width: 1600px) {
      .header-video .video-wrapper {
        max-height: 900px; } }
    .header-video .video-wrapper:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 55, 97, 0.3); }
    .header-video .video-wrapper video {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto; }
  .header-video .video-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    max-width: 50rem;
    width: 100%;
    text-align: center;
    z-index: 100;
    transform: translate(-50%, -50%); }
    .header-video .video-overlay .input-group {
      width: 20em;
      margin: 1.5em auto 0 auto; }

.bar-text {
  background-color: #003761;
  color: #fff;
  padding: 2em 0; }
  .bar-text.center {
    text-align: center; }
  .bar-text .bar-text-wrap {
    font-size: 1.2em; }
    .bar-text .bar-text-wrap .bar-text-links {
      float: right;
      display: inline-block; }
    .bar-text .bar-text-wrap .btn {
      float: right;
      margin: 5px 0 5px 10px; }
    .bar-text .bar-text-wrap .bar-text-phone {
      display: inline-block;
      font-size: 26px;
      color: #fff; }
      .bar-text .bar-text-wrap .bar-text-phone:hover {
        color: #f2f2f2; }
  @media (max-width: 500px) {
    .bar-text {
      text-align: center;
      font-size: 0.75em;
      padding: 2em 0; }
      .bar-text .bar-text-wrap .bar-text-links {
        float: none;
        display: block; }
      .bar-text .bar-text-wrap .btn {
        width: 100%;
        margin: 10px 0; } }

.bolig-list {
  padding: 2em 0;
  color: #003761; }
  .bolig-list h3 {
    font-size: 40px;
    font-weight: bold;
    text-align: center; }
  .bolig-list .filters {
    padding: 1em 0 0; }
    .bolig-list .filters ul.navigation {
      list-style: none;
      padding: 0;
      margin: 0; }
      .bolig-list .filters ul.navigation li {
        display: inline-block; }
        .bolig-list .filters ul.navigation li a {
          cursor: pointer;
          position: relative;
          color: #323a3e;
          display: inline-block;
          text-decoration: none;
          padding: 0 0.4em; }
          @media (min-width: 769px) {
            .bolig-list .filters ul.navigation li a {
              padding: 0 0.5em; } }
          .bolig-list .filters ul.navigation li a:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 20%;
            width: 60%;
            border-bottom: 2px solid transparent; }
          .bolig-list .filters ul.navigation li a.active:not(.disabled), .bolig-list .filters ul.navigation li a:hover:not(.disabled) {
            font-weight: 700; }
          .bolig-list .filters ul.navigation li a.disabled {
            cursor: default;
            color: #ccc; }
    .bolig-list .filters .links, .bolig-list .filters .type, .bolig-list .filters .sortby {
      min-height: 30px; }
      @media (max-width: 769px) {
        .bolig-list .filters .links, .bolig-list .filters .type, .bolig-list .filters .sortby {
          margin-bottom: 20px; } }
    .bolig-list .filters .type {
      margin-top: -5px;
      text-align: center; }
      @media (max-width: 769px) {
        .bolig-list .filters .type {
          text-align: right; } }
      .bolig-list .filters .type a {
        display: inline-block;
        text-decoration: none; }
        .bolig-list .filters .type a svg {
          height: 35px;
          width: 35px; }
    .bolig-list .filters .sortby {
      text-align: center; }
      @media (min-width: 769px) {
        .bolig-list .filters .sortby {
          text-align: right;
          float: right; } }
      @media (max-width: 769px) {
        .bolig-list .filters .sortby {
          margin-top: 10px; } }
      .bolig-list .filters .sortby .dropdown a {
        cursor: pointer;
        color: inherit;
        font-weight: 500;
        text-decoration: none; }
  .bolig-list .bolig-map {
    background-color: #e5e3df;
    max-height: 0em;
    overflow: hidden;
    transition: max-height .5s;
    position: relative; }
    .bolig-list .bolig-map.active {
      max-height: 40em; }
    .bolig-list .bolig-map #map {
      width: 100%;
      min-height: 24em; }
      @media (min-width: 769px) {
        .bolig-list .bolig-map #map {
          min-height: 40em; } }
    .bolig-list .bolig-map .map-limit, .bolig-list .bolig-map .map-no-markers {
      position: absolute;
      z-index: 1;
      top: 40px;
      left: 40px;
      right: 40px;
      text-align: center; }
      .bolig-list .bolig-map .map-limit .map-text, .bolig-list .bolig-map .map-no-markers .map-text {
        display: inline-block;
        margin: 0 auto;
        background: #fff;
        border: 1px solid #ccc;
        color: inherit;
        padding: 10px; }
  .bolig-list .bolig {
    padding: 20px 15px; }
    @media (min-width: 768px) and (max-width: 996px) {
      .bolig-list .bolig:nth-child(2n+3) {
        clear: left; } }
    @media (min-width: 997px) {
      .bolig-list .bolig:nth-child(3n+4) {
        clear: left; } }
    .bolig-list .bolig .box {
      display: block;
      text-decoration: none;
      color: inherit;
      max-width: 360px;
      margin: 0 auto; }
      .bolig-list .bolig .box .text {
        display: block;
        color: inherit;
        height: 6rem; }
    .bolig-list .bolig .img-wrapper {
      position: relative;
      overflow: hidden;
      padding-top: 66.67%;
      transition: background-color .2s linear; }
      .bolig-list .bolig .img-wrapper:hover:after {
        opacity: 1; }
      .bolig-list .bolig .img-wrapper img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: auto; }
        .bolig-list .bolig .img-wrapper img.na {
          background-color: #eee; }
        .bolig-list .bolig .img-wrapper img.erhverv {
          width: auto; }
      .bolig-list .bolig .img-wrapper .label {
        color: #fff;
        background-color: #003761;
        position: absolute;
        bottom: 0;
        right: 0;
        border-radius: 0;
        font-size: 14px;
        text-transform: uppercase;
        padding: 0.66em 2em;
        z-index: 10; }
        .bolig-list .bolig .img-wrapper .label.solgt {
          background-color: #c50000; }
      .bolig-list .bolig .img-wrapper:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 55, 97, 0.5);
        opacity: 0;
        z-index: 5;
        transition: opacity .2s; }
    .bolig-list .bolig .data {
      position: relative;
      border-bottom: 1px solid #003761;
      padding-bottom: 0.5em;
      max-width: 360px;
      margin: 0 auto 0.5em auto; }
      @media (max-width: 767px) {
        .bolig-list .bolig .data {
          border-bottom: none;
          padding-bottom: 0;
          margin-bottom: 0; } }
      .bolig-list .bolig .data p {
        margin: 0;
        font-size: 14px; }
    .bolig-list .bolig .price {
      max-width: 360px;
      margin: 0 auto;
      font-size: 14px; }
      @media (max-width: 767px) {
        .bolig-list .bolig .price {
          padding-bottom: 5px;
          border-bottom: 1px solid #003761; } }
    .bolig-list .bolig h4 {
      font-size: 1.1em;
      margin-top: 1em;
      margin-bottom: 0.2em;
      padding-right: 70px;
      /* to make space for labels */
      font-size: 14px; }
      .bolig-list .bolig h4 a {
        color: #003761;
        text-decoration: none; }
    .bolig-list .bolig h4,
    .bolig-list .bolig [data-attr=price],
    .bolig-list .bolig [data-attr=rental] {
      font-weight: bold; }
    .bolig-list .bolig .fav {
      position: absolute;
      z-index: 10;
      top: 0em;
      right: 1.8em;
      font-size: 1.2rem;
      color: #003761;
      cursor: pointer; }
      @media (max-width: 767px) {
        .bolig-list .bolig .fav {
          right: 0;
          font-size: 2rem; } }
      .bolig-list .bolig .fav:before {
        content: "\f004";
        display: inline-block;
        font-family: "Font Awesome 5 Pro";
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased; }
      @media (hover: hover) {
        .bolig-list .bolig .fav:hover:before {
          content: "\f004";
          font-weight: 900; } }
      .bolig-list .bolig .fav.active:before {
        content: "\f004";
        font-weight: 900; }
    .bolig-list .bolig .energylabel {
      position: absolute;
      top: 0;
      right: 0; }
      @media (max-width: 767px) {
        .bolig-list .bolig .energylabel {
          display: none; } }
  .bolig-list #btnShowAll {
    margin: 15px 0; }
    @media (min-width: 769px) {
      .bolig-list #btnShowAll {
        margin-top: 0; } }

.bolig-list-header {
  text-align: center;
  background-color: #d1cac7;
  padding: 6em 0; }
  @media (min-width: 769px) {
    .bolig-list-header {
      padding: 10em 0 6em; } }
  .bolig-list-header h2 {
    font-weight: 300; }
  .bolig-list-header .show-advanced-search {
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #003761;
    cursor: pointer;
    display: inline-block;
    margin-top: 5px; }
  .bolig-list-header .query {
    font-size: 12px;
    margin: 10px auto;
    padding: 0;
    color: #003761;
    text-transform: capitalize; }
    @media (max-width: 768px) {
      .bolig-list-header .query {
        width: 75%; } }
    @media (min-width: 769px) {
      .bolig-list-header .query {
        width: 50%; } }
    .bolig-list-header .query .tt-reg {
      text-transform: none; }

section.din-maegler {
  position: relative;
  padding: 0 0 2em 0;
  background-color: #fff; }
  section.din-maegler .img-wrapper {
    width: 100%;
    padding-top: 50%;
    background-repeat: no-repeat;
    transition: padding-top .2s linear, background-position .2s linear, background-size .2s linear;
    background-color: #eee;
    background-position: 0 100%;
    background-size: 100%; }
    section.din-maegler .img-wrapper.na {
      background-position: 50% 50%;
      background-size: 100%; }
  @media (max-width: 767px) {
    section.din-maegler .btn {
      margin-bottom: 1em; } }
  @media (min-width: 996px) {
    section.din-maegler {
      padding: 6em 0; }
      section.din-maegler .img-wrapper {
        position: absolute;
        height: 100%;
        padding-top: 0%;
        top: 0;
        left: 0;
        background-position: 0% 100%;
        background-size: cover;
        width: 50%; }
        section.din-maegler .img-wrapper.na {
          background-position: -35% 50%;
          background-size: 75%; } }
  @media (min-width: 1200px) {
    section.din-maegler .img-wrapper {
      background-position: 0% 100%;
      background-size: cover;
      width: 50%; }
      section.din-maegler .img-wrapper.na {
        background-position: -35% 50%;
        background-size: 75%; } }
  @media (min-width: 1600px) {
    section.din-maegler {
      padding: 10em 0; }
      section.din-maegler .img-wrapper {
        background-position: 0% 70%;
        background-size: cover;
        width: 50%; }
        section.din-maegler .img-wrapper.na {
          background-position: -35% 50%;
          background-size: 75%; } }
  section.din-maegler h2 {
    font-size: 3em;
    margin-bottom: 1em; }

section.text .container {
  padding-top: 5em;
  padding-bottom: 5em; }

section.list-archive .title, section.list-image .title {
  margin: 1em 0; }

section.list-archive .container, section.list-image .container {
  margin-top: 2em;
  margin-bottom: 2em; }

section.list-archive {
  position: relative; }
  section.list-archive .archive-gallery.is-loading {
    display: none; }
  section.list-archive .box {
    padding: 1em 2em;
    background-color: #e8e5e3;
    margin-bottom: 2em;
    min-height: 15em; }
    section.list-archive .box h4 {
      font-size: 1.1em;
      font-weight: 800;
      margin-bottom: 0; }
  section.list-archive .text-min,
  section.list-archive .text-full {
    overflow: hidden; }
  section.list-archive .expanded {
    width: 100%;
    max-width: 50em; }
  section.list-archive .flickity-enabled {
    position: inherit; }
  section.list-archive .flickity-prev-next-button {
    top: 60%; }
    section.list-archive .flickity-prev-next-button .arrow {
      fill: #ccc; }

section.list-image .image {
  margin-top: 1em; }

section.list-image .img-wrapper {
  padding-top: 66.67%;
  background-color: #e8e5e3;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

section.list-image h4 {
  font-weight: 700;
  font-size: 1.2em;
  margin: 0.75em 0; }

section.list-image .btn {
  margin-top: 1em; }

.cta {
  position: relative;
  color: #fff;
  background-color: #003761; }
  .cta.green {
    background-color: #016445;
    min-height: 14em; }
    .cta.green .jyske_img {
      width: 150px;
      display: block;
      margin: 10px auto; }
  .cta.cta-gold {
    color: #fff;
    background-color: #967949; }
  .cta .cta-image {
    min-height: 20em;
    background-position: 50% 50%;
    background-size: cover; }
  .cta .cta-content {
    max-width: 36em;
    margin: 4em auto;
    text-align: center;
    transition: margin .2s linear; }
    .cta .cta-content h2 {
      font-size: 3em;
      margin-bottom: 0.66em; }
    .cta .cta-content table {
      margin: 1em 0 2em 0;
      width: 100%;
      color: inherit; }
    .cta .cta-content ul li {
      text-align: left; }
    .cta .cta-content .btn {
      margin: 0 auto; }
  .cta.cta-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    background-color: #002948;
    z-index: 1; }
  .cta.cta-overlay .cta-content {
    margin: 5em auto;
    position: relative;
    z-index: 3; }
  .cta.cta-fullwidth {
    background-size: cover;
    background-position: 50% 50%; }
    @media (min-width: 768px) {
      .cta.cta-fullwidth .cta-content {
        margin: 12em auto; } }
  @media (min-width: 996px) {
    .cta {
      min-height: 28em; }
      .cta .cta-image {
        min-height: 0;
        padding-top: 33.33%; } }

.form-section {
  margin-top: 30px;
  text-align: left; }

section .renderMap {
  height: 100%;
  /* needed to render map/panorama/video correct */ }

section.bolig-gallery {
  position: relative; }
  section.bolig-gallery .main-gallery {
    transition: any .2s linear;
    overflow: hidden;
    opacity: 0;
    /*&:before,
            &:after {
                content: "";
                width: 100%;
                max-width: 10em;
                height: 100%;
                position: absolute;
                top: 0;
                left: -10em;
                right: auto;
                background-image: linear-gradient(to left, rgba(0,0,0, 0) 0%, rgba(0,0,0, 0.33) 100%);
                z-index: 1;
                transition: left .2s linear, right .2s linear;
            }

            &:after {
                left: auto;
                right: -10em;
                background-image: linear-gradient(to right, rgba(0,0,0, 0) 0%, rgba(0,0,0, 0.33) 100%);
            }*/ }
    section.bolig-gallery .main-gallery.is-loading {
      height: 80vh; }
      @media (max-width: 767px) {
        section.bolig-gallery .main-gallery.is-loading {
          height: 40vh; } }
    section.bolig-gallery .main-gallery.flickity-enabled {
      opacity: 1; }
    @media (min-width: 996px) {
      section.bolig-gallery .main-gallery {
        /*&.fading,
                .gallery-active & {
                    .flickity-slider {
                        transform: none !important;

                        .slide {
                            left: 0 !important;
                            opacity: 0;
                            z-index: 10;
                        }

                        .slide.is-selected {
                            opacity: 1;
                            z-index: 11;
                        }
                    }
                }*/ } }
    section.bolig-gallery .main-gallery .slide, section.bolig-gallery .main-gallery .slide-img {
      height: 80vh;
      min-height: 500px;
      width: 100%;
      background-color: #eee;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      transition: background-position .2s linear;
      object-fit: cover; }
      @media (max-width: 767px) {
        section.bolig-gallery .main-gallery .slide, section.bolig-gallery .main-gallery .slide-img {
          height: 40vh;
          min-height: 250px; } }
      section.bolig-gallery .main-gallery .slide.plan, section.bolig-gallery .main-gallery .slide-img.plan {
        background-color: #fff;
        background-size: contain;
        background-repeat: no-repeat; }
      section.bolig-gallery .main-gallery .slide.video .jwplayer, section.bolig-gallery .main-gallery .slide-img.video .jwplayer {
        height: 100% !important; }
        section.bolig-gallery .main-gallery .slide.video .jwplayer .jw-preview, section.bolig-gallery .main-gallery .slide-img.video .jwplayer .jw-preview {
          background-size: cover !important; }
        section.bolig-gallery .main-gallery .slide.video .jwplayer video, section.bolig-gallery .main-gallery .slide-img.video .jwplayer video {
          -o-object-fit: cover !important;
          object-fit: cover !important; }
          section.bolig-gallery .main-gallery .slide.video .jwplayer video.aspect-vertical, section.bolig-gallery .main-gallery .slide-img.video .jwplayer video.aspect-vertical {
            -o-object-fit: contain !important;
            object-fit: contain !important;
            background: #003761; }
      section.bolig-gallery .main-gallery .slide .overlay, section.bolig-gallery .main-gallery .slide-img .overlay {
        position: relative;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 55, 97, 0.9); }
        section.bolig-gallery .main-gallery .slide .overlay .overlay-content, section.bolig-gallery .main-gallery .slide-img .overlay .overlay-content {
          color: #fff;
          max-width: 40em;
          width: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
          section.bolig-gallery .main-gallery .slide .overlay .overlay-content .overlay-title, section.bolig-gallery .main-gallery .slide-img .overlay .overlay-content .overlay-title {
            font-size: 2.2em;
            font-weight: bold;
            margin-bottom: 1em; }
          @media (max-width: 767px) {
            section.bolig-gallery .main-gallery .slide .overlay .overlay-content .overlay-info, section.bolig-gallery .main-gallery .slide-img .overlay .overlay-content .overlay-info {
              float: none;
              margin: 0 auto;
              width: 66.67%; } }
          section.bolig-gallery .main-gallery .slide .overlay .overlay-content .property-broker-image, section.bolig-gallery .main-gallery .slide-img .overlay .overlay-content .property-broker-image {
            height: 150px;
            width: 100%;
            background-size: 115%;
            background-position: 50% 100%; }
          @media (max-width: 767px) {
            section.bolig-gallery .main-gallery .slide .overlay .overlay-content .overlay-info, section.bolig-gallery .main-gallery .slide-img .overlay .overlay-content .overlay-info {
              float: none;
              margin: 0 auto; }
            section.bolig-gallery .main-gallery .slide .overlay .overlay-content .overlay-title, section.bolig-gallery .main-gallery .slide .overlay .overlay-content .overlay-text, section.bolig-gallery .main-gallery .slide .overlay .overlay-content .overlay-image, section.bolig-gallery .main-gallery .slide-img .overlay .overlay-content .overlay-title, section.bolig-gallery .main-gallery .slide-img .overlay .overlay-content .overlay-text, section.bolig-gallery .main-gallery .slide-img .overlay .overlay-content .overlay-image {
              display: none; } }
    section.bolig-gallery .main-gallery .flickity-prev-next-button {
      z-index: 15;
      transition: opacity .2s linear, top .2s linear; }
      section.bolig-gallery .main-gallery .flickity-prev-next-button svg {
        -webkit-filter: drop-shadow(0px 0px 5px #666);
        filter: drop-shadow(0px 0px 5px #666); }
  section.bolig-gallery .main-gallery-nav {
    display: none;
    overflow: hidden;
    padding: 0.5em 3.5em;
    background-color: #eee; }
    section.bolig-gallery .main-gallery-nav .flickity-viewport {
      overflow: hidden; }
    section.bolig-gallery .main-gallery-nav .flickity-prev-next-button {
      height: 6em;
      background: #ddd;
      opacity: 1;
      border-radius: 0;
      width: 2em; }
    section.bolig-gallery .main-gallery-nav .flickity-page-dots {
      display: none; }
    section.bolig-gallery .main-gallery-nav .slide, section.bolig-gallery .main-gallery-nav .slide-img {
      display: inline-block;
      opacity: 0.33;
      width: 9em;
      height: 6em;
      line-height: 6em;
      text-align: center;
      color: #fff;
      margin: 0 0.25em;
      background-size: cover;
      background-position: 50% 50%;
      transition: opacity .2s linear; }
      section.bolig-gallery .main-gallery-nav .slide.na, section.bolig-gallery .main-gallery-nav .slide-img.na {
        background-size: 250%; }
      section.bolig-gallery .main-gallery-nav .slide:hover, section.bolig-gallery .main-gallery-nav .slide-img:hover {
        opacity: 0.66; }
      section.bolig-gallery .main-gallery-nav .slide.is-selected, section.bolig-gallery .main-gallery-nav .slide-img.is-selected {
        opacity: 1; }

section.bolig-page {
  background: #fff; }
  section.bolig-page .bolig-details table td {
    vertical-align: top; }
    section.bolig-page .bolig-details table td:not(:first-child) {
      padding-left: 5px; }
  section.bolig-page .property-broker-image {
    height: 120px;
    background-size: 180%;
    background-position: -50px 100%;
    width: 120px;
    background-repeat: no-repeat; }
    @media (min-width: 992px) and (max-width: 1200px) {
      section.bolig-page .property-broker-image {
        height: 90px;
        width: 90px;
        background-position: -40px 100%; } }
  section.bolig-page .page {
    position: relative;
    background: #fff;
    padding-bottom: 2em;
    transition: transform .2s linear;
    z-index: 1; }
    @media (min-width: 768px) {
      section.bolig-page .page {
        transform: translateY(-100px);
        margin-bottom: -100px; } }
  @media (min-width: 768px) {
    section.bolig-page.no-offset .page {
      transform: translateY(0);
      margin-bottom: 0; } }
  section.bolig-page .links {
    display: block;
    margin: 10px -4px 0px -4px;
    padding: 0 1rem;
    text-transform: uppercase; }
    @media (min-width: 996px) {
      section.bolig-page .links {
        padding: 0 1rem 0 2.5rem; } }
    section.bolig-page .links .links_inner {
      display: inline-block;
      padding: 0 4px; }
    section.bolig-page .links a {
      display: inline-block;
      text-decoration: none;
      font-size: 0.9em;
      color: #003761; }
      section.bolig-page .links a svg {
        height: 24px;
        width: 24px;
        vertical-align: middle;
        display: inline-block; }
      section.bolig-page .links a span {
        display: inline-block;
        margin: 1em 0; }
      section.bolig-page .links a.no-pointer {
        cursor: default; }
  section.bolig-page .labels {
    width: 100%;
    padding: 0 15px;
    margin: 0; }
    @media (min-width: 996px) {
      section.bolig-page .labels {
        font-size: 1em;
        display: flex;
        font-size: 0.8em;
        height: 58px; } }
    @media (max-width: 441px) {
      section.bolig-page .labels {
        padding: unset; } }
    section.bolig-page .labels .open-house-container .label {
      padding: 0.66em 1em; }
      @media (max-width: 441px) {
        section.bolig-page .labels .open-house-container .label.info {
          font-size: 12px; }
          section.bolig-page .labels .open-house-container .label.info .btn-border {
            width: 50px;
            height: 50px; }
            section.bolig-page .labels .open-house-container .label.info .btn-border .open-house-button-text {
              display: none; }
            section.bolig-page .labels .open-house-container .label.info .btn-border .open-house-button-icon {
              font-size: 40px;
              margin-left: 2px; } }
    section.bolig-page .labels .label {
      display: flex;
      text-align: center;
      background-color: #003761;
      color: #fff;
      padding: 0.66em 2em;
      text-transform: uppercase;
      font-size: 13px; }
      section.bolig-page .labels .label.info {
        background-color: #66C1BF;
        font-size: 13px;
        min-height: 58px;
        margin-right: -16px; }
        @media (max-width: 996px) {
          section.bolig-page .labels .label.info {
            padding: 5px 10px; }
            section.bolig-page .labels .label.info .btn-aah {
              color: #fff; } }
        section.bolig-page .labels .label.info.h-min-75 {
          min-height: 75px; }
        section.bolig-page .labels .label.info .btn-border {
          padding: 10px 20px;
          display: flex;
          align-items: center;
          font-weight: bold; }
          section.bolig-page .labels .label.info .btn-border i {
            font-size: 18px;
            margin-left: 10px; }
          section.bolig-page .labels .label.info .btn-border:hover {
            color: #ccc; }
        @media (max-width: 996px) {
          section.bolig-page .labels .label.info .line-height {
            line-height: 1.2; } }
      section.bolig-page .labels .label.solgt {
        background-color: #c50000; }
      section.bolig-page .labels .label .inline-block {
        display: inline-block; }
  section.bolig-page .content {
    padding: 0 1em; }
    @media (min-width: 996px) {
      section.bolig-page .content {
        padding: 1em 3em 3em 3em; } }
    section.bolig-page .content h2 {
      font-size: 1.4em;
      line-height: 1.5;
      margin-top: 0;
      max-width: 20em; }
    section.bolig-page .content h3 {
      font-size: 1.4em;
      border-bottom: 1px solid #003761;
      padding-bottom: 0.5em;
      margin-top: 20px; }
    section.bolig-page .content hr {
      border-top: 1px solid #003761; }
    section.bolig-page .content table {
      width: 100%; }
    section.bolig-page .content a.more {
      font-weight: bold;
      color: inherit;
      cursor: pointer; }
  section.bolig-page #share-link-box {
    display: none;
    background-color: #eee;
    font-size: 12px;
    padding: 10px;
    word-wrap: break-word; }

.v-center {
  display: flex;
  align-items: center;
  justify-content: center; }

.gallery-cta {
  position: absolute;
  text-align: center;
  z-index: 15;
  cursor: pointer;
  text-transform: uppercase;
  transition: background-color .2s linear, top .2s linear; }
  @media (max-width: 767px) {
    .gallery-cta {
      bottom: 15px;
      right: 15px;
      color: #fff; }
      .gallery-cta:hover {
        color: #ccc; }
      .gallery-cta p {
        display: none; }
      .gallery-cta .fa {
        font-size: 1.8em;
        line-height: normal;
        padding: 5px;
        text-shadow: 0px 0px 5px #666; }
        .gallery-cta .fa.fa-camera {
          display: none; } }
  @media (min-width: 768px) {
    .gallery-cta {
      top: 38%;
      left: 50%;
      width: 8em;
      height: 8em;
      margin: -4em 0 0 -4em;
      color: #fff;
      background-color: rgba(0, 55, 97, 0.8); }
      .gallery-cta:hover {
        background-color: rgba(0, 55, 97, 0.9); }
      .gallery-cta p {
        font-size: 0.8em; }
      .gallery-cta .fa {
        font-size: 2.5em;
        line-height: 1.6em;
        padding-top: 0.5em; }
        .gallery-cta .fa.fa-arrows-alt {
          display: none; } }

.gallery-close {
  position: absolute;
  right: 1em;
  z-index: 15;
  width: 30px;
  height: 30px;
  cursor: pointer;
  top: 0em;
  opacity: 0;
  transform: rotate(45deg);
  transition: top .3s linear, opacity .3s linear, transform .3s linear; }
  .gallery-close:before, .gallery-close:after {
    content: "";
    display: block;
    width: 2px;
    height: 30px;
    left: 15px;
    background-color: #fff;
    position: relative;
    transform: rotate(45deg);
    transition: background-color .2s linear;
    box-shadow: 0px 0px 5px #666; }
  .gallery-close:after {
    top: -30px;
    transform: rotate(-45deg); }
  .gallery-close:hover:before, .gallery-close:hover:after {
    background-color: #ccc; }

.gallery-active {
  padding-top: 0; }
  .gallery-active header {
    top: -12rem; }
    .gallery-active header.logo-large .logo img {
      max-height: 100%;
      box-shadow: none; }
  .gallery-active section.bolig-gallery {
    z-index: 2000;
    /* PSJ: make sure this is higher than z-index of the header. Otherwise elements such as "gallery-close" won't work on smaller breakpoints. */ }
    .gallery-active section.bolig-gallery .main-gallery:before {
      left: 0; }
    .gallery-active section.bolig-gallery .main-gallery:after {
      right: 0; }
    .gallery-active section.bolig-gallery .main-gallery .slide, .gallery-active section.bolig-gallery .main-gallery .slide-img {
      height: 100vh;
      background-size: cover;
      background-position: 50% 50%;
      padding-top: 0; }
      .gallery-active section.bolig-gallery .main-gallery .slide.plan, .gallery-active section.bolig-gallery .main-gallery .slide-img.plan {
        background-size: contain;
        background-repeat: no-repeat; }
    .gallery-active section.bolig-gallery .main-gallery .flickity-prev-next-button {
      top: 50%; }
    @media (min-width: 768px) {
      .gallery-active section.bolig-gallery .main-gallery-nav {
        display: block; } }
  .gallery-active section.bolig-page .page {
    transform: translateY(0);
    margin-bottom: 0; }
  .gallery-active .gallery-cta {
    opacity: 0; }
  .gallery-active .gallery-close {
    top: 1em;
    opacity: 1;
    transform: rotate(0deg); }

.Sp-overlay-actions-inspiire-logo {
  margin: 10px; }

.Sp-overlay-image-inspiire-logo {
  margin-top: 75px;
  margin-right: 25px; }

@media only screen and (max-width: 480px) {
  .enableinspiirelogoMobile {
    display: block; } }

@media only screen and (min-width: 768px) {
  .enableinspiirelogoMobile {
    display: none; } }

.climate-friendly-icon {
  height: 40px; }

.maegler-navbar {
  /*z-index: 10;
    position: relative;
    background: #fff;
    box-shadow: 0 -0.25em 1em #000;*/
  background: transparent !important;
  position: relative;
  width: 100%;
  z-index: 1000; }
  @media (max-width: 768px) {
    .maegler-navbar {
      white-space: nowrap;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      max-width: 100%; } }
  .maegler-navbar::-webkit-scrollbar {
    display: none; }
  .maegler-navbar ul {
    list-style: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.025em;
    margin-bottom: 0;
    padding: 0; }
    .maegler-navbar ul a {
      font-size: 0.8em;
      text-decoration: none;
      color: #AAA;
      position: relative;
      display: inline-block;
      padding: 0.5em 0.25em;
      padding: 1.25em 2em; }
      .maegler-navbar ul a:after {
        content: "";
        display: block;
        position: relative;
        background-color: #66C1BF;
        height: 2px;
        top: 2px;
        width: 0;
        left: 50%;
        transform: translateX(-50%);
        transition: width .1s linear; }
    .maegler-navbar ul li {
      display: inline-block; }
      .maegler-navbar ul li.active a {
        color: #777; }
      .maegler-navbar ul li.active a:after, .maegler-navbar ul li:hover a:after {
        width: 2em; }

.broker-map {
  background-color: #e5e3df;
  margin-bottom: 40px; }
  .broker-map #map {
    width: 100%;
    min-height: 24em;
    z-index: 0; }
    @media (min-width: 769px) {
      .broker-map #map {
        min-height: 40em; } }

.broker-list {
  margin-top: 15px;
  margin-bottom: 15px; }
  .broker-list .broker {
    padding: 20px 15px; }
    @media (min-width: 768px) and (max-width: 996px) {
      .broker-list .broker:nth-child(2n+3) {
        clear: left; } }
    @media (min-width: 997px) {
      .broker-list .broker:nth-child(4n+5) {
        clear: left; } }
    .broker-list .broker div.img {
      background-color: #eee;
      width: 100%;
      /*padding-top: 66.67%;*/
      /*background-position: 50% 75%;
                background-size: 200%;*/
      background-position: 50% 100%;
      background-size: 120%; }
      .broker-list .broker div.img.na {
        background-position: center center;
        background-size: 150%; }
    .broker-list .broker div.broker-img {
      background-color: #eee;
      width: 100%;
      padding-top: 66.67%;
      background-position: center center;
      background-size: 100%; }
      .broker-list .broker div.broker-img.na {
        background-size: 150%;
        background-position: center center; }
    .broker-list .broker .text {
      padding: 0.5em 0;
      color: #003761; }
    .broker-list .broker .link,
    .broker-list .broker .select {
      color: #003761;
      text-transform: uppercase;
      font-weight: bold;
      cursor: pointer;
      text-decoration: none; }

.search-broker .broker-header {
  color: #003761;
  background-color: #d1cac7;
  padding: 5em 0 10em 0; }
  .search-broker .broker-header h1 {
    margin: 20px 0;
    display: block; }
  .search-broker .broker-header p {
    margin: 0;
    display: block; }
  .search-broker .broker-header a {
    margin: 0;
    color: #003761;
    text-decoration: underline; }
  .search-broker .broker-header .input-group {
    margin: 20px 0 0; }

.search-broker .page {
  padding: 2em;
  background: #fff;
  margin-top: -9em; }

.maegler-header {
  background-size: cover;
  background-position: 50% 7.5%;
  min-height: 50em; }
  @media (max-width: 996px) {
    .maegler-header {
      min-height: 0;
      padding-top: 66.67%; } }
  @media (min-width: 1500px) {
    .maegler-header {
      margin: 0 auto;
      max-width: 1350px; } }

.maegler-page .page {
  position: relative;
  background: #fff;
  transition: transform .2s linear;
  z-index: 1; }

.maegler-page .content {
  padding: 3em; }
  .maegler-page .content .maegler-title {
    font-size: 1.4em;
    line-height: 1.1;
    border-bottom: 1px solid #003761;
    padding: 0 0 10px;
    margin: 1em 0; }
  .maegler-page .content .maegler-subtitle {
    font-size: 1.4em;
    line-height: 1.5;
    margin-top: 0; }
    @media (max-width: 996px) {
      .maegler-page .content .maegler-subtitle {
        margin-top: 20px; } }
  .maegler-page .content h1 {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 0; }
  .maegler-page .content h2 {
    font-size: 1.3em;
    line-height: 1.4;
    margin-top: 0; }
  .maegler-page .content h3 {
    font-size: 1.2em;
    line-height: 1.3;
    margin-top: 0; }
  .maegler-page .content hr {
    border-top: 1px solid #003761; }
  .maegler-page .content table {
    width: 100%; }
  .maegler-page .content img {
    height: auto !important;
    width: auto !important;
    max-height: 100%;
    max-width: 100%; }

.maegler-header + .maegler-page .page {
  transform: translateY(-100px);
  margin-bottom: -100px;
  padding-bottom: 2em; }
  @media (max-width: 768px) {
    .maegler-header + .maegler-page .page {
      transform: translateY(-10.5vw); } }

.sp-paragraph-broker-style {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 0;
  max-width: 20em; }

.maegler-page .content .sp-broker-title-style {
  font-weight: 300; }

@media (max-width: 996px) {
  section.signup-goldmember .slider {
    margin: 0 15px 15px; } }

section.search-goldmember {
  background: #eee;
  color: #003761;
  padding: 5em 0; }
  @media (max-width: 996px) {
    section.search-goldmember .slider {
      padding-top: 15px;
      margin: 0 30px; } }
  @media (min-width: 997px) {
    section.search-goldmember .slider {
      padding-top: 0; } }
  section.search-goldmember .irs-slider,
  section.search-goldmember .irs-bar {
    background-color: #967949; }
  section.search-goldmember .irs-line {
    background-color: #ddd; }
  section.search-goldmember .irs-from,
  section.search-goldmember .irs-to,
  section.search-goldmember .irs-single {
    background-color: #967949;
    font-size: 15px;
    top: -4px; }
  section.search-goldmember .irs-min,
  section.search-goldmember .irs-max {
    font-size: 15px;
    top: -4px; }

section.buyers {
  padding: 2.5em 0; }
  section.buyers h2 {
    text-align: center;
    font-weight: 300;
    margin: 1em 0 2em; }
  section.buyers .list-buyers .buyer {
    padding: 20px 15px; }
    @media (max-width: 996px) {
      section.buyers .list-buyers .buyer:nth-child(2n+3) {
        clear: left; } }
    @media (min-width: 997px) {
      section.buyers .list-buyers .buyer:nth-child(4n+5) {
        clear: left; } }
    section.buyers .list-buyers .buyer .image {
      position: relative;
      background-image: url("../images/guldkoeber-real.jpg");
      background-position: 50% 50%;
      padding-top: 66.67%;
      display: block; }
      section.buyers .list-buyers .buyer .image:after {
        content: attr(data-ref);
        position: absolute;
        width: 100%;
        text-align: center;
        color: #fff;
        top: 58%;
        font-size: 1.2em; }
    section.buyers .list-buyers .buyer .title {
      margin: 1em 0; }
    section.buyers .list-buyers .buyer .comment {
      font-style: italic;
      margin: 1em 0; }
    section.buyers .list-buyers .buyer .comment-read-more-wrap {
      margin-top: 5px;
      font-style: normal;
      text-align: left; }

.signup-gm .card {
  background-color: #F8F8F7;
  border: none; }

.signup-gm label {
  font-size: 17px;
  font-weight: bold;
  color: #2E384D; }

.signup-gm .label-extra-text {
  font-size: 12px; }

.signup-gm input {
  border: none; }

.signup-gm select {
  border: none; }

.signup-gm .slider-container {
  margin-top: 20px; }
  .signup-gm .slider-container .slider {
    padding-top: 0; }
    .signup-gm .slider-container .slider .irs-slider {
      top: 18px;
      height: 21px;
      background-color: #7C5A1A; }
    .signup-gm .slider-container .slider .irs-bar {
      background-color: #C4B58D; }
    .signup-gm .slider-container .slider .irs-from, .signup-gm .slider-container .slider .irs-to, .signup-gm .slider-container .slider .irs-single {
      background-color: #7C5A1A; }

.signup-gm .gold-buyer-terms-text {
  font-size: 12px;
  color: #AEB0B2; }

.signup-gm .checkbox span {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500; }
  .signup-gm .checkbox span:before {
    min-width: 15px;
    margin-right: 7px; }

.signup-gm h3 {
  color: #003761;
  font-size: 1.9rem;
  font-weight: bold; }

.signup-gm .usp-container {
  color: #003761;
  margin: 10px;
  font-weight: bold; }
  @media (max-width: 767px) {
    .signup-gm .usp-container {
      width: 100%; } }
  .signup-gm .usp-container .check {
    background-color: #003761;
    border-radius: 50%;
    color: #fff;
    padding: 8px;
    font-size: 10px; }

.btn-send-request {
  background-color: #EBAC45;
  color: #2E394D;
  border: none;
  font-size: 14px;
  font-weight: 700; }
  .btn-send-request.small {
    height: 40px;
    padding: 0; }
  .btn-send-request:hover {
    background-color: #EBAC45;
    border: none;
    color: #2E394D; }

.btn-collapse {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 8px;
  font-size: 16px;
  text-transform: initial;
  background-color: #B9A16C;
  color: #fff; }
  .btn-collapse .fa-chevron-right {
    font-size: 20px;
    transform: rotate(90deg); }
  .btn-collapse.collapsed .fa-chevron-right {
    transform: rotate(0deg);
    transition: all ease-out .2s; }

.find-gold-buyer-container {
  background-color: #F8F8F7;
  border: none; }
  .find-gold-buyer-container h3 {
    color: #003761;
    font-size: 1.9rem;
    font-weight: bold; }
  .find-gold-buyer-container label {
    font-size: 17px;
    font-weight: bold;
    color: #2E384D; }
  .find-gold-buyer-container input {
    border: none; }
  .find-gold-buyer-container select {
    border: none; }
  @media (max-width: 996px) {
    .find-gold-buyer-container .slider {
      margin-bottom: 60px !important; } }
  .find-gold-buyer-container .irs-slider {
    background-color: #8b6e3f;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    top: 10px;
    cursor: move;
    /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    animation-name: slide;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-delay: 1s; }
    .find-gold-buyer-container .irs-slider:active {
      cursor: grabbing;
      cursor: -moz-grabbing;
      cursor: -webkit-grabbing; }
    .find-gold-buyer-container .irs-slider.single:before {
      content: "\f015";
      font-weight: 900;
      font-family: "Font Awesome 5 Pro";
      position: absolute;
      left: 50%;
      transform: translate(-50%, -50%);
      top: 50%;
      font-size: 16px; }
  .find-gold-buyer-container .irs-bar {
    height: 4px;
    top: 27px;
    background-color: #8b6e3f; }
  .find-gold-buyer-container .irs-from, .find-gold-buyer-container .irs-to, .find-gold-buyer-container .irs-single {
    bottom: -30px;
    top: auto;
    background: transparent;
    color: #003761;
    font-weight: bold;
    font-size: 14px; }
  .find-gold-buyer-container .irs-min .gm-slider-maxprice, .find-gold-buyer-container .irs-max .gm-slider-maxprice {
    display: none; }
  .find-gold-buyer-container .gm-slider-maxprice {
    display: block;
    position: absolute;
    font-weight: normal;
    font-size: 12px;
    left: 50%;
    transform: translateX(-50%); }
  .find-gold-buyer-container .slider {
    margin-bottom: 60px;
    padding-top: 0; }
  .find-gold-buyer-container .gold-form {
    background-color: #C4B58D;
    display: flex;
    align-items: flex-end;
    padding: 30px 50px; }
    @media (max-width: 996px) {
      .find-gold-buyer-container .gold-form {
        padding: 20px 10px; } }
  .find-gold-buyer-container .usp-container {
    color: #003761;
    margin: 10px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .find-gold-buyer-container .usp-container {
        width: 100%; } }
    .find-gold-buyer-container .usp-container .check {
      background-color: #003761;
      border-radius: 50%;
      color: #fff;
      padding: 8px;
      font-size: 10px; }
  .find-gold-buyer-container .buyers {
    top: -41px; }
    .find-gold-buyer-container .buyers::before {
      border-top-color: #C4B58D; }
  .find-gold-buyer-container .brokers {
    margin-top: 0;
    margin-bottom: 20px; }

@media (max-width: 414px) {
  .btn-contact-gold-broker {
    font-size: 12px !important; } }

.cta-content--gold-buyer {
  max-width: 56em !important; }

.gold-buyer-navigation {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  font-size: 28px; }
  .gold-buyer-navigation a {
    color: #fff;
    font-weight: bold; }
    .gold-buyer-navigation a:hover {
      box-shadow: inset 0 -2px 0 0 #fff; }

.energy-labels {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-top: 22px; }
  @media screen and (max-width: 996px) {
    .energy-labels {
      flex-wrap: wrap; }
      .energy-labels--container {
        display: flex;
        justify-content: center;
        width: 33%;
        margin-bottom: 15px; } }
  .energy-labels label {
    position: relative; }
  .energy-labels .energy-label {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 62px;
    font-size: 42px;
    color: #fff;
    cursor: pointer; }
    .energy-labels .energy-label .year {
      font-size: 8px;
      letter-spacing: 1px; }
  .energy-labels .checkbox-round {
    position: absolute;
    top: -17px;
    left: -15px;
    z-index: 1;
    width: 2em;
    height: 2em;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer; }
  .energy-labels .checkbox-round:checked {
    background-color: #00C40B; }

section.my-searchAgents .agent-row {
  padding: 1em;
  border-bottom: 1px solid #e3dedd; }
  section.my-searchAgents .agent-row:first-child {
    border-top: 1px solid #e3dedd; }
  section.my-searchAgents .agent-row .useragent-title {
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #707173; }
  section.my-searchAgents .agent-row .useragent-desc {
    font-size: 11px;
    margin: 5px 0 0;
    padding: 0;
    color: #707173;
    text-transform: capitalize; }
    section.my-searchAgents .agent-row .useragent-desc .tt-reg {
      text-transform: none; }
  section.my-searchAgents .agent-row .useragent-edit {
    margin-left: 40px; }
  section.my-searchAgents .agent-row .useragent-remove, section.my-searchAgents .agent-row .useragent-edit {
    float: right;
    margin-top: 10px;
    color: #ccc3c1;
    font-weight: bold; }
    section.my-searchAgents .agent-row .useragent-remove:hover, section.my-searchAgents .agent-row .useragent-edit:hover {
      color: #ccc3c1;
      text-decoration: none; }

section.my-favorites {
  padding-top: 1em;
  padding-bottom: 1em; }

section.my-sales-items .content {
  /* Overwrite "bolig details" styling on page (we reuse styling on other elements) */
  padding: 0 !important; }

section.my-sales-items .downloads table td {
  padding: 5px 0; }

section.my-sales-items .downloads table .downloads-link, section.my-sales-items .downloads table .downloads-link:hover {
  color: #000;
  text-decoration: underline; }

section.my-sales-items .downloads table .downloads-approve-btn {
  padding: 0.5em;
  min-width: 10em; }

section.my-sales-items .downloads table .downloads-notice {
  font-size: 11px;
  float: right;
  text-align: right; }

section.my-sales-items .open-houses {
  font-size: 14px;
  margin: 15px 0 5px; }
  section.my-sales-items .open-houses p {
    margin: 3px 0; }

section.my-sales-items-statistic {
  padding: 0;
  margin-bottom: 1.5em;
  position: relative;
  background-color: #e7e4e2; }
  section.my-sales-items-statistic:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-width: 20px;
    margin-left: -20px;
    border-bottom-color: #e7e4e2; }
  section.my-sales-items-statistic .acc-container {
    transition: all .5s ease;
    padding: 0;
    height: 0;
    overflow: hidden; }
  section.my-sales-items-statistic .acc-toggle-container {
    text-align: center; }
  section.my-sales-items-statistic .acc-toggle {
    display: inline-block;
    padding: 1.5em;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    text-decoration: underline; }
  section.my-sales-items-statistic.active .acc-container {
    padding: 1.5em 0;
    height: auto; }
  section.my-sales-items-statistic .property {
    width: 100%; }
  section.my-sales-items-statistic .filter {
    text-align: right; }
  section.my-sales-items-statistic .sum {
    font-size: 11px;
    margin-top: 1.5em;
    text-align: right; }
  section.my-sales-items-statistic .sum-count {
    font-weight: bold; }

hr.my-sales-items-splitline {
  height: 40px;
  background-color: #e7e4e2; }

section.administration .page {
  padding: 2em;
  background: #fff; }

.maegler-navbar.my-profile {
  background-color: #4b4849;
  box-shadow: none; }
  .maegler-navbar.my-profile ul li a {
    color: #003761; }

.mb-10 {
  margin-bottom: 10px; }

.hidden {
  display: none; }

@media (min-width: 1200px) {
  .container {
    max-width: 1280px; } }

.keyboardtest {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: gray;
  display: none; }

.overflow-unset {
  overflow: unset; }

.header-image {
  position: relative; }
  .header-image .image-wrapper {
    background-image: url("/Files/Images/frontpage-header-bg.jpg");
    position: relative;
    min-height: 250px;
    height: 90vh;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed; }
    @media (max-width: 767px) {
      .header-image .image-wrapper {
        height: auto;
        max-height: fit-content; } }
    @media (min-width: 768px) {
      .header-image .image-wrapper {
        height: calc(100vh - 72.5px); } }
    @media (min-width: 768px) {
      .header-image .image-wrapper {
        min-height: 520px;
        height: auto; } }
    @media (min-width: 996px) {
      .header-image .image-wrapper {
        min-height: 520px; } }
    @media (min-width: 1200px) {
      .header-image .image-wrapper {
        min-height: 520px;
        height: auto; } }
    @media (min-width: 1600px) {
      .header-image .image-wrapper {
        min-height: 900px; } }

.main-search-wrapper {
  position: absolute;
  z-index: 1001;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  width: 90%;
  color: #fff;
  display: flex; }
  .main-search-wrapper.koeberraadgivning {
    max-width: 1000px;
    z-index: 99; }
    @media (max-width: 767px) {
      .main-search-wrapper.koeberraadgivning {
        background-color: transparent; } }
  @media (max-width: 1600px) {
    .main-search-wrapper {
      position: relative;
      top: 100px;
      transform: translateX(-50%);
      height: 100%; } }
  @media (max-width: 767px) {
    .main-search-wrapper {
      top: 0;
      transform: none;
      left: 0;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.92);
      position: relative;
      padding-bottom: 30px;
      display: block; } }

.main-search-form {
  position: absolute;
  z-index: 1010;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  width: 90%;
  padding: 30px 30px 0 30px;
  background-color: rgba(0, 53, 93, 0.95);
  color: #fff; }
  .main-search-form.visual-editor-styling {
    position: relative;
    width: 100%; }
    @media (max-width: 767px) {
      .main-search-form.visual-editor-styling {
        background-color: rgba(255, 255, 255, 0.92);
        padding-bottom: 30px; }
        .main-search-form.visual-editor-styling .btn-blank {
          color: #fff; } }
  .main-search-form.frontpage {
    z-index: 1001; }
  .main-search-form.center {
    margin: 0 auto; }
  .main-search-form.koberraadgivning {
    max-width: 50%;
    transform: none;
    top: 0;
    position: relative;
    left: 0; }
    @media (max-width: 1600px) {
      .main-search-form.koberraadgivning {
        min-height: 215px;
        height: auto; } }
    @media (max-width: 992px) {
      .main-search-form.koberraadgivning {
        margin: 30px auto; } }
    @media (max-width: 992px) {
      .main-search-form.koberraadgivning {
        max-width: 100%; }
        .main-search-form.koberraadgivning h3 {
          color: #fff; } }
  @media (max-width: 1600px) {
    .main-search-form {
      position: relative;
      top: 100px;
      transform: translateX(-50%);
      height: 100%; }
      .main-search-form.frontpage {
        top: 180px; } }
  @media (max-width: 767px) {
    .main-search-form:not(.visual-editor-styling) {
      top: 0;
      transform: none;
      left: 0;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.92);
      position: relative;
      padding-bottom: 30px; }
      .main-search-form:not(.visual-editor-styling).frontpage {
        top: 0; }
      .main-search-form:not(.visual-editor-styling) .btn-blank {
        color: #fff; }
    .main-search-form.koberraadgivning {
      background-color: rgba(0, 53, 93, 0.95); } }
  .main-search-form h3 {
    font-size: 1.9rem;
    font-weight: bold; }
    @media (max-width: 767px) {
      .main-search-form h3 {
        color: #003761;
        text-align: center; } }
  .main-search-form .dropdown-menu {
    border: 1px solid #335773; }
  .main-search-form .home-count {
    font-size: 18px; }
    @media (max-width: 767px) {
      .main-search-form .home-count {
        color: #003761;
        text-align: center; } }
    .main-search-form .home-count .search-count {
      font-weight: bold; }
  .main-search-form .irs-slider {
    background-color: #fff; }
  @media (max-width: 767px) {
    .main-search-form .slider {
      padding-top: 0; } }
  .main-search-form .form-wrapper {
    background-color: #083455;
    padding: 10px; }
    .main-search-form .form-wrapper .col-searchbar {
      padding-right: 10px; }
    @media (max-width: 767px) {
      .main-search-form .form-wrapper {
        background: none;
        padding: 0; }
        .main-search-form .form-wrapper .col-searchbar {
          padding-right: 0; } }
    .main-search-form .form-wrapper .input-col {
      padding-right: 10px; }
      @media (max-width: 767px) {
        .main-search-form .form-wrapper .input-col {
          padding-right: 0;
          margin-bottom: 10px; }
          .main-search-form .form-wrapper .input-col:first-child {
            margin-top: 10px; }
          .main-search-form .form-wrapper .input-col:last-child {
            margin-bottom: 0; }
          .main-search-form .form-wrapper .input-col .btn-dropdown {
            color: #003761;
            text-align: left; }
            .main-search-form .form-wrapper .input-col .btn-dropdown:after {
              position: absolute;
              right: 15px;
              top: 50%; } }
    .main-search-form .form-wrapper .search-input {
      width: 100%;
      height: 55px;
      padding: 0 15px;
      border: 0;
      background-color: #fff !important; }
      @media (max-width: 767px) {
        .main-search-form .form-wrapper .search-input {
          border: 1px solid #D5D5D5; } }
  .main-search-form .form-control {
    border: 1px solid #335773; }
  @media (min-width: 768px) {
    .main-search-form .position-absolute-md {
      position: absolute; } }
  .main-search-form .form-control:focus {
    box-shadow: none;
    border: 1px solid #ced4da; }
  .main-search-form .dropdown-toggle.reverse {
    transition: 0.3s; }
    .main-search-form .dropdown-toggle.reverse:focus {
      box-shadow: none; }
    .main-search-form .dropdown-toggle.reverse[aria-expanded="true"] {
      background-color: #fff;
      color: #335773;
      font-weight: bold;
      z-index: 1010; }
  .main-search-form .bolig-dropdown {
    column-count: 2;
    margin-bottom: 5px; }
    .main-search-form .bolig-dropdown li {
      display: inline-block;
      width: 100%; }
    @media (max-width: 767px) {
      .main-search-form .bolig-dropdown {
        column-count: 1; } }
  .main-search-form .bolig-dropdown-container, .main-search-form .dropdown-price {
    padding: 10px;
    border-radius: 0;
    transform: none !important;
    will-change: unset !important;
    top: 52px !important; }
    @media (max-width: 767px) {
      .main-search-form .bolig-dropdown-container, .main-search-form .dropdown-price {
        width: 100%; } }
  .main-search-form .border-fat {
    border-top: 2px solid;
    display: block;
    margin-bottom: 15px; }
  .main-search-form .filter-container .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-style: italic;
    font-size: 14px; }
  .main-search-form .filter-container .form-control::-moz-placeholder {
    /* Firefox 19+ */
    font-style: italic;
    font-size: 14px; }
  .main-search-form .filter-container .form-control:-ms-input-placeholder {
    /* IE 10+ */
    font-style: italic;
    font-size: 14px; }
  .main-search-form .filter-container .form-control:-moz-placeholder {
    /* Firefox 18- */
    font-style: italic;
    font-size: 14px; }
  .main-search-form .filter-container .form-control.reverse {
    color: #fff;
    background: #073355; }
    .main-search-form .filter-container .form-control.reverse:hover, .main-search-form .filter-container .form-control.reverse:active, .main-search-form .filter-container .form-control.reverse:focus {
      box-shadow: none;
      border-color: #fff; }
  .main-search-form .btn-blank .open-close {
    font-size: 15px;
    position: relative;
    top: 1px;
    transition: 0.4s;
    color: #66c1bf; }
    .main-search-form .btn-blank .open-close.white {
      color: #fff; }
  .main-search-form .btn-blank .open {
    display: none;
    margin-left: 5px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .main-search-form .btn-blank .open {
        color: #003761; }
        .main-search-form .btn-blank .open.white {
          color: #fff; } }
  .main-search-form .btn-blank .not-open {
    font-weight: bold;
    margin-left: 5px; }
    @media (max-width: 767px) {
      .main-search-form .btn-blank .not-open {
        color: #003761; }
        .main-search-form .btn-blank .not-open.white {
          color: #fff; } }
  .main-search-form .btn-blank[aria-expanded="true"] .open-close {
    transform: rotate(45deg); }
  .main-search-form .btn-blank[aria-expanded="true"] .not-open {
    display: none; }
  .main-search-form .btn-blank[aria-expanded="true"] .open {
    display: inline; }
  .main-search-form .reset-btn {
    cursor: pointer; }
    @media (max-width: 768px) {
      .main-search-form .reset-btn {
        color: #003761 !important; }
        .main-search-form .reset-btn.white {
          color: #fff !important; } }
  .main-search-form #moreSearch, .main-search-form #moreSearch-master {
    border-top: 1px solid #335773;
    background: rgba(7, 51, 85, 0.4);
    margin-left: -3.5%;
    margin-right: -3.5%;
    padding: 0 30px;
    position: relative; }
    .main-search-form #moreSearch .row.mb-30, .main-search-form #moreSearch-master .row.mb-30 {
      padding-bottom: 30px; }
    .main-search-form #moreSearch h4.mt-20, .main-search-form #moreSearch-master h4.mt-20 {
      margin-top: 20px; }
    .main-search-form #moreSearch:after, .main-search-form #moreSearch:before, .main-search-form #moreSearch-master:after, .main-search-form #moreSearch-master:before {
      bottom: 100%;
      left: 39px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .main-search-form #moreSearch:after, .main-search-form #moreSearch-master:after {
      border-bottom-color: #073355;
      border-width: 10px;
      margin-left: -10px;
      margin-bottom: -1px; }
    .main-search-form #moreSearch:before, .main-search-form #moreSearch-master:before {
      border-bottom-color: #335773;
      border-width: 11px;
      margin-left: -11px; }
  .main-search-form .moreSearch-text {
    line-height: 60px; }
  @media (max-width: 767px) {
    .main-search-form #moreSearch, .main-search-form #moreSearch-master {
      margin: 0px -30px 0;
      padding: 0 30px;
      background: #003761; } }

.main-search-form-extra {
  width: 300px;
  background-color: #5a1213;
  margin-left: 30px;
  max-height: 290px; }
  .main-search-form-extra.koberraadgivning {
    width: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    color: #003761; }
    .main-search-form-extra.koberraadgivning .box-inner {
      margin: 30px; }
      .main-search-form-extra.koberraadgivning .box-inner .box-cta-front {
        width: auto;
        display: inline-block;
        padding: 10px;
        font-weight: normal;
        margin-bottom: 0; }
    @media (max-width: 768px) {
      .main-search-form-extra.koberraadgivning {
        width: 100%; } }
  @media (max-width: 992px) {
    .main-search-form-extra {
      width: auto;
      max-width: 520px;
      margin: 30px auto;
      padding: 1px; } }
  .main-search-form-extra .box-cta-front {
    height: 40px;
    display: flex;
    color: #fff;
    max-width: 400px;
    align-items: center;
    padding: 0 15px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase; }
    .main-search-form-extra .box-cta-front.background {
      background-color: #003761; }
    .main-search-form-extra .box-cta-front .cta-icon {
      position: absolute;
      right: 15px;
      font-size: 18px;
      top: 50%;
      margin-top: -8px; }
  .main-search-form-extra h4 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 30px; }
  .main-search-form-extra .box-inner {
    margin: 60px 30px; }
  .main-search-form-extra .icon-wrapper-wclick {
    margin-bottom: 20px; }
    .main-search-form-extra .icon-wrapper-wclick i {
      color: #fff;
      position: absolute;
      right: 15px;
      font-size: 15px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      z-index: 1; }
  .main-search-form-extra .icon-wrapper:before {
    content: "";
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 5px;
    transform: translate(-50%, -50%);
    top: 50%;
    font-size: 16px;
    color: #fff; }
  .main-search-form-extra .box-cta-input {
    background: transparent;
    border: 1px solid #fff;
    max-width: 400px;
    padding: 0 15px;
    width: 100%;
    font-size: 14px;
    height: 40px;
    display: flex;
    color: #fff;
    outline: none;
    font-weight: bold; }
    .main-search-form-extra .box-cta-input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff; }
    .main-search-form-extra .box-cta-input::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff; }
    .main-search-form-extra .box-cta-input:-ms-input-placeholder {
      /* IE 10+ */
      color: #fff; }
    .main-search-form-extra .box-cta-input:-moz-placeholder {
      /* Firefox 18- */
      color: #fff; }

.border-default {
  border: 1px solid #003761; }

.menu-active header .header-shortcuts a {
  border-right: none !important; }

.menu-active header .header-shortcuts .search-menu {
  color: #fff;
  background-color: #003761; }

.search-broker .broker-header .input-group {
  justify-content: center; }
  .search-broker .broker-header .input-group .form-control {
    height: 38px; }

.btn-green {
  color: #fff;
  background-color: green; }
  .btn-green:hover, .btn-green:active, .btn-green:focus {
    background-color: #005e0e !important; }

.btn-turquoise {
  background-color: #54bab7;
  border: none; }
  .btn-turquoise:hover, .btn-turquoise:active, .btn-turquoise:focus {
    border: none;
    background-color: #54bab7; }

.btn-dropdown {
  background: transparent;
  border: 1px solid #335773;
  color: #fff;
  text-transform: none;
  font-size: 1rem;
  height: 55px;
  min-width: 100%;
  max-width: 100%; }

.btn-search {
  background-color: #66C1BF;
  min-width: 100%;
  height: 55px;
  color: #fff;
  font-weight: bold;
  font-size: 20px; }
  .btn-search.small {
    height: 40px;
    padding: 0; }

.btn-blank {
  padding: 0;
  background: transparent;
  color: #fff;
  border: none;
  cursor: pointer; }
  .btn-blank:focus, .btn-blank:active, .btn-blank:hover {
    outline: none; }
  @media (max-width: 767px) {
    .btn-blank {
      color: #003761; } }

.centerDropdown {
  left: 50% !important;
  transform: translate3d(-50%, 45px, 0) !important;
  padding: 10px;
  width: 100%;
  border: 1px solid #E5E5E5;
  border-radius: 0; }

.box-shadow {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.04); }

/* Customize the label (the container) */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: bold;
  color: #003761;
  border-bottom: 1px solid #eee;
  line-height: 20px;
  padding-bottom: 10px;
  margin-right: 29px;
  min-width: 60px; }

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 35%;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  transform: translateY(-50%);
  border: 1px solid #003761; }
  .checkmark.grey {
    background-color: #f5f5f5; }

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #fff; }
  .checkbox-container:hover input ~ .checkmark.grey {
    background-color: #f5f5f5; }

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #fff; }
  .checkbox-container input:checked ~ .checkmark.grey {
    background: #f5f5f5; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #003761;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

b, strong {
  font-weight: bold; }

.menu-slide-active .main-menu-slide {
  right: 0; }

.main-menu-slide {
  max-width: 36em;
  right: -36rem;
  left: auto;
  padding: 3rem 1rem;
  color: #003761;
  background: #fff;
  z-index: 1013;
  transition: box-shadow .5s ease-in-out, right .5s ease-in-out;
  opacity: 1;
  height: 100%;
  width: 100%;
  box-shadow: 0em 0em 0em #323a3e;
  position: fixed;
  overflow-y: hidden;
  overflow-x: hidden; }
  .main-menu-slide .menu-headline {
    font-size: 18px;
    font-weight: bold; }
    .main-menu-slide .menu-headline:after {
      height: 3px;
      display: block;
      width: 100%;
      background: #003761;
      content: '';
      margin-top: 10px; }
  .main-menu-slide .main-slidemenu {
    overflow-y: scroll;
    height: 72vh;
    position: absolute;
    top: 90px;
    padding-right: 47px;
    width: 105%;
    right: -16px; }
    @media (max-height: 992px) {
      .main-menu-slide .main-slidemenu {
        height: 70vh; } }
    @media (max-height: 812px) {
      .main-menu-slide .main-slidemenu {
        height: 60vh; } }
  .main-menu-slide ul {
    list-style: none;
    padding: 0.75em 0 0 0; }
    .main-menu-slide ul li {
      position: relative;
      border-bottom: 1px solid #eeeeee; }
      .main-menu-slide ul li .open-button {
        padding: 25px;
        cursor: pointer;
        position: absolute;
        height: 30px;
        right: 0;
        width: 30px; }
        .main-menu-slide ul li .open-button:after, .main-menu-slide ul li .open-button:before {
          content: "";
          display: block;
          position: relative;
          width: 18px;
          height: 2px;
          background: #66C1BF;
          transition: background .2s linear, transform .2s linear; }
        .main-menu-slide ul li .open-button:after {
          top: 5px;
          transform: translateY(-7px) rotate(0deg); }
        .main-menu-slide ul li .open-button:before {
          top: -7px;
          transform: translateY(7px) rotate(90deg); }
        .main-menu-slide ul li .open-button.active:before {
          display: none; }
        .main-menu-slide ul li .open-button.active:after {
          top: 7px; }
      .main-menu-slide ul li a {
        padding: 0.5em 0;
        display: block;
        text-decoration: none;
        transition: color .2s linear;
        color: #003761; }
      .main-menu-slide ul li a.level1 {
        padding: 10px;
        font-size: 18px !important;
        width: 90%;
        text-transform: uppercase;
        letter-spacing: 1.8px; }
        .main-menu-slide ul li a.level1.active {
          font-weight: bold;
          color: #66C1BF; }
          .main-menu-slide ul li a.level1.active:before {
            content: "";
            border-left: 3px solid;
            margin-left: -10px;
            padding-right: 10px; }
      .main-menu-slide ul li ul.level1 {
        display: none;
        padding: 10px 10px 20px 10px; }
        .main-menu-slide ul li ul.level1 li:last-child {
          border-bottom: none; }
  .main-menu-slide .bottom-btns {
    background-color: #fff;
    bottom: 60px;
    position: absolute;
    width: 94%;
    right: 15px; }
    @media (max-width: 992px) {
      .main-menu-slide .bottom-btns {
        bottom: 80px;
        width: 92%; } }
  .main-menu-slide .btn-default-invert {
    background-color: #66C1BF;
    color: #FFFFFF;
    font-weight: bold;
    text-align: left;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 14px;
    position: relative;
    outline: none; }
    .main-menu-slide .btn-default-invert:active, .main-menu-slide .btn-default-invert:focus, .main-menu-slide .btn-default-invert:hover {
      background-color: #66C1BF;
      color: #fff; }
    .main-menu-slide .btn-default-invert i {
      position: absolute;
      right: 15px;
      font-size: 18px; }
  .main-menu-slide .icon-wrapper-wclick i {
    color: #003761;
    position: absolute;
    right: 15px;
    font-size: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1; }
  .main-menu-slide .box-cta-input {
    background: transparent;
    padding: 0 15px;
    width: 100%;
    font-size: 14px;
    height: 40px;
    display: flex;
    color: #003761;
    outline: none;
    font-weight: bold;
    border: 1px solid #003761; }
    .main-menu-slide .box-cta-input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #003761; }
    .main-menu-slide .box-cta-input::-moz-placeholder {
      /* Firefox 19+ */
      color: #003761; }
    .main-menu-slide .box-cta-input:-ms-input-placeholder {
      /* IE 10+ */
      color: #003761; }
    .main-menu-slide .box-cta-input:-moz-placeholder {
      /* Firefox 18- */
      color: #003761; }
  .main-menu-slide .menu-slide {
    color: #003761;
    height: 20px;
    width: 20px;
    padding: 10px 0px;
    right: 32px;
    cursor: pointer;
    position: absolute; }
    @media (max-width: 767px) {
      .main-menu-slide .menu-slide {
        right: 32px; } }
    .main-menu-slide .menu-slide b {
      display: block;
      position: relative;
      width: 24px;
      height: 2px;
      margin: 0 auto;
      background: transparent;
      transition: background .2s linear; }
      .main-menu-slide .menu-slide b:after, .main-menu-slide .menu-slide b:before {
        content: "";
        display: block;
        position: relative;
        width: 24px;
        height: 2px;
        background: #003761;
        transition: background .2s linear, transform .2s linear; }
      .main-menu-slide .menu-slide b:after {
        top: 5px;
        transform: translateY(-7px) rotate(-45deg); }
      .main-menu-slide .menu-slide b:before {
        top: -7px;
        transform: translateY(7px) rotate(45deg); }

.header-shortcuts {
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
  margin-top: 30px;
  margin-right: 30px;
  border-radius: 2px;
  position: fixed;
  z-index: 1012;
  right: 0;
  top: 0; }
  @media (max-width: 767px) {
    .header-shortcuts {
      margin-top: 0;
      background: none;
      height: 60px;
      align-items: center;
      display: flex;
      margin-right: 5px;
      box-shadow: none; } }
  .header-shortcuts .login {
    color: #003761;
    width: 100px;
    overflow: hidden;
    transition: .5s;
    font-weight: bold;
    height: 45px;
    font-size: 13px;
    justify-content: center; }
    @media (max-width: 767px) {
      .header-shortcuts .login {
        width: 50px; } }
    .header-shortcuts .login.extra {
      width: 120px;
      white-space: nowrap; }
    @media (max-width: 767px) {
      .header-shortcuts .login {
        color: #fff;
        border: none !important; } }
    .header-shortcuts .login .fa {
      margin-right: 10px;
      font-size: 16px;
      transition: .5s;
      margin-left: 0; }
      @media (max-width: 767px) {
        .header-shortcuts .login .fa {
          margin: 0; } }
    .header-shortcuts .login .login-text {
      white-space: nowrap; }
  .header-shortcuts .menu {
    color: #003761;
    height: 45px;
    justify-content: center;
    width: auto; }
  .header-shortcuts .search-menu {
    color: #003761;
    width: 100px;
    overflow: hidden;
    transition: .5s;
    height: 45px;
    position: relative;
    padding: 0 0.75em;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    justify-content: center; }
    @media (max-width: 767px) {
      .header-shortcuts .search-menu {
        color: #fff;
        border: none !important;
        width: 50px; } }
    .header-shortcuts .search-menu:hover {
      cursor: pointer;
      color: #fff;
      background: #003761; }
    .header-shortcuts .search-menu .fa {
      margin-right: 10px;
      font-size: 16px;
      transition: .5s; }
      @media (max-width: 767px) {
        .header-shortcuts .search-menu .fa {
          margin: 0; } }
    .header-shortcuts .search-menu .search-menu-text {
      white-space: nowrap; }
  .header-shortcuts .menu-slide {
    color: #003761;
    height: 45px;
    width: 80px;
    transition: .5s;
    cursor: pointer; }
    .header-shortcuts .menu-slide .menu-text {
      font-weight: bold;
      font-size: 13px;
      margin-right: 10px; }
    @media (max-width: 767px) {
      .header-shortcuts .menu-slide {
        color: #fff; }
        .header-shortcuts .menu-slide:hover {
          background: none !important; } }
    .header-shortcuts .menu-slide b {
      display: block;
      position: relative;
      width: 15px;
      height: 2px;
      margin: 0 auto;
      background: currentColor;
      transition: background .2s linear; }
      .header-shortcuts .menu-slide b:before, .header-shortcuts .menu-slide b:after {
        content: "";
        display: block;
        position: relative;
        width: 15px;
        height: 2px;
        background: currentColor;
        transition: background .2s linear, transform .2s linear; }
      .header-shortcuts .menu-slide b:before {
        top: -5px; }
      .header-shortcuts .menu-slide b:after {
        top: 3px; }
    .header-shortcuts .menu-slide:hover {
      background: #66C1BF;
      color: #fff; }
  @media (min-width: 768px) {
    .header-shortcuts.scroll .search-menu {
      width: 55px; }
      .header-shortcuts.scroll .search-menu .fa {
        padding-left: 80px;
        margin-right: 25px; } }
    @media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
      .header-shortcuts.scroll .search-menu .fa {
        padding-left: 10px; } }
  @media (min-width: 768px) {
      .header-shortcuts.scroll .search-menu:hover {
        width: 100px; }
        .header-shortcuts.scroll .search-menu:hover .fa {
          padding: 0px;
          margin-right: 10px; } }
  @media (min-width: 768px) {
    .header-shortcuts.scroll .login {
      width: 55px; }
      .header-shortcuts.scroll .login.extra .fa {
        padding-left: 90px; }
      .header-shortcuts.scroll .login .fa {
        padding-left: 60px;
        margin-right: 20px; } }
    @media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
      .header-shortcuts.scroll .login .fa {
        padding-left: 10px; } }
  @media (min-width: 768px) {
      .header-shortcuts.scroll .login:hover {
        width: 100px; }
        .header-shortcuts.scroll .login:hover .fa {
          padding: 0px;
          margin-right: 10px; } }

.box-section {
  padding: 60px 0; }
  .box-section.minusmargin {
    margin-top: -100px; }
    @media (max-width: 767px) {
      .box-section.minusmargin {
        margin-top: -75px; } }
  .box-section h3 {
    font-size: 40px;
    font-weight: bold;
    text-align: center; }
  .box-section .section-text {
    font-size: 18px;
    text-align: center; }

.box-widget {
  padding: 15px; }
  @media (max-width: 576px) {
    .box-widget {
      padding: 15px 0; } }
  .box-widget .box-shadow {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
    padding: 50px 0;
    height: 100%;
    background-color: #fff; }
    .box-widget .box-shadow .box-inner {
      margin: 0 30px; }
      .box-widget .box-shadow .box-inner.big {
        margin: 0 90px; }
        @media (max-width: 1199px) {
          .box-widget .box-shadow .box-inner.big {
            margin: 0 30px; } }
      .box-widget .box-shadow .box-inner h4 {
        font-weight: bold;
        margin-bottom: 20px;
        font-size: 30px; }
      .box-widget .box-shadow .box-inner .box-cta {
        height: 40px;
        display: flex;
        color: #fff;
        max-width: 400px;
        align-items: center;
        padding: 0 15px;
        margin-bottom: 20px;
        font-size: 14px;
        font-weight: bold;
        position: relative; }
        .box-widget .box-shadow .box-inner .box-cta:hover {
          text-decoration: none; }
        .box-widget .box-shadow .box-inner .box-cta .cta-icon {
          position: absolute;
          right: 15px;
          font-size: 18px; }
      .box-widget .box-shadow .box-inner .icon-wrapper-wclick i {
        color: #fff;
        position: absolute;
        right: 40px;
        font-size: 15px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 1; }
      .box-widget .box-shadow .box-inner .icon-wrapper:before {
        content: "\f002";
        font-weight: 900;
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        right: 30px;
        transform: translate(-50%, -50%);
        top: 50%;
        font-size: 16px;
        color: #fff; }
      .box-widget .box-shadow .box-inner .box-cta-input {
        background: transparent;
        border: 1px solid #fff;
        max-width: 400px;
        padding: 0 15px;
        width: 100%;
        font-size: 14px;
        height: 40px;
        display: flex;
        color: #fff;
        outline: none;
        font-weight: bold; }
        .box-widget .box-shadow .box-inner .box-cta-input::placeholder {
          /* Chrome, Firefox, Opera, Safari 10.1+ */
          color: #fff;
          opacity: 1;
          /* Firefox */ }
        .box-widget .box-shadow .box-inner .box-cta-input:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #fff; }
        .box-widget .box-shadow .box-inner .box-cta-input::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #fff; }
      .box-widget .box-shadow .box-inner .fat {
        font-weight: bold; }
      .box-widget .box-shadow .box-inner .bounce {
        transition: 0.4s;
        position: relative;
        padding-right: 15px;
        /* Arrow & Hover Animation */ }
        .box-widget .box-shadow .box-inner .bounce .arrow-animation {
          position: absolute;
          top: 50%;
          width: 8px;
          height: 8px;
          background: transparent;
          border-top: 3px solid;
          border-right: 3px solid;
          transition: all .4s ease; }
          .box-widget .box-shadow .box-inner .bounce .arrow-animation.left {
            left: 0;
            transform: translate3d(0, -50%, 0) rotate(-135deg); }
          .box-widget .box-shadow .box-inner .bounce .arrow-animation.right {
            right: 0;
            transform: translate3d(0, -50%, 0) rotate(45deg); }
        .box-widget .box-shadow .box-inner .bounce:hover {
          margin-left: 10px;
          color: inherit; }
          .box-widget .box-shadow .box-inner .bounce:hover .arrow-animation {
            right: -5px; }

.p-10 {
  padding: 10px; }

.sort-dropdown {
  min-width: 230px;
  padding: 10px 15px; }

.search-modal {
  display: none;
  position: fixed;
  z-index: 1011;
  padding: 30px;
  width: 100%;
  max-width: 1200px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }
  .search-modal .search-close {
    display: none; }

.search-modal.panel-active {
  display: block; }
  .search-modal.panel-active .main-search-form {
    background-color: #003761; }
  @media (max-width: 996px) {
    .search-modal.panel-active {
      transform: none;
      left: 0;
      top: 60px;
      width: 100%;
      overflow-y: auto;
      height: 100%;
      padding: 0;
      background-color: #003761; }
      .search-modal.panel-active .main-search-form {
        top: 0;
        left: 0;
        width: 100%;
        transform: none;
        height: 100%;
        background-color: #003761; }
        .search-modal.panel-active .main-search-form .border-right {
          border-right: none !important; }
        .search-modal.panel-active .main-search-form h3, .search-modal.panel-active .main-search-form .home-count {
          color: #fff; }
        .search-modal.panel-active .main-search-form .form-wrapper .input-col .btn-dropdown {
          color: #fff; }
          .search-modal.panel-active .main-search-form .form-wrapper .input-col .btn-dropdown[aria-expanded="true"] {
            color: #003761; }
      .search-modal.panel-active .search-close {
        font-size: 30px;
        right: 15px;
        position: absolute;
        z-index: 1;
        top: 15px;
        display: block; } }
  .search-modal.panel-active header {
    opacity: 1;
    top: 0;
    background: #003761; }

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px; }

.image-wrapper.guld {
  background-image: url("../../images/guldkoeber/guldkoeber-bg.jpg");
  min-height: 900px; }
  @media (max-width: 768px) {
    .image-wrapper.guld {
      min-height: auto; } }
  .image-wrapper.guld h1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 150px;
    font-size: 120px;
    color: #fff;
    font-weight: bold; }
    @media (max-width: 992px) {
      .image-wrapper.guld h1 {
        position: relative;
        text-align: center;
        left: 0;
        transform: none; } }
    @media (max-width: 768px) {
      .image-wrapper.guld h1 {
        top: 75px;
        margin-bottom: 20px;
        font-size: 60px; } }
    @media (max-width: 520px) {
      .image-wrapper.guld h1 {
        top: 0;
        font-size: 52px; } }
  .image-wrapper.guld .main-search-form {
    padding: 60px;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
    height: 446px;
    top: 60%;
    z-index: 1; }
    @media (max-width: 1600px) {
      .image-wrapper.guld .main-search-form {
        position: absolute;
        transform: translate(-50%, -50%); } }
    @media (max-width: 992px) {
      .image-wrapper.guld .main-search-form {
        position: relative;
        transform: translate(-50%, 40%);
        width: 100%;
        height: 446px; } }
    @media (max-width: 768px) {
      .image-wrapper.guld .main-search-form {
        transform: translate(-50%, 10%);
        height: 594px; } }
    @media (max-width: 575px) {
      .image-wrapper.guld .main-search-form {
        transform: none;
        height: 661px; } }
    @media (max-width: 520px) {
      .image-wrapper.guld .main-search-form {
        height: 627px; } }
    .image-wrapper.guld .main-search-form h3 {
      color: #003761; }
    .image-wrapper.guld .main-search-form .irs-slider {
      background-color: #8b6e3f;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      top: 10px;
      cursor: move;
      /* fallback if grab cursor is unsupported */
      cursor: grab;
      cursor: -moz-grab;
      cursor: -webkit-grab;
      animation-name: slide;
      animation-duration: 2s;
      animation-iteration-count: 1;
      animation-delay: 1s; }
      .image-wrapper.guld .main-search-form .irs-slider:active {
        cursor: grabbing;
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing; }
      .image-wrapper.guld .main-search-form .irs-slider.single:before {
        content: "\f015";
        font-weight: 900;
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        top: 50%;
        font-size: 16px; }
    .image-wrapper.guld .main-search-form .irs-bar {
      height: 4px;
      top: 27px;
      background-color: #8b6e3f; }
    .image-wrapper.guld .main-search-form .irs-from, .image-wrapper.guld .main-search-form .irs-to, .image-wrapper.guld .main-search-form .irs-single {
      bottom: -30px;
      top: auto;
      background: transparent;
      color: #003761;
      font-weight: bold;
      font-size: 14px; }
    .image-wrapper.guld .main-search-form .irs-min .gm-slider-maxprice, .image-wrapper.guld .main-search-form .irs-max .gm-slider-maxprice {
      display: none; }
    .image-wrapper.guld .main-search-form .gm-slider-maxprice {
      display: block;
      position: absolute;
      font-weight: normal;
      font-size: 12px;
      left: 50%;
      transform: translateX(-50%); }
    .image-wrapper.guld .main-search-form .slider {
      margin-bottom: 60px;
      padding-top: 0; }
    .image-wrapper.guld .main-search-form .gold-form {
      position: absolute;
      background: #003761;
      left: -30px;
      right: -30px;
      display: flex;
      align-items: flex-end;
      padding: 30px 50px; }
  .image-wrapper.guld .usp-container {
    color: #003761;
    margin: 10px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .image-wrapper.guld .usp-container {
        width: 100%; } }
    .image-wrapper.guld .usp-container .check {
      background-color: #003761;
      border-radius: 50%;
      color: #fff;
      padding: 8px;
      font-size: 10px; }

section.buyers {
  max-width: 900px;
  margin: 0 auto;
  top: -137px;
  position: relative;
  background: #fefefe;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
  padding-bottom: 0;
  padding-bottom: 10px; }
  @media (max-width: 991px) {
    section.buyers {
      top: -123px; } }
  @media (max-width: 768px) {
    section.buyers {
      top: 0; } }
  @media (max-width: 520px) {
    section.buyers {
      top: 34px; }
      section.buyers:after, section.buyers:before {
        left: 0; }
      section.buyers:before {
        margin-left: 50%;
        transform: translateX(-50%); } }
  @media (max-width: 381px) {
    section.buyers {
      top: 70px; } }
  section.buyers:after, section.buyers:before {
    bottom: 95%;
    left: 27px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  section.buyers:before {
    border-top-color: #003761;
    border-width: 18px;
    margin-left: 45%;
    margin-bottom: -2px;
    top: 0; }
  section.buyers h2 {
    font-size: 24px; }
  section.buyers .goldmembers:after, section.buyers .goldmembers:before {
    bottom: 95%;
    left: 27px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  section.buyers .goldmembers:before {
    border-top-color: #fff;
    border-width: 18px;
    margin-left: 45%;
    margin-bottom: -2px;
    bottom: -30px; }
  section.buyers .count {
    width: 125px;
    height: 125px;
    position: relative;
    margin: 0 auto;
    background: #8b6e3f;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 50%;
    font-size: 50px;
    color: #fff;
    font-weight: bold; }
  section.buyers .list-buyers .buyer {
    background-color: #8b6e3f;
    color: #fff;
    padding: 5px 15px; }
  section.buyers .quotes {
    font-size: 60px;
    font-weight: bold;
    color: #403117;
    font-family: "Real Book", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  section.buyers .border-bottom {
    border-bottom: 1px solid #76603C !important; }
  section.buyers .buyers-extra {
    background: #8b6e3f;
    padding: 30px 0;
    color: #fff; }
  section.buyers .numberofGold {
    font-size: 18px;
    font-weight: bold; }

.btn-border {
  border: 1px solid #fff; }

section.brokers {
  margin-top: -100px;
  margin-bottom: 70px;
  font-size: 16px; }
  section.brokers.koeberraadgivning {
    margin-top: 20px; }
  @media (max-width: 768px) {
    section.brokers {
      margin-top: 70px; } }
  section.brokers .din-maegler {
    padding: 30px; }
    section.brokers .din-maegler.info .box-shadow {
      background-color: #fff;
      padding: 15px 30px; }
    section.brokers .din-maegler.info h4 {
      font-size: 18px;
      font-weight: bold;
      margin-top: 20px; }
    section.brokers .din-maegler.info .icon-container .fas {
      width: 25px; }
    section.brokers .din-maegler.info .btn-border {
      border: 1px solid #003761;
      margin-top: 20px;
      margin-bottom: 20px; }
  section.brokers h2 {
    font-size: 30px;
    font-weight: bold; }
  section.brokers .img-wrapper {
    background-size: auto 120%;
    background-position: 60% 100%;
    background-repeat: no-repeat;
    transition: padding-top .2s linear, background-position .2s linear, background-size .2s linear;
    height: 100%; }
    section.brokers .img-wrapper.brokerchain {
      background-size: auto 100%; }
    @media (max-width: 768px) {
      section.brokers .img-wrapper {
        height: 280px; } }
  section.brokers .box-shadow {
    background-color: #eee;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
    border-bottom: 4px solid #003761; }
  section.brokers .btn-primary {
    margin: 30px 0 15px;
    background-color: #66C1BF;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 5;
    display: inline; }

.dropdown-overlay {
  visibility: hidden;
  z-index: 1000;
  opacity: 0;
  transition: opacity .2s linear;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5); }

@keyframes bounce {
  from {
    transform: translateX(0px); }
  to {
    transform: translateX(30px); } }

@-webkit-keyframes bounce {
  from {
    transform: translateX(0px); }
  to {
    transform: translateX(30px); } }

.leaflet-control-layers-base label:last-child {
  margin-bottom: 0; }

.logo {
  width: 6rem;
  position: fixed;
  top: 0;
  left: 40px;
  z-index: 10; }

.pointer {
  cursor: pointer; }

.f-12 {
  font-size: 12px; }

.salgsvurdering-broker, .salgsvurdering-precheck {
  display: none; }
  .salgsvurdering-broker.active, .salgsvurdering-precheck.active {
    display: block; }
  .salgsvurdering-broker .choose-broker, .salgsvurdering-precheck .choose-broker {
    padding: 10px 0;
    border: 1px solid #D5D5D5;
    margin-bottom: 10px; }
    .salgsvurdering-broker .choose-broker.active, .salgsvurdering-precheck .choose-broker.active {
      background-color: #EEEEEE;
      border: 2px solid #66C1BF; }
      .salgsvurdering-broker .choose-broker.active .col-4, .salgsvurdering-broker .choose-broker.active .col-6, .salgsvurdering-precheck .choose-broker.active .col-4, .salgsvurdering-precheck .choose-broker.active .col-6 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%; }
    .salgsvurdering-broker .choose-broker input[type=radio], .salgsvurdering-precheck .choose-broker input[type=radio] {
      position: absolute;
      visibility: hidden; }
    .salgsvurdering-broker .choose-broker label, .salgsvurdering-precheck .choose-broker label {
      display: block;
      position: relative;
      font-weight: 300;
      font-size: 1.35em;
      padding: 25px 25px 25px 80px;
      margin: 10px auto;
      height: 30px;
      z-index: 9;
      cursor: pointer;
      -webkit-transition: all 0.25s linear; }
    .salgsvurdering-broker .choose-broker .check, .salgsvurdering-precheck .choose-broker .check {
      display: block;
      position: absolute;
      border: 2px solid #66C1BF;
      border-radius: 100%;
      height: 25px;
      width: 25px;
      top: 50%;
      left: 50%;
      z-index: 5;
      transition: border .25s linear;
      -webkit-transition: border .25s linear;
      transform: translate(-50%, -50%); }
    .salgsvurdering-broker .choose-broker .check::before, .salgsvurdering-precheck .choose-broker .check::before {
      display: block;
      position: absolute;
      content: '';
      border-radius: 100%;
      height: 7px;
      width: 7px;
      top: 7px;
      left: 7px;
      margin: auto;
      transition: background 0.25s linear;
      -webkit-transition: background 0.25s linear; }
    .salgsvurdering-broker .choose-broker input[type=radio]:checked ~ .check, .salgsvurdering-precheck .choose-broker input[type=radio]:checked ~ .check {
      background-color: #66C1BF; }
    .salgsvurdering-broker .choose-broker input[type=radio]:checked ~ .check::before, .salgsvurdering-precheck .choose-broker input[type=radio]:checked ~ .check::before {
      background: #fff; }
    .salgsvurdering-broker .choose-broker input[type=radio]:checked ~ label, .salgsvurdering-precheck .choose-broker input[type=radio]:checked ~ label {
      color: #0DFF92; }

.p-50 {
  padding: 25px 50px; }

#marker {
  background-image: url("Files/Templates/Designs/rm/assets/images/RealMaeglerne-logo.svg");
  background-size: cover;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer; }

.mitboligsalg-search {
  max-width: 500px;
  margin: 0 auto; }

.no-sales-items {
  display: none; }

.parent-purchases .checkbox-container {
  color: #fff;
  border: none;
  margin: 0;
  padding-bottom: 0; }
  @media (max-width: 767px) {
    .parent-purchases .checkbox-container {
      color: #003761; }
      .parent-purchases .checkbox-container.white {
        color: #fff; } }
  .parent-purchases .checkbox-container .checkmark {
    top: 50%; }

@media (max-width: 767px) {
  .mb-xs-4 {
    margin-bottom: 1.5rem !important; } }

.bolig.animated {
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 0.5s; }

@keyframes fadeInOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.energy__hover {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; }
  .energy__hover .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: #003761;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: -100px; }
    @media (max-width: 769px) {
      .energy__hover .tooltiptext {
        display: none; } }
    .energy__hover .tooltiptext:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .energy__hover .tooltiptext:after {
      border-color: rgba(136, 183, 213, 0);
      border-top-color: #003761;
      border-width: 10px;
      margin-left: -20px; }
  .energy__hover:hover .tooltiptext {
    visibility: visible; }

.green-mobility__hover {
  position: relative;
  display: inline-block; }
  .green-mobility__hover .green-mobility-icon {
    height: 24px;
    width: 24px;
    vertical-align: middle;
    display: inline-block; }
  .green-mobility__hover .tooltiptext {
    visibility: hidden;
    width: 334px;
    background-color: #003761;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: -100px;
    text-transform: initial;
    line-height: 21px; }
    @media (max-width: 769px) {
      .green-mobility__hover .tooltiptext {
        display: block;
        left: -5px;
        bottom: 120%; } }
    .green-mobility__hover .tooltiptext:after {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .green-mobility__hover .tooltiptext:after {
      border-color: rgba(136, 183, 213, 0);
      border-top-color: #003761;
      border-width: 10px;
      margin-left: -20px; }
      @media (max-width: 769px) {
        .green-mobility__hover .tooltiptext:after {
          display: none; } }
    .green-mobility__hover .tooltiptext .tooltip_link {
      color: #66C1BF;
      font-size: 14px; }
    .green-mobility__hover .tooltiptext .tooltip-icon {
      position: absolute;
      top: -10px;
      left: -10px;
      border: 1px solid;
      border-radius: 100px;
      width: 22px;
      height: 22px;
      background-color: inherit; }
  .green-mobility__hover:hover .tooltiptext {
    visibility: visible; }

.panel.panel-form {
  padding: 9em 2em 9em 2em; }
  .panel.panel-form .open-house-dates {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: start; }
    .panel.panel-form .open-house-dates__date {
      font-size: 24px;
      font-weight: 600;
      color: #66C1BF;
      cursor: pointer;
      padding: 6px 24px;
      margin-bottom: 22px; }
      .panel.panel-form .open-house-dates__date.selected {
        border: 2px solid #66C1BF; }
      .panel.panel-form .open-house-dates__date .hidden {
        position: absolute;
        opacity: 0;
        width: 0; }
  .panel.panel-form .open-house-times {
    display: none;
    flex-direction: column; }
    .panel.panel-form .open-house-times.active {
      display: flex;
      font-size: 18px;
      font-weight: bold;
      color: #003761;
      margin-bottom: 10px; }
      .panel.panel-form .open-house-times.active input {
        appearance: none; }
      .panel.panel-form .open-house-times.active .time-radio {
        position: relative;
        margin: 0 20px 0 0;
        top: -12px;
        cursor: pointer; }
        .panel.panel-form .open-house-times.active .time-radio::before {
          transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
          transform: scale(0, 0);
          content: "";
          position: absolute;
          top: -2px;
          left: -2px;
          z-index: 1;
          width: 1rem;
          height: 1rem;
          background-color: #ec9006;
          border-radius: 50%; }
        .panel.panel-form .open-house-times.active .time-radio:checked::before {
          transform: scale(0.8); }
        .panel.panel-form .open-house-times.active .time-radio::after {
          content: "";
          position: absolute;
          top: -2px;
          left: -2px;
          width: 1rem;
          height: 1rem;
          background: #fff;
          border: 2px solid #003761;
          border-radius: 50%; }
  .panel.panel-form .open-house-no-signup {
    font-size: 22px;
    font-weight: bold;
    color: #003761; }
  .panel.panel-form .open-house-signup.no-signup {
    display: none; }

.dark-red {
  background: #3f0c11; }

.buyer-advisor-form .consent-checkbox {
  line-height: 17px; }

.buyer-advisor-form .tt-menu {
  position: relative !important; }

.close-search {
  cursor: pointer; }

.loader {
  position: absolute;
  right: -19px;
  top: 11px;
  display: block;
  font-size: 3px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  display: none; }

.cursor-pointer {
  cursor: pointer; }

@-webkit-keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff; } }

@keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff; } }

.panorama .renderMap {
  display: flex;
  align-items: center;
  justify-content: center; }
  .panorama .renderMap .panorama-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .panorama .renderMap .clickme {
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 90px;
    height: 90px;
    cursor: pointer;
    padding: 10px;
    color: #fff;
    background-color: rgba(0, 55, 97, 0.8); }
    .panorama .renderMap .clickme.active {
      width: 100%;
      height: 100%;
      padding: 0;
      background-color: transparent; }
    .panorama .renderMap .clickme svg {
      width: 70%; }
    .panorama .renderMap .clickme span {
      font-size: 12px; }

.appraisal-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  padding: 1.2em 0; }

@media (max-width: 414px) {
  .pb-xs-3 {
    padding-bottom: 1rem !important; } }

@media (max-width: 1200px) and (min-width: 992px) {
  .box-headline-laptop {
    font-size: 25px; } }

@media (max-width: 769px) {
  .open-house-container .label .oh-right {
    padding-left: 8% !important; } }

@media (max-width: 441px) {
  .open-house-container .label .oh-right {
    text-align: -moz-right;
    text-align: -webkit-right; } }

.open-house-container .label.info .btn-border {
  justify-content: center; }
  @media (max-width: 769px) {
    .open-house-container .label.info .btn-border {
      padding: 10px 5px !important;
      white-space: break-spaces;
      margin: 0px 0px 0px 20px;
      min-width: unset; }
      .open-house-container .label.info .btn-border .i {
        margin-left: 2px; } }

.open-house-container .open-house-selector {
  color: white;
  background: #66C1BF;
  border: 1px solid white;
  font-size: 12px;
  text-transform: uppercase; }
  .open-house-container .open-house-selector:focus-visible {
    outline: none; }
  @media (max-width: 441px) {
    .open-house-container .open-house-selector {
      font-size: 11px; } }
  .open-house-container .open-house-selector .option {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    min-height: 1.2em;
    padding: 0px 2px 1px; }

@media only screen and (min-width: 1600px) {
  .offer-container.offset-lg-4 {
    margin-left: 50% !important; } }

@media only screen and (min-width: 1600px) {
  .open-house-container.offset-lg-4 {
    margin-left: 50% !important; } }

@media (max-width: 768px) {
  .offer-container {
    justify-content: center; } }

.offer-container .row {
  align-items: center; }
  @media (max-width: 768px) {
    .offer-container .row {
      flex-direction: column;
      align-self: baseline; } }

.offer-container .label {
  padding-right: 0px !important; }

.offer .offer-text {
  font-size: 14px; }

.offer .offer-button {
  min-width: unset;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  padding-right: 18px !important;
  align-self: center;
  position: relative;
  background-color: #66C1BF;
  padding: 11px 0;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  margin-left: 10px;
  min-width: 8em;
  max-width: 14em;
  width: 100%; }
  @media (max-width: 768px) {
    .offer .offer-button {
      margin-left: unset;
      margin-top: 10px; } }

.offer .btn-border {
  display: flex;
  align-items: center;
  font-weight: bold;
  justify-content: center;
  color: #fff !important;
  margin-left: 22px; }
  .offer .btn-border i {
    font-size: 18px;
    margin-left: 10px; }

.offer .btn {
  min-width: unset;
  padding: 5px 30px; }

.loginform {
  margin-top: 10px; }

.link-customer {
  margin-top: 40px; }

:root {
  --reflex-columns: 12;
  --reflex-grid-spacing: 15px;
  --reflex-xs: 576px;
  --reflex-sm: 768px;
  --reflex-md: 992px;
  --reflex-lg: 1200px;
  --reflex-xlg: 1600px;
  --reflex-xxs-max: 575px;
  --reflex-xs-max: 767px;
  --reflex-sm-max: 991px;
  --reflex-md-max: 1199px;
  --reflex-lg-max: 1599px; }

.container,
.container-full {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.5em 0.5em;
  padding-left: 0.5em 0.5em; }
  .container .grid,
  .container-full .grid {
    margin-right: -0.5em 0.5em;
    margin-left: -0.5em 0.5em; }

@media (min-width: 576px) {
  .container {
    max-width: 576px; } }

@media (min-width: 768px) {
  .container {
    max-width: 768px; } }

@media (min-width: 992px) {
  .container {
    max-width: 992px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1200px; } }

@media (min-width: 1600px) {
  .container {
    max-width: 1600px; } }

.grid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
  position: relative;
  letter-spacing: -.31em;
  *letter-spacing: normal;
  word-spacing: -.43em;
  list-style-type: none; }
  .grid::before, .grid::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal; }

[class*="grid__col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: normal;
  word-spacing: normal;
  white-space: normal;
  position: relative;
  width: 100%;
  vertical-align: top;
  padding: 0.5em 0.5em;
  display: inline-block;
  *display: inline;
  zoom: 1; }
  [class*="grid__col-"]::before, [class*="grid__col-"]::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: normal;
    word-spacing: normal;
    white-space: normal; }
  [class*="grid__col-"] .grid {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: -0.5em 0.5em; }

.grid__col-12 {
  width: 100%;
  *width: 99.9%; }

.grid__col-11 {
  width: 91.66667%;
  *width: 91.56667%; }

.grid__col-10 {
  width: 83.33333%;
  *width: 83.23333%; }

.grid__col-9 {
  width: 75%;
  *width: 74.9%; }

.grid__col-8 {
  width: 66.66667%;
  *width: 66.56667%; }

.grid__col-7 {
  width: 58.33333%;
  *width: 58.23333%; }

.grid__col-6 {
  width: 50%;
  *width: 49.9%; }

.grid__col-5 {
  width: 41.66667%;
  *width: 41.56667%; }

.grid__col-4 {
  width: 33.33333%;
  *width: 33.23333%; }

.grid__col-3 {
  width: 25%;
  *width: 24.9%; }

.grid__col-2 {
  width: 16.66667%;
  *width: 16.56667%; }

.grid__col-1 {
  width: 8.33333%;
  *width: 8.23333%; }

@media (min-width: 576px) {
  .grid__col-xs-12 {
    width: 100%;
    *width: 99.9%; }
  .grid__col-xs-11 {
    width: 91.66667%;
    *width: 91.56667%; }
  .grid__col-xs-10 {
    width: 83.33333%;
    *width: 83.23333%; }
  .grid__col-xs-9 {
    width: 75%;
    *width: 74.9%; }
  .grid__col-xs-8 {
    width: 66.66667%;
    *width: 66.56667%; }
  .grid__col-xs-7 {
    width: 58.33333%;
    *width: 58.23333%; }
  .grid__col-xs-6 {
    width: 50%;
    *width: 49.9%; }
  .grid__col-xs-5 {
    width: 41.66667%;
    *width: 41.56667%; }
  .grid__col-xs-4 {
    width: 33.33333%;
    *width: 33.23333%; }
  .grid__col-xs-3 {
    width: 25%;
    *width: 24.9%; }
  .grid__col-xs-2 {
    width: 16.66667%;
    *width: 16.56667%; }
  .grid__col-xs-1 {
    width: 8.33333%;
    *width: 8.23333%; } }

@media (min-width: 768px) {
  .grid__col-sm-12 {
    width: 100%;
    *width: 99.9%; }
  .grid__col-sm-11 {
    width: 91.66667%;
    *width: 91.56667%; }
  .grid__col-sm-10 {
    width: 83.33333%;
    *width: 83.23333%; }
  .grid__col-sm-9 {
    width: 75%;
    *width: 74.9%; }
  .grid__col-sm-8 {
    width: 66.66667%;
    *width: 66.56667%; }
  .grid__col-sm-7 {
    width: 58.33333%;
    *width: 58.23333%; }
  .grid__col-sm-6 {
    width: 50%;
    *width: 49.9%; }
  .grid__col-sm-5 {
    width: 41.66667%;
    *width: 41.56667%; }
  .grid__col-sm-4 {
    width: 33.33333%;
    *width: 33.23333%; }
  .grid__col-sm-3 {
    width: 25%;
    *width: 24.9%; }
  .grid__col-sm-2 {
    width: 16.66667%;
    *width: 16.56667%; }
  .grid__col-sm-1 {
    width: 8.33333%;
    *width: 8.23333%; } }

@media (min-width: 992px) {
  .grid__col-md-12 {
    width: 100%;
    *width: 99.9%; }
  .grid__col-md-11 {
    width: 91.66667%;
    *width: 91.56667%; }
  .grid__col-md-10 {
    width: 83.33333%;
    *width: 83.23333%; }
  .grid__col-md-9 {
    width: 75%;
    *width: 74.9%; }
  .grid__col-md-8 {
    width: 66.66667%;
    *width: 66.56667%; }
  .grid__col-md-7 {
    width: 58.33333%;
    *width: 58.23333%; }
  .grid__col-md-6 {
    width: 50%;
    *width: 49.9%; }
  .grid__col-md-5 {
    width: 41.66667%;
    *width: 41.56667%; }
  .grid__col-md-4 {
    width: 33.33333%;
    *width: 33.23333%; }
  .grid__col-md-3 {
    width: 25%;
    *width: 24.9%; }
  .grid__col-md-2 {
    width: 16.66667%;
    *width: 16.56667%; }
  .grid__col-md-1 {
    width: 8.33333%;
    *width: 8.23333%; } }

@media (min-width: 1200px) {
  .grid__col-lg-12 {
    width: 100%;
    *width: 99.9%; }
  .grid__col-lg-11 {
    width: 91.66667%;
    *width: 91.56667%; }
  .grid__col-lg-10 {
    width: 83.33333%;
    *width: 83.23333%; }
  .grid__col-lg-9 {
    width: 75%;
    *width: 74.9%; }
  .grid__col-lg-8 {
    width: 66.66667%;
    *width: 66.56667%; }
  .grid__col-lg-7 {
    width: 58.33333%;
    *width: 58.23333%; }
  .grid__col-lg-6 {
    width: 50%;
    *width: 49.9%; }
  .grid__col-lg-5 {
    width: 41.66667%;
    *width: 41.56667%; }
  .grid__col-lg-4 {
    width: 33.33333%;
    *width: 33.23333%; }
  .grid__col-lg-3 {
    width: 25%;
    *width: 24.9%; }
  .grid__col-lg-2 {
    width: 16.66667%;
    *width: 16.56667%; }
  .grid__col-lg-1 {
    width: 8.33333%;
    *width: 8.23333%; } }

@media (min-width: 1600px) {
  .grid__col-xlg-12 {
    width: 100%;
    *width: 99.9%; }
  .grid__col-xlg-11 {
    width: 91.66667%;
    *width: 91.56667%; }
  .grid__col-xlg-10 {
    width: 83.33333%;
    *width: 83.23333%; }
  .grid__col-xlg-9 {
    width: 75%;
    *width: 74.9%; }
  .grid__col-xlg-8 {
    width: 66.66667%;
    *width: 66.56667%; }
  .grid__col-xlg-7 {
    width: 58.33333%;
    *width: 58.23333%; }
  .grid__col-xlg-6 {
    width: 50%;
    *width: 49.9%; }
  .grid__col-xlg-5 {
    width: 41.66667%;
    *width: 41.56667%; }
  .grid__col-xlg-4 {
    width: 33.33333%;
    *width: 33.23333%; }
  .grid__col-xlg-3 {
    width: 25%;
    *width: 24.9%; }
  .grid__col-xlg-2 {
    width: 16.66667%;
    *width: 16.56667%; }
  .grid__col-xlg-1 {
    width: 8.33333%;
    *width: 8.23333%; } }

.grid__col-auto {
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 0px;
  flex: 1 0 0px;
  width: auto; }

@media (min-width: 576px) {
  .grid__col-xs-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto; } }

@media (min-width: 768px) {
  .grid__col-sm-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto; } }

@media (min-width: 992px) {
  .grid__col-md-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto; } }

@media (min-width: 1200px) {
  .grid__col-lg-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto; } }

@media (min-width: 1600px) {
  .grid__col-xlg-auto {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto; } }

.order-12 {
  -ms-flex-order: 12;
  -webkit-order: 12;
  order: 12; }

.order-11 {
  -ms-flex-order: 11;
  -webkit-order: 11;
  order: 11; }

.order-10 {
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10; }

.order-9 {
  -ms-flex-order: 9;
  -webkit-order: 9;
  order: 9; }

.order-8 {
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8; }

.order-7 {
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7; }

.order-6 {
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6; }

.order-5 {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5; }

.order-4 {
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4; }

.order-3 {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3; }

.order-2 {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2; }

.order-1 {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }

.order-0 {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0; }

@media only screen and (min-width: 576px) {
  .order-xs-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12; }
  .order-xs-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11; }
  .order-xs-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10; }
  .order-xs-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9; }
  .order-xs-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }
  .order-xs-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }
  .order-xs-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }
  .order-xs-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }
  .order-xs-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }
  .order-xs-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }
  .order-xs-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .order-xs-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .order-xs-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; } }

@media only screen and (min-width: 768px) {
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12; }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11; }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10; }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9; }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; } }

@media only screen and (min-width: 992px) {
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12; }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11; }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10; }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9; }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; } }

@media only screen and (min-width: 1200px) {
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12; }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11; }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10; }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9; }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; } }

@media only screen and (min-width: 1600px) {
  .order-xlg-12 {
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12; }
  .order-xlg-11 {
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11; }
  .order-xlg-10 {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10; }
  .order-xlg-9 {
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9; }
  .order-xlg-8 {
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }
  .order-xlg-7 {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }
  .order-xlg-6 {
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }
  .order-xlg-5 {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }
  .order-xlg-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }
  .order-xlg-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }
  .order-xlg-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .order-xlg-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }
  .order-xlg-0 {
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; } }

.offset-11 {
  margin-left: 91.66667%;
  *margin-left: 91.56667%; }

.offset-10 {
  margin-left: 83.33333%;
  *margin-left: 83.23333%; }

.offset-9 {
  margin-left: 75%;
  *margin-left: 74.9%; }

.offset-8 {
  margin-left: 66.66667%;
  *margin-left: 66.56667%; }

.offset-7 {
  margin-left: 58.33333%;
  *margin-left: 58.23333%; }

.offset-6 {
  margin-left: 50%;
  *margin-left: 49.9%; }

.offset-5 {
  margin-left: 41.66667%;
  *margin-left: 41.56667%; }

.offset-4 {
  margin-left: 33.33333%;
  *margin-left: 33.23333%; }

.offset-3 {
  margin-left: 25%;
  *margin-left: 24.9%; }

.offset-2 {
  margin-left: 16.66667%;
  *margin-left: 16.56667%; }

.offset-1 {
  margin-left: 8.33333%;
  *margin-left: 8.23333%; }

@media only screen and (min-width: 576px) {
  .offset-xs-11 {
    margin-left: 91.66667%;
    *margin-left: 91.56667%; }
  .offset-xs-10 {
    margin-left: 83.33333%;
    *margin-left: 83.23333%; }
  .offset-xs-9 {
    margin-left: 75%;
    *margin-left: 74.9%; }
  .offset-xs-8 {
    margin-left: 66.66667%;
    *margin-left: 66.56667%; }
  .offset-xs-7 {
    margin-left: 58.33333%;
    *margin-left: 58.23333%; }
  .offset-xs-6 {
    margin-left: 50%;
    *margin-left: 49.9%; }
  .offset-xs-5 {
    margin-left: 41.66667%;
    *margin-left: 41.56667%; }
  .offset-xs-4 {
    margin-left: 33.33333%;
    *margin-left: 33.23333%; }
  .offset-xs-3 {
    margin-left: 25%;
    *margin-left: 24.9%; }
  .offset-xs-2 {
    margin-left: 16.66667%;
    *margin-left: 16.56667%; }
  .offset-xs-1 {
    margin-left: 8.33333%;
    *margin-left: 8.23333%; }
  .offset-xs-0 {
    margin-left: 0;
    *margin-left: -0.1%; } }

@media only screen and (min-width: 768px) {
  .offset-sm-11 {
    margin-left: 91.66667%;
    *margin-left: 91.56667%; }
  .offset-sm-10 {
    margin-left: 83.33333%;
    *margin-left: 83.23333%; }
  .offset-sm-9 {
    margin-left: 75%;
    *margin-left: 74.9%; }
  .offset-sm-8 {
    margin-left: 66.66667%;
    *margin-left: 66.56667%; }
  .offset-sm-7 {
    margin-left: 58.33333%;
    *margin-left: 58.23333%; }
  .offset-sm-6 {
    margin-left: 50%;
    *margin-left: 49.9%; }
  .offset-sm-5 {
    margin-left: 41.66667%;
    *margin-left: 41.56667%; }
  .offset-sm-4 {
    margin-left: 33.33333%;
    *margin-left: 33.23333%; }
  .offset-sm-3 {
    margin-left: 25%;
    *margin-left: 24.9%; }
  .offset-sm-2 {
    margin-left: 16.66667%;
    *margin-left: 16.56667%; }
  .offset-sm-1 {
    margin-left: 8.33333%;
    *margin-left: 8.23333%; }
  .offset-sm-0 {
    margin-left: 0;
    *margin-left: -0.1%; } }

@media only screen and (min-width: 992px) {
  .offset-md-11 {
    margin-left: 91.66667%;
    *margin-left: 91.56667%; }
  .offset-md-10 {
    margin-left: 83.33333%;
    *margin-left: 83.23333%; }
  .offset-md-9 {
    margin-left: 75%;
    *margin-left: 74.9%; }
  .offset-md-8 {
    margin-left: 66.66667%;
    *margin-left: 66.56667%; }
  .offset-md-7 {
    margin-left: 58.33333%;
    *margin-left: 58.23333%; }
  .offset-md-6 {
    margin-left: 50%;
    *margin-left: 49.9%; }
  .offset-md-5 {
    margin-left: 41.66667%;
    *margin-left: 41.56667%; }
  .offset-md-4 {
    margin-left: 33.33333%;
    *margin-left: 33.23333%; }
  .offset-md-3 {
    margin-left: 25%;
    *margin-left: 24.9%; }
  .offset-md-2 {
    margin-left: 16.66667%;
    *margin-left: 16.56667%; }
  .offset-md-1 {
    margin-left: 8.33333%;
    *margin-left: 8.23333%; }
  .offset-md-0 {
    margin-left: 0;
    *margin-left: -0.1%; } }

@media only screen and (min-width: 1200px) {
  .offset-lg-11 {
    margin-left: 91.66667%;
    *margin-left: 91.56667%; }
  .offset-lg-10 {
    margin-left: 83.33333%;
    *margin-left: 83.23333%; }
  .offset-lg-9 {
    margin-left: 75%;
    *margin-left: 74.9%; }
  .offset-lg-8 {
    margin-left: 66.66667%;
    *margin-left: 66.56667%; }
  .offset-lg-7 {
    margin-left: 58.33333%;
    *margin-left: 58.23333%; }
  .offset-lg-6 {
    margin-left: 50%;
    *margin-left: 49.9%; }
  .offset-lg-5 {
    margin-left: 41.66667%;
    *margin-left: 41.56667%; }
  .offset-lg-4 {
    margin-left: 33.33333%;
    *margin-left: 33.23333%; }
  .offset-lg-3 {
    margin-left: 25%;
    *margin-left: 24.9%; }
  .offset-lg-2 {
    margin-left: 16.66667%;
    *margin-left: 16.56667%; }
  .offset-lg-1 {
    margin-left: 8.33333%;
    *margin-left: 8.23333%; }
  .offset-lg-0 {
    margin-left: 0;
    *margin-left: -0.1%; } }

@media only screen and (min-width: 1600px) {
  .offset-xlg-11 {
    margin-left: 91.66667%;
    *margin-left: 91.56667%; }
  .offset-xlg-10 {
    margin-left: 83.33333%;
    *margin-left: 83.23333%; }
  .offset-xlg-9 {
    margin-left: 75%;
    *margin-left: 74.9%; }
  .offset-xlg-8 {
    margin-left: 66.66667%;
    *margin-left: 66.56667%; }
  .offset-xlg-7 {
    margin-left: 58.33333%;
    *margin-left: 58.23333%; }
  .offset-xlg-6 {
    margin-left: 50%;
    *margin-left: 49.9%; }
  .offset-xlg-5 {
    margin-left: 41.66667%;
    *margin-left: 41.56667%; }
  .offset-xlg-4 {
    margin-left: 33.33333%;
    *margin-left: 33.23333%; }
  .offset-xlg-3 {
    margin-left: 25%;
    *margin-left: 24.9%; }
  .offset-xlg-2 {
    margin-left: 16.66667%;
    *margin-left: 16.56667%; }
  .offset-xlg-1 {
    margin-left: 8.33333%;
    *margin-left: 8.23333%; }
  .offset-xlg-0 {
    margin-left: 0;
    *margin-left: -0.1%; } }

.wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.no-wrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .no-wrap [class*="col-"] {
    -ms-flex-negative: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1; }

.wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.direction-row {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row; }

.direction-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.direction-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.direction-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.align-start {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.align-end {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }
  .align-end [class*="col-"] {
    vertical-align: bottom; }

.align-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .align-center [class*="col-"] {
    vertical-align: middle; }

.align-baseline {
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline; }

.align-content-start {
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start; }

.align-content-end {
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end; }
  .align-content-end [class*="col-"] {
    vertical-align: bottom; }

.align-content-center {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center; }

.align-content-space-between {
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between; }

.align-content-space-around {
  -ms-flex-line-pack: distribute;
  -webkit-align-content: space-around;
  align-content: space-around; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch; }

.align-self-start {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start; }

.align-self-end {
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  vertical-align: bottom; }

.align-self-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  vertical-align: middle; }

.align-self-baseline {
  -ms-flex-item-align: baseline;
  -webkit-align-self: baseline;
  align-self: baseline;
  vertical-align: baseline; }

.justify-start {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }
  .justify-start.grid {
    text-align: left; }

.justify-end {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
  .justify-end.grid {
    text-align: right;
    -moz-text-align-last: right;
    text-align-last: right; }
    .justify-end.grid [class*="col-"] {
      text-align: left;
      text-align: start;
      -moz-text-align-last: left;
      -moz-text-align-last: start;
      text-align-last: left;
      text-align-last: start; }

.justify-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .justify-center.grid {
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center; }
    .justify-center.grid [class*="col-"] {
      text-align: left;
      text-align: start;
      -moz-text-align-last: left;
      -moz-text-align-last: start;
      text-align-last: left;
      text-align-last: start; }

.justify-space-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .justify-space-between.grid {
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify; }
    .justify-space-between.grid [class*="col-"] {
      text-align: left;
      text-align: start;
      -moz-text-align-last: left;
      -moz-text-align-last: start;
      text-align-last: left;
      text-align-last: start; }

.justify-space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around; }
  .justify-space-around.grid {
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify; }
    .justify-space-around.grid [class*="col-"] {
      text-align: left;
      text-align: start;
      -moz-text-align-last: left;
      -moz-text-align-last: start;
      text-align-last: left;
      text-align-last: start; }

.grid-bleed [class*="col-"] {
  padding: 0; }

.col-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }
  .col-grid.direction-row {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row; }

.col-bleed {
  padding: 0; }

.col-bleed-x {
  padding: 0.5em 0.5em 0; }

.col-bleed-y {
  padding: 0 0.5em 0.5em; }

.flex-img {
  display: block;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  height: auto;
  width: 100%;
  *width: auto; }

.flex-footer {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0; }
  .flex-footer > :last-child {
    margin-bottom: 0; }

@media (max-width: 575px) {
  .hidden-xxs {
    display: none; } }

@media (min-width: 576px) and (max-width: 767px) {
  .hidden-xs {
    display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none; } }

@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none; } }

@media (min-width: 1600px) {
  .hidden-xlg {
    display: none; } }

.visual-editor {
  margin-bottom: 30px; }
  .visual-editor .center-container {
    max-width: 1280px;
    margin: 0 auto; }
  .visual-editor .content-container {
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center; }
  .visual-editor .content-row {
    max-width: 1480px;
    position: relative;
    width: 100%;
    display: grid;
    grid-template-rows: auto;
    justify-content: stretch;
    grid-column-gap: 1em;
    grid-template-columns: 1fr;
    box-sizing: border-box; }
  .visual-editor .content-row__item {
    grid-column: auto;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: row;
    height: 100%; }
  .visual-editor .content-row__item__body {
    position: relative;
    width: 100%; }
    .visual-editor .content-row__item__body > p {
      margin: 0; }
  .visual-editor .content-row--full {
    grid-template-columns: 1fr; }
  .visual-editor .content-row--2col {
    grid-template-columns: 1fr 1fr; }
  .visual-editor .content-row--3col {
    grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .visual-editor .content-row--4col {
    grid-template-columns: 1fr 1fr 1fr 1fr; }
    @media (max-width: 992px) {
      .visual-editor .content-row--4col {
        grid-template-columns: 2fr 2fr; } }
  .visual-editor .content-row--6col {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; }
    @media (max-width: 992px) {
      .visual-editor .content-row--6col {
        grid-template-columns: 2fr 2fr 2fr; } }
  .visual-editor .content-row--1-2split {
    grid-template-columns: 1fr 2fr; }
  .visual-editor .content-row--2-1split {
    grid-template-columns: 2fr 1fr; }
  .visual-editor .content-row--1-2-1split {
    grid-template-columns: 1fr 2fr 1fr; }
  @media (max-width: 576px) {
    .visual-editor .content-row {
      grid-template-columns: 1fr; } }
  .visual-editor .content-row--stretch {
    max-width: 100%; }
  .visual-editor .content-row--spacing-none {
    margin: 0; }
  .visual-editor .content-row--spacing-sm {
    margin: 0.25em 0; }
  .visual-editor .content-row--spacing-md {
    margin: 0.5em 0; }
  .visual-editor .content-row--spacing-lg {
    margin: 1em 0; }
  .visual-editor .content-row--spacing-xl {
    margin: 2em 0; }
  .visual-editor .content-row--spacing-position-top {
    margin-bottom: 0; }
  .visual-editor .content-row--spacing-position-bottom {
    margin-top: 0; }
  .visual-editor .content-row--column-gap-none {
    grid-column-gap: 0; }
  .visual-editor .content-row--column-gap-sm {
    grid-column-gap: 1em; }
  .visual-editor .content-row--column-gap-md {
    grid-column-gap: 1.5em; }
  .visual-editor .content-row--column-gap-lg {
    grid-column-gap: 2em; }
  .visual-editor .content-row--column-gap-xl {
    grid-column-gap: 3em; }
  .visual-editor .content-row--row-gap-none {
    grid-row-gap: 0; }
  .visual-editor .content-row--row-gap-sm {
    grid-row-gap: 1em; }
  .visual-editor .content-row--row-gap-md {
    grid-row-gap: 1.5em; }
  .visual-editor .content-row--row-gap-lg {
    grid-row-gap: 2em; }
  .visual-editor .content-row--row-gap-xl {
    grid-row-gap: 3em; }
  .visual-editor .content-row--height-xs > * {
    min-height: 60px; }
  .visual-editor .content-row--height-sm > * {
    min-height: 150px; }
  .visual-editor .content-row--height-md > * {
    min-height: 220px; }
  .visual-editor .content-row--height-lg > * {
    min-height: 350px; }
  .visual-editor .content-row--height-xl > * {
    min-height: 550px; }
  .visual-editor .content-row--height-xxl > * {
    min-height: 680px; }
  .visual-editor .content-row--height-auto > * {
    min-height: auto; }
  .visual-editor .content-row--height-screen > * {
    height: 100vh; }
  .visual-editor .margin-none {
    margin: 0; }
  .visual-editor .margin-xs {
    margin: 0.5em; }
  .visual-editor .margin-sm {
    margin: 1em; }
  .visual-editor .margin-md {
    margin: 2em; }
  .visual-editor .margin-lg {
    margin: 4em; }
  .visual-editor .margin-xl {
    margin: 6em; }
  .visual-editor .margin-position-tb {
    margin-left: 0;
    margin-right: 0; }
  .visual-editor .margin-position-lr {
    margin-top: 0;
    margin-bottom: 0; }
  .visual-editor .margin-position-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0; }
  .visual-editor .margin-position-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0; }
  .visual-editor .margin-position-top {
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0; }
  .visual-editor .margin-position-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0; }
  .visual-editor .padding-none {
    padding: 0; }
  .visual-editor .padding-size-xs {
    padding: 0.25em; }
  .visual-editor .padding-size-sm {
    padding: 1em; }
  .visual-editor .padding-size-md {
    padding: 2em; }
  .visual-editor .padding-size-lg {
    padding: 4em; }
  .visual-editor .padding-size-xl {
    padding: 6em; }
    @media (max-width: 992px) {
      .visual-editor .padding-size-xl {
        padding: 2em; } }
  .visual-editor .padding-position-tb {
    padding-left: 0;
    padding-right: 0; }
  .visual-editor .padding-position-lr {
    padding-top: 0;
    padding-bottom: 0; }
  .visual-editor .padding-position-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0; }
  .visual-editor .padding-position-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0; }
  .visual-editor .padding-position-top {
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 0; }
  .visual-editor .padding-position-bottom {
    padding-left: 0;
    padding-top: 0;
    padding-right: 0; }
  .visual-editor h1 {
    font-size: 60px;
    font-family: "Playfair Display", "Arial Black", Gadget, sans-serif;
    line-height: 1.25; }
    @media (max-width: 576px) {
      .visual-editor h1 {
        font-size: 40px; } }
  .visual-editor h2 {
    font-size: 40px;
    font-family: "Playfair Display", "Arial Black", Gadget, sans-serif;
    line-height: 1.25; }
    @media (max-width: 576px) {
      .visual-editor h2 {
        font-size: 30px; } }
  .visual-editor .fat-seperator {
    border-color: #ed7d31;
    border-top-width: 4px;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 50%; }
  .visual-editor .content-container {
    font-family: "Montserrat", Arial, Helvetica, sans-serif; }
  .visual-editor .background-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%; }
  .visual-editor .background-image:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: inherit; }
  .visual-editor .background-image__wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden; }
  .visual-editor .background-image__cover {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    max-width: 100%;
    width: 100%; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .visual-editor .background-image__cover {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: auto;
        width: auto;
        max-width: none;
        max-height: none;
        min-width: 100%;
        min-height: 100%; } }
  .visual-editor .image-filter {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden; }
    .visual-editor .image-filter.image-filter--blur {
      filter: blur(5px);
      transform: scale(1.2); }
    .visual-editor .image-filter.image-filter--lighten {
      background-color: rgba(255, 255, 255, 0.2); }
    .visual-editor .image-filter.image-filter--darken {
      background-color: rgba(0, 0, 0, 0.3); }
    .visual-editor .image-filter.image-filter--grayscale {
      filter: grayscale(100%); }
    .visual-editor .image-filter.image-filter--sepia {
      filter: sepia(1); }
    .visual-editor .image-filter.image-filter--overexposure {
      filter: brightness(1.2); }
    .visual-editor .image-filter.image-filter--ball {
      border-radius: 1000px; }
    .visual-editor .image-filter:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: inherit; }
  .visual-editor p {
    margin-bottom: 0; }
  @media (max-width: 992px) {
    .visual-editor .buttons-collection .btn {
      margin-top: 10px; } }

@media only screen and (max-width: 500px) {
  .mobile-order-1 {
    order: 1; }
  .mobile-order-2 {
    order: 2; }
  .mobile-order-3 {
    order: 3; }
  .mobile-order-4 {
    order: 4; }
  .mobile-order-5 {
    order: 5; }
  .mobile-order-6 {
    order: 6; } }

.visual-editor {
  /* BUTTONS */ }
  .visual-editor .u-full-width {
    width: 100% !important;
    max-width: 100% !important; }
  .visual-editor .u-width--auto {
    width: auto; }
  .visual-editor .u-full-max-width {
    max-width: 100%; }
  .visual-editor .u-full-height {
    height: 100% !important; }
  .visual-editor .u-height--auto {
    height: auto; }
  .visual-editor .u-flex {
    display: flex !important; }
  .visual-editor .u-flex-footer {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
  .visual-editor .u-flex--align-center {
    align-items: center;
    justify-content: center; }
  .visual-editor .u-flex--align-items-center {
    align-items: center; }
  .visual-editor .u-flex--row {
    flex-direction: row; }
  .visual-editor .u-flex--column {
    flex-direction: column; }
  .visual-editor .u-pull--right {
    float: right; }
  .visual-editor .u-pull--left {
    float: left; }
  .visual-editor .u-overflow-hidden {
    overflow: hidden; }
  .visual-editor .u-overflow-auto {
    overflow: auto; }
  .visual-editor .u-justify-content--center {
    justify-content: center; }
  .visual-editor .u-justify-content--between {
    justify-content: space-between; }
  .visual-editor .u-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0; }
  .visual-editor .disabled, .visual-editor input[disabled] {
    cursor: not-allowed;
    opacity: .5;
    pointer-events: none; }
  .visual-editor .u-uppercase {
    text-transform: uppercase; }
  .visual-editor .u-capitalize {
    text-transform: capitalize; }
  .visual-editor .u-box-shadow {
    box-shadow: 0px 2px 20px 1px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 1; }
  .visual-editor .u-clearfix::after {
    clear: both;
    content: "";
    display: table; }
  .visual-editor .u-hide-text {
    overflow: hidden;
    padding: 0;
    text-indent: 101%;
    white-space: nowrap; }
  .visual-editor .u-hidden {
    display: none !important; }
  .visual-editor .u-inline {
    display: inline; }
  .visual-editor .u-inline-block {
    display: inline-block; }
  .visual-editor .u-block {
    display: block; }
  .visual-editor .u-visibility-hidden {
    visibility: hidden; }
  .visual-editor .u-visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .visual-editor .u-reset-position {
    position: initial; }
  .visual-editor .u-position-relative {
    position: relative; }
  .visual-editor .u-position-absolute {
    position: absolute; }
  .visual-editor .u-no-paragraph-margins p {
    margin: 0; }
  .visual-editor .u-zindex-1 {
    z-index: 1; }
  .visual-editor .u-align-left {
    display: flex;
    text-align: left;
    justify-content: flex-start;
    flex-flow: row wrap; }
  .visual-editor .u-align-center {
    display: flex;
    text-align: center;
    justify-content: safe center;
    flex-flow: row wrap; }
  .visual-editor .u-align-right {
    display: flex;
    text-align: right;
    justify-content: flex-end;
    flex-flow: row wrap; }
  .visual-editor .u-align-full {
    text-align: justify; }
  .visual-editor .u-align-content-left {
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap; }
  .visual-editor .u-align-content-center {
    display: flex;
    justify-content: safe center;
    flex-flow: row wrap; }
  .visual-editor .u-align-content-right {
    display: flex;
    justify-content: flex-end;
    flex-flow: row wrap; }
  .visual-editor .u-ta-left {
    text-align: left; }
  .visual-editor .u-ta-center {
    text-align: center; }
  .visual-editor .u-ta-right {
    text-align: right; }
  .visual-editor .u-ta-full {
    text-align: center; }
    .visual-editor .u-ta-full .btn {
      width: 100%; }
  .visual-editor .u-ta-inherit {
    text-align: inherit; }
  @media (max-width: 576px) {
    .visual-editor .u-ta-right--xs {
      text-align: right; }
    .visual-editor .u-ta-left--xs {
      text-align: left; } }
  .visual-editor .u-middle {
    margin: auto; }
  .visual-editor .u-va-middle {
    vertical-align: middle; }
  .visual-editor .u-va-bottom {
    vertical-align: bottom; }
  .visual-editor .u-middle-horizontal {
    margin: 0 auto; }
  .visual-editor .u-left-middle {
    margin: auto 0; }
  .visual-editor .u-center-middle {
    position: relative;
    top: 50%;
    left: 50%;
    transform: perspective(1px) translate(-50%, -50%);
    text-align: center; }
  .visual-editor .u-align-self-start {
    align-self: start; }
  .visual-editor .u-align-self-center {
    align-self: center; }
  .visual-editor .u-align-self-end {
    align-self: flex-end; }
  .visual-editor .u-font-awesome {
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }
  .visual-editor .u-truncate-text {
    overflow: hidden;
    text-overflow: ellipsis; }
  .visual-editor .u-condensed-text {
    margin-bottom: 0;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .visual-editor .u-line-height--normal {
    line-height: normal; }
  .visual-editor .u-break-word {
    word-break: break-word; }
  .visual-editor .u-w20px {
    width: 20px; }
  .visual-editor .u-w32px {
    width: 32px; }
  .visual-editor .u-w40px {
    width: 40px; }
  .visual-editor .u-w50px {
    width: 50px; }
  .visual-editor .u-w60px {
    width: 60px; }
  .visual-editor .u-w70px {
    width: 70px; }
  .visual-editor .u-w80px {
    width: 80px; }
  .visual-editor .u-w100px {
    width: 100px; }
  .visual-editor .u-w110px {
    width: 110px; }
  .visual-editor .u-w120px {
    width: 120px; }
  .visual-editor .u-w130px {
    width: 130px; }
  .visual-editor .u-w133px {
    width: 133px; }
  .visual-editor .u-w150px {
    width: 150px; }
  .visual-editor .u-w160px {
    width: 160px; }
  .visual-editor .u-w180px {
    width: 180px; }
  .visual-editor .u-w200px {
    width: 200px; }
  .visual-editor .u-w220px {
    width: 220px; }
  .visual-editor .u-w340px {
    width: 340px; }
  .visual-editor .u-w380px {
    width: 380px; }
  @media (max-width: 576px) {
    .visual-editor .u-w50px--xs {
      width: 50px; }
    .visual-editor .u-w60px--xs {
      width: 60px; }
    .visual-editor .u-w70px--xs {
      width: 70px; }
    .visual-editor .u-w80px--xs {
      width: 80px; }
    .visual-editor .u-w100px--xs {
      width: 100px; }
    .visual-editor .u-w120px--xs {
      width: 120px; }
    .visual-editor .u-w125px--xs {
      width: 125px; }
    .visual-editor .u-w130px--xs {
      width: 133px; }
    .visual-editor .u-w133px--xs {
      width: 133px; }
    .visual-editor .u-w150px--xs {
      width: 150px; }
    .visual-editor .u-w160px--xs {
      width: 160px; }
    .visual-editor .u-w180px--xs {
      width: 180px; }
    .visual-editor .u-w220px--xs {
      width: 220px; } }
  .visual-editor .u-min-w120px {
    min-width: 120px; }
  .visual-editor .u-min-w140px {
    min-width: 140px; }
  .visual-editor .u-min-w220px {
    min-width: 220px; }
  .visual-editor .u-max-w50px {
    max-width: 50px; }
  .visual-editor .u-max-w210px {
    max-width: 210px; }
  .visual-editor .u-max-w220px {
    max-width: 220px; }
  .visual-editor .u-max-w300px {
    max-width: 300px; }
  .visual-editor .u-max-w340px {
    max-width: 340px; }
  .visual-editor .u-max-w380px {
    max-width: 380px; }
  .visual-editor .u-max-w500px {
    max-width: 500px; }
  .visual-editor .u-center-max-w600px {
    max-width: 600px;
    margin: 0 auto; }
  .visual-editor .u-max-h500px {
    max-height: 500px; }
  .visual-editor .u-min-h120px {
    min-height: 120px; }
  .visual-editor .u-min-h180px {
    min-height: 180px; }
  .visual-editor .u-min-h300px {
    min-height: 300px; }
  .visual-editor .u-min-h400px {
    min-height: 400px; }
  .visual-editor .u-min-h500px {
    min-height: 500px; }
  .visual-editor .u-no-padding {
    padding: 0; }
  .visual-editor .u-no-padding-x {
    padding-left: 0;
    padding-right: 0; }
  .visual-editor .u-no-padding-y {
    padding-top: 0;
    padding-bottom: 0; }
  .visual-editor .u-no-margin {
    margin: 0; }
  .visual-editor .u-no-margin--bottom {
    margin-bottom: 0; }
  .visual-editor .u-no-margin-on-p-elements p {
    margin: 0; }
  .visual-editor .u-margin {
    margin: 5px; }
  .visual-editor .u-margin-top {
    margin-top: 5px; }
  .visual-editor .u-margin-top--lg {
    margin-top: 10px; }
  .visual-editor .u-margin-top--auto {
    margin-top: auto; }
  .visual-editor .u-margin-right {
    margin-right: 5px; }
  .visual-editor .u-margin-right--lg {
    margin-right: 10px; }
  .visual-editor .u-margin-right--auto {
    margin-right: auto; }
  .visual-editor .u-margin-bottom {
    margin-bottom: 5px; }
  .visual-editor .u-margin-bottom--lg {
    margin-bottom: 10px; }
  .visual-editor .u-margin-bottom-5px {
    margin-bottom: 5px; }
  .visual-editor .u-margin-bottom--auto {
    margin-bottom: auto; }
  .visual-editor .u-margin-left {
    margin-left: 5px; }
  .visual-editor .u-margin-left--lg {
    margin-left: 10px; }
  .visual-editor .u-margin-left--auto {
    margin-left: auto; }
  .visual-editor .u-margin--radio-button-indent {
    margin-left: 22px; }
  .visual-editor .u-padding {
    padding: 5px; }
  .visual-editor .u-padding--lg {
    padding: 10px; }
  .visual-editor .u-padding-y {
    padding-top: 5px;
    padding-bottom: 5px; }
  .visual-editor .u-padding-x {
    padding-left: 5px;
    padding-right: 5px; }
  .visual-editor .u-padding-right {
    padding-right: 5px; }
  .visual-editor .u-padding-right--lg {
    padding-right: 10px; }
  .visual-editor .u-padding-bottom {
    padding-bottom: 5px; }
  .visual-editor .u-padding-bottom--lg {
    padding-bottom: 10px; }
  .visual-editor .u-padding-top {
    padding-top: 5px; }
  .visual-editor .u-padding-top--lg {
    padding-top: 10px; }
  .visual-editor .u-padding-left--lg {
    padding-left: 10px; }
  .visual-editor .u-no-underline {
    text-decoration: none; }
    .visual-editor .u-no-underline:hover, .visual-editor .u-no-underline:active, .visual-editor .u-no-underline:focus {
      text-decoration: none; }
  @media (max-width: 576px) {
    .visual-editor .u-padding--xs {
      padding: 5px; }
    .visual-editor .u-margin--xs {
      margin: 5px; }
    .visual-editor .u-no-padding--xs {
      padding: 0; }
    .visual-editor .u-no-margin--xs {
      margin: 0; } }
  .visual-editor .btn.btn--clean {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    outline: none; }
  .visual-editor .btn:focus, .visual-editor .btn:hover, .visual-editor .btn:active {
    outline: none;
    box-shadow: none; }
  .visual-editor .btn.btn--primary, .visual-editor .btn.btn-primary {
    background-color: #ed7d31;
    color: #fff;
    border: 1px solid #ed7d31; }
    .visual-editor .btn.btn--primary:focus, .visual-editor .btn.btn--primary:active, .visual-editor .btn.btn-primary:focus, .visual-editor .btn.btn-primary:active {
      background-color: #003761;
      box-shadow: none !important; }

.article-head {
  margin-bottom: 2.4em; }

.article__header {
  line-height: 1.2;
  margin: 0; }

.article__category {
  font-weight: bold;
  text-transform: uppercase;
  color: #a8a8a8; }

.article__header--giant {
  font-size: 52px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 1rem; }

.article__subheader {
  margin-bottom: 1.2em;
  margin-top: 0.3em; }

.article__subheader--giant {
  font-size: 32px;
  line-height: 1.4; }

.article__leadtext {
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 0.6em;
  color: #7e7e7e; }

.article__post-info {
  display: block;
  line-height: 1.2; }

.article__image {
  margin-bottom: 2rem; }

.article__image-caption {
  text-align: center;
  font-size: 16px;
  color: #a8a8a8;
  margin: 0.3em;
  display: block; }

.article__image-zoom-wrap {
  cursor: zoom-in; }

.article__image--ball {
  border-radius: 1000px; }

.article__subscription {
  font-size: 12px;
  margin-bottom: 1rem; }

.article__short-summary {
  margin: 0;
  color: #003761; }

.article__summary {
  font-size: 16px;
  margin-bottom: 2rem; }

.article__quote {
  font-size: 35px;
  font-style: italic;
  color: #a8a8a8;
  margin: 0 35px; }

.article__quote-author {
  font-style: italic;
  text-align: right;
  color: #a8a8a8; }

.article__paragraph {
  margin-bottom: 1.2em;
  font-size: 16px; }

.article__paragraph--great-text {
  font-size: 20px; }

.article__paragraph ul {
  padding-left: 3rem; }

.article__paragraph ol {
  padding-left: 3rem; }

.article__info-header {
  font-weight: bold;
  text-transform: uppercase; }

.article__info-body {
  margin-bottom: 1rem; }

.article__block {
  position: relative;
  padding-top: 1.2em;
  padding-bottom: 0.6em; }

.article__block::before {
  content: '';
  position: absolute;
  width: 200px;
  border-top: 1px solid #d3d3d3;
  left: calc(50% - 100px);
  top: 0; }

.article__block::after {
  content: '';
  position: absolute;
  width: 200px;
  border-top: 1px solid #d3d3d3;
  left: calc(50% - 100px);
  bottom: 0; }

.article__grid--lines {
  border-bottom: 1px solid #a8a8a8; }

.article__drop-cap {
  font-size: 56px;
  line-height: 1;
  float: left;
  margin-right: 12px; }

.article__overlay-offset {
  top: -170px; }

.article-list__item-info {
  margin-bottom: 3em; }

.article-list__item-micro-info {
  font-size: 12px;
  color: #a8a8a8;
  margin-bottom: 0.6em; }

.article-list__item-header {
  line-height: 1.4;
  margin: 0;
  margin-bottom: 0.3em;
  color: #003761; }

.article-simple-list__item {
  border-bottom: 1px solid #d3d3d3;
  padding: 0.5em 0; }
  .article-simple-list__item:last-child {
    border-bottom: none; }

.article-carousel-item__wrap {
  padding: 0 80px;
  align-self: center;
  position: relative;
  z-index: 1; }

@media (max-width: 768px) {
  .article-carousel-item__wrap {
    padding: 0.6em;
    width: 100%; } }

.timeline__date {
  float: right;
  font-size: 2rem;
  background-color: #333;
  color: #fff;
  padding: 7px;
  border-radius: 9px; }

.timeline__date small {
  display: block;
  color: #fff; }

.timeline__date--clean {
  margin-bottom: 1rem; }

.timeline__date::after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent #333;
  display: block;
  width: 0;
  z-index: 1;
  margin-top: -15px;
  right: -13px;
  top: 50%; }

.timeline__date--clean::after {
  display: none; }

@media (max-width: 768px) {
  .timeline__date {
    float: none;
    text-align: center; }
  .timeline__date::after {
    display: none; } }

.margin-top-large {
  margin-top: 8em; }

.carousel {
  position: relative;
  overflow: hidden;
  min-height: 55px; }
  @media (max-width: 767px) {
    .carousel {
      max-width: 100vw;
      min-height: 170px; } }

.carousel--hidden,
.carousel__container--hidden {
  height: 0;
  visibility: hidden; }

.carousel__container {
  position: relative;
  left: 0;
  z-index: 1;
  white-space: nowrap;
  box-sizing: border-box;
  transition: all 0.7s ease-out; }

.carousel--horizontal .carousel__container {
  display: flex; }

.carousel__slide {
  position: relative;
  width: 100%;
  overflow: hidden;
  vertical-align: top;
  box-sizing: border-box;
  white-space: normal;
  display: inline-block; }
  @media (max-width: 767px) {
    .carousel__slide {
      flex-direction: column; } }

.carousel__slide--horizontal {
  display: flex;
  float: left; }

.carousel__slide--vertical {
  display: block; }

.carousel-prev-btn {
  position: absolute;
  top: calc(50% - 21px);
  left: 1.2em;
  z-index: 9;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 200px;
  border: none;
  width: 42px;
  height: 42px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }
  .carousel-prev-btn:before {
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f053';
    font-size: 22px;
    width: 18px;
    text-align: center; }

.carousel-next-btn {
  position: absolute;
  top: calc(50% - 21px);
  right: 1.2em;
  z-index: 9;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 200px;
  border: none;
  width: 42px;
  height: 42px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 4px; }
  .carousel-next-btn:before {
    font-family: "Font Awesome 5 Pro", "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f054';
    position: relative;
    font-size: 22px; }

.carousel--vertical .carousel-prev-btn,
.carousel-prev-btn--vertical {
  top: 0.6em;
  left: calc(50% - 19px);
  width: 32px;
  height: 32px;
  margin: 0.3em; }
  .carousel--vertical .carousel-prev-btn:before,
  .carousel-prev-btn--vertical:before {
    content: '\f077';
    font-size: 16px;
    line-height: 16px;
    height: 18px; }

.carousel--vertical .carousel-next-btn,
.carousel-next-btn--vertical {
  top: auto;
  bottom: 0.6em;
  right: calc(50% - 19px);
  width: 32px;
  height: 32px;
  margin: 0.3em;
  padding-left: 0; }
  .carousel--vertical .carousel-next-btn:before,
  .carousel-next-btn--vertical:before {
    content: '\f078';
    font-size: 16px;
    line-height: 16px;
    height: 15px; }

.carousel__dots {
  width: 100%;
  position: absolute;
  bottom: 15px;
  z-index: 1;
  text-align: center; }

.carousel__dot {
  width: 12px;
  height: 12px;
  border-radius: 99px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.4);
  margin: 0 7px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: all 0.25ms ease; }
  .carousel__dot:hover, .carousel__dot:focus, .carousel__dot:active {
    background: rgba(255, 255, 255, 0.7); }
  .carousel__dot.carousel__dot--active {
    background: white; }

.carousel__preloader {
  color: #fff; }

.carousel__preloader-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 55px; }

.carousel__counter {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin: 2px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1; }

@media (min-width: 768px) {
  .background-image.image-pos-left {
    width: 50%; }
  .background-image.image-pos-right {
    width: 50%;
    left: auto; } }

@media (max-width: 767px) {
  .background-image.image-pos-left, .background-image.image-pos-right {
    position: relative;
    width: 100%; }
    .background-image.image-pos-left .background-image__wrapper, .background-image.image-pos-right .background-image__wrapper {
      position: relative; } }

@media (min-width: 768px) {
  .content-row__item__body.image-pos-left {
    width: 50%;
    left: auto;
    right: 0;
    position: absolute;
    padding: 0 15px; }
  .content-row__item__body.image-pos-right {
    width: 50%; } }

.bestil-salgsvurdering-item {
  font-family: "Real Book", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 20px;
  background-color: #FBFDFF;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  max-width: 950px; }
  @media (max-width: 991px) {
    .bestil-salgsvurdering-item {
      border-radius: 0px; } }
  .bestil-salgsvurdering-item .lhs {
    padding: 60px 0 0 60px;
    background-repeat: no-repeat;
    background-position: bottom; }
    .bestil-salgsvurdering-item .lhs .tp-image-container {
      display: none; }
    @media (max-width: 991px) {
      .bestil-salgsvurdering-item .lhs {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
        background-size: 0; }
        .bestil-salgsvurdering-item .lhs .tp-image-container {
          display: unset;
          margin-bottom: 10px; }
          .bestil-salgsvurdering-item .lhs .tp-image-container .tp-image {
            width: 100px; } }
    .bestil-salgsvurdering-item .lhs .header {
      color: #003761;
      font-family: "Playfair Display";
      font-size: 50px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 64px; }
      @media (max-width: 991px) {
        .bestil-salgsvurdering-item .lhs .header {
          text-align: center; } }
      @media (max-width: 576px) {
        .bestil-salgsvurdering-item .lhs .header {
          font-size: 30px;
          line-height: 40px; } }
      .bestil-salgsvurdering-item .lhs .header.erhverv {
        color: #00182B; }
    .bestil-salgsvurdering-item .lhs .separator {
      height: 3px;
      width: 120px;
      background-color: #ED7D31;
      margin: 20px 0 20px 0; }
      .bestil-salgsvurdering-item .lhs .separator.erhverv {
        visibility: hidden; }
    .bestil-salgsvurdering-item .lhs .usp-list__item {
      display: flex;
      align-items: center;
      margin: 0 0 14px 0; }
    .bestil-salgsvurdering-item .lhs .usp-list .text {
      color: #003761;
      font-size: 14px;
      font-weight: 300;
      letter-spacing: 0.65px;
      line-height: 17px; }
      @media (max-width: 576px) {
        .bestil-salgsvurdering-item .lhs .usp-list .text {
          font-size: 12px;
          letter-spacing: 0.55px;
          line-height: 15px; } }
      .bestil-salgsvurdering-item .lhs .usp-list .text.erhverv {
        color: #001726; }
    .bestil-salgsvurdering-item .lhs .usp-list .icon {
      font-size: 22px;
      margin: 0 7px 0 0; }
      @media (max-width: 576px) {
        .bestil-salgsvurdering-item .lhs .usp-list .icon {
          font-size: 18px; } }
  .bestil-salgsvurdering-item .rhs {
    padding: 60px 60px 60px 60px;
    border: 1px solid #D4E6E6;
    border-radius: 0 20px 20px 0;
    background-color: #EEF3F8; }
    .bestil-salgsvurdering-item .rhs.erhverv {
      background-color: #455B73;
      color: white; }
      .bestil-salgsvurdering-item .rhs.erhverv .buyer-advisor-form .choose-broker-name {
        color: #003761; }
      .bestil-salgsvurdering-item .rhs.erhverv .buyer-advisor-form .choose-broker-address {
        color: #003761; }
    @media (max-width: 991px) {
      .bestil-salgsvurdering-item .rhs {
        border-radius: 0px;
        padding: 20px; } }
    .bestil-salgsvurdering-item .rhs .tp-image-container {
      position: absolute;
      top: -22px;
      left: 93px;
      padding: 10px;
      border-radius: 10px;
      background-color: #FBFDFF;
      box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1); }
      .bestil-salgsvurdering-item .rhs .tp-image-container .tp-image {
        width: 120px; }
      @media (max-width: 991px) {
        .bestil-salgsvurdering-item .rhs .tp-image-container {
          display: none; } }
    .bestil-salgsvurdering-item .rhs .top-section {
      text-align: center; }
      .bestil-salgsvurdering-item .rhs .top-section .header {
        font-size: 28px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 34px;
        text-align: center;
        margin: 0 0 9px 0; }
        @media (max-width: 576px) {
          .bestil-salgsvurdering-item .rhs .top-section .header {
            font-size: 22px;
            line-height: 27px; } }
      .bestil-salgsvurdering-item .rhs .top-section .description {
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 0.5px;
        line-height: 15px;
        text-align: center;
        margin: 0 0 20px 0; }
        @media (max-width: 576px) {
          .bestil-salgsvurdering-item .rhs .top-section .description {
            font-size: 12px; } }
        .bestil-salgsvurdering-item .rhs .top-section .description .icon {
          margin: 0px 0px 0 4px;
          font-size: 15px; }
          @media (max-width: 576px) {
            .bestil-salgsvurdering-item .rhs .top-section .description .icon {
              display: none; } }
    .bestil-salgsvurdering-item .rhs .form-group {
      overflow: unset;
      color: #003761; }
      .bestil-salgsvurdering-item .rhs .form-group .form-control {
        border: 1px solid #CED8D8;
        border-radius: 4px;
        height: 45px;
        color: #003761;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.25px;
        line-height: 17px; }
        .bestil-salgsvurdering-item .rhs .form-group .form-control:focus {
          border-radius: 4px;
          border: 1px solid #8A8A8A;
          box-shadow: 0 0 0 0.2rem rgba(107, 237, 234, 0.41); }
        .bestil-salgsvurdering-item .rhs .form-group .form-control::placeholder {
          font-weight: 300;
          color: #003761;
          font-size: 14px;
          letter-spacing: 0.25px;
          line-height: 17px;
          opacity: 1; }
      .bestil-salgsvurdering-item .rhs .form-group .checkbox .consent-checkbox {
        letter-spacing: 0.65px;
        line-height: 25px;
        padding: 0; }
        .bestil-salgsvurdering-item .rhs .form-group .checkbox .consent-checkbox:before {
          margin: 0 4px 0 0;
          height: 22px;
          width: 22px;
          border: 1px solid #CED8D8;
          border-radius: 4px; }
        .bestil-salgsvurdering-item .rhs .form-group .checkbox .consent-checkbox.erhverv {
          color: white; }
      .bestil-salgsvurdering-item .rhs .form-group .checkbox input[type=checkbox]:checked + span:before {
        padding: 4px 0 0 0; }
      .bestil-salgsvurdering-item .rhs .form-group .btn-orange {
        height: 60px;
        text-transform: unset;
        border-radius: 4px;
        background-color: #ED7D31;
        color: #FFFFFF;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 25px;
        text-align: center; }
        .bestil-salgsvurdering-item .rhs .form-group .btn-orange.erhverv {
          background-color: #6783AB; }
      .bestil-salgsvurdering-item .rhs .form-group .btn-light-blue {
        width: fit-content;
        height: 50px;
        background-color: #728eb4;
        border-color: #728eb4;
        border-radius: 6px; }
    .bestil-salgsvurdering-item .rhs .form-group-terms {
      color: #000000;
      font-size: 12px;
      font-weight: 300;
      letter-spacing: 0.5px;
      line-height: 15px;
      margin-top: 4px; }
      .bestil-salgsvurdering-item .rhs .form-group-terms.erhverv {
        color: white; }
      .bestil-salgsvurdering-item .rhs .form-group-terms .link {
        text-decoration: underline;
        color: #000000; }
        .bestil-salgsvurdering-item .rhs .form-group-terms .link.erhverv {
          color: white; }
    .bestil-salgsvurdering-item .rhs .comment-button {
      border: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      background-color: unset; }
      .bestil-salgsvurdering-item .rhs .comment-button:focus {
        outline: none; }
      .bestil-salgsvurdering-item .rhs .comment-button .text {
        color: #003761;
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 17px;
        text-decoration: underline; }
        .bestil-salgsvurdering-item .rhs .comment-button .text.erhverv {
          color: white; }
      .bestil-salgsvurdering-item .rhs .comment-button .icon {
        color: #003761;
        font-size: 10px;
        margin: 0 4px 0 0px; }
        .bestil-salgsvurdering-item .rhs .comment-button .icon.erhverv {
          color: white; }
    .bestil-salgsvurdering-item .rhs .collapse {
      margin: 10px 0 0 0; }
    .bestil-salgsvurdering-item .rhs .choose-broker-header {
      color: #003761;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 0.55px;
      line-height: 15px;
      margin: 20px 0 4px 0; }
      .bestil-salgsvurdering-item .rhs .choose-broker-header.erhverv {
        color: white; }
    .bestil-salgsvurdering-item .rhs .choose-broker {
      cursor: pointer;
      border: 1px solid #D4E6E6;
      border-radius: 4px;
      background-color: #FFFFFF; }
      .bestil-salgsvurdering-item .rhs .choose-broker.active {
        border: 2px solid #66C1BF; }
        .bestil-salgsvurdering-item .rhs .choose-broker.active .col-4 {
          -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
          max-width: 33.333333%; }
      .bestil-salgsvurdering-item .rhs .choose-broker .choose-broker-name {
        font-size: 11px;
        letter-spacing: 0.18px;
        line-height: 15px; }
      .bestil-salgsvurdering-item .rhs .choose-broker .choose-broker-address {
        font-size: 11px;
        letter-spacing: 0.18px;
        line-height: 14px; }
      .bestil-salgsvurdering-item .rhs .choose-broker .choose-broker-image {
        padding: 0; }
  .bestil-salgsvurdering-item .modal-container {
    z-index: 5; }
  .bestil-salgsvurdering-item .receipt-modal {
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%; }
    .bestil-salgsvurdering-item .receipt-modal .receipt-seperator {
      height: 3px;
      width: 40px;
      background-color: #ED7D31;
      align-self: center; }
    .bestil-salgsvurdering-item .receipt-modal .receipt-header {
      color: #003761;
      font-size: 28px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 34px;
      text-align: center;
      margin-top: 100px; }
    .bestil-salgsvurdering-item .receipt-modal .receipt-subheader {
      color: #003761;
      font-size: 20px;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 25px;
      text-align: center; }
    .bestil-salgsvurdering-item .receipt-modal .receipt-image {
      width: 100%; }
    .bestil-salgsvurdering-item .receipt-modal .btn-receipt {
      color: #ffffff;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 45px;
      text-align: center;
      height: 45px;
      width: 247px;
      background-color: #66C1BF;
      display: block;
      margin: 26px; }
    .bestil-salgsvurdering-item .receipt-modal.erhverv .receipt-header {
      color: #00182B; }
    .bestil-salgsvurdering-item .receipt-modal.erhverv .receipt-seperator {
      background-color: #455B73; }
    .bestil-salgsvurdering-item .receipt-modal.erhverv .receipt-broker-info {
      color: #00182B; }
    .bestil-salgsvurdering-item .receipt-modal.erhverv .btn-receipt {
      background-color: #6783AB; }
  .bestil-salgsvurdering-item .autocomplete-container {
    /* relative position for at de absolut positionerede forslag far korrekt placering.*/
    position: relative;
    width: 100%; }
  .bestil-salgsvurdering-item .autocomplete-container input {
    /* Bade input og forslag far samme bredde som omkringliggende DIV */
    width: 100%;
    box-sizing: border-box; }
  .bestil-salgsvurdering-item .dawa-autocomplete-suggestions {
    margin: 0.3em 0 0 0;
    padding: 0;
    text-align: left;
    border-radius: 0.3125em;
    background: #fcfcfc;
    box-shadow: 0 0.0625em 0.15625em rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
    overflow-y: auto;
    box-sizing: border-box; }
  .bestil-salgsvurdering-item .dawa-autocomplete-suggestions .dawa-autocomplete-suggestion {
    margin: 0;
    list-style: none;
    cursor: pointer;
    padding: 0.4em 0.6em;
    color: #333;
    border: 0.0625em solid #ddd;
    border-bottom-width: 0; }
  .bestil-salgsvurdering-item .dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .bestil-salgsvurdering-item .dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    border-bottom-width: 0.0625em; }
  .bestil-salgsvurdering-item .dawa-autocomplete-suggestions .dawa-autocomplete-suggestion.dawa-selected,
  .bestil-salgsvurdering-item .dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:hover {
    background: #f0f0f0; }

/*Content Broker Page*/
.salgsvurdering-container {
  background-color: #003761;
  padding: 50px 0; }
  .salgsvurdering-container .bestil-salgsvurdering-item {
    max-width: 1230px; }
  .salgsvurdering-container .rhs {
    padding: 50px;
    border: 1px solid #D4E6E6;
    border-radius: 20px;
    background-color: #EEF3F8; }
    @media (max-width: 991px) {
      .salgsvurdering-container .rhs {
        border-radius: 0px;
        padding: 20px; } }
    .salgsvurdering-container .rhs .top-section {
      text-align: left; }
      .salgsvurdering-container .rhs .top-section .header {
        font-size: 28px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 34px;
        text-align: left;
        margin: 0 0 9px 0; }
        @media (max-width: 576px) {
          .salgsvurdering-container .rhs .top-section .header {
            font-size: 22px;
            line-height: 27px; } }
      .salgsvurdering-container .rhs .top-section .description {
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 0.5px;
        line-height: 15px;
        text-align: left;
        margin: 0 0 20px 0; }
        @media (max-width: 576px) {
          .salgsvurdering-container .rhs .top-section .description {
            font-size: 12px; } }
        .salgsvurdering-container .rhs .top-section .description .icon {
          margin: 0px 0px 0 4px;
          font-size: 15px; }
          @media (max-width: 576px) {
            .salgsvurdering-container .rhs .top-section .description .icon {
              display: none; } }
    .salgsvurdering-container .rhs .form-group-container {
      display: flex; }
      @media (max-width: 576px) {
        .salgsvurdering-container .rhs .form-group-container {
          flex-direction: column; } }
    .salgsvurdering-container .rhs .form-group {
      overflow: unset; }
      .salgsvurdering-container .rhs .form-group.mr-3 {
        flex-grow: 0.3; }
        .salgsvurdering-container .rhs .form-group.mr-3.address {
          flex-grow: 0.45; }
      .salgsvurdering-container .rhs .form-group .form-control {
        border: 1px solid #CED8D8;
        border-radius: 4px;
        height: 45px;
        color: #003761;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.25px;
        line-height: 17px; }
        .salgsvurdering-container .rhs .form-group .form-control:focus {
          border-radius: 4px;
          border: 1px solid #8A8A8A;
          box-shadow: 0 0 0 0.2rem rgba(107, 237, 234, 0.41); }
        .salgsvurdering-container .rhs .form-group .form-control::placeholder {
          font-weight: 300;
          color: #003761;
          font-size: 14px;
          letter-spacing: 0.25px;
          line-height: 17px;
          opacity: 1; }
      .salgsvurdering-container .rhs .form-group .checkbox .consent-checkbox {
        letter-spacing: 0.65px;
        line-height: 25px;
        padding: 0;
        font-size: 12px;
        font-weight: 300;
        letter-spacing: 0.5px; }
        .salgsvurdering-container .rhs .form-group .checkbox .consent-checkbox:before {
          margin: 0 4px 0 0;
          height: 22px;
          width: 22px;
          border: 1px solid #CED8D8;
          border-radius: 4px; }
      .salgsvurdering-container .rhs .form-group .checkbox input[type=checkbox]:checked + span:before {
        padding: 4px 0 0 0; }
      .salgsvurdering-container .rhs .form-group .btn-orange {
        height: 60px;
        text-transform: unset;
        border-radius: 4px;
        background-color: #ED7D31;
        color: #FFFFFF;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 25px;
        text-align: center;
        width: 25%;
        min-width: 320px; }
    .salgsvurdering-container .rhs .form-group-terms {
      color: #000000;
      font-size: 12px;
      font-weight: 300;
      letter-spacing: 0.5px;
      line-height: 15px;
      margin-top: 4px; }
      .salgsvurdering-container .rhs .form-group-terms .link {
        text-decoration: underline;
        color: #000000; }
    .salgsvurdering-container .rhs .comment-button {
      border: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      background-color: unset; }
      .salgsvurdering-container .rhs .comment-button:focus {
        outline: none; }
      .salgsvurdering-container .rhs .comment-button .text {
        color: #003761;
        font-size: 14px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 17px;
        text-decoration: underline; }
      .salgsvurdering-container .rhs .comment-button .icon {
        color: #003761;
        font-size: 10px;
        margin: 0 4px 0 0px; }
    .salgsvurdering-container .rhs .collapse {
      margin: 10px 0 0 0; }
    .salgsvurdering-container .rhs .choose-broker-header {
      color: #003761;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 0.55px;
      line-height: 15px;
      margin: 20px 0 4px 0; }
    .salgsvurdering-container .rhs .choose-broker {
      border: 1px solid #D4E6E6;
      border-radius: 4px;
      background-color: #FFFFFF; }
      .salgsvurdering-container .rhs .choose-broker.active {
        border: 2px solid #66C1BF; }
        .salgsvurdering-container .rhs .choose-broker.active .col-4 {
          -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
          max-width: 33.333333%; }
      .salgsvurdering-container .rhs .choose-broker .choose-broker-name {
        font-size: 11px;
        letter-spacing: 0.18px;
        line-height: 15px; }
      .salgsvurdering-container .rhs .choose-broker .choose-broker-address {
        font-size: 11px;
        letter-spacing: 0.18px;
        line-height: 14px; }
      .salgsvurdering-container .rhs .choose-broker .choose-broker-image {
        padding: 0; }

.salgsvurdering-confirmation .header {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 34px;
  text-align: center;
  margin: 0 0 9px 0; }
  @media (max-width: 576px) {
    .salgsvurdering-confirmation .header {
      font-size: 22px;
      line-height: 27px; } }

.salgsvurdering-confirmation .description {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 15px;
  text-align: center;
  margin: 0 0 20px 0; }
  @media (max-width: 576px) {
    .salgsvurdering-confirmation .description {
      font-size: 12px; } }

.modal-container {
  z-index: 10000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  text-align: left; }

.modal-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0; }

.modal-overlay.modal-overlay--transparent {
  background: transparent; }

.modal {
  background-color: #fff;
  z-index: 10000;
  max-width: calc(100% - 5em);
  max-height: calc(100% - 5em);
  overflow-y: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease;
  left: 0;
  top: 0; }

.modal.ua-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  background-color: unset;
  max-width: unset;
  max-height: unset; }

.modal-open .ua-modal {
  overflow-x: hidden;
  overflow-y: auto; }

@media (max-width: 480px) {
  .modal {
    max-width: calc(100% - 1em); } }

.modal h2 {
  margin: 0; }

.modal--xs {
  width: 280px; }

.modal--sm {
  width: 350px; }

.modal--md {
  width: 550px; }

.modal--lg {
  width: 100%;
  max-width: 920px; }

.modal--800px {
  width: 100%;
  max-width: 800px; }

.modal--full {
  max-height: calc(100vh - 2em);
  max-width: calc(100vw - 2em); }

.modal--full-width {
  width: 100%;
  max-height: calc(100vh - 2em);
  max-width: calc(100vw - 2em); }

.modal--full__img {
  margin: auto;
  max-height: calc(100vh - 6em);
  max-width: calc(100vw - 6em); }

.modal--iframe {
  height: calc(100% - 110px);
  width: 920px;
  overflow-y: hidden; }

.modal__iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.modal-height--xs {
  height: 100px; }

.modal-height--sm {
  height: 280px; }

.modal-height--md {
  height: 550px; }

.modal-height--lg {
  height: 920px; }

.modal-height--full {
  max-height: calc(100vh - 2em); }

.modal__header {
  padding: 0.5em 1em;
  font-size: 24px; }

.modal__body {
  padding: 1em;
  overflow-x: auto;
  position: relative;
  flex: 1; }

.modal__body-flex-col {
  display: flex;
  flex-direction: column;
  align-items: center; }

.modal__body--full {
  padding: 0;
  max-height: unset; }

.modal__body--file-preview {
  max-height: calc(100vh - 2em); }

.modal__image--file-preview {
  max-height: calc(100vh - 5em); }

.modal-tools {
  position: fixed;
  top: 40px;
  right: 0;
  z-index: 100;
  width: 920px;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: right; }

.modal-trigger {
  display: none !important; }

.modal-trigger:checked + .modal-container {
  display: flex; }

.modal__close-btn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1em;
  cursor: pointer;
  display: flex;
  z-index: 1;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.35);
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  border: none;
  width: 35px;
  height: 35px;
  transition: all 0.25s ease; }

.modal__close-btn:hover {
  background-color: rgba(0, 0, 0, 0.5); }

.modal__close-btn::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 2px;
  background: white;
  transform: rotate(45deg); }

.modal__close-btn::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 2px;
  background: white;
  transform: rotate(-45deg); }

.modal__close-btn--clean {
  color: #222222;
  background-color: transparent; }

.modal--top-left {
  left: 0;
  top: 0;
  position: absolute; }

.modal--top-right {
  left: 100%;
  top: 0;
  position: absolute;
  transform: translateX(-100%); }

.modal--bottom-left {
  left: 0;
  top: 100%;
  position: absolute;
  transform: translateY(-100%); }

.modal--bottom-right {
  left: 100%;
  top: 100%;
  position: absolute;
  transform: translate(-100%, -100%); }

.modal--bottom-bar {
  position: absolute;
  max-width: unset;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto; }

.modal--top-bar {
  position: absolute;
  max-width: unset;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto; }

.modal--padding-for-close-btn {
  padding-right: 35px; }

.modal__footer {
  text-align: right;
  border-top: 1px solid #d3d3d3;
  color: black;
  padding: 1em; }

.modal__footer::after {
  content: "";
  clear: both;
  display: table; }

.modal__loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center; }

.modal__image-min-size-wrapper {
  min-width: 300px;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center; }

.modal__images-counter {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.82rem;
  font-weight: bold;
  margin: 1em;
  padding: 5px;
  background: rgba(0, 0, 0, 0.5); }

.modal__prev-btn,
.modal__next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 1em;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0;
  border: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff; }

.modal__prev-btn:focus,
.modal__next-btn:focus {
  outline: none; }

.modal__prev-btn {
  left: 0;
  padding-left: 4px; }

.modal__next-btn {
  right: 0;
  padding-right: 4px; }

/** {
	box-shadow: 0 0 2px red inset;
}*/
.theme-agentpage {
  padding: 0 !important; }
  .theme-agentpage .container {
    padding-left: 20px;
    padding-right: 20px; }
  @media (min-width: 1460px) {
    .theme-agentpage .container {
      max-width: 1460px; } }
  .theme-agentpage .main-menu-slide,
  .theme-agentpage .search-modal.panel-active {
    z-index: 1013;
    top: 0 !important; }
  .theme-agentpage .header__container {
    display: flex;
    flex-direction: row;
    padding: 0px;
    margin-left: 0;
    margin-right: 0;
    background: #FFFFFF; }
    @media (max-width: 992px) {
      .theme-agentpage .header__container {
        max-width: inherit; } }
    @media ((min-width: 768px)) {
      .theme-agentpage .header__container {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto;
        margin-right: auto; } }
    @media ((min-width: 992px)) {
      .theme-agentpage .header__container {
        background: initial; } }
  .theme-agentpage .header__logo a {
    display: block; }
  .theme-agentpage .header__logo img {
    width: 70px;
    height: 70px;
    object-fit: cover; }
    @media ((min-width: 992px)) {
      .theme-agentpage .header__logo img {
        width: 120px;
        height: 120px; } }
  .theme-agentpage .header__title {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: -3px;
    padding: 0 20px 0 15px; }
    @media ((min-width: 992px)) {
      .theme-agentpage .header__title {
        gap: 1px;
        padding: 0 30px 0 30px; } }
    @media ((min-width: 1200px)) {
      .theme-agentpage .header__title {
        gap: 1px;
        padding: 0 60px 0 30px; } }
    .theme-agentpage .header__title span {
      display: block; }
      .theme-agentpage .header__title span:first-of-type {
        color: #000;
        /*font-family: Inter;*/
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px; }
        @media ((min-width: 992px)) {
          .theme-agentpage .header__title span:first-of-type {
            color: #FFF;
            font-size: 26px;
            line-height: 30px; } }
      .theme-agentpage .header__title span:not(:first-of-type) {
        color: #000;
        /*font-family: Real;*/
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px; }
        @media ((min-width: 992px)) {
          .theme-agentpage .header__title span:not(:first-of-type) {
            color: #FFF;
            font-size: 16px;
            line-height: 24px; } }
  .theme-agentpage .header__search {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px 0 20px;
    border-left: 1px solid #E4E7EC;
    color: #000;
    text-align: center;
    /*font-family: Real;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; }
    .theme-agentpage .header__search::before {
      content: "";
      display: inline-block;
      width: 30px;
      height: 30px;
      background-image: url(/Files/Templates/Designs/rm/assets/images/svg/icon-search-dark.svg);
      background-size: 30px 30px; }
  .theme-agentpage .header__navigation {
    position: fixed;
    z-index: 1012;
    right: 30px;
    bottom: 30px; }
    @media ((min-width: 992px)) {
      .theme-agentpage .header__navigation {
        position: initial;
        z-index: initial;
        right: inherit;
        bottom: initial;
        display: flex;
        align-items: center;
        gap: 30px; } }
    .theme-agentpage .header__navigation ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      @media ((min-width: 992px)) {
        .theme-agentpage .header__navigation ul {
          display: flex;
          align-items: center;
          gap: 30px; } }
      .theme-agentpage .header__navigation ul a {
        display: inline-block;
        color: #FFF;
        /*font-family: Inter;*/
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px; }
    .theme-agentpage .header__navigation-icon {
      cursor: pointer;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 90px;
      height: 90px;
      border: 1px solid #E3EFF8;
      border-radius: 90px;
      background: #FFF;
      filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.1));
      overflow: hidden;
      color: #000;
      /*font-family: Real;*/
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: 20px; }
      @media ((min-width: 992px)) {
        .theme-agentpage .header__navigation-icon {
          flex-direction: row;
          width: inherit;
          height: initial;
          border: 0;
          border-radius: 8px;
          filter: none;
          padding: 15px;
          gap: 5px;
          font-size: 16px;
          font-weight: 600;
          line-height: 24px; } }
      .theme-agentpage .header__navigation-icon::before {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        background-image: url(/Files/Templates/Designs/rm/assets/images/svg/icon-nav-bars.svg);
        background-size: 30px 30px; }
        @media ((min-width: 992px)) {
          .theme-agentpage .header__navigation-icon::before {
            width: 20px;
            height: 20px;
            background-image: url(/Files/Templates/Designs/rm/assets/images/svg/icon-nav-leftalign.svg);
            background-size: 20px 20px; } }

.agent-articles__container {
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 90px 20px !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px; }
  @media ((min-width: 992px)) {
    .agent-articles__container {
      padding: 90px 20px !important; } }
  @media ((min-width: 1200px)) {
    .agent-articles__container {
      padding: 90px 70px !important; } }
  @media ((min-width: 1460px)) {
    .agent-articles__container {
      padding: 90px 180px !important; } }

.agent-articles__heading {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: start; }
  @media ((min-width: 992px)) {
    .agent-articles__heading {
      gap: 30px 69px; } }
  @media ((min-width: 1200px)) {
    .agent-articles__heading {
      gap: 30px 69px; } }
  @media ((min-width: 1460px)) {
    .agent-articles__heading {
      gap: 30px 69px; } }
  .agent-articles__heading-title {
    grid-column: 1 / 2;
    grid-row: 1;
    color: #101828;
    font-family: "Playfair Display";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: -0.72px;
    margin: 0; }
  .agent-articles__heading-text {
    grid-column: 1 / 3;
    grid-row: 2;
    color: #000;
    /*font-family: Real;*/
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0; }
    @media ((min-width: 992px)) {
      .agent-articles__heading-text {
        grid-column: 1 / 3; } }
    @media ((min-width: 1200px)) {
      .agent-articles__heading-text {
        grid-column: 1 / 2; } }
    @media ((min-width: 1460px)) {
      .agent-articles__heading-text {
        grid-column: 1 / 2; } }
  .agent-articles__heading-cta {
    grid-column: 2 / 3;
    grid-row: 1 / 3; }
    .agent-articles__heading-cta .btn {
      display: flex;
      flex-direction: column;
      padding: 20px 64px 20px 30px;
      align-self: stretch;
      border-radius: 10px;
      border: 1px solid #FFF;
      background: #003761;
      box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
      text-transform: inherit;
      text-align: left;
      background-image: url(/Files/Templates/Designs/rm/assets/images/svg/arrow-narrow-up-white.svg);
      background-size: 24px 24px;
      background-position: calc(100% - 30px) center;
      background-repeat: no-repeat; }
      @media ((min-width: 768px)) {
        .agent-articles__heading-cta .btn {
          padding: 10px 50px 10px 16px;
          background-position: calc(100% - 16px) center; } }
      @media ((min-width: 992px)) {
        .agent-articles__heading-cta .btn {
          padding: 10px 50px 10px 16px;
          background-position: calc(100% - 16px) center; } }
      @media ((min-width: 1200px)) {
        .agent-articles__heading-cta .btn {
          padding: 10px 50px 10px 16px;
          background-position: calc(100% - 16px) center; } }
      @media ((min-width: 1460px)) {
        .agent-articles__heading-cta .btn {
          padding: 20px 64px 20px 30px;
          background-position: calc(100% - 30px) center; } }
      .agent-articles__heading-cta .btn span {
        display: block; }
        .agent-articles__heading-cta .btn span:first-of-type {
          color: #FFF;
          /*font-family: Real;*/
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: 24px; }
          @media ((min-width: 768px)) {
            .agent-articles__heading-cta .btn span:first-of-type {
              font-size: 14px;
              line-height: 22px; } }
          @media ((min-width: 992px)) {
            .agent-articles__heading-cta .btn span:first-of-type {
              font-size: 16px;
              line-height: 24px; } }
          @media ((min-width: 1200px)) {
            .agent-articles__heading-cta .btn span:first-of-type {
              font-size: 16px;
              line-height: 24px; } }
          @media ((min-width: 1460px)) {
            .agent-articles__heading-cta .btn span:first-of-type {
              font-size: 16px;
              line-height: 24px; } }
        .agent-articles__heading-cta .btn span:not(:first-of-type) {
          color: #FFF;
          /*font-family: Real;*/
          font-size: 25px;
          font-style: normal;
          font-weight: 600;
          line-height: 30px; }
          @media ((min-width: 768px)) {
            .agent-articles__heading-cta .btn span:not(:first-of-type) {
              font-size: 16px;
              line-height: 21px; } }
          @media ((min-width: 992px)) {
            .agent-articles__heading-cta .btn span:not(:first-of-type) {
              font-size: 23px;
              line-height: 28px; } }
          @media ((min-width: 1200px)) {
            .agent-articles__heading-cta .btn span:not(:first-of-type) {
              font-size: 20px;
              line-height: 25px; } }
          @media ((min-width: 1460px)) {
            .agent-articles__heading-cta .btn span:not(:first-of-type) {
              font-size: 25px;
              line-height: 30px; } }

.agent-articles__image {
  width: 100%;
  height: 512px; }
  .agent-articles__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center -35px;
    border-radius: 10px; }

.agent-articles__articles {
  display: flex;
  flex-direction: column;
  gap: 60px; }

.agent-articles__article {
  display: flex;
  flex-direction: column;
  gap: 10px; }
  @media ((min-width: 992px)) {
    .agent-articles__article {
      width: 700px; } }
  @media ((min-width: 1200px)) {
    .agent-articles__article {
      width: 700px; } }
  @media ((min-width: 1460px)) {
    .agent-articles__article {
      width: 700px; } }
  .agent-articles__article-title {
    color: #000;
    font-family: "Playfair Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin: 0; }
  .agent-articles__article-text {
    color: #000;
    /*font-family: Real;*/
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0; }

@media ((min-width: 768px)) {
  .agent-banner__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100vh - 50px);
    max-height: calc(min(100vh - 50px, 1078px));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51.28%, rgba(0, 0, 0, 0.4) 100%), var(--bg) lightgray 50% no-repeat;
    background-size: cover;
    background-position: center 35px; } }

@media ((min-width: 992px)) {
  .agent-banner__item {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 85.38%, rgba(0, 0, 0, 0.5) 95.69%), linear-gradient(180deg, rgba(0, 0, 0, 0) 51.28%, rgba(0, 0, 0, 0.4) 100%), var(--bg) lightgray 50% no-repeat;
    background-size: cover;
    background-position: top; } }

@media ((min-width: 768px)) and (max-width: 1720px) {
  .agent-banner__item {
    height: calc(min(100vw * (1280 / 1720), 1078px));
    max-height: calc(100vh - 50px); } }

.agent-banner__heading {
  display: flex;
  height: calc(100vw * (1280 / 1920));
  padding: 0px 0 30px 0;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  flex-shrink: 0;
  align-self: stretch;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 61.9%, rgba(0, 0, 0, 0.6) 88.99%), var(--bg) lightgray 50% no-repeat;
  background-size: cover; }
  @media ((min-width: 768px)) {
    .agent-banner__heading {
      flex: 1;
      height: auto;
      background: none; } }
  .agent-banner__heading h1 {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.6);
    font-family: "Playfair Display";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    margin: 0;
    padding: 0; }
    @media ((min-width: 768px)) {
      .agent-banner__heading h1 {
        text-align: left;
        font-size: 57.6px;
        line-height: 72px;
        letter-spacing: -1.44px;
        max-width: 400px; } }
    @media ((min-width: 992px)) {
      .agent-banner__heading h1 {
        text-align: left;
        font-size: 72px;
        line-height: 90px;
        letter-spacing: -1.44px;
        max-width: 500px; } }

.agent-banner__content {
  background: #003761;
  backdrop-filter: blur(12px); }
  @media ((min-width: 768px)) {
    .agent-banner__content {
      display: flex;
      align-items: center;
      align-self: stretch;
      background: rgba(0, 28, 49, 0.75);
      backdrop-filter: blur(12px); } }

.agent-banner__rating {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  align-self: stretch; }
  @media ((min-width: 768px)) {
    .agent-banner__rating {
      gap: 5px;
      margin: 0 20px 0 0;
      padding: 0 20px 0 0;
      align-items: flex-start;
      flex: 1;
      border-right: 1px solid rgba(255, 255, 255, 0.3); } }
  @media ((min-width: 992px)) {
    .agent-banner__rating {
      margin: 0 25px 0 0;
      padding: 0 25px 0 0; } }
  @media ((min-width: 1200px)) {
    .agent-banner__rating {
      margin: 0 35px 0 0;
      padding: 0 35px 0 0; } }
  @media ((min-width: 1460px)) {
    .agent-banner__rating {
      margin: 0 45px 0 0;
      padding: 0 45px 0 0; } }
  .agent-banner__rating-experience {
    color: #000;
    text-align: center;
    /*font-family: Real;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; }
    @media ((min-width: 768px)) {
      .agent-banner__rating-experience {
        text-align: left;
        color: #FFF;
        /*font-family: Real;*/
        font-size: 14px;
        font-weight: 700;
        line-height: 24px;
        white-space: nowrap; } }
    @media ((min-width: 992px)) {
      .agent-banner__rating-experience {
        font-size: 16px;
        line-height: 26px; } }
    @media ((min-width: 1200px)) {
      .agent-banner__rating-experience {
        font-size: 16px;
        line-height: 26px; } }
    @media ((min-width: 1460px)) {
      .agent-banner__rating-experience {
        font-size: 20px;
        line-height: 30px; } }
  .agent-banner__rating-stars span[style*='--rating:'] {
    display: block;
    width: 116px;
    height: 20px;
    background-image: url("/Files/Templates/Designs/rm/assets/images/svg/ratingstar.svg");
    background-repeat: repeat-x;
    background-size: 24px 20px;
    background-position: -2px center; }
    @media ((min-width: 768px)) {
      .agent-banner__rating-stars span[style*='--rating:'] {
        width: 208px;
        height: 32px;
        background-size: 44px 32px;
        background-position: -6px center; } }
    .agent-banner__rating-stars span[style*='--rating:']::after {
      content: '';
      display: block;
      height: inherit;
      width: calc(((var(--rating) / 5) * 100%) + (4px / 2));
      background-image: linear-gradient(to right, transparent 0px, transparent 20px, transparent 20px), url("/Files/Templates/Designs/rm/assets/images/svg/ratingstar-filled.svg");
      background-repeat: inherit;
      background-size: inherit;
      background-position: inherit; }
      @media ((min-width: 768px)) {
        .agent-banner__rating-stars span[style*='--rating:']::after {
          width: calc(((var(--rating) / 5) * 100%) + (12px / 2)); } }
  .agent-banner__rating-score {
    color: #000;
    text-align: center;
    /*font-family: Real;*/
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.12px; }
    @media ((min-width: 768px)) {
      .agent-banner__rating-score {
        text-align: left;
        color: #FFF;
        font-size: 11px;
        line-height: 17px; } }
    @media ((min-width: 992px)) {
      .agent-banner__rating-score {
        font-size: 12px;
        line-height: 18px; } }
    @media ((min-width: 1200px)) {
      .agent-banner__rating-score {
        font-size: 12px;
        line-height: 18px; } }
    @media ((min-width: 1460px)) {
      .agent-banner__rating-score {
        font-size: 14px;
        line-height: 20px; } }
    .agent-banner__rating-score a {
      color: inherit;
      text-decoration-line: underline; }

@media ((min-width: 768px)) {
  .agent-banner__info {
    display: flex;
    flex-direction: row;
    flex-wrap: initial;
    min-height: 258px; } }

.agent-banner__actions {
  display: flex;
  padding: 40px 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  width: 100%; }
  @media ((min-width: 768px)) {
    .agent-banner__actions {
      padding: 0;
      flex-direction: row;
      gap: 20px;
      justify-content: space-between;
      align-items: center; } }
  @media ((min-width: 992px)) {
    .agent-banner__actions {
      gap: 20px; } }
  @media ((min-width: 1200px)) {
    .agent-banner__actions {
      gap: 30px; } }
  @media ((min-width: 1460px)) {
    .agent-banner__actions {
      gap: 30px; } }

.agent-banner__action-cta {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-self: stretch;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 25px;
  padding-bottom: 25px; }
  @media ((min-width: 768px)) {
    .agent-banner__action-cta {
      flex-direction: column;
      align-self: initial;
      border: 0;
      margin: 0;
      padding: 20px 0 20px 0;
      order: 1; } }
  @media ((min-width: 992px)) {
    .agent-banner__action-cta {
      flex-direction: column;
      padding: 20px 0 20px 0; } }
  @media ((min-width: 1200px)) {
    .agent-banner__action-cta {
      flex-direction: row;
      padding: 0; } }
  @media ((min-width: 1460px)) {
    .agent-banner__action-cta {
      flex-direction: row;
      padding: 0; } }
  .agent-banner__action-cta .btn {
    display: flex;
    flex-direction: column;
    padding: 15px 30px;
    align-self: stretch;
    border-radius: 10px;
    border: 1px solid #FFF;
    background: #003761;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    text-transform: inherit;
    text-align: left; }
    .agent-banner__action-cta .btn.btn-primary {
      background-color: #ED7D31;
      border: 0; }
    @media ((min-width: 768px)) {
      .agent-banner__action-cta .btn.btn-icon {
        padding: 10px 50px 10px 16px;
        background-image: url(/Files/Templates/Designs/rm/assets/images/svg/arrow-narrow-down-white.svg);
        background-position: calc(100% - 16px) center;
        background-size: 24px 24px;
        background-repeat: no-repeat; } }
    @media ((min-width: 992px)) {
      .agent-banner__action-cta .btn.btn-icon {
        padding: 10px 50px 10px 16px;
        background-position: calc(100% - 16px) center; } }
    @media ((min-width: 1200px)) {
      .agent-banner__action-cta .btn.btn-icon {
        padding: 10px 50px 10px 16px;
        background-position: calc(100% - 16px) center; } }
    @media ((min-width: 1460px)) {
      .agent-banner__action-cta .btn.btn-icon {
        padding: 20px 64px 20px 30px;
        background-position: calc(100% - 30px) center; } }
    .agent-banner__action-cta .btn.btn-icon span:not(:first-of-type)::after {
      content: "";
      display: inline-block;
      width: 24px;
      height: 24px;
      background-image: url(/Files/Templates/Designs/rm/assets/images/svg/arrow-narrow-down-white.svg);
      background-size: 24px 24px; }
      @media ((min-width: 768px)) {
        .agent-banner__action-cta .btn.btn-icon span:not(:first-of-type)::after {
          display: none; } }
    .agent-banner__action-cta .btn span {
      display: block; }
      .agent-banner__action-cta .btn span:first-of-type {
        color: #FFF;
        /*font-family: Real;*/
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; }
        @media ((min-width: 768px)) {
          .agent-banner__action-cta .btn span:first-of-type {
            font-size: 14px;
            line-height: 22px; } }
        @media ((min-width: 992px)) {
          .agent-banner__action-cta .btn span:first-of-type {
            font-size: 16px;
            line-height: 24px; } }
        @media ((min-width: 1200px)) {
          .agent-banner__action-cta .btn span:first-of-type {
            font-size: 16px;
            line-height: 24px; } }
        @media ((min-width: 1460px)) {
          .agent-banner__action-cta .btn span:first-of-type {
            font-size: 16px;
            line-height: 24px; } }
      .agent-banner__action-cta .btn span:not(:first-of-type) {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #FFF;
        /*font-family: Real;*/
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px; }
        @media ((min-width: 768px)) {
          .agent-banner__action-cta .btn span:not(:first-of-type) {
            font-size: 16px;
            line-height: 21px; } }
        @media ((min-width: 992px)) {
          .agent-banner__action-cta .btn span:not(:first-of-type) {
            font-size: 23px;
            line-height: 28px; } }
        @media ((min-width: 1200px)) {
          .agent-banner__action-cta .btn span:not(:first-of-type) {
            font-size: 20px;
            line-height: 25px; } }
        @media ((min-width: 1460px)) {
          .agent-banner__action-cta .btn span:not(:first-of-type) {
            font-size: 25px;
            line-height: 30px; } }

.agent-banner__action-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px; }
  .agent-banner__action-contact span {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #FFF;
    /*font-family: Real;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    vertical-align: middle; }
    @media ((min-width: 768px)) {
      .agent-banner__action-contact span {
        font-size: 13px;
        line-height: 23px; } }
    @media ((min-width: 992px)) {
      .agent-banner__action-contact span {
        font-size: 16px;
        line-height: 26px; } }
    @media ((min-width: 1200px)) {
      .agent-banner__action-contact span {
        font-size: 16px;
        line-height: 26px; } }
    @media ((min-width: 1460px)) {
      .agent-banner__action-contact span {
        font-size: 18px;
        line-height: 28px; } }
  .agent-banner__action-contact a {
    color: inherit; }
  .agent-banner__action-contact .icon {
    display: inline-block;
    margin-right: 8px;
    width: 20px;
    height: 20px; }
    @media ((min-width: 768px)) {
      .agent-banner__action-contact .icon {
        width: 22px;
        height: 22px; } }
    @media ((min-width: 992px)) {
      .agent-banner__action-contact .icon {
        width: 24px;
        height: 24px; } }
    @media ((min-width: 1200px)) {
      .agent-banner__action-contact .icon {
        width: 26px;
        height: 26px; } }
    @media ((min-width: 1460px)) {
      .agent-banner__action-contact .icon {
        width: 28px;
        height: 28px; } }
    .agent-banner__action-contact .icon::before {
      content: "";
      display: inline-block;
      width: 20px;
      height: 20px;
      background-size: 20px 20px; }
      @media ((min-width: 768px)) {
        .agent-banner__action-contact .icon::before {
          width: 22px;
          height: 22px;
          background-size: 22px 22px; } }
      @media ((min-width: 992px)) {
        .agent-banner__action-contact .icon::before {
          width: 24px;
          height: 24px;
          background-size: 24px 24px; } }
      @media ((min-width: 1200px)) {
        .agent-banner__action-contact .icon::before {
          width: 26px;
          height: 26px;
          background-size: 26px 26px; } }
      @media ((min-width: 1460px)) {
        .agent-banner__action-contact .icon::before {
          width: 28px;
          height: 28px;
          background-size: 28px 28px; } }
    .agent-banner__action-contact .icon.icon-phone::before {
      background-image: url("/Files/Templates/Designs/rm/assets/images/svg/icon-phone.svg"); }
    .agent-banner__action-contact .icon.icon-mail::before {
      background-image: url("/Files/Templates/Designs/rm/assets/images/svg/icon-mail.svg"); }
    .agent-banner__action-contact .icon.icon-marker::before {
      background-image: url("/Files/Templates/Designs/rm/assets/images/svg/icon-marker.svg"); }
    .agent-banner__action-contact .icon.icon-clock::before {
      background-image: url("/Files/Templates/Designs/rm/assets/images/svg/icon-clock.svg"); }
  .agent-banner__action-contact-openinghours {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px; }
    .agent-banner__action-contact-openinghours::after {
      content: "";
      display: inline-block;
      min-width: 20px;
      min-height: 20px;
      background-image: url(/Files/Templates/Designs/rm/assets/images/svg/chevron-down-orange.svg);
      background-size: 20px 20px; }

.agent-banner__modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  background-color: unset;
  max-width: unset;
  max-height: unset; }
  .agent-banner__modal .modal-dialog {
    max-width: 450px; }
  .agent-banner__modal .modal-header {
    border-color: #D9D9D9; }
    .agent-banner__modal .modal-header .modal-title {
      color: #000;
      font-family: "Playfair Display";
      font-size: 24px;
      font-style: normal;
      font-weight: 500;
      line-height: 32px;
      margin: 0; }
      @media ((min-width: 768px)) {
        .agent-banner__modal .modal-header .modal-title {
          font-weight: 600; } }
    .agent-banner__modal .modal-header .close {
      position: relative;
      padding: 0;
      right: 1rem; }
  .agent-banner__modal .modal-body {
    color: #000;
    /*font-family: Real;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; }
    @media ((min-width: 768px)) {
      .agent-banner__modal .modal-body {
        font-size: 16px;
        line-height: 24px; } }
    .agent-banner__modal .modal-body table {
      width: 100%; }
      .agent-banner__modal .modal-body table td:last-child {
        text-align: right; }
  .agent-banner__modal .modal-footer {
    border-color: #D9D9D9; }
  .agent-banner__modal .btn.btn-secondary {
    min-width: auto;
    border: 0;
    padding: 10px 16px;
    border-radius: 8px;
    background: #003761;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #FFF;
    /*font-family: Real;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: initial;
    letter-spacing: initial; }

@media ((min-width: 768px)) {
  .agent-goldbuyer__container {
    margin-top: 60px;
    margin-bottom: 60px; } }

.agent-goldbuyer__wrapper {
  display: flex;
  margin: 0 -20px;
  padding: 40px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  background: rgba(196, 181, 143, 0.15); }
  @media ((min-width: 768px)) {
    .agent-goldbuyer__wrapper {
      padding: 90px 40px;
      align-items: center;
      flex-direction: row;
      gap: 20px;
      border-radius: 10px; } }
  @media ((min-width: 992px)) {
    .agent-goldbuyer__wrapper {
      padding: 90px 70px; } }
  @media ((min-width: 1200px)) {
    .agent-goldbuyer__wrapper {
      padding: 90px 70px; } }
  @media ((min-width: 1460px)) {
    .agent-goldbuyer__wrapper {
      padding: 90px 180px; } }

.agent-goldbuyer__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch; }
  @media ((min-width: 768px)) {
    .agent-goldbuyer__heading {
      flex: 1;
      justify-content: center; } }
  .agent-goldbuyer__heading-subtitle {
    color: #000;
    /*font-family: Real;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    margin: 0 0 5px 0; }
    @media ((min-width: 768px)) {
      .agent-goldbuyer__heading-subtitle {
        color: #101828;
        font-size: 16px;
        line-height: 24px; } }
  .agent-goldbuyer__heading-title {
    color: #000;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    align-self: stretch;
    margin: 0; }
    @media ((min-width: 768px)) {
      .agent-goldbuyer__heading-title {
        color: #101828;
        text-align: left;
        font-size: 48px;
        line-height: 60px;
        letter-spacing: -1.44px; } }
    @media ((min-width: 992px)) {
      .agent-goldbuyer__heading-title {
        font-size: 62px;
        line-height: 80px; } }
    @media ((min-width: 1200px)) {
      .agent-goldbuyer__heading-title {
        font-size: 72px;
        line-height: 90px; } }
    @media ((min-width: 1460px)) {
      .agent-goldbuyer__heading-title {
        font-size: 72px;
        line-height: 90px; } }
  .agent-goldbuyer__heading-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    margin: 20px 0 0 0; }
    @media ((min-width: 768px)) {
      .agent-goldbuyer__heading-cta {
        align-self: flex-start;
        margin: 25px 0 0 0; } }
    @media ((min-width: 992px)) {
      .agent-goldbuyer__heading-cta {
        align-self: flex-start;
        margin: 35px 0 0 0; } }
    @media ((min-width: 1200px)) {
      .agent-goldbuyer__heading-cta {
        align-self: flex-start;
        margin: 35px 0 0 0; } }
    @media ((min-width: 1460px)) {
      .agent-goldbuyer__heading-cta {
        align-self: flex-start;
        margin: 35px 0 0 0; } }
    .agent-goldbuyer__heading-cta .btn.btn-primary {
      display: flex;
      padding: 15px 30px;
      align-items: center;
      justify-content: center;
      gap: 10px;
      border: 0;
      border-radius: 10px;
      background: #8A6E43;
      box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
      color: #FFF;
      /*font-family: Real;*/
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: 30px;
      text-transform: initial;
      letter-spacing: initial; }
      @media ((min-width: 768px)) {
        .agent-goldbuyer__heading-cta .btn.btn-primary {
          padding: 10px 16px;
          font-size: 20px; } }
      @media ((min-width: 992px)) {
        .agent-goldbuyer__heading-cta .btn.btn-primary {
          padding: 20px 30px;
          font-size: 24px; } }
      @media ((min-width: 1200px)) {
        .agent-goldbuyer__heading-cta .btn.btn-primary {
          padding: 20px 30px;
          font-size: 25px; } }
      @media ((min-width: 1460px)) {
        .agent-goldbuyer__heading-cta .btn.btn-primary {
          padding: 20px 30px;
          font-size: 25px; } }
      .agent-goldbuyer__heading-cta .btn.btn-primary::after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url(/Files/Templates/Designs/rm/assets/images/svg/icon-search.svg);
        background-size: 20px 20px; }
        @media ((min-width: 768px)) {
          .agent-goldbuyer__heading-cta .btn.btn-primary::after {
            width: 28px;
            height: 28px;
            background-size: 28px 28px; } }
        @media ((min-width: 992px)) {
          .agent-goldbuyer__heading-cta .btn.btn-primary::after {
            width: 40px;
            height: 40px;
            background-size: 40px 40px; } }
        @media ((min-width: 1200px)) {
          .agent-goldbuyer__heading-cta .btn.btn-primary::after {
            width: 40px;
            height: 40px;
            background-size: 40px 40px; } }
        @media ((min-width: 1460px)) {
          .agent-goldbuyer__heading-cta .btn.btn-primary::after {
            width: 40px;
            height: 40px;
            background-size: 40px 40px; } }

.agent-goldbuyer__profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid #E7CF91;
  background: #FFF; }
  @media ((min-width: 768px)) {
    .agent-goldbuyer__profile {
      flex: 1;
      align-items: stretch; } }
  .agent-goldbuyer__profile-image {
    position: relative;
    background: var(--bg) center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 209px;
    border-radius: 10px 10px 0px 0px; }
    @media ((min-width: 768px)) {
      .agent-goldbuyer__profile-image {
        height: 333px; } }
    .agent-goldbuyer__profile-image-counter {
      position: absolute;
      top: 45px;
      right: -15px;
      width: 120px;
      height: 120px;
      padding: 15px 5px;
      border-radius: 999px;
      border: 6px solid #E7CF91;
      background: #8A6E43;
      box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
      overflow: hidden;
      color: #FFF;
      text-align: center;
      /*font-family: Real;*/
      font-size: 9px;
      font-style: normal;
      font-weight: 600;
      line-height: normal; }
      @media ((min-width: 768px)) {
        .agent-goldbuyer__profile-image-counter {
          top: -75px;
          right: -30px;
          width: 200px;
          height: 200px;
          padding: 15px 10px;
          color: #C4B58F;
          font-size: 14px;
          line-height: 20px; } }
      @media ((min-width: 992px)) {
        .agent-goldbuyer__profile-image-counter {
          top: -75px;
          right: -50px;
          width: 220px;
          height: 220px;
          padding: 25px 5px;
          color: #C4B58F;
          font-size: 16px;
          line-height: 22px; } }
      @media ((min-width: 1200px)) {
        .agent-goldbuyer__profile-image-counter {
          top: -25px;
          right: -110px;
          width: 280px;
          height: 280px;
          padding: 55px 5px;
          color: #C4B58F;
          font-size: 16px;
          line-height: 22px; } }
      @media ((min-width: 1460px)) {
        .agent-goldbuyer__profile-image-counter {
          top: -25px;
          right: -110px;
          width: 280px;
          height: 280px;
          padding: 55px 5px;
          color: #C4B58F;
          font-size: 16px;
          line-height: 22px; } }
      .agent-goldbuyer__profile-image-counter b {
        font-size: 30px;
        margin: 4px 0; }
        @media ((min-width: 768px)) {
          .agent-goldbuyer__profile-image-counter b {
            display: inline-block;
            color: #FFF;
            font-size: 70px;
            line-height: 42px;
            margin: 15px 0; } }
        @media ((min-width: 992px)) {
          .agent-goldbuyer__profile-image-counter b {
            display: inline-block;
            color: #FFF;
            font-size: 70px;
            line-height: 42px;
            margin: 15px 0; } }
        @media ((min-width: 1200px)) {
          .agent-goldbuyer__profile-image-counter b {
            display: inline-block;
            color: #FFF;
            font-size: 100px;
            line-height: 62px;
            margin: 15px 0; } }
        @media ((min-width: 1460px)) {
          .agent-goldbuyer__profile-image-counter b {
            display: inline-block;
            color: #FFF;
            font-size: 100px;
            line-height: 62px;
            margin: 15px 0; } }
      .agent-goldbuyer__profile-image-counter u {
        text-decoration-line: underline; }
        @media ((min-width: 768px)) {
          .agent-goldbuyer__profile-image-counter u {
            text-decoration-line: none; } }
      .agent-goldbuyer__profile-image-counter a {
        color: #C4B58F;
        text-decoration-line: underline; }
        @media ((min-width: 768px)) {
          .agent-goldbuyer__profile-image-counter a {
            display: block !important; } }
        @media ((min-width: 992px)) {
          .agent-goldbuyer__profile-image-counter a {
            display: block !important; } }
        @media ((min-width: 1200px)) {
          .agent-goldbuyer__profile-image-counter a {
            display: inline-block !important; } }
        @media ((min-width: 1460px)) {
          .agent-goldbuyer__profile-image-counter a {
            display: inline-block !important; } }
  .agent-goldbuyer__profile-info {
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    border-radius: 0px 0px 10px 10px;
    border-top: 1px solid #E7CF91;
    background: #FFF; }
    @media ((min-width: 768px)) {
      .agent-goldbuyer__profile-info {
        padding: 20px; } }
    .agent-goldbuyer__profile-info-name {
      color: #101828;
      text-align: center;
      /*font-family: Real;*/
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: 20px; }
      @media ((min-width: 768px)) {
        .agent-goldbuyer__profile-info-name {
          font-size: 18px;
          font-weight: 600;
          line-height: 28px; } }
    .agent-goldbuyer__profile-info-description {
      color: #101828;
      text-align: center;
      /*font-family: Real;*/
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 18px;
      letter-spacing: 0.12px; }
      @media ((min-width: 768px)) {
        .agent-goldbuyer__profile-info-description {
          font-size: 16px;
          line-height: 24px; } }
      .agent-goldbuyer__profile-info-description u {
        font-weight: 700;
        letter-spacing: 0.36px;
        text-decoration-line: underline; }
        @media ((min-width: 768px)) {
          .agent-goldbuyer__profile-info-description u {
            text-decoration-line: none; } }

.agent-intro__container {
  display: flex;
  padding: 40px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch; }
  @media ((min-width: 768px)) {
    .agent-intro__container {
      margin-top: 60px;
      margin-bottom: 60px;
      padding: 0;
      flex-direction: row;
      flex-wrap: wrap; }
      .agent-intro__container::after {
        content: "";
        align-self: stretch;
        width: 100%;
        margin-top: 40px;
        border-bottom: 1px solid #D9D9D9; } }

.agent-intro__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch; }
  @media ((min-width: 768px)) {
    .agent-intro__heading {
      flex: 1; } }
  .agent-intro__heading-subtitle {
    color: #000;
    /*font-family: Real;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    margin: 0 0 5px 0; }
    @media ((min-width: 768px)) {
      .agent-intro__heading-subtitle {
        font-size: 16px;
        line-height: 24px; } }
  .agent-intro__heading-title {
    color: #000;
    font-family: "Playfair Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin: 0; }
    @media ((min-width: 768px)) {
      .agent-intro__heading-title {
        font-size: 48px;
        font-weight: 600;
        line-height: 60px;
        letter-spacing: -0.96px; } }
    .agent-intro__heading-title::after {
      content: "";
      display: block;
      width: 60px;
      height: 3px;
      background: #ED7D31;
      margin: 20px 0 0 0; }
      @media ((min-width: 768px)) {
        .agent-intro__heading-title::after {
          margin: 30px 0 30px 0; } }
  .agent-intro__heading-cta .btn {
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    background: #003761;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #FFF;
    /*font-family: Real;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: initial;
    letter-spacing: initial; }
    .agent-intro__heading-cta .btn.btn-icon::after {
      content: "";
      display: inline-block;
      width: 20px;
      height: 20px;
      background-image: url(/Files/Templates/Designs/rm/assets/images/svg/arrow-narrow-down-white.svg);
      background-size: 20px 20px; }

.agent-intro__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch; }
  @media ((min-width: 768px)) {
    .agent-intro__content {
      flex: 1; } }
  .agent-intro__content-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    align-self: stretch;
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    /*font-family: Real;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; }
    @media ((min-width: 768px)) {
      .agent-intro__content-text {
        font-size: 16px;
        line-height: 24px;
        -webkit-line-clamp: unset;
        overflow: visible;
        text-overflow: unset; } }
  .agent-intro__content-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch; }
    @media ((min-width: 768px)) {
      .agent-intro__content-cta {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 30px; } }
    .agent-intro__content-cta .btn {
      display: flex;
      padding: 10px 16px;
      justify-content: center;
      align-items: center;
      gap: 6px;
      align-self: stretch;
      border-radius: 8px;
      border: 1px solid #D0D5DD;
      background: #FFF;
      box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
      color: #344054;
      /*font-family: Real;*/
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 24px;
      text-transform: initial;
      letter-spacing: initial; }
      .agent-intro__content-cta .btn.btn-icon::after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url(/Files/Templates/Designs/rm/assets/images/svg/arrow-narrow-down-orange.svg);
        background-size: 20px 20px; }

.agent-profiles__usp {
  display: flex;
  padding: 30px 50px !important;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  background: #003761; }
  .agent-profiles__usp-title {
    display: flex;
    align-items: baseline;
    gap: 15px;
    color: #FFF;
    font-family: "Playfair Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin: -8px 0 0 0; }
    .agent-profiles__usp-title-count {
      font-size: 50px;
      color: #ED7D31;
      fill: #ED7D31; }
  .agent-profiles__usp-bullets {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
    margin: 0;
    padding: 0;
    list-style: none; }
    .agent-profiles__usp-bullets li {
      color: #FFF;
      /*font-family: Real;*/
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 20px;
      display: flex;
      align-items: flex-start;
      gap: 9px;
      align-self: stretch; }
      .agent-profiles__usp-bullets li::before {
        content: "";
        display: block;
        min-width: 24px;
        min-height: 24px;
        background-image: url(/Files/Templates/Designs/rm/assets/images/svg/icon-check-white.svg);
        background-size: 24px 24px; }

.agent-profiles__container {
  display: flex;
  padding: 40px 0px;
  flex-direction: column;
  gap: 20px;
  align-self: stretch; }
  @media ((min-width: 768px)) {
    .agent-profiles__container {
      margin-top: 60px;
      margin-bottom: 60px;
      padding: 0;
      gap: 30px; } }

.agent-profiles__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 5px; }
  @media ((min-width: 768px)) {
    .agent-profiles__heading {
      flex: 1;
      align-items: center; } }
  .agent-profiles__heading-subtitle {
    color: #000;
    /*font-family: Real;*/
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    margin: 0; }
    @media ((min-width: 768px)) {
      .agent-profiles__heading-subtitle {
        color: #ED7D31;
        text-align: center;
        font-size: 16px;
        line-height: 24px; } }
  .agent-profiles__heading-title {
    color: #000;
    font-family: "Playfair Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin: 0; }
    @media ((min-width: 768px)) {
      .agent-profiles__heading-title {
        color: #101828;
        text-align: center;
        font-size: 36px;
        font-weight: 600;
        line-height: 44px;
        letter-spacing: -0.72px; } }
    .agent-profiles__heading-title::after {
      content: "";
      display: block;
      width: 60px;
      height: 3px;
      background: #ED7D31;
      margin: 15px 0 0 0; }
      @media ((min-width: 768px)) {
        .agent-profiles__heading-title::after {
          display: none; } }

.agent-profiles__profiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 20px; }
  @media ((min-width: 768px)) {
    .agent-profiles__profiles {
      grid-template-columns: repeat(3, 1fr);
      column-gap: 20px; } }
  @media ((min-width: 992px)) {
    .agent-profiles__profiles {
      grid-template-columns: repeat(4, 1fr);
      column-gap: 20px; } }
  @media ((min-width: 1200px)) {
    .agent-profiles__profiles {
      grid-template-columns: repeat(4, 1fr);
      column-gap: 20px; } }
  @media ((min-width: 1460px)) {
    .agent-profiles__profiles {
      grid-template-columns: repeat(4, 1fr);
      column-gap: 20px; } }

.agent-profiles__profile-usp {
  display: flex;
  padding: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid #E7E5E4;
  background: #EEF3F8; }
  .agent-profiles__profile-usp-title {
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    margin: 0;
    color: #003761;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; }
    .agent-profiles__profile-usp-title::after {
      content: "";
      display: block;
      width: 60px;
      height: 3px;
      background: #ED7D31;
      margin: 0 0 20px 0; }
    .agent-profiles__profile-usp-title-count {
      font-size: 100px;
      font-weight: 500;
      line-height: 90px;
      letter-spacing: -2px; }
  .agent-profiles__profile-usp-bullets {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 19px;
    align-self: stretch;
    margin: 0;
    padding: 0;
    list-style: none; }
    .agent-profiles__profile-usp-bullets li {
      color: #000;
      /*font-family: Real;*/
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      display: flex;
      align-items: flex-start;
      gap: 9px;
      align-self: stretch; }
      .agent-profiles__profile-usp-bullets li::before {
        content: "";
        display: block;
        min-width: 24px;
        min-height: 24px;
        background-image: url(/Files/Templates/Designs/rm/assets/images/svg/icon-check-dark.svg);
        background-size: 24px 24px; }

.agent-profiles__profile {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  border-radius: 10px;
  border: 1px solid var(--Gray-warm-200, #E7E5E4);
  background: #FFF; }
  .agent-profiles__profile-image img {
    width: 100%;
    border-radius: 10px 10px 0 0; }
  .agent-profiles__profile-info {
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    border-top: 1px solid #E7E5E4; }
    @media ((min-width: 768px)) {
      .agent-profiles__profile-info {
        padding: 20px; } }
    .agent-profiles__profile-info-name {
      color: #101828;
      text-align: center;
      /*font-family: Real;*/
      font-size: 12px;
      font-style: normal;
      font-weight: 700;
      line-height: 18px;
      letter-spacing: 0.36px; }
      @media ((min-width: 768px)) {
        .agent-profiles__profile-info-name {
          font-size: 18px;
          font-weight: 600;
          line-height: 28px; } }
    .agent-profiles__profile-info-title, .agent-profiles__profile-info-mail, .agent-profiles__profile-info-phone {
      color: #000;
      text-align: center;
      /*font-family: Real;*/
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 18px;
      letter-spacing: 0.12px; }
      @media ((min-width: 768px)) {
        .agent-profiles__profile-info-title, .agent-profiles__profile-info-mail, .agent-profiles__profile-info-phone {
          font-size: 16px;
          line-height: 24px; } }
      .agent-profiles__profile-info-title a[href^='mailto:'], .agent-profiles__profile-info-mail a[href^='mailto:'], .agent-profiles__profile-info-phone a[href^='mailto:'] {
        color: #ED7D31;
        text-decoration-line: underline; }
      .agent-profiles__profile-info-title a[href^='tel:'], .agent-profiles__profile-info-mail a[href^='tel:'], .agent-profiles__profile-info-phone a[href^='tel:'] {
        color: #000;
        text-decoration-line: underline; }
    .agent-profiles__profile-info-socials {
      display: flex;
      gap: 4px;
      margin: 4px 0 0 0; }
      .agent-profiles__profile-info-socials .icon::before {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        background-size: 24px 24px; }
      .agent-profiles__profile-info-socials .icon.icon-linkedin::before {
        background-image: url(/Files/Templates/Designs/rm/assets/images/svg/icon-linkedin-brands-solid.svg); }

.agent-propertylistings__container {
  display: flex;
  padding: 40px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch; }
  @media ((min-width: 768px)) {
    .agent-propertylistings__container {
      margin-top: 60px;
      margin-bottom: 60px;
      padding: 0;
      gap: 40px; } }

.agent-propertylistings__heading {
  display: flex;
  flex-direction: column;
  align-self: stretch; }
  .agent-propertylistings__heading-title {
    text-align: center;
    color: #000;
    font-family: "Playfair Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin: 0; }
    @media ((min-width: 768px)) {
      .agent-propertylistings__heading-title {
        color: #101828;
        font-size: 36px;
        font-weight: 600;
        line-height: 44px;
        letter-spacing: -0.72px; } }

.agent-propertylistings__module {
  display: flex;
  flex-direction: column;
  align-self: stretch; }
  .agent-propertylistings__module .bolig-list {
    padding: 0; }
    .agent-propertylistings__module .bolig-list > h2,
    .agent-propertylistings__module .bolig-list .filters {
      display: none; }
    .agent-propertylistings__module .bolig-list .container, .agent-propertylistings__module .bolig-list .row, .agent-propertylistings__module .bolig-list .bolig {
      margin: 0;
      padding: 0;
      max-width: initial !important; }
    .agent-propertylistings__module .bolig-list .list {
      display: flex;
      gap: 40px; }
      @media ((min-width: 768px)) {
        .agent-propertylistings__module .bolig-list .list {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          align-self: stretch; } }
      @media ((min-width: 992px)) {
        .agent-propertylistings__module .bolig-list .list {
          display: grid;
          grid-template-columns: repeat(4, 1fr);
          align-self: stretch; } }
      @media ((min-width: 1200px)) {
        .agent-propertylistings__module .bolig-list .list {
          display: grid;
          grid-template-columns: repeat(4, 1fr);
          align-self: stretch; } }
      @media ((min-width: 1460px)) {
        .agent-propertylistings__module .bolig-list .list {
          display: grid;
          grid-template-columns: repeat(4, 1fr);
          align-self: stretch; } }
      .agent-propertylistings__module .bolig-list .list .bolig {
        flex: 0 0 100%; }
        .agent-propertylistings__module .bolig-list .list .bolig .box, .agent-propertylistings__module .bolig-list .list .bolig .data, .agent-propertylistings__module .bolig-list .list .bolig .price {
          margin: 0;
          max-width: initial; }

.agent-services__container {
  display: flex;
  padding: 40px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch; }
  @media ((min-width: 768px)) {
    .agent-services__container {
      margin-top: 60px;
      margin-bottom: 60px;
      padding: 0;
      flex-direction: unset;
      column-gap: 60px;
      flex-wrap: wrap; } }

.agent-services__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch; }
  @media ((min-width: 768px)) {
    .agent-services__heading {
      flex: initial; } }
  @media ((min-width: 992px)) {
    .agent-services__heading {
      flex: 1 1 calc(50% - (60px / 2)); } }
  @media ((min-width: 1200px)) {
    .agent-services__heading {
      flex: 1 1 calc(50% - (60px / 2)); } }
  @media ((min-width: 1460px)) {
    .agent-services__heading {
      flex: 1 1 calc(50% - (60px / 2)); } }
  .agent-services__heading-title {
    color: #000;
    font-family: "Playfair Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin: 0; }
    @media ((min-width: 768px)) {
      .agent-services__heading-title {
        color: #101828;
        font-size: 48px;
        font-weight: 600;
        line-height: 60px;
        letter-spacing: -0.96px; } }
    .agent-services__heading-title::after {
      content: "";
      display: block;
      width: 60px;
      height: 3px;
      background: #ED7D31;
      margin: 20px 0 0 0; }
      @media ((min-width: 768px)) {
        .agent-services__heading-title::after {
          margin: 30px 0 0 0; } }
      @media ((min-width: 992px)) {
        .agent-services__heading-title::after {
          margin: 30px 0 30px 0; } }
      @media ((min-width: 1200px)) {
        .agent-services__heading-title::after {
          margin: 30px 0 30px 0; } }
      @media ((min-width: 1460px)) {
        .agent-services__heading-title::after {
          margin: 30px 0 30px 0; } }

.agent-services__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch; }
  @media ((min-width: 768px)) {
    .agent-services__content {
      flex: 1 1 calc(50% - (60px / 2)); } }
  .agent-services__content-text {
    color: #000;
    /*font-family: Real;*/
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; }
    @media ((min-width: 768px)) {
      .agent-services__content-text {
        font-size: 16px;
        line-height: 24px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        align-self: stretch;
        overflow: hidden;
        color: var(--Base-Black, #000);
        text-overflow: ellipsis; } }

.agent-services__services {
  display: grid;
  align-self: stretch;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 20px; }
  @media ((min-width: 768px)) {
    .agent-services__services {
      grid-template-columns: repeat(2, 1fr);
      flex: 1 1 100%; } }
  @media ((min-width: 992px)) {
    .agent-services__services {
      width: initial;
      grid-template-columns: repeat(3, 1fr);
      flex: 1 1 100%; } }
  @media ((min-width: 1200px)) {
    .agent-services__services {
      grid-template-columns: repeat(3, 1fr);
      flex: 1 1 100%; } }
  @media ((min-width: 1460px)) {
    .agent-services__services {
      grid-template-columns: repeat(3, 1fr);
      flex: 1 1 100%; } }

.agent-services__service {
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #DFDFDF; }
  @media ((min-width: 768px)) {
    .agent-services__service {
      padding: 30px;
      flex-direction: row;
      align-items: center;
      gap: 15px; } }
  .agent-services__service[style*='--icon:']::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: var(--icon);
    background-size: 30px 30px; }
    @media ((min-width: 768px)) {
      .agent-services__service[style*='--icon:']::before {
        width: 50px;
        height: 50px;
        background-size: 50px 50px; } }
  .agent-services__service-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 2px;
    align-self: stretch; }
    .agent-services__service-content-title {
      color: #101828;
      /*font-family: Real;*/
      font-size: 12px;
      font-style: normal;
      font-weight: 700;
      line-height: 18px;
      letter-spacing: 0.36px; }
      @media ((min-width: 768px)) {
        .agent-services__service-content-title {
          font-size: 18px;
          font-weight: 600;
          line-height: 28px; } }
    .agent-services__service-content-text {
      color: #000;
      /*font-family: Real;*/
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 18px;
      letter-spacing: 0.12px; }
      @media ((min-width: 768px)) {
        .agent-services__service-content-text {
          font-size: 14px;
          line-height: 20px; } }
    .agent-services__service-content-link a {
      display: flex;
      align-items: center;
      gap: 6px;
      align-self: stretch;
      color: #ED7D31;
      /*font-family: Real;*/
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 20px; }
      .agent-services__service-content-link a::after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url(/Files/Templates/Designs/rm/assets/images/svg/arrow-narrow-right-orange.svg);
        background-size: 20px 20px; }

.agent-statutoryinfo__wrapper {
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 90px;
  align-items: flex-start;
  gap: 60px;
  align-self: stretch;
  background: #003761;
  border-radius: 10px; }
  @media ((min-width: 768px)) {
    .agent-statutoryinfo__wrapper {
      flex-direction: column;
      padding: 90px 40px;
      gap: 30px; } }
  @media ((min-width: 992px)) {
    .agent-statutoryinfo__wrapper {
      flex-direction: column;
      padding: 90px 40px;
      gap: 30px; } }
  @media ((min-width: 1200px)) {
    .agent-statutoryinfo__wrapper {
      flex-direction: row;
      padding: 90px 70px;
      gap: 60px; } }
  @media ((min-width: 1460px)) {
    .agent-statutoryinfo__wrapper {
      flex-direction: row;
      padding: 90px;
      gap: 60px; } }

.agent-statutoryinfo__heading {
  flex: 1; }
  .agent-statutoryinfo__heading-subtitle {
    color: #FFF;
    /*font-family: Real;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: 0 0 5px 0; }
  .agent-statutoryinfo__heading-title {
    color: #FFF;
    font-family: "Playfair Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.96px;
    margin: 0; }
    .agent-statutoryinfo__heading-title::after {
      content: "";
      display: block;
      width: 60px;
      height: 3px;
      background: #ED7D31;
      margin: 30px 0 30px 0; }
  .agent-statutoryinfo__heading-cta {
    display: flex;
    align-items: flex-start;
    gap: 30px; }
    .agent-statutoryinfo__heading-cta .btn {
      display: flex;
      padding: 10px 16px;
      justify-content: center;
      align-items: center;
      gap: 6px;
      border-radius: 8px;
      border: 1px solid #D0D5DD;
      background: #FFF;
      box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
      color: #344054;
      /*font-family: Real;*/
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 24px;
      text-transform: initial;
      letter-spacing: initial; }
      .agent-statutoryinfo__heading-cta .btn.btn-icon::after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background-image: url(/Files/Templates/Designs/rm/assets/images/svg/arrow-narrow-right-dark.svg);
        background-size: 20px 20px; }

.agent-statutoryinfo__content {
  flex: 1; }
  .agent-statutoryinfo__content-text {
    color: #FFF;
    /*font-family: Real;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; }

.agent-valuationform__wrapper {
  display: flex;
  margin: 0 -20px;
  padding: 40px 20px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  background: #003761; }
  @media ((min-width: 768px)) {
    .agent-valuationform__wrapper {
      margin-top: 60px;
      margin-bottom: 60px;
      padding: 90px 40px;
      gap: 30px;
      border-radius: 10px; } }
  @media ((min-width: 992px)) {
    .agent-valuationform__wrapper {
      margin-top: 60px;
      margin-bottom: 60px;
      padding: 90px 40px;
      gap: 30px;
      border-radius: 10px; } }
  @media ((min-width: 1200px)) {
    .agent-valuationform__wrapper {
      margin-top: 60px;
      margin-bottom: 60px 40px;
      padding: 90px 70px;
      gap: 30px;
      border-radius: 10px; } }
  @media ((min-width: 1460px)) {
    .agent-valuationform__wrapper {
      margin-top: 60px;
      margin-bottom: 60px;
      padding: 90px 180px;
      gap: 30px;
      border-radius: 10px; } }

.agent-valuationform__heading {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  align-self: stretch; }
  .agent-valuationform__heading-title {
    color: #FFF;
    text-align: center;
    font-family: "Playfair Display";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    margin: 0; }
    @media ((min-width: 768px)) {
      .agent-valuationform__heading-title {
        font-size: 36px;
        font-weight: 600;
        line-height: 44px;
        letter-spacing: -0.72px; } }
  .agent-valuationform__heading-subtitle {
    color: #FFF;
    text-align: center;
    /*font-family: Real;*/
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin: 0; }

.agent-valuationform__form .salgsvurdering-container {
  padding: initial; }
  .agent-valuationform__form .salgsvurdering-container .bestil-salgsvurdering-item {
    background: initial;
    box-shadow: initial; }
  .agent-valuationform__form .salgsvurdering-container .rhs {
    border-radius: 10px; }
    .agent-valuationform__form .salgsvurdering-container .rhs .form-group .btn-orange {
      width: 100%;
      height: inherit;
      min-width: initial;
      border-radius: 5px;
      padding: 15px 0;
      color: #FFF;
      /*font-family: Real;*/
      font-size: 20px;
      font-style: normal;
      font-weight: 600;
      line-height: 30px; }
      @media ((min-width: 768px)) {
        .agent-valuationform__form .salgsvurdering-container .rhs .form-group .btn-orange {
          width: initial;
          border-radius: 10px;
          padding: 10px 16px;
          font-size: 20px; } }
      @media ((min-width: 992px)) {
        .agent-valuationform__form .salgsvurdering-container .rhs .form-group .btn-orange {
          width: initial;
          border-radius: 10px;
          padding: 20px 30px;
          font-size: 25px; } }
      @media ((min-width: 1200px)) {
        .agent-valuationform__form .salgsvurdering-container .rhs .form-group .btn-orange {
          width: initial;
          border-radius: 10px;
          padding: 20px 30px;
          font-size: 25px; } }
      @media ((min-width: 1460px)) {
        .agent-valuationform__form .salgsvurdering-container .rhs .form-group .btn-orange {
          width: initial;
          border-radius: 10px;
          padding: 20px 30px;
          font-size: 25px; } }
