/**
 * MODULE HERO
 *
 * @format
 */

.module-hero {
	display: flex;
	padding-top: 60px;
	position: relative;
	align-items: flex-end;
	padding-bottom: 120px;
	height: 390px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.module-hero .row {
	max-width: calc(1120px + calc(2 * var(--gutter-size)));
}

.module-hero-content {
	position: relative;
	z-index: 1;
	width: 100%;
}

.module-hero h1 {
	font-weight: 200;
	margin-bottom: 0;
	font-size: 2.5rem;
	color: var(--color-white);
}

.module-hero-media {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position-x: 50%;
	background-repeat: no-repeat;
}

.module-hero-media:after,
.module-hero-media:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(19, 30, 41, 0.3);
	content: '';
}

.module-hero-media:after {
	background: linear-gradient(45deg, rgba(19, 30, 41, 0.2) 0%, rgba(18, 31, 41, 0.2) 70%, rgba(158, 0, 126, 0.53) 100%);
}

.module-hero-media img,
.module-hero-media video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.module-hero-title .letters {
	position: relative;
	display: inline-block;
}

.module-hero-title .letters strong {
	white-space: nowrap;
	font-weight: inherit;
}

.module-hero-title .letters span {
	opacity: 0;
	display: inline-block;
	line-height: 1em;
}

.module-hero-title .letters span.active {
	opacity: 1;
	transition: opacity 0.6s ease-out 0.1s;
}

@media screen and (min-width: 768px) {
	.module-hero {
		height: 600px;
		padding-bottom: 200px;
	}

	.module-hero h1 {
		font-size: 50px;
	}

	.module-hero-media:after {
		background: linear-gradient(to right, rgba(19, 30, 41, 0.2) 0%, rgba(18, 31, 41, 0.2) 80%, rgba(158, 0, 126, 0.53) 100%);
	}
}

@media screen and (min-width: 1025px) {
	.module-hero {
		height: 700px;
		padding-bottom: 270px;
	}
}

/* MODULE INSIGHTS */
.module-insight {
	margin-bottom: 31px;
	position: relative;
	z-index: 1;
}

.module-insight .swiper-slide {
	height: auto;
	display: flex;
}

.module-insight .row {
	max-width: calc(1120px + calc(2 * var(--gutter-size)));
}

.module-insight-slider {
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	border-bottom: 1px solid var(--color-gray);
}

.module-insight-box {
	background-color: var(--color-white);
}

.module-insight-image {
	position: relative;
	display: block;
}

.module-insight-image-tag {
	display: none;
}

.module-insight-image picture {
	display: block;
	width: 100%;
	/*aspect-ratio: 1.9/1;*/
}

.module-insight-image picture img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.module-insight-text {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	text-align: center;
}

.module-insight-text-title {
	display: block;
	color: var(--color-primary);
	text-decoration: none;
	margin-bottom: 13px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.35;
}

.module-insight-text span {
	/*margin-bottom: 12px;*/
	display: block;
	font-size: 16px;
	color: var(--color-secondary);
}

.read-more-link {
	font-size: 16px;
	font-weight: 600;
}

.module-insight-text-inner p {
	margin-bottom: 0;
	display: inline;
}

.module-insight-button {
	text-align: center;
}

.home .module-insight .module-insight-image-tag {
	display: none;
}

@media screen and (min-width: 1025px) {
	.module-insight-image picture {
		height: 100%;
		/*aspect-ratio: 1.9/1;*/
	}

	.module-insight-image-tag {
		padding: 2px 13px 1px;
		position: absolute;
		top: 47px;
		right: 0;
		display: block;
		color: var(--color-white);
		background-color: var(--color-secondary);
	}

	.module-insight-text {
		/*padding: 30px 30px 30px;*/
		flex: 1;
	}

	.module-insight-text-title {
		/*margin-bottom: 24px;*/
	}

	.module-insight-text span {
		/*margin-bottom: 25px;*/
	}

	.module-insight-button {
		padding-top: 32px;
	}

	.module-insight-slider {
		max-width: 600px;
	}
}

@media screen and (min-width: 1125px) {
	.module-insight-box {
		display: flex;
	}

	.module-insight-image {
		width: 53%;
	}

	.module-insight-text {
		padding: 40px;
		text-align: left;
		max-height: 310px;
		overflow-y: hidden;
		box-sizing: border-box;
	}

	.module-insight-slider {
		max-width: unset;
	}
}

/* MODULE SERVICES */
.module-services {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}

.module-services-left {
	font-size: 36px;
	color: var(--color-white);
}

.module-services-left h2 {
	font-size: inherit;
	color: unset;
}

.module-services-holder {
	position: relative;
	z-index: 1;
}

.module-services-right ul {
	margin-bottom: 0;
}

.module-services-right li {
	opacity: 0;
	margin-bottom: 10px;
}

.module-services-right li:last-child {
	margin-bottom: 0;
}

.module-services-right a {
	padding-left: 40px;
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	color: var(--color-white);
	text-decoration: none;
	transition: all 0.3s;
}

.module-services-right a:before {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 300;
	font-family: var(--font-family-icon);
	color: var(--color-gray);
	content: '\f178';
	transition: color 0.3s;
}

.module-services-right a:hover,
.module-services-right a:focus {
	margin-left: 5px;
}

.module-services-right a:hover,
.module-services-right a:focus,
.module-services-right a:hover:before,
.module-services-right a:focus:before {
	color: var(--color-alternate);
}

.module-services-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.module-services-bg:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, rgba(19, 30, 41, 0.69) 0%, rgba(18, 31, 41, 0.8) 70%, rgba(158, 0, 126, 0.56) 100%);
	content: '';
}

.module-services-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (min-width: 768px) {
	.estate {
		padding-top: 53px;
		padding-bottom: 51px;
	}

	.module-services-holder {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.module-services-left {
		padding-right: 50px;
		width: 50%;
		font-size: 50px;
		text-align: right;
	}

	.module-services-right {
		padding-left: 50px;
		width: 50%;
		border-left: 1px solid var(--color-gray);
	}

	.module-services-right li {
		margin-bottom: 17px;
	}

	.module-services-right a {
		font-size: 20px;
	}

	.module-services-bg:before {
		background: linear-gradient(to right, rgba(19, 30, 41, 0.69) 0%, rgba(18, 31, 41, 0.8) 70%, rgba(158, 0, 126, 0.56) 100%);
	}
}

@media screen and (min-width: 1200px) {
	.module-services-left {
		padding-right: 100px;
	}

	.module-services-right {
		padding-left: 100px;
	}
}

/* MODULE SERVICES */
.module-action {
	width: 100%;
	padding: 10px 0;
	font-weight: 700;
	font-size: 1.25rem;
	text-align: center;
	margin: 10px 0;
	text-transform: uppercase;
	background-color: var(--color-primary);
}

.module-action i {
	margin-left: 10px;
	transition: transform 0.3s;
}

.module-action a {
	align-items: center;
	display: inline-flex;
	text-decoration: none;
	color: var(--color-white);
}

.module-action a:hover i {
	transform: translateX(10px);
}

@media screen and (min-width: 768px) {
	.module-action {
		width: 100%;
		font-size: 2rem;
		margin: 20px 0;
	}

	.module-action i {
		margin-left: 20px;
	}
}

@media screen and (min-width: 1025px) {
	.module-action {
		font-size: 2.25rem;
	}
}

/* MODULE FEED */
.module-feed {
	padding-top: 50px;
	padding-bottom: 55px;
	background-color: var(--color-light);
}

.module-feed h2 {
	margin-bottom: 20px;
	font-size: 36px;
}

.module-feed .swiper {
	padding-bottom: 50px;
}

.module-feed .swiper-slide {
	display: flex;
}

.module-feed-wrap {
	margin-bottom: 35px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--color-gray);
}

.module-feed-linkedin {
	padding: 10px 15px;
	font-size: 15px;
	text-decoration: none;
	color: var(--color-white);
	background-color: var(--color-secondary);
}

.module-feed-linkedin i {
	margin-right: 3px;
	display: inline-block;
}

.module-feed-linkedin:hover {
	color: var(--color-white);
	background-color: var(--color-alternate);
}

.module-feed-view-more {
	font-size: 14px;
	color: var(--color-alternate);
	text-decoration: none;
	transition: all 0.3s;
}

.module-feed-view-more:hover {
	color: var(--color-secondary);
}

.card-feed {
	width: 100%;
	display: flex;
	font-size: 15px;
	text-decoration: none;
	flex-direction: column;
	color: var(--color-primary);
}

.card-feed-image {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: calc(100% / 1.9);
	overflow: hidden;
	-webkit-transition: opacity 200ms ease-out;
	-moz-transition: opacity 200ms ease-out;
	-ms-transition: opacity 200ms ease-out;
	-o-transition: opacity 200ms ease-out;
	transition: opacity 200ms ease-out;
}

.card-feed-image:focus,
.card-feed-image:hover {
	opacity: 0.93;
}

.card-feed-image:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, rgba(9, 20, 29, 1) 0%, rgba(18, 31, 41, 0.58) 50%, rgba(158, 0, 126, 1) 100%);
	mix-blend-mode: screen;
	content: '';
	z-index: 1;
}

.card-feed-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.card-feed-text {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding-top: 18px;
}

.card-feed-link {
	margin-top: auto;
	display: block;
	font-size: 10px;
	font-weight: 800;
	text-decoration: none;
	text-transform: uppercase;
	color: var(--color-alternate);
}

.card-feed-link i {
	margin-left: 8px;
	display: inline-block;
	transition: all 0.3s;
}

.card-feed-link:hover i,
.card-feed-link:focus i {
	margin-left: 12px;
}

.module-feed .swiper-slide {
	height: auto;
}

.module-feed .swiper-scrollbar.swiper-scrollbar-horizontal {
	left: 0;
	width: 100%;
	height: 6px;
	border-radius: 6px;
	background: var(--color-white);
}

.module-feed .swiper-scrollbar-drag {
	cursor: pointer;
	border-radius: 6px;
	background: var(--color-primary);
}

@media screen and (min-width: 768px) {
	.module-feed {
		padding-top: 50px;
		padding-bottom: 55px;
	}

	.module-feed h2 {
		margin-bottom: 33px;
		font-size: 50px;
	}
}

/* MODULE OFFICES */
.card-office {
	position: relative;
	display: block;
	color: var(--color-white);
	text-decoration: none;
}

.card-office:hover .card-office-image:before,
.card-office:focus .card-office-image:before {
	height: 100%;
}

.card-office-image {
	height: 200px;
	position: relative;
}

.card-office-image:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 35%;
	background: linear-gradient(to bottom, rgba(18, 31, 41, 0) 0%, rgba(18, 31, 41, 1) 100%);
	content: '';
	transition: all 0.3s ease;
}

.card-office-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.card-office-text {
	padding: 20px 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.card-office-text span {
	display: block;
	font-size: 24px;
	font-weight: 200;
}

.card-office-text i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	font-size: 15px;
	color: var(--color-white);
	border-radius: 30px;
	background-color: var(--color-secondary);
}

.card-office:hover {
	color: var(--color-white);
}

.page-template-template-home .card-office-image:before,
.page-template-template-offices .card-office-image:before {
	opacity: 0;
	height: 100%;
}

.page-template-template-home .card-office:hover .card-office-image:before,
.page-template-template-home .card-office:focus .card-office-image:before,
.page-template-template-offices .card-office:hover .card-office-image:before,
.page-template-template-offices .card-office:focus .card-office-image:before {
	opacity: 1;
}

@media screen and (min-width: 768px) {
	.module-offices {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 1px;
	}

	.card-office-image {
		min-height: 250px;
	}
}

@media screen and (min-width: 1025px) {
	.card-office-image {
		height: 340px;
	}

	.module-offices-column {
		flex: 1;
	}
}
