@charset "UTF-8";

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
::after,
::before {
    box-sizing: inherit
}

.container {
    width: 100%;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-left: 3rem;
}

@media (min-width: 1200px) {
    .col-md-2{
        padding-left: 6.25rem;
    }
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.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.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .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.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .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.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .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.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .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.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.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
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.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
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .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
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .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
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .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
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .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
    }
}

.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-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-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-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-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-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-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-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-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-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-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
    }
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none
}

.datepicker--cells {
    display: flex;
    flex-wrap: wrap
}

.datepicker--cell {
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 32px;
    z-index: 1
}

.datepicker--cell.-focus- {
    background: #f0f0f0
}

.datepicker--cell.-current- {
    color: #4eb5e6
}

.datepicker--cell.-current-.-focus- {
    color: #4a4a4a
}

.datepicker--cell.-current-.-in-range- {
    color: #4eb5e6
}

.datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, .1);
    color: #4a4a4a;
    border-radius: 0
}

.datepicker--cell.-in-range-.-focus- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae
}

.datepicker--cell.-disabled-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-disabled-.-in-range- {
    color: #a1a1a1
}

.datepicker--cell.-disabled-.-current-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, .5);
    background-color: rgba(92, 196, 239, .1);
    border-radius: 4px 0 0 4px
}

.datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, .5);
    background-color: rgba(92, 196, 239, .1);
    border-radius: 0 4px 4px 0
}

.datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px
}

.datepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #5cc4ef
}

.datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #5cc4ef
}

.datepicker--cell.-selected-.-focus- {
    background: #45bced
}

.datepicker--cell:empty {
    cursor: default
}

.datepicker--days-names {
    display: flex;
    flex-wrap: wrap;
    margin: 8px 0 3px
}

.datepicker--day-name {
    color: #ff9a19;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em
}

.datepicker--cell-day {
    width: 14.28571%
}

.datepicker--cells-months {
    height: 170px
}

.datepicker--cell-month {
    width: 33.33%;
    height: 25%
}

.datepicker--years {
    height: 170px
}

.datepicker--cells-years {
    height: 170px
}

.datepicker--cell-year {
    width: 25%;
    height: 33.33%
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none
}

.datepickers-container {
    position: absolute;
    left: 0;
    top: 0
}

@media print {
    .datepickers-container {
        display: none
    }
}

.datepicker {
    background: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-sizing: content-box;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    width: 250px;
    position: absolute;
    left: -100000px;
    opacity: 0;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s;
    z-index: 100
}

.datepicker.-from-top- {
    transform: translateY(-8px)
}

.datepicker.-from-right- {
    transform: translateX(8px)
}

.datepicker.-from-bottom- {
    transform: translateY(8px)
}

.datepicker.-from-left- {
    transform: translateX(-8px)
}

.datepicker.active {
    opacity: 1;
    transform: translate(0);
    transition: opacity .3s ease, transform .3s ease, left 0s 0s
}

.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    transform: none
}

.datepicker-inline .datepicker--pointer {
    display: none
}

.datepicker--content {
    box-sizing: content-box;
    padding: 4px
}

.-only-timepicker- .datepicker--content {
    display: none
}

.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1
}

.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    transform: rotate(135deg)
}

.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
    right: calc(100% - 4px);
    transform: rotate(225deg)
}

.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    transform: rotate(315deg)
}

.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
    left: calc(100% - 4px);
    transform: rotate(45deg)
}

.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
    left: 10px
}

.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
    right: 10px
}

.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
    left: calc(50% - 10px / 2)
}

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
    top: 10px
}

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
    bottom: 10px
}

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2)
}

.datepicker--body {
    display: none
}

.datepicker--body.active {
    display: block
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none
}

.datepicker--nav {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    min-height: 32px;
    padding: 4px
}

.-only-timepicker- .datepicker--nav {
    display: none
}

.datepicker--nav-action,
.datepicker--nav-title {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center
}

.datepicker--nav-action {
    width: 32px;
    border-radius: 4px;
    user-select: none
}

.datepicker--nav-action:hover {
    background: #f0f0f0
}

.datepicker--nav-action.-disabled- {
    visibility: hidden
}

.datepicker--nav-action svg {
    width: 32px;
    height: 32px
}

.datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px
}

.datepicker--nav-title {
    border-radius: 4px;
    padding: 0 8px
}

.datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px
}

.datepicker--nav-title:hover {
    background: #f0f0f0
}

.datepicker--nav-title.-disabled- {
    cursor: default;
    background: 0 0
}

.datepicker--buttons {
    display: flex;
    padding: 4px;
    border-top: 1px solid #efefef
}

.datepicker--button {
    color: #4eb5e6;
    cursor: pointer;
    border-radius: 4px;
    flex: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 32px
}

.datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: 0 0;
    border: none
}

.datepicker--time {
    border-top: 1px solid #efefef;
    display: flex;
    align-items: center;
    padding: 4px;
    position: relative
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
    flex: 0 1 138px;
    max-width: 138px
}

.-only-timepicker- .datepicker--time {
    border-top: none
}

.datepicker--time-sliders {
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px
}

.datepicker--time-label {
    display: none;
    font-size: 12px
}

.datepicker--time-current {
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px
}

.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
    opacity: 1
}

.datepicker--time-current-ampm {
    text-transform: uppercase;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px
}

.datepicker--time-row {
    display: flex;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat
}

.datepicker--time-row:first-child {
    margin-bottom: 4px
}

.datepicker--time-row input[type=range] {
    background: 0 0;
    cursor: pointer;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none
}

.datepicker--time-row input[type=range]::-ms-tooltip {
    display: none
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:focus {
    outline: 0
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    margin-top: -6px
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-moz-range-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
    background: 0 0
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
    background: 0 0
}

.datepicker--time-row span {
    padding: 0 12px
}

.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em
}

.datepicker--time-icon:after,
.datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute
}

.datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    transform: translateY(-100%)
}

.datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px)
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 90%;
    max-width: 1280px
}

@media all and (min-width:1280px) {
    .mfp-iframe-holder .mfp-content {
        width: 80%
    }
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    margin: 0 auto
}

.mfp-close {
    cursor: pointer
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
    width: 90%
}

@media all and (min-width:1280px) {
    .mfp-image-holder .mfp-content {
        width: unset
    }
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-slide:not(:first-child) {
    margin-top: -.0625rem
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-next,
.slick-prev {
    opacity: 0
}

.slick-loading .sib-image-slider__wrapper .slick-list {
    background: #fff url(../../images/ajax-loader.gif) center center no-repeat
}

.sib-image-slider__wrapper .slick-next,
.sib-image-slider__wrapper .slick-prev {
    position: absolute;
    display: block;
    opacity: 1;
    height: 25rem;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: all .2s 20ms;
    padding: 0;
    border: none;
    outline: 0;
    width: calc(calc(100% - 280px - 30px)/ 2)
}

@media all and (min-width:768px) {

    .sib-image-slider__wrapper .slick-next,
    .sib-image-slider__wrapper .slick-prev {
        width: calc(calc(100% - 708px - 16px)/ 2);
        height: 50.625rem
    }
}

@media all and (min-width:1280px) {

    .sib-image-slider__wrapper .slick-next,
    .sib-image-slider__wrapper .slick-prev {
        width: calc(calc(100% - 1100px - 15px)/ 2)
    }
}

@media all and (min-width:1600px) {

    .sib-image-slider__wrapper .slick-next,
    .sib-image-slider__wrapper .slick-prev {
        width: calc(calc(100% - 1400px - 15px)/ 2)
    }
}

@media all and (min-width:2200px) {

    .sib-image-slider__wrapper .slick-next,
    .sib-image-slider__wrapper .slick-prev {
        width: calc(calc(100% - 1520px - 80px)/ 2)
    }
}

@media all and (min-width:2500px) {

    .sib-image-slider__wrapper .slick-next,
    .sib-image-slider__wrapper .slick-prev {
        width: calc(calc(100% - 2200px - 16px)/ 2)
    }
}

.sib-image-slider__wrapper .slick-next:hover,
.sib-image-slider__wrapper .slick-prev:hover {
    outline: 0;
    background: rgba(78, 129, 31, .6);
    z-index: 100;
    color: transparent
}

.sib-image-slider__wrapper .slick-next:hover:before,
.sib-image-slider__wrapper .slick-prev:hover:before {
    opacity: 1
}

.sib-image-slider__wrapper .slick-next:active,
.sib-image-slider__wrapper .slick-prev:active {
    outline: 0;
    background: 0 0;
    opacity: .5;
    z-index: 100;
    color: transparent
}

.sib-image-slider__wrapper .slick-next:active:before,
.sib-image-slider__wrapper .slick-prev:active:before {
    opacity: 1
}

.sib-image-slider__wrapper .slick-next.slick-disabled:before,
.sib-image-slider__wrapper .slick-prev.slick-disabled:before {
    opacity: .25
}

.sib-image-slider__wrapper .slick-next:before,
.sib-image-slider__wrapper .slick-prev:before {
    font-family: icomoon;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.sib-image-slider__wrapper .slick-prev {
    left: 0;
    z-index: 400
}

.sib-image-slider__wrapper .slick-prev:hover {
    cursor: url(/images/arrow-left-white.png) 0 0, pointer;
    cursor: url(/images/arrow-left-white.svg) 0 0, pointer;
    cursor: -webkit-image-set(url("arrow-left-white.png") 1x, url("arrow-left-white@2x.png") 2x) 0 0, pointer
}

[dir=rtl] .sib-image-slider__wrapper .slick-prev {
    left: auto;
    right: -25px
}

@media all and (max-width:768px) {
    .sib-image-slider__wrapper .slick-prev:before {
        content: "\e908";
        display: inline-block;
        transform: rotate(-90deg)
    }

    [dir=rtl] .sib-image-slider__wrapper .slick-prev:before {
        content: "\e908"
    }
}

.sib-image-slider__wrapper .slick-next {
    right: 0
}

.sib-image-slider__wrapper .slick-next:hover {
    cursor: url(/images/arrow-right-white.png) 0 0, pointer;
    cursor: url(/images/arrow-right-white.svg) 0 0, pointer;
    cursor: -webkit-image-set(url("arrow-right-white.png") 1x, url("arrow-right-white@2x.png") 2x) 0 0, pointer
}

[dir=rtl] .sib-image-slider__wrapper .slick-next {
    left: -25px;
    right: auto
}

@media all and (max-width:768px) {
    .sib-image-slider__wrapper .slick-next:before {
        content: "\e908";
        display: inline-block;
        transform: rotate(90deg)
    }

    [dir=rtl] .sib-image-slider__wrapper .slick-next:before {
        content: "\e908"
    }
}

.sib-image-slider__wrapper .slick-dotted.slick-slider {
    margin-bottom: 30px
}

.sib-image-slider__wrapper .slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.sib-image-slider__wrapper .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.sib-image-slider__wrapper .slick-dots li button {
    border: 0;
    background: 0 0;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.sib-image-slider__wrapper .slick-dots li button:focus,
.sib-image-slider__wrapper .slick-dots li button:hover {
    outline: 0
}

.sib-image-slider__wrapper .slick-dots li button:focus:before,
.sib-image-slider__wrapper .slick-dots li button:hover:before {
    opacity: 1
}

.sib-image-slider__wrapper .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.sib-image-slider__wrapper .slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.sib-form select {
    -webkit-appearance: none;
    -moz-appearance: none
}

.sib-form select::-ms-expand {
    display: none
}

.sib-form__input-datepicker,
.sib-form__input-tags,
.sib-form__input-text,
.sib-form__textarea {
    display: flex;
    align-items: center;
    width: 100%;
    height: 3.125rem;
    padding: .625rem 1.25rem;
    margin: 0 0 .625rem;
    font-family: Calibre-Light, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    background: 0 0;
    border: .125rem solid #000;
    border-radius: 0 !important;
    -webkit-appearance: none;
    transition: all .4s;
    resize: none
}

.sib-form__input-datepicker::placeholder,
.sib-form__input-tags::placeholder,
.sib-form__input-text::placeholder,
.sib-form__textarea::placeholder {
    color: rgba(0, 0, 0, .4)
}

.sib-form__input-datepicker:-ms-input-placeholder,
.sib-form__input-tags:-ms-input-placeholder,
.sib-form__input-text:-ms-input-placeholder,
.sib-form__textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, .4) !important
}

.sib-form__input-datepicker::-ms-clear,
.sib-form__input-tags::-ms-clear,
.sib-form__input-text::-ms-clear,
.sib-form__textarea::-ms-clear {
    display: none
}

.sib-form__input-datepicker[disabled],
.sib-form__input-tags[disabled],
.sib-form__input-text[disabled],
.sib-form__textarea[disabled] {
    opacity: .25
}

.sib-form-error .sib-form__input-datepicker,
.sib-form-error .sib-form__input-tags,
.sib-form-error .sib-form__input-text,
.sib-form-error .sib-form__textarea {
    color: #fff;
    background: #e56840;
    border-color: #e56840
}

.sib-form-error .sib-form__input-datepicker::placeholder,
.sib-form-error .sib-form__input-tags::placeholder,
.sib-form-error .sib-form__input-text::placeholder,
.sib-form-error .sib-form__textarea::placeholder {
    color: #fff
}

.sib-form-error .sib-form__input-datepicker:-ms-input-placeholder,
.sib-form-error .sib-form__input-tags:-ms-input-placeholder,
.sib-form-error .sib-form__input-text:-ms-input-placeholder,
.sib-form-error .sib-form__textarea:-ms-input-placeholder {
    color: #fff !important
}

.sib-form__textarea {
    height: auto
}

.sib-form__input-datepicker,
.sib-form__input-tags {
    background: url(/images/down-arrow.svg) no-repeat right 15px center
}

@media all and (max-width:768px) {

    .sib-form__input-datepicker,
    .sib-form__input-tags {
        background-color: #fff
    }
}

@media all and (max-width:768px) {

    .sib-form__input-datepicker::placeholder,
    .sib-form__input-tags::placeholder {
        color: #000
    }
}

.sib-form-error .sib-form__input-datepicker {
    background: url(/images/down-arrow-red.svg) no-repeat right 15px center !important
}

.sib-form.sib-form--no-border .sib-form__input-text {
    padding: .625rem 0 !important;
    border: none;
    border-bottom: .125rem solid #000
}

.sib-form.sib-form--no-border .sib-form-error .required-recaptcha iframe {
    border: 2px #000 solid;
    border-radius: 0
}

.sib-form.sib-form--no-border .sib-form-error .required-recaptcha iframe,
.sib-form.sib-form--no-border .sib-form-error .sib-form__input-datepicker,
.sib-form.sib-form--no-border .sib-form-error .sib-form__input-text,
.sib-form.sib-form--no-border .sib-form-error .sib-form__textarea {
    color: #e56840;
    background: 0 0;
    border-color: #e56840
}

.sib-form.sib-form--no-border .sib-form-error .required-recaptcha iframe::placeholder,
.sib-form.sib-form--no-border .sib-form-error .sib-form__input-datepicker::placeholder,
.sib-form.sib-form--no-border .sib-form-error .sib-form__input-text::placeholder,
.sib-form.sib-form--no-border .sib-form-error .sib-form__textarea::placeholder {
    color: #e56840
}

.sib-form.sib-form--no-border .sib-form-error .required-recaptcha iframe:-ms-input-placeholder,
.sib-form.sib-form--no-border .sib-form-error .sib-form__input-datepicker:-ms-input-placeholder,
.sib-form.sib-form--no-border .sib-form-error .sib-form__input-text:-ms-input-placeholder,
.sib-form.sib-form--no-border .sib-form-error .sib-form__textarea:-ms-input-placeholder {
    color: #e56840 !important
}

.form-group-newsletter-signup {
    margin: .625rem 0 0
}

input[type=checkbox] {
    width: 1.875rem;
    opacity: 0
}

input[type=checkbox]+label.sib-checkbox {
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    line-height: 1.25;
    height: 1.375rem
}

input[type=checkbox]+label.sib-checkbox:after,
input[type=checkbox]+label.sib-checkbox:before {
    position: absolute;
    width: 1.375rem;
    height: 1.375rem;
    margin-top: .125rem;
    margin-left: -1.875rem;
    content: '';
    background-repeat: no-repeat;
    background-size: .75rem .75rem;
    background-position: center center;
    border: 2px solid #000;
    transition: all .4s
}

input[type=checkbox]+label.sib-checkbox:after {
    display: none;
    margin-top: -1.5rem;
    margin-left: .0625rem;
    border: none
}

input[type=checkbox]+label.sib-checkbox:hover:after {
    display: block;
    background-image: url(/web/images/tick.svg);
    opacity: .3
}

input[type=checkbox]:checked+label.sib-checkbox:before {
    background-image: url(/web/images/tick.svg)
}

.tag__select {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3.125rem;
    padding: 0;
    font-family: Calibre-SemiBold, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .4s 50ms;
    border-radius: 0;
    border: 2px solid #000;
    padding-left: 30px;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none
}

@media all and (min-width:768px) {
    .tag__select {
        display: none
    }
}

.tag__select--wrapper {
    position: relative;
    display: block
}

@media all and (min-width:768px) {
    .tag__select--wrapper {
        display: none
    }
}

.tag__select--wrapper:after {
    display: block;
    font-family: icomoon !important;
    content: url(/web/images/down-arrow.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    top: 15px;
    right: 10px
}

.tag__select::-ms-expand {
    display: none
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on April 10, 2018 */
@font-face {
    font-family: Calibre-ExtraLight;
    src: url(../fonts/Calibre/);
    src: url(../fonts/Calibre/Calibre-Thin.eot?#iefix) format("embedded-opentype"), url(../fonts/Calibre/Calibre-Thin.woff2) format("woff2"), url(../fonts/Calibre/Calibre-Thin.woff) format("woff"), url(../fonts/Calibre/Calibre-Thin.ttf) format("truetype");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: Calibre-Light;
    src: url(../fonts/Calibre/Calibre-Light.eot);
    src: url(../fonts/Calibre/Calibre-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Calibre/Calibre-Light.woff2) format("woff2"), url(../fonts/Calibre/Calibre-Light.woff) format("woff"), url(../fonts/Calibre/Calibre-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Calibre;
    src: url(../fonts/Calibre/Calibre-Regular.eot);
    src: url(../fonts/Calibre/Calibre-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Calibre/Calibre-Regular.woff2) format("woff2"), url(../fonts/Calibre/Calibre-Regular.woff) format("woff"), url(../fonts/Calibre/Calibre-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Calibre-Medium;
    src: url(../fonts/Calibre/Calibre-Medium.eot);
    src: url(../fonts/Calibre/Calibre-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Calibre/Calibre-Medium.woff2) format("woff2"), url(../fonts/Calibre/Calibre-Medium.woff) format("woff"), url(../fonts/Calibre/Calibre-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Calibre-SemiBold;
    src: url(../fonts/Calibre/Calibre-Semibold.eot);
    src: url(../fonts/Calibre/Calibre-Semibold.eot?#iefix) format("embedded-opentype"), url(../fonts/Calibre/Calibre-Semibold.woff2) format("woff2"), url(../fonts/Calibre/Calibre-Semibold.woff) format("woff"), url(../fonts/Calibre/Calibre-Semibold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Calibre-Bold;
    src: url(../fonts/Calibre/Calibre-Bold.eot);
    src: url(../fonts/Calibre/Calibre-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Calibre/Calibre-Bold.woff2) format("woff2"), url(../fonts/Calibre/Calibre-Bold.woff) format("woff"), url(../fonts/Calibre/Calibre-Bold.ttf) format("truetype");
    font-style: normal
}

@font-face {
    font-family: Calibre-Heavy;
    src: url(../fonts/Calibre/Calibre-Black.eot);
    src: url(../fonts/Calibre/Calibre-Black.eot?#iefix) format("embedded-opentype"), url(../fonts/Calibre/Calibre-Black.woff2) format("woff2"), url(../fonts/Calibre/Calibre-Black.woff) format("woff"), url(../fonts/Calibre/Calibre-Black.ttf) format("truetype");
    font-weight: 900;
    font-style: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    overflow: hidden;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.33
}

h1 {
    font-size: 2.5rem;
    line-height: .88
}

@media all and (min-width:768px) {
    h1 {
        font-size: 5rem
    }
}

h2 {
    font-size: 3.75rem;
    line-height: 1.1
}

@media all and (min-width:768px) {
    h2 {
        font-size: 3.125rem
    }
}

h3 {
    font-size: 1.5rem;
    line-height: 1.1
}

@media all and (min-width:1280px) {
    h3 {
        font-size: 2.5rem
    }
}

h4 {
    font-size: 1.5rem;
    line-height: 1.15
}

h5 {
    font-size: 1rem;
    line-height: 1.33
}

h6 {
    font-size: .625rem;
    line-height: 1.15
}

p {
    font-family: Calibre-Light, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.63
}

blockquote {
    font-family: Calibre-Light, Helvetica, Arial, sans-serif;
    font-size: 2rem;
    font-style: italic
}

small {
    font-family: Calibre-Light, Helvetica, Arial, sans-serif;
    font-size: .75rem
}

@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon/icomoon.eot?5a8wf3);
    src: url(../fonts/icomoon/icomoon.eot?5a8wf3#iefix) format("embedded-opentype"), url(../fonts/icomoon/icomoon.ttf?5a8wf3) format("truetype"), url(../fonts/icomoon/icomoon.woff?5a8wf3) format("woff"), url(../fonts/icomoon/icomoon.svg?5a8wf3#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    speak: none;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-circle-filled:before {
    content: "\e900"
}

.icon-circle-outline:before {
    content: "\e901"
}

.icon-search:before {
    content: "\e902"
}

.icon-semi-cicle-outline:before {
    content: "\e903"
}

.icon-download:before {
    content: "\e904"
}

.icon-triangle-filled:before {
    content: "\e905"
}

.icon-forward:before {
    content: "\e906"
}

.icon-close:before {
    content: "\e907"
}

.icon-triangle-outline-no-base:before {
    content: "\e908"
}

.icon-wave-outline:before {
    content: "\e909"
}

.icon-check:before {
    content: "\e90a"
}

.icon-down-arrow:before {
    content: "\e90b"
}

.redactor-dropdown-format .redactor-dropdown-item-header-green {
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    font-size: 2.5rem;
    font-style: normal;
    font-stretch: normal;
    line-height: .88;
    letter-spacing: normal;
    margin: 0 auto;
    color: #4e8122
}

@media all and (min-width:768px) {
    .redactor-dropdown-format .redactor-dropdown-item-header-green {
        font-size: 5rem
    }
}

.redactor-dropdown-format .redactor-dropdown-item-header-normal {
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    font-size: 2.5rem;
    font-style: normal;
    font-stretch: normal;
    line-height: .88;
    letter-spacing: normal;
    margin: 0 auto
}

@media all and (min-width:768px) {
    .redactor-dropdown-format .redactor-dropdown-item-header-normal {
        font-size: 5rem
    }
}

.sib-text-wrapper p {
    font-family: Calibre-Light, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal
}

.sib-text-wrapper b,
.sib-text-wrapper strong {
    font-family: Calibre-Medium, Helvetica, Arial, sans-serif
}

.sib-text-wrapper .heading1 {
    overflow: inherit;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    font-size: 5rem;
    font-style: normal;
    font-stretch: normal;
    line-height: .88;
    letter-spacing: normal
}

.sib-text-wrapper .heading2 {
    overflow: inherit;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    font-size: 3.75rem;
    font-style: normal;
    font-stretch: normal;
    line-height: .93;
    letter-spacing: normal
}

.sib-text-wrapper .heading3 {
    overflow: inherit;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    font-size: 2.5rem;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.05;
    letter-spacing: normal
}

.sib-text-wrapper .heading4 {
    overflow: inherit;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.17;
    letter-spacing: normal
}

.sib-text-wrapper blockquote {
    position: relative;
    font-family: Calibre-Light, Helvetica, Arial, sans-serif;
    font-size: 2rem;
    font-style: italic;
    font-weight: 300;
    font-stretch: normal;
    line-height: 1.19;
    letter-spacing: normal;
    padding: 3.125rem 0;
    padding-bottom: 4.125rem;
    margin-left: 0;
    margin-right: 0
}

.sib-text-wrapper blockquote:after {
    position: absolute;
    top: 0rem;
    right: -4.375rem;
    z-index: 1;
    width: 8.8125rem;
    height: 6.0625rem;
    content: url(/web/images/quotes.svg)
}

.sib-text-wrapper blockquote:before {
    position: absolute;
    bottom: 0rem;
    left: -3.75rem;
    z-index: 1;
    transform: rotate(180deg);
    width: 8.8125rem;
    height: 6.0625rem;
    content: url(/web/images/quotes.svg)
}

.sib-text-wrapper img {
    max-width: 100%
}

.sib-text-wrapper ol,
.sib-text-wrapper ul {
    padding-left: 1.875rem
}

.sib-text-wrapper ul {
    list-style-type: disc
}

.sib-text-wrapper li {
    font-size: 1rem
}

.sib-text-wrapper figure {
    margin-top: 60px;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0
}

.sib-text-wrapper figure.image-left {
    float: left
}

.sib-text-wrapper figure.image-right {
    float: right
}

.sib-text-wrapper figure.image-center {
    text-align: center
}

.sib-text-wrapper table {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    background: #f9f9f9;
    width: 100%;
    border-spacing: 0
}

.sib-text-wrapper table thead {
    padding: 1.5rem 1.875rem 1.5rem 1.875rem;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    font-size: 1rem
}

.sib-text-wrapper table thead tr {
    background-color: #eaeaea
}

.sib-text-wrapper table thead th {
    text-align: left;
    padding-left: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    border: 0
}

.sib-text-wrapper table tbody tr:first-child td {
    padding-top: 30px
}

.sib-text-wrapper table tr {
    font-size: .875rem
}

@media (min-width:768px) {
    .sib-text-wrapper table tr {
        margin: .3125rem 1.875rem .3125rem 1.875rem
    }
}

.sib-text-wrapper table tr td {
    text-align: left;
    padding-left: 1.5rem;
    line-height: 1.25pxrem
}

* {
    box-sizing: border-box
}

html {
    min-height: 100%;
    line-height: 1.5
}

html.overlay-active,
html.overlay-active body {
    width: 100%;
    height: 100%;
    position: fixed
}

body {
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
    color: #000;
    font-family: Calibre-Light, Helvetica, Arial, sans-serif;
    font-size: 1.1875rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff
}

body.overflowHidden {
    overflow: hidden
}

:focus {
    outline: 0
}

a {
    color: #000;
    text-decoration: none
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

#app {
    overflow: hidden;
    background-color: #f9f9f9;
    transition: opacity ease 1s
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.hidden {
    display: none !important;
    opacity: 0;
    transition: all .4s 50ms
}

.col-left-no-padding {
    padding-left: 0
}

.container {
    display: none; 
}

@media all and (min-width:768px) {
    .container {
        display: block;
        height: 12rem;
    }
}

@media all and (min-width:1024px) {
    .container {
        height: 33rem;
    }
}

@media all and (min-width:1440px) {
    .container {
        height: 44.125rem;
    }
}

@media all and (min-width:1920px) {
    .container {
        height: 61.25rem;
    }
}

.sib-module.layout-full-width+.sib-panolens__wrapper {
    margin-top: 0
}

.datepicker--cell.-current-,
.datepicker--day-name {
    color: #4e8122
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-:hover {
    background: #4e8122
}

.tooltip {
    position: absolute;
    width: 200px;
    margin-top: -50px;
    margin-left: -100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    height: 50px;
    opacity: 0;
    z-index: 100;
    transition: all ease .2s;
    font-size: .875rem;
    text-align: center
}

.tooltip span {
    margin-left: 15px;
    transform: rotate(90deg)
}

.tooltip span.left {
    transform: rotate(270deg);
    margin-left: 0;
    margin-right: 15px
}

.sib-cta .icon-triangle-outline-no-base {
    font-size: 20px
}

.sib-tooltip-white--left {
    cursor: url(/images/arrow-left-white.png) 0 0, pointer;
    cursor: url(/images/arrow-left-white.svg) 0 0, pointer;
    cursor: -webkit-image-set(url("/images/arrow-left-white.png") 1x, url("arrow-left-white@2x.png") 2x) 0 0, pointer
}

.sib-tooltip-white--left a {
    cursor: url(/images/arrow-left-white.png) 0 0, pointer;
    cursor: url(/images/arrow-left-white.svg) 0 0, pointer;
    cursor: -webkit-image-set(url("/images/arrow-left-white.png") 1x, url("/images/arrow-left-white@2x.png") 2x) 0 0, pointer
}

.sib-tooltip-white--right {
    cursor: url(/images/arrow-right-white.png) 0 0, pointer;
    cursor: url(/images/arrow-right-white.svg) 0 0, pointer;
    cursor: -webkit-image-set(url("/images/arrow-right-white.png") 1x, url("/images/arrow-right-white@2x.png") 2x) 0 0, pointer
}

.sib-tooltip-white--right a {
    cursor: url(/images/arrow-right-white.png) 0 0, pointer;
    cursor: url(/images/arrow-right-white.svg) 0 0, pointer;
    cursor: -webkit-image-set(url("/images/arrow-right-white.png") 1x, url("/images/arrow-right-white@2x.png") 2x) 0 0, pointer
}

.sib-tooltip-black--left {
    cursor: url(/images/arrow-left-black.png) 0 0, pointer;
    cursor: url(/images/arrow-left-black.svg) 0 0, pointer;
    cursor: -webkit-image-set(url("/images/arrow-left-black.png") 1x, url("/images/arrow-left-black@2x.png") 2x) 0 0, pointer
}

.sib-tooltip-black--left a {
    cursor: url(/images/arrow-left-black.png) 0 0, pointer;
    cursor: url(/images/arrow-left-black.svg) 0 0, pointer;
    cursor: -webkit-image-set(url("/images/arrow-left-black.png") 1x, url("/images/arrow-left-black@2x.png") 2x) 0 0, pointer
}

.sib-tooltip-black--right {
    cursor: url(/images/arrow-right-black.png) 0 0, pointer;
    cursor: url(/images/arrow-right-black.svg) 0 0, pointer;
    cursor: -webkit-image-set(url("/images/arrow-right-black.png") 1x, url("/images/arrow-right-black@2x.png") 2x) 0 0, pointer
}

.sib-tooltip-black--right a {
    cursor: url(/images/arrow-right-black.png) 0 0, pointer;
    cursor: url(/images/arrow-right-black.svg) 0 0, pointer;
    cursor: -webkit-image-set(url("/images/arrow-right-black.png") 1x, url("/images/arrow-right-black@2x.png") 2x) 0 0, pointer
}

.datepickers-container {
    z-index: 999999
}

.mapboxgl-marker {
    position: absolute
}

.mapboxgl-marker svg g {
    fill: #e56840
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeIn
}

.button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: s;
    height: 2.875rem;
    padding: 0;
    font-family: Calibre-SemiBold, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .4s 50ms
}

@media (min-width:1440px){
    .button {
        height: 3.125rem;
    }
}

@media all and (min-width:768px) {
    .button {
        display: inline-flex;
        width: auto;
        padding: 0 2.5rem;
        margin-right: 1.875rem
    }
}

.button-explore {
    width: 11.25rem;
    padding: 0
}

.button-disabled {
    background: #fff;
    border: 2px solid #000;
    opacity: .25
}

.button-fixed-width {
    width: 100%;
    padding: 0
}

.button-download {
    min-width: 210px;
    margin-top: 30px;
    margin-right: 0
}

@media all and (min-width:768px) {
    .button-download {
        margin-top: 0
    }
}

.button-tags {
    background: #000;
    color: #fff;
    border: 2px solid #000;
    display: none;
    font-size: 14px;
    height: 3.125rem;
    padding: .5rem .9375rem .4375rem
}

@media all and (-ms-high-contrast:none) {

    .button-tags,
    .button-tags ::-ms-backdrop {
        line-height: 1.2;
        padding: .625rem .9375rem .3125rem !important
    }
}

@media all and (min-width:768px) {
    .button-tags {
        display: inline-block;
        border: 0;
        font-size: 14px;
        height: auto;
        margin-right: .625rem;
        padding: .5rem .9375rem .4375rem .9375rem
    }
}

.button-tags-open {
    display: flex;
    align-items: center;
    width: 100%;
    height: 3.125rem;
    padding: .625rem 1.25rem;
    margin: 0 0 .625rem;
    font-family: Calibre-Light, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    background: 0 0;
    border: .125rem solid #000;
    border-radius: 0 !important;
    -webkit-appearance: none;
    resize: none
}

@media all and (min-width:768px) {
    .button-tags-open {
        display: none;
        transition: all .4s
    }
}

.button-tags:hover {
    color: #000;
    background: #dbeabb
}

@media all and (max-width:768px) {
    .button-tags:hover {
        color: #000;
        background: #fff
    }
}

.button-tags.active {
    color: #000;
    background: #fff
}

.button-tags--show-more {
    color: #000;
    background: 0 0
}

.button-primary {
    background: 0 0;
    border: 2px solid #000
}

.button-primary:hover {
    color: #fff;
    background: #000
}

.button-primary:disabled {
    background: #fff;
    border: 2px solid #000;
    opacity: .25
}

.button-primary .spinner>div {
    background-color: #000 !important
}

.button-primary--invert {
    color: #000;
    background: #fff;
    border-color: #fff
}

.button-primary--invert:hover {
    color: #fff;
    background: #000;
    border-color: #fff
}

.button-secondary {
    color: #fff;
    background: #000;
    border: 2px solid #000
}

.button-secondary:hover {
    color: #000;
    background: #fff
}

.button-secondary:disabled {
    color: #fff;
    background: #000;
    border: 2px solid #000;
    opacity: .25
}

.button-secondary--invert {
    color: #fff;
    background: 0 0;
    border-color: #fff
}

.button-secondary--invert:hover {
    color: #000;
    background: #fff
}

.button-secondary span {
    flex: 1
}

@media all and (-ms-high-contrast:none) {
    .button-secondary span {
        flex: none;
        width: 100%
    }

    .button-secondary ::-ms-backdrop,
    .button-secondary span {
        flex: none;
        width: 100%
    }
}

.button .spinner {
    display: none
}

.button.submitting {
    color: transparent;
    cursor: wait;
    opacity: 1 !important
}

.button.submitting .text {
    display: none
}

.button.submitting .spinner {
    display: block;
    width: 4.375rem;
    margin: .25rem auto 0;
    text-align: center
}

.button.submitting .spinner>div {
    display: inline-block;
    width: 1.125rem;
    height: 1.125rem;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.button.submitting .spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.button.submitting .spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media all and (min-width:768px) {
    .row--search {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto {
    position: relative;
    width: 100%;
    min-height: 1px
}




@media all and (min-width:1920px) {
    .col-md-2
    {
        padding-left: 6.25rem;
    }
}




@media (min-width:2200px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxl-first {
        order: -1
    }

    .order-xxl-last {
        order: 13
    }

    .order-xxl-0 {
        order: 0
    }

    .order-xxl-1 {
        order: 1
    }

    .order-xxl-2 {
        order: 2
    }

    .order-xxl-3 {
        order: 3
    }

    .order-xxl-4 {
        order: 4
    }

    .order-xxl-5 {
        order: 5
    }

    .order-xxl-6 {
        order: 6
    }

    .order-xxl-7 {
        order: 7
    }

    .order-xxl-8 {
        order: 8
    }

    .order-xxl-9 {
        order: 9
    }

    .order-xxl-10 {
        order: 10
    }

    .order-xxl-11 {
        order: 11
    }

    .order-xxl-12 {
        order: 12
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }
}

.grid-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -10
}

.grid-overlay .container {
    height: 100%
}

.grid-overlay .row {
    height: 100%
}

.grid-overlay .col-inside {
    background-color: #000;
    opacity: .3;
    height: 100%
}

.sib-nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    width: 100%;
    height: 5rem;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    transition: margin-left .4s ease-in-out
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .sib-nav {
        margin-top: 0
    }
}

@media all and (min-width:768px) {
    .sib-nav {
        position: absolute;
        top: auto;
        height: 6.25rem;
        margin-top: -6.25rem
    }
}

.sib-nav__scroll-progress {
    position: absolute;
    right: 0;
    bottom: -.0625rem;
    left: 0;
    display: block;
    width: 0%;
    height: .1875rem;
    background: #4e8122;
    transition: all .2s
}

.sib-nav__logo {
    display: flex;
    align-items: center;
    flex: 1;
    height: 5rem;
    padding-left: 1rem;
    line-height: 1
}

@media all and (min-width:768px) {
    .sib-nav__logo {
        flex: 0 0 12.5rem;
        height: 6.25rem;
        padding-left: 1.875rem
    }
}

.sib-nav__logo a {
    padding-top: .25rem
}

@media all and (min-width:768px) {
    .sib-nav__logo a {
        padding-top: 0
    }
}

.sib-nav__logo img {
    width: 5rem;
    height: 1.125rem
}

@media all and (min-width:768px) {
    .sib-nav__logo img {
        width: 5.3125rem;
        height: 1.25rem
    }
}

.sib-nav__menu {
    display: flex;
    align-items: center;
    flex: 1 0;
    flex-flow: row nowrap;
    justify-content: flex-end;
    text-align: right
}

.sib-nav__static,
.sib-nav__top {
    display: flex;
    height: 5rem;
    padding: 0;
    margin: 0;
    list-style: none
}

@media all and (min-width:768px) {

    .sib-nav__static,
    .sib-nav__top {
        height: 6.25rem
    }
}

.sib-nav__static li,
.sib-nav__top li {
    display: inline-block
}

@media all and (min-width:768px) {

    .sib-nav__static li,
    .sib-nav__top li {
        display: none
    }

    .sib-nav__static li:nth-child(1),
    .sib-nav__static li:nth-child(2),
    .sib-nav__static li:nth-child(3),
    .sib-nav__top li:nth-child(1),
    .sib-nav__top li:nth-child(2),
    .sib-nav__top li:nth-child(3) {
        display: inline-block
    }
}

@media all and (min-width:1280px) {

    .sib-nav__static li,
    .sib-nav__top li {
        display: inline-block
    }
}

.sib-nav__static a,
.sib-nav__top a {
    display: block;
    height: 5rem;
    padding: 0 1.5625rem;
    color: #000;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 5rem;
    text-decoration: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

@media all and (min-width:768px) {

    .sib-nav__static a,
    .sib-nav__top a {
        height: 6.25rem;
        line-height: 6.25rem
    }
}

.sib-nav__static a:hover,
.sib-nav__top a:hover {
    text-decoration: underline
}

.sib-nav__top {
    display: none
}

@media all and (min-width:768px) {
    .sib-nav__top {
        display: flex
    }
}

.sib-nav__static a {
    padding: 0
}

.sib-nav__static a.site-search {
    width: 1.875rem;
    margin-right: .9375rem;
    text-align: center;
    text-decoration: none !important
}

.sib-nav__static a.site-search .icon-search {
    position: relative;
    top: .375rem;
    font-size: 1.5rem
}

@media all and (-ms-high-contrast:none) {
    .sib-nav__static a.site-search .icon-search {
        top: .5625rem
    }
}

.sib-nav__static a.overlay-menu {
    position: relative;
    top: -.0625rem;
    width: 1.875rem;
    margin-right: 1.25rem;
    overflow: hidden
}

@media all and (min-width:768px) {
    .sib-nav__static a.overlay-menu {
        margin-right: 1.5625rem
    }
}

.sib-nav__static a.overlay-menu:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
    background-image: url(/images/burger-menu.svg);
    background-position: left center;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    content: ''
}

.sib-nav__static li.switch-locale {
    display: none
}

@media all and (min-width:768px) {
    .sib-nav__static li.switch-locale {
        display: inline-block;
        padding: 1.5625rem .9375rem 0
    }
}

.sib-nav__static li.switch-locale a {
    width: 3.125rem;
    height: 1.25rem;
    padding: 0 .3125rem;
    line-height: 1rem;
    text-align: center
}

.sib-nav__static li.switch-locale a span {
    display: inline-block;
    border-bottom: 1px solid transparent
}

.sib-nav__static li.switch-locale a:hover {
    text-decoration: none
}

.sib-nav__static li.switch-locale a:hover span {
    border-color: #000
}

.sib-nav__static li.switch-locale a:last-child span {
    position: relative;
    top: .25rem;
    line-height: .75rem
}

.sib-nav__static li.switch-locale .separator {
    margin: .3125rem 0;
    border-top: 1px solid #000
}

.sib-nav__overlay-wrapper {
    position: fixed;
    top: -75rem;
    overflow: auto;
    width: 100%;
    transition: all .5s
}

@media all and (min-width:768px) {
    .sib-nav__overlay-wrapper {
        top: 0;
        bottom: 0;
        width: 28.125rem
    }
}

.sib-nav__overlay {
    background: #f9f9f9
}

.sib-nav__overlay>li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    transition: all .2s;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

.sib-nav__overlay>li a span:first-child {
    display: inline-flex;
    align-items: center;
    flex: 1;
    height: 5rem;
    padding: 0 0 0 .9375rem
}

@media all and (min-width:768px) {
    .sib-nav__overlay>li a span:first-child {
        height: 6.25rem;
        padding: 0 0 0 2.5rem
    }
}

.sib-nav__overlay>li a span.has-sub-icon {
    position: relative;
    flex: 0 0 5rem;
    height: 5rem;
    border-left: 1px solid rgba(255, 255, 255, .1)
}

@media all and (min-width:768px) {
    .sib-nav__overlay>li a span.has-sub-icon {
        flex: 0 0 6.25rem;
        height: 6.25rem
    }
}

.sib-nav__overlay>li a span.has-sub-icon:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/images/chevron-down-arrow.svg) no-repeat center center;
    background-size: 1.5rem;
    content: '';
    transition: all .3s
}

.sib-nav__overlay>li a span:hover {
    background: rgba(255, 255, 255, .1)
}

.sib-nav__overlay>li.theme-mossyGreen a {
    background: #4e8122
}

.sib-nav__overlay>li.theme-dustyOrange a {
    background: #e56840
}

.sib-nav__overlay>li.theme-teal a {
    background: #69bcba
}

.sib-nav__overlay>li.theme-default a {
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.sib-nav__overlay>li.theme-default a:hover {
    background: rgba(0, 0, 0, .03)
}

.sib-nav__overlay>li ul.main-nav__overlay--sub-2 {
    display: none
}

.sib-nav__overlay>li ul.main-nav__overlay--sub-2 li {
    padding: 0;
    margin: 0
}

.sib-nav__overlay>li ul.main-nav__overlay--sub-2 li a {
    border-bottom: none
}

.sib-nav__overlay>li ul.main-nav__overlay--sub-2 li a span:first-child {
    height: 3.125rem
}

.sib-nav__overlay>li.active ul.main-nav__overlay--sub-2 {
    display: block
}

.sib-nav__overlay>li.active .has-sub-icon:before {
    transform: rotate(180deg)
}

@media all and (min-width:768px) {
    #sticky.sticky--fixed .sib-nav {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        margin: 0
    }
}

.main-app {
    position: relative;
    width: 100vw;
    overflow-x: hidden;
    transition: all .4s ease-in-out
}

.main-app__wrapper {
    z-index: 10;
    width: 200vw;
    overflow: hidden;
    transition: all .4s ease-in-out
}

.main-app__wrapper--content {
    display: inline-block;
    width: 100vw
}

.main-app__wrapper--nav {
    position: fixed;
    top: 5rem;
    right: 0;
    left: 0;
    z-index: 10;
    display: inline-block;
    background: #f9f9f9
}

@media all and (min-width:768px) {
    .main-app__wrapper--nav {
        position: absolute;
        top: 0;
        right: auto;
        bottom: 0;
        left: auto;
        width: 28.125rem;
        height: 100%
    }
}

@media all and (min-width:768px) {
    .main-app__wrapper--nav:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        width: .625rem;
        background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, .02));
        content: ''
    }
}

@media all and (min-width:768px) {
    .main-app.active-menu .main-app__wrapper {
        margin-left: -28.125rem
    }
}

@media all and (min-width:768px) and (-ms-high-contrast:none) {
    .main-app.active-menu .main-app__wrapper {
        margin-left: -29.0625rem !important
    }
}

@media all and (min-width:768px) {
    @supports (-ms-ime-align:auto) {
        .main-app.active-menu .main-app__wrapper {
            margin-left: -29.0625rem !important
        }
    }
}

@media all and (min-width:768px) {
    .main-app.active-menu .sib-nav {
        margin-left: -28.125rem !important
    }
}

@media all and (min-width:768px) and (-ms-high-contrast:none) {
    .main-app.active-menu .sib-nav {
        margin-left: -29.0625rem !important
    }
}

@media all and (min-width:768px) {
    @supports (-ms-ime-align:auto) {
        .main-app.active-menu .sib-nav {
            margin-left: -29.0625rem !important
        }
    }
}

.main-app.active-menu .sib-nav__overlay-wrapper {
    top: 5rem;
    bottom: 0;
    -ms-overflow-style: none
}

@media all and (min-width:768px) {
    .main-app.active-menu .sib-nav__overlay-wrapper {
        top: 0
    }
}

.main-app.active-menu a.overlay-menu {
    background-size: 1.125rem 1.125rem;
    top: 3px
}

.main-app.active-menu a.overlay-menu:before {
    background-image: url(/images/close-black.svg);
    transition: all .2s
}

.main-app.active-menu a.overlay-menu:hover:before {
    transform: rotate(90deg)
}

@media all and (min-width:768px) {
    .main-app.active-menu+.sib-overlay-outside--nav {
        display: block;
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9
    }
}

@media all and (min-width:768px) {
    .main-app.active-menu #sticky.sticky--fixed .sib-nav {
        margin-left: -28rem !important
    }
}

.sib-overlay-outside--nav {
    display: none
}

.sib-overlay {
    position: fixed;
    top: -200vh;
    left: 0;
    z-index: 999999;
    overflow: hidden;
    max-height: 200vh;
    background: rgba(0, 0, 0, .9);
    opacity: 0;
    transition: none
}

.sib-overlay__close {
    position: fixed;
    right: 0;
    z-index: 22;
    width: 5rem;
    height: 5rem;
    text-decoration: none;
    background: #4e8122
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .sib-overlay__close {
        right: 1.0625rem
    }
}

.sib-overlay__close:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: icomoon;
    font-size: 1.75rem;
    line-height: 5rem;
    text-align: center;
    content: '\e907';
    transition: all .3s
}

.sib-overlay__close:hover:before {
    transform: rotate(90deg)
}

.sib-overlay__content {
    height: 100%;
    display: flex;
    align-items: center
}

.sib-overlay__content.seach-overlay {
    display: block
}

.sib-overlay__content .row {
    margin-right: 0;
    margin-left: 0
}

.sib-overlay.active {
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-height: none;
    transition: all .5s
}

.sib-overlay.active .row--search {
    position: fixed;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.sib-overlay.active .row--search.clear {
    position: relative;
    top: 0;
    left: 0;
    transform: none
}

.sib-overlay.sib-overlay--default #sib-overlay--content {
    background: #fff
}

.sib-overlay-team .row,
.sib-overlay-team--form .row {
    margin-right: -.9375rem;
    margin-left: -.9375rem
}

@media all and (min-width:2200px) {

    .sib-overlay-team .row,
    .sib-overlay-team--form .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }
}

#sib-overlay--contact-team .sib-overlay__content {
    flex-direction: column
}

.sib-card-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-bottom: 1.15625rem;
    margin-bottom: 1.5625rem;
    background-color: #fff;
    transition: all .3s ease
}

@media all and (min-width:768px) {
    .sib-card-list {
        max-width: calc(50% - 32px);
        margin-right: 1rem;
        margin-bottom: 3.75rem;
        margin-left: 1rem
    }
}

@media all and (min-width:992px) {
    .sib-card-list {
        max-width: calc(33.33% - 35px);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media all and (min-width:1280px) {
    .sib-card-list {
        max-width: 16.3125rem;
        margin-right: 1rem;
        margin-left: 1rem
    }
}

@media all and (min-width:1600px) {
    .sib-card-list {
        max-width: calc(336px);
        margin-right: 1rem;
        margin-bottom: 6.875rem;
        margin-left: 1rem
    }
}

@media all and (min-width:2200px) {
    .sib-card-list {
        max-width: 100%;
        margin-left: 1.25rem;
        margin-right: 1.25rem;
        width: 32.5rem
    }
}

.sib-card-list__wrapper {
    display: flex;
    flex-wrap: wrap
}

@media all and (min-width:768px) {
    .sib-card-list__wrapper :nth-child(6n+4) {
        margin-left: 0
    }
}

@media all and (min-width:992px) {
    .sib-card-list__wrapper :nth-child(6n+4) {
        margin-left: 2.8125rem
    }
}

@media all and (min-width:2200px) {
    .sib-card-list__wrapper :nth-child(6n+4) {
        margin-left: 45.9375rem
    }
}

.sib-card-list__wrapper :nth-child(6n+6) {
    margin-right: 0
}

@media all and (min-width:768px) {
    .sib-card-list__wrapper {
        padding-left: 0;
        padding-right: 0
    }
}

@media all and (min-width:1280px) {
    .sib-card-list__wrapper :nth-child(6n+4) {
        margin-left: calc(8.33333% - 1rem)
    }
}

@media all and (min-width:1600px) {
    .sib-card-list__wrapper :nth-child(6n+4) {
        margin-left: calc(8.33333% - 1rem)
    }
}

@media all and (min-width:2200px) {
    .sib-card-list__wrapper :nth-child(6n+4) {
        margin-left: calc(8.33333% - rem(20))
    }
}

@media all and (min-width:1200px) and (max-width:1280px) {
    .sib-card-list__wrapper {
        margin-left: 0
    }
}

.sib-card-list:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.sib-card-list--left {
    justify-content: flex-end;
    flex-direction: column
}

@media all and (min-width:768px) {
    .sib-card-list--left {
        flex-direction: column
    }
}

.sib-card-list--right {
    justify-content: flex-start;
    flex-direction: column
}

@media all and (min-width:768px) {
    .sib-card-list--right {
        flex-direction: column
    }
}

.sib-card-list__icons {
    padding: 4.75rem 1.875rem 0rem
}

.sib-card-list__img-top {
    height: 12.5rem;
    background-size: cover;
    background-repeat: no-repeat
}

@media all and (min-width:768px) {
    .sib-card-list__img-top {
        height: 12.125rem
    }
}

@media all and (min-width:1600px) {
    .sib-card-list__img-top {
        height: 15.875rem
    }
}

.sib-card-list__body {
    padding: 1.875rem 1.25rem;
    min-height: 8.125rem;
    flex: 1
}

@media all and (min-width:768px) {
    .sib-card-list__body {
        min-height: 14.375rem
    }
}

@media all and (min-width:1600px) {
    .sib-card-list__body {
        padding: 1.875rem
    }
}

.sib-card-list__text {
    display: none
}

@media all and (min-width:768px) {
    .sib-card-list__text {
        display: flex
    }
}

.sib-card-list__footer {
    padding-top: 1.28125rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    border-top: .375rem solid #000;
    text-align: right
}

@media all and (min-width:1600px) {
    .sib-card-list__footer {
        padding-top: 1.6875rem;
        margin-left: 1.875rem;
        margin-right: 1.875rem
    }
}

.sib-card-list__footer a {
    text-decoration: none
}

.sib-card-list__footer span {
    display: inline-flex;
    font-size: 1.5rem;
    transform: rotate(90deg)
}

.sib-card-list-related {
    display: flex;
    flex-direction: column;
    padding-bottom: 1.15625rem;
    background-color: #fff;
    width: 17.5rem;
    min-height: 28.75rem;
    margin-bottom: 2.625rem;
    margin-left: 1rem;
    margin-right: 1rem
}

@media all and (min-width:576px) {
    .sib-card-list-related {
        height: 32.5rem
    }
}

@media all and (min-width:1600px) {
    .sib-card-list-related {
        min-height: 35.625rem;
        width: 21.125rem;
        margin-left: 1rem;
        margin-right: 1rem
    }
}

@media all and (min-width:2200px) {
    .sib-card-list-related {
        max-width: 100%;
        margin-left: 1.25rem;
        margin-right: 1.25rem;
        width: 32.5rem
    }
}

.sib-card-list-related__wrapper {
    display: flex;
    flex-wrap: wrap
}

@media all and (min-width:768px) {
    .sib-card-list-related__wrapper {
        padding-left: 0;
        padding-right: 0
    }
}

@media all and (min-width:1280px) {
    .sib-card-list-related__wrapper :nth-child(4) {
        margin-left: 11.1%
    }

    .sib-card-list-related__wrapper :nth-child(10) {
        margin-left: 11.1%
    }

    .sib-card-list-related__wrapper :nth-child(16) {
        margin-left: 11.1%
    }
}

@media all and (min-width:1600px) {
    .sib-card-list-related__wrapper :nth-child(4) {
        margin-left: 11.1%
    }

    .sib-card-list-related__wrapper :nth-child(10) {
        margin-left: 11.1%
    }

    .sib-card-list-related__wrapper :nth-child(16) {
        margin-left: 11.1%
    }
}

.sib-card-list-related:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.sib-card-list-related--left {
    justify-content: flex-end;
    flex-direction: column
}

@media all and (min-width:768px) {
    .sib-card-list-related--left {
        flex-direction: column
    }
}

.sib-card-list-related--right {
    justify-content: flex-start;
    flex-direction: column
}

@media all and (min-width:768px) {
    .sib-card-list-related--right {
        flex-direction: column
    }
}

.sib-card-list-related__icons {
    padding: 4.75rem 1.875rem 0rem
}

.sib-card-list-related__img-top {
    height: 12.5rem;
    background-size: cover;
    background-repeat: no-repeat
}

@media all and (min-width:768px) {
    .sib-card-list-related__img-top {
        height: 15.875rem
    }
}

.sib-card-list-related__body {
    padding: 1.875rem;
    min-height: 8.125rem;
    flex: 1
}

@media all and (min-width:768px) {
    .sib-card-list-related__body {
        min-height: 14.375rem
    }
}

.sib-card-list-related__text {
    display: none
}

@media all and (min-width:768px) {
    .sib-card-list-related__text {
        display: flex
    }
}

.sib-card-list-related__footer {
    padding-top: 1.28125rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    border-top: .375rem solid #000;
    text-align: right
}

@media all and (min-width:768px) {
    .sib-card-list-related__footer {
        padding-top: 1.6875rem;
        margin-left: 1.875rem;
        margin-right: 1.875rem
    }
}

@media all and (-ms-high-contrast:none) {

    .sib-card-list-related__footer,
    .sib-card-list-related__footer ::-ms-backdrop {
        width: 13.75rem
    }
}

@media all and (min-width:1600px) and (-ms-high-contrast:none) {

    .sib-card-list-related__footer,
    .sib-card-list-related__footer ::-ms-backdrop {
        width: 17.375rem
    }
}

@media all and (min-width:2200px) and (-ms-high-contrast:none) {

    .sib-card-list-related__footer,
    .sib-card-list-related__footer ::-ms-backdrop {
        width: 28.75rem
    }
}

.sib-card-list-related__footer a {
    text-decoration: none
}

.sib-card-list-related__footer span {
    display: inline-flex;
    transform: rotate(90deg)
}

.no-padding {
    padding-right: 0
}

.sib-card-statistics {
    position: relative;
    float: left;
    width: 16.25rem;
    padding: 0rem;
    margin-left: 1rem;
    margin-right: 1rem
}

@media all and (min-width:768px) {
    .sib-card-statistics {
        width: 18.75rem;
        margin-left: 1.25rem;
        margin-right: 1.25rem
    }
}

@media all and (min-width:1280px) {
    .sib-card-statistics {
        width: 18.75rem;
        margin-left: 1.25rem;
        margin-right: 2.8125rem
    }
}

@media all and (min-width:1600px) {
    .sib-card-statistics {
        min-height: 35.625rem;
        width: 18.75rem;
        margin-left: 2.0625rem;
        margin-right: 2.1875rem
    }
}

@media all and (min-width:2200px) {
    .sib-card-statistics {
        max-width: 100%;
        margin-left: 2.5rem;
        margin-right: 2.5rem;
        width: 30rem
    }
}

.sib-card-statistics:before {
    position: absolute;
    top: -1.25rem;
    right: -1.25rem;
    bottom: 0;
    left: -1.25rem;
    z-index: -1;
    content: '';
    opacity: 0;
    background: rgba(0, 0, 0, .03);
    transition: all .3s ease
}

.sib-card-statistics:hover {
    cursor: pointer
}

@media all and (min-width:992px) {
    .sib-card-statistics:hover:before {
        opacity: 1
    }
}

.sib-card-statistics__img-top {
    flex: 1
}

.sib-card-statistics__img-top img {
    max-width: 150px;
    max-height: 150px
}

.sib-card-statistics__body {
    padding-top: 1.25rem;
    padding-bottom: .625rem;
    min-height: 10.25rem
}

.sib-card-statistics__body h2 {
    font-size: 2.5rem;
    line-height: 1.05
}

@media all and (min-width:2200px) {
    .sib-card-statistics__body h2 {
        font-size: 3.75rem;
        line-height: .95
    }
}

@media all and (min-width:768px) {
    .sib-card-statistics__body {
        padding-bottom: 20px
    }
}

.sib-card-statistics__title {
    padding-bottom: 1.25rem
}

.sib-card-statistics__text {
    display: flex;
    margin-top: 0
}

.sib-card-statistics__footer {
    padding-top: 1.4375rem;
    padding-bottom: 6.25rem;
    border-top: .375rem solid #000;
    text-align: right
}

.sib-card-statistics__footer a {
    text-decoration: none
}

.sib-card-statistics__footer span {
    display: inline-flex;
    transform: rotate(90deg);
    font-size: 1.4375rem
}

@media all and (min-width:768px) {
    .sib-card-statistics__footer {
        padding-bottom: 1.875rem
    }
}

.sib-card-slider {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 0
}

@media all and (min-width:768px) {
    .sib-card-slider {
        height: 37.5rem
    }
}

@media all and (min-width:1280px) {
    .sib-card-slider {
        height: 43.75rem
    }
}

@media all and (min-width:1600px) {
    .sib-card-slider {
        height: 50rem
    }
}

@media all and (min-width:2200px) {
    .sib-card-slider {
        height: 62.5rem
    }
}

.sib-card-slider .container {
    height: 100%
}

.sib-card-slider__frame {
    display: none
}

.sib-card-slider__frame:first-child {
    display: flex
}

@media all and (min-width:768px) {
    .sib-card-slider__frame {
        display: flex
    }
}

@media all and (min-width:768px) {
    .sib-card-slider {
        background-size: cover
    }
}

.sib-card-slider__wrapper {
    position: relative;
    background-color: #fff;
    padding: 0rem 0rem 0rem;
    width: 100%
}

@media all and (min-width:768px) {
    .sib-card-slider__wrapper {
        padding: 3.75rem 1.875rem 0rem
    }
}

@media all and (min-width:1280px) {
    .sib-card-slider__wrapper {
        padding: 5rem 1.875rem 0rem
    }
}

@media all and (min-width:1600px) {
    .sib-card-slider__wrapper {
        padding: 5.875rem 1.875rem 0rem
    }
}

.sib-card-slider__img-top {
    height: 25rem;
    width: calc(100% + 40px);
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: -1.25rem
}

@media all and (min-width:768px) {
    .sib-card-slider__img-top {
        display: none
    }
}

.sib-card-slider__tags {
    position: absolute;
    top: 15rem;
    width: 200px;
    height: 100px;
    left: 100px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    transform: rotate(90deg);
    transform-origin: left top 0
}

@media all and (min-width:768px) {
    .sib-card-slider__tags {
        left: -.9375rem;
        top: -10.625rem;
        left: 8.125rem
    }
}

.sib-card-slider__tag {
    display: table;
    position: relative;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1;
    padding: .5625rem .9375rem .5625rem;
    margin-top: 5px;
    margin-left: auto
}

@media all and (-ms-high-contrast:none) {

    .sib-card-slider__tag span,
    .sib-card-slider__tag span ::-ms-backdrop {
        position: relative;
        top: .125rem
    }
}

.sib-card-slider__row {
    height: 100%;
    margin-left: -15px;
    margin-right: -15px;
    justify-content: flex-end;
    align-items: center;
    display: flex
}

.sib-card-slider__col {
    display: flex;
    align-items: center
}

.sib-card-slider__body {
    padding-bottom: 2.4375rem
}

@media all and (min-width:768px) {
    .sib-card-slider__body {
        padding-top: 0rem
    }
}

.sib-card-slider__title {
    padding-top: 5rem
}

@media all and (min-width:768px) {
    .sib-card-slider__title {
        padding-top: 0rem
    }
}

.sib-card-slider__date {
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    padding-top: 1.375rem;
    font-size: 16px
}

.sib-card-slider__text {
    display: none;
    margin-top: 1.8125rem
}

@media all and (min-width:768px) {
    .sib-card-slider__text {
        display: flex
    }
}

.sib-card-slider__footer {
    padding-top: 1.375rem;
    padding-bottom: 1.6875rem;
    border-top: .375rem solid #000;
    text-align: right
}

.sib-card-slider__footer a {
    text-decoration: none
}

.sib-card-slider__footer span {
    display: inline-flex;
    transform: rotate(90deg)
}

.sib-card-slider__buttons {
    top: 1.875rem;
    left: -154px;
    position: absolute;
    display: none
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .sib-card-slider__buttons {
        left: -153px
    }
}

@supports (-ms-ime-align:auto) {
    .sib-card-slider__buttons {
        left: -153px
    }
}

@media all and (min-width:768px) {
    .sib-card-slider__buttons {
        display: flex
    }
}

.sib-card-slider__slick-button {
    color: #fff;
    background-color: #4e8122;
    padding: 1.8125rem;
    border: 0rem;
    cursor: pointer;
    transition: all .4s 50ms
}

.sib-card-slider__slick-button:hover {
    background-color: #316038
}

.sib-card-slider__slick-button span {
    display: inline-flex;
    transform: rotate(90deg)
}

.sib-card-slider__slick-button--back span {
    transform: rotate(270deg)
}

.sib-card-slider__morenews {
    background-color: #000;
    width: 180px;
    height: 60px;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    color: #fff;
    display: none;
    align-items: center;
    padding-left: 30px;
    padding-right: 26px;
    text-transform: uppercase;
    justify-content: space-between;
    transform: rotate(90deg);
    transform-origin: left top 0;
    z-index: 9;
    margin-right: -180px;
    margin-top: -90px
}

@media all and (min-width:1280px) {
    .sib-card-slider__morenews {
        display: flex
    }
}

@media all and (-ms-high-contrast:none) {

    .sib-card-slider__morenews span,
    .sib-card-slider__morenews span ::-ms-backdrop {
        position: relative;
        top: .125rem
    }
}

.sib-card-slider__morenews--wrapper {
    width: 100%;
    display: flex;
    flex-direction: row-reverse
}

.sib-card-slider__morenews .icon-triangle-outline-no-base {
    padding-bottom: 4px
}

.sib-card-slider__morenews .icon-triangle-outline-no-base::before {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.4375rem
}

@media (min-width:768px) and (min-aspect-ratio:16 / 9) {
    #sib-overlay__content--default {
        max-width: 75% !important;
        margin-left: auto;
        margin-right: auto
    }

    #sib-overlay__content--default .sib-image__details {
        flex-direction: column
    }

    #sib-overlay__content--default .sib-image__terms {
        padding-left: 0rem
    }
}

@media (min-width:768px) and (min-aspect-ratio:2 / 1) {
    #sib-overlay__content--default {
        max-width: 70% !important;
        margin-left: auto;
        margin-right: auto
    }

    #sib-overlay__content--default .sib-image__terms {
        padding-left: 0rem
    }
}

@media (min-width:768px) and (min-aspect-ratio:11 / 5) {
    #sib-overlay__content--default {
        max-width: 65% !important;
        margin-left: auto;
        margin-right: auto
    }

    #sib-overlay__content--default .sib-image__terms {
        padding-left: 0rem
    }
}

@media (min-width:768px) and (min-aspect-ratio:12 / 5) {
    #sib-overlay__content--default {
        max-width: 50% !important;
        margin-left: auto;
        margin-right: auto
    }

    #sib-overlay__content--default .sib-image__terms {
        padding-left: 0rem
    }
}

@media (min-width:768px) and (min-aspect-ratio:3 / 1) {
    #sib-overlay__content--default {
        max-width: 30% !important;
        margin-left: auto;
        margin-right: auto
    }

    #sib-overlay__content--default .sib-image__terms {
        padding-left: 0rem
    }
}

@media (min-aspect-ratio:2 / 1) {
    .sib-image__details {
        flex-direction: column
    }

    .sib-image__details .sib-image__terms {
        padding-left: 0rem
    }
}

@media (min-aspect-ratio:11 / 5) {
    .sib-image__details {
        flex-direction: column
    }

    .sib-image__details .sib-image__terms {
        padding-left: 0rem
    }
}

@media (min-aspect-ratio:3 / 1) {
    .sib-image__details {
        flex-direction: column
    }

    .sib-image__details .sib-image__terms {
        padding-left: 0rem
    }
}

.sib-card-news {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: auto/16rem;
    margin-bottom: 2.625rem;
    background-repeat: no-repeat;
    background-size: 0;
    transition: all .3s ease
}

@media all and (min-width:768px) {
    .sib-card-news {
        height: 50rem;
        margin-bottom: 5rem
    }
}

@media all and (min-width:1600px) {
    .sib-card-news {
        margin-bottom: 9.375rem
    }
}

.sib-card-news--body-divide {
    width: 100%;
    max-width: 33.6875rem
}

.sib-card-news--body-divide p {
    margin-top: 0
}

.sib-card-news-container {
    padding-left: 0;
    padding-right: 0
}

.sib-card-news__frame {
    display: none
}

.sib-card-news__frame .container {
    padding-left: 0;
    padding-right: 0
}

.sib-card-news__frame:first-child {
    display: flex;
    flex: 1
}

@media all and (min-width:768px) {
    .sib-card-news__frame {
        display: flex
    }
}

@media all and (min-width:768px) {
    .sib-card-news {
        background-size: cover
    }
}

.sib-card-news__wrapper {
    position: relative;
    background-color: #fff;
    padding: 0rem 0rem 0rem;
    width: 100%
}

@media all and (min-width:768px) {
    .sib-card-news__wrapper {
        padding: 5.875rem 1.875rem 0rem
    }
}

.sib-card-news__img-top {
    height: 25rem;
    width: calc(100% + 30px);
    margin-left: -.9375rem;
    background-size: cover;
    background-repeat: no-repeat
}

@media all and (min-width:768px) {
    .sib-card-news__img-top {
        display: none
    }
}

.sib-card-news__tags {
    position: absolute;
    top: 15rem;
    width: 200px;
    height: 100px;
    left: 120px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    transform: rotate(90deg);
    transform-origin: left top 0
}

@media all and (min-width:768px) {
    .sib-card-news__tags {
        top: -10.625rem;
        left: 8.125rem
    }
}

@media all and (min-width:768px) {
    .sib-card-news__tags+.sib-card-news__body {
        padding-right: 0;
        padding-left: 0
    }
}

.sib-card-news__tags+.sib-card-news__body+.sib-card-news__footer {
    margin-left: 0
}

.sib-card-news__tag {
    display: table;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1;
    padding: .5rem .9375rem;
    margin-top: 5px;
    margin-left: auto
}

.sib-card-news__row {
    height: 100%;
    margin-left: -15px;
    margin-right: -15px
}

.sib-card-news__col {
    display: flex
}

@media all and (min-width:768px) {
    .sib-card-news__col {
        align-items: center
    }
}

.sib-card-news__body {
    padding: 1.875rem
}

@media all and (min-width:768px) {
    .sib-card-news__body {
        padding: 0rem
    }
}

@media all and (min-width:1280px) {
    .sib-card-news__body {
        padding: 1.875rem
    }
}

.sib-card-news__title {
    padding-top: 3.5rem
}

@media all and (min-width:768px) {
    .sib-card-news__title {
        padding-top: 0rem
    }
}

.sib-card-news__date {
    padding-top: 1.375rem;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    font-size: 16px
}

.sib-card-news__text {
    display: none;
    padding-top: 1.8125rem
}

@media all and (min-width:768px) {
    .sib-card-news__text {
        display: flex
    }
}

.sib-card-news__footer {
    padding-top: 1.375rem;
    padding-bottom: 1.6875rem;
    border-top: .375rem solid #000;
    text-align: right;
    margin-right: 1.25rem;
    margin-left: 1.25rem
}

@media all and (min-width:768px) {
    .sib-card-news__footer {
        margin-right: 0rem;
        margin-left: 0rem
    }
}

.sib-card-news__footer a {
    text-decoration: none
}

.sib-card-news__footer span {
    display: inline-flex;
    transform: rotate(90deg)
}

.sib-card-news__buttons {
    top: 1.875rem;
    left: -154px;
    position: absolute;
    display: none
}

@media all and (min-width:768px) {
    .sib-card-news__buttons {
        display: flex
    }
}

.sib-card-news__slick-button {
    color: #fff;
    background-color: #4e8122;
    padding: 1.8125rem;
    border: 0rem;
    cursor: pointer
}

.sib-card-news__slick-button:hover {
    background-color: #316038
}

.sib-card-news__slick-button span {
    display: inline-flex;
    transform: rotate(90deg)
}

.sib-card-news__slick-button--back span {
    transform: rotate(270deg)
}

.sib-card-news:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.sib-card-news__frame__no-image {
    margin-top: 4.3125rem
}

.sib-card-news__frame__no-image .sib-card-news__body {
    display: flex;
    flex-direction: column;
    padding-left: 2.625rem;
    padding-right: 2.625rem
}

@media all and (min-width:768px) {
    .sib-card-news__frame__no-image .sib-card-news__body {
        flex-direction: row
    }
}

.sib-card-news__frame__no-image .sib-card-news__no-image {
    display: none;
    position: absolute;
    top: 23%;
    right: 0
}

@media all and (min-width:768px) {
    .sib-card-news__frame__no-image .sib-card-news__no-image {
        display: block
    }
}

.sib-card-news__frame__no-image .sib-card-news__wrapper {
    padding-left: 0rem;
    padding-right: 0rem
}

.sib-card-news__frame__no-image .sib-card-news__title--wrapper {
    width: 100%;
    max-width: 26.375rem
}

@media all and (min-width:1600px) {
    .sib-card-news__frame__no-image .sib-card-news__title--wrapper {
        max-width: 100%
    }
}

.sib-card-news__frame__no-image .sib-card-news__text {
    padding-top: 0rem;
    padding-bottom: 1.875rem
}

.sib-card-news__frame__no-image .sib-card-news__footer {
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 1.875rem
}

@media all and (min-width:768px) {
    .sib-card-news__frame__no-image .sib-card-news__footer {
        margin-top: 0rem
    }
}

.sib-card-news__frame__no-image .sib-card-news__tags {
    bottom: 22rem;
    top: unset
}

@media all and (min-width:768px) {
    .sib-card-news__frame__no-image .sib-card-news__tags {
        top: -10.625rem;
        bottom: unset
    }
}

.sib-card-people {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: .625rem;
    text-decoration: none;
    background-color: #fff
}

@media all and (min-width:768px) {
    .sib-card-people {
        display: block
    }
}

@media all and (min-width:768px) {
    .sib-card-people:nth-child(3n+1) {
        margin-left: 0
    }
}

.sib-card-people__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 9.375rem
}

@media all and (min-width:768px) {
    .sib-card-people__wrapper {
        margin-bottom: 10rem
    }
}

@media all and (min-width:768px) and (min-width:768px) {
    .sib-card-people__wrapper :nth-child(6n+4) {
        margin-left: calc(19% - 60px)
    }
}

@media all and (min-width:768px) and (min-width:2200px) {
    .sib-card-people__wrapper :nth-child(6n+4) {
        margin-left: calc(8.5% + 96px - 60px)
    }
}

@media all and (min-width:768px) {
    .sib-card-people__wrapper :nth-child(6n+6) {
        margin-right: 0
    }
}

.sib-card-people__wrapper.people-wrapper--sales {
    margin-bottom: 4.375rem
}

@media all and (min-width:768px) {
    .sib-card-people__wrapper.people-wrapper--sales {
        margin-bottom: 3.125rem
    }
}

.sib-card-people:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.sib-card-people:hover .sib-card-people__image_2 {
    opacity: 1
}

@media all and (min-width:768px) {
    .sib-card-people {
        margin-right: .9375rem;
        margin-bottom: 5rem;
        margin-left: .9375rem
    }
}

@media all and (min-width:768px) {
    .sib-card-people {
        max-width: 27%
    }
}

@media all and (min-width:2200px) {
    .sib-card-people {
        max-width: calc(30.5% - 32px)
    }
}

.sib-card-people--left {
    justify-content: flex-end;
    flex-direction: column
}

@media all and (min-width:768px) {
    .sib-card-people--left {
        flex-direction: column
    }
}

.sib-card-people--right {
    justify-content: flex-start;
    flex-direction: column
}

@media all and (min-width:768px) {
    .sib-card-people--right {
        flex-direction: column
    }
}

.sib-card-people__icons {
    padding: 4.75rem 1.875rem 0rem
}

.sib-card-people__img-top {
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 80px;
    width: 80px;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat
}

@media all and (min-width:768px) {
    .sib-card-people__img-top {
        display: block;
        height: 100%;
        width: 100%
    }
}

.sib-card-people__image_2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: .3s ease
}

.sib-card-people__body {
    flex: 1;
    margin-left: .9375rem
}

@media all and (min-width:768px) {
    .sib-card-people__body {
        flex: 0 1 auto;
        position: relative;
        bottom: 5.3125rem;
        margin-left: 0rem;
        padding: 1.25rem;
        width: 100%
    }
}

@media all and (min-width:992px) {
    .sib-card-people__body {
        bottom: 5.75rem
    }
}

@media all and (min-width:1280px) {
    .sib-card-people__body {
        bottom: 6.875rem;
        padding: 1.875rem 1.25rem
    }
}

.sib-card-people__title {
    display: flex;
    width: 176px;
    height: 17px;
    font-family: Calibre-SemiBold, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: normal;
    margin-bottom: .4375rem
}

@media all and (min-width:768px) {
    .sib-card-people__title {
        margin-bottom: .5rem;
        overflow: visible;
        font-size: 1.125rem
    }
}

@media all and (min-width:992px) {
    .sib-card-people__title {
        margin-bottom: .9375rem;
        font-size: 1.375rem
    }
}

@media all and (min-width:1280px) {
    .sib-card-people__title {
        font-size: 24px
    }
}

.sib-card-people__text {
    display: flex;
    width: 176px;
    height: 17px;
    font-family: Calibre-SemiBold, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: .83;
    letter-spacing: normal
}

.sib-card-people__footer {
    display: none;
    padding-top: 1.28125rem;
    border-top: .375rem solid #000;
    text-align: right;
    margin-left: 1.875rem;
    margin-right: 1.875rem
}

@media all and (min-width:768px) {
    .sib-card-people__footer {
        padding-top: 1.6875rem
    }
}

.sib-card-people__footer a {
    text-decoration: none
}

.sib-card-people__footer span {
    display: inline-flex;
    transform: rotate(90deg)
}

.sib-map-flyover__wrapper {
    position: relative;
    height: 783px;
    width: 100%;
    margin-top: 4.375rem;
    z-index: 1
}

.sib-map-flyover__wrapper .container {
    position: relative
}

@media all and (min-width:768px) {
    .sib-map-flyover__wrapper {
        margin-top: 0rem;
        height: 646px
    }
}

@media all and (min-width:1280px) {
    .sib-map-flyover__wrapper {
        margin-top: 12.5rem;
        height: 800px
    }
}

@media all and (min-width:2200px) {
    .sib-map-flyover__wrapper {
        margin-top: 12.5rem;
        height: 1000px
    }
}

.sib-map-flyover__image {
    position: absolute;
    z-index: 100;
    width: 100%;
    background-size: cover;
    background-position-y: center;
    height: 100%;
    opacity: 1
}

.sib-map-flyover__overlay {
    position: absolute;
    top: -5rem;
    height: 740px;
    width: 100%;
    z-index: 10000;
    display: flex
}

@media all and (min-width:768px) {
    .sib-map-flyover__overlay {
        height: 646px
    }
}

@media all and (min-width:1280px) {
    .sib-map-flyover__overlay {
        height: 800px
    }
}

@media all and (min-width:2200px) {
    .sib-map-flyover__overlay {
        height: 1000px
    }
}

.sib-map-flyover__header {
    background-color: #000;
    color: #fff;
    width: 48.9375rem;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    transform: rotate(90deg);
    margin-left: calc(60px - 18px);
    transform-origin: left top 0;
    padding: 1.25rem 2.1875rem;
    display: flex;
    justify-content: space-between
}

@media all and (min-width:768px) {
    .sib-map-flyover__header {
        margin-left: calc(80px);
        margin-top: -32px;
        height: 80px;
        width: 45.625rem;
        font-size: 1.5rem;
        padding: 1.25rem 2.875rem;
        padding-right: .625rem
    }
}

@media all and (min-width:1280px) {
    .sib-map-flyover__header {
        margin-left: calc(104px);
        width: 50rem;
        height: 100px;
        margin-top: -5px;
        font-size: 1.5rem;
        padding: 1.875rem 2.6875rem;
        padding-right: 1.25rem
    }
}

@media all and (min-width:2200px) {
    .sib-map-flyover__header {
        margin-left: calc(80px);
        width: 62.5rem;
        height: 100px;
        margin-top: -5px;
        font-size: 1.5rem;
        padding: 1.875rem 2.6875rem;
        padding-right: 1.25rem
    }
}

@media all and (-ms-high-contrast:none) {

    .sib-map-flyover__header #mapTitle,
    .sib-map-flyover__header #mapTitle ::-ms-backdrop {
        position: relative;
        top: .3125rem
    }
}

.sib-map-flyover__content {
    position: absolute;
    z-index: 1000;
    padding-top: 2.8125rem;
    font-size: 1rem;
    line-height: 1.5;
    border-top: .3125rem solid #000;
    transition: all 3s ease;
    transition-delay: .5s;
    width: 69%;
    top: 9.6875rem;
    left: 25%
}

@media all and (min-width:768px) {
    .sib-map-flyover__content .spanContent {
        padding-left: 10%
    }
}

@media all and (min-width:1280px) {
    .sib-map-flyover__content .spanContent {
        padding-left: 20%
    }
}

.sib-map-flyover__content:before {
    position: absolute;
    top: -50px;
    right: 0;
    font-family: icomoon !important
}

.sib-map-flyover__content--level-0 {
    color: #000;
    border-top: .3125rem solid #000;
    font-family: Calibre-Light, Helvetica, Arial, sans-serif
}

@media all and (min-width:768px) {
    .sib-map-flyover__content--level-0 {
        width: 84.5%;
        top: 9.0625rem;
        left: 16.5%
    }

    .sib-map-flyover__content--level-0 .icon-absolute {
        left: calc(100% - 22px)
    }
}

@media all and (min-width:1280px) {
    .sib-map-flyover__content--level-0 {
        width: 35.25rem;
        top: 9.375rem;
        left: 12%
    }

    .sib-map-flyover__content--level-0 .icon-absolute {
        left: calc(100% - 22px)
    }
}

@media all and (min-width:1600px) {
    .sib-map-flyover__content--level-0 {
        width: 36.3125rem;
        top: 10.625rem;
        left: 9.33333%
    }

    .sib-map-flyover__content--level-0 .icon-absolute {
        font-size: 1.5rem;
        left: calc(100% - 22px);
        bottom: 30px
    }
}

@media all and (min-width:2200px) {
    .sib-map-flyover__content--level-0 {
        width: 55.875rem;
        top: 10.625rem;
        left: 8.33%
    }

    .sib-map-flyover__content--level-0 .icon-absolute {
        left: calc(100% - 22px)
    }
}

.sib-map-flyover__content--level-1 {
    color: #fff;
    border-top: .3125rem solid #fff;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif
}

@media all and (min-width:768px) {
    .sib-map-flyover__content--level-1 {
        width: 84.5%;
        top: 23.125rem;
        left: 16.5%
    }

    .sib-map-flyover__content--level-1 .icon-absolute {
        left: calc(100% - 22px)
    }
}

@media all and (min-width:1280px) {
    .sib-map-flyover__content--level-1 {
        width: 35.25rem;
        top: 23.125rem;
        left: 12%
    }

    .sib-map-flyover__content--level-1 .icon-absolute {
        left: calc(100% - 22px)
    }
}

@media all and (min-width:1600px) {
    .sib-map-flyover__content--level-1 {
        width: 36.3125rem;
        top: 23.125rem;
        left: 9.33%
    }

    .sib-map-flyover__content--level-1 .icon-absolute {
        color: #fff;
        left: calc(100% - 22px)
    }
}

@media all and (min-width:2200px) {
    .sib-map-flyover__content--level-1 {
        width: 55.875rem;
        top: 23.125rem;
        left: 8.33%
    }

    .sib-map-flyover__content--level-1 .icon-absolute {
        left: calc(100% - 22px)
    }
}

.sib-map-flyover__content--level-2 {
    color: #fff;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    border-top: .3125rem solid #fff
}

@media all and (min-width:768px) {
    .sib-map-flyover__content--level-2 {
        width: 84.5%;
        top: 23.125rem;
        left: 16.5%
    }

    .sib-map-flyover__content--level-2 .icon-absolute {
        left: 0
    }
}

@media all and (min-width:1280px) {
    .sib-map-flyover__content--level-2 {
        width: 35.25rem;
        top: 23.125rem;
        left: 50%
    }

    .sib-map-flyover__content--level-2 .icon-absolute {
        left: 0
    }
}

@media all and (min-width:1600px) {
    .sib-map-flyover__content--level-2 {
        width: 36.3125rem;
        top: 23.125rem;
        left: 58.33%
    }

    .sib-map-flyover__content--level-2 .icon-absolute {
        left: 0
    }
}

@media all and (min-width:2200px) {
    .sib-map-flyover__content--level-2 {
        width: 55.875rem;
        top: 23.125rem;
        left: 58.33%
    }

    .sib-map-flyover__content--level-2 .icon-absolute {
        left: 0
    }
}

.sib-map-flyover__zoom {
    width: 3.75rem;
    height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-left: 0rem;
    cursor: pointer;
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    transition: all ease .5s;
    border: 0;
    transform: rotate(270deg)
}

@media all and (min-width:768px) {
    .sib-map-flyover__zoom {
        width: 5rem;
        height: 5rem
    }
}

@media all and (min-width:1280px) {
    .sib-map-flyover__zoom {
        width: 6.25rem;
        height: 6.25rem
    }
}

.sib-map-flyover__zoomstates {
    display: flex;
    align-items: flex-end;
    margin-top: -2.5rem
}

@media all and (min-width:768px) {
    .sib-map-flyover__zoomstates {
        margin-top: -3.75rem
    }
}

@media all and (min-width:1280px) {
    .sib-map-flyover__zoomstates {
        margin-top: -3.125rem
    }
}

.sib-map-flyover__zoomstates button {
    border: .0625rem #fff solid
}

.sib-map-flyover__zoomin {
    display: none
}

.sib-map-flyover__zoomin span {
    display: inline-block;
    transform: rotate(45deg)
}

.sib-map-flyover__zoomout span {
    display: inline-block;
    width: 16px;
    height: 2px;
    background-color: #fff
}

@media all and (min-width:768px) {
    .sib-map-flyover__zoomout span {
        width: 22px
    }
}

.mapboxgl-map {
    height: 100%
}

.mapboxgl-map .mapboxgl-ctrl-bottom-left,
.mapboxgl-map .mapboxgl-ctrl-bottom-right,
.mapboxgl-map .mapboxgl-ctrl-top-right {
    display: none
}

.icon-absolute {
    font-size: 1.25rem;
    position: absolute;
    top: -2.8125rem;
    transition: all 3s ease
}

.sib-interactive-tool {
    display: none; /* Hidden by default */
}

@media (min-width: 768px) { /* Mobile width */
    .sib-interactive-tool {
        display: block;
        height: 12rem; /* Height for mobile screens (768px) */
    }
}

@media (min-width: 1024px) { /* Only show at 1024px and above */
    .sib-interactive-tool {
        height: 33rem; /* Height for large screens */
    }
}

@media (min-width: 1440px) { /* Only show at 1024px and above */
    .sib-interactive-tool {
        height: 44.125rem; /* Height for large screens */
    }
}

@media (min-width: 1920px) { /* Only show at 1024px and above */
    .sib-interactive-tool {
        height: 61.25rem; /* Height for large screens */
    }
}


@media all and (max-width:575px) {
    .page-cms-404 .sib-header__border-line {
        margin-top: 4.375rem
    }
}

@media all and (min-width:768px) {
    .page-cms-404 .sib-header__logo img {
        display: flex
    }
}

.page-cms-404 article.content h3 {
    margin: 7.5rem 0 9.0625rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.1
}

@media all and (min-width:768px) {
    .page-cms-404 article.content h3 {
        margin: 9.375rem 0 10.3125rem;
        font-size: 2.5rem;
        line-height: 1
    }
}

.page-cms-careers .careers {
    position: relative
}

.page-cms-careers .careers:before {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    z-index: 0;
    width: 100vw;
    height: 100%;
    background-position: left 65% top;
    background-image: url(/images/triangle.svg);
    background-repeat: no-repeat;
    content: '';
    transform: translate(-50%, -13%)
}

@media (min-width:992px) {
    .page-cms-careers .careers:before {
        background-position: right top
    }
}

.page-cms-careers .careers .sib-lists__heading--circles {
    display: flex !important
}

@media (min-width:992px) {
    .page-cms-careers .careers__content {
        padding-top: 80px
    }
}

.page-cms-careers .careers__content .empty-line {
    min-height: 10px
}

@media (min-width:992px) {
    .page-cms-careers .careers__content .empty-line {
        min-height: 20px
    }
}

.page-cms-careers .careers__content .sib-text-wrapper {
    padding-top: 70px;
    padding-bottom: 70px
}

.page-cms-careers .careers__content .sib-text-wrapper p {
    min-height: 20px
}

.page-cms-careers .careers__content .sib-text-wrapper a {
    color: #4e8122;
    text-decoration: underline
}

.page-cms-careers .careers__content .sib-text-wrapper a:hover {
    color: #316038
}

.page-cms-careers .careers__wrapper {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    position: fixed;
    top: 0;
    left: -100vw;
    z-index: 9999999;
    width: 100vw;
    padding: 0 10px;
    overflow: auto;
    color: #fff;
    background: #4e8122;
    opacity: 0;
    transition: all .3s .2s ease
}

@media (min-width:992px) {
    .page-cms-careers .careers__wrapper {
        position: relative;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        padding: 0;
        overflow: visible;
        opacity: 1;
        transform: none
    }
}

.page-cms-careers .careers__wrapper:before {
    display: none
}

@media (min-width:992px) {
    .page-cms-careers .careers__wrapper:before {
        position: absolute;
        top: 0;
        right: auto;
        bottom: 0;
        left: -20px;
        z-index: -1;
        display: block;
        width: 100vw;
        background: #4e8122;
        content: ''
    }
}

.page-cms-careers .careers__wrapper.active {
    opacity: 1;
    transform: translateX(100%);
    transition: opacity .4s 0s ease
}

@media (min-width:992px) {
    .page-cms-careers .careers__wrapper.active {
        transform: none
    }
}

.page-cms-careers .careers__wrapper.active #vacancies__close {
    display: block
}

@media (min-width:992px) {
    .page-cms-careers .careers__wrapper.active #vacancies__close {
        display: none !important
    }
}

.page-cms-careers .careers__media {
    position: relative;
    width: 100%
}

.page-cms-careers .careers__media-title {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 45px;
    max-width: 487px;
    padding: 0 30px;
    overflow: hidden;
    color: #fff;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 20px;
    background: #000;
    transform: translate(25px, 50%)
}

@media (min-width:992px) {
    .page-cms-careers .careers__media-title {
        height: 80px;
        transform: translate(30px, 50%)
    }
}

.page-cms-careers .careers__media-title.bg--green {
    background-color: #4e8122
}

.page-cms-careers .careers__media img {
    display: block;
    width: 100%;
    height: auto
}

.page-cms-careers .careers__loading span {
    background-image: linear-gradient(90deg, green 0, red 40px, green 80px);
    background-size: 500px;
    position: relative;
    display: block;
    width: 80%;
    height: 24px;
    margin-bottom: 8px;
    background-image: linear-gradient(90deg, #9eba83 0, #b9d7a0 50px, #9eba83 100px);
    background-size: 500px;
    opacity: .9;
    animation: shine-lines 2.5s infinite ease-out
}

.page-cms-careers .careers__loading span:first-child {
    margin-top: 0 !important
}

.page-cms-careers .careers__loading span:nth-child(4n+1) {
    margin-top: 55px
}

.page-cms-careers .careers__loading span:nth-child(4n+3) {
    width: 30%;
    height: 16px
}

.page-cms-careers .careers__loading span:nth-child(4n+4) {
    width: 60%;
    height: 16px
}

.page-cms-careers #vacancies__mask {
    position: absolute;
    z-index: -10;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0
}

.page-cms-careers #vacancies header {
    padding: 55px 0 0
}

.page-cms-careers #vacancies__title {
    position: relative;
    width: 90%;
    padding: 45px 0 20px;
    margin-bottom: 15px
}

@media (min-width:992px) {
    .page-cms-careers #vacancies__title {
        width: 60%;
        padding: 50px 0 25px;
        margin-bottom: 17px
    }
}

.page-cms-careers #vacancies__title:before {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    border-bottom: 6px solid #fff;
    content: ''
}

.page-cms-careers #vacancies footer {
    padding: 45px 0;
    font-family: Calibre, Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.42;
    letter-spacing: normal
}

.page-cms-careers #vacancies__intro {
    margin: 45px 0
}

.page-cms-careers #vacancies__more {
    display: none;
    margin: 30px 0;
    color: #fff;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    font-weight: 700;
    border-color: #fff
}

.page-cms-careers #vacancies__list {
    transition: height .5s ease
}

.page-cms-careers #vacancies__list a {
    position: relative;
    display: block;
    padding: 25px 40px 25px 0;
    color: #fff;
    outline: 0
}

@media (min-width:992px) {
    .page-cms-careers #vacancies__list a {
        padding: 25px 80px 25px 0
    }
}

.page-cms-careers #vacancies__list a:after,
.page-cms-careers #vacancies__list a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    z-index: -1;
    width: 100vw;
    background-color: rgba(255, 255, 255, .1);
    content: '';
    opacity: 0;
    transition: opacity .4s .1s ease
}

@media (min-width:992px) {

    .page-cms-careers #vacancies__list a:after,
    .page-cms-careers #vacancies__list a:before {
        left: -20px
    }
}

.page-cms-careers #vacancies__list a:after {
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    width: 25px;
    height: 25px;
    background-position: center;
    background-image: url(/images/arrow-right-white.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: contain;
    opacity: 1;
    transform: translateY(-50%)
}

.page-cms-careers #vacancies__list a:active:before,
.page-cms-careers #vacancies__list a:focus:before,
.page-cms-careers #vacancies__list a:hover:before {
    opacity: 1;
    transition-delay: 0s
}

.page-cms-careers #vacancies__list a>span {
    display: block;
    font-family: Calibre, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: normal
}

.page-cms-careers #vacancies__list a>span.job-title {
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.42
}

.page-cms-careers #vacancies__list.show-more+#vacancies__more {
    display: inline-flex
}

.page-cms-careers #vacancies__close {
    display: none
}

@media (min-width:992px) {
    .page-cms-careers #vacancies__close {
        display: none
    }
}

.page-cms-careers #vacancies__button {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 0 10px 40px;
    text-align: center;
    background-position: center;
    background-image: url(/images/careers.svg);
    background-repeat: repeat-x;
    background-size: contain;
    transform: translateY(200px);
    transition: all .6s .2s ease-in
}

@media (min-width:992px) {
    .page-cms-careers #vacancies__button {
        display: none
    }
}

.page-cms-careers #vacancies__button .button-secondary {
    background-color: #4e8122;
    border-color: #4e8122
}

.page-cms-careers #vacancies__button.active {
    transform: translateY(0)
}

@keyframes shine-lines {
    0% {
        background-position: -200px
    }

    100%,
    40% {
        background-position: 340px
    }
}

.page-cms-contact main#app {
    margin-top: -5.8125rem;
    background: #f9f9f9
}

@media all and (min-width:576px) {
    .page-cms-contact main#app {
        margin-top: 0
    }
}

@media all and (min-width:768px) {
    .page-cms-contact main#app {
        padding-bottom: 6.25rem;
        margin-top: 0
    }
}

.page-cms-contact .sib-intro__wrapper .sib-intro--address {
    margin-top: 5rem
}

@media all and (min-width:576px) {
    .page-cms-contact .sib-intro__wrapper .sib-intro--address {
        margin-top: 2.5rem
    }
}

@media all and (min-width:1280px) {
    .page-cms-contact .sib-intro__wrapper .sib-intro--address {
        margin-top: 0
    }
}

.page-cms-contact .sib-intro__wrapper .sib-intro--address p {
    padding: 0;
    margin: 0;
    font-family: Calibre-Light, Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1.4
}

.page-cms-contact .sib-intro__wrapper .sib-intro--address p strong {
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    font-size: 1.5rem
}

.page-cms-contact .sib-intro__wrapper .sib-intro--address p strong:first-child {
    display: block;
    margin-bottom: .9375rem
}

.page-cms-contact .sib-module.sib-contact-team {
    overflow: hidden
}

@media all and (min-width:768px) {
    .page-cms-homepage .sib-header {
        min-height: 31.25rem;
        margin-top: 0;
        margin-bottom: 6.25rem
    }
}

@media all and (min-width:1280px) {
    .page-cms-homepage .sib-header {
        height: 43.25rem
    }
}

@media all and (min-width:768px) {
    .page-cms-homepage .sib-header__border-line {
        height: 27.5625rem
    }
}

@media all and (min-width:1280px) {
    .page-cms-homepage .sib-header__border-line {
        height: 34.6875rem
    }
}

.page-cms-homepage .sib-intro__wrapper {
    padding-top: 4.875rem;
    position: relative;
    padding-bottom: 6.8125rem
}

@media all and (min-width:768px) {
    .page-cms-homepage .sib-intro__wrapper {
        padding-top: 7.1875rem;
        padding-bottom: 10.1875rem
    }
}

@media all and (min-width:1280px) {
    .page-cms-homepage .sib-intro__wrapper {
        padding-top: 10.6875rem;
        padding-bottom: 9.5rem
    }
}

@media all and (min-width:1600px) {
    .page-cms-homepage .sib-intro__wrapper {
        padding-top: 9.375rem;
        padding-bottom: 7.75rem
    }
}

.page-cms-homepage .sib-intro__theme--wave {
    top: 0rem;
    height: 17.8125rem;
    left: -15.3125rem
}

@media all and (min-width:768px) {
    .page-cms-homepage .sib-intro__theme--wave {
        top: -6.25rem;
        height: 31.25rem;
        left: -18.75rem
    }
}

@media all and (min-width:1280px) {
    .page-cms-homepage .sib-intro__theme--wave {
        top: -6.25rem;
        height: 100%;
        left: -6.25rem
    }
}

@media all and (min-width:1600px) {
    .page-cms-homepage .sib-intro__theme--wave {
        left: 0rem
    }
}

@media all and (min-width:2500px) {
    .page-cms-homepage .sib-intro__theme--wave {
        top: -7.5rem;
        left: 0rem;
        width: 100%;
        height: auto
    }
}

.page-cms-homepage .sib-header__logo {
    margin-top: -9.375rem;
    padding-left: 1.875rem
}

@media all and (min-width:1280px) {
    .page-cms-homepage .sib-header__logo {
        margin-top: -10.625rem;
        padding-left: 1.875rem
    }
}

@media all and (min-width:768px) {
    .page-cms-homepage .sib-header__logo img {
        display: flex
    }
}

.page-cms-homepage .sib-color-blocks {
    display: flex;
    flex-flow: row wrap;
    color: #fff;
    text-rendering: geometricPrecision
}

@media all and (min-width:768px) {
    .page-cms-homepage .sib-color-blocks {
        flex-flow: row nowrap;
        height: 31.25rem
    }
}

@media all and (min-width:1280px) {
    .page-cms-homepage .sib-color-blocks {
        height: 43.75rem
    }
}

@media all and (min-width:1600px) {
    .page-cms-homepage .sib-color-blocks {
        height: 43.75rem
    }
}

@media all and (min-width:2200px) {
    .page-cms-homepage .sib-color-blocks {
        height: 62.5rem
    }
}

.page-cms-homepage .sib-color-blocks__item {
    position: relative;
    flex: 1 0 100%;
    background-repeat: no-repeat;
    background-size: cover
}

@media all and (min-width:768px) {
    .page-cms-homepage .sib-color-blocks__item {
        flex: 1 0 0%
    }
}

.page-cms-homepage .sib-color-blocks__item--wrapper {
    display: block;
    height: 6.25rem;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    background: rgba(78, 129, 34, .9);
    transition: all .3s
}

@media all and (min-width:768px) {
    .page-cms-homepage .sib-color-blocks__item--wrapper {
        height: 18.75rem;
        padding: 1.25rem
    }
}

@media all and (min-width:1280px) {
    .page-cms-homepage .sib-color-blocks__item--wrapper {
        height: 28.125rem;
        padding: 2.5rem
    }
}

@media all and (min-width:1600px) {
    .page-cms-homepage .sib-color-blocks__item--wrapper {
        height: 32.125rem;
        padding: 2.5rem
    }
}

@media all and (min-width:2200px) {
    .page-cms-homepage .sib-color-blocks__item--wrapper {
        height: 33.125rem;
        padding: 3.125rem
    }
}

.page-cms-homepage .sib-color-blocks__item--title {
    display: flex;
    align-items: center;
    height: 6.25rem;
    padding: 0 1.25rem;
    font-size: 2.625rem
}

@media all and (min-width:768px) {
    .page-cms-homepage .sib-color-blocks__item--title {
        padding: 0;
        margin: 1.5625rem 0 .625rem;
        font-size: 2.625rem
    }
}

@media all and (min-width:1280px) {
    .page-cms-homepage .sib-color-blocks__item--title {
        margin: 6.5625rem 0 .625rem;
        font-size: 3.75rem
    }
}

@media all and (min-width:1600px) {
    .page-cms-homepage .sib-color-blocks__item--title {
        margin: 9.375rem 0 .625rem;
        font-size: 3.75rem
    }
}

.page-cms-homepage .sib-color-blocks__item--title:after {
    position: absolute;
    right: 1.875rem;
    width: 1.5rem;
    height: 2.625rem;
    content: '';
    background: url(/images/arrow-right-white.svg) no-repeat center center;
    background-size: 1.5rem 1.5rem
}

@media all and (min-width:768px) {
    .page-cms-homepage .sib-color-blocks__item--title:after {
        display: none
    }
}

.page-cms-homepage .sib-color-blocks__item--description {
    display: none;
    font-size: 16px;
    font-family: Calibre-SemiBold, Helvetica, Arial, sans-serif
}

@media all and (min-width:768px) {
    .page-cms-homepage .sib-color-blocks__item--description {
        display: block;
        display: -webkit-box;
        width: 100%;
        height: 5rem;
        overflow: hidden;
        line-height: 1.25;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        text-overflow: ellipsis
    }
}

@media all and (min-width:1280px) {
    .page-cms-homepage .sib-color-blocks__item--description {
        display: block;
        height: 10rem;
        text-overflow: initial;
        -webkit-line-clamp: 40
    }
}

@media all and (min-width:2200px) {
    .page-cms-homepage .sib-color-blocks__item--description {
        height: 10rem;
        font-size: 1.5rem;
        line-height: 1.43
    }
}

.page-cms-homepage .sib-color-blocks__item--link {
    display: none;
    margin: 0 0 5rem;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    text-align: center;
    text-transform: uppercase
}

.page-cms-homepage .sib-color-blocks__item--link .icon-triangle-outline-no-base {
    position: relative;
    top: .125rem;
    left: .625rem;
    display: inline-block;
    font-size: 1.0625rem;
    transform: rotate(90deg)
}

.page-cms-homepage .sib-color-blocks__item:nth-child(2) .sib-color-blocks__item--wrapper {
    background: rgba(105, 188, 186, .9)
}

.page-cms-homepage .sib-color-blocks__item:nth-child(3) .sib-color-blocks__item--wrapper {
    background: rgba(229, 104, 64, .9)
}

@media all and (min-width:1280px) {
    .page-cms-homepage .sib-color-blocks__item:hover .sib-color-blocks__item--wrapper {
        height: 34.375rem
    }

    .page-cms-homepage .sib-color-blocks__item:hover .sib-color-blocks__item--link {
        display: block
    }
}

@media all and (min-width:1280px) and (min-width:768px) {
    .page-cms-homepage .sib-color-blocks__item:hover .sib-color-blocks__item--link {
        display: none
    }
}

@media all and (min-width:1600px) {
    .page-cms-homepage .sib-color-blocks__item:hover .sib-color-blocks__item--wrapper {
        height: 37.5rem
    }
}

@media all and (max-width:767px) {
    .page-cms-homepage .sib-slider__wrapper .container {
        background-color: #fff
    }
}

@media all and (max-width:768px) {
    .page-cms-homepage #app {
        margin-top: .9375rem
    }
}

@media all and (min-width:768px) {
    .page-cms-campaignpage .sib-header {
        min-height: 43.75rem;
        margin-top: 0;
        margin-bottom: 6.25rem
    }
}

@media all and (min-width:576px) {
    .page-cms-campaignpage .sib-header__border-line {
        height: 27.5625rem
    }
}

@media all and (min-width:1280px) {
    .page-cms-campaignpage .sib-header__border-line {
        height: 37.5rem
    }
}

.page-cms-campaignpage .sib-intro__wrapper {
    padding-top: 6.125rem;
    position: relative;
    padding-bottom: 6.8125rem
}

@media all and (min-width:768px) {
    .page-cms-campaignpage .sib-intro__wrapper {
        padding-top: 7.8125rem;
        padding-bottom: 10.1875rem
    }
}

@media all and (min-width:1280px) {
    .page-cms-campaignpage .sib-intro__wrapper {
        padding-top: 10.6875rem;
        padding-bottom: 9.5rem
    }
}

@media all and (min-width:1600px) {
    .page-cms-campaignpage .sib-intro__wrapper {
        padding-top: 10.3125rem;
        padding-bottom: 7.75rem
    }
}

.page-cms-campaignpage .sib-intro__theme--wave {
    top: 0rem;
    height: 17.8125rem;
    left: -15.3125rem
}

@media all and (min-width:768px) {
    .page-cms-campaignpage .sib-intro__theme--wave {
        top: -6.25rem;
        height: 37.1875rem;
        left: -20.375rem
    }
}

@media all and (min-width:1280px) {
    .page-cms-campaignpage .sib-intro__theme--wave {
        top: -6.25rem;
        height: 37.1875rem;
        left: -6.25rem
    }
}

@media all and (min-width:1600px) {
    .page-cms-campaignpage .sib-intro__theme--wave {
        left: 0rem
    }
}

@media all and (min-width:2200px) {
    .page-cms-campaignpage .sib-intro__theme--wave {
        top: -6.25rem;
        left: 0rem;
        height: 37.1875rem
    }
}

@media all and (min-width:2500px) {
    .page-cms-campaignpage .sib-intro__theme--wave {
        top: -10rem;
        left: 0rem;
        width: 100%;
        height: auto
    }
}

@media all and (min-width:768px) {
    .page-cms-campaignpage .sib-header__logo img {
        display: flex
    }
}

.page-cms-campaignpage .sib-color-blocks {
    display: flex;
    flex-flow: row wrap;
    color: #fff
}

@media all and (min-width:768px) {
    .page-cms-campaignpage .sib-color-blocks {
        flex-flow: row nowrap;
        height: 31.25rem
    }
}

@media all and (min-width:1280px) {
    .page-cms-campaignpage .sib-color-blocks {
        height: 43.75rem
    }
}

@media all and (min-width:1600px) {
    .page-cms-campaignpage .sib-color-blocks {
        height: 50rem
    }
}

@media all and (min-width:2200px) {
    .page-cms-campaignpage .sib-color-blocks {
        height: 62.5rem
    }
}

.page-cms-campaignpage .sib-color-blocks__item {
    position: relative;
    flex: 1 0 100%;
    background-repeat: no-repeat;
    background-size: cover
}

@media all and (min-width:768px) {
    .page-cms-campaignpage .sib-color-blocks__item {
        flex: 1 0 0%
    }
}

.page-cms-campaignpage .sib-color-blocks__item--wrapper {
    display: block;
    height: 6.25rem;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    background: rgba(78, 129, 34, .9);
    transition: all .3s
}

@media all and (min-width:768px) {
    .page-cms-campaignpage .sib-color-blocks__item--wrapper {
        height: 18.75rem;
        padding: 1.25rem
    }
}

@media all and (min-width:1280px) {
    .page-cms-campaignpage .sib-color-blocks__item--wrapper {
        height: 28.125rem;
        padding: 2.5rem
    }
}

@media all and (min-width:1600px) {
    .page-cms-campaignpage .sib-color-blocks__item--wrapper {
        height: 31.25rem;
        padding: 3.125rem
    }
}

@media all and (min-width:2200px) {
    .page-cms-campaignpage .sib-color-blocks__item--wrapper {
        height: 33.125rem;
        padding: 3.125rem
    }
}

.page-cms-campaignpage .sib-color-blocks__item--title {
    display: flex;
    align-items: center;
    height: 6.25rem;
    padding: 0 1.25rem;
    font-size: 2.625rem
}

@media all and (min-width:768px) {
    .page-cms-campaignpage .sib-color-blocks__item--title {
        padding: 0;
        margin: 1.5625rem 0 .625rem;
        font-size: 2.625rem
    }
}

@media all and (min-width:1280px) {
    .page-cms-campaignpage .sib-color-blocks__item--title {
        margin: 6.5625rem 0 .625rem;
        font-size: 3.75rem
    }
}

@media all and (min-width:1600px) {
    .page-cms-campaignpage .sib-color-blocks__item--title {
        margin: 10rem 0 1.875rem;
        font-size: 3.75rem
    }
}

.page-cms-campaignpage .sib-color-blocks__item--title:after {
    position: absolute;
    top: 50%;
    right: 1.125rem;
    width: 1.5rem;
    height: 1.5rem;
    font-family: icomoon;
    font-size: 1.5rem;
    content: '\e908';
    transform: rotate(90deg) translate(-50%, 0)
}

@media all and (min-width:768px) {
    .page-cms-campaignpage .sib-color-blocks__item--title:after {
        display: none
    }
}

.page-cms-campaignpage .sib-color-blocks__item--description {
    display: none
}

@media all and (min-width:768px) {
    .page-cms-campaignpage .sib-color-blocks__item--description {
        display: block;
        display: -webkit-box;
        width: 100%;
        height: 5rem;
        overflow: hidden;
        font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
        font-size: 1rem;
        line-height: 1.25;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        text-overflow: ellipsis
    }
}

@media all and (min-width:1280px) {
    .page-cms-campaignpage .sib-color-blocks__item--description {
        display: block;
        height: 10rem;
        text-overflow: initial;
        -webkit-line-clamp: 40
    }
}

@media all and (min-width:1600px) {
    .page-cms-campaignpage .sib-color-blocks__item--description {
        height: 10rem;
        line-height: 1.43
    }
}

.page-cms-campaignpage .sib-color-blocks__item--link {
    display: none;
    margin: 0 0 5rem;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    text-align: center;
    text-transform: uppercase
}

.page-cms-campaignpage .sib-color-blocks__item--link .icon-triangle-outline-no-base {
    position: relative;
    top: .125rem;
    left: .625rem;
    display: inline-block;
    font-size: 1.0625rem;
    transform: rotate(90deg)
}

.page-cms-campaignpage .sib-color-blocks__item:nth-child(2) .sib-color-blocks__item--wrapper {
    background: rgba(105, 188, 186, .9)
}

.page-cms-campaignpage .sib-color-blocks__item:nth-child(3) .sib-color-blocks__item--wrapper {
    background: rgba(229, 104, 64, .9)
}

@media all and (min-width:1280px) {
    .page-cms-campaignpage .sib-color-blocks__item:hover .sib-color-blocks__item--wrapper {
        height: 34.375rem
    }

    .page-cms-campaignpage .sib-color-blocks__item:hover .sib-color-blocks__item--link {
        display: block
    }
}

@media all and (min-width:1280px) and (min-width:768px) {
    .page-cms-campaignpage .sib-color-blocks__item:hover .sib-color-blocks__item--link {
        display: none
    }
}

@media all and (min-width:1600px) {
    .page-cms-campaignpage .sib-color-blocks__item:hover .sib-color-blocks__item--wrapper {
        height: 37.5rem
    }
}

.page-cms-thanks main#app {
    padding: 7.5rem 0 5rem;
    margin-top: -5.8125rem;
    background: #f9f9f9
}

@media all and (min-width:576px) {
    .page-cms-thanks main#app {
        margin-top: 0
    }
}

@media all and (min-width:768px) {
    .page-cms-thanks main#app {
        padding: 9.375rem 0
    }
}

.page-cms-thanks main#app h3 {
    margin-bottom: 5.625rem
}

@media all and (min-width:768px) {
    .page-cms-thanks main#app h3 {
        margin-bottom: 2.5rem
    }
}

.page-cms-thanks main#app .button {
    margin: 1.875rem 0
}

.at-share-btn-elements {
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.at-share-btn-elements .at-share-btn {
    margin: 0 !important;
    flex: 1;
    display: flex
}

.at-share-btn-elements .at-share-btn .at-icon-wrapper {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    align-items: center;
    min-height: 80px;
    display: flex
}

.addthis-smartlayers-desktop .atss.atss-right a {
    width: 6.25rem;
    height: 6.25rem
}

.addthis-smartlayers-desktop .atss.atss-right a .at-icon-wrapper {
    height: 100%;
    display: flex;
    align-items: center
}

.addthis-smartlayers-desktop .atss.atss-right a .at-icon-wrapper svg {
    height: 40px;
    width: 40px
}

.generic-listing__list__footer {
    margin-top: 5rem;
    width: 100%;
    padding-bottom: 8.1875rem;
    display: flex;
    justify-content: center
}

.generic-listing__list__footer button {
    width: 13.4375rem
}

@media all and (min-width:768px) {
    .generic-listing__list__footer {
        margin-top: 2.625rem;
        padding-bottom: 12.6875rem
    }
}

.generic-listing__list__footer .loadmore-control--button {
    margin-right: 0
}

@media all and (max-width:767px) {
    .page-cms-peoplelisting .sib-header__border-line {
        margin-top: 9.375rem
    }
}

@media all and (max-width:767px) {
    .page-cms-peoplelisting .sib-intro__wrapper {
        padding-bottom: 3.75rem
    }
}

.sib-people-list__heading {
    border-bottom: .375rem solid #000;
    display: flex;
    justify-content: space-between;
    padding: 1.375rem 0;
    margin-bottom: 3.75rem
}

@media all and (min-width:768px) {
    .sib-people-list__heading {
        padding: 1.25rem 0;
        margin-bottom: 7.5625rem
    }
}

@media all and (max-width:1279px) {
    .sib-people-list__heading h3 {
        height: auto;
        padding: 1.375rem 0 0;
        margin: 0;
        line-height: 1
    }
}

.sib-people-list__icons {
    display: flex;
    flex-direction: column
}

.sib-people-list__icons span {
    font-size: 1.5rem
}

.page-cms-genericpage .sib-text-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 1.5625rem
}

@media all and (min-width:768px) {
    .page-cms-genericpage .sib-text-wrapper {
        padding-top: 4.375rem;
        padding-bottom: 1.5625rem
    }
}

.page-cms-newspage .sib-intro-text {
    padding-top: .625rem
}

@media all and (min-width:768px) {
    .page-cms-newspage .sib-header__logo img {
        display: flex;
        margin-top: 0rem
    }
}

.page-cms-newspage .sib-text-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 1.5625rem
}

@media all and (min-width:768px) {
    .page-cms-newspage .sib-text-wrapper {
        padding-top: 4.375rem;
        padding-bottom: 1.5625rem
    }
}

.sib-media-gallery__heading {
    border-bottom: .375rem solid #000;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 1.5625rem 0rem;
    margin-bottom: 5.4375rem;
    padding-top: 100px
}

.sib-media-gallery__heading--image {
    margin-bottom: 6.5rem
}

.sib-media-gallery__icons {
    display: flex;
    flex-direction: column
}

.sib-media-gallery__icons span {
    font-size: 1.5rem
}

.sib-media-gallery__wrapper--documents {
    display: flex;
    width: 100%;
    flex-direction: column
}

.sib-media-gallery__wrapper--images {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

.sib-media-gallery__wrapper--videos {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

.sib-media-gallery__document {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid #000;
    padding: 2.1875rem .625rem
}

@media all and (min-width:768px) {
    .sib-media-gallery__document {
        padding: 2.5rem .625rem
    }
}

.sib-media-gallery__document:last-child {
    border-bottom: 2px solid #000
}

.sib-media-gallery__document--title {
    max-width: 9.3125rem;
    font-size: 16px;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif
}

@media all and (min-width:768px) {
    .sib-media-gallery__document--title {
        max-width: 100%;
        font-size: 1.5rem
    }
}

.sib-media-gallery__document--details {
    display: flex;
    font-size: .875rem;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    align-items: center
}

.sib-media-gallery__document--size {
    display: none;
    margin-right: .875rem
}

@media all and (min-width:768px) {
    .sib-media-gallery__document--size {
        display: flex
    }
}

.sib-media-gallery__document--type {
    display: none;
    margin-right: .875rem;
    text-transform: uppercase
}

@media all and (min-width:768px) {
    .sib-media-gallery__document--type {
        display: flex
    }
}

.sib-media-gallery__document--download {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 2.5rem;
    display: flex;
    align-items: center
}

@media all and (min-width:768px) {
    .sib-media-gallery__document--download {
        display: block;
        font-size: 1rem;
        line-height: .8
    }
}

@media all and (-ms-high-contrast:none) {

    .sib-media-gallery__document--download,
    .sib-media-gallery__document--download ::-ms-backdrop {
        position: relative;
        top: -.25rem
    }
}

@media all and (-ms-high-contrast:none) {

    .sib-media-gallery__document,
    .sib-media-gallery__document ::-ms-backdrop {
        padding-top: 3.125rem
    }
}

.sib-media-gallery__placeholder {
    max-width: 23.75rem;
    width: 100%
}

@media all and (min-width:2200px) {
    .sib-media-gallery__placeholder {
        max-width: 26.875rem
    }
}

.sib-media-gallery__image {
    position: relative;
    display: flex;
    width: 100%;
    height: 12.5rem;
    padding: 2.75rem .625rem;
    margin-bottom: 1.875rem;
    background-size: cover;
    cursor: pointer
}

@media all and (min-width:576px) {
    .sib-media-gallery__image {
        height: 15.625rem
    }
}

@media all and (min-width:768px) {
    .sib-media-gallery__image {
        max-width: 48%
    }
}

@media all and (min-width:1600px) {
    .sib-media-gallery__image {
        max-width: 23.75rem
    }
}

@media all and (min-width:2200px) {
    .sib-media-gallery__image {
        max-width: 26.875rem
    }
}

.sib-media-gallery__image--hover {
    display: flex;
    position: absolute;
    transition: all .4s 50ms;
    flex-direction: column;
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #4e8122;
    padding: 1.875rem
}

@media all and (min-width:768px) {
    .sib-media-gallery__image--hover {
        opacity: 0
    }
}

.sib-media-gallery__image:hover .sib-media-gallery__image--hover {
    opacity: 1
}

.sib-media-gallery__image--title {
    font-size: 1.5rem;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    line-height: .9
}

@media all and (min-width:768px) {
    .sib-media-gallery__image--title {
        line-height: 1.42
    }
}

.sib-media-gallery__image--content {
    display: flex;
    font-size: 1rem;
    font-family: Calibre-Light, Helvetica, Arial, sans-serif;
    line-height: 1.2;
    margin-top: .75rem
}

@media all and (min-width:768px) {
    .sib-media-gallery__image--content {
        line-height: 1.5
    }
}

.sib-media-gallery__image--details {
    display: flex;
    flex: 1;
    font-size: 1rem;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    line-height: 1.25;
    justify-content: space-between;
    align-items: flex-end
}

.sib-media-gallery__image--size {
    display: none
}

.sib-media-gallery__image--size span {
    margin-left: 1.25rem;
    text-transform: uppercase
}

@media all and (min-width:768px) {
    .sib-media-gallery__image--size {
        display: flex
    }
}

.sib-media-gallery__image--view {
    color: #fff;
    margin-left: .9375rem;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    text-transform: uppercase;
    font-size: .875rem;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif
}

.sib-media-gallery__image--download {
    display: none;
    text-ransform: uppercase;
    text-decoration: none;
    font-size: .875rem
}

@media all and (min-width:768px) {
    .sib-media-gallery__image--download {
        display: flex
    }
}

.sib-media-gallery__video {
    position: relative;
    display: flex;
    width: 100%;
    height: 12.5rem;
    padding: 2.75rem .625rem;
    margin-bottom: 1.875rem;
    background-size: cover;
    cursor: pointer
}

@media all and (min-width:576px) {
    .sib-media-gallery__video {
        height: 15.625rem
    }
}

@media all and (min-width:768px) {
    .sib-media-gallery__video {
        max-width: 48%
    }
}

@media all and (min-width:1280px) {
    .sib-media-gallery__video {
        max-width: 23.75rem
    }
}

@media all and (min-width:2200px) {
    .sib-media-gallery__video {
        max-width: 26.875rem
    }
}

.sib-media-gallery__video--hover {
    display: flex;
    position: absolute;
    transition: all .4s 50ms;
    flex-direction: column;
    opacity: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background-color: #4e8122;
    padding: 1.875rem
}

@media all and (min-width:768px) {
    .sib-media-gallery__video--hover {
        opacity: 0
    }
}

.sib-media-gallery__video:hover .sib-media-gallery__video--hover {
    opacity: 1
}

.sib-media-gallery__video--title {
    font-size: 1.5rem;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    line-height: .9
}

@media all and (min-width:768px) {
    .sib-media-gallery__video--title {
        line-height: 1.42
    }
}

.sib-media-gallery__video--content {
    display: flex;
    font-size: 1rem;
    font-family: Calibre-Light, Helvetica, Arial, sans-serif;
    line-height: 1.2;
    margin-top: .75rem
}

@media all and (min-width:768px) {
    .sib-media-gallery__video--content {
        line-height: 1.5
    }
}

.sib-media-gallery__video--details {
    display: block;
    font-size: 1rem;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    line-height: 1.25
}

@media all and (min-width:576px) {
    .sib-media-gallery__video--details {
        display: flex;
        flex: 1;
        justify-content: space-between;
        align-items: flex-end
    }
}

.sib-media-gallery__video--play {
    display: none;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    background-color: transparent;
    border: 0;
    font-size: .875rem;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif
}

@media all and (min-width:768px) {
    .sib-media-gallery__video--play {
        display: flex
    }
}

.sib-media-gallery__video--duration {
    position: relative;
    top: .9375rem
}

@media all and (min-width:576px) {
    .sib-media-gallery__video--duration {
        top: auto
    }
}

.sib-image__details {
    background-color: #fff;
    color: #000;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 2.5rem 1.25rem 2.5rem 1.25rem
}

@media all and (min-width:1280px) {
    .sib-image__details {
        flex-direction: row;
        padding: 3.375rem 3.125rem 4.6875rem 3.125rem
    }
}

.sib-image__details--left {
    flex: 1
}

@media all and (min-width:768px) {
    .sib-image__details--left {
        padding-right: 30px
    }
}

.sib-image__details--right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 1.875rem
}

@media all and (min-width:768px) {
    .sib-image__details--right {
        flex-direction: row;
        align-items: center
    }
}

@media all and (min-width:1600px) {
    .sib-image__details--right {
        margin-top: auto;
        margin-bottom: auto
    }
}

.sib-image__details--right__terms {
    font-size: 1rem;
    flex: 1
}

.sib-image__title {
    font-size: 2.5rem;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    line-height: 1.05;
    margin-bottom: .625rem;
    display: flex;
    flex-direction: column
}

@media all and (min-width:768px) {
    .sib-image__title {
        flex-direction: row
    }
}

.sib-image__title--heading {
    font-size: 1.5rem;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif
}

@media all and (min-width:768px) {
    .sib-image__title--heading {
        font-size: 2.5rem
    }
}

.sib-image__title--details {
    margin-top: 25px;
    margin-bottom: 20px;
    align-self: flex-start;
    font-size: 1rem;
    line-height: 1.25
}

@media all and (min-width:768px) {
    .sib-image__title--details {
        align-self: flex-end;
        margin-bottom: 0
    }
}

.sib-image__title--details span:last-child {
    text-transform: uppercase;
    margin-left: 1.125rem
}

@media all and (min-width:768px) {
    .sib-image__title--details span {
        margin-left: 1.125rem
    }
}

.sib-image__description {
    font-size: 1rem
}

.sib-image__terms {
    font-size: .9375rem;
    flex: 1
}

.sib-image__terms a {
    text-decoration: underline
}

@media all and (min-width:768px) {
    .sib-image__terms {
        font-size: 1rem
    }
}

@media all and (min-width:1600px) {
    .sib-image__terms {
        padding-left: 5.9375rem
    }
}

.sib-sitemap {
    padding-top: 10.3125rem;
    padding-bottom: 13.9375rem
}

.sib-sitemap__parent {
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.17;
    border-top: .375rem #000 solid;
    padding-top: 1.75rem;
    padding-bottom: .75rem;
    display: block;
    text-decoration: none
}

.sib-sitemap__col {
    padding-bottom: 3.25rem
}

.sib-sitemap__col ul {
    margin-left: 0
}

.sib-sitemap__col ul ul {
    margin-left: 1.875rem
}

.sib-sitemap__col li {
    font-size: 1rem
}

.sib-sitemap__col li a {
    text-decoration: none
}

.sib-sitemap__col li a:hover {
    text-decoration: underline
}

.sib-footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 41.0625rem;
    padding-bottom: 31px;
    background: #000;
    color: #fff
}

@media all and (min-width:768px) {
    .sib-footer {
        min-height: 36.125rem;
        padding-bottom: 0
    }
}

@media all and (min-width:1280px) {
    .sib-footer {
        min-height: 25rem
    }
}

.sib-footer--cols {
    flex: 1
}

@media all and (max-width:1280px) {
    .sib-footer--cols {
        max-width: 100%
    }
}

.sib-footer .container {
    display: flex;
    margin-left: 0;
    flex-direction: row
}

@media all and (min-width:1280px) {
    .sib-footer .container {
        margin-left: auto
    }
}

.sib-footer .container .row {
    flex: 1;
    flex-direction: column-reverse
}

@media all and (min-width:1280px) {
    .sib-footer .container .row {
        flex-direction: row-reverse
    }
}

@media all and (min-width:768px) {
    .sib-footer {
        margin-top: 0
    }
}

.sib-footer__logos {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    margin-top: 3.75rem;
    text-align: right
}

@media all and (min-width:1280px) {
    .sib-footer__logos--wrapper {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        padding-left: .9375rem
    }
}

@media all and (max-width:420px) {
    .sib-footer__logos {
        padding-right: 25px;
        justify-content: space-between
    }
}

@media all and (min-width:1280px) {
    .sib-footer__logos {
        align-items: flex-end;
        padding-right: .9375rem
    }
}

@media all and (min-width:768px) {
    .sib-footer__logos a {
        padding-left: 1.875rem
    }
}

.sib-footer__logos img {
    align-self: center;
    margin-right: 2.5rem;
    margin-left: 0rem;
    max-height: 2.375rem
}

@media all and (max-width:420px) {
    .sib-footer__logos img {
        margin-right: 0
    }
}

@media all and (min-width:1280px) {
    .sib-footer__logos img {
        display: flex;
        margin-right: 0rem;
        margin-left: 2.5rem
    }
}

.sib-footer__icons {
    display: flex;
    flex-direction: row;
    z-index: 1;
    font-size: 1.5rem
}

.sib-footer__icons .icon-circle-outline {
    padding-top: 0rem;
    padding-left: .40625rem
}

@media all and (min-width:1280px) {
    .sib-footer__icons {
        flex-direction: column
    }

    .sib-footer__icons .icon-circle-outline {
        padding-top: .40625rem;
        padding-left: .40625rem
    }

    .sib-footer__icons .icon-triangle-outline-no-base {
        transform: rotate(90deg)
    }
}

.sib-footer__border-line {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 5.125rem;
    padding-top: 1.125rem;
    margin-left: -1.25rem;
    border-top: 6px solid #fff
}

@media all and (min-width:768px) {
    .sib-footer__border-line {
        width: 85%
    }
}

@media all and (min-width:1280px) {
    .sib-footer__border-line {
        width: 100%;
        padding-bottom: 3.1875rem;
        margin-left: 0rem;
        display: flex;
        height: 13.4375rem;
        align-items: flex-end;
        justify-content: flex-end;
        padding-top: 0rem;
        padding-bottom: 0rem;
        margin-top: 0rem;
        border-top: 0 solid #fff;
        border-right: 6px solid #fff;
        padding-right: 9px
    }

    .sib-footer__border-line span {
        padding-right: .125rem
    }
}

.sib-footer__links {
    align-self: flex-end;
    margin-top: 3.1875rem;
    flex: unset
}

@media all and (min-width:768px) {
    .sib-footer__links {
        margin-top: 5.625rem
    }
}

@media all and (min-width:1600px) {
    .sib-footer__links {
        margin-top: -20px
    }
}

.sib-footer__link {
    display: flex;
    color: #fff;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    font-size: 2.5rem;
    line-height: 1.05;
    font-stretch: normal;
    letter-spacing: normal;
    text-decoration: none
}

@media all and (min-width:768px) {
    .sib-footer__link {
        padding-left: 1.875rem
    }
}

@media all and (min-width:1280px) {
    .sib-footer__link {
        padding-left: 0rem
    }
}

.sib-footer__subfooter {
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 4.625rem;
    font-family: Calibre-Light, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5
}

@media all and (min-width:768px) {
    .sib-footer__subfooter {
        flex-direction: row;
        padding: 1.875rem;
        padding-top: 6.875rem;
        padding-left: 1.875rem
    }
}

@media all and (min-width:1280px) {
    .sib-footer__subfooter {
        padding-bottom: .9375rem
    }
}

.sib-footer__subfooter--copyright {
    flex: 1
}

.sib-footer__subfooter--links {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-top: 2.5rem
}

@media all and (min-width:768px) {
    .sib-footer__subfooter--links {
        margin-top: 0rem;
        display: block;
        text-align: right
    }
}

.sib-footer__subfooter--link {
    color: #fff;
    text-decoration: none;
    margin-top: .5625rem
}

@media all and (min-width:768px) {
    .sib-footer__subfooter--link {
        margin-top: 0rem;
        margin-left: 1.25rem
    }
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
    float: none !important
}

@media all and (min-width:768px) {
    .at-resp-share-element .at-share-btn .at-icon-wrapper {
        float: left !important
    }
}

.atss-right {
    position: absolute !important
}

@media all and (min-width:768px) {
    .atss-right {
        padding-bottom: 178px !important
    }
}

@media all and (min-width:1280px) {
    .atss-right {
        padding-bottom: 0 !important
    }
}

@media all and (-ms-high-contrast:none) {
    .sib-footer {
        height: 41.0625rem
    }
}

@media all and (-ms-high-contrast:none) and (min-width:768px) {
    .sib-footer {
        height: 36.125rem
    }
}

@media all and (-ms-high-contrast:none) and (min-width:1280px) {
    .sib-footer {
        height: 25rem
    }
}

@media all and (-ms-high-contrast:none) {
    .sib-footer .container {
        height: 100%
    }

    .sib-footer,
    ::-ms-backdrop {
        height: 41.0625rem
    }
}

@media all and (-ms-high-contrast:none) and (min-width:768px) {

    .sib-footer,
    ::-ms-backdrop {
        height: 36.125rem
    }
}

@media all and (-ms-high-contrast:none) and (min-width:1280px) {

    .sib-footer,
    ::-ms-backdrop {
        height: 25rem
    }
}

@media all and (-ms-high-contrast:none) {

    .sib-footer .container,
    ::-ms-backdrop .container {
        height: 100%
    }
}

.sib-header {
    display: flex;
    height: 20rem;
    margin-top: 5rem;
    background: #fff
}

@media all and (min-width:768px) {
    .sib-header {
        height: 31.25rem
    }
}

@media all and (min-width:1600px) {
    .sib-header {
        height: 25rem
    }
}

.sib-header--homepage {
    height: 27.5rem
}

@media all and (min-width:768px) {
    .sib-header--homepage {
        height: 31.25rem
    }
}

@media all and (min-width:1600px) {
    .sib-header--homepage {
        height: 25rem
    }
}

.sib-header .container {
    display: flex;
    flex-direction: row
}

@media all and (max-width:575px) {
    .sib-header .container {
        padding: 0 .625rem
    }
}

@media all and (max-width:991px) {
    .sib-header .container {
        max-width: none
    }
}

.sib-header .container .row {
    flex: 1
}

@media all and (min-width:768px) {
    .sib-header .container .row {
        flex-direction: row-reverse
    }
}

@media all and (min-width:768px) {
    .sib-header {
        min-height: 25rem;
        margin-top: 0;
        margin-bottom: 6.25rem
    }
}

.sib-header__logo {
    align-self: center;
    text-align: right
}

.sib-header__logo img {
    display: none
}

@media all and (min-width:768px) {
    .sib-header__logo img {
        display: flex;
        width: 7.5rem;
        height: 7.5rem
    }
}

@media all and (min-width:1280px) {
    .sib-header__logo img {
        display: flex;
        width: 10rem;
        height: 10rem
    }
}

.sib-header__icons {
    display: flex;
    flex-direction: column;
    z-index: 1;
    font-size: 25px
}

@media all and (max-width:768px) {
    .sib-header__icons {
        position: relative;
        top: 2rem;
        margin-top: -1.6875rem
    }
}

@media all and (min-width:768px) {
    .sib-header__icons {
        flex-direction: row
    }
}

.sib-header__border-line {
    display: flex;
    justify-content: flex-end;
    width: calc(100% + 12px);
    margin-top: 6.75rem;
    padding-top: .8125rem;
    margin-left: -1.25rem;
    padding-bottom: 0rem;
    border-top: 6px solid #000
}

@media all and (min-width:768px) {
    .sib-header__border-line {
        width: 100%;
        display: flex;
        height: 20rem;
        align-items: flex-end;
        justify-content: flex-end;
        padding-bottom: 0rem;
        margin-top: 0rem;
        margin-left: 0rem;
        border-top: 0 solid #000;
        border-right: 6px solid #000;
        padding-right: 9px
    }

    .sib-header__border-line span {
        padding-right: .125rem
    }
}

.sib-header__texteditor {
    align-self: center;
    padding-top: 4.3125rem
}

@media all and (min-width:768px) {
    .sib-header__texteditor {
        padding-top: 0
    }
}

.sib-header__texteditor .header-normal,
.sib-header__texteditor p {
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    font-size: 2.5rem;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.05;
    letter-spacing: normal;
    margin: 0 auto
}

@media all and (min-width:768px) {

    .sib-header__texteditor .header-normal,
    .sib-header__texteditor p {
        font-size: 3.75rem;
        line-height: .88
    }
}

@media all and (min-width:1280px) {

    .sib-header__texteditor .header-normal,
    .sib-header__texteditor p {
        font-size: 5rem;
        line-height: .88
    }
}

.sib-header__texteditor .header-normal strong,
.sib-header__texteditor p strong {
    color: #4e8122
}

.sib-header__texteditor .header-green b,
.sib-header__texteditor .header-green strong {
    color: #4e8122
}

.sib-header__texteditor p {
    margin-left: .375rem
}

@media all and (min-width:576px) {
    .sib-header__texteditor p {
        margin-left: -.3125rem
    }
}

@media all and (min-width:768px) {
    .sib-header__texteditor p {
        margin-left: 0
    }
}

@media all and (max-width:767px) {
    .page-cms-homepage .sib-header__border-line {
        margin-top: 6.625rem
    }
}

.sib-search {
    color: #fff
}

.sib-search__inner {
    padding-bottom: 3.125rem
}

.sib-search__form {
    position: relative;
    display: flex;
    align-items: center;
    margin: 4.375rem 0 5rem
}

@media all and (min-width:768px) {
    .sib-search__form {
        margin: 3.375rem 0 5.3125rem
    }
}

.sib-search__form input[type=text] {
    flex: 1;
    min-width: 3.125rem;
    padding: 1.375rem 0;
    color: #fff;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.07;
    letter-spacing: .1875rem;
    background: 0 0;
    border: 0;
    border-bottom: .375rem solid #fff
}

.sib-search__form input[type=text]::placeholder {
    color: rgba(255, 255, 255, .9)
}

.sib-search__form input[type=text]::-ms-clear {
    display: none
}

.sib-search__form input[type=text] {
    width: 100%;
    padding: 1.125rem 3.75rem 1.375rem 0;
    color: #fff;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1;
    background: 0 0;
    border: none;
    border-bottom: .375rem solid #fff;
    flex-grow: 1
}

@media all and (min-width:768px) {
    .sib-search__form input[type=text] {
        padding: 1.5rem 3.75rem 1.25rem 0;
        font-size: 2.5rem
    }
}

.sib-search__form input[type=text]::placeholder {
    color: #fff
}

.sib-search__form input[type=text]:-ms-input-placeholder {
    color: #fff !important
}

.sib-search__form input[type=text]::-ms-clear {
    display: none
}

.sib-search__form input[type=text]:active,
.sib-search__form input[type=text]:focus,
.sib-search__form input[type=text]:hover {
    border-color: #fff !important
}

.sib-search__form-submit {
    position: relative;
    left: -1.875rem;
    top: .1875rem;
    width: 1.875rem;
    height: 1.875rem;
    cursor: pointer;
    background: 0 0;
    border: none
}

@media all and (-ms-high-contrast:none) {

    .sib-search__form-submit,
    .sib-search__form-submit ::-ms-backdrop {
        top: -.125rem
    }
}

.sib-search__form-submit span.icon-search {
    color: #fff;
    font-size: 1.375rem
}

@media all and (min-width:768px) {
    .sib-search__form-submit span.icon-search {
        width: 1.625rem
    }
}

.sib-search__form--error {
    position: absolute;
    bottom: -3.125rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: .0625rem;
    opacity: 0;
    transition: opacity .3s ease
}

@media all and (min-width:768px) {
    .sib-search__form--error {
        font-size: 1.375rem
    }
}

.sib-search__form.form-error .sib-search__form--error {
    opacity: 1
}

.sib-search__title {
    margin-bottom: 4.0625rem;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    font-size: 1.5rem
}

@media all and (min-width:768px) {
    .sib-search__title {
        margin-bottom: 5.9375rem;
        font-size: 2.5rem
    }
}

.sib-search__results {
    margin-bottom: 5.9375rem
}

@media all and (min-width:768px) {
    .sib-search__results {
        margin-bottom: 7.5rem
    }
}

.sib-search .search-item {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 3.4375rem;
    color: #fff;
    text-decoration: none
}

@media all and (min-width:768px) {
    .sib-search .search-item {
        flex-flow: row nowrap;
        margin-bottom: 3.75rem
    }
}

.sib-search .search-item__image {
    flex: 1 0 100%;
    height: 0;
    padding-bottom: 70%;
    margin-right: 1.875rem;
    background-size: cover !important
}

@media all and (min-width:768px) {
    .sib-search .search-item__image {
        flex: 0 0 10rem;
        height: 10rem;
        padding-bottom: 0
    }
}

.sib-search .search-item__title {
    margin: 1.25rem 0 1.5625rem;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.17
}

@media all and (min-width:768px) {
    .sib-search .search-item__title {
        margin: 0 0 1.5625rem
    }
}

.sib-search .search-item__description {
    font-family: Calibre-Light, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5
}

.sib-search .search-item em {
    display: inline-block;
    padding: 0 .25rem;
    margin: 0 .25rem;
    font-family: Calibre-Medium, Helvetica, Arial, sans-serif;
    font-style: normal;
    background: #4e8122
}

.sib-search__stats {
    display: flex;
    align-items: center;
    flex-flow: row wrap
}

.sib-search__stats-loadmore {
    flex: 1 0 100%;
    margin-bottom: 3.75rem
}

@media all and (min-width:768px) {
    .sib-search__stats-loadmore {
        flex: 1;
        margin-bottom: 0
    }
}

.sib-search__stats-loadmore .button {
    margin: auto
}

@media all and (min-width:768px) {
    .sib-search__stats-loadmore .button {
        margin: 0
    }
}

.sib-search.sib-search--reload {
    font-family: Calibre-Medium, Helvetica, Arial, sans-serif;
    font-size: 2.5rem
}

.sib-search #sib-search__stats {
    flex: 1 0 100%;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    text-align: center
}

@media all and (min-width:768px) {
    .sib-search #sib-search__stats {
        flex: 1;
        text-align: right
    }
}

#sib-search__title {
    word-break: break-word
}

.sib-intro__date {
    font-size: 1rem;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    margin-bottom: 3rem
}

.sib-intro__wrapper {
    padding-top: 6.125rem;
    position: relative;
    padding-bottom: 6.8125rem
}

@media all and (min-width:768px) {
    .sib-intro__wrapper {
        padding-top: 7.8125rem;
        padding-bottom: 10.1875rem
    }
}

@media all and (min-width:1280px) {
    .sib-intro__wrapper {
        padding-top: 10.6875rem;
        padding-bottom: 9.5rem
    }
}

@media all and (min-width:1600px) {
    .sib-intro__wrapper {
        padding-top: 10.3125rem;
        padding-bottom: 7.75rem
    }
}

.sib-intro__wrapper--news {
    padding-top: 12.3125rem;
    padding-bottom: 0rem
}

@media all and (min-width:768px) {
    .sib-intro__wrapper--news {
        padding-top: 10rem
    }
}

.sib-intro__wrapper--generic {
    padding-top: 6.875rem;
    padding-bottom: 6.875rem
}

@media all and (min-width:768px) {
    .sib-intro__wrapper--generic {
        padding-top: 9.375rem
    }
}

.sib-intro__border-line {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    font-size: 1.5625rem;
    margin-bottom: 4.0625rem;
    padding-top: .8125rem;
    padding-bottom: 1.125rem;
    border-bottom: 6px solid #000
}

@media all and (min-width:1280px) {
    .sib-intro__border-line {
        padding-bottom: 1rem;
        margin-bottom: 5rem
    }
}

.sib-intro__border-line span {
    margin-top: .125rem
}

.sib-intro__button-group {
    display: flex;
    flex-direction: column;
    margin-top: 3rem
}

@media all and (min-width:1440px) {
    .sib-intro__button-group {
        margin-top: 11rem;
        max-width: 13.4375rem
    }
}

@media all and (min-width:1920px) {
    .sib-intro__button-group {
        margin-top: 25rem;
        max-width: 13.4375rem
    }
}

.sib-intro__button-group .button {
    margin-bottom: .625rem
}

.sib-intro__tags-group {
    display: flex;
    flex-direction: row;
    margin-top: 3.75rem;
    flex-wrap: wrap
}

@media all and (min-width:768px) {
    .sib-intro__tags-group {
        margin-top: 0rem
    }
}

.sib-intro__tags-group .sib-form__input-tags {
    display: block
}

@media all and (max-width:768px) {
    .sib-intro__tags-group .sib-form__input-tags {
        margin-bottom: 0
    }
}

@media all and (min-width:768px) {
    .sib-intro__tags-group .sib-form__input-tags {
        display: none
    }
}

@media all and (min-width:768px) {
    .sib-intro__tags-group .button {
        margin-bottom: .625rem
    }
}

.sib-intro__tags-group .button.show-more-buttons {
    display: none
}

@media all and (min-width:576px) {
    .sib-intro__tags-group .button.show-more-buttons {
        display: inline-block
    }
}

.sib-intro__tags-group .button.show-more-buttons {
    display: none
}

.sib-intro__tags-group.show-all .button.show-more-buttons {
    display: inline-block
}

.sib-intro__tags-group.show-all .button-tags--show-more {
    display: none !important
}

.sib-intro__theme {
    position: absolute
}

.sib-intro__theme--triangle {
    top: -1.1875rem;
    right: -12.5rem;
    height: 36.875rem
}

@media all and (min-width:768px) {
    .sib-intro__theme--triangle {
        top: -6.25rem;
        right: 0rem;
        height: 39.375rem
    }
}

@media all and (min-width:1280px) {
    .sib-intro__theme--triangle {
        height: 56.1875rem;
        top: -20.5pxrem
    }
}

.sib-intro__theme--circle {
    top: 0rem;
    height: 30.375rem;
    right: -14rem
}

@media all and (min-width:768px) {
    .sib-intro__theme--circle {
        top: -6.25rem;
        height: 39.375rem;
        right: -20.375rem
    }
}

@media all and (min-width:1280px) {
    .sib-intro__theme--circle {
        height: 49.625rem;
        right: -21.875rem
    }
}

@media all and (min-width:1600px) {
    .sib-intro__theme--circle {
        right: -16.625rem
    }
}

@media all and (min-width:1600px) {
    .sib-intro__theme--circle {
        right: -11.625rem
    }
}

@media all and (min-width:768px) {
    .sib-intro__theme--wave-thin {
        top: -6.25rem;
        height: 39.375rem;
        right: -20.375rem
    }
}

@media all and (min-width:1280px) {
    .sib-intro__theme--wave-thin {
        height: 49.625rem;
        right: -21.875rem
    }
}

@media all and (min-width:1600px) {
    .sib-intro__theme--wave-thin {
        right: -16.625rem
    }
}

@media all and (min-width:2200px) {
    .sib-intro__theme--wave-thin {
        right: -11.625rem
    }
}

.sib-intro__theme--wave {
    top: 0rem;
    height: 17.8125rem;
    left: -15.3125rem
}

@media all and (min-width:768px) {
    .sib-intro__theme--wave {
        top: -6.25rem;
        height: 37.1875rem;
        left: -20.375rem
    }
}

@media all and (min-width:1280px) {
    .sib-intro__theme--wave {
        top: -6.25rem;
        height: 37.1875rem;
        left: -6.25rem
    }
}

@media all and (min-width:1600px) {
    .sib-intro__theme--wave {
        left: 0rem;
        height: 40.3125rem
    }
}

@media all and (min-width:2200px) {
    .sib-intro__theme--wave {
        top: 0rem;
        left: 0rem;
        height: 37.1875rem
    }
}

@media all and (min-width:2500px) {
    .sib-intro__theme--wave {
        top: 0rem;
        left: 0rem;
        width: 100%;
        height: auto
    }
}

.page-cms-genericlisting .sib-intro__theme--wave,
.page-cms-mediagallery .sib-intro__theme--wave,
.page-cms-newslisting .sib-intro__theme--wave {
    top: 0rem
}

@media all and (min-width:992px) and (max-width:1280px) {
    .page-cms-newslisting .sib-intro__wrapper .offset-lg-1 {
        margin-left: 0
    }
}

@media all and (min-width:768px) {
    .page-cms-newslisting #news-filter__container .container:first-child {
        padding-left: 1.5625rem;
        padding-right: 1.5625rem
    }
}

@media all and (min-width:992px) {
    .page-cms-newslisting #news-filter__container .container:first-child {
        padding-left: 2.4375rem;
        padding-right: 2.4375rem
    }
}

@media all and (min-width:1200px) and (max-width:1280px) {
    .page-cms-newslisting #news-filter__container .container:first-child {
        max-width: 62rem
    }
}

@media all and (min-width:992px) {
    .page-cms-newslisting .sib-intro__wrapper .container {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

@media all and (min-width:1200px) and (max-width:1280px) {
    .page-cms-newslisting .sib-intro__wrapper .container {
        max-width: 62rem
    }
}

.sib-hero__wrapper {
    padding-top: 6.125rem;
    position: relative;
    padding-bottom: 6.8125rem;
    background-repeat: no-repeat;
    background-size: cover;
    height: 31.25rem;
    width: 100%
}

.sib-hero__wrapper-mountains {
    text-align: right
}

@media all and (min-width:768px) {
    .sib-hero__wrapper {
        height: 37.5rem
    }
}

@media all and (min-width:1280px) {
    .sib-hero__wrapper {
        height: 43.75rem
    }
}

@media all and (min-width:1600px) {
    .sib-hero__wrapper {
        height: 50rem
    }
}

@media all and (min-width:2200px) {
    .sib-hero__wrapper {
        height: 62.5rem
    }
}

.sib-hero__wrapper-noimage {
    height: auto;
    padding-top: 0rem;
    padding-bottom: 3.4375rem
}

@media all and (min-width:1280px) {
    .sib-hero__wrapper-noimage {
        padding-top: 6.8125rem;
        padding-bottom: 6.8125rem
    }
}

.sib-hero__wrapper-noimage .sib-hero__tags {
    bottom: -7.8125rem;
    left: 5.625rem
}

@media all and (min-width:1280px) {
    .sib-hero__wrapper-noimage .sib-hero__tags {
        bottom: -6.875rem;
        left: 8.75rem
    }
}

.sib-hero__tags {
    position: absolute;
    bottom: -11.125rem;
    width: 200px;
    height: 100px;
    left: 7.1875rem;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    transform: rotate(90deg);
    transform-origin: left top 0
}

.sib-hero__tags--container {
    height: 100%
}

.sib-hero__tags--row {
    height: 100%
}

.sib-hero__tags--col {
    height: 100%
}

.sib-hero__tag {
    display: table;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    line-height: 1;
    padding: .4375rem .9375rem .5625rem;
    margin-top: 5px;
    margin-right: auto
}

.sib-contact {
    padding: 3.4375rem 0 4.0625rem;
    background: #f9f9f9
}

@media all and (min-width:768px) {
    .sib-contact {
        padding: 4.6875rem 0 4.0625rem
    }
}

.sib-contact__title {
    position: relative;
    padding: 1.5625rem 0;
    border-bottom: .375rem solid #000
}

.sib-contact__title:after,
.sib-contact__title:before {
    position: absolute;
    top: 32%;
    right: 0;
    font-family: icomoon;
    font-size: 1.5rem;
    content: "\e901"
}

@media all and (min-width:768px) {

    .sib-contact__title:after,
    .sib-contact__title:before {
        top: 50%
    }
}

.sib-contact__title:after {
    margin-top: -1.75rem;
    content: "\e903"
}

.sib-contact__form {
    padding: 6.25rem 0 2.5rem
}

@media all and (min-width:768px) {
    .sib-contact__form {
        padding: 6.25rem 0 0
    }
}

.sib-contact__form .sib-form-group {
    margin-bottom: 1rem
}

@media all and (min-width:768px) {
    .sib-contact__form .sib-form-group {
        margin-bottom: 1.125rem
    }
}

.sib-contact__form .sib-form__textarea {
    height: 20.125rem;
    margin-top: 1.25rem
}

@media all and (min-width:768px) {
    .sib-contact__form .sib-form__textarea {
        margin-top: 0
    }
}

@media all and (min-width:2200px) {
    .sib-contact__form .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }
}

.sib-contact__submit {
    padding: 1.25rem 0 0;
    text-align: right
}

@media all and (min-width:768px) {
    .sib-contact__submit {
        padding: 3.125rem 0 0
    }
}

.sib-contact__submit .button {
    height: 3.75rem;
    padding: 0 3.75rem;
    margin-right: 0
}

.sib-contact-team {
    background: #f9f9f9
}

.sib-contact-team .container-fluid {
    padding: 0
}

.sib-contact-team__staff .sib-sales-person {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
    padding: 2.5rem 0 0;
    text-decoration: none
}

@media all and (min-width:1280px) {
    .sib-contact-team__staff .sib-sales-person {
        flex-flow: row nowrap;
        height: 28.125rem;
        padding: 6.25rem 0 0
    }
}

.sib-contact-team__staff .sib-sales-person__image {
    display: flex;
    align-items: flex-end;
    flex: 1 0 100%;
    justify-content: center;
    order: 2;
    height: 21.875rem;
    padding: 0;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 99%
}

@media all and (min-width:1280px) {
    .sib-contact-team__staff .sib-sales-person__image {
        flex: 1 1 50%;
        order: 1;
        height: 100%;
        background-position: right bottom
    }
}

.sib-contact-team__staff .sib-sales-person__content {
    z-index: 2;
    flex: 1 0 100%;
    order: 1;
    padding: 0 1.25rem 0
}

@media all and (min-width:1280px) {
    .sib-contact-team__staff .sib-sales-person__content {
        flex: 1 1 50%;
        order: 2;
        padding: 3.125rem 1.875rem 0 0
    }
}

.sib-contact-team__staff .sib-sales-person__content h3 {
    padding: .625rem 0;
    margin: 0;
    font-size: 2.5rem;
    border-bottom: .375rem solid #000
}

.sib-contact-team__staff .sib-sales-person__content h3 small {
    display: block;
    margin: .3125rem 0 .3125rem;
    font-family: Calibre-SemiBold, Helvetica, Arial, sans-serif;
    font-size: 1rem
}

.sib-contact-team__staff .sib-sales-person__info {
    margin: 2.8125rem 0 1.25rem;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    font-size: .875rem;
    text-transform: uppercase;
    transition: all .3s
}

@media all and (min-width:1280px) {
    .sib-contact-team__staff .sib-sales-person__info {
        margin: 6.25rem 0 0;
        text-align: center;
        opacity: 0
    }
}

.sib-contact-team__staff .sib-sales-person__info span {
    position: relative;
    display: inline-block;
    padding: 0 2.5rem;
    color: transparent
}

@media all and (min-width:768px) {
    .sib-contact-team__staff .sib-sales-person__info span {
        display: none
    }
}

@media all and (min-width:1280px) {
    .sib-contact-team__staff .sib-sales-person__info span {
        color: #000
    }
}

.sib-contact-team__staff .sib-sales-person__info span:before {
    position: absolute;
    top: -.0625rem;
    left: .3125rem;
    width: 1.5rem;
    height: 1.5rem;
    color: #000;
    font-family: icomoon;
    font-size: 1.5rem;
    content: '\e908';
    transform: rotate(90deg)
}

@media all and (min-width:1280px) {
    .sib-contact-team__staff .sib-sales-person__info span:before {
        left: 0;
        transform: rotate(270deg)
    }
}

.sib-contact-team__staff .sib-sales-person__name {
    position: absolute;
    bottom: -2.5rem;
    left: 30%;
    z-index: 1;
    color: #dbeabb;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    font-size: 9.375rem;
    line-height: 9.375rem;
    opacity: .7
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .sib-contact-team__staff .sib-sales-person__name {
        bottom: -4.0625rem
    }
}

@-moz-document url-prefix() {
    .sib-contact-team__staff .sib-sales-person__name {
        bottom: -3.125rem
    }
}

.sib-contact-team__staff .sib-sales-person:hover .sib-sales-person__info {
    opacity: 1
}

.sib-contact-team__staff:nth-child(2) {
    display: none
}

@media all and (min-width:1280px) {
    .sib-contact-team__staff:nth-child(2) {
        display: block
    }
}

.sib-contact-team__staff:nth-child(2) .sib-sales-person__image {
    order: 2;
    background-position: left bottom
}

.sib-contact-team__staff:nth-child(2) .sib-sales-person__content {
    order: 1;
    padding: 3.125rem 0 0 1.875rem
}

.sib-contact-team__staff:nth-child(2) .sib-sales-person__info span:before {
    right: 0;
    left: auto;
    transform: rotate(90deg)
}

#sib-overlay--contact-team .sib-overlay__content {
    margin: 0 .625rem 8.125rem
}

@media all and (min-width:1280px) {
    #sib-overlay--contact-team .sib-overlay__content {
        margin: 0 auto 6.25rem
    }
}

#sib-overlay--contact-team .sib-overlay__content>.container {
    position: relative;
    max-width: 59.375rem;
    padding: 0 1.25rem 8.125rem;
    margin-top: 11.5625rem;
    background: #fff
}

@media all and (min-width:768px) {
    #sib-overlay--contact-team .sib-overlay__content>.container {
        padding: 0 2.6875rem 3.125rem;
        margin-top: 15rem
    }
}

@media all and (min-width:1280px) {
    #sib-overlay--contact-team .sib-overlay__content>.container {
        margin-top: 18.125rem
    }
}

#sib-overlay--contact-team .sib-overlay__content>.container .sib-overlay__close {
    position: absolute;
    top: -11.5625rem;
    right: -.625rem
}

@media all and (min-width:768px) {
    #sib-overlay--contact-team .sib-overlay__content>.container .sib-overlay__close {
        top: -15rem
    }
}

@media all and (min-width:1280px) {
    #sib-overlay--contact-team .sib-overlay__content>.container .sib-overlay__close {
        top: -5rem;
        right: -5rem
    }
}

@media all and (min-width:1280px) and (max-width:1130px) {
    #sib-overlay--contact-team .sib-overlay__content>.container .sib-overlay__close {
        right: 0rem
    }
}

#sib-overlay--contact-team .sib-overlay__content>.container:nth-child(2) {
    padding: 4.6875rem 1.25rem 6.875rem;
    margin: 0 auto 6.25rem;
    background-color: #f9f9f9
}

@media all and (min-width:768px) {
    #sib-overlay--contact-team .sib-overlay__content>.container:nth-child(2) {
        padding: 4.6875rem 2.6875rem
    }
}

#sib-overlay--contact-team .sib-overlay-team>.row-title {
    padding: 10.3125rem 0 0
}

@media all and (min-width:768px) {
    #sib-overlay--contact-team .sib-overlay-team>.row-title {
        padding: 13.75rem 0 0
    }
}

#sib-overlay--contact-team .sib-overlay-team__image {
    position: absolute;
    left: 50%;
    width: 12.5rem;
    height: 12.5rem;
    margin-top: -6.25rem;
    background-color: #f9f9f9;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border-radius: 50%;
    transform: translate(-50%, 0)
}

@media all and (min-width:768px) {
    #sib-overlay--contact-team .sib-overlay-team__image {
        left: auto;
        width: 17.5rem;
        height: 17.5rem;
        margin-top: -8.75rem;
        transform: none
    }
}

@media all and (min-width:1280px) {
    #sib-overlay--contact-team .sib-overlay-team__image {
        left: auto;
        width: 21.125rem;
        height: 21.125rem;
        margin-top: -10.5625rem;
        transform: none
    }
}

#sib-overlay--contact-team .sib-overlay-team__name {
    padding: .625rem 0 1.25rem;
    margin: 0 0 2.5rem;
    font-size: 2.5rem;
    border-bottom: .375rem solid #000
}

@media all and (min-width:768px) {
    #sib-overlay--contact-team .sib-overlay-team__name {
        font-size: 3.75rem
    }
}

#sib-overlay--contact-team .sib-overlay-team__name small {
    display: block;
    margin: .3125rem 0 .5rem;
    font-family: Calibre-SemiBold, Helvetica, Arial, sans-serif;
    font-size: 1rem
}

@media all and (min-width:768px) {
    #sib-overlay--contact-team .sib-overlay-team__name small {
        margin: 0 0 .3125rem;
        font-size: 1.5rem
    }
}

#sib-overlay--contact-team .sib-overlay-team__connect {
    margin-top: 1.875rem;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.25
}

@media all and (min-width:768px) {
    #sib-overlay--contact-team .sib-overlay-team__connect {
        margin-top: 1.25rem
    }
}

#sib-overlay--contact-team .sib-overlay-team__connect svg path {
    transition: all .3s ease
}

#sib-overlay--contact-team .sib-overlay-team__connect svg:hover path {
    fill: #4e8122
}

#sib-overlay--contact-team .sib-overlay-team__description {
    margin-top: 2.1875rem;
    font-family: Calibre-Light, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5
}

@media all and (min-width:768px) {
    #sib-overlay--contact-team .sib-overlay-team__description {
        margin-top: 0
    }
}

#sib-overlay--contact-team .sib-form .row {
    margin-top: .9375rem;
    margin-bottom: .9375rem
}

#sib-overlay--contact-team .sib-form h5 {
    margin: 3.75rem 0 .3125rem;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.25
}

#sib-overlay--contact-team .sib-form h6 {
    margin: .9375rem 0;
    font-family: Calibre-Light, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5
}

#sib-overlay--contact-team .sib-form .sib-form__textarea {
    margin: 3.125rem 0
}

.sib-cta {
    display: block;
    text-decoration: none;
    padding: 6.125rem 0 4.6875rem;
    color: #fff;
    position: relative;
    z-index: 2;
    background: #4e8122;
    min-height: 28.125rem
}

@media all and (min-width:768px) {
    .sib-cta {
        padding: 5rem 0 6.875rem
    }
}

.sib-cta__title {
    position: relative;
    padding: 1.25rem 0;
    margin-bottom: 5.625rem;
    overflow: visible;
    border-bottom: .375rem solid #fff
}

@media all and (min-width:768px) {
    .sib-cta__title {
        padding: 1.5625rem 0;
        margin-bottom: 3.75rem
    }
}

.sib-cta__title:after,
.sib-cta__title:before {
    position: absolute;
    top: 100%;
    left: 1.75rem;
    margin-top: 1.5625rem;
    font-family: icomoon;
    font-size: 1.5rem;
    content: "\e900"
}

@media all and (min-width:768px) {

    .sib-cta__title:after,
    .sib-cta__title:before {
        top: 32%;
        right: 0;
        left: auto;
        margin-top: 0
    }
}

.sib-cta__title:after {
    left: 0;
    content: "\e901"
}

@media all and (min-width:768px) {
    .sib-cta__title:after {
        right: 1.75rem;
        left: auto
    }
}

.sib-cta__description {
    line-height: 2.125rem;
    max-width: 42.5625rem
}

.sib-cta__link {
    padding: 3.125rem 0 1.25rem
}

@media all and (min-width:768px) {
    .sib-cta__link {
        display: none
    }
}

.sib-cta__link span {
    display: block;
    color: #fff;
    text-decoration: none
}

.sib-cta__link span img {
    transform: rotate(90deg)
}

.sib-cta-soft__wrapper {
    padding-top: 7.5rem;
    padding-bottom: 3.6875rem
}

@media all and (min-width:1600px) {
    .sib-cta-soft__wrapper {
        padding-top: 11.0625rem;
        padding-bottom: 9rem
    }
}

.sib-cta-soft__wrapper a {
    text-decoration: none
}

.sib-cta-soft__wrapper h3 {
    padding-top: 3.625rem;
    padding-bottom: 1.1875rem
}

@media all and (min-width:768px) {
    .sib-cta-soft__wrapper h3 {
        padding-top: 0rem
    }
}

.sib-cta-soft__wrapper .icon-triangle-outline-no-base {
    display: inline-block;
    transform: rotate(90deg)
}

.sib-cta-soft__brand {
    position: absolute;
    right: 2.125rem;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH
}

.sib-cta-soft__brand-wrapper {
    min-height: 8.0625rem
}

.sib-cta-soft__brand-wrapper:before {
    content: '';
    background-color: rgba(219, 234, 187, .4);
    position: absolute;
    width: 200%;
    height: 8.0625rem;
    top: -1.875rem;
    right: 9.375rem
}

@media all and (min-width:768px) {
    .sib-cta-soft__brand-wrapper:before {
        right: 13rem
    }
}

@media all and (min-width:1600px) {
    .sib-cta-soft__brand {
        right: .9375rem
    }
}

.sib-text-and-image__container {
    padding: 0 .9375rem
}

@media (min-width:576px) {
    .sib-text-and-image__container {
        max-width: 100%
    }
}

@media (min-width:1600px) {
    .sib-text-and-image__container {
        max-width: 1440px;
        padding: 0 1.25rem
    }
}

.sib-text-and-image__wrapper {
    padding-top: 5.625rem;
    padding-bottom: 5rem
}

@media all and (min-width:1600px) {
    .sib-text-and-image__wrapper {
        padding-top: 0rem;
        padding-bottom: 4.8125rem
    }
}

.sib-text-and-image__wrapper .sib-overlay__toggle:hover {
    cursor: pointer
}

.sib-text-and-image__wrapper .sib-overlay__toggle:hover:before {
    width: 5.625rem;
    height: 5.625rem
}

.sib-text-and-image__wrapper .sib-overlay__toggle:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5rem;
    height: 5rem;
    background: transparent url(/images/play.svg) no-repeat center center;
    background-size: cover;
    content: '';
    transform: translate(-50%, -50%);
    transition: all .4s
}

.sib-text-and-image__row {
    display: flex;
    justify-content: center;
    flex-direction: column
}

.sib-text-and-image__row ol,
.sib-text-and-image__row ul {
    padding-left: 1em;
    list-style: initial
}

.sib-text-and-image__row--left .sib-text-and-image__image {
    margin-right: 0rem;
    margin-left: -.9375rem
}

@media all and (min-width:1280px) {
    .sib-text-and-image__row--left .sib-text-and-image__image {
        margin-right: 0rem
    }
}

@media all and (min-width:768px) {
    .sib-text-and-image__row {
        width: calc(100%);
        flex-direction: row;
        margin-top: 5.3125rem
    }

    .sib-text-and-image__row--left {
        flex-direction: row-reverse;
        margin-right: 8.333%
    }
}

@media all and (min-width:1280px) {
    .sib-text-and-image__row {
        width: calc(100% - 8.333%)
    }
}

.sib-text-and-image__row--right .sib-text-and-image__image {
    margin-left: 0rem;
    margin-right: -.9375rem
}

@media all and (min-width:1280px) {
    .sib-text-and-image__row--right .sib-text-and-image__image {
        margin-right: 0rem
    }
}

.sib-text-and-image__row--right .sib-text-and-image__text--content {
    margin-left: 0;
    margin-right: auto
}

@media all and (min-width:768px) {
    .sib-text-and-image__row {
        width: calc(100%);
        flex-direction: row;
        margin-top: 5.3125rem
    }

    .sib-text-and-image__row--right {
        flex-direction: row-reverse
    }
}

@media all and (min-width:1280px) {
    .sib-text-and-image__row {
        width: calc(100% - 8.333%);
        flex-direction: row;
        margin-top: 5.3125rem
    }

    .sib-text-and-image__row--right {
        flex-direction: row-reverse;
        margin-left: 8.333%
    }
}

.sib-text-and-image__image {
    background-size: cover;
    height: 240px;
    margin-left: -.9375rem;
    position: relative
}

@media all and (min-width:768px) {
    .sib-text-and-image__image {
        width: 50%;
        height: 300px;
        max-width: 720px;
        margin-left: 0rem
    }
}

@media all and (min-width:1280px) {
    .sib-text-and-image__image {
        width: 100%;
        height: 400px;
        max-width: 720px;
        margin-left: 0rem
    }
}

@media all and (min-width:1600px) {
    .sib-text-and-image__image {
        height: 530px;
        max-width: 720px;
        margin-left: 0rem
    }
}

@media all and (min-width:2200px) {
    .sib-text-and-image__image {
        height: 530px
    }
}

.sib-text-and-image__text {
    display: flex;
    flex: 1;
    flex-direction: column;
    z-index: 100;
    margin-bottom: 5rem
}

@media all and (min-width:768px) {
    .sib-text-and-image__text {
        margin-bottom: 0rem
    }
}

@media all and (min-width:1600px) {
    .sib-text-and-image__text {
        margin-bottom: 5rem
    }
}

.sib-text-and-image__text--content {
    padding: 2.75rem 1.25rem 1.25rem;
    margin-left: auto;
    margin-right: 0;
    align-self: center
}

@media all and (min-width:768px) {
    .sib-text-and-image__text--content {
        padding: 2.8125rem 1.25rem 1.25rem
    }
}

@media all and (min-width:992px) {
    .sib-text-and-image__text--content {
        max-width: 85%;
        padding: 2.8125rem 1.25rem 1.25rem
    }
}

@media all and (min-width:1280px) {
    .sib-text-and-image__text--content {
        max-width: 85%;
        padding: 2.8125rem 0 1.25rem
    }
}

@media all and (min-width:1600px) {
    .sib-text-and-image__text--content {
        max-width: 28.8125rem;
        padding: 3.75rem 0 0
    }
}

.sib-text-and-image__text--content h1,
.sib-text-and-image__text--content h2,
.sib-text-and-image__text--content h3,
.sib-text-and-image__text--content h4,
.sib-text-and-image__text--content h5,
.sib-text-and-image__text--content h6 {
    margin-bottom: 1.875rem;
    line-height: 1.17
}

.sib-text-and-image__text--heading {
    padding: 1.875rem;
    margin-left: -.9375rem;
    color: #fff;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.25;
    background-color: #000
}

.sib-text-and-image__text--heading--right {
    margin-right: -.9375rem;
    margin-left: 0rem
}

@media all and (min-width:768px) {
    .sib-text-and-image__text--heading {
        margin-top: 1.875rem
    }

    .sib-text-and-image__text--heading--right {
        text-align: right
    }
}

.sib-video__thumb {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 67%;
    cursor: pointer;
    background-size: cover
}

.sib-video__thumb:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5rem;
    height: 5rem;
    background: transparent url(/images/play.svg) no-repeat center center;
    background-size: cover;
    content: '';
    transform: translate(-50%, -50%);
    transition: all .4s
}

.sib-video__thumb:hover:before {
    transform: translate(-50%, -50%) scale(1.1);
    transform-origin: center
}

.sib-video__embed {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%
}

.sib-video__embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.sib-video.layout-full-width {
    padding: 0
}

.sib-video.layout-full-width .container {
    max-width: none !important;
    padding: 0 !important
}

.sib-video.layout-full-width .container .col-md-8 {
    max-width: 100%;
    flex-basis: 100%
}

.sib-video.layout-full-width .container .offset-md-2 {
    margin-left: 0
}

.sib-video.layout-full-width .container .sib-video__thumb {
    height: 31.25rem;
    padding-bottom: 0;
    background-position: center center
}

@media all and (min-width:768px) {
    .sib-video.layout-full-width .container .sib-video__thumb {
        height: 50rem
    }
}

.sib-page-breaker__wrapper {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem
}

.sib-page-breaker__wrapper.grey {
    background-color: #f9f9f9
}

.sib-page-breaker__wrapper.white {
    background-color: #fff
}

.sib-lists__wrapper {
    padding-top: 7.0625rem
}

.sib-lists__heading {
    border-bottom: .375rem #000 solid;
    display: flex;
    justify-content: space-between;
    padding-bottom: 1.75rem;
    margin-bottom: 6.5rem
}

.sib-lists__heading--title {
    display: flex;
    align-items: flex-end
}

.sib-lists__heading--circles {
    display: none
}

@media all and (min-width:768px) {
    .sib-lists__heading--circles {
        display: flex;
        align-items: flex-end
    }

    .sib-lists__heading--circles span {
        font-size: 25px;
        margin-left: .25rem
    }
}

.sib-lists__cards {
    margin-left: -.9375rem;
    margin-right: auto
}

@media all and (min-width:768px) {
    .sib-lists__cards--wrapper::-webkit-scrollbar-thumb {
        background-color: red;
        color: red
    }

    .sib-lists__cards--wrapper::-webkit-scrollbar {
        height: 5px
    }

    .sib-lists__cards--wrapper::-webkit-scrollbar-track {
        border: 0;
        border-bottom: 2px #000 solid
    }

    .sib-lists__cards--wrapper::-webkit-scrollbar-thumb {
        background-color: #000
    }
}

.sib-lists__cards .slick-list {
    overflow: visible !important
}

.sib-statistics__wrapper {
    position: relative;
    padding-top: 8.125rem;
    overflow: visible !important;
    background-color: #fff
}

@media all and (min-width:768px) {
    .sib-statistics__wrapper {
        padding-top: 10.3125rem;
        padding-bottom: 5rem
    }
}

@media all and (min-width:992px) {
    .sib-statistics__wrapper {
        padding-bottom: 9.375rem
    }
}

@media all and (min-width:1280px) {
    .sib-statistics__wrapper {
        padding-bottom: 6.25rem
    }
}

.sib-statistics__cards {
    margin-left: -.9375rem;
    margin-right: auto
}

.sib-statistics__cards .slick-list {
    overflow: visible !important
}

.sib-statistics__theme {
    position: absolute
}

.sib-statistics__theme--triangle {
    top: -6.25rem;
    right: 0;
    height: 37.875rem
}

@media all and (min-width:768px) {
    .sib-statistics__theme--triangle {
        top: -6.25rem;
        height: 39.375rem
    }
}

@media all and (min-width:1280px) {
    .sib-statistics__theme--triangle {
        height: 56.1875rem;
        top: -12.5rem
    }
}

.sib-statistics__theme--circle {
    height: 30.375rem;
    right: -15rem;
    top: 8rem
}

@media all and (min-width:768px) {
    .sib-statistics__theme--circle {
        top: 5.625rem;
        height: 39.375rem;
        right: -18.75rem
    }
}

@media all and (min-width:1280px) {
    .sib-statistics__theme--circle {
        height: 49rem;
        right: -8.125rem;
        top: 8.625rem
    }
}

@media all and (min-width:1600px) {
    .sib-statistics__theme--circle {
        height: 49rem;
        right: -8.125rem;
        top: 8.625rem
    }
}

@media all and (min-width:1600px) {
    .sib-statistics__theme--circle {
        right: -11.625rem
    }
}

.slick-active .sib-image-slider__header {
    display: flex
}

@media all and (min-width:2500px) {
    .sib-image-slider__wrapper {
        height: 59.375rem
    }
}

.sib-image-slider__header {
    background-color: #000;
    font-size: 1rem;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 1.42;
    height: 3.75rem;
    width: calc(100% + 40px);
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    display: none;
    align-items: center;
    transition: all .4s 50ms
}

@media all and (min-width:768px) {
    .sib-image-slider__header {
        font-size: 1.5rem;
        position: absolute;
        top: -3.8125rem;
        left: 3.75rem;
        height: 46rem;
        width: 6.25rem
    }
}

.sib-image-slider__header--text {
    padding-left: .9375rem;
    padding-right: .9375rem
}

@media all and (min-width:768px) {
    .sib-image-slider__header--text {
        transform: rotate(90deg);
        width: 450px;
        position: absolute;
        top: 250px;
        left: -175px
    }
}

.sib-image-slider__slide {
    position: relative;
    padding-top: 3.75rem;
    margin-left: .46875rem;
    margin-right: .46875rem;
    padding-bottom: 3.75rem;
    width: 280px
}

@media all and (min-width:768px) {
    .sib-image-slider__slide {
        padding-left: .46875rem;
        padding-right: .46875rem;
        margin-left: 0rem;
        margin-right: 0rem;
        width: 708px
    }
}

@media all and (min-width:1280px) {
    .sib-image-slider__slide {
        width: 1100px
    }
}

@media all and (min-width:1600px) {
    .sib-image-slider__slide {
        width: 1400px
    }
}

@media all and (min-width:2200px) {
    .sib-image-slider__slide {
        width: 1520px
    }
}

@media all and (min-width:2500px) {
    .sib-image-slider__slide {
        width: 2200px
    }
}

.sib-image-slider__image {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 25rem;
    display: flex;
    align-items: flex-end
}

@media all and (min-width:768px) {
    .sib-image-slider__image {
        height: 50.625rem
    }
}

.sib-image-slider .slick-slide:hover {
    position: relative;
    cursor: pointer
}

.sib-image-slider .slick-slide:hover:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #4e8122;
    opacity: .3
}

.sib-image-slider .slick-next,
.sib-image-slider .slick-prev {
    background-color: #4e8122;
    opacity: .3;
    height: 100%
}

.sib-testimonial {
    padding: 1.875rem 0 1.5625rem;
    background: #fff
}

@media all and (min-width:768px) {
    .sib-testimonial {
        padding: 4.6875rem 0 3.125rem
    }
}

@media all and (min-width:1280px) {
    .sib-testimonial {
        padding: 4.6875rem 0 7.5rem
    }
}

@media all and (min-width:1600px) {
    .sib-testimonial {
        padding: 3.125rem 0 7.5rem
    }
}

@media all and (min-width:2200px) {
    .sib-testimonial {
        padding: 4.6875rem 0 15.9375rem
    }
}

.sib-testimonial__wrapper {
    display: flex;
    flex-flow: row wrap;
    margin-left: auto;
    margin-right: auto
}

@media all and (min-width:768px) {
    .sib-testimonial__wrapper {
        flex-flow: row nowrap;
        width: 995px
    }
}

@media all and (min-width:768px) {
    .sib-testimonial__wrapper {
        flex-flow: row nowrap
    }
}

@media all and (min-width:768px) {
    .sib-testimonial__wrapper {
        width: 100%
    }
}

.sib-testimonial__image {
    display: flex;
    flex: 1 1 100%;
    justify-content: flex-start
}

@media all and (min-width:768px) {
    .sib-testimonial__image {
        flex: 3;
        justify-content: flex-end
    }
}

.sib-testimonial__image--wrapper {
    position: relative;
    z-index: 1;
    width: 12.5rem;
    height: 12.5rem;
    margin: 3.125rem 0 0 0;
    border-radius: 50%
}

@media all and (min-width:768px) {
    .sib-testimonial__image--wrapper {
        margin: 8.75rem 0 0 0;
        width: 13.875rem;
        height: 13.875rem
    }
}

@media all and (min-width:1280px) {
    .sib-testimonial__image--wrapper {
        width: 17.375rem;
        height: 17.375rem;
        margin: 6.875rem 0 0 0
    }
}

@media all and (min-width:1600px) {
    .sib-testimonial__image--wrapper {
        width: 17.375rem;
        height: 17.375rem;
        margin: 6.25rem 0rem 0 0;
        margin-right: 30px
    }
}

@media all and (min-width:2200px) {
    .sib-testimonial__image--wrapper {
        width: 21.125rem;
        height: 21.125rem;
        margin: 7.25rem 1.875rem 0 0
    }
}

.sib-testimonial__image--wrapper .sib-testimonial__profile-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-position: center center;
    background-size: cover;
    border-radius: 50%
}

.sib-testimonial__image--wrapper .sib-testimonial__profile-image:before {
    position: absolute;
    top: -1.25rem;
    right: -6.875rem;
    width: 9.375rem;
    height: 6.25rem;
    background: transparent url(/images/quotes.svg) no-repeat center center;
    background-size: contain;
    content: ''
}

@media all and (min-width:768px) {
    .sib-testimonial__image--wrapper .sib-testimonial__profile-image:before {
        top: -5.625rem;
        right: -.625rem;
        width: 8.75rem;
        height: 6rem
    }
}

@media all and (min-width:1280px) {
    .sib-testimonial__image--wrapper .sib-testimonial__profile-image:before {
        top: -2.5rem;
        right: 0rem;
        width: 8.75rem;
        height: 6rem
    }
}

@media all and (min-width:1600px) {
    .sib-testimonial__image--wrapper .sib-testimonial__profile-image:before {
        top: -3.125rem;
        right: -.625rem;
        width: 9.375rem;
        height: 6.25rem
    }
}

.sib-testimonial__image--wrapper:after {
    position: absolute;
    right: 4.375rem;
    z-index: -1;
    width: 20.5rem;
    height: 14.0625rem;
    margin: 9.375rem 0 0 0;
    background: transparent url(/images/quotes.svg) no-repeat center center;
    background-size: contain;
    content: '';
    transform: rotate(180deg)
}

@media all and (min-width:768px) {
    .sib-testimonial__image--wrapper:after {
        right: 6.875rem;
        width: 20.9375rem;
        height: 14.375rem
    }
}

@media all and (min-width:1280px) {
    .sib-testimonial__image--wrapper:after {
        right: 6.875rem;
        width: 20rem;
        height: 17.6875rem;
        top: 2.5rem;
        left: -11.25rem
    }
}

@media all and (min-width:2200px) {
    .sib-testimonial__image--wrapper:after {
        right: 6.875rem;
        width: 32.8125rem;
        height: 22.5rem
    }
}

.sib-testimonial__content {
    z-index: 1;
    flex: 1 0 100%;
    margin-top: 1.875rem
}

@media all and (min-width:768px) {
    .sib-testimonial__content {
        flex: 7;
        margin-top: 0
    }
}

.sib-testimonial__content .button {
    padding: 0 1.5rem
}

.sib-testimonial__content h3 {
    position: relative;
    padding: .625rem 0 !important;
    border-bottom: .375rem solid #000
}

@media all and (min-width:768px) {
    .sib-testimonial__content h3 {
        margin-bottom: 6.4375rem
    }
}

@media all and (min-width:1600px) {
    .sib-testimonial__content h3 {
        margin-bottom: 5.5rem
    }
}

.sib-testimonial__content h3:after,
.sib-testimonial__content h3:before {
    position: absolute;
    top: 32%;
    right: .9375rem;
    font-family: icomoon;
    font-size: 1.5rem;
    content: "\e901"
}

@media all and (min-width:1600px) {

    .sib-testimonial__content h3:after,
    .sib-testimonial__content h3:before {
        top: 50%
    }
}

.sib-testimonial__content h3:after {
    right: -.625rem;
    content: "\e903";
    transform: rotate(90deg)
}

.sib-testimonial__content--wrapper {
    padding: 4.375rem 0
}

@media all and (min-width:768px) {
    .sib-testimonial__content--wrapper {
        padding: 0rem 0
    }
}

@media all and (min-width:1280px) {
    .sib-testimonial__content--wrapper {
        padding: 0rem 0 0 14.2%
    }
}

.sib-testimonial__content h4 {
    margin-bottom: 2.1875rem
}

@media all and (min-width:768px) {
    .sib-testimonial__content h4 {
        margin-bottom: 2.5rem
    }
}

@media all and (min-width:1280px) {
    .sib-testimonial__content h4 {
        margin-bottom: 1.875rem
    }
}

.sib-testimonial__description {
    margin-bottom: 3.75rem;
    font-family: Calibre-Light, Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    font-style: italic;
    line-height: 1.19
}

@media all and (min-width:768px) {
    .sib-testimonial__description {
        font-size: 1.75rem
    }
}

@media all and (min-width:1280px) {
    .sib-testimonial__description {
        margin-bottom: 2.5rem;
        max-width: 85%
    }
}

@media all and (min-width:1600px) {
    .sib-testimonial__description {
        margin-bottom: 2.5rem;
        font-size: 2rem
    }
}

.sib-panolens {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 31.25rem
}

@media all and (min-width:768px) {
    .sib-panolens {
        height: 37.5rem
    }
}

@media all and (min-width:1280px) {
    .sib-panolens {
        height: 43.75rem
    }
}

@media all and (min-width:1600px) {
    .sib-panolens {
        height: 50rem
    }
}

@media all and (min-width:2200px) {
    .sib-panolens {
        height: 62.5rem
    }
}

.sib-panolens__overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}

.sib-panolens__wrapper {
    height: 31.25rem;
    width: 100%;
    background-size: cover;
    position: relative
}

@media all and (min-width:576px) {
    .sib-panolens__wrapper {
        height: 37.5rem;
        margin-top: 2.5rem
    }
}

@media all and (min-width:1280px) {
    .sib-panolens__wrapper {
        height: 43.75rem
    }
}

@media all and (min-width:1600px) {
    .sib-panolens__wrapper {
        height: 50rem
    }
}

@media all and (min-width:2200px) {
    .sib-panolens__wrapper {
        height: 62.5rem
    }
}

.sib-panolens__wrapper .sib-image__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    width: 4rem
}

@media all and (min-width:576px) {
    .sib-panolens__wrapper .sib-image__icon {
        width: 6rem
    }
}

.sib-panolens__wrapper .sib-image__icon__text {
    display: block;
    text-transform: uppercase;
    transform: rotate(270deg);
    font-family: Calibre-Medium, Helvetica, Arial, sans-serif
}

@media all and (max-width:576px) {
    .sib-panolens__wrapper .sib-image__icon__text {
        font-size: .625rem
    }
}

.sib-panolens__header {
    position: absolute;
    display: flex;
    align-items: center;
    background-color: #000;
    color: #fff;
    width: 28.75rem;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    transform: rotate(90deg);
    transform-origin: left top;
    height: 4rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem
}

@media all and (min-width:768px) {
    .sib-panolens__header {
        width: 45.625rem;
        padding-left: 2.6875rem;
        font-size: 1.5rem;
        height: 6.25rem
    }
}

.sib-panolens__header--left {
    position: relative;
    margin-left: 4rem;
    margin-top: -2.5rem;
    width: 5rem;
    z-index: 2
}

@media all and (min-width:768px) {
    .sib-panolens__header--left {
        margin-left: 6.25rem;
        width: 6.25rem;
        margin-top: -5rem
    }
}

.sib-panolens__header--right {
    position: relative;
    margin-top: -2.5rem;
    width: 6.25pxrem;
    z-index: 2
}

@media all and (min-width:768px) {
    .sib-panolens__header--right {
        margin-top: -5rem
    }
}

.sib-panolens .sib-image__header__text {
    flex-grow: 1
}

.sib-image__wrapper {
    height: 31.25rem;
    width: 100%;
    background-size: cover;
    position: relative
}

@media all and (min-width:768px) {
    .sib-image__wrapper {
        height: 37.5rem
    }
}

@media all and (min-width:1280px) {
    .sib-image__wrapper {
        height: 43.75rem
    }
}

@media all and (min-width:1600px) {
    .sib-image__wrapper {
        height: 50rem
    }
}

@media all and (min-width:2200px) {
    .sib-image__wrapper {
        height: 62.5rem
    }
}

.sib-image__header {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #000;
    color: #fff;
    width: 28.75rem;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    transform: rotate(90deg);
    transform-origin: left top;
    height: 4rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem
}

.sib-image__header img {
    transform: rotate(270deg)
}

@media all and (max-width:576px) {
    .sib-image__header img {
        width: 1.5rem;
        height: 1.5rem
    }
}

@media all and (min-width:768px) {
    .sib-image__header {
        width: 34.625rem;
        padding-left: 2.6875rem;
        font-size: 1.5rem;
        height: 6.25rem
    }
}

@media all and (min-width:1280px) {
    .sib-image__header {
        width: 45.625rem;
        padding-left: 2.6875rem;
        font-size: 1.5rem;
        height: 6.25rem
    }
}

@media all and (min-width:768px) {
    .sib-image__header {
        width: 37.5rem
    }
}

@media all and (min-width:1280px) {
    .sib-image__header {
        width: 43.75rem
    }
}

@media all and (min-width:1600px) {
    .sib-image__header {
        width: 50rem
    }
}

@media all and (min-width:2200px) {
    .sib-image__header {
        width: 62.5rem
    }
}

.sib-image__header--left {
    position: relative;
    margin-left: 4rem;
    margin-top: -2.5rem;
    width: 5rem;
    z-index: 2
}

@media all and (min-width:768px) {
    .sib-image__header--left {
        margin-left: 6.25rem;
        width: 6.25rem;
        margin-top: -5rem
    }
}

.sib-image__header--right {
    position: relative;
    margin-top: -2.5rem;
    width: 6.25pxrem;
    z-index: 2
}

@media all and (min-width:768px) {
    .sib-image__header--right {
        margin-top: -5rem
    }
}

.title-container {
    display: flex;
    padding-left: 0;
    padding-right: 0;
    z-index: 12
}

@media all and (min-width:768px) {
    .title-container {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

.title-container--right {
    flex-direction: row-reverse
}

.sib-text-wrapper {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem
}

.sib-text-wrapper ol,
.sib-text-wrapper ul {
    padding: 1em;
    list-style: initial
}

@media (max-width:576px) {
    .hide-xs {
        display: none !important
    }
}

@media (max-width:770px) {

    .hide-s,
    .no-mobile {
        display: none !important
    }
}

@media screen and (min-width:770px) and (max-width:1024px) {
    .hide-m {
        display: none !important
    }
}



#no-content {
    display: none;
    height: fit-content;
    margin: 0 auto;
    width: auto;
    text-align: center;
}

#no-content img {
    display: flex;
    width: 100%;
    height: 8rem;
    object-fit: contain; /* Ensures the image covers the div */
  }

#no-content p {
    margin: 0%;
    font-family: Calibre, Helvetica, Arial, sans-serif
}

.level-five .tag01 {
    top: 9%;
    left: 22%
}

.level-five .tag02 {
    top: 9%;
    left: 75%
}

.level-five .tag03 {
    top: 16%;
    left: 11%
}

.level-five .tag04 {
    top: 18%;
    left: 34%
}

.level-five .tag05 {
    top: 18%;
    left: 56%
}

.level-five .tag06 {
    top: 15%;
    left: 81%
}

.level-five .tag07 {
    top: 32%;
    left: 40%
}

.level-five .tag08 {
    top: 54%;
    left: 10%
}

.level-five .tag09 {
    top: 39%;
    left: 71%
}

.level-five .tag10 {
    top: 55%;
    right: 10%
}

.level-five .tag10.open {
    right: calc(10% + 50px)
}

.level-five .tag11 {
    top: 45%;
    left: 73.5%
}

.level-five .subtag01 {
    top: 33%;
    left: 27%
}

.level-five .subtag02 {
    top: 33%;
    left: 58%
}

.level-five .subtag03 {
    top: 40%;
    left: 23%
}

.level-five .subtag04 {
    top: 50%;
    left: 27%
}

.level-five .subtag05 {
    top: 61%;
    left: 7%
}

.level-five .subtag06 {
    top: 70%;
    left: 18%
}

.level-five .subtag07 {
    top: 62%;
    right: 18%
}

.level-five .subtag07.open {
    right: calc(18% + 50px)
}

.level-five .subtag08 {
    top: 55%;
    right: 5%
}

.level-five .subtag08.open {
    right: calc(5% + 50px)
}

.level-five .subtag09 {
    top: 49%;
    right: 2%
}

.level-five .subtag09.open {
    right: calc(2% + 50px)
}

.level-five .subtag10 {
    top: 14%;
    left: 44%
}

.level-five .subtag11 {
    top: 14%;
    left: 33%
}

.level-five .subtag12 {
    top: 20%;
    left: 54%
}

.level-five .subtag13 {
    top: 14%;
    left: 63%
}

.level-five .subtag14 {
    top: 36%;
    left: 68%
}

@media screen and (min-width:1070px) {
    .level-five .subtag14 {
        left: 73%
    }
}

.level-five .subtag15 {
    top: 43%;
    left: 69%
}

@media screen and (min-width:1070px) {
    .level-five .subtag15 {
        left: 81%
    }
}

.level-five .info01 {
    top: 15%;
    left: 52%
}

.level-five .info02 {
    top: 45%;
    left: 17%
}

.level-five .divide-op4,
.level-five .divide-op4-1,
.level-five .divide-op5,
.level-five .level-three .divide-op1.-ready,
.level-five .level-three .divide-op2.-ready,
.level-five .level-three .exhibition-hall-1,
.level-five .level-three .exhibition-hall-2,
.level-five .level-three .exhibition-hall-3,
.level-five .level-three .hobson-st-gallery,
.level-five .level-three .room301,
.level-five .level-three .room302,
.level-five .level-three .room303,
.level-five .level-three .room304,
.level-five .level-three .room305,
.level-five .level-three .wellesley-st-gallery,
.level-five .map__divide,
.level-five .map__icon,
.level-five .map__plenary,
.level-five .room501,
.level-five .room502,
.level-five .room503,
.level-five .room504,
.level-five .room511-512,
.level-five .room505,
.level-five .room511,
.level-five .room506,
.level-five .room507-508,
.level-five .room507,
.level-five .room508,
.level-five .room509,
.level-five .room509-510,
.level-five .room510,
.level-five .room512,
.level-five .room503-04-05,
.level-five .room513,
.level-five .room514,
.level-five .room515,
.level-five .room516,
.level-five .room517,
.level-five .room518,
.level-three .level-five .divide-op1.-ready,
.level-three .level-five .divide-op2.-ready,
.level-three .level-five .exhibition-hall-1,
.level-three .level-five .exhibition-hall-2,
.level-three .level-five .exhibition-hall-3,
.level-three .level-five .hobson-st-gallery,
.level-three .level-five .room301,
.level-three .level-five .room302,
.level-three .level-five .room303,
.level-three .level-five .room304,
.level-three .level-five .room305,
.level-three .level-five .wellesley-st-gallery {
    width: 100%;
    height: 720px;
    position: absolute
}

.level-five .divide-op1.-ready {
    background: url(../../images/level5/PLEN-DIVIDE.png) no-repeat 0 0;
    background-size: 100%;
    width: 56.9%;
    left: 25.7%;
    top: 10.7%
}

.level-five .divide-op2.-ready {
    background: url(../../images/level5/ICON-DIVIDE.png) no-repeat 0 0;
    background-size: 100%;
    width: 28.5%;
    top: 35.9%;
    left: 8.2%
}

.level-five .divide-op3.-ready {
    background: url(../../images/level5/L5_030405-DIVIDE.png) no-repeat 0 0;
    background-size: 100%;
    width: 20.7%;
    top: 51%;
    left: 76.6%
}

.level-five .-ready.divide-op5,
.level-five .divide-op4.-ready {
    background: url(../../images/level5/PLEN-TOP.png) no-repeat 0 0;
    background-size: 100%;
    width: 57%;
    top: 10.7%;
    left: 25.5%
}

.level-five .divide-op4-1.-ready {
    background: url(../../images/level5/L5_1112-DIVIDE.png) no-repeat 0 0;
    background-size: 100%;
    width: 11.2%;
    top: 19.1%;
    left: 40.4%;
    z-index: 2 !important
}

.level-five .divide-op4-2.-ready {
    background: url(../../images/level5/L5_0910-DIVIDE.png) no-repeat 0 0;
    background-size: 100%;
    width: 11.4%;
    top: 19.1%;
    left: 56.5%;
    z-index: 2 !important
}

.level-five .divide-op6.-ready {
    background: url(../../images/level5/L5_0708-DIVIDE.png) no-repeat 0 0;
    background-size: 100%;
    width: 10%;
    top: 34.4%;
    left: 75%
}

.level-five .plenary-op1 {
    width: 52.7%;
    top: 12%;
    left: 28%
}

.level-five .plenary-op1.-ready.theatre {
    background: url(../../images/level5/PLEN-5.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .plenary-op1.-ready.banquet {
    background: url(../../images/level5/PLEN-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .plenary-op1.-ready.cocktail {
    background: url(../../images/level5/PLEN-2.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .plenary-op2,
.level-five .plenary-op3 {
    width: 25.4%;
    top: 12%;
    left: 28%
}

.level-five .-ready.theatre.plenary-op3,
.level-five .plenary-op2.-ready.theatre {
    background: url(../../images/level5/PLEN_A-5.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .-ready.banquet.plenary-op3,
.level-five .plenary-op2.-ready.banquet {
    background: url(../../images/level5/PLEN_A-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .-ready.cocktail.plenary-op3,
.level-five .plenary-op2.-ready.cocktail {
    background: url(../../images/level5/PLEN_A-2.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .plenary-op3 {
    left: 55%
}

.level-five .plenary-op3.-ready.theatre {
    background: url(../../images/level5/PLEN_B-5.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .plenary-op3.-ready.banquet {
    background: url(../../images/level5/PLEN_B-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .plenary-op3.-ready.cocktail {
    background: url(../../images/level5/PLEN_B-2.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .map__icon {
    width: 28.6%;
    top: 35.7%;
    left: 8.2%
}

.level-five .map__icon.-ready.banquet {
    background: url(../../images/level5/ICON-1.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .map__icon.-ready.cocktail {
    background: url(../../images/level5/ICON-2.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room501 {
    width: 10.7%;
    top: 4.5%;
    left: 77.9%
}

.level-five .room501.-ready.theatre {
    background: url(../../images/level5/L5_01-1.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room501.-ready.cabaret {
    background: url(../../images/level5/L5_01-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room501.-ready.boardroom {
    background: url(../../images/level5/L5_01-5.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room502 {
    width: 11.4%;
    top: 14.8%;
    left: 82.1%
}

.level-five .room502.-ready.theatre {
    background: url(../../images/level5/L5_02-1.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room502.-ready.cabaret {
    background: url(../../images/level5/L5_02-2.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room502.-ready.boardroom{
    background: url(../../images/level5/L5_02-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room502.-ready.classroom {
    background: url(../../images/level5/L5_02-5.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room503 {
    width: 8.4%;
    top: 51%;
    left: 89.4%

    /* 
    TODO
    width: 11.2%;
    top: 14.9%;
    left: 14.7% */
}

.level-five .room503.-ready.theatre {
    background: url(../../images/level5/L5_03-1.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room503.-ready.cabaret {
    background: url(../../images/level5/L5_03-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room503.-ready.boardroom {
    background: url(../../images/level5/L5_03-5.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room503.-ready.classroom {
    background: url(../../images/level5/L5_03-4.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room511-512 {
    width: 11.5%;
    top: 19%;
    left: 40.2%
}

.level-five .room511-512.-ready.theatre {
    background: url(../../images/level5/L5_1112-1.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room511-512.-ready.cabaret {
    background: url(../../images/level5/L5_1112-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room511-512.-ready.boardroom {
    background: url(../../images/level5/L5_1112-5.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room511-512.-ready.classroom {
    background: url(../../images/level5/L5_1112-4.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room507-508 {
    width: 10.4%;
    top: 34.2%;
    left: 74.7%
}

.level-five .room507-508.-ready.theatre {
    background: url(../../images/level5/L5_0708-1.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room507-508.-ready.cabaret {
    background: url(../../images/level5/L5_0708-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room507-508.-ready.boardroom {
    background: url(../../images/level5/L5_0708-5.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room504 {
    width: 7.8%;
    top: 50.9%;
    left: 83.3%

    /*
    509,510
    width: 5.6%;
    top: 19.1%;
    left: 40.3%;
    z-index: 3 !important */
}

.level-five .room504.-ready.theatre {
    background: url(../../images/level5/L5_04-1.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room504.-ready.cabaret {
    background: url(../../images/level5/L5_04-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room504.-ready.boardroom {
    background: url(../../images/level5/L5_04-5.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room504.-ready.classroom {
    background: url(../../images/level5/L5_04-4.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room505 {
    width: 7.8%;
    top: 50.9%;
    left: 76.8%;
}

.level-five .room505.-ready.theatre {
    background: url(../../images/level5/L5_05-1.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room505.-ready.cabaret {
    background: url(../../images/level5/L5_05-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room505.-ready.boardroom {
    background: url(../../images/level5/L5_05-5.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room505.-ready.classroom {
    background: url(../../images/level5/L5_05-4.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room506 {
    width: 6.5%;
    top: 19%;
    left: 56.3%;
    z-index: 3 !important
}

.level-five .room506.-ready.theatre {
    background: url(../../images/level5/L5_06-1.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room506.-ready.cocktail {
    background: url(../../images/level5/L5_06-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room506.-ready.boardroom {
    background: url(../../images/level5/L5_06-5.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room507 {
    width: 8.6%;
    top: 39.8%;
    left: 74.7%;
}

.level-five .room507.-ready.theatre {
    background: url(../../images/level5/L5_07-1.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room507.-ready.cabaret {
    background: url(../../images/level5/L5_07-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room507.-ready.boardroom {
    background: url(../../images/level5/L5_07-5.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room515 {
    width: 11.5%;
    top: 57.4%;
    left: 19.5%
    
}

.level-five .room515.-ready.theatre {
    background: url(../../images/level5/L5_15-1.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room515.-ready.cabaret {
    background: url(../../images/level5/L5_15-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room515.-ready.classroom {
    background: url(../../images/level5/L5_15-4.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room515.-ready.boardroom {
    background: url(../../images/level5/L5_15-5.png) no-repeat 0 0;
    background-size: 100%
}


.level-five .room516 {
    width: 14.4%;
    top: 57.2%;
    left: 8.1%
}

.level-five .room516.-ready.theatre {
    background: url(../../images/level5/L5_16-1.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room516.-ready.cabaret {
    background: url(../../images/level5/L5_16-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room516.-ready.classroom {
    background: url(../../images/level5/L5_16-4.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room516.-ready.boardroom {
    background: url(../../images/level5/L5_16-5.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room517 {

    width: 11.2%;
    top: 14.9%;
    left: 14.7%
}

.level-five .room517.-ready.theatre {
    background: url(../../images/level5/L5_17-1.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room517.-ready.cabaret {
    background: url(../../images/level5/L5_17-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room517.-ready.classroom {
    background: url(../../images/level5/L5_17-4.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room517.-ready.boardroom{
    background: url(../../images/level5/L5_17-5.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room518 {
    width: 13.3%;
    top: 4.5%;
    left: 16.7%
}

.level-five .room518.-ready.theatre {
    background: url(../../images/level5/L5_18-1.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room518.-ready.cabaret {
    background: url(../../images/level5/L5_18-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room518.-ready.boardroom {
    background: url(../../images/level5/L5_18-5.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room511 {
    width: 6%;
    top: 19%;
    left: 45.4%;
    z-index: 3 !important;
}

.level-five .room511.-ready.theatre {
    background: url(../../images/level5/L5_11-1.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room511.-ready.cabaret {
    background: url(../../images/level5/L5_11-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room511.-ready.boardroom {
    background: url(../../images/level5/L5_11-5.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room511.-ready.classroom {
    background: url(../../images/level5/L5_11-4.png) no-repeat 0 0;
    background-size: 100%
}


.level-five .room512 {
    width: 5.6%;
    top: 19.1%;
    left: 40.3%;
    z-index: 3 !important;
}

.level-five .room512.-ready.theatre {
    background: url(../../images/level5/L5_12-1.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room512.-ready.cabaret {
    background: url(../../images/level5/L5_12-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room512.-ready.boardroom {
    background: url(../../images/level5/L5_12-5.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room512.-ready.classroom {
    background: url(../../images/level5/L5_12-4.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room513 {
    width: 9.2%;
    top:37%;
    left: 24%;
    /* 
    504
    width: 7.8%;
    top: 50.9%;
    left: 83.3% */
}

.level-five .room513.-ready.theatre {
    background: url(../../images/level5/L5_13-1.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room513.-ready.cabaret {
    background: url(../../images/level5/L5_13-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room513.-ready.boardroom {
    background: url(../../images/level5/L5_13-5.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room514 {
    width: 7.8%;
    top: 46.9%;
    left: 28.2%;
        /* 503
    width: 8.4%;
    top: 51%;
    left: 89.4% */
}

.level-five .room514.-ready.theatre {
    background: url(../../images/level5/L5_14-1.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room514.-ready.cabaret {
    background: url(../../images/level5/L5_14-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room514.-ready.boardroom {
    background: url(../../images/level5/L5_14-5.png) no-repeat 0 0;
    background-size: 100%
}


.level-five .room509-510 {
    width: 11.5%;
    top: 19%;
    left: 56.4%
    /*507-08*/
}

.level-five .room509-510.-ready.theatre {
    background: url(../../images/level5/L5_0910-1.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room509-510.-ready.cabaret {
    background: url(../../images/level5/L5_0910-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room509-510.-ready.boardroom {
    background: url(../../images/level5/L5_0910-5.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room509 {
    width: 5.7%;
    top: 19%;
    left: 62%;
    z-index: 3 !important;
}

.level-five .room509.-ready.theatre {
    background: url(../../images/level5/L5_09-1.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room509.-ready.cabaret {
    background: url(../../images/level5/L5_09-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room509.-ready.boardroom {
    background: url(../../images/level5/L5_09-5.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room510 {
    width: 6.5%;
    top: 19%;
    left: 56.3%;
    z-index: 3 !important;
}

.level-five .room510.-ready.theatre {
    background: url(../../images/level5/L5_10-1.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room510.-ready.cabaret {
    background: url(../../images/level5/L5_10-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room510.-ready.boardroom {
    background: url(../../images/level5/L5_10-5.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room508 {
    width: 8.6%;
    top: 34.9%;
    left: 76.1%;

    /* width: 11.4%;
    top: 14.8%;
    left: 82.1% */
}

.level-five .room508.-ready.theatre {
    background: url(../../images/level5/L5_08-1.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room508.-ready.cabaret {
    background: url(../../images/level5/L5_08-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room508.-ready.boardroom {
    background: url(../../images/level5/L5_08-5.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room503-04-05 {
    width: 21.3%;
    top: 51%;
    left: 76.7%
}

.level-five .room503-04-05.-ready.theatre {
    background: url(../../images/level5/L5_030405-1.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room503-04-05.-ready.cabaret {
    background: url(../../images/level5/L5_030405-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room503-04-05.-ready.classroom {
    background: url(../../images/level5/L5_030405-4.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .room503-04-05.-ready.boardroom {
    background: url(../../images/level5/L5_030405-5.png) no-repeat 0 0;
    background-size: 100%
}

.level-five .exception {
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    opacity: 0;
    z-index: 1
}

.level-five .exception.showing-exception {
    opacity: 1
}

.level-one .meet01 {
    top: 26%;
    left: 38%
}

.level-one .meet02 {
    top: 26%;
    left: 16%
}

.level-one .info01 {
    top: 10%;
    left: 10%
}

.level-one .meeting101 {
    height: 720px;
    position: absolute;
    width: 11.3%;
    top: 17.6%;
    left: 17.5%
}

.level-one .meeting101.-ready.theatre {
    background: url(../../images/level1/01-1.png) no-repeat 0 0;
    background-size: 100%
}

.level-one .meeting101.-ready.cabaret {
    background: url(../../images/level1/01-2.png) no-repeat 0 0;
    background-size: 100%
}

.level-one .meeting101.-ready.cocktail {
    background: url(../../images/level1/01-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-one .meeting101.-ready.boardroom {
    background: url(../../images/level1/01-4.png) no-repeat 0 0;
    background-size: 100%
}

.level-one .meeting102 {
    height: 720px;
    position: absolute;
    width: 12%;
    top: 18.1%;
    left: 36.1%;
}

.level-one .meeting102.-ready.theatre {
    background: url(../../images/level1/02-1.png) no-repeat 0 0;
    background-size: 100%
}

.level-one .meeting102.-ready.cabaret {
    background: url(../../images/level1/02-2.png) no-repeat 0 0;
    background-size: 100%
}

.level-one .meeting102.-ready.classroom {
    background: url(../../images/level1/02-4.png) no-repeat 0 0;
    background-size: 100%
}

.level-one .meeting102.-ready.cocktail {
    background: url(../../images/level1/02-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-one .meeting102.-ready.boardroom {
    background: url(../../images/level1/02-4.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .tag01 {
    top: 9%;
    left: 40%
}

.level-three .tag02 {
    top: 47%;
    left: 39%
}

.level-three .tag03 {
    top: 83%;
    left: 43%
}

.level-three .subtag01 {
    top: 23%;
    left: 15%
}

.level-three .subtag02 {
    top: 23%;
    left: 24%
}

.level-three .subtag03 {
    top: 23%;
    left: 34%
}

.level-three .subtag04 {
    top: 18%;
    left: 68%
}

.level-three .subtag05 {
    top: 23%;
    left: 80%
}

.level-three .subtag06 {
    top: 40%;
    left: 16%
}

.level-three .subtag07 {
    top: 43%;
    left: 42%
}

.level-three .subtag08 {
    top: 48%;
    left: 71%
}

.level-three .info01 {
    top: 36%;
    left: 50%
}

.level-three .info02 {
    top: 91%;
    left: 63%
}

.level-three .info03 {
    top: 5%;
    left: 87%
}

.level-three .info01-a {
    top: 28%;
    left: 27%
}

.level-three .info01-b {
    top: 55%;
    left: 27%
}

.level-three .info02-a {
    top: 28%;
    left: 50%
}

.level-three .info02-b {
    top: 55%;
    left: 50%
}

.level-three .info03-a {
    top: 28%;
    left: 75%
}

.level-three .info03-b {
    top: 55%;
    left: 75%
}

.level-five .level-three .divide-op4,
.level-five .level-three .divide-op4-1,
.level-five .level-three .divide-op5,
.level-five .level-three .map__icon,
.level-five .level-three .map__plenary,
.level-five .level-three .room501,
.level-five .level-three .room502,
.level-five .level-three .room503,
.level-five .level-three .room504,
.level-five .level-three .room511-512,
.level-five .level-three .room505,
.level-five .level-three .room506,
.level-five .level-three .room507-508,
.level-five .level-three .room507,
.level-five .level-three .room508,
.level-five .level-three .room509,
.level-five .level-three .room509-510,
.level-five .level-three .room510,
.level-five .level-three .room512,
.level-five .level-three .room503-04-05,
.level-five .level-three .room513,
.level-five .level-three .room514,
.level-five .level-three .room515,
.level-five .level-three .room516,
.level-five .level-three .room517,
.level-five .level-three .room518,
.level-three .divide-op1.-ready,
.level-three .divide-op2.-ready,
.level-three .exhibition-hall-1,
.level-three .exhibition-hall-2,
.level-three .exhibition-hall-3,
.level-three .hobson-st-gallery,
.level-three .level-five .divide-op4,
.level-three .level-five .divide-op4-1,
.level-three .level-five .divide-op5,
.level-three .level-five .map__icon,
.level-three .level-five .map__plenary,
.level-three .level-five .room501,
.level-three .level-five .room502,
.level-three .level-five .room503,
.level-three .level-five .room504,
.level-three .level-five .room511-512,
.level-three .level-five .room505,
.level-three .level-five .room506,
.level-three .level-five .room507-508,
.level-three .level-five .room507,
.level-three .level-five .room508,
.level-three .level-five .room509,
.level-three .level-five .room509-510,
.level-three .level-five .room510,
.level-three .level-five .room512,
.level-three .level-five .room503-04-05,
.level-three .level-five .room513,
.level-three .level-five .room514,
.level-three .level-five .room515,
.level-three .level-five .room516,
.level-three .level-five .room517,
.level-three .level-five .room518,
.level-three .map__divide,
.level-three .room301,
.level-three .room302,
.level-three .room303,
.level-three .room304,
.level-three .room305,
.level-three .wellesley-st-gallery {
    width: 100%;
    height: 100%;
    position: absolute
}

.level-three .divide-op1.-ready {
    background: url(../../images/level3/EXHI-DIVIDE.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .divide-op2.-ready.tradebooths {
    background: url(../../images/level3/EXHI-1.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .divide-op2.-ready.banquet {
    background: url(../../images/level3/EXHI-2.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .divide-op2.-ready.cocktail {
    background: url(../../images/level3/EXHI-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .hobson-st-gallery {
    width: 65.4%;
    top: 6.2%;
    left: 19.5%
}

.level-three .hobson-st-gallery.-ready.cocktail {
    background: url(../../images/level3/HOBSONST-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .wellesley-st-gallery {
    width: 43.7%;
    top: 78.3%;
    left: 31.2%
}

.level-three .wellesley-st-gallery.-ready.cocktail {
    background: url(../../images/level3/WELLESLEYST-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .wellesley-st-gallery.-ready.theatre {
    background: url(../../images/level3/WELLESLEYST-1.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .wellesley-st-gallery.-ready.banquet {
    background: url(../../images/level3/WELLESLEYST-2.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .room301 {
    width: 14.7%;
    top: 13.7%;
    left: 75.2%
}

.level-three .room301.-ready.theatre {
    background: url(../../images/level3/L3_01-1.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .room301.-ready.cabaret {
    background: url(../../images/level3/L3_01-2.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .room301.-ready.cocktail {
    background: url(../../images/level3/L3_01-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .room301.-ready.classroom {
    background: url(../../images/level3/L3_01-4.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .room301.-ready.boardroom {
    background: url(../../images/level3/L3_01-5.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .room302 {
    width: 10.9%;
    top: 15.6%;
    left: 65.7%
}

.level-three .room302.-ready.theatre {
    background: url(../../images/level3/L3_02-1.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .room302.-ready.cabaret {
    background: url(../../images/level3/L3_02-2.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .room302.-ready.classroom {
    background: url(../../images/level3/L3_02-4.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .room302.-ready.cocktail {
    background: url(../../images/level3/L3_02-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .room302.-ready.boardroom {
    background: url(../../images/level3/L3_02-5.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .room303 {
    width: 5.8%;
    top: 15.9%;
    left: 33%
}

.level-three .room303.-ready.theatre {
    background: url(../../images/level3/L3_03-1.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .room303.-ready.cabaret {
    background: url(../../images/level3/L3_03-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .room303.-ready.boardroom {
    background: url(../../images/level3/L3_03-5.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .room304 {


    width: 9.5%;
    top: 15.9%;
    left: 24.7%
}

.level-three .room304.-ready.theatre {
    background: url(../../images/level3/L3_04-1.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .room304.-ready.cabaret {
    background: url(../../images/level3/L3_04-2.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .room304.-ready.cocktail {
    background: url(../../images/level3/L3_04-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .room304.-ready.boardroom {
    background: url(../../images/level3/L3_04-5.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .room304.-ready.classroom {
    background: url(../../images/level3/L3_04-4.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .room305 {
    width: 13.7%;
    top: 13.6%;
    left: 12.5%
}

.level-three .room305.-ready.theatre {
    background: url(../../images/level3/L3_05-1.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .room305.-ready.cocktail {
    background: url(../../images/level3/L3_05-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .room305.-ready.cabaret {
    background: url(../../images/level3/L3_05-2.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .room305.-ready.classroom {
    background: url(../../images/level3/L3_05-4.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .room305.-ready.boardroom {
    background: url(../../images/level3/L3_05-5.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .exhibition-hall-1 {
    width: 23.9%;
    top: 23.2%;
    left: 14.7%
}

.level-three .exhibition-hall-1.-ready.theatre {
    background: url(../../images/level3/EXHI_LEFT-1.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .exhibition-hall-1.-ready.banquet {
    background: url(../../images/level3/EXHI_LEFT-2.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .exhibition-hall-1.-ready.cocktail {
    background: url(../../images/level3/EXHI_LEFT-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .exhibition-hall-1.-ready.classroom {
    background: url(../../images/level3/EXHI_LEFT-4.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .exhibition-hall-2 {
    width: 21.8%;
    top: 23.2%;
    left: 41.3%
}

.level-three .exhibition-hall-2.-ready.theatre {
    background: url(../../images/level3/EXHI_CENTRE-1.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .exhibition-hall-2.-ready.banquet {
    background: url(../../images/level3/EXHI_CENTRE-2.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .exhibition-hall-2.-ready.cocktail {
    background: url(../../images/level3/EXHI_CENTRE-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .exhibition-hall-2.-ready.classroom {
    background: url(../../images/level3/EXHI_CENTRE-4.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .exhibition-hall-3 {
    width: 23.9%;
    top: 23.2%;
    left: 66.5%
}

.level-three .exhibition-hall-3.-ready.theatre {
    background: url(../../images/level3/EXHI_RIGHT-1.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .exhibition-hall-3.-ready.banquet {
    background: url(../../images/level3/EXHI_RIGHT-2.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .exhibition-hall-3.-ready.cocktail {
    background: url(../../images/level3/EXHI_RIGHT-3.png) no-repeat 0 0;
    background-size: 100%
}

.level-three .exhibition-hall-3.-ready.classroom {
    background: url(../../images/level3/EXHI_RIGHT-4.png) no-repeat 0 0;
    background-size: 100%
}

.level-four .meet01 {
    top: 10%;
    left: 16%
}

.level-four .info01 {
    top: 1%;
    left: 77%
}

.level-four .op1 {
    width: 100%;
    height: 720px;
    position: absolute;
    width: 15.9%;
    top: 3.5%;
    left: 12.6%
}

.level-four .op1.-ready.boardroom {
    background: url(../../images/level4/L4_01-5.png) no-repeat 0 0;
    background-size: 100%
}

.level-four .op1.-ready.theatre {
    background: url(../../images/level4/L4_01-6.png) no-repeat 0 0;
    background-size: 100%
}

#fullscreen-target {
    background-color: #fff
}

#fullscreen-target:-webkit-full-screen {
    width: 100%;
    height: 100%
}

#fullscreen-target:-moz-full-screen {
    width: 100%;
    height: 100%
}

#fullscreen-target:-ms-full-screen {
    width: 100%;
    height: 100%
}

#fullscreen-target:-o-full-screen {
    width: 100%;
    height: 100%
}

#fullscreen-target:full-screen {
    width: 100%;
    height: 100%
}

.map {
    position: relative;
    min-width: 768px;
    min-height: 652px;
    background: url(../../images/AjaxLoader.gif) no-repeat center
}

.map #fullscreen-toggle {
    position: absolute;
    display: none;
    top: 12px;
    right: 10px;
    width: 42px;
    height: 42px;
    border: 1px solid;
    cursor: pointer;
    transition: background-color .5s;
    -webkit-transition: background-color .5s;
    background: url(../../images/fullscreen-on.png) no-repeat center
}

body.fullscreen .map #fullscreen-toggle {
    background: url(../../images/fullscreen-off.png) no-repeat center
}

@media screen and (min-width:1070px) {
    .map #fullscreen-toggle {
        display: block
    }
}

.map #esc-fullscreen div {
    height: 30px;
    background-color: grey;
    width: 300px;
    margin: 0 auto;
    padding: 20px;
    line-height: 2px;
    text-align: center;
    font-weight: 700
}

.map__level {
    width: 100%;
    min-width: 768px;
    margin: 0 auto 0 !important;
    height: auto;
    position: relative;
    position: absolute;
    top: 0
}

.map__level .floor {
    width: 100%
}

.map__level .floor img {
    width: 100%
}

.map__level {
    width: 100%;
    min-width: 0px;
    height: auto;
    position: relative;
    position: absolute;
    top: 0;
}

.map__level .floor {
    width: 100%;
}

.map__level .floor img {
    width: 100%;
}

/* Media query for 1024px and above */
@media (min-width: 1024px) {
    .map__level {
        width: 42rem;
        height: 32.125rem;
    }

    .map__level .floor {
        width: 42rem;
        height: 32.125rem;
    }

    .map__level .floor img {
        width: 42rem;
        height: 32.125rem;
    }
}

/* Media query for 1440px and above */
/* Media query for 1440px */
@media (min-width: 1440px) {
    .map__level {
        width: 56.125rem;
        height: 43rem;
    }

    .map__level .floor {
        width: 56.125rem;
        height: 43rem;
    }

    .map__level .floor img {
        width: 56.125rem;
        height: 43rem;
    }
}

/* Media query for 1920px and above */
@media (min-width: 1920px) {
    .map__level {
        width: 77.875rem; 
        height: 59.625rem;
    }

    .map__level .floor {
        width: 77.875rem; 
        height: 59.625rem;
    }

    .map__level .floor img {
        width: 77.875rem; 
        height: 59.625rem;
    }
}

.map__tag {
    color: #fff;
    position: absolute;
    z-index: 3
}

.map__tag:hover {
    z-index: 100
}

.map__tag:hover .meeting-name {
    height: 40px;
    border-radius: 20px;
    background-color: #000
}

.map__tag:hover .meeting-name a {
    display: inline-block;
    width: 40px
}

.map__tag:hover .meeting-name a span {
    opacity: 0
}

.map__tag:hover .meeting-name a.active,
.map__tag:hover .meeting-name a:hover {
    background-color: #4e8122
}

.map__tag:hover .meeting-name a.active span,
.map__tag:hover .meeting-name a:hover span {
    opacity: 1
}

.map__tag:hover .meeting-name a.active {
    background-color: #4e8122
}

.map__tag:hover .meeting-name a.divide {
    display: flex
}

.map__tag:hover .box-data {
    padding: 7px;
    display: inline-block;
    overflow: hidden;
    width: auto
}

.map__tag.open {
    z-index: 9
}

.map__tag.open .spanSize {
    display: none
}

.map__tag.open .box-data {
    display: flex;
    justify-content: space-around
}

.map__tag .meeting-name {
    cursor: pointer;
    height: 30px;
    display: flex;
    align-items: center;
    padding-left: 1.25rem;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 15px;
    position: relative;
    font-size: 14px;
    font-family: Calibre-Medium, Helvetica, Arial, sans-serif
}

.map__tag .meeting-name a:last-child {
    padding-right: 1.25rem;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
}

.map__tag .meeting-name strong {
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    margin-right: 1.03125rem
}

.map__tag .meeting-name:hover {
    height: 40px;
    border-radius: 20px;
    background-color: #000
}

.map__tag .meeting-name:hover .spanSize {
    display: none
}

.map__tag .meeting-name:hover a {
    display: inline-block;
    width: 40px
}

.map__tag .meeting-name:hover a span {
    opacity: 0
}

.map__tag .meeting-name:hover a:hover {
    background-color: #4e8122
}

.map__tag .meeting-name:hover a:hover span {
    opacity: 1
}

.map__tag .meeting-name:hover a.divide {
    display: flex
}

.map__tag .meeting-name a {
    float: left;
    display: none;
    text-align: center;
    color: #fff;
    text-decoration: none;
    align-self: flex-start;
    background: no-repeat center 8px
}

.map__tag .meeting-name a.theatre {
    background-image: url(../../images/icons/theatre.svg)
}

.map__tag .meeting-name a.cabaret {
    background-image: url(../../images/icons/cabaret.png);
    background-size: contain;
    background-position-y: 0
}

.map__tag .meeting-name a.banquet {
    background-image: url(../../images/icons/banquet.svg)
}

.map__tag .meeting-name a.cocktail {
    background-image: url(../../images/icons/cocktail.svg)
}

.map__tag .meeting-name a.boardroom {
    background-image: url(../../images/icons/boardroom.svg)
}

.map__tag .meeting-name a.classroom {
    background-image: url(../../images/icons/classroom.svg)
}

.map__tag .meeting-name a.tradebooths {
    background-image: url(../../images/icons/tradebooths.svg)
}

.map__tag .meeting-name a.remove {
    background: no-repeat center 8px;
    background-image: url(../../images/icons/close.svg)
}

.map__tag .meeting-name a.divide {
    background-image: none !important
}

.map__tag .meeting-name a .value {
    display: block;
    margin-top: 40px
}

.map__tag .meeting-name a.divide {
    width: auto;
    align-items: center;
    height: 40px;
    padding-left: 20px;
    color: #fff
}

.map__tag .meeting-name a:hover {
    opacity: 1
}

.map__tag .meeting-name a:hover:not(.active) {
    color: #fff
}

.map__tag.active .box-data a.active {
    border-top: none
}

.map__tag.active .map__tag-info {
    display: none
}

.map__tag .map__tag-info {
    background: rgba(47, 47, 47, .7);
    padding: 8px 12px;
    color: #fff;
    font-size: 14px;
    width: 100%;
    text-transform: capitalize
}

.map__group .open .box-data {
    width: calc(100% + 54px);
    display: flex;
    justify-content: space-around
}

.map__group .open .map__tag-info {
    width: calc(100% + 54px);
    display: block
}

.map__features,
.map__level-info {
    background-color: rgba(255, 255, 255, .7);
    color: #000;
    position: absolute;
    bottom: 1rem;
    text-align: center
}

.map__features h3,
.map__level-info h3 {
    color: #000
}

.map__info {
    background: rgba(0, 0, 0, .8);
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 35px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.map__info.open {
    background: #000
}

.map__info[data-info] {
    cursor: pointer
}

.map__tooltip {
    background-color: #000;
    position: absolute;
    padding: 10px 15px;
    display: none;
    color: #fff;
    max-width: 296px;
    line-height: 18px;
    z-index: 99
}

.map__tooltip .arrow {
    position: absolute;
    top: -22px;
    width: 44px;
    left: 50%;
    margin-left: -22px
}

.map__tooltip.reverse .arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 38px
}

.map__features {
    left: 5px
}

.map__features h3 {
    border-bottom: 1px solid #000
}

.map__help {
    z-index: 101;
    position: absolute;
    top: 12px;
    right: 10px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #000;
    font-weight: 600;
    cursor: pointer;
    transition: background-color .5s;
    -webkit-transition: background-color .5s;
    color: #000;
    padding: .2rem
}

.map__help:hover {
    background-color: #ebec44
}

@media screen and (min-width:1070px) {
    .map__help {
        right: 60px
    }
}

#explore__preset-btn,
#explore__reset-btn,
.explore__submit,
.modalPopup input[type=submit],
.overlay__skip {
    color: #fff;
    height: 40px;
    border: 1px solid #fff;
    text-align: center;
    font-family: Calibre-Light, Helvetica, Arial, sans-serif;
    font-size: 16px;
    background-color: transparent
}

@media screen and (min-width:new-breakpoint(min-width 1024px 12)) {

    #explore__preset-btn:hover,
    #explore__reset-btn:hover,
    .explore__submit:hover,
    .modalPopup input[type=submit]:hover,
    .overlay__skip:hover {
        color: #fff;
        border: 1px solid #fff;
        font-weight: 700
    }

    #explore__preset-btn:hover svg,
    #explore__reset-btn:hover svg,
    .explore__submit:hover svg,
    .modalPopup input[type=submit]:hover svg,
    .overlay__skip:hover svg {
        fill: #fff
    }
}

#explore__preset-btn {
    margin-bottom: .75vw;
    float: left;
    width: calc(100% - 34px - .75vw);
    font-weight: 400
}

#explore__reset-btn {
    float: right;
    padding-left: 5px;
    padding-right: 5px
}

#explore__reset-btn svg {
    width: 26px;
    fill: #fff
}

.explore__submit {
    font-weight: 400;
    width: 100%;
    margin: 1.5rem 0
}

#explore__preset-event {
    text-indent: .8rem
}

#explore__preset-event>option {
    background-color: #fff;
    color: #000
}

.modalPopup {
    padding: 16px;
    position: absolute;
    z-index: 5;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    font-size: .8rem
}

.modalPopup input[type=submit] {
    width: 100%;
    color: #fff;
    height: 40px;
    border: 1px solid #fff;
    text-align: center;
    font-family: Calibre-Light, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    background-color: transparent;
    margin: 10px 0
}

.modalPopup a {
    color: #fff
}

.modalPopup input[name="p$lt$ctl01$pageplaceholder$p$lt$ctl01$ExploreMapSubmit$btnClose"] {
    width: auto;
    color: #fff;
    height: 40px;
    border: 1px solid #fff;
    text-align: center;
    font-family: Calibre-Light, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    background-color: transparent
}

@media screen and (min-width:new-breakpoint(min-width 1024px 12)) {
    .modalPopup input[name="p$lt$ctl01$pageplaceholder$p$lt$ctl01$ExploreMapSubmit$btnClose"]:hover {
        background-color: #fff;
        color: #000
    }
}

.modalPopup__form {
    max-width: 580px;
    margin: 0 auto;
    background-color: #fff;
    padding: 2.8125rem 2.5rem 4.1875rem;
    margin-top: 10%;
    position: relative !important;
    left: auto !important;
    top: auto !important
}

.modalPopup__form .sib-form-group {
    margin-top: 1.25rem
}

.modalPopup__form .sib-form__textarea {
    height: 8.5625rem
}

.modalPopup__form input {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding-left: 0rem
}

.modalPopup__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1
}

.modalPopup__close {
    position: absolute;
    top: -80px;
    right: -80px;
    color: #fff;
    width: 80px;
    height: 80px;
    background-color: #4e8122;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 2rem
}

.modalPopup__massage {
    text-align: center
}

.modalPopup label {
    margin: 1rem 0
}

.map.-open-explore-menu .explore__menu {
    width: 25%
}

.map.-open-explore-menu .explore__menu-toggle {
    text-align: center
}

.map.-open-explore-menu .explore__menu-toggle.-open {
    display: none
}

.map.-open-explore-menu .explore__menu-toggle.-close {
    display: flex
}

.map .explore__menu-toggle {
    width: 40px;
    background-color: #000;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 20;
    text-align: center;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif;
    cursor: pointer;
    align-items: center;
    justify-content: center
}

.map .explore__menu-toggle:after {
    content: "\e905";
    font-size: 23px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.map .explore__menu-toggle.-close {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.map .explore__menu-toggle.-open {
    left: 0;
    display: flex
}

.map .explore__menu-toggle.-close {
    right: 0;
    display: none
}

.map .explore__menu {
    position: absolute;
    z-index: 10;
    padding-right: 40px;
    height: 100%;
    width: 0%;
    transition: width .5s;
    -webkit-transition: width .5s;
    overflow: hidden;
    font-size: 16px
}

.map .explore__menu .c-tile {
    height: auto;
    margin-bottom: 30px;
    padding-right: 0;
    font-size: 16px
}

.map .explore__menu .c-tile__indicator {
    margin-bottom: 1em;
    width: 29%
}

.map .explore__menu .c-tile__heading {
    margin: 1.5em 0 .5em
}

.map .explore__menu .c-tile__heading.-large {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 2.5rem
}

.map .explore__menu .c-tile__heading.-large strong {
    text-transform: initial !important
}

.map .explore__menu .c-tile__heading.-medium {
    font-size: .95rem;
    line-height: 1.2rem
}

.map .explore__menu .c-tile__heading.-small {
    font-size: .8rem
}

.map .explore__menu .c-tile>div>a {
    font-weight: 500;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif;
    text-decoration: none;
    line-height: 33px
}

.map .explore__menu .c-tile>div>a:hover {
    color: #fff
}

.map .explore__menu .explore__range {
    width: 100%;
    margin-bottom: 2em;
    -webkit-appearance: none;
    width: 100%;
    background: 0 0
}

.map .explore__menu .explore__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 2px solid silver;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    margin-top: -11px
}

.map .explore__menu .explore__range::-webkit-slider-thumb:hover {
    border: 2px solid #fff
}

.map .explore__menu .explore__range::-moz-range-thumb {
    border: 2px solid silver;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: #000;
    cursor: pointer
}

.map .explore__menu .explore__range::-moz-range-thumb:hover {
    border: 2px solid #fff
}

.map .explore__menu .explore__range::-ms-thumb {
    border: 2px solid silver;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
    margin-top: 1px
}

.map .explore__menu .explore__range::-ms-thumb:hover {
    border: 2px solid #fff
}

.map .explore__menu .explore__range::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: #303030;
    border-radius: 5px
}

.map .explore__menu .explore__range:focus {
    outline: 0
}

.map .explore__menu .explore__range::-ms-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: #303030;
    border-radius: 5px;
    color: transparent;
    margin: 15px 0
}

.map .explore__menu .explore__range::-ms-fill-lower {
    background: 0 0
}

.map .explore__menu #explore__range-info {
    color: #fff;
    text-decoration: underline
}

.map .explore__menu .explore__menu-nav-ratio {
    font-size: .75rem
}

.map .min-range {
    float: left
}

.map .max-range {
    float: right
}

.pdf-link {
    margin-top: 1em
}

.pdf-link a {
    vertical-align: bottom;
    margin-left: 6px
}

#explore-content {
    display: block;
    color: #000;
}

@media screen and (min-width: 1024px) {
    #explore-content{
        height: 32.125rem;
        width: 42rem;
    }
}

@media screen and (min-width: 1440px) {
    #explore-content{
        height: 43rem;
        width: 56.125rem;
    }
}

@media screen and (min-width: 1920px) {
    #explore-content{
        height: 59.625rem;
        width: 77.875rem;
    }
}

body.fullscreen #fullscreen-target {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0
}

.explore-preset {
    display: block;
    overflow: hidden;
    font-size: .75rem;
    margin-top: 1.2rem
}

.explore-preset .c-form__select {
    margin-top: 1.1rem;
    font-size: .8rem;
    font-weight: 400;
    background-position: 100% 0
}

@media screen and (min-width:770px) {
    .meeting-name {
        font-size: 12px
    }

    .box-data a {
        width: 30px;
        height: 30px;
        font-size: 12px
    }

    .box-data a .value {
        margin-top: 22px
    }

    .box-data a.divide {
        width: auto !important;
        font-size: 14px !important
    }

    .open .box-data a {
        width: 40px;
        height: 45px
    }

    .open .box-data a .value {
        margin-top: 30px
    }

    .map__features,
    .map__level-info {
        width: 180px;
        right: 5px
    }

    .map__features {
        text-align: left;
        width: 150px
    }

    .map__features p {
        margin-bottom: 10px;
        padding-top: 10px
    }

    .map__features .number {
        font-size: 19px
    }

    .map__features,
    .map__level-info {
        padding: 18px 8px
    }

    .map__features h3,
    .map__level-info h3 {
        padding-bottom: 10px;
        font-size: 15px
    }

    .map__features p,
    .map__level-info p {
        font-size: 12px;
        line-height: 15px
    }

    .map__features a,
    .map__level-info a {
        font-size: 15px
    }

    .map__tooltip {
        font-size: 14px
    }
}

@media screen and (min-width:1365px) {
    .meeting-name {
        font-size: 14px
    }

    .box-data a {
        width: 50px;
        height: 50px
    }

    .box-data a .value {
        margin-top: 37px
    }

    .map__features,
    .map__level-info {
        padding: 18px;
        width: 198px;
        right: 25px
    }
}

.sib-select {
    width: 150px;
    height: 150px;
    transform: rotate(90deg);
    transform-origin: left top 0;
    margin-left: 160px;
    display: flex;
    align-items: flex-end
}

.sib-select__level {
    margin-top: 50px
}

.explore__menu {
    display: flex;
    height: 100%;
    flex-direction: column;
    margin-right: 100px;
}

@media (min-width:1440px){
    .explore__menu{
        margin-right: 140px
    }
}

@media (min-width:1920px){
    .explore__menu{
        margin-right: 160px
    }
}

.explore__radio {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin: 5px 0;
    border: 2px solid #000;
    font-family: Calibre-Bold, Helvetica, Arial, sans-serif
}

@media all and (min-width:1440px) {
    .explore__radio {
        width: 2.875rem;
        height: 2.875rem;
    }
}

@media all and (min-width:1920px) {
    .explore__radio {
        width: 3.125rem;
        height: 3.125rem;
    }
}

.explore__radio:hover {
    border-color: #4e8122;
    color: #fff;
    background: #4e8122
}

div.selected .explore__radio {
    border-color: #4e8122;
    color: #fff;
    background: #4e8122
}

div[data-path]:not(.selected) {
    cursor: pointer
}


.meeting-name a {
    display: none
}

.explore__row {
    display: none;
}

@media all and (min-width:1024px) {
    .explore__row {
        display: flex
    }
}

.spanSize {
    padding-right: 1.25rem
}

@media all and (max-width:767px) {
    .container-interactivetool {
        display: none
    }
}

.container-interactivetool input[type=checkbox]+label.sib-checkbox {
    font-size: 1rem;
    line-height: 26px;
    height: 29px
}

.container-interactivetool input[type=checkbox]+label.sib-checkbox a {
    color: #4e8122
}

#spinner {
    text-align: center
}

#btnSubmit svg {
    height: 50px
}

.btn__success-message {
    font-family: Calibre, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    display: flex;
    align-items: center
}

.sib-form-submit {
    display: flex
}

.overlay {
    z-index: 100;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: none
}

.overlay__btn-wrapper {
    position: relative;
    text-align: center;
    margin: 0 auto;
    top: 250px
}

.overlay__btn-wrapper a {
    background-color: #ffed00;
    width: 200px;
    padding: 19px
}

.overlay__btn-wrapper a {
    text-decoration: none
}

.overlay__bg {
    background: rgba(255, 255, 255, .5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.overlay__skip {
    margin: 0 auto;
    display: block;
    width: 30%;
    padding: .5rem;
    text-decoration: none
}

.overlay__container {
    position: absolute;
    left: 50%;
    margin-top: 5rem;
    text-align: center;
    transform: translateX(-50%)
}

.overlay__container .c-slider img {
    width: 14rem;
    margin: 35px auto
}

.overlay__container .c-slider .c-slider__item {
    display: none
}

.overlay__container .c-slider .c-slider__arrow {
    width: 6.5%;
    top: 61%
}

.overlay__container .c-slider .c-slider__arrow svg {
    fill: #fff
}

.overlay__container .c-slider .c-slider__arrow.-right {
    right: -1rem
}

.overlay__container .c-slider .c-slider__arrow.-left {
    left: -1rem
}

.overlay__container .c-slider .slick-dots {
    bottom: 0
}

.overlay__container .c-slider .slick-dots li button:before {
    color: #fff;
    font-size: 35px
}

.overlay__container .c-slider.slick-initialized .c-slider__item {
    display: block
}

.overlay__title {
    text-align: center;
    color: #000;
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 1.2rem
}

.overlay__box {
    background-color: #000;
    width: 692px;
    padding: 1.8rem 4rem;
    width: 30rem
}

@media screen and (min-width:1365px) {
    .overlay__btn-wrapper {
        top: 500px
    }
}

.overlay #overlay-close {
    border: none
}

.overlay .exemple-divide {
    left: calc(44.4% + 176px);
    top: 32%;
    position: absolute;
    width: 18.5%;
    max-width: 297px
}

.overlay__coach--left,
.overlay__coach--right {
    position: absolute;
    padding: 17px;
    font-size: 13px;
    background: #fff;
    width: 180px;
    word-wrap: break-word;
    color: #000
}

.overlay__coach--left.coach01,
.overlay__coach--right.coach01 {
    left: 219px;
    top: 88px
}

.overlay__coach--left.coach02,
.overlay__coach--right.coach02 {
    left: 218px;
    top: 196px
}

.overlay__coach--left.coach03,
.overlay__coach--right.coach03 {
    left: calc(47% + 176px);
    top: 16.5%
}

.overlay__coach--left.coach04,
.overlay__coach--right.coach04 {
    right: 145px;
    top: 266px
}

.overlay__coach--left.coach05,
.overlay__coach--right.coach05 {
    left: calc(61% + 176px);
    top: 32%;
    z-index: 1
}

.overlay__coach--left.coach06,
.overlay__coach--right.coach06 {
    left: calc(8% + 176px);
    top: 497px
}

.overlay__coach--left.coach07,
.overlay__coach--right.coach07 {
    left: calc(8% + 176px);
    top: 70%
}

.overlay__coach--left.coach08,
.overlay__coach--right.coach08 {
    left: calc(8% + 176px);
    top: 78%
}

.overlay__coach--left.coach09,
.overlay__coach--right.coach09 {
    right: 1%;
    top: 7%
}

.overlay__coach--left.coach09:after,
.overlay__coach--right.coach09:after {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: -19px;
    left: 157px
}

@media screen and (min-width:1365px) {

    .overlay__coach--left.coach03,
    .overlay__coach--right.coach03 {
        left: calc(46% + 176px);
        top: 17%
    }

    .overlay__coach--left.coach04,
    .overlay__coach--right.coach04 {
        right: 168px;
        top: 306px
    }
}

.overlay__coach--left:after,
.overlay__coach--right:after,
.overlay__coach:after {
    content: "";
    position: absolute;
    top: 11px;
    border-width: 10px;
    border-style: solid
}

.overlay__coach--left:after {
    border-color: transparent #fff transparent transparent;
    left: -20px
}

.overlay__coach--right:after {
    border-color: transparent transparent transparent #fff;
    right: -20px
}