.widget-documentation.template-1{
    position: relative;
    overflow: hidden;
    font-size: clamp(16px, 1.8vw, 20px);
}
.widget-documentation.template-1 .widget-header{
    display: flex;
    flex-direction: column;
    gap: 1.8em;
}
.widget-documentation.template-1 .widget-header .widget-title{
    font-size: 3.2em;
    font-weight: 700;
    line-height: 128%;
    color: #000000;
}
.widget-documentation.template-1 .widget-header .widget-description{
    font-size: 1em;
    font-weight: 400;
    line-height: 1.35;
    color: #000;
}
.widget-documentation.template-1 .widget-header .widget-description a{
    text-decoration: underline;
    text-decoration-skip-ink: none;
}
.widget-documentation.template-1 .widget-header .widget-description p{
    margin-bottom: .85em;
}
.widget-documentation.template-1 .widget-header .widget-description p:last-child{
    margin-bottom: 0;
}
.widget-documentation.template-1 .widget-header + .widget-content{
    margin-top: 1.8em;
}
.widget-documentation.template-1 .widget-header + .widget-content:has(.widget-video){
    margin-top: clamp(36px, 6vw, 67px);
}
.widget-documentation.template-1 .widget-content{
    display: flex;
    gap: 40px;
}
.widget-documentation.template-1 .widget-items{
    display: flex;
    flex-direction: column;
    gap: 1.1em;
    flex: 1;
}
.widget-documentation.template-1 .widget-item{
    display: flex;
    gap: 12px;
}
.widget-documentation.template-1 .widget-item-index{
    font-size: 1em;
    font-weight: 400;
    line-height: 128%;
    color: #000;
}
.widget-documentation.template-1 .widget-item-title{
    font-size: 1em;
    font-weight: 400;
    line-height: 128%;
    color: #000000;
}
.widget-documentation.template-1 .widget-item-title span.special{
    font-weight: 500;
}
.widget-documentation.template-1 .widget-item-description{
    font-size: 1em;
    font-weight: 400;
    line-height: 128%;
    color: #626262;
}
.widget-documentation.template-1 .widget-item-title + .widget-item-description{
    margin-top: .55em;
}
.widget-documentation.template-1 .widget-video{
    position: relative;
    user-select: none;
    flex: 1;
}
.widget-documentation.template-1 .widget-items + .widget-video{
    max-width: 545px;
}
.widget-documentation.template-1 .widget-video a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.widget-documentation.template-1 .widget-video img{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}
.widget-documentation.template-1 .widget-video-wrapper{
    position: relative;
}
.widget-documentation.template-1 .widget-video video{
    width: 100%;
    cursor: pointer;
}
.widget-documentation.template-1 .widget-video video::-moz-media-controls,
.widget-documentation.template-1 .widget-video video::-ms-media-controls,
.widget-documentation.template-1 .widget-video video::-webkit-media-controls{
    opacity: 0;
    transition: opacity .2s ease-out;
}
.widget-documentation.template-1 .widget-video video:hover::-moz-media-controls,
.widget-documentation.template-1 .widget-video video:hover::-ms-media-controls,
.widget-documentation.template-1 .widget-video video:hover::-webkit-media-controls{
    opacity: 1;
}
.widget-documentation.template-1 .widget-video-icon{
    display: flex;
    position: absolute;
    pointer-events: none;

    transition: opacity .2s ease-out, transform .38s cubic-bezier(0.4, 0, 0.2, 1);
}
.widget-documentation.template-1 .widget-video a:hover .widget-video-icon,
.widget-documentation.template-1 .widget-video a:focus .widget-video-icon{
    transform: scale(1.1);
}
.widget-documentation.template-1 .widget-video-icon svg{
    width: 100%;
    height: auto;
}
.widget-documentation.template-1 .widget-video video[data-state='paused'] + .widget-video-icon{
    opacity: 0;
}
.widget-documentation.template-1 .widget-video-title{
    font-size: 1em;
    font-weight: 400;
    line-height: 128%;
    color: #000;
    margin-top: 9px;
}
.widget-documentation.template-1 .widget-video-date{
    font-size: .8em;
    font-weight: 400;
    line-height: 1;
    color: #A9AAB8;
    margin-top: 10px;
}
@media all and (max-width: 800px) {
    .widget-documentation.template-1{
        font-size: clamp(16px, 2.8vw, 18px);
    }
    .widget-documentation.template-1 .widget-header{
        gap: 1.4em;
    }
    .widget-documentation.template-1 .widget-header .widget-title{
        font-size: 2.6em;
    }
    .widget-documentation.template-1 .widget-content{
        flex-wrap: wrap;
    }
    .widget-documentation.template-1 .widget-items,
    .widget-documentation.template-1 .widget-video{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .widget-documentation.template-1 .widget-items + .widget-video{
        max-width: 100%;
    }
}
@media all and (max-width: 600px) {
    .widget-documentation.template-1 .widget-header{
        gap: 1em;
    }
    .widget-documentation.template-1 .widget-header .widget-title {
        font-size: 1.75em;
    }
    .widget-documentation.template-1 .widget-header .widget-description{
        line-height: 130%;
    }
    .widget-documentation.template-1 .widget-content{
        gap: 34px 40px;
    }
    .widget-documentation.template-1 .widget-header + .widget-content{
        margin-top: clamp(26px, 6vw, 50px);
    }
    .widget-documentation.template-1 .widget-item{
        gap: 8px;
    }
}
