/*

	Theme Name: SignalFire
	Theme URI: https://www.signalfire.com/
	Version: 1.4

	Author: View Source
	Author URI: https://view-source.com

*/

/*

	S1 SITEWIDE
		S1.1 FOOTER
		S1.2 GENERAL
		S1.3 NEWSLETTER
	S2 FRONTPAGE
	S3 TEAM INDEX
	S4 TEAM SINGLE
	S5 PORTFOLIO
	S6 HOW WE HELP
	S7 ABOUT
	S8 NEWS INDEX
	S9 NEWS SINGLE
	S10 DOWNLOADS SINGLE

*/

/*  S1 SITEWIDE  */

@font-face {
	font-family: Graphik Regular;  
	src: url(https://signalfire.com/wp-content/themes/signal-fire/assets-fonts/graphik-regular.ttf);
	src: url(https://signalfire.com/wp-content/themes/signal-fire/assets-fonts/graphik-regular.woff); 
	font-weight: 400;  
}


@font-face {
	font-family: Graphik Light;  
	src: url(https://signalfire.com/wp-content/themes/signal-fire/assets-fonts/graphik-light.ttf);
	src: url(https://signalfire.com/wp-content/themes/signal-fire/assets-fonts/graphik-light.woff); 
	font-weight: 200;  
}

/*  S1.1 FOOTER  */

#footer {
	-webkit-transform: translate3d(0);
	transform: translate3d(0);
	color: var(--cr-white);
	background-color: var(--cr-red);
}

#footer lottie-player {
	height: 102vh;
	width: 182vh;
}

#footer-content {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	padding: var(--s-s) 0 calc(var(--s-s) / 2);
	background-color: var(--cr-red);
	z-index: 1;
}

#footer-newsletter {
	width: 50%;
}

#footer-newsletter form input {
	max-width: var(--s-320);
}

#footer-newsletter .t-heading {
	margin: 0 0 var(--s-40);
}

#footer-connect {
	width: 50%;
}

#footer-connect-contact {
	max-width: 250px;
}

#footer-connect-contact a {
	text-decoration: underline;
}

#footer-connect-links {
	flex: auto;
	text-align: right;
}

#footer-connect-links ul {
	list-style: none;
}

#footer-connect-links ul li a[href*='spacer'] {
	visibility: hidden;
}

#footer-connect-foot {
	width: 100%;
	margin: var(--s-320) 0 0;
	padding: var(--s-20) 0 0;
	border-top: 1px solid;
}

#footer-connect-social {
	flex: auto;
	list-style: none;
}

#footer-connect-social li {
	display: inline-block;
	margin-right: var(--s-10);
	vertical-align: middle;
}

#footer-connect-social li svg {
	height: var(--s-20);
}

#footer-connect-social li svg.svg-social-twitter {
	height: calc(var(--s-20) - 4px);
}

#footer-connect-copyright {
	text-align: right;
}

#footer-reveal {
	position: sticky;
	bottom: 0;
	color: var(--cr-white);
}

#footer-reveal .t-heading-large {
	position: relative;
	margin: auto;
	padding: var(--s-160) 0;
	text-align: center;
}

@media screen and (max-width: 900px) {
	#footer-newsletter {
		width: 100%;
		margin: 0 0 var(--s-s);
	}

	#footer-connect {
		width: 100%;
	}

	#footer-connect-foot {
		margin: var(--s-s) 0 0;
	}
}

@media screen and (max-width: 600px) {
	#footer-newsletter {
		margin: 0 0 var(--s-80);
	}

	#footer-connect {
	}

	#footer-connect-contact {
		max-width: 100%;
		margin: 0 0 var(--s-40);
	}

	#footer-connect-links {
		text-align: left;
	}

	#footer-reveal .t-heading-large {
		max-width: 320px;
		font-size: 32px;
	}
}

/*  S1.1 FOOTER  */

/*  S1.2 GENERAL  */

#page-header {
	height: calc(var(--s-c) + var(--s-40));
}

#page-content,
#page-error-content {
	margin: var(--s-s) auto;
}

#page-content .t-heading-large {
	margin: 0 0 calc(var(--s-s) / 2);
}

#page-error-content {
	text-align: center;
	color: var(--cr-white);
}

#page-error-content h1,
#page-error-content p {
	margin: 0 0 var(--s-20);
}

.content {
}

.content * {
	max-width: 100%;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	margin: var(--s-40) 0 var(--s-5);
}

.content h3,
.content h4,
.content h5,
.content h6 {
	font-size: 20px;
}

.content p:not(:last-child),
.content ul:not(:last-child),
.content ol:not(:last-child),
.content figure:not(:last-child),
.content img:not(:last-child),
.content .wp-block-embed:not(:last-child),
.content .is-type-rich:not(:last-child) {
	margin: 0 0 var(--s-20);
}

.content ul,
.content ol {
	padding-left: var(--s-20);
}

.content ul li:not(:last-of-type),
.content ol li:not(:last-of-type) {
	margin-bottom: var(--s-5);
}

.content p a:not(.btn),
.content ul a:not(.btn),
.content ol a:not(.btn) {
	color: var(--cr-blue);
}

.content blockquote {
	margin: var(--s-40) 0;
}

.content blockquote p {
	font: var(--t-heading);
	font-weight: 700;
}

.content blockquote p:before {
	content: '“';
}

.content blockquote p:after {
	content: '”';
}

.content iframe,
.content .alignnone,
.content .aligncenter,
.content .alignleft,
.content .alignright,
.content .wp-caption {
	margin: var(--s-40) 0;
}

.content .wp-caption-text {
	text-align: center;
	font-size: 14px;
	color: var(--cr-gray);
}

/*  S1.2 GENERAL  */

/*  S1.3 NEWSLETTER  */

#newsletter {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: 0.6s var(--a-cubic-1);
	z-index: 100;
}

#newsletter .width {
	position: relative;
}

#newsletter-content {
	position: relative;
	width: 50%;
	padding: var(--s-40) 0;
}

#newsletter-content .t-heading {
	margin: 0 0 var(--s-20);
	font-size: 22px;
}

#newsletter-content .field {
	flex: auto;
	margin: 0 var(--s-40) 0 0;
}

#newsletter-close {
	position: absolute;
	width: var(--s-40);
	height: var(--s-40);
	top: calc(var(--s-40) - 6px);
	right: -12px;
	transition: 0.4s;
}

#newsletter-close:before,
#newsletter-close:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 25px;
	height: 1px;
	background-color: var(--cr-black);
}

#newsletter-close:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

#newsletter-close:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

#newsletter-close:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

#newsletter-pattern {
	position: absolute;
	height: 100% !important;
	max-width: calc(50% - var(--s-80));
	top: 0;
	right: 0;
}

#newsletter:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: var(--s-c);
	height: 100%;
	background-color: var(--cr-black);
}

@media screen and (min-width: 1555px) {
	#newsletter:before {
		width: calc((100vw - 1400px) / 2);
	}
}

html.newsletter_active #newsletter {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

html.newsletter_close #newsletter {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

@media screen and (max-width: 900px) {
	#newsletter-content {
		width: 100%;
	}

	#newsletter:before,
	#newsletter-pattern {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	#newsletter-content .t-heading {
		font-size: 18px;
	}

	#newsletter-content .field {
		width: 100%;
		margin: 0 0 var(--s-20);
	}
}

#blog-newsletter {
	position: relative;
	overflow: hidden;
	border: 1px solid;
	padding: 0 0 0 60px;
}

#blog-newsletter #newsletter-content {
	width: 70%;
	padding: 60px 0 40px;
}

#blog-newsletter #newsletter-content #newsletter-logo {
	position: absolute;
	top: 10px;
	left: -55px;
	width: 45px;
}

#blog-newsletter #newsletter-content .t-heading {
	max-width: 325px;
	line-height: 1.4;
}

/*  S1.3 NEWSLETTER - END  */

/*  S1 SITEWIDE  */

/*  S2 FRONTPAGE  */

#frontpage-hero {
}

#frontpage-value-prop {
	padding: var(--s-s) 0;
}

#frontpage-value-prop h2 {
	max-width: 800px;
	margin: 0 auto calc(var(--s-s) / 2);
	text-align: center;
}

#frontpage-value-prop .block {
	position: relative;
	flex: 1;
	border: 1px solid;
	background-color: var(--cr-blue);
	background: url(assets-img/frontpage-value-prop-block-bg.svg) center/100%;
}

#frontpage-value-prop .block:not(:last-of-type) {
	margin: 0 var(--s-40) 0 0;
}

#frontpage-value-prop .block-image {
	position: relative;
	transition: 0.2s;
}

#frontpage-value-prop .block-image:after {
	content: '';
	display: block;
	padding-top: 80%;
}

#frontpage-value-prop .block-image img {
	transition: 0.4s;
}

#frontpage-value-prop .block-image .object-fit:nth-of-type(1) {
	mix-blend-mode: screen;
}

#frontpage-value-prop .block-image .object-fit:nth-of-type(1) img {
	filter: grayscale(1);
}

#frontpage-value-prop .block-image .object-fit:nth-of-type(2) {
	opacity: 0;
	transition: 0.4s;
}

#frontpage-value-prop .block-content {
	border-top: 1px solid var(--cr-white);
	padding: var(--s-20) var(--s-20) var(--s-40);
}

#frontpage-value-prop .block-interior {
	height: 100%;
	background-color: var(--cr-blue);
	transition: 0.4s;
}

#frontpage-value-prop .block a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}

@media (hover: hover) {
	#frontpage-value-prop .block:hover .block-interior {
		-webkit-transform: translate(var(--s-20), calc(0px - var(--s-20)));
		transform: translate(var(--s-20), calc(0px - var(--s-20)));
		color: var(--cr-blue);
		background-color: var(--cr-white);
	}

	#frontpage-value-prop
		.block:hover
		.block-interior
		.block-image
		.object-fit:nth-of-type(2) {
		opacity: 1;
	}
}

#frontpage-features {
	padding: var(--s-s) 0 calc(var(--s-s) - var(--s-80));
}

#frontpage-features h2 {
	max-width: 620px;
	margin: 0 auto var(--s-s);
	text-align: center;
}

#frontpage-features .block {
	width: calc(100% / 3 - var(--s-80) / 3 - var(--s-80));
	margin: 0 0 var(--s-160);
}

#frontpage-features .block:not(:nth-of-type(3n)) {
	width: calc(100% / 3 - var(--s-80) / 3);
	margin: 0 var(--s-80) var(--s-160) 0;
	padding: 0 var(--s-80) 0 0;
	border-right: 1px solid var(--cr-subtle);
}

#frontpage-features .block-image {
	margin: 0 0 var(--s-40);
}

#frontpage-features .block-image > * {
	display: block;
	max-width: 100%;
}

#frontpage-features .block-content {
	flex: auto;
}

#frontpage-features .block-content .t-title {
	margin: 0 0 var(--s-5);
}

#frontpage-features .block-cta {
	margin: var(--s-40) 0 0;
}

#frontpage-culture {
	position: relative;
	padding: var(--s-s) 0;
	overflow: hidden;
}

#frontpage-culture #culture-video,
#frontpage-culture #culture-content {
	width: 50%;
}

#frontpage-culture #culture-video-frame {
	position: relative;
	line-height: 0;
	font-size: 0;
}

#frontpage-culture #culture-video-frame img,
#frontpage-culture #culture-video-frame video {
	width: 100%;
}

#frontpage-culture #culture-video-play {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(assets-img/icon-video-play.svg) center/var(--s-80) no-repeat;
	transition: 0.4s;
	z-index: 10;
}

#frontpage-culture #culture-video-play:hover {
	background-color: rgba(0, 0, 0, 0.4);
}

#frontpage-culture #culture-video .object-fit {
	transition: 0.4s;
}

#frontpage-culture #culture-content-interior {
	max-width: var(--s-320);
	width: calc(100% - var(--s-40) * 2);
	margin: auto;
}

#frontpage-culture #culture-content .btn {
	margin: var(--s-40) 0 0;
	color: var(--cr-white);
}

#frontpage-culture.video_playing #culture-video .object-fit,
#frontpage-culture.video_playing #culture-video-play {
	opacity: 0;
	pointer-events: none;
}

#frontpage-culture .svg-pattern-1 {
	position: absolute;
	height: 90%;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #4d4d4d;
}

#frontpage-case-studies {
	max-width: 1800px;
	margin: auto;
}

#frontpage-case-studies #case-studies-image {
	position: relative;
	width: 50%;
}

#frontpage-case-studies .case-study-image {
	background-color: var(--cr-subtle);
	transition: 0.6s;
}

#frontpage-case-studies .case-study-image:not(.active),
#frontpage-case-studies #case-studies-paragraph p:not(.active) {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
}

#frontpage-case-studies .case-study-image a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}

#frontpage-case-studies #case-studies-content {
	width: 50%;
	padding: var(--s-80) var(--s-c) var(--s-80) var(--s-80);
}

#frontpage-case-studies #case-studies-pagination {
	margin: 0 0 var(--s-40);
}

#frontpage-case-studies #case-studies-pagination button {
	position: relative;
	height: var(--s-40);
	width: var(--s-40);
}

#frontpage-case-studies #case-studies-pagination .btn-icon {
	margin: 0;
	padding: 0;
	pointer-events: auto;
	border: 1px solid var(--cr-black);
}

#frontpage-case-studies #case-studies-pagination .btn-icon svg {
	top: 50%;
}

#frontpage-case-studies #case-studies-counter {
	margin: 0 0 var(--s-40);
}

@media screen and (min-width: 1555px) {
	#frontpage-case-studies #case-studies-content {
		padding-right: calc((100vw - 1400px) / 2);
	}
}

#frontpage-case-studies #case-studies-paragraph {
	position: relative;
	margin: 0 0 var(--s-80);
	transition: 0.4s var(--a-cubic-1);
}

#frontpage-case-studies #case-studies-paragraph p {
	background-color: transparent;
	transition: 0.6s;
}

#frontpage-download {
	position: relative;
	overflow: hidden;
	padding: var(--s-s) 0;
}

#frontpage-download:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(
		90deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 1) 100%
	);
	z-index: 5;
}

#frontpage-download #download-content {
	position: relative;
	z-index: 10;
}

#frontpage-download #download-content-left,
#frontpage-download #download-content-right {
	position: relative;
	width: 50%;
	padding: 30px 100px 60px 30px;
}

#frontpage-download #download-content-left {
	background-image: url(assets-img/frontpage-download-decorative.svg) center
		right/auto 100% no-repeat;
}

#frontpage-download #download-content-right p {
	margin: 0 0 var(--s-40);
}

#frontpage-download lottie-player {
	height: 100vh;
	width: 100vw;
}

@media screen and (max-width: 900px) {
	#frontpage-value-prop {
	}

	#frontpage-value-prop #value-prop-blocks {
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}

	#frontpage-value-prop .block,
	#frontpage-value-prop .block:not(:last-of-type) {
		width: 100%;
		max-width: 320px;
		flex: unset;
		margin: 0 0 var(--s-40);
	}

	#frontpage-features {
		padding: var(--s-s) 0;
	}

	#frontpage-features h2 {
		margin: 0 auto calc(var(--s-s) / 2);
	}

	#frontpage-features .block,
	#frontpage-features .block:not(:nth-of-type(3n)) {
		display: block;
		width: 100%;
		max-width: 420px;
		margin: 0 auto var(--s-40);
		padding: 0 0 var(--s-40);
		border-right: 0;
		border-bottom: 1px solid var(--cr-subtle);
	}

	#frontpage-features .block:last-child {
		margin: auto;
		padding: 0;
		border-bottom: 0;
	}

	#frontpage-features .block-image {
		max-width: 60%;
		margin: 0 0 var(--s-40) auto;
	}

	#frontpage-culture {
	}

	#frontpage-culture .svg-pattern-1 {
		width: 300%;
	}

	#frontpage-culture #culture-video,
	#frontpage-culture #culture-content {
		width: 100%;
		max-width: 420px;
		margin: auto;
	}

	#frontpage-culture #culture-video {
		margin: 0 auto var(--s-40);
	}

	#frontpage-culture #culture-content-interior {
		width: 100%;
		max-width: 100%;
	}

	#frontpage-case-studies {
	}

	#frontpage-case-studies #case-studies-image {
		width: 100%;
	}

	#frontpage-case-studies #case-studies-content {
		width: 100%;
		padding: calc(var(--s-s) / 2) var(--s-c);
	}

	#frontpage-case-studies #case-studies-pagination,
	#frontpage-case-studies #case-studies-counter {
		margin: 0 0 var(--s-20);
	}

	#frontpage-case-studies #case-studies-paragraph {
		margin: 0 0 var(--s-40);
	}

	#frontpage-download {
	}

	#frontpage-download #download-content {
		max-width: 420px;
		margin: auto;
	}

	#frontpage-download #download-content-left,
	#frontpage-download #download-content-right {
		width: 100%;
		padding: var(--s-20);
	}

	#frontpage-download #download-content-left {
		padding-right: 100px;
	}

	#frontpage-download #download-content-right p {
		margin: 0 0 var(--s-20);
	}
}

@media screen and (max-width: 600px) {
	#frontpage-hero .comp-hero-a-content {
		max-width: 360px;
	}

	#frontpage-hero .comp-hero-a-content .t-heading-large {
		font-size: 60px;
	}

	#frontpage-value-prop {
	}

	#frontpage-value-prop .block,
	#frontpage-value-prop .block:not(:last-of-type) {
		max-width: 450px;
		margin: 0 0 var(--s-20);
	}
}

/*  S2 FRONTPAGE  */

/*  S3 TEAM INDEX  */

#team-intro {
	margin: var(--s-s) auto;
	text-align: center;
}

.team-profiles {
	margin: calc(var(--s-s) / 2) auto;
}

.team-profiles-filter {
	position: relative;
	margin: 0 0 calc(var(--s-s) / 2);
	box-shadow: 0 0 0 1px var(--cr-subtle);
	z-index: 50;
}

.team-profiles-filter .filter-bar {
	position: relative;
	width: 50%;
	height: 60px;
	padding: 0 var(--s-40);
}

.team-profiles-filter .filter-bar > .t-heading {
	flex: auto;
	font-size: 22px;
}

.team-profiles-filter .filter-bar > .t-heading .svg-arrow-right {
	display: inline-block;
	visibility: hidden;
	width: 30px;
	vertical-align: -2px;
	margin: 0 0 0 0.3em;
}

.team-profiles-filter .filter-bar:not(:last-child) {
	border-right: 1px solid var(--cr-subtle);
}

.team-profiles-filter .filter-trigger {
	white-space: nowrap;
	color: #4e5160;
}

.team-profiles-filter .filter-trigger svg {
	display: inline-block;
	width: 18px;
	vertical-align: middle;
	margin-left: 1em;
}

.team-profiles-filter .filter-items {
	position: absolute;
	width: 100%;
	top: calc(100% + 1px);
	left: 0%;
	background-color: var(--cr-white);
	box-shadow: 0 0 0 1px var(--cr-subtle);
	opacity: 0;
	pointer-events: none;
	transition: 0.4s;
}

.team-profiles-filter .filter-items.active {
	opacity: 1;
	pointer-events: auto;
	z-index: 10;
}

.team-profiles-filter .filter-items ul {
	padding: var(--s-40) var(--s-80);
	list-style: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.team-profiles-filter .filter-items [data-filter-name*='_spacer'] {
	opacity: 0;
	pointer-events: none;
}

.team-profiles-filter .filter-items [data-filter-trigger],
.team-profiles-filter .filter-items [data-filter-child-trigger] {
	cursor: pointer;
}

.team-profiles-filter .filter-items [data-filter-trigger].active,
.team-profiles-filter .filter-items [data-filter-trigger]:hover,
.team-profiles-filter .filter-items [data-filter-child-trigger].active,
.team-profiles-filter .filter-items [data-filter-child-trigger]:hover {
	text-decoration: underline;
}

.team-profiles-filter .filter-items.filter_has_children > ul {
	order: 1;
	width: 50%;
	border-right: 1px solid var(--cr-subtle);
}

.team-profiles-filter .filter-items:not(.filter_has_children) > ul {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(
		auto-fill,
		minmax(calc(33.33% - var(--s-5)), 1fr)
	);
	grid-gap: var(--s-5);
}

.team-profiles-filter .filter-items .filter-child {
	position: relative;
	width: 50%;
	order: 2;
	transition: 0.2s;
}

.team-profiles-filter .filter-items .filter-child > ul {
	width: 100%;
	top: 0;
	transition: 0.2s;
}

.team-profiles-filter .filter-items .filter-child > ul:not(.active) {
	position: absolute;
	top: 0;
	opacity: 0;
	pointer-events: none;
}

.team-profiles-filter .filter-bar > a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 1;
}

.team-profiles-filter .filter-bar > a ~ * {
	color: #d8d8d8;
}

.team-profiles-filter .filter-bar > a ~ .t-heading .svg-arrow-right {
	visibility: visible;
}

.team-profiles-content {
	position: relative;
	margin: auto;
	overflow: hidden;
	transition: 0.6s var(--a-cubic-1);
}

.team-profile-grid {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	transition: 0.6s var(--a-cubic-1);
}

.team-profile-grid.active {
	opacity: 1;
	pointer-events: auto;
	transition-delay: 0.4s;
}

.profile-card {
	position: relative;
	width: calc(100% / 5 - var(--s-20) * 4 / 5);
	margin: 0 var(--s-20) var(--s-40) 0;
}

[data-team-popup] {
	cursor: pointer;
}

.profile-card:nth-of-type(5n) {
	margin: 0 0 var(--s-40);
}

.profile-card > a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 10;
}

.profile-card-portrait {
	position: relative;
	background-color: var(--cr-subtle);
}

.profile-card-portrait:after {
	content: '';
	display: block;
	padding-top: 100%;
}

.profile-card-portrait img {
	-webkit-transform-origin: center;
	transform-origin: center;
	transition: 2s;
}

.profile-card-content {
	position: relative;
	margin: var(--s-20) 0 0;
}

.profile-card-content svg {
	position: absolute;
	width: var(--s-10);
	top: calc(var(--s-5) + 2px);
	right: 0;
	transition: 0.2s;
}

.profile-card-content strong {
	display: block;
	padding: 0 var(--s-20) 0 0;
}

@media (hover: hover) {
	.profile-card:hover .profile-card-portrait img {
		-webkit-transform: translate(-50%, -50%) scale(1.15);
		transform: translate(-50%, -50%) scale(1.15);
		transition: 15s var(--a-cubic-3);
	}

	.profile-card:hover .profile-card-content svg {
		-webkit-transform: translate(5px, -5px);
		transform: translate(5px, -5px);
	}

	.profile-card:hover .profile-card-content {
		color: var(--cr-blue);
	}
}

@media screen and (max-width: 1050px) {
	.profile-card,
	.profile-card:nth-of-type(5n) {
		position: relative;
		width: calc(100% / 4 - var(--s-20) * 3 / 4);
		margin: 0 var(--s-20) var(--s-40) 0;
	}

	.profile-card:nth-of-type(4n) {
		margin: 0 0 var(--s-40);
	}
}

@media screen and (max-width: 900px) {
	.team-profiles-filter {
		width: 100vw;
		margin: 0 calc(0px - var(--s-c)) calc(var(--s-s) / 2);
	}

	.team-profiles-filter .filter-bar {
		width: 100%;
	}

	.team-profiles-filter .filter-bar:not(:last-child) {
		border-right: 0;
		border-bottom: 1px solid var(--cr-subtle);
	}

	.team-profiles-content {
	}

	.profile-card,
	.profile-card:nth-of-type(4n),
	.profile-card:nth-of-type(5n) {
		position: relative;
		width: calc(100% / 3 - var(--s-20) * 2 / 3);
		margin: 0 var(--s-20) var(--s-40) 0;
	}

	.profile-card:nth-of-type(3n) {
		margin: 0 0 var(--s-40);
	}
}

@media screen and (max-width: 600px) {
	.team-profiles-filter {
		width: 100vw;
		margin: 0 calc(0px - var(--s-c)) calc(var(--s-s) / 2);
	}

	.team-profiles-filter .filter-bar {
		width: 100%;
		padding: 0 var(--s-c);
	}

	.team-profiles-filter .filter-bar:not(:last-child) {
		border-right: 0;
		border-bottom: 1px solid var(--cr-subtle);
	}

	.team-profiles-filter .filter-bar > .t-heading {
		font-size: 18px;
	}

	.team-profiles-filter .filter-bar > .t-heading .svg-arrow-right {
		width: 22px;
	}

	.team-profiles-filter .filter-items ul {
		padding: var(--s-20);
	}

	.team-profiles-content {
	}

	.profile-card,
	.profile-card:nth-of-type(3n),
	.profile-card:nth-of-type(4n),
	.profile-card:nth-of-type(5n) {
		position: relative;
		width: calc(100% / 2 - var(--s-10) / 2);
		margin: 0 var(--s-10) var(--s-20) 0;
	}

	.profile-card:nth-of-type(2n) {
		margin: 0 0 var(--s-20);
	}

	.profile-card-title {
		margin: var(--s-5) 0 0;
		line-height: 1.3;
		font-size: 14px;
	}
}

/*  S3 TEAM INDEX  */

/*  S4 TEAM SINGLE  */

#team-single-content {
	margin: var(--s-s) auto;
}

#team-single-content > .g-flex {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

#team-single-profile {
	width: 25%;
	margin: 0 var(--s-80) 0 0;
}

#team-single-profile #single-profile-portrait {
	position: relative;
	margin: 0 0 var(--s-40);
}

#team-single-profile #single-profile-portrait:after {
	content: '';
	display: block;
	padding-top: 100%;
}

#team-single-profile #single-profile-social {
	margin: var(--s-20) 0 0;
	list-style: none;
}

#team-single-profile #single-profile-social li {
	display: inline-block;
	margin-right: var(--s-10);
	vertical-align: middle;
}

#team-single-profile #single-profile-social li svg {
	height: var(--s-20);
}

#team-single-profile #single-profile-social li svg.svg-social-twitter {
	height: calc(var(--s-20) - 4px);
}

#team-single-profile .btn {
	margin-top: var(--s-80);
}

#team-single-profile .btn .btn-icon {
	float: left;
	margin: 0 var(--s-20) 0 calc(0px - var(--s-20) + 4px);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

#team-single-profile .btn .btn-icon svg {
	top: 51%;
}

#team-single-content-right {
	width: calc(75% - var(--s-80));
}

#team-single-bio {
	flex: 1;
}

#team-single-content.has_videos_or_news #team-single-news {
	margin: var(--s-40) 0 0;
}

#team-single-content.has_videos_or_news #team-single-news .team-single-news-cards {
	width: 100%;
	gap: var(--s-20);
}

#team-single-news h2 {
	width: 100%;
	margin: 0 0 var(--s-10);
}

#team-popup {
	position: fixed;
	width: 100%;
	height: 100vh;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	top: 0;
	left: 0;
	padding: 1px 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background-color: var(--cr-subtle);
	transition: 0.6s var(--a-cubic-1);
	z-index: 300;
}

#team-popup-close {
	position: absolute;
	top: var(--s-20);
	right: var(--s-20);
	width: var(--s-40);
	height: var(--s-40);
	margin-right: -12px;
}

#team-popup-close:before,
#team-popup-close:after {
	content: '';
	display: block;
	position: absolute;
	width: var(--s-20);
	height: 1px;
	top: 50%;
	left: 50%;
	-webkit-transform-origin: center;
	transform-origin: center;
	background-color: var(--cr-black);
}

#team-popup-close:before {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

#team-popup-close:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

#team-popup-content {
	opacity: 0;
	transition: 0.6s 0.6s var(--a-cubic-1);
}

#team-popup-content #team-single-content > * {
	opacity: 1;
}

html.team_popup_active {
	overflow: hidden;
}

html.team_popup_active #team-popup {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

html.team_popup_active #team-popup-content {
	opacity: 1;
}

@media screen and (max-width: 900px) {
	#team-single-content {
	}

	#team-single-content > .g-flex {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	#team-single-content.has_videos_or_news #team-single-news .team-single-news-cards:not(:last-child) {
		margin: 0 0 var(--s-20);
	}
}

@media screen and (max-width: 600px) {
	#team-single-profile {
		display: flex;
		display: -webkit-flex;
		-webkit-flex-direction: column;
		flex-direction: column;
		width: 100%;
		margin: 0 0 calc(var(--s-s) / 2);
	}

	#team-single-profile .btn {
		order: 1;
		width: 180px;
		margin: 0 0 var(--s-20);
	}

	#team-single-profile > *:not(.btn) {
		order: 2;
	}

	#team-single-bio {
		flex: 1;
		max-width: 100%;
	}

	#team-single-content-right {
		width: 100%;
	}

	#team-single-content:not(.has_videos_or_news) #team-single-bio {
		margin: 0;
	}

	#team-popup-close {
		top: var(--s-c);
		right: var(--s-c);
	}
}

/*  S4 TEAM SINGLE  */

/*  S5 PORTFOLIO  */

#portfolio-intro {
	margin: var(--s-s) auto;
	text-align: center;
}

#portfolio-stats {
	position: relative;
	padding: var(--s-s) 0 0;
	text-align: center;
}

#portfolio-stats > .t-heading {
	position: relative;
	margin: auto;
}

#portfolio-stats #stats-content {
	position: relative;
	margin: calc(0px - var(--s-s) / 2) auto 0;
	-webkit-transform: translateY(var(--s-s));
	transform: translateY(var(--s-s));
	color: var(--cr-black);
	background-color: var(--cr-white);
}

#portfolio-stats #stats-content .stat {
	flex: 1;
}

#portfolio-stats #stats-content .stat:not(:last-child) {
	border-right: 1px solid var(--cr-subtle);
}

#portfolio-stats #stats-content .stat-value {
	padding: var(--s-80) var(--s-40);
	white-space: nowrap;
	font-size: 100px;
	border-bottom: 1px solid var(--cr-subtle);
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#portfolio-stats #stats-content .stat-label {
	padding: var(--s-40) var(--s-80);
}

#portfolio-companies {
	padding: var(--s-s) 0;
}

#portfolio-companies #companies-filter {
	margin: calc(var(--s-s) / 2) auto;
}

#portfolio-companies #companies-grid-container {
	-webkit-animation-duration: 0.4s !important;
	animation-duration: 0.4s !important;
	transition: 0.6s var(--a-cubic-1);
}

#portfolio-companies #companies-grid .comp-company-card {
	transition: 0.4s;
}

#portfolio-companies #companies-grid .company-card-content strong,
#portfolio-companies #companies-grid .company-card-content p {
	font-size: 20px;
}

#portfolio-companies #companies-grid-cloned {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	pointer-events: none;
	visibility: hidden;
}

@media screen and (max-width: 900px) {
	#portfolio-stats {
	}

	#portfolio-stats #stats-content .stat {
		width: 100%;
		flex: unset;
	}

	#portfolio-stats #stats-content .stat:not(:last-child) {
		border-right: 0;
		border-bottom: 1px solid var(--cr-subtle);
	}

	#portfolio-stats #stats-content .stat-value,
	#portfolio-stats #stats-content .stat-label {
		padding: var(--s-40) var(--s-c);
	}
}

@media screen and (max-width: 600px) {
	#portfolio-stats {
	}

	#portfolio-stats #stats-content .stat-value {
		font-size: 60px;
		padding: var(--s-40) var(--s-c) var(--s-10);
	}

	#portfolio-stats #stats-content .stat-label {
		padding: var(--s-20) var(--s-c);
	}
}

/*  S5 PORTFOLIO  */

/*  S6 HOW WE HELP  */

#hwh-hero {
}

#hwh-hero .comp-hero-a-content.width {
	max-width: 950px;
}

#hwh-intro {
	margin: var(--s-s) auto;
	text-align: center;
}

#hwh-intro-video {
	position: relative;
	overflow: hidden;
}

#hwh-value-prop {
	transition: background 1.2s;
}

#hwh-value-prop .block {
	min-height: 100vh;
	padding: var(--s-s) 0;
	pointer-events: none;
}

@media screen and (min-width: 901px) {
	html.value_prop_scroll_snapping {
		-webkit-scroll-snap-type: y mandatory;
		scroll-snap-type: y mandatory;
	}

	#hwh-value-prop .block {
		opacity: 0;
		-webkit-scroll-snap-align: start;
		scroll-snap-align: start;
		scroll-snap-stop: always;
		transition: 1.2s;
		background-color: transparent !important;
	}

	#hwh-value-prop .block.active {
		opacity: 1;
	}
}

#hwh-value-prop .block-image {
	width: 360px;
}

#hwh-value-prop .block-image > * {
	display: block;
	max-width: 100%;
	transition: 0.9s;
}

#hwh-value-prop .block-image video:not(.active) {
	opacity: 0;
}

#hwh-value-prop .block-content {
	width: calc(100% - 360px - var(--s-s));
}

#hwh-value-prop .block:nth-of-type(odd) .block-image {
	order: 2;
}

#hwh-value-prop .block:nth-of-type(odd) .block-content {
	margin: 0 var(--s-s) 0 0;
}

#hwh-value-prop .block:nth-of-type(even) .block-content {
	margin: 0 0 0 var(--s-s);
}

#hwh-value-prop .block-content .t-title {
	margin: 0 0 var(--s-20);
}

#hwh-value-prop .block-content ul {
	list-style: none;
	margin: var(--s-20) 0 0;
	padding: 30px;
	box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.15);
}

#hwh-value-prop .block-content ul li:before {
	content: '→ ';
	display: inline-block;
	margin-right: 0.2em;
}

@media screen and (max-width: 900px) {
	#hwh-value-prop {
	}

	#hwh-value-prop .block {
		min-height: unset;
	}

	#hwh-value-prop .block-image {
		width: 100%;
		max-width: 420px;
		margin: auto;
	}

	#hwh-value-prop .block-image > * {
		max-width: 60%;
		margin-left: auto;
	}

	#hwh-value-prop .block:nth-of-type(odd) .block-image {
		order: 1;
	}

	#hwh-value-prop .block:nth-of-type(odd) .block-content,
	#hwh-value-prop .block:nth-of-type(even) .block-content {
		width: 100%;
		max-width: 420px;
		margin: var(--s-40) auto 0;
		order: 2;
	}
}

#about-process {
	padding: var(--s-s) 0;
}

#about-process .process-header {
	margin: 0 var(--s-c) var(--s-s);
}

#about-process .process-header .header-title {
	width: 360px;
	margin: 0 var(--s-s) 0 0;
}

#about-process .process-header .header-content {
	width: calc(100% - 360px - var(--s-s));
}

#about-process .process-header .promise-title {
	font-size: 30px;
}

#about-process .process-header .promise-subtitle {
	padding: 30px 0;
}

#about-process .process-header .promise-list {
	padding: var(--s-20) 0;
	border-top: 1px solid var(--cr-gray);
}

#about-process .process-header .promise-list:before {
	content: '→ ';
	display: inline-block;
	margin-right: 0.2em;
	color: var(--cr-red);
}

#about-process .process-header .promise-notice {
	padding: var(--s-20) 0 0;
	border-top: 1px solid var(--cr-gray);
	color: var(--cr-gray);
}

@media screen and (max-width: 900px) {
	#about-process .process-header .header-title {
		width: 100%;
		width: 100%;
		max-width: 420px;
		margin: 0 auto var(--s-40);
	}

	#about-process .process-header .header-content {
		width: 100%;
		max-width: 420px;
		margin: 0 auto;
	}
}

#about-process .process-content .block-interior .block-image {
	width: 360px;
	margin: 0 var(--s-s) 0 0;
}

#about-process .process-content .block-interior .block-content {
	width: calc(100% - 360px - var(--s-s));
}

#about-process .process-content .block-interior .counter {
	margin: 0 0 15px;
}

#about-process .process-content .block-interior h2 {
	margin: 0 0 30px;
	max-width: 300px;
	font-size: 30px;
}

#about-process .process-content .block-interior .goal {
	max-width: 350px;
}

#about-process .process-content .arrow-down {
	margin: 0 auto;
}

#about-process .process-content .svg-arrow-down {
	width: 30px;
	color: var(--cr-gray);
	margin: 0 0 0 180px;
}

@media screen and (max-width: 900px) {
	#about-process .process-content .block:not(:last-child) {
		margin: 0 0 var(--s-s);
	}

	#about-process .process-content .block-interior .block-image {
		width: 100%;
		max-width: 420px;
		margin: 0 auto;
	}

	#about-process .process-content .block-interior .block-content {
		width: 100%;
		max-width: 420px;
		margin: 0 auto;
	}

	#about-process .process-content .arrow-down {
		display: flex;
	}

	#about-process .process-content .arrow-down svg {
		margin: 0 auto;
	}
}

/*  S6 HOW WE HELP  */

/*  S7 ABOUT  */

#about-history {
	position: relative;
	padding: var(--s-s) 0;
	min-height: 100vh;
}

#about-history #history-content {
	position: relative;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	z-index: 10;
}

#about-history #history-content .t-heading {
	width: 50%;
	max-width: 550px;
	text-align: center;
}

#about-history #history-content p {
	width: calc(50% - var(--s-80));
	max-width: 550px;
	margin: 0 0 0 var(--s-80);
}

#about-intro {
}

#about-intro .comp-intro-content {
	max-width: 720px;
}

#about-principle {
	position: relative;
}

#about-principle-interior {
	position: sticky;
	top: 0;
	height: 100vh;
}

#about-principle #principle-container {
	border: 1px solid var(--cr-subtle);
}

#about-principle #principle-label {
	position: relative;
	width: 70px;
	border-right: 1px solid var(--cr-subtle);
}

#about-principle #principle-label h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
	white-space: nowrap;
}

#about-principle #principle-content {
	position: relative;
	width: calc(50% - 70px);
}

#about-principle #principle-content .block {
	position: absolute;
	width: 90%;
	max-width: 290px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	pointer-events: none;
	opacity: 0;
	transition: 0.4s;
}

#about-principle #principle-content .block h3 {
	margin: 0 0 var(--s-20);
}

#about-principle #principle-content .block.active {
	opacity: 1;
	pointer-events: auto;
}

#about-principle #principle-image {
	width: 50%;
	height: 700px;
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
	pointer-events: none;
}

#about-principle #principle-image::-webkit-scrollbar {
	display: none;
}

@media screen and (max-width: 1555px) {
	#about-principle #principle-image {
		height: calc(90vw / 2);
	}
}

#about-principle #principle-image .image {
	position: relative;
	width: 100%;
}

#about-principle #principle-image .image:after {
	content: '';
	display: block;
	padding-top: 100%;
}

#about-principle #principle-scroll-snap {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	visibility: hidden;
}

#about-principle #principle-scroll-snap .scroll-snap {
	height: 100vh;
	-webkit-scroll-snap-align: start;
	scroll-snap-align: start;
	scroll-snap-stop: always;
}

@media screen and (min-width: 901px) {
	html.principle_scroll_snapping {
		-webkit-scroll-snap-type: y mandatory;
		scroll-snap-type: y mandatory;
	}
}

@media screen and (max-width: 900px) {
	#about-history {
	}

	#about-history #history-content .t-heading {
		width: 100%;
	}

	#about-history #history-content p {
		width: 100%;
		margin: var(--s-40) 0 0;
	}

	#about-principle {
	}

	#about-principle #principle-container {
		max-width: 420px;
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	#about-principle #principle-image {
		order: 1;
		width: 100%;
		height: calc(100vw - var(--s-c) * 2);
		max-height: 420px;
	}

	#about-principle #principle-label {
		order: 2;
		width: 100%;
		text-align: center;
		border-right: 0;
		border-bottom: 1px solid var(--cr-subtle);
	}

	#about-principle #principle-label h2 {
		position: relative;
		top: unset;
		left: unset;
		-webkit-transform: unset;
		transform: unset;
		line-height: 60px;
	}

	#about-principle #principle-content {
		order: 3;
		width: 100%;
		height: calc((100vw - var(--s-c) * 2) / 4 * 2);
		max-height: 420px;
	}
}

@media screen and (max-width: 600px) {
	#about-principle {
	}

	#about-principle #principle-container {
		max-width: 300px;
	}

	#about-principle #principle-image {
		max-height: calc(300px - 2px);
	}

	#about-principle #principle-label h2 {
		line-height: var(--s-40);
	}

	#about-principle #principle-content {
		height: calc((100vw - var(--s-c) * 2) / 5 * 4);
		max-height: 280px;
	}
}

/*  S7 ABOUT  */

/*  S8 NEWS INDEX  */

#news-index-hero {
	position: relative;
	overflow: hidden;
	min-height: 100vh;
}

#news-index-articles {
	margin: var(--s-80) auto;
}

#news-index-articles:before {
	content: '';
	display: block;
	height: var(--s-160);
	margin-top: calc(0px - var(--s-160));
}

#news-index-articles .comp-news-card-large {
	padding: var(--s-40) 0;
	border-bottom: 1px solid var(--cr-subtle);
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

#news-index-articles .news-card-large-content {
	margin: 0 var(--s-160) 0 0;
}

#news-index-articles #articles-load {
	margin: var(--s-80) 0 0;
	text-align: center;
}

#news-index-articles #articles-load .btn {
	width: 205px;
	padding: 0 var(--s-40);
}

#news-index-articles #articles-load .btn .btn-icon {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	margin: 0 calc(0px - var(--s-40)) 0 var(--s-40);
	border-left: 0;
	border-bottom: 1px solid;
}

#news-index-articles #articles-load .btn .btn-icon svg {
	left: 45%;
}

html.is_news_end #news-index-articles #articles-load button {
	width: 300px;
	color: var(--cr-gray);
	border-color: transparent !important;
	pointer-events: none;
	transition: width 0.2s;
}

@media screen and (max-width: 900px) {
	#news-index-hero {
	}

	#news-index-hero .news-card-large-content {
		padding: var(--s-40);
	}

	#news-index-articles {
	}

	#news-index-articles .news-card-large-content {
		margin: var(--s-20) 0 0;
	}
}

@media screen and (max-width: 600px) {
	#news-index-hero {
	}

	#news-index-hero .news-card-large-content {
		padding: var(--s-c);
	}
}

/*  S8 NEWS INDEX  */

/*  S9 NEWS SINGLE  */

#news-single-content {
	margin: calc(var(--s-s) / 2) auto;
}

#single-content-sidebar {
	width: 200px;
	margin: 0 var(--s-80) 0 0;
}

#single-sidebar-sticky {
	position: sticky;
	top: var(--s-40);
	transition: 0.2s;
}

html.header_sticky_active #single-sidebar-sticky {
	top: var(--s-160);
}

#single-content-sidebar .sidebar-author-card {
	margin: 0 0 var(--s-20);
}

#single-content-sidebar .sidebar-author-card:nth-of-type(2),
#single-content-sidebar .sidebar-author-card:nth-of-type(3) {
	padding: var(--s-20) 0 0;
	border-top: 1px solid var(--cr-subtle);
}

#single-content-sidebar .sidebar-author-card > .g-flex {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

#single-content-sidebar .sidebar-author-card-portrait {
	position: relative;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	overflow: hidden;
	width: 60px;
	height: 60px;
	margin: 0 var(--s-20) 0 0;
	background-color: var(--cr-subtle);
	border-radius: 100%;
}

#single-content-sidebar .sidebar-author-card-portrait ~ p {
	line-height: 1;
}

#single-content-sidebar .sidebar-author-card-portrait ~ p > span {
	display: block;
	margin: 0 0 var(--s-10);
}

#single-content-sidebar .sidebar-author-card-bio {
	width: 100%;
	margin: var(--s-20) 0 0;
}

#single-content-sidebar #sidebar-share {
	width: min-content;
	margin: 0 0 var(--s-40);
	list-style: none;
	line-height: 0;
	font-size: 0;
	white-space: nowrap;
	border: 1px solid var(--cr-subtle);
}

#single-content-sidebar #sidebar-share li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: var(--s-40);
	height: var(--s-40);
	transition: 0.2s;
}

#single-content-sidebar #sidebar-share li:not(:last-child) {
	border-right: 1px solid var(--cr-subtle);
}

#single-content-sidebar #sidebar-share li > * {
	display: block;
	width: 100%;
	height: 100%;
}

#single-content-sidebar #sidebar-share li svg {
	display: block;
	position: absolute;
	height: 16px;
	width: 18px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: var(--cr-subtle);
}

#single-content-sidebar #sidebar-share li:hover {
	background-color: var(--cr-blue);
}

#single-content-sidebar #sidebar-share li:hover svg {
	color: var(--cr-white);
}

#single-content-sidebar #sidebar-share-url span {
	display: block;
	position: absolute;
	height: 30px;
	bottom: -35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 12px;
	line-height: 31px;
	padding: 0 10px;
	white-space: nowrap;
	color: var(--cr-white);
	background-color: rgba(0, 0, 0, 0.9);
	border-radius: 4px;
	opacity: 0;
	pointer-events: none;
	transition: 0.2s;
}

#single-content-sidebar #sidebar-share-url:hover span {
	opacity: 1;
}

#single-content-sidebar #sidebar-content-table {
	display: none;
	margin: 0 0 var(--s-40);
	padding: 0 0 var(--s-40);
	border-bottom: 1px solid var(--cr-subtle);
}

#single-content-sidebar #sidebar-content-table h3,
#single-content-sidebar #sidebar-content-categories h3 {
	margin: 0 0 var(--s-5);
	font-weight: 700;
}

#single-content-sidebar #sidebar-content-table ol,
#single-content-sidebar #sidebar-content-categories ul {
	list-style: none;
}

#single-content-sidebar #sidebar-content-table ol li a:hover,
#single-content-sidebar #sidebar-content-categories ul li a:hover {
	color: var(--cr-blue);
}

#single-content-content {
	width: calc(100% - 200px - var(--s-80) - 60px - var(--s-80));
	margin: 0 var(--s-80) 0 0;
}

#single-content-content-interior {
	max-width: 720px;
	margin: auto;
}

#single-content-content #content-header,
#single-content-content #content-featured-image {
	margin: 0 0 var(--s-40);
}

#single-content-content #content-header .t-heading-large {
	margin: 0 0 var(--s-20);
	font-size: 60px;
}

#single-content-content #content-header #content-mobile-author a {
	text-decoration: underline;
}

#single-content-content #content-content-table {
	display: none;
	width: 100vw;
	margin: 0 calc(0px - var(--s-c)) var(--s-40);
}

#single-content-content #content-content-table button {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	padding: 12px var(--s-c) 10px;
	white-space: nowrap;
	text-align: left;
	border-top: 1px solid var(--cr-subtle);
	border-bottom: 1px solid var(--cr-subtle);
}

#single-content-content #content-content-table button svg {
	display: inline-block;
	width: 18px;
}

#single-content-content #content-content-table ol {
	display: none;
	list-style: none;
	padding: var(--s-40) var(--s-c);
	border-bottom: 1px solid var(--cr-subtle);
	color: var(--cr-gray);
}

#single-content-progress {
	width: 60px;
	transition: 0.2s;
}

#progress-rotation {
	position: sticky;
	display: block;
	top: var(--s-40);
	width: 60px;
	height: 60px;
	background-color: var(--cr-white);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
	border-radius: 100%;
	transition: 0.2s;
}

#progress-rotation:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

#progress-rotation:before,
#progress-rotation:after {
	content: '';
	position: absolute;
	display: block;
	width: 25px;
	height: 1px;
	top: 50%;
	left: 50%;
	background-color: var(--cr-black);
	transition: 0.2s;
}

#progress-rotation:before {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

#progress-rotation:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

#progress-rotation-svg {
	position: absolute;
	top: 5px;
	left: 5px;
	stroke: var(--cr-black);
}

#progress-rotation-svg #progress-rotation-circle {
	opacity: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: 0.6s 0.3s fadeIn both;
	animation: 0.6s 0.3s fadeIn both;
	transition: 0.1s stroke-dashoffset, 0.2s stroke;
}

html.header_sticky_active #progress-rotation {
	top: var(--s-160);
}

html.is_article_end #progress-rotation {
	background-color: var(--cr-blue);
}

html.is_article_end #progress-rotation-svg {
	stroke: var(--cr-white);
}

html.is_article_end #progress-rotation:before {
	-webkit-transform: translate(-35%, 0px) rotate(-45deg);
	transform: translate(-35%, 0px) rotate(-45deg);
	background-color: var(--cr-white);
}

html.is_article_end #progress-rotation:after {
	width: 8px;
	-webkit-transform: translate(-140%, 6px) rotate(45deg);
	transform: translate(-140%, 6px) rotate(45deg);
	background-color: var(--cr-white);
}

#news-single-related {
	padding: var(--s-80) 0;
}

#news-single-related .t-heading-small,
#news-single-related .comp-news-grid-cards {
	margin-bottom: var(--s-40);
}

#news-single-related .comp-filter ul li > *:after {
	width: 1em;
	height: 1em;
	vertical-align: -2px;
	transform: rotate(-90deg);
}

@media screen and (min-width: 901px) {
	#single-content-content #content-header #content-mobile-author {
		display: none;
	}
}

@media screen and (max-width: 900px) {
	#single-content-content {
		order: 1;
		width: 100%;
		margin: 0 0 var(--s-40);
	}

	#single-content-content #content-featured-image {
		width: 100vw;
		margin: 0 calc(0px - var(--s-c)) var(--s-40);
	}

	#single-content-content #content-header {
		padding-right: var(--s-80);
	}

	#single-content-progress {
		position: fixed;
		top: calc(var(--s-c) + var(--s-40));
		right: var(--s-c);
		z-index: 50;
	}

	html.header_sticky_active #single-content-progress {
		top: calc(var(--s-c) + var(--s-80));
	}

	#single-content-sidebar {
		order: 3;
		width: 100%;
		margin: 0;
	}

	#single-content-sidebar #sidebar-content-table {
		display: none !important;
	}
}

@media screen and (max-width: 600px) {
	#single-content-content {
	}

	#single-content-content #content-header .t-heading-large {
		font-size: 32px;
	}
}

/*  S9 NEWS SINGLE  */

/*  S10 DOWNLOADS SINGLE  */

#downloads-single-intro {
	position: relative;
	padding: calc(var(--s-s) / 2) 0;
}

#downloads-single-intro > .width {
	position: relative;
}

#downloads-single-intro #intro-content {
	max-width: 400px;
}

#downloads-single-intro #intro-content h2 {
	margin: 0 0 var(--s-20);
}

#downloads-single-intro #intro-form {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 450px;
	background-color: var(--cr-white);
}

#downloads-single-intro #intro-form-header {
	padding: var(--s-40);
}

#downloads-single-intro #intro-form-header h2 {
	margin: 0 0 var(--s-40);
}

#downloads-single-intro #intro-form-action {
	padding: 60px;
	text-align: center;
	background-color: var(--cr-red);
}

#downloads-single-intro #intro-form-action button {
	height: 50px;
	min-width: 240px;
	line-height: 50px;
	border-color: var(--cr-white) !important;
}

#downloads-single-intro .svg-brand-outline {
	position: absolute;
	height: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	color: var(--cr-white);
}

@media screen and (max-width: 1050px) {
	#downloads-single-intro {
	}

	#downloads-single-intro #intro-content {
		max-width: 450px;
		margin: 0 auto var(--s-40);
	}

	#downloads-single-intro #intro-form {
		position: relative;
		right: unset;
		bottom: unset;
		margin: auto;
	}
}

@media screen and (max-width: 600px) {
	#downloads-single-intro {
	}

	#downloads-single-intro #intro-form-header {
		padding: var(--s-c);
	}

	#downloads-single-intro #intro-form-header h2 {
		margin: 0 0 var(--s-20);
	}

	#downloads-single-intro #intro-form-action {
		padding: var(--s-40) var(--s-c);
	}
}

#downloads-single-content {
	max-width: 1800px;
	margin: auto;
}

#downloads-single-content .block-image {
	position: relative;
	width: 50%;
	min-height: 435px;
	max-height: 720px;
}

#downloads-single-content .block-image:after {
	content: '';
	display: block;
	padding-top: 65%;
}

#downloads-single-content .block-content {
	width: 50%;
	padding: var(--s-80) var(--s-c) var(--s-80) var(--s-80);
}

#downloads-single-content .block:nth-of-type(even) .block-content {
	order: 1;
	padding: var(--s-80) var(--s-80) var(--s-80) var(--s-c);
}

#downloads-single-content .block:nth-of-type(even) .block-image {
	order: 2;
}

@media screen and (min-width: 1555px) {
	#downloads-single-content .block-content {
		padding: var(--s-80) calc((100vw - 1400px) / 2) var(--s-80) var(--s-80);
	}

	#downloads-single-content .block:nth-of-type(even) .block-content {
		padding: var(--s-80) var(--s-80) var(--s-80) calc((100vw - 1400px) / 2);
	}
}

@media screen and (min-width: 1820px) {
	#downloads-single-content .block-content {
		padding: var(--s-80) calc((1800px - 1400px) / 2) var(--s-80) var(--s-80);
	}

	#downloads-single-content .block:nth-of-type(even) .block-content {
		padding: var(--s-80) var(--s-80) var(--s-80) calc((1800px - 1400px) / 2);
	}
}

#downloads-single-content .block-content-interior {
	max-width: 450px;
	margin-right: var(--s-c);
}

#downloads-single-content .block-content .t-heading {
	margin: 0 0 var(--s-40);
	padding: 0 0 var(--s-40);
	border-bottom: 1px solid;
}

#downloads-single-content .block-content ul {
	padding: 0 0 0 var(--s-20);
}

#downloads-single-content .block-content ul li:not(:last-child),
#downloads-single-content .block-content ol li:not(:last-child) {
	margin: 0 0 var(--s-5);
}

#downloads-single-content .block-content ol {
	counter-reset: items;
}

#downloads-single-content .block-content ol li {
	position: relative;
	display: block;
	padding: 0 0 0 60px;
	counter-increment: items;
}

#downloads-single-content .block-content ol li:before {
	content: '0' counter(items);
	position: absolute;
	left: 0;
}

#downloads-single-content .block-content ol li:nth-child(n + 10):before {
	content: counter(items);
}

@media screen and (max-width: 900px) {
	#downloads-single-content {
	}

	#downloads-single-content .block-image,
	#downloads-single-content .block:nth-of-type(even) .block-image {
		order: 1;
		width: 100%;
		min-height: 80vw;
	}

	#downloads-single-content .block-content,
	#downloads-single-content .block:nth-of-type(even) .block-content {
		order: 2;
		width: 100%;
		padding: var(--s-40) var(--s-c);
	}

	#downloads-single-content .block-content ol li {
		padding: 0 0 0 30px;
	}
}

/*  S10 DOWNLOADS SINGLE - END  */
