* /@media print {
    *, * ::before, * ::after {
        text-shadow: none !important;
        box-shadow:none !important
    }

    a, a:visited {
        text-decoration:underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space:pre-wrap !important
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside:avoid
    }

    thead {
        display:table-header-group
    }

    tr, img {
        page-break-inside:avoid
    }

    p, h2, h3 {
        orphans: 3;
        widows:3
    }

    h2, h3 {
        page-break-after:avoid
    }

    .navbar {
        display:none
    }

    .badge {
        border:1px solid #000
    }

    .table, .page-content table, .entry-content table, .widget_calendar #wp-calendar {
        border-collapse:collapse !important
    }

    .table td, .page-content table td, .entry-content table td, .widget_calendar #wp-calendar td, .table th, .page-content table th, .entry-content table th, .widget_calendar #wp-calendar th {
        background-color:#fff !important
    }

    .table-bordered th, .widget_calendar #wp-calendar th, .table-bordered td, .widget_calendar #wp-calendar td {
        border:1px solid #ddd !important
    }
}

*, * ::before, * ::after {
    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, dialog, 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";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline:none !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[title], abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom:0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height:inherit
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom:1rem
}

ol ol, ul ul, ol ul, ul ol {
    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
}

pre, code, kbd, samp {
    font-family: monospace, 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:not(:root) {
    overflow: hidden
}

a, area, button, [role="button"], input:not([type="range"]), label, select, summary, textarea {
    touch-action:manipulation
}

table {
    border-collapse:collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #868e96;
    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
}

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

button, input {
    overflow:visible
}

button, select {
    text-transform: none
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    -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
}

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, 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:5px
}

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

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

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

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

.img-fluid, .comment-content img, .widget img, .entry-content p img, .wp-caption {
    max-width: 100%;
    height:auto
}

.img-thumbnail, .gallery .gallery-item img {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    height:auto
}

.figure {
    display:inline-block
}

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

.figure-caption {
    font-size: 90%;
    color:#868e96
}

code, kbd, pre, samp {
    font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

code {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f8f9fa;
    border-radius:.25rem
}

a > code {
    padding: 0;
    color: inherit;
    background-color:inherit
}

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

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

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color:#212529
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius:0
}

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

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width:100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order:-1
}

.order-1 {
    order:1
}

.order-2 {
    order:2
}

.order-3 {
    order:3
}

.order-4 {
    order:4
}

.order-5 {
    order:5
}

.order-6 {
    order:6
}

.order-7 {
    order:7
}

.order-8 {
    order:8
}

.order-9 {
    order:9
}

.order-10 {
    order:10
}

.order-11 {
    order:11
}

.order-12 {
    order:12
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width:100%
    }

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

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width:8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width:16.6666666667%
    }

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

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width:33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width:41.6666666667%
    }

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

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width:58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width:66.6666666667%
    }

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

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width:83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width:91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width:100%
    }

    .order-sm-first {
        order:-1
    }

    .order-sm-1 {
        order:1
    }

    .order-sm-2 {
        order:2
    }

    .order-sm-3 {
        order:3
    }

    .order-sm-4 {
        order:4
    }

    .order-sm-5 {
        order:5
    }

    .order-sm-6 {
        order:6
    }

    .order-sm-7 {
        order:7
    }

    .order-sm-8 {
        order:8
    }

    .order-sm-9 {
        order:9
    }

    .order-sm-10 {
        order:10
    }

    .order-sm-11 {
        order:11
    }

    .order-sm-12 {
        order:12
    }

    .offset-sm-0 {
        margin-left:0
    }

    .offset-sm-1 {
        margin-left:8.3333333333%
    }

    .offset-sm-2 {
        margin-left:16.6666666667%
    }

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

    .offset-sm-4 {
        margin-left:33.3333333333%
    }

    .offset-sm-5 {
        margin-left:41.6666666667%
    }

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

    .offset-sm-7 {
        margin-left:58.3333333333%
    }

    .offset-sm-8 {
        margin-left:66.6666666667%
    }

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

    .offset-sm-10 {
        margin-left:83.3333333333%
    }

    .offset-sm-11 {
        margin-left:91.6666666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width:100%
    }

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

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width:8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width:16.6666666667%
    }

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

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width:33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width:41.6666666667%
    }

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

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width:58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width:66.6666666667%
    }

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

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width:83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width:91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width:100%
    }

    .order-md-first {
        order:-1
    }

    .order-md-1 {
        order:1
    }

    .order-md-2 {
        order:2
    }

    .order-md-3 {
        order:3
    }

    .order-md-4 {
        order:4
    }

    .order-md-5 {
        order:5
    }

    .order-md-6 {
        order:6
    }

    .order-md-7 {
        order:7
    }

    .order-md-8 {
        order:8
    }

    .order-md-9 {
        order:9
    }

    .order-md-10 {
        order:10
    }

    .order-md-11 {
        order:11
    }

    .order-md-12 {
        order:12
    }

    .offset-md-0 {
        margin-left:0
    }

    .offset-md-1 {
        margin-left:8.3333333333%
    }

    .offset-md-2 {
        margin-left:16.6666666667%
    }

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

    .offset-md-4 {
        margin-left:33.3333333333%
    }

    .offset-md-5 {
        margin-left:41.6666666667%
    }

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

    .offset-md-7 {
        margin-left:58.3333333333%
    }

    .offset-md-8 {
        margin-left:66.6666666667%
    }

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

    .offset-md-10 {
        margin-left:83.3333333333%
    }

    .offset-md-11 {
        margin-left:91.6666666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width:100%
    }

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

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width:8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width:16.6666666667%
    }

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

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width:33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width:41.6666666667%
    }

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

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width:58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width:66.6666666667%
    }

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

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width:83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width:91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width:100%
    }

    .order-lg-first {
        order:-1
    }

    .order-lg-1 {
        order:1
    }

    .order-lg-2 {
        order:2
    }

    .order-lg-3 {
        order:3
    }

    .order-lg-4 {
        order:4
    }

    .order-lg-5 {
        order:5
    }

    .order-lg-6 {
        order:6
    }

    .order-lg-7 {
        order:7
    }

    .order-lg-8 {
        order:8
    }

    .order-lg-9 {
        order:9
    }

    .order-lg-10 {
        order:10
    }

    .order-lg-11 {
        order:11
    }

    .order-lg-12 {
        order:12
    }

    .offset-lg-0 {
        margin-left:0
    }

    .offset-lg-1 {
        margin-left:8.3333333333%
    }

    .offset-lg-2 {
        margin-left:16.6666666667%
    }

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

    .offset-lg-4 {
        margin-left:33.3333333333%
    }

    .offset-lg-5 {
        margin-left:41.6666666667%
    }

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

    .offset-lg-7 {
        margin-left:58.3333333333%
    }

    .offset-lg-8 {
        margin-left:66.6666666667%
    }

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

    .offset-lg-10 {
        margin-left:83.3333333333%
    }

    .offset-lg-11 {
        margin-left:91.6666666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width:100%
    }

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

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width:8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width:16.6666666667%
    }

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

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width:33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width:41.6666666667%
    }

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

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width:58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width:66.6666666667%
    }

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

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width:83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width:91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width:100%
    }

    .order-xl-first {
        order:-1
    }

    .order-xl-1 {
        order:1
    }

    .order-xl-2 {
        order:2
    }

    .order-xl-3 {
        order:3
    }

    .order-xl-4 {
        order:4
    }

    .order-xl-5 {
        order:5
    }

    .order-xl-6 {
        order:6
    }

    .order-xl-7 {
        order:7
    }

    .order-xl-8 {
        order:8
    }

    .order-xl-9 {
        order:9
    }

    .order-xl-10 {
        order:10
    }

    .order-xl-11 {
        order:11
    }

    .order-xl-12 {
        order:12
    }

    .offset-xl-0 {
        margin-left:0
    }

    .offset-xl-1 {
        margin-left:8.3333333333%
    }

    .offset-xl-2 {
        margin-left:16.6666666667%
    }

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

    .offset-xl-4 {
        margin-left:33.3333333333%
    }

    .offset-xl-5 {
        margin-left:41.6666666667%
    }

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

    .offset-xl-7 {
        margin-left:58.3333333333%
    }

    .offset-xl-8 {
        margin-left:66.6666666667%
    }

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

    .offset-xl-10 {
        margin-left:83.3333333333%
    }

    .offset-xl-11 {
        margin-left:91.6666666667%
    }
}

.table, .page-content table, .entry-content table, .widget_calendar #wp-calendar {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color:transparent
}

.table th, .page-content table th, .entry-content table th, .widget_calendar #wp-calendar th, .table td, .page-content table td, .entry-content table td, .widget_calendar #wp-calendar td {
    padding: .75rem;
    vertical-align: top;
    border-top:1px solid #e9ecef
}

.table thead th, .page-content table thead th, .entry-content table thead th, .widget_calendar #wp-calendar thead th {
    vertical-align: bottom;
    border-bottom:2px solid #e9ecef
}

.table tbody + tbody, .page-content table tbody + tbody, .entry-content table tbody + tbody, .widget_calendar #wp-calendar tbody + tbody {
    border-top:2px solid #e9ecef
}

.table .table, .page-content table .table, .entry-content table .table, .widget_calendar #wp-calendar .table, .table .page-content table, .page-content .table table, .page-content table table, .widget_calendar #wp-calendar .page-content table, .page-content .widget_calendar #wp-calendar table, .table .entry-content table, .entry-content .table table, .entry-content table table, .widget_calendar #wp-calendar .entry-content table, .entry-content .widget_calendar #wp-calendar table, .table .widget_calendar #wp-calendar, .widget_calendar .table #wp-calendar, .page-content table .widget_calendar #wp-calendar, .widget_calendar .page-content table #wp-calendar, .entry-content table .widget_calendar #wp-calendar, .widget_calendar .entry-content table #wp-calendar, .widget_calendar #wp-calendar #wp-calendar {
    background-color:#fff
}

.table-sm th, .page-content .table-sm th, .entry-content .table-sm th, .widget_calendar #wp-calendar th, .table-sm td, .page-content .table-sm td, .entry-content .table-sm td, .widget_calendar #wp-calendar td {
    padding:.3rem
}

.table-bordered, .widget_calendar #wp-calendar {
    border:1px solid #e9ecef
}

.table-bordered th, .widget_calendar #wp-calendar th, .table-bordered td, .widget_calendar #wp-calendar td {
    border:1px solid #e9ecef
}

.table-bordered thead th, .widget_calendar #wp-calendar thead th, .table-bordered thead td, .widget_calendar #wp-calendar thead td {
    border-bottom-width:2px
}

.table-striped tbody tr:nth-of-type(odd), .widget_calendar #wp-calendar tbody tr:nth-of-type(odd) {
    background-color:rgba(0, 0, 0, 0.05)
}

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

.table-primary, .table-primary > th, .table-primary > td {
    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 > th, .table-secondary > td {
    background-color:#dddfe2
}

.table-hover .table-secondary:hover {
    background-color:#cfd2d6
}

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

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

.table-hover .table-success:hover {
    background-color:#bfe3cd
}

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

.table-info, .table-info > th, .table-info > td {
    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 > th, .table-warning > td {
    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 > th, .table-danger > td {
    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 > th, .table-light > td {
    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 > th, .table-dark > td {
    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 > th, .table-active > td {
    background-color:rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover {
    background-color:rgba(0, 0, 0, 0.075)
}

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

.table .thead-dark th, .page-content table .thead-dark th, .entry-content table .thead-dark th, .widget_calendar #wp-calendar .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color:#32383e
}

.table .thead-light th, .page-content table .thead-light th, .entry-content table .thead-light th, .widget_calendar #wp-calendar .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color:#e9ecef
}

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

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

.table-dark.table-bordered, .widget_calendar .table-dark#wp-calendar {
    border:0
}

.table-dark.table-striped tbody tr:nth-of-type(odd), .widget_calendar .table-dark#wp-calendar tbody tr:nth-of-type(odd) {
    background-color:rgba(255, 255, 255, 0.05)
}

.table-dark.table-hover tbody tr:hover {
    background-color:rgba(255, 255, 255, 0.075)
}

@media (max-width: 575px) {
    .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, .widget_calendar .table-responsive-sm#wp-calendar {
        border:0
    }
}

@media (max-width: 767px) {
    .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, .widget_calendar .table-responsive-md#wp-calendar {
        border:0
    }
}

@media (max-width: 991px) {
    .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, .widget_calendar .table-responsive-lg#wp-calendar {
        border:0
    }
}

@media (max-width: 1199px) {
    .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, .widget_calendar .table-responsive-xl#wp-calendar {
        border:0
    }
}

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

.table-responsive.table-bordered, .widget_calendar #wp-calendar {
    border: 0
}

.form-control, input[name="post_password"] {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control::-ms-expand, input[name="post_password"]::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus, input[name="post_password"]:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: none;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.form-control::placeholder, input[name="post_password"]::placeholder {
    color: #868e96;
    opacity: 1
}

.form-control:disabled, input[name="post_password"]:disabled, .form-control[readonly], input[readonly][name="post_password"] {
    background-color: #e9ecef;
    opacity:1
}

select.form-control:not([size]):not([multiple]) {
    height:calc(2.25rem + 2px)
}

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

.form-control-file, .form-control-range {
    display:block
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    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
}

.col-form-legend {
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    font-size:1rem
}

.form-control-plaintext {
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > input.form-control-plaintext[name="post_password"], .input-group-sm > .form-control-plaintext.input-group-addon, .input-group-sm > .input-group-btn > .form-control-plaintext.btn, .input-group-sm > .input-group-btn > input.form-control-plaintext[type="submit"], .input-group-sm > .input-group-btn > input.form-control-plaintext[type="reset"], .input-group-sm > .input-group-btn > button.form-control-plaintext, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > input.form-control-plaintext[name="post_password"], .input-group-lg > .form-control-plaintext.input-group-addon, .input-group-lg > .input-group-btn > .form-control-plaintext.btn, .input-group-lg > .input-group-btn > input.form-control-plaintext[type="submit"], .input-group-lg > .input-group-btn > input.form-control-plaintext[type="reset"], .input-group-lg > .input-group-btn > button.form-control-plaintext {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > input[name="post_password"], .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-group-sm > .input-group-btn > input[type="submit"], .input-group-sm > .input-group-btn > input[type="reset"], .input-group-sm > .input-group-btn > button {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius:.2rem
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.input-group-addon:not([size]):not([multiple]), .input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > input[name="post_password"], .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .input-group-lg > .input-group-btn > input[type="submit"], .input-group-lg > .input-group-btn > input[type="reset"], .input-group-lg > .input-group-btn > button {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius:.3rem
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.input-group-addon:not([size]):not([multiple]), .input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
    height:calc(2.875rem + 2px)
}

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

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

.form-row {
    display: flex;
    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;
    margin-bottom:.5rem
}

.form-check.disabled .form-check-label {
    color:#868e96
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom:0
}

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

.form-check-inline {
    display: inline-block;
    margin-right:.75rem
}

.form-check-inline .form-check-label {
    vertical-align:middle
}

.valid-feedback {
    display: none;
    margin-top: .25rem;
    font-size: .875rem;
    color:#5BB97D
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(91, 185, 125, 0.8);
    border-radius: .2rem
}

.was-validated .form-control:valid, .was-validated input[name="post_password"]:valid, .form-control.is-valid, input.is-valid[name="post_password"], .was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #5BB97D
}

.was-validated .form-control:valid:focus, .was-validated input[name="post_password"]:valid:focus, .form-control.is-valid:focus, input.is-valid[name="post_password"]:focus, .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(91, 185, 125, 0.25)
}

.was-validated .form-control:valid ~ .valid-feedback, .was-validated input[name="post_password"]:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .was-validated input[name="post_password"]:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, input.is-valid[name="post_password"] ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, input.is-valid[name="post_password"] ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip {
    display:block
}

.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
    color:#5BB97D
}

.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
    background-color:rgba(91, 185, 125, 0.25)
}

.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
    color:#5BB97D
}

.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
    border-color:#5BB97D
}

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

.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
    box-shadow:0 0 0 0.2rem rgba(91, 185, 125, 0.25)
}

.invalid-feedback {
    display: none;
    margin-top: .25rem;
    font-size: .875rem;
    color:#dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.8);
    border-radius: .2rem
}

.was-validated .form-control:invalid, .was-validated input[name="post_password"]:invalid, .form-control.is-invalid, input.is-invalid[name="post_password"], .was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #dc3545
}

.was-validated .form-control:invalid:focus, .was-validated input[name="post_password"]:invalid:focus, .form-control.is-invalid:focus, input.is-invalid[name="post_password"]:focus, .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25)
}

.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated input[name="post_password"]:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .was-validated input[name="post_password"]:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, input.is-invalid[name="post_password"] ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, input.is-invalid[name="post_password"] ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip {
    display:block
}

.was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
    color:#dc3545
}

.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
    background-color:rgba(220, 53, 69, 0.25)
}

.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
    color:#dc3545
}

.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
    border-color:#dc3545
}

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

.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
    box-shadow:0 0 0 0.2rem rgba(220, 53, 69, 0.25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items:center
}

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

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom:0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control, .form-inline input[name="post_password"] {
        display: inline-block;
        width: auto;
        vertical-align:middle
    }

    .form-inline .form-control-plaintext {
        display:inline-block
    }

    .form-inline .input-group {
        width:auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        margin-top: 0;
        margin-bottom:0
    }

    .form-inline .form-check-label {
        padding-left:0
    }

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

    .form-inline .custom-control {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left:0
    }

    .form-inline .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: .25rem;
        vertical-align:text-bottom
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.btn, input[type="submit"], input[type="reset"], button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

.btn:focus, input[type="submit"]:focus, input[type="reset"]:focus, button:focus, .btn:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
    text-decoration: none
}

.btn:focus, input[type="submit"]:focus, input[type="reset"]:focus, button:focus, .btn.focus, input.focus[type="submit"], input.focus[type="reset"], button.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.btn.disabled, input.disabled[type="submit"], input.disabled[type="reset"], button.disabled, .btn:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled, button:disabled {
    opacity: .65
}

.btn:not([disabled]):not(.disabled):active, input[type="submit"]:not([disabled]):not(.disabled):active, input[type="reset"]:not([disabled]):not(.disabled):active, button:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active, input[type="submit"]:not([disabled]):not(.disabled).active, input[type="reset"]:not([disabled]):not(.disabled).active, button:not([disabled]):not(.disabled).active {
    background-image:none
}

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, 0.5)
}

.btn-primary.disabled, .btn-primary:disabled {
    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;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5)
}

.btn-secondary, input[type="submit"], input[type="reset"], button {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96
}

.btn-secondary:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d
}

.btn-secondary:focus, input[type="submit"]:focus, input[type="reset"]:focus, button:focus, .btn-secondary.focus, input.focus[type="submit"], input.focus[type="reset"], button.focus {
    box-shadow: 0 0 0 .2rem rgba(134, 142, 150, 0.5)
}

.btn-secondary.disabled, input.disabled[type="submit"], input.disabled[type="reset"], button.disabled, .btn-secondary:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled, button:disabled {
    background-color: #868e96;
    border-color: #868e96
}

.btn-secondary:not([disabled]):not(.disabled):active, input[type="submit"]:not([disabled]):not(.disabled):active, input[type="reset"]:not([disabled]):not(.disabled):active, button:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active, input[type="submit"]:not([disabled]):not(.disabled).active, input[type="reset"]:not([disabled]):not(.disabled).active, button:not([disabled]):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .show > input.dropdown-toggle[type="submit"], .show > input.dropdown-toggle[type="reset"], .show > button.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #666e76;
    box-shadow:0 0 0 .2rem rgba(134, 142, 150, 0.5)
}

.btn-success {
    color: #111;
    background-color: #5BB97D;
    border-color:#5BB97D
}

.btn-success:hover {
    color: #fff;
    background-color: #47a76a;
    border-color:#439e64
}

.btn-success:focus, .btn-success.focus {
    box-shadow:0 0 0 .2rem rgba(91, 185, 125, 0.5)
}

.btn-success.disabled, .btn-success:disabled {
    background-color: #5BB97D;
    border-color:#5BB97D
}

.btn-success:not([disabled]):not(.disabled):active, .btn-success:not([disabled]):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #439e64;
    border-color: #3f955e;
    box-shadow:0 0 0 .2rem rgba(91, 185, 125, 0.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, 0.5)
}

.btn-info.disabled, .btn-info:disabled {
    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;
    box-shadow:0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

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

.btn-warning:hover {
    color: #111;
    background-color: #e0a800;
    border-color:#d39e00
}

.btn-warning:focus, .btn-warning.focus {
    box-shadow:0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-warning.disabled, .btn-warning:disabled {
    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: #111;
    background-color: #d39e00;
    border-color: #c69500;
    box-shadow:0 0 0 .2rem rgba(255, 193, 7, 0.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, 0.5)
}

.btn-danger.disabled, .btn-danger:disabled {
    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;
    box-shadow:0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

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

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

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

.btn-light.disabled, .btn-light:disabled {
    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: #111;
    background-color: #dae0e5;
    border-color: #d3d9df;
    box-shadow:0 0 0 .2rem rgba(248, 249, 250, 0.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, 0.5)
}

.btn-dark.disabled, .btn-dark:disabled {
    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;
    box-shadow:0 0 0 .2rem rgba(52, 58, 64, 0.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, 0.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;
    box-shadow:0 0 0 .2rem rgba(0, 123, 255, 0.5)
}

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

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color:#868e96
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow:0 0 0 .2rem rgba(134, 142, 150, 0.5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #868e96;
    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: #868e96;
    border-color: #868e96;
    box-shadow:0 0 0 .2rem rgba(134, 142, 150, 0.5)
}

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

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

.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow:0 0 0 .2rem rgba(91, 185, 125, 0.5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #5BB97D;
    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: #5BB97D;
    border-color: #5BB97D;
    box-shadow:0 0 0 .2rem rgba(91, 185, 125, 0.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, 0.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;
    box-shadow:0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

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

.btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color:#ffc107
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow:0 0 0 .2rem rgba(255, 193, 7, 0.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: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow:0 0 0 .2rem rgba(255, 193, 7, 0.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, 0.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;
    box-shadow:0 0 0 .2rem rgba(220, 53, 69, 0.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, 0.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;
    box-shadow:0 0 0 .2rem rgba(248, 249, 250, 0.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, 0.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;
    box-shadow:0 0 0 .2rem rgba(52, 58, 64, 0.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 {
    border-color: transparent;
    box-shadow:none
}

.btn-link:disabled, .btn-link.disabled {
    color: #868e96
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > input[type="submit"], .btn-group-lg > input[type="reset"], .btn-group-lg > button {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > input[type="submit"], .btn-group-sm > input[type="reset"], .btn-group-sm > button {
    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="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width:100%
}

.fade {
    opacity: 0;
    transition:opacity 0.15s linear
}

.fade.show {
    opacity:1
}

.collapse {
    display:none
}

.collapse.show {
    display:block
}

tr.collapse.show {
    display:table-row
}

tbody.collapse.show {
    display:table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition:height 0.35s ease
}

.dropup, .dropdown {
    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, 0.15);
    border-radius:.25rem
}

.dropup .dropdown-menu {
    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
}

.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: none;
    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: #868e96;
    background-color:transparent
}

.dropdown-menu.show {
    display:block
}

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

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

.btn-group > .btn, .btn-group > input[type="submit"], .btn-group > input[type="reset"], .btn-group > button, .btn-group-vertical > .btn, .btn-group-vertical > input[type="submit"], .btn-group-vertical > input[type="reset"], .btn-group-vertical > button {
    position: relative;
    flex: 0 1 auto
}

.btn-group > .btn:hover, .btn-group > input[type="submit"]:hover, .btn-group > input[type="reset"]:hover, .btn-group > button:hover, .btn-group-vertical > .btn:hover, .btn-group-vertical > input[type="submit"]:hover, .btn-group-vertical > input[type="reset"]:hover, .btn-group-vertical > button:hover {
    z-index: 2
}

.btn-group > .btn:focus, .btn-group > input[type="submit"]:focus, .btn-group > input[type="reset"]:focus, .btn-group > button:focus, .btn-group > .btn:active, .btn-group > input[type="submit"]:active, .btn-group > input[type="reset"]:active, .btn-group > button:active, .btn-group > .btn.active, .btn-group > input.active[type="submit"], .btn-group > input.active[type="reset"], .btn-group > button.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > input[type="submit"]:focus, .btn-group-vertical > input[type="reset"]:focus, .btn-group-vertical > button:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > input[type="submit"]:active, .btn-group-vertical > input[type="reset"]:active, .btn-group-vertical > button:active, .btn-group-vertical > .btn.active, .btn-group-vertical > input.active[type="submit"], .btn-group-vertical > input.active[type="reset"], .btn-group-vertical > button.active {
    z-index: 2
}

.btn-group .btn + .btn, .btn-group input[type="submit"] + .btn, .btn-group input[type="reset"] + .btn, .btn-group button + .btn, .btn-group .btn + input[type="submit"], .btn-group input[type="submit"] + input[type="submit"], .btn-group input[type="reset"] + input[type="submit"], .btn-group button + input[type="submit"], .btn-group .btn + input[type="reset"], .btn-group input[type="submit"] + input[type="reset"], .btn-group input[type="reset"] + input[type="reset"], .btn-group button + input[type="reset"], .btn-group .btn + button, .btn-group input[type="submit"] + button, .btn-group input[type="reset"] + button, .btn-group button + button, .btn-group .btn + .btn-group, .btn-group input[type="submit"] + .btn-group, .btn-group input[type="reset"] + .btn-group, .btn-group button + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + input[type="submit"], .btn-group .btn-group + input[type="reset"], .btn-group .btn-group + button, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical input[type="submit"] + .btn, .btn-group-vertical input[type="reset"] + .btn, .btn-group-vertical button + .btn, .btn-group-vertical .btn + input[type="submit"], .btn-group-vertical input[type="submit"] + input[type="submit"], .btn-group-vertical input[type="reset"] + input[type="submit"], .btn-group-vertical button + input[type="submit"], .btn-group-vertical .btn + input[type="reset"], .btn-group-vertical input[type="submit"] + input[type="reset"], .btn-group-vertical input[type="reset"] + input[type="reset"], .btn-group-vertical button + input[type="reset"], .btn-group-vertical .btn + button, .btn-group-vertical input[type="submit"] + button, .btn-group-vertical input[type="reset"] + button, .btn-group-vertical button + button, .btn-group-vertical .btn + .btn-group, .btn-group-vertical input[type="submit"] + .btn-group, .btn-group-vertical input[type="reset"] + .btn-group, .btn-group-vertical button + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + input[type="submit"], .btn-group-vertical .btn-group + input[type="reset"], .btn-group-vertical .btn-group + button, .btn-group-vertical .btn-group + .btn-group {
    margin-left:-1px
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start
}

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

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > input[type="submit"]:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > input[type="reset"]:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child, .btn-group > input[type="submit"]:first-child, .btn-group > input[type="reset"]:first-child, .btn-group > button:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > input[type="submit"]:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > input[type="reset"]:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > button:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > input[type="submit"]:last-child:not(:first-child), .btn-group > input[type="reset"]:last-child:not(:first-child), .btn-group > button:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius:0
}

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > input[type="submit"], .btn-group > .btn-group:not(:first-child):not(:last-child) > input[type="reset"], .btn-group > .btn-group:not(:first-child):not(:last-child) > button {
    border-radius: 0
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > input[type="submit"]:last-child, .btn-group > .btn-group:first-child:not(:last-child) > input[type="reset"]:last-child, .btn-group > .btn-group:first-child:not(:last-child) > button:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > input[type="submit"]:first-child, .btn-group > .btn-group:last-child:not(:first-child) > input[type="reset"]:first-child, .btn-group > .btn-group:last-child:not(:first-child) > button:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn + .dropdown-toggle-split, input[type="submit"] + .dropdown-toggle-split, input[type="reset"] + .dropdown-toggle-split, button + .dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.btn + .dropdown-toggle-split::after, input[type="submit"] + .dropdown-toggle-split::after, input[type="reset"] + .dropdown-toggle-split::after, button + .dropdown-toggle-split::after {
    margin-left: 0
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > input[type="submit"] + .dropdown-toggle-split, .btn-group-sm > input[type="reset"] + .dropdown-toggle-split, .btn-group-sm > button + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > input[type="submit"] + .dropdown-toggle-split, .btn-group-lg > input[type="reset"] + .dropdown-toggle-split, .btn-group-lg > button + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left:.75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

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

.btn-group-vertical > .btn + .btn, .btn-group-vertical > input[type="submit"] + .btn, .btn-group-vertical > input[type="reset"] + .btn, .btn-group-vertical > button + .btn, .btn-group-vertical > .btn + input[type="submit"], .btn-group-vertical > input[type="submit"] + input[type="submit"], .btn-group-vertical > input[type="reset"] + input[type="submit"], .btn-group-vertical > button + input[type="submit"], .btn-group-vertical > .btn + input[type="reset"], .btn-group-vertical > input[type="submit"] + input[type="reset"], .btn-group-vertical > input[type="reset"] + input[type="reset"], .btn-group-vertical > button + input[type="reset"], .btn-group-vertical > .btn + button, .btn-group-vertical > input[type="submit"] + button, .btn-group-vertical > input[type="reset"] + button, .btn-group-vertical > button + button, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > input[type="submit"] + .btn-group, .btn-group-vertical > input[type="reset"] + .btn-group, .btn-group-vertical > button + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + input[type="submit"], .btn-group-vertical > .btn-group + input[type="reset"], .btn-group-vertical > .btn-group + button, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > input[type="submit"]:not(:first-child):not(:last-child), .btn-group-vertical > input[type="reset"]:not(:first-child):not(:last-child), .btn-group-vertical > button:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > input[type="submit"]:first-child:not(:last-child), .btn-group-vertical > input[type="reset"]:first-child:not(:last-child), .btn-group-vertical > button:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > input[type="submit"]:last-child:not(:first-child), .btn-group-vertical > input[type="reset"]:last-child:not(:first-child), .btn-group-vertical > button:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input[type="submit"], .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input[type="reset"], .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > input[type="submit"]:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > input[type="reset"]:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > button:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > input[type="submit"]:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > input[type="reset"]:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > button:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

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

.input-group {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%
}

.input-group .form-control, .input-group input[name="post_password"] {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group .form-control:focus, .input-group input[name="post_password"]:focus, .input-group .form-control:active, .input-group input[name="post_password"]:active, .input-group .form-control:hover, .input-group input[name="post_password"]:hover {
    z-index: 3
}

.input-group-addon, .input-group-btn, .input-group .form-control, .input-group input[name="post_password"] {
    display: flex;
    align-items: center
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child), .input-group input[name="post_password"]:not(:first-child):not(:last-child) {
    border-radius:0
}

.input-group-addon, .input-group-btn {
    white-space:nowrap
}

.input-group-addon {
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-addon.form-control-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn, .input-group-sm > .input-group-btn > input.input-group-addon[type="submit"], .input-group-sm > .input-group-btn > input.input-group-addon[type="reset"], .input-group-sm > .input-group-btn > button.input-group-addon {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-addon.form-control-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn, .input-group-lg > .input-group-btn > input.input-group-addon[type="submit"], .input-group-lg > .input-group-btn > input.input-group-addon[type="reset"], .input-group-lg > .input-group-btn > button.input-group-addon {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

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

.input-group .form-control:not(:last-child), .input-group input[name="post_password"]:not(:last-child), .input-group-addon:not(:last-child), .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > input[type="submit"], .input-group-btn:not(:last-child) > input[type="reset"], .input-group-btn:not(:last-child) > button, .input-group-btn:not(:last-child) > .btn-group > .btn, .input-group-btn:not(:last-child) > .btn-group > input[type="submit"], .input-group-btn:not(:last-child) > .btn-group > input[type="reset"], .input-group-btn:not(:last-child) > .btn-group > button, .input-group-btn:not(:last-child) > .dropdown-toggle, .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:first-child) > input[type="submit"]:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:first-child) > input[type="reset"]:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:first-child) > button:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn, .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > input[type="submit"], .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > input[type="reset"], .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > button {
    border-top-right-radius: 0;
    border-bottom-right-radius:0
}

.input-group-addon:not(:last-child) {
    border-right: 0
}

.input-group .form-control:not(:first-child), .input-group input[name="post_password"]:not(:first-child), .input-group-addon:not(:first-child), .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > input[type="submit"], .input-group-btn:not(:first-child) > input[type="reset"], .input-group-btn:not(:first-child) > button, .input-group-btn:not(:first-child) > .btn-group > .btn, .input-group-btn:not(:first-child) > .btn-group > input[type="submit"], .input-group-btn:not(:first-child) > .btn-group > input[type="reset"], .input-group-btn:not(:first-child) > .btn-group > button, .input-group-btn:not(:first-child) > .dropdown-toggle, .input-group-btn:not(:last-child) > .btn:not(:first-child), .input-group-btn:not(:last-child) > input[type="submit"]:not(:first-child), .input-group-btn:not(:last-child) > input[type="reset"]:not(:first-child), .input-group-btn:not(:last-child) > button:not(:first-child), .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn, .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > input[type="submit"], .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > input[type="reset"], .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.form-control + .input-group-addon:not(:first-child), input[name="post_password"] + .input-group-addon:not(:first-child) {
    border-left:0
}

.input-group-btn {
    position: relative;
    align-items: stretch;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn, .input-group-btn > input[type="submit"], .input-group-btn > input[type="reset"], .input-group-btn > button {
    position: relative
}

.input-group-btn > .btn + .btn, .input-group-btn > input[type="submit"] + .btn, .input-group-btn > input[type="reset"] + .btn, .input-group-btn > button + .btn, .input-group-btn > .btn + input[type="submit"], .input-group-btn > input[type="submit"] + input[type="submit"], .input-group-btn > input[type="reset"] + input[type="submit"], .input-group-btn > button + input[type="submit"], .input-group-btn > .btn + input[type="reset"], .input-group-btn > input[type="submit"] + input[type="reset"], .input-group-btn > input[type="reset"] + input[type="reset"], .input-group-btn > button + input[type="reset"], .input-group-btn > .btn + button, .input-group-btn > input[type="submit"] + button, .input-group-btn > input[type="reset"] + button, .input-group-btn > button + button {
    margin-left: -1px
}

.input-group-btn > .btn:focus, .input-group-btn > input[type="submit"]:focus, .input-group-btn > input[type="reset"]:focus, .input-group-btn > button:focus, .input-group-btn > .btn:active, .input-group-btn > input[type="submit"]:active, .input-group-btn > input[type="reset"]:active, .input-group-btn > button:active, .input-group-btn > .btn:hover, .input-group-btn > input[type="submit"]:hover, .input-group-btn > input[type="reset"]:hover, .input-group-btn > button:hover {
    z-index: 3
}

.input-group-btn:first-child > .btn + .btn, .input-group-btn:first-child > input[type="submit"] + .btn, .input-group-btn:first-child > input[type="reset"] + .btn, .input-group-btn:first-child > button + .btn, .input-group-btn:first-child > .btn + input[type="submit"], .input-group-btn:first-child > input[type="submit"] + input[type="submit"], .input-group-btn:first-child > input[type="reset"] + input[type="submit"], .input-group-btn:first-child > button + input[type="submit"], .input-group-btn:first-child > .btn + input[type="reset"], .input-group-btn:first-child > input[type="submit"] + input[type="reset"], .input-group-btn:first-child > input[type="reset"] + input[type="reset"], .input-group-btn:first-child > button + input[type="reset"], .input-group-btn:first-child > .btn + button, .input-group-btn:first-child > input[type="submit"] + button, .input-group-btn:first-child > input[type="reset"] + button, .input-group-btn:first-child > button + button {
    margin-left: 0
}

.input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > input[type="submit"], .input-group-btn:not(:last-child) > input[type="reset"], .input-group-btn:not(:last-child) > button, .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px
}

.input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > input[type="submit"], .input-group-btn:not(:first-child) > input[type="reset"], .input-group-btn:not(:first-child) > button, .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: 0
}

.input-group-btn:not(:first-child) > .btn:first-child, .input-group-btn:not(:first-child) > input[type="submit"]:first-child, .input-group-btn:not(:first-child) > input[type="reset"]:first-child, .input-group-btn:not(:first-child) > button:first-child, .input-group-btn:not(:first-child) > .btn-group:first-child {
    margin-left: -1px
}

.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > input[type="submit"]:focus, .input-group-btn:not(:first-child) > input[type="reset"]:focus, .input-group-btn:not(:first-child) > button:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > input[type="submit"]:active, .input-group-btn:not(:first-child) > input[type="reset"]:active, .input-group-btn:not(:first-child) > button:active, .input-group-btn:not(:first-child) > .btn:hover, .input-group-btn:not(:first-child) > input[type="submit"]:hover, .input-group-btn:not(:first-child) > input[type="reset"]:hover, .input-group-btn:not(:first-child) > button:hover, .input-group-btn:not(:first-child) > .btn-group:focus, .input-group-btn:not(:first-child) > .btn-group:active, .input-group-btn:not(:first-child) > .btn-group:hover {
    z-index:3
}

.custom-control {
    position: relative;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right:1rem
}

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

.custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color:#007bff
}

.custom-control-input:focus ~ .custom-control-indicator {
    box-shadow:0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color:#b3d7ff
}

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

.custom-control-input:disabled ~ .custom-control-description {
    color:#868e96
}

.custom-control-indicator {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size:50% 50%
}

.custom-checkbox .custom-control-indicator {
    border-radius:.25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    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-indicator {
    background-color: #007bff;
    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-radio .custom-control-indicator {
    border-radius:50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
    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-controls-stacked {
    display: flex;
    flex-direction:column
}

.custom-controls-stacked .custom-control {
    margin-bottom:.25rem
}

.custom-controls-stacked .custom-control + .custom-control {
    margin-left:0
}

.custom-select {
    display: inline-block;
    max-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='%23333' 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;
    appearance:none
}

.custom-select:focus {
    border-color: #80bdff;
    outline:none
}

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

.custom-select[multiple] {
    height: auto;
    background-image:none
}

.custom-select:disabled {
    color: #868e96;
    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-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom:0
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity:0
}

.custom-file-input:focus ~ .custom-file-control {
    box-shadow:0 0 0 0.075rem #fff, 0 0 0 0.2rem #007bff
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius:.25rem
}

.custom-file-control:lang(en):empty::after {
    content: "Choose file..."
}

.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius:0 .25rem .25rem 0
}

.custom-file-control:lang(en)::before {
    content: "Browse"
}

.nav {
    display: flex;
    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:#868e96
}

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

.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 #ddd
}

.nav-tabs .nav-link.disabled {
    color: #868e96;
    background-color: transparent;
    border-color:transparent
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color:#ddd #ddd #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 {
    flex: 1 1 auto;
    text-align:center
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align:center
}

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

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

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding:.5rem 1rem
}

.navbar > .container, .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    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: flex;
    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 {
    flex-basis: 100%;
    flex-grow: 1;
    align-items:center
}

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

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

.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: 575px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left:0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content:flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction:row
    }

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

    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left:auto
    }

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

    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        flex-wrap:nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis:auto
    }

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

    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom:100%
    }
}

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

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content:flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction:row
    }

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

    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left:auto
    }

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

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        flex-wrap:nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis:auto
    }

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

    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom:100%
    }
}

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

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content:flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction:row
    }

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

    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left:auto
    }

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

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        flex-wrap:nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis:auto
    }

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

    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom:100%
    }
}

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

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content:flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction:row
    }

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

    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left:auto
    }

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

    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        flex-wrap:nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis:auto
    }

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

    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom:100%
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content:flex-start
}

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

.navbar-expand .navbar-nav {
    flex-direction:row
}

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

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

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

.navbar-expand > .container, .navbar-expand > .container-fluid {
    flex-wrap:nowrap
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis:auto
}

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

.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom:100%
}

.navbar-light .navbar-brand {
    color:rgba(0, 0, 0, 0.9)
}

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

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

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

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

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

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color:rgba(0, 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, 0.5)
}

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

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
    color:rgba(0, 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, 0.5)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color:rgba(255, 255, 255, 0.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color:rgba(255, 255, 255, 0.25)
}

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

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color:rgba(255, 255, 255, 0.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, 0.5)
}

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

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

.card, .wp-caption {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius:.25rem
}

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

.card > .list-group:first-child .list-group-item:first-child, .wp-caption > .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, .wp-caption > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius:.25rem
}

.card-body {
    flex: 1 1 auto;
    padding:1.25rem
}

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

.card-subtitle {
    margin-top: -0.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, 0.03);
    border-bottom:1px solid rgba(0, 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, 0.03);
    border-top:1px solid rgba(0, 0, 0, 0.125)
}

.card-footer:last-child {
    border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom:0
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left:-0.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: flex;
    flex-direction:column
}

.card-deck .card, .card-deck .wp-caption {
    margin-bottom:15px
}

@media (min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left:-15px
    }

    .card-deck .card, .card-deck .wp-caption {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left:15px
    }
}

.card-group {
    display: flex;
    flex-direction:column
}

.card-group .card, .card-group .wp-caption {
    margin-bottom:15px
}

@media (min-width: 576px) {
    .card-group {
        flex-flow:row wrap
    }

    .card-group .card, .card-group .wp-caption {
        flex: 1 0 0%;
        margin-bottom:0
    }

    .card-group .card + .card, .card-group .wp-caption + .card, .card-group .card + .wp-caption, .card-group .wp-caption + .wp-caption {
        margin-left: 0;
        border-left:0
    }

    .card-group .card:first-child, .card-group .wp-caption:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius:0
    }

    .card-group .card:first-child .card-img-top, .card-group .wp-caption:first-child .card-img-top {
        border-top-right-radius:0
    }

    .card-group .card:first-child .card-img-bottom, .card-group .wp-caption:first-child .card-img-bottom {
        border-bottom-right-radius:0
    }

    .card-group .card:last-child, .card-group .wp-caption:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius:0
    }

    .card-group .card:last-child .card-img-top, .card-group .wp-caption:last-child .card-img-top {
        border-top-left-radius:0
    }

    .card-group .card:last-child .card-img-bottom, .card-group .wp-caption:last-child .card-img-bottom {
        border-bottom-left-radius:0
    }

    .card-group .card:only-child, .card-group .wp-caption:only-child {
        border-radius:.25rem
    }

    .card-group .card:only-child .card-img-top, .card-group .wp-caption:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius:.25rem
    }

    .card-group .card:only-child .card-img-bottom, .card-group .wp-caption: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), .card-group .wp-caption: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-img-top, .card-group .wp-caption:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group .wp-caption:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom {
        border-radius:0
    }
}

.card-columns .card, .card-columns .wp-caption {
    margin-bottom:.75rem
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap:1.25rem
    }

    .card-columns .card, .card-columns .wp-caption {
        display: inline-block;
        width:100%
    }
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius:.25rem
}

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

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

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

.breadcrumb-item.active {
    color:#868e96
}

.pagination, ul.page-numbers {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius:.25rem
}

.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: 2;
    color: #fff;
    background-color: #007bff;
    border-color:#007bff
}

.page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    background-color: #fff;
    border-color:#ddd
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border:1px solid #ddd
}

.page-link:focus, .page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color:#ddd
}

.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, input[type="submit"] .badge, input[type="reset"] .badge, button .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:#868e96
}

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

.badge-success {
    color: #111;
    background-color:#5BB97D
}

.badge-success[href]:focus, .badge-success[href]:hover {
    color: #111;
    text-decoration: none;
    background-color:#439e64
}

.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: #111;
    background-color:#ffc107
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
    color: #111;
    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: #111;
    background-color:#f8f9fa
}

.badge-light[href]:focus, .badge-light[href]:hover {
    color: #111;
    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 .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: #464a4e;
    background-color: #e7e8ea;
    border-color:#dddfe2
}

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

.alert-secondary .alert-link {
    color:#2e3133
}

.alert-success {
    color: #2f6041;
    background-color: #def1e5;
    border-color:#d1ebdb
}

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

.alert-success .alert-link {
    color:#1e3e2a
}

.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
}

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

    to {
        background-position:0 0
    }
}

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

.progress-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color:#007bff
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size:1rem 1rem
}

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

.media {
    display: flex;
    align-items:flex-start
}

.media-body {
    flex:1
}

.list-group {
    display: flex;
    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, 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 {
    text-decoration:none
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #868e96;
    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
}

a.list-group-item-primary, button.list-group-item-primary {
    color:#004085
}

a.list-group-item-primary:focus, a.list-group-item-primary:hover, button.list-group-item-primary:focus, button.list-group-item-primary:hover {
    color: #004085;
    background-color:#9fcdff
}

a.list-group-item-primary.active, button.list-group-item-primary.active {
    color: #fff;
    background-color: #004085;
    border-color:#004085
}

.list-group-item-secondary {
    color: #464a4e;
    background-color:#dddfe2
}

a.list-group-item-secondary, button.list-group-item-secondary {
    color:#464a4e
}

a.list-group-item-secondary:focus, a.list-group-item-secondary:hover, button.list-group-item-secondary:focus, button.list-group-item-secondary:hover {
    color: #464a4e;
    background-color:#cfd2d6
}

a.list-group-item-secondary.active, button.list-group-item-secondary.active {
    color: #fff;
    background-color: #464a4e;
    border-color:#464a4e
}

.list-group-item-success {
    color: #2f6041;
    background-color:#d1ebdb
}

a.list-group-item-success, button.list-group-item-success {
    color:#2f6041
}

a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
    color: #2f6041;
    background-color:#bfe3cd
}

a.list-group-item-success.active, button.list-group-item-success.active {
    color: #fff;
    background-color: #2f6041;
    border-color:#2f6041
}

.list-group-item-info {
    color: #0c5460;
    background-color:#bee5eb
}

a.list-group-item-info, button.list-group-item-info {
    color:#0c5460
}

a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
    color: #0c5460;
    background-color:#abdde5
}

a.list-group-item-info.active, button.list-group-item-info.active {
    color: #fff;
    background-color: #0c5460;
    border-color:#0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color:#ffeeba
}

a.list-group-item-warning, button.list-group-item-warning {
    color:#856404
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
    color: #856404;
    background-color:#ffe8a1
}

a.list-group-item-warning.active, button.list-group-item-warning.active {
    color: #fff;
    background-color: #856404;
    border-color:#856404
}

.list-group-item-danger {
    color: #721c24;
    background-color:#f5c6cb
}

a.list-group-item-danger, button.list-group-item-danger {
    color:#721c24
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
    color: #721c24;
    background-color:#f1b0b7
}

a.list-group-item-danger.active, button.list-group-item-danger.active {
    color: #fff;
    background-color: #721c24;
    border-color:#721c24
}

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

a.list-group-item-light, button.list-group-item-light {
    color:#818182
}

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

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

.list-group-item-dark {
    color: #1b1e21;
    background-color:#c6c8ca
}

a.list-group-item-dark, button.list-group-item-dark {
    color:#1b1e21
}

a.list-group-item-dark:focus, a.list-group-item-dark:hover, button.list-group-item-dark:focus, button.list-group-item-dark:hover {
    color: #1b1e21;
    background-color:#b9bbbe
}

a.list-group-item-dark.active, button.list-group-item-dark.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:focus, .close:hover {
    color: #000;
    text-decoration: none;
    opacity:.75
}

button.close {
    padding: 0;
    background: transparent;
    border: 0;
    -webkit-appearance:none
}

.modal-open {
    overflow:hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline:0
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform:translate(0, -25%)
}

.modal.in {
    opacity:1
}

.modal.in .modal-dialog {
    transform:translate(0, 5%)
}

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

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    pointer-events:none
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 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.in {
    opacity:.5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius:.3rem
}

.modal-header .close {
    padding: 15px;
    margin:-15px -15px -15px auto
}

.modal-title {
    margin-bottom: 0;
    line-height:1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding:15px
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px;
    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:30px auto
    }

    .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";
    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: 5px;
    height:5px
}

.tooltip .arrow::before {
    position: absolute;
    border-color: transparent;
    border-style: solid
}

.tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] {
    padding: 5px 0
}

.tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0
}

.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 5px
}

.tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0
}

.tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 5px 0
}

.tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0
}

.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 5px
}

.tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0
}

.tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color:#000
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    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";
    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, 0.2);
    border-radius:.3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height:.4rem
}

.popover .arrow::before, .popover .arrow::after {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style:solid
}

.popover .arrow::before {
    content: "";
    border-width:.8rem
}

.popover .arrow::after {
    content: "";
    border-width: .8rem
}

.popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
    margin-bottom: .8rem
}

.popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow {
    bottom: 0
}

.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before, .popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-bottom-width: 0
}

.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: -0.8rem;
    margin-left: -0.8rem;
    border-top-color: rgba(0, 0, 0, 0.25)
}

.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: calc((.8rem - 1px) * -1);
    margin-left: -0.8rem;
    border-top-color: #fff
}

.popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] {
    margin-left: .8rem
}

.popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow {
    left: 0
}

.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before, .popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
    margin-top: -0.8rem;
    border-left-width: 0
}

.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
    left: -0.8rem;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
    left: calc((.8rem - 1px) * -1);
    border-right-color: #fff
}

.popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {
    margin-top: .8rem
}

.popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
    top: 0
}

.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before, .popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    margin-left: -0.8rem;
    border-top-width: 0
}

.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: -0.8rem;
    border-bottom-color: rgba(0, 0, 0, 0.25)
}

.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: calc((.8rem - 1px) * -1);
    border-bottom-color: #fff
}

.popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] {
    margin-right: .8rem
}

.popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow {
    right: 0
}

.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before, .popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
    margin-top: -0.8rem;
    border-right-width: 0
}

.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
    right: -0.8rem;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
    right: calc((.8rem - 1px) * -1);
    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;
    align-items: center;
    width: 100%;
    transition: transform 0.6s ease;
    backface-visibility: hidden;
    perspective:1000px
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display:block
}

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top:0
}

.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
    transform:translateX(0)
}

@supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        transform:translate3d(0, 0, 0)
    }
}

.carousel-item-next, .active.carousel-item-right {
    transform:translateX(100%)
}

@supports (transform-style: preserve-3d) {
    .carousel-item-next, .active.carousel-item-right {
        transform:translate3d(100%, 0, 0)
    }
}

.carousel-item-prev, .active.carousel-item-left {
    transform:translateX(-100%)
}

@supports (transform-style: preserve-3d) {
    .carousel-item-prev, .active.carousel-item-left {
        transform:translate3d(-100%, 0, 0)
    }
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity:.5
}

.carousel-control-prev:focus, .carousel-control-prev:hover, .carousel-control-next:focus, .carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity:.9
}

.carousel-control-prev {
    left:0
}

.carousel-control-next {
    right:0
}

.carousel-control-prev-icon, .carousel-control-next-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: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style:none
}

.carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color:rgba(255, 255, 255, 0.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 {
    background-color:#0062cc !important
}

.bg-secondary {
    background-color:#868e96 !important
}

a.bg-secondary:focus, a.bg-secondary:hover {
    background-color:#6c757d !important
}

.bg-success {
    background-color:#5BB97D !important
}

a.bg-success:focus, a.bg-success:hover {
    background-color:#439e64 !important
}

.bg-info {
    background-color:#17a2b8 !important
}

a.bg-info:focus, a.bg-info:hover {
    background-color:#117a8b !important
}

.bg-warning {
    background-color:#ffc107 !important
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color:#d39e00 !important
}

.bg-danger {
    background-color:#dc3545 !important
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color:#bd2130 !important
}

.bg-light {
    background-color:#f8f9fa !important
}

a.bg-light:focus, a.bg-light:hover {
    background-color:#dae0e5 !important
}

.bg-dark {
    background-color:#343a40 !important
}

a.bg-dark:focus, a.bg-dark:hover {
    background-color:#1d2124 !important
}

.bg-white {
    background-color:#fff !important
}

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

.border {
    border:1px solid #e9ecef !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:#868e96 !important
}

.border-success {
    border-color:#5BB97D !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:flex !important
}

.d-inline-flex {
    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:flex !important
    }

    .d-sm-inline-flex {
        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:flex !important
    }

    .d-md-inline-flex {
        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:flex !important
    }

    .d-lg-inline-flex {
        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:flex !important
    }

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

.d-print-block {
    display:none !important
}

@media print {
    .d-print-block {
        display:block !important
    }
}

.d-print-inline {
    display:none !important
}

@media print {
    .d-print-inline {
        display:inline !important
    }
}

.d-print-inline-block {
    display:none !important
}

@media print {
    .d-print-inline-block {
        display:inline-block !important
    }
}

@media print {
    .d-print-none {
        display:none !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 iframe, .embed-responsive embed, .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.8571428571%
}

.embed-responsive-16by9::before {
    padding-top:56.25%
}

.embed-responsive-4by3::before {
    padding-top:75%
}

.embed-responsive-1by1::before {
    padding-top:100%
}

.flex-row {
    flex-direction:row !important
}

.flex-column {
    flex-direction:column !important
}

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

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

.flex-wrap {
    flex-wrap:wrap !important
}

.flex-nowrap {
    flex-wrap:nowrap !important
}

.flex-wrap-reverse {
    flex-wrap:wrap-reverse !important
}

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

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

.justify-content-center {
    justify-content:center !important
}

.justify-content-between {
    justify-content:space-between !important
}

.justify-content-around {
    justify-content:space-around !important
}

.align-items-start {
    align-items:flex-start !important
}

.align-items-end {
    align-items:flex-end !important
}

.align-items-center {
    align-items:center !important
}

.align-items-baseline {
    align-items:baseline !important
}

.align-items-stretch {
    align-items:stretch !important
}

.align-content-start {
    align-content:flex-start !important
}

.align-content-end {
    align-content:flex-end !important
}

.align-content-center {
    align-content:center !important
}

.align-content-between {
    align-content:space-between !important
}

.align-content-around {
    align-content:space-around !important
}

.align-content-stretch {
    align-content:stretch !important
}

.align-self-auto {
    align-self:auto !important
}

.align-self-start {
    align-self:flex-start !important
}

.align-self-end {
    align-self:flex-end !important
}

.align-self-center {
    align-self:center !important
}

.align-self-baseline {
    align-self:baseline !important
}

.align-self-stretch {
    align-self:stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction:row !important
    }

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

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

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

    .flex-sm-wrap {
        flex-wrap:wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap:nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap:wrap-reverse !important
    }

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

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

    .justify-content-sm-center {
        justify-content:center !important
    }

    .justify-content-sm-between {
        justify-content:space-between !important
    }

    .justify-content-sm-around {
        justify-content:space-around !important
    }

    .align-items-sm-start {
        align-items:flex-start !important
    }

    .align-items-sm-end {
        align-items:flex-end !important
    }

    .align-items-sm-center {
        align-items:center !important
    }

    .align-items-sm-baseline {
        align-items:baseline !important
    }

    .align-items-sm-stretch {
        align-items:stretch !important
    }

    .align-content-sm-start {
        align-content:flex-start !important
    }

    .align-content-sm-end {
        align-content:flex-end !important
    }

    .align-content-sm-center {
        align-content:center !important
    }

    .align-content-sm-between {
        align-content:space-between !important
    }

    .align-content-sm-around {
        align-content:space-around !important
    }

    .align-content-sm-stretch {
        align-content:stretch !important
    }

    .align-self-sm-auto {
        align-self:auto !important
    }

    .align-self-sm-start {
        align-self:flex-start !important
    }

    .align-self-sm-end {
        align-self:flex-end !important
    }

    .align-self-sm-center {
        align-self:center !important
    }

    .align-self-sm-baseline {
        align-self:baseline !important
    }

    .align-self-sm-stretch {
        align-self:stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction:row !important
    }

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

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

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

    .flex-md-wrap {
        flex-wrap:wrap !important
    }

    .flex-md-nowrap {
        flex-wrap:nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap:wrap-reverse !important
    }

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

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

    .justify-content-md-center {
        justify-content:center !important
    }

    .justify-content-md-between {
        justify-content:space-between !important
    }

    .justify-content-md-around {
        justify-content:space-around !important
    }

    .align-items-md-start {
        align-items:flex-start !important
    }

    .align-items-md-end {
        align-items:flex-end !important
    }

    .align-items-md-center {
        align-items:center !important
    }

    .align-items-md-baseline {
        align-items:baseline !important
    }

    .align-items-md-stretch {
        align-items:stretch !important
    }

    .align-content-md-start {
        align-content:flex-start !important
    }

    .align-content-md-end {
        align-content:flex-end !important
    }

    .align-content-md-center {
        align-content:center !important
    }

    .align-content-md-between {
        align-content:space-between !important
    }

    .align-content-md-around {
        align-content:space-around !important
    }

    .align-content-md-stretch {
        align-content:stretch !important
    }

    .align-self-md-auto {
        align-self:auto !important
    }

    .align-self-md-start {
        align-self:flex-start !important
    }

    .align-self-md-end {
        align-self:flex-end !important
    }

    .align-self-md-center {
        align-self:center !important
    }

    .align-self-md-baseline {
        align-self:baseline !important
    }

    .align-self-md-stretch {
        align-self:stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction:row !important
    }

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

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

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

    .flex-lg-wrap {
        flex-wrap:wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap:nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap:wrap-reverse !important
    }

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

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

    .justify-content-lg-center {
        justify-content:center !important
    }

    .justify-content-lg-between {
        justify-content:space-between !important
    }

    .justify-content-lg-around {
        justify-content:space-around !important
    }

    .align-items-lg-start {
        align-items:flex-start !important
    }

    .align-items-lg-end {
        align-items:flex-end !important
    }

    .align-items-lg-center {
        align-items:center !important
    }

    .align-items-lg-baseline {
        align-items:baseline !important
    }

    .align-items-lg-stretch {
        align-items:stretch !important
    }

    .align-content-lg-start {
        align-content:flex-start !important
    }

    .align-content-lg-end {
        align-content:flex-end !important
    }

    .align-content-lg-center {
        align-content:center !important
    }

    .align-content-lg-between {
        align-content:space-between !important
    }

    .align-content-lg-around {
        align-content:space-around !important
    }

    .align-content-lg-stretch {
        align-content:stretch !important
    }

    .align-self-lg-auto {
        align-self:auto !important
    }

    .align-self-lg-start {
        align-self:flex-start !important
    }

    .align-self-lg-end {
        align-self:flex-end !important
    }

    .align-self-lg-center {
        align-self:center !important
    }

    .align-self-lg-baseline {
        align-self:baseline !important
    }

    .align-self-lg-stretch {
        align-self:stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction:row !important
    }

    .flex-xl-column {
        flex-direction:column !important
    }

    .flex-xl-row-reverse {
        flex-direction:row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction:column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap:wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap:nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap:wrap-reverse !important
    }

    .justify-content-xl-start {
        justify-content:flex-start !important
    }

    .justify-content-xl-end {
        justify-content:flex-end !important
    }

    .justify-content-xl-center {
        justify-content:center !important
    }

    .justify-content-xl-between {
        justify-content:space-between !important
    }

    .justify-content-xl-around {
        justify-content:space-around !important
    }

    .align-items-xl-start {
        align-items:flex-start !important
    }

    .align-items-xl-end {
        align-items:flex-end !important
    }

    .align-items-xl-center {
        align-items:center !important
    }

    .align-items-xl-baseline {
        align-items:baseline !important
    }

    .align-items-xl-stretch {
        align-items:stretch !important
    }

    .align-content-xl-start {
        align-content:flex-start !important
    }

    .align-content-xl-end {
        align-content:flex-end !important
    }

    .align-content-xl-center {
        align-content:center !important
    }

    .align-content-xl-between {
        align-content:space-between !important
    }

    .align-content-xl-around {
        align-content:space-around !important
    }

    .align-content-xl-stretch {
        align-content:stretch !important
    }

    .align-self-xl-auto {
        align-self:auto !important
    }

    .align-self-xl-start {
        align-self:flex-start !important
    }

    .align-self-xl-end {
        align-self:flex-end !important
    }

    .align-self-xl-center {
        align-self:center !important
    }

    .align-self-xl-baseline {
        align-self:baseline !important
    }

    .align-self-xl-stretch {
        align-self:stretch !important
    }
}

.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
    }
}

.center-block, .aligncenter {
    display: block;
    margin-left: auto;
    margin-right:auto
}

.pull-right, .alignright, .entry-attachment #nav-below .nav-next, .widget_calendar #wp-calendar #next a {
    float:right !important
}

.pull-left, .alignleft, .entry-attachment #nav-below .nav-previous, .gallery .gallery-item, .widget_calendar #wp-calendar #prev a {
    float:left !important
}

.position-static {
    position:static !important
}

.position-relative {
    position:relative !important
}

.position-absolute {
    position:absolute !important
}

.position-fixed {
    position:fixed !important
}

.position-sticky {
    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: sticky) {
    .sticky-top {
        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;
    clip-path: inset(50%);
    border:0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    clip-path:none
}

.w-25 {
    width:25% !important
}

.w-50 {
    width:50% !important
}

.w-75 {
    width:75% !important
}

.w-100 {
    width:100% !important
}

.h-25 {
    height:25% !important
}

.h-50 {
    height:50% !important
}

.h-75 {
    height:75% !important
}

.h-100 {
    height:100% !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-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, .entry-attachment .attachment, .gallery .gallery-item {
    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:#868e96 !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color:#6c757d !important
}

.text-success {
    color:#5BB97D !important
}

a.text-success:focus, a.text-success:hover {
    color:#439e64 !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-muted {
    color:#868e96 !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
}

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

html {
    box-sizing: border-box;
    -ms-overflow-style:scrollbar
}

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

.alignnone {
    margin:0.5em 0
}

.alignright {
    margin:0.5em 0 1em 1em
}

.alignleft {
    margin:0.5em 1em 1em 0
}

.aligncenter {
    margin:0.5em auto
}

.hentry, .widget {
    -ms-word-wrap: break-word;
    word-wrap:break-word
}

.page-content::after, .entry-content::after {
    display: block;
    clear: both;
    content: ""
}

.entry-attachment .attachment {
    margin-bottom:1em
}

.entry-caption {
    color:#666
}

.twitter-tweet-rendered {
    max-width:100% !important
}

.gallery {
    margin:0 auto 1em
}

.gallery::after {
    display: block;
    clear: both;
    content: ""
}

.gallery.gallery-columns-1 .gallery-item {
    float: none;
    margin: 2em 2%;
    width:96%
}

.gallery.gallery-columns-2 .gallery-item {
    margin: 2em 2%;
    width:46%
}

.gallery.gallery-columns-3 .gallery-item {
    margin: 2em 2%;
    width:29.3333333333%
}

.gallery.gallery-columns-4 .gallery-item {
    margin: 2em 2%;
    width:21%
}

.gallery.gallery-columns-5 .gallery-item {
    margin: 2em 2%;
    width:16%
}

.gallery.gallery-columns-6 .gallery-item {
    margin: 2em 1%;
    width:14.6666666667%
}

.gallery.gallery-columns-7 .gallery-item {
    margin: 2em 1%;
    width:12.2857142857%
}

.gallery.gallery-columns-8 .gallery-item {
    margin: 2em 1%;
    width:10.5%
}

.gallery.gallery-columns-9 .gallery-item {
    margin: 2em 1%;
    width:9.1111111111%
}

.gallery .gallery-caption {
    color: #868e96;
    margin-left:0
}

.gallery dl {
    margin:0
}

.gallery br + br {
    display:none
}

.hentry img, .widget img {
    height: auto;
    max-width: 100%;
    width:auto
}

img.header-image, img.wp-post-image {
    max-width: 100%;
    height:auto
}

img.wp-smiley, .rsswidget img {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding:0
}

img#wpstats {
    display:none
}

.entry-content p img.alignleft, .entry-content p img.alignright, .entry-content p img.aligncenter, .entry-content p img.aligncenter, .entry-content p img.alignnone, .wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter, .wp-caption.aligncenter, .wp-caption.alignnone {
    margin-top: 1em;
    margin-bottom:2em
}

.wp-caption.aligncenter, .wp-caption.alignnone {
    clear:both !important
}

.wp-caption .wp-caption-text {
    display: inline-block;
    padding: .25rem;
    color:#868e96
}

.wp-caption .wp-caption-text:before {
    color: #666;
    content: '\2014';
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    margin-right:5px
}

.widget_calendar #wp-calendar #prev {
    border-right:0
}

.widget_calendar #wp-calendar #next {
    border-left:0
}

.widget_tag_cloud a:nth-child(1) {
    font-size:31px !important
}

.widget_tag_cloud a:nth-child(2) {
    font-size:16px !important
}

.widget_tag_cloud a:nth-child(3) {
    font-size:22px !important
}

.widget_tag_cloud a:nth-child(4) {
    font-size:18px !important
}

.widget_tag_cloud a:nth-child(5) {
    font-size:18px !important
}

.widget_tag_cloud a:nth-child(6) {
    font-size:30px !important
}

.widget_tag_cloud a:nth-child(7) {
    font-size:26px !important
}

.widget_tag_cloud a:nth-child(8) {
    font-size:28px !important
}

.widget_tag_cloud a:nth-child(9) {
    font-size:29px !important
}

.widget_tag_cloud a:nth-child(10) {
    font-size:27px !important
}

.widget_tag_cloud a:nth-child(11) {
    font-size:26px !important
}

.widget_tag_cloud a:nth-child(12) {
    font-size:25px !important
}

.wp-video-shortcode {
    max-width:100%
}

@-moz-keyframes spin {
    100% {
        -moz-transform:rotate(360deg)
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform:rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg)
    }
}

@font-face {
    font-family: 'FreightTextProBold-Regular';
    src: url("./../fonts/FreightTextBold/36C531_0_0.eot");
    src: url("./../fonts/FreightTextBold/36C531_0_0.eot?#iefix") format("embedded-opentype"), url("./../fonts/FreightTextBold/36C531_0_0.woff2") format("woff2"), url("./../fonts/FreightTextBold/36C531_0_0.woff") format("woff"), url("./../fonts/FreightTextBold/36C531_0_0.ttf") format("truetype")
}

.our-story__slider {
    background: #FBF9F7;
    overflow: hidden;
    padding: 50px 0 70px 0;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom:6rem
}

@media (max-width: 767px) {
    .our-story__slider {
        padding:100px 0 50px
    }
}

.our-story__slider__list {
    font-size: 0;
    line-height: 0;
    transition: transform 1s ease;
    white-space:nowrap
}

.our-story__slider__item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width:100%
}

.our-story__slider__item__columns {
    display: table;
    margin: auto;
    width:100%
}

@media (max-width: 1023px) {
    .our-story__slider__item__columns:not(:first-child) {
        margin-top:15px
    }
}

.our-story__slider__item__column {
    display: table-cell;
    vertical-align:top
}

.our-story__slider__item__column:first-child {
    padding-left: 50px;
    padding-right: 15px;
    text-align: right;
    width:60%
}

.our-story__slider__item__column:last-child {
    padding-left: 15px;
    padding-right: 50px;
    text-align: left;
    width:40%
}

@media (max-width: 1023px) {
    .our-story__slider__item__column:first-child, .our-story__slider__item__column:last-child {
        width:50%
    }
}

@media (max-width: 767px) {
    .our-story__slider__item__column {
        display:block
    }

    .our-story__slider__item__column:first-child, .our-story__slider__item__column:last-child {
        padding: 0 25px;
        text-align: center;
        width:100%
    }
}

h2.our-story__slider__item__title {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    font-size: 11px;
    font-size: 1.1rem;
    line-height:1.2em
}

.our-story__slider__item__title {
    font: 22px/32px 'FreightTextProBold-Regular';
    text-transform:uppercase
}

@media (max-width: 1023px) {
    .our-story__slider__item__title {
        font-size: 18px;
        line-height:28px
    }
}

@media (max-width: 767px) {
    .our-story__slider__item__title {
        line-height: 24px;
        margin-top: 10px;
        min-height:0
    }

    .our-story__slider__item__column:first-child .our-story__slider__item__title {
        font-size: 22px;
        margin-bottom:10px
    }
}

.our-story__slider__item__description {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 10px;
    font-size: 1rem;
    line-height:1.8em
}

@media (max-width: 1023px) {
    .our-story__slider__item__description {
        font-size: 18px;
        line-height:28px
    }
}

@media (max-width: 767px) {
    .our-story__slider__item__description {
        font-size: 16px;
        font-weight: 300;
        margin-top: 25px;
        text-align:left
    }
}

.our-story__slider__item__image {
    display: inline-block;
    max-width: 70%;
    vertical-align:middle
}

@media (max-width: 767px) {
    .our-story__slider__item__image {
        width: 100%;
        max-width:100%
    }
}

.our-story__slider__navigation {
    margin-top: 40px;
    padding: 15px 100px;
    position:relative
}

@media (max-width: 767px) {
    .our-story__slider__navigation {
        margin-top: 0;
        position: absolute;
        top: 37px;
        width:100%
    }
}

.our-story__slider__navigation__list {
    background: #7d6254;
    height: 2px;
    position: relative;
    width: 100%;
    list-style-type:none
}

.our-story__slider__navigation__list:after, .our-story__slider__navigation__list:before {
    background: #7d6254;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width:10px
}

.our-story__slider__navigation__list:after {
    right:0
}

.our-story__slider__navigation__list:before {
    left:0
}

@media (max-width: 767px) {
    .our-story__slider__navigation__list {
        display:none
    }
}

.our-story__slider__navigation__item {
    cursor: pointer;
    height: 50px;
    margin-left: -25px;
    margin-top: -24px;
    position: absolute;
    transition: left 0.4s ease;
    white-space: nowrap;
    width:50px
}

.our-story__slider__navigation__item:after {
    border: 2px solid #7d6254;
    border-radius: 50%;
    content: '';
    display: block;
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: height 0.4s ease, width 0.4s ease;
    width: 0;
    background: #FBF9F7;
    z-index:0
}

.our-story__slider__navigation__item:before {
    background: #7d6254;
    border-radius: 50%;
    content: '';
    height: 10px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    z-index:1
}

.our-story__slider__navigation__item:hover:after, .our-story__slider__navigation__item--active:after {
    height: 35px;
    width:35px
}

.our-story__slider__navigation__hover {
    color: #7d6254;
    left: 50%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 55px;
    transform: translate(-50%, 10px);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
    visibility:hidden
}

.our-story__slider__navigation__hover .our-story__slider__navigation__hover__year {
    font-weight:300
}

.our-story__slider__navigation__item:hover .our-story__slider__navigation__hover {
    opacity: 1;
    transform: translate(-50%, 0);
    visibility:visible
}

.our-story__slider__navigation__hover__year {
    display: block;
    font: 21px 'Josefin Sans', sans-serif
}

.our-story__slider__navigation__hover__title {
    font-size: 21px;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif
}

.our-story__slider__navigation__text {
    color: #7d6254;
    font: bold 21px 'Josefin Sans', sans-serif;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 55px;
    transform: translate(-50%, 10px);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s ease;
    visibility:hidden
}

.our-story__slider__navigation__item--active .our-story__slider__navigation__text {
    opacity: 1;
    transform: translate(-50%, 0);
    visibility:visible
}

.our-story__slider__navigation__list:hover .our-story__slider__navigation__text {
    opacity: 0;
    transform: translate(-50%, 10px);
    visibility:hidden
}

.our-story__slider__navigation__button {
    background: #5BB97D;
    border: none;
    border-radius: 50%;
    padding: 8px;
    cursor: pointer;
    font-size: 0;
    height: 32px;
    outline: none;
    position: absolute;
    top: 50%;
    transform: translateY(-75%);
    transition: opacity 0.4s ease, visibility 0.4s ease;
    width:32px
}

.our-story__slider__navigation__button:hover, .our-story__slider__navigation__button:active, .our-story__slider__navigation__button:focus {
    background: #5BB97D;
    opacity:.7
}

.our-story__slider__navigation__button:after {
    border-color: #fff;
    border-style: solid;
    content: '';
    display: block;
    height: 8px;
    position: absolute;
    width:8px
}

.our-story__slider__navigation__button--previous {
    left:50px
}

.our-story__slider__navigation__button--previous:after {
    border-width: 0 0 2px 2px;
    transform:translate(75%, -50%) rotate(45deg)
}

.our-story__slider__navigation__button--next {
    right:50px
}

.our-story__slider__navigation__button--next:after {
    border-width: 2px 2px 0 0;
    transform:translate(25%, -50%) rotate(45deg)
}

.our-story__slider__navigation__button--disabled {
    opacity: 0;
    visibility:hidden
}

.our-story__slider__navigation__counter {
    color: #7d6254;
    display: none;
    font: 18px 'FreightTextProBold-Regular';
    left: 50%;
    position: absolute;
    top: 50%;
    transform:translate(-50%, -50%)
}

@media (max-width: 767px) {
    .our-story__slider__navigation__counter {
        display:block
    }
}

.our-team {
    margin-right: -15px;
    margin-left:-15px
}

.our-team .search span {
    position: relative;
    background-color: #C1C1C1;
    color: white;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    padding: 10px 20px;
    font-size: 11px;
    font-size:1.1rem
}

.our-team .search span input {
    border: none;
    background-color: transparent;
    color: white;
    padding: 0 10px;
    width:100%
}

.our-team .search span input::-webkit-input-placeholder {
    text-align: center;
    transition: all 0.4s linear;
    color:#fff
}

.our-team .search span input:-moz-placeholder {
    text-align: center;
    transition: all 0.4s linear;
    color:#fff
}

.our-team .search span input::-moz-placeholder {
    text-align: center;
    transition: all 0.4s linear;
    color:#fff
}

.our-team .search span input:-ms-input-placeholder {
    text-align: center;
    transition: all 0.4s linear;
    color:#fff
}

.our-team .search span input:focus::-webkit-input-placeholder {
    color:rgba(255, 255, 255, 0)
}

.our-team .search span input:focus:-moz-placeholder {
    color:rgba(255, 255, 255, 0)
}

.our-team .search span input:focus::-moz-placeholder {
    color:rgba(255, 255, 255, 0)
}

.our-team .search span input:focus:-ms-input-placeholder {
    color:rgba(255, 255, 255, 0)
}

.our-team__slider {
    background: #FBF9F7;
    margin-top: 25px;
    overflow: hidden;
    padding: 40px 0 20px;
    position: relative;
    width: 100%;
    min-height:200px
}

@media (max-width: 767px) {
    .our-team__slider {
        padding:30px 0
    }
}

.our-team__slider__wrapper {
    margin: auto;
    overflow: hidden;
    width:85%
}

@media (max-width: 767px) {
    .our-team__slider__wrapper {
        width:100%
    }
}

.our-team__slider__list {
    font-size: 0;
    line-height: 0;
    transition: transform 1s ease;
    white-space: nowrap;
    width:100%
}

.our-team__slider__item {
    cursor: pointer;
    position: relative;
    text-align: center;
    transition: transform 1s ease;
    vertical-align: top;
    width: 16.6666666667%;
    display:none
}

.our-team__slider__item.hidden {
    display:none
}

@media (max-width: 1365px) {
    .our-team__slider__item {
        width:25%
    }
}

@media (max-width: 1023px) {
    .our-team__slider__item {
        width:33.3333333333%
    }
}

@media (max-width: 767px) {
    .our-team__slider__item {
        pointer-events: none;
        width:100%
    }

    .our-team__slider__item--current {
        pointer-events:auto
    }
}

.our-team__slider__item__image {
    max-width: 100%;
    opacity: 0.7;
    transition:opacity 0.4s ease
}

.our-team__slider__item:hover .our-team__slider__item__image {
    opacity:1
}

.our-team__slider__item--active .our-team__slider__item__image {
    opacity:1
}

.our-team__slider__item__title {
    font-size: 18px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    margin-top: 25px;
    display: flex;
    flex-direction:column
}

.our-team__slider__item__title span {
    font-size: 16px;
    font-weight:300
}

@media (max-width: 767px) {
    .our-team__slider__item__title {
        font-size: 18px;
        font-weight: 300;
        margin-top:30px
    }
}

.our-team__slider__item__button {
    background: rgba(91, 185, 125, 0.5);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: background 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
    width: 32px;
    height:32px
}

.our-team__slider__item__button:before, .our-team__slider__item__button:after {
    background: #fff;
    content: '';
    height: 2px;
    left: 50%;
    margin-left: -6px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width:12px
}

.our-team__slider__item__button:after {
    transform:rotate(90deg)
}

.our-team__slider__item:hover .our-team__slider__item__button {
    background:#5BB97D
}

.our-team__slider__item--active .our-team__slider__item__button {
    background: #5BB97D;
    transform:rotate(45deg)
}

@media (max-width: 767px) {
    .our-team__slider__item__button {
        margin-right: -50px;
        opacity: 0;
        right: 50%;
        transform:translateX(50%)
    }

    .our-team__slider__item--current .our-team__slider__item__button {
        opacity:1
    }

    .our-team__slider__item--active .our-team__slider__item__button {
        transform:translateX(50%) rotate(45deg)
    }
}

.our-team__slider__item--visible {
    display:inline-block
}

.our-team__slider__button {
    background: #7d6254;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    height: 32px;
    outline: none;
    position: absolute;
    top: 50%;
    padding: 8px;
    transform: translateY(-50%);
    transition: opacity 0.4s ease, visibility 0.4s ease;
    width:32px
}

.our-team__slider__button:after {
    border-color: #fff;
    border-style: solid;
    content: '';
    display: block;
    height: 8px;
    position: absolute;
    width:8px
}

.our-team__slider__button--disabled {
    opacity: 0;
    visibility:hidden
}

.our-team__slider__button--previous {
    left:50px
}

.our-team__slider__button--previous:after {
    border-width: 0 0 2px 2px;
    transform:translate(75%, -50%) rotate(45deg)
}

.our-team__slider__button--next {
    right:50px
}

.our-team__slider__button--next:after {
    border-width: 2px 2px 0 0;
    transform:translate(25%, -50%) rotate(45deg)
}

@media (max-width: 767px) {
    .our-team__slider__button--previous {
        left:15px
    }

    .our-team__slider__button--next {
        right:15px
    }
}

.our-team__biographies {
    margin: 0 auto;
    max-width:100%
}

.our-team__biography {
    background: rgba(246, 241, 236, 0.5);
    max-height: 0;
    overflow: hidden;
    transition:max-height 1s ease
}

.our-team__biography__wrapper {
    padding: 30px 70px;
    position: relative;
    max-width: 935px;
    margin:0 auto
}

@media (max-width: 767px) {
    .our-team__biography__wrapper {
        padding:65px 40px
    }
}

.our-team__biography__title {
    font: 22px/28px 'FreightTextProBold-Regular'
}

@media (max-width: 767px) {
    .our-team__biography__title {
        font-weight:400
    }
}

.our-team__biography__role {
    font: 300 22px/28px 'FreightTextProBold-Regular'
}

.our-team__biography__description {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 10px;
    font-size: 1rem;
    margin-top:20px
}

@media (max-width: 767px) {
    .our-team__biography__description {
        font-size: 18px;
        line-height: 24px;
        margin-top:25px
    }
}

.our-team__biography__button {
    background: rgba(91, 185, 125, 0.5);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
    height: 32px;
    outline: none;
    position: absolute;
    right: 70px;
    top: 70px;
    transform: rotate(45deg);
    transition: background 0.4s ease, opacity 0.4s ease, transform 0.4s ease;
    width:32px
}

.our-team__biography__button:before, .our-team__biography__button:after {
    background: #fff;
    content: '';
    height: 2px;
    left: 50%;
    margin-left: -6px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width:12px
}

.our-team__biography__button:after {
    transform:rotate(90deg)
}

.our-team__biography__button:hover {
    background:#5BB97D
}

@media (max-width: 767px) {
    .our-team__biography__button {
        right: 40px;
        top:65px
    }
}

.arrows {
    padding:100px
}

.arrow {
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: relative;
    transition: opacity 0.2s ease, width 0.4s ease;
    width:50px
}

.arrow__body {
    background: #fff;
    height: 4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    transition: transform 0.4s ease, width 0.4s ease;
    width:0
}

.arrow__body.black {
    background-color:#000
}

.arrow__body.brown {
    background-color:#7d6254
}

.arrow__indicator {
    position: absolute;
    height: 16px;
    margin-top: -8px;
    overflow: hidden;
    right: 0;
    top: 50%;
    transform: rotate(45deg);
    width:16px
}

.arrow__indicator__top {
    background: currentColor;
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    transition: transform 0.4s ease, width 0.4s ease;
    width:0
}

.arrow__indicator__bottom {
    background: currentColor;
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform 0.4s ease, height 0.4s ease;
    width:4px
}

ul.page-numbers > li > span.current, ul.page-numbers > li > span.current:hover, ul.page-numbers > li > span.current:focus {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    cursor:default
}

select {
    max-width:100%
}

.form-radio-group .radio:first-child {
    margin-top:0
}

.form-radio-group .radio:last-child {
    margin-bottom:0
}

.hentry .odin-map img, .widget .odin-map img {
    max-width:none !important
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all 0.2s linear;
    z-index:0
}

#header .site-title {
    position: fixed;
    width: 333px;
    padding-top: 44px;
    padding-bottom: 44px;
    top: 42px;
    left: 70px;
    will-change: transform;
    transition: 0.5s ease-in-out;
    transform-origin:top left
}

#header .site-title a {
    display: block;
    float: left;
    width:100%
}

#header .site-title a svg {
    float: none;
    display:block
}

#header .site-title svg {
    float:left
}

#header.text-header-black .navbar-main-navigation .nav li a {
    color:#000
}

#header.sticky {
    position: fixed;
    top: 0 !important;
    height: 90px !important;
    z-index: 6;
    justify-content:center
}

#header.sticky .site-title {
    transform: scale(0.6);
    will-change: transform;
    top: 25px;
    padding-top: 24px;
    transition:0.6s ease-in-out
}

#header.sticky .navbar-main-navigation {
    padding:24px 56px 68px
}

#header.sticky .navbar-main-navigation .nav {
    position: relative;
    bottom:0
}

#header.sticky .navbar-main-navigation .nav li a {
    color:#000
}

#header.sticky ~ .nav-scroll {
    opacity: 1;
    z-index:1
}

#header ~ .mainSlider-container {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height:100vh
}

#header ~ .mainSlider-container .mainSlider {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: top center;
    clip:rect(0, auto, auto, 0)
}

#header ~ .mainSlider-container .mainSlider .site-title {
    position: fixed;
    width: 333px;
    z-index: 2;
    padding-top: 44px;
    padding-bottom: 44px;
    top: 42px;
    left: 70px;
    will-change: transform;
    transition: 0.6s ease-in-out;
    transform-origin:top left
}

#header ~ .mainSlider-container .mainSlider .site-title .logo-akzente .logo-akzente-left {
    fill: #fff;
    opacity:.7
}

#header ~ .mainSlider-container .mainSlider .site-title .logo-akzente .cls-3 {
    fill: #fff;
    opacity:.7
}



#header ~ .mainSlider-container .mainSlider .site-title .logo-akzente .logo-akzente-right {
    fill:#fff
}

#header ~ .mainSlider-container .mainSlider:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.16);
    content: ''
}

#header ~ .mainSlider-container .mainSlider.align-items-start {
    padding-top:6rem
}

#header ~ .mainSlider-container .mainSlider.align-items-end figcaption {
    padding-bottom:5rem
}

#header ~ .mainSlider-container .mainSlider.align-items-end figcaption h2 {
    padding-bottom:2rem
}

#header ~ .mainSlider-container .mainSlider figcaption {
    color: #fff;
    position: relative;
    z-index:1
}

#header ~ .mainSlider-container .mainSlider figcaption.text-header-black {
    color:#000
}

#header ~ .mainSlider-container .mainSlider figcaption.text-header-black h2, #header ~ .mainSlider-container .mainSlider figcaption.text-header-black h3 {
    color:#000
}

#header ~ .mainSlider-container .mainSlider figcaption h2 {
    line-height:40px
}

#header ~ .mainSlider-container .mainSlider figcaption h2, #header ~ .mainSlider-container .mainSlider figcaption h3 {
    color: white;
    font-size: 32px;
    font-size: 3.2rem;
    font-family: 'FreightTextProBold-Regular';
    font-weight: 500;
    display:inline-block
}

#header ~ .mainSlider-container .mainSlider figcaption h2 a, #header ~ .mainSlider-container .mainSlider figcaption h3 a {
    color: white;
    text-decoration:none
}

#header ~ .mainSlider-container .mainSlider figcaption blockquote {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.1em;
    margin-top:25px
}

#header ~ .mainSlider-container .mainSlider figcaption blockquote p {
    padding: 0;
    margin:0
}

#header ~ .mainSlider-container .mainSlider figcaption.custom-align-slider-right h2 .arrowAkzente.coverArrow1 {
    left: -60%;
    transform:translate(250%, -102%)
}

#header .nav {
    list-style-type: none;
    text-align:right
}

#header .nav bottom li {
    display:inline-flex
}

#header .logo-akzente {
    clip-path: url(#logo-akzente);
    transition:fill 0.4s ease
}

#header .logo-akzente .logo-akzente-left {
    fill: #7d6254;
    opacity:1
}

#header .logo-akzente .cls-3 {
    fill: #1d1d1b;
    opacity:1}

#header .logo-akzente .logo-akzente-right {
    fill:#433e48
}

#header #main-navigation {
    margin:20px 0
}

#header .page-header {
    margin:20px 0 20px
}

#header .page-header .site-description {
    font-size: 16px;
    font-style:italic
}

#header ~ .bg-header, #header-internal ~ .bg-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 90px;
    will-change: transform;
    transform-origin: top center;
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(75%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
    transition:all 0.5s linear
}

#header.sticky, #header-internal.sticky {
    z-index:6
}

#header.sticky ~ .bg-header, #header-internal.sticky ~ .bg-header {
    visibility: visible;
    opacity: 1;
    z-index: 2;
    transition: all 0.5s linear;
    background: rgba(255, 255, 255, 0.95);
    background: -moz-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0.98) 75%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #fff), color-stop(75%, rgba(255, 255, 255, 0.98)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0.98) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0.98) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(top, #fff 0%, rgba(255, 255, 255, 0.98) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0.98) 75%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0)
}

.navbar-main-navigation {
    right: 0;
    transition:all 0.2s linear
}

.navbar-main-navigation .nav {
    text-transform: uppercase;
    position:relative
}

.navbar-main-navigation .nav li {
    padding:0 22.5px
}

.navbar-main-navigation .nav li:first-of-type {
    padding-left:0
}

.navbar-main-navigation .nav li:last-of-type {
    padding-right:0
}

.navbar-main-navigation .nav li:last-of-type .sub-menu, .navbar-main-navigation .nav li.nav-align-right .sub-menu {
    text-align:right
}

.navbar-main-navigation .nav li a {
    font-size: 8.5px;
    font-size: .85rem;
    font-weight: 400;
    color: #fff;
    transition:all 0.9s ease-in-out
}

.navbar-main-navigation .nav li a:hover {
    text-decoration:underline
}

.navbar-main-navigation .nav li#menu-item-wpml-ls-10-de {
    padding-right:0
}

.navbar-main-navigation .nav li#menu-item-wpml-ls-10-en {
    padding-left:0
}

.navbar-main-navigation .nav li.wpml-ls-item {
    text-decoration:none
}

.navbar-main-navigation .nav li.wpml-ls-item:hover a {
    text-decoration:none
}

.navbar-main-navigation .nav li.wpml-ls-item a {
    opacity: .6;
    text-decoration: none;
    text-transform:capitalize
}

.navbar-main-navigation .nav li.wpml-ls-item a span {
    text-decoration:none
}

.navbar-main-navigation .nav li.wpml-ls-item a:hover {
    text-decoration:none !important
}

.navbar-main-navigation .nav li.wpml-ls-item a:hover span {
    text-decoration:underline
}

.navbar-main-navigation .nav li.wpml-ls-item a[title=De]:after {
    content: '\00a0/\00a0';
    cursor:default
}

.navbar-main-navigation .nav li.wpml-ls-item.wpml-ls-current-language a span.wpml-ls-native {
    opacity:.4
}

.navbar-main-navigation .nav li.active a {
    text-decoration:underline
}

.navbar-main-navigation .nav li.active a:hover {
    opacity:1
}

.navbar-main-navigation .nav li .sub-menu {
    visibility: hidden;
    opacity: 0;
    will-change: transform;
    transition: all 0.2s linear;
    position: absolute;
    left: 0;
    right: 0;
    text-align: left;
    list-style-type: none;
    padding: 5px 0 0;
    z-index:-1
}

.navbar-main-navigation .nav li .sub-menu li {
    display: inline;
    padding:5px 10px
}

.navbar-main-navigation .nav li .sub-menu li:first-child {
    padding-left:0
}

.navbar-main-navigation .nav li .sub-menu li:last-child {
    padding-right:0
}

.navbar-main-navigation .nav li .sub-menu li a {
    font-weight:300
}

.navbar-main-navigation .nav li:hover a {
    text-decoration:underline
}

.navbar-main-navigation .nav li:hover .sub-menu {
    visibility: visible;
    opacity: .8;
    z-index:1
}

.navbar-main-navigation .nav li:hover .sub-menu li a {
    text-decoration:none
}

.navbar-main-navigation .nav li:hover .sub-menu li a:hover {
    text-decoration:underline
}

#header-internal {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    justify-content: center;
    z-index:0
}

#header-internal .navbar-main-navigation {
    padding:34px 14px 48px
}

#header-internal .navbar-main-navigation .nav li a {
    color:#000
}

#header-internal .site-title {
    position: fixed;
    width: 180px;
    height: 35px;
    top: 20px;
    left:30px
}

#header-internal .site-title .logo-akzente-left {
    fill: #7d6254;
    opacity:1
}

#header-internal .site-title .logo-akzente-right {
    fill:#433e48
}

#header-internal ~ #image-header-internal {
    position: relative;
    width: 100vw;
    height: 50vh;
    overflow:hidden
}

#header-internal ~ #image-header-internal figure {
    margin-bottom: 0;
    position: relative;
    background-color: #fbf9f7;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    clip:rect(0, auto, auto, 0)
}

#header-internal ~ #image-header-internal figure::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    content: ''
}

#header-internal ~ #image-header-internal figure .site-title {
    position: fixed;
    width: 180px;
    height: 35px;
    top: 20px;
    left: 30px;
    z-index:2
}

#header-internal ~ #image-header-internal figure .site-title .logo-akzente-left {
    fill: #fff;
    opacity:.7
}

#header-internal ~ #image-header-internal figure .site-title .logo-akzente-right {
    fill:#fff
}

#header-internal ~ #image-header-internal figure figcaption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color:#fff
}

#header-internal ~ #image-header-internal figure figcaption h1, #header-internal ~ #image-header-internal figure figcaption h2 {
    margin: 0 0;
    font-family: 'FreightTextProBold-Regular';
    font-weight: 500;
    font-size: 30px;
    font-size: 3rem;
    z-index: 2;
    position:relative
}

#header-internal ~ #image-header-internal figure figcaption h1 a, #header-internal ~ #image-header-internal figure figcaption h2 a {
    color: #fff;
    text-decoration:none
}

#header-internal ~ #image-header-internal figure figcaption h1 a:hover span, #header-internal ~ #image-header-internal figure figcaption h2 a:hover span {
    text-decoration:underline
}

#header-internal ~ #image-header-internal figure figcaption h2 {
    font-size: 20px;
    font-size:2rem
}

#header-internal ~ #image-header-internal figure figcaption h2 i {
    font-size: 12px;
    font-size: 1.2rem;
    font-style: normal;
    font-family: 'Josefin Sans', sans-serif;
    text-decoration:none
}

#header-internal ~ #image-header-internal figure .global-align-vertical-internal {
    z-index:1
}

#wrapper {
    position: relative;
    margin-top:95px
}

#wrapper #global-cases {
    position: relative;
    z-index:1
}

#wrapper #global-cases dd {
    position: relative;
    padding:0 3rem
}

#wrapper #global-cases dd:first-child + dd figure {
    margin-bottom:3rem
}

#wrapper #global-cases dd figure {
    display: inline-block;
    width: 100%;
    position: relative;
    margin:0
}

#wrapper #global-cases dd figure img {
    width:100%
}

#wrapper #global-cases dd figure figcaption {
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: left;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.2);
    border: 0px solid #fff;
    transition: all 0.4s ease-in;
    color: #fff;
    word-wrap:normal
}

#wrapper #global-cases dd figure figcaption h5 {
    padding: .5rem 1rem;
    margin: 0;
    font-weight:700
}

#wrapper #global-cases dd figure figcaption h5 svg {
    width: 85% !important;
    margin-top:.8rem
}

#wrapper #global-cases dd figure figcaption h5 svg .custom-arrow {
    stroke:#fff
}

#wrapper #global-cases dd figure:hover figcaption {
    transition: all 0.4s ease-out;
    border: 20px solid #fff;
    padding:0
}

#wrapper #global-cases dd #btn-cases {
    position: absolute;
    text-align: center;
    left: 3rem;
    bottom: 0;
    right:3rem
}

#wrapper #cases {
    position:relative
}

#wrapper #cases header {
    margin:0 0 2rem
}

#wrapper #solutions {
    background-color: rgba(227, 213, 200, 0.15);
    padding: 180px 3rem;
    position: relative;
    z-index:0
}

#wrapper #solutions footer .read-more {
    display:inline-grid
}

#wrapper #solutions footer .read-more svg {
    width:20%
}

#wrapper #team {
    margin-top: 0;
    position:relative
}

#wrapper #team header {
    margin-bottom:3rem
}

#wrapper #team article blockquote .read-more {
    margin-top: 2rem;
    display:inline-block
}

#wrapper #team article blockquote svg {
    width:20%
}

#wrapper #team article figure {
    margin-bottom:0
}

#wrapper #latest {
    background-color: rgba(227, 213, 200, 0.15);
    padding: 3rem;
    padding-top: 122px;
    margin-top: 0;
    position:relative
}

#wrapper #latest:before {
    position: absolute;
    background-color: #fbf9f7;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: ''
}

#wrapper #latest #global-latest dd {
    margin:1.9rem 0
}

#wrapper #latest #global-latest dd figure > a {
    display: block;
    margin-bottom: 1rem;
    transition:all 0.2s linear
}

#wrapper #latest #global-latest dd figure > a:hover {
    opacity:.7
}

#wrapper #latest #global-latest dd figure > a img {
    width:100%
}

#wrapper #latest #global-latest dd figure figcaption ol {
    margin: 0 0 1rem;
    padding:0
}

#wrapper #latest #global-latest dd figure figcaption ol li {
    display: inline;
    margin-right: .5rem;
    padding-bottom: .3rem;
    position: relative;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 400;
    transition:all 0.2s linear
}

#wrapper #latest #global-latest dd figure figcaption ol li:hover {
    opacity:.7
}

#wrapper #latest #global-latest dd figure figcaption ol li a {
    text-decoration:none
}

#wrapper #latest #global-latest dd figure figcaption ol li i {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height:3px
}

#wrapper #latest #global-latest dd figure figcaption h6 {
    font-size: 12px;
    font-size:1.2rem
}

#wrapper #latest #global-latest dd figure figcaption h6 a {
    color: #000;
    font-weight:600
}

#wrapper #latest #global-latest dd figure figcaption h6 ~ i {
    margin:0 0 1rem
}

#wrapper #latest #global-latest dd figure figcaption .arrow-latest {
    display: inline-block;
    width: 13%;
    margin-bottom: 1rem;
    transition: all 0.2s linear;
    color:#000
}

#wrapper #latest #global-latest dd figure figcaption .arrow-latest .arrow {
    transform: scale(0.7);
    transform-origin:left center
}

#wrapper #latest #global-latest dd figure figcaption ul {
    padding: 0;
    margin: 0;
    list-style-type:none
}

#wrapper #latest #global-latest dd figure figcaption ul li {
    margin-right: .5rem;
    margin-bottom:.7rem
}

#wrapper #latest #global-latest dd figure figcaption ul li a {
    font-weight: 400;
    color: #7d6254;
    text-decoration: none;
    padding: .4rem .8rem;
    background-color: rgba(227, 213, 200, 0.15);
    border-radius: 94px;
    -moz-border-radius: 94px;
    -webkit-border-radius: 94px;
    transition:all 0.2s linear
}

#wrapper #latest #global-latest dd figure figcaption ul li a:hover {
    color:rgba(125, 98, 84, 0.8)
}

#wrapper #latest footer .read-more {
    width: 100%;
    text-align:center
}

#wrapper #contact {
    margin-top:205px
}

#wrapper #contact #global-contact {
    margin-top:2rem
}

#wrapper #contact #global-contact dd {
    padding:0 35px
}

#wrapper #contact #global-contact dd h5 {
    font-weight:400
}

#wrapper #contact #global-contact dd h5 i {
    font-style: normal;
    font-size: 20px;
    font-size: 2rem;
    position: relative;
    top: 2px;
    padding-right:1rem
}

#wrapper #contact #global-contact dd figure img {
    width:100%
}

#wrapper #contact #global-contact dd figure figcaption {
    padding: 2rem 0 0;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight:300
}

#wrapper #contact #global-contact dd figure figcaption h6 {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    margin:0 0
}

#wrapper #contact #global-contact dd figure figcaption .btn-email {
    margin-top: 1.5rem;
    display: inline-block;
    color:#000
}

#content #industries {
    background-color: rgba(227, 213, 200, 0.15);
    padding-top: 5rem;
    padding-bottom: 2rem;
    margin: 0 0;
    position:relative
}

#content #industries:before {
    position: absolute;
    background-color: #fbf9f7;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: ''
}

#content #industries header {
    padding:2rem 0 4rem
}

#content #industries dl dd {
    margin-bottom:0
}

#content #industries dl dd figure {
    padding: 1rem 0;
    cursor:pointer
}

#content #industries dl dd figure .loop-anim-ind svg {
    max-width:80%
}

#content #industries dl dd figure figcaption {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    transition: all 0.8s linear;
    font-size: 10px;
    font-size: 1rem;
    color: #7d6254;
    margin-top: 1rem;
    word-wrap:break-word
}

#content #industries dl dd:hover figcaption {
    transition: all 1s linear;
    color:#5BB97D
}

#content .title-solution {
    padding:0 0
}

#content .title-solution h1, #content .title-solution h2, #content .title-solution h3, #content .title-solution h4, #content .title-solution h5, #content .title-solution h6 {
    font-size: 20px;
    font-size: 2rem;
    font-family: 'FreightTextProBold-Regular';
    font-weight:500
}

#content #content-internal {
    padding: 3rem 0 3rem;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    grid-column-gap:100px
}

#content #content-internal h1, #content #content-internal h2, #content #content-internal h3, #content #content-internal h4, #content #content-internal h5, #content #content-internal h6 {
    font-family: 'FreightTextProBold-Regular';
    font-weight: 500;
    font-size: 12px;
    font-size: 1.2rem;
    margin:20px 0
}

#content #loop-topics-solution {
    padding-top:3rem
}

#content #loop-topics-solution dd {
    margin-bottom:2rem
}

#content #loop-topics-solution dd h6 {
    font-family: 'FreightTextProBold-Regular';
    font-weight: 500;
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
    padding-left:1rem
}

#content #loop-topics-solution dd h6 i {
    font-style: normal;
    color: #5BB97D;
    position: absolute;
    top: 0;
    left:0
}

#content #global-latest-case {
    background-color: rgba(227, 213, 200, 0.15);
    padding: 6rem 3rem;
    position:relative
}

#content #global-latest-case:before {
    position: absolute;
    background-color: #fbf9f7;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: ''
}

#content #global-latest-case header {
    margin-bottom:1rem
}

#content #global-latest-case header h5 {
    margin:0 0
}

#content #global-latest-case article > * {
    margin:0 0
}

#content #global-latest-case article blockquote i {
    font-style: normal;
    position: relative;
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 1rem;
    display:inline-block
}

#content #global-latest-case article blockquote i:before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: #AEBABF;
    content: ''
}

#content #global-latest-case article blockquote a {
    transition: all 0.2s linear;
    opacity: 1;
    color:#000
}

#content #global-latest-case article blockquote a .arrow {
    transform: scale(0.7);
    transform-origin:left center
}

#content #global-latest-case article blockquote a svg {
    width:10%
}

#content #global-latest-case .arrowAkzente.lpArrow5 {
    z-index:-1
}

#content #topics_solutions #ajax-load-more {
    width:100%
}

#content #topics_solutions #ajax-load-more .alm-listing {
    list-style-type: none;
    padding: 0;
    margin-bottom:0
}

#content #topics_solutions #ajax-load-more .alm-listing li.item {
    padding: 0 2rem;
    margin-bottom:127px
}

#content #topics_solutions #ajax-load-more .alm-listing li.item.format-quote blockquote {
    position: relative;
    padding: 0 0 0 0;
    margin:0 0
}

#content #topics_solutions #ajax-load-more .alm-listing li.item.format-quote blockquote img {
    visibility:hidden
}

#content #topics_solutions #ajax-load-more .alm-listing li.item.format-quote blockquote h6 {
    position: absolute;
    bottom: 50px;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 500;
    font-family: 'FreightTextProBold-Regular';
    color: #7d6254;
    margin:0 0
}

#content #topics_solutions #ajax-load-more .alm-listing li.item.format-quote .first-arrow-case {
    position: absolute;
    z-index: -1;
    top: -160px;
    left:50%
}

#content #topics_solutions #ajax-load-more .alm-listing li.item.format-quote .second-arrow-case {
    position: absolute;
    top: -255px;
    left:14%
}

#content #topics_solutions #ajax-load-more .alm-listing li.item.format-standard figure {
    margin-bottom:0
}

#content #topics_solutions #ajax-load-more .alm-listing li.item.format-standard figure img {
    width:100%
}

#content #topics_solutions #ajax-load-more .alm-listing li.item.format-standard figure figcaption {
    transition: all 0.2s linear;
    background-color: rgba(43, 43, 57, 0.36);
    position: absolute;
    top: 0;
    right: 2rem;
    bottom: 0;
    left: 2rem;
    color: #fff;
    padding:31px 63px 16px
}

#content #topics_solutions #ajax-load-more .alm-listing li.item.format-standard figure figcaption i {
    font-style: normal;
    position: relative;
    font-size: 10px;
    font-size: 1rem;
    margin: .5rem 0 2rem;
    display:inline-block
}

#content #topics_solutions #ajax-load-more .alm-listing li.item.format-standard figure figcaption i:before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: #AEBABF;
    content: ''
}

#content #topics_solutions #ajax-load-more .alm-listing li.item.format-standard figure figcaption h6 {
    visibility: visible;
    font-weight: 400;
    opacity: 1;
    transition:all 0.2s linear
}

#content #topics_solutions #ajax-load-more .alm-listing li.item.format-standard figure figcaption ol {
    list-style-type: none;
    display: block;
    margin: 0 0 1rem;
    padding:0 0
}

#content #topics_solutions #ajax-load-more .alm-listing li.item.format-standard figure figcaption ol li {
    display: inline;
    color: #fff;
    text-decoration:underline
}

#content #topics_solutions #ajax-load-more .alm-listing li.item.format-standard figure figcaption ol li a {
    color: #fff;
    text-decoration:underline
}

#content #topics_solutions #ajax-load-more .alm-listing li.item.format-standard figure figcaption ol li:after {
    content: ', '
}

#content #topics_solutions #ajax-load-more .alm-listing li.item.format-standard figure figcaption ol li:last-child:after {
    content: ''
}

#content #topics_solutions #ajax-load-more .alm-listing li.item.format-standard figure figcaption blockquote {
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s linear;
    padding-bottom: 17px;
    margin-bottom: 0;
    font-size: 9.9px;
    font-size:.99rem
}

#content #topics_solutions #ajax-load-more .alm-listing li.item.format-standard figure figcaption .btn-read {
    position: absolute;
    bottom: 16px;
    color: #fff;
    font-weight:600
}

#content #topics_solutions #ajax-load-more .alm-listing li.item.format-standard figure figcaption .btn-read .arrow {
    transform: scale(0.7);
    transform-origin:left center
}

#content #topics_solutions #ajax-load-more .alm-listing li.item.format-standard figure figcaption .btn-read svg .custom-arrow {
    stroke:#fff
}

#content #topics_solutions #ajax-load-more .alm-listing li.item.format-standard figure:hover figcaption {
    background-color:#5BB97D
}

#content #topics_solutions #ajax-load-more .alm-listing li.item.format-standard figure:hover figcaption h6 {
    visibility: hidden;
    opacity:0
}

#content #topics_solutions #ajax-load-more .alm-listing li.item.format-standard figure:hover figcaption blockquote {
    visibility: visible;
    opacity:1
}

#content #topics_solutions #ajax-load-more .alm-listing li.item.format-standard figure a {
    transition: all 0.2s linear;
    opacity:1
}

#content #topics_solutions #ajax-load-more .alm-listing li.item.format-standard figure a:hover {
    opacity:.7
}

#content #topics_solutions #ajax-load-more .alm-listing li.item.format-standard figure a svg {
    width:12%
}

#content #topics_solutions #ajax-load-more .alm-btn-wrap {
    width: 83.3333333333%;
    text-align: center;
    padding: 1rem 0;
    display: block;
    margin:0 auto
}

#content #topics_solutions #ajax-load-more .alm-btn-wrap .alm-load-more-btn {
    background-color: #5BB97D;
    color: #fff;
    border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border: none;
    padding-left: 35px;
    padding-right:35px
}

#content #topics_solutions #ajax-load-more .alm-btn-wrap .alm-load-more-btn.more {
    display: block;
    margin: 0 auto;
    box-shadow: none;
    cursor:pointer
}

#content #topics_solutions #ajax-load-more .alm-btn-wrap .alm-load-more-btn.more.loading, #content #topics_solutions #ajax-load-more .alm-btn-wrap .alm-load-more-btn.more.done {
    margin: 0 auto;
    cursor:default
}

#content #topics_solutions #ajax-load-more .alm-btn-wrap .alm-load-more-btn.more.done {
    opacity:.2
}

#content #global-latest #header-latest {
    position: relative;
    margin: 3.3rem 0 1rem;
    border-top: 2px solid #7d6254;
    border-bottom: 2px solid #7d6254;
    padding: 1rem 2rem .3rem;
    color: #7d6254;
    transition: 0.5s ease-in-out;
    transform-origin: top center;
    will-change: transform;
    text-align: center;
    width:400px
}

#content #global-latest #header-latest .toggle-filters-title {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    margin: 0 0;
    position:relative
}

#content #global-latest #header-latest .toggle-filters-title:before {
    position: absolute;
    width: 2px;
    height: 53px;
    top: -71px;
    left: 50%;
    background-color: #7d6254;
    content: '';
    transform:translate(-50%, 0)
}

#content #global-latest #header-latest .toggle-filters-icon {
    transition: 0.5s ease-in-out;
    position: relative;
    transform-origin: center center;
    will-change: transform;
    top: -6px;
    margin-left:10px
}

#content #global-latest #header-latest .toggle-filters-icon img {
    width: 32px;
    height:32px
}

#content #global-latest #header-latest.opened-filters {
    width: 100%;
    transition:0.2s ease-in-out
}

#content #global-latest #header-latest.opened-filters .toggle-filters-icon {
    transform:rotate(180deg)
}

#content #global-latest #header-latest #options {
    margin-top:1rem
}

#content #global-latest #header-latest #options .nav-filter h6 {
    margin: 0 0;
    font-size: 10px;
    font-size:1rem
}

#content #global-latest #header-latest #options .nav-filter .option-set input[type=checkbox] {
    display:none
}

#content #global-latest #header-latest #options .nav-filter .option-set input[type=checkbox]:checked + label {
    background-color: #5BB97D;
    color:#fff
}

#content #global-latest #header-latest #options .nav-filter .option-set .button {
    background-color: rgba(227, 213, 200, 0.15);
    border-radius: 94px;
    -moz-border-radius: 94px;
    -webkit-border-radius: 94px;
    padding: 1px 10px;
    font-size: 10px;
    font-size: 1rem;
    color: #7d6254;
    font-weight: 300;
    margin-left: .5rem;
    margin-bottom: .5rem;
    border: none;
    transition:all 0.2s linear
}

#content #global-latest #options ul {
    display: inline-flex;
    margin: 0;
    padding: 0;
    list-style-type:none
}

#content #global-latest #options ul li.filter {
    display: inline-flex;
    margin-left: .5rem;
    margin-bottom:.5rem
}

#content #global-latest #options ul li.filter > a, #content #global-latest #options ul li.filter > .alm-filter--link {
    background-color: rgba(227, 213, 200, 0.15);
    border-radius: 94px;
    -moz-border-radius: 94px;
    -webkit-border-radius: 94px;
    padding: 1px 10px;
    font-size: 10px;
    font-size: 1rem;
    color: #7d6254;
    font-weight: 300;
    border: none;
    transition: all 0.2s linear;
    cursor:pointer
}

#content #global-latest #options ul li.filter > a:hover, #content #global-latest #options ul li.filter > a.active, #content #global-latest #options ul li.filter > a.disabled, #content #global-latest #options ul li.filter > .alm-filter--link:hover, #content #global-latest #options ul li.filter > .alm-filter--link.active, #content #global-latest #options ul li.filter > .alm-filter--link.disabled {
    background-color: #5BB97D;
    color:#fff
}

#content #global-latest #options ul li.filter a label {
    margin: 0;
    cursor:pointer
}

#content #global-latest #filter-display .clone {
    background-color: #5BB97D;
    border-radius: 94px;
    -moz-border-radius: 94px;
    -webkit-border-radius: 94px;
    padding: 6px 25px 5px 10px;
    font-size: 10px;
    font-size: 1rem;
    color: #fff;
    font-weight: 300;
    border: none;
    transition: all 0.2s linear;
    position: relative;
    cursor: pointer;
    margin: 0 .5rem .5rem 0;
    display:inline-flex
}

#content #global-latest #filter-display .clone label {
    padding: 0;
    margin: 0;
    cursor: pointer;
    line-height:1em
}

#content #global-latest #filter-display .clone:after {
    position: absolute;
    content: 'x';
    top: -1px;
    right: 10px;
    font-size: 12px;
    font-size:1.2rem
}

#content #global-latest #filter-display .clone:hover {
    background-color: rgba(227, 213, 200, 0.15);
    color:#7d6254
}

#content #global-latest #filter-display.selected-items {
    padding: 1.4rem 0 1.2rem 0;
    margin-top: 1rem;
    margin-bottom:2.5rem
}

#content #global-latest #filter-display.selected-items .filter-label {
    font-weight: 700;
    font-size: 10px;
    font-size: 1rem;
    color: #7d6254;
    padding-right:1rem
}

#content #global-latest #list-latest {
    width: 100%;
    position:relative
}

#content #global-latest #list-latest .listing-latest {
    list-style-type: none;
    padding: 0;
    position: relative;
    margin-bottom:4rem
}

#content #global-latest #list-latest .listing-latest li {
    transition:all 0.2s linear
}

#content #global-latest #list-latest .listing-latest li figure {
    padding: 15px 20px;
    position: relative;
    transition:all 0.2s linear
}

#content #global-latest #list-latest .listing-latest li figure .hover-latest {
    transition: all 0.2s linear;
    background-color: rgba(227, 213, 200, 0.15);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: '';
    z-index:-1
}

#content #global-latest #list-latest .listing-latest li figure a {
    display: block;
    color:#000
}

#content #global-latest #list-latest .listing-latest li figure a .arrow {
    transform: scale(0.7);
    transform-origin:left center
}

#content #global-latest #list-latest .listing-latest li figure a img {
    width:100%
}

#content #global-latest #list-latest .listing-latest li figure figcaption {
    margin-top:1rem
}

#content #global-latest #list-latest .listing-latest li figure figcaption ol {
    list-style-type: none;
    padding: 0;
    font-weight: 400;
    margin-bottom:1rem
}

#content #global-latest #list-latest .listing-latest li figure figcaption ol li {
    display: inline-block;
    margin-right: .5rem;
    position:relative
}

#content #global-latest #list-latest .listing-latest li figure figcaption ol li a {
    transition: all 0.2s linear;
    opacity: 1;
    display: grid;
    text-decoration:none
}

#content #global-latest #list-latest .listing-latest li figure figcaption ol li a i {
    width: 100%;
    height:3px
}

#content #global-latest #list-latest .listing-latest li figure figcaption ol li a:hover {
    opacity:.7
}

#content #global-latest #list-latest .listing-latest li figure figcaption h6 {
    margin-bottom:.8rem
}

#content #global-latest #list-latest .listing-latest li figure figcaption h6 a {
    color:#000
}

#content #global-latest #list-latest .listing-latest li figure figcaption ul {
    list-style-type: none;
    display: inline-flex;
    padding: 0;
    font-weight: 300;
    flex-wrap:wrap
}

#content #global-latest #list-latest .listing-latest li figure figcaption ul li {
    display: inline;
    margin-right: .5rem;
    margin-bottom: .7rem;
    font-size: 8px;
    font-size:.8rem
}

#content #global-latest #list-latest .listing-latest li figure figcaption ul li a {
    font-weight: 400;
    color: #7d6254;
    text-decoration: none;
    padding: .4rem .8rem;
    background-color: rgba(227, 213, 200, 0.15);
    border-radius: 94px;
    -moz-border-radius: 94px;
    -webkit-border-radius: 94px;
    transition:all 0.2s linear
}

#content #global-latest #list-latest .listing-latest li figure figcaption ul li a:hover {
    color:rgba(125, 98, 84, 0.8)
}

#content #global-latest #list-latest .listing-latest li figure figcaption .read-latest svg {
    width: 12%;
    margin-bottom:.5rem
}

#content #global-latest #list-latest .listing-latest li:hover {
    transition:all 0.2s linear
}

#content #global-latest #list-latest .listing-latest li:hover figure {
    transition: all 0.2s linear;
    position:relative
}

#content #global-latest #list-latest .listing-latest li:hover figure .hover-latest {
    transition: all 0.2s linear;
    background-color:rgba(227, 213, 200, 0)
}

#content #global-latest #list-latest .listing-latest li.model-our-newsletter {
    padding: 1rem 0 4rem 0;
    background-color:#fff
}

#content #global-latest #list-latest .listing-latest li.model-our-newsletter .pointer {
    visibility: hidden;
    top: 3px;
    left:-25px
}

#content #global-latest #list-latest .listing-latest li.model-our-newsletter.load .pointer {
    visibility:visible
}

#content #global-latest #list-latest .listing-latest li.model-our-newsletter h5 {
    font-size: 10px;
    font-size: 1rem;
    position:relative
}

#content #global-latest #list-latest .listing-latest li.model-our-newsletter blockquote {
    font-size: 27px;
    font-size: 2.7rem;
    font-weight: 500;
    font-family: 'FreightTextProBold-Regular'
}

#content #global-latest #list-latest .listing-latest li.model-our-newsletter #btn-cases .read-more svg {
    top: 3px;
    position:relative
}

#content #global-latest #global-follow-us {
    display: flex;
    width: 100%;
    padding-bottom: 100px;
    position:relative
}

#content #global-latest #global-follow-us div .icon-follow-us {
    position: relative;
    left: 12px;
    width: 100%;
    height: 13px;
    top:-40px
}

#content #global-latest #global-follow-us div .icon-follow-us:before, #content #global-latest #global-follow-us div .icon-follow-us:after {
    position: absolute;
    content: ''
}

#content #global-latest #global-follow-us div .icon-follow-us:before {
    width: 34px;
    height: 34px;
    top: -12px;
    left: -30px;
    background-image: url("./../images/pointerLine.svg")
}

#content #global-latest #global-follow-us div .icon-follow-us:after {
    top: -88px;
    right: 12px;
    width: 2px;
    height: 76px;
    background-color:#7d6254
}

#content #global-latest #global-follow-us div h6 {
    font-size: 12px;
    font-size:1.2rem
}

#content #global-latest #global-follow-us div h4 {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 500;
    font-family: 'FreightTextProBold-Regular';
    line-height: .9em;
    margin-bottom:1rem
}

#content #global-latest #global-follow-us div .medias-latest {
    margin: 0 0 1rem;
    padding: 0 0;
    display: flex;
    justify-content: space-around;
    list-style-type:none
}

#content #global-latest #global-follow-us div .medias-latest li {
    padding:0 .5rem
}

#content #global-latest #global-follow-us div .medias-latest li a {
    color: #fff;
    display: block;
    text-decoration: none;
    transition:all 0.2s linear
}

#content #global-latest #global-follow-us div .medias-latest li a:hover {
    opacity:.75
}

#content #global-latest #global-follow-us div .medias-latest li a i {
    width: 60px;
    height: 60px;
    font-size: 15px;
    font-size: 1.5rem;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color:#fff
}

#content #global-latest #global-follow-us div .medias-latest li a i svg {
    height: auto;
    margin: 0 0;
    padding:0 0
}

#content #global-latest #global-follow-us div .medias-latest li.link-facebook a i {
    background-color:#3b5998
}

#content #global-latest #global-follow-us div .medias-latest li.link-facebook a i svg {
    width:1rem
}

#content #global-latest #global-follow-us div .medias-latest li.link-linkedin a i {
    background-color:#4875b4
}

#content #global-latest #global-follow-us div .medias-latest li.link-linkedin a i svg {
    width:1.5rem
}

#content .inc-single-latest {
    font-size: 11px;
    font-size:1.1rem
}

#content .inc-single-latest .entry-header #global-header-info-latest {
    display: inline-block;
    padding: 0 0;
    margin:1rem 0 3rem
}

#content .inc-single-latest .entry-header #global-header-info-latest ol {
    list-style-type: none;
    padding: 0;
    font-weight: 400;
    margin:0 0
}

#content .inc-single-latest .entry-header #global-header-info-latest ol li {
    display: inline-block;
    margin-right: .5rem;
    position:relative
}

#content .inc-single-latest .entry-header #global-header-info-latest ol li a {
    transition: all 0.2s linear;
    opacity: 1;
    display: grid;
    text-decoration:none
}

#content .inc-single-latest .entry-header #global-header-info-latest ol li a i {
    width: 100%;
    height:3px
}

#content .inc-single-latest .entry-header #global-header-info-latest ol li a:hover {
    opacity:.7
}

#content .inc-single-latest .entry-header h1 {
    padding: 0 0;
    margin: 2rem 0 1rem 0;
    display:inline-block
}

#content .inc-single-latest .entry-header blockquote {
    font-weight: 600;
    margin-bottom:2rem
}

#content .inc-single-latest .entry-content {
    line-height:1.8em
}

#content .inc-single-latest .entry-content h1, #content .inc-single-latest .entry-content h2, #content .inc-single-latest .entry-content h3, #content .inc-single-latest .entry-content h4, #content .inc-single-latest .entry-content h5, #content .inc-single-latest .entry-content h6 {
    line-height: 1em;
    font-family: 'FreightTextProBold-Regular';
    margin: 2.5rem 0;
    padding:0 0
}

#content .inc-single-latest .entry-content.col-12 {
    padding:0
}

#content .inc-single-latest .entry-content.col-lg-8 {
    padding-left:0
}

#content .inc-single-latest .entry-content #global-info-event {
    padding: 0 0;
    margin:4rem 0 2rem
}

#content .inc-single-latest .entry-content #global-info-event li {
    margin-bottom: 2rem;
    padding:0 0
}

#content .inc-single-latest .entry-content #global-info-event li > * {
    padding: 0 0;
    margin:0 0
}

#content .inc-single-latest .entry-content #global-info-event li blockquote {
    padding-left: 2rem;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    font-size:1.2rem
}

#content .inc-single-latest .entry-content #global-info-event li blockquote h5, #content .inc-single-latest .entry-content #global-info-event li blockquote h6 {
    margin: 0 0;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    font-size:1.2rem
}

#content .inc-single-latest .entry-content #global-info-event li blockquote h5 {
    font-weight:700
}

#content .inc-single-latest .entry-content #global-info-event li blockquote h6 {
    font-weight:400
}

#content .inc-single-latest .entry-content #global-info-event li blockquote a {
    font-weight: 700;
    color:#7d6254
}

#content .inc-single-latest .entry-content p {
    margin-bottom:1rem
}

#content .inc-single-latest .entry-content p a {
    color: #000;
    text-decoration:underline
}

#content .inc-single-latest .entry-content blockquote {
    padding: 3.5rem 3rem 2rem;
    font-size: 31px;
    font-size: 3.1rem;
    font-weight: 500;
    line-height: 1em;
    font-family: 'FreightTextProBold-Regular';
    color: #7d6254;
    margin:0 0
}

#content .inc-single-latest .entry-content img.size-large {
    width:100%
}

#content .inc-single-latest .entry-content ul {
    margin: 2rem 0;
    list-style-type:none
}

#content .inc-single-latest .entry-content ul li {
    position: relative;
    padding-left:34px
}

#content .inc-single-latest .entry-content ul li:before {
    content: '\00a0';
    background-color: #7d6254;
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius:50%
}

#content .inc-single-latest aside.col-lg-4 {
    padding-right:0
}

#content .inc-single-latest aside figcaption {
    margin-top:2rem
}

#content .inc-single-latest aside figcaption a {
    color: #7d6254;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    text-decoration:none
}

#content .inc-single-latest aside figcaption a .arrow {
    transform: scale(0.8);
    transform-origin:left center
}

#content .inc-single-latest footer {
    padding:3rem 0 0
}

#content .inc-single-latest footer .tags-post {
    padding: 0 0 3rem;
    margin: 0;
    list-style-type: none;
    display:inline-flex
}

#content .inc-single-latest footer .tags-post li {
    display: inline;
    margin-right: .5rem;
    margin-bottom:.7rem
}

#content .inc-single-latest footer .tags-post li a {
    font-weight: 400;
    color: #7d6254;
    text-decoration: none;
    padding: .4rem .8rem;
    background-color: rgba(227, 213, 200, 0.15);
    border-radius: 94px;
    -moz-border-radius: 94px;
    -webkit-border-radius: 94px;
    transition:all 0.2s linear
}

#content .inc-single-latest footer .tags-post li a:hover {
    color:rgba(125, 98, 84, 0.8)
}

#content .inc-single-latest footer .sharedaddy {
    margin-bottom: 2rem;
    display:inline-block
}

#content .inc-single-latest footer .sharedaddy .sd-title {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom:1rem
}

#content .inc-single-latest footer .sharedaddy .sd-title:before {
    display:none
}

#content .inc-single-latest footer .sharedaddy .sd-content li {
    margin-right:.8rem
}

#content .inc-single-latest footer .sharedaddy .sd-content li a {
    transition:all 0.2s linear
}

#content .inc-single-latest footer .sharedaddy .sd-content li a:before {
    font-size: 18px;
    font-size:1.8rem
}

#content .inc-single-latest footer #global-by-author figure {
    padding-left:0
}

#content #our-clients, #content #our-awards, #content .loop-about {
    padding: 3rem;
    margin-top: 5rem;
    margin-bottom:5rem
}

#content #our-clients header, #content #our-awards header, #content .loop-about header {
    margin-bottom:2rem
}

#content #our-clients ul, #content #our-awards ul, #content .loop-about ul {
    list-style-type:none
}

#content #our-clients ul li, #content #our-awards ul li, #content .loop-about ul li {
    padding:1.5rem 1.8rem
}

#content #our-clients {
    background-color: rgba(227, 213, 200, 0.15);
    padding-top: 7rem;
    margin-top: 2rem;
    margin-bottom: 0;
    position:relative
}

#content #our-clients:before {
    background-color: #fbf9f7;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left:0
}

#content #our-awards {
    padding-top: 0;
    margin-top: 0;
    position:relative
}

#content #our-awards ul li {
    position:relative
}

#content #our-awards ul li figure.awards figcaption.tooltip-box {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -90%);
    background-color: #e3d5c8;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding:1rem
}

#content #our-awards ul li figure.awards figcaption.tooltip-box:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #e3d5c8 transparent transparent transparent;
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, 14px);
    bottom:0
}

#content .loop-about ul li {
    padding: 3rem 1.5rem;
    max-width:60%
}

#content #main-info-case {
    position:relative
}

#content #main-info-case blockquote {
    margin-bottom:0
}

#content #main-info-case blockquote p:last-of-type {
    margin-bottom:0
}

#content #main-info-case i {
    font-style: normal;
    position: relative;
    font-size: 10px;
    font-size: 1rem;
    margin: .5rem 15px 2rem;
    display:inline-block
}

#content #main-info-case i:before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: #AEBABF;
    content: ''
}

#content #main-info-case ol {
    list-style-type: none;
    display: block;
    margin: 0 0 1rem;
    padding:0 15px
}

#content #main-info-case ol li {
    display: inline;
    color:#000
}

#content #main-info-case ol li a {
    color:#000
}

#content #main-info-case ol li:after {
    content: ', '
}

#content #main-info-case ol li:last-child:after {
    content: ''
}

#content #main-info-case ol li:first-child:before {
    content: '> '
}

#content #main-info-case ~ .global-arrow-horizontal .arrow-horizontal {
    left: 24rem;
    bottom: auto;
    top:11rem
}

#content #main-info-case ~ #section-third-case figure {
    padding-top:5rem
}

#content #main-info-case ~ .loop-case-blockquote {
    margin-top: 3rem;
    margin-bottom: 3rem;
    position:relative
}

#content #main-info-case ~ .loop-case-blockquote h6 {
    font-size: 27px;
    font-size: 2.7rem;
    font-weight: 500;
    font-family: 'FreightTextProBold-Regular'
}

#content #main-info-case ~ .loop-case-blockquote figure img {
    width:100%
}

#content #main-info-case ~ .loop-case-blockquote blockquote a {
    color: #000;
    text-decoration:underline
}

#content #global-related-post {
    margin-top: 3rem;
    margin-bottom:6rem
}

#content #global-related-post header {
    margin-bottom:2rem
}

#content #global-related-post dl dd figure {
    margin-bottom: 0;
    position:relative
}

#content #global-related-post dl dd figure a {
    display:block
}

#content #global-related-post dl dd figure img {
    width:100%
}

#content #global-related-post dl dd figure figcaption {
    transition: all 0.2s linear;
    background-color: rgba(43, 43, 57, 0.36);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    padding:31px 40px 16px
}

#content #global-related-post dl dd figure figcaption i {
    font-style: normal;
    position: relative;
    font-size: 10px;
    font-size: 1rem;
    margin: .5rem 0 2rem;
    display:inline-block
}

#content #global-related-post dl dd figure figcaption i:before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: #AEBABF;
    content: ''
}

#content #global-related-post dl dd figure figcaption h6 {
    visibility: visible;
    font-weight: 400;
    opacity: 1;
    transition:all 0.2s linear
}

#content #global-related-post dl dd figure figcaption ol {
    list-style-type: none;
    display: block;
    margin: 0 0 1rem;
    padding:0 0
}

#content #global-related-post dl dd figure figcaption ol li {
    display: inline;
    color:#fff
}

#content #global-related-post dl dd figure figcaption ol li a {
    color: #fff;
    text-decoration:underline
}

#content #global-related-post dl dd figure figcaption ol li:after {
    content: ', '
}

#content #global-related-post dl dd figure figcaption ol li:last-child:after {
    content: ''
}

#content #global-related-post dl dd figure figcaption blockquote {
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s linear;
    padding-bottom: 17px;
    margin-bottom: 0;
    font-size: 9.9px;
    font-size:.99rem
}

#content #global-related-post dl dd figure figcaption .btn-read {
    position: absolute;
    bottom: 16px;
    color: #fff;
    font-weight:600
}

#content #global-related-post dl dd figure figcaption .btn-read .arrow {
    transform-origin: left center;
    transform:scale(0.7)
}

#content #global-related-post dl dd figure figcaption .btn-read svg .custom-arrow {
    stroke:#fff
}

#content #global-related-post dl dd figure:hover figcaption {
    background-color:#5BB97D
}

#content #global-related-post dl dd figure:hover figcaption h6 {
    visibility: hidden;
    opacity:0
}

#content #global-related-post dl dd figure:hover figcaption blockquote {
    visibility: visible;
    opacity:1
}

#content #global-related-post dl dd figure a {
    transition: all 0.2s linear;
    opacity:1
}

#content #global-related-post dl dd figure a:hover {
    opacity:.7
}

#content #global-related-post dl dd figure a svg {
    width:12%
}

#content #global-related-post dl#custom-related-latest figure {
    padding: 0 0;
    position: relative;
    transition:all 0.2s linear
}

#content #global-related-post dl#custom-related-latest figure a {
    display:block
}

#content #global-related-post dl#custom-related-latest figure a img {
    width:100%
}

#content #global-related-post dl#custom-related-latest figure figcaption {
    margin-top: 1rem;
    background: transparent;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    color: inherit;
    padding:0 0
}

#content #global-related-post dl#custom-related-latest figure figcaption i {
    margin:0 0
}

#content #global-related-post dl#custom-related-latest figure figcaption ol {
    list-style-type: none;
    padding: 0;
    font-weight: 400;
    margin-bottom: 1rem;
    display: flex;
    flex-wrap:wrap
}

#content #global-related-post dl#custom-related-latest figure figcaption ol li {
    display: inline-block;
    margin-right: .5rem;
    position:relative
}

#content #global-related-post dl#custom-related-latest figure figcaption ol li a {
    transition: all 0.2s linear;
    opacity: 1;
    display: grid;
    text-decoration:none
}

#content #global-related-post dl#custom-related-latest figure figcaption ol li a i {
    width: 100%;
    height:3px
}

#content #global-related-post dl#custom-related-latest figure figcaption ol li a i:before {
    display:none
}

#content #global-related-post dl#custom-related-latest figure figcaption ol li a:hover {
    opacity:.7
}

#content #global-related-post dl#custom-related-latest figure figcaption h6 {
    margin-bottom:.8rem
}

#content #global-related-post dl#custom-related-latest figure figcaption h6 a {
    color:#000
}

#content #global-related-post dl#custom-related-latest figure figcaption ul {
    list-style-type: none;
    display: inline-flex;
    padding: 0;
    font-weight: 300;
    flex-wrap:wrap
}

#content #global-related-post dl#custom-related-latest figure figcaption ul li {
    display: inline;
    margin-right: .5rem;
    margin-bottom: .7rem;
    font-size: 8px;
    font-size:.8rem
}

#content #global-related-post dl#custom-related-latest figure figcaption ul li a {
    font-weight: 400;
    color: #7d6254;
    text-decoration: none;
    padding: .4rem .8rem;
    background-color: rgba(227, 213, 200, 0.15);
    border-radius: 94px;
    -moz-border-radius: 94px;
    -webkit-border-radius: 94px;
    transition:all 0.2s linear
}

#content #global-related-post dl#custom-related-latest figure figcaption ul li a:hover {
    color:rgba(125, 98, 84, 0.8)
}

#content #global-related-post dl#custom-related-latest figure figcaption .read-latest {
    color:#000
}

#content #global-related-post dl#custom-related-latest figure figcaption .read-latest .arrow {
    transform-origin: left center;
    transform:scale(0.7)
}

#content #global-related-post dl#custom-related-latest figure figcaption .read-latest svg {
    width: 12%;
    margin-bottom:.5rem
}

#content #global-related-post dl#custom-related-latest figure:hover figcaption h6 {
    visibility: visible;
    opacity:1
}

#content #global-related-post dl#custom-related-latest figure:hover figcaption h6 a {
    visibility: visible;
    opacity: 1;
    color:#000
}

#content #join-us #global-info-join-us {
    position:relative
}

#content #join-us #global-info-join-us header {
    margin-bottom:2rem
}

#content #join-us #global-info-join-us dl dd blockquote span a {
    color: #000;
    text-decoration: none;
    transition: all 0.2s linear;
    opacity: 1;
    position:relative
}

#content #join-us #global-info-join-us dl dd blockquote span a:hover {
    opacity:.7
}

#content #join-us #global-info-join-us dl dd blockquote span a .arrow {
    position: absolute;
    transform: scale(0.6);
    transform-origin:left center
}

#content #join-us #global-info-join-us dl dd blockquote span a .arrow .arrow__body {
    background-color:#000
}

#content #global-work-us {
    background-color: rgba(227, 213, 200, 0.15);
    padding: 5rem 3rem;
    margin-top: 0;
    margin-bottom: 0;
    position:relative
}

#content #global-work-us:before {
    position: absolute;
    background-color: #f5f2f0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: ''
}

#content #global-work-us .arrowAkzente.lpArrow5 {
    z-index:-1
}

#content #global-work-us dl dd figure img {
    max-width:60%
}

#content #global-work-us dl dd blockquote h6 {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 500;
    font-family: 'FreightTextProBold-Regular'
}

#content #global-work-us dl dd blockquote h6 i {
    color: #5BB97D;
    font-size: 14px;
    font-size: 1.4rem;
    font-style:normal
}

#content #global-job-application {
    width: 100%;
    position:relative
}

#content #global-job-application .arrowAkzente.lpArrow6 {
    z-index:-1
}

#content #global-job-application dl {
    margin: 5rem 0 0;
    padding: 0 0;
    background-color:#f5f2f0
}

#content #global-job-application dl dd {
    padding: 2rem 1rem;
    margin-bottom: 0;
    border-bottom:10px solid #fff
}

#content #global-job-application dl dd:last-of-type {
    border-bottom:none
}

#content #global-job-application dl dd.job-is-active div.header-job-info {
    cursor:pointer
}

#content #global-job-application dl dd div.header-job-info {
    font-size: 10px;
    font-size:1rem
}

#content #global-job-application dl dd div.header-job-info .return-job-title ~ i {
    font-style: normal
}

#content #global-job-application dl dd div.header-job-info[aria-expanded="true"] {
    cursor: default
}

#content #global-job-application dl dd div.header-job-info[aria-expanded="true"] button img {
    transform: rotate(0deg);
    opacity:.6
}

#content #global-job-application dl dd div.header-job-info:hover button {
    opacity:.6
}

#content #global-job-application dl dd div.header-job-info button {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    transition:all 0.2s linear
}

#content #global-job-application dl dd div.header-job-info button img {
    transition: all 0.2s linear;
    transform:rotate(45deg)
}

#content #global-job-application dl dd div.header-job-info button:hover {
    opacity:.6
}

#content #global-job-application dl dd div.content-job-info {
    width: 100%;
    padding-top:4rem
}

#content #global-job-application dl dd div.content-job-info ol {
    list-style-type:none
}

#content #global-job-application dl dd div.content-job-info ol li > * {
    font-size: 10px;
    font-size: 1rem;
    color:#000
}

#content #global-job-application dl dd div.collapse {
    display:none
}

#content #global-job-application dl dd div.collapse.in {
    display:block
}

#content #global-interesting-people {
    width:100%
}

#content #global-interesting-people h4 {
    margin-top: 2rem;
    margin-bottom:2rem
}

#content #global-interesting-people h5 {
    margin-top: 1rem;
    margin-bottom:2rem
}

#content #global-interesting-people blockquote {
    margin-bottom:6rem
}

.home #content .post {
    margin-bottom:40px
}

.home #content .post.sticky {
    padding: 0 20px 20px;
    border:1px dashed #17a2b8
}

#skippy {
    display: block;
    padding: 1em;
    background-color: #f5f5f5;
    outline:0
}

#skippy .skiplink-text {
    padding: .5em;
    outline:1px dotted
}

#content:focus {
    outline:none
}

.pagination-wrap {
    text-align: center;
    margin-top:15px
}

.infinite-scroll .pagination-wrap {
    display:none
}

.custom-title {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight:300
}

.custom-sub-title {
    font-size: 27px;
    font-size: 2.7rem;
    font-weight: 500;
    font-family: 'FreightTextProBold-Regular'
}

.read-more a {
    background-color: #5BB97D;
    padding: 16px 34px;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    color: #fff;
    text-decoration: none;
    position:relative
}

.read-more a.read-more-case {
    padding:16px 70px 16px 34px
}

.read-more a.btn-solution {
    padding:12px 70px 11px 34px
}

.read-more a.btn-our-team {
    padding:16px 70px 16px 34px
}

.read-more a.btn-news {
    padding: 16px 70px 16px 34px;
    margin-left:-25px
}

.read-more a.btn-newsletter {
    padding:16px 70px 16px 34px
}

.read-more a.btn-follow {
    padding:16px 70px 16px 34px
}

.read-more a .arrow {
    position: absolute;
    transform: scale(0.5) translate(12px, -5px);
    transform-origin:left center
}

.read-more a i {
    margin: 0 0 0 0;
    width: 48px;
    display:inline-block
}

.read-more a i svg {
    top: 7px;
    position: relative;
    width:135% !important
}

.read-more a i svg .custom-arrow {
    stroke:#fff
}

#btn-back-single-case.read-more {
    display: inline-grid;
    position: absolute;
    top: 0;
    right: 0;
    z-index:1
}

#btn-back-single-case.read-more a {
    padding-top: 11px;
    padding-bottom:11px
}

#footer {
    text-align: center;
    width: 100%;
    background-color: #9a8d8a;
    color: #fff;
    padding: 3rem 0;
    position: relative;
    font-weight: 600;
    font-size: 10px;
    font-size:1rem
}

#footer .nav-footer {
    margin: 0 0;
    padding: 0 0;
    list-style-type:none
}

#footer .nav-footer li {
    margin:0 15px
}

#footer .nav-footer li a {
    color:#fff
}

#footer .loop-medias {
    margin: 0 0;
    padding: 0 0;
    list-style-type: none;
    color:#000
}

#footer .loop-medias li {
    padding:0 1rem
}

#footer .loop-medias li a {
    color: #000;
    opacity: .5;
    transition: all 0.2s linear;
    font-size: 20px;
    font-size:2rem
}

#footer .loop-medias li a:hover {
    opacity:1
}

#footer .loop-medias li a img {
    width: 2rem;
    height: 2rem;
    margin: 0 0;
    padding:0 0
}

#custom-related dd:first-child {
    padding-left:0
}

#custom-related dd:last-child {
    padding-right:0
}

#custom-related.loop-related-latest dd figure figcaption ol {
    list-style-type: none;
    padding: 0;
    font-weight: 400;
    margin:0 0
}

#custom-related.loop-related-latest dd figure figcaption ol li {
    display: inline-block !important;
    margin-right: .5rem;
    position:relative
}

#custom-related.loop-related-latest dd figure figcaption ol li:before, #custom-related.loop-related-latest dd figure figcaption ol li:after {
    display:none
}

#custom-related.loop-related-latest dd figure figcaption ol li a {
    transition: all 0.2s linear;
    opacity: 1;
    display: grid;
    text-decoration:none
}

#custom-related.loop-related-latest dd figure figcaption ol li a i {
    width: 100%;
    height: 3px;
    margin:0 0 0 0 !important
}

#custom-related.loop-related-latest dd figure figcaption ol li a i:before {
    display:none
}

#custom-related.loop-related-latest dd figure figcaption ol li a:hover {
    opacity:.7
}

#custom-related.loop-related-latest dd figure figcaption ul {
    list-style-type: none;
    padding: 0;
    font-weight: 300;
    margin-top:.3rem
}

#custom-related.loop-related-latest dd figure figcaption ul li {
    display: inline-block;
    margin-right: .5rem;
    margin-bottom: .5rem;
    font-size: 9px;
    font-size:.9rem
}

#custom-related.loop-related-latest dd figure figcaption ul li a {
    border: 1px solid #7d6254;
    color: #7d6254;
    padding: .2rem .5rem;
    transition: all 0.2s linear;
    text-decoration:none
}

#custom-related.loop-related-latest dd figure figcaption ul li a:hover {
    background-color:rgba(227, 213, 200, 0.2)
}

#custom-related.loop-related-latest dd figure figcaption .read-latest svg {
    width: 12%;
    margin-bottom:.5rem
}

html {
    position: relative;
    min-height: 100%;
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
    text-rendering:optimizeLegibility !important
}

body {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    font-size: 11.2px;
    font-size: 1.12rem;
    opacity:1 !important
}

body.logged-in #header.sticky, body.logged-in #header-internal.sticky {
    top:32px !important
}

.nav-scroll {
    position: fixed;
    top: 50%;
    right: 49px;
    transform: translateY(-50%);
    margin: 0 0;
    padding: 0 0;
    list-style-type: none;
    transition: all 0.2s linear;
    opacity:0
}

.nav-scroll li {
    transition: all 0.2s linear;
    list-style-type: none;
    margin: 1rem 0;
    display: block;
    width: 19px;
    height:2px
}

.nav-scroll li.active {
    transform:rotate(-90deg)
}

.nav-scroll li a {
    background-color: #7d6254;
    text-decoration: none;
    display: block;
    width: 100%;
    height:100%
}

.modal-internal-industries .modal-dialog .modal-content {
    background-color:#f5f2f0
}

.modal-internal-industries .modal-dialog .modal-content button.close-modal {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    margin-top: 0;
    transition:all 0.2s linear
}

.modal-internal-industries .modal-dialog .modal-content button.close-modal i {
    background-color: #5BB97D;
    transform: rotate(0);
    padding: .3rem;
    transition: all 0.2s linear;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    line-height: .9em;
    cursor: pointer;
    width: 24px;
    height: 24px;
    transform:rotate(45deg)
}

.modal-internal-industries .modal-dialog .modal-content button.close-modal:hover {
    opacity:.6
}

.modal-internal-industries .modal-dialog .modal-content header {
    padding:0 0 1rem !important
}

.modal-internal-industries .modal-dialog .modal-content header h6 {
    margin:0
}

.modal-internal-industries .modal-dialog .modal-content header h4 {
    text-transform: uppercase;
    color: #5BB97D;
    font-weight: 600;
    font-size: 20px;
    font-size: 2rem;
    padding: 20px 0;
    margin-bottom:0
}

.modal-internal-industries .modal-dialog .modal-content header figure {
    padding: 0;
    margin-bottom:0
}

.modal-internal-industries .modal-dialog .modal-content header figure .loop-anim-ind {
    max-width: 120px;
    margin:0 auto
}

.modal-internal-industries .modal-dialog .modal-content article blockquote h5 {
    font-family: 'FreightTextProBold-Regular';
    font-weight: 500;
    font-size: 20px;
    font-size: 2rem;
    padding-bottom:30px
}

.modal-internal-industries .modal-dialog .modal-content footer h6 {
    font-family: 'FreightTextProBold-Regular';
    font-weight: 500;
    font-size: 20px;
    font-size: 2rem;
    padding-bottom: 1rem;
    margin-top: 2rem;
    margin-bottom:0
}

.modal-internal-industries .modal-dialog .modal-content footer ul li {
    margin:1rem
}

.global-align-vertical {
    position: absolute;
    display: flex;
    align-items: flex-end;
    width: 100vw;
    max-width: 100%;
    height:100vh
}

.global-align-vertical .navbar-main-navigation {
    align-items: flex-end;
    padding:24px 56px 48px
}

.global-align-vertical-internal {
    position: fixed;
    display: flex;
    align-items: flex-start;
    width: 100vw;
    height:50vh
}

.global-align-vertical-internal .navbar-main-navigation {
    align-items: flex-end;
    padding:35px 30px 48px
}

.fixed-header {
    position: fixed;
    top: 0;
    right:0
}

.site-title.fixed-header {
    transform: scale(0.6);
    will-change: transform;
    top: 25px !important;
    padding-top:24px !important
}

#clone-nav .navbar-main-navigation {
    z-index:1
}

.navbar-main-navigation.black .nav li a {
    color:#000
}

.close-modal {
    cursor:pointer
}

.btn-close {
    width:40px
}

#btn-solution {
    background-color: transparent;
    border: none;
    display: inline-flex;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    z-index:1
}

#btn-solution.read-more a {
    padding-right: 70px;
    padding-left: 70px;
    transition:all 0.2s linear
}

#btn-solution.read-more a:hover {
    opacity:.7
}

.page-template-latest {
    overflow-x:hidden
}

.page-template-latest #wrapper {
    margin-top:0
}

.page-template-cases .arrowAkzente.coverArrow2 {
    transform:translate(-62%, 0%)
}

.page-template-default #wrapper {
    margin-top: 0;
    padding-top:10rem
}

.page-template-default #wrapper .wpcf7-form .form-submit-application li {
    font-weight:400
}

.page-template-default #wrapper .wpcf7-form .form-submit-application li label {
    font-weight:400
}

.page-template-default #wrapper .wpcf7-form .form-submit-application li .wpcf7-form-control {
    font-weight:300
}

.page-template-default #wrapper .wpcf7-form .form-submit-application li span.im-agree .wpcf7-list-item-label {
    font-weight:300
}

.page-template-default footer {
    margin-top:10rem
}

.page-template-about .arrowAkzente.coverArrow1 {
    transform:translate(-75%, -110%)
}

.page-template-about #content section .loop-about {
    position:relative
}

.page-template-about #content section#our-history .loop-about {
    padding-bottom: 0;
    margin-bottom:0
}

.page-template-about #content section#our-history .loop-about header {
    margin-bottom:15px
}

.page-template-about #content section#our-history .loop-about header h5 {
    margin-bottom:0
}

.page-template-about #content section.loop-box-button-mode {
    padding: 3rem 0;
    margin-top: 5rem;
    margin-bottom:5rem
}

.page-template-about #content section.loop-box-button-mode blockquote p {
    font-size: 15px;
    font-size: 1.5rem;
    font-family: 'FreightTextProBold-Regular';
    font-weight:500
}

.page-template-about #content section.loop-box-button-mode blockquote p strong {
    font-weight:500
}

.page-template-about #content section.loop-box-button-mode blockquote .read-more {
    background-color: transparent;
    border: none;
    display: table;
    margin: 0 auto;
    padding:0
}

.page-template-about #content section.loop-box-button-mode blockquote .read-more a {
    padding: 10px 75px;
    transition:0.5s ease-in-out
}

.page-template-about #content section.loop-box-button-mode blockquote .read-more a:hover {
    opacity:.7
}

.page-template-about #content section#about-us .loop-about {
    margin-top: 0;
    margin-bottom: 0;
    background-color:#fff
}

.page-template-about #content section#about-us .loop-about .arrowAkzente.lpArrow5 {
    transform: translate(-75%, -50%);
    z-index:-1
}

.page-template-about #content section#our-timeline {
    margin-bottom:0
}

.page-template-about #content section#our-timeline .arrowAkzente.lpArrow5 {
    transform: translate(-75%, -20%);
    z-index:-1
}

.page-template-about #content section#our-partners .loop-about {
    margin-bottom: 0;
    padding-bottom:0
}

.page-template-about #content section#our-partners .arrowAkzente.lpArrow3 {
    position: relative;
    width: 310px;
    height: 340px;
    left: 50%;
    -webkit-transform: translate(-88%, 0);
    -moz-transform: translate(-88%, 0);
    -o-transform: translate(-88%, 0);
    -ms-transform: translate(-88%, 0);
    transform:translate(-88%, 0)
}

.page-template-about #content section#our-network .loop-about {
    margin-top: 0;
    padding-top:0
}

.post-template-default #wrapper {
    margin-top:45px
}

.post-template-default #wrapper .global-author-date {
    margin-top:0
}

.pointer {
    position: relative;
    visibility: hidden;
    left: 0;
    width: 100%;
    height:13px
}

.pointer:before, .pointer:after {
    position: absolute;
    content: ''
}

.pointer:before {
    width: 34px;
    height: 34px;
    top: -12px;
    left: -30px;
    background-image: url("./../images/pointerLine.svg")
}

.pointer:after {
    top: 3px;
    right: 30px;
    width: 537px;
    height: 2px;
    background-color:#7d6254
}

.pointer-line {
    position: absolute;
    width: 9999px;
    height: 2px;
    right: 100%;
    background-color: #7d6254;
    transition: all 0.2s linear;
    -moz-transform: translate(0px, 1px);
    z-index: -1;
    visibility:hidden
}

.pointer-line.show-pointer-line {
    visibility:visible
}

.global-author-date {
    list-style-type: none;
    text-transform: uppercase;
    padding-left: 0;
    margin:2rem 0 0
}

.global-author-date li {
    display:inline
}

.ghost-header {
    width: 100vw;
    height: 100%;
    background-color: rgba(227, 213, 200, 0.15);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:-1
}

.ghost-header img.loading-header {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform:translate(-50%, -50%)
}

#form-default-page .wpcf7-form, #form-default-page .nf-form-cont {
    margin: 6rem 0 0;
    padding:3rem 5rem
}

.acf-map {
    width: 100%;
    height: 400px;
    border: 1px solid transparent;
    margin:20px 0
}

.acf-map img {
    max-width:inherit !important
}

.global-default-page .entry-content h1:first-of-type {
    font-size: 12px;
    font-size:1.2rem
}

.global-default-page .entry-content h2:first-of-type {
    font-size: 32px;
    font-size: 3.2rem;
    font-family: 'FreightTextProBold-Regular';
    font-weight:500
}

.global-default-page .entry-content blockquote {
    font-weight:400
}

.global-default-page .entry-content strong, .global-default-page .entry-content b {
    font-weight:600
}

.global-default-page .entry-content a {
    color: #000;
    text-decoration:underline
}

#googlemaps-default-page .arrowAkzente.lpArrow5 {
    position: relative;
    transform:translate(-50%, 0)
}

#googlemaps-default-page header {
    font-weight: 400;
    padding:3rem 5rem
}

#googlemaps-default-page header h6:first-of-type {
    font-size: 12px;
    font-size:1.2rem
}

#googlemaps-default-page header h5:first-of-type {
    font-size: 32px;
    font-size: 3.2rem;
    font-family: 'FreightTextProBold-Regular';
    font-weight:500
}

.single-solution #wrapper #contact {
    position:relative
}

#caption-header-latest > * {
    padding:0 0
}

.bg-header-latest-int {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color:rgba(0, 0, 0, 0.2)
}

#btn-full-case-report {
    position: relative;
    z-index: 1;
    margin-bottom:3rem
}

#btn-full-case-report a {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #000;
    text-decoration:none
}

button:hover, button:active, button:focus {
    box-shadow:none !important
}

#topics_solutions .separator.arrow-2 {
    position: relative;
    z-index: 1;
    left:-1%
}

#our-clients ~ .separator.arrow-2 {
    position: relative;
    margin-top: -57px;
    left:-1%
}

#content .loop-about {
    margin-top: 0;
    padding:0 0
}

.page-template-solution #wrapper #contact {
    margin-top:0
}

#our-timeline.container-fluid {
    padding-right: 0;
    padding-left:0
}

#our-timeline ~ .separator.arrow-2 {
    margin-top:-56px
}

#our-team.container-fluid {
    padding-right: 0;
    padding-left:0
}

#our-partners .separator.arrow-10 {
    transform: translate(-120px, 0) scale(.75);
    margin-top: -4rem;
    margin-bottom:-3rem
}

#global-info-join-us .separator.arrow-11 {
    transform: translate(8px, -40px) scale(.75);
    margin: 0 0 -11rem;
    z-index: 1;
    position:relative
}

.home #wrapper #contact {
    margin-top:0
}

.single-solution #wrapper #contact {
    margin-top:0
}

.position-anchor {
    position: absolute;
    top: -150px;
    width: 10px;
    height: 10px;
    display:block
}

#our-timeline {
    position:relative
}

#our-timeline .position-anchor {
    top:-280px
}

.model-follow-us .arrow-latest-follow-us {
    margin-bottom:-3rem
}

.model-follow-us .arrow-latest-follow-us .separator {
    transform:translate(0, -69px) scale(.75)
}

#content.section-yes-image #section-first-case {
    margin-top: 0;
    margin-bottom:0
}

#content.section-no-image #main-info-case ~ .loop-case-blockquote {
    margin-bottom:0
}

#content.section-no-image #main-info-case .arrow-cases-no-image {
    margin-top:3rem
}

#content.section-no-image .global-arrow-horizontal blockquote {
    margin-bottom:0
}

#content.section-no-image .global-arrow-horizontal blockquote p:last-of-type {
    margin-bottom:0
}

#content.section-no-image #section-second-case .arrow-cases-no-image {
    margin-bottom:3rem
}

#content.section-no-image #section-third-case .arrow-cases-no-image {
    margin-bottom:3rem
}

#main-info-case .arrow-cases-no-image img {
    height:156px
}

.position-pdf-noimg {
    display: table;
    margin:0 auto
}

.loop-custom-location {
    margin: 0 0;
    padding:0 0
}

.loop-custom-location li {
    list-style-type:none
}

.hidden-mobile-arrow {
    display:block
}

.arrow-mobile {
    display: none;
    position: relative;
    width: 34px;
    height: 152px;
    margin:0 auto
}

#button-burger {
    width: 21px;
    height: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor:pointer
}

#button-burger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition:.25s ease-in-out
}

#button-burger span:nth-child(1) {
    top:0px
}

#button-burger span:nth-child(2) {
    top:8px
}

#button-burger span:nth-child(3) {
    top:16px
}

@media (min-width: 992px) {
    .modal-lg {
        max-width:90%
    }

    #content #industries dl dd.col-lg-3 {
        flex: 0 0 20%;
        max-width:20%
    }
}

@media (min-width: 802px) and(max-width: 991px) {
    #wrapper.container {
        max-width:100%
    }

    #wrapper.container #global-solutions #carousel .flex-viewport ul li {
        font-size: 10px;
        font-size:1rem
    }

    #wrapper.container #global-solutions #carousel ~ #slider {
        margin-top:5rem
    }

    #wrapper.container #global-solutions ~ footer .read-more a.btn-solution {
        text-align:center
    }

    #wrapper.container .modal-dialog {
        max-width:90%
    }

    #wrapper.container .modal-dialog article {
        flex-direction:column
    }

    #wrapper.container .modal-dialog article blockquote div {
        padding:0
    }

    #wrapper .our-story__slider__item__image {
        max-width:100%
    }
}

@media (min-width: 426px) and(max-width: 801px) {
    #header.collapse #MainMenuCollapse, #header-internal.collapse #MainMenuCollapse {
        max-width:100%
    }

    #header ~ .mainSlider-container .arrowAkzente.coverArrow1.join-us {
        left: 50% !important;
        transform:translate(-50%, -100%) !important
    }

    #header ~ .mainSlider-container .mainSlider figcaption h2, #header ~ .mainSlider-container .mainSlider figcaption h3 {
        margin:0 0
    }

    #header ~ .mainSlider-container .mainSlider figcaption blockquote {
        margin: 3rem auto;
        max-width: 100%;
        text-align:center
    }

    #wrapper #cases #global-cases dd {
        padding:0 1rem
    }

    #wrapper #cases #global-cases dd figcaption h5 {
        font-size: 11px;
        font-size:1.1rem
    }

    #wrapper #cases #global-cases dd #btn-cases {
        right: 0;
        left:0
    }

    #wrapper #global-solutions #carousel .flex-viewport ul li {
        font-size: 12px;
        font-size:1.2rem
    }

    #wrapper #global-solutions #carousel ~ #slider {
        margin-top:5rem
    }

    #wrapper #global-solutions ~ footer .read-more {
        display: block;
        text-align:center
    }

    #wrapper #global-solutions ~ footer .read-more a {
        display: inline;
        margin: 0 auto;
        padding:16px 68px 16px 34px
    }

    #wrapper #team header {
        margin-right: 0;
        margin-left:0
    }

    #wrapper #team article blockquote .read-more {
        padding-right: 0;
        padding-left:0
    }

    #wrapper #content #topics_solutions #ajax-load-more .alm-listing li.item {
        padding:0 .5rem
    }

    #wrapper #content #topics_solutions #ajax-load-more .alm-listing li.item.format-standard figure figcaption {
        right: .5rem;
        left: .5rem;
        padding:15px 30px 7px
    }

    #wrapper #content #topics_solutions #ajax-load-more .alm-listing li.item.format-standard figure figcaption blockquote {
        font-size: 9px;
        font-size:.9rem
    }

    #wrapper #content #topics_solutions #ajax-load-more .alm-listing li.item.format-quote blockquote h6 {
        font-size: 15px;
        font-size:1.5rem
    }

    #wrapper #content #main-info-case ~ .global-arrow-horizontal blockquote {
        margin-bottom:0
    }

    #wrapper #content #main-info-case ~ .hidden-mobile-arrow .first-blockquote-img {
        margin-top:0
    }

    #wrapper #content #section-first-case .second-blockquote-img {
        margin-bottom:0
    }

    #wrapper #content #section-second-case .second-blockquote-noimg {
        margin: 0 auto 0 15px;
        left:0
    }

    #wrapper #content #section-second-case .third-blockquote-img {
        margin-top: 0;
        margin-left: auto;
        margin-right:auto
    }

    #wrapper #content #section-third-case .third-blockquote-noimg {
        margin-top:0
    }

    #wrapper #content #join-us #global-info-join-us dl dd {
        margin-bottom:5rem
    }

    #wrapper #content #global-job-application dl dd div.content-job-info ol {
        word-break:break-word
    }

    #wrapper #global-related-post dl dd figure figcaption {
        padding:15px 20px
    }

    #wrapper #global-related-post dl dd figure figcaption ol {
        font-size: 7px;
        font-size:.7rem
    }

    #wrapper #global-related-post dl dd figure figcaption h6 {
        font-size: 9px;
        font-size:.9rem
    }

    #wrapper #global-related-post dl dd figure figcaption:hover h6 {
        visibility: visible;
        opacity:1
    }

    #wrapper #global-related-post dl dd figure figcaption:hover blockquote {
        visibility: hidden;
        opacity:0
    }

    #arrow-case-home {
        margin-top:-4em
    }

    #arrow-solutions-home {
        -webkit-transform: translate(-110px, 0) scale(.75) rotateX(0deg) rotateY(180deg) rotateZ(0deg);
        -moz-transform: translate(-110px, 0) scale(.75) rotateX(0deg) rotateY(180deg) rotateZ(0deg);
        -o-transform: translate(-110px, 0) scale(.75) rotateX(0deg) rotateY(180deg) rotateZ(0deg);
        -ms-transform: translate(-110px, 0) scale(.75) rotateX(0deg) rotateY(180deg) rotateZ(0deg);
        transform:translate(-110px, 0) scale(.75) rotateX(0deg) rotateY(180deg) rotateZ(0deg)
    }

    #arrow-team-home {
        margin-top:-50px
    }

    #arrow-case-single {
        transform:translate(0, 0)
    }

    #arrow-case-solution {
        transform:translate(-50px, 0) scale(.75)
    }

    #btn-solution {
        position: relative;
        margin:0 auto 3rem
    }

    .pointer-line {
        display: none;
        visibility:hidden
    }

    #footer .container {
        flex-direction: column !important;
        justify-content:center !important
    }

    #footer .container > div {
        max-width: 100%;
        margin:1rem 0
    }

    #footer .container .loop-medias {
        justify-content:center !important
    }

    #footer .container .loop-medias li {
        padding:0 1rem
    }

    .modal-dialog.modal-lg {
        max-width:90%
    }

    .modal-dialog.modal-lg #modal-internal-hotTopics header {
        margin:0 0 1rem
    }

    .modal-dialog.modal-lg #modal-internal-hotTopics article {
        flex-direction:column !important
    }

    .modal-dialog.modal-lg #modal-internal-hotTopics article blockquote div {
        margin-top: 0;
        padding:0 0
    }
}

@media (max-width: 801px) {
    .nav li.wpml-ls-item {
        display: inline;
        width:50%
    }

    #wpadminbar.mobile {
        display:none !important
    }

    html.no-js {
        margin-top:0 !important
    }

    html body.logged-in #header.sticky, html body.logged-in #header-internal.sticky {
        top:0 !important
    }

    .custom-sub-title {
        font-size: 20px;
        font-size:2rem
    }

    .odin-navMain__toggler {
        display: block !important;
        position: fixed;
        top: 30px;
        right: 30px;
        z-index: 5;
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        padding:0
    }

    .odin-navMain__toggler:hover, .odin-navMain__toggler:focus, .odin-navMain__toggler:active {
        background: transparent !important;
        border: none !important;
        box-shadow:none !important
    }

    .arrowAkzente.coverArrow1 {
        transform:translate(-50%, -100%) !important
    }

    .arrowAkzente.coverArrow1.join-us {
        transform: translate(-50%, -100%) !important;
        left:50% !important
    }

    .nav-scroll {
        right:5px
    }

    #clone-nav {
        display:none !important
    }

    .arrowAkzente.coverArrow2 {
        transform:translate(-50%, 0)
    }

    #menu-global {
        font-family: 'FreightTextProBold-Regular';
        font-weight: 500;
        text-transform: none;
        opacity:0
    }

    #menu-global li {
        margin:1em 0
    }

    #menu-global li a {
        color: #fff !important;
        font-size: 18px;
        font-size:1.8rem
    }

    #header, #header-internal {
        z-index:6
    }

    #header .site-title, #header-internal .site-title {
        width: 115px !important;
        height: 20px !important;
        padding: 0 !important;
        margin: 0 !important;
        top: 15px !important;
        left: 20px !important;
        z-index:1
    }

    #header .site-title a svg, #header-internal .site-title a svg {
        float:none
    }

    #header .site-title .logo-akzente .logo-akzente-left, #header-internal .site-title .logo-akzente .logo-akzente-left {
        fill: #fff;
        opacity:.7
    }

    #header .site-title .logo-akzente .logo-akzente-right, #header-internal .site-title .logo-akzente .logo-akzente-right {
        fill:#fff
    }

    #header .site-title svg, #header-internal .site-title svg {
        float:none
    }

    #header.sticky .site-title, #header-internal.sticky .site-title {
        transform:scale(1) !important
    }

    #header.sticky .site-title .logo-akzente, #header-internal.sticky .site-title .logo-akzente {
        clip-path: url(#logo-akzente);
        transition:fill 0.4s ease
    }

    #header.sticky .site-title .logo-akzente .logo-akzente-left, #header-internal.sticky .site-title .logo-akzente .logo-akzente-left {
        fill: #7d6254;
        opacity:1
    }

    #header.sticky .site-title .logo-akzente .logo-akzente-right, #header-internal.sticky .site-title .logo-akzente .logo-akzente-right {
        fill:#433e48
    }

    #header.sticky .bg-header, #header-internal.sticky .bg-header {
        display:none !important
    }

    #header.collapse, #header-internal.collapse {
        transition: 0s linear;
        padding: 30px 30px 50px;
        width: 100%;
        height: 20px !important;
        position: fixed;
        transform-origin: top center;
        -webkit-transition-property: none;
        -moz-transition-property: none;
        -o-transition-property: none;
        transition-property:none
    }

    #header.collapse.sticky, #header-internal.collapse.sticky {
        background-color:#fff
    }

    #header.collapse.sticky #global-site-title, #header-internal.collapse.sticky #global-site-title {
        width:auto
    }

    #header.collapse.sticky #button-burger span, #header-internal.collapse.sticky #button-burger span {
        background-color:#000
    }

    #header.collapse.sticky .odin-navMain__toggler svg path, #header-internal.collapse.sticky .odin-navMain__toggler svg path {
        stroke:#000
    }

    #header.collapse #global-site-title, #header-internal.collapse #global-site-title {
        width: auto;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 30px !important;
        left: 30px !important;
        z-index:1
    }

    #header.collapse #MainMenuCollapse, #header-internal.collapse #MainMenuCollapse {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition-property: none;
        -moz-transition-property: none;
        -o-transition-property: none;
        transition-property: none;
        transform-origin: top center;
        padding:0 0
    }

    #header.collapse #MainMenuCollapse #menu-global, #header-internal.collapse #MainMenuCollapse #menu-global {
        transition: 0s linear;
        display:none !important
    }

    #header.collapse #MainMenuCollapse #menu-global .sub-menu, #header-internal.collapse #MainMenuCollapse #menu-global .sub-menu {
        display:none !important
    }

    #header.collapse.in, #header-internal.collapse.in {
        background-color: #9A8D8A;
        background-image: url("../images/arrow-mobile-white.svg");
        background-position: top center;
        background-repeat: no-repeat;
        background-size: 35px auto;
        position: fixed;
        width: 100vw;
        height:100vh !important
    }

    #header.collapse.in #menu-global, #header-internal.collapse.in #menu-global {
        opacity:1
    }

    #header.collapse.in #button-burger span:nth-child(1), #header-internal.collapse.in #button-burger span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 6px;
        left:0
    }

    #header.collapse.in #button-burger span:nth-child(2), #header-internal.collapse.in #button-burger span:nth-child(2) {
        width: 0%;
        opacity:0
    }

    #header.collapse.in #button-burger span:nth-child(3), #header-internal.collapse.in #button-burger span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 6px;
        left:0px
    }

    #header.collapse.in.sticky .logo-akzente .logo-akzente-left, #header-internal.collapse.in.sticky .logo-akzente .logo-akzente-left {
        fill: #fff;
        opacity:.7
    }

    #header.collapse.in.sticky .logo-akzente .logo-akzente-right, #header-internal.collapse.in.sticky .logo-akzente .logo-akzente-right {
        fill:#fff
    }

    #header.collapse.in.sticky #button-burger span, #header-internal.collapse.in.sticky #button-burger span {
        background-color:#fff
    }

    #header.collapse.in.sticky .odin-navMain__toggler svg path, #header-internal.collapse.in.sticky .odin-navMain__toggler svg path {
        stroke:#fff
    }

    #header.collapse.in.sticky #menu-global li a, #header-internal.collapse.in.sticky #menu-global li a {
        color:#fff
    }

    #header.collapse.in #MainMenuCollapse, #header-internal.collapse.in #MainMenuCollapse {
        padding-top: 0;
        width: 100vw !important;
        height:100vh !important
    }

    #header.collapse.in #MainMenuCollapse #menu-global, #header-internal.collapse.in #MainMenuCollapse #menu-global {
        padding-top: 10rem;
        display: block !important;
        float: none !important;
        width: 100%;
        height: 100% !important;
        text-align:center
    }

    #header.collapse.in #MainMenuCollapse #menu-global li, #header-internal.collapse.in #MainMenuCollapse #menu-global li {
        padding:0 0
    }

    #header.collapse.in #MainMenuCollapse #menu-global li .sub-menu, #header-internal.collapse.in #MainMenuCollapse #menu-global li .sub-menu {
        display:none !important
    }

    #header-internal ~ #image-header-internal figure figcaption h1 {
        font-size:2rem
    }

    .site-title.fixed-header {
        transform: scale(1) !important;
        padding-top:0 !important
    }

    header.global-align-vertical {
        bottom: auto !important;
        height:auto !important
    }

    header.global-align-vertical .navbar-main-navigation {
        visibility: hidden;
        align-items:flex-start
    }

    .mainSlider-container .site-title {
        display:none
    }

    .mainSlider-container figcaption h2, .mainSlider-container figcaption h3 {
        width: 100%;
        text-align: center;
        font-size:2.2rem !important
    }

    .mainSlider-container figcaption blockquote {
        font-size:1rem !important
    }

    #ajax-load-more {
        min-height:inherit
    }

    #btn-full-case-report.position-pdf-yesimg, #btn-full-case-report.position-pdf-noimg {
        position: relative;
        z-index: 1;
        display: table;
        margin: 0 0 3rem auto;
        width:auto
    }

    #content #topics_solutions #ajax-load-more .alm-listing li.item.format-standard figure figcaption ol {
        font-size: 8px;
        font-size:.8rem
    }
}

@media (max-width: 425px) {
    .hidden-mobile-arrow {
        display:none !important
    }

    .arrow-mobile {
        display:block !important
    }

    .arrow-mobile .separator {
        transform: translate(-20%, -50px) scale(.75);
        left:50%
    }

    #btn-solution {
        position: relative;
        margin:0 auto 3rem
    }

    #wrapper #global-latest-case {
        padding:2rem 0rem
    }

    #wrapper #global-latest-case > article {
        width:100%
    }

    #wrapper #global-latest-case > article blockquote h3 {
        word-break:break-word
    }

    #wrapper #cases header {
        margin:0 0
    }

    #wrapper #cases #global-cases dd figure figcaption h5 {
        font-size: 9px;
        font-size:.9rem
    }

    #wrapper #solutions {
        margin-top: 0 !important;
        padding: 0 !important;
        background-color: transparent;
        overflow:hidden
    }

    #wrapper #solutions header {
        text-align: center;
        margin: 0 0;
        padding-left: 3rem;
        padding-right:3rem
    }

    #wrapper #solutions #carousel ~ #slider {
        margin-top:3rem
    }

    #wrapper #solutions footer .read-more {
        text-align: center;
        display:block
    }

    #wrapper #solutions footer .read-more a {
        padding:16px 70px 16px 34px
    }

    #wrapper #solutions .arrow-mobile {
        margin-top:5rem
    }

    #wrapper #team {
        margin-top: 0;
        padding:0 0
    }

    #wrapper #team header {
        margin: 0 0;
        padding-left: 3rem;
        padding-right:3rem
    }

    #wrapper #team article {
        margin: 0 0;
        padding:0 0
    }

    #wrapper #team article blockquote {
        padding-left: 3rem;
        padding-right:3rem
    }

    #wrapper #team article blockquote .read-more {
        display: block;
        text-align:center
    }

    #wrapper #team article blockquote .read-more a {
        display: inline;
        margin: 0 auto;
        padding:16px 68px 16px 34px
    }

    #wrapper #team article figure {
        margin: 0 0 70px;
        padding:0
    }

    #wrapper #team article figure img {
        width:100%
    }

    #wrapper #team .arrow-mobile {
        margin-bottom: -4rem;
        z-index:1
    }

    #wrapper #team .arrow-mobile .separator__bullet .js-separator__bullet__outside {
        fill:#FBF9F7
    }

    #wrapper #latest {
        margin-top: 0;
        padding-left: 0;
        padding-right:0
    }

    #wrapper #latest header {
        padding: 0 3rem;
        margin:0
    }

    #wrapper #latest header > * {
        text-align:center
    }

    #wrapper #latest #global-latest dd {
        padding:0 0
    }

    #wrapper #contact {
        margin:30px 0 0 0
    }

    #wrapper #contact header {
        margin: 0;
        padding:0
    }

    #wrapper #contact #global-contact dd {
        padding:0 0
    }

    #wrapper #topics_solutions #ajax-load-more .alm-listing li.item {
        padding: 0 .5rem;
        margin-bottom:40px
    }

    #wrapper #topics_solutions #ajax-load-more .alm-listing li.item .arrow-mobile {
        margin-top: -4rem;
        z-index:-1
    }

    #wrapper #topics_solutions #ajax-load-more .alm-listing li.item.format-quote blockquote h6 {
        font-size: 1.5rem;
        position: relative;
        word-wrap: break-word;
        text-align:center
    }

    #wrapper #topics_solutions #ajax-load-more .alm-listing li.item.format-quote blockquote img {
        max-height:100px
    }

    #wrapper #topics_solutions #ajax-load-more .alm-listing li.item.format-quote .first-arrow-case, #wrapper #topics_solutions #ajax-load-more .alm-listing li.item.format-quote .second-arrow-case {
        display:none
    }

    #wrapper #topics_solutions #ajax-load-more .alm-listing li.item.format-standard figure figcaption {
        right: .5rem;
        left: .5rem;
        padding:30px 30px 17px
    }

    #wrapper #topics_solutions #ajax-load-more .alm-listing li.item.format-standard figure figcaption ol li {
        font-size: 8px;
        font-size:.8rem
    }

    #wrapper #topics_solutions #ajax-load-more ~ .arrow-mobile {
        margin-bottom: -4rem;
        z-index:1
    }

    #wrapper #topics_solutions #ajax-load-more ~ .arrow-mobile .separator__bullet .js-separator__bullet__outside {
        fill:#FBF9F7
    }

    #wrapper #topics_solutions #loop-solution-int dd:last-of-type {
        margin-bottom: 0;
        padding-bottom:0
    }

    #wrapper #our-clients {
        margin: 0 -15px;
        padding-top:6rem
    }

    #wrapper #our-clients header > * {
        margin:0
    }

    #wrapper #our-clients ul {
        margin:0 0
    }

    #wrapper #our-clients, #wrapper #our-awards {
        padding-right: 0;
        padding-left: 0;
        margin-left: 0;
        margin-right:0
    }

    #wrapper #our-clients header, #wrapper #our-awards header {
        padding-right: 0;
        padding-left: 0;
        margin:0 0
    }

    #wrapper #our-clients header blockquote, #wrapper #our-awards header blockquote {
        padding-top:3rem
    }

    #wrapper #our-clients ul li, #wrapper #our-awards ul li {
        width: 50%;
        text-align:center
    }

    #wrapper #our-clients ul li img, #wrapper #our-awards ul li img {
        max-width: 100%;
        max-height:65px !important
    }

    #wrapper #our-awards {
        padding-top:0
    }

    #wrapper #hot-topics {
        padding: 0;
        margin:0
    }

    #wrapper #hot-topics header {
        margin-bottom:1rem
    }

    #wrapper #hot-topics #global-hot-topics dd {
        padding: 1rem;
        flex-direction:column !important
    }

    #wrapper #hot-topics #global-hot-topics dd > * {
        width: 100%;
        padding:0 !important
    }

    #wrapper #hot-topics #global-hot-topics dd figure {
        margin-bottom:2rem
    }

    #wrapper #hot-topics #global-hot-topics dd:last-of-type {
        margin-bottom:0
    }

    #wrapper #industries {
        margin-top:0 !important
    }

    #wrapper #industries header {
        padding-bottom: 1rem;
        margin:0 0
    }

    #wrapper #industries dl dd.col-sm-6 {
        flex: 0 0 50%;
        max-width:50%
    }

    #wrapper #industries dl dd.col-sm-6 figcaption {
        font-size: 7px;
        font-size:.7rem
    }

    #wrapper #section-second-case blockquote {
        margin-top:2rem
    }

    #wrapper #section-third-case {
        margin-top:0 !important
    }

    #wrapper #section-third-case .arrow-mobile {
        margin-bottom:2rem
    }

    #wrapper .section-yes-image #main-info-case ~ .arrow-mobile {
        margin-top: 3rem;
        margin-bottom:3rem
    }

    #wrapper .section-yes-image #section-second-case {
        margin-bottom:0
    }

    #wrapper .section-yes-image #section-second-case blockquote {
        margin-top:0
    }

    #wrapper .section-yes-image #section-second-case figure {
        margin-bottom:0
    }

    #wrapper .section-yes-image #section-second-case .arrow-mobile {
        margin-top: 3rem;
        margin-bottom:3rem
    }

    #wrapper .section-yes-image #section-third-case figure {
        margin-top: 0;
        padding-top:0 !important
    }

    #wrapper #btn-full-case-report.position-pdf-yesimg, #wrapper #btn-full-case-report.position-pdf-noimg {
        display: table;
        margin: 0 auto;
        width:auto
    }

    #wrapper #global-related-post header {
        margin: 0 0 2rem;
        padding:0 0
    }

    #wrapper #global-related-post header > * {
        padding:0 0
    }

    #wrapper #global-related-post #custom-related {
        padding:0 0
    }

    #wrapper #global-related-post #custom-related dd {
        margin: 0 0 2rem;
        padding:0 0
    }

    #wrapper #global-related-post #custom-related dd figure figcaption {
        padding:30px 30px 17px
    }

    #wrapper #global-related-post #custom-related dd figure figcaption h6 {
        font-size: 8px;
        font-size:.8rem
    }

    #wrapper #global-related-post #custom-related dd figure figcaption blockquote {
        font-size: 7px;
        font-size:.7rem
    }

    #wrapper #global-related-post #custom-related dd figure figcaption ol li {
        font-size: 6px;
        font-size:.6rem
    }

    #wrapper #global-related-post #custom-related dd figure figcaption .btn-read {
        font-size: 8px;
        font-size:.8rem
    }

    .modal-internal-industries section article {
        flex-direction:column !important
    }

    #content-internal {
        column-count:1 !important
    }

    #global-latest-case header {
        margin:0 0
    }

    #global-latest-case article blockquote {
        margin-top:2rem !important
    }

    #global-latest #header-latest h3.d-inline-flex {
        font-size:1rem !important
    }

    #global-latest #list-latest .listing-latest li.model-our-newsletter {
        padding-right: 15px !important;
        padding-left:15px !important
    }

    #global-latest #list-latest .listing-latest li.model-our-newsletter.load .pointer {
        display:none
    }

    .inc-single-latest .entry-content #global-info-event li figure {
        width:30%
    }

    .inc-single-latest .entry-content #global-info-event li figure img {
        max-width:70%
    }

    .inc-single-latest .entry-content #global-info-event li blockquote {
        width:70%
    }

    .pointer-line {
        display:none
    }

    .page-template-about #content section .loop-about {
        padding-right: 0;
        padding-left: 0;
        margin-bottom:0 !important
    }

    .page-template-about #content section .loop-about ul li {
        width: 50%;
        text-align: center;
        padding:1.5rem 1.8rem
    }

    .page-template-about #content section#our-history .loop-about {
        margin-top: 0;
        padding-top:0
    }

    .page-template-about #content section#our-timeline {
        position: relative;
        margin-bottom:0
    }

    .page-template-about #content section#our-team header h5 {
        font-size: 17px;
        font-size:1.7rem
    }

    .page-template-about #content section#our-team div:first-of-type {
        flex-direction:column !important
    }

    .page-template-about #content section#our-team div.our-team__slider .our-team__slider__item__image {
        max-width:70%
    }

    .page-template-about #content section#our-partners ul, .page-template-about #content section#our-network ul {
        padding: 0 0;
        margin:0 0
    }

    #header-lastest-internal #global-header-info-latest {
        display: flex !important;
        flex-direction:column-reverse !important
    }

    #header-lastest-internal #global-header-info-latest ol {
        margin-top:2rem !important
    }

    #header-lastest-internal #global-header-info-latest .read-more a {
        display:table
    }

    .inc-single-latest .entry-content blockquote {
        padding-left: 0 !important;
        padding-right:0 !important
    }

    .inc-single-latest footer .tags-post {
        display:inline-table !important
    }

    .inc-single-latest footer .tags-post li {
        display:inline-table !important
    }

    #global-by-author {
        flex-direction:column !important
    }

    #global-by-author figure img {
        width:100%
    }

    #custom-related-latest {
        padding:0
    }

    #custom-related-latest dd {
        padding:0
    }

    #accordion-job {
        margin-bottom:0 !important
    }

    .case-template-default.single-case #btn-back-single-case.read-more {
        position: relative;
        display: grid;
        margin: 0 auto 4rem;
        text-align:center
    }

    .case-template-default.single-case #main-info-case h1 {
        font-size: 20px;
        font-size: 2rem;
        word-wrap:break-word
    }

    .case-template-default.single-case #main-info-case .arrow-mobile {
        margin-top:3rem
    }

    #hotTopicsModal .modal-dialog header {
        margin: 0 0;
        padding-left: 0;
        padding-right:0
    }

    #hotTopicsModal .modal-dialog header h2 {
        font-size: 13px;
        font-size: 1.3rem;
        word-wrap:break-word
    }

    #hotTopicsModal .modal-dialog article {
        padding: 0 0;
        flex-direction:column !important
    }

    #hotTopicsModal .modal-dialog article figure {
        margin-top: 2rem;
        padding:0 0
    }

    #hotTopicsModal .modal-dialog article figure img {
        margin-bottom:2rem
    }

    #hotTopicsModal .modal-dialog article blockquote {
        margin:0 0
    }

    #hotTopicsModal .modal-dialog article blockquote div {
        padding:0 !important
    }

    .global-default-page .entry-content h2:first-of-type {
        font-size: 20px;
        font-size:2rem
    }

    #form-default-page .wpcf7-form {
        margin: 3rem 0 0;
        padding:2rem 1rem
    }

    #form-default-page .wpcf7-form .form-submit-application {
        margin-right: 0;
        margin-left: 0;
        padding: 0
    }

    #form-default-page .wpcf7-form .form-submit-application li input[type="submit"] {
        padding-right: 5rem;
        padding-left:5rem
    }

    #form-default-page .wpcf7-form span.wpcf7-list-item {
        margin:0 0
    }

    #googlemaps-default-page header {
        padding-right: 0;
        padding-left:0
    }

    #join-us #global-info-join-us header {
        margin-right: 0;
        margin-left:0
    }

    #join-us #global-info-join-us header .read-more {
        display: block;
        text-align: center;
        margin-top:20px
    }

    #join-us #global-info-join-us header .read-more a {
        display:inline
    }

    #join-us #global-info-join-us dl dd {
        margin-bottom:5rem
    }

    #join-us #global-info-join-us dl dd:last-of-type {
        margin-bottom:0
    }

    #join-us #global-work-us {
        padding-right: 0;
        padding-left:0
    }
}

@media only screen and (min-device-width: 768px) and(max-device-width: 1024px) and(orientation: landscape) {
    body {
        overflow-x:hidden
    }

    body .separator {
        transform:scale(.65)
    }

    body .separator.first-arrow-case {
        transform:translate(-50%, -50px) scale(.65)
    }

    body .separator.second-arrow-case {
        transform:translate(0, 0) scale(.65)
    }

    body #arrow-solution.separator {
        transform:translate(-5%, -70px) scale(.65)
    }

    body #arrrow-hot-topics.separator {
        transform:translate(-15px, -55px) scale(.65)
    }

    body #arrrow-industries.separator {
        transform:translate(-15px, -57px) scale(.65)
    }

    body #our-partners .separator.arrow-10 {
        transform:translate(-120px, 0) scale(.65)
    }

    body #global-info-join-us .separator.arrow-11 {
        transform:translate(8px, -40px) scale(.65)
    }

    body #arrow-solutions-home {
        transform:translate(100px, 0) scale(.65)
    }

    body #arrow-latest-home {
        transform:translate(-15px, 0) scale(.65)
    }

    body #arrow-case-solution {
        transform:translate(-180px, 0) scale(.65)
    }

    body .arrow-header {
        transform:translate(-50%, 0) scale(.65)
    }

    body .arrow-header.separator-2 {
        transform:translate(0, 0) scale(.65)
    }

    body .model-follow-us .arrow-latest-follow-us .separator {
        transform:translate(0, -69px) scale(.65)
    }

    body #header ~ .mainSlider-container .mainSlider figcaption blockquote p {
        font-size: 10px;
        font-size:1rem
    }

    body #wrapper #team article blockquote .read-more {
        max-width: 100%;
        padding-right: 0;
        padding-left:0
    }

    body #wrapper #global-related-post {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        max-width:100%
    }

    body #wrapper #global-related-post dl dd figure figcaption ol li u {
        font-size: 9px;
        font-size:.9rem
    }

    body #wrapper #content #hot-topics #global-hot-topics dd {
        padding-right: 45px;
        padding-left:45px
    }

    body #wrapper #content #topics_solutions #loop-solution-int dd figure figcaption h6 {
        font-size: 9px;
        font-size:.9rem
    }

    body #wrapper #content #topics_solutions #loop-solution-int dd figure figcaption blockquote {
        font-size: 9px;
        font-size:.9rem
    }

    body #wrapper #content #topics_solutions #ajax-load-more .alm-listing li.item.format-standard figure figcaption {
        padding:20px
    }

    body #wrapper #content #topics_solutions #ajax-load-more .alm-listing li.item.format-standard figure figcaption ol {
        font-size: 9px;
        font-size:.9rem
    }

    body #wrapper #content #topics_solutions #ajax-load-more .alm-listing li.item.format-standard figure figcaption blockquote {
        font-size: 9px;
        font-size:.9rem
    }

    body #wrapper #content #topics_solutions #ajax-load-more .alm-listing li.item.format-quote blockquote h6 {
        font-size: 18px;
        font-size:1.8rem
    }

    body #wrapper #content #topics_solutions #ajax-load-more .alm-listing li.item.format-quote .second-arrow-case {
        left:-3%
    }

    body #wrapper #content #industries dl dd figure figcaption {
        font-size: 7px;
        font-size:.7rem
    }

    body #wrapper #content .pointer-line.show-pointer-line {
        visibility:hidden
    }

    body #wrapper #content .model-follow-us .arrow-latest-follow-us {
        visibility:hidden
    }

    body #wrapper #content .inc-single-latest .entry-content blockquote {
        padding-top: 2rem;
        padding-right: 0;
        padding-bottom: 2rem;
        padding-left:0
    }

    body #wrapper #content .wpcf7-form .form-submit-application li .btn-send-file .btnBrowse {
        font-size: 8px;
        font-size:.8rem
    }

    body #wrapper #solutions footer .read-more {
        padding:0
    }

    body #wrapper .title-solution h1, body #wrapper .title-solution h2, body #wrapper .title-solution h3, body #wrapper .title-solution h4, body #wrapper .title-solution h5, body #wrapper .title-solution h6 {
        padding-right:10rem
    }

    body #footer .nav-footer li a {
        font-size: 8px;
        font-size:.8rem
    }
}

@media only screen and (min-device-width: 1024px) and(max-device-width: 1366px) and(orientation: portrait) and(-webkit-min-device-pixel-ratio: 1.5) {
    body {
        overflow-x:hidden
    }

    body .arrowAkzente.coverArrow1 {
        transform:translate(430%, -110%)
    }

    body .separator {
        transform:scale(.65)
    }

    body .separator.first-arrow-case {
        transform:translate(-50%, -50px) scale(.65)
    }

    body .separator.second-arrow-case {
        transform:translate(0, 0) scale(.65)
    }

    body #arrow-solution.separator {
        transform:translate(-5%, -70px) scale(.65)
    }

    body #arrrow-hot-topics.separator {
        transform:translate(-15px, -55px) scale(.65)
    }

    body #arrrow-industries.separator {
        transform:translate(-15px, -57px) scale(.65)
    }

    body #our-partners .separator.arrow-10 {
        transform:translate(-120px, 0) scale(.65)
    }

    body #global-info-join-us .separator.arrow-11 {
        transform:translate(8px, -40px) scale(.65)
    }

    body #arrow-solutions-home {
        transform:translate(100px, 0) scale(.65)
    }

    body #arrow-latest-home {
        transform:translate(-15px, 0) scale(.65)
    }

    body #arrow-case-solution {
        transform:translate(-180px, 0) scale(.65)
    }

    body .arrow-header {
        transform:translate(-50%, 0) scale(.65)
    }

    body .arrow-header.separator-2 {
        transform:translate(0, 0) scale(.65)
    }

    body .model-follow-us .arrow-latest-follow-us .separator {
        transform:translate(0, -69px) scale(.65)
    }

    body #header ~ .mainSlider-container .mainSlider figcaption blockquote p {
        font-size: 10px;
        font-size:1rem
    }

    body #wrapper #team article blockquote .read-more {
        max-width: 100%;
        padding-right: 0;
        padding-left:0
    }

    body #wrapper #global-cases dd figure figcaption h5 {
        font-size: 10px;
        font-size:1rem
    }

    body #wrapper #global-related-post {
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        max-width:100%
    }

    body #wrapper #global-related-post dl dd figure figcaption ol li u {
        font-size: 9px;
        font-size:.9rem
    }

    body #wrapper #content #hot-topics #global-hot-topics dd {
        padding-right: 45px;
        padding-left:45px
    }

    body #wrapper #content #topics_solutions #loop-solution-int dd figure figcaption h6 {
        font-size: 9px;
        font-size:.9rem
    }

    body #wrapper #content #topics_solutions #loop-solution-int dd figure figcaption blockquote {
        font-size: 9px;
        font-size:.9rem
    }

    body #wrapper #content #topics_solutions #ajax-load-more {
        min-height:1500px
    }

    body #wrapper #content #topics_solutions #ajax-load-more .alm-listing li.item.format-standard figure figcaption {
        padding:20px
    }

    body #wrapper #content #topics_solutions #ajax-load-more .alm-listing li.item.format-standard figure figcaption ol {
        font-size: 9px;
        font-size:.9rem
    }

    body #wrapper #content #topics_solutions #ajax-load-more .alm-listing li.item.format-standard figure figcaption blockquote {
        font-size: 9px;
        font-size:.9rem
    }

    body #wrapper #content #topics_solutions #ajax-load-more .alm-listing li.item.format-quote blockquote h6 {
        font-size: 18px;
        font-size:1.8rem
    }

    body #wrapper #content #topics_solutions #ajax-load-more .alm-listing li.item.format-quote .second-arrow-case {
        left:-3%
    }

    body #wrapper #content #industries dl dd figure figcaption {
        font-size: 7px;
        font-size:.7rem
    }

    body #wrapper #content .pointer-line.show-pointer-line {
        visibility:hidden
    }

    body #wrapper #content .model-follow-us .arrow-latest-follow-us {
        visibility:hidden
    }

    body #wrapper #content .inc-single-latest .entry-content blockquote {
        padding-top: 2rem;
        padding-right: 0;
        padding-bottom: 2rem;
        padding-left:0
    }

    body #wrapper #content .wpcf7-form .form-submit-application li .btn-send-file .btnBrowse {
        font-size: 8px;
        font-size:.8rem
    }

    body #wrapper #solutions footer .read-more {
        padding:0
    }

    body #wrapper .title-solution h1, body #wrapper .title-solution h2, body #wrapper .title-solution h3, body #wrapper .title-solution h4, body #wrapper .title-solution h5, body #wrapper .title-solution h6 {
        padding-right:10rem
    }

    body #footer .nav-footer li a {
        font-size: 8px;
        font-size:.8rem
    }
}

.nf-form-cont {
    background-color:#f5f2f0
}

.nf-form-cont > .nf-form-title {
    display:none
}

.nf-form-cont .nf-form-layout {
    margin-top: 1rem;
    margin-bottom:0
}

.nf-form-cont .nf-form-content {
    margin: 0;
    padding: 0;
    max-width:100%
}

.nf-form-content .nf-field-container {
    margin:0 0
}

.nf-form-content .nf-field-container .nf-field-label {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0;
    padding: .6rem 15px;
    text-align:right
}

.nf-form-content .nf-field-container .nf-field-label label {
    font-weight: 300;
    font-size: 11.2px;
    font-size: 1.12rem;
    line-height:normal
}

.nf-form-content .nf-field-container .nf-field-element {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 8.3333333333%;
    padding: .6rem 15px
}

.nf-form-content .nf-field-container .nf-field-element select, .nf-form-content .nf-field-container .nf-field-element input[type="text"], .nf-form-content .nf-field-container .nf-field-element input[type="email"], .nf-form-content .nf-field-container .nf-field-element input[type="tel"] {
    border: 1px solid #7d6254;
    background-color: #fff;
    width: 100%;
    height: auto;
    padding: .4rem .7rem
}

.nf-form-content .nf-field-container .nf-field-element input[type="button"] {
    background-color: #5BB97D;
    padding: .5rem 7rem .3rem;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.2s linear
}

.nf-form-content .nf-field-container .nf-field-element input[type="button"]:hover {
    opacity: .6
}

.nf-form-content .nf-field-container .nf-field-element input[type="button"]:focus {
    box-shadow:none
}

.nf-form-content .nf-field-container .nf-field-element textarea {
    border: 1px solid #7d6254;
    background-color: #fff;
    width: 100%;
    padding:.4rem .7rem
}

.nf-form-content .nf-field-container.file_upload-container .nf-field-element {
    flex: 0 0 25%;
    max-width: 25%
}

.nf-form-content .nf-field-container.file_upload-container .nf-field-element button[type="button"] {
    color: #fff;
    font-style: normal;
    width: 100%;
    display: block;
    text-align: center;
    cursor: pointer;
    font-weight: 300;
    background-color: #9a8d8a;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    padding: .5rem .7rem;
    transition: all 0.2s linear;
    border: none
}

.nf-form-content .nf-field-container.file_upload-container .nf-field-element button[type="button"]:hover {
    opacity:.6
}

.nf-form-content .nf-field-container.file_upload-container .nf-field-element .nf-fu-progress {
    margin-bottom: 0;
    background-color: transparent;
    box-shadow:none !important
}

.nf-form-content .nf-field-container.file_upload-container .nf-field-element .files_uploaded {
    font-size: 8px;
    font-size:.8rem
}

.nf-form-content .nf-field-container.file_upload-container .nf-field-element .files_uploaded a {
    color: #5BB97D;
    transition:all 0.2s linear
}

.nf-form-content .nf-field-container.file_upload-container .nf-field-element .files_uploaded a:hover {
    opacity:.6
}

.nf-form-content .nf-field-container.file_upload-container .nf-field-description {
    flex: 0 0 35%;
    max-width: 35%;
    padding: .6rem 15px;
    order:20
}

.nf-form-content .nf-field-container.checkbox-container .nf-field-label {
    display:none
}

.nf-form-content .nf-field-container.checkbox-container .nf-field-label label {
    width: 18px;
    height: 18px;
    float:right
}

.nf-form-content .nf-field-container.checkbox-container .nf-field-label label:after {
    top:0
}

.nf-form-content .nf-field-container.checkbox-container .nf-field-element {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    margin: 0;
    padding: .6rem 15px;
    text-align: right
}

.nf-form-content .nf-field-container.checkbox-container .nf-field-element input[type="checkbox"] {
    display:inline-block
}

.nf-form-content .nf-field-container.checkbox-container .nf-field-description {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 8.3333333333%;
    padding: .6rem 15px;
    order:20
}

.nf-form-content .nf-field-container.submit-container .nf-field-label {
    display:none
}

.nf-form-content .nf-field-container.submit-container .nf-field-element {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-left: 0%;
    text-align:center
}

.nf-form-content .nf-after-field {
    font-size: 8px;
    font-size: .8rem;
    text-align:right
}

.nf-form-content .nf-after-field .nf-error-msg {
    padding:.4rem 5rem
}

.nf-before-form-content {
    margin-left: 25%;
    flex: 0 0 75%;
    max-width: 75%;
    padding:.6rem 15px
}

.wpcf7-form {
    background-color:#f5f2f0
}

.wpcf7-form > p {
    display:none
}

.wpcf7-form .form-submit-application {
    list-style-type: none;
    margin-top: 1rem;
    margin-bottom:0
}

.wpcf7-form .form-submit-application li {
    padding-top: .6rem;
    padding-bottom:.6rem
}

.wpcf7-form .form-submit-application li:last-child {
    padding-bottom:0
}

.wpcf7-form .form-submit-application li span {
    display:block
}

.wpcf7-form .form-submit-application li span.wpcf7-acceptance label {
    display:flex
}

.wpcf7-form .form-submit-application li span.wpcf7-acceptance label > * {
    display:inline-flex
}

.wpcf7-form .form-submit-application li span.wpcf7-acceptance label .wpcf7-list-item-label {
    padding-left:10px
}

.wpcf7-form .form-submit-application li span .wpcf7-not-valid-tip {
    color: #d43333;
    font-size: 7px;
    font-size: .7rem;
    font-weight: 600;
    text-align: left;
    padding: .5rem 1.2rem
}

.wpcf7-form .form-submit-application li input[type="text"], .wpcf7-form .form-submit-application li input[type="email"], .wpcf7-form .form-submit-application li input[type="tel"] {
    border: 1px solid #7d6254;
    background-color: #fff;
    width: 100%;
    padding: .4rem .7rem
}

.wpcf7-form .form-submit-application li input[type="text"].wpcf7-not-valid, .wpcf7-form .form-submit-application li input[type="email"].wpcf7-not-valid, .wpcf7-form .form-submit-application li input[type="tel"].wpcf7-not-valid {
    border-color: #d43333
}

.wpcf7-form .form-submit-application li input[type="text"].wpcf7-not-valid ~ .wpcf7-not-valid-tip, .wpcf7-form .form-submit-application li input[type="email"].wpcf7-not-valid ~ .wpcf7-not-valid-tip, .wpcf7-form .form-submit-application li input[type="tel"].wpcf7-not-valid ~ .wpcf7-not-valid-tip {
    display: none
}

.wpcf7-form .form-submit-application li input[type="submit"] {
    background-color: #5BB97D;
    padding: .5rem 7rem .3rem;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.2s linear
}

.wpcf7-form .form-submit-application li input[type="submit"]:hover {
    opacity: .6
}

.wpcf7-form .form-submit-application li input[type="submit"]:focus {
    box-shadow: none
}

.wpcf7-form .form-submit-application li input[type="submit"] ~ .ajax-loader {
    background-image: url("./../images/gif-load.gif");
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    width: 40px;
    height: 0;
    margin: .3rem auto 0;
    transition: all 0.2s linear
}

.wpcf7-form .form-submit-application li input[type="submit"] ~ .ajax-loader.is-active {
    transition: all 0.2s linear;
    margin-top: .8rem;
    height:40px
}

.wpcf7-form .form-submit-application li textarea {
    border: 1px solid #7d6254;
    background-color: #fff;
    width: 100%;
    padding:.4rem .7rem
}

.wpcf7-form .form-submit-application li textarea.wpcf7-not-valid {
    border-color:#d43333
}

.wpcf7-form .form-submit-application li textarea.wpcf7-not-valid ~ .wpcf7-not-valid-tip {
    display:none
}

.wpcf7-form .form-submit-application li .wpcf7-radio .wpcf7-list-item {
    float:left
}

.wpcf7-form .form-submit-application li .wpcf7-radio .wpcf7-list-item.first {
    margin-left:0
}

.wpcf7-form .form-submit-application li .wpcf7-radio .wpcf7-list-item label {
    display: table;
    padding-right:50px
}

.wpcf7-form .form-submit-application li .wpcf7-radio .wpcf7-list-item label > * {
    display:table-cell
}

.wpcf7-form .form-submit-application li .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
    padding-left:10px
}

.wpcf7-form .form-submit-application li.submit-application-job {
    padding-top:1rem
}

.wpcf7-form .form-submit-application li.data-protection-application-job {
    padding: 1rem 0 0rem;
    font-size: 8px;
    font-size:.8rem
}

.wpcf7-form .form-submit-application li .btn-send-file div:first-child {
    padding-left:0
}

.wpcf7-form .form-submit-application li .btn-send-file .btnBrowse {
    color: #fff;
    font-style: normal;
    width: 100%;
    display: block;
    text-align: center;
    cursor: pointer;
    font-weight: 300;
    background-color: #9a8d8a;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    padding: .5rem .7rem;
    transition:all 0.2s linear
}

.wpcf7-form .form-submit-application li .btn-send-file .btnBrowse:hover {
    opacity:.6
}

.wpcf7-form .form-submit-application li .photoCover {
    width: 100%;
    padding: 1rem 0 0;
    margin: 0 0;
    font-size: 7px;
    font-size: .7rem;
    font-weight:600
}

.wpcf7-form .form-submit-application ~ .wpcf7-response-output {
    text-align:center
}

.separator {
    display: block;
    margin: auto;
    transform:scale(.75)
}

.separator__path {
    fill: none;
    stroke: #78634d;
    stroke-width:3px
}

.separator__bullet {
    fill: #78634d;
    stroke: #78634d;
    stroke-width:3px
}

.separator.first-arrow-case {
    transform:translate(-50%, -50px) scale(.75)
}

.separator.second-arrow-case {
    transform:translate(0, 0) scale(.75)
}

.custom-arrow {
    fill: none;
    stroke: #000;
    stroke-width:3px
}

.arrow-1 {
    width:61px
}

.arrow-2 {
    width:47px
}

.arrow-3 {
    width:703px
}

.arrow-4 {
    width:371px
}

.arrow-5 {
    width:59px
}

.arrow-6 {
    width:604px
}

.arrow-7 {
    width:559px
}

.arrow-8 {
    width:766px
}

.arrow-9 {
    width:61px
}

.arrow-10 {
    width:396px
}

.arrow-11 {
    width:655px
}

#arrow-solution.separator {
    position: relative;
    margin: 0 0 -80px 0;
    transform:translate(9%, -70px) scale(.75)
}

#arrrow-hot-topics.separator {
    transform: translate(-15px, -82px) scale(.75);
    margin-bottom: -13rem;
    z-index: 1;
    position:relative
}

#arrrow-industries.separator {
    transform: translate(-15px, -57px) scale(.75);
    margin-bottom: -3rem;
    z-index: 1;
    position:relative
}

#arrow-case-solution {
    margin: -5rem auto -8rem;
    position: relative;
    z-index: 1;
    transform:translate(-180px, 0) scale(.75)
}

#arrow-contact-solution {
    margin: -81px auto 0;
    transform:translate(-15px, 0)
}

#arrow-case-single {
    margin: -7rem 0 -5rem;
    transform:translate(90px, 0)
}

#arrow-case-single .separator.arrow-7 {
    margin:0 0
}

.arrow-header {
    position: absolute;
    left: 50%;
    bottom: -200px;
    transform:translate(-50%, 0) scale(.75)
}

.arrow-header.separator-1 .separator__path {
    stroke:#fff !important
}

.arrow-header.separator-1 .separator__bullet {
    fill: #fff;
    stroke:#fff
}

.arrow-header.separator-2 {
    z-index: -1;
    bottom: 0;
    position: relative;
    top: -112px;
    transform: translate(0, 0) scale(.75);
    left: 0;
    margin-bottom:-15rem
}

#global-arrow-header {
    position: relative;
    width: 47px;
    left: 50%;
    transform:translate(0, 0)
}

#global-arrow-header .separator {
    position:absolute
}

#global-arrow-header .first-arrow, #global-arrow-header .second-arrow {
    overflow: hidden;
    clip:rect(0, auto, auto, 0)
}

#global-arrow-header .first-arrow {
    height: 48px;
    background-color:#fff
}

#global-arrow-header .first-arrow .separator {
    top:-53px
}

#global-arrow-header .first-arrow .separator .separator__path {
    stroke:#fff
}

#global-arrow-header .second-arrow {
    top: 48px;
    height: 133px;
    background-color:blue
}

#global-arrow-header .second-arrow .separator {
    top:-48px
}

#arrow-page-cases {
    margin-bottom: -9rem;
    transform: translate(-15px, 0);
    position: relative;
    z-index:1
}

.arrowAkzente {
    position: absolute;
    z-index:1
}

.arrowAkzente.coverArrow1 {
    left: 50%;
    transform:translate(430%, -90%)
}

.arrowAkzente.coverArrow2 {
    width: 70px;
    left: 50%;
    transform:translate(-75%, 0)
}

.arrowAkzente.lpArrow3 {
    width: 624px;
    bottom:0
}

.arrowAkzente.lpArrow4 {
    width: 264px;
    left: 50%;
    transform:translate(-18%, 0)
}

.arrowAkzente.lpArrow5, .arrowAkzente.lpArrow6 {
    width: 64px;
    left: 50%;
    transform:translate(-75%, 0)
}

.arrowAkzente.lpArrow6 {
    z-index:-1
}

.arrowAkzente.coverArrow1 .arrow-1 .separator__path {
    fill: none;
    stroke:none
}

.arrowAkzente.coverArrow1 .arrow-1 .separator__path__fake {
    fill: none;
    stroke: #fff;
    stroke-width:3px
}

.arrowAkzente.coverArrow1 .arrow-1 .separator__bullet {
    fill: #fff;
    stroke:#fff
}

.arrowAkzente.coverArrow1 .arrow-1 .separator__bullet .js-separator__bullet__outside {
    fill:transparent
}

.arrowAkzente.coverArrow1.cases {
    transform:translate(200%, -90%)
}

.arrowAkzente.coverArrow1.cases.language-en {
    transform:translate(240%, -90%)
}

.arrowAkzente.coverArrow1.solution {
    transform:translate(-50%, -100%)
}

.arrowAkzente.coverArrow1.about {
    transform:translate(-50%, -100%)
}

.arrowAkzente.coverArrow1.join-us {
    left: 0 !important;
    transform:translate(-100%, -92%) !important
}

.arrow-cases-no-image {
    position: relative;
    width:100%
}

.arrow-cases-no-image img {
    display: flex;
    width: 49px;
    height: 173px;
    margin:0 auto
}

#arrow-work-us {
    margin:-57px auto 0
}

#arrow-job-application {
    margin:-52px auto 0
}

#arrow-case-home {
    margin: -9em 0 -13em 0;
    transform:translate(-25px, 0px)
}

#arrow-solutions-home {
    margin: -15rem auto -3rem;
    transform:translate(100px, 0) scale(.75)
}

#arrow-team-home {
    margin: -83px auto -10rem;
    position: relative;
    z-index: 1;
    transform:translate(-15px, 0px)
}

#arrow-latest-home {
    margin: -52px auto 0;
    transform:translate(-15px, 0) scale(.75)
}

#arrow-footer-curves {
    position: relative;
    width: 500px;
    left:7rem
}

.first-blockquote-noimg {
    height:228px
}

.second-blockquote-noimg {
    left: -5em;
    position: relative;
    height:51px
}

.third-blockquote-noimg {
    position: relative;
    margin-top: -7em;
    height:205px
}

.first-blockquote-img {
    margin-top: -4em;
    height:200px
}

.second-blockquote-img {
    margin-bottom: -6em;
    height:230px
}

.third-blockquote-img {
    margin-top: -80px;
    margin-bottom: -7em;
    height:243px
}

.hot-topic-modal .modal-dialog {
    margin-top: 1rem;
    background-color:#f5f2f0
}

.hot-topic-modal .modal-dialog #modal-internal-hotTopics button.close-modal {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    margin-top: 0;
    transition:all 0.2s linear
}

.hot-topic-modal .modal-dialog #modal-internal-hotTopics button.close-modal i {
    background-color: #5BB97D;
    padding: .3rem;
    transition: all 0.2s linear;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    line-height: .9em;
    cursor: pointer;
    width: 24px;
    height: 24px;
    transform:rotate(45deg)
}

.hot-topic-modal .modal-dialog #modal-internal-hotTopics button.close-modal:hover {
    opacity:.6
}

.hot-topic-modal .modal-dialog header {
    margin-bottom:56px
}

.hot-topic-modal .modal-dialog header h2 {
    margin-bottom:0
}

.hot-topic-modal .modal-dialog article p a {
    color: #000;
    text-decoration:underline
}

.hot-topic-modal .modal-dialog article figure img {
    margin-bottom:50px
}

.hot-topic-modal .modal-dialog article blockquote {
    padding-right: 0;
    padding-left:0
}

.hot-topic-modal .modal-dialog article blockquote div h6 {
    font-family: 'FreightTextProBold-Regular';
    font-weight: 500;
    font-size:24px
}

.hot-topic-modal .modal-dialog article blockquote div:first-of-type {
    padding-left:0
}

.hot-topic-modal .modal-dialog article blockquote div:last-of-type {
    padding-right:0
}

.hot-topic-modal .modal-dialog footer h5 {
    text-transform: uppercase;
    display:block
}

.hot-topic-modal .modal-dialog footer h5 a {
    font-weight:300
}

.hot-topic-modal .modal-dialog footer a {
    transition: all 0.2s linear;
    display: block;
    font-weight: 400;
    color: #000;
    text-decoration:none
}

.hot-topic-modal .modal-dialog footer a svg {
    width:20%
}

.hot-topic-modal .modal-dialog footer a:hover {
    opacity:.7
}

#content #topics_solutions {
    position:relative
}

#content #topics_solutions header {
    margin:0 0 6rem
}

#content #topics_solutions #loop-solution-int dd figure {
    position:relative
}

#content #topics_solutions #loop-solution-int dd figure a {
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    z-index: 2;
    position:absolute
}

#content #topics_solutions #loop-solution-int dd figure:before {
    transition: all 0.2s linear;
    background: rgba(43, 43, 57, 0.3);
    background: -moz-linear-gradient(top, rgba(43, 43, 57, 0.3) 0%, rgba(43, 43, 57, 0.8) 77%, rgba(43, 43, 57, 0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(43, 43, 57, 0.3)), color-stop(77%, rgba(43, 43, 57, 0.8)), color-stop(100%, rgba(43, 43, 57, 0.8)));
    background: -webkit-linear-gradient(top, rgba(43, 43, 57, 0.3) 0%, rgba(43, 43, 57, 0.8) 77%, rgba(43, 43, 57, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(43, 43, 57, 0.3) 0%, rgba(43, 43, 57, 0.8) 77%, rgba(43, 43, 57, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(43, 43, 57, 0.3) 0%, rgba(43, 43, 57, 0.8) 77%, rgba(43, 43, 57, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(43, 43, 57, 0.3) 0%, rgba(43, 43, 57, 0.8) 77%, rgba(43, 43, 57, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2b2b39', endColorstr='#2b2b39', GradientType=0);
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    position:absolute
}

#content #topics_solutions #loop-solution-int dd figure figcaption {
    position: absolute;
    right: 25px;
    bottom: 10px;
    left: 25px;
    color: #fff;
    z-index: 1;
    transition:all 0.2s linear
}

#content #topics_solutions #loop-solution-int dd figure figcaption blockquote {
    opacity: 0;
    margin-bottom:1.5rem
}

#content #topics_solutions #loop-solution-int dd figure figcaption svg {
    width: 24%;
    margin:0 0 0 0
}

#content #topics_solutions #loop-solution-int dd figure figcaption svg .custom-arrow {
    stroke:#fff
}

#content #topics_solutions #loop-solution-int dd figure figcaption a {
    color:#fff
}

#content #topics_solutions #loop-solution-int dd figure:hover:before {
    background-image: none;
    background-color:#5bb97d
}

#content #topics_solutions #loop-solution-int dd figure:hover blockquote {
    transition: all 0.3s linear;
    opacity:1
}

#content #hot-topics {
    position:relative
}

#content #hot-topics header {
    margin: 0 0 5rem;
    padding-right: 0;
    padding-left:0
}

#content #hot-topics header h1, #content #hot-topics header h2, #content #hot-topics header h3, #content #hot-topics header h4, #content #hot-topics header h5, #content #hot-topics header h6 {
    padding-right: 0;
    padding-left:0
}

#content #global-hot-topics dd {
    --padding-y: 15px;
    --padding-x: 25px;
    padding:var(--padding-y) var(--padding-x)
}

@media all and (min-width: 800px) {
    #content #global-hot-topics dd {
        --padding-y: 25px;
        --padding-x: 55px
    }
}

@media all and (min-width: 1200px) {
    #content #global-hot-topics dd {
        --padding-y: 45px;
        --padding-x: 95px
    }
}

#content #global-hot-topics dd:first-child {
    padding-top:calc(2 * var(--padding-y))
}

#content #global-hot-topics dd:last-child {
    padding-bottom:calc(2 * var(--padding-y))
}

#content #global-hot-topics figcaption {
    --padding: 0;
    padding:0 0 0 var(--padding)
}

@media all and (min-width: 800px) {
    #content #global-hot-topics figcaption {
        --padding: 20px
    }
}

@media all and (min-width: 1200px) {
    #content #global-hot-topics figcaption {
        --padding: 60px
    }
}

@media all and (max-width: 800px) {
    #content #global-hot-topics dd {
        flex-direction:column
    }

    #content #global-hot-topics dd > * {
        flex-basis:auto
    }

    #content #global-hot-topics figcaption {
        padding:15px
    }
}

#content #global-hot-topics {
    padding: 0 0;
    margin-bottom:0
}

#content #global-hot-topics dd {
    margin-bottom: 0;
    background-color:rgba(227, 213, 200, 0.15)
}

#content #global-hot-topics dd figure {
    padding: 0 0;
    margin-bottom:0
}

#content #global-hot-topics dd figcaption {
    margin:0 0
}

#content #global-hot-topics dd figcaption h6 {
    font-weight: 400;
    font-size: 12px;
    font-size:1.2rem
}

#content #global-hot-topics dd figcaption a {
    font-weight: 400;
    color: #000;
    text-decoration: none;
    transition: all 0.2s linear;
    opacity:1
}

#content #global-hot-topics dd figcaption a .arrow {
    transform: scale(0.55);
    transform-origin:left center
}

#content #global-hot-topics dd figcaption a svg {
    width:10%
}

.hot-topics--related {
    background: #fafafa;
    padding-top: 15px;
    padding-bottom:15px
}

.hot-topics--related--item {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
    height:100%
}

.hot-topics--related--item:hover {
    background: #fff;
    text-decoration: none;
    box-shadow:0 0 15px rgba(0, 0, 0, 0.2)
}

#content #topics_solutions {
    position:relative
}

#content #topics_solutions header {
    margin:0 0 6rem
}

#content #topics_solutions #loop-solution-int dd figure {
    position:relative
}

#content #topics_solutions #loop-solution-int dd figure a {
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    z-index: 2;
    position:absolute
}

#content #topics_solutions #loop-solution-int dd figure:before {
    transition: all 0.2s linear;
    background: rgba(43, 43, 57, 0.3);
    background: -moz-linear-gradient(top, rgba(43, 43, 57, 0.3) 0%, rgba(43, 43, 57, 0.8) 77%, rgba(43, 43, 57, 0.8) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(43, 43, 57, 0.3)), color-stop(77%, rgba(43, 43, 57, 0.8)), color-stop(100%, rgba(43, 43, 57, 0.8)));
    background: -webkit-linear-gradient(top, rgba(43, 43, 57, 0.3) 0%, rgba(43, 43, 57, 0.8) 77%, rgba(43, 43, 57, 0.8) 100%);
    background: -o-linear-gradient(top, rgba(43, 43, 57, 0.3) 0%, rgba(43, 43, 57, 0.8) 77%, rgba(43, 43, 57, 0.8) 100%);
    background: -ms-linear-gradient(top, rgba(43, 43, 57, 0.3) 0%, rgba(43, 43, 57, 0.8) 77%, rgba(43, 43, 57, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(43, 43, 57, 0.3) 0%, rgba(43, 43, 57, 0.8) 77%, rgba(43, 43, 57, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2b2b39', endColorstr='#2b2b39', GradientType=0);
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    position:absolute
}

#content #topics_solutions #loop-solution-int dd figure figcaption {
    position: absolute;
    right: 25px;
    bottom: 10px;
    left: 25px;
    color: #fff;
    z-index: 1;
    transition:all 0.2s linear
}

#content #topics_solutions #loop-solution-int dd figure figcaption blockquote {
    opacity: 0;
    margin-bottom:1.5rem
}

#content #topics_solutions #loop-solution-int dd figure figcaption svg {
    width: 24%;
    margin:0 0 0 0
}

#content #topics_solutions #loop-solution-int dd figure figcaption svg .custom-arrow {
    stroke:#fff
}

#content #topics_solutions #loop-solution-int dd figure figcaption a {
    color:#fff
}

#content #topics_solutions #loop-solution-int dd figure:hover:before {
    background-image: none;
    background-color:#5bb97d
}

#content #topics_solutions #loop-solution-int dd figure:hover blockquote {
    transition: all 0.3s linear;
    opacity:1
}

#content #hot-topics {
    position:relative
}

#content #hot-topics header {
    margin: 0 0 5rem;
    padding-right: 0;
    padding-left:0
}

#content #hot-topics header h1, #content #hot-topics header h2, #content #hot-topics header h3, #content #hot-topics header h4, #content #hot-topics header h5, #content #hot-topics header h6 {
    padding-right: 0;
    padding-left:0
}

#content #global-hot-topics dd {
    --padding-y: 15px;
    --padding-x: 25px;
    padding:var(--padding-y) var(--padding-x)
}

@media all and (min-width: 800px) {
    #content #global-hot-topics dd {
        --padding-y: 25px;
        --padding-x: 55px
    }
}

@media all and (min-width: 1200px) {
    #content #global-hot-topics dd {
        --padding-y: 45px;
        --padding-x: 95px
    }
}

#content #global-hot-topics dd:first-child {
    padding-top:calc(2 * var(--padding-y))
}

#content #global-hot-topics dd:last-child {
    padding-bottom:calc(2 * var(--padding-y))
}

#content #global-hot-topics figcaption {
    --padding: 0;
    padding:0 0 0 var(--padding)
}

@media all and (min-width: 800px) {
    #content #global-hot-topics figcaption {
        --padding: 20px
    }
}

@media all and (min-width: 1200px) {
    #content #global-hot-topics figcaption {
        --padding: 60px
    }
}

@media all and (max-width: 800px) {
    #content #global-hot-topics dd {
        flex-direction:column
    }

    #content #global-hot-topics dd > * {
        flex-basis:auto
    }

    #content #global-hot-topics figcaption {
        padding:15px
    }
}

#content #global-hot-topics {
    padding: 0 0;
    margin-bottom:0
}

#content #global-hot-topics dd {
    margin-bottom: 0;
    background-color:rgba(227, 213, 200, 0.15)
}

#content #global-hot-topics dd figure {
    padding: 0 0;
    margin-bottom:0
}

#content #global-hot-topics dd figcaption {
    margin:0 0
}

#content #global-hot-topics dd figcaption h6 {
    font-weight: 400;
    font-size: 12px;
    font-size:1.2rem
}

#content #global-hot-topics dd figcaption a {
    font-weight: 400;
    color: #000;
    text-decoration: none;
    transition: all 0.2s linear;
    opacity:1
}

#content #global-hot-topics dd figcaption a .arrow {
    transform: scale(0.55);
    transform-origin:left center
}

#content #global-hot-topics dd figcaption a svg {
    width:10%
}

.hot-topics--related {
    background: #fafafa;
    padding-top: 15px;
    padding-bottom:15px
}

.hot-topics--related--item {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #000;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
    height:100%
}

.hot-topics--related--item:hover {
    background: #fff;
    text-decoration: none;
    box-shadow:0 0 15px rgba(0, 0, 0, 0.2)
}

.global-solution-spinning-carousel {
    color: #fff;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top:100%
}

.global-solution-spinning-carousel > * {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height:100%
}

.global-solution-spinning-carousel .bg-carousel {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #5BB97D;
    right: 0;
    margin: auto;
    z-index:-1
}

.global-solution-spinning-carousel .bg-carousel-spinner {
    right: 0;
    bottom: 0;
    animation: spin 10s linear infinite;
    margin: auto;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    background:no-repeat center center
}

.global-solution-spinning-carousel .slides-wrapper {
    display: flex;
    align-items:center
}

.global-solution-spinning-carousel .slides {
    margin: 0;
    max-width: 100%;
    transform: translate3d(0px, 0px, 0px) !important;
    list-style-type: none;
    padding: 2rem 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:center
}

.global-solution-spinning-carousel .slides li {
    --li-padding: 3px;
    float: none !important;
    margin: 0 0 !important;
    cursor: pointer;
    width: 100% !important;
    transition: all 0.2s linear;
    font-size: 7.5px;
    font-size: .75rem;
    font-size: .75rem !important;
    padding:var(--li-padding) 0
}

@media all and (min-width: 1200px) {
    .global-solution-spinning-carousel .slides li {
        --li-padding: 10px
    }
}

.global-solution-spinning-carousel .slides li:hover {
    opacity:.7
}

.global-solution-spinning-carousel .slides li.flex-active-slide {
    font-weight:700
}

.global-solution-spinning-carousel-remote {
    align-self:flex-end
}

.global-solution-spinning-carousel-remote ul {
    padding: 0 0 0 10px;
    margin: 0;
    display:flex
}

.global-solution-spinning-carousel-remote ul li p {
    margin: 0 0;
    font-size: 10px;
    font-size: 1rem;
    font-weight: 300;
    color:#000
}

.global-solution-spinning-carousel-remote ul li a {
    margin: 0 0 4rem 0;
    display: inline-block;
    color:#000
}

.global-solution-spinning-carousel-remote ul li a .arrow {
    transform: scale(0.7);
    transform-origin:left center
}

.global-solution-spinning-carousel-remote ul li a svg {
    transition: all 0.2s linear;
    width:20%
}

.global-solution-spinning-carousel-remote ul li a svg:hover {
    opacity:.4
}

html.bs-modal-is-visible, html.bs-modal-is-visible body {
    overflow:hidden !important
}

.modal-body {
    padding:80px
}

.close-modal {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index:9999
}

.cases-filters {
    position: relative;
    margin: 3.3rem 0 1rem;
    border-top: 2px solid #7d6254;
    border-bottom: 2px solid #7d6254;
    padding: 1rem 2rem .3rem;
    color: #7d6254;
    transition: 0.5s ease-in-out;
    transform-origin: top center;
    will-change: transform;
    text-align: center;
    width: 400px;
    margin-top: -2rem;
    margin-bottom:4rem
}

.cases-filters .toggle-filters-title {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    margin: 0 0;
    position:relative
}

.cases-filters .toggle-filters-title:before {
    position: absolute;
    width: 2px;
    height: 53px;
    top: -71px;
    left: 50%;
    background-color: #7d6254;
    content: '';
    transform:translate(-50%, 0)
}

.cases-filters .toggle-filters-icon {
    transition: 0.5s ease-in-out;
    position: relative;
    transform-origin: center center;
    will-change: transform;
    top: -6px;
    margin-left:10px
}

.cases-filters .toggle-filters-icon img {
    width: 32px;
    height:32px
}

.cases-filters .toggle-filters-title:before {
    display:none
}

.cases-filters.opened-filters {
    width: 100%;
    transition:0.2s ease-in-out
}

.cases-filters.opened-filters .toggle-filters-icon {
    transform:rotate(180deg)
}

.alm-filter.cases-filter ul {
    display: inline-flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    justify-content:center
}

.alm-filter.cases-filter li {
    display: inline-flex;
    margin-left: .5rem;
    margin-bottom: .5rem;
    margin:.3rem
}

.alm-filter.cases-filter li > a, .alm-filter.cases-filter li > .alm-filter--link {
    background-color: rgba(227, 213, 200, 0.15);
    border-radius: 94px;
    -moz-border-radius: 94px;
    -webkit-border-radius: 94px;
    padding: 1px 10px;
    font-size: 10px;
    font-size: 1rem;
    color: #7d6254;
    font-weight: 300;
    border: none;
    transition: all 0.2s linear;
    cursor:pointer
}

.alm-filter.cases-filter li > a:hover, .alm-filter.cases-filter li > a.active, .alm-filter.cases-filter li > a.disabled, .alm-filter.cases-filter li > .alm-filter--link:hover, .alm-filter.cases-filter li > .alm-filter--link.active, .alm-filter.cases-filter li > .alm-filter--link.disabled {
    background-color: #5BB97D;
    color:#fff
}

.alm-filter.cases-filter .alm-filter--link.active:after {
    vertical-align: middle;
    content: "x";
    display: inline-block;
    margin-left: .5em;
    background: #347a4d;
    width: 14px;
    height: 14px;
    line-height: 12px;
    border-radius: 50%;
    text-align:center
}

@keyframes loading-spinner {
    0% {
        transform: translateX(-100px);
        box-shadow:5px 5px 15px rgba(0, 0, 0, 0.2)
    }

    100% {
        transform: translateX(100px);
        box-shadow:-5px 5px 15px rgba(0, 0, 0, 0.2)
    }
}

#ajax-load-more.alm-loading {
    position:relative
}

#ajax-load-more.alm-loading:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #5BB97D;
    position: absolute;
    left: 50%;
    top: 10px;
    animation: loading-spinner 1s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite alternate
}

