/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 13 2025 | 03:19:57 */
/* PARAGRAPH | VARIANT=DEFAULT */

.evlt-paragraph__extra-info {
    font-size: 16px;
	font-family: var(--headings-font-family);
	margin-bottom: 20px;
}

/* 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(--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-600, #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__meta-link[href=""] {
	display: none;
}

.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;
}

@media (max-width: 1280px) {
	.posts-preview .posts-preview__meta-title {
		font-size: 30px;
		line-height: 36px;
	}
}

@media (max-width: 767px) {
	.posts-preview .posts-preview__meta-description {
		font-size: 18px;
		line-height: 24px;
	}
}

/* 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: 70vh;
}
.gallery-slider.slider-menu .section__image-bg-box::before, .stats-row::before, .hero-video::before {
	content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 60%;
    background-image: url(https://finlease.com.au/wp-content/uploads/2024/04/Gallery-overlay.svg);
    background-position: bottom right;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
}
.stats-row::before, .hero-video::before {
	height: 20%;
	background-image: url(https://finlease.com.au/wp-content/uploads/2024/04/section-overlay.svg);
}
.stats-row .section__image-bg-box::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(16 17 65 / 60%);
}
.gallery-slider .evlt-paragraph {
	width: 55%;
	margin-top: 50px;
}
.gallery-slider.slider-menu .modular-slider__items .modular-slider__item::before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.5);
}

.gallery-slider.slider-menu .modular-slider-nav-buttons {
	display: none;
}
.gallery-slider .small-heading {
	color: #FFF;
	font-family: var(--main-font-family);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	margin-top: 10px;
}

@media (max-width:767px) {
	.gallery-slider.slider-menu {
		/* min-height: -webkit-fill-available; */
		height: 450px;
	}
	.gallery-slider .evlt-paragraph {
		width: calc(100% - 50px);
	}
	.gallery-slider.slider-menu .heading--display {
		font-size: 36px;
		line-height: 100%;
	}
	.gallery-slider.slider-menu .section__image-bg-box::before, .stats-row::before, .hero-video::before {
		height: 20%;
		background-position: bottom;
		background-size: cover;
	}
	.gallery-slider .text--intro {
		font-size: 14px;
		line-height: 20px;
	}
}

/* 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: center;
    bottom: 0;
	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: 5px;
}

.slider-menu .modular-slider-nav-buttons__item {
    height: 65px;
    background: transparent;
    width: inherit;
    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 var(--Vanilla-Theme-P3, #FFCD00);
}

.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: var(--Vanilla-Theme-P3, #FFCD00);
}

.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 {
    position: absolute;
    height: unset;
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 10px;
    color: rgba(255,255,255,0.3);
    font-family: var(--main-font-family);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

.slider__animation--default .slider__item::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	background: radial-gradient(138.47% 62.16% at 26.94% 52.5%, rgba(122, 25, 25, 0.19) 11.86%, rgba(0, 0, 0, 0.70) 100%), rgba(16,17,65,0.5);
	top: 0;
	left: 0;
}
.slider-menu__content-box {
	display: flex;
	flex-direction: column;
	gap: 10px;
	color: #fff;
	position: relative;
	z-index: 2;
}
.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 {
	font-size: 28px;
	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: rgba(255,255,255,0.5);
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 18px; /* 128.571% */
}
.slider-btns {
	display: flex;
	gap: 20px;
	position: relative;
	z-index: 1;
}
.slider-btns .btn-group:not(:last-child)::after {
	content: 'or';
	margin-left: 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.slider-btns .btn-group:first-child .btn {
	background: #fff;
	color: var(--p1-600);
}
.slider-btns .btn-group:nth-child(2) .btn {
	background: rgba(255,255,255,0.3);
	color: #fff;
}

@media (max-width: 1024px) {
	.slider-menu .slider-menu__text {
		width: 90%;
	}
}

@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 {
		flex-direction: column;
	}
	.slider-menu .modular-slider-nav-buttons__item {
		height: 20px;
		width: unset;
		padding: 0px;
		border: none;
		border-bottom: 0px;
		margin-bottom: 0px;
	}
	.slider-menu .slider-menu__nav-buttons .modular-slider-nav-buttons__item--active {
		border-bottom: 0px;
	}
	.slider-btns {
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
	.slider-btns .btn-group, .slider-btns .btn.btn-tight {
		width: 100%;
	}
	.slider-menu .modular-slider__item .section__content {
		height: 90%;
		justify-content: flex-end;
	}
	.slider-btns .btn-group:not(:last-child)::after {
		display: none;
	}
}

/* MODULAR SLIDER | VARIANT: HIGHLIGHTS SLIDER | EXTENDS: SLIDER MENU */
.slider-menu.highlights-slider {
	height: 720px;
}
.slider-menu.highlights-slider .modular-slider__item {
	padding: 60px;
	height: calc(100% - 120px);
	width: calc(100% - 120px);
}
.slider-menu.highlights-slider .slider-menu__nav-buttons {
	width: calc(100% - 120px);
	padding: 0px 60px;
	left: 0;
}
.slider-menu.highlights-slider .modular-slider__item .section__content {
	bottom: 60px;
}
.slider-menu.highlights-slider .evlt-text.slider-menu__text p:empty {
	display:none;
}

@media (max-width: 767px) {
	.slider-menu.highlights-slider {
		height: 400px;
	}
	.slider-menu.highlights-slider .modular-slider__item {
		padding: 30px;
		height: calc(100% - 60px);
		width: calc(100% - 60px);
	}
}

/* MODULAR SLIDER | VARIANT=CASE STUDIES */

.case-studies-modular-slider {
	height: 820px;
	margin-bottom: 120px;
}
.case-studies-modular-slider.slider__animation--default .slider__item::after {
    display: none;
}
.case-studies-modular-slider .modular-slider__item {
	background-color: var(--p1-600);
	margin-top: 40px;
	color: #fff;
}
.case-studies-modular-slider .modular-slider__item > .section__content {
	border: 1px solid var(--p3);
	width: 100%;
	height: 720px;
}
.case-studies-modular-slider .modular-slider__item .case-study-content {
	display: flex;
	width: calc(var(--col-5, 521px) - (2 * var(--space-2, 60px)));
	padding: var(--space-2, 60px);
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	align-self: stretch;
}

.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: -60px;
    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.25;
	transition: 0.3s color ease-out;
	border-top: 5px solid #fff;
}

.case-study-nav .modular-slider-nav-buttons__item:not(.modular-slider-nav-buttons__item--active)::before {
	color: #fff;
}

.case-study-nav .modular-slider-nav-buttons__item:not(.modular-slider-nav-buttons__item--active) .modular-slider-nav-buttons__item-title {
	color: #fff;
}

.case-study-nav .modular-slider-nav-buttons__item-title {
	color: var(--p3, #BEC0B0);
	font-family: var(--medium-font-family);
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin-top: 10px;
	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;
}
.case-study-content .evlt-paragraph__extra-info {
	color: var(--p3, #FFCD00);
	font-family: var(--medium-font-family);
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 13px */
	text-transform: uppercase;
	margin-bottom: 10px;
}
.case-study-content h1.evlt-paragraph__main-title {
	font-family: var(--bold-font-family);
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 48px */
	margin-bottom: 10px;
}
.case-study-content .evlt-paragraph__sub-title, .white-theme .case-study-content .evlt-paragraph__sub-title {
	font-family: var(--main-font-family);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 133.333% */
	color: #fff;
}
.case-study-content h6 {
	color: var(--p3, #FFCD00);
	font-family: var(--bold-font-family);
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 13px */
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 15px;
}
.key-achievements {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
	align-self: stretch;
}
.key-achievement-row {
	display: flex;
	align-items: center;
	gap: 10px;
	align-self: stretch;
}
.key-achievement-row .evlt-image__img {
	min-width: 30px;
}
.key-achievement-row p {
	color: rgba(255,255,255,0.7);
	font-family: var(--light-font-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 110%; /* 15.4px */
	margin-block-start: 0;
    margin-block-end: 0;
}
.case-study-content .btn.btn-alt2 {
	margin-top: 30px;
}
.case-study-image-row .section__image-bg-box, .case-study-image-row .section__image-bg {
	height: 718px;
}
.white-theme .case-study-nav .modular-slider-nav-buttons__item:not(.modular-slider-nav-buttons__item--active) .modular-slider-nav-buttons__item-title {
    color: var(--p2-300);
}

@media (max-width: 1366px) {
	.case-study-content h1.evlt-paragraph__main-title {
		font-size: 36px;
	}
	.case-studies-modular-slider .modular-slider__item > .section__content {
		height: 600px;
	}
	.case-studies-modular-slider {
		height: 690px;
		margin-bottom: 120px;
	}
	.case-study-image-row .section__image-bg-box, .case-study-image-row .section__image-bg {
		height: 598px;
	}
}

@media (max-width: 767px) {
	.case-studies-modular-slider {
		height: 600px;
		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: none;
	}
	.case-study-image-row .section__image-bg-box, .case-study-image-row .section__image-bg {
		height: 218px;
		width: calc(100% - 1px);
	}
}

/* MODULAR SLIDER | VARIANT=CAPABILITIES */
.capabilities-slider.case-studies-modular-slider {
    height: 560px;
    margin-bottom: 120px;
}
.capabilities-slider.case-studies-modular-slider .modular-slider__item {
    background-color: #fff;
    margin-top: 40px;
    color: var(--p1-600);
	padding: 60px;
	max-width: calc(var(--container-max-width) - 120px);
}
.capabilities-slider.case-studies-modular-slider .modular-slider__item > .section__content {
	border: 0px;
}
.capabilities-slider.case-studies-modular-slider .modular-slider__item > .section__content .section__content {
    max-width: calc(var(--container-max-width) - 120px);
}
.capabilities-slider .case-study-image-row .section__image-bg-box, .case-study-image-row .section__image-bg {
    height: 100%;
}
.capabilities-slider.case-studies-modular-slider .modular-slider__item .case-study-content {
    padding: 0px 60px 0px 0px;
}
.capabilities-slider.case-studies-modular-slider .case-study-nav {
    bottom: -150px;
}
.capabilities-slider.case-studies-modular-slider .case-study-content h1.evlt-paragraph__main-title {
	font-family: var(--medium-font-family);
	font-size: 36px;
	font-style: normal;
	font-weight: 500;
	line-height: 46px; /* 127.778% */
}
.capabilities-slider.case-studies-modular-slider .evlt-paragraph__text {
    color: var(--p1-600, #002C77);
	font-family: var(--main-font-family);
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px; /* 140% */
}
.capabilities-slider.case-studies-modular-slider .evlt-paragraph__text p:first-child {
	color: var(--p1-200, #0072DA);
	font-family: var(--medium-font-family);
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px; /* 118.182% */
}
.capabilities-slider.case-studies-modular-slider .case-study-nav .modular-slider-nav-buttons__item {
    border-top: 5px solid var(--p1-200);
}
.capabilities-slider.case-studies-modular-slider .case-study-nav .modular-slider-nav-buttons__item-title {
    color: var(--p1-200);
	margin-top: 2px;
	font-size: 11px;
}
.capabilities-slider.case-studies-modular-slider .case-study-nav .modular-slider-nav-buttons__item::before {
    color: var(--p1-200);
}
.capabilities-slider.case-studies-modular-slider .case-study-nav {
    padding: 0 60px;
    max-width: calc(var(--container-max-width) - 120px);
}

@media (max-width: 767px) {
	.capabilities-slider.case-studies-modular-slider {
		height: 800px;
		margin-bottom: 120px;
	}
	.capabilities-slider.case-studies-modular-slider .modular-slider__item > .section__content {
		height: 800px;
	}
	.case-studies-modular-slider .modular-slider__item-content .section__content {
		margin: 0;
	}
	.capabilities-slider.case-studies-modular-slider .modular-slider__item {
		padding: 30px;
		max-width: calc(var(--container-max-width) - 60px);
	}
	.capabilities-slider.case-studies-modular-slider .modular-slider__item .case-study-content {
		height: auto;
		padding: 0;
	}
	.capabilities-slider.case-studies-modular-slider .modular-slider__item > .section__content .section__content {
		max-width: calc(var(--container-max-width) - 60px);
	}
	.capabilities-slider.case-studies-modular-slider .case-study-content h1.evlt-paragraph__main-title {
		font-size: 30px;
		line-height: 36px;
	}
	.capabilities-slider.case-studies-modular-slider .evlt-paragraph__text p:first-child {
		font-size: 16px;
		line-height: 20px;
	}
	.capabilities-slider.case-studies-modular-slider .case-study-image-row {
		height: 200px;
	}
}

/* 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;
}

/* MODULAR SLIDER | VARIANT=PRODUCT HIGHLIGHTS | EXTENDS CASE STUDIES MODULAR SLIDER */
.case-studies-modular-slider.product-highlights-modular-slider {
    height: 620px;
    margin-bottom: 60px;
}
.case-studies-modular-slider.product-highlights-modular-slider .modular-slider__item > .section__content {
	background: var(--p3);
}
.case-studies-modular-slider.product-highlights-modular-slider .modular-slider__item > .section__content {
    height: 500px;
}
.case-studies-modular-slider.product-highlights-modular-slider .case-study-image-row .section__image-bg-box, .case-studies-modular-slider.product-highlights-modular-slider .case-study-image-row .section__image-bg {
    height: 500px;
}
.case-studies-modular-slider.product-highlights-modular-slider .evlt-paragraph {
	display: flex;
	padding: var(--space-2, 60px);
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0px;
	flex: 1 0 0;
	align-self: stretch;
}
.case-studies-modular-slider.product-highlights-modular-slider h1.evlt-paragraph__main-title {
    color: var(--p1-600);
}
.case-studies-modular-slider.product-highlights-modular-slider .evlt-paragraph__text {
    color: var(--p1-600);
    font-family: var(--main-font-family);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
	margin-bottom: 0px;
}
.case-studies-modular-slider.product-highlights-modular-slider .evlt-paragraph__text p {
	margin-block-start: 0;
    margin-block-end: 0;
}
.case-studies-modular-slider.product-highlights-modular-slider .evlt-paragraph__text p:empty {
	display: none;	
}
.case-studies-modular-slider.product-highlights-modular-slider .case-study-nav {
    padding: 0;
    max-width: 100%;
}
.case-studies-modular-slider.product-highlights-modular-slider .case-study-nav .modular-slider-nav-buttons__item {
    border-top: 5px solid var(--p1);
}
.case-studies-modular-slider.product-highlights-modular-slider .case-study-nav .modular-slider-nav-buttons__item::before {
    color: var(--p1);
}
.case-studies-modular-slider.product-highlights-modular-slider .case-study-nav .modular-slider-nav-buttons__item-title {
    color: var(--p1);
}

@media (max-width: 767px) {
	.case-studies-modular-slider.product-highlights-modular-slider {
		height: 660px;
		margin-bottom: 60px;
	}
	.case-studies-modular-slider.product-highlights-modular-slider .modular-slider__item > .section__content {
		height: 660px;
	}
	.case-studies-modular-slider.product-highlights-modular-slider  .case-study-image-row {
		height: 300px;
	}
	.case-studies-modular-slider.product-highlights-modular-slider .case-study-image-row .section__image-bg-box, .case-studies-modular-slider.product-highlights-modular-slider .case-study-image-row .section__image-bg {
		height: 300px;
		width: 100%;
	}
	.case-studies-modular-slider.product-highlights-modular-slider .evlt-paragraph {
		padding: 30px;
	}
	.case-studies-modular-slider.product-highlights-modular-slider .evlt-paragraph__text {
		font-size: 16px;
		line-height: 24px;
	}
}

/* HERO SECTION */
/*
.hero-section {
	background-image: url(https://finlease.com.au/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 10%;
}
.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;
}

@media (max-width: 767px) {
	.hero-section {
		background-image: none;
	}
	.hero-section .evlt-paragraph {
		padding: 0;
	}
	.hero-section .icon-cards .post-cards__static-layout {
		column-gap: 0px;
		row-gap: 0px;
		display: flex;
		flex-direction: column;
	}
	.icon-cards .post-cards__item {
		min-height: 180px;
		margin: 0;
	}
	.hero-section .icon-cards .post-cards__item-title {
		margin-block-start: 0;
		margin-block-end: 0;
	}
	.wp-block-spacer {
		height: 30px !important;
	}
}

/* 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;
}

@media (max-width: 767px) {
	.capabilities-section .evlt-paragraph {
		padding-right: 0;
	}
	.capabilities-section .post-cards__static-layout {
		--columns-count: 1 !important;
	}
	.capabilities-section .post-cards__item:not(.post-cards__item--full-image) .post-cards__item-image-box {
		height: 100px;
	}
	.capabilities-section .post-cards__item-image-box {
		padding: 30px 30px 0px;
	}
}

/* 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;
}

@media (max-width: 767px) {
	.users-carousel .posts-preview__use_case__image {
		width: 30px;
	}
	.posts-preview .posts-preview__meta-title {
		font-size: 24px;
		line-height: 24px;
	}
	.posts-preview__meta-description {
		margin-bottom: 0px;
	}
	.users-carousel .posts-preview__image-container {
		height: 260px;
	}
}

/* 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;
}

@media (max-width: 767px) {
	.homepage-case-study h5 {
		padding: 0;
	}
}

/* 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: 0px;
    width: 80%;
}
.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(--p1-600);
	font-size: 48px;
	line-height: 48px; /* 100% */
}

@media (max-width: 1280px) {
	.call-out-section h1.evlt-paragraph__main-title {
		font-size: 36px;
		line-height: 36px;
	}
	.call-out-section .evlt-paragraph {
		margin-left: 30px;
		width: calc(100% - 60px);
	}
}

@media (max-width: 767px) { 
	.call-out-section, .call-out-section .evlt-image {
		min-height: 40vh;
	}
	.call-out-section .layout-row__content .layout-row  {
		padding: 30px 0;
	}
	.call-out-section .evlt-paragraph {
		margin-left: 0px;
		width: 100%;
		padding: 0;
	}
	.call-out-section h1.evlt-paragraph__main-title {
		font-size: 30px;
		line-height: 30px;
	}
}

/* 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);
}

@media (max-width: 767px) {
	.capability-carousel.posts-preview .grid__col--span5 {
		grid-column-end: span 12;
	}
	.capability-carousel.posts-preview .grid__col--span1 {
		display: none;
	}
	.capability-carousel.posts-preview .grid__col--span6 {
		grid-column-end: span 12;
	}
	.capability-carousel.posts-preview .posts-preview__views.container, .capability-carousel.posts-preview .posts-preview__list.container {
		padding: 0;
	}
	.users-carousel.capability-carousel .posts-preview__use_case__image {
		left: 0px;
	}
	.posts-preview.section {
		margin: 0;
		margin-top: 0px;
		gap: 0px;
	}
}

/* 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(--p3);
	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: 18px;
	line-height: 28px; /* 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 {
	color: #fff;
	font-size: 54px;
	line-height: 60px; /* 111.111% */
	letter-spacing: -1px;
}
.timeline__item-text {
	margin-top: 30px;
	color: #fff;
	font-size: 20px;
	line-height: 140%; /* 28px */
}
.timeline__item-img {
	order: 1;
	border: 40px solid var(--p1);
	width: auto;
}
.timeline__item-content {
	order: 2;
}

@media (max-width: 767px) {
	.timeline-section .evlt-paragraph {
		top: 60px;
		left: 30px;
		width: 100%;
	}
	.timeline__item {
		margin: 20px 0px;
	}
	.timeline__item:not(.timeline__item--image) .timeline__item-text {
		font-size: 16px;
		line-height: 24px;
	}
	.timeline__item-text {
		margin: 10px 0px 30px;
		font-size: 16px;
	}
	.timeline__item:nth-child(2n) {
		text-align: left;
	}
}

/* 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); }

@media (max-width: 767px) {
	.what-we-do-section .evlt-paragraph {
		padding: 40px;
	}
	.what-we-do-section .post-cards__static-layout {
		--columns-count: 1 !important;
		row-gap: 10px;
	}
	.what-we-do-section .post-cards__item:not(.post-cards__item--full-image) .post-cards__item-image-box {
		height: 100px;
	}
}

/* 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;
}

@media (max-width: 767px) {
	.join-our-team-section .post-cards__static-layout {
		--columns-count: 1 !important;
		row-gap: 10px;
	}
	.join-our-team-section .post-cards__item:not(.post-cards__item--full-image) .post-cards__item-image-box {
		height: 130px;
	}
}

/* WORKING AT DYNALITE */
.working-at-dynalite {
	align-self: center;
    margin-left: 85px;
}
.working-at-dynalite .evlt-paragraph__text p {
	color: var(--p2);
}

@media (max-width: 767px) {
	.working-at-dynalite {
		margin-left: 0px;
	}
}

/* TEAM TESTIMONIALS */
.team-testimonials .post-cards__static-layout {
	row-gap: 2px;
}
.team-testimonials .post-cards__item {
	background: var(--p1-300);
	color: #fff;
}
.testimonial-cards .post-cards__item {
	background: transparent;
	align-self: flex-start;
}
.testimonial-card__written {
    padding: 0px;
    height: 100%;
	/*
    display: flex;
    flex-direction: column;
	*/
    place-content: center;
	width: 80%;
    margin: 0 auto;
	text-align: center;
	color: #333;
    text-align: center;
    font-family: var(--main-font-family);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
	margin-bottom: 30px;
}
.testimonial-card__written h6 {
	margin-top: 30px;
}
.testimonial-card__written p + .evlt-paragraph h6 {
	margin-top: 0px;
}
.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 {
    color: #333;
    text-align: center;
    font-family: var(--main-font-family);
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
	margin-block-start: 0;
}
body.postid-2952 .testimonial-card__written p {
    font-size: 24px;
    line-height: 130%;
}
.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;
}

@media (max-width: 767px) {
	.team-testimonials .post-cards__static-layout {
		--columns-count: 1 !important;
	}
	.testimonial-card__video {
		height: 300px;
    	width: 100%;
	}
	.testimonial-card__written {
		padding: 30px;
	}
	.testimonial-card__written h4 {
		font-size: 24px;
		line-height: 24px;
	}
	.testimonial-card__written p, .testimonial-card__written, body.postid-2952 .testimonial-card__written p {
		font-size: 14px;
		line-height: 20px;
		gap: 10px;
	}
	.testimonial-card__video .testimonial-bg-img, .testimonial-card__video .evlt-image__img {
		width: 100%;
	}
	.testimonial-card__video .video-overlay-content .evlt-image__img {
		width: auto;
	}
	.testimonial-card__video .video-overlay-content {
		left: calc(50% - 90px);
	}
}

/* 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;
}

/* TESTIMONAIL BLOCK */
.testimonial-block {
	width: 85%;
	margin: 0 auto;
}

/* CALCULATOR BLOCK */
.calculator-row .container:not(.section__content) {
	max-width: 100%;
	width: 100%;
}
.calculator-values {
	display: flex;
    flex-wrap: wrap;
	gap: 60px;
	row-gap: 20px;
}
.calculation-info {
	display: none;
}
.calculator-values .range-output {
	width: calc(50% - 30px);
}
.calculator-values .range-output .form-group, .calculator-values .range-output .form-group .row {
	display: flex;
	flex-direction: column;
    gap: 15px;
}
.calculator-values .range-output .form-group label, .calculator-values .range-output .form-group .row .col-lg-8 {
	order: 2;
}
.calculator-values .range-output select, .calculator-values .range-output input {
	border: 0px;
	font-size: 55px;
	line-height: 65px;
	color: #111;
	max-width: 320px;
}
.calc-summary {
	border-radius: 15px;
	background: var(--p3);
	padding: 80px 60px;
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.calc-summary .btn-group {
	display: flex;
	flex-direction: column;
	gap: 20px;
	flex-shrink: 0;
	align-items: center;
}
.calc-summary .btn-group .btn {
    margin: 0 auto;
}
.calculator-values .ui-widget-content {
    border: 0px;
    background: #ccc;
    color: #333;
}
.calculator-values .ui-slider-horizontal {
    height: 4px;
}
.calculator-values .ui-widget-header {
    background: var(--p1);
}
.calculator-values .ui-state-default, .calculator-values .ui-widget-content .ui-state-default {
	background: var(--p1);
	color: var(--p1);
	border-color: var(--p1);
}
.calculator-values .ui-slider .ui-slider-handle {
    width: 15px;
    height: 15px;
    border-radius: 15px;
}
.fl-calc__total {
	font-size: 60px;
    line-height: 60px;
}

#amount-third-party {
	width: 300px;
}

@media (max-width:767px) {
	.calculator-values .range-output select, .calculator-values .range-output input {
		font-size: 32px;
		line-height: 42px;
		width: 90%;
	}
	.fl-calc__amount-input::before {
		font-size: 40px;
		line-height: 35px;
	}
	.calculator-values .range-output {
		width: 100%;
	}
	.fl-calc__total {
		font-size: 45px;
		line-height: 45px;
	}
	.calculator-row {
		--section-top-gap-multiplier: 3 !important;
	}
	.calc-summary {
		padding: 40px;
	}
}

/* STATS BLOCK */
.stats-row .section__image-bg {
    opacity: 0.7;
}
.stats-cards .post-cards__static-layout {
	column-gap: 0px;
}
.stats-row .post-cards__item {
	background: transparent;
}
.stats-card {
	color: #fff;
	padding: 60px;
}
.stats-row .post-cards__item:not(:last-child) .stats-card {
	border-right: 1px solid rgba(255,255,255,0.4);
}

@media (max-width:767px) {
	.stats-cards .post-cards__static-layout {
		  --columns-count: 1 !important;
	}
	.stats-row .post-cards__item:not(:last-child) .stats-card {
		border-bottom: 1px solid rgba(255, 255, 255, 0.4);
		border-right: 0;
	}
	.stats-card {
		padding: 30px;
		display: flex;
    	align-self: center;
		gap: 0px;
		flex-direction: column;
	}
	.stats-card h4 {
		text-align: center;
	}
	.stats-card .wp-block-spacer {
		display: none;
	}
	.stats-card .evlt-image {
		display: none;
	}
	.stats-card div {
		text-align: left !important;
		min-width: 140px;
	}
	.stats-card h1 {
		width: 80px;
		text-align: right;
	} 
}

/* HERO VIDEO */
.hero-video {
	height: 100vh;
	height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}
.hero-video .section__video-bg, .hero-video .section__image-bg-box {
	opacity: 0.7;
}
.hero-video .evlt-paragraph {
	width: 75%;
    margin: 0 auto;
    gap: 30px;
    margin-top: 30px;
}
.hero-video .evlt-paragraph .evlt-paragraph__text {
	font-size: 30px;
	line-height: 130%;
}
@media (max-width: 767px) {
	.hero-video .evlt-paragraph .evlt-paragraph__text {
		font-size: 20px;
		line-height: 130%;
	}
}

/* FINANCE CAROUSEL */
.finance-carousel {
	height: 767px;
}
.finance-carousel .modular-slider__item-content { 
	display: flex;
}
.finance-carousel .slider__items {
    top: 60px;
}
.finance-carousel .slider__item {
	height: 767px;
	border-radius: 15px;
}
.finance-carousel.slider__animation--default .slider__item::after {
    display: none;
}
.finance-carousel .evlt-image {
	width: 50%;
}
.finance-carousel .evlt-image__img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.finance-carousel-content {
	width: 50%;
	padding: 60px;
	display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.finance-carousel-content .evlt-paragraph__text p {
	font-size: 14px;
	line-height: 21px;
}
.finance-carousel-btns {
	display: flex;
	gap: 20px;
}
.finance-carousel .modular-slider-nav-buttons {
	top: 0px;
	height: 40px;
	gap: 10px;
    display: flex;
	justify-content: space-between;
    width: 100%;
}
.finance-carousel .modular-slider-nav-buttons__item {
	display: flex;
	padding: 12px 41px;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	border-radius: 5px;
	background: #fff;
	color: var(--p1-600);
	font-family: var(--bold-font-family);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 14px; /* 100% */
	border: 0px;
}
.finance-carousel .modular-slider-nav-buttons__item--active {
	background: var(--p1-600);
	color: #fff;
}

@media (max-width: 767px) {
	.finance-carousel, .finance-carousel .slider__item {
		height: fit-content;
        margin-bottom: 30px;
        position: relative;
    }
	.finance-carousel .modular-slider__item-content {
		flex-direction: column;
	}
	.finance-carousel-content {
		width: calc(100% - 60px);
		padding: 30px;
	}
	.finance-carousel-content .heading--h2 {
		font-size: 20px;
		line-height: 20px;
	}
	.finance-carousel .evlt-image {
		width: 100%;
		height: 150px;
		border-radius: 15px 15px 0px 0px;
		clip-path: border-box;
	}
	.finance-carousel-content .evlt-paragraph__text p {
		font-size: 12px;
		line-height: 16px;
		margin-block-start: 0;
    	margin-block-end: 5px;
	}
	.finance-carousel-content .btn.btn-tight {
		padding: 0 20px;
		font-size: 14px;
		height: 40px;
	}
	.finance-carousel-content .solution-pills {
		    margin-bottom: 20px;
	}
	.finance-carousel-content .solution-pill {
		padding: 0px;
		text-decoration: underline;
		border: 0px;
	}
	.finance-carousel .modular-slider-nav-buttons {
		bottom: unset;
		gap: 5px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		display: none;
	}
	.finance-carousel .modular-slider-nav-buttons__item {
		padding: 6px 12px;
		align-items: flex-start;
		font-size: 11px;
		line-height: 11px;
	}
	.finance-carousel .slider__items {
		margin-top: 0px;
		position: relative;
	}
	.finance-carousel .slider__items {
		top: 0px;
	}
	.finance-carousel-btns {
		gap: 10px;
		flex-direction: column;
	}
}

/* MORE THAN JUST EQUIPMENT FINANCE */
.equipment-finance-row .equipment-finance-image {
	height: 100%;
}
.equipment-finance-row .equipment-finance-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 15px;
    margin-left: 0px;
}

@media (max-width:767px) {
	.equipment-finance-row .equipment-finance-image img {
		margin-top: 10px;
		margin-left: 0px;
	}
}

/* CAREERS HERO IMAGE & VIDEO */
.careers-hero-image img {
	 border-radius: 15px;
}
.careers-video {
	margin: -400px auto 0 auto;
	width: 80%;
}
.careers-video iframe {
	border-radius: 15px;
	border: 4px solid #fff;
}

/* SOCKS BLOCK */
.socks-block {
	height: 90vh;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
	color: #fff;
}
.socks-block::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(146deg, rgba(0, 0, 0, 0.00) 60.9%, rgba(0, 0, 0, 0.60) 83.91%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}
.socks-block .evlt-paragraph {
    z-index: 1;
}
.socks-block .evlt-paragraph a {
	text-decoration: underline;
	font-weight: 700;
}

@media (max-width:767px) {
	.socks-block .evlt-paragraph {
		padding: 0 25px;
	}
}

/* CTA 2 BLOCK */
.cta-2-block {
	color: #fff;
}
.cta-2-block::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
}
.cta-2-block .evlt-paragraph {
	z-index: 1;
}
.cta-2-block .evlt-paragraph__cta {
	margin: 0 auto;
	margin-top: 40px;
}
.cta-3-block .evlt-paragraph__main-title, .cta-3-block .evlt-paragraph__sub-title {
	margin-bottom: 30px;
}
.cta-3-block .gform_wrapper {
	width: 60%;
    margin: 0 auto;
}
.cta-3-block .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 0;
    grid-row-gap: 0;
}
.cta-3-block .input, .cta-3-block .gform_wrapper.gravity-theme .gfield input {
    border: 0px;
    border-radius: 50px 0px 0px 50px;
}
.cta-3-block .gform-button {
	border: 0px;
    background: var(--p1-600);
    color: #fff;
    padding: 0 40px;
    border-radius: 50px;
    margin-left: -40px;
	font-size: 0px;
}
.cta-3-block .gform-button::after {
	content: "Sign Up";
	color: var(--Grey-Scale-FFF, #FFF);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 150% */
	width: 70px;
    display: flex;
}

/* TEAM SLIDER */
.team-slider {
	--bio-image-width: 140px;
	--bio-padding: 40px;
	--team-width: 90%;
	--team-height: 160vh;
	height: var(--team-height);
}
.team-slider section:first-child {
    margin-top: 0;
}
.team-slider .modular-slider__item-content {
	display: flex;
	gap: var(--bio-padding);
	flex-wrap: wrap;
	background: #fff;
    height: var(--team-height);
	justify-content: center;
	align-content: flex-start;
	width: var(--team-width);
	margin: 0 auto;
}
.team-slider .slider__items, .team-slider section.slider__items:first-child {
    margin-top: 160px;
}
.broker-item {
	width: var(--bio-image-width);
	height: auto;
}
.team-slider.slider__animation--default .slider__item::after {
	display: none;
}
.broker-item img {
	height: var(--bio-image-width);
	width: var(--bio-image-width);
	border-radius: calc(var(--bio-image-width) / 2);
	object-fit: cover;
}
.broker-item h6 {
    font-size: 16px;
    line-height: 20px;
	margin-top: 10px;
}
.broker-item p {
    font-size: 13px;
    line-height: 13px;
	margin-block-start: 0;
    margin-block-end: 0;
	margin-top: 10px;
}
.broker-item h6 a {
	color: var(--primary-brand-color);
	transition: color 0.2s ease-out;
}
.broker-item:hover h6 a {
	color: var(--p1);
}
.team-slider .modular-slider-nav-buttons {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
	top: 60px;
	gap: 30px;
}
.team-slider .modular-slider-nav-buttons__item {
	color: var(--Grey-Scale-333, #333);
	text-align: center;
	font-family: var(--bold-font-family);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px; /* 141.667% */
	background: transparent;
	border: 0px;
	padding: 5px 0px;
	transition: 0.3s ease-out;
}
.team-slider .modular-slider-nav-buttons__item--active {
	background: var(--p3);
	padding: 5px 15px;
}

@media (min-width:2000px) {
	.team-slider {
		--bio-image-width: 160px;
		--bio-padding: 50px;
		--team-width: 80%;
		--team-height: 1900px;
	}
}
@media (max-width:1919px) {
	.team-slider {
		--team-height: 1400px;
		--bio-image-width: 120px;
		--bio-padding: 30px;
	}
}
@media (max-width:1600px) {
	.team-slider {
		--team-height: 1470px;
		--bio-image-width: 110px;
		--bio-padding: 30px;
	}
	.broker-item h6 {
		font-size: 14px;
		line-height: 14px;
	}
	.broker-item p {
		font-size: 11px;
		line-height: 11px;
		margin-top: 5px;
	}
}
@media (max-width:1500px) {
	.team-slider {
		--team-height: 1350px;
	}
}
@media (max-width:1439px) {
	.team-slider {
		--team-height: 1350px;
		--bio-image-width: 100px;
		--bio-padding: 25px;
		--team-width: 95%;
	}
}
@media (max-width:1300px) {
	.team-slider {
		--team-height: 1350px;
	}
}
@media (max-width:1200px) {
	.team-slider {
		--team-height: 1440px;
	}
}
@media (max-width:767px) {
	.team-slider {
		position: relative;
		height: fit-content;
		--team-height: fit-content;
		--bio-image-width: 80px;
		--bio-padding: 20px;
		--team-width: 95%;
	}
	.team-slider .modular-slider-nav-buttons {
		display: none;
		width: 90%;
		top: 0px;
		gap: 5px;
		flex-direction: column;
		margin: 0 auto;
	}
	.team-slider .modular-slider-nav-buttons__item {
		font-size: 16px;
		line-height: 20px;
	}
	.team-slider .slider__items, .team-slider section.slider__items:first-child {
		margin-top: 0px;
	}
	.team-slider .slider__items {
		position: relative;
		height: fit-content;
		display: flex;
		flex-direction: column;
		gap: 80px;
	}
	.team-slider .modular-slider__item {
		background: #fff;
		position: relative;
		margin-top: 40px;
	}
	.team-slider section:first-child {
		margin-top: 40px;
	}
	.broker-item h6 a {
		text-decoration: underline;
	}
}

/* FAST APPROVALS */
.asterisk {
	font-size: 28px;
    line-height: 40px;
    position: absolute;
}
.fast-approvals-text h5 {
	font-size: 30px;
	line-height: 130%;
}