/* Technology Tabs */
.block-technology-tabs {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #0D0D0D;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

.block-technology-tabs .content-above-area {
    margin-bottom: 2rem;
}

.technology-tabs-heading {
    margin-bottom: 32px;
    text-align: center;
}

.block-technology-tabs .technology-tabs-title {
    margin: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.84;
    text-transform: none;
}

.block-technology-tabs .technology-tabs-title span {
    display: inline-block;
    font-weight: 700;
    color: #E54123;
}

.technology-tabs-nav {
    border-bottom: 0;
    display: flex;
    gap: 4px;
    margin-bottom: 64px;
}

.technology-tabs-nav .nav-item {
    flex: 1;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
    transition: .2s ease all;
}

.technology-tabs-nav .nav-item:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.technology-tabs-nav .nav-item:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.technology-tabs-nav .nav-link {
    padding: 20px 48px;
    align-items: center;
    display: flex;
    color: #1D1E20;
    font-size: 28px;
    font-weight: 600;
    height: 100%;
    justify-content: center;
    line-height: 32px;
    border: none;
    border-radius: 0;
    background-color: #fff;
    width: 100%;
    transition: .2s ease all;
}

.technology-tabs-nav .nav-link.active,
.technology-tabs-nav .nav-link:hover {
    background-color: #e54123;
    border-color: #e54123;
    color: #fff;
}

.technology-tabs-row {
    display: grid;
    gap: 56px;
    grid-template-columns: 473px minmax(0, 1fr);
}

.technology-tabs-media {
    border-radius: 6px;
    overflow: hidden;
}

.technology-tabs-row.no-media {
    grid-template-columns: 1fr;
}

.technology-tabs-media p:last-child {
    margin: 0;
}

.technology-tabs-poster {
    background: transparent;
    border: 0;
    cursor: pointer;
    display: block;
    padding: 0;
    position: relative;
    width: 100%;
}

.technology-tabs-poster::before {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    content: '';
    inset: 0;
    position: absolute;
    transition: .2s ease all;
    z-index: 1;
}

.technology-tabs-poster:hover::before {
    background-color: rgba(0, 0, 0, 0.35);
}

.technology-tabs-play {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    height: 50px;
    justify-content: center;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .2s ease all;
    width: 50px;
    z-index: 2;
}

.technology-tabs-play:hover {
    background-color: rgba(0, 0, 0, 1);
}

.technology-tabs-play::before {
    border-bottom: 10px solid transparent;
    border-left: 16px solid #fff;
    border-top: 10px solid transparent;
    content: '';
    display: block;
    margin-left: 5px;
}

.technology-tabs-poster:hover .technology-tabs-play,
.technology-tabs-poster:focus .technology-tabs-play {
    opacity: 1;
}

.technology-tabs-media img,
.technology-tabs-media video {
    border-radius: 3px;
    display: block;
    width: 100%;
}

.technology-tabs-copy {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;
}

.technology-tabs-copy * {
    font-size: inherit;
}

.technology-tabs-copy p:last-child {
    margin: 0;
}

@media screen and (max-width: 1199px) {
    .block-technology-tabs {
        padding-top: 72px;
        padding-bottom: 72px;
    }

    .block-technology-tabs .technology-tabs-title {
        font-size: 42px;
        line-height: 1.5;
    }

    .technology-tabs-nav {
        margin-bottom: 48px;
    }

    .technology-tabs-nav .nav-link {
        padding: 18px 28px;
        font-size: 22px;
        line-height: 28px;
    }

    .technology-tabs-row {
        gap: 40px;
        grid-template-columns: 420px minmax(0, 1fr);
    }
}

@media screen and (max-width: 991px) {
    .block-technology-tabs {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .block-technology-tabs .technology-tabs-title {
        font-size: 36px;
    }

    .technology-tabs-nav .nav-link {
        padding: 16px 18px;
        font-size: 18px;
        line-height: 24px;
    }

    .technology-tabs-row {
        gap: 32px;
        grid-template-columns: 1fr;
    }

    .technology-tabs-media {
        justify-self: center;
        max-width: 473px;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .block-technology-tabs {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .technology-tabs-heading {
        margin-bottom: 24px;
    }

    .block-technology-tabs .technology-tabs-title {
        font-size: 32px;
        line-height: 1.35;
    }

    .technology-tabs-nav {
        flex-direction: column;
        gap: 8px;
        margin-bottom: 32px;
    }

    .technology-tabs-nav .nav-item,
    .technology-tabs-nav .nav-item:first-child,
    .technology-tabs-nav .nav-item:last-child {
        border-radius: 6px;
    }

    .technology-tabs-row {
        gap: 24px;
    }

    .technology-tabs-copy {
        font-size: 17px;
        line-height: 27px;
    }
}

@media screen and (max-width: 575px) {
    .block-technology-tabs {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .block-technology-tabs .technology-tabs-title {
        font-size: 28px;
    }

    .technology-tabs-nav .nav-link {
        padding: 13px 14px;
        font-size: 16px;
        line-height: 22px;
    }

    .technology-tabs-copy {
        font-size: 16px;
        line-height: 26px;
    }
}
