/**
TODO: Move to aurelia styles.
 */
.child-2 {
    padding-left: 20px;
}
.child-3 {
    padding-left: 25px;
}
.header {
    position: sticky;
    top: 0;
    z-index: 289;
}
.nav > ul > li ul > li ul {
    position: relative;
    box-shadow: none;
}
.nav > ul > li ul li ul {
    box-shadow: none !important;
    min-width: 400px;
}
.level1IconImg {
    height: 30px;
}
.nav > ul > li  > ul > li > a {
    margin-bottom: 2px;
}
.nav > ul > li.has--dropdown  > ul > li.has--dropdown > a {
    border-bottom: solid;
    border-color: #888;
}

.swiper-pagination-bullet-active {
    background: #eb0000;
}
.swiper-button-next, .swiper-button-prev {
    color: #eb0000;
}

.carousel {
    overflow: hidden;
    margin: 7.5rem auto 0 auto;
    padding: 0 17px;
}

@media screen and (min-width:1024px) {
    .carousel {
        padding: 0;
    }
}

@media screen and (min-width:1025px) {
    .carousel {
        max-width: 768px;
    }
}

@media screen and (min-width:691px) and (max-width:1024px) {
    .carousel {
        max-width: 768px;
    }
}

@media screen and (max-width:690px) {
    .carousel {
        width: 100%;
    }
}

@media screen and (max-width:690px) {
    .carousel {
        margin-top: 5rem;
    }
}

.carousel .swiper-pagination-bullet {
    opacity: 1;
    border: 1px solid #000;
    background-color: #fff;
    width: 0.75rem;
    height: 0.75rem;
    margin: 0 0.3rem;
}

.carousel .swiper-pagination-bullet-active {
    background-color: #eb0000;
    border: 1px solid #eb0000;
}

@media screen and (-ms-high-contrast:white-on-black) {
    .carousel .swiper-pagination-bullet-active {
        background-color: #fff;
    }
}

@media screen and (-ms-high-contrast:black-on-white) {
    .carousel .swiper-pagination-bullet-active {
        background-color: #000;
    }
}

.carousel__nav {
    margin: 0 auto;
    max-width: 48rem;
    position: relative;
}

@media screen and (max-width:690px) {
    .carousel__nav {
        display: none;
    }
}

.carousel__list {
    margin: 0 0 1.2rem 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.carousel__list-item {
    position: relative;
    padding: 0 1.3rem 0 1.3rem;
    list-style: none;
    color: #000;
    text-decoration: none;
    font-size: 1.5rem;
    font-family: "SwissSignCircularWeb-Bold", sans-serif;
    transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-drag: none;
    -moz-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 2px solid transparent;
}
.carousel__list-item:hover, .carousel__list-item.is-active {
    border-bottom: 2px solid #EB0000;
}

.carousel__bar {
    height: 0.125rem;
    background-color: #eb0000;
    transition-timing-function: cubic-bezier(0.76, -0.1, 0.17, 0.96);
    transition-duration: 0.4s;
    transition-property: transform, width;
    transition-delay: 0.2s;
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
}

@media screen and (-ms-high-contrast:white-on-black) {
    .carousel__bar {
        background-color: #fff;
    }
}

@media screen and (-ms-high-contrast:black-on-white) {
    .carousel__bar {
        background-color: #000;
    }
}

.carousel__text {
    font-size: 1.125rem;
    margin: 0;
    padding: 0 1.25rem;
    line-height: 1.8rem;
    cursor: default;
    text-align: center;
}

.carousel__slide-wrapper {
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
}

@media screen and (min-width:691px) and (max-width:1024px) {
    .carousel__title {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }
}

@media screen and (min-width:1025px) {
    .carousel__title {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }
}

@media screen and (max-width:690px) {
    .carousel__title {
        font-size: 1.25rem;
        line-height: 2rem;
        color: #000;
        font-family: "SwissSignCircularWeb-Bold", sans-serif;
        position: relative;
        display: inline-block;
    }

    .carousel__title:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        content: "";
        background-color: #eb0000;
    }
}

@media screen and (max-width:690px) and (-ms-high-contrast:white-on-black) {
    .carousel__title:after {
        background-color: #fff;
    }
}

@media screen and (max-width:690px) and (-ms-high-contrast:black-on-white) {
    .carousel__title:after {
        background-color: #000;
    }
}

.carousel__swiper-pagination-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.25rem;
}

@media screen and (min-width:691px) and (max-width:1024px) {
    .carousel__swiper-pagination-wrapper {
        display: none;
    }
}

@media screen and (min-width:1025px) {
    .carousel__swiper-pagination-wrapper {
        display: none;
    }
}

.carousel__swiper-container {
    padding-bottom: 40px;
}

.partner-carousel {
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    max-width: 768px;
    overflow: hidden;
    padding: 0 17px;
}

@media screen and (min-width:1024px) {
    .smartphone-carousel--left, .smartphone-carousel--right {
        padding: 0;
    }
}

.partner-carousel .swiper-wrapper {
    -ms-flex-direction: row;
    flex-direction: row;
}

@media screen and (min-width:1025px) {
    .partner-carousel .swiper-wrapper {
        transform: translate3d(0, 0, 0) !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (min-width:776px) and (max-width:1024px) {
    .partner-carousel .swiper-wrapper {
        transform: translate3d(0, 0, 0) !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.partner-carousel .swiper-slide {
    display: -ms-flexbox;
    display: flex;
    height: initial;
    margin: 1rem 0;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width:1025px) {
    .partner-carousel .swiper-slide {
        width: 33.33% !important;
    }
}

@media screen and (min-width:776px) and (max-width:1024px) {
    .partner-carousel .swiper-slide {
        width: 33.33% !important;
    }
}

@media screen and (max-width:775px) {
    .partner-carousel .swiper-slide {
        height: 100%;
        -ms-flex-align: center;
        align-items: center;
    }
}

.partner-carousel .swiper-slide:hover .partner-carousel__img img {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
}

.partner-carousel .swiper-button-prev {
    left: 0;
}

.partner-carousel .swiper-button-next {
    right: 0;
}

.partner-carousel .swiper-button-prev, .partner-carousel .swiper-button-next {
    position: absolute;
    top: 94px;
    background-image: none;
    display: none;
    width: auto;
    height: auto;
}

@media screen and (max-width:775px) {
    .partner-carousel .swiper-button-prev, .partner-carousel .swiper-button-next {
        display: block;
    }
}

.partner-carousel .swiper-pagination-bullet {
    opacity: 1;
    border: 1px solid #000;
    background-color: #fff;
    width: 0.75rem;
    height: 0.75rem;
    margin: 0 0.3rem;
}

@media screen and (min-width:1025px) {
    .partner-carousel .swiper-pagination-bullet {
        display: none;
    }
}

@media screen and (min-width:776px) and (max-width:1024px) {
    .partner-carousel .swiper-pagination-bullet {
        display: none;
    }
}

.partner-carousel .swiper-pagination-bullet-active {
    background-color: #eb0000;
    border: 1px solid #eb0000;
}

.partner-carousel__swiper-pagination-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.partner-carousel__img img {
    transition: box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    width: 227px;
    height: auto;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}

.partner-carousel__text {
    max-width: 12rem;
    text-align: center;
    font-size: 1.125rem;
}

.smartphone-carousel--left, .smartphone-carousel--right {
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 60px;
    padding: 0 17px;
}

@media screen and (min-width:1024px) {
    .smartphone-carousel--left, .smartphone-carousel--right {
        padding: 0;
    }
}

@media screen and (min-width:1025px) {
    .smartphone-carousel--left, .smartphone-carousel--right {
        max-width: 768px;
    }
}

@media screen and (min-width:691px) and (max-width:1024px) {
    .smartphone-carousel--left, .smartphone-carousel--right {
        max-width: 768px;
    }
}

@media screen and (max-width:690px) {
    .smartphone-carousel--left, .smartphone-carousel--right {
        width: 100%;
    }
}

.smartphone-carousel--left:first-of-type, .smartphone-carousel--right:first-of-type {
    margin-top: 3rem;
}

.smartphone-carousel--left {
    -ms-flex-direction: row;
    flex-direction: row;
}

@media screen and (max-width:690px) {
    .smartphone-carousel--left {
        display: block;
    }
}

.smartphone-carousel--right {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media screen and (max-width:690px) {
    .smartphone-carousel--right {
        display: block;
    }
}
/*
.smartphone-carousel__column {
    margin-left: 2.5rem;
}
*/
@media screen and (min-width:768px) {
    .smartphone-carousel__column {
        width: 50%;
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width:690px) {
    .smartphone-carousel__column {
        margin-left: initial;
    }
}

.smartphone-carousel__column h1 {
    font-family: "SwissSignCircularWeb-Bold", sans-serif;
    font-size: 1.25rem;
    max-width: 360px;
}

@media screen and (max-width:690px) {
    .smartphone-carousel__column:first-child {
        padding-bottom: 40px;
    }
}
/*
@media screen and (min-width:1025px) {
    .smartphone-carousel--left .smartphone-carousel__column:first-child {
        padding-left: 8.333333333333334%;
        padding-right: 10px;
    }
}

@media screen and (min-width:1025px) {
    .smartphone-carousel--right .smartphone-carousel__column:first-child {
        padding-right: 8.333333333333334%;
        padding-left: 10px;
    }
}
*/
.smartphone-carousel__slider {
    position: relative;
    background-repeat: no-repeat;
}

@media screen and (min-width:691px) and (max-width:1024px) {
    .smartphone-carousel__slider {
        max-width: 180px;
        margin: 0 auto;
    }
}

@media screen and (max-width:690px) {
    .smartphone-carousel__slider {
        max-width: 180px;
        margin: 0 auto;
    }
}

.smartphone-carousel__swiper-pagination {
    text-align: center;
    margin-top: 30px;
}

.smartphone-carousel__swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    border: 1px solid #000;
    background-color: #fff;
    width: 0.75rem;
    height: 0.75rem;
    margin: 0 0.3rem;
}

.smartphone-carousel__swiper-pagination .swiper-pagination-bullet-active {
    background-color: #eb0000;
    border: 1px solid #eb0000;
}

@media screen and (-ms-high-contrast:white-on-black) {
    .smartphone-carousel__swiper-pagination .swiper-pagination-bullet-active {
        background-color: #fff;
        border: 1px solid #fff;
    }
}

@media screen and (-ms-high-contrast:black-on-white) {
    .smartphone-carousel__swiper-pagination .swiper-pagination-bullet-active {
        background-color: #000;
        border: 1px solid #000;
    }
}

.smartphone-carousel__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 76.47058823529412%;
    height: 71.875%;
    z-index: 1;
}

.smartphone-carousel__content .swiper-container {
    width: 100%;
}

.smartphone-carousel__content .swiper-container .swiper-slide {
    width: 100%;
}

.smartphone-carousel__content .swiper-container .swiper-slide img {
    display: block;
    width: 100%;
}

.smartphone-carousel__image {
    display: block;
    -webkit-user-select: none;
    -khtml-user-drag: none;
    -moz-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (min-width:691px) and (max-width:1024px) {
    .smartphone-carousel__image {
        width: 180px;
    }
}

@media screen and (max-width:690px) {
    .smartphone-carousel__image {
        width: 180px;
    }
}

.smartphone-carousel__wysiwyg {
    max-width: 360px;
    padding: 0;
}

.smartphone-carousel__wysiwyg ul {
    padding: 0 0 0 1rem;
}
@media screen and (min-width:768px) and (max-width:1199px) {
    .comparison .comparison__conteiner .comparison__content {
        overflow: auto;
    }
}


.slider--intro .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.col-md-4 .colored-teaser .btn {
    min-width: 100%;
}