/* Custom styling for application goes in this file */
/* Title */
.sx-widget-title__link:hover {
    color: #141313;
    text-decoration: none;
}

/* Textarea */
/* Content */
/* Horizontal Text Image */
.sx-widget-horizontal-text-image--type-gray .sx-widget-horizontal-text-image__col--second {
    background-color: #f2f7f8;
}

.sx-widget-horizontal-text-image--type-gray .sx-widget-horizontal-text-image__col-container--text {
    padding: 66px;
}

.sx-widget-horizontal-text-image__row--rightleft {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
}

@media (min-width: 992px) {
    .sx-widget-horizontal-text-image__row--rightleft {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
}

.sx-widget-horizontal-text-image__image {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .sx-widget-horizontal-text-image__image {
        margin-top: -50px;
    }
}

.sx-widget-horizontal-text-image__link:hover {
    color: #141313;
    text-decoration: none;
}

/* Vertical Text Image */
.sx-widget-vertical-text-image--type-gray .sx-widget-vertical-text-image__image {
    margin-bottom: 0;
}

.sx-widget-vertical-text-image--type-gray .sx-widget-vertical-text-image__col-container--text {
    padding: 66px;
}

.sx-widget-vertical-text-image--type-gray .sx-widget-vertical-text-image__col--second {
    background-color: #f2f7f8;
}

.sx-widget-vertical-text-image__image {
    margin-bottom: 24px;
}

.sx-widget-vertical-text-image__link:hover {
    color: #141313;
    text-decoration: none;
}

/* Image */
.sx-widget-image__image-lengend {
    font-size: 14px;
}

/* Download Box */
.sx-widget-download-box__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sx-widget-download-box__list-item {
    position: relative;
    padding: 0 0 30px 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f2f7f8;
}

.sx-widget-download-box__list-item-link {
    text-decoration: underline;
}

.sx-widget-download-box__list-item:before {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 26px;
}

/* Gallery */
.sx-widget-gallery__image {
    margin-bottom: 66px;
}

/* Video Embed */
/* Video Html */
.sx-widget-video-html__container video {
    max-width: 100%;
}

/* Call to Action */
.sx-widget-call-to-action__wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 10px;
}

.sx-widget-call-to-action__wrapper:after {
    content: '';
    right: -7%;
    top: 0;
    bottom: 0;
    left: auto;
    z-index: 10;
    background: #e63023;
    -webkit-transform: skew(-16deg);
        -ms-transform: skew(-16deg);
         -o-transform: skew(-16deg);
            transform: skew(-16deg);
    position: absolute;
    width: 70%;
    display: none;
}

@media (min-width: 992px) {
    .sx-widget-call-to-action__wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .sx-widget-call-to-action__wrapper:after {
        display: block;
    }
}

.sx-widget-call-to-action h5 a, .sx-widget-call-to-action .h5 a,
.sx-widget-call-to-action h6 a, .sx-widget-call-to-action .h6 a {
    text-decoration: underline;
}

.sx-widget-call-to-action h5 a:hover, .sx-widget-call-to-action .h5 a:hover,
.sx-widget-call-to-action h6 a:hover, .sx-widget-call-to-action .h6 a:hover {
    text-decoration: none;
}

.sx-widget-call-to-action__image {
    background-color: transparent;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 55%;
}

@media (min-width: 992px) {
    .sx-widget-call-to-action__image {
        padding-top: 0;
        min-height: 435px;
        text-align: left;
        height: calc(100% + 90px);
        width: 48%;
    }
}

@media (min-width: 1750px) {
    .sx-widget-call-to-action__image {
        width: 41%;
    }
}

.sx-widget-call-to-action p {
    margin-bottom: 10px;
}

.sx-widget-call-to-action__content-wrapper {
    color: #fff;
    z-index: 20;
    padding: 25px 20px 45px;
    background-color: #e63023;
    position: relative;
}

.sx-widget-call-to-action__content-wrapper:after {
    content: '';
    left: 0;
    top: -45px;
    bottom: auto;
    right: 0;
    border-top: 45px solid transparent;
    border-right: 580px solid #e63023;
    position: absolute;
}

@media (min-width: 576px) {
    .sx-widget-call-to-action__content-wrapper:after {
        top: -85px;
        border-top: 85px solid transparent;
        border-right: 768px solid #e63023;
    }
}

@media (min-width: 769px) {
    .sx-widget-call-to-action__content-wrapper:after {
        top: -85px;
        border-top: 85px solid transparent;
        border-right: 768px solid #e63023;
    }
}

@media (min-width: 992px) {
    .sx-widget-call-to-action__content-wrapper {
        background-color: transparent;
        width: 59%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .sx-widget-call-to-action__content-wrapper:after {
        display: none;
    }
}

@media (min-width: 992px) {
    .sx-widget-call-to-action__content-wrapper {
        padding: 45px 45px;
    }
}

.sx-widget-call-to-action__data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

@media (min-width: 992px) {
    .sx-widget-call-to-action__data {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}

.sx-widget-call-to-action__data-link {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .sx-widget-call-to-action__data-link {
        margin-right: 15px;
    }
}

.sx-widget-call-to-action__data-link-text {
    position: relative;
}

.sx-widget-call-to-action__data-link-text:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    display: none;
}

@media (min-width: 576px) {
    .sx-widget-call-to-action__data-link-text {
        padding-left: 30px;
        margin: 0 20px;
    }
    .sx-widget-call-to-action__data-link-text:before {
        display: block;
    }
}

.sx-widget-call-to-action__data-link--web .sx-widget-call-to-action__data-link-text:before {
    top: 2px;
}

@media (min-width: 992px) and (max-width: 1749.98px) {
    .sx-widget-call-to-action__title {
        font-size: 1.875rem;
    }
    .sx-widget-call-to-action__content-wrapper {
        font-size: 1.25rem;
    }
}

/* Page Call to Action */
.sx-widget-page-call-to-action {
    margin-bottom: 80px;
    background-color: #f2f7f8;
    position: relative;
}

.sx-widget-page-call-to-action:after {
    content: '';
    height: 20%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 10;
}

.sx-widget-page-call-to-action__image {
    position: relative;
    z-index: 20;
}

.sx-widget-page-call-to-action__image-wrapper {
    position: relative;
}

.sx-widget-page-call-to-action__content-wrapper {
    padding: 50px 0;
    text-align: center;
}

@media (min-width: 992px) {
    .sx-widget-page-call-to-action {
        margin-bottom: 125px;
    }
    .sx-widget-page-call-to-action:after {
        display: none;
    }
    .sx-widget-page-call-to-action__content-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: left;
        padding: 45px 0;
        min-height: 250px;
    }
    .sx-widget-page-call-to-action__image {
        top: -50px;
        position: absolute;
        left: 0;
        right: 0;
    }
}

@media (min-width: 1300px) {
    .sx-widget-page-call-to-action {
        margin-bottom: 285px;
    }
    .sx-widget-page-call-to-action__content-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 85px 0;
        min-height: 480px;
    }
    .sx-widget-page-call-to-action__image {
        top: -80px;
    }
}

/* Map */
/* Divider */
.sx-widget-divider__divider--1 {
    border-bottom: 1px solid #000;
}

/* Slider */
.sx-widget-slider__slider-nav-button {
    border: 0;
    background: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(calc(-50% - 17px));
        -ms-transform: translateY(calc(-50% - 17px));
         -o-transform: translateY(calc(-50% - 17px));
            transform: translateY(calc(-50% - 17px));
    z-index: 10;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.sx-widget-slider__slider-nav-button-text {
    display: inline-block;
    font-size: 34px;
    color: #fff;
    line-height: 1;
}

.sx-widget-slider__slider-nav-button--left {
    left: 0;
    width: 36px;
    height: 36px;
}

.sx-widget-slider__slider-nav-button--right {
    right: 0;
}

.sx-widget-slider__slider-pagination-container {
    text-align: center;
    margin-top: 20px;
}

.sx-widget-slider__slider-pagination-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px 0 5px;
    background: #323232;
}

.sx-widget-slider__slider-pagination-container .swiper-pagination-bullet-active {
    background: #000;
}

/* Button */
/* Accordion */
.sx-widget-accordion__item {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #f2f7f8;
    padding-bottom: 36px;
    margin-bottom: 24px;
}

.sx-widget-accordion__item__header {
    background-color: transparent;
    padding: 0;
    border-bottom: 0;
}

.sx-widget-accordion__item__header-title-link {
    position: relative;
    width: 100%;
    display: inline-block;
}

.sx-widget-accordion__item__header-title-link:before {
    position: absolute;
    top: 0;
    right: 0;
}

.sx-widget-accordion__item__content-body {
    padding: 0;
}

/* Spacer */
/* Collapse Text */
.sx-widget-collapse-text.hide .sx-widget-collapse-text__text:after {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.sx-widget-collapse-text__text {
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-bottom: 30px;
}

.sx-widget-collapse-text__text:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 120px;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0,0%,100%,0)));
    background: -o-linear-gradient(bottom, #fff 0%, hsla(0,0%,100%,0) 100%);
    background: linear-gradient(0deg, #fff 0%, hsla(0,0%,100%,0) 100%);
    display: block;
    z-index: 20;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

/* Testimonial */
.sx-widget-testimonial__image {
    margin-bottom: 45px;
    max-width: 200px;
}

@media (min-width: 769px) {
    .sx-widget-testimonial__image {
        margin-bottom: 0;
        max-width: 100%;
    }
}

.sx-widget-testimonial__image__wrapper {
    text-align: center;
}

.sx-widget-testimonial__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}

.sx-widget-testimonial__content-title {
    font-size: 1.375rem;
}

.sx-widget-testimonial__slider-pagination .sx-slider__fancy-pagination {
    display: inline-block;
}

@media (min-width: 769px) {
    .sx-widget-testimonial__image {
        margin-bottom: 0;
        max-width: 100%;
    }
    .sx-widget-testimonial__content {
        text-align: left;
    }
    .sx-widget-testimonial__content-title {
        font-size: 1.375rem;
    }
}

@media (min-width: 992px) {
    .sx-widget-testimonial__content-title {
        font-size: 1.875rem;
    }
}

@media (min-width: 1300px) {
    .sx-widget-testimonial__content-title {
        font-size: 2.5rem;
    }
}

/* References */
.sx-widget-references {
    margin-bottom: 82px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(129,178,184,.2)), to(rgba(84,135,141,.2)));
    background: -o-linear-gradient(left, rgba(129,178,184,.2) 0%, rgba(84,135,141,.2) 100%);
    background: linear-gradient(90deg, rgba(129,178,184,.2) 0%, rgba(84,135,141,.2) 100%);
    padding: 100px 0 70px;
}

.sx-widget-references__content {
    margin-bottom: 20px;
}

.sx-widget-references__slider .sx-slider__fancy-pagination {
    padding-top: 35px;
    display: inline-block;
}

.sx-widget-references__slider__item {
    height: auto;
    padding-bottom: 70px;
}

.sx-widget-references__slider__item-image-wrapper {
    margin-bottom: 45px;
}

.sx-widget-references__slider__item-content {
    position: relative;
}

.sx-widget-references__slider__item-button-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (min-width: 769px) {
    .sx-widget-references {
        margin-bottom: 195px;
        padding: 120px 0 100px;
    }
    .sx-widget-references__content {
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .sx-widget-references__slider .sx-slider__fancy-pagination {
        display: none;
    }
}

/* References */
.sx-widget-team-list__item-name {
    margin-bottom: 10px;
}

.sx-widget-team-list__item-content {
    display: block;
}

.sx-widget-team-list__item-image {
    margin-bottom: 30px;
}

/* Checklist */
.sx-widget-checklist .sx-widget-checklist__text a {
    text-decoration: underline;
}

.sx-widget-checklist .sx-widget-checklist__text a:hover {
    text-decoration: none;
}

.sx-widget-checklist .sx-widget-checklist__text ul {
    padding-left: 0;
}

.sx-widget-checklist .sx-widget-checklist__text ul > li {
    list-style: none;
    padding-bottom: 17px;
    padding-left: 50px;
    font-weight: 600;
    position: relative;
}

.sx-widget-checklist .sx-widget-checklist__text ul > li:before {
    position: absolute;
    left: 7px;
    top: 7px;
    font-size: 1.125rem;
    z-index: 10;
    color: #fff;
    font-weight: normal;
}

.sx-widget-checklist .sx-widget-checklist__text ul > li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #7eafb5;
    width: 32px;
    height: 32px;
    border-radius: 16px;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
    outline: 0;
}

html {
    overflow-y: scroll;
    min-height: 100%;
}

body {
    min-width: 320px;
}

::-moz-selection {
    background: #e63023;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #e63023;
    color: #fff;
    text-shadow: none;
}

nav a {
    text-decoration: none;
}

/* helper-classes */
/** @deprecated -> use .p-0 **/
.nopadding {
    padding: 0 !important;
}

@media (min-width: 576px) {
    .nopadding-sm {
        padding: 0 !important;
    }
}

@media (min-width: 769px) {
    .nopadding-md {
        padding: 0 !important;
    }
}

@media (min-width: 992px) {
    .nopadding-lg {
        padding: 0 !important;
    }
}

@media (min-width: 1300px) {
    .nopadding-xl {
        padding: 0 !important;
    }
}

@media (min-width: 1750px) {
    .nopadding-xxl {
        padding: 0 !important;
    }
}

/** custom color classes */
.text-color-blue {
    color: #007bff !important;
}

@media (min-width: 576px) {
    .text-color-sm-blue {
        color: #007bff !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-blue {
        color: #007bff !important;
    }
}

@media (min-width: 992px) {
    .text-color-lg-blue {
        color: #007bff !important;
    }
}

@media (min-width: 1300px) {
    .text-color-xl-blue {
        color: #007bff !important;
    }
}

@media (min-width: 1750px) {
    .text-color-xxl-blue {
        color: #007bff !important;
    }
}

.text-color-indigo {
    color: #6610f2 !important;
}

@media (min-width: 576px) {
    .text-color-sm-indigo {
        color: #6610f2 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-indigo {
        color: #6610f2 !important;
    }
}

@media (min-width: 992px) {
    .text-color-lg-indigo {
        color: #6610f2 !important;
    }
}

@media (min-width: 1300px) {
    .text-color-xl-indigo {
        color: #6610f2 !important;
    }
}

@media (min-width: 1750px) {
    .text-color-xxl-indigo {
        color: #6610f2 !important;
    }
}

.text-color-purple {
    color: #6f42c1 !important;
}

@media (min-width: 576px) {
    .text-color-sm-purple {
        color: #6f42c1 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-purple {
        color: #6f42c1 !important;
    }
}

@media (min-width: 992px) {
    .text-color-lg-purple {
        color: #6f42c1 !important;
    }
}

@media (min-width: 1300px) {
    .text-color-xl-purple {
        color: #6f42c1 !important;
    }
}

@media (min-width: 1750px) {
    .text-color-xxl-purple {
        color: #6f42c1 !important;
    }
}

.text-color-pink {
    color: #e83e8c !important;
}

@media (min-width: 576px) {
    .text-color-sm-pink {
        color: #e83e8c !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-pink {
        color: #e83e8c !important;
    }
}

@media (min-width: 992px) {
    .text-color-lg-pink {
        color: #e83e8c !important;
    }
}

@media (min-width: 1300px) {
    .text-color-xl-pink {
        color: #e83e8c !important;
    }
}

@media (min-width: 1750px) {
    .text-color-xxl-pink {
        color: #e83e8c !important;
    }
}

.text-color-red {
    color: #dc3545 !important;
}

@media (min-width: 576px) {
    .text-color-sm-red {
        color: #dc3545 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-red {
        color: #dc3545 !important;
    }
}

@media (min-width: 992px) {
    .text-color-lg-red {
        color: #dc3545 !important;
    }
}

@media (min-width: 1300px) {
    .text-color-xl-red {
        color: #dc3545 !important;
    }
}

@media (min-width: 1750px) {
    .text-color-xxl-red {
        color: #dc3545 !important;
    }
}

.text-color-orange {
    color: #fd7e14 !important;
}

@media (min-width: 576px) {
    .text-color-sm-orange {
        color: #fd7e14 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-orange {
        color: #fd7e14 !important;
    }
}

@media (min-width: 992px) {
    .text-color-lg-orange {
        color: #fd7e14 !important;
    }
}

@media (min-width: 1300px) {
    .text-color-xl-orange {
        color: #fd7e14 !important;
    }
}

@media (min-width: 1750px) {
    .text-color-xxl-orange {
        color: #fd7e14 !important;
    }
}

.text-color-yellow {
    color: #ffc107 !important;
}

@media (min-width: 576px) {
    .text-color-sm-yellow {
        color: #ffc107 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-yellow {
        color: #ffc107 !important;
    }
}

@media (min-width: 992px) {
    .text-color-lg-yellow {
        color: #ffc107 !important;
    }
}

@media (min-width: 1300px) {
    .text-color-xl-yellow {
        color: #ffc107 !important;
    }
}

@media (min-width: 1750px) {
    .text-color-xxl-yellow {
        color: #ffc107 !important;
    }
}

.text-color-green {
    color: #28a745 !important;
}

@media (min-width: 576px) {
    .text-color-sm-green {
        color: #28a745 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-green {
        color: #28a745 !important;
    }
}

@media (min-width: 992px) {
    .text-color-lg-green {
        color: #28a745 !important;
    }
}

@media (min-width: 1300px) {
    .text-color-xl-green {
        color: #28a745 !important;
    }
}

@media (min-width: 1750px) {
    .text-color-xxl-green {
        color: #28a745 !important;
    }
}

.text-color-teal {
    color: #20c997 !important;
}

@media (min-width: 576px) {
    .text-color-sm-teal {
        color: #20c997 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-teal {
        color: #20c997 !important;
    }
}

@media (min-width: 992px) {
    .text-color-lg-teal {
        color: #20c997 !important;
    }
}

@media (min-width: 1300px) {
    .text-color-xl-teal {
        color: #20c997 !important;
    }
}

@media (min-width: 1750px) {
    .text-color-xxl-teal {
        color: #20c997 !important;
    }
}

.text-color-cyan {
    color: #17a2b8 !important;
}

@media (min-width: 576px) {
    .text-color-sm-cyan {
        color: #17a2b8 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-cyan {
        color: #17a2b8 !important;
    }
}

@media (min-width: 992px) {
    .text-color-lg-cyan {
        color: #17a2b8 !important;
    }
}

@media (min-width: 1300px) {
    .text-color-xl-cyan {
        color: #17a2b8 !important;
    }
}

@media (min-width: 1750px) {
    .text-color-xxl-cyan {
        color: #17a2b8 !important;
    }
}

.text-color-white {
    color: #fff !important;
}

@media (min-width: 576px) {
    .text-color-sm-white {
        color: #fff !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-white {
        color: #fff !important;
    }
}

@media (min-width: 992px) {
    .text-color-lg-white {
        color: #fff !important;
    }
}

@media (min-width: 1300px) {
    .text-color-xl-white {
        color: #fff !important;
    }
}

@media (min-width: 1750px) {
    .text-color-xxl-white {
        color: #fff !important;
    }
}

.text-color-gray {
    color: #6c757d !important;
}

@media (min-width: 576px) {
    .text-color-sm-gray {
        color: #6c757d !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-gray {
        color: #6c757d !important;
    }
}

@media (min-width: 992px) {
    .text-color-lg-gray {
        color: #6c757d !important;
    }
}

@media (min-width: 1300px) {
    .text-color-xl-gray {
        color: #6c757d !important;
    }
}

@media (min-width: 1750px) {
    .text-color-xxl-gray {
        color: #6c757d !important;
    }
}

.text-color-gray-dark {
    color: #343a40 !important;
}

@media (min-width: 576px) {
    .text-color-sm-gray-dark {
        color: #343a40 !important;
    }
}

@media (min-width: 769px) {
    .text-color-md-gray-dark {
        color: #343a40 !important;
    }
}

@media (min-width: 992px) {
    .text-color-lg-gray-dark {
        color: #343a40 !important;
    }
}

@media (min-width: 1300px) {
    .text-color-xl-gray-dark {
        color: #343a40 !important;
    }
}

@media (min-width: 1750px) {
    .text-color-xxl-gray-dark {
        color: #343a40 !important;
    }
}

.bg-color-blue {
    background-color: #007bff !important;
}

@media (min-width: 576px) {
    .bg-color-sm-blue {
        background-color: #007bff !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-blue {
        background-color: #007bff !important;
    }
}

@media (min-width: 992px) {
    .bg-color-lg-blue {
        background-color: #007bff !important;
    }
}

@media (min-width: 1300px) {
    .bg-color-xl-blue {
        background-color: #007bff !important;
    }
}

@media (min-width: 1750px) {
    .bg-color-xxl-blue {
        background-color: #007bff !important;
    }
}

.bg-color-indigo {
    background-color: #6610f2 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-indigo {
        background-color: #6610f2 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-indigo {
        background-color: #6610f2 !important;
    }
}

@media (min-width: 992px) {
    .bg-color-lg-indigo {
        background-color: #6610f2 !important;
    }
}

@media (min-width: 1300px) {
    .bg-color-xl-indigo {
        background-color: #6610f2 !important;
    }
}

@media (min-width: 1750px) {
    .bg-color-xxl-indigo {
        background-color: #6610f2 !important;
    }
}

.bg-color-purple {
    background-color: #6f42c1 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-purple {
        background-color: #6f42c1 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-purple {
        background-color: #6f42c1 !important;
    }
}

@media (min-width: 992px) {
    .bg-color-lg-purple {
        background-color: #6f42c1 !important;
    }
}

@media (min-width: 1300px) {
    .bg-color-xl-purple {
        background-color: #6f42c1 !important;
    }
}

@media (min-width: 1750px) {
    .bg-color-xxl-purple {
        background-color: #6f42c1 !important;
    }
}

.bg-color-pink {
    background-color: #e83e8c !important;
}

@media (min-width: 576px) {
    .bg-color-sm-pink {
        background-color: #e83e8c !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-pink {
        background-color: #e83e8c !important;
    }
}

@media (min-width: 992px) {
    .bg-color-lg-pink {
        background-color: #e83e8c !important;
    }
}

@media (min-width: 1300px) {
    .bg-color-xl-pink {
        background-color: #e83e8c !important;
    }
}

@media (min-width: 1750px) {
    .bg-color-xxl-pink {
        background-color: #e83e8c !important;
    }
}

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

@media (min-width: 576px) {
    .bg-color-sm-red {
        background-color: #dc3545 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-red {
        background-color: #dc3545 !important;
    }
}

@media (min-width: 992px) {
    .bg-color-lg-red {
        background-color: #dc3545 !important;
    }
}

@media (min-width: 1300px) {
    .bg-color-xl-red {
        background-color: #dc3545 !important;
    }
}

@media (min-width: 1750px) {
    .bg-color-xxl-red {
        background-color: #dc3545 !important;
    }
}

.bg-color-orange {
    background-color: #fd7e14 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-orange {
        background-color: #fd7e14 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-orange {
        background-color: #fd7e14 !important;
    }
}

@media (min-width: 992px) {
    .bg-color-lg-orange {
        background-color: #fd7e14 !important;
    }
}

@media (min-width: 1300px) {
    .bg-color-xl-orange {
        background-color: #fd7e14 !important;
    }
}

@media (min-width: 1750px) {
    .bg-color-xxl-orange {
        background-color: #fd7e14 !important;
    }
}

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

@media (min-width: 576px) {
    .bg-color-sm-yellow {
        background-color: #ffc107 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-yellow {
        background-color: #ffc107 !important;
    }
}

@media (min-width: 992px) {
    .bg-color-lg-yellow {
        background-color: #ffc107 !important;
    }
}

@media (min-width: 1300px) {
    .bg-color-xl-yellow {
        background-color: #ffc107 !important;
    }
}

@media (min-width: 1750px) {
    .bg-color-xxl-yellow {
        background-color: #ffc107 !important;
    }
}

.bg-color-green {
    background-color: #28a745 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-green {
        background-color: #28a745 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-green {
        background-color: #28a745 !important;
    }
}

@media (min-width: 992px) {
    .bg-color-lg-green {
        background-color: #28a745 !important;
    }
}

@media (min-width: 1300px) {
    .bg-color-xl-green {
        background-color: #28a745 !important;
    }
}

@media (min-width: 1750px) {
    .bg-color-xxl-green {
        background-color: #28a745 !important;
    }
}

.bg-color-teal {
    background-color: #20c997 !important;
}

@media (min-width: 576px) {
    .bg-color-sm-teal {
        background-color: #20c997 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-teal {
        background-color: #20c997 !important;
    }
}

@media (min-width: 992px) {
    .bg-color-lg-teal {
        background-color: #20c997 !important;
    }
}

@media (min-width: 1300px) {
    .bg-color-xl-teal {
        background-color: #20c997 !important;
    }
}

@media (min-width: 1750px) {
    .bg-color-xxl-teal {
        background-color: #20c997 !important;
    }
}

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

@media (min-width: 576px) {
    .bg-color-sm-cyan {
        background-color: #17a2b8 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-cyan {
        background-color: #17a2b8 !important;
    }
}

@media (min-width: 992px) {
    .bg-color-lg-cyan {
        background-color: #17a2b8 !important;
    }
}

@media (min-width: 1300px) {
    .bg-color-xl-cyan {
        background-color: #17a2b8 !important;
    }
}

@media (min-width: 1750px) {
    .bg-color-xxl-cyan {
        background-color: #17a2b8 !important;
    }
}

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

@media (min-width: 576px) {
    .bg-color-sm-white {
        background-color: #fff !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-white {
        background-color: #fff !important;
    }
}

@media (min-width: 992px) {
    .bg-color-lg-white {
        background-color: #fff !important;
    }
}

@media (min-width: 1300px) {
    .bg-color-xl-white {
        background-color: #fff !important;
    }
}

@media (min-width: 1750px) {
    .bg-color-xxl-white {
        background-color: #fff !important;
    }
}

.bg-color-gray {
    background-color: #6c757d !important;
}

@media (min-width: 576px) {
    .bg-color-sm-gray {
        background-color: #6c757d !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-gray {
        background-color: #6c757d !important;
    }
}

@media (min-width: 992px) {
    .bg-color-lg-gray {
        background-color: #6c757d !important;
    }
}

@media (min-width: 1300px) {
    .bg-color-xl-gray {
        background-color: #6c757d !important;
    }
}

@media (min-width: 1750px) {
    .bg-color-xxl-gray {
        background-color: #6c757d !important;
    }
}

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

@media (min-width: 576px) {
    .bg-color-sm-gray-dark {
        background-color: #343a40 !important;
    }
}

@media (min-width: 769px) {
    .bg-color-md-gray-dark {
        background-color: #343a40 !important;
    }
}

@media (min-width: 992px) {
    .bg-color-lg-gray-dark {
        background-color: #343a40 !important;
    }
}

@media (min-width: 1300px) {
    .bg-color-xl-gray-dark {
        background-color: #343a40 !important;
    }
}

@media (min-width: 1750px) {
    .bg-color-xxl-gray-dark {
        background-color: #343a40 !important;
    }
}

.responsive-grid .new-row {
    clear: left;
}

@media (min-width: 576px) {
    .responsive-grid .new-row-sm {
        clear: left;
    }
}

@media (min-width: 769px) {
    .responsive-grid .new-row-md {
        clear: left;
    }
}

@media (min-width: 992px) {
    .responsive-grid .new-row-lg {
        clear: left;
    }
}

@media (min-width: 1300px) {
    .responsive-grid .new-row-xl {
        clear: left;
    }
}

@media (min-width: 1750px) {
    .responsive-grid .new-row-xxl {
        clear: left;
    }
}

.w-25 {
    width: 25% !important;
}

@media (min-width: 576px) {
    .w-sm-25 {
        width: 25% !important;
    }
}

@media (min-width: 769px) {
    .w-md-25 {
        width: 25% !important;
    }
}

@media (min-width: 992px) {
    .w-lg-25 {
        width: 25% !important;
    }
}

@media (min-width: 1300px) {
    .w-xl-25 {
        width: 25% !important;
    }
}

@media (min-width: 1750px) {
    .w-xxl-25 {
        width: 25% !important;
    }
}

.mw-25 {
    max-width: 25% !important;
}

@media (min-width: 576px) {
    .mw-sm-25 {
        max-width: 25% !important;
    }
}

@media (min-width: 769px) {
    .mw-md-25 {
        max-width: 25% !important;
    }
}

@media (min-width: 992px) {
    .mw-lg-25 {
        max-width: 25% !important;
    }
}

@media (min-width: 1300px) {
    .mw-xl-25 {
        max-width: 25% !important;
    }
}

@media (min-width: 1750px) {
    .mw-xxl-25 {
        max-width: 25% !important;
    }
}

.w-50 {
    width: 50% !important;
}

@media (min-width: 576px) {
    .w-sm-50 {
        width: 50% !important;
    }
}

@media (min-width: 769px) {
    .w-md-50 {
        width: 50% !important;
    }
}

@media (min-width: 992px) {
    .w-lg-50 {
        width: 50% !important;
    }
}

@media (min-width: 1300px) {
    .w-xl-50 {
        width: 50% !important;
    }
}

@media (min-width: 1750px) {
    .w-xxl-50 {
        width: 50% !important;
    }
}

.mw-50 {
    max-width: 50% !important;
}

@media (min-width: 576px) {
    .mw-sm-50 {
        max-width: 50% !important;
    }
}

@media (min-width: 769px) {
    .mw-md-50 {
        max-width: 50% !important;
    }
}

@media (min-width: 992px) {
    .mw-lg-50 {
        max-width: 50% !important;
    }
}

@media (min-width: 1300px) {
    .mw-xl-50 {
        max-width: 50% !important;
    }
}

@media (min-width: 1750px) {
    .mw-xxl-50 {
        max-width: 50% !important;
    }
}

.w-75 {
    width: 75% !important;
}

@media (min-width: 576px) {
    .w-sm-75 {
        width: 75% !important;
    }
}

@media (min-width: 769px) {
    .w-md-75 {
        width: 75% !important;
    }
}

@media (min-width: 992px) {
    .w-lg-75 {
        width: 75% !important;
    }
}

@media (min-width: 1300px) {
    .w-xl-75 {
        width: 75% !important;
    }
}

@media (min-width: 1750px) {
    .w-xxl-75 {
        width: 75% !important;
    }
}

.mw-75 {
    max-width: 75% !important;
}

@media (min-width: 576px) {
    .mw-sm-75 {
        max-width: 75% !important;
    }
}

@media (min-width: 769px) {
    .mw-md-75 {
        max-width: 75% !important;
    }
}

@media (min-width: 992px) {
    .mw-lg-75 {
        max-width: 75% !important;
    }
}

@media (min-width: 1300px) {
    .mw-xl-75 {
        max-width: 75% !important;
    }
}

@media (min-width: 1750px) {
    .mw-xxl-75 {
        max-width: 75% !important;
    }
}

.w-100, .sx-widget-horizontal-text-image__image, .sx-widget-gallery__image, .sx-widget-page-call-to-action__image, .sx-widget-testimonial__image, .sx-widget-references__slider__item-image, .sx-widget-team-list__item-image {
    width: 100% !important;
}

@media (min-width: 576px) {
    .w-sm-100 {
        width: 100% !important;
    }
}

@media (min-width: 769px) {
    .w-md-100 {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .w-lg-100 {
        width: 100% !important;
    }
}

@media (min-width: 1300px) {
    .w-xl-100 {
        width: 100% !important;
    }
}

@media (min-width: 1750px) {
    .w-xxl-100 {
        width: 100% !important;
    }
}

.mw-100 {
    max-width: 100% !important;
}

@media (min-width: 576px) {
    .mw-sm-100 {
        max-width: 100% !important;
    }
}

@media (min-width: 769px) {
    .mw-md-100 {
        max-width: 100% !important;
    }
}

@media (min-width: 992px) {
    .mw-lg-100 {
        max-width: 100% !important;
    }
}

@media (min-width: 1300px) {
    .mw-xl-100 {
        max-width: 100% !important;
    }
}

@media (min-width: 1750px) {
    .mw-xxl-100 {
        max-width: 100% !important;
    }
}

.w-auto {
    width: auto !important;
}

@media (min-width: 576px) {
    .w-sm-auto {
        width: auto !important;
    }
}

@media (min-width: 769px) {
    .w-md-auto {
        width: auto !important;
    }
}

@media (min-width: 992px) {
    .w-lg-auto {
        width: auto !important;
    }
}

@media (min-width: 1300px) {
    .w-xl-auto {
        width: auto !important;
    }
}

@media (min-width: 1750px) {
    .w-xxl-auto {
        width: auto !important;
    }
}

.w-10 {
    width: 10% !important;
}

@media (min-width: 576px) {
    .w-sm-10 {
        width: 10% !important;
    }
}

@media (min-width: 769px) {
    .w-md-10 {
        width: 10% !important;
    }
}

@media (min-width: 992px) {
    .w-lg-10 {
        width: 10% !important;
    }
}

@media (min-width: 1300px) {
    .w-xl-10 {
        width: 10% !important;
    }
}

@media (min-width: 1750px) {
    .w-xxl-10 {
        width: 10% !important;
    }
}

.mw-10 {
    max-width: 10% !important;
}

@media (min-width: 576px) {
    .mw-sm-10 {
        max-width: 10% !important;
    }
}

@media (min-width: 769px) {
    .mw-md-10 {
        max-width: 10% !important;
    }
}

@media (min-width: 992px) {
    .mw-lg-10 {
        max-width: 10% !important;
    }
}

@media (min-width: 1300px) {
    .mw-xl-10 {
        max-width: 10% !important;
    }
}

@media (min-width: 1750px) {
    .mw-xxl-10 {
        max-width: 10% !important;
    }
}

.w-33 {
    width: 33% !important;
}

@media (min-width: 576px) {
    .w-sm-33 {
        width: 33% !important;
    }
}

@media (min-width: 769px) {
    .w-md-33 {
        width: 33% !important;
    }
}

@media (min-width: 992px) {
    .w-lg-33 {
        width: 33% !important;
    }
}

@media (min-width: 1300px) {
    .w-xl-33 {
        width: 33% !important;
    }
}

@media (min-width: 1750px) {
    .w-xxl-33 {
        width: 33% !important;
    }
}

.mw-33 {
    max-width: 33% !important;
}

@media (min-width: 576px) {
    .mw-sm-33 {
        max-width: 33% !important;
    }
}

@media (min-width: 769px) {
    .mw-md-33 {
        max-width: 33% !important;
    }
}

@media (min-width: 992px) {
    .mw-lg-33 {
        max-width: 33% !important;
    }
}

@media (min-width: 1300px) {
    .mw-xl-33 {
        max-width: 33% !important;
    }
}

@media (min-width: 1750px) {
    .mw-xxl-33 {
        max-width: 33% !important;
    }
}

.w-66 {
    width: 66% !important;
}

@media (min-width: 576px) {
    .w-sm-66 {
        width: 66% !important;
    }
}

@media (min-width: 769px) {
    .w-md-66 {
        width: 66% !important;
    }
}

@media (min-width: 992px) {
    .w-lg-66 {
        width: 66% !important;
    }
}

@media (min-width: 1300px) {
    .w-xl-66 {
        width: 66% !important;
    }
}

@media (min-width: 1750px) {
    .w-xxl-66 {
        width: 66% !important;
    }
}

.mw-66 {
    max-width: 66% !important;
}

@media (min-width: 576px) {
    .mw-sm-66 {
        max-width: 66% !important;
    }
}

@media (min-width: 769px) {
    .mw-md-66 {
        max-width: 66% !important;
    }
}

@media (min-width: 992px) {
    .mw-lg-66 {
        max-width: 66% !important;
    }
}

@media (min-width: 1300px) {
    .mw-xl-66 {
        max-width: 66% !important;
    }
}

@media (min-width: 1750px) {
    .mw-xxl-66 {
        max-width: 66% !important;
    }
}

.mw-none {
    max-width: none !important;
}

@media (min-width: 576px) {
    .mw-sm-none {
        max-width: none !important;
    }
}

@media (min-width: 769px) {
    .mw-md-none {
        max-width: none !important;
    }
}

@media (min-width: 992px) {
    .mw-lg-none {
        max-width: none !important;
    }
}

@media (min-width: 1300px) {
    .mw-xl-none {
        max-width: none !important;
    }
}

@media (min-width: 1750px) {
    .mw-xxl-none {
        max-width: none !important;
    }
}

.h-25 {
    height: 25% !important;
}

@media (min-width: 576px) {
    .h-sm-25 {
        height: 25% !important;
    }
}

@media (min-width: 769px) {
    .h-md-25 {
        height: 25% !important;
    }
}

@media (min-width: 992px) {
    .h-lg-25 {
        height: 25% !important;
    }
}

@media (min-width: 1300px) {
    .h-xl-25 {
        height: 25% !important;
    }
}

@media (min-width: 1750px) {
    .h-xxl-25 {
        height: 25% !important;
    }
}

.mh-25 {
    max-height: 25% !important;
}

@media (min-width: 576px) {
    .mh-sm-25 {
        max-height: 25% !important;
    }
}

@media (min-width: 769px) {
    .mh-md-25 {
        max-height: 25% !important;
    }
}

@media (min-width: 992px) {
    .mh-lg-25 {
        max-height: 25% !important;
    }
}

@media (min-width: 1300px) {
    .mh-xl-25 {
        max-height: 25% !important;
    }
}

@media (min-width: 1750px) {
    .mh-xxl-25 {
        max-height: 25% !important;
    }
}

.h-50 {
    height: 50% !important;
}

@media (min-width: 576px) {
    .h-sm-50 {
        height: 50% !important;
    }
}

@media (min-width: 769px) {
    .h-md-50 {
        height: 50% !important;
    }
}

@media (min-width: 992px) {
    .h-lg-50 {
        height: 50% !important;
    }
}

@media (min-width: 1300px) {
    .h-xl-50 {
        height: 50% !important;
    }
}

@media (min-width: 1750px) {
    .h-xxl-50 {
        height: 50% !important;
    }
}

.mh-50 {
    max-height: 50% !important;
}

@media (min-width: 576px) {
    .mh-sm-50 {
        max-height: 50% !important;
    }
}

@media (min-width: 769px) {
    .mh-md-50 {
        max-height: 50% !important;
    }
}

@media (min-width: 992px) {
    .mh-lg-50 {
        max-height: 50% !important;
    }
}

@media (min-width: 1300px) {
    .mh-xl-50 {
        max-height: 50% !important;
    }
}

@media (min-width: 1750px) {
    .mh-xxl-50 {
        max-height: 50% !important;
    }
}

.h-75 {
    height: 75% !important;
}

@media (min-width: 576px) {
    .h-sm-75 {
        height: 75% !important;
    }
}

@media (min-width: 769px) {
    .h-md-75 {
        height: 75% !important;
    }
}

@media (min-width: 992px) {
    .h-lg-75 {
        height: 75% !important;
    }
}

@media (min-width: 1300px) {
    .h-xl-75 {
        height: 75% !important;
    }
}

@media (min-width: 1750px) {
    .h-xxl-75 {
        height: 75% !important;
    }
}

.mh-75 {
    max-height: 75% !important;
}

@media (min-width: 576px) {
    .mh-sm-75 {
        max-height: 75% !important;
    }
}

@media (min-width: 769px) {
    .mh-md-75 {
        max-height: 75% !important;
    }
}

@media (min-width: 992px) {
    .mh-lg-75 {
        max-height: 75% !important;
    }
}

@media (min-width: 1300px) {
    .mh-xl-75 {
        max-height: 75% !important;
    }
}

@media (min-width: 1750px) {
    .mh-xxl-75 {
        max-height: 75% !important;
    }
}

.h-100 {
    height: 100% !important;
}

@media (min-width: 576px) {
    .h-sm-100 {
        height: 100% !important;
    }
}

@media (min-width: 769px) {
    .h-md-100 {
        height: 100% !important;
    }
}

@media (min-width: 992px) {
    .h-lg-100 {
        height: 100% !important;
    }
}

@media (min-width: 1300px) {
    .h-xl-100 {
        height: 100% !important;
    }
}

@media (min-width: 1750px) {
    .h-xxl-100 {
        height: 100% !important;
    }
}

.mh-100 {
    max-height: 100% !important;
}

@media (min-width: 576px) {
    .mh-sm-100 {
        max-height: 100% !important;
    }
}

@media (min-width: 769px) {
    .mh-md-100 {
        max-height: 100% !important;
    }
}

@media (min-width: 992px) {
    .mh-lg-100 {
        max-height: 100% !important;
    }
}

@media (min-width: 1300px) {
    .mh-xl-100 {
        max-height: 100% !important;
    }
}

@media (min-width: 1750px) {
    .mh-xxl-100 {
        max-height: 100% !important;
    }
}

.h-auto {
    height: auto !important;
}

@media (min-width: 576px) {
    .h-sm-auto {
        height: auto !important;
    }
}

@media (min-width: 769px) {
    .h-md-auto {
        height: auto !important;
    }
}

@media (min-width: 992px) {
    .h-lg-auto {
        height: auto !important;
    }
}

@media (min-width: 1300px) {
    .h-xl-auto {
        height: auto !important;
    }
}

@media (min-width: 1750px) {
    .h-xxl-auto {
        height: auto !important;
    }
}

.h-10 {
    height: 10% !important;
}

@media (min-width: 576px) {
    .h-sm-10 {
        height: 10% !important;
    }
}

@media (min-width: 769px) {
    .h-md-10 {
        height: 10% !important;
    }
}

@media (min-width: 992px) {
    .h-lg-10 {
        height: 10% !important;
    }
}

@media (min-width: 1300px) {
    .h-xl-10 {
        height: 10% !important;
    }
}

@media (min-width: 1750px) {
    .h-xxl-10 {
        height: 10% !important;
    }
}

.mh-10 {
    max-height: 10% !important;
}

@media (min-width: 576px) {
    .mh-sm-10 {
        max-height: 10% !important;
    }
}

@media (min-width: 769px) {
    .mh-md-10 {
        max-height: 10% !important;
    }
}

@media (min-width: 992px) {
    .mh-lg-10 {
        max-height: 10% !important;
    }
}

@media (min-width: 1300px) {
    .mh-xl-10 {
        max-height: 10% !important;
    }
}

@media (min-width: 1750px) {
    .mh-xxl-10 {
        max-height: 10% !important;
    }
}

.h-33 {
    height: 33% !important;
}

@media (min-width: 576px) {
    .h-sm-33 {
        height: 33% !important;
    }
}

@media (min-width: 769px) {
    .h-md-33 {
        height: 33% !important;
    }
}

@media (min-width: 992px) {
    .h-lg-33 {
        height: 33% !important;
    }
}

@media (min-width: 1300px) {
    .h-xl-33 {
        height: 33% !important;
    }
}

@media (min-width: 1750px) {
    .h-xxl-33 {
        height: 33% !important;
    }
}

.mh-33 {
    max-height: 33% !important;
}

@media (min-width: 576px) {
    .mh-sm-33 {
        max-height: 33% !important;
    }
}

@media (min-width: 769px) {
    .mh-md-33 {
        max-height: 33% !important;
    }
}

@media (min-width: 992px) {
    .mh-lg-33 {
        max-height: 33% !important;
    }
}

@media (min-width: 1300px) {
    .mh-xl-33 {
        max-height: 33% !important;
    }
}

@media (min-width: 1750px) {
    .mh-xxl-33 {
        max-height: 33% !important;
    }
}

.h-66 {
    height: 66% !important;
}

@media (min-width: 576px) {
    .h-sm-66 {
        height: 66% !important;
    }
}

@media (min-width: 769px) {
    .h-md-66 {
        height: 66% !important;
    }
}

@media (min-width: 992px) {
    .h-lg-66 {
        height: 66% !important;
    }
}

@media (min-width: 1300px) {
    .h-xl-66 {
        height: 66% !important;
    }
}

@media (min-width: 1750px) {
    .h-xxl-66 {
        height: 66% !important;
    }
}

.mh-66 {
    max-height: 66% !important;
}

@media (min-width: 576px) {
    .mh-sm-66 {
        max-height: 66% !important;
    }
}

@media (min-width: 769px) {
    .mh-md-66 {
        max-height: 66% !important;
    }
}

@media (min-width: 992px) {
    .mh-lg-66 {
        max-height: 66% !important;
    }
}

@media (min-width: 1300px) {
    .mh-xl-66 {
        max-height: 66% !important;
    }
}

@media (min-width: 1750px) {
    .mh-xxl-66 {
        max-height: 66% !important;
    }
}

.mh-none {
    max-height: none !important;
}

@media (min-width: 576px) {
    .mh-sm-none {
        max-height: none !important;
    }
}

@media (min-width: 769px) {
    .mh-md-none {
        max-height: none !important;
    }
}

@media (min-width: 992px) {
    .mh-lg-none {
        max-height: none !important;
    }
}

@media (min-width: 1300px) {
    .mh-xl-none {
        max-height: none !important;
    }
}

@media (min-width: 1750px) {
    .mh-xxl-none {
        max-height: none !important;
    }
}

.background-cover {
    background-color: transparent;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

ul.list-inline, ol.list-inline {
    list-style: none;
}

ul.list-inline > li, ol.list-inline > li {
    display: inline;
}

@media (min-width: 576px) {
    ul.list-sm-inline, ol.list-sm-inline {
        list-style: none;
    }
    ul.list-sm-inline > li, ol.list-sm-inline > li {
        display: inline;
    }
}

@media (min-width: 769px) {
    ul.list-md-inline, ol.list-md-inline {
        list-style: none;
    }
    ul.list-md-inline > li, ol.list-md-inline > li {
        display: inline;
    }
}

@media (min-width: 992px) {
    ul.list-lg-inline, ol.list-lg-inline {
        list-style: none;
    }
    ul.list-lg-inline > li, ol.list-lg-inline > li {
        display: inline;
    }
}

@media (min-width: 1300px) {
    ul.list-xl-inline, ol.list-xl-inline {
        list-style: none;
    }
    ul.list-xl-inline > li, ol.list-xl-inline > li {
        display: inline;
    }
}

@media (min-width: 1750px) {
    ul.list-xxl-inline, ol.list-xxl-inline {
        list-style: none;
    }
    ul.list-xxl-inline > li, ol.list-xxl-inline > li {
        display: inline;
    }
}

.pointer-events-auto {
    pointer-events: auto !important;
}

@media (min-width: 576px) {
    .pointer-events-sm-auto {
        pointer-events: auto !important;
    }
}

@media (min-width: 769px) {
    .pointer-events-md-auto {
        pointer-events: auto !important;
    }
}

@media (min-width: 992px) {
    .pointer-events-lg-auto {
        pointer-events: auto !important;
    }
}

@media (min-width: 1300px) {
    .pointer-events-xl-auto {
        pointer-events: auto !important;
    }
}

@media (min-width: 1750px) {
    .pointer-events-xxl-auto {
        pointer-events: auto !important;
    }
}

.pointer-events-none {
    pointer-events: none !important;
}

@media (min-width: 576px) {
    .pointer-events-sm-none {
        pointer-events: none !important;
    }
}

@media (min-width: 769px) {
    .pointer-events-md-none {
        pointer-events: none !important;
    }
}

@media (min-width: 992px) {
    .pointer-events-lg-none {
        pointer-events: none !important;
    }
}

@media (min-width: 1300px) {
    .pointer-events-xl-none {
        pointer-events: none !important;
    }
}

@media (min-width: 1750px) {
    .pointer-events-xxl-none {
        pointer-events: none !important;
    }
}

.span-parent {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

/* typo */
h1 a, .h1 a, h2 a, .h2 a, .sx-widget-call-to-action__title a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    color: inherit;
}

@media (min-width: 992px) {
    body {
        /* 22px */
        font-size: 1.375rem;
        line-height: 1.5;
    }
    h1, .h1 {
        /* 50px */
        font-size: 3.125rem;
    }
    h2, .h2, .sx-widget-call-to-action__title {
        /* 40px */
        font-size: 2.5rem;
    }
    h3, .h3 {
        /* 35px */
        font-size: 2.1875rem;
    }
    h4, .h4 {
        /* 30px */
        font-size: 1.875rem;
    }
    h5, .h5 {
        /* 22px */
        font-size: 1.375rem;
    }
    h6, .h6 {
        /* 22px */
        font-size: 1.375rem;
    }
}

/* glyphter */
/* Generated by Glyphter (http://www.glyphter.com) on  Mon Dec 07 2020*/
@font-face {
    font-family: 'Glyphter';
    src: url("/fonts/glyphter/glyphter.eot");
    src: url("/fonts/glyphter/glyphter.eot?#iefix") format("embedded-opentype"), url("/fonts/glyphter/glyphter.woff") format("woff"), url("/fonts/glyphter/glyphter.ttf") format("truetype"), url("/fonts/glyphter/glyphter.svg#Glyphter") format("svg");
    font-weight: normal;
    font-style: normal;
}

.icon-arrow-left:before, .sx-icon--arrow-left:before, .sx-widget-slider__slider-nav-button--left .sx-widget-slider__slider-nav-button-text:before, .fancybox-prev span:before {
    content: '\0041';
}

.icon-arrow-right:before, .sx-icon--arrow-right:before, .sx-widget-slider__slider-nav-button--right .sx-widget-slider__slider-nav-button-text:before, .fancybox-next span:before {
    content: '\0042';
}

.icon-arrow-up:before, .sx-icon--arrow-up:before {
    content: '\0043';
}

.icon-arrow-down:before, .sx-icon--arrow-down:before, .header .sx-navigation__list-entry--has-sub-entries > .sx-navigation__entry-container .sx-navigation__entry-link:before {
    content: '\0044';
}

.icon-plus:before, .sx-icon--plus:before, .sx-widget-accordion__item__header-title-link.collapsed:before {
    content: '\0045';
}

.icon-minus:before, .sx-icon--minus:before, .sx-widget-accordion__item__header-title-link:before {
    content: '\0046';
}

.icon-close:before, .sx-icon--close:before, .sx-lightbox .fancybox-close:before {
    content: '\0047';
}

.icon-done:before, .sx-widget-checklist .sx-widget-checklist__text ul > li:before, .sx-icon--done:before {
    content: '\0048';
}

.icon-arrow-up-2:before, .sx-icon--arrow-up-2:before {
    content: '\0049';
}

.icon-arrow-down-2:before, .sx-icon--arrow-down-2:before {
    content: '\004a';
}

.icon-link-external:before, .sx-icon--link-external:before {
    content: '\004b';
}

.icon-search:before, .sx-icon--search:before {
    content: '\004c';
}

.icon-edit:before, .sx-icon--edit:before {
    content: '\004d';
}

.icon-info:before, .sx-icon--info:before {
    content: '\004e';
}

.icon-play:before, .sx-icon--play:before {
    content: '\004f';
}

.icon-calendar:before, .sx-icon--calendar:before, .sx-widget-call-to-action__data-link--web .sx-widget-call-to-action__data-link-text:before {
    content: '\0050';
}

.icon-logout-2:before, .sx-icon--logout-2:before {
    content: '\0051';
}

.icon-map-marker:before, .sx-icon--map-marker:before {
    content: '\0052';
}

.icon-mail:before, .sx-icon--mail:before, .sx-widget-call-to-action__data-link--mail .sx-widget-call-to-action__data-link-text:before {
    content: '\0053';
}

.icon-phone:before, .sx-icon--phone:before, .sx-widget-call-to-action__data-link--phone .sx-widget-call-to-action__data-link-text:before {
    content: '\0054';
}

.icon-social-whatsapp:before, .sx-icon--social-whatsapp:before {
    content: '\0055';
}

.icon-download:before, .sx-icon--download:before {
    content: '\0056';
}

.icon-account:before, .sx-icon--account:before {
    content: '\0057';
}

.icon-cart:before, .sx-icon--cart:before {
    content: '\0058';
}

.icon-favorite-1:before, .sx-icon--favorite-1:before {
    content: '\0059';
}

.icon-favorite-2:before, .sx-icon--favorite-2:before {
    content: '\005a';
}

.icon-delivery:before, .sx-icon--delivery:before {
    content: '\0061';
}

.icon-compare:before, .sx-icon--compare:before {
    content: '\0062';
}

.icon-share-youtube:before, .sx-icon--share-youtube:before {
    content: '\0063';
}

.icon-share-instagram:before, .sx-icon--share-instagram:before {
    content: '\0064';
}

.icon-share-xing:before, .sx-icon--share-xing:before {
    content: '\0065';
}

.icon-share-facebook:before, .sx-icon--share-facebook:before {
    content: '\0066';
}

.icon-share-twitter:before, .sx-icon--share-twitter:before {
    content: '\0067';
}

.icon-share-pinterest:before, .sx-icon--share-pinterest:before {
    content: '\0068';
}

.icon-share-mail:before, .sx-icon--share-mail:before {
    content: '\0069';
}

.icon-share-linkedin:before, .sx-icon--share-linkedin:before {
    content: '\006a';
}

.icon-share-whatsapp:before, .sx-icon--share-whatsapp:before {
    content: '\006b';
}

.icon-social-xing:before, .sx-icon--social-xing:before {
    content: '\006c';
}

.icon-social-linkedin:before, .sx-icon--social-linkedin:before {
    content: '\006d';
}

.icon-social-twitter:before, .sx-icon--social-twitter:before {
    content: '\006e';
}

.icon-social-facebook:before, .sx-icon--social-facebook:before {
    content: '\006f';
}

.icon-social-intagram:before {
    content: '\0070';
}

.icon-social-youtube:before, .sx-icon--social-youtube:before {
    content: '\0071';
}

.icon-social-pinterest:before, .sx-icon--social-pinterest:before {
    content: '\0072';
}

.icon-social-rss:before, .sx-icon--social-rss:before {
    content: '\0073';
}

.icon-delete:before, .sx-icon--delete:before {
    content: '\0074';
}

.icon-credit-card:before, .sx-icon--credit-card:before {
    content: '\0075';
}

.icon-filter:before, .sx-icon--filter:before {
    content: '\0076';
}

.icon-settings:before, .sx-icon--settings:before {
    content: '\0077';
}

.icon-view:before, .sx-icon--view:before {
    content: '\0078';
}

.icon-zoom:before, .sx-icon--zoom:before {
    content: '\0079';
}

.icon-login-1:before, .sx-icon--login-1:before {
    content: '\007a';
}

.icon-logout-1:before, .sx-icon--logout-1:before {
    content: '\0030';
}

.icon-file-pdf:before, .sx-icon--file-pdf:before, .sx-widget-download-box__list-item--pdf:before {
    content: '\0031';
}

.icon-file-xls:before, .sx-icon--file-xls:before, .sx-widget-download-box__list-item--xls:before {
    content: '\0032';
}

.icon-file-doc:before, .sx-icon--file-doc:before, .sx-widget-download-box__list-item--doc:before {
    content: '\0033';
}

.icon-menu:before, .sx-icon--menu:before {
    content: '\0034';
}

.icon-hide:before, .sx-icon--hide:before {
    content: '\0035';
}

.icon-location:before, .sx-icon--location:before {
    content: '\0036';
}

.icon-cookie:before {
    content: '\0037';
}

/* icons */
.sx-icon:before, .sx-widget-download-box__list-item:before, .sx-widget-call-to-action__data-link-text:before, .sx-widget-slider__slider-nav-button-text:before, .sx-widget-accordion__item__header-title-link:before, .sx-widget-checklist .sx-widget-checklist__text ul > li:before, .sx-lightbox .fancybox-close:before, .header .sx-navigation__list-entry--has-sub-entries > .sx-navigation__entry-container .sx-navigation__entry-link:before, .fancybox-prev span:before, .fancybox-next span:before, .sx-icon:after, .sx-widget-slider__slider-nav-button-text:after, .sx-widget-accordion__item__header-title-link:after, .sx-lightbox .fancybox-close:after, .fancybox-prev span:after,
.fancybox-next span:after, [class*='sx-icon-']:before {
    display: inline-block;
    font-family: 'Glyphter';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sx-icon, .sx-widget-download-box__list-item:before, .sx-widget-call-to-action__data-link-text:before, .sx-widget-slider__slider-nav-button-text, .sx-widget-accordion__item__header-title-link, .sx-widget-checklist .sx-widget-checklist__text ul > li:before, .sx-lightbox .fancybox-close, .header .sx-navigation__list-entry--has-sub-entries > .sx-navigation__entry-container .sx-navigation__entry-link:before, .fancybox-prev span,
.fancybox-next span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

/* inputs */
.form-control,
.form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.form-control.no-border,
.form-control:focus.no-border {
    border-color: #fff !important;
}

input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: none;
}

.custom-control.custom-checkbox .custom-control-input:focus ~ .custom-control-indicator,
.custom-control.custom-radio .custom-control-input:focus ~ .custom-control-indicator {
    -webkit-box-shadow: none;
            box-shadow: none;
}

label.custom-control.custom-checkbox,
label.custom-control.custom-radio {
    cursor: pointer;
}

select, textarea {
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
}

/* header */
.header--sticky {
    display: block;
    min-width: 320px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

@media print {
    .header--sticky {
        position: static !important;
    }
}

@media (max-width: 768.98px) {
    .header__container > .container {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .header__container > .container {
        padding-right: 33px;
        padding-left: 33px;
    }
}

.header__mobile-button-container {
    display: block;
    float: right;
    margin: 5px 0;
}

@media (min-width: 992px) {
    .header__mobile-button-container {
        display: none;
    }
}

.header__navigation-toggle {
    background-color: transparent;
    border: none;
    padding: 0;
}

.header__navigation-toggle:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
}

@media print {
    .header__navigation-container {
        display: none;
    }
}

/* navbar toggler */
.navbar-toggler {
    position: relative;
    -webkit-align-self: auto;
        -ms-flex-item-align: auto;
            align-self: auto;
    vertical-align: middle;
}

.navbar-toggler:focus {
    outline: none;
}

.sx-navbar-toggle-icon {
    display: block;
    width: 1.125rem;
    height: 0.75rem;
    position: relative;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0s ease-in-out;
    transition: -webkit-transform 0s ease-in-out;
    -o-transition: -o-transform 0s ease-in-out;
    transition: transform 0s ease-in-out;
    transition: transform 0s ease-in-out, -webkit-transform 0s ease-in-out, -o-transform 0s ease-in-out;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
    padding: 0.12rem 0;
}

.sx-navbar-toggle-icon:before,
.sx-navbar-toggle-icon > span, .sx-navbar-toggle-icon:after {
    content: '';
    display: block;
    height: 0.12rem;
    background-color: #000;
    margin: 0;
    -webkit-transition: top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease,-webkit-transform 0.25s ease -0.05s;
    transition: top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease,-webkit-transform 0.25s ease -0.05s;
    -o-transition: top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease,-o-transform 0.25s ease -0.05s;
    transition: transform 0.25s ease -0.05s,top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease;
    transition: transform 0.25s ease -0.05s,top 0.2s ease 0.25s,opacity 0.1s linear 0.25s,background-color 0.5s ease,-webkit-transform 0.25s ease -0.05s,-o-transform 0.25s ease -0.05s;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
         -o-transform-origin: center;
            transform-origin: center;
    position: absolute;
    left: 0;
    right: 0;
}

.sx-navbar-toggle-icon:before {
    top: -0.06rem;
}

.sx-navbar-toggle-icon > span {
    top: 0.315rem;
}

.sx-navbar-toggle-icon:after {
    top: 0.69rem;
}

:not(.collapsed) > .sx-navbar-toggle-icon:before,
:not(.collapsed) > .sx-navbar-toggle-icon > span, :not(.collapsed) > .sx-navbar-toggle-icon:after {
    -webkit-transition: top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-webkit-transform 0.25s ease 0.1s;
    transition: top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-webkit-transform 0.25s ease 0.1s;
    -o-transition: top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-o-transform 0.25s ease 0.1s;
    transition: transform 0.25s ease 0.1s,top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s;
    transition: transform 0.25s ease 0.1s,top 0.2s ease 0s,opacity 0.1s linear 0s,background-color 0.4s ease 0s,-webkit-transform 0.25s ease 0.1s,-o-transform 0.25s ease 0.1s;
}

:not(.collapsed) > .sx-navbar-toggle-icon:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 0.315rem;
}

:not(.collapsed) > .sx-navbar-toggle-icon > span {
    opacity: 0;
}

:not(.collapsed) > .sx-navbar-toggle-icon:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 0.315rem;
}

/* navigation */
.sx-navigation__list-entry {
    display: inline-block;
    position: relative;
}

.sx-navigation__entry-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    /*@include media-breakpoint-up($mobile-navbar-breakpoint) {
            //display: block;
        }*/
}

.sx-navigation__subnavi-indicator {
    display: block;
    min-width: 30px;
    text-align: center;
    cursor: pointer;
}

@media (min-width: 992px) {
    .sx-navigation__subnavi-indicator {
        padding-right: 1rem !important;
    }
    .sx-navigation__subnavi-indicator, .sx-navigation__subnavi-indicator.sx-button--icon-button {
        display: none;
    }
}

.sx-navigation__subnavi-indicator:after {
    font-size: 16px;
}

@media (min-width: 992px) {
    .sx-navigation__subnavi-indicator:after {
        content: "\f104";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }
}

@media (min-width: 992px) {
    .sx-navigation__sub-navigation {
        display: block;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        z-index: -1;
        position: absolute;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background-color: #fff;
        top: 92%;
        min-width: 235px;
        left: 6px;
        -webkit-box-shadow: 0 3px 6px #14131329;
                box-shadow: 0 3px 6px #14131329;
    }
    .sx-navigation__sub-navigation .sx-navigation__list {
        display: block;
    }
    .sx-navigation__sub-navigation .sx-navigation__list-entry {
        position: relative;
        display: block;
    }
    .sx-navigation__sub-navigation .sx-navigation__list-entry > .sx-navigation__sub-navigation {
        top: 0;
        left: 101%;
        left: calc(100% + 1px);
    }
    .sx-navigation__sub-navigation .sx-navigation__subnavi-indicator {
        display: block;
    }
    .sx-navigation__list-entry > .sx-navigation__sub-navigation > .sx-navigation__list {
        display: none;
    }
    .sx-navigation__list-entry:not(.sx-mobile-navi-touch-helper):hover > .sx-navigation__sub-navigation {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        z-index: auto;
    }
    .sx-navigation__list-entry:not(.sx-mobile-navi-touch-helper):hover > .sx-navigation__sub-navigation > .sx-navigation__list {
        display: block;
    }
    .sx-navigation__list-entry.sx-mobile-navi-touch-helper.hover > .sx-navigation__sub-navigation {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
        z-index: auto;
    }
    .sx-navigation__list-entry.sx-mobile-navi-touch-helper.hover > .sx-navigation__sub-navigation > .sx-navigation__list {
        display: block;
    }
}

/* standard navigation */
.sx-navigation--standard {
    width: 100%;
}

@media (min-width: 992px) {
    .sx-navigation--standard {
        width: auto;
    }
}

.sx-navigation--standard .nav {
    display: block;
}

@media (min-width: 992px) {
    .sx-navigation--standard .nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.sx-navigation--standard .sx-navigation__list-entry {
    display: block;
}

.sx-navigation--standard .sx-navigation__list-entry .sx-navigation__sub-navigation .sx-navigation__list-entry {
    width: 100%;
}

.sx-navigation--standard .sx-navigation__entry-link {
    display: block;
    width: 100%;
}

.sx-navigation--standard .sx-navigation__subnavi-indicator.collapsed:after {
    content: "\f067";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.sx-navigation--standard .sx-navigation__subnavi-indicator:after {
    content: "\f068";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

@media (min-width: 992px) {
    .sx-navigation--standard .sx-navigation__subnavi-indicator:after, .sx-navigation--standard .sx-navigation__subnavi-indicator.collapsed:after {
        content: "\f105";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
    }
}

/* slide navigation */
/* breadcrumb */
.breadcrumb-container {
    position: relative;
}

.breadcrumb {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    white-space: nowrap;
}

.breadcrumb-item {
    display: inline-block;
}

.breadcrumb::-webkit-scrollbar {
    display: none;
}

.breadcrumb:after {
    position: absolute;
    content: '';
    width: 2.857em;
    height: 100%;
    top: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(hsla(0,0%,100%,0)), to(#fff));
    background: -o-linear-gradient(left, hsla(0,0%,100%,0) 0%, #fff 100%);
    background: linear-gradient(to right, hsla(0,0%,100%,0) 0%, #fff 100%);
}

/* footer */
/* maps */
.sx-slider {
    position: relative;
}

.sx-slider .sx-slide:first-of-type {
    display: block;
}

/* maps */
.google-map {
    min-height: 350px;
    padding-top: 54%;
}

/* upload */
.sx-simple-upload__file-input {
    display: none;
}

.sx-simple-upload__remove-button {
    display: none;
    cursor: pointer;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    -webkit-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
}

.sx-simple-upload__remove-button:hover, .sx-simple-upload__remove-button:not([href]):not([tabindex]):hover {
    color: #e63023;
}

.sx-simple-upload__file-label {
    display: none;
}

.sx-simple-upload__browse-button {
    display: inline-block;
}

.sx-simple-upload--file-selected .sx-simple-upload__remove-button {
    display: inline-block;
}

.sx-simple-upload--file-selected .sx-simple-upload__file-label {
    display: inline-block;
}

.sx-simple-upload--file-selected .sx-simple-upload__browse-button, .sx-simple-upload--file-selected .sx-simple-upload__browse-button:active, .sx-simple-upload--file-selected .sx-simple-upload__browse-button:focus, .sx-simple-upload--file-selected .sx-simple-upload__browse-button:hover {
    display: none;
}

/* cookie */
/* simple cookie banner */
.cookie-simple {
    background-color: #fff;
    color: #141313;
    -webkit-transition: background-color 0.5s ease 0s,opacity 0.4s;
    -o-transition: background-color 0.5s ease 0s,opacity 0.4s;
    transition: background-color 0.5s ease 0s,opacity 0.4s;
    position: fixed;
    bottom: 40px;
    padding: 20px;
    font-size: 0.875rem;
    width: 240px;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
         -o-transform: translateX(50%);
            transform: translateX(50%);
    -webkit-box-shadow: 0 3px 6px #00000029;
            box-shadow: 0 3px 6px #00000029;
    border-radius: 10px;
    z-index: 500000;
    opacity: 0;
}

@media (min-width: 992px) {
    .cookie-simple {
        right: 55px;
        -webkit-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
    }
}

.cookie-simple.show, .cookie-simple--show {
    opacity: 1;
}

.cookie-simple__wrapper {
    padding: 0;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
}

.cookie-simple__more-link {
    text-decoration: none;
}

.cookie-simple__more-link:hover {
    text-decoration: underline;
}

.cookie-simple__agree-button {
    margin-top: 20px;
}

/* cookie configurator */
.cookie-configurator,
.cookie-configurator__banner,
.cookie-configurator__cta {
    position: fixed;
    background-color: #f5f5f5;
    z-index: 6000;
    color: #000;
}

.no-scroll {
    overflow: hidden;
}

/* Cookie Configurator */
.cookie-configurator {
    bottom: 0;
    right: 0;
    left: 0;
    top: auto;
    margin-bottom: -100vh;
    height: 100vh;
    -webkit-transition: margin-left .5s,margin-bottom .5s,opacity 0s .5s;
    -o-transition: margin-left .5s,margin-bottom .5s,opacity 0s .5s;
    transition: margin-left .5s,margin-bottom .5s,opacity 0s .5s;
    padding: 30px 20px;
    overflow-y: auto;
    opacity: 0;
    /* drilldown custom cookie config style */
}

.cookie-configurator__closer-overlay {
    z-index: 5990;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.4;
}

.cookie-configurator__closer-overlay:hover {
    cursor: pointer;
}

.cookie-configurator__content {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #707070;
}

.cookie-configurator__content-title, .cookie-configurator__content-description {
    display: block;
}

.cookie-configurator__content-description {
    margin-bottom: 0;
}

.cookie-configurator.show {
    margin-left: 0;
    margin-bottom: 0;
    opacity: 1;
    -webkit-transition: opacity 0s,margin-left .5s,margin-bottom .5s;
    -o-transition: opacity 0s,margin-left .5s,margin-bottom .5s;
    transition: opacity 0s,margin-left .5s,margin-bottom .5s;
}

.cookie-configurator__configurator {
    margin-bottom: 17px;
}

.cookie-configurator__option {
    font-weight: bold;
}

.cookie-configurator__option .custom-control-label {
    cursor: pointer;
}

.cookie-configurator__option .custom-control-input:disabled ~ .custom-control-label {
    color: #a2a2a2;
}

.cookie-configurator .drilldown .drilldown-navigator-back {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12px;
}

.cookie-configurator .drilldown .drilldown-navigator-back__title {
    margin-bottom: 0;
    margin-left: 12px;
}

.cookie-configurator .drilldown .drilldown-item__toggler {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.cookie-configurator .drilldown .drilldown-item-icon {
    font-size: 0.75rem;
    display: block;
    padding: 4px 0 0;
}

.cookie-configurator .drilldown .drilldown-item-icon.sx-icon, .cookie-configurator .drilldown .drilldown-item-icon.sx-widget-download-box__list-item:before, .cookie-configurator .drilldown .drilldown-item-icon.sx-widget-call-to-action__data-link-text:before, .cookie-configurator .drilldown .drilldown-item-icon.sx-widget-slider__slider-nav-button-text, .cookie-configurator .drilldown .drilldown-item-icon.sx-widget-accordion__item__header-title-link, .cookie-configurator .drilldown .sx-widget-checklist .sx-widget-checklist__text ul > li.drilldown-item-icon:before, .sx-widget-checklist .sx-widget-checklist__text .cookie-configurator .drilldown ul > li.drilldown-item-icon:before, .cookie-configurator .drilldown .sx-lightbox .drilldown-item-icon.fancybox-close, .sx-lightbox .cookie-configurator .drilldown .drilldown-item-icon.fancybox-close, .cookie-configurator .drilldown .header .sx-navigation__list-entry--has-sub-entries > .sx-navigation__entry-container .drilldown-item-icon.sx-navigation__entry-link:before, .header .sx-navigation__list-entry--has-sub-entries > .sx-navigation__entry-container .cookie-configurator .drilldown .drilldown-item-icon.sx-navigation__entry-link:before, .cookie-configurator .drilldown .fancybox-prev span.drilldown-item-icon, .fancybox-prev .cookie-configurator .drilldown span.drilldown-item-icon,
.cookie-configurator .drilldown .fancybox-next span.drilldown-item-icon, .fancybox-next .cookie-configurator .drilldown span.drilldown-item-icon {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 20px;
}

.cookie-configurator .drilldown .drilldown-item-icon.sx-icon.icon-info, .cookie-configurator .drilldown .drilldown-item-icon.icon-info.sx-widget-download-box__list-item:before, .cookie-configurator .drilldown .drilldown-item-icon.sx-widget-download-box__list-item.sx-icon--info:before, .cookie-configurator .drilldown .drilldown-item-icon.icon-info.sx-widget-call-to-action__data-link-text:before, .cookie-configurator .drilldown .drilldown-item-icon.sx-widget-call-to-action__data-link-text.sx-icon--info:before, .cookie-configurator .drilldown .drilldown-item-icon.icon-info.sx-widget-slider__slider-nav-button-text, .cookie-configurator .drilldown .drilldown-item-icon.sx-widget-slider__slider-nav-button-text.sx-icon--info, .cookie-configurator .drilldown .drilldown-item-icon.icon-info.sx-widget-accordion__item__header-title-link, .cookie-configurator .drilldown .drilldown-item-icon.sx-widget-accordion__item__header-title-link.sx-icon--info, .cookie-configurator .drilldown .sx-widget-checklist .sx-widget-checklist__text ul > li.drilldown-item-icon.icon-info:before, .sx-widget-checklist .sx-widget-checklist__text .cookie-configurator .drilldown ul > li.drilldown-item-icon.icon-info:before, .cookie-configurator .drilldown .sx-widget-checklist .sx-widget-checklist__text ul > li.drilldown-item-icon.sx-icon--info:before, .sx-widget-checklist .sx-widget-checklist__text .cookie-configurator .drilldown ul > li.drilldown-item-icon.sx-icon--info:before, .cookie-configurator .drilldown .drilldown-item-icon.sx-icon.sx-icon--info, .cookie-configurator .drilldown .sx-lightbox .drilldown-item-icon.sx-icon--info.fancybox-close, .sx-lightbox .cookie-configurator .drilldown .drilldown-item-icon.sx-icon--info.fancybox-close, .cookie-configurator .drilldown .header .sx-navigation__list-entry--has-sub-entries > .sx-navigation__entry-container .drilldown-item-icon.sx-icon--info.sx-navigation__entry-link:before, .header .sx-navigation__list-entry--has-sub-entries > .sx-navigation__entry-container .cookie-configurator .drilldown .drilldown-item-icon.sx-icon--info.sx-navigation__entry-link:before, .cookie-configurator .drilldown .fancybox-prev span.drilldown-item-icon.sx-icon--info, .fancybox-prev .cookie-configurator .drilldown span.drilldown-item-icon.sx-icon--info,
.cookie-configurator .drilldown .fancybox-next span.drilldown-item-icon.sx-icon--info, .fancybox-next .cookie-configurator .drilldown span.drilldown-item-icon.sx-icon--info, .cookie-configurator .drilldown .sx-lightbox .drilldown-item-icon.icon-info.fancybox-close, .sx-lightbox .cookie-configurator .drilldown .drilldown-item-icon.icon-info.fancybox-close, .cookie-configurator .drilldown .header .sx-navigation__list-entry--has-sub-entries > .sx-navigation__entry-container .drilldown-item-icon.icon-info.sx-navigation__entry-link:before, .header .sx-navigation__list-entry--has-sub-entries > .sx-navigation__entry-container .cookie-configurator .drilldown .drilldown-item-icon.icon-info.sx-navigation__entry-link:before, .cookie-configurator .drilldown .fancybox-prev span.drilldown-item-icon.icon-info, .fancybox-prev .cookie-configurator .drilldown span.drilldown-item-icon.icon-info,
.cookie-configurator .drilldown .fancybox-next span.drilldown-item-icon.icon-info, .fancybox-next .cookie-configurator .drilldown span.drilldown-item-icon.icon-info {
    font-size: 1.25rem;
    width: 30px;
}

.cookie-configurator .drilldown .drilldown-root-level > ul li .cookie-configurator__option {
    font-size: 1.125rem;
}

.cookie-configurator .drilldown .drilldown-root-level > ul li .drilldown-item__toggler {
    margin-bottom: 12px;
}

.cookie-configurator .drilldown .drilldown-root-level > ul li ul .cookie-configurator__option {
    font-size: 0.875rem;
}

.cookie-configurator .drilldown .drilldown-root-level > ul li ul .drilldown-item__toggler {
    margin-bottom: 0;
}

@media (min-width: 769px) {
    .cookie-configurator {
        margin-bottom: 0;
        margin-left: -360px;
        width: 360px;
    }
}

/* Cookie Configurator Banner */
.cookie-configurator__banner {
    bottom: -100%;
    left: 0;
    right: 0;
    -webkit-transition: bottom 2s;
    -o-transition: bottom 2s;
    transition: bottom 2s;
    padding: 30px 20px;
}

.cookie-configurator__banner__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.cookie-configurator__banner__content {
    display: block;
}

.cookie-configurator__banner__content__text, .cookie-configurator__banner__content__icon {
    display: block;
}

.cookie-configurator__banner__content__text {
    margin-bottom: 25px;
}

.cookie-configurator__banner__content__icon {
    font-size: 2rem;
    margin-bottom: 22px;
}

.cookie-configurator__banner__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.cookie-configurator__banner__buttons__item {
    margin: 0 8px;
}

.cookie-configurator__banner__buttons__item:first-of-type {
    margin-left: 0;
}

.cookie-configurator__banner__buttons__item:last-of-type {
    margin-right: 0;
}

@media (min-width: 992px) {
    .cookie-configurator__banner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 30px 80px 30px 30px;
    }
    .cookie-configurator__banner__content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: 5%;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .cookie-configurator__banner__content__icon {
        margin-right: 27px;
        margin-bottom: 0;
    }
    .cookie-configurator__banner__content__text {
        margin-bottom: 0;
    }
    .cookie-configurator__banner__buttons {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .cookie-configurator__banner__buttons__item {
        margin: 0 11px;
    }
}

.cookie-configurator__banner.show {
    bottom: 0;
}

/* Cookie Configurator CTA */
.cookie-configurator__cta {
    left: -108px;
    bottom: 10px;
    width: 54px;
    height: 54px;
    border-radius: 27px;
    font-size: 2rem;
    -webkit-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s;
}

.cookie-configurator__cta:hover {
    cursor: pointer;
}

.cookie-configurator__cta__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.cookie-configurator__cta.show {
    left: 10px;
    -webkit-transition: left 1s 0.5s;
    -o-transition: left 1s 0.5s;
    transition: left 1s 0.5s;
}

@media (min-width: 769px) {
    .cookie-configurator__cta {
        bottom: 20px;
    }
    .cookie-configurator__cta.show {
        left: 20px;
    }
}

/* drilldown */
.drilldown-container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: min-height 0.3s ease;
    -o-transition: min-height 0.3s ease;
    transition: min-height 0.3s ease;
}

.drilldown-container .drilldown {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
         -o-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease, -o-transform 0.4s ease;
    will-change: transform;
}

.drilldown-container .drilldown-navigator,
.drilldown-container .drilldown-navigator-back {
    cursor: pointer;
}

.drilldown-container .drilldown-level {
    position: absolute;
    visibility: hidden;
    left: 100%;
    top: 0;
    width: 100%;
    will-change: visibility;
    padding: 0;
    -webkit-transition: visibility 0.3s ease 0.4s;
    -o-transition: visibility 0.3s ease 0.4s;
    transition: visibility 0.3s ease 0.4s;
}

.drilldown-container .drilldown-level.drilldown-root-level {
    left: 0;
    position: relative;
    visibility: visible;
}

.drilldown-container .drilldown-level.active {
    visibility: visible;
    -webkit-transition: visibility 0.3s ease;
    -o-transition: visibility 0.3s ease;
    transition: visibility 0.3s ease;
}

/* password show */
.password-show {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.password-show [data-password-show="true"] {
    padding-right: 45px;
}

.password-show [data-password-show="true"] ~ a {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
         -o-transform: translate(0, -50%);
            transform: translate(0, -50%);
}

/* wysiwyg editor style */
.sx-wysiwyg-style a, .sx-widget-textarea a, .sx-widget-content__text a, .sx-widget-horizontal-text-image__text a, .sx-widget-vertical-text-image__text a, .sx-widget-accordion__item__content-body-text a, .sx-widget-collapse-text__text a {
    text-decoration: underline;
}

.sx-wysiwyg-style a:hover, .sx-widget-textarea a:hover, .sx-widget-content__text a:hover, .sx-widget-horizontal-text-image__text a:hover, .sx-widget-vertical-text-image__text a:hover, .sx-widget-accordion__item__content-body-text a:hover, .sx-widget-collapse-text__text a:hover {
    text-decoration: none;
}

.sx-wysiwyg-style ul, .sx-widget-textarea ul, .sx-widget-content__text ul, .sx-widget-horizontal-text-image__text ul, .sx-widget-vertical-text-image__text ul, .sx-widget-accordion__item__content-body-text ul, .sx-widget-collapse-text__text ul {
    padding-left: 0;
}

.sx-wysiwyg-style ul > li, .sx-widget-textarea ul > li, .sx-widget-content__text ul > li, .sx-widget-horizontal-text-image__text ul > li, .sx-widget-vertical-text-image__text ul > li, .sx-widget-accordion__item__content-body-text ul > li, .sx-widget-collapse-text__text ul > li {
    list-style: none;
    padding-bottom: 4px;
    padding-left: 30px;
    font-weight: 600;
    position: relative;
}

.sx-wysiwyg-style ul > li:before, .sx-widget-textarea ul > li:before, .sx-widget-content__text ul > li:before, .sx-widget-horizontal-text-image__text ul > li:before, .sx-widget-vertical-text-image__text ul > li:before, .sx-widget-accordion__item__content-body-text ul > li:before, .sx-widget-collapse-text__text ul > li:before {
    content: "-";
    left: 0;
    top: -7px;
    font-size: 30px;
    position: absolute;
    z-index: 10;
    font-weight: normal;
}

/* lightbox */
.sx-lightbox .fancybox-skin {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    background: none;
}

.sx-lightbox .fancybox-close {
    background-image: none;
    top: -36px;
    right: 15px;
}

@media (min-width: 992px) {
    .sx-lightbox .fancybox-close {
        right: -36px;
    }
}

.sx-lightbox .fancybox-close:hover {
    text-decoration: none;
}

.sx-lightbox .fancybox-close:before {
    color: #000;
    font-size: 36px;
}

.fancybox-overlay {
    background: none;
    background-color: #fff;
}

/* social-links */
.sharebuttons .social-share-links {
    font-size: 1.813rem;
}

.sharebuttons .social-share-links i:before, .sharebuttons .social-share-links i:after {
    color: #898989;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sharebuttons .social-share-links a:hover i:before, .sharebuttons .social-share-links a:hover i:after {
    color: #141313;
}

.follow-us .social-follow-us {
    font-size: 1.813rem;
}

.follow-us .social-follow-us i:before, .follow-us .social-follow-us i:after {
    color: #898989;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.follow-us .social-follow-us a:hover i:before, .follow-us .social-follow-us a:hover i:after {
    color: #141313;
}

/* grid */
.container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 769px) {
    .container {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 992px) {
    .container {
        width: 100%;
        padding-right: 33px;
        padding-left: 33px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 1300px) {
    .container {
        width: 100%;
        padding-right: 33px;
        padding-left: 33px;
        margin-right: auto;
        margin-left: auto;
    }
}

.row, .sx-widget-download-box__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

@media (min-width: 576px) {
    .row, .sx-widget-download-box__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 769px) {
    .row, .sx-widget-download-box__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-right: -10px;
        margin-left: -10px;
    }
}

@media (min-width: 992px) {
    .row, .sx-widget-download-box__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-right: -33px;
        margin-left: -33px;
    }
}

@media (min-width: 1300px) {
    .row, .sx-widget-download-box__list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        margin-right: -33px;
        margin-left: -33px;
    }
}

.row > .col, .sx-widget-download-box__list > .col, .row > .sx-widget-download-box__list-item, .sx-widget-download-box__list > .sx-widget-download-box__list-item,
.row > [class*='col-'],
.sx-widget-download-box__list > [class*='col-'] {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 576px) {
    .row > .col, .sx-widget-download-box__list > .col, .row > .sx-widget-download-box__list-item, .sx-widget-download-box__list > .sx-widget-download-box__list-item,
    .row > [class*='col-'],
    .sx-widget-download-box__list > [class*='col-'] {
        position: relative;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 769px) {
    .row > .col, .sx-widget-download-box__list > .col, .row > .sx-widget-download-box__list-item, .sx-widget-download-box__list > .sx-widget-download-box__list-item,
    .row > [class*='col-'],
    .sx-widget-download-box__list > [class*='col-'] {
        position: relative;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media (min-width: 992px) {
    .row > .col, .sx-widget-download-box__list > .col, .row > .sx-widget-download-box__list-item, .sx-widget-download-box__list > .sx-widget-download-box__list-item,
    .row > [class*='col-'],
    .sx-widget-download-box__list > [class*='col-'] {
        position: relative;
        width: 100%;
        padding-right: 33px;
        padding-left: 33px;
    }
}

@media (min-width: 1300px) {
    .row > .col, .sx-widget-download-box__list > .col, .row > .sx-widget-download-box__list-item, .sx-widget-download-box__list > .sx-widget-download-box__list-item,
    .row > [class*='col-'],
    .sx-widget-download-box__list > [class*='col-'] {
        position: relative;
        width: 100%;
        padding-right: 33px;
        padding-left: 33px;
    }
}

/* headings */
h1, .h1 {
    margin-bottom: 30px;
}

h2, .h2, .sx-widget-call-to-action__title {
    margin-bottom: 25px;
}

h3, .h3 {
    margin-bottom: 25px;
}

h4, .h4 {
    margin-bottom: 15px;
}

h5, .h5 {
    margin-bottom: 15px;
}

h6, .h6 {
    margin-bottom: 15px;
}

/* sub-navigation */
.sub-navigation {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

@media (min-width: 992px) {
    .sub-navigation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.sub-navigation .nav-item {
    position: relative;
}

.sub-navigation .nav-item .nav-link {
    color: #141313;
}

.sub-navigation .nav-item .nav-link:hover, .sub-navigation .nav-item .nav-link.active {
    color: #e63023;
}

.sub-navigation__dropdown__button {
    display: block;
    background-color: transparent;
    border: none;
    padding: 0;
}

.sub-navigation__dropdown-menu .nav-item .nav-link:hover, .sub-navigation__dropdown-menu .nav-item .nav-link.active {
    color: #e63023;
}

.sub-navigation__dropdown-menu .nav-item:after {
    display: none;
}

.sx-toggler-icon {
    width: 26px;
    height: 17px;
    position: relative;
    display: block;
}

.sx-toggler-icon > span {
    position: absolute;
    left: 0;
    top: 8px;
    height: 2px;
    width: 26px;
    background-color: #141313;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.sx-toggler-icon > span:after, .sx-toggler-icon > span:before {
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    background-color: #141313;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sx-toggler-icon > span:after {
    top: -7px;
    width: 26px;
}

.sx-toggler-icon > span:before {
    top: 7px;
    width: 26px;
}

.sx-toggler-icon:hover > span {
    width: 26px;
}

.sx-toggler-icon:hover > span:after, .sx-toggler-icon:hover > span:before {
    width: 26px;
}

.show .sx-toggler-icon > span {
    background-color: transparent;
}

.show .sx-toggler-icon > span:after, .show .sx-toggler-icon > span:before {
    width: 26px;
}

.show .sx-toggler-icon > span:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    top: -1px;
}

.show .sx-toggler-icon > span:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: -1px;
}

/* general */
/* helper */
.h1 a, h1 a, .h2 a, .sx-widget-call-to-action__title a, h2 a,
.h3 a, h3 a,
.h4 a, h4 a,
.h5 a, h5 a,
.h6 a, h6 a {
    text-decoration: none;
    color: inherit;
}

.h1 a:hover, h1 a:hover,
.h2 a:hover,
.sx-widget-call-to-action__title a:hover, h2 a:hover,
.h3 a:hover, h3 a:hover,
.h4 a:hover, h4 a:hover,
.h5 a:hover, h5 a:hover,
.h6 a:hover, h6 a:hover {
    color: inherit;
    text-decoration: none;
}

/* gray box wrapper */
.gray-box {
    background-color: rgba(129,178,184,.2);
    padding: 50px 25px;
}

@media (min-width: 992px) {
    .gray-box {
        padding: 90px 75px;
    }
}

/* button */
/* buttons */
.sx-button, .sx-widget-content__button, .sx-widget-horizontal-text-image__button, .sx-widget-vertical-text-image__button, .sx-widget-call-to-action__data-link, .sx-widget-page-call-to-action__button, .sx-widget-button__button, .sx-widget-accordion__item__content-body-link__button, .sx-widget-collapse-text__link, .sx-widget-references__slider__item-button, .sx-widget-checklist__button {
    text-transform: uppercase;
    text-decoration: none;
}

.sx-button--smaller, .sx-widget-button__button--smaller {
    text-transform: unset;
}

.sx-button--icon span, .sx-widget-page-call-to-action__button span {
    position: relative;
    padding-left: 35px;
}

.sx-button--icon span:before, .sx-widget-page-call-to-action__button span:before {
    position: absolute;
    left: 0;
    top: 3px;
}

@media (min-width: 576px) {
    .sx-button--icon span, .sx-widget-page-call-to-action__button span {
        margin: 0 15px;
    }
}

.sx-button--smaller.sx-button--icon span, .sx-button--smaller.sx-widget-page-call-to-action__button span, .sx-widget-page-call-to-action__button.sx-widget-button__button--smaller span, .sx-button--icon.sx-widget-button__button--smaller span {
    padding-left: 25px;
    margin: 0;
}

.sx-button--smaller.sx-button--icon span:before, .sx-button--smaller.sx-widget-page-call-to-action__button span:before, .sx-widget-page-call-to-action__button.sx-widget-button__button--smaller span:before, .sx-button--icon.sx-widget-button__button--smaller span:before {
    top: 3px;
}

/* header */
.header {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px #14131329;
            box-shadow: 0 3px 6px #14131329;
    min-height: 65px;
}

.header__container {
    padding: 12px 0;
    -webkit-transition: padding 0.4s;
    -o-transition: padding 0.4s;
    transition: padding 0.4s;
}

.header--fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.header .sx-navigation {
    padding-top: 14px;
    padding-bottom: 20px;
}

.header .sx-navigation__entry-link {
    padding: 5px 0;
    font-size: 1.25rem;
    color: #141313;
}

.header .sx-navigation__entry-link:hover, .header .sx-navigation__entry-link--active {
    color: #e63023;
}

.header .sx-navigation__list {
    font-weight: 600;
}

.header .sx-navigation__list .sx-button--icon-button:focus {
    color: #141313;
}

.header .sx-navigation__list-entry--has-sub-entries > .sx-navigation__entry-container .sx-navigation__entry-link:before {
    position: absolute;
    right: 5px;
    top: 28px;
    font-size: 0.813rem;
    display: none;
}

.header .sx-navigation__list .sx-navigation__list--sub-list {
    padding: 5px 0 12px;
}

.header .sx-navigation__list .sx-navigation__list--sub-list .sx-navigation__entry-link {
    padding: 5px 20px;
    font-weight: normal;
    font-size: 1rem;
}

.header .desktop-logo {
    max-width: 142px;
}

@media (min-width: 992px) {
    .header__container {
        padding: 20px 0;
    }
    .header .desktop-logo {
        max-width: 271px;
    }
    .header.shrink .header__container {
        padding: 20px 0;
    }
    .header .sx-navigation {
        padding-top: 0;
        padding-bottom: 0;
    }
    .header .sx-navigation__entry-link {
        padding: 18px 15px 20px;
        font-size: 1rem;
    }
    .header .sx-navigation__list-entry:last-of-type .sx-navigation__entry-link {
        padding-right: 0;
    }
    .header .sx-navigation__list-entry--has-sub-entries > .sx-navigation__entry-container .sx-navigation__entry-link:before {
        display: block;
        right: -3px;
        top: 26px;
        font-size: 0.688rem;
    }
    .header .sx-navigation__list .sx-navigation__list--sub-list {
        padding: 9px 0 14px;
    }
    .header .sx-navigation__list .sx-navigation__list--sub-list .sx-navigation__entry-link {
        padding: 8px 20px;
    }
}

@media (min-width: 1300px) {
    .header__container {
        padding: 38px 0 27px;
    }
}

@media (min-width: 1750px) {
    .header .sx-navigation__entry-link {
        padding: 18px 25px 20px;
        font-size: 1.25rem;
    }
    .header .sx-navigation__list-entry:last-of-type .sx-navigation__entry-link {
        padding-right: 25px;
    }
    .header .sx-navigation__list-entry--has-sub-entries > .sx-navigation__entry-container .sx-navigation__entry-link:before {
        right: 5px;
        top: 28px;
        font-size: 0.813rem;
    }
}

.outer-wrapper {
    padding-top: 65px;
}

@media (min-width: 992px) {
    .outer-wrapper {
        padding-top: 102px;
    }
}

@media (min-width: 1300px) {
    .outer-wrapper {
        padding-top: 144px;
    }
}

/* footer */
.main-footer {
    padding: 52px 0 70px;
    background-color: #7eafb5;
    color: #fff;
    font-weight: 600;
    font-size: 1.125rem;
}

.main-footer a {
    color: #fff;
}

.main-footer__section {
    margin-bottom: 45px;
}

.main-footer__section-title {
    font-size: 1.563rem;
    margin-bottom: 14px;
    display: block;
    font-weight: bold;
}

.main-footer__section-title--dark {
    color: #141313;
}

@media (min-width: 992px) {
    .main-footer__section-title {
        font-size: 1.875rem;
    }
}

@media (min-width: 769px) {
    .main-footer__section {
        margin-bottom: 50px;
    }
}

.main-footer__navigation {
    font-size: 0.938rem;
    font-weight: normal;
}

.main-footer__navigation .nav {
    display: block;
}

.main-footer__navigation__item__link {
    padding: 5px 0;
    display: inline-block;
    text-decoration: none;
}

.main-footer__navigation__item__link--active, .main-footer__navigation__item__link:hover {
    text-decoration: underline;
}

@media (min-width: 769px) {
    .main-footer__navigation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .main-footer__navigation .nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .main-footer__navigation__item__link {
        padding: 5px 12px;
    }
    .main-footer__navigation__item:last-of-type .main-footer__navigation__item__link {
        padding-right: 0;
    }
    .main-footer__navigation__item:first-of-type .main-footer__navigation__item__link {
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .main-footer {
        font-size: 1.25rem;
    }
}

@media (min-width: 769px) {
    .main-footer {
        padding: 54px 0 57px;
    }
}

/* form */
form .form-group {
    margin-bottom: 20px;
}

form .form-control,
form .custom-select,
form select.form-control:not([size]):not([multiple]) {
    font-size: 1.125rem;
    border-radius: 10px;
    font-weight: bold;
}

form .form-control:disabled,
form .custom-select:disabled,
form select.form-control:not([size]):not([multiple]):disabled {
    border-color: hsla(0,3%,8%,.5);
    color: hsla(0,3%,8%,.5);
}

form textarea.form-control {
    padding-bottom: 10px;
    padding-top: 10px;
    min-height: 270px;
    width: 100%;
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

form .custom-control {
    padding-left: 0;
    min-height: 40px;
}

form .custom-control .custom-control-label {
    padding-left: 50px;
    position: relative;
    display: inline-block;
    margin-top: 0;
}

form .custom-control .custom-control-input ~ .custom-control-label:hover {
    cursor: pointer;
}

form .custom-control .custom-control-input ~ .custom-control-label:before,
form .custom-control .custom-control-input:focus ~ .custom-control-label:before {
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
    width: 40px;
    height: 40px;
    left: 0;
    top: -6px;
    border-radius: 10px;
    border-color: #141313;
}

form .custom-control .custom-control-input:checked ~ .custom-control-label:before {
    -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
}

form .custom-control .custom-control-input:checked ~ .custom-control-label:after {
    left: 0;
    width: 40px;
    height: 40px;
    top: -6px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
    background-size: 25px;
}

form .custom-control .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #e63023;
    border-color: #e63023;
}

form .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #fff;
    background-image: none !important;
    left: 10px;
    width: 20px;
    height: 20px;
    top: 4px;
}

form .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #e63023;
    border-color: #e63023;
}

form .custom-control.custom-radio .custom-control-input ~ .custom-control-label:after, form .custom-control.custom-radio .custom-control-input ~ .custom-control-label:before {
    border-radius: 50%;
}

form .sx-validation {
    display: none;
}

@media (min-width: 992px) {
    form .form-control,
    form .custom-select,
    form select.form-control:not([size]):not([multiple]) {
        font-size: 1.375rem;
        height: 70px;
    }
    form .custom-control {
        min-height: 40px;
    }
    form .custom-control .custom-control-label {
        padding-left: 55px;
    }
    form .custom-control .custom-control-input ~ .custom-control-label:before,
    form .custom-control .custom-control-input:focus ~ .custom-control-label:before {
        width: 40px;
        height: 40px;
        left: 0;
        top: -4px;
    }
    form .custom-control .custom-control-input:checked ~ .custom-control-label:after {
        left: 0;
        width: 40px;
        height: 40px;
        top: -4px;
        background-size: 25px;
    }
    form .custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
        left: 10px;
        width: 20px;
        height: 20px;
        top: 6px;
    }
}

/* slider */
.sx-slider .swiper-pagination-bullets {
    margin-top: 5px;
}

.sx-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 1;
    background-color: #141313;
    margin: 0 7px;
    border-radius: 4px;
}

.sx-slider .swiper-pagination-bullet-active {
    background-color: #141313;
}

.sx-slider .sx-slide {
    display: none;
}

.sx-slider .swiper-container-initialized .sx-slide {
    display: block;
}

.sx-slider .swiper-pagination-bullet-active-prev-prev,
.sx-slider .swiper-pagination-bullet-active-next-next {
    opacity: 0;
    pointer-events: none;
}

@media (min-width: 992px) {
    .sx-slider .swiper-pagination-bullets {
        margin-top: 60px;
    }
}

/* alerts */
.alert {
    font-weight: bold;
    color: #fff;
    font-size: 1.25rem;
    padding: 9px 20px;
}

.alert-danger {
    background-color: #e63023;
}

.alert-success {
    background-color: #7eafb5;
}

.alert-warning {
    background-color: #f5b76d;
}

.alert-info {
    background-color: #00add9;
}

/* emo */
/* default emo */
.emo {
    position: relative;
    overflow: hidden;
    margin-bottom: 80px;
}

.emo__content {
    color: #fff;
}

.emo__content .h1, .emo__content h1 {
    font-size: 2.375rem;
}

@media (min-width: 992px) {
    .emo__content {
        width: 40%;
    }
    .emo__content .h1, .emo__content h1 {
        font-size: 2.813rem;
    }
    .emo__content-wrapper {
        position: absolute;
        z-index: 30;
        left: 0;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
    }
}

@media (min-width: 1300px) {
    .emo__content .h1, .emo__content h1 {
        font-size: 3.75rem;
    }
}

.emo--overlay:after {
    content: '';
    left: -15%;
    top: 0;
    bottom: 0;
    right: auto;
    z-index: 20;
    background: -o-linear-gradient(17deg, #81b2b8 0%, #54878d 100%);
    background: linear-gradient(73deg, #81b2b8 0%, #54878d 100%);
    -webkit-transform: skew(-16deg);
        -ms-transform: skew(-16deg);
         -o-transform: skew(-16deg);
            transform: skew(-16deg);
    position: absolute;
    width: 59%;
    display: none;
}

.emo--overlay--red:after {
    background: #e63023;
}

.emo--overlay .emo__content-wrapper {
    background: -o-linear-gradient(17deg, #81b2b8 0%, #54878d 100%);
    background: linear-gradient(73deg, #81b2b8 0%, #54878d 100%);
    padding: 50px 0;
}

.emo--overlay--red .emo__content-wrapper {
    background: #e63023;
}

@media (min-width: 992px) {
    .emo--overlay:after {
        display: block;
    }
    .emo--overlay .emo__content-wrapper {
        background: transparent;
    }
}

.emo-spacer {
    margin-bottom: 45px;
}

.emo__image {
    background-color: transparent;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 220px;
    padding-top: 52%;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-animation: 1s ease 0.5s normal forwards 1 fadein;
         -o-animation: 1s ease 0.5s normal forwards 1 fadein;
            animation: 1s ease 0.5s normal forwards 1 fadein;
}

@media (min-width: 992px) {
    .emo__image {
        width: 61%;
        margin-left: 39%;
        min-height: 350px;
        padding-top: 31.53%;
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    0% {
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (min-width: 992px) {
    .emo {
        margin-bottom: 140px;
    }
    .emo-spacer {
        margin-bottom: 85px;
    }
}

body.loaded .emo__image {
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    -webkit-animation: unset;
         -o-animation: unset;
            animation: unset;
}

/* emo home */
.emo--home {
    background: -webkit-gradient(linear, left top, right top, from(#81b2b8), to(#54878d));
    background: -o-linear-gradient(left, #81b2b8 0%, #54878d 100%);
    background: linear-gradient(90deg, #81b2b8 0%, #54878d 100%);
    margin-bottom: 0;
    min-height: 0;
    padding-top: 50px;
    padding-bottom: 30px;
}

.emo--home .emo__image {
    padding-top: 0;
    width: 100%;
    margin: 0;
}

.emo--home .emo__content {
    width: 100%;
    margin-bottom: 20px;
}

.emo--home .emo__content .h1, .emo--home .emo__content h1 {
    font-size: 2.375rem;
}

@media (min-width: 992px) {
    .emo--home {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .emo--home .emo__content {
        margin-bottom: 0;
    }
    .emo--home .emo__content .h1, .emo--home .emo__content h1 {
        font-size: 2.813rem;
    }
}

@media (min-width: 1300px) {
    .emo--home .emo__content .h1, .emo--home .emo__content h1 {
        font-size: 3.75rem;
    }
}

/* mobile cta */
.mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -70px;
    background-color: #e63023;
    color: #fff;
    -webkit-transition: bottom 0.5s ease-out;
    -o-transition: bottom 0.5s ease-out;
    transition: bottom 0.5s ease-out;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 10px;
    font-size: 1rem;
    text-decoration: none;
    z-index: 100;
}

.mobile-cta .sx-icon, .mobile-cta .sx-widget-download-box__list-item:before, .mobile-cta .sx-widget-call-to-action__data-link-text:before, .mobile-cta .sx-widget-slider__slider-nav-button-text, .mobile-cta .sx-widget-accordion__item__header-title-link, .mobile-cta .sx-widget-checklist .sx-widget-checklist__text ul > li:before, .sx-widget-checklist .sx-widget-checklist__text .mobile-cta ul > li:before, .mobile-cta .sx-lightbox .fancybox-close, .sx-lightbox .mobile-cta .fancybox-close, .mobile-cta .header .sx-navigation__list-entry--has-sub-entries > .sx-navigation__entry-container .sx-navigation__entry-link:before, .header .sx-navigation__list-entry--has-sub-entries > .sx-navigation__entry-container .mobile-cta .sx-navigation__entry-link:before, .mobile-cta .fancybox-prev span, .fancybox-prev .mobile-cta span,
.mobile-cta .fancybox-next span, .fancybox-next .mobile-cta span {
    margin-right: 9px;
    font-size: 1.063rem;
    display: block;
    line-height: 1;
}

.mobile-cta:hover {
    color: #fff;
}

.mobile-cta.show {
    bottom: 0;
    -webkit-transition: bottom 0.5s ease-in;
    -o-transition: bottom 0.5s ease-in;
    transition: bottom 0.5s ease-in;
}

@media (min-width: 576px) {
    .mobile-cta {
        display: none;
    }
}

/* lightbox */
.sx-lightbox .fancybox-close {
    right: -10px;
    top: -10px;
    text-decoration: none;
    width: auto;
    height: auto;
    padding: 10px;
    background-color: hsla(0,0%,100%,.5);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.sx-lightbox .fancybox-close:hover {
    background-color: #fff;
}

.sx-lightbox .fancybox-close:hover:before {
    color: #e63023;
}

.fancybox-nav span {
    width: 39px;
    height: 52px;
}

.fancybox-prev span,
.fancybox-next span {
    background-image: none;
    font-size: 2.625rem;
}

.fancybox-prev span:hover,
.fancybox-next span:hover {
    color: #e63023;
}

/* reference */
.reference__wrapper {
    margin-bottom: 40px;
}

.reference__filter {
    position: relative;
}

.reference__filter__list {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    white-space: nowrap;
}

.reference__filter__list::-webkit-scrollbar {
    display: none;
}

.reference__filter__list:after {
    position: absolute;
    content: '';
    width: 2.857em;
    height: 100%;
    top: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(hsla(0,0%,100%,0)), to(#fff));
    background: -o-linear-gradient(left, hsla(0,0%,100%,0) 0%, #fff 100%);
    background: linear-gradient(to right, hsla(0,0%,100%,0) 0%, #fff 100%);
}

.reference__filter__list__item-link {
    padding: 0 30px;
    color: #141313;
}

.reference__filter__list__item-link--active, .reference__filter__list__item-link:hover {
    color: #e63023;
    text-decoration: underline;
}

.reference__filter__list__item:first-of-type .reference__filter__list__item-link {
    padding-left: 0;
}

.reference__list__item {
    margin-bottom: 30px;
}

.reference__list__item__image-wrapper {
    margin-bottom: 35px;
}

@media (min-width: 992px) {
    .reference__wrapper {
        margin-bottom: 50px;
    }
    .reference__filter__list {
        margin-bottom: 100px;
    }
}

/* solution */
.solution-wrapper {
    background-color: #f2f7f8;
    padding: 85px 0 150px;
    margin-bottom: 200px;
}

.solution__list__item {
    margin-bottom: 8px;
}

.solution__list__item-link {
    color: #141313;
    font-weight: bold;
    position: relative;
    padding-left: 52px;
    text-decoration: none;
    min-height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.solution__list__item-link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: transparent;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.solution__list__item-link__icon {
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.solution__list__item-link__icon-image {
    width: 40px;
    height: 40px;
}

.solution__list__item-link__icon-image--active {
    position: absolute;
    left: 0;
    opacity: 0;
}

.solution__list__item-link:hover {
    color: #e63023;
}

.solution__list__item-link:hover .solution__list__item-link__icon-image {
    opacity: 1;
}

.solution__image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.solution__image-wrapper {
    position: relative;
}

@media (min-width: 992px) {
    .solution-wrapper {
        margin-bottom: 285px;
        padding: 150px 0;
    }
    .solution__image {
        top: -95px;
    }
    .solution__list__item {
        margin-bottom: 8px;
    }
    .solution__list__item-link {
        padding-left: 85px;
        min-height: 60px;
    }
    .solution__list__item-link:before {
        width: 60px;
        height: 60px;
    }
    .solution__list__item-link__icon-image {
        width: 60px;
        height: 60px;
    }
}

/* termin */
.termin-form__step {
    margin-bottom: 65px;
}

.termin-form__multi-checkbox {
    margin-bottom: 15px;
}

.termin-form__multi-checkbox .custom-control-label {
    font-weight: bold;
}

.termin-form__multi-checkbox__wrapper {
    margin-top: 7px;
}

/* social media */
.sharebuttons ul.social-share-links {
    margin: 0;
    padding: 0;
}

.sharebuttons ul.social-share-links li {
    padding: 0 10px;
}

.sharebuttons ul.social-share-links li a {
    text-decoration: none;
    font-size: 1.813rem;
}

.sharebuttons ul.social-share-links li:first-of-type {
    padding-left: 0;
}

.sharebuttons ul.social-share-links li:last-of-type {
    padding-right: 0;
}

@media (min-width: 576px) {
    .sharebuttons ul.social-share-links li {
        padding: 0 22px;
    }
}

/* pikaday */
.pika-button:hover, .pika-row.pick-whole-week:hover .pika-button {
    background-color: #7eafb5 !important;
    color: #000 !important;
}

.is-selected .pika-button, .has-event .pika-button {
    background: #7eafb5 !important;
    -webkit-box-shadow: inset 0 1px 3px #7eafb5 !important;
            box-shadow: inset 0 1px 3px #7eafb5 !important;
}

/*# sourceMappingURL=main.css.map */
