.teasers-list:not(.full-width) {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:576px) {
    .teasers-list:not(.full-width) {
        max-width: calc(540px + 2 * 15px)
    }
}

@media (min-width:768px) {
    .teasers-list:not(.full-width) {
        max-width: calc(720px + 2 * 15px)
    }
}

@media (min-width:992px) {
    .teasers-list:not(.full-width) {
        max-width: calc(960px + 2 * 15px)
    }
}

@media (min-width:1200px) {
    .teasers-list:not(.full-width) {
        max-width: calc(1140px + 2 * 15px)
    }
}

@media (min-width:1440px) {
    .teasers-list:not(.full-width) {
        max-width: calc(1200px + 2 * 15px)
    }
}

@media (min-width:2400px) {
    .teasers-list:not(.full-width) {
        max-width: calc(1500px + 2 * 15px)
    }
}

.teasers-list>.component-content {
    padding-top: 40px;
    padding-bottom: 40px
}

@media (max-width:575px) {
    .teasers-list>.component-content {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.teasers-list .teasers-list-info .teasers-list-title {
    margin-bottom: 25px
}

.teasers-list .teasers-list-title {
    font-size: 40px;
    line-height: 50px;
    color: #12225c
}

@media (max-width:1439px) {
    .teasers-list .teasers-list-title {
        font-size: 36px;
        line-height: 46px
    }
}

@media (max-width:767px) {
    .teasers-list .teasers-list-title {
        font-size: 30px;
        line-height: 40px
    }
}

.teasers-list .teasers-list-description {
    font-size: 16px;
    line-height: 22px
}

.teasers-list .teasers-list-link {
    text-align: center;
    margin-top: 20px
}

.teasers-list .teasers-list-title+.teasers-list-description {
    margin-top: 20px
}

.teasers-list .teasers-list-description+.teasers-section,
.teasers-list .teasers-list-title+.teasers-section {
    margin-top: 50px
}

@media (max-width:991px) {

    .teasers-list .teasers-list-description+.teasers-section,
    .teasers-list .teasers-list-title+.teasers-section {
        margin-top: 25px
    }
}

@media (min-width:992px) {
    .teasers-list .teasers-section {
        display: flex;
        justify-content: space-between
    }
}

@media (max-width:991px) {
    .teasers-list .teasers-section.is-slider {
        scrollbar-width: none;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch
    }

    .teasers-list .teasers-section.is-slider::-webkit-scrollbar {
        display: none
    }

    .teasers-list .teasers-section.is-slider::after {
        content: '';
        display: block;
        padding-left: 15px
    }

    .teasers-list .teasers-section.is-slider .teaser {
        flex-shrink: 0;
        scroll-snap-align: center
    }

    .teasers-list .teasers-section.is-slider .teaser {
        margin-right: 25px;
        max-width: 100%;
        margin-bottom: 0
    }
}

.teasers-list .teaser {
    display: flex;
    flex-direction: column
}

@media (min-width:992px) {
    .teasers-list .teaser {
        width: 30%
    }

    .teasers-list .teaser:not(:last-child) {
        margin-right: 30px
    }
}

@media (max-width:991px) {
    .teasers-list .teaser {
        max-width: 400px;
        margin-bottom: 50px
    }

    .teasers-list .teaser:last-child {
        margin-bottom: 0
    }
}

.teasers-list .teaser>:not(:last-child) {
    margin-bottom: 20px
}

.teasers-list .teaser .arrow-link,
.teasers-list .teaser .button {
    margin-top: auto
}

body.professional:not(.on-page-editor) .teasers-list .teaser .teaser-description.field-text,
body.professional:not(.on-page-editor) .teasers-list .teaser .teaser-title.field-title {
    color: #fff
}

@media (max-width:768px) {
    body.professional:not(.on-page-editor) .teasers-list .teaser {
        margin-bottom: 25px
    }

    body.professional:not(.on-page-editor) .teasers-list .teaser .teaser-title {
        font-size: 20px
    }
}

.teasers-list .teaser-icon img {
    height: 40px;
    width: auto
}

.teasers-list .teaser-title {
    font-size: 20px;
    line-height: 26px;
    color: #12225c
}

@media (max-width:991px) {
    .teasers-list .teaser-title {
        margin-bottom: 10px
    }
}

.teasers-list .teaser-description {
    font-size: 16px;
    line-height: 22px
}

.teasers-list .teasers-list-button {
    text-align: center
}

.teasers-list.narrow-title .teasers-list-description {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    text-align: center
}

.teasers-list.dark.transparent-dark>.component-content {
    background-color: transparent
}

.teasers-list.small>.component-content {
    padding-left: 0;
    padding-right: 0
}

.teasers-list.small .teasers-section {
    display: block
}

.teasers-list.small .teasers-section .teaser {
    width: 100%;
    border-bottom: 1px solid;
    margin-top: 20px
}

body.on-page-editor .teasers-list .teasers-section>div:not(.teaser) {
    width: 100%;
    display: flex
}

.teasers-list.teasers-list-with-cards {
    margin: 80px auto
}

@media (max-width:768px) {
    .teasers-list.teasers-list-with-cards {
        margin: 24px 0;
        padding: 0 15px
    }
}

.teasers-list.teasers-list-with-cards>.component-content {
    padding: 0
}

.teasers-list.teasers-list-with-cards .teaser-section-cards {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%
}

@media (max-width:768px) {
    .teasers-list.teasers-list-with-cards .teaser-section-cards {
        scrollbar-width: none;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch
    }

    .teasers-list.teasers-list-with-cards .teaser-section-cards::-webkit-scrollbar {
        display: none
    }

    .teasers-list.teasers-list-with-cards .teaser-section-cards::after {
        content: '';
        display: block;
        padding-left: 15px
    }

    .teasers-list.teasers-list-with-cards .teaser-section-cards>.teaser-bordered {
        flex-shrink: 0;
        scroll-snap-align: center
    }
}

.teasers-list.teasers-list-with-cards .teaser-section-cards .cards-count[data-count="4"]~.teaser-bordered,
.teasers-list.teasers-list-with-cards .teaser-section-cards .cards-count[data-count="5"]~.teaser-bordered {
    padding-left: 8px;
    padding-right: 8px
}

.teasers-list.teasers-list-with-cards .teaser-section-cards .cards-count[data-count="2"]~.teaser-bordered .teaser {
    padding: 40px
}

.teasers-list.teasers-list-with-cards .teaser-section-cards .cards-count[data-count="2"]~.teaser-bordered .teaser .teaser-icon img {
    height: 60px
}

.teasers-list.teasers-list-with-cards .teaser-section-cards .teaser-bordered {
    max-width: 540px;
    flex: 1;
    padding-left: 20px;
    padding-right: 20px
}

.teasers-list.teasers-list-with-cards .teaser-section-cards .teaser-bordered:first-child {
    padding-left: 0
}

.teasers-list.teasers-list-with-cards .teaser-section-cards .teaser-bordered:last-child {
    padding-right: 0
}

@media (max-width:768px) {
    .teasers-list.teasers-list-with-cards .teaser-section-cards .teaser-bordered {
        flex: 1 0 80%
    }
}

.teasers-list.teasers-list-with-cards .teaser-section-cards .teaser-bordered .teaser {
    width: 100%;
    height: 100%;
    border: 1px solid #12225c;
    padding: 30px;
    border-radius: 10px;
    margin: 0
}

[class*=rounded-top-].teasers-list.teasers-list-with-cards .teaser-section-cards .teaser-bordered .teaser {
    overflow: hidden
}

@media (max-width:576px) {
    .rounded-top-left-corner-mobile.teasers-list.teasers-list-with-cards .teaser-section-cards .teaser-bordered .teaser {
        border-top-left-radius: 24px
    }
}

@media (max-width:576px) {
    .rounded-top-right-corner-mobile.teasers-list.teasers-list-with-cards .teaser-section-cards .teaser-bordered .teaser {
        border-top-right-radius: 24px
    }
}

@media (min-width:577px) {
    .rounded-top-left-corner-desktop.teasers-list.teasers-list-with-cards .teaser-section-cards .teaser-bordered .teaser {
        border-top-left-radius: 24px
    }
}

@media (min-width:577px) {
    .rounded-top-right-corner-desktop.teasers-list.teasers-list-with-cards .teaser-section-cards .teaser-bordered .teaser {
        border-top-right-radius: 24px
    }
}

.search-contacts {
    padding: 90px 0
}

@media (max-width:768px) {
    .search-contacts {
        padding: 60px 0
    }
}

.search-contacts .teaser {
    max-width: 280px;
    margin: 0
}

@media (max-width:768px) {
    .search-contacts .teaser {
        max-width: 100%;
        margin: 0 15px 40px 15px
    }
}

.search-contacts .teaser .teaser-title.field-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px
}

@media (max-width:768px) {
    .search-contacts .teaser .teaser-title.field-title {
        font-size: 20px
    }
}

@media (max-width:768px) {
    .search-contacts .teaser .teaser-description {
        margin-bottom: 32px
    }
}

.teasers-list.full-width.grey {
    background-color: #f9f9fc
}

.teasers-list.full-width.dark {
    background-color: #12225c
}

.teasers-list.full-width:not(.teaser-mobile-slider)>.component-content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:576px) {
    .teasers-list.full-width:not(.teaser-mobile-slider)>.component-content {
        max-width: calc(540px + 2 * 15px)
    }
}

@media (min-width:768px) {
    .teasers-list.full-width:not(.teaser-mobile-slider)>.component-content {
        max-width: calc(720px + 2 * 15px)
    }
}

@media (min-width:992px) {
    .teasers-list.full-width:not(.teaser-mobile-slider)>.component-content {
        max-width: calc(960px + 2 * 15px)
    }
}

@media (min-width:1200px) {
    .teasers-list.full-width:not(.teaser-mobile-slider)>.component-content {
        max-width: calc(1140px + 2 * 15px)
    }
}

@media (min-width:1440px) {
    .teasers-list.full-width:not(.teaser-mobile-slider)>.component-content {
        max-width: calc(1200px + 2 * 15px)
    }
}

@media (min-width:2400px) {
    .teasers-list.full-width:not(.teaser-mobile-slider)>.component-content {
        max-width: calc(1500px + 2 * 15px)
    }
}

@media (min-width:992px) {

    .teasers-list.centered-title .teasers-list-description,
    .teasers-list.centered-title .teasers-list-title {
        text-align: center
    }
}

@media (max-width:991px) {

    .teasers-list.center-heading-mobile .teasers-list-description,
    .teasers-list.center-heading-mobile .teasers-list-title {
        text-align: center
    }
}

@media (min-width:992px) {
    .teasers-list.multiline .teasers-section {
        flex-wrap: wrap
    }

    .teasers-list.multiline .teasers-section .teaser {
        margin-top: 10px;
        margin-bottom: 40px
    }

    .teasers-list.multiline:not(.info-on-side) .teaser:nth-child(3n) {
        margin-right: 0
    }
}

@media (max-width:991px) {
    .teasers-list.mobile-center-align {
        text-align: center
    }

    .teasers-list.mobile-center-align .teasers-section {
        text-align: center
    }

    .teasers-list.mobile-center-align .teaser {
        margin-left: auto;
        margin-right: auto
    }

    .teasers-list.mobile-center-align .teaser .teaser-icon img {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:575px) {
    .teasers-list.mobile-center-align>.component-content {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media (min-width:992px) {
    .teasers-list.desktop-center-align .teaser {
        text-align: center
    }
}

.teasers-list.grey>.component-content {
    background-color: #f9f9fc
}

.teasers-list:not(.dark) .field-darkicon {
    display: block
}

.teasers-list:not(.dark) .field-lighticon {
    display: none
}

.teasers-list.dark>.component-content {
    background-color: #12225c
}

.teasers-list.dark * {
    color: #fff;
    --color-text: #fff
}

.teasers-list.dark .field-darkicon {
    display: none
}

.teasers-list.dark .field-lighticon {
    display: block
}

@media (max-width:991px) {
    .teasers-list.dark.teaser-mobile-slider.shadow-teaser .field-darkicon {
        display: block
    }

    .teasers-list.dark.teaser-mobile-slider.shadow-teaser .field-lighticon {
        display: none
    }
}

.teasers-list[style]>.component-content {
    background-color: rgba(255, 255, 255, 0)
}

@media (min-width:576px) {
    .teasers-list[style]:not(.full-width) {
        border-radius: 10px
    }
}

@media (min-width:576px) {
    .teasers-list[style]:not(.full-width) {
        max-width: 510px
    }
}

@media (min-width:768px) {
    .teasers-list[style]:not(.full-width) {
        max-width: 690px
    }
}

@media (min-width:992px) {
    .teasers-list[style]:not(.full-width) {
        max-width: 930px
    }
}

@media (min-width:1200px) {
    .teasers-list[style]:not(.full-width) {
        max-width: 1110px
    }
}

@media (min-width:1440px) {
    .teasers-list[style]:not(.full-width) {
        max-width: 1170px
    }
}

@media (min-width:1280px) and (max-width:1399px) {
    .teasers-list[style]:not(.full-width) {
        max-width: 95%
    }
}

@media (min-width:992px) {
    .teasers-list.teaser-mobile-slider>.component-content {
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:992px) and (min-width:576px) {
    .teasers-list.teaser-mobile-slider>.component-content {
        max-width: calc(540px + 2 * 15px)
    }
}

@media (min-width:992px) and (min-width:768px) {
    .teasers-list.teaser-mobile-slider>.component-content {
        max-width: calc(720px + 2 * 15px)
    }
}

@media (min-width:992px) and (min-width:992px) {
    .teasers-list.teaser-mobile-slider>.component-content {
        max-width: calc(960px + 2 * 15px)
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .teasers-list.teaser-mobile-slider>.component-content {
        max-width: calc(1140px + 2 * 15px)
    }
}

@media (min-width:992px) and (min-width:1440px) {
    .teasers-list.teaser-mobile-slider>.component-content {
        max-width: calc(1200px + 2 * 15px)
    }
}

@media (min-width:992px) and (min-width:2400px) {
    .teasers-list.teaser-mobile-slider>.component-content {
        max-width: calc(1500px + 2 * 15px)
    }
}

@media (max-width:991px) {
    .teasers-list.teaser-mobile-slider>.component-content>:not(.teasers-section) {
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:991px) and (min-width:576px) {
    .teasers-list.teaser-mobile-slider>.component-content>:not(.teasers-section) {
        max-width: calc(540px + 2 * 15px)
    }
}

@media (max-width:991px) and (min-width:768px) {
    .teasers-list.teaser-mobile-slider>.component-content>:not(.teasers-section) {
        max-width: calc(720px + 2 * 15px)
    }
}

@media (max-width:991px) and (min-width:992px) {
    .teasers-list.teaser-mobile-slider>.component-content>:not(.teasers-section) {
        max-width: calc(960px + 2 * 15px)
    }
}

@media (max-width:991px) and (min-width:1200px) {
    .teasers-list.teaser-mobile-slider>.component-content>:not(.teasers-section) {
        max-width: calc(1140px + 2 * 15px)
    }
}

@media (max-width:991px) and (min-width:1440px) {
    .teasers-list.teaser-mobile-slider>.component-content>:not(.teasers-section) {
        max-width: calc(1200px + 2 * 15px)
    }
}

@media (max-width:991px) and (min-width:2400px) {
    .teasers-list.teaser-mobile-slider>.component-content>:not(.teasers-section) {
        max-width: calc(1500px + 2 * 15px)
    }
}

@media (max-width:991px) {
    .teasers-list.teaser-mobile-slider .teasers-section {
        scrollbar-width: none;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-left: 15px
    }

    .teasers-list.teaser-mobile-slider .teasers-section::-webkit-scrollbar {
        display: none
    }

    .teasers-list.teaser-mobile-slider .teasers-section::after {
        content: '';
        display: block;
        padding-left: 15px
    }

    .teasers-list.teaser-mobile-slider .teasers-section>.teaser {
        flex-shrink: 0;
        scroll-snap-align: center
    }

    .teasers-list.teaser-mobile-slider .teaser {
        display: flex;
        flex-direction: column;
        border: 1px solid #12225c;
        border-radius: 10px;
        padding: 20px;
        width: 260px;
        margin-bottom: 0
    }

    [class*=rounded-top-].teasers-list.teaser-mobile-slider .teaser {
        overflow: hidden
    }
}

@media (max-width:991px) and (max-width:576px) {
    .rounded-top-left-corner-mobile.teasers-list.teaser-mobile-slider .teaser {
        border-top-left-radius: 24px
    }
}

@media (max-width:991px) and (max-width:576px) {
    .rounded-top-right-corner-mobile.teasers-list.teaser-mobile-slider .teaser {
        border-top-right-radius: 24px
    }
}

@media (max-width:991px) and (min-width:577px) {
    .rounded-top-left-corner-desktop.teasers-list.teaser-mobile-slider .teaser {
        border-top-left-radius: 24px
    }
}

@media (max-width:991px) and (min-width:577px) {
    .rounded-top-right-corner-desktop.teasers-list.teaser-mobile-slider .teaser {
        border-top-right-radius: 24px
    }
}

@media (max-width:991px) {
    .teasers-list.teaser-mobile-slider .teaser:not(:last-child) {
        margin-right: 20px
    }

    .teasers-list.teaser-mobile-slider .teaser .teaser-title {
        font-size: 20px;
        line-height: 26px
    }

    .teasers-list.teaser-mobile-slider.dark .teaser {
        border: 1px solid #fff
    }

    .teasers-list.teaser-mobile-slider.shadow-teaser .teasers-section {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .teasers-list.teaser-mobile-slider.shadow-teaser .teaser {
        border: none;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .14);
        background-color: #fff
    }

    .teasers-list.teaser-mobile-slider.shadow-teaser.dark .teaser .teaser-title {
        color: #12225c
    }

    .teasers-list.teaser-mobile-slider.shadow-teaser.dark .teaser .teaser-description {
        color: #000
    }

    .teasers-list.teaser-mobile-slider.shadow-teaser.dark .teaser .arrow-link.arrow-link-light a {
        color: #12225c
    }

    .teasers-list.teaser-mobile-slider.shadow-teaser.dark .teaser .arrow-link.arrow-link-light a::after {
        border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #12225c
    }
}

.teasers-list.with-placeholder .teasers-list-body {
    margin-bottom: 50px
}

.teasers-list.with-placeholder .teasers-list-body .teasers-list-description ul {
    list-style: initial;
    padding-left: 20px
}

.teasers-list.with-placeholder .teasers-list-body .teasers-list-description ol {
    list-style: decimal;
    padding-left: 20px
}

@media (min-width:992px) {
    .teasers-list.with-placeholder .teasers-list-body {
        display: flex;
        justify-content: space-between
    }

    .teasers-list.with-placeholder .teasers-list-body>div {
        width: 50%
    }

    .teasers-list.with-placeholder .teasers-list-body>.teasers-list-info {
        max-width: 485px;
        padding-right: 15px
    }

    .teasers-list.with-placeholder .teasers-list-body>.boxed-placeholder {
        padding-left: 15px
    }
}

@media (max-width:991px) {
    .teasers-list.with-placeholder .boxed-placeholder {
        margin-top: 30px
    }
}

.teasers-list.with-placeholder .boxed-placeholder>.row {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    border: 1px solid #12225c;
    padding: 20px;
    border-radius: 10px
}

[class*=rounded-top-].teasers-list.with-placeholder .boxed-placeholder>.row {
    overflow: hidden
}

@media (max-width:576px) {
    .rounded-top-left-corner-mobile.teasers-list.with-placeholder .boxed-placeholder>.row {
        border-top-left-radius: 24px
    }
}

@media (max-width:576px) {
    .rounded-top-right-corner-mobile.teasers-list.with-placeholder .boxed-placeholder>.row {
        border-top-right-radius: 24px
    }
}

@media (min-width:577px) {
    .rounded-top-left-corner-desktop.teasers-list.with-placeholder .boxed-placeholder>.row {
        border-top-left-radius: 24px
    }
}

@media (min-width:577px) {
    .rounded-top-right-corner-desktop.teasers-list.with-placeholder .boxed-placeholder>.row {
        border-top-right-radius: 24px
    }
}

@media (max-width:991px) {
    .teasers-list.with-placeholder .boxed-placeholder>.row {
        border: 0 none;
        padding: 0
    }
}

.teasers-list.with-placeholder .boxed-placeholder>.row .rich-text {
    padding-left: 0;
    padding-right: 0
}

.teasers-list.with-placeholder .boxed-placeholder>.row .rich-text h1,
.teasers-list.with-placeholder .boxed-placeholder>.row .rich-text h2,
.teasers-list.with-placeholder .boxed-placeholder>.row .rich-text h3,
.teasers-list.with-placeholder .boxed-placeholder>.row .rich-text h4,
.teasers-list.with-placeholder .boxed-placeholder>.row .rich-text h5,
.teasers-list.with-placeholder .boxed-placeholder>.row .rich-text h6 {
    color: #12225c;
    margin-bottom: .5em
}

.teasers-list.with-placeholder .boxed-placeholder>.row .rich-text ul {
    list-style-type: disc;
    margin-left: 20px;
    margin-bottom: 2em
}

.teasers-list.with-placeholder .boxed-placeholder>.row .rich-text li {
    margin-bottom: .5em
}

.teasers-list.with-placeholder .boxed-placeholder>.row .rich-text li,
.teasers-list.with-placeholder .boxed-placeholder>.row .rich-text p {
    font-size: 14px;
    line-height: 20px
}

.teasers-list.with-placeholder .boxed-placeholder>.row .rich-text a {
    text-decoration: underline
}

.teasers-list.with-placeholder.dark .boxed-placeholder>.row {
    border: 1px solid #fff
}

.teasers-list.with-placeholder.dark .boxed-placeholder>.row .rich-text * {
    color: #fff
}

@media (max-width:991px) {
    .teasers-list.with-placeholder.dark .boxed-placeholder>.row {
        border: 0 none;
        padding: 0
    }
}

@media (min-width:992px) {
    .teasers-list.info-on-side>.component-content {
        display: flex;
        justify-content: space-between;
        padding-bottom: 0
    }

    .teasers-list.info-on-side>.component-content .teasers-list-info {
        width: 33%;
        padding-right: 15px
    }

    .teasers-list.info-on-side>.component-content .teasers-section {
        width: 67%;
        padding-left: 15px;
        max-width: 700px
    }

    .teasers-list.info-on-side>.component-content .teasers-section .teaser {
        width: calc(50% - 15px);
        margin-top: 10px
    }

    .teasers-list.info-on-side>.component-content .teasers-section .teaser:nth-of-type(2n) {
        margin-right: 0
    }

    .teasers-list.info-on-side.wide-info .teasers-list-info {
        width: 50%;
        padding-right: 50px
    }

    .teasers-list.info-on-side.wide-info .teasers-section {
        width: 50%;
        padding-left: 0
    }
}

@media (max-width:991px) {
    .teasers-list.info-on-side .teasers-list-info {
        margin-bottom: 50px
    }
}

.teasers-list.info-on-side.info-on-side-boxed .component-content .teasers-section .teaser {
    padding: 30px 20px;
    border-radius: 10px;
    border: 1px solid #12225c
}

[class*=rounded-top-].teasers-list.info-on-side.info-on-side-boxed .component-content .teasers-section .teaser {
    overflow: hidden
}

@media (max-width:576px) {
    .rounded-top-left-corner-mobile.teasers-list.info-on-side.info-on-side-boxed .component-content .teasers-section .teaser {
        border-top-left-radius: 24px
    }
}

@media (max-width:576px) {
    .rounded-top-right-corner-mobile.teasers-list.info-on-side.info-on-side-boxed .component-content .teasers-section .teaser {
        border-top-right-radius: 24px
    }
}

@media (min-width:577px) {
    .rounded-top-left-corner-desktop.teasers-list.info-on-side.info-on-side-boxed .component-content .teasers-section .teaser {
        border-top-left-radius: 24px
    }
}

@media (min-width:577px) {
    .rounded-top-right-corner-desktop.teasers-list.info-on-side.info-on-side-boxed .component-content .teasers-section .teaser {
        border-top-right-radius: 24px
    }
}

.teasers-list.info-on-side.small>.component-content .teasers-section .teaser {
    width: 100%
}

@media (min-width:992px) {
    .teasers-list.text-only .teaser {
        width: calc(50% - 15px)
    }
}

@media (max-width:991px) {
    .teasers-list.text-only .teaser {
        max-width: none
    }
}

.teasers-list.text-only .teaser .teaser-title {
    font-size: 30px;
    line-height: 40px
}

@media (max-width:1439px) {
    .teasers-list.text-only .teaser .teaser-title {
        font-size: 28px;
        line-height: 36px
    }
}

@media (max-width:767px) {
    .teasers-list.text-only .teaser .teaser-title {
        font-size: 27px;
        line-height: 40px
    }
}

.teasers-list.text-only .teaser .teaser-description {
    color: currentColor
}

body.on-page-editor .primary-blue-background .teasers-list .teaser-title,
body.on-page-editor .primary-blue-background .teasers-list.text-only .teaser .teaser-description {
    color: #fff
}

.primary-blue-background .teasers-list .teaser-title,
.primary-blue-background .teasers-list.text-only .teaser .teaser-description {
    color: #fff
}

.teasers-list.grid .teasers-list-disclaimer,
.teasers-list.grid .teasers-list-title,
.teasers-list.with-disclaimer .teasers-list-disclaimer,
.teasers-list.with-disclaimer .teasers-list-title {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.teasers-list.grid .teasers-list-disclaimer,
.teasers-list.with-disclaimer .teasers-list-disclaimer {
    font-size: 14px;
    line-height: 20px;
    margin-top: 70px
}

@media (max-width:991px) {

    .teasers-list.grid .teasers-list-disclaimer,
    .teasers-list.with-disclaimer .teasers-list-disclaimer {
        margin-top: 40px
    }
}

.teasers-list.grid .teasers-section,
.teasers-list.with-disclaimer .teasers-section {
    display: flex;
    flex-wrap: wrap
}

.teasers-list.grid a,
.teasers-list.with-disclaimer a {
    margin: 0;
    text-align: center;
    border-bottom: 1px solid rgba(112, 112, 112, .2);
    border-right: 1px solid rgba(112, 112, 112, .2);
    padding: 70px 50px 20px
}

@media (max-width:991px) {

    .teasers-list.grid a,
    .teasers-list.with-disclaimer a {
        width: 50%;
        padding: 30px 15px;
        border: none;
        border-bottom: 1px solid rgba(112, 112, 112, .2);
        border-right: 1px solid rgba(112, 112, 112, .2)
    }

    .teasers-list.grid a:nth-child(2n),
    .teasers-list.with-disclaimer a:nth-child(2n) {
        border-right: none
    }
}

.teasers-list.grid a .teaser-title,
.teasers-list.with-disclaimer a .teaser-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400
}

.teasers-list.grid a .teaser-description,
.teasers-list.with-disclaimer a .teaser-description {
    margin-bottom: 0
}

.teasers-list.grid.hover-effects a>div,
.teasers-list.with-disclaimer.hover-effects a>div {
    width: 100%
}

.teasers-list.grid.hover-effects a .teaser-description,
.teasers-list.with-disclaimer.hover-effects a .teaser-description {
    opacity: 0
}

@media (max-width:992px) {

    .teasers-list.grid.hover-effects a .teaser-description,
    .teasers-list.with-disclaimer.hover-effects a .teaser-description {
        opacity: 1
    }
}

.teasers-list.grid.hover-effects a:hover .teaser-description,
.teasers-list.with-disclaimer.hover-effects a:hover .teaser-description {
    opacity: 1
}

.teasers-list.grid.dark.hover-effects a:hover,
.teasers-list.with-disclaimer.dark.hover-effects a:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .14);
    border-radius: 10px;
    background-color: #12225c
}

.teasers-list.with-disclaimer.dark.hover-effects a:hover,
[class*=rounded-top-].teasers-list.grid.dark.hover-effects a:hover {
    overflow: hidden
}

@media (max-width:576px) {

    .rounded-top-left-corner-mobile.teasers-list.grid.dark.hover-effects a:hover,
    .teasers-list.with-disclaimer.dark.hover-effects a:hover {
        border-top-left-radius: 24px
    }
}

@media (max-width:576px) {

    .rounded-top-right-corner-mobile.teasers-list.grid.dark.hover-effects a:hover,
    .teasers-list.with-disclaimer.dark.hover-effects a:hover {
        border-top-right-radius: 24px
    }
}

@media (min-width:577px) {

    .rounded-top-left-corner-desktop.teasers-list.grid.dark.hover-effects a:hover,
    .teasers-list.with-disclaimer.dark.hover-effects a:hover {
        border-top-left-radius: 24px
    }
}

@media (min-width:577px) {

    .rounded-top-right-corner-desktop.teasers-list.grid.dark.hover-effects a:hover,
    .teasers-list.with-disclaimer.dark.hover-effects a:hover {
        border-top-right-radius: 24px
    }
}

.teasers-list.grid.transparent-dark>.component-content,
.teasers-list.with-disclaimer.transparent-dark>.component-content {
    background-color: transparent
}

.teasers-list.grid.transparent-dark a,
.teasers-list.with-disclaimer.transparent-dark a {
    border-color: rgba(255, 255, 255, .2)
}

.teasers-list.grid.transparent-dark.hover-effects a:hover,
.teasers-list.with-disclaimer.transparent-dark.hover-effects a:hover {
    background-color: #12225c
}

.teasers-list.grid.small>.component-content,
.teasers-list.with-disclaimer.small>.component-content {
    padding-top: 50px
}

.teasers-list.grid.small a,
.teasers-list.with-disclaimer.small a {
    padding: 45px 5px 15px 5px;
    display: inherit;
    width: calc(100% / 3);
    border-bottom: none;
    margin-top: 0
}

@media (max-width:991px) {

    .teasers-list.grid.small a,
    .teasers-list.with-disclaimer.small a {
        padding: 45px 20px 15px 20px;
        display: block;
        width: 50%;
        border-bottom: none;
        margin-top: 0
    }
}

.teasers-list.grid.small.hover-effects a:hover,
.teasers-list.with-disclaimer.small.hover-effects a:hover {
    padding: 45px 5px 15px 5px;
    background-color: #12225c
}

.teasers-list.grid.center-teaser-content a,
.teasers-list.with-disclaimer.center-teaser-content a {
    padding: 25px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

@media (min-width:992px) {
    [data-itemsperrow="1"].teasers-list.grid .teasers-section a {
        width: calc(100% / 1)
    }

    [data-itemsperrow="1"].teasers-list.grid .teasers-section a:nth-child(1n) {
        border-right: none
    }

    [data-itemsperrow="1"].teasers-list.grid .teasers-section a:nth-last-child(-n+1) {
        border-bottom: none
    }

    [data-itemsperrow="2"].teasers-list.grid .teasers-section a {
        width: calc(100% / 2)
    }

    [data-itemsperrow="2"].teasers-list.grid .teasers-section a:nth-child(2n) {
        border-right: none
    }

    [data-itemsperrow="2"].teasers-list.grid .teasers-section a:nth-last-child(-n+2) {
        border-bottom: none
    }

    [data-itemsperrow="3"].teasers-list.grid .teasers-section a {
        width: calc(100% / 3)
    }

    [data-itemsperrow="3"].teasers-list.grid .teasers-section a:nth-child(3n) {
        border-right: none
    }

    [data-itemsperrow="3"].teasers-list.grid .teasers-section a:nth-last-child(-n+3) {
        border-bottom: none
    }

    [data-itemsperrow="4"].teasers-list.grid .teasers-section a {
        width: calc(100% / 4)
    }

    [data-itemsperrow="4"].teasers-list.grid .teasers-section a:nth-child(4n) {
        border-right: none
    }

    [data-itemsperrow="4"].teasers-list.grid .teasers-section a:nth-last-child(-n+4) {
        border-bottom: none
    }

    [data-itemsperrow="5"].teasers-list.grid .teasers-section a {
        width: calc(100% / 5)
    }

    [data-itemsperrow="5"].teasers-list.grid .teasers-section a:nth-child(5n) {
        border-right: none
    }

    [data-itemsperrow="5"].teasers-list.grid .teasers-section a:nth-last-child(-n+5) {
        border-bottom: none
    }

    [data-itemsperrow="6"].teasers-list.grid .teasers-section a {
        width: calc(100% / 6)
    }

    [data-itemsperrow="6"].teasers-list.grid .teasers-section a:nth-child(6n) {
        border-right: none
    }

    [data-itemsperrow="6"].teasers-list.grid .teasers-section a:nth-last-child(-n+6) {
        border-bottom: none
    }

    [data-itemsperrow="7"].teasers-list.grid .teasers-section a {
        width: calc(100% / 7)
    }

    [data-itemsperrow="7"].teasers-list.grid .teasers-section a:nth-child(7n) {
        border-right: none
    }

    [data-itemsperrow="7"].teasers-list.grid .teasers-section a:nth-last-child(-n+7) {
        border-bottom: none
    }

    [data-itemsperrow="8"].teasers-list.grid .teasers-section a {
        width: calc(100% / 8)
    }

    [data-itemsperrow="8"].teasers-list.grid .teasers-section a:nth-child(8n) {
        border-right: none
    }

    [data-itemsperrow="8"].teasers-list.grid .teasers-section a:nth-last-child(-n+8) {
        border-bottom: none
    }

    [data-itemsperrow="9"].teasers-list.grid .teasers-section a {
        width: calc(100% / 9)
    }

    [data-itemsperrow="9"].teasers-list.grid .teasers-section a:nth-child(9n) {
        border-right: none
    }

    [data-itemsperrow="9"].teasers-list.grid .teasers-section a:nth-last-child(-n+9) {
        border-bottom: none
    }
}

@media (min-width:992px) {
    [data-itemsperrow="1"].teasers-list.with-disclaimer .teasers-section a {
        width: calc(100% / 1)
    }

    [data-itemsperrow="1"].teasers-list.with-disclaimer .teasers-section a:nth-child(1n) {
        border-right: none
    }

    [data-itemsperrow="1"].teasers-list.with-disclaimer .teasers-section a:nth-last-child(-n+1) {
        border-bottom: none
    }

    [data-itemsperrow="2"].teasers-list.with-disclaimer .teasers-section a {
        width: calc(100% / 2)
    }

    [data-itemsperrow="2"].teasers-list.with-disclaimer .teasers-section a:nth-child(2n) {
        border-right: none
    }

    [data-itemsperrow="2"].teasers-list.with-disclaimer .teasers-section a:nth-last-child(-n+2) {
        border-bottom: none
    }

    [data-itemsperrow="3"].teasers-list.with-disclaimer .teasers-section a {
        width: calc(100% / 3)
    }

    [data-itemsperrow="3"].teasers-list.with-disclaimer .teasers-section a:nth-child(3n) {
        border-right: none
    }

    [data-itemsperrow="3"].teasers-list.with-disclaimer .teasers-section a:nth-last-child(-n+3) {
        border-bottom: none
    }

    [data-itemsperrow="4"].teasers-list.with-disclaimer .teasers-section a {
        width: calc(100% / 4)
    }

    [data-itemsperrow="4"].teasers-list.with-disclaimer .teasers-section a:nth-child(4n) {
        border-right: none
    }

    [data-itemsperrow="4"].teasers-list.with-disclaimer .teasers-section a:nth-last-child(-n+4) {
        border-bottom: none
    }

    [data-itemsperrow="5"].teasers-list.with-disclaimer .teasers-section a {
        width: calc(100% / 5)
    }

    [data-itemsperrow="5"].teasers-list.with-disclaimer .teasers-section a:nth-child(5n) {
        border-right: none
    }

    [data-itemsperrow="5"].teasers-list.with-disclaimer .teasers-section a:nth-last-child(-n+5) {
        border-bottom: none
    }

    [data-itemsperrow="6"].teasers-list.with-disclaimer .teasers-section a {
        width: calc(100% / 6)
    }

    [data-itemsperrow="6"].teasers-list.with-disclaimer .teasers-section a:nth-child(6n) {
        border-right: none
    }

    [data-itemsperrow="6"].teasers-list.with-disclaimer .teasers-section a:nth-last-child(-n+6) {
        border-bottom: none
    }

    [data-itemsperrow="7"].teasers-list.with-disclaimer .teasers-section a {
        width: calc(100% / 7)
    }

    [data-itemsperrow="7"].teasers-list.with-disclaimer .teasers-section a:nth-child(7n) {
        border-right: none
    }

    [data-itemsperrow="7"].teasers-list.with-disclaimer .teasers-section a:nth-last-child(-n+7) {
        border-bottom: none
    }

    [data-itemsperrow="8"].teasers-list.with-disclaimer .teasers-section a {
        width: calc(100% / 8)
    }

    [data-itemsperrow="8"].teasers-list.with-disclaimer .teasers-section a:nth-child(8n) {
        border-right: none
    }

    [data-itemsperrow="8"].teasers-list.with-disclaimer .teasers-section a:nth-last-child(-n+8) {
        border-bottom: none
    }

    [data-itemsperrow="9"].teasers-list.with-disclaimer .teasers-section a {
        width: calc(100% / 9)
    }

    [data-itemsperrow="9"].teasers-list.with-disclaimer .teasers-section a:nth-child(9n) {
        border-right: none
    }

    [data-itemsperrow="9"].teasers-list.with-disclaimer .teasers-section a:nth-last-child(-n+9) {
        border-bottom: none
    }
}

.market-hours-teaser .title-section {
    text-align: center;
    color: #12225c;
    margin-bottom: 36px
}

.market-hours-teaser .title-section h5 {
    color: #000
}

.market-hours-teaser .disclaimer-section {
    padding-top: 40px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    max-width: 80%;
    margin: 0 auto
}

.market-hours-teaser .teaser-card {
    flex: 1;
    padding: 0;
    min-width: auto;
    border: 0 none
}

[class*=rounded-top-].market-hours-teaser .teaser-card {
    overflow: hidden
}

@media (max-width:576px) {
    .rounded-top-left-corner-mobile.market-hours-teaser .teaser-card {
        border-top-left-radius: 24px
    }
}

@media (max-width:576px) {
    .rounded-top-right-corner-mobile.market-hours-teaser .teaser-card {
        border-top-right-radius: 24px
    }
}

@media (min-width:577px) {
    .rounded-top-left-corner-desktop.market-hours-teaser .teaser-card {
        border-top-left-radius: 24px
    }
}

@media (min-width:577px) {
    .rounded-top-right-corner-desktop.market-hours-teaser .teaser-card {
        border-top-right-radius: 24px
    }
}

.market-hours-teaser .teaser-card .card-teaser-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 30px 18px
}

.market-hours-teaser .teaser-card .card-teaser-head .teaser-title {
    white-space: nowrap
}

.market-hours-teaser .teaser-card .card-teaser-text {
    padding: 24px 18px;
    flex: 1
}

.market-hours-teaser.primary-blue-background .title-section h2,
.market-hours-teaser.primary-blue-background .title-section h5 {
    color: #fff
}

@media screen and (max-width:991px) {
    .market-hours-teaser .teaser-card {
        margin-bottom: 26px;
        flex-basis: 100%
    }

    .market-hours-teaser .teaser-card .card-teaser-head {
        flex-direction: row;
        align-items: center
    }

    .market-hours-teaser .teaser-card .card-teaser-head .teaser-title {
        font-size: 16px;
        margin-left: 13px;
        margin-bottom: 0;
        flex: 1
    }

    .market-hours-teaser .teaser-card .card-teaser-head::after {
        display: flex;
        content: "";
        background-image: url(../../../images/chevron-down-main.svg);
        background-repeat: no-repeat;
        background-size: 12px;
        width: 12px;
        height: 12px;
        transition: transform .5s
    }

    .market-hours-teaser .teaser-card .card-teaser-head.expanded::after {
        transform: rotate(180deg)
    }

    .market-hours-teaser .card-teaser-text {
        display: none
    }

    .market-hours-teaser .teaser-icon {
        margin-bottom: 0
    }

    .market-hours-teaser .teaser-icon img {
        height: 24px
    }
}

@media (max-width:575px) {
    .teasers-list:not(.full-width) {
        padding-left: 0;
        padding-right: 0
    }
}

.teasers-list:not(.full-width)>.component-content {
    padding-left: 40px;
    padding-right: 40px
}

@media (max-width:991px) {
    .teasers-list:not(.full-width)>.component-content {
        padding-left: 15px;
        padding-right: 15px
    }
}

.teasers-list .teaser-title {
    word-wrap: normal;
    -webkit-hyphens: none;
    hyphens: none;
    font-weight: 500
}

@media (max-width:991px) {
    .teasers-list .teaser-title {
        font-size: 24px;
        line-height: 30px
    }
}

body.professional:not(.on-page-editor) .teasers-list>.component-content {
    padding: 0
}

.teasers-list.with-disclaimer a .teaser-title {
    min-height: 48px
}

.teasers-list.with-disclaimer.hover-effects a {
    transition: transform .3s, box-shadow .3s, padding .3s
}

.teasers-list.with-disclaimer.hover-effects a>div {
    transition: margin .3s;
    border-bottom: 0 none !important
}

.teasers-list.with-disclaimer.hover-effects a:hover {
    border: none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .14);
    border-radius: 10px;
    background-color: #fff;
    transform: scale(1.05);
    padding: 45px 50px 45px;
    position: relative;
    z-index: 2
}

[class*=rounded-top-].teasers-list.with-disclaimer.hover-effects a:hover {
    overflow: hidden
}

@media (max-width:576px) {
    .rounded-top-left-corner-mobile.teasers-list.with-disclaimer.hover-effects a:hover {
        border-top-left-radius: 24px
    }
}

@media (max-width:576px) {
    .rounded-top-right-corner-mobile.teasers-list.with-disclaimer.hover-effects a:hover {
        border-top-right-radius: 24px
    }
}

@media (min-width:577px) {
    .rounded-top-left-corner-desktop.teasers-list.with-disclaimer.hover-effects a:hover {
        border-top-left-radius: 24px
    }
}

@media (min-width:577px) {
    .rounded-top-right-corner-desktop.teasers-list.with-disclaimer.hover-effects a:hover {
        border-top-right-radius: 24px
    }
}

.teasers-list.with-disclaimer.hover-effects a:hover .teaser-description {
    opacity: 1
}

.teasers-list.with-disclaimer.hover-effects a:hover>div:first-child {
    margin-top: auto
}

.teasers-list.with-disclaimer.hover-effects a:hover>div:last-child {
    margin-bottom: auto
}

.market-hours-teaser>.component-content {
    padding: 40px 0 !important
}

.market-hours-teaser .title-section h5 {
    line-height: 50px
}

.market-hours-teaser .teasers-section {
    margin-left: -15px;
    margin-right: -15px
}

.market-hours-teaser .disclaimer-section {
    color: #707070
}

.market-hours-teaser .teaser-card {
    margin-left: 15px;
    margin-right: 15px;
    background-color: #f9f9fc
}

.market-hours-teaser .teaser-card .card-teaser-head {
    background: #fff
}

.market-hours-teaser .card.teaser-card {
    transition: none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .14)
}

.market-hours-teaser .card.teaser-card:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .14)
}

@media screen and (max-width:991px) {
    .market-hours-teaser .teaser-card {
        margin-bottom: 26px;
        flex-basis: 100%
    }

    .market-hours-teaser .teaser-card .card-teaser-head {
        flex-direction: row;
        align-items: center
    }

    .market-hours-teaser .teaser-card .card-teaser-head .teaser-title {
        font-size: 16px;
        margin-left: 13px;
        margin-bottom: 0;
        flex: 1
    }

    .market-hours-teaser .teaser-card .card-teaser-head::after {
        display: flex;
        content: "";
        background-image: url(../../../images/chevron-down-main.svg);
        background-repeat: no-repeat;
        background-size: 12px;
        width: 12px;
        height: 12px;
        transition: transform .5s
    }

    .market-hours-teaser .teaser-card .card-teaser-head.expanded::after {
        transform: rotate(180deg)
    }

    .market-hours-teaser .card-teaser-text {
        display: none
    }

    .market-hours-teaser .teaser-icon {
        margin-bottom: 0
    }

    .market-hours-teaser .teaser-icon img {
        height: 24px
    }
}