﻿.tabSystem .tabSystem__contentButton {
    background: rgb(247, 244, 242);
    border-radius: 3rem;
    padding: 7px 6px;
    max-width: 100%;
    margin: 0 auto;
    display: inline-block;
}

.tabSystem .tabSystem__button {
    max-width: 17rem;
    text-align: center;
    border-radius: 3rem;
    padding: 0.7rem 1rem;
}

.tabSystem .tabSystem__buttonEnable {
    background: white;
}

.tabSystem .tabSystem__buttonDisable {
    opacity: 0.5;
}

.tabSystem .tabSystem__buttonName {
    font-size: 1rem;
    font-weight: bold;
}

.tabSystem .tabSystem__image img {
    width: 100%;
    height: 27rem;
    object-fit: cover;
}

.tabSystem .tabSystem__BorderRadius img {
    border-radius: 2rem;
}

.tabSystem .CallToAction {
    padding-bottom: 2rem;
}

.tabSystem .tp-video-media {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

.tabSystem .tp-video-media__video {
    visibility: visible;
    Position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(2px);
}

.tabSystem .tabSystem__contentButton .tns-item {
    flex-shrink: 0;
}

@media (min-width:576px) {
    .tabSystem .tabSystem__button {
        max-width: max-content;
        padding: 0.7rem 2rem;
    }
}

@media (min-width:992px) {
    .tabSystem .tabSystem__image img {
        max-width: 40rem;
    }

    .tabSystem .CallToAction a {
        --cta-padding-x: 2.7rem !important;
    }

    .tabSystem .tabSystem__contentButton {
        max-width: 50rem;
    }
}
