/* ------------------------------------------------------------------[ home ] */
.home {

}

.home .home_intro {
	margin: 0px 0px 80px 0px;
	min-height: 500px;
	padding-bottom: 30px;
}

.home_intro .intro_text {
	max-width: 480px;
}

.home_intro .intro_scroll {
	position: relative;
	padding-left: 25px;
	text-transform: uppercase;
	color: var(--gray-blue-color);
	font-size: 12px;
	margin-top: 183px;
}

.home_intro .intro_scroll:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 15px;
	left: 0px;
	top: 0px;
	border-radius: 15px;
	background: var(--blue-light-color);
	display: block;
}

.home_notes .notes_note .note_image {
	min-width: 280px;
}

.home_notes .notes_note.bottom {
	/*padding-left: 80px;*/
	align-items: normal;
}

.home_cards {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -60px;
	justify-content: center;
}

.home_cards .cards_card {
	margin-bottom: 60px;
}

.home_cards .cards_card .card_image img {
	display: block;
	width: 100%;
}

.home_cards .cards_card .card_face {
	max-width: 500px;
	min-height: 330px;
	margin: -165px auto 0px auto;
	border: 0px solid var(--blue-light-color);
	border-left-width: 15px;
	padding: 50px 40px;
	position: relative;
	z-index: 1;
}

.home_cards .cards_card .card_face:before {
	background: var(--light-back-color-fa);
	opacity: 0.75;
}

.home_cards .card_face .face_title {
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 44px;
	line-height: 50px;
}

.home_cards .card_face .face_text {
	margin-bottom: 40px;
}

.home_cards .card_face .face_control {

}
/* -------------------------------------------------------------------[ kai ] */
.kai .kai_glance {
	background: var(--blue-dark-color);
	padding-right: 1px;
}

.kai_glance .glance_counters .counters_counter {
	background: var(--light-color);
	padding: 50px 50px 30px 50px;
	margin-left: 1px;
	width: calc(25% - 1px);
	margin-bottom: 15px;
}

@media screen and (max-width: 1260px) {
	.kai_glance .glance_counters .counters_counter .counter_count {
		font-size: 58px;
	}
}

@media screen and (max-width: 900px) {
	.kai_glance .glance_counters .counters_counter {
		width: calc(50% - 1px);
	}
}

.kai_glance .glance_counters .counters_counter .counter_label {
	margin-top: 40px;
	font-size: 16px;
	line-height: 22px;
}

@media screen and (max-width: 600px) {
	.kai_glance .glance_counters .counters_counter {
		padding: 20px;
	}

	.kai_glance .glance_counters .counters_counter .counter_count {
		font-size: 40px;
	}

	.kai_glance .glance_counters .counters_counter .counter_label {
		font-size: 14px;
		line-height: 22px;
		margin-top: 20px;
	}
}

.kai .kai_lists {
	display: flex;
	margin-right: -30px;
	justify-content: center;
}

.kai_lists .lists_list {
	width: 50%;
	color: var(--light-color);
	margin-right: 30px;
	padding: 60px;
	background-position: 50% 50%;
	background-size: cover;
}

@media screen and (max-width: 1024px) {
	.kai .kai_lists {
		flex-wrap: wrap;
		margin-right: 0px;
		margin-bottom: -30px;
	}

	.kai_lists .lists_list {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 480px) {
	.kai .kai_lists {
		width: 100vw;
		margin-left: -40px;
	}

	.kai_lists .lists_list {
		padding: 40px;
	}
}

.kai_lists .lists_list .list_title {
	color: var(--light-color);
	font-size: 40px;
	line-height: 50px;
	font-family: var(--common-font);
	font-weight: bold;
}

.kai_lists .lists_list h4 {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	color: var(--light-color);
	padding-left: 90px;
	margin-bottom: 10px;
	margin-top: 30px;
}

.kai_lists .lists_list .list_label {
	font-size: 14px;
	color: var(--light-color);
	font-family: var(--common-font);
	text-transform: uppercase;
	letter-spacing: 6px;
	margin-top: 0px;
}

.kai_lists .lists_list h4:before,
.kai_lists .lists_list h4:after {
	content: '';
	width: 30px;
	height: 30px;
	left: 6px;
	top: 4px;
	position: absolute;
}

.kai_lists .lists_list h4:after {
	filter: brightness(0) invert(1);
}

.kai_lists .lists_list h4:before {
	border: 3px solid var(--light-color);
	border-radius: 4px;
}

.kai_lists .lists_list.left h4:after {
	background: url('../textures/u2714.png') no-repeat center;
	background-size: 16px 16px;
}

.kai_lists .lists_list.right h4:before {
	border-radius: 30px;
}

.kai_lists .lists_list.right h4:after {
	background: url('../textures/u2716.png') no-repeat center;
	background-size: 16px 16px;
}

.kai_lists .lists_list p {
	font-size: 20px;
	line-height: 30px;
	padding-left: 90px;
	margin-top: 0px;
}

@media screen and (max-width: 480px) {
	.kai_lists .lists_list .list_title {
		font-size: 30px;
		line-height: 37px;
	}

	.kai_lists .lists_list h4:before,
	.kai_lists .lists_list h4:after {
		left: 0px;
	}

	.kai_lists .lists_list h4 {
		padding-left: 60px;
	}

	.kai_lists .lists_list p {
		font-size: 16px;
		line-height: 26px;
		padding-left: 60px;
	}
}
/* --------------------------------------------------------------[ audience ] */
.audience .audience_glance {

}

.audience_glance .glance_title {
	background: var(--blue-dark-color);
}

.audience_glance .glance_counters {
	flex-direction: column;
}

.audience_glance .glance_counters .counters_counter {
	padding: 40px 50px;
	border-style: solid;
	border-color: var(--blue-dark-color);
	border-width: 0px 1px 15px 1px;
}

.audience_glance .glance_counters .counters_counter:last-child {
	border-bottom: 0px;
}

.audience_glance .glance_counters:before {
	background: var(--light-back-color-fa);
}

.audience_glance .glance_counters .counter_label {
	font-size: 36px;
	line-height: 60px;
	margin-top: 20px;
}

.audience_glance .glance_counters .counter_text {
	font-size: 24px;
	line-height: 22px;
	margin-top: 10px;
}

@media screen and (max-width: 600px) {
	.audience_glance .glance_counters .counters_counter {
		font-size: 55px;
		line-height: 35px;
		padding: 20px 30px 30px 30px;
	}

	.audience_glance .glance_counters .counter_label {
		font-size: 16px;
		line-height: 35px;
	}

	.audience_glance .glance_counters .counter_text {
		font-size: 16px;
		line-height: 22px;
	}
}

.audience_glance .glance_blocks {
	display: flex;
	border-style: solid;
	border-color: var(--blue-dark-color);
	border-width: 0px 1px 15px 1px;
}

.audience_glance .glance_blocks .blocks_block {
	padding: 40px 24px;
	margin-left: 1px;
	font-size: 20px;
	line-height: 23px;
	border-right: 1px solid var(--blue-dark-color);
	flex-basis: 100%;
}

.audience_glance .glance_blocks .blocks_block:last-child {
	border-right: 0px;
}

@media screen and (max-width: 900px) {
	.audience_glance .glance_blocks {
		flex-direction: column;
	}

	.audience_glance .glance_blocks .blocks_block {
		border-top: 1px solid var(--blue-dark-color);
		border-right: 0px;
	}
}

.audience_glance .glance_blocks:before {
	background: var(--light-back-color-fa);
}

.audience_glance .glance_blocks .blocks_block .block_title {
	text-transform: uppercase;
	font-weight: bold;
}

.audience_glance .glance_blocks .blocks_block .block_text {
	margin-top: 10px;
}

.audience .audience_note {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}

.audience .audience_note h3 {
	color: var(--blue-dark-color);
	font-family: var(--title-font);
	font-size: 56px;
	line-height: 68px;
	letter-spacing: 0px;
	font-weight: normal;
	margin: 20px 0px;
}

.audience .audience_note h4 {
	text-transform: uppercase;
	font-size: 22px;
	line-height: 30px;
	color: var(--blue-light-color);
	font-family: var(--common-font);
}

.audience .audience_note .note_control {
	margin-top: 40px;
}

.audience_lists {
	max-width: 860px;
}

.audience_lists .lists_list {
	padding: 40px;
}

@media screen and (max-width: 480px) {
	.audience .audience_note h3 {
		font-size: 30px;
		line-height: 37px;
	}

	.audience .audience_note h4 {
		font-size: 16px;
		line-height: 20px;
	}
}

.audience_partners {
	display: flex;
	max-width: 1180px;
	flex-wrap: wrap;
}

.audience_partners .partners_partner {
	width: 50%;
	border: 0px solid var(--blue-light-color);
	border-left-width: 15px;
	margin-top: 40px;
}

.audience_partners .partners_partner > * {
	border-left-width: 0px;
}

.audience_partners .partners_title {
	width: 100%;
}

.audience_partners .partners_partner .partner_title {
	padding-top: 20px;
}

.audience_partners .partners_partner .partner_logos {
	margin-left: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	opacity: var(--logos-opacity);
}

.audience_partners .partners_partner .partner_logos .logos_logo {
	margin: 10px 40px 10px 0px;
	height: 80px;
}

@media screen and (max-width: 900px) {
	.audience_partners {
		display: block;
	}

	.audience_partners .partners_partner {
		width: 100%;
	}

	.audience_partners .partners_partner .partner_logos .logos_logo {
		height: 100px;
	}
}
/* -------------------------------------------------------------------[ why ] */
.why_difference {
	background: var(--blue-dark-color);
	color: var(--light-color);
	display: flex;
	flex-wrap: wrap;
	padding: 0px 80px 30px 100px;
}

.why_difference .difference_title {
	color: var(--light-color);
	font-size: 44px;
	line-height: 50px;
	text-align: center;
	padding: 35px 0px 50px 0px;
	margin: 0px 20px 0px 0px;
	width: calc(100% - 20px);
	flex-shrink: 0;
}

@media screen and (max-width: 900px) {
	.why_difference {
		padding: 0px 20px 30px 40px;
	}
}

@media screen and (max-width: 520px) {
	.why_difference {
		padding: 0px 20px 30px 40px;
		width: 100vw;
		margin-left: -40px;
	}

	.why_difference .difference_title {
		font-size: 30px;
		line-height: 37px;
	}
}

.why_difference .difference_block {
	padding: 40px 50px 40px 50px;
	margin: 0px 20px 20px 0px;
	border-style: solid;
	border-color: var(--light-color);
	border-bottom-width: 15px;
	width: 360px;
	min-height: 250px;
	flex-grow: 1;
	min-width: 280px;
}

.why_difference .difference_block .block_title {
	color: var(--light-color);
	margin: 0px 0px 30px 0px;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
}

.why_difference .difference_block .block_list {
	padding: 0px;
	list-style-position: inside;
}

.why_difference .difference_block .block_list .list_item {
	font-size: 20px;
	line-height: 22px;
	margin-top: 20px;
}

@media screen and (max-width: 520px) {
	.why_difference .difference_block {
		border-width: 1px 1px 15px 1px;
	}

	.why_difference .difference_block .block_title {
		font-size: 18px;
		line-height: 30px;
	}

	.why_difference .difference_block .block_list .list_item {
		font-size: 16px;
		line-height: 22px;
	}
}

.why_partnerships {
	padding: 60px 40px 80px 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.why_partnerships .partnerships_title {
	font-size: 44px;
	line-height: 50px;
	color: var(--blue-dark-color);
	font-family: var(--title-font);
	flex: 1 0 50%;
	padding-right: 20px;
}

.why_partnerships .partnerships_text {
	font-size: 16px;
	line-height: 22px;
	flex: 1 0 50%;
	opacity: var(--logos-opacity);
}

@media screen and (max-width: 520px) {
	.why_partnerships {
		padding-top: 0px;
		padding-bottom: 40px;
		opacity: 1;
	}

	.why_partnerships .partnerships_title {
		font-size: 30px;
		line-height: 37px;
		flex: 1 0 auto;
		margin-top: 0px;
	}
}

.why_partnerships .partnerships_logos {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	opacity: var(--logos-opacity);
}

.why_partnerships .partnerships_logos .logos_logo {
	margin: 10px 40px;
	height: 80px;
}
/* ------------------------------------------------------------------[ team ] */
.team {

}

.team_board {
	padding: 20px 0px;
	margin-top: 40px;
}

.team_board:first-child {
	margin-top: 20px;
}

.team_board .board_title {
	margin-bottom: 70px;
}

.team_board .board_members {
	display: flex;
	flex-wrap: wrap;
	margin-top: -60px;
	margin-left: -60px;
	justify-content: center;
}

.team_board .board_members > * {
	margin-left: 60px;
	margin-top: 60px;
}

.board_members .members_member {
	width: 250px;
	min-height: 430px;
	position: relative;
	padding-bottom: 34px;
}

.members_member .member_name {
	text-align: center;
	line-height: 35px;
}

.members_member .member_description {
	text-align: center;
	padding: 10px 10px 0px 10px;
	min-height: 38px;
	font-size: 20px;
	line-height: 25px;
	position: relative;
}

.members_member .member_description:before {
	content: '';
	position: absolute;
	top: 0px;
	left: calc(50% - 106px / 2);
	width: 106px;
	height: 1px;
	background: var(--blue-light-color);
}

.members_member .member_description p {
	margin: 0px;
}

.members_member .member_social {
	height: 34px;
	display: flex;
	justify-content: center;
	position: absolute;
	width: 100%;
	bottom: 0px;
}

.members_member .member_social .social-link {
	margin-right: 6px;
}

.members_member .member_social .social-link:last-child {
	margin-right: 0px;
}
/* --------------------------------------------------------------[ insights ] */
.insights .insights_filters {
	margin-top: 20px;
}

.insights_filters .filters_title {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: var(--gray-color);
	text-transform: uppercase;
}

.insights_filters .filters_items {
	margin-top: 20px;
	margin-bottom: -20px;
}

.insights_filters .filters_items .items_item {
	margin-right: 20px;
	margin-bottom: 20px;
}

.insights_filters .filters_items .items_item.current {
	background: var(--blue-dark-color);
	color: var(--light-color);
}

.insights.page .insights_posts .posts_post {
	display: none;
}
/* ----------------------------------------------------------------[ single ] */
.single {

}

.single .single_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.single .single_header .header_title {
	margin-top: 0px;
}

@media screen and (max-width: 480px) {
	.single .single_header .header_title {
		font-size: 30px;
		line-height: 37px;
	}
}

.single .single_header .header_control {

}

.single .content {
	background: none;
}

.single .overlap {
	background: var(--light-color);
}

.single .single_post .post_intro {
	height: 355px;
	margin-top: 0px;
	padding: 50px 0px 40px 0px;
}

.single_post .post_intro .intro_title {
	margin-top: 0px;
	font-size: 36px;
	line-height: 48px;
	/*text-transform: uppercase;*/
	min-height: 96px;
	font-family: var(--common-font);
}

.single_post .post_intro .intro_author {
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	margin-top: 30px;
}

.single_post .post_intro .intro_date {
	font-size: 20px;
	line-height: 27px;
	text-transform: uppercase;
}

.single_post .post_intro .intro_categories {
	margin-top: 30px;
}

.single_post .post_intro .intro_categories .categories_category {
	margin-right: 20px;
}

.single_post .post_image {
	position: fixed;
	height: 355px;
	width: 100%;
	top: 290px;
	z-index: -100;
	opacity: 0.5;
}

.admin-bar .single_post .post_image {
	top: 320px;
}

.single_post .post_image img {
	display: block;
	margin-left: 50%;
	transform: translateX(-50%);
}

.single_post .post_author {
	min-height: 300px;
	background: var(--blue-dark-color);
	padding: 37px 57px;
	color: var(--light-color);
}

.single_post .post_author .author_image {
	float: left;
	margin-right: 37px;
}

.single_post .post_author .author_name {
	font-size: 36px;
	line-height: 40px;
	text-transform: uppercase;
	color: var(--light-color);
}

.single_post .post_author .author_control {
	font-size: 30px;
	line-height: 40px;
}

.single_post .post_author .author_bio {
	font-size: 20px;
	line-height: 27px;
	margin-top: 20px;
}

.single_post .post_tags {
	margin-top: 20px;
}

.single_post .post_tags .tags_tag {
	margin-right: 10px;
}

.single_post .post_text {
	font-size: 22px;
	line-height: 30px;
	color: var(--gray-blue-color);
	padding-right: 100px;
}

@media screen and (max-width: 700px) {
	.single_post .post_text {
		padding-right: 0px;
	}

	.single_post .post_author .author_image {
		display: block;
		width: 225px;
		float: none;
		margin: 0px auto 20px auto;
	}
}

@media screen and (max-width: 480px) {
	.single_post .post_intro .intro_title {
		font-size: 20px;
		line-height: 23px;
	}

	.single_post .post_intro .intro_author,
	.single_post .post_intro .intro_date {
		font-size: 16px;
		line-height: 16px;
	}

	.single_post .post_image {
		top: 250px;
	}

	.admin-bar .single_post .post_image {
		top: 300px;
	}

	.single_post .post_text {
		font-size: 16px;
		line-height: 24px;
		padding-right: 0px;
	}

	.single_post .post_author {
		width: 100vw;
		margin-left: -40px;
	}

	.single_post .post_author .author_name {
		font-size: 18px;
		line-height: 20px;
	}


	.single_post .post_author .author_bio {
		font-size: 16px;
		line-height: 19px;
	}
}
/* ---------------------------------------------------------------[ archive ] */
.archive_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.archive_header .header_subtitle {
	text-transform: uppercase;
	color: var(--gray-blue-color);
	flex-shrink: 0;
	width: 100%;
}

.archive_header .header_title {
	margin-top: 0px;
}
/* ---------------------------------------------------------------[ contact ] */
.contact_intro {
	width: 100%;
}

.contact_form {
	margin-bottom: 50px;
}

.contact_form .form {
	display: flex;
	flex-wrap: wrap;
}

.contact_form .form_name,
.contact_form .form_subject {
	width: calc(50% - 130px / 2);
	margin-right: 130px;
}

.contact_form .form_email,
.contact_form .form_company {
	width: calc(50% - 130px / 2);
}

.contact_form .form_message {
	flex-shrink: 0;
	width: 100%;
}

.contact_form .form_message textarea {
	height: 280px;
	min-height: 100px;
	resize: vertical;
}

.contact_form .form_control {
	margin-top: 10px;
}

.contact_form .form_control .button {
	background: var(--light-color);
	min-width: 200px;
	min-height: 52px;
	border-radius: 26px;
}

@media screen and (max-width: 600px) {
	.contact_form .form_name,
	.contact_form .form_subject {
		width: calc(50% - 40px / 2);
		margin-right: 40px;
	}

	.contact_form .form_email,
	.contact_form .form_company {
		width: calc(50% - 40px / 2);
	}
}

@media screen and (max-width: 480px) {
	.contact_form .form_name,
	.contact_form .form_subject {
		width: 100%;
		margin-right: 0px;
	}

	.contact_form .form_email,
	.contact_form .form_company {
		width: 100%;
	}
}

.contact_form .form_result {
	font-size: 20px;
	line-height: 23px;
	margin-top: 20px;
	padding: 0px 15px;
	color: var(--blue-dark-color);
}
/* ---------------------------------------------------------------[ stories ] */
.stories .intro {
	margin-left: 0px;
	max-width: 800px;
}

.stories .stories_posts {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: 50% 50%;
}

@media screen and (max-width: 1264px) {
	.stories .stories_posts {
		grid-template-columns: 100%;
	}
}

.stories_posts .posts_post {
	outline: 1px solid var(--blue-dark-color);
	max-width: 575px;
	background: var(--light-color);
	margin: 0px auto 30px auto;
	position: relative;
	min-height: 593px;
}

@media screen and (max-width: 660px) {
	.stories_posts .posts_post {
		min-height: auto;
		margin-bottom: 20px;
	}
}

.stories_posts .posts_post .post_image img {
	display: block;
	width: 100%;
}

.stories_posts .posts_post .post_title {
	background: var(--blue-dark-color);
	padding: 9px 10px 11px 10px;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	color: var(--light-color);
	font-family: var(--title-font);
}

.stories_posts .posts_post .post_preview {
	padding: 50px 25px 30px 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.stories_posts .posts_post .post_preview .preview_text {
	font-size: 18px;
	line-height: 22px;
	color: var(--blue-dark-color);
}

@media screen and (max-width: 480px) {
	.stories_posts .posts_post .post_preview .preview_text {
		font-size: 16px;
		line-height: 20px;
	}
}

.stories_posts .posts_post .post_preview .preview_control {
	margin-top: 40px;
	text-align: center;
}

.stories_posts .posts_post .post_preview .preview_control > * {
	display: none;
}

.stories_posts[data-status="closed"] [data-status="closed"] {
	display: block !important;
}

.stories_posts[data-status="opened"] [data-status="opened"] {
	display: block !important;
}
/* -----------------------------------------------------------[ performance ] */
.performance {

}

.performance .performance_proven {
	padding: 20px;
}

.performance_proven .proven_title {
	font-size: 44px;
	line-height: 50px;
	margin-bottom: 30px;
	text-align: center;
}

.performance_proven .proven_logos {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	opacity: var(--logos-opacity);
}

.performance_proven .proven_logos .logos_logo {
	margin: 10px 40px;
	height: 100px;
}
/* ---------------------------------------------------------------[ careers ] */
.careers {

}

.careers .careers_wrapper {
	padding: 40px;
	max-width: 900px;
}
/* ---------------------------------------------------------------[ meeting ] */
.meeting .meeting_content {
	display: flex;
	margin: 80px auto 0px auto;
	justify-content: center;
}

.meeting .meeting_content .content_members,
.meeting .meeting_content .content_form {
	min-width: 50%;
	margin: 0px 0px 40px 0px;
}

.meeting_content .content_members .members_member {
	margin-bottom: 40px;
	height: 150px;
	padding-left: 210px;
	position: relative;
	display: flex;
	flex-direction: column;
}

.meeting_content .content_members .members_member .member_photo {
	position: absolute;
	left: 60px;
	top: 0px;
}

.meeting_content .content_members .members_member .member_name {
	margin-top: 20px;
	font-size: 31px;
	line-height: 25px;
}

.meeting .meeting_content .content_form .form_title {
	margin-top: 0px;
}

@media screen and (max-width: 940px) {
	.meeting .meeting_content {
		flex-wrap: wrap;
	}

	.meeting .meeting_content .content_members {
		min-width: 100%;
	}

	.meeting_content .content_members .members_member {
		padding-left: 150px;
	}

	.meeting_content .content_members .members_member .member_photo {
		left: 0px;
	}

	.meeting .meeting_content .content_form {
		min-width: 100%;
	}
}

.meeting_content .content_form .form_result {
	font-size: 20px;
	line-height: 23px;
	margin-top: 20px;
	padding: 0px 15px;
	color: var(--blue-dark-color);
}
/* ----------------------------------------------------------------[ blocks ] */
.blocks .intro {
	margin-bottom: 40px;
}

.blocks .blocks_block {
	margin-top: 0px;
	margin-bottom: 40px;
}

.blocks .blocks_content {
	max-width: 900px;
	padding: 40px 60px;
}

.blocks .blocks_image {
	text-align: center;
}

.blocks .blocks_media .media_content {
	max-width: 900px;
	padding: 40px 60px;
}

.blocks .blocks_media .wp-block-media-text__content {
	padding: 0px;
}