<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.content-tabs__tab-list {
    border-bottom: 2px solid #f2f2f2;
}
.content-tabs__tab {
    margin-left: 2px;
}
.content-tabs--type-3 .content-tabs__tab {
    margin: 5px 5px 0 0;
}
.content-tabs__tab:first-child {
    margin-left: 0;
}
.content-tabs__tab-link {
    font-size: 1.2rem;
    color: #545454;
    border: 2px solid #f2f2f2;
    border-bottom: 0;
    background-color: #f2f2f2;
}
.content-tabs__tab-link--active,
.r-tabs-state-active .content-tabs__tab-link {
    background-color: #fff;
}

.content-tabs__tab-content-inner {
    border-color: transparent #f2f2f2 transparent;
}
.content-tabs__tab-content:last-child .content-tabs__tab-content-inner {
    border-bottom-color: #f2f2f2;
}
.content-tabs--type-3 {
    position: relative;
}
.content-tabs--type-3 .content-tabs__tab-list::-webkit-scrollbar {
    display: none;
}
.content-tabs--type-3 .content-tabs__tab-list {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: 48px;
    position: relative;
    scroll-behavior: smooth;
}
.content-tabs--type-3 .content-tabs--type-3__arrow-left,
.content-tabs--type-3 .content-tabs--type-3__arrow-right {
    display: none;
    position: absolute;
    height: 44px;
    width: 35px;
    background: #f5f5f5;
    border: 0;
    z-index: 9;
    top: 2px;
    padding: 0;
}
.content-tabs--type-3 .content-tabs--type-3__arrow-left {
    left: -1px;
}
.content-tabs--type-3 .content-tabs--type-3__arrow-right {
    right: -1px;
}
.content-tabs--type-3 .content-tabs--type-3__arrow-left .svg-icon {
   transform: rotate(90deg);
}
.content-tabs--type-3 .content-tabs--type-3__arrow-right .svg-icon {
   transform: rotate(270deg);
}

.content-tabs--type-3 .content-tabs__tab-list .content-tabs__tab {
    display: inline-block;
}
.content-tabs--type-3 .content-tabs__tab-list .content-tabs__tab:first-child {
    margin-left: -12px;
}
.content-tabs--type-3 .content-tabs__tab-list .content-tabs__tab:last-child {
    margin-right: -12px;
}
.content-tabs--type-3 .content-tabs__tab-link {
    padding: 8px 12px;
    border: 0;
    background: none;
    transition: all .4s;
    font-weight: bold;
}
.content-tabs--type-3 .content-tabs__tab-link:before {
    content: '';
    position: absolute;
    width: calc(100% - 24px);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background-color: #fff;
}
.content-tabs--type-3 .content-tabs__tab-link:hover:before {
    background-color: #f96915;
}
.content-tabs--type-3 .content-tabs__tab-link--active,
.content-tabs--type-3 .r-tabs-state-active .content-tabs__tab-link {
    border: 0;
}
.content-tabs--type-3 .r-tabs-state-active .content-tabs__tab-link:before {
    background-color: #f96915;
}
.content-tabs--type-3 .content-tabs__tab-content-inner {
    border-width: 0;
    padding: 15px 0;
}
.content-tabs--type-3 .r-tabs-accordion-title {
    display: none;
}
.content-tabs--type-3 .content-tabs__tab-list + .r-tabs-accordion-title {
    margin-top: 0;
}
.r-tabs-accordion-title .r-tabs-anchor {
    font-size: 1.2rem;
    color: #545454;
    background-color: #f2f2f2;
}
/*.content-tabs--type-3 .r-tabs-accordion-title .r-tabs-anchor {
    border-radius: 5px;
}*/
.r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    color: #f96915;
    background-color: #f2f2f2;
}
/*.content-tabs--type-3 .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    font-weight: bold;
    color: #fff;
    background-color: #f96915;
}*/

.content-tabs__tab.r-tabs-state-active:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 100%;
    right: 2px;
    height: 2px;
    background-color: #fff;
}
.content-tabs--type-3 .content-tabs__tab.r-tabs-state-active:before {
    display: none;
}

@media ( min-width: 768px ) {
    .content-tabs--type-2 .content-tabs__tab-list {
        justify-content: center;
        margin-bottom: 20px;
        border-bottom: 0;
    }
    .content-tabs--type-3 .content-tabs__tab-list {
        flex-wrap: wrap;
        margin-top: -5px;
    }
    .content-tabs--type-3 .content-tabs__tab-link {
        font-size: .8rem;
    }
    .content-tabs--type-2 .content-tabs__tab {
        margin: 0;
        padding: 0 30px;
        flex-grow: 0;
        border-left: 2px solid #cbc9c8;
    }
    .content-tabs--type-2 .content-tabs__tab:first-child {
        border-left: 0;
    }
    .content-tabs--type-3 .content-tabs__tab {
        flex-grow: 0;
    }

    .content-tabs--type-2 .content-tabs__tab-link {
        font-size: 1rem;
        font-weight: bold;
        color: #f96915;
        border: 0;
        background-color: transparent;
    }
    .content-tabs--type-2 .content-tabs__tab-link--active,
    .content-tabs--type-2 .r-tabs-state-active .content-tabs__tab-link {
        color: #545454;
    }
    /* Helper to avoid jibber-jabber on hover (due to bold font-weight) */
   /* .content-tabs--type-3 .content-tabs__tab-link:before {
        content: attr(data-text);
        position: absolute;
        left: 12px;
        top: 8px;
        right: 12px;
    }*/
    .content-tabs--type-3 .content-tabs__tab-link-text {
        font-weight: bold;
    }

    .content-tabs--type-2 .content-tabs__tab.r-tabs-state-active:before {
        left: 45px;
        right: 45px;
        height: 4px;
        background-color: currentColor;
    }

    .content-tabs__tab-content-inner {
        border-bottom-color: #f2f2f2;
        border-width: 0 2px 2px;
    }
    .content-tabs--type-2 .content-tabs__tab-content-inner {
        padding: 15px;
        border: 0;
    }
    .content-tabs--type-3 .content-tabs__tab-content-inner,
    .content-tabs--type-3 .content-tabs__tab-content:last-child .content-tabs__tab-content-inner {
        padding: 2em 0;
        border-width: 0 0 0;
        border-color: #cbc9c8;
    }
    .content-tabs--type-3 .content-tabs__tab-list {
        height: 42px;
    }
    .content-tabs--type-3 .content-tabs--type-3__arrow-left,
    .content-tabs--type-3 .content-tabs--type-3__arrow-right {
        height: 38px;
    }
}
@media ( min-width: 992px ) {
    .content-tabs--type-3 .content-tabs__tab-list {
        height: 45px;
    }
    .content-tabs--type-3 .content-tabs--type-3__arrow-left,
    .content-tabs--type-3 .content-tabs--type-3__arrow-right {
        height: 41px;
    }
}
@media ( min-width: 1200px ) {
    .content-tabs--type-2 .content-tabs__tab-list {
        margin-bottom: 30px;
    }
    .content-tabs--type-3 .content-tabs__tab-list {
        height: 47px;
    }
    .content-tabs--type-3 .content-tabs--type-3__arrow-left,
    .content-tabs--type-3 .content-tabs--type-3__arrow-right {
        height: 43px;
    }
}
</pre></body></html>