@charset "UTF-8";
@media only screen and (max-width: 639px) {
		.service-head.service-head-console .image .pic {
				background-image: url("../img/services/console/Dashboard2_1x.png");
		}
}
@media only screen and (min-width: 640px) {
		.service-head.service-head-console .image .pic {
				background-image: url("../img/services/console/Dashboard2_2x.png");
		}
}
.service-head-console .logo-bg:after {
		transform: scale(1, -1);
		left: 50%;
		background-image: radial-gradient(circle at 64% 2%, #42FFDD 0%, #B7FF42 64%, #ECFE19 119%);
}
@media only screen and (max-width: 999px) {
		.service-head-console .logo-bg:before {
				width: 510px;
				top: -27px;
				left: -202px;
		}
		.service-head-console .logo-bg:after {
				width: 446px;
				top: -269px;
				margin-left: -35px;
		}
}
@media only screen and (min-width: 1000px) {
		.service-head-console .logo-bg:before {
				width: 840px;
				top: -313px;
				left: -410px;
		}
		.service-head-console .logo-bg:after {
				width: 840px;
				top: -313px;
				margin-left: 18.1875rem;
		}
}
.service-head-console .moving-gradient-wrap {
		--color1: rgba(64, 255, 221, 1);
		--color2: #2AE5E5;
		--color3: #3F5DFD;
		--color4: #3CF71E;
		--color5: #010315;
		--color6: rgba(64, 255, 221, 0.6);
}
.service-head-console .image .pic:after {
--color2: #2AE5E5;
		--color3: #3F5DFD;
		--color4: #3CF71E;
		--color6: rgba(64, 255, 221, 0.1);
}
.console-solutions {
		text-align: center;
		padding-top: var(--vspace-small);
		font-size: 18px;
}
.console-solutions img {
		display: block;
		margin: 0 auto 24px auto;
		height: 80px;
		width: auto;
}
.console-solutions .h2, .console-solutions .max {
		margin: 0 auto;
}
.console-solutions .h2 {
		font-size: 36px;
		margin-bottom: 18px;
		max-width: 12.75em;
}
.console-solutions .max {
		max-width: 29.916666em;
}
.console-solutions .btns {
		justify-content: center;
		margin-top: 42px;
}
@media only screen and (min-width: 1000px) {
		.console-solutions {
				padding-top: 170px;
				font-size: 24px;
		}
		.console-solutions:last-child {
				margin-bottom: 200px;
		}
		.console-solutions img {
				height: 120px;
				margin-bottom: 35px;
		}
		.console-solutions .h2 {
				font-size: 4.5rem; /*72px*/
		}
}