@font-face {
	font-family: 'Telegraf';
	src: url('../fonts/PPTelegraf-Regular.eot');
	src: url('../fonts/PPTelegraf-Regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/PPTelegraf-Regular.woff2') format('woff2'),
		 url('../fonts/PPTelegraf-Regular.woff') format('woff'),
		 url('../fonts/PPTelegraf-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'NeueMontreal';
	src: url('../fonts/PPNeueMontreal-Regular.otf') format('embedded-opentype'),
		 url('../fonts/PPNeueMontreal-Regular.woff2') format('woff2'),
		 url('../fonts/PPNeueMontreal-Regular.woff') format('woff'),
		 url('../fonts/PPNeueMontreal-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'NeueMontreal SemiBold';
	font-weight: 500;
	font-display: swap;
	src: url('../fonts/additional/PPNeueMontreal-Medium.otf') format('embedded-opentype'),
		 url('../fonts/additional/ppneuemontreal-medium.woff') format('woff');
}

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body {
	font-size: 24px;
	line-height: 34px;
	font-family: 'NeueMontreal', sans-serif;
	color: #262222;
}

b,
strong {
	-webkit-font-smoothing: antialiased;
	font-family: 'NeueMontreal SemiBold', sans-serif;
}

a {
	outline: none;
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2 {
	font-size: 90px;
	font-weight: 400;
	line-height: 120px;
	font-family: 'Telegraf', sans-serif;
	margin-bottom: 45px;
}

h1 img,
h2 img {
	vertical-align: middle;
}

h3 {
	color: #013FFF;
	font-size: 60px;
	font-weight: 400;
	line-height: 68px;
	font-family: 'Telegraf', sans-serif;
	margin-bottom: 25px;
}

h3 a {
	color: #013FFF;
}

h4 {
	color: #013FFF;
	font-size: 24px;
	font-weight: 400;
	line-height: 34px;
}

h5 {
	font-size: 40px;
	font-weight: 400;
	line-height: 50px;
	font-family: 'Telegraf', sans-serif;
	margin-bottom: 40px;
}

p {
	margin-bottom: 25px;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 64px;
	background: url('../img/item.svg') no-repeat left center;
}

::placeholder {
	color: #D4D3D3;
}

.container {
	width: 1280px;
	max-width: 100%;
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
}

.row {
	overflow: hidden;
}

.half {
	width: 49%;
	float: left;
	margin-left: 2%;
}

.half:nth-child(2n+1) {
	margin-left: 0;
	clear: left;
}

.third {
	width: 32%;
	float: left;
	margin-left: 2%;
}

.third:nth-child(3n+1) {
	margin-left: 0;
}

.two-thirds {
	float: left;
	width: 64%;
}

.large-text {
	font-size: 60px;
	line-height: 68px;
}

.blue-text {
	color: #013FFF;
}

.dark-text {
	color: #262222;
}

.light-text {
	color: #F8F7F6;
}

.button {
	color: #262222;
	background: #fff;
	border-radius: 50px;
	display: inline-block;
	padding: 8px 20px 10px;
	font-family: 'NeueMontreal', sans-serif;
	line-height: 28px;
	font-size: 20px;
	border: none;
	cursor: pointer;
}

.blue-button {
	color: #fff;
	background: #013FFF;
	border: 1px solid #013FFF;
}

.big-button {
	padding: 25px 50px;
	font-size: 28px;
	line-height: 1;
	min-width: 245px;
	text-align: center;
}

.empty-button {
	color: #013FFF;
	line-height: 26px;
	background: transparent;
	border: 1px solid #D4D3D3;
}

.standard-box {
	padding: 100px 0;
}

.greyish {
	background: #F8F7F6;
}

.darkish {
	background: #262222;
	color: #fff;
}

.darkish h2,
.darkish h3,
.darkish h4,
.darkish h5 {
	color: #F8F7F6;
}

.bt-box {
	border-top: 1px solid #D4D3D3;
	padding-top: 25px;
}

.darkish .bt-box {
	border-top: 1px solid #413D3D;
}

/* Intro */
.intro {
	font-size: 24px;
	line-height: 34px;
	padding: 140px 0 100px;
}

.intro-description {
	padding-right: 10%;
	margin-bottom: 50px;
}

.gran img {
	display: block;
	margin: 0 auto;
}

/* Client quote */
.client-quote {
	font-size: 16px;
	padding-left: 25%;
	background: url('../img/quote.svg') no-repeat left top;
}

.client-quote blockquote {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 20px;
}

.client-quote blockquote p:before {
	content: "\201C";
}

.client-quote blockquote p:after {
	content: "\201D";
}

.client-quote p {
	line-height: 1.5;
	margin-bottom: 10px;
}

.the-client {
	text-align: right;
	padding: 0 20%;
}

.the-client span {
	display: inline-block;
	padding: 12px;
	border-top: 1px solid rgba(38, 34, 34, 0.125);
}

/* Our Solutions */
#strategies > .container {
	background: inherit;
}

.strategy-container {
	padding-top: 50px;
	font-size: 18px;
	line-height: 26px;
}

.timing {
	background: url('../img/clock.svg') no-repeat 25px center #fff;
	padding: 15px 30px 15px 65px;
	border-radius: 50px;
	font-size: 18px;
	line-height: 1.25;
}

.strategy-tab-title {
	font-size: 42px;
	line-height: 54px;
	margin-bottom: 12px;
}

.strategy-title {
	font-size: 26px;
	color: #262222;
	margin: 25px 0;
}

.strategy-title img {
	vertical-align: sub;
}

.strategy-content {
	font-size: 18px;
	line-height: 28px;
}

.strategy-content li {
	padding-left: 32px;
	background: url('../img/triangle-right.svg') no-repeat left center;
}

.strategy-cta {
	padding: 25px 0 0;
}

.challenge-container:not(.visible) {
	display: none;
}

.challenge-container a {
	color: #013FFF;
	text-decoration: underline;
}

.filters-container {
	top: 0;
	width: 100%;
	z-index: 998;
	position: sticky;
	background: inherit;
	padding: 25px 0 0;
}

.filters-container .container {
	padding-bottom: 25px;
	border-bottom: 1px solid #D4D3D3;
}

.empty-buttons .button {
	margin-right: 12px;
}

/* Section anchors / expertise */
.section-anchors {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 25px;
	color: #413D3D;
	font-size: 16px;
	line-height: 26px;
	margin: 75px 0;
}

.section-anchor {
	flex: 1 1 300px;
	min-width: 300px;
}

.section-anchor-title {
	font-size: 30px;
	margin-bottom: 12px;
}

.section-anchor p {
	min-height: 136px;
	font-size: 24px;
	line-height: 34px;
}

.section-anchor .blue-link {
	color: #013FFF;
	text-decoration: underline;
}

/* CTA */
#cta {
	background: #262222;
}

#cta .container {
	color: #fff;
	padding: 100px 0;
	display: flex;
	gap: 50px;
	align-items: center;
}

.medium-cta h2 {
	font-size: 64px;
	line-height: 1.2;
	margin-bottom: 0;
	flex: 1;
}

.medium-cta .big-button {
	margin-bottom: 30px;
	flex-shrink: 0;
}

#cta.medium-cta .container {
	align-items: flex-end;
}

/* Solutions */
#granular-solutions .solution-feature {
	margin-top: 40px;
}

#granular-solutions .solution-feature__title {
	margin-bottom: 24px;
}

.solution-does-split {
	display: flex;
	align-items: center;
	gap: 2%;
}

.solution-does-split__text,
.solution-does-split__media {
	flex: 1 1 0;
	min-width: 0;
}

.solution-dashboard-img {
	display: block;
	width: 100%;
	border-radius: 8px;
}

/* Case studies */
.post-listing {
	margin-top: 50px;
}

.post-listing + .view-all {
	text-decoration: underline;
	padding: 25px 0 0;
	display: inline-block;
	color: #ffda00;
}

.home-post-listing {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1px;
	background: #413D3D;
	border-bottom: 1px solid #413D3D;
}

.home-post-listing .blog-post {
	padding: 25px;
	background: #262222;
	margin: 0;
}

.post-category {
	padding-left: 55px;
	color: #413D3D;
	font-size: 20px;
	line-height: 28px;
	background: url('../img/item.svg') no-repeat left center;
}

.post-category.no-bg {
	padding-left: 0;
	background: none;
}

.darkish .post-category {
	color: #F8F7F6;
}

.blog-post {
	margin-bottom: 100px;
	position: relative;
}

.home-post-listing .blog-post {
	margin-bottom: 0;
}

.blog-post h5 {
	padding-right: 34%;
	background: url('../img/arrow-right-white.svg') no-repeat right 15px;
	background-size: 20px auto;
}

.darkish .blog-post h5 {
	background: url('../img/arrow-right-white.svg') no-repeat right 15px;
	background-size: 20px auto;
}

.post-images {
	display: flex;
	align-items: center;
	gap: 25px;
	margin-bottom: 50px;
}

.blog-post-thumb {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.home-post-listing .blog-post > a:last-of-type,
.home-post-listing .blog-post > a + a {
	margin-top: 25px;
	display: inline-block;
	text-decoration: underline;
}

/* Insights carousel */
.more-insights .insights-header {
	position: relative;
	margin-bottom: 25px;
}

.insights-carousel__nav {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	min-height: 24px;
	min-width: 120px;
}

.insights-carousel__nav:empty {
	display: none;
}

.insights-carousel .insight-slide {
	display: block;
	color: inherit;
	text-decoration: none;
	margin: 0 12px;
}

.insights-carousel .insight-slide:hover h4 {
	color: #013FFF;
}

.insight-slide__image {
	margin-bottom: 25px;
	overflow: hidden;
	border-radius: 4px;
}

.insight-slide__image img {
	display: block;
	width: 100%;
	height: auto;
}

.post-preview {
	margin-top: 25px;
	font-size: 20px;
	line-height: 28px;
}

.post-preview-category {
	font-size: 16px;
	color: #413D3D;
	margin-bottom: 12px;
}

.more-insights .post-preview h4 {
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 15px;
	font-family: 'Telegraf', sans-serif;
}

.post-excerpt {
	font-size: 20px;
	line-height: 28px;
}

/* Contact form */
#contact .wpcf7 {
	background: transparent;
	padding: 0;
}

.wpcf7 label {
	color: #013FFF;
	font-size: 20px;
	line-height: 28px;
	display: inline-block;
	padding-bottom: 10px;
}

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
	border: none;
	background: #fff;
	margin-bottom: 25px;
	padding: 20px;
	width: 100%;
	border: 1px solid #D4D3D3;
	outline: none;
	font: inherit;
	font-size: 20px;
	line-height: 1;
}

.wpcf7 textarea {
	max-width: 100%;
	line-height: 28px;
}

.wpcf7 input[type="submit"] {
	padding: 10px 50px;
	background: #013FFF;
	font-size: 21px;
	width: auto;
	color: #fff;
	border-radius: 50px;
	cursor: pointer;
}

.honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.form-response {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 25px;
	padding: 20px;
	border: 1px solid #D4D3D3;
	background: #fff;
}

.form-response.is-success {
	border-color: #2848ed;
	color: #013FFF;
}

.form-response.is-error {
	border-color: #D4D3D3;
	color: #333;
}

/* Slick overrides */
.slick-dots li {
	padding-left: 0;
	background: none;
	display: inline-block;
	margin-left: 8px;
}

.slick-dots li button {
	border-radius: 50%;
	background: #D4D3D3;
	font-size: 0;
	border: none;
	height: 8px;
	width: 8px;
}

.slick-dots li.slick-active button {
	background: #013FFF;
}

.slick-arrow {
	width: 24px;
	height: 24px;
	font-size: 0;
	border: none;
	outline: none;
	cursor: pointer;
	background-color: transparent;
}

.insights-header .insights-carousel__nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

.insights-header .slick-arrow {
	position: static;
	display: block;
	flex-shrink: 0;
	align-self: center;
}

.insights-header .slick-prev {
	order: 1;
	background: url('../img/navigate_prev_blue.svg') no-repeat center;
}

.insights-header .slick-next {
	order: 3;
	background: url('../img/navigate_next_blue.svg') no-repeat center;
}

.insights-header .slick-dots {
	order: 2;
	position: static;
	display: flex;
	align-items: center;
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	gap: 8px;
}

.insights-header .slick-dots li {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	padding-left: 0;
	background: none;
	width: auto;
	height: auto;
}

.insights-header .slick-dots li button {
	display: block;
	margin: 0;
	padding: 0;
	width: 8px;
	height: 8px;
	line-height: 0;
}

.insights-header .slick-list {
	margin: 0;
}

/* Site header */
.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: #fff;
	border-bottom: 1px solid #D4D3D3;
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 20px 0;
	position: relative;
}

.site-header__logo img {
	display: block;
	width: 157px;
	height: auto;
}

.site-header__toggle {
	display: none;
	border: 0;
	background: transparent;
	padding: 0;
	cursor: pointer;
	line-height: 0;
}

.site-header__toggle-close {
	display: none;
}

.site-header.is-open .site-header__toggle-open {
	display: none;
}

.site-header.is-open .site-header__toggle-close {
	display: block;
}

.site-header__nav ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 8px 40px;
	list-style: none;
}

.site-header__nav li {
	padding: 0;
	background: none;
}

.site-header__nav a {
	font-size: 18px;
	line-height: 1.2;
}

.site-header__nav a:hover {
	color: #013FFF;
}

/* Footer */
footer {
	padding: 100px 0;
	background: #262222;
	line-height: 26px;
	font-size: 16px;
	color: #fff;
}

.footer-logo {
	margin-bottom: 50px;
}

.footer-links {
	column-count: 3;
}

.footer-links li {
	padding-left: 0;
	background: none;
	margin-bottom: 8px;
}

.footer-links a:hover {
	text-decoration: underline;
}

.copyright {
	margin-top: 150px;
}

.copyright-center {
	text-align: center;
}

.copyright-right {
	text-align: right;
}

.copyright a:hover {
	text-decoration: underline;
}

#back_to_top {
	display: none;
	position: fixed;
	right: 3%;
	bottom: 0;
	z-index: 999;
}

#back_to_top.showing {
	display: block;
}

/* Responsive — from WP theme style-responsive.css */
@media (max-width: 1224px) {
	.container {
		width: 100%;
		padding: 0 25px;
	}

	.strategy-container {
		padding: 25px 0 0;
	}
}

@media (max-width: 1024px) {
	body {
		font-size: 20px;
		line-height: 34px;
	}

	h1,
	h2 {
		font-size: 60px;
		line-height: 72px;
		margin-bottom: 25px;
	}

	h3 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 25px;
	}

	h4 {
		font-size: 20px;
		line-height: 28px;
	}

	h5 {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 25px;
	}
}

@media (max-width: 963px) {
	.intro {
		padding: 125px 0 75px;
	}
}

@media (max-width: 768px) {
	.site-header__inner {
		padding: 16px 0;
	}

	.site-header__logo img {
		width: 123px;
	}

	.site-header__toggle {
		display: block;
	}

	.site-header__nav {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		background: #fff;
		border-bottom: 1px solid #D4D3D3;
		padding: 8px 25px 24px;
	}

	.site-header.is-open .site-header__nav {
		display: block;
	}

	.site-header__nav ul {
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
	}

	.site-header__nav li {
		width: 100%;
		border-top: 1px solid #D4D3D3;
	}

	.site-header__nav a {
		display: block;
		padding: 18px 0;
	}

	h1,
	h2 {
		font-size: 40px;
		line-height: 52px;
		margin-bottom: 20px;
	}

	h3 {
		font-size: 36px;
		line-height: 42px;
		margin-bottom: 15px;
	}

	h4,
	.strategy-tab-title {
		font-size: 24px;
		line-height: 32px;
	}

	h5 {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.half,
	.third,
	.two-thirds {
		width: 100%;
		float: none;
		margin-left: 0;
	}

	.third.empty,
	.half.empty {
		display: none;
	}

	.half.strategy:first-child {
		margin-bottom: 50px;
	}

	.standard-box {
		padding: 50px 25px;
	}

	.standard-box .container {
		padding: 0;
	}

	.large-text {
		font-size: 48px;
		line-height: 54px;
		margin-bottom: 12px;
	}

	.larger-text {
		font-size: 21px;
	}

	.intro {
		padding: 75px 0 50px;
	}

	.intro-description {
		padding-right: 0;
	}

	#strategies p {
		line-height: 1.4;
	}

	.strategy-container {
		font-size: 17px;
	}

	.strategy-tab-title {
		padding-top: 30px;
	}

	.strategy-title {
		margin: 20px 0;
	}

	.timing {
		background: url('../img/clock.svg') no-repeat 15px center #fff;
		padding: 12px 12px 12px 48px;
		margin-top: 30px;
		line-height: 1.25;
	}

	.filters-container {
		padding: 10px 0 0;
	}

	.filters-container .container {
		padding: 0 0 15px;
		position: relative;
	}

	.filters-container .empty-buttons {
		display: flex;
		flex-direction: row;
		overflow: scroll;
		scrollbar-color: transparent;
		scrollbar-width: 0;
	}

	.filters-container .empty-buttons::-webkit-scrollbar {
		display: none;
	}

	.filters-container .empty-buttons:before,
	.filters-container .empty-buttons:after {
		position: absolute;
		height: 40px;
		bottom: 15px;
		content: "";
		width: 0;
		transition: width ease .24s;
	}

	.filters-container .empty-buttons.shadow-left:before,
	.filters-container .empty-buttons.shadow-right:after {
		width: 25px;
	}

	.filters-container .empty-buttons.shadow-left:before {
		background: linear-gradient(90deg, rgba(248,247,246,1) 0%, rgba(248,247,246,0) 100%);
		left: 0;
	}

	.filters-container .empty-buttons.shadow-right:after {
		background: linear-gradient(90deg, rgba(248,247,246,0) 0%, rgba(248,247,246,1) 100%);
		right: 0;
	}

	.filters-container .button {
		margin-right: 8px;
		flex: 1 0 auto;
		font-size: 16px;
		line-height: 1.2;
		padding: 8px 16px;
		text-align: center;
	}

	.client-quote {
		padding-left: 0;
		padding-top: 90px;
		background-size: 72px auto;
		background-position: left top;
	}

	.client-quote blockquote {
		font-size: 32px;
		line-height: 42px;
	}

	.the-client {
		padding: 0 10%;
	}

	.section-anchors {
		flex-direction: column;
		margin: 50px 0;
	}

	.section-anchor p {
		min-height: 0;
	}

	#cta .container {
		padding: 50px 25px;
		flex-direction: column;
		align-items: start;
		gap: 0;
	}

	.medium-cta h2 {
		font-size: 36px;
	}

	.big-button {
		padding: 12px 25px;
		font-size: 24px;
		min-width: 0;
	}

	.solution-does-split {
		flex-direction: column;
		align-items: stretch;
	}

	.post-listing {
		margin-top: 50px;
		display: block;
	}

	.home-post-listing {
		grid-template-columns: 1fr;
	}

	.blog-post h5 {
		padding-right: 0;
		background: none;
	}

	.wpcf7 {
		padding: 25px;
	}

	.wpcf7 input,
	.wpcf7 select,
	.wpcf7 textarea {
		margin-bottom: 20px;
	}

	.insights-header .insights-carousel__nav {
		position: static;
		transform: none;
		margin-top: 15px;
	}

	.footer-links {
		column-count: 2;
		margin-top: 25px;
	}

	.copyright {
		margin-top: 75px;
	}

	.copyright-center,
	.copyright-right {
		text-align: left;
		margin-top: 25px;
	}

	#back_to_top {
		max-width: 48px;
	}
}

@media (max-width: 640px) {
	.home-post-listing .blog-post {
		background: url('../img/arrow-right-white.svg') no-repeat right 95%;
		background-size: 20px auto;
	}

	.home-post-listing .blog-post h5 {
		background: none;
		font-size: 24px;
		line-height: 1.5;
		padding-right: 10%;
	}

	.footer-links li {
		margin-bottom: 10px;
	}
}
