/*
Theme Name: Mapfre
Theme URI: -
Author: Plus Two
Version: 1.0
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Description: Theme for Arauco Website
*/

.grid {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -25px
}

.grid__item {
    display: inline-block;
    padding-left: 25px;
    vertical-align: top;
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.grid--rev {
    direction: rtl;
    text-align: left
}

.grid--rev>.grid__item {
    direction: ltr;
    text-align: left
}

.grid--full {
    margin-left: 0
}

.grid--full>.grid__item {
    padding-left: 0
}

.grid--right {
    text-align: right
}

.grid--right>.grid__item {
    text-align: left
}

.grid--center {
    text-align: center
}

.grid--center>.grid__item {
    text-align: left
}

.grid--middle>.grid__item {
    vertical-align: middle
}

.grid--bottom>.grid__item {
    vertical-align: bottom
}

.grid--narrow {
    margin-left: -12.5px
}

.grid--narrow>.grid__item {
    padding-left: 12.5px
}

.grid--wide {
    margin-left: -100px
}

.grid--wide>.grid__item {
    padding-left: 100px
}

@media only screen and (min-width: 950px) {
    .desk--grid--wide {
        margin-left: -100px
    }
    .desk--grid--wide>.grid__item {
        padding-left: 100px
    }
}

.visible {
    display: inline-block
}

.hidden {
    display: none
}

.one-whole {
    width: 100%
}

.one-half,
.two-quarters,
.three-sixths,
.four-eighths,
.five-tenths,
.six-twelfths {
    width: 50%
}

.one-third,
.two-sixths,
.four-twelfths {
    width: 33.333%
}

.two-thirds,
.four-sixths,
.eight-twelfths {
    width: 66.666%
}

.one-quarter,
.two-eighths,
.three-twelfths {
    width: 25%
}

.three-quarters,
.six-eighths,
.nine-twelfths {
    width: 75%
}

.one-fifth,
.two-tenths {
    width: 20%
}

.two-fifths,
.four-tenths {
    width: 40%
}

.three-fifths,
.six-tenths {
    width: 60%
}

.four-fifths,
.eight-tenths {
    width: 80%
}

.one-sixth,
.two-twelfths {
    width: 16.666%
}

.five-sixths,
.ten-twelfths {
    width: 83.333%
}

.one-eighth {
    width: 12.5%
}

.three-eighths {
    width: 37.5%
}

.five-eighths {
    width: 62.5%
}

.seven-eighths {
    width: 87.5%
}

.one-tenth {
    width: 10%
}

.three-tenths {
    width: 30%
}

.seven-tenths {
    width: 70%
}

.nine-tenths {
    width: 90%
}

.one-twelfth {
    width: 8.333%
}

.five-twelfths {
    width: 41.666%
}

.seven-twelfths {
    width: 58.333%
}

.eleven-twelfths {
    width: 91.666%
}

@media only screen and (max-width: 680px) {
    .palm--visible {
        display: inline-block
    }
    .palm--hidden {
        display: none
    }
    .palm--one-whole {
        width: 100%
    }
    .palm--one-half,
    .palm--two-quarters,
    .palm--three-sixths,
    .palm--four-eighths,
    .palm--five-tenths,
    .palm--six-twelfths {
        width: 50%
    }
    .palm--one-third,
    .palm--two-sixths,
    .palm--four-twelfths {
        width: 33.333%
    }
    .palm--two-thirds,
    .palm--four-sixths,
    .palm--eight-twelfths {
        width: 66.666%
    }
    .palm--one-quarter,
    .palm--two-eighths,
    .palm--three-twelfths {
        width: 25%
    }
    .palm--three-quarters,
    .palm--six-eighths,
    .palm--nine-twelfths {
        width: 75%
    }
    .palm--one-fifth,
    .palm--two-tenths {
        width: 20%
    }
    .palm--two-fifths,
    .palm--four-tenths {
        width: 40%
    }
    .palm--three-fifths,
    .palm--six-tenths {
        width: 60%
    }
    .palm--four-fifths,
    .palm--eight-tenths {
        width: 80%
    }
    .palm--one-sixth,
    .palm--two-twelfths {
        width: 16.666%
    }
    .palm--five-sixths,
    .palm--ten-twelfths {
        width: 83.333%
    }
    .palm--one-eighth {
        width: 12.5%
    }
    .palm--three-eighths {
        width: 37.5%
    }
    .palm--five-eighths {
        width: 62.5%
    }
    .palm--seven-eighths {
        width: 87.5%
    }
    .palm--one-tenth {
        width: 10%
    }
    .palm--three-tenths {
        width: 30%
    }
    .palm--seven-tenths {
        width: 70%
    }
    .palm--nine-tenths {
        width: 90%
    }
    .palm--one-twelfth {
        width: 8.333%
    }
    .palm--five-twelfths {
        width: 41.666%
    }
    .palm--seven-twelfths {
        width: 58.333%
    }
    .palm--eleven-twelfths {
        width: 91.666%
    }
}

@media only screen and (min-width: 681px) and (max-width: 949px) {
    .lap--visible {
        display: inline-block
    }
    .lap--hidden {
        display: none
    }
    .lap--one-whole {
        width: 100%
    }
    .lap--one-half,
    .lap--two-quarters,
    .lap--three-sixths,
    .lap--four-eighths,
    .lap--five-tenths,
    .lap--six-twelfths {
        width: 50%
    }
    .lap--one-third,
    .lap--two-sixths,
    .lap--four-twelfths {
        width: 33.333%
    }
    .lap--two-thirds,
    .lap--four-sixths,
    .lap--eight-twelfths {
        width: 66.666%
    }
    .lap--one-quarter,
    .lap--two-eighths,
    .lap--three-twelfths {
        width: 25%
    }
    .lap--three-quarters,
    .lap--six-eighths,
    .lap--nine-twelfths {
        width: 75%
    }
    .lap--one-fifth,
    .lap--two-tenths {
        width: 20%
    }
    .lap--two-fifths,
    .lap--four-tenths {
        width: 40%
    }
    .lap--three-fifths,
    .lap--six-tenths {
        width: 60%
    }
    .lap--four-fifths,
    .lap--eight-tenths {
        width: 80%
    }
    .lap--one-sixth,
    .lap--two-twelfths {
        width: 16.666%
    }
    .lap--five-sixths,
    .lap--ten-twelfths {
        width: 83.333%
    }
    .lap--one-eighth {
        width: 12.5%
    }
    .lap--three-eighths {
        width: 37.5%
    }
    .lap--five-eighths {
        width: 62.5%
    }
    .lap--seven-eighths {
        width: 87.5%
    }
    .lap--one-tenth {
        width: 10%
    }
    .lap--three-tenths {
        width: 30%
    }
    .lap--seven-tenths {
        width: 70%
    }
    .lap--nine-tenths {
        width: 90%
    }
    .lap--one-twelfth {
        width: 8.333%
    }
    .lap--five-twelfths {
        width: 41.666%
    }
    .lap--seven-twelfths {
        width: 58.333%
    }
    .lap--eleven-twelfths {
        width: 91.666%
    }
}

@media only screen and (max-width: 949px) {
    .portable--visible {
        display: inline-block
    }
    .portable--hidden {
        display: none
    }
    .portable--one-whole {
        width: 100%
    }
    .portable--one-half,
    .portable--two-quarters,
    .portable--three-sixths,
    .portable--four-eighths,
    .portable--five-tenths,
    .portable--six-twelfths {
        width: 50%
    }
    .portable--one-third,
    .portable--two-sixths,
    .portable--four-twelfths {
        width: 33.333%
    }
    .portable--two-thirds,
    .portable--four-sixths,
    .portable--eight-twelfths {
        width: 66.666%
    }
    .portable--one-quarter,
    .portable--two-eighths,
    .portable--three-twelfths {
        width: 25%
    }
    .portable--three-quarters,
    .portable--six-eighths,
    .portable--nine-twelfths {
        width: 75%
    }
    .portable--one-fifth,
    .portable--two-tenths {
        width: 20%
    }
    .portable--two-fifths,
    .portable--four-tenths {
        width: 40%
    }
    .portable--three-fifths,
    .portable--six-tenths {
        width: 60%
    }
    .portable--four-fifths,
    .portable--eight-tenths {
        width: 80%
    }
    .portable--one-sixth,
    .portable--two-twelfths {
        width: 16.666%
    }
    .portable--five-sixths,
    .portable--ten-twelfths {
        width: 83.333%
    }
    .portable--one-eighth {
        width: 12.5%
    }
    .portable--three-eighths {
        width: 37.5%
    }
    .portable--five-eighths {
        width: 62.5%
    }
    .portable--seven-eighths {
        width: 87.5%
    }
    .portable--one-tenth {
        width: 10%
    }
    .portable--three-tenths {
        width: 30%
    }
    .portable--seven-tenths {
        width: 70%
    }
    .portable--nine-tenths {
        width: 90%
    }
    .portable--one-twelfth {
        width: 8.333%
    }
    .portable--five-twelfths {
        width: 41.666%
    }
    .portable--seven-twelfths {
        width: 58.333%
    }
    .portable--eleven-twelfths {
        width: 91.666%
    }
}

@media only screen and (min-width: 950px) {
    .desk--visible {
        display: inline-block
    }
    .desk--hidden {
        display: none
    }
    .desk--one-whole {
        width: 100%
    }
    .desk--one-half,
    .desk--two-quarters,
    .desk--three-sixths,
    .desk--four-eighths,
    .desk--five-tenths,
    .desk--six-twelfths {
        width: 50%
    }
    .desk--one-third,
    .desk--two-sixths,
    .desk--four-twelfths {
        width: 33.333%
    }
    .desk--two-thirds,
    .desk--four-sixths,
    .desk--eight-twelfths {
        width: 66.666%
    }
    .desk--one-quarter,
    .desk--two-eighths,
    .desk--three-twelfths {
        width: 25%
    }
    .desk--three-quarters,
    .desk--six-eighths,
    .desk--nine-twelfths {
        width: 75%
    }
    .desk--one-fifth,
    .desk--two-tenths {
        width: 20%
    }
    .desk--two-fifths,
    .desk--four-tenths {
        width: 40%
    }
    .desk--three-fifths,
    .desk--six-tenths {
        width: 60%
    }
    .desk--four-fifths,
    .desk--eight-tenths {
        width: 80%
    }
    .desk--one-sixth,
    .desk--two-twelfths {
        width: 16.666%
    }
    .desk--five-sixths,
    .desk--ten-twelfths {
        width: 83.333%
    }
    .desk--one-eighth {
        width: 12.5%
    }
    .desk--three-eighths {
        width: 37.5%
    }
    .desk--five-eighths {
        width: 62.5%
    }
    .desk--seven-eighths {
        width: 87.5%
    }
    .desk--one-tenth {
        width: 10%
    }
    .desk--three-tenths {
        width: 30%
    }
    .desk--seven-tenths {
        width: 70%
    }
    .desk--nine-tenths {
        width: 90%
    }
    .desk--one-twelfth {
        width: 8.333%
    }
    .desk--five-twelfths {
        width: 41.666%
    }
    .desk--seven-twelfths {
        width: 58.333%
    }
    .desk--eleven-twelfths {
        width: 91.666%
    }
}

@media only screen and (min-width: 950px) and (max-width: 1400px) {
    .deskstrict--visible {
        display: inline-block
    }
    .deskstrict--hidden {
        display: none
    }
    .deskstrict--one-whole {
        width: 100%
    }
    .deskstrict--one-half,
    .deskstrict--two-quarters,
    .deskstrict--three-sixths,
    .deskstrict--four-eighths,
    .deskstrict--five-tenths,
    .deskstrict--six-twelfths {
        width: 50%
    }
    .deskstrict--one-third,
    .deskstrict--two-sixths,
    .deskstrict--four-twelfths {
        width: 33.333%
    }
    .deskstrict--two-thirds,
    .deskstrict--four-sixths,
    .deskstrict--eight-twelfths {
        width: 66.666%
    }
    .deskstrict--one-quarter,
    .deskstrict--two-eighths,
    .deskstrict--three-twelfths {
        width: 25%
    }
    .deskstrict--three-quarters,
    .deskstrict--six-eighths,
    .deskstrict--nine-twelfths {
        width: 75%
    }
    .deskstrict--one-fifth,
    .deskstrict--two-tenths {
        width: 20%
    }
    .deskstrict--two-fifths,
    .deskstrict--four-tenths {
        width: 40%
    }
    .deskstrict--three-fifths,
    .deskstrict--six-tenths {
        width: 60%
    }
    .deskstrict--four-fifths,
    .deskstrict--eight-tenths {
        width: 80%
    }
    .deskstrict--one-sixth,
    .deskstrict--two-twelfths {
        width: 16.666%
    }
    .deskstrict--five-sixths,
    .deskstrict--ten-twelfths {
        width: 83.333%
    }
    .deskstrict--one-eighth {
        width: 12.5%
    }
    .deskstrict--three-eighths {
        width: 37.5%
    }
    .deskstrict--five-eighths {
        width: 62.5%
    }
    .deskstrict--seven-eighths {
        width: 87.5%
    }
    .deskstrict--one-tenth {
        width: 10%
    }
    .deskstrict--three-tenths {
        width: 30%
    }
    .deskstrict--seven-tenths {
        width: 70%
    }
    .deskstrict--nine-tenths {
        width: 90%
    }
    .deskstrict--one-twelfth {
        width: 8.333%
    }
    .deskstrict--five-twelfths {
        width: 41.666%
    }
    .deskstrict--seven-twelfths {
        width: 58.333%
    }
    .deskstrict--eleven-twelfths {
        width: 91.666%
    }
}

@media only screen and (min-width: 1400px) {
    .bigdesk--visible {
        display: inline-block
    }
    .bigdesk--hidden {
        display: none
    }
    .bigdesk--one-whole {
        width: 100%
    }
    .bigdesk--one-half,
    .bigdesk--two-quarters,
    .bigdesk--three-sixths,
    .bigdesk--four-eighths,
    .bigdesk--five-tenths,
    .bigdesk--six-twelfths {
        width: 50%
    }
    .bigdesk--one-third,
    .bigdesk--two-sixths,
    .bigdesk--four-twelfths {
        width: 33.333%
    }
    .bigdesk--two-thirds,
    .bigdesk--four-sixths,
    .bigdesk--eight-twelfths {
        width: 66.666%
    }
    .bigdesk--one-quarter,
    .bigdesk--two-eighths,
    .bigdesk--three-twelfths {
        width: 25%
    }
    .bigdesk--three-quarters,
    .bigdesk--six-eighths,
    .bigdesk--nine-twelfths {
        width: 75%
    }
    .bigdesk--one-fifth,
    .bigdesk--two-tenths {
        width: 20%
    }
    .bigdesk--two-fifths,
    .bigdesk--four-tenths {
        width: 40%
    }
    .bigdesk--three-fifths,
    .bigdesk--six-tenths {
        width: 60%
    }
    .bigdesk--four-fifths,
    .bigdesk--eight-tenths {
        width: 80%
    }
    .bigdesk--one-sixth,
    .bigdesk--two-twelfths {
        width: 16.666%
    }
    .bigdesk--five-sixths,
    .bigdesk--ten-twelfths {
        width: 83.333%
    }
    .bigdesk--one-eighth {
        width: 12.5%
    }
    .bigdesk--three-eighths {
        width: 37.5%
    }
    .bigdesk--five-eighths {
        width: 62.5%
    }
    .bigdesk--seven-eighths {
        width: 87.5%
    }
    .bigdesk--one-tenth {
        width: 10%
    }
    .bigdesk--three-tenths {
        width: 30%
    }
    .bigdesk--seven-tenths {
        width: 70%
    }
    .bigdesk--nine-tenths {
        width: 90%
    }
    .bigdesk--one-twelfth {
        width: 8.333%
    }
    .bigdesk--five-twelfths {
        width: 41.666%
    }
    .bigdesk--seven-twelfths {
        width: 58.333%
    }
    .bigdesk--eleven-twelfths {
        width: 91.666%
    }
}

/*! locomotive-scroll v3.4.1 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */

html.has-scroll-smooth {
    overflow: hidden
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.has-scroll-smooth body {
    overflow: hidden
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh
}

.c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 6px;
    height: 100vh;
    transform-origin: center right;
    transition: transform 0.3s, opacity 0.3s;
    background-color: #00ABEC;
    z-index: 500;
    opacity: 1
}

.c-scrollbar:hover {
    transform: scaleX(2)
}

.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
    opacity: 1
}

.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    opacity: 1;
    width: 100%;
    margin: 0;
    cursor: -webkit-grab;
    cursor: grab
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none
}

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: 0.001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #CCC
}

.pswp__error-msg a {
    color: #CCC;
    text-decoration: underline
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: 0.75;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: none;
    opacity: 0.9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(assets/photoswipe/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

@media (-webkit-min-device-pixel-ratio: 1.1),
(-webkit-min-device-pixel-ratio: 1.09375),
(min-resolution: 105dpi),
(min-resolution: 1.1dppx) {
    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(assets/photoswipe/default-skin.svg)
    }
    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #FFF
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A
}

a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #FFF
}

a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #CE272D
}

a.pswp__share--download:hover {
    background: #DDD
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: 0.75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #BBB
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #CCC
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(assets/photoswipe/preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: 0.75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0
}

@media screen and (max-width: 1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

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

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

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__top-bar,
.pswp__caption {
    background-color: rgba(0, 0, 0, 0.5)
}

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 0, 0, 0.3)
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0
}

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
    opacity: 0.001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: none
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
button,
input,
textarea {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    vertical-align: top;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    outline: none
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-device-pixel-ratio: 1.25),
only screen and (min-resolution: 200dpi),
only screen and (min-resolution: 1.25dppx) {
    html,
    body,
    div,
    span,
    applet,
    object,
    iframe,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    font,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    strong,
    sub,
    sup,
    tt,
    var,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    button,
    input,
    textarea {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }
}

body,
div,
h1,
h2,
h3,
h4,
p,
ul,
li,
dl,
dt,
dd,
img,
form,
fieldset,
blockquote {
    border: 0px none;
    margin: 0px;
    padding: 0px
}

html {
    height: 100%
}

body {
    font-family: "Aaux ProRegular", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    border: 0;
    color: #000;
    background: #fff;
    height: 100%
}

body.ready {
    background: #fff
}

body.admin-bar .topheader {
    top: 32px
}

@media only screen and (min-width: 950px) {
    body.admin-bar .topheader {
        top: 32px
    }
}

@media only screen and (max-width: 949px) and (min-width: 681px) {
    body.admin-bar .topheader {
        top: 46px
    }
}

@media only screen and (max-width: 680px) {
    #wpadminbar {
        position: fixed !important
    }
}

a {
    text-decoration: none;
    border-style: none;
    color: #000;
    position: relative;
    z-index: 3;
    cursor: pointer
}

a img {
    border: none
}

a:hover {
    text-decoration: underline;
    border-style: none
}

em {
    font-style: italic
}

sub,
sup {
    font-size: 14.4px
}

sup {
    top: 5px;
    left: 2px
}

sub {
    top: 18px;
    left: 5px
}

p {
    padding: 0;
    margin: 0 0 30px 0;
    z-index: 1;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

p.subtle {
    font-weight: 700;
    margin: 0px
}

p.statplanned {
    color: #00de64
}

p.statpast {
    color: #e40520
}

p.statlive {
    color: #e4db05
}

p.footnote {
    font-size: 13px;
    font-weight: bold
}

img {
    border: 0;
    border-style: none;
    max-width: 100%;
    height: auto;
    font-size: 18px;
    position: relative;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease
}

img.topreload {
    background-color: #544B45;
    opacity: 1;
    min-height: 360px
}

@media only screen and (max-width: 680px) {
    img.topreload {
        min-height: 180px
    }
}

img.topreload.fullwidth {
    min-height: 600px
}

@media only screen and (max-width: 680px) {
    img.topreload.fullwidth {
        min-height: 300px
    }
}

iframe {
    max-width: 100%
}

ul,
ol,
dl {
    position: relative;
    margin: 0;
    padding: 0
}

iframe {
    border: 0px
}

strong,
b {
    font-weight: bold;
    position: relative;
    font-family: "Aaux ProBold", "Aaux ProRegular", Helvetica, Arial, sans-serif
}

hr {
    width: 100%;
    height: 1px;
    margin: 30px auto;
    margin-bottom: 29px;
    text-align: left;
    padding: 0;
    border: 0px;
    display: block;
    clear: both;
    position: relative;
    background: #858389
}

hr.nomargin {
    margin: 0 auto
}

ul,
ol {
    margin: 0 0 30px 18px;
    padding: 0
}

ul {
    list-style: none;
    list-style-position: outside
}

@media only screen and (max-width: 949px) {
    ul {
        font-size: 18px;
        line-height: 28px
    }
}

ul>li {
    position: relative
}

ul>li:before {
    content: '';
    display: inline-block;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #ABB8C3;
    width: 8px;
    height: 8px;
    position: absolute;
    left: -18px;
    top: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

ul.list-big>li {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 30px
}

ul>li,
ol>li {
    margin-bottom: 30px
}

ul>li>ul {
    margin: 15px 0 0 5px;
    padding-bottom: 10px
}

ul>li>ul>li {
    margin-left: 25px;
    padding-left: 3px;
    font-size: 18px
}

ul>li>ul>li:before {
    content: "\2013";
    top: -1px;
    font-weight: bold;
    font-size: 16px;
    margin-left: -0.5em;
    left: -8px;
    background-color: transparent;
    width: auto;
    height: auto;
    background-image: none
}

ul.list-big>li>ul>li {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0
}

ol {
    list-style-position: outside
}

@media only screen and (max-width: 949px) {
    ol {
        font-size: 18px;
        line-height: 28px
    }
}

ol>li>ol {
    margin-left: 25px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Aaux ProRegular", Helvetica, Arial, serif;
    font-weight: 400;
    margin: 0 auto 30px;
    padding: 0;
    position: relative;
    z-index: 2;
    height: auto;
    clear: both
}

h1 strong,
h1 bold,
h1 b,
h2 strong,
h2 bold,
h2 b,
h3 strong,
h3 bold,
h3 b,
h4 strong,
h4 bold,
h4 b,
h5 strong,
h5 bold,
h5 b,
h6 strong,
h6 bold,
h6 b {
    font-weight: bold
}

h1 {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 60px;
    color: #000;
    font-weight: 700
}

h2 {
    font-size: 35px;
    line-height: 45px;
    padding-top: 30px;
    font-weight: bold;
    color: #000
}

h3 {
    font-size: 25.6px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 18px
}

h4 {
    font-size: 29px;
    line-height: 36px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #00ABEC
}

table tr td {
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px
}

table tr th {
    padding-top: 5px;
    padding-bottom: 5px
}

table.stripes tr:nth-child(odd) td {
    background-color: #e0eaed;
    padding-left: 10px
}

table.stripes tr:nth-child(even) td {
    padding-left: 10px
}

.button,
.sidemenu .menu-item a,
.collapsable-block .collapsable-button,
button,
input[type=button],
.button a,
.sidemenu .menu-item a a,
.collapsable-block .collapsable-button a,
.wp-block-button a,
.swp-button {
    text-decoration: none;
    display: inline-block;
    background-color: #00ABEC;
    height: 48px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 25px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    top: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0);
    transform: rotate3d(0, 0, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important
}

@media only screen and (max-width: 680px) {
    .button,
    .sidemenu .menu-item a,
    .collapsable-block .collapsable-button,
    button,
    input[type=button],
    .button a,
    .sidemenu .menu-item a a,
    .collapsable-block .collapsable-button a,
    .wp-block-button a,
    .swp-button {
        display: block;
        width: 100%
    }
}

.button:hover,
.sidemenu .menu-item a:hover,
.collapsable-block .collapsable-button:hover,
button:hover,
input[type=button]:hover,
.button a:hover,
.sidemenu .menu-item a a:hover,
.collapsable-block .collapsable-button a:hover,
.wp-block-button a:hover,
.swp-button:hover {
    background-color: #3d668b;
    text-decoration: none
}

.button:focus,
.sidemenu .menu-item a:focus,
.collapsable-block .collapsable-button:focus,
button:focus,
input[type=button]:focus,
.button a:focus,
.sidemenu .menu-item a a:focus,
.collapsable-block .collapsable-button a:focus,
.wp-block-button a:focus,
.swp-button:focus {
    background-color: #3d668b
}

.button:active,
.sidemenu .menu-item a:active,
.collapsable-block .collapsable-button:active,
button:active,
input[type=button]:active,
.button a:active,
.sidemenu .menu-item a a:active,
.collapsable-block .collapsable-button a:active,
.wp-block-button a:active,
.swp-button:active {
    background-color: #3d668b
}

.button.hollow,
.wp-block-button.is-style-outline a.button,
.wp-block-button.is-style-outline .sidemenu .menu-item a,
.sidemenu .menu-item .wp-block-button.is-style-outline a,
.wp-block-button.is-style-outline .collapsable-block a.collapsable-button,
.collapsable-block .wp-block-button.is-style-outline a.collapsable-button,
.sidemenu .menu-item a.hollow,
.collapsable-block .hollow.collapsable-button,
button.hollow,
input[type=button].hollow,
.button a.hollow,
.sidemenu .menu-item a a.hollow,
.collapsable-block .collapsable-button a.hollow,
.button .wp-block-button.is-style-outline a,
.wp-block-button.is-style-outline .button a,
.sidemenu .menu-item a .wp-block-button.is-style-outline a,
.wp-block-button.is-style-outline .sidemenu .menu-item a a,
.collapsable-block .collapsable-button .wp-block-button.is-style-outline a,
.wp-block-button.is-style-outline .collapsable-block .collapsable-button a,
.wp-block-button a.hollow,
.wp-block-button.is-style-outline a,
.swp-button.hollow,
.wp-block-button.is-style-outline a.swp-button {
    background-color: transparent;
    border: 3px solid #ABB8C3;
    color: #ABB8C3;
    font-weight: 500;
    line-height: 46px
}

.button.hollow:after,
.wp-block-button.is-style-outline a.button:after,
.wp-block-button.is-style-outline .sidemenu .menu-item a:after,
.sidemenu .menu-item .wp-block-button.is-style-outline a:after,
.wp-block-button.is-style-outline .collapsable-block a.collapsable-button:after,
.collapsable-block .wp-block-button.is-style-outline a.collapsable-button:after,
.sidemenu .menu-item a.hollow:after,
.collapsable-block .hollow.collapsable-button:after,
button.hollow:after,
input[type=button].hollow:after,
.button a.hollow:after,
.sidemenu .menu-item a a.hollow:after,
.collapsable-block .collapsable-button a.hollow:after,
.button .wp-block-button.is-style-outline a:after,
.wp-block-button.is-style-outline .button a:after,
.sidemenu .menu-item a .wp-block-button.is-style-outline a:after,
.wp-block-button.is-style-outline .sidemenu .menu-item a a:after,
.collapsable-block .collapsable-button .wp-block-button.is-style-outline a:after,
.wp-block-button.is-style-outline .collapsable-block .collapsable-button a:after,
.wp-block-button a.hollow:after,
.wp-block-button.is-style-outline a:after,
.swp-button.hollow:after,
.wp-block-button.is-style-outline a.swp-button:after {
    content: '';
    width: 0%;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease
}

.button.hollow:hover:after,
.wp-block-button.is-style-outline a.button:hover:after,
.wp-block-button.is-style-outline .sidemenu .menu-item a:hover:after,
.sidemenu .menu-item .wp-block-button.is-style-outline a:hover:after,
.wp-block-button.is-style-outline .collapsable-block a.collapsable-button:hover:after,
.collapsable-block .wp-block-button.is-style-outline a.collapsable-button:hover:after,
.sidemenu .menu-item a.hollow:hover:after,
.collapsable-block .hollow.collapsable-button:hover:after,
.button.hollow:active:after,
.wp-block-button.is-style-outline a.button:active:after,
.wp-block-button.is-style-outline .sidemenu .menu-item a:active:after,
.sidemenu .menu-item .wp-block-button.is-style-outline a:active:after,
.wp-block-button.is-style-outline .collapsable-block a.collapsable-button:active:after,
.collapsable-block .wp-block-button.is-style-outline a.collapsable-button:active:after,
.sidemenu .menu-item a.hollow:active:after,
.collapsable-block .hollow.collapsable-button:active:after,
button.hollow:hover:after,
button.hollow:active:after,
input[type=button].hollow:hover:after,
input[type=button].hollow:active:after,
.button a.hollow:hover:after,
.sidemenu .menu-item a a.hollow:hover:after,
.collapsable-block .collapsable-button a.hollow:hover:after,
.button .wp-block-button.is-style-outline a:hover:after,
.wp-block-button.is-style-outline .button a:hover:after,
.sidemenu .menu-item a .wp-block-button.is-style-outline a:hover:after,
.wp-block-button.is-style-outline .sidemenu .menu-item a a:hover:after,
.collapsable-block .collapsable-button .wp-block-button.is-style-outline a:hover:after,
.wp-block-button.is-style-outline .collapsable-block .collapsable-button a:hover:after,
.button a.hollow:active:after,
.sidemenu .menu-item a a.hollow:active:after,
.collapsable-block .collapsable-button a.hollow:active:after,
.button .wp-block-button.is-style-outline a:active:after,
.wp-block-button.is-style-outline .button a:active:after,
.sidemenu .menu-item a .wp-block-button.is-style-outline a:active:after,
.wp-block-button.is-style-outline .sidemenu .menu-item a a:active:after,
.collapsable-block .collapsable-button .wp-block-button.is-style-outline a:active:after,
.wp-block-button.is-style-outline .collapsable-block .collapsable-button a:active:after,
.wp-block-button a.hollow:hover:after,
.wp-block-button.is-style-outline a:hover:after,
.wp-block-button a.hollow:active:after,
.wp-block-button.is-style-outline a:active:after,
.swp-button.hollow:hover:after,
.wp-block-button.is-style-outline a.swp-button:hover:after,
.swp-button.hollow:active:after,
.wp-block-button.is-style-outline a.swp-button:active:after {
    width: 100%
}

.wp-block-buttons {
    position: relative
}

@media only screen and (max-width: 680px) {
    .wp-block-buttons .wp-block-button {
        display: block !important;
        width: auto
    }
}

@media only screen and (max-width: 949px) {
    .wp-block-columns {
        display: block !important
    }
    .wp-block-columns .wp-block-column {
        margin: 0 !important
    }
}

figure {
    margin-left: 0
}

.wp-block-image.fullwidth img {
    width: 100%
}

figcaption {
    font-size: 18px;
    line-height: 28px
}

.thumbnail-wrapper {
    background-color: transparent;
    position: relative;
    overflow: hidden;
    z-index: 0
}

.thumbnail-wrapper .thumbnail,
.thumbnail-wrapper .carouselimage {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    z-index: 50
}

.thumbnail-wrapper .thumbnail .spinner,
.thumbnail-wrapper .carouselimage .spinner {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: 0;
    color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.thumbnail-wrapper .thumbnail .spinner>div,
.thumbnail-wrapper .carouselimage .spinner>div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor
}

.thumbnail-wrapper .thumbnail .spinner,
.thumbnail-wrapper .carouselimage .spinner {
    width: 80px;
    height: 80px
}

.thumbnail-wrapper .thumbnail .spinner>div,
.thumbnail-wrapper .carouselimage .spinner>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
    -moz-animation: ball-scale-multiple 1s 0s linear infinite;
    -o-animation: ball-scale-multiple 1s 0s linear infinite;
    animation: ball-scale-multiple 1s 0s linear infinite
}

.thumbnail-wrapper .thumbnail .spinner>div:nth-child(2),
.thumbnail-wrapper .carouselimage .spinner>div:nth-child(2) {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s
}

.thumbnail-wrapper .thumbnail .spinner>div:nth-child(3),
.thumbnail-wrapper .carouselimage .spinner>div:nth-child(3) {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s
}

@-webkit-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    5% {
        opacity: .75
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0)
    }
    5% {
        opacity: .75
    }
    100% {
        opacity: 0;
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0)
    }
    5% {
        opacity: .75
    }
    100% {
        opacity: 0;
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ball-scale-multiple {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }
    5% {
        opacity: .75
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.thumbnail-wrapper .thumbnail .spinner div,
.thumbnail-wrapper .carouselimage .spinner div {
    background-color: #fff
}

.thumbnail-wrapper .thumbnail.loaded,
.thumbnail-wrapper .carouselimage.loaded {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.thumbnail-wrapper .thumbnail.loaded .spinner,
.thumbnail-wrapper .carouselimage.loaded .spinner {
    display: none
}

.image-wrapper {
    position: relative
}

.nopadding {
    padding-top: 0;
    padding-bottom: 0
}

.nopadding-top {
    padding-top: 0
}

.nopadding-bottom {
    padding-bottom: 0
}

.nomargin {
    margin-top: 0;
    margin-bottom: 0
}

.nomargin-top {
    margin-top: 0
}

.nomargin-bottom {
    margin-bottom: 0
}

.relative-container {
    position: relative
}

.text-centered {
    text-align: center
}

.text-right {
    text-align: right
}

.text-inv {
    color: #fff
}

.text-highlight {
    color: #ABB8C3
}

.text-copybigger,
.text-large,
p.has-large-font-size {
    font-size: 24px;
    line-height: 33px
}

@media only screen and (max-width: 949px) and (min-width: 681px) {
    .text-copybigger,
    .text-large,
    p.has-large-font-size {
        font-size: 21.6px;
        line-height: 29.7px
    }
}

@media only screen and (max-width: 680px) {
    .text-copybigger,
    .text-large,
    p.has-large-font-size {
        font-size: 21.6px;
        line-height: 29.7px
    }
}

p.has-large-font-size {
    margin-bottom: 30px
}

.text-copysmaller,
.text-small,
p.has-small-font-size {
    font-size: 18px;
    line-height: 28px
}

@media only screen and (max-width: 949px) {
    *[data-scroll-speed] {
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important
    }
}

html.has-scroll-smooth main {
    overflow: hidden
}

html.has-scroll-smooth .main-scrollablearea {
    overflow: hidden
}

html.has-scroll-smooth .c-scrollbar {
    display: block
}

.c-scrollbar {
    display: none
}

.content {
    max-width: 1600px;
    margin: 0;
    padding: 0 40px;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width: 680px) {
    .content {
        padding: 0 30px
    }
}

.content.full {
    padding-left: 0;
    padding-right: 0
}

.grid {
    height: 100%
}

.grid .grid__item {
    height: 100%
}

.main-scrollablearea {
    position: relative;
    height: auto;
    padding-left: 58px;
    padding-bottom: 90px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (min-width: 1400px) {
    .main-scrollablearea {
        padding-left: 298px
    }
}

.main-scrollablearea.login {
    padding-left: 0
}

@media only screen and (max-width: 949px) {
    .main-scrollablearea.login {
        height: auto !important
    }
}

.main-scrollablearea.section-select {
    padding-left: 0
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 300px;
    background: #ABB8C3;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 60px 0px 40px 30px;
    z-index: 100;
    -webkit-transform: translate(-240px, 0);
    -moz-transform: translate(-240px, 0);
    -ms-transform: translate(-240px, 0);
    -o-transform: translate(-240px, 0);
    transform: translate(-240px, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (min-width: 1400px) {
    .navbar {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.navbar>* {
    width: 100%;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.navbar .logo-arauco {
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 1em
}

.navbar .logo-arauco svg {
    width: 70%;
    height: auto;
    min-width: 120px
}

.navbar .logo-arauco img {
    padding-right: 60px
}

.navbar .toggle-navbar {
    position: absolute;
    top: 15px;
    width: 40px;
    height: 40px;
    left: 12.5px;
    -webkit-transition: margin 0.2s ease;
    -moz-transition: margin 0.2s ease;
    -o-transition: margin 0.2s ease;
    -ms-transition: margin 0.2s ease;
    transition: margin 0.2s ease;
    -webkit-transform: translate(240px, 0);
    -moz-transform: translate(240px, 0);
    -ms-transform: translate(240px, 0);
    -o-transform: translate(240px, 0);
    transform: translate(240px, 0)
}

@media only screen and (min-width: 1400px) {
    .navbar .toggle-navbar {
        left: 12.5px;
        margin-left: -7px;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.navbar .toggle-navbar svg {
    width: 70%;
    height: auto;
    position: relative;
    left: -10px
}

.navbar .toggle-navbar svg line {
    stroke: #00ABEC
}

.navbar .toggle-navbar svg #burgermenu_bar1 {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -ms-transform-origin: 100% 0%;
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%
}

.navbar .toggle-navbar svg #burgermenu_bar2 {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -ms-transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    opacity: 1
}

.navbar .toggle-navbar svg #burgermenu_bar3 {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.navbar:not(.closed) .toggle-navbar {
    margin-left: -15px
}

.navbar:not(.closed) .toggle-navbar svg #burgermenu_bar1 {
    -webkit-transform: rotate(-37deg) scale(0.5, 1);
    -moz-transform: rotate(-37deg) scale(0.5, 1);
    -ms-transform: rotate(-37deg) scale(0.5, 1);
    -o-transform: rotate(-37deg) scale(0.5, 1);
    transform: rotate(-37deg) scale(0.5, 1)
}

.navbar:not(.closed) .toggle-navbar svg #burgermenu_bar2 {
    opacity: 0;
    -webkit-transform: scale(0.1, 1);
    -moz-transform: scale(0.1, 1);
    -ms-transform: scale(0.1, 1);
    -o-transform: scale(0.1, 1);
    transform: scale(0.1, 1)
}

.navbar:not(.closed) .toggle-navbar svg #burgermenu_bar3 {
    -webkit-transform: rotate(34deg) scale(0.5, 1);
    -moz-transform: rotate(34deg) scale(0.5, 1);
    -ms-transform: rotate(34deg) scale(0.5, 1);
    -o-transform: rotate(34deg) scale(0.5, 1);
    transform: rotate(34deg) scale(0.5, 1)
}

.navbar.closed .toggle-navbar {
    margin-left: 0px
}

.navbar.closed .toggle-navbar svg #burgermenu_bar1 {
    -webkit-transform: rotate(0deg) scale(1, 1);
    -moz-transform: rotate(0deg) scale(1, 1);
    -ms-transform: rotate(0deg) scale(1, 1);
    -o-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1)
}

.navbar.closed .toggle-navbar svg #burgermenu_bar2 {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.navbar.closed .toggle-navbar svg #burgermenu_bar3 {
    -webkit-transform: rotate(0deg) scale(1, 1);
    -moz-transform: rotate(0deg) scale(1, 1);
    -ms-transform: rotate(0deg) scale(1, 1);
    -o-transform: rotate(0deg) scale(1, 1);
    transform: rotate(0deg) scale(1, 1)
}

.navbar .sociallinks-wrapper {
    margin-top: 30px;
    height: 90px
}

@media only screen and (max-height: 850px) {
    .navbar .sociallinks-wrapper {
        margin-top: 0
    }
}

.navbar .logo-wtw {
    display: block;
    height: 45px;
    width: 100%;
    text-align: right;
    margin-left: auto;
    align-items: right;
    margin-top: 2em
}

@media only screen and (min-width: 1400px) {
    .navbar .logo-wtw {
        width: 100%
    }
}

.navbar .logo-wtw svg {
    width: 100%;
    height: auto;
    max-width: 140px
}

.navbar .logo-wtw img {
    padding-right: 60px
}

.footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    text-align: right;
    padding-bottom: 30px;
    padding-left: 300px;
    pointer-events: none;
    z-index: 50;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.footer .catchphrase {
    display: inline-block;
    height: 60px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    left: 25px;
    background-color: #fff;
    font-size: 34px;
    line-height: 60px;
    color: #000
}

@media only screen and (max-width: 949px) {
    .footer .catchphrase {
        font-size: 3vw
    }
}

.footer .catchphrase span {
    color: #00ABEC
}

.footer .catchphrase b {
    font-weight: normal;
    font-family: "Aaux ProRegular", Helvetica, Arial, sans-serif;
    color: #00ABEC
}

section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

section.maincontent {
    min-height: 300px
}

section.hero {
    padding-top: 0;
    padding-bottom: 0;
    height: 240px;
    margin-bottom: 0
}

@media only screen and (min-width: 1400px) {
    section.hero {
        margin-bottom: 60px
    }
}

section.hero .thumbnail-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

section.hero .logo {
    position: absolute;
    right: 40px;
    top: 60px;
    height: 45px;
    z-index: 100
}

section.hero .logo svg {
    height: 100%;
    width: auto
}

section.login {
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px
}

@media only screen and (min-width: 1400px) {
    section.login {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

section.login .content {
    margin: 0 auto
}

section.login .logo {
    position: relative;
    left: 0px;
    top: 0px;
    margin: auto;
    text-align: center;
    height: 30px;
    z-index: 100;
    height: auto;
    position: relative;
    margin-bottom: 25px
}

section.login .logo img {
    height: auto;
    width: 210px
}

section.login .logo svg {
    height: 100%;
    width: auto
}

section.sect-select {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgba(61, 102, 139, 0.7)
}

section.sect-select .content {
    margin: 0 auto;
    padding: 0px;
    max-width: 9999px
}

section.sect-select .logo {
    padding: 60px;
    background-color: #3D668B;
    position: relative;
    left: 0px;
    top: 0px;
    margin: auto;
    text-align: center;
    height: 30px;
    z-index: 100;
    height: auto;
    position: relative
}

section.sect-select .logo img {
    height: auto;
    width: 210px
}

section.sect-select .logo svg {
    height: 100%;
    width: auto
}

section.loginfooter {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 30px;
    color: #fff;
    text-align: center;
    font-size: 14.4px;
    line-height: 23.75px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8)
}

@media only screen and (max-width: 949px) {
    section.loginfooter {
        position: relative
    }
}

@media only screen and (max-width: 680px) {
    section.loginfooter {
        position: relative
    }
}

section.loginfooter.sect-select-foot {
    background-color: #3D668B;
    padding-top: 60px
}

section.loginfooter .content {
    margin: 0 auto
}

section.loginfooter .loginfooter-upper {
    width: 100%;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px
}

section.loginfooter .loginfooter-upper p {
    margin-bottom: 15px;
    text-align: center;
    color: #fff
}

section.loginfooter .loginfooter-lower {
    width: 100%
}

section.loginfooter .loginfooter-lower p {
    margin: 0;
    color: #fff
}

section.loginfooter .loginfooter-lower .logo {
    position: relative
}

@media only screen and (max-width: 949px) {
    section.loginfooter .loginfooter-lower .logo {
        text-align: center
    }
}

section.loginfooter .loginfooter-lower .logo img {
    width: 150px;
    height: auto
}

section.loginfooter .loginfooter-lower .wtwlogo {
    text-align: right;
    font-weight: bold
}

@media only screen and (max-width: 949px) {
    section.loginfooter .loginfooter-lower .wtwlogo {
        text-align: center
    }
}

section.loginfooter .loginfooter-lower .wtwlogo svg {
    height: 15px;
    width: auto
}

@media only screen and (min-width: 1400px) {
    section.loginfooter .loginfooter-lower .wtwlogo svg {
        height: 18px
    }
}

.pagetitle {
    position: relative;
    padding-left: 37.5px;
    width: 50%;
    max-width: 400px;
    min-height: 150px;
    margin: 0 0 5px 0;
    border-left: 2px solid #858389
}

@media only screen and (min-width: 1400px) {
    .pagetitle {
        width: 30%
    }
}

@media only screen and (max-width: 949px) {
    .pagetitle {
        width: 80%;
        font-size: 35px;
        line-height: 45px;
        max-width: 400px
    }
}

.pagetitle.floating {
    margin-top: 60px;
    position: absolute;
    z-index: 10
}

.pagetitle.wider {
    width: 100%;
    max-width: 700px
}

@media only screen and (min-width: 1400px) {
    .pagetitle.wider {
        width: 60%
    }
}

.pagetitle h1 {
    top: -10px;
    left: -6px;
    margin-bottom: 15px
}

.pagetitle .backlink {
    position: relative;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none
}

.pagetitle .backlink:before {
    content: '< ';
    position: relative;
    left: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.pagetitle .backlink:hover:before {
    left: -6px
}

.pagetitle .backlink.absolute {
    position: absolute;
    left: 37.5px
}

.pagetitle .subtitle {
    color: #00ABEC;
    font-weight: bold;
    font-family: "Aaux ProBold", "Aaux ProRegular", Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 30px;
    margin-top: -15px;
    text-transform: uppercase
}

ul.select li {
    display: block;
    margin-bottom: 0px
}

ul.select li:before {
    display: none
}

ul.select li a {
    background-color: #00ABEC;
    color: #fff;
    text-decoration: none;
    display: block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
    padding: 0 15px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    top: 0;
    border: 0
}

details.custom-select {
    position: relative;
    width: 350px;
    margin-right: 1rem;
    display: inline-block;
    vertical-align: middle
}

details.custom-select[open] {
    z-index: 1999999
}

details.custom-select[open] summary:before {
    content: '';
    display: block;
    width: 100vw;
    height: 100vh;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0
}

details.custom-select[open] summary:after {
    transform: rotate(-45deg) translate(0%, 0%)
}

details.custom-select summary {
    padding: 0.5rem;
    cursor: pointer;
    background-color: #00ABEC;
    list-style: none
}

details.custom-select summary::-webkit-details-marker {
    display: none
}

details.custom-select summary:after {
    content: '';
    display: inline-block;
    float: right;
    width: .75rem;
    height: .75rem;
    border-bottom: 1px solid currentColor;
    border-left: 1px solid currentColor;
    border-bottom-left-radius: 2px;
    transform: rotate(45deg) translate(50%, 0%);
    transform-origin: center center;
    transition: transform ease-in-out 100ms;
    margin-right: 20px;
    margin-top: 5px
}

details.custom-select summary summary:focus {
    outline: none
}

details.custom-select ul {
    width: 100%;
    background: #00ABEC;
    position: absolute;
    top: calc(100% + .5rem);
    left: 0;
    padding: 1rem;
    margin: 0;
    box-sizing: border-box;
    max-height: 250px;
    overflow-y: auto;
    z-index: 9999999999
}

details.custom-select ul.list {
    counter-reset: labels
}

details.custom-select li {
    margin: 0;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

details.custom-select li:first-child {
    padding-top: 0
}

details.custom-select li:last-child {
    padding-bottom: 0;
    border-bottom: none
}

details.custom-select li:before {
    display: none
}

details.custom-select summary.radios {
    counter-reset: radios;
    color: #fff
}

details.custom-select summary.radios :before {
    content: var(--selection)
}

details.custom-select input[type=radio] {
    counter-increment: radios;
    appearance: none;
    display: none;
    font-size: 100%;
    color: #fff
}

details.custom-select input[type=radio]:checked {
    display: inline;
    --display: block
}

details.custom-select input[type=radio]:after {
    content: attr(title);
    display: inline
}

details.custom-select label {
    width: 100%;
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    color: #fff
}

details.custom-select label span {
    --display: none;
    display: var(--display);
    width: 1rem;
    height: 1rem;
    border: 1px solid #fff;
    border-radius: 3px
}

.buttonrow {
    margin-bottom: 2em
}

.buttonrow .button,
.buttonrow .sidemenu .menu-item a,
.sidemenu .menu-item .buttonrow a,
.buttonrow .collapsable-block .collapsable-button,
.collapsable-block .buttonrow .collapsable-button {
    margin-bottom: 1px;
    margin-right: 1px
}

.button.enter,
.sidemenu .menu-item a.enter,
.collapsable-block .enter.collapsable-button,
button.enter,
input[type=button].enter,
.button a.enter,
.sidemenu .menu-item a a.enter,
.collapsable-block .collapsable-button a.enter,
.wp-block-button a.enter {
    background-color: #00ABEC;
    color: #fff;
    font-size: 24px;
    padding: 0 5%;
    min-width: 500px
}

@media only screen and (min-width: 1400px) {
    .button.enter,
    .sidemenu .menu-item a.enter,
    .collapsable-block .enter.collapsable-button,
    button.enter,
    input[type=button].enter,
    .button a.enter,
    .sidemenu .menu-item a a.enter,
    .collapsable-block .collapsable-button a.enter,
    .wp-block-button a.enter {
        left: -140px
    }
}

@media only screen and (max-width: 949px) and (min-width: 681px) {
    .button.enter,
    .sidemenu .menu-item a.enter,
    .collapsable-block .enter.collapsable-button,
    button.enter,
    input[type=button].enter,
    .button a.enter,
    .sidemenu .menu-item a a.enter,
    .collapsable-block .collapsable-button a.enter,
    .wp-block-button a.enter {
        font-size: 20px;
        min-width: 400px
    }
}

.button.enter:hover,
.sidemenu .menu-item a.enter:hover,
.collapsable-block .enter.collapsable-button:hover,
button.enter:hover,
input[type=button].enter:hover,
.button a.enter:hover,
.sidemenu .menu-item a a.enter:hover,
.collapsable-block .collapsable-button a.enter:hover,
.wp-block-button a.enter:hover {
    background-color: #00ABEC;
    color: #000
}

.button.absolute,
.sidemenu .menu-item a.absolute,
.collapsable-block .absolute.collapsable-button,
button.absolute,
input[type=button].absolute,
.button a.absolute,
.sidemenu .menu-item a a.absolute,
.collapsable-block .collapsable-button a.absolute,
.wp-block-button a.absolute {
    position: absolute
}

@media only screen and (max-width: 680px) {
    .button.absolute,
    .sidemenu .menu-item a.absolute,
    .collapsable-block .absolute.collapsable-button,
    button.absolute,
    input[type=button].absolute,
    .button a.absolute,
    .sidemenu .menu-item a a.absolute,
    .collapsable-block .collapsable-button a.absolute,
    .wp-block-button a.absolute {
        width: auto
    }
}

.button.absolute.topright,
.sidemenu .menu-item a.absolute.topright,
.collapsable-block .absolute.topright.collapsable-button,
button.absolute.topright,
input[type=button].absolute.topright,
.button a.absolute.topright,
.sidemenu .menu-item a a.absolute.topright,
.collapsable-block .collapsable-button a.absolute.topright,
.wp-block-button a.absolute.topright {
    top: 0;
    right: 40px
}

.button.withicon,
.sidemenu .menu-item a.withicon,
.collapsable-block .withicon.collapsable-button,
button.withicon,
input[type=button].withicon,
.button a.withicon,
.sidemenu .menu-item a a.withicon,
.collapsable-block .collapsable-button a.withicon,
.wp-block-button a.withicon {
    padding-left: 65px
}

@media only screen and (max-width: 949px) and (min-width: 681px) {
    .button.withicon,
    .sidemenu .menu-item a.withicon,
    .collapsable-block .withicon.collapsable-button,
    button.withicon,
    input[type=button].withicon,
    .button a.withicon,
    .sidemenu .menu-item a a.withicon,
    .collapsable-block .collapsable-button a.withicon,
    .wp-block-button a.withicon {
        font-size: 18px;
        min-width: unset
    }
}

.button.withicon .icon,
.sidemenu .menu-item a.withicon .icon,
.collapsable-block .withicon.collapsable-button .icon,
button.withicon .icon,
input[type=button].withicon .icon,
.button a.withicon .icon,
.sidemenu .menu-item a a.withicon .icon,
.collapsable-block .collapsable-button a.withicon .icon,
.wp-block-button a.withicon .icon {
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
    width: 45px;
    height: 100%;
    background-size: auto 60%;
    background-position: center 40%;
    background-repeat: no-repeat
}

.button.withicon .icon.download,
.sidemenu .menu-item a.withicon .icon.download,
.collapsable-block .withicon.collapsable-button .icon.download,
.button.withicon .icon.file,
.sidemenu .menu-item a.withicon .icon.file,
.collapsable-block .withicon.collapsable-button .icon.file,
button.withicon .icon.download,
button.withicon .icon.file,
input[type=button].withicon .icon.download,
input[type=button].withicon .icon.file,
.button a.withicon .icon.download,
.sidemenu .menu-item a a.withicon .icon.download,
.collapsable-block .collapsable-button a.withicon .icon.download,
.button a.withicon .icon.file,
.sidemenu .menu-item a a.withicon .icon.file,
.collapsable-block .collapsable-button a.withicon .icon.file,
.wp-block-button a.withicon .icon.download,
.wp-block-button a.withicon .icon.file {
    background-image: url(assets/svgs/icon-file.svg)
}

.wp-block-button {
    position: relative
}

.welcometext {
    width: 100%;
    text-align: right;
    font-size: 50px;
    color: #00ABEC;
    padding-top: 120px
}

.linkcenter {
    display: block;
    margin-top: 30px;
    text-align: center;
    width: 100%;
    color: #000
}

@media only screen and (min-width: 1400px) {
    .linkcenter {
        font-size: 24px
    }
}

@media only screen and (min-width: 1400px) {
    .result-value span {
        float: right
    }
}

.column-withline {
    padding-bottom: 60px
}

.column-withline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50px;
    height: 100%;
    width: 1px;
    background-color: #858389
}

@media only screen and (max-width: 949px) and (min-width: 681px) {
    .column-withline:before {
        content: none
    }
}

.is-style-photoswipe a {
    overflow: hidden;
    display: inline-block
}

.is-style-photoswipe a:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-width: 0 0 50px 50px;
    border-style: solid;
    border-color: transparent transparent rgba(133, 131, 137, 0.9) transparent;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.is-style-photoswipe a:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-image: url(assets/svgs/icon-zoom.svg);
    background-repeat: no-repeat;
    background-position: right 5px bottom 5px;
    background-size: 40% auto;
    z-index: 2;
    -webkit-transform: scale(1) translate(0px, 0px);
    -moz-transform: scale(1) translate(0px, 0px);
    -ms-transform: scale(1) translate(0px, 0px);
    -o-transform: scale(1) translate(0px, 0px);
    transform: scale(1) translate(0px, 0px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.is-style-photoswipe a:hover:before {
    opacity: 0.7;
    border-width: 0 0 80px 80px
}

.is-style-photoswipe a:hover:after {
    -webkit-transform: scale(1.4) translate(-10px, -10px);
    -moz-transform: scale(1.4) translate(-10px, -10px);
    -ms-transform: scale(1.4) translate(-10px, -10px);
    -o-transform: scale(1.4) translate(-10px, -10px);
    transform: scale(1.4) translate(-10px, -10px)
}

.chart-lossrecord .label {
    opacity: 0;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease
}

.chart-lossrecord .label.visible {
    opacity: 1
}

.chart-lossrecord .bar {
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
    opacity: 0.8
}

.chart-lossrecord .bar.highlighted {
    opacity: 1
}

.page-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.page-background .thumbnail-wrapper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #858389
}

.page-background .thumbnail-wrapper .carouselimage {
    -webkit-transition: opacity 0.8s linear;
    -moz-transition: opacity 0.8s linear;
    -o-transition: opacity 0.8s linear;
    -ms-transition: opacity 0.8s linear;
    transition: opacity 0.8s linear
}

.chartcoldarkblue .bartotal {
    background-color: #00516F !important
}

.chartcolred .bartotal {
    background-color: #E40520 !important
}

.ch-col:nth-child(2) .label {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #00ABEC
}

.ch-wrap {
    display: table
}

.ch-wrap .ch-col {
    display: table-cell;
    vertical-align: bottom;
    font-size: 13px;
    color: #000
}

.ch-wrap .ch-col .index {
    min-height: 400px;
    margin-bottom: 10px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #fff;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #000;
    width: 60px
}

.ch-wrap .ch-col .index .indexpoint {
    height: 50px;
    font-weight: bold;
    vertical-align: bottom;
    text-align: center;
    margin: auto;
    position: relative;
    display: block
}

.ch-wrap .ch-col .index .indexpoint span {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 100%;
    margin-top: -5px;
    padding-right: 10px
}

.ch-wrap .ch-col .bar {
    min-height: 400px;
    margin-bottom: 10px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    vertical-align: bottom
}

.ch-wrap .ch-col .bar .barbg {
    min-height: 400px;
    background-color: #e0eaed;
    margin-left: 4px;
    margin-right: 4px;
    vertical-align: bottom;
    bottom: 0px;
    position: relative;
    width: 30px
}

.ch-wrap .ch-col .bar .barbg .bartotal {
    background-color: #000;
    vertical-align: bottom;
    bottom: 0px;
    position: absolute;
    width: 100%
}

.ch-wrap .ch-col .ch-legend {
    height: 170px;
    line-height: 110%;
    text-align: right;
    padding-right: 10px;
    font-weight: bold
}

.ch-wrap .ch-col .label {
    height: 170px;
    overflow: hidden;
    line-height: 100%;
    margin: auto;
    text-align: center
}

.ch-wrap .ch-col .label.labline {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #00ABEC
}

.ch-wrap .ch-col .label .event {
    writing-mode: tb-rl;
    text-align: right;
    vertical-align: bottom;
    transform: rotate(-180deg);
    font-weight: bold;
    height: 120px;
    margin: auto
}

.ch-wrap .ch-col .label .cat {
    text-align: center;
    padding-top: 10px;
    min-height: 15px;
    font-size: 11px
}

.ch-wrap .ch-col .label .year {
    text-align: center;
    padding-top: 10px;
    min-height: 15px;
    font-size: 11px;
    font-weight: bold
}

.table {
    display: table;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 25px;
    border-radius: 15px
}

.table .tr {
    clear: both;
    display: table-row;
    width: 100%
}

.table .tr.head {
    background-color: #00516F
}

.table .tr.head .td {
    font-weight: bold;
    border-bottom-color: #fff;
    color: #fff !important
}

.table .tr.subhead {
    background-color: #00516F
}

.table .tr.subhead .td {
    font-weight: bold;
    border-bottom-color: #fff;
    color: #fff !important
}

.table .tr.total {
    background-color: #ABB8C3
}

.table .tr.total .td {
    font-weight: bold;
    border-bottom-color: #fff;
    color: #fff !important
}

.table .tr.subtotal {
    background-color: #ABB8C3
}

.table .tr.subtotal .td {
    font-weight: bold;
    border-bottom-color: #fff;
    color: #fff !important
}

.table .tr .td {
    display: table-cell;
    padding: 10px;
    width: 100px;
    border-bottom-color: #ABB8C3;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-size: 16px;
    line-height: 120%
}

.table .tr .td.rgt {
    text-align: right
}

.table .tr .td.smaller {
    width: 30px
}

.table .tr .td.small {
    width: 60px
}

.table .tr .td.long {
    width: 180px
}

.table .tr .td.rhead {
    font-weight: bold;
    color: #544B45
}

.menu-item:hover .sub-menu {
    opacity: 1 !important;
    display: block !important
}

.mainmenu-wrapper {
    width: 100%
}

.mainmenu-wrapper .menu-item {
    width: 100%
}

.mainmenu-wrapper .menu-item .sub-menu {
    background-color: #00ABEC;
    position: absolute;
    left: 300px;
    padding: 0.5em;
    width: calc(300px - 1em);
    text-align: left;
    margin-top: -60px;
    opacity: 0;
    display: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.mainmenu-wrapper .menu-item .sub-menu .menu-item>a {
    text-align: left;
    padding-bottom: 0.25em;
    padding-top: 0.25em;
    margin: 0em;
    min-height: 1em
}

.mainmenu-wrapper .menu-item .sub-menu .menu-item>a:after {
    display: none !important
}

.mainmenu-wrapper .menu-item .sub-menu .menu-item>a span {
    padding-right: 0px
}

.mainmenu-wrapper .menu-item>a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    text-align: right;
    text-transform: uppercase;
    color: #fff;
    min-height: 37.5px;
    margin-bottom: 15px;
    line-height: 1.3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.mainmenu-wrapper .menu-item>a:hover {
    color: #00516F;
    text-decoration: none
}

@media only screen and (max-height: 850px) {
    .mainmenu-wrapper .menu-item>a {
        min-height: 30px
    }
}

.mainmenu-wrapper .menu-item>a span {
    padding-right: 60px
}

.mainmenu-wrapper .menu-item.current-menu-item a:after {
    content: '';
    position: absolute;
    right: -30px;
    top: 50%;
    width: 20px;
    height: 4px;
    width: 30px;
    right: 0px;
    background-color: #00ABEC;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.mainmenu-wrapper .menu-item.current-menu-parent a:after {
    content: '';
    position: absolute;
    right: -30px;
    top: 50%;
    width: 20px;
    height: 4px;
    width: 30px;
    right: 0px;
    background-color: #00ABEC;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.sociallinks-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-left: 25px
}

@media only screen and (max-width: 680px) {
    .sociallinks-wrapper {
        width: 100%;
        justify-content: center
    }
}

.sociallinks-wrapper .menu-item {
    flex: 0 1 0;
    position: relative
}

.sociallinks-wrapper .menu-item:not(:last-child) {
    margin-right: 15px
}

.sociallinks-wrapper .menu-item>a {
    display: block;
    width: 20px;
    height: 20px;
    padding: 10px 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center calc(50% - 0px);
    background-size: 90% auto;
    -moz-box-shadow: 0 0 0 #000;
    -webkit-box-shadow: 0 0 0 #000;
    box-shadow: 0 0 0 #000;
    -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);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none
}

.sociallinks-wrapper .menu-item>a span {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden
}

@media only screen and (min-width: 681px) {
    .sociallinks-wrapper .menu-item>a:hover {
        background-position: center calc(50% - 6px)
    }
}

@media only screen and (max-width: 680px) {
    .sociallinks-wrapper .menu-item>a:active {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9)
    }
}

.sociallinks-wrapper .menu-item.linkedin a {
    background-image: url(assets/svgs/icon-linkedin.svg)
}

.sociallinks-wrapper .menu-item.facebook a {
    background-image: url(assets/svgs/icon-facebook.svg);
    background-size: 50% auto
}

.sociallinks-wrapper .menu-item.twitter a {
    background-image: url(assets/svgs/icon-twitter.svg)
}

.sociallinks-wrapper .menu-item.instagram a {
    background-image: url(assets/svgs/icon-instagram.svg)
}

.sociallinks-wrapper .menu-item.youtube a {
    background-image: url(assets/svgs/icon-youtube.svg)
}

.sidemenu .menu-item {
    margin-bottom: 15px
}

.sidemenu .menu-item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 48px;
    width: 100%;
    background-color: #00516F;
    color: #fff;
    text-align: left;
    padding: 0 15px;
    line-height: 1.2;
    font-size: 18px
}

@media only screen and (min-width: 1400px) {
    .sidemenu .menu-item a {
        font-size: 20px
    }
}

.sidemenu .menu-item a:hover {
    background-color: #00ABEC;
    color: #fff
}

@media only screen and (min-width: 1400px) {
    .sidemenu .menu-item a.withicon {
        padding-left: 65px
    }
    .sidemenu .menu-item a.withicon .icon {
        display: block;
        position: absolute;
        left: 10px;
        top: 0;
        width: 45px;
        height: 100%;
        background-size: auto 60%;
        background-position: center 40%;
        background-repeat: no-repeat
    }
    .sidemenu .menu-item a.withicon .icon.revenue {
        background-image: url(assets/svgs/icon-revenue.svg)
    }
    .sidemenu .menu-item a.withicon .icon.business {
        background-image: url(assets/svgs/icon-business.svg)
    }
    .sidemenu .menu-item a.withicon .icon.worldlocations {
        background-image: url(assets/svgs/icon-worldlocations.svg)
    }
    .sidemenu .menu-item a.withicon .icon.eco {
        background-image: url(assets/svgs/icon-eco.svg)
    }
    .sidemenu .menu-item a.withicon .icon.data {
        background-image: url(assets/svgs/icon-data.svg)
    }
}

.collapsable-block {
    width: 100%
}

.collapsable-block .collapsable-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 48px;
    width: 100%;
    background-color: #fff;
    color: #000;
    text-align: left;
    padding: 0 25px;
    line-height: 1.2;
    font-size: 18px;
    border-width: 1px;
    border-style: solid;
    border-color: #00ABEC;
    border-radius: 12px !important
}

.collapsable-block .collapsable-button:after {
    content: '+';
    position: absolute;
    right: 25px;
    top: 0;
    line-height: 1.1;
    font-weight: normal;
    color: #858389;
    font-size: 40px;
    -webkit-transition: color 0.15s ease;
    -moz-transition: color 0.15s ease;
    -o-transition: color 0.15s ease;
    -ms-transition: color 0.15s ease;
    transition: color 0.15s ease
}

.collapsable-block .collapsable-button:hover {
    color: #fff
}

.collapsable-block .collapsable-button:hover:after {
    color: #fff
}

.collapsable-block .collapsable-button.open:after {
    content: '';
    height: 3px;
    width: 18px;
    top: 50%;
    background-color: #858389
}

.collapsable-block .collapsable-button.open:hover:after {
    background-color: #fff
}

.collapsable-block .collapsable-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    height: auto;
    padding: 0 25px;
    margin: 15px 0 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.collapsable-block .collapsable-content .collapsable-item {
    flex: 0 0 auto;
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.2;
    width: 100%
}

@media only screen and (min-width: 1400px) {
    .collapsable-block .collapsable-content .collapsable-item {
        margin-bottom: 7.5px;
        margin-top: 7.5px
    }
}

.collapsable-block .collapsable-content .collapsable-item.link {
    display: block;
    color: #000;
    text-decoration: none
}

.collapsable-block .collapsable-content .collapsable-item.link:hover {
    color: #00ABEC
}

.collapsable-block .collapsable-content .collapsable-item.total {
    font-weight: bold;
    font-size: 20px
}

@media only screen and (min-width: 1400px) {
    .collapsable-block .collapsable-content .collapsable-item.total {
        margin-top: 7.5px
    }
}

.collapsable-block .collapsable-content .collapsable-item span {
    display: block
}

@media only screen and (min-width: 1400px) {
    .collapsable-block .collapsable-content .collapsable-item span {
        float: right;
        padding: 0
    }
}

.collapsable-block .collapsable-content .collapsable-item:last-child {
    margin-bottom: 30px
}

.list-simple {
    width: 100%;
    margin: 0 0 30px 0
}

.list-simple .list-item {
    display: block;
    color: inherit;
    text-decoration: none;
    font-size: 29px;
    line-height: 36px;
    margin: 0 0 15px 0;
    width: 100%
}

@media only screen and (min-width: 1400px) {
    .list-simple .list-item {
        font-size: 29px;
        line-height: 36px
    }
}

.list-simple .list-item.selected {
    color: #00ABEC;
    font-weight: bold
}

.list-simple .list-item span {
    float: right
}

.list-simple .list-item#listareas-item-2474 {
    display: none
}

.list-simple .list-item#listareas-item-2476 {
    display: none
}

.list-simple a.list-item {
    cursor: default
}

.list-simple a.list-item:not(.selected):hover {
    cursor: pointer;
    color: #00ABEC
}

.list-simple a.list-item:hover {
    color: #00ABEC
}

.list-simple.bigger .list-item {
    font-size: 32px;
    line-height: 40px;
    font-weight: bold
}

@media only screen and (min-width: 1400px) {
    .list-simple.bigger .list-item {
        font-size: 35px;
        line-height: 45px;
        font-weight: bold
    }
}

.list-anchorlinks {
    display: flex;
    flex-direction: row;
    justify-content: flex-start
}

.list-anchorlinks .list-item {
    flex: 1 1 auto;
    margin-right: 12.5px;
    margin-bottom: 30px;
    text-decoration: none;
    border: 2px solid #00ABEC;
    color: #000;
    padding: 12.5px;
    text-transform: uppercase;
    line-height: 1;
    font-size: 16px;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease
}

.list-anchorlinks .list-item:hover {
    text-decoration: none;
    background-color: #00ABEC;
    color: #fff
}

.list-files {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto 10px
}

.list-files.links .list-item:before {
    background-image: url(assets/svgs/icon-link.svg)
}

@media only screen and (min-width: 1400px) {
    .list-files {
        max-width: 100%
    }
}

@media only screen and (max-width: 949px) {
    .list-files {
        max-width: 100%
    }
}

.list-files .list-item-title {
    display: block;
    flex: 0 0 auto;
    width: 205px;
    margin: 0 25px 0 0;
    text-align: right
}

@media only screen and (max-width: 1180px) {
    .list-files .list-item-title {
        width: 100%;
        text-align: left;
        padding-left: 32px
    }
}

.list-files .list-item-title strong {
    margin-bottom: 18px;
    position: relative;
    display: block
}

.list-files .list-item {
    display: block;
    flex: 0 0 auto;
    width: 145px;
    vertical-align: top;
    margin: 0 10px 10px 0;
    padding-bottom: 20px;
    text-align: center;
    line-height: 1.2;
    text-decoration: none;
    font-size: 18px;
    color: #000;
    font-size: 16px
}

.list-files .list-item:before {
    content: '';
    width: 100%;
    height: 80px;
    display: block;
    margin-bottom: 10px;
    background-image: url(assets/svgs/icon-file2.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.list-files .list-item:hover {
    text-decoration: none
}

.list-files .list-item:hover:before {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.graphdownloads {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}

@media only screen and (min-width: 950px) {
    .graphdownloads {
        min-height: 840px
    }
}

@media only screen and (max-width: 949px) {
    .graphdownloads {
        margin-top: 60px
    }
}

.graphdownloads .list-files {
    flex-direction: column;
    justify-content: flex-start
}

.graphdownloads .list-files .list-item {
    width: 100px;
    height: auto;
    margin: 0 0 30px 0
}

@media only screen and (max-width: 949px) and (min-width: 681px) {
    .graphdownloads .list-files .list-item {
        width: 100px
    }
}

@media only screen and (max-width: 680px) {
    .graphdownloads .list-files .list-item {
        width: 100px
    }
}

.graphdownloads .list-files .list-item:before {
    width: 80%;
    height: 60px
}

.legend-floating,
.legend {
    min-width: 180px;
    display: block;
    margin-bottom: 30px;
    z-index: 50;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.legend-floating .togglewrap,
.legend .togglewrap {
    padding: 10px;
    padding-top: 2em
}

.legend-floating a,
.legend a {
    color: #fff
}

.legend-floating .mapbutton,
.legend-floating .listbutton,
.legend .mapbutton,
.legend .listbutton {
    display: block;
    text-align: center;
    background-color: #00ABEC;
    padding-top: 10px;
    padding-bottom: 10px
}

.legend-floating .download-item,
.legend .download-item {
    display: block
}

.legend-floating .download-item .icon.download,
.legend .download-item .icon.download {
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    background-size: auto 60%;
    background-position: center 40%;
    background-repeat: no-repeat;
    background-image: url(assets/svgs/icon-file.svg)
}

.legend-floating .legend-item .coltog,
.legend .legend-item .coltog {
    background-color: #00516F;
    width: 60px;
    height: 15px;
    display: inline-block;
    border-radius: 5px;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 3px;
    float: right
}

.legend-floating .legend-item.all .coltog,
.legend .legend-item.all .coltog {
    background-color: #276a81
}

.legend-floating .legend-item .coltog .togitem,
.legend .legend-item .coltog .togitem {
    height: 15px;
    width: 15px;
    display: block;
    float: right;
    border-radius: 5px;
    vertical-align: middle
}

.legend-floating .legend-item .coltog .togitem.togoff,
.legend .legend-item .coltog .togitem.togoff {
    float: left
}

.legend-floating .legend-item.liveclick .coltog .togitem,
.legend .legend-item.liveclick .coltog .togitem {
    background-color: #e4db05
}

.legend-floating .legend-item.pastclick .coltog .togitem,
.legend .legend-item.pastclick .coltog .togitem {
    background-color: #e40520
}

.legend-floating .legend-item.plannedclick .coltog .togitem,
.legend .legend-item.plannedclick .coltog .togitem {
    background-color: #00de64
}

.legend-floating .legend-item,
.legend .legend-item {
    display: block;
    margin-bottom: 7.5px;
    font-size: 18px;
    line-height: 1.3;
    text-transform: uppercase;
    position: relative;
    color: #000
}

@media only screen and (min-width: 1400px) {
    .legend-floating .legend-item,
    .legend .legend-item {
        font-size: 18px
    }
}

.legend-floating .legend-item .icon,
.legend .legend-item .icon {
    position: absolute;
    left: 15px;
    top: 0;
    height: 100%;
    width: 30px
}

.legend-floating .legend-foot,
.legend .legend-foot {
    display: block;
    font-size: 13px;
    line-height: 1.3
}

#legend-locationtypes {
    top: 0;
    right: 25px;
    max-width: 250px;
    background-color: rgba(61, 102, 139, 0.6);
    color: #fff
}

#legend-locationtypes .legend-item {
    padding-left: 10px;
    font-size: 16px;
    margin-bottom: 30px 0.5;
    padding-left: 0px
}

#legend-areas {
    top: 460px;
    left: 0;
    max-width: 250px;
    background-color: #00ABEC;
    color: #fff
}

#legend-areas .legend-item {
    padding-left: 10px
}

.legend-floating {
    position: absolute;
    width: 23%;
    height: auto
}

@media only screen and (min-width: 1400px) {
    .legend-floating {
        width: 24%;
        max-width: 250px
    }
}

.legend-floating .legend-item {
    padding-left: 10px
}

@media only screen and (min-width: 1400px) {
    .legend-floating .legend-item {
        padding-left: 0px
    }
}

.legend-floating .legend-item.selected {
    color: #000
}

.legend-floating a.legend-item {
    color: #fff;
    text-decoration: none;
    vertical-align: middle
}

.legend-floating a.legend-item:hover {
    color: #00ABEC
}

.legend-floating a.legend-item.selected {
    pointer-events: none
}

.searchwp-form {
    margin-top: 25px;
    margin-bottom: 50px;
    max-width: 650px
}

.searchwp-form .swp-input {
    border-width: 1px;
    border-color: lightgrey;
    border-style: solid
}

form.login .field {
    display: block;
    position: relative;
    margin: 0 auto 30px;
    width: 80%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

form.login .field input {
    display: block;
    height: 60px;
    width: 100%;
    padding: 5px 5px 5px 40px;
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 12px;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

form.login .field input::placeholder {
    color: #fff;
    opacity: 0.5;
    text-transform: uppercase
}

form.login .field input:-ms-input-placeholder {
    color: #fff;
    opacity: 0.5;
    text-transform: uppercase
}

form.login .field input::-ms-input-placeholder {
    color: #fff;
    opacity: 0.5;
    text-transform: uppercase
}

form.login .field input:focus,
form.login .field input:active,
form.login .field input:hover,
form.login .field input:-webkit-autofill,
form.login .field input:-webkit-autofill:focus,
form.login .field input:-webkit-autofill:hover,
form.login .field input:-webkit-autofill:active {
    background: transparent;
    border: 2px solid #fff;
    transition: background-color 5000s;
    -webkit-text-fill-color: #fff !important
}

form.login .field:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 6px;
    z-index: 100;
    width: 75px;
    height: 48px;
    background-position: left center;
    background-size: auto 35%;
    background-repeat: no-repeat
}

form.login .field.username:before {
    background-image: url(assets/svgs/field-user.svg)
}

form.login .field.password:before {
    background-image: url(assets/svgs/field-password.svg)
}

form.login input[type='submit'] {
    display: block;
    width: 80%;
    height: 60px;
    margin: 0 auto 30px;
    background-color: #00ABEC;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease
}

form.login input[type='submit']:hover {
    background-color: #00ABEC
}

.formLinks {
    font-size: 18px;
    text-align: center;
    color: #fff
}

.formLinks a {
    color: #fff
}

.formResponse {
    background: #fff;
    color: #00ABEC;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 28px
}

.selsectbox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: auto;
    padding: 30px 25px;
    text-align: center;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.selsectbox ul {
    list-style-type: none
}

.selsectbox ul li {
    display: inline;
    list-style-type: none;
    text-transform: uppercase;
    font-size: 16px
}

.selsectbox ul li:before {
    display: none
}

.selsectbox ul li a {
    display: inline-block;
    background-color: #00ABEC;
    color: #fff;
    padding: 15px;
    margin: 15px;
    text-decoration: none;
    min-width: 200px
}

.loginbox {
    height: auto;
    min-width: 340px;
    max-width: 460px;
    padding: 30px 25px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    margin: auto;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width: 949px) {
    .loginbox {
        padding: 15px 15px
    }
}

.loginbox h1,
.loginbox h2,
.loginbox h3 {
    padding-top: 0;
    color: #fff
}

.loginbox h2 {
    font-size: 22px;
    line-height: 30px;
    margin: 0 auto 15px
}

.loginbox h3 {
    font-size: 26px;
    line-height: 34px;
    margin: 0 auto 15px
}

body.page-template-locations .footer,
body.area-template-default .footer {
    background: transparent
}

body.page-template-locations .footer .catchphrase,
body.area-template-default .footer .catchphrase {
    background-color: #858389;
    color: #fff
}

body .hide {
    display: none !important
}

#tab-list {
    position: absolute;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: auto
}

#tab-list .scroll-mask {
    width: calc(100% - 30px);
    background-color: rgba(224, 234, 237, 0.95);
    height: 230px;
    left: 0px;
    position: fixed;
    z-index: 2
}

#tab-list .tilewrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 1200px;
    margin-top: 250px;
    margin-left: 40px;
    z-index: 1;
    position: relative
}

#tab-list .tilewrap .tile {
    display: block;
    flex: 0 0 auto;
    width: 250px;
    margin: 0 15px 30px 0;
    text-align: left;
    line-height: 1.3;
    text-decoration: none;
    vertical-align: top;
    font-size: 18px;
    color: #000;
    transition: opacity .5s ease-in;
    * -webkit-transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    -o-transition: opacity .5s ease-in
}

#tab-list .tilewrap .tile a:hover {
    text-decoration: none
}

#tab-list .tilewrap .tile .thumb {
    width: 250px;
    height: 250px;
    background-color: #3d668b;
    margin-bottom: 25px
}

#tab-list .tilewrap .tile .thumb img {
    width: 100%;
    height: 100%
}

#tab-list .tilewrap .tile .txt h3 {
    font-size: 22px;
    margin: 0
}

#tab-list .tilewrap .tile .txt p {
    font-size: 20px;
    margin: 0;
    margin-bottom: 5px;
    text-transform: capitalize
}

#tab-list .tilewrap .tile .txt p.pplanned {
    color: #00de64
}

#tab-list .tilewrap .tile .txt p.plive {
    color: #e4db05
}

#tab-list .tilewrap .tile .txt p.ppast {
    color: #e40520
}

.areamap {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 800px;
    z-index: 20;
    overflow: hidden
}

.areamap svg#areamap {
    position: absolute;
    top: -30px;
    left: 0;
    height: calc(100% + 30px);
    width: 100%
}

.areamap svg#areamap text {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    fill: #1d1d1b;
    font-family: "Aaux ProRegular", Helvetica, Arial, serif;
    font-size: 20px;
    font-weight: 700;
    background-color: #e0eaed;
    display: inline-block;
    padding: 2px
}

.areamap svg#areamap text.txtbg {
    stroke: #e0eaed;
    stroke-width: 0.15em
}

.areamap svg#areamap #live .circle {
    fill: #e4db05
}

.areamap svg#areamap #past .circle {
    fill: #e40520
}

.areamap svg#areamap #planned .circle {
    fill: #00de64
}

.areamap svg#areamap .maplabel {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none
}

.areamap svg#areamap .maplabel.clickable {
    cursor: pointer
}

.areamap svg#areamap .maplabel.clickable:hover .rectangle,
.areamap svg#areamap .maplabel.clickable:hover .triangle {
    fill: #00ABEC
}

.areamap svg#areamap .maplabel.clickable:hover .circle {
    fill: #1fabec !important
}

.areamap svg#areamap .maplabel.clickable:hover .mapcountry path {
    fill: #1fabec
}

.areamap svg#areamap .maplabel.clickable:hover .labeltext {
    fill: #1fabec
}

.areamap svg#areamap .maplabel.playa {
    display: block
}

.areamap svg#areamap .maplabel .rectangle,
.areamap svg#areamap .maplabel .triangle,
.areamap svg#areamap .maplabel .circle {
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease
}

.map {
    background-color: #e0eaed;
    padding-top: 0;
    padding-bottom: 0;
    height: calc(100% + 90px);
    z-index: 20;
    overflow: hidden;
    background-image: url(assets/svgs/map-locations.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 1600px auto
}

.map .pagetitle.floating {
    margin-left: 40px;
    border-left: 2px solid #fff
}

.map .content {
    padding-left: 0;
    padding-right: 0px !important;
    max-width: 100%
}

.map svg#worldmap {
    height: 100%;
    width: auto;
    max-width: 160%;
    min-width: 1400px
}

.map svg#worldmap #areasmap {
    filter: url(#dropshadow)
}

.map svg#worldmap .clickablearea {
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.map svg#worldmap .clickablearea:hover {
    fill: #00ABEC !important
}

.map svg#overviewmap {
    height: 100%;
    width: auto
}

.map .maplabels {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 40;
    pointer-events: none
}

.map .maplabels #maplabel-total {
    top: 700px;
    left: 0px;
    width: 280px;
    height: 100px
}

.map .maplabels #maplabel-total .loctitle {
    color: #000 !important;
    font-size: 29px;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1)
}

.map .maplabels #maplabel-me {
    top: 300px;
    left: 600px
}

.map .maplabels #maplabel-me .loccircle {
    width: 170px;
    height: 170px;
    background-color: rgba(196, 1, 213, 0.6)
}

.map .maplabels #maplabel-eu {
    top: 180px;
    left: 500px
}

.map .maplabels #maplabel-eu .loccircle {
    width: 350px;
    height: 350px;
    background-color: rgba(72, 193, 239, 0.6)
}

.map .maplabels a:hover .loccircle {
    padding: 10px
}

.map .maplabels a .loccircle {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 0px
}

.map .maplabels #maplabel-af {
    top: 450px;
    left: 500px
}

.map .maplabels #maplabel-af .loccircle {
    width: 220px;
    height: 220px;
    background-color: rgba(239, 123, 0, 0.6)
}

.map .maplabels #maplabel-latam {
    top: 650px;
    left: 300px
}

.map .maplabels #maplabel-latam .loccircle {
    width: 150px;
    height: 150px;
    background-color: rgba(0, 162, 27, 0.6)
}

.map .maplabels #maplabel-apac {
    top: 300px;
    left: 800px
}

.map .maplabels #maplabel-apac .loccircle {
    width: 110px;
    height: 110px;
    background-color: rgba(12, 245, 180, 0.6)
}

.map .maplabels #maplabel-nca {
    top: 250px;
    left: 100px
}

.map .maplabels #maplabel-nca .loccircle {
    width: 170px;
    height: 170px;
    background-color: rgba(239, 123, 0, 0.6)
}

.map .maplabels #maplabel-latam-mar {
    top: 500px;
    left: 250px
}

.map .maplabels #maplabel-latam-mar .loccircle {
    width: 350px;
    height: 350px;
    background-color: rgba(0, 162, 27, 0.6)
}

.map .maplabels #maplabel-eu-mar {
    top: 200px;
    left: 500px
}

.map .maplabels #maplabel-eu-mar .loccircle {
    width: 150px;
    height: 150px;
    background-color: rgba(72, 193, 239, 0.6)
}

.map .maplabels #maplabel-apac-mar {
    top: 300px;
    left: 800px
}

.map .maplabels #maplabel-apac-mar .loccircle {
    width: 110px;
    height: 110px;
    background-color: rgba(12, 245, 180, 0.6)
}

.map .maplabels #maplabel-total-mar {
    top: 860px;
    left: 30px;
    width: 200px;
    height: 100px;
    text-align: left
}

.map .maplabels #maplabel-total-mar .loctitle {
    color: #000 !important;
    font-size: 29px;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1)
}

.map .maplabels .locationlabel {
    position: absolute;
    width: 200px;
    height: 200px;
    text-align: center;
    pointer-events: all;
    z-index: 10
}

.map .maplabels .loctitle {
    padding: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
    width: 100%;
    text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4)
}

.map .maplabels .loctitle .locvalue {
    font-size: 55px;
    display: block;
    line-height: 110%
}

.map .maplabels .loccircle {
    padding: 0px;
    position: absolute;
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10
}

.map .maplabels a.maplabel {
    text-decoration: none;
    color: #fff
}

.map .maplabels span {
    display: block
}

.map .maplabels span sup {
    font-size: 11px;
    top: 10px
}

.map .maplabels .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px
}

.map .maplabels .icon {
    display: none;
    position: absolute;
    top: 12.5px;
    left: -37.5px;
    width: 31.25px;
    display: block
}

.map .maplabels .icon svg {
    width: 100%;
    height: auto
}

.map .maplabels .locations,
.map .maplabels .value {
    font-size: 18px
}

.map .maplabels .totalvalue {
    font-weight: bold
}

.bannerimg {
    margin-bottom: 1.25em
}

.bannerimg img {
    width: 100%;
    height: auto
}

.gallery {
    width: 90%
}

.gallery ul {
    margin: 0px
}

.gallery ul li:before {
    display: none
}

.locationimage-wrapper {
    height: 300px;
    margin-bottom: 30px
}

.locationimage-wrapper .thumbnail-wrapper {
    height: 100%
}

.locationcontent-wrapper {
    max-width: 550px
}

.locationcontent-wrapper p,
.locationcontent-wrapper h3,
.locationcontent-wrapper h4 {
    color: #000
}

.locationcontent-wrapper h3 {
    padding-top: 0px
}

.locationbuttons-wrapper .button,
.locationbuttons-wrapper .sidemenu .menu-item a,
.sidemenu .menu-item .locationbuttons-wrapper a,
.locationbuttons-wrapper .collapsable-block .collapsable-button,
.collapsable-block .locationbuttons-wrapper .collapsable-button,
.locationbuttons-wrapper button {
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
    border: 2px solid #00ABEC;
    background-color: transparent
}

.locationextra-wrapper {
    margin-top: 60px;
    margin-top: 0
}

.chart-wrapper {
    position: relative
}

.chart-wrapper.pie {
    max-width: 500px
}

.chart-wrapper.bars {
    margin-top: 90px;
    margin-bottom: 120px
}

.chart-wrapper .label-mouseover {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 12.5px;
    padding-left: 62.5px;
    width: auto;
    width: 50%;
    min-height: 90px;
    background-color: #00ABEC;
    color: #000;
    text-transform: uppercase;
    line-height: 1.3;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    z-index: 50;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.chart-wrapper .label-mouseover.enabled {
    display: flex
}

.chart-wrapper .label-mouseover .label-iconwrapper {
    position: absolute;
    left: 5px;
    top: 0;
    height: 100%;
    width: 50px
}

.chart-wrapper .label-mouseover .label-iconwrapper .label-icon {
    width: 70%;
    height: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none
}

.chart-wrapper .label-mouseover .label-iconwrapper .label-icon svg {
    width: 100%;
    height: 100%
}

.chart-wrapper .label-mouseover .label-iconwrapper .label-icon.enabled {
    display: block
}

.chart-wrapper .label-mouseover .label-content {
    display: flex;
    flex: 1 1 auto;
    text-align: left
}

@media only screen and (max-width: 949px) {
    .chart-wrapper .label-mouseover .label-content {
        font-size: 16px
    }
}

.chart-wrapper .label-mouseover span {
    flex: 0 1 auto;
    display: block
}

.chart-wrapper.bars .label-mouseover {
    min-height: 60px;
    width: 38%;
    top: 20%;
    max-width: 300px;
    position: absolute
}

@media only screen and (min-width: 1400px) {
    .chart-wrapper.bars .label-mouseover {
        width: 34%
    }
}

.chart-wrapper .chart-pie circle {
    opacity: 0.8;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease
}

.chart-wrapper .chart-pie circle.highlighted {
    opacity: 1;
    cursor: pointer
}

.chart-wrapper .chart-icons {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none
}

.chart-wrapper .chart-icons .chart-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.chart-wrapper .chart-icons .chart-icon svg {
    width: 100%;
    height: 100%
}

.chart-wrapper .chart-icons .chart-icon svg path {
    stroke: #fff
}

.chart-wrapper .chart-icons .chart-icon#icon-other svg path {
    stroke: transparent;
    fill: #fff
}

.chart-wrapper .chart-icons .chart-icon.highlighted {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -moz-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    -o-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2)
}

.chart-wrapper .chart-bars-sections {
    height: 400px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-end;
    flex-wrap: nowrap;
    z-index: 10
}

.chart-wrapper .chart-bars-sections .section {
    height: 100%;
    width: 30px;
    position: relative;
    background-color: #e0eaed;
    flex: 0 0 auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.chart-wrapper .chart-bars-sections .section .bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0.8;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px
}

.chart-wrapper .chart-bars-sections .section .label {
    position: absolute;
    bottom: -75px;
    left: -50%;
    width: 200%;
    height: 60px;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.chart-wrapper .chart-bars-sections .section .label svg {
    width: 60%;
    height: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.chart-wrapper .chart-bars-sections .section.highlighted {
    cursor: pointer
}

.chart-wrapper .chart-bars-sections .section.highlighted .bar {
    opacity: 1
}

.chart-wrapper .chart-bars-sections .section.highlighted .label {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.chart-wrapper .chart-bars-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.chart-wrapper .chart-bars-grid .line-h {
    position: absolute;
    left: 0;
    bottom: 0%;
    width: 100%;
    height: 1px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23DDDDDDFF' stroke-width='2' stroke-dasharray='4%2c6' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e")
}

.chart-wrapper .chart-bars-grid .line-h .value {
    position: absolute;
    left: 0;
    bottom: 5px;
    height: 30px;
    text-align: left;
    font-size: 18px
}

.chart-wrapper.bars.lossrecord .chart-bars-sections {
    height: 600px
}

.chart-wrapper.bars.lossrecord .chart-bars-sections .section .bar {
    background-color: #00ABEC
}

.chart-wrapper.bars.lossrecord .chart-bars-sections .section .label {
    width: 300%;
    height: 120px;
    bottom: -142.5px;
    left: -100%;
    font-size: 16px;
    line-height: 1.2;
    text-align: center
}

.chart-wrapper.bars.lossrecord .chart-bars-sections .section .label .period {
    display: block;
    font-size: 20px;
    margin-top: 22.5px
}