/* Description */
.solution .description {
	position: relative;
	padding: 30px;
	background: #D3F2F2;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
	overflow: hidden;
}
.solution .description h2 {
	font-weight: 400;
	margin-bottom: 7px;
	font-size: 22px;
}
.solution .description .middle {
	display: block;
	width: 50%;
	margin-top: -80px;
	height: auto;
}
.solution .description img {
	position: relative;
	margin: 0px;
	width: 360px;
}
.solution .description .article div:first-child {
	position: relative;
	width: auto;
}
.solution .description .article div:first-child > div:before {
    content: '';
    padding-top: 100%;
    float: left;
}
.solution .description .article div:last-child {
	margin-top: -120px;
}

@media (max-width: 880px) {
	.solution .description canvas {
		width: 200%;
	}
	.solution .description .middle {
		flex-direction: column;
		width: 100%;
	}
	.solution .description .article div:first-child > div {
		margin: 140px 0 0 calc(50% - 55px);
	}
	.solution .description .article div:last-child {
		margin-top: 0;
	}

}
@media (max-width: 480px) {
	.solution .description {
		padding: 0;
	}
	.solution .description .buttons {
		padding-bottom: 30px;
	}
}
.solution .ellipse {
	margin-top: -1px;
	margin-bottom: -12%;
}
.solution .ellipse img {
	width: 100%;
}

/* Video */
.solution video {
	border: 1px solid #090909;
	border-radius: 6px;
	width: 100%;
	height: 100%;
	max-width: 900px;
}
/* Compatibility */
@media (max-width: 960px) {
	.solution .compatibility div.article.buttons a {
		width: 50%;
		margin: 20px 0;
	}
}
@media (max-width: 300px) {
	.solution .compatibility div.article.buttons a {
		width: 100%;
	}
}
/* Reports */
.solution .reports .slider-container {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.solution .reports .slider {
    display: flex;
    overflow: hidden;
    width: 100%;
}

.solution .reports .slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.solution .reports .slider-wrapper a {
    display: block;
    width: 404px;
    height: 568px;
    margin-right: 20px;
    flex-shrink: 0;
    border-radius: 10px;
}

.solution .reports .slider-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.solution .reports .scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #EEEEEE;
    border-radius: 50%;
    height: 38px;
    width: 38px;
    z-index: 10;
	cursor: pointer;
}

.solution .reports .prev-btn {
    left: 10px;
}

.solution .reports .next-btn {
    right: 10px;
}

@media (max-width: 1180px) {
	.solution .reports .scroll-btn,
	.solution .reports .prev-btn,
	.solution .reports .next-btn {
		display: none;
	}
	.solution .reports .slider-container {
		max-width: auto;
	}
	.solution .reports .slider-wrapper a {
		width: 202px;
		height: 284px;
		margin: 10px;
	}
	.solution .reports .slider-wrapper {
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	
}
@media (max-width: 300px) {
	.solution .reports .slider-wrapper a {
		width: 101px;
		height: 142px;
	}
}
/* compatibility */
.solution .miscellaneous .slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    border-radius: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: -20px;
}

.solution .miscellaneous .slides {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.5s ease-in-out;
}

.solution .miscellaneous .slide {
    flex: 0 0 auto;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px; /* Optional padding between slides */
    text-align: center;
}

.solution .miscellaneous .slide img {
    width: 100%;
    height: auto;
}

.solution .miscellaneous .navigation {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.solution .miscellaneous .nav-btn {
    width: 20px;
    height: 20px;
    background-color: #D9D9D9;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s ease;
	border-radius: 16px;
}

.solution .miscellaneous .nav-btn.active {
    width: 20px;
    background-color: #3497DA;
}

.solution .miscellaneous .slider::before,
.solution .miscellaneous .slider::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    pointer-events: none;
}

.solution .miscellaneous .slider::before {
    left: 0;
    background: linear-gradient(to right, #EEEEEE, rgba(255, 255, 255, 0));
	z-index: 1;
}

.solution .miscellaneous .slider::after {
    right: 0;
    background: linear-gradient(to left, #EEEEEE, rgba(255, 255, 255, 0));
	z-index: 1;
}

@media (max-width: 860px) {
    .solution .miscellaneous .slider {
        max-width: 100%; 
        padding: 0 10px;
    }
    
    .solution .miscellaneous .slide img {
        width: 100%;
        height: auto;
    }
    
    .solution .miscellaneous .nav-btn {
        width: 10px;
        height: 10px;
    }

    .solution .miscellaneous .nav-btn.active {
        width: 10px;
    }
}
/* -- Whats new -- */
.solution .whats-new .columns > div {
	display: flex;
	flex-direction: column;
	background: #EEEEEE;
	padding: 20px;
	border-radius: 10px;
	position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.solution .whats-new .columns a.arrow {
	padding-top: 20px;
	margin-top: auto;
	order: 10;
}

.solution .whats-new .columns .release h2.release-title {
	font-size: 16px;
	margin: 26px 0 8px 0;
	font-weight: 700;
}
.solution .whats-new .columns .release span.version {
	color: #3497DA;
}
.solution .whats-new .columns .release span.release-caption {
	margin: 0;
	font-size: 14px;
	line-height: 100%;
}
.solution .whats-new .columns .release img {
	margin: 8px 0;
	border-radius: 10px;
}
.solution .whats-new .latest .item {
	display: flex;
	flex-direction: column;
}

.solution .whats-new .latest .item div.image {
	order: 1;
	margin: 0;
}
.solution .whats-new .latest .item div.image img {
	margin: 8px 0;
	border-radius: 10px;
}
.solution .whats-new .latest .item h2.title {
	order: 3;
	font-size: 16px;
	margin: 8px 0;
}
.solution .whats-new .latest .item h2.title a {
	font-weight: 700;
}
.solution .whats-new .latest .item ul.fields-container {
	display: none;
}
.solution .whats-new .latest .item span.date {
	order: 2;
	margin: 0;
	font-size: 12px;
	line-height: 150%;
}
.solution .whats-new .latest .item span.date img {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 4px -2px 0;
}

.solution .whats-new .latest .item span.caption {
	order: 4;
	margin: 0;
	font-size: 14px;
	line-height: 150%;
}
@media (max-width: 960px) {
	.article .columns:not(.reverse) > div:not(:last-child),
	.article .columns.reverse > div:not(:first-child) {
		margin: 0 20px 0 0;
	}
	.solution .start .columns > a:not(:first-child) {
		margin: 0 20px 0 0;
	}
	.solution .commercial .columns > a:not(:first-child) {
		margin: 0 20px 0 0;
	}
}
@media (max-width: 860px) {
	.article .columns:not(.reverse) > div:not(:last-child),
	.article .columns.reverse > div:not(:first-child) {
		margin: 0 0 20px 0;
	}
	.article .columns > div {
		width: 100%;
	}
	.solution .start .columns > a:not(:first-child),
	.solution .start .columns > a:not(:last-child),
	.solution .commercial .columns > a:not(:first-child),
	.solution .commercial .columns > a:not(:last-child) {
		margin: 0 0 20px 0;
		width: 100%;
	}

}
/* Start */
.solution .start .columns > a {
	background: #EEEEEE;
	color: #3e3e3e;
	padding: 20px;
	margin: 0 20px;
	border-radius: 10px;
	width: 100%;
}
.solution .start .columns a.active {
	background: #3497DA;
	color: #ffffff;
	text-decoration: none;
}
.solution .start .columns a img.white {
	display: none;
}
.solution .start .columns a.active img.white {
	display: block;
}
.solution .start .columns a.active img.black {
	display: none;
}

/* Commercial */
.solution .commercial .columns a {
	background: #EEEEEE;
	color: #3e3e3e;
	padding: 20px;
	margin: 0 20px;
	border-radius: 10px;
	width: 100%;
}
.solution .commercial .columns a.active {
	background: #3497DA;
	color: #ffffff;
	text-decoration: none;
}