body {
	font-family: "SFProDisplay";
	font-weight: 400;
	font-size: 22px;
	line-height: 28.6px;
}

.block {
	display: flex;
    align-items: center;
    flex-direction: column;
}

.container {
	padding: 120px 0;
	width: 100%;
	max-width: 1320px;
	width: calc(100% - 160px);
}

.mt-45 {
	padding-top: 45px;
}

header {
	color: white;
}

header h1 {
	font-weight: 800;
	font-size: 70px;
	line-height: 70px;
	max-width: 770px;
	margin-top: 185px;
	margin-bottom: 40px;
}

.header-subtitle {
	color: #C0C0C0;
	font-size: 22px;
	max-width: 770px;
}

header img.cube {
	display: none;
}


header .container {
	background-image: url(assets/cube.svg);
    background-repeat: no-repeat;
    background-position: right 0 bottom 100px, left top;
    background-size: auto 60%, auto;
}

.label {
	color: #EC000E;
	font-weight: 600;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 0;
}

.title {
	font-weight: 700;
	font-size: 40px;
	line-height: 48px;
	margin-top: 30px;
	margin-bottom: 60px;
	color: #3C3C3C;
}

.content {
	color: #585858;
}

.mw-1100 {
	max-width: 1100px;
}

.mw-880 {
	max-width: 880px;
}

.mw-770 {
	max-width: 770px;
}

.mw-660 {
	max-width: 660px;
}

.logos {
	display: flex;
	column-gap: 50px;
}

.flex-row35-col100 {
	display: flex;
	column-gap: 100px;
	row-gap: 35px;
	flex-wrap: wrap;
}

.flex-row60 {
	display: flex;
	flex-direction: column;
	row-gap: 60px;
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.cases {
	display: flex;
	flex-wrap: wrap;
	column-gap: 60px;
	row-gap: 60px;
	justify-content: center;
	margin-top: 100px;
}

.case {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	max-width: 240px;
}

.case img {
	max-width: 185px;
    margin: 0 auto;
}

.case-title {
	font-weight: 700;
	color: #3C3C3C;
}

.case-content {
	color: #585858;
	font-size: 16px;
	line-height: 20.8px;
}

.team-text {
	font-size: 32px;
	font-weight: 600;
	color: #3C3C3C;
	line-height: 38.4px;
}

.mt-mb-0 {
	margin-top: 0;
	margin-bottom: 0;
}

.right-text {
	margin-left: auto;
	color: #585858;
}

.team-img {
	width: 100%;
	margin-bottom: 40px;
}

.divider {
	height: 1px; 
	width: 100%; 
	background: #D9D9D9;
}

.copyright {
	color: #575757;
	font-size: 16px;
	line-height: 24px;
	padding: 60px 0;
}

.copyright p,
.right-text p {
	margin-top: 0;
}

@media screen and (max-width: 1180px) {
	.container {
		width: calc(100% - 80px);
	}

	header img.cube {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		max-width: 240px;
	}

	header .container {
		background: none;
	}

	.mx-auto-1180 {
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-width: 480px) {
	body {
		font-size: 16px;
		line-height: 20.8px;
	}

	.case {
		max-width: 100%
	}

	header h1 {
		font-size: 50px;
		line-height: 50px;
		margin-top: 100px;
		margin-bottom: 30px;
	}

	.container {
		width: calc(100% - 30px);
		padding: 60px 0;
	}

	.header-subtitle {
		margin-bottom: 40px;
		font-size: 18px;
		line-height: 23.4px;
	}

	.label {
		font-size: 16px;
		line-height: 19.2px;
	}

	.title {
		font-size: 30px;
		line-height: 36px;
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.logos img {
		max-width: 60px;
		column-gap:  45px;
	}

	.cases {
		margin-top: 30px;
		column-gap: 55px
	}

	.case img {
		max-width: 140px;
	}

	.case-content {
		font-size: 14px;
		line-height: 18.2px;
	}

	.team-text {
		font-size: 22px;
		line-height: 26.4px;
	}

	.flex-row60 {
		row-gap: 30px;
	}

	.team-img {
		margin-bottom: 30px;
	}

	.copyright {
		padding: 30px 0;
	}
}

@font-face {
	font-family: "SFProDisplay"; 
	src: url("assets/fonts/SF-Pro-Display-Regular.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: 400; 
} 

@font-face {
	font-family: "SFProDisplay"; 
	src: url("assets/fonts/SF-Pro-Display-Semibold.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: 600; 
} 

@font-face {
	font-family: "SFProDisplay"; 
	src: url("assets/fonts/SF-Pro-Display-Bold.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: 700; 
} 

@font-face {
	font-family: "SFProDisplay"; 
	src: url("assets/fonts/SF-Pro-Display-Heavy.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: 800; 
} 