﻿.ce-container .container-ctype-text img
{
    width: auto;
}
@media(min-width: 769px)
{
    .ce-container>.container>.columns
    {
        display: flex;
        align-items: center;
    }
    .ce-container>.container>.columns .overflowing-column
    {
        position: absolute;
        top: 50%;
        right: 0;
        left: 0;
        transform: translateY(-50%);
    }
    .ce-container>.container>.columns .is-offset-half
    {
        display: flex;
        align-items: center;
    }
}
.swiper-container.swiper-teaser .swiper-button-next, .swiper-container.swiper-teaser .swiper-button-prev
{
    background: none;
}
.teasers
{
    max-width: 22.125rem;
    box-sizing: content-box;
}
@media(max-width: 768.98px)
{
    .teasers
    {
        margin-right: auto;
        margin-left: auto;
    }
}
.teasers__container
{
    display: -ms-flexbox;
    justify-content: center;
    flex-wrap: wrap;
}
.teasers__image
{
    background-size: cover;
    background-position: 50%;
    width: 100%;
    position: relative;
    overflow: hidden;
    flex: 0 1 auto;
}
.teasers__image>figure
{
    margin: 0!important;
}
.teasers__font-icon
{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #004178;
    transform: translate(-50%,-50%);
    font-size: 6rem;
}
.teasers__text
{
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
.teasers__text__title
{
    display: block;
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: .9375rem;
    color: #004178;
}
.teasers__text strong.teasers__text__title
{
    color: #004178;
}
.teasers__text__list
{
    margin-bottom: 2.375rem;
    list-style: none;
}
@media(min-width: 769px)
{
    .teasers__text__list
    {
        margin-bottom: 2.0625rem;
    }
}
.teasers__text__list li
{
    color: #004178;
}
@media(max-width: 768.98px)
{
    .teasers__text__text
    {
        margin-bottom: .625rem;
    }
}
.teasers__text__text .accordion__content
{
    margin-bottom: .625rem;
    position: relative;
}
@media(max-width: 768.98px)
{
    .teasers__text__text .accordion__content
    {
        min-height: 4em;
    }
    .teasers__text__text .accordion__content:after
    {
        content: "";
        position: absolute;
        z-index: 1;
        bottom: 0;
        pointer-events: none;
        background-image: linear-gradient(180deg,hsla(0,0%,100%,0),#fff 90%);
        width: 100%;
        height: 45px;
    }
    .teasers__text__text .accordion__content>:last-child
    {
        padding-bottom: 45px;
    }
    .teasers__text__text .accordion__content--active
    {
        max-height: 100vh;
    }
}
@media(min-width: 769px)
{
    .teasers__text__text .accordion__content
    {
        max-height: unset!important;
        overflow: unset!important;
    }
}
.teasers__text__text .accordion__label
{
    justify-content: center;
}
.teasers__text__text .accordion__label i:before
{
    transform: rotate(90deg);
    font-size: 1.5rem;
    color: #00afe1;
}
.teasers__text__text .accordion__label--active i:before
{
    transform: rotate(-90deg);
}
.teasers .card
{
    display: flex;
    flex-direction: column;
}
@media(min-width: 1024px)
{
    .teasers.has-image-right
    {
        max-width: unset;
    }
    .teasers.has-image-right .card
    {
        flex-direction: row-reverse;
    }
}
.teasers.has-image-bottom .card
{
    flex-direction: column-reverse;
}
.teasers .button
{
    margin-top: auto;
    align-self: flex-start;
}
.swiper-teaser .teasers
{
    margin: initial;
}
.swiper-teaser .teasers__font-icon
{
    color: #fff;
}
.swiper-teaser .teasers__text
{
    font-size: .9375rem;
}
.swiper-teaser .teasers__image-icon
{
    background-color: #00193c;
}
.swiper-teaser .teasers .cover-image.is-ratio-teaser-image
{
    aspect-ratio: 16/9;
    display: flex;
}
.swiper-teaser .teasers .cover-image.is-ratio-teaser-image:before
{
    content: none;
}
.swiper-teaser .teasers .cover-image.is-ratio-teaser-image img
{
    position: relative;
}
@media(min-width: 769px)
{
    .teaser-slider.swiper-container
    {
        margin-right: -.75rem;
        margin-left: -.75rem;
        padding-right: .75rem;
        padding-left: .75rem;
    }
}
.teasers-icon
{
    justify-content: center;
    margin: 0 -.4375rem;
}
@media(min-width: 769px)
{
    .teasers-icon
    {
        margin: 0 .625rem;
    }
}
.teasers-icon .cover-image .cover-image__img
{
    position: relative;
}
.teasers-icon__inner
{
    border-radius: 6px;
    box-shadow: 2px 2px 15px 0 rgba(0,0,0,.1);
    background-color: #fff;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    transition: transform .3s;
    color: #00afe1;
}
.teasers-icon__inner a
{
    color: inherit;
    transition: color .5s;
}
.teasers-icon__inner a:hover
{
    color: #004178;
}
.teasers-icon__inner a.ask
{
    color: #fff;
}
.teasers-icon__inner a.ask:hover
{
    color: #00afe1;
}
.teasers-icon__inner:not(.teasers-icon__no-link):hover
{
    transform: translateY(-7px);
}
.teasers-icon__font-icon
{
    font-size: 4.25rem;
    line-height: 5rem;
    color: inherit;
}
.teasers-icon__content
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding: .3125rem;
    gap: .9375rem;
}
.teasers-icon__content.ask
{
    background: linear-gradient(180deg,#004178,#004178);
    color: #fff;
}
.teasers-icon__content.ask strong
{
    font-size: .9375rem;
    display: block;
    color: #fff;
}
@media(min-width: 769px)
{
    .teasers-icon__content.ask strong
    {
        font-size: 1.375rem;
    }
}
.teasers-icon__icon-holder
{
    width: 100%;
    min-width: 100%;
    text-align: center;
}
.teasers-icon__icon-holder i
{
    color: #00afe1;
    font-size: 3rem;
}
@media(min-width: 375px)
{
    .teasers-icon__icon-holder i
    {
        font-size: 3.75rem;
    }
}
@media(min-width: 540px)
{
    .teasers-icon__icon-holder i
    {
        font-size: 4.25rem;
    }
}
.teasers-icon__icon-holder [src$=".svg"]
{
    width: 3rem;
}
@media(min-width: 375px)
{
    .teasers-icon__icon-holder [src$=".svg"]
    {
        width: 3.75rem;
    }
}
@media(min-width: 540px)
{
    .teasers-icon__icon-holder [src$=".svg"]
    {
        width: 4.25rem;
    }
}
.teasers-icon__image-holder
{
    overflow: hidden;
    border-radius: 100%;
    max-width: 5rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .125rem;
}
.teasers-icon__text
{
    font-size: .8125rem;
    line-height: 1.25rem;
    display: block;
    font-style: normal;
    text-align: center;
    width: 100%;
    min-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
}
@media(min-width: 375px)
{
    .teasers-icon__text
    {
        font-size: .875rem;
    }
}
@media(min-width: 540px)
{
    .teasers-icon__text
    {
        font-size: .9375rem;
    }
}
@media(min-width: 769px)
{
    .teasers-icon__text
    {
        line-height: 1.125rem;
    }
}
.teaser__default .teasers
{
    max-width: none;
}
.teaser__default .teasers__text
{
    font-size: .9375rem;
}
.teaser__default .teasers-seal
{
    bottom: 4px;
    left: 4px;
    transform: scale(.8);
    transition: transform .2s linear;
    width: 180px;
}
.teaser__default .cover-image .cover-image__img
{
    display: block;
    height: 200px;
    position: relative;
    transition: transform .2s linear;
}
.teaser__default .teasers.hover-card:hover .card
{
    box-shadow: 0 0 11px #888;
}
.teaser__default .teasers.hover-card:hover .cover-image .cover-image__img
{
    transform: scale(1.03);
}
.teaser__default .teasers.hover-card:hover .teasers-seal
{
    transform: scale(.83);
}
.teaser__default .cover-image.is-ratio-1-1:before
{
    padding-bottom: 0;
}
.teaser__default .teasers__text a:not(.teaser-read-more)
{
    position: relative;
    z-index: 3;
}
.teaser__default .teaser-read-more
{
    align-self: flex-end;
    position: static;
    margin-top: 15px;
}
.teaser__default .teaser-read-more:before
{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.teaser__default .teaser-read-more svg
{
    position: absolute;
    right: 20px;
    bottom: 20px;
}
@media(min-width: 769px)
{
    .teaser__default-3-column.swiper-container
    {
        margin-right: -.75rem;
        margin-left: -.75rem;
    }
}
.teasers-career-tiles .teasers-icon__content
{
    background-color: #00afe1;
    color: #fff;
}
.teasers-career-tiles .has-teaser-link .teasers-icon__content:focus, .teasers-career-tiles .has-teaser-link .teasers-icon__content:hover
{
    color: #fff;
    background-color: #004178;
}
.teasers-career-tiles .has-no-teaser-link .teasers-icon__content .not-available
{
    display: inline-block;
    color: #d40124;
    background-color: hsla(0,0%,100%,.65);
    border: 5px solid #d40124;
    padding: .625rem 1.25rem;
    border-radius: .625rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(-15deg);
    font-size: 1.5em;
    font-weight: 700;
    z-index: 1;
}
.teasers-career-tiles .cod-red
{
    background-color: #d40124;
}
.teasers-career-tiles .cod-orange
{
    background-color: #f18815;
}
.teasers-career-tiles .cod-yellow-green
{
    background-color: #e1c52e;
}
.teasers-career-tiles .cod-green
{
    background-color: #028137;
}
.teasers-career-tiles .cod-purple
{
    background-color: #961d6c;
}
.teasers-seal
{
    position: absolute;
    bottom: .625rem;
    left: 1.1875rem;
    max-width: 44%;
    z-index: 2;
    width: 9.375rem;
    display: none;
}
.ctype-cta_module .teasers-seal
{
    max-width: 12rem;
    z-index: 2;
    width: 44%;
}
.teasers-seal .cover-image__seal
{
    margin: 0;
}
.teasers-seal--active
{
    display: block;
}
@media(min-width: 769px)
{
    .teasers-seal
    {
        left: 1.875rem;
        width: 100%;
    }
}
.teasers-seal img
{
    width: auto;
    max-height: 50%;
}
.teaser-bubble
{
    position: absolute;
    top: -1.875rem;
    right: -1.875rem;
    z-index: 2;
    background-color: #961d6c;
    border-radius: 50%;
    width: 9.75rem;
    height: 9.75rem;
    color: #fff;
    padding: .9375rem 2.8125rem 0 0;
    display: none!important;
}
.teaser-bubble--active
{
    display: flex!important;
}
.teaser-bubble__title
{
    display: block;
    font-size: 2.25rem;
    line-height: 1;
    margin-bottom: .1875rem;
    color: #fff;
}
.teaser-bubble__sub-title
{
    display: block;
    font-size: 1.125rem;
    line-height: 1;
    margin-bottom: .5625rem;
}
.teaser-bubble img
{
    width: 4.9375rem;
}
[data-ctype=cta_module] .teasers
{
    max-width: 44.25rem;
}
@media(min-width: 1024px)
{
    [data-ctype=cta_module] .teasers.has-image-right
    {
        max-width: 100%;
    }
}
@media screen and (min-width: 769px)
{
    .column.teasers.is-6-tablet
    {
        width: calc(50% - 1.5rem);
    }
}
@media(min-width: 1024px)
{
    .column.teasers.is-6-desktop
    {
        width: calc(50% - 1.5rem);
    }
    .column.teasers.is-4-desktop
    {
        width: calc(33.333% - 1.5rem);
    }
}
@media(max-width: 479.98px)
{
    .swiper-container.teaser__default-3-column
    {
        margin-inline: -.75rem;
        overflow: visible;
    }
    .swiper-container.teaser__default-3-column .teasers
    {
        max-width: none;
    }
    .teasers__container.frame_class--default
    {
        overflow: hidden;
    }
}