/* Description */
.solution .description {
	position: relative;
	padding: 30px;
	background: #000000;
	color: #ffffff;
	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: -100px;
	height: auto;
}
.solution .description img:last-child {
	position: relative;
	margin: 0px;
	width: 400px;
}
.solution .description img:first-child {
	position: absolute;
	margin-left: -50px;
	width: 100%;
	height: 100%;
	transform: scale(2);
}
.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: 1100px) {
	.solution .description canvas {
		width: 200%;
	}
	.solution .description .middle {
		flex-direction: column;
		width: 100%;
	}
	.solution .description .article div:last-child {
		margin-top: 0;
	}

}
@media (max-width: 480px) {
	.solution .description {
		padding: 0;
	}
}
@media (max-width: 380px) {
	.solution .description img:first-child {
		margin-left: -10px;
	}
}
/* Samples */
.solution .samples .container {
	padding: 0 0 120px 0;
	text-align: center;
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
	cursor: move;
	user-select: none;
	-ms-user-select: none;
}
.solution .samples .container::-webkit-scrollbar {
	display: none;
}
.solution .samples .section {
	white-space: nowrap;
}
.solution .samples a.button.image {
	margin: 10px;
	font-size: 0;
}
.solution .samples .section:first-child a.button {
	vertical-align: bottom;
}
/* Accordion */
.solution .functionality ul {
	width: 100%;
}
.solution .functionality .article .accordion {
    list-style: none;
    padding: 0;
    margin: 0;
}

.solution .functionality .article .accordion-header {
	position: relative;
    color: #333;
    cursor: pointer;
    text-align: left;
    padding: 20px 40px 10px 0px;
	font-weight: 600;
	font-size: 20px;
	border-top: 1px solid #d2d2d7;
}

.solution .functionality .article .accordion-header.first {
    border-top: none;
}

.solution .functionality .article .accordion-header .symbol {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    font-weight: bold;
    transition: color 0.5s ease;
}

.solution .functionality .article .accordion-header .symbol.animate {
	color: #447DE0;
}

.solution .functionality .article .accordion-content {
    display: none;
    padding: 0px 10px 10px 0px;
}

.solution .functionality .article .active-content {
    display: block;
}
.solution .functionality .article #dynamic-image {
    transition: opacity 0.15s ease-in-out;
    opacity: 1;
}

.solution .functionality .article #dynamic-image.fade-out {
    opacity: 0;
}
@media (max-width: 1100px) {
	.solution .functionality div.article.side-by-side,
	.solution .functionality div.article.side-by-side.reverse,
	.solution .functionality div.article div.side-by-side,
	.solution .functionality div.article div.side-by-side.reverse {
		flex-wrap: wrap;
		align-items: center;
	}
	.solution .functionality div.article.side-by-side.image-reverse,
	.solution .functionality div.article div.side-by-side.image-reverse {
		flex-direction: column-reverse;
	}
	.solution .functionality div.article.side-by-side.image-reverse img,
	.solution .functionality div.article div.side-by-side.image-reverse img {
		margin-top: 40px;
	}
	.solution .functionality div.article.side-by-side > div,
	.solution .functionality div.article div.side-by-side > div {
		width: 100%;
	}
	.solution .functionality div.article.side-by-side > div ul,
	.solution .functionality div.article div.side-by-side > div ul {
		text-align: left;
	}
	.solution .functionality div.article.side-by-side > div:last-child,
	.solution .functionality div.article.side-by-side.reverse > div:last-child,
	.solution .functionality div.article div.side-by-side > div:last-child,
	.solution .functionality div.article div.side-by-side.reverse > div:last-child {
		padding: 40px 0 0 0;
	}
	.solution .functionality div.article.side-by-side.reverse.image-reverse > div:last-child,
	.solution .functionality div.article div.side-by-side.reverse.image-reverse > div:last-child {
		padding: 0;
	}
	.solution .functionality div.article.side-by-side.list > div:last-child,
	.solution .functionality div.article.side-by-side.list.reverse > div:last-child,
	.solution .functionality div.article div.side-by-side.list > div:last-child,
	.solution .functionality div.article div.side-by-side.list.reverse > div:last-child {
		padding: 20px 0;
	}
}
/* --  -- */
.solution .reporting-tools .columns img {
	border-radius: 32px;
	border: 1px solid #ECECEC;
	padding: 10px;
}
.solution .reporting-tools .columns a {
	margin-left: 10px;
}
@media (max-width: 860px) {
	.solution .reporting-tools img {
		width: 100%;
	}
}
/* -- 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;
}
/* What Is */
.solution .what-is .columns {
	margin: 0 10px;
	padding: 10px;
	width: 100%;
}
/* 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;
}