/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 08 2025 | 21:30:58 */
/* PARAGRAPH | VARIANT=DEFAULT */

.evlt-paragraph__extra-info {
    font-size: 16px;
	font-family: var(--headings-font-family);
	margin-bottom: 20px;
}

.hero-video .evlt-paragraph__extra-info {
    font-size: 24px;
}

/* HERO BANNER | VARIANT=DEFAULT */

.hero-banner__text {
	font-size: 24px;
    line-height: 34px;
    color: #ffffff99;
}

/* HERO-BANNER | VARIANT=SLIMLINE */

.slimline-hero {
	border-radius: 12px;
	height: unset;
	min-height: 200px;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0;
	background: var(--primary-brand-color);
}

.slimline-hero.hero-banner::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #00000050;
	z-index: 1;
}

.slimline-hero .hero-banner__title {
	color: var(--grey-white, #FFF);
	/* Desktop/H3 32 */
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 44px; /* 137.5% */
	text-align: left;
	max-width: 750px;
}

.slimline-hero .hero-banner__text {
    margin-bottom: 0px;
	color: var(--grey-white, #FFF);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 155.556% */
	width: calc(var(--container-max-width) / 2);
    text-align: left;
}

.slimline-hero .hero-banner__container {
	flex-direction: column;
	justify-content: center;
	align-items: start;
}

.slimline-hero .section__image-bg-box {
    mix-blend-mode: multiply;
}

.slimline-hero .hero-banner__btn {
	border-radius: 4px;
	position: absolute;
    right: 0px;
}


/* HERO BANNER | VARIANT=HOMEPAGE */

.homepage-hero {
	height: 90vh;
}

.homepage-hero::before {
    background-color: var(--primary-brand-color);
    mix-blend-mode: multiply;
    opacity: 0.8;
    z-index: 1;
}

.homepage-hero .section__image-bg-box::before {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
	z-index: 1;
}

.homepage-hero .hero-banner__title {
	font-size: 72px;
    line-height: 82px;
}

.homepage-hero .hero-banner__text {
	font-size: 24px;
    line-height: 34px;
	color: #ffffff80;
}

/* POSTS PREVIEW | VARIANT=DEFAULT */

.posts-preview {
	background-color: unset;
}

.posts-preview.section {
    margin: 0;
    padding: 0;
    margin-top: 60px;
    background: var(--p1-100);
    padding: 30px 0px;
    gap: 60px;
    display: flex;
    flex-direction: column;
}

.posts-preview__views.container, .posts-preview__list.container {
    width: 100%;
    padding: 0 30px;
	margin: 0;
}

.posts-preview .posts-preview__meta-type {
	color: var(--primary-brand-color);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px; /* 141.667% */
	text-transform: unset;
	margin-bottom: 40px;
	letter-spacing: 0px;
}

.posts-preview__image-container {
    height: 50vh;
}

.posts-preview .posts-preview__meta-title {
	color: var(--Vanilla-Theme-P1-600, #002C77);
    font-family: var(--medium-font-family);
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 46px;
	margin-bottom: 10px;
}

.posts-preview .posts-preview__meta-description {
	color: var(--Vanilla-Theme-P1-200, #0072DA);
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px; /* 118.182% */
}

.posts-preview .posts-preview__meta-description li {
	color: var(--p1, #002C77);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 140% */
	margin-bottom: 12px;
}
.posts-preview__meta-link.btn {
    background: var(--p1);
}

.posts-preview__nav {
	display: none;
}

.posts-preview__video {
	border-radius: 12px;
	height: 500px;
}

.posts-preview__list {
    margin-top: 100px;
	counter-reset: item;
	justify-content: space-between;
	flex-direction: row;
}

.posts-preview__list-item {
    border-top: 5px solid var(--primary-brand-color);
    padding-top: 10px;
    margin-right: 0px;
	padding-right: 15px;
	flex-grow: 1;
	width: 100px;
}

.posts-preview__list-item-type {
    color: var(--primary-brand-color);
	margin-top: -20px;
	letter-spacing: 0px;
	color: var(--Vanilla-Theme-P1-200, #0072DA);
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 13px */
	text-transform: uppercase;
}

.posts-preview__list-item-title {
    color: var(--grey-333, #333);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.032px;
}

.posts-preview.no-excerpt .posts-preview__list-item-title {
	display: none;
}

.posts-preview__list-item--active .posts-preview__list-item-title {
	color: unset;
}

.posts-preview__list-item::before {
    content: "0" counter(item) ".";
    counter-increment: item;
    bottom: 50px;
    position: relative;
    color: var(--primary-brand-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.27px;
}

.posts-preview__list-item:not(.posts-preview__list-item--active) {
	opacity: 0.5;
	border-top: 5px solid var(--p2-100);
}

.posts-preview__list-item:not(.posts-preview__list-item--active) .posts-preview__list-item-type, .posts-preview__list-item:not(.posts-preview__list-item--active)::before {
	color: var(--p2-100);
}

.posts-preview__image-container {
    border-radius: 0px;
}

/* POSTS PREVIEW | VARIANT=DARK */

.dark-posts-preview {
	background-color: var(--primary-dark-grey-color);
	color: #fff;
	padding: 10vw 0px;
}

.dark-posts-preview .posts-preview__meta-title {
	color: var(--primary-brand-color);
}

.dark-posts-preview .posts-preview__meta-description {
	color: #fff;
}

.dark-posts-preview .posts-preview__list-item::before {
	color: var(--primary-brand-color);
}

.dark-posts-preview .posts-preview__list-item-title {
	color: #fff;
}

.dark-posts-preview .posts-preview__list-item-type {
	color: #fff;
}

.dark-posts-preview .posts-preview__list-item {
	border-top-color: var(--primary-brand-color);
}

.dark-posts-preview .posts-preview__list-item:not(.posts-preview__list-item--active) {
	border-top-color: #ffffff30;
}

.dark-posts-preview .posts-preview__list-item:not(.posts-preview__list-item--active)::before {
	color: #fff;
}

/* POSTS PREVIEW | VARIANT=USE CASES  */

.use-cases-posts-preview {
	padding: 0px;
	margin: 0px;
    display: flex;
    flex-direction: row-reverse;
}

.use-cases-posts-preview .posts-preview__views {
    display: flex;
    width: 50%;
	height: 60vh;
	border-radius: 12px;
	background: #f9f9f9;
	padding: 200px 100px;
}

.use-cases-posts-preview .posts-preview__view {
    display: flex;
    flex-direction: column;
	align-self: center;
}

.use-cases-posts-preview .posts-preview__list {
    flex-direction: column;
	margin-top: 0px;
	margin-right: 136px;
}

.use-cases-posts-preview .posts-preview__list-item {
    flex-grow: 1;
    width: 100%;
	height: 100px;
	padding: 0px;
	color: var(--alt-brand-color);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px; /* 141.667% */
	border-top: unset;
    border-bottom: 1px solid #ddd;
	display: flex;
    flex-direction: column;
    place-content: center;
}

.use-cases-posts-preview .posts-preview__list-item-type {
	margin-top: 0px;
}

.use-cases-posts-preview .posts-preview__list-item:last-child {
	margin-bottom: 0px;
	border-bottom: unset;
}

.use-cases-posts-preview .posts-preview__list-item::before {
    /* bottom: unset;
    top: 0px;
    margin-bottom: 20px;
	color: var(--alt-brand-color);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px; /* 141.667% */
	display: none;
}

.use-cases-posts-preview .posts-preview__list-item-type {
	color: var(--primary-brand-color);
	font-size: 38px;
	font-style: normal;
	font-weight: 600;
	line-height: 42px; /* 119.231% */
}

.use-cases-posts-preview .posts-preview__list-item:not(.posts-preview__list-item--active) .posts-preview__list-item-type {
	color: var(--grey-ddd, #DDD);
}

.use-cases-posts-preview .posts-preview__meta-title {
	display: none;
}

.use-cases-posts-preview .posts-preview__meta-description {
	color: #111;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px; /* 141.667% */
}

.use-cases-posts-preview .posts-preview__image-container {
	display: none;
}

.posts-preview__use_cases {
	display: flex;
    flex-direction: row;
	justify-content: space-evenly;
    column-gap: 40px;
}

.posts-preview__use_case {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.posts-preview__use_case__image {
	max-width: 80px;
    max-height: 80px;
    height: auto;
	margin-bottom: 20px;
	width: 50px;
}

.posts-preview__use_case__title {
	color: var(--primary-brand-color);
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 27px; /* 150% */
}

/* MODULAR SLIDER | VARIANT=GALLERY SLIDER */

.gallery-slider.slider-menu {
	height: 100vh;
}

.gallery-slider.slider-menu .modular-slider__items .modular-slider__item::after {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	/* background: rgba(0,0,0,0.2); */
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.46) 2%, rgba(0, 0, 0, 0.00) 16%, rgba(0, 0, 0, 0.00) 51.04%, rgba(0, 0, 0, 0.80) 100%), rgba(0, 0, 0, 0.20);
	z-index: 2;
	opacity: 1;
}

@media (max-width:767px) {
	.gallery-slider.slider-menu {
		height: 100vh;
		max-height: -webkit-fill-available;
	}
}


/* MODULAR SLIDER | VARIANT=SCREENSHOT SLIDER */

.screenshot-slider {
	height: 480px;
	display: flex;
	flex-direction: column;
}

.screenshot-slider .modular-slider__item {
	margin: 0px;
	padding: 0px;
}

.screenshot-slider .modular-slider__items {
    top: 70px;
    order: 2;
}

.screenshot-slider .modular-slider__item .section__content {
	
}

.screenshot-slider img {
	object-fit: cover;
}

.screenshot-slider .modular-slider-nav-buttons {
    position: relative;
    order: 1;
    display: flex;
    margin-bottom: 60px;
	top: 10px;
	column-gap: 10px;
}

.screenshot-slider .modular-slider-nav-buttons__item {
	border: none;
	background-color: #fff;
	color: #111;
	font-family: var(--medium-font-family);
    border-radius: 50px;
    padding: 5px 20px;
	transition: background-color 0.3s ease-out;
}

.screenshot-slider .modular-slider-nav-buttons__item--active {
	background-color: var(--primary-brand-color);
	color: #fff;
}

/* MODULAR SLIDER | VARIANT=SLIDER MENU  */

:root {
	--thumbnail-width: 150px;
	--thumbnail-height: 90px;
}

.slider-menu .modular-slider__item .section__content {
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
    bottom: 100px;
	width: var(--container-max-width);
}

.slider-menu .slider-menu__title {
	color: #fff;
}

.slider-menu__text {
	color: #fff;
}

.slider-menu__nav-buttons  {
    width: var(--container-max-width);
    display: flex;
    flex-direction: row;
    justify-content: start;
    margin: 0 auto;
    left: var(--current-padding-width);
	column-gap: 30px;
}

.slider-menu .modular-slider-nav-buttons__item {
    height: 45px;
    background: transparent;
    width: 100px;
    padding: 0px;
    cursor: pointer;
    border: none;
    border-bottom: 2px solid rgba(255,255,255,0.3);
}

.slider-menu .slider-menu__nav-buttons .modular-slider-nav-buttons__item--active {
	border-bottom: 2px solid #fff;
}

.slider-menu .modular-slider-nav-buttons__item::before {
    position: relative;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

.slider-menu .slider-menu__nav-buttons .modular-slider-nav-buttons__item--active .modular-slider-nav-buttons__item-title {
	color: #fff;
	opacity: 1;
	font-family: var(--medium-font-family);
	font-weight: 500;
}

.slider-menu .modular-slider-nav-buttons__item-img {
    width: var(--thumbnail-width);
    height: var(--thumbnail-height);
    object-fit: cover;
    padding: 0px;
    align-self: self-end;
	display: flex;
}

.slider-menu .modular-slider-nav-buttons__item-img::before {
    position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

.slider-menu .slider-menu__title {
	font-size: 36px;
    line-height: 46px;
}

.slider-menu .slider-menu__text {
	width: calc(var(--container-max-width) / 2);
}

.slider-menu .modular-slider-nav-buttons__item-title {
    flex-direction: row;
	display: flex;
	text-transform: uppercase;
	line-height: 100%;
    height: 20px;
	position: absolute;
    font-size: 13px;
    font-family: var(--main-font-family);
    font-style: normal;
    color: rgba(255,255,255,0.3);
    font-weight: 400;
    width: fit-content;
    text-align: left;
}

.slider-menu .modular-slider-nav-buttons__item-title {
	flex-direction: row;
	display: flex;
	color: rgba(255,255,255,0.3);
	/*
	text-transform: uppercase;
	line-height: 100%; */
	font-size: 12px;
	text-transform: unset;
	line-height: 110%;
	letter-spacing: 0.2px;
	height: 20px;
	text-align: left;
	width: 24%;
	margin-bottom: 0px;
	align-items: flex-end;
}

.slider__animation--default .slider__item::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.slider-menu__content-box {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.slider-menu__content-box .slider-menu__title, .slider-menu__content-box .slider-menu__text {
	display: flex;
	z-index: 10;
}
.slider-menu__content-box .slider-menu__title {
	color: #fff;
	font-family: var(--main-font-family);
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 28px */
	letter-spacing: -0.56px;
	text-transform: uppercase;
}
.slider-menu__content-box .slider-menu__text {
	color: #fff;
	font-family: var(--light-font-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px; /* 128.571% */
	opacity: 0.6;
	letter-spacing: 0px;
}

@media (max-width: 1023px) {
	.slider-menu__nav-buttons .modular-slider-nav-buttons__item:last-child {
    	margin-right: 26px;
	}
	.slider-menu .slider-menu__title, .slider-menu .slider-menu__text {
		/* display: none; */
	}
	.slider-menu__nav-buttons .modular-slider-nav-buttons__item {
		line-height: 14px;
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.slider-menu__nav-buttons {
		bottom: 20px;
	}
	.slider-menu .slider-menu__text {
		width: 100%;
	}
	.slider-menu .modular-slider__item .section__content {
		bottom: 80px;
	}
}

/* MODULE SLIDER | VARIANT=PROJECTS SLIDER (EXTENDS SLIDER MENU) */
.projects-slider.slider-menu .slider-menu__content-box .slider-menu__text {
	display: none;
}
.projects-slider.slider-menu .modular-slider__item .section__content {
	bottom: 110px;
}
.projects-slider.slider-menu .slider-menu__content-box .slider-menu__title::before {
	content: 'Projects';
	color: #fff;
	font-family: var(--main-font-family);
	font-size: 80px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 80px */
	letter-spacing: -2px;
	text-transform: capitalize;
}
.projects-slider.slider-menu .slider-menu__content-box .slider-menu__title {
	font-size: 0;
	line-height: 0;
}
.slider-menu__nav-buttons {
	gap: 10px;
}
.projects-slider.slider-menu .slider-menu__nav-buttons .modular-slider-nav-buttons__item {
	width: inherit;
	height: 50px;
}
.projects-slider.slider-menu .modular-slider-nav-buttons__item-title {
	margin-top: 0px;
	margin-bottom: 10px;
}
.projects-slider.slider-menu .slider-menu__nav-buttons .modular-slider-nav-buttons__item--active .modular-slider-nav-buttons__item-title {
	color: var(--p3);
	font-family: var(--main-font-family);
	font-weight: 400;
}

@media (max-width:767px) {
	.projects-slider.slider-menu .modular-slider__item .section__content {
		bottom: 60px;
	}
	.projects-slider.slider-menu .modular-slider-nav-buttons__item-title {
		display: none;
	}
}

/* MODULE SLIDER | VARIANT=EXPERTISE SLIDER (EXTENDS PROJECTS & SLIDER MENU) */
.expertise-slider.projects-slider.slider-menu .slider-menu__content-box .slider-menu__title::before {
	display: none;
}
.expertise-slider.projects-slider.slider-menu .slider-menu__content-box .slider-menu__title {
	color: #fff;
	font-family: var(--main-font-family);
	font-size: 80px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 80px */
	letter-spacing: -2px;
	text-transform: capitalize;
}

@media (max-width:767px) {
	.expertise-slider.projects-slider.slider-menu .slider-menu__content-box .slider-menu__title {
		font-size: 50px;
		letter-spacing: -1px;
	}
}

/* MODULAR SLIDER | VARIANT=CASE STUDIES */

.case-studies-modular-slider {
	height: 640px;
	margin-bottom: 120px;
}
.case-studies-modular-slider.slider__animation--default .slider__item::after {
    display: none;
}
.case-studies-modular-slider .modular-slider__item {
	background-color: transparent;
	margin-top: 40px;
}

.case-study-stats {
	display: flex;
	flex-direction: column;
	margin-right: 80px;
    align-self: center;
}

.case-study-stats .evlt-paragraph__main-title {
	font-size: 40px;
	line-height: 50px;
	    margin-bottom: 10px;
}

.case-study-stats .evlt-paragraph__text {
	font-size: 20px;
	line-height: 30px;
}

.case-study-image-row {
	height: 500px;
}

.case-study-image-row .section__content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: end;
    padding-bottom: 50px;
	z-index: 1;
}

.case-study-logo {
    height: 100%;
    max-width: 250px;
    margin-bottom: 20px;
}

.case-study-logo .evlt-image__img {
	max-height: 80px;
	max-width: 250px;
	filter: brightness(10);
}

.case-study-nav {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    left: 0;
    bottom: 0;
    column-gap: 0px;
    justify-content: stretch;
    width: 100%;
	counter-reset: item;
}

.case-studies-modular-slider .evlt-paragraph__text {
	color: var(--p3-100, #E0E1DA);
	font-family: var(--light-font-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px; /* 150% */
}

.case-studies-modular-slider .btn {
	margin-top: 10px;
}

.case-study-nav .modular-slider-nav-buttons__item {
	width: inherit;
    height: 50px;
	background: transparent;
    border: none;
	cursor: pointer;
	display: flex;
	border-top: 5px solid var(--p3);
}

.case-study-nav .modular-slider-nav-buttons__item::before {
	content: "0" counter(item) ".";
    counter-increment: item;
	color: var(--p3, #BEC0B0);
	font-family: var(--main-font-family);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 20px */
    position: absolute;
    margin-top: -35px;
}

.case-study-nav .modular-slider-nav-buttons__item:hover .modular-slider-nav-buttons__item-title {
	color: var(--primary-brand-color);
	opacity: 1;
}

.case-study-nav .modular-slider-nav-buttons__item:not(.modular-slider-nav-buttons__item--active) {
	opacity: 0.5;
	transition: 0.3s color ease-out;
}

.case-study-nav .modular-slider-nav-buttons__item-title {
	color: var(--p3, #BEC0B0);
    font-family: var(--main-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: unset;
    letter-spacing: 0.2px;
    margin-top: 15px;
    text-align: left;
}

.dark-section .case-study-nav .modular-slider-nav-buttons__item-title {
	color: #fff;
	transition: 0.3s color ease-out;
}

.case-study-nav .modular-slider-nav-buttons__item:first-child::after {
	display: none;
}

@media (max-width: 1024px) {
	.case-studies-modular-slider {
		height: 500px;
		margin-bottom: 20px;
	}
	.case-study-image-row {
		height: 350px;
	}
}

@media (max-width: 767px) {
	.case-studies-modular-slider {
		height: 600px;
		margin-bottom: 0px;
	}
	body.single-solution .case-studies-modular-slider {
		height: 100vh;
		margin-bottom: 0px;
	}
	.case-studies-modular-slider .modular-slider__item .case-study-content {
		width: calc(var(--col-5, 521px) -(2* var(--space-2, 60px)));
		padding: 30px;
		height: 300px;
	}
	.key-achievements {
		display: none;
	}
	.case-study-content h6 {
		display: none;
	}
	.case-study-content h1.evlt-paragraph__main-title {
		font-size: 30px;
	}
	.case-study-content .evlt-paragraph__sub-title, .white-theme .case-study-content .evlt-paragraph__sub-title {
		font-size: 14px;
		line-height: 21px;
	}
	.case-study-nav {
		display: flex;
		bottom: unset;
		top: -20px;
		gap: 5px;
	}
	.case-study-nav .modular-slider-nav-buttons__item::before {
		display: none;
	}
	.case-study-nav .modular-slider-nav-buttons__item {
		height: 5px;
		border-top: 2px solid var(--p3);
		margin-bottom: 10px;
	}
	.case-study-image-row .section__image-bg-box, .case-study-image-row .section__image-bg {
		height: 218px;
		width: calc(100% - 1px);
	}
	.case-studies-modular-slider .evlt-paragraph__text {
		font-size: 14px;
		line-height: 21px;
	}
	.case-studies-modular-slider .modular-slider__item {
		margin-top: 0px;
	}
	.case-study-nav .modular-slider-nav-buttons__item-title {
		display: none;
	}
}

/* MODULAR SLIDER | VARIANT=CASE STUDIES v2*/

.case-studies-modular-slider-v2 {
	height: 900px;
}

.case-studies-modular-slider-v2 .case-study-stats {
    align-self: flex-start;
}

.case-studies-modular-slider-v2 .case-study-stats .evlt-paragraph__main-title {
    font-size: 24px;
    line-height: 34px;
}

.case-studies-modular-slider-v2 .evlt-paragraph__text {
	font-size: 16px;
    line-height: 24px;
}

.case-studies-modular-slider-v2 .related-products {
	display: flex;
    flex-direction: column;
	row-gap: 2px;
}

.case-studies-modular-slider-v2 .related-product-item {
	display: flex;
	flex-direction: row;
	column-gap: 10px;
	color: var(--primary-brand-color);
	font-family: var(--medium-font-family);
	font-size: 14px;
	align-items: center;
}

.case-studies-modular-slider-v2 .related-product-item .evlt-image__img {
	width: 18px;
	height: 18px;
}

.case-studies-modular-slider-v2 .related-product-item p {
	margin-block-start: 0px;
    margin-block-end: 0px;
}

.case-studies-modular-slider-v2 .btn {
	color: var(--primary-brand-color);
    font-size: 14px;
    background-color: unset;
    padding: 0px;
    text-align: left;
    justify-content: flex-start;
	height: unset;
}

.case-studies-modular-slider-v2 .btn::before {
	background: transparent;
}

.case-studies-modular-slider-v2 .case-study-nav {
    width: calc(var(--container-max-width) * 0.6666);
    left: calc(var(--current-padding-width) + (var(--container-max-width) * 0.33));
    column-gap: 10px;
}

.case-studies-modular-slider-v2 .case-study-nav .modular-slider-nav-buttons__item {
    padding: 0px 30px;
}

.case-studies-modular-slider-v2 .case-study-nav .modular-slider-nav-buttons__item::after {
    left: -30px;
}

.case-studies-modular-slider-v2 .case-study-nav .modular-slider-nav-buttons__item-title {
    font-size: 24px;
    line-height: 24px;
}

/* HERO SECTION */
.hero-section {
	background-image: url(https://stg-thomsonadsett-staging.kinsta.cloud/wp-content/uploads/2024/02/Dynalite-Graphic.svg);
    background-size: auto;
    background-position: top right;
    background-repeat: no-repeat;
}
.hero-section .evlt-paragraph {
	padding: 0 16.66%;
}
.hero-section .icon-cards.icon-cards-stacked .post-cards__item-image {
	height: 50px;
	width: auto;
}
.hero-section .icon-cards.icon-cards-stacked .post-cards__item-image-box {
    height: 50px;
}
.hero-section .icon-cards .post-cards__item-title {
	color: var(--p1-200, #0072DA);
	text-align: center;
	font-size: 20px;
	line-height: 30px; /* 150% */
}
.hero-section .icon-cards .post-cards__item-text {
	color: var(--p1-600, #002C77);
	text-align: center;
	font-size: 12px;
	line-height: 16px; /* 133.333% */
	font-family: var(--main-font-family);
}
.hero-section .icon-cards .post-cards__static-layout {
    column-gap: 40px;
    row-gap: 40px;
}

/* CAPABILITIES SECTION */
.capabilities-section .evlt-paragraph {
	padding-right: 33.33%;
}
.capabilities-section .heading--h1 {
	color: var(--p2);
}
.capabilities-section .text--intro {
	color: var(--p1-300);
}
.capabilities-section .post-cards__static-layout {
    row-gap: 5px;
}
.capabilities-section .post-cards__item-image-box {
    position: relative;
    justify-content: unset;
    align-items: flex-start;
    height: 50px;
    padding: 130px 30px 0px;
}
.capabilities-section .post-cards__item-image {
    position: relative;
    width: auto;
    height: 50px;
}
.capabilities-section .post-cards__item:nth-child(1) { background: var(--p1-600, #002C77); }
.capabilities-section .post-cards__item:nth-child(2) { background: var(--p1-300, #004EAA); }
.capabilities-section .post-cards__item:nth-child(3) { background: var(--p1-200, #0072DA); }
.capabilities-section .post-cards__item:nth-child(4) { background: var(--p1-100, #E7F1FA); }
.capabilities-section .post-cards__item:nth-child(5) { background: var(--p3, #FFCD00); }
.capabilities-section .post-cards__item:nth-child(6) { background: var(--p4, #FFA40D); }
.capabilities-section .post-cards__item:nth-child(1) .post-cards__item-title, .capabilities-section .post-cards__item:nth-child(2) .post-cards__item-title, .capabilities-section .post-cards__item:nth-child(3) .post-cards__item-title, .capabilities-section .post-cards__item:nth-child(1) .post-cards__item-text, .capabilities-section .post-cards__item:nth-child(2) .post-cards__item-text, .capabilities-section .post-cards__item:nth-child(3) .post-cards__item-text {
	color: #fff;
}
.capabilities-section .post-cards__item:nth-child(4) .post-cards__item-title, .capabilities-section .post-cards__item:nth-child(5) .post-cards__item-title, .capabilities-section .post-cards__item:nth-child(6) .post-cards__item-title, .capabilities-section .post-cards__item:nth-child(4) .post-cards__item-text, .capabilities-section .post-cards__item:nth-child(5) .post-cards__item-text, .capabilities-section .post-cards__item:nth-child(6) .post-cards__item-text {
	color: var(--p1-600, #002C77);
}
.capabilities-section .post-cards__item-link {
	margin-top: 20px;
}
.capabilities-section .post-cards__item-link::before {
	content: "Read More";
	background: var(--p3, #FFCD00);
	display: flex;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: var(--p1-600, #002C77);
	font-size: 14px;
	line-height: 14px; /* 100% */
}
.capabilities-section .post-cards__item:nth-child(4) .post-cards__item-link::before, .capabilities-section .post-cards__item:nth-child(5) .post-cards__item-link::before, .capabilities-section .post-cards__item:nth-child(6) .post-cards__item-link::before {
	background: var(--p1-600, #002C77);
	color: #fff;
}
.capabilities-section .post-cards__item-link svg {
	display: none;
}

/* USERS CAROUSEL */
.users-carousel .posts-preview__image-container {
    height: 460px;
}
.users-carousel .posts-preview__use_case__image {
    width: 40px;
    position: absolute;
    top: 40px;
    left: 40px;
}
.users-carousel .posts-preview__meta-title {
	margin-left: 60px;
	margin-top: 10px;
}

/* HOMEPAGE CASE STUDY */
.homepage-case-study {
	background: #000;
}
.homepage-case-study .section__image-bg-box::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.00) 66.76%, #000 100%);
}
.homepage-case-study h5 {
	padding: 0 25%;
	color: #fff;
	font-family: var(--main-font-family);
}
.homepage-case-study h6 {
	color: var(--p3, #FFCD00);
	text-align: center;
	font-size: 14px;
	line-height: 14px; /* 100% */
	text-transform: uppercase;
	margin-top: 30px;
}
.homepage-case-study .btn-group {
    margin-top: 60px;
    flex-direction: column;
    gap: 10px;
}
.homepage-case-study .btn.btn-outline {
    background-color: transparent;
    border: 2px solid var(--p3);
    width: fit-content;
    margin: 0 auto;
	padding: 0 25px;
}
.homepage-case-study .btn-group > .btn:not(:last-child) {
    margin-right: auto;
}

/* CALL OUT SECTION */
.call-out-section .layout-row {
	align-self: center;
}
.call-out-section, .call-out-section .evlt-image {
	min-height: 80vh;
}
.call-out-section img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}
.call-out-section .evlt-paragraph  {
	margin-left: 60px;
	width: 480px;
}
.call-out-section .evlt-paragraph__extra-info {
	color: var(--p3, #FFCD00);
	font-size: 14px;
	text-transform: uppercase;
}
.call-out-section .evlt-paragraph__intro-text {
    color: var(--bg-color);
	font-size: 20px;
	line-height: 28px; /* 140% */
}
.call-out-section h1.evlt-paragraph__main-title {
    color: var(--p3, #FFCD00);
	font-size: 48px;
	line-height: 48px; /* 100% */
}

/* CAPABILITY SECTION */
.capability-section .evlt-paragraph__extra-info {
    color: var(--p3);
}
.capability-section h1.evlt-paragraph__main-title {
    color: #fff;
}

/* CAPABILITY CAROUSEL */
.capability-carousel.posts-preview.section {
	background: var(--p1-600);
}
.capability-carousel.posts-preview .posts-preview__meta-title, .capability-carousel.posts-preview .posts-preview__meta-description li  {
	color: #fff;
}
.capability-carousel.posts-preview .posts-preview__meta-description  {
	color: var(--p3);
}
.capability-carousel.posts-preview .grid__col--span5 {
    grid-column-end: span 4;
}
.capability-carousel.posts-preview .grid__col--span6 {
    grid-column-end: span 7;
}
.capability-carousel.posts-preview .posts-preview__list-item {
    border-top: 5px solid var(--p3);
}
.capability-carousel.posts-preview .posts-preview__list-item:not(.posts-preview__list-item--active) {
    opacity: 0.5;
    border-top: 5px solid var(--p2-300);
}
.capability-carousel.posts-preview .posts-preview__list-item::before {
    color: var(--p3);
}
.capability-carousel.posts-preview .posts-preview__list-item:not(.posts-preview__list-item--active)::before {
    opacity: 0.5;
    color: var(--p2-300);
}
.capability-carousel.posts-preview .posts-preview__list-item-type {
    color: var(--p3);
}
.capability-carousel.posts-preview .posts-preview__list-item:not(.posts-preview__list-item--active) .posts-preview__list-item-type {
    opacity: 0.5;
    color: var(--p2-300);
}

/* TIMELINE SECTION */
.timeline-section .evlt-paragraph {
	position: absolute;
	top: 120px;
	width: 450px;
}

/* TIMELINE */
.timeline::before {
    background-color: var(--p1-600);
}
.timeline__item {
	display: flex;
	flex-direction: column;
}
.timeline__item::before {
	background-color: var(--p1);
    border: 4px solid var(--p4);
	width: 27px;
    height: 27px;
}
.timeline__item:not(.timeline__item--image) .timeline__item-title {
    color: var(--p1-600, #002C77);
	font-size: 40px;
	line-height: 50px; /* 125% */
}
.timeline__item:not(.timeline__item--image) .timeline__item-text {
    color: var(--p1-600, #002C77);
	font-size: 16px;
	line-height: 24px; /* 155.556% */
}
.timeline__item--image .timeline__item-content {
    background-color: var(--p1);
    padding: 0px 40px 45px 40px;
}
.timeline__item--image .timeline__item-content::after {
    border-right: 40px solid var(--p1);
	top: 50px;
	left: -40px;
	border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.timeline__item-title {
	font-weight: 300;
    color: #fff;
    font-size: 40px;
	line-height: 50px; /* 125% */
    font-family: var(--main-font-family);
}
.timeline__item-text {
	margin-top: 30px;
	color: #fff;
	font-size: 16px;
	line-height: 150%; /* 28px */
	color: rgba(255,255,255,0.5);
}
.timeline__item-img {
	order: 1;
	border: 40px solid var(--p1);
	width: auto;
}
.timeline__item-content {
	order: 2;
}

/* WHAT WE DO SECTION */
.what-we-do-section .evlt-paragraph {
	background: var(--p1-600);
	padding: 90px;
}
.what-we-do-section .evlt-paragraph__extra-info {
	color: #fff;
}
.what-we-do-section .evlt-paragraph__main-title {
	color: var(--p3);
}
.what-we-do-section .evlt-paragraph__text p {
	color: #fff;
}
.what-we-do-section .evlt-paragraph__text p strong {
	color: var(--p3);
}
.what-we-do-section .post-cards__item-image-box {
    height: 150px;
    margin: 0px;
    justify-content: flex-end;
    padding: 0px;
    line-height: 0px;
}
.what-we-do-section .post-cards__item-image {
    position: relative;
    width: 60px;
    height: auto;
}
.what-we-do-section .post-cards__item-content {
	text-align: center;
	padding: 30px 30px 90px;
}
.what-we-do-section .post-cards__item-title, .what-we-do-section .post-cards__item-text {
	color: #fff;
}
.what-we-do-section .post-cards__item:nth-child(3) .post-cards__item-title, .what-we-do-section .post-cards__item:nth-child(3) .post-cards__item-text { color: var(--p1-600); }
.what-we-do-section .post-cards__item:nth-child(4) .post-cards__item-title, .what-we-do-section .post-cards__item:nth-child(4) .post-cards__item-text { color: var(--p1-600); }
.what-we-do-section .post-cards__item:nth-child(4) { background: var(--p4); }
.what-we-do-section .post-cards__item:nth-child(1) { background: var(--p1-300); }
.what-we-do-section .post-cards__item:nth-child(2) { background: var(--p1-200); }
.what-we-do-section .post-cards__item:nth-child(3) { background: var(--p3); }
.what-we-do-section .post-cards__item:nth-child(4) { background: var(--p4); }

/* JOIN OUR TEAM SECTION */
.join-our-team-section .post-cards__item {
	background: var(--p1-300);
}
.join-our-team-section .post-cards__item-image-box {
    position: relative;
    justify-content: flex-end;
    height: 170px;
    padding: 0px;
}
.join-our-team-section .post-cards__item-image {
    position: relative;
    width: 60px;
    height: auto;
}
.join-our-team-section .post-cards__item-content {
	text-align: center;
	padding: 0px 30px 60px 30px;
}
.join-our-team-section .post-cards__item-title, .join-our-team-section .post-cards__item-text {
	color: #fff;
}

/* WORKING AT DYNALITE */
.working-at-dynalite {
	align-self: center;
    margin-left: 85px;
}
.working-at-dynalite .evlt-paragraph__text p {
	color: var(--p2);
}

/* TEAM TESTIMONIALS */
.team-testimonials .post-cards__static-layout {
	row-gap: 2px;
}
.team-testimonials .post-cards__item {
	background: var(--p1-300);
	color: #fff;
}
.testimonial-card__written {
    padding: 90px;
    height: 100%;
    display: flex;
    flex-direction: column;
    place-content: center;
}
.testimonial-card__written h4 {
	color: var(--p3, #FFCD00);
	text-align: center;
	font-size: 32px;
	line-height: 30px; /* 93.75% */
	margin-top: 20px;
}
.testimonial-card__written p {
	text-align: center;
}
.testimonial-card__written p:empty {
	display: none;
}
.testimonial-card__video .testimonial-bg-img {
	position: absolute;
    z-index: 1;
    font-size: 0px;
    line-height: 0px;
	height: 100%;
}
.testimonial-card__video .evlt-image__img {
	height: 100%;
	width: auto;
    object-fit: cover;
}
.testimonial-card__video .testimonial-bg-img::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
}
.testimonial-card__video .video-overlay-content {
	z-index: 2;
	position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
}
.testimonial-card__video .video-overlay-content h4 {
	font-size: 32px;
	line-height: 30px; /* 93.75% */
	margin-top: 20px;
}

/* TESTIMONIAL MODAL */
.testimonial-modal {
	background: rgba(0,0,0,0.5);
	align-items: center;
}
.testimonial-modal .evlt-modal__popup {
	width: 80vw;
	margin: 0 auto;
	padding: 10px;
	background: transparent;
}
.testimonial-modal .evlt-modal__popup-close-img {
	filter: invert(1);
}
.testimonial-modal p {
	color: #fff;
}

/* TA VIDEO */
.ta-video .evlt-video__video {
	height: 620px;
	width: 100%;
    object-fit: cover;
	-webkit-mask-image: url(https://stg-thomsonadsett-staging.kinsta.cloud/wp-content/uploads/2024/03/TA-icon.svg);
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100%;
    mask-image: url(https://stg-thomsonadsett-staging.kinsta.cloud/wp-content/uploads/2024/03/TA-icon.svg);
    mask-position: center;
    mask-repeat: no-repeat;
    mask-size: 100%;
}
.ta-video.evlt-video {
	height: 620px;
	padding-top: 0px;
}

/* FOOTER VIDEO (EXTENDS TA VIDEO) */
.footer-video.ta-video .evlt-video__video {
	height: 150px;
	width: 130px;
}
.footer-video.ta-video {
    padding-top: 0;
    height: 150px;
}

@media (max-width: 767px) {
	.footer-video.ta-video .evlt-video__video {
		height: 75px;
		width: 65px;
	}
	.footer-video.ta-video.evlt-video {
		height: 75px;
		width: 65px;
	}
}

/* PEOPLE X PURPOSE SECTION */
.people-purpose-section .evlt-paragraph {
    height: 100%;
    justify-content: center;
}
.people-purpose-section .evlt-video {
    position: relative;
    padding-top: 0;
    height: 500px;
}
.people-purpose-section .ta-video .evlt-video__video {
    height: 500px;
}

/* PURPOSE SECTION */
.purpose-section .evlt-video {
    padding-top: 0;
    height: 50vh;
}
.purpose-section .evlt-video__video, .purpose-section .evlt-video__iframe {
    height: 50vh;
    object-fit: cover;
}
.purpose-section .evlt-paragraph {
    height: calc(50vh - 120px);
	padding: 60px;
	justify-content: center;
}
.purpose-section img {
	height: 50vh;
	object-fit: cover;
	width: 100%;
}
.purpose-section .evlt-paragraph__main-title.heading--h2 {
	font-size: 28px;
}
.purpose-section .evlt-paragraph__intro-text {
	font-size: 18px;
	line-height: 140%;
}
.statement-block .evlt-paragraph__text p {
	font-size: 16px;
	line-height: 130%;
}

@media (max-width: 767px) {
	.purpose-section .evlt-video__video, .purpose-section .evlt-video__iframe, .purpose-section .evlt-video {
		height: 50vh;
	}
	.purpose-section .evlt-video {
		order: 1;
	}
	.purpose-section .evlt-paragraph {
		order: 2;
	}
	.purpose-section .evlt-paragraph {
		height: calc(100% - 100px);
		padding: 50px;
	}
}

/* VALUE PROPOSITION SECTION */
.purpose-section.value-proposition-section .evlt-video {
    height: 50vh;
}
.purpose-section.value-proposition-section .evlt-video__video, .purpose-section.value-proposition-section .evlt-video__iframe {
    height: 50vh;
}
.purpose-section.value-proposition-section .evlt-paragraph__text {
	font-size: 30px;
	line-height: 140%;
}

/* PROJECT FACETS */
.project-facets .layout-row__content {
	display: flex;
	gap: 20px;
}
.layout-row__content .project-facet {
	min-width: 120px;
}
body.page-id-3581 .layout-row__content .project-facet {
	min-width: 240px;
}
.project-facet p {
	color: var(--44-600, #5E5438);
	font-family: var(--main-font-family);
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 116.667% */
	margin-block-start: 0;
    margin-block-end: 0;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.project-facets .layout-row__content {
		flex-direction: column;
	}
}

/* FACETWP CARDS */
.facetwp-template .post-cards__item {
	opacity: 1;
	transform: unset;
}

/* FACETWP FILTERS */
.facetwp-facet.facetwp-facet {
    margin-bottom: 0px;
}
.facetwp-type-radio.facetwp-type-radio {
	display: flex;
    gap: 5px;
	flex-wrap: wrap;
}
.facetwp-radio.facetwp-radio {
	display: flex;
	padding: 7px 14px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	background: none;
	border-radius: 50px;
	border: 1px solid var(--gray-3, #828282);
	color: var(--bg-color);
	text-align: center;
	font-family: var(--bold-font-family);
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	line-height: 10px; /* 100% */
	text-transform: uppercase;
	width: fit-content;
	height: fit-content;
}
.facetwp-radio.checked.facetwp-radio.checked {
	background: none;
	background: #fff;
	color: var(--p6);
	border: none;
}
.facetwp-facet input.facetwp-search.facetwp-search {
    padding-right: 0px;
    min-width: 100px;
	border: none;
}
.facetwp-type-checkboxes {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.facetwp-checkbox.facetwp-checkbox, .facetwp-radio.facetwp-radio, .facetwp-type-sort select {
	display: flex;
	padding: 7px 14px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 50px;
	border: 1px solid var(--p4-500, #A09471);
	overflow: hidden;
	color: var(--p4-500, #A09471);
	text-align: center;
	/*  font-family: var(--medium-font-family);
	font-size: 10px;
	font-style: normal;
	font-weight: 700;
	line-height: 10px; 
	text-transform: uppercase; */
	font-family: var(--main-font-family);
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 13px; 
	letter-spacing: 0.2px;
	width: fit-content;
	margin-bottom: 0px;
	text-transform: unset;
	background: none;
}
.facetwp-type-sort select {
	padding-right: 0px;
	padding: 7px 0px;
}
.facetwp-checkbox.facetwp-checkbox.checked {
	background: #fff;
	background-image: none;
	overflow: hidden;
	color: var(--p4-600, #5E5438);
	border: none;
}
.facetwp-checkbox.facetwp-checkbox .facetwp-counter {
	display: none;
}
.facetwp-facet-search .facetwp-input-wrap {
	display: flex;
	padding: 7px 14px;
	align-items: center;
	gap: 10px;
	flex: 1 0 0;
	border-radius: 50px;
	background: #fff;
}
.facetwp-facet-search .facetwp-input-wrap input {
	overflow: hidden;
	color: var(--p1);
	font-family: var(--main-font-family);
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 13px; /* 100% */
	border: none;
}
.facetwp-facet-search .facetwp-input-wrap input::placeholder {
	color: var(--p4-400);
}
.facetwp-facet-search .facetwp-icon {
	display: none;
}
*:focus {
    outline: none;
}
.facetwp-reset {
	color: #fff;
	text-align: center;
	font-family: var(--main-font-family);
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 13px; /* 100% */
	display: flex;
	padding: 7px 14px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 50px;
	background: var(--p4-600, #5E5438);
	border: none;
	margin-top: 20px;
}
.noUi-target.noUi-target {
    display: flex;
    height: 20px;
    padding: 2px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 50px;
    background: var(--P4-100, #F7F4ED);
}
.noUi-handle.noUi-handle {
	display: flex;
	width: 39px;
	height: var(--header-padding, 20px);
	padding: 7px 14px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 50px;
	border: 2px solid var(--p4-500, #A09471);
	background: #fff;
}
.noUi-horizontal .noUi-handle.noUi-handle {
    right: -15px;
}
.noUi-connect.noUi-connect {
    background: var(--p4);
}
.facetwp-slider-wrap.facetwp-slider-wrap {
    padding-bottom: 0px;
}
.facetwp-slider-reset.facetwp-slider-reset {
	display: none;
}
.facetwp-slider-label {
	font-family: var(--main-font-family);
	font-size: 13px;
	line-height: 100%;
	color: var(--p4-500);
}

/* CASE STUDY HERO */
.case-study-hero {
	height: 100vh;
}
.case-study-hero .section__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
	padding-bottom: 60px;
	padding-right: 17%;
}
.case-study-hero h1.evlt-paragraph__main-title {
	color: #fff;
	z-index: 1;
}
.case-study-hero::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
}

@media (max-width:767px) {
	.case-study-hero {
		height: 100vh;
		max-height: -webkit-fill-available;
	}
}

/* CASE STUDY META */
.case-study-meta-item {
	display: flex;
	border-bottom: 1px solid var(--p4-500);
}
.case-study-meta-item-heading {
	width: 160px;
}
.case-study-meta-item-content, .case-study-meta-item-services {
	width: calc(100% - 160px);
}
.case-study-meta-item-awards {
	width: calc(100% - 160px);
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin: 15px 0 15px 0;
}
.case-study-meta-item-awards p, .case-study-meta-item-services p {
	margin-block-start: 0;
    margin-block-end: 0;
}
.case-study-meta-item-services {
	display: flex;
	flex-wrap: wrap;
	column-gap: 5px;
	row-gap: 0px;
	margin: 15px 0 15px 0;
}
.case-study-meta-item-services p::after {
	content: ', ';
}
.case-study-meta-item-services p:last-child::after {
	content: '';
}

/* TESTIMONIAL BLOCK */
.testimonial .evlt-paragraph__main-title, .testimonial .evlt-paragraph__main-title p {
	color: var(--p3-600, #46473F);
	font-family: var(--main-font-family);
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0px;
	width: 850px;
	margin-block-start: 0;
    margin-block-end: 0;
	margin-bottom: 30px;
}

/* PROJECT HERO IMAGE */
.project-hero-image {
	height: 100vh;
}

/* PROJECT RESULTS */
.project-results {
	text-align: center;
	margin: 30px auto;
}

/* VIDEO HERO */
.hero-video .section__content {
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.hero-video .evlt-paragraph {
	z-index: 1;
}
.hero-video h1.evlt-paragraph__main-title {
	color: #fff;
	font-family: var(--main-font-family);
	font-size: 150px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 150px */
	letter-spacing: -5px;
	/* height: 120px; */
	z-index: 1;
}
.hero-video::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
}
@media (max-width: 1024px) {
	.hero-video h1.evlt-paragraph__main-title {
        height: 70px;
    }
}
@media (max-width: 767px) {
	.hero-video h1.evlt-paragraph__main-title {
        height: 30px;
    }
}

/* PRATICE INTRO */
.practice-intro.ten-col {
	margin: 60px 0 0 0;
}

/* STATEMENT BLOCK */
.statement-block .evlt-paragraph__text p {
	font-family: var(--main-font-family);
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px; /* 116.667% */
}

/* OUR TEAM SECTION */
.our-team-section .evlt-paragraph__text p {
	font-size: 18px;
	line-height: 27px; /* 150% */
}
.team-headshots {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}
.team-headshot-small {
	width: 70px;
	height: 70px;
}
.team-headshot-small .evlt-image__img {
	width: 70px;
	height: 70px;
	border-radius: 35px;
	object-fit: cover;
}
.our-team-content {
	display: flex;
	flex-direction: column;
	align-self: center;
}
div.team-headshots > *:nth-child(n+57) {
    display: none;
}

@media (max-width: 767px) {
	div.team-headshots > *:nth-child(n+17) {
		display: none;
	}
	div.team-headshots {
		margin-bottom: 30px;
		justify-content: flex-start;
	}
}

/* OUR EXPERTISE BLOCK */
.our-expertise-block .evlt-paragraph__text p {
	font-size: 18px;
	line-height: 27px; /* 150% */
}
.expertise-menus {
	display: flex;
	gap: 30px;
	margin-top: 10px;
}
.expertise-menu, .expertise-menu a {
	color: var(--p4-600);
	display: flex;
	flex-direction: column;
}
.expertise-menu {
	width: 50%;
}
.expertise-menu a:nth-child(1) {
	font-family: var(--main-font-family);
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 42px; /* 131.25% */
	text-decoration: none;
}
.expertise-menu a:nth-child(n+2) {
	font-family: var(--main-font-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	padding: 10px 0;
	border-bottom: 1px solid var(--p4-500);
	text-decoration: none;
}
.expertise-menu a:nth-child(n+2):hover::after {
	content: url(https://stg-thomsonadsett-staging.kinsta.cloud/wp-content/uploads/2024/03/discipline-icon.svg);
	position: absolute;
	right: calc(50% + 15px);
}
.sector-menu.expertise-menu a:nth-child(n+2):hover::after {
	right: 0;
}

@media (max-width: 767px) {
	.our-expertise-block .evlt-paragraph__text p {
		font-size: 14px;
		line-height: 21px;
	}
}

/* EXPERTISE FEATURES ROW */
.expertise-features-row.section {
	margin-top: 180px;
}

/* EXPERTISE CONTENT ROW */
.expertise-content-row .evlt-paragraph {
    align-self: center;
}

/* PROJECT VIDEO */
.project-video {
	min-height: calc(100vh - 200px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.project-video .evlt-video {
    width: 80vw;
    left: calc((-1* var(--current-padding-width) + 10vw));
}
.project-video .evlt-video__video {
    width: 80vw;
}

/* GALLERY ROW */
.gallery-row {
	margin: 0 30px;
}
.gallery-row .evlt-image {
    display: flex;
    justify-content: stretch;
    height: 100%;
}
.gallery-row .post-cards__item:last-child:nth-child(odd) .evlt-image img {
	left: 50vw;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: calc(100vw - 60px);
    position: relative;
    right: 50vw;
    width: calc(100vw - 60px);
}
.gallery-row .evlt-image img {
    object-fit: cover;
}

@media (max-width:767px) {
	.gallery-row {
		margin: 0 10px;
	}
	.gallery-row .post-cards__static-layout {
		row-gap: 10px;
	}
}

/* Video Cards */
.video-cards .post-cards__item {
	height: 620px;
	background: var(--p3-500);
}
.video-card-container {
	padding: 60px;
	height: 100%;
	align-content: center;
}
.video-card-container .section__video-bg {
	opacity: 0;
}
.video-card-container .section__content {
    z-index: 2;
    height: calc(100% - 130px);
    margin-top: 130px;
}
.video-card-container .section__content .layout-row__content {
	height: 100%;
	justify-content: space-between;
}
.video-card-container:hover .section__video-bg {
	opacity: 1;
	z-index: 1;
}
.video-card-container:hover::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}
.video-card-container h1.evlt-paragraph {
	z-index: 2;
}
.video-card-container h1.evlt-paragraph__main-title {
	color: #fff;
	font-family: var(--main-font-family);
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 42px */
}
.p3-block-reverse .video-card-container h1.evlt-paragraph__main-title {
	color: #fff;
}
.p3-block-reverse .video-card-container:hover h1.evlt-paragraph__main-title {
	color: #fff;
}
.video-card-container .evlt-paragraph__text {
	color: #fff;
	font-family: var(--light-font-family);
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px; /* 150% */
}
.p3-block-reverse .video-card-container .evlt-paragraph__text {
	color: #fff;
}
.p3-block-reverse .video-card-container:hover .evlt-paragraph__text {
	color: #fff;
}
.video-card-arrow {
	display: flex;
}
.video-card-link {
	position: absolute;
	font-size: 0px;
	line-height: 0px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (max-width: 767px) {
	.video-card-container {
		padding: 20px;
	}
	.video-card-container .evlt-paragraph__text {
		display: none;
	}
	.video-cards .post-cards__item {
		height: 290px;
	}
	.video-card-container .section__content {
		z-index: 2;
		height: unset;
		margin-top: 0px;
	}
	.video-card-container .layout-row__content:not(.layout-row__content--preview), .layout-row__content--preview > .block-editor-inner-blocks > .block-editor-block-list__layout, .layout-row:nth-child(2n) .layout-row__content:not(.layout-row__content--preview), .layout-row:nth-child(2n) .layout-row__content--preview > .block-editor-inner-blocks > .block-editor-block-list__layout {
        row-gap: 0px;
    }
	.video-card-container .section__video-bg {
		opacity: 1;
	}
	.video-card-container::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		z-index: 1;
	}
	.hero-video .evlt-paragraph__extra-info {
		font-size: 20px;
	}
}

/* Logo Cards */
.logo-cards .post-cards__item {
	background: transparent;
}
.logo-cards .post-cards__item .evlt-image {
	display: flex;
	flex-direction: column;
	height: 100%;
    place-content: center;
}
.logo-cards .post-cards__item img {
	filter:	grayscale(1);
	opacity: 0.8;
	max-width: 200px;
	max-height: 130px;
}

/* Creds Strip */
.creds-strip .evlt-paragraph__main-title {
	color: #fff;
}