
.splash-content{
    display:inline-flex;
    align-items:center;
    gap:25px;
}

.splash-content .ta{
    color:var(--accent-yellow);
    font-size: var(--fs-big);
    font-weight:700;
}

.splash-content .style{
    font-family: 'Chalkduster', cursive;
    font-size: var(--fs-big);
    color: var(--text-primary);
    font-size: clamp(2.6rem, 5vw, 3.6rem);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.splash-ta-style{
    background:linear-gradient(rgba(0,0,0,.85),rgba(0,0,0,.85));
    background-size:cover;
    background-position:center;
}
.ta-style-page .nav-wrapper{
    background:var(--div-black);
}

html, body {
    height: auto;
}

.ta-style-page {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column; 
}

.ta-style-page::before {
    content: "";
    position: absolute;     
    top: 70px;             
    left: 0;
    right: 0;
    bottom: 0;             
    width: 100%;
    background-image: url("/static/core/images/TA-STYLE.webp");
    background-size: cover;
    background-position: center top; 
    background-repeat: no-repeat;
    
    z-index: -1;
    pointer-events: none; 
}

.ta-graphic-right {
    position: absolute;
    
    width: 100%; 
    height: 100%;
    
    z-index: 1; 
    pointer-events: none; 
}
.TA-tital{
    font-size: var(--fs-h2);
    color: var(--div-black) !important;
    font-weight:700;
    letter-spacing:1px;
    z-index: 5;
}

.description{
    max-width:65ch;
    line-height:1.5;
    margin-bottom:32px;
    text-align: justify;
    text-justify: inter-character; 
    word-spacing: normal;  
    letter-spacing: -0.35px; 

    hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
}

.row{
    align-items:stretch;
}

.TA-image{
    width:100%;
    height:100%;
    min-height:420px;
    overflow:hidden;
    position:relative;
    border-radius:6px;
}
.TA-image .carousel-inner{
    height:100%;
}

.TA-image .carousel-item{
    height:100%;
}
.TA-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.TA-image .carousel-item{
    height:100%;
}

.carousel-control-prev,
.carousel-control-next{
    top:50%;
    transform:translateY(-50%);
}

.carousel-indicators{
    bottom:12px;
    margin-bottom:0;
}

.carousel-indicators [data-bs-target]{
    width:9px;
    height:9px;
    border-radius:50%;
}


@media (max-width:991px){
.ta-style-page::before {
    content: "";
    position: absolute;     
    top: 70px;             
    left: 0;
    right: 0;
    bottom: 0;             
    width: 100%;
    background-image:url("/static/core/images/TA-STYLE.webp");
    
    background-size: cover;
    background-position: center top; 
    background-repeat: no-repeat;
    
    z-index: -1;
    pointer-events: none; 
}
    .description {
        text-align: left;
        text-justify: none; 
        letter-spacing: normal; 
        word-spacing: normal; 
        line-height: 1.5; 
        -webkit-hyphens: none;
        hyphens: none;
        word-break: normal;
        width: 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }

}

@media (max-width:768px){
    .ta-style-page::before {
    top: 55px;
    content: "";
    position: absolute;     
    top: 70px;             
    left: 0;
    right: 0;
    bottom: 0;             
    width: 100%;
    background-image:url("/static/core/images/TA-STYLE.webp");
    
    background-size: cover;
    background-position: center top; 
    background-repeat: no-repeat;
    
    z-index: -1;
    pointer-events: none; 
}
}


.ta-decorations {
    position: absolute; 
    top: 70px; 
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0; 
    pointer-events: none;
    overflow: hidden;
}

.ta-tl-yellow-box3 {
    position: absolute;
    top: 31px;
    left: 27.5px;
    width: 508px;
    height: 67px;
    background-color: var(--div-yellow);
    z-index: 1;
}

.ta-tl-black-box4 {
    position: absolute;
    top: 42.3px;
    left: 193px; 
    width: 342px;
    height: 55px;
    background-color: var(--div-black);
    z-index: 2;
}

.ta-tl-gray-box2 {
    position: absolute;
    top: 58px;
    left: 193px; 
    width: 342px;
    height: 40px;
    background-color: var(--div-light-gray);
    z-index: 3;
}

.ta-tl-bracket1 {
    position: absolute;
    top: 90px;
    left: 442px;
    width: 93px;
    height: 425px;
    border-right: 12px solid var(--div-light-gray);
    border-bottom: 12px solid var(--div-light-gray);
    z-index: 2;
}

.ta-nl-gray-bracket{
    position: absolute;
    top: 31px;
    left: 543px;
    width: 299px;
    height: 110px;
    border-top: 12px solid var(--div-light-gray);
    border-left: 34px solid var(--div-light-gray);
    z-index: 1;
}

.ta-bl-gray-box {
    position: absolute;
    bottom: 65px;
    left: 42px;
    width: 285px;
    height: 43px;
    background-color: var(--div-light-gray);
    z-index: 3;
}

.ta-bl-black-box {
    position: absolute;
    bottom: 46px;
    left: 42px; 
    width: 285px;
    height: 40px;
    z-index: 2;
    background-color: var(--div-black);
}

.ta-bl-bracket {
    position: absolute;
    bottom: 36px;
    left: 27.5px;
    width: 300px;
    height: 207px;
    border-bottom: 20px solid var(--div-yellow);
    border-left: 50px solid var(--div-yellow);
    z-index: 1;
}

.ta-br-bracket {
    position: absolute;
    bottom: 36px;
    right: 75px;
    width: 157px;
    height: 150px;
    border-right: 12px solid var(--div-yellow);
    border-bottom: 25px solid var(--div-yellow);
}

@media (max-width: 991px) {
    .ta-decorations {
        display: none; 
    }
    .TA-tital{
        color:var(--text-primary) !important;
    }
}