.T5725 .content {
	overflow: hidden
}


.T5725 .content .nav {
	display: flex;
	justify-content: center;
	gap: 1rem;
	margin: 1rem 0 2rem 0;
	flex-wrap: wrap;
}

.T5725 .content .nav .button {
	padding: 0.3rem 1.3rem;
	border: 1px solid var(--bgcolor-button, black);
	color: var(--bgcolor-button, black);
	border-radius: 15px;
	background-color: #FFF;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
}

.T5725 .content .nav .button.active {
	background-color: var(--bgcolor-button, black);
	color: white;
}


.T5725 .content .nav_arrow {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin: 0.8rem 0 1rem 0;
}

.T5725 .content .nav_arrow.hide { display: none; }

.T5725 .content .nav_arrow .button {
	width: 2rem;
	height: 2rem;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	color: var(--bgcolor-button, black);
	background-color: oklch(from currentcolor l c h / 5%);
	border: 1px solid currentcolor;
	cursor: pointer;
	font-size: 1.5rem;
	line-height: 1;

	display: flex;
	justify-content: center;
	align-items: center;
}

.T5725 .content .nav_arrow .button.disabled {
	color: #DDD;
	cursor: default;
}

.T5725 .content .nav_arrow .button span {
	width: 1rem;
	height: 1rem;
	line-height: 0.55;
}

.T5725 .content .nav_arrow .button:not(.disabled):hover {
	background-color: oklch(from currentcolor l c h / 30%);
}

.T5725 .content .carousel {
	display: flex;
	flex-direction: row;
    transition: transform 0.5s ease-in-out, height 0.5s ease-in-out;
}

.T5725 .content .carousel .slide {
	display: flex;
	flex-direction: row;
	width: 100%;
	align-self: flex-start;
}

.T5725 .content .carousel .slide .col {
	width: 50%;
}

.T5725 .content .carousel .slide .col.text {
	padding: 1rem 3.2rem 1rem 3.2rem;
	display: flex;
	flex-direction: column;
}

.T5725 .content .carousel .slide .col.image {
	padding: 1rem 3.2rem 1rem 0;
	text-align:right;
}

.T5725 .content .carousel .slide .col.image span.fontsize_xxsmall {
    margin: 10px;
}

.T5725 .content .carousel .slide .col.text .info {
	margin: 1rem 0;
}

.T5725 .content .carousel .slide .col.text .textile {
	margin-top: auto;
}

.T5725 .content .carousel .slide .col.image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.T5725 .text .ql-align-center {
	text-align: center;
}

.T5725 .text .ql-align-right {
	text-align: right;
}

.T5725 .text code {
	background-color: inherit;
	border-radius: 3px;
	font-size: 85%;
	padding: 2px 4px;
	border: 1px solid #ccc !important;
}
.T5725 .text code a {
	color: inherit !important;
}

.T5725 .ql-align-center {
	text-align: center;
}

.T5725 .ql-align-right {
	text-align: right;
}@media all and (max-width: 1024px) {
	
	.T5725 .content .carousel .slide {
		flex-direction: column-reverse;
	}

	.T5725 .content .carousel .slide .col {
		margin: 0 auto;

	}

	.T5725 .content .carousel .slide .col.text {
		padding-top: 1rem;
        margin: 0 !important;
	}
	
	.T5725 .content .carousel .slide .col.text.bgcolor {
		margin: -40px 0 0 15px !important;
        width: calc(100% - 30px);
		z-index:5;

	}
	
	.T5725 .content .carousel .slide .col.image.bgcolor_image span {
		display:none;
	}
	 
	.T5725 .content .carousel .slide .col {
		width: 100%;
	}
	
	.T5725 .content .carousel .slide .col.image { 
		padding:0;
		z-index:1;
	}
	
}


@media all and (max-width: 1024px) {
    .T5725.S9260 .content .carousel .slide .col.text {
        padding: 1rem 0;
    }   
}