@charset "UTF-8";
.tx-go-maps-ext img {
    max-width: none
}

.urlgate-dialog-opened {
    overflow: hidden
}

.urlgate, .urlgate__overlay {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.urlgate__overlay {
    position: absolute;
    z-index: 1;
    background: #000;
    background: rgba(0, 0, 0, .8);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    -webkit-animation: fadeIn .3s ease forwards;
    animation: fadeIn .3s ease forwards
}

.urlgate__wrapper {
    position: absolute;
    z-index: 2;
    background: #fff;
    color: #000;
    padding: 1em;
    max-height: 80%;
    overflow: auto;
    box-shadow: 0 0 36px 0 rgba(0, 0, 0, .8);
    box-sizing: border-box;
    border: 1px solid gray;
    transition: width .2s, top .2s, left .2s;
    -webkit-animation: moveUp .3s ease forwards;
    animation: moveUp .3s ease forwards;
    width: 100%;
    top: 0;
    left: 0
}

@media (min-width: 192px) {
    .urlgate__wrapper {
        width: 92%;
        left: 4%;
        top: 2%
    }
}

@media (min-width: 384px) {
    .urlgate__wrapper {
        width: 84%;
        left: 8%;
        top: 4%
    }
}

@media (min-width: 576px) {
    .urlgate__wrapper {
        width: 76%;
        left: 12%;
        top: 6%
    }
}

@media (min-width: 768px) {
    .urlgate__wrapper {
        width: 68%;
        left: 16%;
        top: 8%
    }
}

@media (min-width: 960px) {
    .urlgate__wrapper {
        width: 60%;
        left: 20%;
        top: 10%
    }
}

@media (min-width: 1152px) {
    .urlgate__wrapper {
        width: 52%;
        left: 24%;
        top: 12%
    }
}

@media (min-width: 1344px) {
    .urlgate__wrapper {
        width: 44%;
        left: 28%;
        top: 14%
    }
}

@media (min-width: 1536px) {
    .urlgate__wrapper {
        width: 36%;
        left: 32%;
        top: 16%
    }
}

@media (min-width: 1728px) {
    .urlgate__wrapper {
        width: 28%;
        left: 36%;
        top: 18%
    }
}

.urlgate__title {
    line-height: 1.65;
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    font-family: Montserrat, sans-serif
}

.urlgate__description {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.urlgate__variable--domain, .urlgate__variable--url {
    font-weight: 700
}

.urlgate__control {
    padding-top: 1em;
    text-align: right
}

.urlgate__cancel, .urlgate__ok {
    display: inline-block;
    padding: .2em .8em;
    cursor: pointer;
    transition: background-color .3s;
    margin-bottom: 20px
}

.urlgate__cancel, .urlgate__cancel:focus, .urlgate__cancel:hover, .urlgate__ok, .urlgate__ok:focus, .urlgate__ok:hover {
    text-decoration: none;
    outline: 0
}

.urlgate__cancel:last-child, .urlgate__ok:last-child {
    margin-bottom: 0
}

.urlgate__ok {
    background: #2980b9;
    color: #fff
}

.urlgate__ok:focus, .urlgate__ok:hover {
    color: #fff;
    background: #3498db
}

.urlgate__cancel {
    background: #444;
    color: #fff
}

.urlgate__cancel:focus, .urlgate__cancel:hover {
    color: #fff;
    background: #777
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes moveUp {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes moveUp {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.m-search-overlay .m-search-overlay__logo-close, .transition-all-2s-ease-in-out {
    transition: all .2s ease-in-out
}

.m-search-overlay .m-search-overlay__logo-close:hover, .transform-rotate-180deg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.row {
    margin-top: -15px;
    margin-bottom: -15px
}

.row > div {
    padding-top: 15px;
    padding-bottom: 15px;
    min-width: 185px
}

.btn {
    display: block;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    padding: 10px;
    border: 0 none;
    border-radius: 0;
    transition: .4s;
    cursor: pointer;
    border: 2px solid #0d9be2
}

.btn--wide {
    width: 100%
}

.btn--half-wide {
    width: 50%
}

@media (max-width: 1023.98px) {
    .btn--half-wide {
        width: 100%
    }
}

.btn--quarter-wide {
    width: 25%
}

@media (max-width: 1023.98px) {
    .btn--quarter-wide {
        width: 100%
    }
}

.btn--border {
    color: #0d9be2
}

.btn--border:hover {
    background-color: #0d9be2;
    color: #fff
}

.btn--red {
    border: 2px solid #e50043;
    background-color: #e50043;
    color: #fff
}

.btn--red:hover {
    background-color: #fc354c;
    border: 2px solid #fc354c
}

.btn--azure, .buttonColor--azure .btn, .buttonColor--azure.hubspot-form > form input[type=submit] {
    background-color: #0d9be2;
    color: #fff
}

.btn--azure:hover, .buttonColor--azure .btn:hover, .buttonColor--azure.hubspot-form > form input[type=submit]:hover {
    background-color: #29b8ff;
    border: 2px solid #29b8ff !important
}

.btn--red, .buttonColor--red .btn, .buttonColor--red.hubspot-form > form input[type=submit] {
    background-color: #e50043;
    color: #fff;
    border: 2px solid #e50043 !important
}

.btn--red:hover, .buttonColor--red .btn:hover, .buttonColor--red.hubspot-form > form input[type=submit]:hover {
    background-color: #fc354c;
    border: 2px solid #fc354c !important
}

.hs-cta .cta_button {
    display: block !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-align: center !important;
    line-height: 1 !important;
    padding: 10px !important;
    border: 0 none !important;
    border-radius: 0 !important;
    transition: .4s !important;
    cursor: pointer !important;
    background-image: none !important;
    border: 2px solid #0d9be2 !important;
    -webkit-font-smoothing: inherit !important
}

.hs-cta .cta_button:hover {
    background-color: #29b8ff !important
}

.hs-cta--size-wide {
    width: 100% !important
}

.hs-cta--size-half-wide {
    width: 50% !important
}

@media (max-width: 1023.98px) {
    .hs-cta--size-half-wide {
        width: 100% !important
    }
}

.hs-cta--size-quarter-wide {
    width: 25% !important
}

@media (max-width: 1023.98px) {
    .hs-cta--size-quarter-wide {
        width: 100% !important
    }
}

.hs-cta--style-border .cta_button {
    color: #0d9be2 !important;
    background-color: #fff !important
}

.hs-cta--style-azure .cta_button, .hs-cta--style-border .cta_button:hover {
    background-color: #0d9be2 !important;
    color: #fff !important
}

.hs-cta--style-azure .cta_button:hover {
    background-color: #29b8ff !important;
    border: 2px solid #29b8ff !important
}

.hs-cta--style-red .cta_button {
    border: 2px solid #e50043 !important;
    background-color: #e50043 !important;
    color: #fff !important
}

.hs-cta--style-red .cta_button:hover {
    background-color: #fc354c !important;
    border: 2px solid #fc354c !important
}

.hs-cta .cta_button span {
    font-family: inherit !important;
    font-size: inherit !important
}

.form-control {
    height: 36px;
    width: 100%;
    border: 1px solid #2d2d2d;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    font-weight: 400;
    padding: 6px 12px
}

.form-control:focus {
    outline: none;
    border-color: #0d9be2;
    box-shadow: inset 0 0 0 2px rgba(13, 155, 226, .25), 0 0 0 2px rgba(13, 155, 226, .25)
}

select.form-control {
    padding-right: 32px;
    background-image: url(../images/0ae427d425bb54e075605f764b63779a.svg);
    background-position: top 50% right 12px;
    background-size: 20px 12px;
    background-repeat: no-repeat
}

input[type=checkbox], input[type=radio] {
    width: 22px !important;
    height: 22px !important;
    position: absolute !important;
    top: -3px
}

input[type=checkbox]:checked:before, input[type=radio]:checked:before {
    content: "\2714";
    position: absolute;
    font-size: 17px;
    top: 1px;
    left: 5px
}

.eplan_form .inputs-list {
    list-style-type: none;
    padding: 0
}

.eplan_form .inputs-list li {
    margin-bottom: 20px;
    position: relative
}

.eplan_form .inputs-list li label > span {
    padding-left: 40px;
    display: block;
    line-height: 1.4
}

.eplan_form .form-check label {
    display: block;
    position: relative
}

.eplan_form .form-check label .form-checkbox-label {
    cursor: pointer;
    padding-left: 30px
}

.eplan_form input:not([type=submit]) {
    border: 1px solid #000;
    padding: 5px;
    background-color: #fff
}

.eplan_form input:not([type=submit])[type=checkbox], .eplan_form input:not([type=submit])[type=radio] {
    width: 22px;
    height: 22px;
    position: absolute;
    top: -3px
}

.eplan_form input:not([type=submit])[type=checkbox]:checked:before, .eplan_form input:not([type=submit])[type=radio]:checked:before {
    content: "\2714";
    position: absolute;
    font-size: 17px;
    top: 1px;
    left: 5px
}

.eplan_form a {
    color: #0d9be2
}

.eplan_form a:hover {
    color: #29b8ff
}

.eplan_form .actions {
    margin: 15px 0
}

[data-toggle-element] {
    cursor: pointer
}

.eplan_form .submitted .btn, .eplan_form .submitted .form-check label .form-checkbox-label {
    cursor: default !important
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: url(../images/3025fc12f6ddfce2cef066cb95bd6f5c.eot);
    src: local("Montserrat Medium"), local("Montserrat-Medium"), url('../images/3025fc12f6ddfce2cef066cb95bd6f5c.eot?#iefix') format("embedded-opentype"), url(../images/22d0844fa079f762d05831070befa486.woff2) format("woff2"), url(../images/b129022d688ae2d7214a56443fb27b51.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: url(../images/46500d2502b3185ad33b81527c23dd61.eot);
    src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"), url('../images/46500d2502b3185ad33b81527c23dd61.eot?#iefix') format("embedded-opentype"), url(../images/b4f9714141878f10bbf0b8ab6e143717.woff2) format("woff2"), url(../images/344eaeafcb5b62cb7c562c99cee0d1f1.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: url(../images/e934b4fa0a6131caa6f5d1f4f566efc9.eot);
    src: local("Montserrat Bold"), local("Montserrat-Bold"), url('../images/e934b4fa0a6131caa6f5d1f4f566efc9.eot?#iefix') format("embedded-opentype"), url(../images/48d9a2cc39bc60ea3f87e8348b2a17e1.woff2) format("woff2"), url(../images/942c288cde7e42074f0f58cd49a016cd.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: Arial Narrow;
    font-style: normal;
    font-weight: 400;
    src: local("Arial Narrow"), local("ArialNarrow"), url(../images/ecd05f107d340814b030363eafc2867f.woff2) format("woff2"), url(../images/806082c59901807cde0692821e57f033.woff) format("woff");
    font-display: swap
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    background-color: #000;
    color: #fff;
    font-family: Montserrat, sans-serif;
    word-break: break-word;
    word-wrap: break-word
}

body button, body input, body select, body textarea {
    font-family: Montserrat, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.azure {
    color: #0d9be2
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

a {
    color: #fff
}

a, u {
    text-decoration: none
}

.wrapper {
    position: relative;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 64px
}

@media (min-width: 1024px) {
    .wrapper--default {
        padding-left: 220px
    }

    .wrapper .container {
        margin-left: 0;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width: 1439.98px) {
    .wrapper .container {
        max-width: 100%;
        padding-left: 40px;
        padding-right: 40px
    }
}

.wrapper-pl {
    left: 0;
    padding-bottom: 8px;
    background-color: #000;
    z-index: 50;
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.wrapper-pl, .wrapper-pl.fixed {
    position: fixed;
    bottom: 0;
    width: 100%
}

.wrapper-pl.fixed {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.wrapper-pl.fade {
    -webkit-transform: translateY(168px);
    transform: translateY(168px)
}

.video-wrap {
    position: relative !important;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    background-color: #000
}

.video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.small-text {
    font-size: 13px
}

.img-fluid {
    width: 100%
}

.m-header__wrap {
    overflow: hidden
}

.m-header__horizontal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, .8)
}

.m-header__horizontal .m-side__logo {
    float: left;
    padding-bottom: 20px
}

.m-header__side {
    display: none
}

@media (min-width: 1024px) {
    .m-header__side {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 45;
        min-height: 540px
    }
}

.m-header__side--backdrop {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: -1
}

.m-header__side--backdrop.active {
    display: block
}

.m-header__top {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #000;
    z-index: 40;
    transition: top .4s
}

.m-header__top.pos-top, .m-header__top.scroll-up {
    top: 0
}

@media (min-width: 1024px) {
    .m-header__top {
        background-color: transparent
    }
}

.m-header__top-desktop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: transparent;
    z-index: 40;
    transition: top .4s
}

.m-header__desktop, .m-header__main {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 1024px) {
    .m-header__desktop, .m-header__main {
        padding-left: 220px
    }
}

.m-header__main {
    display: block
}

@media (min-width: 1024px) {
    .m-header__main {
        display: none
    }
}

.m-header__desktop {
    display: none
}

@media (min-width: 1024px) {
    .m-header__desktop {
        display: block
    }
}

.m-header__row {
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px
}

@media (min-width: 1024px) {
    .m-header__row {
        height: 64px;
        padding-top: 20px;
        padding-bottom: 20px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        background-color: rgba(0, 0, 0, .8)
    }

    .m-header__row:after, .m-header__row:before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .8);
        width: 1024px
    }

    .m-header__row:before {
        right: 100%
    }

    .m-header__row:after {
        left: 100%
    }
}

.m-header-desktop__row {
    position: relative;
    padding-top: 8px;
    padding-bottom: 8px
}

@media (min-width: 1024px) {
    .m-header-desktop__row {
        padding: 20px 40px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap
    }

    .m-header-desktop__row:after, .m-header-desktop__row:before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        width: 1024px
    }

    .m-header-desktop__row:before {
        right: 100%
    }

    .m-header-desktop__row:after {
        left: 100%
    }
}

.m-header__breadcrumbs {
    display: none
}

.m-header__extra {
    display: flex;
    position: fixed;
    margin: -156px 0 0;
    left: 100%;
    top: 50%;
    height: auto
}

@media (min-width: 1024px) {
    .m-header__extra {
        margin-left: auto;
        margin-right: 70px;
        display: flex;
        justify-content: flex-start;
        align-items: center
    }
}

.m-header__countries {
    margin-right: 20px
}

@media (min-width: 1024px) {
    .m-header__mob {
        display: none
    }
}

@media (min-width: 1024px) {
    .pos-top .m-header__breadcrumbs {
        display: block
    }
}

.m-header-sm {
    color: #000
}

.m-header-sm__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.m-header-sm__search {
    width: 20px
}

.m-header-sm__search .m-ilink {
    -webkit-filter: invert(100%);
    filter: invert(100%)
}

.m-h-logo {
    display: block;
    width: 100px
}

.m-h-logo img {
    height: 48px
}

.m-h-btn {
    position: relative;
    padding: 0;
    border: 0 none;
    height: 20px;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    z-index: 55
}

.m-h-btn, .m-h-btn__line {
    display: block;
    width: 28px
}

.m-h-btn__line {
    position: absolute;
    height: 3px;
    background-color: #ffffff;
    right: 0;
    transition: .2s;
    top: 50%
}

.m-h-btn__line:first-child {
    margin-top: -9px
}

.m-h-btn__line:nth-child(2) {
    margin-top: -1px
}

.m-h-btn__line:last-child {
    margin-top: 7px
}

.m-h-btn.open span:first-child {
    margin-top: -1px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.m-h-btn.open span:nth-child(2) {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.m-h-btn.open span:last-child {
    margin-top: -1px;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg)
}

body.mm-body--open .m-h-btn {
    display: none
}

.m-page-nav {
    display: none !important;
    position: absolute;
    right: 0;
    width: 40px;
    top: 0;
    height: 100vh;
    min-height: 540px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    z-index: 35
}

.m-page-nav__wrap {
    position: fixed
}

.m-page-nav__extra {
    margin-top: 72px
}

.m-page-nav__help {
    width: 38px;
    text-align: center;
    padding-top: 40px;
    position: relative;
    font-size: 14px;
    text-shadow: 0 0 3px #000
}

.m-page-nav__help:after, .m-page-nav__help:before {
    position: absolute;
    content: "";
    left: 50%
}

.m-page-nav__help:before {
    width: 20px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 10px;
    background-color: #000;
    box-shadow: 0 0 0 1px #000;
    top: 0;
    margin-left: -10px
}

.m-page-nav__help:after {
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
    top: 8px;
    margin-left: -2px
}

.m-page-nav__to-top {
    position: fixed;
    display: block;
    visibility: hidden;
    padding: 0;
    border: 0 none;
    outline: none;
    opacity: 0;
    bottom: 120px;
    width: 38px;
    height: 38px;
    text-indent: -9999px;
    overflow: hidden;
    transition: .4s;
    cursor: pointer;
    background-color: #f5f5f7
}

@media (min-width: 1024px) {
    .m-page-nav__to-top {
        width: 40px;
        height: 40px;
        margin-left: 0
    }
}

.m-page-nav__to-top.show {
    visibility: visible;
    opacity: 1;
    z-index: 15
}

.m-page-nav__to-top:after, .m-page-nav__to-top:before {
    position: absolute;
    content: ""
}

.m-page-nav__to-top:before {
    width: 12px;
    height: 12px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: gray;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 50%;
    margin-left: -6px;
    top: 50%;
    margin-top: -10px
}

.m-page-nav__to-top:after {
    width: 2px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    left: 50%;
    margin-left: -1px;
    background-color: gray
}

@media (max-width: 2159.98px) {
    .m-page-pager {
        display: none
    }
}

.m-page-pager__list {
    padding: 0 0 0 10px;
    margin: 0;
    list-style: none
}

.m-page-pager__item {
    position: relative;
    width: 24px;
    margin-left: auto;
    margin-right: auto
}

.m-page-pager__item:not(:last-child) {
    margin-bottom: 28px
}

.m-page-pager__btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 14px;
    height: 14px;
    padding: 0;
    border: 2px solid #000;
    background-color: #000;
    border-radius: 50%;
    text-indent: -9999px;
    cursor: pointer;
    overflow: hidden;
    z-index: 1
}

.m-page-pager__btn:hover + span {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.m-page-pager__btn:hover:before {
    width: 8px;
    height: 8px
}

.m-page-pager__btn:focus {
    outline: none
}

.m-page-pager__btn:before {
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.m-page-pager__btn.active, .m-page-pager__btn:hover {
    border-color: #fff;
    box-shadow: 0 0 0 1px #000
}

.m-page-pager__label {
    position: absolute;
    white-space: nowrap;
    right: 0;
    top: 0;
    bottom: 0;
    margin-right: 7px;
    font-size: 14px;
    line-height: 22px;
    padding-left: 12px;
    padding-right: 24px;
    padding-bottom: 22px;
    background-color: #000;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    border-radius: 0 50px 50px 0
}

.m-countries__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/ee0d877f1647d8676a8c6dcc024426d0.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    border: none;
    text-indent: -99999em;
    cursor: pointer
}

@media (max-width: 1023.98px) {
    .m-countries__close {
        display: none
    }
}

.m-countries__btn {
    color: #fff;
    padding: 0 0 0 20px;
    border: 0 none;
    background-color: transparent;
    position: relative;
    display: inline-block;
    outline: none;
    cursor: pointer;
    line-height: 20px;
    margin-left: 20px;
    font-size: 13px
}

.m-countries__btn.active:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.m-countries__btn:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(../images/f623b0489b02652e20a12ffd8a67fb0a.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    left: 0;
    top: 50%;
    margin-top: -7px;
    transition: .2s
}

.m-countries__menu {
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .85);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    padding: 20px;
    min-width: 810px
}

.m-countries__menu.open {
    display: block;
    z-index: 15
}

@media (max-width: 1023.98px) {
    .m-countries__menu {
        position: absolute;
        padding: 80px 30px;
        width: 100%;
        min-width: unset;
        top: 0;
        left: 0;
        -webkit-transform: unset;
        transform: unset
    }
}

.m-countries__list {
    position: relative;
    font-size: 13px
}

@media (max-height: 539px) {
    .m-countries__list {
        height: 200px;
        overflow-x: scroll;
        overflow-y: hidden
    }
}

@media (min-width: 640px) {
    .m-countries__list {
        -webkit-column-count: 2;
        column-count: 2
    }
}

@media (min-width: 1440px) {
    .m-countries__list {
        -webkit-column-count: 4;
        column-count: 4
    }
}

.m-countries__item {
    -webkit-column-fill: auto;
    column-fill: auto;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    page-break-inside: avoid;
    text-align: left
}

@media (max-width: 1023.98px) {
    .m-countries__item a {
        padding: 5px 0
    }
}

.m-countries__item--last {
    position: relative
}

.m-countries__item--last:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(../images/153df65897636c6cee768597671d1831.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    left: 5px;
    top: 50%;
    margin-top: -7px;
    transition: .2s
}

.m-countries__item--last a {
    background-color: #fff;
    color: #000
}

.m-countries__item--last .m-countries__label {
    padding-left: 28px;
    padding-right: 5px
}

.m-countries__item--last .m-countries__link {
    transition: background-color .4s
}

.m-countries__item--last .m-countries__link:hover {
    background-color: #29b8ff
}

.m-countries__item--last .m-countries__link:hover span {
    border-bottom-color: #29b8ff
}

.m-countries__link {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.7
}

.m-countries__link:hover span {
    border-bottom-color: #e50043
}

.m-countries__link.active {
    font-weight: 700;
    pointer-events: none
}

.m-countries__link.active:hover span {
    border-bottom-color: initial
}

.m-countries__label {
    line-height: 1;
    display: inline-block;
    padding: 5px 0;
    border-bottom: 1px solid transparent;
    transition: border-color .4s
}

.m-lng-switch {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.m-lng-switch__list {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-column-count: 4;
    column-count: 4;
    text-align: left
}

.m-lng-switch__link {
    display: inline-block;
    line-height: 20px;
    font-size: 13px
}

.m-lng-switch__link.active {
    font-weight: 700
}

.m-lng-switch__link:hover span {
    border-bottom-color: #e50043
}

.m-lng-switch__label {
    display: inline-block;
    line-height: 20px;
    font-size: 13px
}

.m-lng-switch__label.active {
    font-weight: 700
}

.m-lng-switch__link-label {
    line-height: 1;
    display: inline-block;
    padding: 5px 0;
    border-bottom: 1px solid transparent;
    transition: border-color .4s
}

.m-side {
    position: fixed;
    height: 100vh;
    padding: 0;
    width: 220px;
    transition: background-color .4s ease-in-out;
    background-color: transparent;
    justify-content: flex-start
}

.m-side, .m-side__wrap {
    display: flex;
    align-items: stretch;
    flex-direction: column
}

.m-side__wrap {
    flex-grow: 1;
    justify-content: space-between
}

.m-side__logo {
    /*padding: 20px 20px 34px;*/
    margin: 0
}

.m-side__logo .m-logo {
    padding: 0 15px
}

.m-side__search {
    padding: 40px;
    margin: 0
}

.m-side__search .m-search {
    padding: 5px 0
}

.m-side__nav {
    flex-grow: 1;
    padding: 20px;
    margin-bottom: 20px
}

.m-side__bottom {
    display: block;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    transition: opacity .42s linear .25s, -webkit-transform .42s ease-in .25s;
    transition: opacity .42s linear .25s, transform .42s ease-in .25s;
    transition: opacity .42s linear .25s, transform .42s ease-in .25s, -webkit-transform .42s ease-in .25s
}

.m-side__bottom.show {
    transition: opacity .42s linear .1s, -webkit-transform .42s ease-out .1s;
    transition: opacity .42s linear .1s, transform .42s ease-out .1s;
    transition: opacity .42s linear .1s, transform .42s ease-out .1s, -webkit-transform .42s ease-out .1s;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.m-side__bottom .m-logo {
    padding: 22px 0
}

.m-side__bottom .m-logo__img {
    width: 210px;
    /*border: 1px solid #fff*/
}

.m-side.set-bg-black {
    transition: background-color .4s ease-in-out;
    background-color: rgba(0, 0, 0, .9)
}

.m-logo {
    display: block
}

.m-logo-label {
    display: block;
    font-size: 13px;
    margin-top: 5px
}

.m-logo-corner {
    position: absolute;
    display: block;
    opacity: 0;
    right: 24px;
    top: 22px;
    transition: .5s
}

.m-logo-corner--show {
    display: block;
    opacity: 1;
    transition: .5s
}

.m-breadcrumbs__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.m-breadcrumbs__item {
    position: relative;
    font-size: 13px;
    line-height: 1.25
}

.m-breadcrumbs__item:not(:last-child) {
    padding-right: 8px;
    margin-right: 8px
}

.m-breadcrumbs__item:not(:last-child):after {
    position: absolute;
    content: "";
    width: 1px;
    top: 1px;
    bottom: 1px;
    right: 0;
    background-color: #fff
}

.m-breadcrumbs__link:hover span {
    border-bottom-color: #e50043
}

.m-breadcrumbs__label {
    line-height: 1;
    display: inline-block;
    padding: 5px 0;
    border-bottom: 1px solid transparent;
    transition: border-color .4s
}

.m-behavior__container {
    display: flex;
    flex-flow: wrap;
    margin: 0 -10px;
    box-sizing: content-box
}

.m-behavior__container .m-cat-box__bottom--half {
    padding: 10px;
    box-sizing: border-box
}

.m-behavior__container .flex-break {
    flex-basis: 100%;
    height: 0
}

.m-behavior--wide {
    width: 100%
}

.m-behavior--half-wide {
    width: 50%
}

.m-behavior--half-wide .btn--half-wide {
    width: 100% !important
}

@media (max-width: 1023.98px) {
    .m-behavior--half-wide {
        width: 100%
    }
}

.m-behavior--quarter-wide {
    width: 25%
}

.m-behavior--quarter-wide .btn--quarter-wide {
    width: 100% !important
}

@media (max-width: 1023.98px) {
    .m-behavior--quarter-wide {
        width: 100%
    }
}

.m-behavior--float-left {
    float: left
}

.m-search__link {
    text-align: center
}

.facet-option {
    display: inline-block
}

.hidden-xs {
    padding: 0;
    min-width: inherit;
    display: none
}

.m-link {
    display: inline-block;
    vertical-align: middle;
    padding-left: 36px;
    position: relative;
    color: #0d9be2;
    font-size: 16px;
    line-height: 1.75em
}

.m-link:before {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    top: 50%;
    margin-top: -16px;
    left: 0
}

.m-link--fullscreen:before {
    background-image: url(../images/31b4eb1ef042d5b8e6b59c501b202b47.svg)
}

.m-ilink {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden
}

.m-ilink--search {
    width: 28px;
    height: 28px;
    cursor: pointer;
    background-image: url(../images/6e1d9264cf9fc48226d956c74c1bfb64.svg)
}

.m-ilink--profile {
    width: 32px;
    height: 32px;
    background-image: url(../images/0cc3fa568b11fa861dd128a66b44d5f4.svg)
}

.m-ilink--profile:hover {
    background-image: url(../images/938497c27022c7dc1bc52bd661385919.svg)
}

.m-ilink--mail {
    width: 32px;
    height: 32px;
    background-image: url(../images/d22f2e1652d31d1041ec891cd2e87181.svg)
}

.m-ilink--mail:hover {
    background-image: url(../images/da294f58161857c592f226be015dfc13.svg)
}

.m-ilink--career {
    width: 32px;
    height: 32px;
    background-image: url(../images/105d927b744bf8bbaf8979f88f79cc91.svg)
}

.m-ilink--career:hover {
    background-image: url(../images/ded0e1d9b15c6bfa599bd9c233b4cc35.svg)
}

.m-ilink--newsletter {
    width: 32px;
    height: 32px;
    background-image: url(../images/b7a1e46ff5462f82f480039fb4cf7d9d.svg)
}

.m-ilink--newsletter:hover {
    background-image: url(../images/2a7b9b81fd30f4574b6d93d9b205d6ed.svg)
}

.m-ilink--countries {
    width: 32px;
    height: 32px;
    background-image: url(../images/76f359a9f32a0292011469c4ef4fe3d3.svg)
}

.m-ilink--countries:hover {
    background-image: url(../images/c32f746f63b2140458def7d2735a825f.svg)
}

.m-ilink--chat {
    width: 30px;
    height: 20px;
    background-image: url(../images/41c2ca64bbfb1431e2353b1f8bdb330f.svg)
}

.m-header__extra .m-ilink {
    width: 194px;
    height: 40px;
    background-position: 5px;
    background-size: 32px 32px;
    text-indent: 40px;
    text-align: left;
    z-index: 1
}

.m-header__extra .m-ilink--search {
    margin: 0
}

div.m-block > div.container div.ce-bodytext ul, div.m-block > div.container div.m-block__extra > ul {
    padding-left: 0;
    list-style: none
}

div.m-block > div.container div.ce-bodytext ul > li, div.m-block > div.container div.m-block__extra > ul > li {
    line-height: 2;
    padding-left: 18px;
    text-indent: -.7em
}

div.m-block > div.container div.ce-bodytext ul > li:before, div.m-block > div.container div.m-block__extra > ul > li:before {
    color: #000;
    font-family: AppleGothic, Lucida Sans, Impact, Verdana, sans-serif;
    content: "\25A0";
    float: left;
    width: 17px;
    margin-top: 2px;
    margin-left: -6px;
    font-size: 80%
}

div.m-block--black > div.container div.ce-bodytext ul > li:before, div.m-block--black > div.container div.m-block__extra > ul > li:before {
    color: #fff
}

.m-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

.m-nav__list__selectLanguage {
    margin-top: 4vh;
    font-size: 14px;
    border-top: 1px solid #ccc;
    padding-top: 4vh
}

.m-nav__row {
    list-style: none;
    padding: 0
}

.m-nav__row__selectLanguage {
    position: absolute;
    top: 0;
    right: 0
}

.m-nav__row > li {
    list-style: none;
    float: left;
    border-left: 1px solid #fff;
    height: 1em;
    padding: 0 1em;
    margin-top: 1em
}

.m-nav__row > li:first-child {
    border-left: none
}

.m-nav__row > li a {
    margin-top: -10px
}

.m-nav__link {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: .5px;
    margin: 10px 0;
    padding: 4px 0;
    line-height: 25px
}

.m-nav__link:hover span {
    border-bottom-color: #e50043
}

.m-nav__link.active {
    font-weight: 700
}

.m-nav .highlighted {
    font-weight: 400;
    color: #fff
}

.m-nav .highlighted span {
    border-bottom-color: #e50043
}

.m-nav__label {
    line-height: 1;
    display: inline-block;
    padding: 5px 0;
    border-bottom: 1px solid transparent;
    transition: border-color .4s
}

.m-nav__sub {
    overflow-y: auto
}

@media (min-width: 1024px) {
    .m-nav__sub {
        -webkit-animation-name: appear-left;
        animation-name: appear-left;
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        display: none;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 100%;
        background-color: rgba(0, 0, 0, .9);
        padding: 20px 30px
    }

    .m-nav__sub.open {
        display: block
    }
}

.m-nav-sub__ctrls, .m-nav-sub__subitem__ctrls {
    position: absolute;
    right: 30px;
    top: 20px
}

.m-nav-sub__main, .m-nav-sub__subitem__main {
    margin-top: 24px
}

.m-nav-sub__list, .m-nav-sub__subitem__list {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 15px;
    -webkit-animation-name: appear;
    animation-name: appear;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@media (min-width: 1024px) {
    .m-nav-sub__list, .m-nav-sub__subitem__list {
        min-width: 320px;
        text-align: left
    }
}

.m-nav-sub__item, .m-nav-sub__subitem__item {
    border-bottom: 1px solid gray
}

.m-nav-sub__label, .m-nav-sub__subitem__label {
    position: relative
}

.m-nav-sub__link, .m-nav-sub__subitem__link {
    display: block;
    line-height: 2em;
    padding: 10px 0;
    margin-right: 20px
}

.m-nav-sub__link--bold, .m-nav-sub__subitem__link--bold {
    font-weight: 700
}

.m-nav-sub__link span, .m-nav-sub__subitem__link span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    padding: 5px 0;
    border-bottom: 1px solid transparent;
    transition: border-color .4s
}

.m-nav-sub__link:hover span, .m-nav-sub__subitem__link:hover span {
    border-bottom-color: #e50043
}

.m-nav-sub__btn, .m-nav-sub__subitem__btn {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
    outline: none;
    right: 0
}

.m-nav-sub__btn:after, .m-nav-sub__btn:before, .m-nav-sub__subitem__btn:after, .m-nav-sub__subitem__btn:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 1px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    transition: .2s
}

.m-nav-sub__btn:after, .m-nav-sub__subitem__btn:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.m-nav-sub__btn:hover:after, .m-nav-sub__btn:hover:before, .m-nav-sub__subitem__btn:hover:after, .m-nav-sub__subitem__btn:hover:before {
    width: 10px;
    margin-left: 0
}

.m-nav-sub__btn:hover:before, .m-nav-sub__subitem__btn:hover:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 2px
}

.m-nav-sub__btn:hover:after, .m-nav-sub__subitem__btn:hover:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: auto;
    right: 2px
}

.m-nav-sub__btn.active:after, .m-nav-sub__subitem__btn.active:after {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.m-nav-sub__btn.active:hover:after, .m-nav-sub__btn.active:hover:before, .m-nav-sub__subitem__btn.active:hover:after, .m-nav-sub__subitem__btn.active:hover:before {
    width: 14px;
    left: 50%;
    margin-left: -7px
}

.m-nav-sub__btn.active:hover:before, .m-nav-sub__subitem__btn.active:hover:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.m-nav-sub__btn.active:hover:after, .m-nav-sub__subitem__btn.active:hover:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.m-nav-sub__subitem__sublist, .m-nav-sub__sublist {
    display: none;
    margin: 0;
    padding: 0 0 0 30px;
    list-style: none;
    transition: .4s
}

.m-nav-sub__subitem__sublist.open, .m-nav-sub__sublist.open {
    display: block
}

.m-nav-sub__subitem__sublink, .m-nav-sub__sublink {
    display: block;
    line-height: 2em;
    padding: 5px 0
}

.m-nav-sub__subitem__sublink span, .m-nav-sub__sublink span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    padding: 3px 0;
    border-bottom: 1px solid transparent;
    transition: border-color .4s
}

.m-nav-sub__subitem__sublink:hover span, .m-nav-sub__sublink:hover span {
    border-bottom-color: #e50043
}

.m-close-btn {
    display: block;
    padding: 0;
    border: 0 none;
    width: 20px;
    height: 20px;
    background-color: transparent;
    outline: none;
    overflow: hidden;
    cursor: pointer;
    text-indent: -9999px
}

.m-close-btn:after, .m-close-btn:before {
    position: absolute;
    content: "";
    width: 24px;
    height: 1px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    margin-left: -12px
}

.m-close-btn:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.m-close-btn:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

@-webkit-keyframes appear {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes appear {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes appear-left {
    0% {
        width: 1px
    }
    to {
        width: 380px
    }
}

@keyframes appear-left {
    0% {
        width: 1px
    }
    to {
        width: 380px
    }
}

.m-nav-mobile {
    display: none
}

.m-nav-mobile ul li:last-child {
    padding-bottom: 85px
}

.m-nav-mobile__countries {
    visibility: hidden
}

.m-nav-mobile__countries > ul {
    visibility: visible
}

.m-nav-mobile__countries--international a {
    padding-left: 46px !important
}

.m-nav-mobile__countries--international a:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/ef64fd96c5e0a79be69aee1df4b147aa.svg);
    left: 20px;
    top: 50%;
    margin-top: -10px;
    transition: .2s
}

.m-nav-mobile__close, .m-nav-mobile__countries--international a:before {
    position: absolute;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain
}

.m-nav-mobile__close {
    background-image: url(../images/cad0da2805cb7cb41a45e99178a09a59.png);
    width: 22px;
    height: 22px;
    top: 13px;
    right: 13px;
    cursor: pointer;
    z-index: 3
}

.m-nav-mobile__bottom {
    width: 100%;
    padding-left: 25px;
    position: absolute;
    bottom: 0;
    background-color: #000
}

.m-nav-mobile__bottom-links {
    display: flex;
    padding: 10px 0;
    width: 100%
}

.m-nav-mobile__bottom-links > div {
    margin-right: 20px
}

.m-nav-mobile__bottom-links > div.active {
    font-weight: 700
}

.m-nav-mobile__bottom-links > div a {
    padding: 0
}

.m-nav-mobile__bottom-icons {
    position: relative;
    width: 100%;
    padding: 20px 0
}

.m-nav-mobile__bottom-icons > div a {
    padding: 0;
    background: none
}

.m-nav-mobile__bottom-icons:after {
    content: "";
    opacity: .5;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    height: 1px;
    background-color: #fff
}

.m-nav-mobile__bottom-links-country {
    position: relative;
    padding-right: 25px;
    margin-left: auto
}

.m-nav-mobile__bottom-links-country:after {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    content: "";
    display: block;
    opacity: .5
}

.m-extra-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
    flex-direction: column;
    display: flex;
    vertical-align: middle
}

.m-extra-nav__item {
    text-align: center;
    display: flex;
    position: relative;
    height: 40px;
    border-left: 3px solid #e50043;
    margin-top: 3px;
    background-color: #000;
    line-height: 40px;
    font-size: 14px;
    -webkit-transform: translateX(-43px);
    transform: translateX(-43px);
    left: 0;
    transition: left .32s ease-in-out, -webkit-transform .32s ease-in-out;
    transition: left .32s ease-in-out, transform .32s ease-in-out;
    transition: left .32s ease-in-out, transform .32s ease-in-out, -webkit-transform .32s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased
}

.m-extra-nav__item a {
    height: 38px !important;
    line-height: 38px;
    margin-right: 0 !important;
    padding-right: 20px
}

.m-extra-nav__item a, .m-extra-nav__item a:hover {
    transition: color .32s ease-in-out 80ms, color .32s ease-in-out 80ms
}

.m-extra-nav__item a:hover {
    color: #000
}

.m-extra-nav__item:first-of-type {
    margin-top: 0
}

.m-extra-nav__item:hover {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: left .32s ease-in-out 80ms, -webkit-transform .32s ease-in-out 80ms;
    transition: left .32s ease-in-out 80ms, transform .32s ease-in-out 80ms;
    transition: left .32s ease-in-out 80ms, transform .32s ease-in-out 80ms, -webkit-transform .32s ease-in-out 80ms;
    left: -100%
}

.m-extra-nav__item:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background-color: #e50043;
    border-left-color: #000;
    color: #000;
    transition: -webkit-transform .32s ease-in-out;
    transition: transform .32s ease-in-out;
    transition: transform .32s ease-in-out, -webkit-transform .32s ease-in-out;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.m-extra-nav__item:hover:after {
    transition: -webkit-transform .32s ease-in-out 80ms;
    transition: transform .32s ease-in-out 80ms;
    transition: transform .32s ease-in-out 80ms, -webkit-transform .32s ease-in-out 80ms;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

@media (min-width: 1024px) {
    .m-hero {
        margin-left: -220px
    }
}

.m-hero-slider__wrap {
    position: relative
}

.m-hero-slider__ctrls {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 5
}

@media (max-width: 1023.98px) {
    .m-hero-slider__ctrls {
        bottom: 15px
    }

    .m-hero-slider__ctrls.up {
        bottom: 80px
    }
}

@media (min-width: 640px) {
    .m-hero-slider__ctrls {
        bottom: 30px
    }

    .m-hero-slider__ctrls.up {
        bottom: 80px
    }
}

@media (min-width: 1024px) {
    .m-hero-slider__ctrls {
        padding-left: 220px
    }
}

@media (max-width: 1439.98px) {
    /*.m-hero-slider-behavior-md__fit .m-hero-slide__visual img, .m-hero-slider-behavior-md__fit .m-hero-slide__visual video {*/
    /*    width: 100%;*/
    /*    !*-o-object-fit: fit;*!*/
    /*    !*object-fit: fit;*!*/
    /*    !*max-width: 100%;*!*/
    /*    !*max-height: 100%;*!*/
    /*    !*width: auto;*!*/
    /*    !*height: auto*!*/
    /*}*/
}

@media (min-width: 1024px) {
    .wrapper--campaign .m-hero {
        margin-left: 0 !important
    }
}

@media (min-width: 1024px) {
    .wrapper--campaign .m-hero-slider__ctrls {
        padding-left: 0
    }
}

.m-hero-slide__wrap {
    position: relative;
    height: 100vh;
    min-height: 540px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column
}

.m-hero-slide__wrap--reduced-height {
    height: auto;
    min-height: 405px
}

.m-hero-slide__wrap--breadcrumb-only {
    height: auto;
    min-height: 65px
}

.m-hero-slide__wrap--breadcrumb-only .m-hero-slide__main {
    display: none;
}

.m-hero-slide__visual {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .5
}

.m-hero-slide__visual img, .m-hero-slide__visual video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.m-hero-slide__visual--visible {
    opacity: 1
}

@media (max-width: 1859.98px){
    .m-hero-slide__wrap {
        position: relative;
        height: 100vh;
        min-height: 22px;
        display: flex;
        justify-content: center;
        align-items: stretch;
        flex-direction: column;
    }

}
.m-hero-slide__visual--video video {
    width: 100%;
    object-fit: contain;
}

@media (min-width: 1860px) {
    .m-hero-slide__visual--video video {
        width: 100%;

    }
    .m-hero-slide__visual--image {
        display: none
    }
}

.m-hero-slide__main {
    position: relative
}

@media (min-width: 1024px) {
    .m-hero-slide__body {
        padding-left: 245px
    }
}

.m-hero-slide__info {
    padding-right: 0
}

@media (min-width: 1024px) {
    .m-hero-slide__info {
        padding-right: 60px;
        padding-left: 90px
    }
}

.m-hero-slide__title {
    font-weight: 700;
    letter-spacing: .7px;
    margin-bottom: 20px
}

@media (max-width: 1023.98px) {
    .m-hero-slide__title {
        font-size: 42px
    }
}

@media (min-width: 640px) {
    .m-hero-slide__title {
        font-size: 54px
    }

}

@media (max-width: 1023.98px) {
    .m-hero-slide__description {
        font-size: 20px
    }
}

@media (min-width: 640px){
    .m-hero-slide__description {
        font-size: 24px
    }

}

.m-hero-slide__bottom {
    max-width: 360px;
    margin-top: 30px
}

.m-hero-slide__link {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    padding: 10px;
    background-color: #0d9be2;
    color: #fff;
    transition: .4s
}

.m-hero-slide__link:hover {
    background-color: #29b8ff
}

.m-slider-ctrls--wide .m-slider-ctrls__wrap {
    justify-content: space-between
}

.m-slider-ctrls__list, .m-slider-ctrls__wrap {
    display: flex;
    justify-content: center;
    align-items: center
}

.m-slider-ctrls__pager {
    max-width: 90%;
    padding-left: 60px;
    padding-right: 60px
}

@media (max-width: 639.98px) {
    .m-slider-ctrls__pager {
        padding-left: 30px;
        padding-right: 30px
    }

}

@media (min-width: 640px) {
    .m-slider-ctrls__pager {
        padding-left: 120px;
        padding-right: 120px
    }

}

.m-slider-ctrls__list {
    padding: 0;
    list-style: none;
    margin: 0 -10px
}

@media (max-width: 639.98px) {
    .m-slider-ctrls__list {
        margin: 0 -6px
    }
}

.m-slider-ctrls__list li {
    padding-left: 10px;
    padding-right: 10px
}

@media (max-width: 639.98px) {
    .m-slider-ctrls__list li {
        padding-left: 6px;
        padding-right: 6px
    }
}

.m-slider-ctrls__list li.slick-active button, .m-slider-ctrls__list li:hover button {
    opacity: 1
}

.m-slider-ctrls__list button {
    display: block;
    position: relative;
    height: 16px;
    background-color: transparent;
    padding: 0;
    border: 0 none;
    opacity: .5;
    transition: .4s;
    outline: none;
    cursor: pointer;
    text-indent: -9999px;
    width: 28px
}

@media (max-width: 639.98px) {
    .m-slider-ctrls__list button {
        width: 10px
    }
}

.m-slider-ctrls__list button:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 50%;
    height: 3px;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.m-slider-arrow {
    display: block;
    padding: 0;
    border: 0 none;
    background-color: transparent;
    width: 18px;
    height: 18px;
    overflow: hidden;
    text-indent: -9999px;
    opacity: .5;
    background-image: url(../images/3f1460be93b461401231ff1d64ca16b6.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: .4s;
    cursor: pointer;
    outline: none
}

.m-slider-arrow--prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.m-slider-arrow:hover {
    opacity: 1
}

.m-block.m-block--light .m-slider-ctrls--dark, .m-block.m-block--white .m-slider-ctrls--dark {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.m-main-block ul {
    padding-left: 18px;
    list-style-type: square
}

.m-main-block ul.m-slider-ctrls__list {
    padding-left: 0;
    list-style-type: none
}

.m-main-block li {
    line-height: 2
}

@media (max-width: 1023.98px) {
    .m-main-block {
        padding: 30px 0
    }
}

@media (min-width: 640px) {
    .m-main-block {
        padding: 40px 0
    }
}

.m-main-block--light, .m-main-block--white {
    color: #000
}

.m-main-block--light .m-block__head:after, .m-main-block--light .m-main-block__head:after, .m-main-block--white .m-block__head:after, .m-main-block--white .m-main-block__head:after {
    background-color: #2d2d2d
}

.m-main-block--light .m-main-block__body a, .m-main-block--white .m-main-block__body a {
    color: #0d9be2
}

.m-main-block--light .m-main-block__body a:hover, .m-main-block--white .m-main-block__body a:hover {
    color: #29b8ff
}

.m-main-block--white {
    background-color: #fff
}

.m-main-block--light {
    background-color: #f5f5f7
}

.m-main-block__body {
    margin-bottom: 16px
}

.m-main-block__body a {
    color: #0d9be2
}

.m-main-block__body a:hover {
    color: #29b8ff
}

.m-main-block__head {
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 24px
}

.m-main-block__head:after {
    position: absolute;
    content: "";
    width: 64px;
    height: 4px;
    left: 0;
    bottom: 0;
    background-color: #fff
}

@media (max-width: 1023.98px) {
    .m-main-block__visual {
        margin-top: 40px
    }
}

@media (min-width: 640px) {
    .m-main-block__visual {
        margin-top: 60px
    }
}

.m-main-block__ctrl {
    margin-top: 16px
}

h1.m-main-title {
    line-height: 1.65;
    margin: 0
}

@media (max-width: 1023.98px) {
    h1.m-main-title {
        font-size: 32px
    }
}

@media (min-width: 640px) {
    h1.m-main-title {
        font-size: 38px
    }
}

h2.m-main-title {
    line-height: 1.65;
    margin: 0;
    font-weight: 600
}

@media (max-width: 1023.98px) {
    h2.m-main-title {
        font-size: 22px
    }
}

@media (min-width: 640px) {
    h2.m-main-title {
        font-size: 28px
    }
}

.m-main-description {
    line-height: 1.5
}

.m-main-description a {
    color: #0d9be2
}

.m-main-description a:hover {
    color: #29b8ff
}

@media (max-width: 1023.98px) {
    .m-main-description {
        font-size: 18px
    }
}

@media (min-width: 640px) {
    .m-main-description {
        font-size: 20px
    }
}

.m-main-description p {
    line-height: 1.5;
    margin: 0
}

.m-main-description p:not(:last-child) {
    margin-bottom: 1em
}

.m-block ul {
    padding-left: 18px;
    list-style-type: square
}

.m-block ul.m-slider-ctrls__list, .m-block ul.nav-tabs {
    padding-left: 0;
    list-style-type: none
}

.m-block li {
    line-height: 2
}

@media (max-width: 1023.98px) {
    .m-block {
        padding: 30px 0
    }
}

@media (min-width: 640px) {
    .m-block {
        padding: 40px 0
    }
}

.m-block--light, .m-block--white {
    color: #000
}

.m-block--light .m-block__head:after, .m-block--light .m-main-block__head:after, .m-block--white .m-block__head:after, .m-block--white .m-main-block__head:after {
    background-color: #2d2d2d
}

.m-block--white {
    background-color: #fff
}

.m-block--light {
    background-color: #f5f5f7
}

.m-block__head {
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 24px
}

.m-block__head:after {
    position: absolute;
    content: "";
    width: 64px;
    height: 4px;
    left: 0;
    bottom: 0;
    background-color: #fff
}

.m-block__head a {
    color: #0d9be2
}

.m-block__head a:hover {
    color: #29b8ff
}

.m-block__label {
    margin-bottom: 6px;
    line-height: 1.4;
    font-weight: 400
}

@media (max-width: 1023.98px) {
    .m-block__label {
        font-size: 12px
    }
}

@media (min-width: 640px) {
    .m-block__label {
        font-size: 14px
    }
}

.m-block__extra {
    margin-top: 24px;
    margin-bottom: 24px
}

.m-block__extra a {
    color: #0d9be2
}

.m-block__extra a:hover {
    color: #29b8ff
}

@media (max-width: 1859.98px) {
    .m-block__bottom {
        margin-top: 60px
    }
}

@media (min-width: 1440px) {
    .m-block__bottom {
        margin-top: 80px
    }
}

.m-block__footer {
    display: flex;
    margin-top: 80px;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 1023.98px) {
    .m-block__footer {
        flex-direction: column
    }
}

.m-block__footer-logo {
    flex: 0 0 auto;
    max-width: 200px
}

@media (max-width: 1023.98px) {
    .m-block__footer-logo {
        margin-bottom: 30px
    }
}

.m-block a:not(.btn) {
    color: #0d9be2
}

.m-block a:not(.btn):hover {
    color: #29b8ff
}

.m-block--accordion {
    padding: 0;
    background-color: transparent
}

.m-block--accordion .m-block__wrap {
    padding: 20px
}

.m-block--accordion.m-block--light .m-block__wrap, .m-block--accordion.m-block--white .m-block__wrap {
    background-color: #fff
}

.m-block__accordion-title {
    background-color: #0d9be2;
    color: #fff;
    padding: 15px 45px 15px 15px;
    margin: 15px 0 0;
    position: relative;
    cursor: pointer
}

.m-block__accordion-title:hover {
    background-color: #29b8ff
}

.m-block__accordion-title:before {
    content: "";
    position: absolute;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/84828936472221af315ddb65d9e2a7c5.svg);
    width: 18px;
    height: 18px;
    opacity: .95;
    right: 12px;
    transition: .2s
}

.m-block__accordion-title--opened:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.m-block--toggle-item .m-block__wrap {
    padding: 20px
}

.m-block--toggle .m-block__body--text a, .m-block--toggle .m-block__extra a {
    color: #0d9be2
}

.m-block--toggle .m-block__body--text a:hover, .m-block--toggle .m-block__extra a:hover {
    color: #29b8ff
}

.m-block--toggle-title {
    background-color: #fff;
    color: #000;
    padding: 15px 45px 15px 15px;
    margin: 15px 0 0;
    position: relative;
    cursor: pointer
}

.m-block--toggle-title:hover {
    background-color: #e0e0e0
}

.m-block--toggle-title:before {
    content: "";
    position: absolute;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/457a66fec5e154ad19fd9cfc6230f0dd.svg);
    width: 18px;
    height: 18px;
    opacity: .95;
    right: 12px;
    transition: .2s
}

.m-block--toggle-title--opened:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url(../images/0c01c6e313562e34f9349a9ec3cac0d4.svg)
}

.m-block--white .m-block--toggle-title {
    background-color: #f5f5f7
}

.m-block--light .m-block-label, .m-block--white .m-block-label, .m-career-teas__main .m-block-label, .m-main-block--light .m-block-label, .m-main-block--white .m-block-label {
    color: #2d2d2d
}

.m-block-label-link {
    display: inline-block;
    vertical-align: middle;
    color: #0d9be2
}

.m-block-label-link a {
    color: #0d9be2
}

.m-block-label-link a:hover {
    color: #29b8ff
}

.m-block-title {
    font-weight: 600;
    margin: 0
}

@media (max-width: 1023.98px) {
    .m-block-title {
        font-size: 20px
    }
}

@media (min-width: 640px) {
    .m-block-title {
        font-size: 24px
    }
}

.m-block-description {
    line-height: 1.6
}

.m-block-description a {
    color: #0d9be2
}

.m-block-description a:hover {
    color: #29b8ff
}

@media (max-width: 1859.98px) {
    .m-block-description {
        font-size: 18px
    }
}

@media (min-width: 1440px) {
    .m-block-description {
        font-size: 20px
    }
}

.m-block-content {
    line-height: 1.4
}

.m-block-content a {
    color: #0d9be2
}

.m-block-content a:hover {
    color: #29b8ff
}

@media (max-width: 1859.98px) {
    .m-block-content {
        font-size: 14px
    }
}

@media (min-width: 1440px) {
    .m-block-content {
        font-size: 16px
    }
}

.m-block--black:not(.m-block--toggle) + .m-block--black, .m-block--light:not(.m-block--toggle) + .m-block--light, .m-block--white:not(.m-block--toggle) + .m-block--white {
    margin-top: -40px
}

@media (max-width: 2159.98px) {
    [data-accordion-collapse="1"].m-block--black + .m-block--black, [data-accordion-collapse="1"].m-block--light + .m-block--light, [data-accordion-collapse="1"].m-block--white + .m-block--white {
        margin-top: 0
    }
}

.m-news-teas {
    background-color: #fff;
    height: 100%
}

.m-news-teas, .m-news-teas__wrap {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column
}

.m-news-teas__wrap {
    flex-grow: 1
}

.m-news-teas__cover {
    position: relative;
    overflow: hidden
}

@media (max-width: 1859.98px) {
    .m-news-teas__cover {
        height: 320px
    }
}

@media (min-width: 1440px) {
    .m-news-teas__cover {
        height: 400px
    }
}

.m-news-teas__cover img {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 1859.98px) {
    .m-news-teas__main {
        padding: 15px
    }
}

@media (min-width: 1440px) {
    .m-news-teas__main {
        padding: 30px
    }
}

.m-news-teas__category {
    margin-bottom: 4px
}

.m-news-teas__category a {
    color: #2d2d2d
}

@media (max-width: 1859.98px) {
    .m-news-teas__category a {
        font-size: 14px
    }
}

@media (min-width: 1440px) {
    .m-news-teas__category a {
        font-size: 14px
    }
}

.m-news-teas__info, .m-news-teas__main {
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column
}

.m-news-teas__title {
    padding-bottom: 24px;
    margin-bottom: 20px;
    position: relative
}

.m-news-teas__title:after {
    position: absolute;
    content: "";
    width: 58px;
    height: 4px;
    background-color: #000;
    bottom: 0;
    left: 0
}

.m-news-teas__description {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 16px
}

.m-news-teas__description a {
    color: #0d9be2
}

.m-news-teas__description a:hover {
    color: #29b8ff
}

.m-news-teas__bottom {
    margin-top: auto
}

.m-teas-title {
    line-height: 1.4;
    font-weight: 600;
    margin: 0;
    font-size: 20px
}

.m-link-more {
    display: inline-block;
    vertical-align: middle;
    color: #0d9be2;
    font-size: 15px
}

.m-link-more:hover {
    text-decoration: underline
}

.m-career-teas {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    height: 100%
}

.m-career-teas video {
    width: 100%
}

.m-career-teas__wrap {
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column
}

.m-career-teas__visual--news-image {
    max-height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

.m-career-teas__cover {
    position: relative;
    overflow: hidden
}

@media (max-width: 1439.98px) {
    .m-career-teas__cover {
        height: 310px
    }
}

@media (min-width: 1440px) {
    .m-career-teas__cover {
        height: 390px
    }
}

@media (max-width: 1439.98px) {
    .m-career-teas__cover--main {
        height: 0;
        padding-bottom: 75%
    }
}

@media (min-width: 1440px) {
    .m-career-teas__cover--main {
        height: 0;
        padding-bottom: 75%
    }
}

.m-career-teas__cover img {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 1859.98px) {
    .m-career-teas__main {
        padding: 15px
    }
}

@media (min-width: 1440px) {
    .m-career-teas__main {
        padding: 30px
    }
}

.m-career-teas__label {
    margin-bottom: 4px;
    line-height: 1.4;
    font-weight: 400
}

@media (max-width: 1023.98px) {
    .m-career-teas__label {
        font-size: 12px
    }
}

@media (min-width: 640px) {
    .m-career-teas__label {
        font-size: 14px
    }
}

.m-career-teas__label a {
    color: #0d9be2
}

.m-career-teas__label a:hover {
    color: #29b8ff
}

.m-career-teas__info, .m-career-teas__main {
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column
}

.m-career-teas__title {
    margin-top: 8px;
    margin-bottom: 8px
}

.m-career-teas__description {
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 16px
}

.m-career-teas__description a {
    color: #0d9be2
}

.m-career-teas__description a:hover {
    color: #29b8ff
}

.m-career-teas__bottom {
    margin-top: auto
}

.m-career-teas__bottom:not(:last-child) {
    margin-bottom: 36px
}

.m-block .m-career-teas {
    background-color: #fff;
    color: #000
}

.m-block--white .m-career-teas {
    background-color: #f5f5f7;
    color: #000
}

.m-block .m-career-teas__label {
    color: #2d2d2d
}

.m-block--black .m-career-teas__visual.bg-black {
    background-color: #000
}

.m-info-slider__wrap {
    position: relative;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 24px 48px
}

.m-info-slider__btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

.m-info-slider__btn button {
    width: 16px;
    height: 32px
}

.m-info-slider__btn:first-child {
    left: 0
}

.m-info-slider__btn:last-child {
    right: 0
}

.m-block--black .m-info-slider__wrap {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.m-block--light .m-info-slider__ctrls .m-slider-arrow, .m-block--white .m-info-slider__ctrls .m-slider-arrow {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.m-info-item, .m-info-item__wrap {
    height: 100%
}

@media (max-width: 1859.98px) {
    .m-info-item__wrap {
        text-align: center
    }
}

@media (min-width: 1440px) {
    .m-info-item__wrap {
        display: flex;
        justify-content: flex-start;
        align-items: center
    }
}

@media (min-width: 1440px) {
    .m-info-item__body, .m-info-item__head {
        flex: 1 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 1860px) {
    .m-info-item__body, .m-info-item__head {
        padding-left: 30px;
        padding-right: 30px
    }
}

.m-info-item__description, .m-info-item__label {
    line-height: 1.6
}

.m-info-item__description a, .m-info-item__label a {
    color: #0d9be2
}

.m-info-item__description a:hover, .m-info-item__label a:hover {
    color: #29b8ff
}

@media (max-width: 2159.98px) {
    .m-info-item__description, .m-info-item__label {
        font-size: 18px
    }
}

@media (min-width: 1860px) {
    .m-info-item__description, .m-info-item__label {
        font-size: 20px
    }
}

.m-info-item__title {
    font-weight: 600;
    font-size: 34px
}

@media (max-width: 2159.98px) {
    .m-info-item__title {
        font-size: 28px
    }
}

@media (min-width: 1860px) {
    .m-info-item__title {
        font-size: 34px
    }
}

.m-info-item a {
    color: #0d9be2
}

.m-info-item a:hover {
    color: #29b8ff
}

@media (max-width: 1023.98px) {
    .m-footer {
        padding: 50px 0
    }
}

@media (min-width: 640px) {
    .m-footer {
        padding: 70px 0
    }
}

@media (max-width: 1023.98px) {
    .m-footer__soci {
        margin-top: 60px
    }
}

@media (min-width: 640px) {
    .m-footer__soci {
        margin-top: 90px
    }
}

.m-footer__pl {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.m-footer-nav {
    font-size: 13px;
    min-width: 170px
}

.m-footer-nav__head {
    border-bottom: 2px solid #fff;
    padding: 10px 0;
    margin-bottom: 24px
}

.m-footer-nav__list {
    margin: 0;
    padding: 0;
    list-style: none
}

.m-footer-nav__item:not(:last-child) {
    margin-bottom: 10px
}

.m-footer-nav__item:hover span {
    border-bottom-color: #e50043
}

.m-footer-nav__label {
    line-height: 1;
    display: inline-block;
    padding: 5px 0;
    border-bottom: 1px solid transparent;
    transition: border-color .4s
}

.m-powerline {
    background-color: #000
}

.m-powerline__extra, .m-powerline__wrap {
    margin: 0 40px 0 218px
}

@media (max-width: 1439.98px) {
    .m-powerline__extra, .m-powerline__wrap {
        margin-left: 63px
    }
}

.m-powerline__wrap {
    position: relative;
    background-color: #e50043;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.m-powerline__wrap:after {
    position: absolute;
    content: "";
    left: -30px;
    right: 0;
    height: 6px;
    background-color: #000;
    z-index: 2;
    bottom: -7px
}

.m-powerline__background {
    background-color: #e50043;
    height: 25px;
    width: 100%;
    position: absolute;
    left: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
}

.m-powerline__top {
    position: relative
}

.m-powerline__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 132px;
    position: relative
}

.m-powerline__list:before {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background-color: #000;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #fff;
    left: -19px;
    top: 50%;
    margin-top: -9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.m-powerline__list__pseudo_a {
    height: 23px
}

.m-powerline__list__pseudo_a:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 25px;
    background-color: #000;
    left: -15px;
    top: 50%;
    margin-top: -13px
}

.m-powerline__list__pseudo_b {
    height: 23px
}

.m-powerline__list__pseudo_b:before {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background-color: #e50043;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #fff;
    left: -24px;
    top: 50%;
    margin-top: -9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.m-powerline__visual {
    position: absolute;
    right: 5px;
    bottom: -19px;
    z-index: 4;
    border: 1px solid #fff
}

.m-powerline__visual:after, .m-powerline__visual:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 25px;
    background-color: #000;
    bottom: 17px
}

.m-powerline__visual:before {
    border-left: 1px solid #fff;
    left: -7px
}

.m-powerline__visual:after {
    border-right: 1px solid #fff;
    right: -7px
}

.m-powerline__item {
    position: relative;
    padding: 0 4px;
    flex: 1 1 auto;
    text-align: center
}

@media (max-width: 1023.98px) {
    .m-powerline__item:last-child, .m-powerline__item:not(:first-child) {
        display: none
    }
}

.m-powerline__item:after {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background-color: #e50043;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #fff;
    right: 1px;
    top: 50%;
    margin-top: -9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.m-powerline__label {
    display: block;
    line-height: 23px;
    overflow: hidden;
    text-indent: -9999px
}

@media (min-width: 640px) {
    .m-powerline__label {
        text-indent: 0;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 13px;
        text-transform: uppercase;
        -webkit-font-smoothing: antialiased
    }
}

.m-powerline__pseudo_a:after {
    width: 3px;
    height: 25px;
    right: 6px;
    margin-top: -13px
}

.m-powerline__pseudo_a:after, .m-powerline__pseudo_b:after {
    position: absolute;
    content: "";
    background-color: #000;
    top: 50%
}

.m-powerline__pseudo_b:after {
    width: 17px;
    height: 17px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #fff;
    right: -4px;
    margin-top: -9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.m-powerline__extra {
    margin-top: 6px
}

.m-powerline__meta img {
    margin: -2px 0 0 -2px
}

.m-soci-nav {
    font-size: 13px
}

.m-soci-nav__list {
    padding: 0;
    margin: 20px -10px 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.m-soci-nav__item {
    padding-left: 10px;
    padding-right: 10px
}

.m-soci-link {
    display: block;
    height: 24px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    overflow: hidden;
    text-indent: -9999px
}

.m-soci-link--blog {
    width: 24px;
    background-image: url(../images/93a693453ab22832d2e5217889357bbe.svg)
}

.m-soci-link--facebook {
    width: 25px;
    background-image: url(../images/8f815feef3ab764b449b65dd85af4cbb.svg)
}

.m-soci-link--linkedin {
    width: 24px;
    background-image: url(../images/aabac5dcccfe0a0fb58da3064143b58f.svg)
}

.m-soci-link--pinterest {
    width: 24px;
    background-image: url(../images/5450fd89c4e3b8914ebe4ea0fe01bdce.svg)
}

.m-soci-link--twitter {
    width: 24px;
    background-image: url(../images/bdb8926e94c8437a192e69a131489833.svg)
}

.m-soci-link--xing {
    width: 24px;
    background-image: url(../images/f6d13de9ec964b74d1de54e511f266db.svg)
}

.m-soci-link--youtube {
    width: 24px;
    background-image: url(../images/a77d7cc1000a8b3a7788629558c151fa.svg)
}

.m-cat-slider__ctrls {
    margin-top: 16px
}

.m-cat-box, .m-cat-slider__item--adaptive {
    height: 100%
}

.m-cat-box {
    color: #fff
}

.m-cat-box--white {
    background-color: #fff;
    color: #000
}

.m-cat-box--white .m-cat-box__label {
    color: #2d2d2d
}

.m-cat-box--light {
    background-color: #f5f5f7;
    color: #000
}

.m-cat-box--light .m-cat-box__label {
    color: #2d2d2d
}

.m-cat-box__wrap {
    height: 100%
}

@media (min-width: 1440px) {
    .m-cat-box__wrap {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        margin-left: -20px;
        margin-right: -20px
    }
}

.m-cat-box__wrap--flex-wrap {
    flex-wrap: wrap
}

.m-cat-box__wrap--flex-wrap .m-cat-box__visual {
    margin-bottom: 40px
}

.m-cat-box__wrap--flex-wrap .m-cat-box__visual.no-mb {
    margin-bottom: 0
}

@media (min-width: 1440px) {
    .m-cat-box__main, .m-cat-box__visual {
        flex: 1 1 50%;
        max-width: 50%;
        padding-left: 20px;
        padding-right: 20px
    }

    .m-cat-box__main--full, .m-cat-box__visual--full {
        flex: 1 1 100%;
        max-width: 100%
    }
}

.m-cat-box__main--mobile {
    display: block
}

.m-cat-box__main--desktop {
    display: none
}

@media (min-width: 1440px) {
    .m-cat-box__main--mobile {
        display: none
    }

    .m-cat-box__main--desktop {
        display: block
    }
}

@media (min-width: 1440px) {
    .m-cat-box__main--left {
        max-width: calc(50% - 40px)
    }

    .m-cat-box__visual--left {
        max-width: calc(50% + 40px)
    }
}

.m-cat-box__info {
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    height: 100%
}

@media (max-width: 1439.98px) {
    .m-cat-box__info {
        padding: 20px
    }
}

@media (min-width: 1440px) {
    .m-cat-box__info {
        padding: 30px 30px 30px 0
    }

    .m-cat-box__info--left {
        padding-right: 0;
        padding-left: 30px
    }

    .m-cat-box__info--both {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media (max-width: 1439.98px) {
    .m-cat-box__masonry_info {
        padding: 20px
    }
}

@media (min-width: 1440px) {
    .m-cat-box__masonry_info {
        padding: 30px
    }
}

.m-cat-box__cover {
    position: relative;
    overflow: hidden;
    min-height: 467px
}

.m-cat-box__cover--adaptive {
    min-height: inherit
}

@media (max-width: 1439.98px) {
    .m-cat-box__cover {
        padding-bottom: 40%
    }
}

@media (min-width: 1440px) {
    .m-cat-box__cover {
        height: 100%
    }
}

.m-cat-box__img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    margin: auto
}

.m-cat-box__label {
    margin-bottom: 4px;
    line-height: 1.4;
    font-weight: 400
}

@media (max-width: 1023.98px) {
    .m-cat-box__label {
        font-size: 12px
    }
}

@media (min-width: 640px) {
    .m-cat-box__label {
        font-size: 14px
    }
}

.m-cat-box__label a {
    color: #0d9be2
}

.m-cat-box__label a:hover {
    color: #29b8ff
}

.m-cat-box__title {
    margin: 10px 0
}

.m-cat-box__description {
    flex: 1 1 auto
}

.m-cat-box__description a {
    color: #0d9be2
}

.m-cat-box__description a:hover {
    color: #29b8ff
}

@media (max-width: 1439.98px) {
    .m-cat-box__bottom {
        margin-top: 18px
    }
}

@media (min-width: 1440px) {
    .m-cat-box__bottom {
        margin-top: 36px
    }
}

@media (max-width: 1439.98px) {
    .m-cat-box__bottom--half {
        margin-top: 9px
    }
}

@media (min-width: 1440px) {
    .m-cat-box__bottom--half {
        margin-top: 18px
    }
}

.m-cat-title {
    line-height: 1.65;
    margin: 0;
    font-weight: 600
}

@media (max-width: 1023.98px) {
    .m-cat-title {
        font-size: 20px
    }
}

@media (min-width: 640px) {
    .m-cat-title {
        font-size: 24px
    }
}

.m-card {
    margin: 0 10px 60px;
    border-bottom: 3px solid #fff;
    cursor: pointer
}

.m-card--white {
    border-bottom: 3px solid #f5f5f7
}

.m-card--white .m-card__body {
    background-color: #f5f5f7;
    color: #000
}

.m-card--light {
    border-bottom: 3px solid #fff
}

.m-card--light .m-card__body {
    background-color: #fff;
    color: #000
}

.m-card__wrapper {
    position: relative
}

.m-card__wrapper > .row > div {
    position: static
}

.m-card--inactive {
    opacity: .2
}

.m-card--active {
    border-bottom: 3px solid #e50043
}

.m-card--active .m-card__title:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.m-card__img {
    width: 100%
}

.m-card__body {
    min-height: 160px;
    background-color: #fff;
    padding: 25px;
    color: #000
}

.m-card__title {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 34px;
    padding-right: 30px
}

.m-card__title:after {
    content: url(../images/ecccc527560784cc4972773efe3ec750.svg);
    position: absolute;
    right: 0;
    top: 0
}

@media (max-width: 1023.98px) {
    .m-card__title:after {
        display: none
    }
}

.m-card__text {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 20px;
    line-height: 32px
}

.m-card-modal {
    display: none;
    position: absolute;
    left: 0;
    padding: 50px 20px 40px;
    width: calc(100% - 20px);
    margin-top: 3px;
    margin-left: 10px;
    background-color: #fff;
    z-index: 100;
    -webkit-transform: none;
    transform: none;
    color: #000
}

@media (max-width: 1023.98px) {
    .m-card-modal {
        margin-top: 0;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow-y: auto
    }
}

.m-card-modal__title {
    margin-top: 0;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700
}

.m-card-modal__text {
    font-size: 20px;
    line-height: 32px
}

.m-card-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: url(../images/8c90d59de894a9de2e04e3997b20e3bd.svg) 50% no-repeat;
    cursor: pointer
}

.m-card--light .m-card-modal {
    background-color: #fff;
    color: #000
}

.m-card--white .m-card-modal {
    background-color: #f5f5f7;
    color: #000
}

.m-logo-slider {
    position: relative
}

.m-logo-slider__modal-container {
    display: none;
    position: fixed;
    box-shadow: 6px 6px 8px -5px rgba(173, 181, 189, .63);
    left: 0;
    padding: 40px 20px;
    width: 100%;
    margin-top: 3px;
    background-color: #fff;
    z-index: 100;
    -webkit-transform: none;
    transform: none;
    width: 60%;
    height: auto;
    max-height: 90%;
    left: 50%;
    top: 10%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width: 1023.98px) {
    .m-logo-slider__modal-container {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow-y: auto;
        width: 95%;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        margin: auto;
        max-height: 85%
    }
}

.m-logo-slider__modal-img img {
    display: block;
    margin-right: 20px;
    margin-bottom: 0
}

@media (max-width: 1023.98px) {
    .m-logo-slider__modal-img img {
        margin: 0 auto 20px
    }
}

.m-logo-slider__inner {
    margin: 0 auto 15px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .15);
    background: #fff;
    position: relative;
    padding: 15px;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-self: stretch
}

.m-logo-slider__inner .download {
    display: inline-flex;
    margin-bottom: -2px
}

.m-logo-slider__img {
    display: inline-block
}

.m-logo-slider__img--modal, .m-logo-slider__thumb--avideo {
    cursor: pointer
}

.m-logo-slider__img-wrap {
    position: relative
}

.m-logo-slider__img-obj {
    display: inline-block;
    max-width: 75%;
    padding: 5px;
    margin: 0 auto
}

.m-logo-slider__title {
    font-size: 15px;
    margin-top: 15px;
    line-height: 1.2;
    color: #000
}

@media (max-width: 1859.98px) {
    .m-logo-slider__title {
        font-size: 13px
    }
}

.m-logo-slider__box {
    padding: 5px;
    vertical-align: top
}

.m-logo-slider__box:hover .m-logo-slider__ico {
    background-color: #c8c8c8
}

.m-logo-slider__modal {
    display: none
}

.m-logo-slider__modal-img {
    margin-bottom: 15px
}

.m-logo-slider__ico-obj {
    width: 30px;
    height: 30px;
    display: inline-block
}

.m-logo-slider__ico {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: hsla(0, 0%, 78%, .7);
    transition: background-color .2s ease;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.m-block--black .m-logo-slider__modal-container {
    background-color: #000;
    color: #fff;
    border: 1px solid #fff
}

.m-logo-modal__img {
    display: block;
    margin-bottom: 50px
}

@media (min-width: 1024px) {
    .m-logo-modal__img {
        max-width: 30%
    }
}

.m-logo-modal__title {
    margin-top: 10px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300
}

.m-logo-modal__text {
    font-size: 15px;
    line-height: 20px;
    max-height: 280px;
    overflow-y: auto
}

@media (max-width: 1439.98px) {
    .m-logo-modal__text {
        max-height: 120px
    }
}

@media (max-width: 1023.98px) {
    .m-logo-modal__text {
        max-height: none
    }
}

.m-logo-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: url(../images/8c90d59de894a9de2e04e3997b20e3bd.svg) 50% no-repeat;
    cursor: pointer
}

.m-block--black .m-logo-modal__close {
    background: url(../images/ee0d877f1647d8676a8c6dcc024426d0.svg) 50% no-repeat
}

.m-person {
    max-width: 510px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    margin: 0 0 40px;
    padding: 0 20px
}

@media (max-width: 1023.98px) {
    .m-person {
        padding: 0
    }
}

.m-person__name {
    font-size: 24px;
    font-weight: 600
}

@media (max-width: 1859.98px) {
    .m-person__name {
        font-size: 20px
    }
}

.m-person__status {
    margin-bottom: 20px
}

@media (max-width: 1859.98px) {
    .m-person__status {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 24px
    }
}

.m-person__direction, .m-person__status {
    font-size: 20px;
    line-height: 32px
}

@media (max-width: 1859.98px) {
    .m-person__direction, .m-person__status {
        font-size: 18px;
        line-height: 24px
    }
}

.m-person__direction {
    margin: 20px 0
}

@media (max-width: 1859.98px) {
    .m-person__direction {
        margin: 10px 0
    }
}

@media (max-width: 1023.98px) {
    .m-person__direction {
        min-height: 0
    }
}

.m-person__contacts {
    display: flex;
    margin-top: 20px
}

@media (max-width: 1859.98px) {
    .m-person__contacts {
        margin-top: 10px
    }
}

.m-person__contacts-icon {
    max-height: 33px
}

.m-person__icon {
    margin-right: 20px
}

@media (max-width: 1859.98px) {
    .m-person__icon {
        margin-right: 10px
    }
}

.m-search-overlay {
    position: fixed;
    background: #4a4a4a;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: auto;
    z-index: 9999
}

.m-search-overlay.m-search-overlay--open {
    opacity: .95;
    visibility: visible;
    height: 100%
}

.m-search-overlay .m-search-overlay__logo {
    position: relative;
    width: 100%;
    padding: 30px 20px 0
}

.m-search-overlay .m-search-overlay__logo-icon {
    display: inline-block
}

.m-search-overlay .m-search-overlay__logo-close {
    width: 25px;
    height: 25px;
    float: right;
    background: transparent url(../images/cad0da2805cb7cb41a45e99178a09a59.png) no-repeat 50%;
    cursor: pointer;
    display: inline-block
}

.m-search-overlay-form {
    box-sizing: border-box;
    width: 760px;
    margin: 100px auto 0
}

@media (max-width: 1023.98px) {
    .m-search-overlay-form {
        width: 95%
    }
}

.m-search-overlay-form .m-search-overlay-form__submit {
    width: 78px;
    height: 30px;
    border: 0;
    border-radius: 5px;
    vertical-align: bottom;
    margin-left: 14px;
    background: #0d9be2 url(../images/6945b14a45aeab587efe17ac71ba9e38.png) no-repeat 50%;
    cursor: pointer
}

@media (max-width: 1023.98px) {
    .m-search-overlay-form .m-search-overlay-form__submit {
        width: 15%;
        height: 44px;
        margin-left: 9px
    }
}

.m-search-overlay-form .m-search-overlay-form__submit:hover {
    background-color: #29b8ff
}

.m-search-overlay-form .m-search-overlay-form__input {
    width: 663px;
    border: none;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
    transition: all .3s cubic-bezier(.64, .09, .08, 1);
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 96%, #fff 0);
    color: #f5f5f7;
    font-size: 16px
}

@media (max-width: 1023.98px) {
    .m-search-overlay-form .m-search-overlay-form__input {
        width: 80%
    }
}

.m-search-overlay-form .m-search-overlay-form__input:focus {
    outline-color: transparent;
    outline-style: none
}

.m-search-overlay-form .m-search-overlay-form__input::-webkit-input-placeholder {
    color: #fff
}

.m-search-overlay-form .m-search-overlay-form__input:-moz-placeholder, .m-search-overlay-form .m-search-overlay-form__input::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.m-search-overlay-form .m-search-overlay-form__input:-ms-input-placeholder {
    color: #fff
}

.m-search-overlay-suggest {
    margin: 60px auto 0;
    width: 740px;
    padding-right: 86px
}

@media (max-width: 1023.98px) {
    .m-search-overlay-suggest {
        width: 90%
    }
}

.m-search-overlay-suggest .m-search-overlay-suggest__group {
    list-style: none;
    padding: 0;
    margin-bottom: 26px
}

.m-search-overlay-suggest .m-search-overlay-suggest__group h3 {
    font-size: 20px;
    margin: 0 0 10px
}

.m-search-overlay-suggest .m-search-overlay-suggest__group ul {
    list-style: none;
    font-size: 18px;
    line-height: 28px;
    padding: 0
}

@media (max-width: 1023.98px) {
    .m-search-overlay-suggest .m-search-overlay-suggest__group ul {
        font-size: 15px;
        line-height: 34px
    }
}

.m-go-maps-overlay {
    position: relative
}

.m-go-maps-overlay img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
}

.m-go-maps-overlay__flyout {
    background: rgba(0, 0, 0, .4);
    left: 50%;
    padding: 16px;
    position: absolute;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    width: 100%;
    color: #fff
}

.m-go-maps-overlay__flyout-hote {
    margin: 16px 0
}

.m-go-maps-overlay__flyout-hote a {
    color: #0d9be2
}

.m-go-maps-overlay__flyout-hote a:hover {
    color: #29b8ff
}

.m-go-maps-overlay__flyout-button {
    margin: 16px auto
}

.m-filter {
    display: block
}

.m-filter-item {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    padding: 10px;
    border: 0 none;
    border-radius: 0;
    transition: .4s;
    cursor: pointer;
    border: 2px solid #0d9be2;
    color: #0d9be2;
    margin-right: 30px;
    margin-bottom: 0
}

@media (max-width: 1023.98px) {
    .m-filter-item {
        margin-bottom: 16px
    }
}

.m-filter-item:last-child {
    margin-right: 0
}

.m-filter-item a, .m-filter-item a:hover {
    color: inherit
}

.m-filter-item.m-filter-item--current, .m-filter-item:hover {
    background-color: #0d9be2;
    color: #fff
}

.m-locations {
    margin: 50px 0
}

.m-locations select {
    background-image: url(../images/c2d7f6dbec6d0619e2021725c19a83a8.png);
    background-repeat: no-repeat;
    background-position: 100%;
    width: 100%;
    border: 1px solid #fff;
    padding: 9px 38px 8px 12px;
    background-color: #fff;
    opacity: .9;
    font-size: 14px;
    border-radius: 0
}

.ce-column > figure {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0
}

.ce-column > figure > figcaption {
    margin-top: 1em;
    font-size: 12px
}

.container .m-block__wrap .m-block__body .row figure.image {
    margin: 0
}

.container .m-block__wrap .m-block__body .row figure.image figcaption.image-caption {
    margin-top: 1em;
    color: #2d2d2d
}

@media (max-width: 1859.98px) {
    .container .m-block__wrap .m-block__body .row figure.image figcaption.image-caption {
        font-size: 12px
    }
}

@media (min-width: 1440px) {
    .container .m-block__wrap .m-block__body .row figure.image figcaption.image-caption {
        font-size: 12px
    }
}

.m-gallery-slider__ctrls {
    margin-top: 16px
}

.m-gallery-slider__item--adaptive {
    height: 100%
}

.m-gallery-slider .slick-initialized .slick-slide {
    display: flex
}

#lightbox .lb-data .lb-number {
    display: none !important
}

.edp-element .m-career-teas__visual {
    padding: 30px;
    background: #e50043
}

.edp-element .m-career-teas__visual .m-teas-title {
    float: right;
    color: #fff;
    margin: 0;
    font-size: 24px
}

.edp-element .m-career-teas__main .m-career-teas__title h2 {
    margin: 0
}

select.trainings_filter {
    margin-bottom: 2em
}

div.training-view__dates button[type=submit] {
    display: none
}

table.trainings {
    margin: 0 -2px;
    border-collapse: collapse
}

table.trainings thead {
    background-color: #eee
}

table.trainings thead th {
    border-bottom: none;
    border-right: 2px solid #f5f5f7
}

table.trainings td, table.trainings th {
    text-align: left;
    word-break: keep-all
}

table.trainings td p, table.trainings th p {
    margin: 0;
    line-height: unset
}

table.trainings__listing thead th:first-child {
    width: 100%
}

table.trainings__listing tbody td:nth-child(2), table.trainings__listing thead th:nth-child(2) {
    text-align: center
}

table.trainings__listing tbody td:last-child {
    white-space: nowrap
}

table.trainings__dates thead th:nth-child(2) {
    text-align: center
}

table.trainings__dates tbody tr.unavailable {
    color: #aaa
}

table.trainings__dates tbody tr td:nth-child(2) {
    text-align: center
}

table.trainings__dates tbody tr td:last-child {
    white-space: nowrap
}

@media (min-width: 1440px) {
    table.trainings .mobile {
        display: none
    }
}

@media (max-width: 1439.98px) {
    table.trainings .desktop {
        display: none
    }
}

table.trainings img {
    max-width: none;
    width: 20px;
    height: 20px
}

.form-trainings textarea[readonly] {
    padding: 0;
    margin: 0;
    display: block;
    overflow: auto;
    resize: none;
    font-family: Montserrat, sans-serif !important;
    font-size: 11pt;
    height: 200px;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent
}

.form-trainings div.btn-group {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

.form-trainings div.btn-group span.btn-group.next, .form-trainings div.btn-group span.btn-group.previous {
    display: inline-flex
}

.form-trainings div.btn-group span.btn-group.previous {
    width: 25%
}

.form-trainings div.btn-group span.btn-group.previous button {
    width: 100% !important
}

.form-trainings div.btn-group span.btn-group.next {
    width: 50%
}

.form-trainings div.btn-group span.btn-group.next button {
    width: 100% !important
}

.table-pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0 0 1em;
    border-radius: 4px
}

.table-pagination > li {
    display: inline-block;
    margin: 0 8px 0 0;
    min-width: 36px;
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.5;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer
}

.table-pagination > li.current {
    color: #fff;
    background-color: #0d9be2;
    border-color: #d2d2d2;
    cursor: default
}

.partner_network h3.btn, app-marketplace-listing h3.btn {
    position: relative
}

.partner_network h3.btn:after, .partner_network h3.btn span:after, app-marketplace-listing h3.btn:after, app-marketplace-listing h3.btn span:after {
    content: url(../images/0ae427d425bb54e075605f764b63779a.svg);
    -webkit-filter: invert(1);
    filter: invert(1);
    position: absolute;
    right: 11px;
    top: 12px
}

@media (max-width: 1023.98px) {
    .partner_network h3.btn:after, .partner_network h3.btn span:after, app-marketplace-listing h3.btn:after, app-marketplace-listing h3.btn span:after {
        display: none
    }
}

.partner_network h3.btn.open:after, .partner_network h3.btn.open span:after, app-marketplace-listing h3.btn.open:after, app-marketplace-listing h3.btn.open span:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 8px
}

.partner_network .eplan_form, app-marketplace-listing .eplan_form, app-marketplace-map .eplan_form {
    max-width: 300px
}

.partner_network .eplan_form ol ol, app-marketplace-listing .eplan_form ol ol, app-marketplace-map .eplan_form ol ol {
    margin-top: 1em;
    margin-left: 1.75em
}

.partner_network > .col-lg-8, app-marketplace-listing > .col-lg-8, app-marketplace-map > .col-lg-8 {
    flex: 1;
    max-width: unset
}

.partner_network label[data-toggle=next], app-marketplace-listing label[data-toggle=next], app-marketplace-map label[data-toggle=next] {
    position: relative
}

.partner_network label[data-toggle=next] span:before, app-marketplace-listing label[data-toggle=next] span:before, app-marketplace-map label[data-toggle=next] span:before {
    content: url(../images/0ae427d425bb54e075605f764b63779a.svg);
    position: absolute;
    left: 2px;
    top: 1px
}

@media (max-width: 1023.98px) {
    .partner_network label[data-toggle=next] span:before, app-marketplace-listing label[data-toggle=next] span:before, app-marketplace-map label[data-toggle=next] span:before {
        display: none
    }
}

.partner_network__row .m-career-teas__visual, app-marketplace-listing__row .m-career-teas__visual, app-marketplace-map__row .m-career-teas__visual {
    padding-right: 0
}

.partner_network__row picture, app-marketplace-listing__row picture, app-marketplace-map__row picture {
    display: block;
    margin: 30px auto auto;
    max-width: 80%;
    max-height: 80px
}

.partner_network__row picture img, app-marketplace-listing__row picture img, app-marketplace-map__row picture img {
    width: auto;
    max-height: 80px;
    margin: auto
}

.marketplace--testimonial {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff
}

.eventCollection__item, .eventCollection__notFound {
    display: none
}

.eventCollection__item.visible, .eventCollection__notFound.visible {
    display: block
}

.eventCollection--loading {
    position: relative;
    background: #eee;
    display: none;
    height: 5px;
    margin-bottom: 10px
}

.eventCollection--loading--progress {
    background-color: #666;
    -webkit-animation: progressBar .25s ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation: progressBar .25s ease-in-out;
    -moz-animation-fill-mode: both
}

.eventCollection--loading span {
    display: block;
    width: 100%;
    height: 5px;
    overflow: hidden
}

@-webkit-keyframes progressBar {
    0% {
        width: 0
    }
    to {
        width: 100%
    }
}

html {
    height: 100%
}

.m-teaser--animation-10, .m-teaser--animation-20 {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    cursor: pointer
}

.m-teaser--animation-10 .m-block__wrap:before, .m-teaser--animation-20 .m-block__wrap:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 8
}

.m-teaser--animation-10 .m-block__head, .m-teaser--animation-20 .m-block__head {
    margin: auto;
    background-color: #0d9be2;
    z-index: 9;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 34%;
    right: 34%;
    padding: 1em;
    transition: all .5s ease
}

.m-teaser--animation-10 .m-block__head .m-main-block__title h2, .m-teaser--animation-20 .m-block__head .m-main-block__title h2 {
    color: #fff;
    font-size: 28px;
    line-height: 1.25em
}

.m-teaser--animation-10 .m-block__head .m-block-label, .m-teaser--animation-10 .m-block__head .m-block-title, .m-teaser--animation-10 .m-block__head .m-block__label, .m-teaser--animation-10 .m-block__head .m-block__title, .m-teaser--animation-20 .m-block__head .m-block-label, .m-teaser--animation-20 .m-block__head .m-block-title, .m-teaser--animation-20 .m-block__head .m-block__label, .m-teaser--animation-20 .m-block__head .m-block__title {
    color: #fff;
    font-size: 18px;
    margin-top: 16px
}

.m-teaser--animation-10 .m-block__head:after, .m-teaser--animation-20 .m-block__head:after {
    display: none
}

@media (max-width: 1439.98px) {
    .m-teaser--animation-10, .m-teaser--animation-20 {
        height: 100vw
    }
}

.m-teaser--animation-10.animated, .m-teaser--animation-20.animated {
    cursor: default
}

@media (max-width: 1439.98px) {
    .m-teaser--animation-10.animated .m-block__head, .m-teaser--animation-10.animated .m-block__wrap:before, .m-teaser--animation-10.animated:after, .m-teaser--animation-10.animated:before, .m-teaser--animation-20.animated .m-block__head, .m-teaser--animation-20.animated .m-block__wrap:before, .m-teaser--animation-20.animated:after, .m-teaser--animation-20.animated:before {
        display: none
    }
}

@media (max-width: 1439.98px) {
    .m-teaser--animation-10.animated, .m-teaser--animation-20.animated {
        height: auto
    }
}

.m-teaser--animation-10.animated:before, .m-teaser--animation-20.animated:before {
    margin-top: 0;
    margin-right: 0;
    -webkit-transform: scale(.5) translate(-60%, 33%);
    transform: scale(.5) translate(-60%, 33%)
}

.m-teaser--animation-10.animated:after, .m-teaser--animation-20.animated:after {
    margin-bottom: 0;
    margin-left: 0;
    -webkit-transform: scale(.5) translate(70%, -30%);
    transform: scale(.5) translate(70%, -30%)
}

.m-teaser--animation-10.animated .m-block__wrap:before, .m-teaser--animation-20.animated .m-block__wrap:before {
    background-color: transparent;
    z-index: 0;
    transition: all .5s ease
}

.m-teaser--animation-10.animated .m-block__head, .m-teaser--animation-20.animated .m-block__head {
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0
}

.m-teaser--animation-10 .m-block__body .m-career-teas, .m-teaser--animation-20 .m-block__body .m-career-teas {
    transition: all .2s ease;
    cursor: pointer
}

.m-teaser--animation-10 .m-block__body .m-career-teas:hover, .m-teaser--animation-20 .m-block__body .m-career-teas:hover {
    -webkit-animation-name: t_hover;
    animation-name: t_hover;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.m-teaser--animation-10 .m-block__body .m-career-teas:hover .m-career-teas__visual, .m-teaser--animation-20 .m-block__body .m-career-teas:hover .m-career-teas__visual {
    overflow: hidden
}

.m-teaser--animation-10 .m-block__body .m-career-teas:hover .m-career-teas__visual *, .m-teaser--animation-20 .m-block__body .m-career-teas:hover .m-career-teas__visual * {
    transition: all 5s ease;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.m-teaser--animation-10 .m-block__body .m-career-teas:hover .m-career-teas__main:after, .m-teaser--animation-20 .m-block__body .m-career-teas:hover .m-career-teas__main:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 1
}

.m-teaser--animation-10 .m-block__body .m-career-teas:not(:hover), .m-teaser--animation-20 .m-block__body .m-career-teas:not(:hover) {
    -webkit-animation-name: t_unhover;
    animation-name: t_unhover;
    -webkit-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

.m-teaser--animation-10 .m-block__body .m-career-teas__main, .m-teaser--animation-20 .m-block__body .m-career-teas__main {
    background-color: #0d9be2;
    color: #fff;
    padding: 6px 10px;
    position: relative
}

.m-teaser--animation-10 .m-block__body .m-career-teas__main .m-career-teas__bottom, .m-teaser--animation-20 .m-block__body .m-career-teas__main .m-career-teas__bottom {
    display: none
}

.m-teaser--animation-10 .m-block__body .m-career-teas__main *, .m-teaser--animation-20 .m-block__body .m-career-teas__main * {
    margin: 0;
    line-height: 1.6em
}

.m-teaser--animation-10 .m-block__body .m-career-teas__main:after, .m-teaser--animation-20 .m-block__body .m-career-teas__main:after {
    content: "+";
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    opacity: 0;
    transition: all .5s ease
}

.m-teaser--animation-10:hover .m-block__body .m-career-teas:not(:hover), .m-teaser--animation-20:hover .m-block__body .m-career-teas:not(:hover) {
    transition: all .2s ease;
    opacity: .66;
    -webkit-filter: blur(1px) grayscale(100%);
    filter: blur(1px) grayscale(100%)
}

@-webkit-keyframes t_hover {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(1.025);
        transform: scale(1.025);
        box-shadow: 0 0 20px #999
    }
}

@keyframes t_hover {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    to {
        -webkit-transform: scale(1.025);
        transform: scale(1.025);
        box-shadow: 0 0 20px #999
    }
}

@-webkit-keyframes t_unhover {
    0% {
        -webkit-transform: scale(1.025);
        transform: scale(1.025)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes t_unhover {
    0% {
        -webkit-transform: scale(1.025);
        transform: scale(1.025)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.m-teaser--animation-10:after, .m-teaser--animation-10:before {
    content: " ";
    display: block;
    width: 50vw;
    height: 41.6vw;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
    transition: all .5s ease
}

.m-teaser--animation-10:before {
    background-image: url(../images/8b29027c9ea96c1e48f3d8da43e72f12.png);
    background-position: 0 100%;
    bottom: -15%;
    left: -6%
}

@media (max-width: 1439.98px) {
    .m-teaser--animation-10:before {
        bottom: 50%;
        margin-bottom: -40vw
    }
}

@media (max-width: 1023.98px) {
    .m-teaser--animation-10:before {
        margin-bottom: -50vw
    }
}

@media (max-width: 639.98px) {
    .m-teaser--animation-10:before {
        margin-bottom: -60vw
    }
}

@media (min-width: 1860px) {
    .m-teaser--animation-10:before {
        bottom: -10%
    }
}

@media (min-width: 2160px) {
    .m-teaser--animation-10:before {
        bottom: -20%
    }
}

.m-teaser--animation-10:after {
    background-image: url(../images/8749511c6f7cbc76bb6b92707547b159.png);
    background-position: 100% 0;
    top: -15%;
    right: 0
}

@media (min-width: 2160px) {
    .m-teaser--animation-10:after {
        top: -25%
    }
}

@media (max-width: 1439.98px) {
    .m-teaser--animation-10:after {
        top: 50%;
        margin-top: -40vw
    }
}

@media (max-width: 1023.98px) {
    .m-teaser--animation-10:after {
        margin-top: -50vw
    }
}

@media (max-width: 639.98px) {
    .m-teaser--animation-10:after {
        margin-top: -60vw
    }
}

a.video-cookie-confirm {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -10px;
    text-align: center;
    z-index: 1
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*, :after, :before {
    box-sizing: inherit
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 640px) {
    .container {
        max-width: 604px
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 992px
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1392px
    }
}

@media (min-width: 1860px) {
    .container {
        max-width: 1740px
    }
}

@media (min-width: 2160px) {
    .container {
        max-width: 97%
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto, .col-xxl, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0%;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 640px) {
    .col-sm {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1024px) {
    .col-md {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1440px) {
    .col-lg {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1860px) {
    .col-xl {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 2160px) {
    .col-xxl {
        flex-basis: 0%;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xxl-first {
        order: -1
    }

    .order-xxl-last {
        order: 13
    }

    .order-xxl-0 {
        order: 0
    }

    .order-xxl-1 {
        order: 1
    }

    .order-xxl-2 {
        order: 2
    }

    .order-xxl-3 {
        order: 3
    }

    .order-xxl-4 {
        order: 4
    }

    .order-xxl-5 {
        order: 5
    }

    .order-xxl-6 {
        order: 6
    }

    .order-xxl-7 {
        order: 7
    }

    .order-xxl-8 {
        order: 8
    }

    .order-xxl-9 {
        order: 9
    }

    .order-xxl-10 {
        order: 10
    }

    .order-xxl-11 {
        order: 11
    }

    .order-xxl-12 {
        order: 12
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 640px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1024px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1440px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1860px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 2160px) {
    .d-xxl-none {
        display: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width: 640px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1024px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1440px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1860px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 2160px) {
    .flex-xxl-row {
        flex-direction: row !important
    }

    .flex-xxl-column {
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        justify-content: center !important
    }

    .justify-content-xxl-between {
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        justify-content: space-around !important
    }

    .align-items-xxl-start {
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        align-items: center !important
    }

    .align-items-xxl-baseline {
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        align-items: stretch !important
    }

    .align-content-xxl-start {
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        align-content: center !important
    }

    .align-content-xxl-between {
        align-content: space-between !important
    }

    .align-content-xxl-around {
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        align-self: auto !important
    }

    .align-self-xxl-start {
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        align-self: center !important
    }

    .align-self-xxl-baseline {
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        align-self: stretch !important
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1, .my-n1 {
    margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2, .my-n2 {
    margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3, .my-n3 {
    margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
    margin-right: -1rem !important
}

.mb-n3, .my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4, .my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5, .my-n5 {
    margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
    margin-right: -3rem !important
}

.mb-n5, .my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 640px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1024px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1440px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1860px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

@media (min-width: 2160px) {
    .m-xxl-0 {
        margin: 0 !important
    }

    .mt-xxl-0, .my-xxl-0 {
        margin-top: 0 !important
    }

    .mr-xxl-0, .mx-xxl-0 {
        margin-right: 0 !important
    }

    .mb-xxl-0, .my-xxl-0 {
        margin-bottom: 0 !important
    }

    .ml-xxl-0, .mx-xxl-0 {
        margin-left: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .mt-xxl-1, .my-xxl-1 {
        margin-top: .25rem !important
    }

    .mr-xxl-1, .mx-xxl-1 {
        margin-right: .25rem !important
    }

    .mb-xxl-1, .my-xxl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xxl-1, .mx-xxl-1 {
        margin-left: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .mt-xxl-2, .my-xxl-2 {
        margin-top: .5rem !important
    }

    .mr-xxl-2, .mx-xxl-2 {
        margin-right: .5rem !important
    }

    .mb-xxl-2, .my-xxl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xxl-2, .mx-xxl-2 {
        margin-left: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .mt-xxl-3, .my-xxl-3 {
        margin-top: 1rem !important
    }

    .mr-xxl-3, .mx-xxl-3 {
        margin-right: 1rem !important
    }

    .mb-xxl-3, .my-xxl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xxl-3, .mx-xxl-3 {
        margin-left: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .mt-xxl-4, .my-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xxl-4, .mx-xxl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xxl-4, .my-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xxl-4, .mx-xxl-4 {
        margin-left: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .mt-xxl-5, .my-xxl-5 {
        margin-top: 3rem !important
    }

    .mr-xxl-5, .mx-xxl-5 {
        margin-right: 3rem !important
    }

    .mb-xxl-5, .my-xxl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xxl-5, .mx-xxl-5 {
        margin-left: 3rem !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .pt-xxl-0, .py-xxl-0 {
        padding-top: 0 !important
    }

    .pr-xxl-0, .px-xxl-0 {
        padding-right: 0 !important
    }

    .pb-xxl-0, .py-xxl-0 {
        padding-bottom: 0 !important
    }

    .pl-xxl-0, .px-xxl-0 {
        padding-left: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .pt-xxl-1, .py-xxl-1 {
        padding-top: .25rem !important
    }

    .pr-xxl-1, .px-xxl-1 {
        padding-right: .25rem !important
    }

    .pb-xxl-1, .py-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xxl-1, .px-xxl-1 {
        padding-left: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .pt-xxl-2, .py-xxl-2 {
        padding-top: .5rem !important
    }

    .pr-xxl-2, .px-xxl-2 {
        padding-right: .5rem !important
    }

    .pb-xxl-2, .py-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xxl-2, .px-xxl-2 {
        padding-left: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .pt-xxl-3, .py-xxl-3 {
        padding-top: 1rem !important
    }

    .pr-xxl-3, .px-xxl-3 {
        padding-right: 1rem !important
    }

    .pb-xxl-3, .py-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xxl-3, .px-xxl-3 {
        padding-left: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .pt-xxl-4, .py-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xxl-4, .px-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xxl-4, .py-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xxl-4, .px-xxl-4 {
        padding-left: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .pt-xxl-5, .py-xxl-5 {
        padding-top: 3rem !important
    }

    .pr-xxl-5, .px-xxl-5 {
        padding-right: 3rem !important
    }

    .pb-xxl-5, .py-xxl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xxl-5, .px-xxl-5 {
        padding-left: 3rem !important
    }

    .m-xxl-n1 {
        margin: -.25rem !important
    }

    .mt-xxl-n1, .my-xxl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xxl-n1, .mx-xxl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xxl-n1, .my-xxl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xxl-n1, .mx-xxl-n1 {
        margin-left: -.25rem !important
    }

    .m-xxl-n2 {
        margin: -.5rem !important
    }

    .mt-xxl-n2, .my-xxl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xxl-n2, .mx-xxl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xxl-n2, .my-xxl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xxl-n2, .mx-xxl-n2 {
        margin-left: -.5rem !important
    }

    .m-xxl-n3 {
        margin: -1rem !important
    }

    .mt-xxl-n3, .my-xxl-n3 {
        margin-top: -1rem !important
    }

    .mr-xxl-n3, .mx-xxl-n3 {
        margin-right: -1rem !important
    }

    .mb-xxl-n3, .my-xxl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xxl-n3, .mx-xxl-n3 {
        margin-left: -1rem !important
    }

    .m-xxl-n4 {
        margin: -1.5rem !important
    }

    .mt-xxl-n4, .my-xxl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xxl-n4, .mx-xxl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xxl-n4, .my-xxl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xxl-n4, .mx-xxl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xxl-n5 {
        margin: -3rem !important
    }

    .mt-xxl-n5, .my-xxl-n5 {
        margin-top: -3rem !important
    }

    .mr-xxl-n5, .mx-xxl-n5 {
        margin-right: -3rem !important
    }

    .mb-xxl-n5, .my-xxl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xxl-n5, .mx-xxl-n5 {
        margin-left: -3rem !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mt-xxl-auto, .my-xxl-auto {
        margin-top: auto !important
    }

    .mr-xxl-auto, .mx-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-auto, .my-xxl-auto {
        margin-bottom: auto !important
    }

    .ml-xxl-auto, .mx-xxl-auto {
        margin-left: auto !important
    }
}

.contenttable, .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.contenttable td, .contenttable th, .table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.contenttable thead th, .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.contenttable tbody + tbody, .table tbody + tbody {
    border-top: 2px solid #dee2e6
}

.contenttable td, .contenttable th, .table-sm td, .table-sm th {
    padding: .3rem
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px
}

.contenttable tbody + tbody, .contenttable td, .contenttable th, .contenttable thead th, .table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff
}

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover, .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #9fcdff
}

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db
}

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover, .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf
}

.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb
}

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: #b1dfbb
}

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb
}

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
    background-color: #abdde5
}

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba
}

.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
    background-color: #ffe8a1
}

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb
}

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #f1b0b7
}

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe
}

.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover, .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
    background-color: #ececf6
}

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca
}

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover, .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
    background-color: #b9bbbe
}

.table-active, .table-active > td, .table-active > th, .table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, .075)
}

.contenttable .thead-dark th, .table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.contenttable .thead-light th, .table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td, .table-dark th, .table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .075)
}

@media (max-width: 639.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm > .table-bordered {
        border: 0
    }
}

@media (max-width: 1023.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md > .table-bordered {
        border: 0
    }
}

@media (max-width: 1439.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg > .table-bordered {
        border: 0
    }
}

@media (max-width: 1859.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl > .table-bordered {
        border: 0
    }
}

@media (max-width: 2159.98px) {
    .table-responsive-xxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xxl > .table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive > .table-bordered {
    border: 0
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-slider :focus {
    outline: none
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: flex;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: inherit;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block;
    overflow-x: hidden
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.gap_top_none {
    padding-top: 0
}

.gap_top_double {
    padding-top: 80px
}

.gap_top_tripple {
    padding-top: 120px
}

.gap_bottom_none {
    padding-bottom: 0
}

.gap_bottom_double {
    padding-bottom: 80px
}

.gap_bottom_tripple {
    padding-bottom: 120px
}

p {
    margin-bottom: 0;
    line-height: 1.5
}

.ce-uploads a {
    color: #0d9be2
}

.ce-uploads a:hover {
    color: #29b8ff
}

.f3-widget-paginator {
    display: inline-block;
    width: 100%;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.f3-widget-paginator li {
    display: inline-block;
    margin-right: 8px
}

.f3-widget-paginator li a, .f3-widget-paginator li span {
    min-width: 36px;
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.5;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    text-align: center
}

.f3-widget-paginator li a:hover, .f3-widget-paginator li span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.f3-widget-paginator li.current a, .f3-widget-paginator li.current span {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #e50043;
    border-color: #d2d2d2
}

.paginator-azure .f3-widget-paginator li.current a, .paginator-azure .f3-widget-paginator li.current span {
    background-color: #0d9be2;
    border: #0d9be2
}

.content-post:after, .content-post:before {
    display: table;
    content: "";
    clear: both
}

.content-post--beside {
    display: flex
}

@media (max-width: 1023.98px) {
    .content-post--beside {
        display: block
    }
}

.content-post--beside > .ce-bodytext {
    flex: 1
}

.content-post__text .m-main-block__head {
    display: inline-block
}

.content-post__img--fLeft {
    float: left;
    width: 50%;
    margin-right: 40px
}

.content-post__img--fRight {
    float: right;
    width: 50%;
    margin-left: 40px
}

@media (max-width: 1023.98px) {
    .content-post__img {
        width: 100%;
        float: none
    }

    .content-post__img--fLeft, .content-post__img--fRight {
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width: 640px) and (max-width: 1023.98px) {
    .content-post__img.img-sm {
        display: block
    }

    .content-post__img.img-sm-1 {
        width: 8.33333%
    }

    .content-post__img.img-sm-2 {
        width: 16.66667%
    }

    .content-post__img.img-sm-3 {
        width: 25%
    }

    .content-post__img.img-sm-4 {
        width: 33.33333%
    }

    .content-post__img.img-sm-5 {
        width: 41.66667%
    }

    .content-post__img.img-sm-6 {
        width: 50%
    }

    .content-post__img.img-sm-7 {
        width: 58.33333%
    }

    .content-post__img.img-sm-8 {
        width: 66.66667%
    }

    .content-post__img.img-sm-9 {
        width: 75%
    }

    .content-post__img.img-sm-10 {
        width: 83.33333%
    }

    .content-post__img.img-sm-11 {
        width: 91.66667%
    }

    .content-post__img.img-sm-12 {
        width: 50%
    }
}

@media (min-width: 1024px) and (max-width: 1439.98px) {
    .content-post__img.img-md {
        display: block
    }

    .content-post__img.img-md-1 {
        width: 8.33333%
    }

    .content-post__img.img-md-2 {
        width: 16.66667%
    }

    .content-post__img.img-md-3 {
        width: 25%
    }

    .content-post__img.img-md-4 {
        width: 33.33333%
    }

    .content-post__img.img-md-5 {
        width: 41.66667%
    }

    .content-post__img.img-md-6 {
        width: 50%
    }

    .content-post__img.img-md-7 {
        width: 58.33333%
    }

    .content-post__img.img-md-8 {
        width: 66.66667%
    }

    .content-post__img.img-md-9 {
        width: 75%
    }

    .content-post__img.img-md-10 {
        width: 83.33333%
    }

    .content-post__img.img-md-11 {
        width: 91.66667%
    }

    .content-post__img.img-md-12 {
        width: 50%
    }
}

@media (min-width: 1440px) and (max-width: 1859.98px) {
    .content-post__img.img-lg {
        display: block
    }

    .content-post__img.img-lg-1 {
        width: 8.33333%
    }

    .content-post__img.img-lg-2 {
        width: 16.66667%
    }

    .content-post__img.img-lg-3 {
        width: 25%
    }

    .content-post__img.img-lg-4 {
        width: 33.33333%
    }

    .content-post__img.img-lg-5 {
        width: 41.66667%
    }

    .content-post__img.img-lg-6 {
        width: 50%
    }

    .content-post__img.img-lg-7 {
        width: 58.33333%
    }

    .content-post__img.img-lg-8 {
        width: 66.66667%
    }

    .content-post__img.img-lg-9 {
        width: 75%
    }

    .content-post__img.img-lg-10 {
        width: 83.33333%
    }

    .content-post__img.img-lg-11 {
        width: 91.66667%
    }

    .content-post__img.img-lg-12 {
        width: 50%
    }
}

@media (min-width: 1860px) {
    .content-post__img.img-xl {
        display: block
    }

    .content-post__img.img-xl-1 {
        width: 8.33333%
    }

    .content-post__img.img-xl-2 {
        width: 16.66667%
    }

    .content-post__img.img-xl-3 {
        width: 25%
    }

    .content-post__img.img-xl-4 {
        width: 33.33333%
    }

    .content-post__img.img-xl-5 {
        width: 41.66667%
    }

    .content-post__img.img-xl-6 {
        width: 50%
    }

    .content-post__img.img-xl-7 {
        width: 58.33333%
    }

    .content-post__img.img-xl-8 {
        width: 66.66667%
    }

    .content-post__img.img-xl-9 {
        width: 75%
    }

    .content-post__img.img-xl-10 {
        width: 83.33333%
    }

    .content-post__img.img-xl-11 {
        width: 91.66667%
    }

    .content-post__img.img-xl-12 {
        width: 50%
    }
}

.content-post__half--fLeft {
    margin-right: 20px
}

.content-post__half--fRight {
    margin-left: 20px
}

@media (max-width: 1023.98px) {
    .content-post__half {
        width: 100%;
        float: none
    }

    .content-post__half--fLeft, .content-post__half--fRight {
        margin-left: 0;
        margin-right: 0
    }
}

.content-post .m-main-block__visual .nav-tabs {
    padding-left: 0;
    list-style-type: none
}

@media (max-width: 1439.98px) {
    .content-post .toggle--img {
        position: inherit
    }
}

.content-post .toggle__cover {
    position: relative;
    overflow: hidden;
    min-height: 467px
}

@media (min-width: 1024px) {
    .content-post .toggle__cover {
        height: 100%
    }
}

.content-post .toggle__cover--adaptive {
    min-height: inherit
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: 15px 20px;
    margin-top: 5px;
    margin-right: 25px;
    font-size: 20px
}

.nav-link:focus, .nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    margin-bottom: 0
}

.nav-tabs .nav-link {
    border: 1px solid #f5f5f7;
    color: gray
}

.nav-tabs .nav-link.disabled {
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000;
    background-color: #f5f5f7;
    border-color: transparent
}

.tab-content {
    background-color: #f5f5f7;
    padding: 20px;
    margin-bottom: 30px
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.m-block--light .nav-tabs .nav-link {
    border: 1px solid #fff
}

.m-block--light .nav-tabs .nav-link.disabled {
    background-color: transparent;
    border-color: transparent
}

.m-block--light .nav-tabs .nav-item.show .nav-link, .m-block--light .nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: transparent
}

.m-block--light .tab-content {
    background-color: #fff
}

.tx-solr-autosuggest {
    overflow: auto;
    color: #fff;
    margin-top: 10px
}

.tx-solr-autosuggest strong {
    font-weight: bolder
}

.tx-solr-autosuggest .autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer
}

.tx-solr-autosuggest .autocomplete-suggestion:hover {
    background-color: hsla(0, 0%, 100%, .25)
}

.tx-solr-autosuggest a {
    color: #fff
}

.tx-solr-autosuggest a em {
    color: #fff;
    font-weight: 700;
    font-style: normal
}

.m-block--white .hubspot-form input, .m-block--white .hubspot-form select {
    background-color: #f5f5f7;
    border-color: #c5c5c7 !important
}

.m-block--white .hubspot-form textarea, .m-block--white .hubspot-form textarea.hs-input {
    background-color: #f5f5f7;
    border-color: #c5c5c7
}

.hubspot-form {
    max-width: 962px
}

.hubspot-form a {
    color: #0d9be2;
    text-decoration: underline
}

.hubspot-form a:hover {
    color: #29b8ff
}

.hubspot-form fieldset {
    max-width: none !important;
    margin: 0 -15px !important
}

.hubspot-form fieldset .hs-form-field {
    padding: 0 15px
}

.hubspot-form input, .hubspot-form select {
    width: 100%;
    margin: 0;
    border: 1px solid #fff;
    height: 36px;
    padding: 0 12px;
    background-color: #fff
}

@media (max-width: 480px) {
    .hubspot-form input, .hubspot-form select {
        width: 100% !important
    }
}

.hubspot-form input[type=checkbox], .hubspot-form input[type=radio], .hubspot-form select[type=checkbox], .hubspot-form select[type=radio] {
    border: 1px solid transparent;
    padding: 0;
    width: 22px !important;
    height: 22px;
    position: absolute;
    top: -4px
}

.hubspot-form input[type=checkbox]:checked, .hubspot-form input[type=radio]:checked, .hubspot-form select[type=checkbox]:checked, .hubspot-form select[type=radio]:checked {
    background-color: #000
}

.hubspot-form input[type=checkbox]:checked:before, .hubspot-form input[type=radio]:checked:before, .hubspot-form select[type=checkbox]:checked:before, .hubspot-form select[type=radio]:checked:before {
    color: #fff;
    content: "\2714";
    position: absolute;
    font-size: 17px;
    top: 1px;
    left: 4px
}

.hubspot-form input[type=submit], .hubspot-form select[type=submit] {
    max-width: 400px;
    padding: 10px;
    background-color: #0d9be2;
    border: none;
    color: #fff;
    font-size: 15px;
    cursor: pointer
}

.hubspot-form input[type=submit]:hover, .hubspot-form select[type=submit]:hover {
    background-color: #29b8ff
}

.hubspot-form input::-webkit-input-placeholder {
    color: #000
}

.hubspot-form input::-ms-input-placeholder {
    color: #000
}

.hubspot-form input::placeholder {
    color: #000
}

.hubspot-form select {
    padding-right: 38px;
    background-image: url(../images/c2d7f6dbec6d0619e2021725c19a83a8.png);
    background-repeat: no-repeat;
    background-position: 100%
}

.hubspot-form .hs-input {
    width: 100% !important
}

.hubspot-form textarea.hs-input {
    border: 1px solid #fff;
    height: 120px;
    width: calc(100% - 30px) !important;
    padding: 12px;
    margin-bottom: 25px
}

@media (max-width: 480px) {
    .hubspot-form textarea.hs-input {
        width: 100% !important
    }
}

.hubspot-form textarea.hs-input::-webkit-input-placeholder {
    color: #000
}

.hubspot-form textarea.hs-input::-ms-input-placeholder {
    color: #000
}

.hubspot-form textarea.hs-input::placeholder {
    color: #000
}

.hubspot-form .hs-fieldtype-select, .hubspot-form .hs-fieldtype-text, .hubspot-form .hs-product_interest, .hubspot-form .hs-topics, .hubspot-form .hs_comment {
    margin-bottom: 25px
}

.hubspot-form .hs-fieldtype-select > label, .hubspot-form .hs-fieldtype-text > label, .hubspot-form .hs-product_interest > label, .hubspot-form .hs-topics > label, .hubspot-form .hs_comment > label {
    color: gray;
    margin-bottom: 5px;
    display: none;
    font-size: 15px
}

.hubspot-form .hs-fieldtype-select legend, .hubspot-form .hs-fieldtype-text legend, .hubspot-form .hs-product_interest legend, .hubspot-form .hs-topics legend, .hubspot-form .hs_comment legend {
    margin-bottom: 20px
}

.hubspot-form .hs-richtext, .hubspot-form .hs_recaptcha {
    margin-bottom: 45px
}

.hubspot-form .hs-form-booleancheckbox {
    font-size: 15px
}

.hubspot-form .inputs-list {
    list-style-type: none;
    padding: 0
}

.hubspot-form .inputs-list li {
    margin-bottom: 20px;
    position: relative
}

.hubspot-form .inputs-list li label > span {
    padding-left: 40px;
    display: block;
    line-height: 1.4
}

.hubspot-form .hs-error-msgs {
    margin: 0 0 20px
}

.hubspot-form .hs-error-msgs li {
    margin: 0
}

.hubspot-form .hs-error-msgs .hs-error-msg {
    padding-top: 5px;
    color: #e50043;
    display: block;
    font-size: 13px
}

.hubspot-form .hs_error_rollup {
    margin: 0 0 40px
}

.hubspot-form .hs_error_rollup .hs-main-font-element {
    color: #e50043
}

.cd-signin-modal {
    color: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 54, 66, .9);
    z-index: 99999;
    overflow-y: auto;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s
}

.cd-signin-modal ul {
    display: flex;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    list-style: none;
    white-space: nowrap;
    overflow-x: auto
}

@media (max-width: 1439.98px) {
    .cd-signin-modal ul {
        display: block
    }
}

.cd-signin-modal.cd-signin-modal--is-visible {
    visibility: visible;
    opacity: 1
}

.cd-signin-modal__container {
    position: relative;
    width: 90%;
    max-width: 900px;
    background: #fff;
    margin: 3em auto 4em;
    cursor: auto;
    border-radius: .25em;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.cd-signin-modal--is-visible .cd-signin-modal__container {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.cd-signin-modal__switcher li {
    flex-grow: 1;
    text-align: center;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000
}

.cd-signin-modal__switcher li:last-of-type {
    border-right: none
}

@media (max-width: 1439.98px) {
    .cd-signin-modal__switcher li {
        border-right: none
    }
}

.cd-signin-modal__switcher li:first-child a {
    border-radius: .25em 0 0 0
}

.cd-signin-modal__switcher li:last-child a {
    border-radius: 0 .25em 0 0
}

.cd-signin-modal__switcher a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #f5f5f7;
    color: #000;
    padding: 0 20px
}

.cd-signin-modal__switcher a.cd-selected, .cd-signin-modal__switcher a:hover {
    background: #fff;
    color: #505260
}

@media only screen and (min-width: 600px) {
    .cd-signin-modal__container {
        margin: 4em auto
    }

    .cd-signin-modal__switcher a {
        height: 70px;
        line-height: 70px
    }
}

.cd-signin-modal__form {
    padding: 1.4em
}

.cd-signin-modal__fieldset {
    position: relative;
    margin: 1.4em 0
}

.cd-signin-modal__fieldset:first-child {
    margin-top: 0
}

.cd-signin-modal__fieldset:last-child {
    margin-bottom: 0
}

.cd-signin-modal__label {
    font-size: 1.4rem
}

.cd-signin-modal__label.cd-signin-modal__label--image-replace {
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 0
}

.cd-signin-modal__input {
    margin: 0;
    padding: 0;
    border-radius: .25em
}

.cd-signin-modal__input.cd-signin-modal__input--full-width {
    width: 100%
}

.cd-signin-modal__input.cd-signin-modal__input--has-padding {
    padding: 12px 20px 12px 50px
}

.cd-signin-modal__input.cd-signin-modal__input--has-border {
    border: 1px solid #d2d8d8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.cd-signin-modal__input.cd-signin-modal__input--has-border:focus {
    border-color: #343642;
    box-shadow: 0 0 5px rgba(52, 54, 66, .1);
    outline: none
}

.cd-signin-modal__input.cd-signin-modal__input--has-error {
    border: 1px solid #d76666
}

.cd-signin-modal__input[type=submit] {
    padding: 16px 0;
    cursor: pointer;
    background: #2f889a;
    color: #fff;
    font-weight: 700;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cd-signin-modal__input[type=submit]:focus, .cd-signin-modal__input[type=submit]:hover {
    background: #3599ae;
    outline: none
}

.cd-signin-modal__hide-password {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px 15px;
    border-left: 1px solid #d2d8d8;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.4rem;
    color: #343642
}

.cd-signin-modal__error {
    display: inline-block;
    position: absolute;
    left: -5px;
    bottom: -35px;
    background: hsla(0, 59%, 62%, .9);
    padding: .8em;
    z-index: 2;
    color: #fff;
    font-size: 1.3rem;
    border-radius: .25em;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s 0s, visibility 0s .2s
}

.cd-signin-modal__error:after {
    content: "";
    position: absolute;
    left: 22px;
    bottom: 100%;
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid hsla(0, 59%, 62%, .9)
}

.cd-signin-modal__error.cd-signin-modal__error--is-visible {
    opacity: 1;
    visibility: visible;
    transition: opacity .2s 0s, visibility 0s 0s
}

@media only screen and (min-width: 600px) {
    .cd-signin-modal__form {
        padding: 2em
    }

    .cd-signin-modal__fieldset {
        margin: 2em 0
    }

    .cd-signin-modal__fieldset:first-child {
        margin-top: 0
    }

    .cd-signin-modal__fieldset:last-child {
        margin-bottom: 0
    }

    .cd-signin-modal__input.cd-signin-modal__input--has-padding {
        padding: 16px 20px 16px 50px
    }

    .cd-signin-modal__input[type=submit] {
        padding: 16px 0
    }
}

.cd-signin-modal__message {
    padding: 1.4em 1.4em 0;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center
}

@media only screen and (min-width: 600px) {
    .cd-signin-modal__message {
        padding: 2em 2em 0
    }
}

.cd-signin-modal__bottom-message {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -30px;
    text-align: center;
    font-size: 1.4rem
}

.cd-signin-modal__bottom-message a {
    color: #fff;
    text-decoration: underline
}

.cd-signin-modal__close {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: -40px;
    background: url(../images/dd9be9edb32161beed7f9631335eb1c6.svg) no-repeat 50%;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

@media only screen and (min-width: 1170px) {
    .cd-signin-modal__close {
        display: none
    }
}

.cd-signin-modal__block {
    padding: 20px;
    display: none
}

.cd-signin-modal__block a, .cd-signin-modal__block a:hover {
    color: #fff
}

.cd-signin-modal__block.cd-signin-modal__block--is-selected {
    display: block
}

.cd-signin-modal .eplan_form {
    background-color: #f5f5f7
}

.cd-signin-modal .m-block {
    padding: 0
}

.cd-signin-modal .m-block .control-label {
    min-height: 42px;
    display: block
}

.cd-signin-modal .m-block .checkbox {
    line-height: 1.7
}

.cd-signin-modal .m-block .checkbox a {
    color: #0d9be2
}

.cd-signin-modal .m-block .checkbox a:hover {
    color: #29b8ff
}

#eplan-search-quick-results {
    list-style: none;
    padding: 0;
    overflow: auto;
    color: #fff;
    margin-top: 10px
}

#eplan-search-quick-results strong {
    font-weight: bolder
}

#eplan-search-quick-results li {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer
}

#eplan-search-quick-results li:hover {
    background-color: hsla(0, 0%, 100%, .25)
}

#eplan-search-quick-results li.suggestion-title {
    padding: 15px 5px;
    font-weight: 700;
    font-size: 22px
}

#eplan-search-quick-results a {
    color: #fff
}

#eplan-search-quick-results a em {
    color: #fff;
    font-weight: 700;
    font-style: normal
}

.tx-solr-search-form .tx-solr-submit {
    display: inline-block;
    width: inherit
}

.tx-solr-search-form .form-group {
    display: inline-block;
    width: 80%
}

.tx-solr-autosuggest .autocomplete-selected {
    background: transparent
}

.tx-solr-autosuggest .autocomplete-group {
    padding: 15px 5px;
    font-weight: 700;
    font-size: 22px
}

.tx_solr .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.tx_solr .pagination > li {
    display: inline-block;
    margin-right: 8px
}

.tx_solr .pagination > li > a, .tx_solr .pagination > li > span {
    min-width: 36px;
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    text-align: center
}

.tx_solr .pagination > li:first-child > a, .tx_solr .pagination > li:first-child > span {
    margin-left: 0
}

.tx_solr .pagination > li:last-child {
    margin-right: 0
}

.tx_solr .pagination > li > a:focus, .tx_solr .pagination > li > a:hover, .tx_solr .pagination > li > span:focus, .tx_solr .pagination > li > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.tx_solr .pagination > .active > a, .tx_solr .pagination > .active > a:focus, .tx_solr .pagination > .active > a:hover, .tx_solr .pagination > .active > span, .tx_solr .pagination > .active > span:focus, .tx_solr .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0d9be2;
    border-color: #d2d2d2
}

.tx_solr .pagination > .disabled > a, .tx_solr .pagination > .disabled > a:focus, .tx_solr .pagination > .disabled > a:hover, .tx_solr .pagination > .disabled > span, .tx_solr .pagination > .disabled > span:focus, .tx_solr .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.tx_solr .progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    margin-top: 8px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.tx_solr .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #000;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    transition: width .6s ease
}

.tx_solr input.tx-solr-q {
    width: 80%;
    display: inline-block
}

.tx_solr .input-group-btn {
    display: inline-block
}

.tx_solr .results-entry {
    border-bottom: 1px solid #f5f5f7;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.tx_solr .results-entry a {
    color: #0d9be2
}

.tx_solr .results-entry a:hover {
    color: #29b8ff
}

body.ie11 select::-ms-expand {
    display: none
}

body.ie11 .m-career-teas__cover, body.ie11 .m-cat-box__cover, body.ie11 .m-news-teas__cover {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
}

body.ie11 .m-career-teas__cover img, body.ie11 .m-cat-box__cover img, body.ie11 .m-news-teas__cover img {
    display: none
}

body.ie11 .m-hero-slide__visual {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
}

body.ie11 .m-hero-slide__visual picture {
    display: none
}

body.ie11 .m-hero-slide__wrap {
    display: table;
    width: 100%
}

body.ie11 .m-hero-slide__main {
    display: table-cell;
    vertical-align: middle
}

body.ie11 .m-block.m-block--light .m-slider-ctrls__list button:before, body.ie11 .m-block.m-block--white .m-slider-ctrls__list button:before {
    background-color: #000
}

body.ie11 .m-block.m-block--light .m-slider-ctrls__arrow button, body.ie11 .m-block.m-block--white .m-slider-ctrls__arrow button {
    background-image: url(../images/3f304297bb9a9501a51db8afc0d26cae.svg)
}

body.ie11 .m-logo-slider__img, body.ie11 .m-logo-slider__inner {
    display: block
}

body.ie11 .m-logo-slider__inner {
    height: 350px
}

body.ie11 .m-logo-slider__content, body.ie11 .m-logo-slider__img, body.ie11 .m-logo-slider__img-wrap {
    height: 100%
}

body.ie11 .m-logo-slider__content .download, body.ie11 .m-logo-slider__img-wrap .download, body.ie11 .m-logo-slider__img .download {
    height: 100%;
    display: block
}

body.ie11 .m-logo-slider__title {
    position: absolute;
    bottom: 0
}

body.ie11 .m-logo-slider__img-obj--ie {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (min-width: 1024px) {
    body.ie11 .m-header__top {
        background-color: transparent !important
    }
}

body.ie11 .m-header__main {
    display: block
}

@media (min-width: 1024px) {
    body.ie11 .m-header__main {
        display: none !important
    }
}

.examples-detail.m-block--light + .m-block--light, .news-detail.m-block--light + .m-block--light {
    padding-top: 0;
    margin-top: -50px
}

.fc-event {
    cursor: pointer
}

.fc-h-event .fc-event-title-container {
    text-align: center
}

@-webkit-keyframes lazyload_progressbar {
    0% {
        background-position-x: 0
    }
    to {
        background-position-x: 50vw
    }
}

@keyframes lazyload_progressbar {
    0% {
        background-position-x: 0
    }
    to {
        background-position-x: 50vw
    }
}

[data-lazy-load-content]:not(.loaded) {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

[data-lazy-load-content]:not(.loaded):after {
    content: " ";
    min-height: 4px;
    width: 100%;
    box-shadow: 0 10px 13px -6px #2c3e50;
    background-color: #f5f5f7;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 5%, #e50043 0, #e50043 10%);
    -webkit-animation: lazyload_progressbar 2s linear infinite;
    animation: lazyload_progressbar 2s linear infinite;
    will-change: background-position
}

@media only screen and (max-width: 450px) {
    [data-lazy-load-content]:not(.loaded):after {
        width: 75%
    }
}

@media only screen and (max-width: 350px) {
    [data-lazy-load-content]:not(.loaded):after {
        width: 50%
    }
}

body#homepage .m-header__extra ul.m-extra-nav__list li.m-extra-nav__item {
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation: metaNavHomeAni 4s linear;
    animation: metaNavHomeAni 4s linear
}

body#homepage .m-header__extra ul.m-extra-nav__list li.m-extra-nav__item:first-of-type {
    -webkit-animation-delay: 1125ms;
    animation-delay: 1125ms
}

body#homepage .m-header__extra ul.m-extra-nav__list li.m-extra-nav__item:nth-of-type(2) {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s
}

body#homepage .m-header__extra ul.m-extra-nav__list li.m-extra-nav__item:nth-of-type(3) {
    -webkit-animation-delay: 1375ms;
    animation-delay: 1375ms
}

body#homepage .m-header__extra ul.m-extra-nav__list li.m-extra-nav__item:nth-of-type(4) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

body#homepage .m-header__extra ul.m-extra-nav__list li.m-extra-nav__item:nth-of-type(5) {
    -webkit-animation-delay: 1625ms;
    animation-delay: 1625ms
}

body#homepage .m-header__extra ul.m-extra-nav__list li.m-extra-nav__item:nth-of-type(6) {
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s
}

body#homepage .m-header__extra ul.m-extra-nav__list li.m-extra-nav__item:nth-of-type(7) {
    -webkit-animation-delay: 1875ms;
    animation-delay: 1875ms
}

@-webkit-keyframes metaNavHomeAni {
    0% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        left: 0
    }
    25% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        left: -100%
    }
    75% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        left: -100%
    }
    to {
        -webkit-transform: translateX(-43px);
        transform: translateX(-43px);
        left: 0
    }
}

@keyframes metaNavHomeAni {
    0% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        left: 0
    }
    25% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        left: -100%
    }
    75% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        left: -100%
    }
    to {
        -webkit-transform: translateX(-43px);
        transform: translateX(-43px);
        left: 0
    }
}

@-webkit-keyframes metaNavAppearAni {
    0% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    40% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: translateX(-56px);
        transform: translateX(-56px)
    }
    to {
        -webkit-transform: translateX(-43px);
        transform: translateX(-43px)
    }
}

@keyframes metaNavAppearAni {
    0% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    40% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: translateX(-56px);
        transform: translateX(-56px)
    }
    to {
        -webkit-transform: translateX(-43px);
        transform: translateX(-43px)
    }
}

.mm, .mm a, .mm li, .mm span, .mm ul {
    display: block;
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

:root {
    --mm-item-height: 50px;
    --mm-item-indent: 20px;
    --mm-line-height: 24px
}

.mm-hidden {
    display: none !important
}

.mm {
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    color: #444;
    line-height: 24px;
    line-height: var(--mm-line-height);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    cursor: pointer
}

.mm:before {
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    top: calc(var(--mm-item-height) / 2);
    left: 20px;
    left: var(--mm-item-indent);
    width: 10px;
    height: 10px;
    margin-top: 2px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(-45deg) translate(50%, -50%);
    transform: rotate(-45deg) translate(50%, -50%);
    opacity: 1
}

.mm.mm--main {
    cursor: default
}

.mm.mm--main:before {
    content: none;
    display: none
}

.mm:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    height: var(--mm-item-height);
    padding: 0 40px;
    padding: 0 calc(var(--mm-item-indent) * 2);
    line-height: 50px;
    line-height: var(--mm-item-height);
    opacity: 1;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.mm.mm--main:after {
    padding-left: 20px;
    padding-left: var(--mm-item-indent)
}

.mm ul {
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 50px;
    top: var(--mm-item-height);
    left: 100%;
    bottom: 0;
    width: 200%;
    padding-right: 100%;
    overflow: visible;
    overflow-y: auto;
    background: #000;
    transition: left .3s ease 0s;
    cursor: default
}

.mm ul:after {
    content: "";
    display: block;
    height: 50px;
    height: var(--mm-item-height)
}

.mm > ul, .mm ul.mm--open {
    left: 0
}

.mm ul.mm--parent {
    left: -100%;
    overflow-y: hidden
}

.mm li {
    position: relative;
    background: inherit;
    cursor: pointer
}

.mm li:before {
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    top: calc(var(--mm-item-height) / 2);
    right: 25px;
    right: calc(var(--mm-item-height) / 2);
    z-index: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    opacity: 1
}

.mm li:after {
    content: "";
    display: block;
    margin-left: 20px;
    margin-left: var(--mm-item-indent);
    border-top: 1px solid;
    opacity: .5
}

.mm a, .mm span {
    position: relative;
    z-index: 1;
    padding: 13px 20px;
    padding: calc((var(--mm-item-height) - var(--mm-line-height)) / 2) var(--mm-item-indent)
}

.mm a {
    background: inherit;
    color: inherit;
    text-decoration: none
}

.mm a:not(:last-child) {
    width: calc(100% - 50px);
    width: calc(100% - var(--mm-item-height))
}

.mm a:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border-right: 1px solid;
    opacity: 0
}

.mm span {
    background: transparent
}

.mm.mm--dark {
    color: #ccc
}

.mm a {
    color: #fff
}

.mm.mm--vertical:after, .mm.mm--vertical:before {
    content: none;
    display: none
}

.mm.mm--vertical {
    overflow-y: auto
}

.mm.mm--vertical ul {
    width: 100%;
    padding-right: 0;
    position: static
}

.mm.mm--vertical ul ul {
    display: none;
    padding-left: 20px;
    padding-left: var(--mm-item-indent)
}

.mm.mm--vertical ul ul:after {
    height: 25px;
    height: calc(var(--mm-item-height) / 2)
}

.mm.mm--vertical ul.mm--open {
    display: block
}

.mm.mm--vertical li.mm--open:before {
    -webkit-transform: rotate(135deg) translate(-50%);
    transform: rotate(135deg) translate(-50%)
}

.mm.mm--vertical ul ul li:last-child:after {
    content: none;
    display: none
}

:root {
    --mm-width: 100%;
    --mm-min-width: 200px;
    --mm-max-width: 440px
}

.mm-body--open {
    overflow-y: hidden
}

.mm {
    pointer-events: auto
}

.mm.mm--offcanvas {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9995;
    width: 100%;

    transition: bottom 0s ease 0s, -webkit-transform .3s ease 0s;
    transition: transform .3s ease 0s, bottom 0s ease 0s;
    transition: transform .3s ease 0s, bottom 0s ease 0s, -webkit-transform .3s ease 0s
}

.mm.mm--offcanvas:not(.mm--open) {
    bottom: 100%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition-delay: 0s, .6s
}

.mm-blocker {
    pointer-events: auto;
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .2);
    top: 100%;
    z-index: 9990;
    width: 100%;
    opacity: 0;
    transition-property: opacity, top;
    transition-timing-function: ease, linear;
    transition-duration: .45s, 0s;
    transition-delay: 0s, .45s
}

.mm-blocker.mm--open {
    top: 0;
    z-index: 9999;
    width: 0%;
    width: calc(100% - var(--mm-width));
    min-width: calc(100% - 440px);
    min-width: calc(100% - var(--mm-max-width));
    max-width: calc(100% - 200px);
    max-width: calc(100% - var(--mm-min-width));
    opacity: 1;
    transition-delay: .3s, 0s
}

.mm.mm--right {
    left: auto;
    right: 0
}

.mm.mm--right:not(.mm--open) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.mm-blocker.mm--right {
    right: auto;
    left: 0
}

.z7cmbnr, .z7cmvrly__wrap1 {
    font-size: .9em;
    background: #f8f8f8;
    color: #333;
    padding: 0 15px
}

@media (min-width: 940px) {
    .z7cmbnr, .z7cmvrly__wrap1 {
        padding: 30px
    }
}

.z7cmbnr:after, .z7cmvrly__wrap1:after {
    content: '';
    display: table;
    clear: both
}

.z7cmbnr__wrap1 {
    margin: 0 auto;
    max-width: 1160px
}

.z7cmbnr__accept, .z7cmbnr__acceptall, .z7cmbnr__more, .z7cmvrly__submit {
    color: #fff;
    background: #0d9be2;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-shadow: none;
    position: relative;
    display: inline-block;
    margin: 0 .3em 15px 0;
    line-height: 40px;
    padding: 0 15px;
    border: none;
    font-size: inherit;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%
}

.z7cmbnr__accept:focus, .z7cmbnr__accept:hover, .z7cmbnr__acceptall:focus, .z7cmbnr__acceptall:hover, .z7cmbnr__more:focus, .z7cmbnr__more:hover, .z7cmvrly__submit:focus, .z7cmvrly__submit:hover {
    outline: 0;
    background: #39b5f4
}

@media (min-width: 940px) {
    .z7cmbnr__accept, .z7cmbnr__acceptall, .z7cmbnr__more, .z7cmvrly__submit {
        width: auto
    }
}

.z7cmbnr__accept, .z7cmbnr__more {
    color: #333;
    background: #e5e5e5
}

.z7cmbnr__accept:focus, .z7cmbnr__accept:hover, .z7cmbnr__more:focus, .z7cmbnr__more:hover {
    outline: 0;
    background: #c6c6c6
}

.z7cmi {
    color: #333;
    background: #f8f8f8;
    border: 1px solid #d9d9d9;
    padding: 30px
}

.z7cmi__header {
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
    color: inherit
}

.z7cmi__button--clear, .z7cmi__button--open-overlay {
    margin: 1em .3em 0 0;
    display: inline-block;
    text-decoration: underline;
    color: inherit;
    font: inherit
}

.z7cmbnr {
    z-index: 999;
    position: fixed;
    overflow: auto;
    height: calc(100% - 190px);
    width: calc(100% - 80px);
    margin-top: 110px;
    margin-left: 40px
}

.z7cmbnr.animate-in, .z7cmbnr.animate-out {
    -webkit-animation: z7cm-banner-small .5s ease-in 0s forwards;
    animation: z7cm-banner-small .5s ease-in 0s forwards
}

.z7cmbnr.animate-out {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    animation-direction: reverse
}

@-webkit-keyframes z7cm-banner-small {
    0% {
        max-height: 0
    }
    100% {
        max-height: 100vh
    }
}

@keyframes z7cm-banner-small {
    0% {
        max-height: 0
    }
    100% {
        max-height: 100vh
    }
}

@media (min-width: 940px) {
    .z7cmbnr {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        overflow: hidden;
        height: auto;
        width: 57%;
        max-width: 800px;
        margin-top: 0;
        margin-left: 0
    }

    .z7cmbnr.animate-in, .z7cmbnr.animate-out {
        -webkit-animation: z7cm-banner-large .5s ease-in-out 0s forwards;
        animation: z7cm-banner-large .5s ease-in-out 0s forwards
    }

    .z7cmbnr.animate-out {
        animation-direction: reverse
    }

    @-webkit-keyframes z7cm-banner-large {
        0% {
            -webkit-transform: translate(-50%, 150%);
            transform: translate(-50%, 150%)
        }
        100% {
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
        }
    }@keyframes z7cm-banner-large {
         0% {
             -webkit-transform: translate(-50%, 150%);
             transform: translate(-50%, 150%)
         }
         100% {
             -webkit-transform: translate(-50%, -50%);
             transform: translate(-50%, -50%)
         }
     }
}

.z7cmbnr__options {
    display: none;
    margin-bottom: 1rem
}

.z7cmbnr__description {
    margin-bottom: 1em
}

.z7cmbnr__description a {
    color: #000;
    text-decoration: underline
}

.z7cmbnr__description-headline {
    font-weight: 700;
    display: block;
    margin: 1em 0
}

.z7cmbnr__description-main {
    display: block;
    margin: 1em 0
}

.z7cmbnr__description-main .list {
    display: block;
    line-height: 1.5;
    padding-left: 18px;
    text-indent: -.7em
}

.z7cmbnr__description-main .list:before {
    color: #000;
    font-family: AppleGothic, "Lucida Sans", Impact, Verdana, sans-serif;
    content: '■';
    float: left;
    width: 17px;
    margin-top: 2px;
    margin-left: -6px;
    font-size: 80%
}

.z7cmbnr__description-more {
    display: block;
    margin: 1em 0
}

.z7cmbnr__privacy_link {
    display: inline-block;
    color: #0d9be2
}

.z7cmbnr__privacy_link:hover {
    color: #29b8ff
}

.z7cmbnr__toggle {
    color: #333;
    background: #f8f8f8;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-shadow: none;
    position: relative;
    display: inline-block;
    margin: 0 .3em 15px 0;
    line-height: 40px;
    padding: 0 15px;
    border: none;
    font-size: inherit;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
    text-align: left;
    margin: 0 8px 5px 0;
    background: #fff
}

@media (min-width: 940px) {
    .z7cmbnr__toggle {
        width: auto
    }
}

.z7cmbnr__toggle:focus, .z7cmbnr__toggle:hover {
    outline: 0
}

.z7cmbnr__toggle-indicator, .z7cmbnr__toggle-indicator--disabled {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #333;
    margin-right: 8px
}

.z7cmbnr__toggle-indicator--disabled:before, .z7cmbnr__toggle-indicator:before {
    opacity: 0
}

.z7cmbnr__toggle-indicator--disabled {
    border: none;
    background: #0d9be2;
    opacity: .2
}

.z7cmbnr__toggle-indicator--disabled:before {
    content: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2211%22%20version%3D%221.1%22%20viewBox%3D%220%200%2032%2028.4%22%3E%3Cpath%20d%3D%22M10.67%2028.44a3.54%203.54%200%200%201-2.52-1.04l-7.1-7.1a3.55%203.55%200%200%201%200-5.04%203.55%203.55%200%200%201%205.02%200l4.35%204.36L25.71%201.28a3.56%203.56%200%201%201%205.46%204.55L13.4%2027.17a3.56%203.56%200%200%201-2.58%201.27h-.15z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
    display: inline-block;
    width: 12px;
    height: 11px;
    line-height: 11px;
    vertical-align: baseline
}

.z7cmbnr__toggle-indicator--disabled:before {
    opacity: 1
}

.z7cmbnr__toggle--active {
    border-color: #f8f8f8
}

.z7cmbnr__toggle--active .z7cmbnr__toggle-indicator, .z7cmbnr__toggle--active .z7cmbnr__toggle-indicator--disabled {
    border: none;
    background: #0d9be2
}

.z7cmbnr__toggle--active .z7cmbnr__toggle-indicator--disabled:before, .z7cmbnr__toggle--active .z7cmbnr__toggle-indicator:before {
    content: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2211%22%20version%3D%221.1%22%20viewBox%3D%220%200%2032%2028.4%22%3E%3Cpath%20d%3D%22M10.67%2028.44a3.54%203.54%200%200%201-2.52-1.04l-7.1-7.1a3.55%203.55%200%200%201%200-5.04%203.55%203.55%200%200%201%205.02%200l4.35%204.36L25.71%201.28a3.56%203.56%200%201%201%205.46%204.55L13.4%2027.17a3.56%203.56%200%200%201-2.58%201.27h-.15z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
    display: inline-block;
    width: 12px;
    height: 11px;
    line-height: 11px;
    vertical-align: baseline
}

.z7cmbnr__toggle--active .z7cmbnr__toggle-indicator--disabled:before, .z7cmbnr__toggle--active .z7cmbnr__toggle-indicator:before {
    opacity: 1
}

.z7cmbnr__control {
    max-width: 400px;
    margin: 0 auto
}

@media (min-width: 940px) {
    .z7cmbnr__control {
        max-width: none;
        margin: 0
    }
}

.z7cmbnr__more:hover {
    background: #39b5f4;
    color: #fff
}

.z7cmbnr__accept:hover {
    background: #39b5f4;
    color: #fff
}

.z7cmbnr__acceptall {
    float: right
}

.z7cmbnr_body_darkener {
    overflow: hidden
}

.z7cmbnr_body_darkener:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 998
}

.z7cmvrly {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #333;
    background: rgba(51, 51, 51, .8);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    overflow: auto
}

.z7cmvrly.animate-in, .z7cmvrly.animate-out {
    -webkit-animation: z7cm-overlay .5s ease-in-out 0s forwards;
    animation: z7cm-overlay .5s ease-in-out 0s forwards
}

.z7cmvrly.animate-out {
    animation-direction: reverse
}

@-webkit-keyframes z7cm-overlay {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes z7cm-overlay {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.z7cmvrly__wrap1 {
    margin: 7.5px;
    position: fixed;
    height: 100%;
    overflow: auto
}

@media (min-width: 500px) {
    .z7cmvrly__wrap1 {
        margin: 15px
    }
}

@media (min-width: 940px) {
    .z7cmvrly__wrap1 {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: 100%;
        width: 850px
    }
}

@media (min-width: 1220px) {
    .z7cmvrly__wrap1 {
        width: 1160px;
        margin-left: auto;
        margin-right: auto
    }
}

.z7cmvrly__title {
    display: block;
    color: inherit;
    font-weight: inherit;
    margin-bottom: .4em;
    font-size: 1.3em;
    font-size: 2em;
    padding-right: 15%
}

.z7cmvrly__description a {
    color: #000;
    text-decoration: underline
}

.z7cmvrly__note {
    color: #969696;
    font-size: .9em;
    margin-bottom: 2rem
}

@media (min-width: 940px) {
    .z7cmvrly__levels {
        float: left;
        width: 33.3%
    }
}

@media (min-width: 940px) {
    .z7cmvrly__buttonwrap, .z7cmvrly__footer, .z7cmvrly__info {
        float: right;
        width: 66.6%;
        padding-left: 30px
    }
}

.z7cmvrly__level {
    margin: 0 0 30px 0;
    overflow: hidden;
    background: #fff
}

.z7cmvrly__toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-shadow: none;
    margin: 0;
    border-radius: 0;
    font: inherit;
    border: none;
    text-align: inherit;
    background: 0 0;
    color: inherit;
    display: block;
    width: 100%;
    padding: 15px 15px 2rem 15px;
    cursor: pointer
}

.z7cmvrly__toggle:focus {
    outline: 0
}

.z7cmvrly__toggle-indicator, .z7cmvrly__toggle-indicator--disabled {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #333;
    float: left;
    margin-right: 15px
}

.z7cmvrly__toggle-indicator--disabled:before, .z7cmvrly__toggle-indicator:before {
    opacity: 0
}

.z7cmvrly__toggle-indicator--disabled {
    border: none;
    background: #0d9be2;
    opacity: .2
}

.z7cmvrly__toggle-indicator--disabled:before {
    content: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2211%22%20version%3D%221.1%22%20viewBox%3D%220%200%2032%2028.4%22%3E%3Cpath%20d%3D%22M10.67%2028.44a3.54%203.54%200%200%201-2.52-1.04l-7.1-7.1a3.55%203.55%200%200%201%200-5.04%203.55%203.55%200%200%201%205.02%200l4.35%204.36L25.71%201.28a3.56%203.56%200%201%201%205.46%204.55L13.4%2027.17a3.56%203.56%200%200%201-2.58%201.27h-.15z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
    display: inline-block;
    width: 12px;
    height: 11px;
    line-height: 11px;
    vertical-align: baseline
}

.z7cmvrly__toggle-indicator--disabled:before {
    opacity: 1
}

.z7cmvrly__toggle-title {
    display: block;
    color: inherit;
    font-weight: inherit;
    margin-bottom: .4em;
    font-size: 1.3em;
    float: left
}

.z7cmvrly__toggle-note {
    clear: both;
    display: block;
    font-size: 12px
}

.z7cmvrly__level--active .z7cmvrly__toggle-indicator, .z7cmvrly__level--active .z7cmvrly__toggle-indicator--disabled {
    border: none;
    background: #0d9be2
}

.z7cmvrly__level--active .z7cmvrly__toggle-indicator--disabled:before, .z7cmvrly__level--active .z7cmvrly__toggle-indicator:before {
    content: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2211%22%20version%3D%221.1%22%20viewBox%3D%220%200%2032%2028.4%22%3E%3Cpath%20d%3D%22M10.67%2028.44a3.54%203.54%200%200%201-2.52-1.04l-7.1-7.1a3.55%203.55%200%200%201%200-5.04%203.55%203.55%200%200%201%205.02%200l4.35%204.36L25.71%201.28a3.56%203.56%200%201%201%205.46%204.55L13.4%2027.17a3.56%203.56%200%200%201-2.58%201.27h-.15z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
    display: inline-block;
    width: 12px;
    height: 11px;
    line-height: 11px;
    vertical-align: baseline
}

.z7cmvrly__level--active .z7cmvrly__toggle-indicator--disabled:before, .z7cmvrly__level--active .z7cmvrly__toggle-indicator:before {
    opacity: 1
}

.z7cmvrly__level--active .z7cmvrly__toggle-title {
    color: #000
}

.z7cmvrly__list-check {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    padding: 0
}

.z7cmvrly__list-check:checked ~ .z7cmvrly__list {
    display: block
}

.z7cmvrly__list-check:checked ~ .z7cmvrly__list-toggle:after {
    content: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%227%22%20version%3D%221.1%22%20viewBox%3D%220%200%2032%2019.2%22%3E%3Cpath%20d%3D%22M16%200c.82%200%201.64.31%202.26.94l12.8%2012.8a3.2%203.2%200%201%201-4.52%204.52L16%207.72%205.46%2018.27a3.2%203.2%200%201%201-4.52-4.52L13.74.94A3.18%203.18%200%200%201%2016%200z%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E);
    display: inline-block;
    width: 12px;
    height: 7px;
    line-height: 7px;
    vertical-align: baseline
}

.z7cmvrly__list-check:checked ~ .z7cmvrly__list-toggle:after {
    float: right;
    line-height: inherit
}

.z7cmvrly__list-toggle {
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .3em 15px;
    margin: 0;
    background: #e5e5e5;
    color: #333
}

.z7cmvrly__list-toggle:after {
    content: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%227%22%20version%3D%221.1%22%20viewBox%3D%220%200%2032%2019.2%22%3E%3Cpath%20d%3D%22M16%2019.2a3.19%203.19%200%200%201-2.26-.94L.94%205.46A3.2%203.2%200%201%201%205.46.94L16%2011.48%2026.54.94a3.2%203.2%200%201%201%204.52%204.52l-12.8%2012.8a3.19%203.19%200%200%201-2.26.94z%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E);
    display: inline-block;
    width: 12px;
    height: 7px;
    line-height: 7px;
    vertical-align: baseline
}

.z7cmvrly__list-toggle:after {
    float: right;
    line-height: inherit
}

.z7cmvrly__list {
    padding: 1rem 15px;
    margin: 0;
    display: none
}

.z7cmvrly__list li {
    list-style: none;
    padding: .3em 0
}

@media (min-width: 940px) {
    .z7cmvrly__bans, .z7cmvrly__permits {
        float: left;
        width: 50%;
        padding-right: 15px;
        line-height: 1;
        margin-top: .2em
    }
}

.z7cmvrly__allowed, .z7cmvrly__disallowed {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 7.5px 0 7.5px 30px
}

.z7cmvrly__allowed:before, .z7cmvrly__disallowed:before {
    position: absolute;
    left: 0;
    top: .5em
}

.z7cmvrly__allowed:before {
    content: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2212%22%20version%3D%221.1%22%20viewBox%3D%220%200%2032%2028.4%22%3E%3Cpath%20d%3D%22M10.67%2028.44a3.54%203.54%200%200%201-2.52-1.04l-7.1-7.1a3.55%203.55%200%200%201%200-5.04%203.55%203.55%200%200%201%205.02%200l4.35%204.36L25.71%201.28a3.56%203.56%200%201%201%205.46%204.55L13.4%2027.17a3.56%203.56%200%200%201-2.58%201.27h-.15z%22%20fill%3D%22%2301d580%22%2F%3E%3C%2Fsvg%3E);
    display: inline-block;
    width: 14px;
    height: 12px;
    line-height: 12px;
    vertical-align: baseline
}

.z7cmvrly__disallowed:before {
    content: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20version%3D%221.1%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M21.66%2016l9.17-9.17a4%204%200%201%200-5.66-5.66L16%2010.34%206.83%201.17a4%204%200%201%200-5.66%205.66L10.34%2016l-9.17%209.17a4%204%200%201%200%205.66%205.66L16%2021.66l9.17%209.17a3.99%203.99%200%200%200%205.66%200%204%204%200%200%200%200-5.66L21.66%2016z%22%20fill%3D%22%23e9554f%22%2F%3E%3C%2Fsvg%3E);
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: baseline
}

.z7cmvrly__header {
    display: block;
    color: inherit;
    font-weight: inherit;
    margin-bottom: .4em;
    font-size: 1.3em;
    font-size: 1.5em
}

.z7cmvrly__footer {
    clear: right;
    margin: 4rem 0 2rem 0
}

.z7cmvrly__footer a {
    color: #000;
    text-decoration: underline
}

.z7cmvrly__close {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-shadow: none;
    margin: 0;
    padding: 0;
    border-radius: 0;
    font: inherit;
    border: none;
    background: 0 0;
    color: inherit;
    position: absolute;
    top: 30px;
    right: 15px;
    width: 36px;
    height: 36px;
    cursor: pointer
}

.z7cmvrly__close:before {
    content: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20version%3D%221.1%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20d%3D%22M18.02%2016L31.58%202.44A1.43%201.43%200%201%200%2029.56.42L16%2013.98%202.44.42A1.43%201.43%200%200%200%20.42%202.44L13.98%2016%20.42%2029.56a1.43%201.43%200%201%200%202.02%202.02L16%2018.02l13.56%2013.56a1.43%201.43%200%200%200%202.02%200%201.43%201.43%200%200%200%200-2.02L18.02%2016z%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E);
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    vertical-align: baseline
}

@media (min-width: 940px) {
    .z7cmvrly__close {
        right: 30px
    }
}

body.lb-disable-scrolling {
    overflow: hidden
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: 400;
    outline: 0
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../images/loading.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container > .nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next, .lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../images/prev.png) left 48% no-repeat;
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../images/next.png) right 48% no-repeat;
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../images/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    opacity: 1
}

.fc-not-allowed, .fc-not-allowed .fc-event {
    cursor: not-allowed
}

.fc-unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.fc {
    display: flex;
    flex-direction: column;
    font-size: 1em
}

.fc, .fc *, .fc *:before, .fc *:after {
    box-sizing: border-box
}

.fc table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em
}

.fc th {
    text-align: center
}

.fc th, .fc td {
    vertical-align: top;
    padding: 0
}

.fc a[data-navlink] {
    cursor: pointer
}

.fc a[data-navlink]:hover {
    text-decoration: underline
}

.fc-direction-ltr {
    direction: ltr;
    text-align: left
}

.fc-direction-rtl {
    direction: rtl;
    text-align: right
}

.fc-theme-standard td, .fc-theme-standard th {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd)
}

.fc-liquid-hack td, .fc-liquid-hack th {
    position: relative
}

@font-face {
    font-family: 'fcicons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBfAAAAC8AAAAYGNtYXAXVtKNAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZgYydxIAAAF4AAAFNGhlYWQUJ7cIAAAGrAAAADZoaGVhB20DzAAABuQAAAAkaG10eCIABhQAAAcIAAAALGxvY2ED4AU6AAAHNAAAABhtYXhwAA8AjAAAB0wAAAAgbmFtZXsr690AAAdsAAABhnBvc3QAAwAAAAAI9AAAACAAAwPAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBgPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Qb//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAWIAjQKeAskAEwAAJSc3NjQnJiIHAQYUFwEWMjc2NCcCnuLiDQ0MJAz/AA0NAQAMJAwNDcni4gwjDQwM/wANIwz/AA0NDCMNAAAAAQFiAI0CngLJABMAACUBNjQnASYiBwYUHwEHBhQXFjI3AZ4BAA0N/wAMJAwNDeLiDQ0MJAyNAQAMIw0BAAwMDSMM4uINIwwNDQAAAAIA4gC3Ax4CngATACcAACUnNzY0JyYiDwEGFB8BFjI3NjQnISc3NjQnJiIPAQYUHwEWMjc2NCcB87e3DQ0MIw3VDQ3VDSMMDQ0BK7e3DQ0MJAzVDQ3VDCQMDQ3zuLcMJAwNDdUNIwzWDAwNIwy4twwkDA0N1Q0jDNYMDA0jDAAAAgDiALcDHgKeABMAJwAAJTc2NC8BJiIHBhQfAQcGFBcWMjchNzY0LwEmIgcGFB8BBwYUFxYyNwJJ1Q0N1Q0jDA0Nt7cNDQwjDf7V1Q0N1QwkDA0Nt7cNDQwkDLfWDCMN1Q0NDCQMt7gMIw0MDNYMIw3VDQ0MJAy3uAwjDQwMAAADAFUAAAOrA1UAMwBoAHcAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMhMjY1NCYjISIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAAVYRGRkR/qoRGRkRA1UFBAUOCQkVDAsZDf2rDRkLDBUJCA4FBQUFBQUOCQgVDAsZDQJVDRkLDBUJCQ4FBAVVAgECBQMCBwQECAX9qwQJAwQHAwMFAQICAgIBBQMDBwQDCQQCVQUIBAQHAgMFAgEC/oAZEhEZGRESGQAAAAADAFUAAAOrA1UAMwBoAIkAABMiBgcOAQcOAQcOARURFBYXHgEXHgEXHgEzITI2Nz4BNz4BNz4BNRE0JicuAScuAScuASMFITIWFx4BFx4BFx4BFREUBgcOAQcOAQcOASMhIiYnLgEnLgEnLgE1ETQ2Nz4BNz4BNz4BMxMzFRQWMzI2PQEzMjY1NCYrATU0JiMiBh0BIyIGFRQWM9UNGAwLFQkJDgUFBQUFBQ4JCRULDBgNAlYNGAwLFQkJDgUFBQUFBQ4JCRULDBgN/aoCVgQIBAQHAwMFAQIBAQIBBQMDBwQECAT9qgQIBAQHAwMFAQIBAQIBBQMDBwQECASAgBkSEhmAERkZEYAZEhIZgBEZGREDVQUEBQ4JCRUMCxkN/asNGQsMFQkIDgUFBQUFBQ4JCBUMCxkNAlUNGQsMFQkJDgUEBVUCAQIFAwIHBAQIBf2rBAkDBAcDAwUBAgICAgEFAwMHBAMJBAJVBQgEBAcCAwUCAQL+gIASGRkSgBkSERmAEhkZEoAZERIZAAABAOIAjQMeAskAIAAAExcHBhQXFjI/ARcWMjc2NC8BNzY0JyYiDwEnJiIHBhQX4uLiDQ0MJAzi4gwkDA0N4uINDQwkDOLiDCQMDQ0CjeLiDSMMDQ3h4Q0NDCMN4uIMIw0MDOLiDAwNIwwAAAABAAAAAQAAa5n0y18PPPUACwQAAAAAANivOVsAAAAA2K85WwAAAAADqwNVAAAACAACAAAAAAAAAAEAAAPA/8AAAAQAAAAAAAOrAAEAAAAAAAAAAAAAAAAAAAALBAAAAAAAAAAAAAAAAgAAAAQAAWIEAAFiBAAA4gQAAOIEAABVBAAAVQQAAOIAAAAAAAoAFAAeAEQAagCqAOoBngJkApoAAQAAAAsAigADAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAcAAAABAAAAAAACAAcAYAABAAAAAAADAAcANgABAAAAAAAEAAcAdQABAAAAAAAFAAsAFQABAAAAAAAGAAcASwABAAAAAAAKABoAigADAAEECQABAA4ABwADAAEECQACAA4AZwADAAEECQADAA4APQADAAEECQAEAA4AfAADAAEECQAFABYAIAADAAEECQAGAA4AUgADAAEECQAKADQApGZjaWNvbnMAZgBjAGkAYwBvAG4Ac1ZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMGZjaWNvbnMAZgBjAGkAYwBvAG4Ac2ZjaWNvbnMAZgBjAGkAYwBvAG4Ac1JlZ3VsYXIAUgBlAGcAdQBsAGEAcmZjaWNvbnMAZgBjAGkAYwBvAG4Ac0ZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype');
    font-weight: 400;
    font-style: normal
}

.fc-icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'fcicons' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fc-icon-chevron-left:before {
    content: "\e900"
}

.fc-icon-chevron-right:before {
    content: "\e901"
}

.fc-icon-chevrons-left:before {
    content: "\e902"
}

.fc-icon-chevrons-right:before {
    content: "\e903"
}

.fc-icon-minus-square:before {
    content: "\e904"
}

.fc-icon-plus-square:before {
    content: "\e905"
}

.fc-icon-x:before {
    content: "\e906"
}

.fc .fc-button {
    border-radius: 0;
    overflow: visible;
    text-transform: none;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.fc .fc-button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

.fc .fc-button {
    -webkit-appearance: button
}

.fc .fc-button:not(:disabled) {
    cursor: pointer
}

.fc .fc-button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

.fc .fc-button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .4em .65em;
    font-size: 1em;
    line-height: 1.5;
    border-radius: .25em
}

.fc .fc-button:hover {
    text-decoration: none
}

.fc .fc-button:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(44, 62, 80, .25)
}

.fc .fc-button:disabled {
    opacity: .65
}

.fc .fc-button-primary {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #2C3E50;
    background-color: var(--fc-button-bg-color, #2C3E50);
    border-color: #2C3E50;
    border-color: var(--fc-button-border-color, #2C3E50)
}

.fc .fc-button-primary:hover {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #1e2b37;
    background-color: var(--fc-button-hover-bg-color, #1e2b37);
    border-color: #1a252f;
    border-color: var(--fc-button-hover-border-color, #1a252f)
}

.fc .fc-button-primary:disabled {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #2C3E50;
    background-color: var(--fc-button-bg-color, #2C3E50);
    border-color: #2C3E50;
    border-color: var(--fc-button-border-color, #2C3E50)
}

.fc .fc-button-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(76, 91, 106, .5)
}

.fc .fc-button-primary:not(:disabled):active, .fc .fc-button-primary:not(:disabled).fc-button-active {
    color: #fff;
    color: var(--fc-button-text-color, #fff);
    background-color: #1a252f;
    background-color: var(--fc-button-active-bg-color, #1a252f);
    border-color: #151e27;
    border-color: var(--fc-button-active-border-color, #151e27)
}

.fc .fc-button-primary:not(:disabled):active:focus, .fc .fc-button-primary:not(:disabled).fc-button-active:focus {
    box-shadow: 0 0 0 .2rem rgba(76, 91, 106, .5)
}

.fc .fc-button .fc-icon {
    vertical-align: middle;
    font-size: 1.5em
}

.fc .fc-button-group {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.fc .fc-button-group > .fc-button {
    position: relative;
    flex: 1 1 auto
}

.fc .fc-button-group > .fc-button:hover {
    z-index: 1
}

.fc .fc-button-group > .fc-button:focus, .fc .fc-button-group > .fc-button:active, .fc .fc-button-group > .fc-button.fc-button-active {
    z-index: 1
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.fc-direction-rtl .fc-button-group > .fc-button:not(:first-child) {
    margin-right: -1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.fc-direction-rtl .fc-button-group > .fc-button:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.fc .fc-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5em
}

.fc .fc-toolbar.fc-footer-toolbar {
    margin-top: 1.5em
}

.fc .fc-toolbar-title {
    font-size: 1.75em;
    margin: 0
}

.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
    margin-left: .75em
}

.fc-direction-rtl .fc-toolbar > * > :not(:first-child) {
    margin-right: .75em
}

.fc-direction-rtl .fc-toolbar-ltr {
    flex-direction: row-reverse
}

.fc .fc-scroller {
    -webkit-overflow-scrolling: touch;
    position: relative
}

.fc .fc-scroller-liquid {
    height: 100%
}

.fc .fc-scroller-liquid-absolute {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.fc .fc-scroller-harness {
    position: relative;
    overflow: hidden;
    direction: ltr
}

.fc .fc-scroller-harness-liquid {
    height: 100%
}

.fc-direction-rtl .fc-scroller-harness > .fc-scroller {
    direction: rtl
}

.fc-theme-standard .fc-scrollgrid {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd)
}

.fc .fc-scrollgrid, .fc .fc-scrollgrid table {
    width: 100%;
    table-layout: fixed
}

.fc .fc-scrollgrid table {
    border-top-style: hidden;
    border-left-style: hidden;
    border-right-style: hidden
}

.fc .fc-scrollgrid {
    border-collapse: separate;
    border-right-width: 0;
    border-bottom-width: 0
}

.fc .fc-scrollgrid-liquid {
    height: 100%
}

.fc .fc-scrollgrid-section {
    height: 1px
}

.fc .fc-scrollgrid-section > td {
    height: 1px
}

.fc .fc-scrollgrid-section table {
    height: 1px
}

.fc .fc-scrollgrid-section-liquid {
    height: auto
}

.fc .fc-scrollgrid-section-liquid > td {
    height: 100%
}

.fc .fc-scrollgrid-section > * {
    border-top-width: 0;
    border-left-width: 0
}

.fc .fc-scrollgrid-section-header > *, .fc .fc-scrollgrid-section-footer > * {
    border-bottom-width: 0
}

.fc .fc-scrollgrid-section-body table, .fc .fc-scrollgrid-section-footer table {
    border-bottom-style: hidden
}

.fc .fc-scrollgrid-section-sticky > * {
    background: #fff;
    background: var(--fc-page-bg-color, #fff);
    position: -webkit-sticky;
    position: sticky;
    z-index: 2
}

.fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
    top: 0
}

.fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky > * {
    bottom: 0
}

.fc .fc-scrollgrid-sticky-shim {
    height: 1px;
    margin-bottom: -1px
}

.fc-sticky {
    position: -webkit-sticky;
    position: sticky
}

.fc .fc-view-harness {
    flex-grow: 1;
    position: relative
}

.fc .fc-view-harness-active > .fc-view {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fc .fc-col-header-cell-cushion {
    display: inline-block;
    padding: 2px 4px
}

.fc .fc-bg-event, .fc .fc-non-business, .fc .fc-highlight {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.fc .fc-non-business {
    background: rgba(215, 215, 215, .3);
    background: var(--fc-non-business-color, rgba(215, 215, 215, .3))
}

.fc .fc-bg-event {
    background: rgb(143, 223, 130);
    background: var(--fc-bg-event-color, rgb(143, 223, 130));
    opacity: .3;
    opacity: var(--fc-bg-event-opacity, .3)
}

.fc .fc-bg-event .fc-event-title {
    margin: .5em;
    font-size: .85em;
    font-size: var(--fc-small-font-size, .85em);
    font-style: italic
}

.fc .fc-highlight {
    background: rgba(188, 232, 241, .3);
    background: var(--fc-highlight-color, rgba(188, 232, 241, .3))
}

.fc .fc-cell-shaded, .fc .fc-day-disabled {
    background: rgba(208, 208, 208, .3);
    background: var(--fc-neutral-bg-color, rgba(208, 208, 208, .3))
}

a.fc-event, a.fc-event:hover {
    text-decoration: none
}

.fc-event[href], .fc-event.fc-event-draggable {
    cursor: pointer
}

.fc-event .fc-event-main {
    position: relative;
    z-index: 2
}

.fc-event-dragging:not(.fc-event-selected) {
    opacity: .75
}

.fc-event-dragging.fc-event-selected {
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3)
}

.fc-event .fc-event-resizer {
    display: none;
    position: absolute;
    z-index: 4
}

.fc-event:hover .fc-event-resizer, .fc-event-selected .fc-event-resizer {
    display: block
}

.fc-event-selected .fc-event-resizer {
    border-radius: 4px;
    border-radius: calc(var(--fc-event-resizer-dot-total-width, 8px) / 2);
    border-width: 1px;
    border-width: var(--fc-event-resizer-dot-border-width, 1px);
    width: 8px;
    width: var(--fc-event-resizer-dot-total-width, 8px);
    height: 8px;
    height: var(--fc-event-resizer-dot-total-width, 8px);
    border-style: solid;
    border-color: inherit;
    background: #fff;
    background: var(--fc-page-bg-color, #fff)
}

.fc-event-selected .fc-event-resizer:before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px
}

.fc-event-selected {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.fc-event-selected:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.fc-event-selected:after {
    content: "";
    background: rgba(0, 0, 0, .25);
    background: var(--fc-event-selected-overlay-color, rgba(0, 0, 0, .25));
    position: absolute;
    z-index: 1;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px
}

.fc-h-event {
    display: block;
    border: 1px solid #3788d8;
    border: 1px solid var(--fc-event-border-color, #3788d8);
    background-color: #3788d8;
    background-color: var(--fc-event-bg-color, #3788d8)
}

.fc-h-event .fc-event-main {
    color: #fff;
    color: var(--fc-event-text-color, #fff)
}

.fc-h-event .fc-event-main-frame {
    display: flex
}

.fc-h-event .fc-event-time {
    max-width: 100%;
    overflow: hidden
}

.fc-h-event .fc-event-title-container {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0
}

.fc-h-event .fc-event-title {
    display: inline-block;
    vertical-align: top;
    left: 0;
    right: 0;
    max-width: 100%;
    overflow: hidden
}

.fc-h-event.fc-event-selected:before {
    top: -10px;
    bottom: -10px
}

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start), .fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-width: 0
}

.fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end), .fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-width: 0
}

.fc-h-event:not(.fc-event-selected) .fc-event-resizer {
    top: 0;
    bottom: 0;
    width: 8px;
    width: var(--fc-event-resizer-thickness, 8px)
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start, .fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
    cursor: w-resize;
    left: -4px;
    left: calc(var(--fc-event-resizer-thickness, 8px) / -2)
}

.fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end, .fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
    cursor: e-resize;
    right: -4px;
    right: calc(var(--fc-event-resizer-thickness, 8px) / -2)
}

.fc-h-event.fc-event-selected .fc-event-resizer {
    top: 50%;
    margin-top: -4px;
    margin-top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2)
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start, .fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
    left: -4px;
    left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2)
}

.fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end, .fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
    right: -4px;
    right: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2)
}

:root {
    --fc-daygrid-event-dot-width: 8px
}

.fc .fc-popover {
    position: fixed;
    top: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15)
}

.fc .fc-popover-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 3px 4px
}

.fc .fc-popover-title {
    margin: 0 2px
}

.fc .fc-popover-close {
    cursor: pointer;
    opacity: .65;
    font-size: 1.1em
}

.fc-theme-standard .fc-popover {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd);
    background: #fff;
    background: var(--fc-page-bg-color, #fff)
}

.fc-theme-standard .fc-popover-header {
    background: rgba(208, 208, 208, .3);
    background: var(--fc-neutral-bg-color, rgba(208, 208, 208, .3))
}

.fc-daygrid-day-frame:before, .fc-daygrid-day-events:before, .fc-daygrid-event-harness:before {
    content: "";
    clear: both;
    display: table
}

.fc-daygrid-day-frame:after, .fc-daygrid-day-events:after, .fc-daygrid-event-harness:after {
    content: "";
    clear: both;
    display: table
}

.fc .fc-daygrid-body {
    position: relative;
    z-index: 1
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgba(255, 220, 40, .15);
    background-color: var(--fc-today-bg-color, rgba(255, 220, 40, .15))
}

.fc .fc-daygrid-day-frame {
    position: relative;
    min-height: 100%
}

.fc .fc-daygrid-day-top {
    display: flex;
    flex-direction: row-reverse
}

.fc .fc-day-other .fc-daygrid-day-top {
    opacity: .3
}

.fc .fc-daygrid-day-number {
    position: relative;
    z-index: 4;
    padding: 4px
}

.fc .fc-daygrid-day-events {
    margin-top: 1px
}

.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
    position: absolute;
    left: 0;
    right: 0
}

.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    position: relative;
    min-height: 2em
}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
    margin-bottom: 1em
}

.fc .fc-daygrid-event-harness {
    position: relative
}

.fc .fc-daygrid-event-harness-abs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc .fc-daygrid-bg-harness {
    position: absolute;
    top: 0;
    bottom: 0
}

.fc .fc-daygrid-day-bg .fc-non-business {
    z-index: 1
}

.fc .fc-daygrid-day-bg .fc-bg-event {
    z-index: 2
}

.fc .fc-daygrid-day-bg .fc-highlight {
    z-index: 3
}

.fc .fc-daygrid-event {
    z-index: 6;
    margin-top: 1px
}

.fc .fc-daygrid-event.fc-event-mirror {
    z-index: 7
}

.fc .fc-daygrid-day-bottom {
    font-size: .85em;
    margin: 2px 3px 0
}

.fc .fc-daygrid-more-link {
    position: relative;
    z-index: 4;
    cursor: pointer
}

.fc .fc-daygrid-week-number {
    position: absolute;
    z-index: 5;
    top: 0;
    padding: 2px;
    min-width: 1.5em;
    text-align: center;
    background-color: rgba(208, 208, 208, .3);
    background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, .3));
    color: gray;
    color: var(--fc-neutral-text-color, #808080)
}

.fc .fc-more-popover {
    z-index: 8
}

.fc .fc-more-popover .fc-popover-body {
    min-width: 220px;
    padding: 10px
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start, .fc-direction-rtl .fc-daygrid-event.fc-event-end {
    margin-left: 2px
}

.fc-direction-ltr .fc-daygrid-event.fc-event-end, .fc-direction-rtl .fc-daygrid-event.fc-event-start {
    margin-right: 2px
}

.fc-direction-ltr .fc-daygrid-week-number {
    left: 0;
    border-radius: 0 0 3px 0
}

.fc-direction-rtl .fc-daygrid-week-number {
    right: 0;
    border-radius: 0 0 0 3px
}

.fc-liquid-hack .fc-daygrid-day-frame {
    position: static
}

.fc-daygrid-event {
    position: relative;
    white-space: nowrap;
    border-radius: 3px;
    font-size: .85em;
    font-size: var(--fc-small-font-size, .85em)
}

.fc-daygrid-block-event .fc-event-time {
    font-weight: 700
}

.fc-daygrid-block-event .fc-event-time, .fc-daygrid-block-event .fc-event-title {
    padding: 1px
}

.fc-daygrid-dot-event {
    display: flex;
    align-items: center;
    padding: 2px 0
}

.fc-daygrid-dot-event .fc-event-title {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0;
    overflow: hidden;
    font-weight: 700
}

.fc-daygrid-dot-event:hover, .fc-daygrid-dot-event.fc-event-mirror {
    background: rgba(0, 0, 0, .1)
}

.fc-daygrid-dot-event.fc-event-selected:before {
    top: -10px;
    bottom: -10px
}

.fc-daygrid-event-dot {
    margin: 0 4px;
    box-sizing: content-box;
    width: 0;
    height: 0;
    border: 4px solid #3788d8;
    border: calc(var(--fc-daygrid-event-dot-width, 8px) / 2) solid var(--fc-event-border-color, #3788d8);
    border-radius: 4px;
    border-radius: calc(var(--fc-daygrid-event-dot-width, 8px) / 2)
}

.fc-direction-ltr .fc-daygrid-event .fc-event-time {
    margin-right: 3px
}

.fc-direction-rtl .fc-daygrid-event .fc-event-time {
    margin-left: 3px
}

.fc-v-event {
    display: block;
    border: 1px solid #3788d8;
    border: 1px solid var(--fc-event-border-color, #3788d8);
    background-color: #3788d8;
    background-color: var(--fc-event-bg-color, #3788d8)
}

.fc-v-event .fc-event-main {
    color: #fff;
    color: var(--fc-event-text-color, #fff);
    height: 100%
}

.fc-v-event .fc-event-main-frame {
    height: 100%;
    display: flex;
    flex-direction: column
}

.fc-v-event .fc-event-time {
    flex-grow: 0;
    flex-shrink: 0;
    max-height: 100%;
    overflow: hidden
}

.fc-v-event .fc-event-title-container {
    flex-grow: 1;
    flex-shrink: 1;
    min-height: 0
}

.fc-v-event .fc-event-title {
    top: 0;
    bottom: 0;
    max-height: 100%;
    overflow: hidden
}

.fc-v-event:not(.fc-event-start) {
    border-top-width: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.fc-v-event:not(.fc-event-end) {
    border-bottom-width: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.fc-v-event.fc-event-selected:before {
    left: -10px;
    right: -10px
}

.fc-v-event .fc-event-resizer-start {
    cursor: n-resize
}

.fc-v-event .fc-event-resizer-end {
    cursor: s-resize
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer {
    height: 8px;
    height: var(--fc-event-resizer-thickness, 8px);
    left: 0;
    right: 0
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
    top: -4px;
    top: calc(var(--fc-event-resizer-thickness, 8px) / -2)
}

.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
    bottom: -4px;
    bottom: calc(var(--fc-event-resizer-thickness, 8px) / -2)
}

.fc-v-event.fc-event-selected .fc-event-resizer {
    left: 50%;
    margin-left: -4px;
    margin-left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2)
}

.fc-v-event.fc-event-selected .fc-event-resizer-start {
    top: -4px;
    top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2)
}

.fc-v-event.fc-event-selected .fc-event-resizer-end {
    bottom: -4px;
    bottom: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2)
}

.fc .fc-timegrid .fc-daygrid-body {
    z-index: 2
}

.fc .fc-timegrid-divider {
    padding: 0 0 2px
}

.fc .fc-timegrid-body {
    position: relative;
    z-index: 1;
    min-height: 100%
}

.fc .fc-timegrid-axis-chunk {
    position: relative
}

.fc .fc-timegrid-axis-chunk > table {
    position: relative;
    z-index: 1
}

.fc .fc-timegrid-slots {
    position: relative;
    z-index: 1
}

.fc .fc-timegrid-slot {
    height: 1.5em;
    border-bottom: 0
}

.fc .fc-timegrid-slot:empty:before {
    content: '\00a0'
}

.fc .fc-timegrid-slot-minor {
    border-top-style: dotted
}

.fc .fc-timegrid-slot-label-cushion {
    display: inline-block;
    white-space: nowrap
}

.fc .fc-timegrid-slot-label {
    vertical-align: middle
}

.fc .fc-timegrid-axis-cushion, .fc .fc-timegrid-slot-label-cushion {
    padding: 0 4px
}

.fc .fc-timegrid-axis-frame-liquid {
    height: 100%
}

.fc .fc-timegrid-axis-frame {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.fc .fc-timegrid-axis-cushion {
    max-width: 60px;
    flex-shrink: 0
}

.fc-direction-ltr .fc-timegrid-slot-label-frame {
    text-align: right
}

.fc-direction-rtl .fc-timegrid-slot-label-frame {
    text-align: left
}

.fc-liquid-hack .fc-timegrid-axis-frame-liquid {
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fc .fc-timegrid-col.fc-day-today {
    background-color: rgba(255, 220, 40, .15);
    background-color: var(--fc-today-bg-color, rgba(255, 220, 40, .15))
}

.fc .fc-timegrid-col-frame {
    min-height: 100%;
    position: relative
}

.fc-liquid-hack .fc-timegrid-col-frame {
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fc-media-screen .fc-timegrid-cols {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.fc-media-screen .fc-timegrid-cols > table {
    height: 100%
}

.fc-media-screen .fc-timegrid-col-bg, .fc-media-screen .fc-timegrid-col-events, .fc-media-screen .fc-timegrid-now-indicator-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-media-screen .fc-timegrid-event-harness {
    position: absolute
}

.fc .fc-timegrid-col-bg {
    z-index: 2
}

.fc .fc-timegrid-col-bg .fc-non-business {
    z-index: 1
}

.fc .fc-timegrid-col-bg .fc-bg-event {
    z-index: 2
}

.fc .fc-timegrid-col-bg .fc-highlight {
    z-index: 3
}

.fc .fc-timegrid-bg-harness {
    position: absolute;
    left: 0;
    right: 0
}

.fc .fc-timegrid-col-events {
    z-index: 3
}

.fc .fc-timegrid-now-indicator-container {
    bottom: 0;
    overflow: hidden
}

.fc-direction-ltr .fc-timegrid-col-events {
    margin: 0 2.5% 0 2px
}

.fc-direction-rtl .fc-timegrid-col-events {
    margin: 0 2px 0 2.5%
}

.fc-timegrid-event-harness-inset .fc-timegrid-event, .fc-timegrid-event.fc-event-mirror {
    box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px var(--fc-page-bg-color, #fff)
}

.fc-timegrid-event {
    font-size: .85em;
    font-size: var(--fc-small-font-size, .85em);
    border-radius: 3px
}

.fc-timegrid-event .fc-event-main {
    padding: 1px 1px 0
}

.fc-timegrid-event .fc-event-time {
    white-space: nowrap;
    font-size: .85em;
    font-size: var(--fc-small-font-size, .85em);
    margin-bottom: 1px
}

.fc-timegrid-event-condensed .fc-event-main-frame {
    flex-direction: row;
    overflow: hidden
}

.fc-timegrid-event-condensed .fc-event-time:after {
    content: '\00a0-\00a0'
}

.fc-timegrid-event-condensed .fc-event-title {
    font-size: .85em;
    font-size: var(--fc-small-font-size, .85em)
}

.fc-media-screen .fc-timegrid-event {
    position: absolute;
    top: 0;
    bottom: 1px;
    left: 0;
    right: 0
}

.fc .fc-timegrid-now-indicator-line {
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    border-style: solid;
    border-color: red;
    border-color: var(--fc-now-indicator-color, red);
    border-width: 1px 0 0
}

.fc .fc-timegrid-now-indicator-arrow {
    position: absolute;
    z-index: 4;
    margin-top: -5px;
    border-style: solid;
    border-color: red;
    border-color: var(--fc-now-indicator-color, red)
}

.fc-direction-ltr .fc-timegrid-now-indicator-arrow {
    left: 0;
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.fc-direction-rtl .fc-timegrid-now-indicator-arrow {
    right: 0;
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent
}

:root {
    --fc-list-event-dot-width: 10px;
    --fc-list-event-hover-bg-color: #f5f5f5
}

.fc-theme-standard .fc-list {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #ddd)
}

.fc .fc-list-empty {
    background-color: rgba(208, 208, 208, .3);
    background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, .3));
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.fc .fc-list-empty-cushion {
    margin: 5em 0
}

.fc .fc-list-table {
    width: 100%;
    border-style: hidden
}

.fc .fc-list-table tr > * {
    border-left: 0;
    border-right: 0
}

.fc .fc-list-sticky .fc-list-day > * {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #fff;
    background: var(--fc-page-bg-color, #fff)
}

.fc .fc-list-table th {
    padding: 0
}

.fc .fc-list-table td, .fc .fc-list-day-cushion {
    padding: 8px 14px
}

.fc .fc-list-day-cushion:after {
    content: "";
    clear: both;
    display: table
}

.fc-theme-standard .fc-list-day-cushion {
    background-color: rgba(208, 208, 208, .3);
    background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, .3))
}

.fc-direction-ltr .fc-list-day-text, .fc-direction-rtl .fc-list-day-side-text {
    float: left
}

.fc-direction-ltr .fc-list-day-side-text, .fc-direction-rtl .fc-list-day-text {
    float: right
}

.fc-direction-ltr .fc-list-table .fc-list-event-graphic {
    padding-right: 0
}

.fc-direction-rtl .fc-list-table .fc-list-event-graphic {
    padding-left: 0
}

.fc .fc-list-event.fc-event-forced-url {
    cursor: pointer
}

.fc .fc-list-event:hover td {
    background-color: #f5f5f5;
    background-color: var(--fc-list-event-hover-bg-color, #f5f5f5)
}

.fc .fc-list-event-graphic, .fc .fc-list-event-time {
    white-space: nowrap;
    width: 1px
}

.fc .fc-list-event-dot {
    display: inline-block;
    box-sizing: content-box;
    width: 0;
    height: 0;
    border: 5px solid #3788d8;
    border: calc(var(--fc-list-event-dot-width, 10px) / 2) solid var(--fc-event-border-color, #3788d8);
    border-radius: 5px;
    border-radius: calc(var(--fc-list-event-dot-width, 10px) / 2)
}

.fc .fc-list-event-title a {
    color: inherit;
    text-decoration: none
}

.fc .fc-list-event.fc-event-forced-url:hover a {
    text-decoration: underline
}

.fc-theme-bootstrap a:not([href]) {
    color: inherit
}