@import url("https://fonts.googleapis.com/css2?family=Muli:wght@400;600;700;900&family=Mulish:wght@400;600;700;900&") screen;
@import url("animate.css") screen;

* {
	box-sizing: border-box;
}
:root {
	--font: "Muli", arial, sans-serif;
	--black: 51, 51, 51;
	--white: 255, 255, 255;
	--red: 247, 80, 116;
	--blue: 34, 32, 172;
	--purple: 37, 34, 128;
}

:root,
html.landing {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-feature-settings: "liga", "kern";
	font-feature-settings: "liga", "kern";
	text-rendering: optimizeLegibility;
}

body.landing,
html.landing {
	overflow-x: hidden;
}

body.landing {
	color: rgba(var(--black), 1);
	font-family: var(--font);
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

body.landing.nav-on {
	overflow: hidden;
}

body.landing a {
	text-decoration: none;
}

.jhc-land--content {
	flex-direction: row;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 24px;
	position: relative;
	width: 1140px;
	z-index: 1;
}

.jhc-land--content-container {
	width: 100%;
}

.jhc-land--content-container-row {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.jhc-land--content-container-col {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.jhc-land--content-container-col.intro {
	color: rgba(var(--white), 1);
}

.jhc-land--content-container-grid {
	display: grid;
}

.jhc-land--content-container .button-container,
.jhc-land--content-container .title-container {
	text-align: center;
}

.jhc-land a {
	color: rgba(var(--black), 1);
	text-decoration: none;
}

.jhc-land h1,
.jhc-land h2,
.jhc-land h3,
.jhc-land h4,
.jhc-land p {
	line-height: normal;
}

.jhc-land h1 {
	font-size: 52px;
	font-weight: 900;
	margin: 0;
}

.jhc-land h2 {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.29;
	margin: 0 0 50px;
	text-align: center;
}

.jhc-land h2 b {
	font-weight: 900;
}

.jhc-land h2.xl {
	font-size: 32px;
	font-weight: 900;
}

.jhc-land h3 {
	font-size: 18px;
	font-weight: 900;
	line-height: 1.2;
	margin: 0;
}

.jhc-land h3.xl {
	font-size: 26px;
}

.jhc-land h3 b {
	font-weight: 900;
}

.jhc-land h4 {
	margin: 0;
}

.jhc-land p {
	font-weight: 200;
	line-height: 1.36;
}
.jhc-land .btn,
.jhc-land a.btn,
.jhc-land button {
	border: none;
	border-radius: 3px;
	color: rgba(var(--white), 1);
	display: inline-block;
	font-size: 16px;
	font-weight: 900;
	height: auto;
	letter-spacing: 0.5px;
	line-height: 1.38;
	padding: 14px 20px;
	text-align: center;
	text-transform: none;
	cursor: pointer;
}

	.jhc-land a.btn:hover, button:hover {
		background: rgba(var(--red), 0.8);
		color: rgba(var(--white), 1);
	}

	.jhc-land .btn--cta {
		transition: box-shadow 0.15s ease-in-out, background-color 0.15s ease-in-out;
	}

.jhc-land .btn-block {
	display: block;
}

.jhc-land .btn--cta-red {
	background: rgba(var(--red), 1);
}

.jhc-land .btn--cta-red:hover {
	background: rgba(var(--purple), 1);
	box-shadow: 0 15px 25px -20px var(--purple);
}

.jhc-land .btn--cta-blue {
	background: rgba(var(--blue), 1);
}

.jhc-land .btn--cta-blue:hover {
	background: rgba(var(--red), 1);
	box-shadow: 0 15px 25px -20px var(--red);
}

.jhc-land .btn--cta-white {
	background: rgba(var(--white), 1);
	color: rgba(var(--black), 1);
}

.jhc-land .btn--cta-white:hover {
	background: rgba(var(--red), 1);
	box-shadow: 0 15px 25px -20px var(--red);
	color: rgba(var(--white), 1);
}

.jhc-land .btn--more {
	border-radius: 2px;
	color: rgba(var(--blue), 1);
	font-weight: 600;
	transition: border-color 0.15s ease-in-out;
}

.jhc-land .btn--more:hover {
	border-color: rgba(var(--blue), 1);
}

.jhc-land--object-rotate {
	bottom: -4px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.jhc-land--object-rotate svg {
	width: 100%;
}

@media (min-width: 768px) {
	.jhc-land--content-container-row {
		align-items: center;
		flex-direction: row;
		justify-content: space-between;
	}

	.jhc-land h1 {
		font-size: 56px;
	}

	.jhc-land h2 {
		font-size: 36px;
		margin-bottom: 75px;
	}

	.jhc-land h2.xl {
		font-size: 44px;
	}

	.jhc-land h2 br {
		display: inline-block;
	}

	.jhc-land h3 {
		font-size: 20px;
	}

	.jhc-land h3.xl {
		font-size: 36px;
	}

}

@media (min-width: 992px) {
	.jhc-land h1 {
		font-size: 64px;
	}

	.jhc-land h2 {
		font-size: 48px;
		margin-bottom: 100px;
	}

	.jhc-land h2.xl {
		font-size: 56px;
	}

	.jhc-land h3 {
		font-size: 22px;
	}

	.jhc-land h3.xl {
		font-size: 48px;
	}
}

@media (min-width: 1200px) {
	.jhc-land--content {
		padding: 0;
	}
}

.grid {
	--gridGap: 24px;
	grid-gap: var(--gridGap);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-template-rows: auto;
	padding-left: 24px;
	padding-right: 24px;
}

@media (min-width: 640px) {
	.grid {
		grid-template-columns: repeat(14, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.grid {
		--gridGap: 48px;
	}
}

@media (min-width: 1440px) {
	.grid {
		margin: 0 auto;
		max-width: 1440px;
		padding-left: 48px;
		padding-right: 48px;
	}
}

.grid-rows-1 {
	grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-2 {
	grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3 {
	grid-template-rows: repeat(3, minmax(0, 1fr));
}

.jhc--gc {
	margin: 0 auto;
	max-width: 100%;
	width: 1140px;
}

.jhc--gc-content {
	padding: 0 15px;
}

.jhc--gc-content-r {
	display: flex;
	flex-direction: row;
}

.jhc--gc-content-c {
	display: flex;
	flex-direction: column;
}

.jhc--gc-content-legal {
	margin: 0 auto;
	max-width: 760px;
	width: 100%;
}

.jhc-land--header {
	width:100%;
	margin-bottom: 78px;
	position: relative;
	z-index: 2;
	background: rgba(var(--white), 1);
}

@media (max-height: 560px) and (min-width: 992px) {
	.jhc-land--header {
		margin-bottom: 38px;
	}
}

.jhc-land--header .jhc-logo {
	line-height: 1;
	margin: 0;
	position: relative;
}

.jhc-land--header nav {
	width: 100%;

}

.jhc-land--header .jhc-nav {
	padding:40px 0 ;
	align-items: center;
	display: flex;
	height: 32px;
	justify-content: flex-end;
}

.jhc-land--header .jhc-nav--hidden {
	align-items: center;
	background: rgba(var(--blue), 1);
	display: flex;
	flex-direction: column;
	height: 100vh;
	justify-content: center;
	left: 0;
	position: fixed;
	top: -200%;
	transition: top 0.3s ease-in-out;
	width: 100vw;
}

.jhc-land--header .jhc-nav--hidden.visible {
	top: 0;
}

.jhc-land--header .jhc-nav--item {
	padding: 20px;
}

.jhc-land--header .jhc-nav--item a {
	color: rgba(var(--blue), 1);
	line-height: 1;
	margin: 8px 0;
	position: relative;
}

.jhc-land--header .jhc-nav--item.logo a {
	color: rgba(var(--blue), 1);
}


.jhc-land--header .jhc-nav--item a:hover {
	text-decoration: none;
}

.jhc-land--header .jhc-nav--item a:before {
	background: rgba(var(--red), 1);
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	right: 50%;
	transition-duration: 0.2s;
	transition-property: left, right;
	transition-timing-function: ease-out;
	z-index: 0;
}

.jhc-land--header .jhc-nav--item a.active:before,
.jhc-land--header .jhc-nav--item a:active:before,
.jhc-land--header .jhc-nav--item a:focus:before,
.jhc-land--header .jhc-nav--item a:hover:before {
	left: 0;
	right: 0;
}

.jhc-land--header .jhc-nav--item a.active {
	cursor: default;
}

.jhc-land--header .jhc-nav--login {
	padding: 20px;
}

.jhc-land--header .jhc-nav--login a {
	color: rgba(var(--blue), 1);
	font-size: 26px;
	margin-right: 0;
	position: relative;
}

.jhc-land--header .jhc-nav--login a:hover {
	text-decoration: none;
}

.jhc-land--header .jhc-nav--login a:before {
	background: rgba(var(--blue), 1);
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	right: 50%;
	transition-duration: 0.3s;
	transition-property: left, right;
	transition-timing-function: ease-out;
	z-index: 0;
}

.jhc-land--header .jhc-nav--login a.active:before,
.jhc-land--header .jhc-nav--login a:active:before,
.jhc-land--header .jhc-nav--login a:focus:before,
.jhc-land--header .jhc-nav--login a:hover:before {
	left: 0;
	right: 0;
}

.jhc-land--header .jhc-nav--login a.active {
	cursor: default;
}

.jhc-land--header .jhc-nav--button {
	position: relative;
	z-index: 1;
}

.jhc-land--header .jhc-nav--button a {
	border: 1px solid #d1d9dd;
	border-radius: 2px;
	color: rgba(var(--blue), 1);
	padding: 13px 10px;
	transition: border-color 0.5s ease-in-out;
}

	.jhc-land--header .jhc-nav--button a:hover {
		border-color: rgba(var(--blue), 1);
	}

.jhc-land--header .jhc-nav--toggle {
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	height: 24px;
	justify-content: center;
	margin-left: 24px;
	position: relative;
	width: 24px;
	z-index: 1;
}

.jhc-land--header .jhc-nav--toggle.on {
	height: 24px;
	width: 24px;
}

.jhc-land--header .jhc-nav--toggle.on span:first-child,
.jhc-land--header .jhc-nav--toggle.on span:nth-child(4) {
	background-color: transparent;
	display: none;
}

.jhc-land--header .jhc-nav--toggle.on span:nth-child(2) {
	margin: 0;
	transform: rotate(45deg) translate(1px, 1px);
}

.jhc-land--header .jhc-nav--toggle.on span:nth-child(3) {
	margin: 0;
	transform: rotate(-45deg) translate(1px);
}

.jhc-land--header .jhc-nav--toggle span {
	background-color: rgba(var(--black), 0.3);
	height: 2px;
	margin-bottom: 3px;
	width: 100%;
}

.jhc-land--header .jhc-nav--toggle span:last-child {
	margin-bottom: 0;
}

.jhc-land--header .jhc-nav--toggle span:nth-child(2),
.jhc-land--header .jhc-nav--toggle span:nth-child(3) {
	transition: all 0.2s ease-out;
}

@media (min-width: 410px) {
	.jhc-land--header .jhc-logo {
		margin-right: 34px;
		width: 122px;
	}

	.jhc-land--header .jhc-logo img {
		width: 122px;
	}

	.jhc-land--header .jhc-nav--signup a {
		padding: 13px 26px;
	}
}

@media (min-width: 768px) {
	.jhc-land--header .jhc-nav--item {
		padding: 0 20px;
	}

	.jhc-land--header .jhc-nav--item a {
		font-size: 16px;
		margin: 0;
		padding: 4px 0;
	}

	.jhc-land--header .jhc-nav--login {
		margin-left: auto;
		padding: 0;
	}

	.jhc-land--header .jhc-nav--login a {
		font-size: 16px;
		margin-right: 20px;
		padding: 4px 0;
	}

	.jhc-land--header .jhc-nav--hidden {
		background: transparent;
		display: flex;
		flex: 1;
		flex-direction: row;
		height: auto;
		justify-content: stretch;
		position: relative;
		top: 0;
		width: auto;
	}

	.jhc-land--header .jhc-nav--toggle {
		display: none;
		visibility: hidden;
	}
}

@media (max-width: 780px) and (min-width: 768px) {
	.jhc-land--header .jhc-nav--item {
		padding: 0 16px;
	}
}

@media (min-width: 992px) {
	.jhc-land--header .jhc-logo {
		margin-right: 44px;
	}

	.jhc-land--header .jhc-nav--item {
		padding: 0 28px;
	}

	.jhc-land--header .jhc-nav--login a {
		margin-right: 26px;
	}

	.jhc-land--header .jhc-nav--signup a {
		padding: 13px 26px;
	}
}

.jhc-land--footer {
	background: whitesmoke;
	padding-bottom: 60px;
	padding-top: 80px;
}

.jhc-land--footer .jhc-land--content {
	max-width: 100%;
}

@media (min-width: 992px) {
	.jhc-land--footer .jhc-land--content {
		max-width: 1140px;
	}
}

.jhc-land--footer .jhc-land--content-container-row {
	align-items: flex-start;
	flex-wrap: wrap;
}

@media (max-width: 1200px) {
	.jhc-land--footer .jhc-land--content-container-row {
		flex-direction: column;
	}
}

.jhc-land--footer .profile{
	margin-bottom: 24px;
	margin-right: 50px;
	margin-top: 20px;
}
.jhc-land--footer .profile{
	border-radius: 100%;
	overflow: hidden;
	width:100px;
	height:100px;
}

.jhc-land--footer .link-blocks {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	flex-wrap: wrap;
	width: 100%;
}

@media (min-width: 420px) {
	.jhc-land--footer .link-blocks {
		min-width: inherit;
	}

	.jhc-land--footer .link-blocks .sg {
		flex-wrap: nowrap;
	}
}

@media (min-width: 648px) {
	.jhc-land--footer .link-blocks {
		flex-direction: row;
	}
}

@media (min-width: 1200px) {
	.jhc-land--footer .link-blocks {
		width: auto;
	}
}

.jhc-land--footer .link-blocks .link-block {
	flex: 1;
	margin-bottom: 24px;
	min-width: 125px;
}

@media (min-width: 648px) {
	.jhc-land--footer .link-blocks .link-block {
		flex-basis: 50%;
	}
}

@media (min-width: 992px) {
	.jhc-land--footer .link-blocks .link-block {
		flex-basis: 25%;
	}
}

@media (min-width: 1200px) {
	.jhc-land--footer .link-blocks .link-block {
		margin: 0;
	}
}

.jhc-land--footer .link-blocks .link-block .title {
	color: #17273580;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
}

.jhc-land--footer .link-blocks .link-block ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.jhc-land--footer .link-blocks .link-block ul li {
	color: #172735;
	font-size: 14px;
	line-height: 2;
}

.jhc-land--footer .link-blocks .link-block ul li a {
	color: #172735;
}

.jhc-land--footer .link-blocks .link-block .sg {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.jhc-land--footer .link-blocks .link-block .sg li {
	margin-bottom: 16px;
	margin-right: 16px;
}

.jhc-land--footer .link-blocks .link-block .sg li:last-child {
	margin-right: 0;
}

.jhc-land--footer .link-blocks .link-block .sg .sl {
	align-items: center;
	background-color: #f3f4f5;
	border-radius: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	overflow: hidden;
	position: relative;
	width: 42px;
	height: 42px;
}

.jhc-land--footer .link-blocks .link-block .sg .sl svg {
	height: 20px;
	position: relative;
	width: 20px;
	z-index: 1;
}

.jhc-land--footer .link-blocks .link-block .sg .sl img {
	position: relative;
	z-index: 1;
}

.jhc-land--footer .link-blocks .link-block .sg .sl:before {
	background-color: var(--bgColor);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scaleY(0);
	transform-origin: 50% 100%;
	transition: transform 0.15s ease-out;
	z-index: 0;
}

.jhc-land--footer .link-blocks .link-block .sg .sl-facebook {
	--bgColor: #3b5998;
}

.jhc-land--footer .link-blocks .link-block .sg .sl-twitter {
	--bgColor: #1da1f2;
}

.jhc-land--footer .link-blocks .link-block .sg .sl-linkedin {
	--bgColor: #007bb5;
}

.jhc-land--footer .link-blocks .link-block .sg .sl:active svg path,
.jhc-land--footer .link-blocks .link-block .sg .sl:focus svg path,
.jhc-land--footer .link-blocks .link-block .sg .sl:hover svg path {
	fill: #fff;
}

.jhc-land--footer .link-blocks .link-block .sg .sl:active:before,
.jhc-land--footer .link-blocks .link-block .sg .sl:focus:before,
.jhc-land--footer .link-blocks .link-block .sg .sl:hover:before {
	transform: scaleY(1);
}

.jhc-land--footer .cc {
	color: #17273580;
	font-size: 10px;
	line-height: 2;
	padding-top: 43px;
	text-align: center;
	width: 100%;
}

.jhc-showcase--header {
	padding: 120px 0;
	text-align: center;
}

.jhc-showcase--header.bg-gradient {
	background: linear-gradient(45deg,
			rgba(var(--blue), 1),
			rgba(var(--red), 1));
}

.jhc-showcase--header h1 {
	color: #fff;
	-webkit-text-fill-color: var(--white);
	background: none;
	font-size: 3.4375rem;
	font-weight: 600;
	line-height: 1.16;
	margin: 0 auto;

}

.jhc-showcase--content {
	margin: 0 0 250px;
	text-align: center;
}

@media (min-width: 992px) {
	.jhc-showcase--header h1 {
		max-width: 100%;
		width: 850px;
	}
}

.jhc-showcase--listing {
	background: rgba(var(--blue), 0.1);
	position: relative;
}

.jhc-showcase--listing .jhc-land--object-rotate svg polygon {
	fill: #fff;
}

.jhc-showcase--list {
	grid-gap: 30px;
	grid-column-gap: 30px;
	grid-row-gap: 120px;
	display: grid;
	grid-template-columns: 1fr;
	position: relative;
	z-index: 2;
}

@media (min-width: 576px) {
	.jhc-showcase--list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 992px) {
	.jhc-showcase--list {
		grid-template-columns: repeat(3, 1fr);
		transform: translateY(-120px);
	}
}

.jhc-showcase--card {
	background-color: #fff;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	border-radius: 5px;
}

.jhc-showcase--card:hover,
.jhc-showcase--card:hover * {
	text-decoration: none;
}

.jhc-showcase--card:hover .project-block .image {
	transform: translateY(-5px);
}

.jhc-showcase--card .project-block {
	background-color: #fff;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0 10px;
	width: 100%;
}

.jhc-showcase--card .project-block .image {
	margin-top: -60px;
	padding-top: 100%;
	position: relative;
	transition: transform 0.2s ease-in-out;
	width: 100%;
	border-radius: 2px;
}

.jhc-showcase--card .project-block .image img {
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
	height: 100%;
	left: 0;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	width: 100%;
	border-radius: 3px;
}

.jhc-showcase--card .project-block .project-title {
	flex-grow: 1;
	padding: 0 8px;
}

.jhc-showcase--card .project-block .project-title h2 {
	color: #172735;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.11;
	margin: 16px 0 20px;
	text-align: left;
}

.jhc-showcase--card .client-block {
	display: flex;
	flex-direction: column;
	padding: 0 16px 16px;
}

.jhc-showcase--card .client-block .client {
	clear: both;
	display: flex;
	flex-direction: row;
	float: left;
}

.jhc-showcase--card .client-block .client .client-picture {
	border-radius: 50%;
	height: 36px;
	margin-right: 10px;
	overflow: hidden;
	width: 36px;
}

.jhc-showcase--card .client-block .client .client-picture img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.jhc-showcase--card .client-block .client .client-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.jhc-showcase--card .client-block .client .client-info .client-name {
	color: #000;
	font-weight: 600;
	margin: 0;
}

.jhc-showcase--card .client-block .client .client-info .client-title {
	color: rgba(0, 0, 0, 0.5);
	font-size: 0.625rem;
	font-weight: 600;
	margin: 0;
}
.jhc-showcase--item-details .project-info h4 {
	margin-bottom:30px;
}

.jhc-showcase--list-cta {
	align-items: flex-start;
	background-color: #4a3dff;
	display: flex;
	flex-direction: column;
	grid-row-start: 3;
	justify-content: space-between;
	padding-bottom: 48px;
}

.jhc-showcase--list-cta h2 {
	background-color: #4a3dff;
	color: #fff;
	font-size: 2.188rem;
	font-weight: 400;
	line-height: 1.43;
	margin: -60px 0 68px;
	padding: 38px 58px 0 48px;
	text-align: left;
}

.jhc-showcase--list-cta .button-container {
	padding: 0 48px;
}

.jhc-showcase--list-cta .btn {
	padding: 16px 24px;
}

@media (min-width: 576px) {
	.jhc-showcase--list-cta {
		grid-column-start: span 2;
		grid-row-start: auto;
	}
}

@media (min-width: 700px) {
	.jhc-showcase--list-cta {
		grid-column-start: span 1;
	}
}

.jhc-showcase--list-cta-big {
	grid-row-start: 3;
	border-radius: 3px;
	margin: -40px 0 20px;
	padding: 48px;
}

.jhc-showcase--list-cta-big h2 {
	font-size: 2.813em;
	line-height: 1.38em;
	margin: 0;
	padding: 0;
}

.jhc-showcase--list-cta-big p {
	font-size: 1.25rem;
	line-height: 1.38em;
}

.jhc-showcase--list-cta-big .button-container {
	margin-top: 36px;
	padding: 0;
}

.jhc-showcase--list-cta-big .btn {
	min-width: 220px;
	border: 1px solid transparent;
}

@media (min-width: 576px) {
	.jhc-showcase--list-cta-big {
		grid-column-start: span 2;
		grid-row-start: 2;
		padding: 60px 70px;
	}
}

@media (min-width: 700px) {
	.jhc-showcase--list-cta-big {
		align-items: center;
		flex-direction: row;
	}

	.jhc-showcase--list-cta-big .button-container {
		margin-left: 20px;
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	.jhc-showcase--list-cta-big {
		grid-column-start: span 3;
		padding: 70px 80px;
		background: rgba(var(--blue), 1);
		color: #fff;
	}

	.jhc-showcase--end-cta {
		padding: 80px 0;
	}

	.jhc-showcase--end-cta h2 {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
		width: 800px;
	}

	@media (min-width: 992px) {
		.jhc-showcase--end-cta {
			padding: 80px 0 80px;
		}
	}

	.jhc-showcase--seo {
		background-color: #fafcfd;
		color: #140a2f;
		padding: 80px 0;
	}

	.jhc-showcase--seo h1 {
		font-size: 1.625rem;
		font-weight: 900;
		line-height: 1.29;
		margin-bottom: 60px;
		text-align: center;
	}

	h1 {
		background: -webkit-linear-gradient(45deg, rgba(var(--blue), 1) 25%, rgba(var(--red), 1) 50%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	.jhc-showcase--seo h2 {
		font-size: 1.4rem;
		font-weight: 600;
		line-height: 1.44;
		text-align: left;
	}

	.jhc-showcase--seo p {
		font-size: 1rem;
		font-weight: 400;
		line-height: 1.82;
		margin-bottom: 20px;
	}
.jhc-showcase--seo ul{
	border-left: 2px solid;
	border-color: rgba(var(--red), 1);
	position: relative;
	margin-bottom:60px;
}
	.jhc-showcase--seo ul::before{
		content: "\2022";
		font-size: 40px;
		position: absolute;
		color: rgba(var(--red), 1);
		left: -11px;
		top: -22px;
	}
	.jhc-showcase--seo ul li:first-child{
		margin-bottom:20px;
		list-style: none;
	}
	
	.jhc-showcase--seo ul li {
		margin-bottom:10px;
		list-style: none;

	}
	


	.jhc-showcase--seo a {
		color: #008cff;
	}
}

@media (min-width: 768px) {
	.jhc-showcase--seo h1 {
		font-size: 2.25rem;
		margin-bottom: 80px;
	}

	.jhc-showcase--seo h2 {
		font-size: 1.975rem;
	}

	.jhc-showcase--seo p {
		font-size: 1.25rem;
		margin-bottom: 40px;
	}
}

@media (min-width: 992px) {
	.jhc-showcase--seo {
		padding: 160px 0;
	}

	.jhc-showcase--seo h1 {
		font-size: 3.5rem;
		margin: 80px 0 20px 0;
	}

	.jhc-showcase--seo h2 {
		font-size: 2.25rem;
		margin: 40px 0 20px 0;
		max-width: 100%;
	}

	.jhc-showcase--seo p {
		color: rgba(var(--red), 1);
		line-height: 1.82;
		margin: 0 0 20px 0;
	}
}

.jhc-showcase--details {
	grid-gap: 46px;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	padding-bottom: 100px;
	padding-top: 75px;
}

@media (min-width: 768px) {
	.jhc-showcase--details {
		grid-template-columns: repeat(12, 1fr);
	}
}

.jhc-showcase--details img {
	transition: opacity 0.2s ease;
}

.jhc-showcase--details img.lazy-img {
	opacity: 0;
}

.scroll-to-top {
	position: fixed;
	z-index: 3;
	background-color: #eee;
	color: #333;
	border-radius: 100%;
	left:50%;
	bottom: -64px;
	cursor: pointer;
	height: 60px;
	width: 60px;
	padding-top: 5px;
	text-align: center;
	font-size: 30px;
	transition: all 0.2s ease-in-out;
	opacity:0;
	display:block;
}
	.scroll-to-top:before {
		content: "↑";
	}
	.scroll-to-top.visible {
		bottom: 20px;
		display:block;
		opacity:1;
	}
		.scroll-to-top.visible:hover {
			bottom: 25px;
		}

.jhc-showcase--item-screenshot {
	grid-row: 2;
	position: relative;
	text-align: left;
}

.jhc-showcase--item-screenshot img {
	grid-row: 2;
	max-width: 960px;
}

@media (min-width: 768px) {
	.jhc-showcase--item-screenshot {
		grid-column: 1 / span 7;
		grid-row: 1;
	}
}

@media (min-width: 1100px) {
	.jhc-showcase--item-screenshot {
		grid-column: 1 / span 8;
	}
}

.jhc-showcase--item-screenshot img {
	box-shadow: 0 2px 40px 0 hsla(0, 0%, 71%, 0.61);
	width: 100%;
}

.jhc-showcase--item-details {
	align-self: start;
	padding:0 20px;
	grid-row: 1;
}

@media (min-width: 768px) {
	.jhc-showcase--item-details {
		grid-column: 8 / span 5;
	}

	.jhc-showcase--item-details.sticky {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
	}
}

@media (min-width: 1100px) {
	.jhc-showcase--item-details {
		grid-column: 9 / span 4;
	}
}

.jhc-showcase--item-details .client-block {
	border-bottom: 1px solid #ebebeb;
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
	padding: 16px 0 32px;
}

.jhc-showcase--item-details .client-block .client {
	clear: both;
	display: flex;
	flex-direction: row;
	float: left;
}

.jhc-showcase--item-details .client-block .client .client-picture {
	border-radius: 50%;
	height: 100px;
	min-width: 100px;
	margin-right: 20px;
	overflow: hidden;
	width: 100px;
}

.jhc-showcase--item-details .client-block .client .client-picture img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.jhc-showcase--item-details .client-block .client .client-info {
	display: flex;
	flex-direction: column;
}

.jhc-showcase--item-details .client-block .client .client-info .client-name {
	color: #000;
	font-size: 1.125rem;
	font-weight: 600;
	margin: 0;
}

.jhc-showcase--item-details .client-block .client .client-info .client-title {
	color: rgba(0, 0, 0, 0.5);
	font-weight: 600;
	margin: 0;
}

.jhc-showcase--item-details h1 {
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 10px;
}

.jhc-showcase--item-details p {
	font-size: 1rem;
	line-height: 1.63;
	margin: 0 0 40px;
}

.jhc-showcase--item-details .jhc-showcase--link {
	border: 1px solid #d3d3d3;
	border-radius: 2px;
	color: #4a3dff;
	display: block;
	font-size: 1rem;
	font-weight: 400;
	height: 46px;
	line-height: 1.36;
	margin: 0 auto 40px;
	padding: 12px 0;
	text-align: center;
	transition: border-color 0.15s ease-in-out;
	width: 100%;
}

.jhc-showcase--item-details .jhc-showcase--link:hover {
	border-color: rgba(var(--blue), 1);
}

@media (min-width: 450px) {
	.jhc-showcase--item-details .jhc-showcase--link {
		max-width: 350px;
	}
}

.jhc-showcase--item-details .cta-box {
	background-color: #f0f6fb;
	color: #140a2f;
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.33;
	margin-bottom: 36px;
	margin-left: auto;
	margin-right: auto;
	min-height: 157px;
	padding: 26px 26px 0;
	width: 100%;
}

.jhc-showcase--item-details .cta-box b {
	font-weight: 900;
}


@media (min-width: 768px) {
	.jhc-showcase--item-details .cta-box {
		margin-bottom: 0;
		padding: 50px;
	}
}