/*See style.php for styles*/

/*
Theme Name: JD Base Theme Child
Theme URI: N/A
Author: Guo
Author URI: https://jurisdigital.com/
Description: Custom Theme design by https://jurisdigital.com/
Version: 1.0
Template: JD_Base_Theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
	--primary-color: #CD0F2A;
	--secondary-color: #221E1F;
	--font-black-color: #212121;
}

/* *
* Font Define
@font-face {
	font-family: 'Abolition Test';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/AbolitionTest-Regular.otf') format('opentype');
}
@font-face {
	font-family: 'Abolition Test';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/AbolitionTest-Lines.otf') format('opentype');
}
@font-face {
	font-family: 'Abolition Test';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/AbolitionTest-Rough.otf') format('opentype');
}
@font-face {
	font-family: 'Abolition Test';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/AbolitionTest-Round.otf') format('opentype');
}
@font-face {
	font-family: 'Abolition Test';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/AbolitionTest-Soft.otf') format('opentype');
}
@font-face {
	font-family: 'Abolition Test';
	font-style: italic;
	font-weight: 400;
	src: url('fonts/AbolitionTest-LinesOblique.otf') format('opentype');
}
@font-face {
	font-family: 'Abolition Test';
	font-style: italic;
	font-weight: 400;
	src: url('fonts/AbolitionTest-Oblique.otf') format('opentype');
}
@font-face {
	font-family: 'Abolition Test';
	font-style: italic;
	font-weight: 400;
	src: url('fonts/AbolitionTest-RoughOblique.otf') format('opentype');
}
@font-face {
	font-family: 'Abolition Test';
	font-style: italic;
	font-weight: 400;
	src: url('fonts/AbolitionTest-RoundOblique.otf') format('opentype');
}
@font-face {
	font-family: 'Abolition Test';
	font-style: italic;
	font-weight: 400;
	src: url('fonts/AbolitionTest-SoftOblique.otf') format('opentype');
}
*/

@font-face {
	font-family: 'Helvetica Neue LT Pro';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/Helvetica Neue LT Pro 57 Condensed.otf') format('opentype');
}
/*
@font-face {
font-family: 'Helvetica Neue LT Pro';
font-style: normal;
font-weight: 300;
src: url('fonts/HelveticaNeueLTW0545Light.otf') format('opentype');
}
@font-face {
font-family: 'Helvetica Neue LT Pro';
font-style: normal;
font-weight: 750;
src: url('fonts/HelveticaNeueLTW0585Heavy.otf') format('opentype');
}
*/

/* *
* Begin Global Style
* */
div[data-lastpass-icon-root] {
	display: none;
}

:focus-visible {
	outline: none;
}

*, body {
	box-sizing: border-box;
}

/* Heading/H1 */
h1 {
	color: var(--font-black-color);
	font-family: "Abolition Test";
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 3.2px;
}

/* Heading/H2 */
h2 {
	color: var(--font-black-color);
	font-family: "Abolition Test";
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 52.8px */
	letter-spacing: 2.4px;
}

/* Heading/H3 */
h3 {
	color: var(--font-black-color);
	font-family: "Abolition Test";
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 38.4px */
	letter-spacing: 1.6px;
}

/* Heading/H4 */
h4 {
	color: var(--font-black-color);
	font-family: "Abolition Test";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 28.8px */
	letter-spacing: 1px;
}

/* Heading/H5 */
h5 {
	color: var(--font-black-color);
	font-family: "Abolition Test";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 21.6px */
	letter-spacing: 0.9px;
}

/* Heading/H6 */
h6 {
	color: var(--font-black-color);
	font-family: "Abolition Test";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 19.2px */
	letter-spacing: 0.8px;
}

body {
	margin: 0;
	padding: 0;
	/* background-color: #606063; */
}

ul, ol, li,
h1, h2, h3, h4, h5, h6,
div, p, span {
	margin: 0;
	padding: 0;
}

.container {
	width: 100%;
	max-width: 1920px;
	padding: 100px 150px;
	margin: 0 auto;
}

.and-mark {
	font-size: calc(100% + 4px);
	margin: 0 7px;
}

.question-mark {
	font-family: "Rationale", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: calc(100% + 4px);
}

.btn {
	display: flex;
	padding: 13px 40px 3px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-family: "Helvetica Neue LT Pro";
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.6px;
	text-decoration: none;
	width: fit-content;
	transition: all .25s ease-in-out;
	white-space: nowrap;
}

.btn.btn-primary {
	border-left: 10px solid #fff;
	background-color: var(--primary-color);
	color: #fff;
}

.btn.btn-primary.btn-hover-dark {
	border-left: 10px solid var(--secondary-color);
}

.btn.btn-primary:hover {
	border-left-color: var(--primary-color);
	background-color: #fff;
	color: var(--secondary-color);
}

.btn.btn-primary.btn-hover-dark:hover {
	color: #fff;
	border-left-color: var(--primary-color);
	background-color: var(--secondary-color);
}

.btn svg,
.btn svg path,
.btn svg line {
	transition: all .25s ease-in-out
}

.btn.btn-primary:hover svg path {
	fill: var(--secondary-color);	
}

.btn.btn-primary:hover svg line {
	stroke: var(--secondary-color);
}

.btn.btn-primary.btn-hover-dark:hover svg line {
	stroke: #fff;
}

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

.text-right {
	text-align: right;
}

.text-uppercase {
	text-transform: uppercase;
}

.slick-track {
	display: flex;
	align-items: center;
}

.slick-dots {
	display: flex;
	list-style: none;
	justify-content: center;
	align-items: center;
	gap: 15px;
	margin: 75px 0 0 0;
}

.slick-dots button {
	display: none;
}

.slick-dots li {
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: #9D9FA2;

	transition: all .25s ease-in-out;
}

.slick-dots li.slick-active {
	background: var(--primary-color);
}

.slick-arrow:hover {
	cursor: pointer;
}


@media (max-width: 1440px) {
	.container {
		padding: 100px 40px;
	}
}

@media(max-width: 1440px) {
	.btn {
		font-size: 20px;
		white-space: unset;
	}
}

@media (max-width: 768px) {
	.container {
		padding: 40px 4vw;
	}

	h1 {
		font-size: 48px;
	}

	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 28px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 16px;
	}

	h6 {
		font-size: 12px;
	}

	.btn {
		width: 100%;
	}
}

/* *
* Begin Header Style
* */
header#main-header {
	position: relative;
	z-index: 1;
	/* border-bottom: 1px solid rgba(255, 255, 255, 0.11); */
}

header#main-header.sticky-header {
	position: fixed;
	width: 100%;
	top: 0;
	background-color: #000;
}

/*
body.logged-in header#main-header.sticky-header {
top: 32px;
}
*/


header#main-header .container {
	padding: 30px calc(20px + 1.563vw);
}

header#main-header .inner-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}

header#main-header .inner-wrapper .logo img {
	width: 450px;
	height: auto;
}

header#main-header .inner-wrapper .menu-wrapper {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 1.5vw;
}

header#main-header .inner-wrapper .menu-wrapper .button-group a.btn {
	font-size: 20px;
}

header#main-header .inner-wrapper .menu-wrapper .button-group a.btn svg {
	display: none;
}

header#main-header .inner-wrapper .menu-wrapper .btn-menu-close,
header#main-header .inner-wrapper .menu-wrapper .btn-menu-toggle {
	display: none;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu {
	display: flex;
	column-gap: 2.5vw;
	list-style: none;
}

@media(min-width: 1800px) {
	header#main-header .inner-wrapper .menu-wrapper {
		column-gap: 40px;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu {
		column-gap: 3.125vw;
	}
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li a {
	color: #FFF;
	font-family: "Helvetica Neue LT Pro", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 28px */
	text-transform: uppercase;
	white-space: nowrap;
	text-decoration: none;
	transition: all .25s ease-in-out;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.current-menu-item a,
header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li a:hover {
	color: var(--primary-color);
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu li.menu-item-has-children>.arrow {
	display: flex;
	justify-content: center;
	align-items: center;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children> ul > li >.arrow path {
	fill: var(--font-black-color);
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu li {
	height: inherit;
	position: relative;
	padding: 0 0 10px;

	display: flex;
	column-gap: 5px;
	justify-content: center;
	align-items: center;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children>ul.sub-menu {
	left: -3000px;
	display: flex;
	position: absolute;
	width: max-content;
	top: 100%;
	background-color: transparent;
	box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.1);
	flex-direction: column;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children>ul.sub-menu>li {
	width: 100%;
	padding: 10px 20px;
	background-color: #e7e7e7;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children>ul.sub-menu>li:not(:last-child) {
	margin-bottom: 2px;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children:hover>ul.sub-menu {
	list-style: none;
	left: -5px;
	z-index: 1;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children:hover>ul.sub-menu>li>a {	
	color: #272727;
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
	transition: color .25s ease-in-out;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children:hover>ul.sub-menu>li:hover {
	background-color: #d0d0d0;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu {
	list-style: none;
	left: -3000px;
	display: flex;
	position: absolute;
	width: max-content;
	top: 0;
	background-color: transparent;
	box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.1);
	flex-direction: column;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu {
	left: 100%;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu svg path {
	fill: var(--font-black-color);
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li > a {
	font-size: 16px;
	color: #272727;
	width: 100%;
	box-sizing: border-box;
	transition: color .25s ease-in-out;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li {
	width: 100%;
	padding: 10px 20px;
	background-color: #e7e7e7;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li:hover {
	background-color: #d0d0d0;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li:not(:last-child) {
	margin-bottom: 2px;
}

/* Begin 3 lv menu */
header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu {
	list-style: none;
	left: -3000px;
	display: flex;
	position: absolute;
	width: max-content;
	top: 0;
	background-color: transparent;
	box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 10px 4px rgba(0, 0, 0, 0.1);
	flex-direction: column;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu {
	left: 100%;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li > a {
	color: #272727;
	width: 100%;
	box-sizing: border-box;
	transition: color .25s ease-in-out;
	font-size: 16px;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li {
	width: 100%;	
	padding: 10px 20px;
	background-color: #e7e7e7;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li:hover {
	background-color: #d0d0d0;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li:not(:last-child) {
	margin-bottom: 2px;
}
/* END 3 lv menu */

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu .arrow.arrow-left svg {
	transition: all .25s ease-in-out;
}

header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu .arrow svg {
	transform: rotate(0);
}

header#main-header .logo > a {
	display: flex;
	column-gap: 20px;
	align-items: center;
	text-decoration: none;
}

@media(max-width: 1600px) {
	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li a {
		font-size: 16px;
	}

	header#main-header .inner-wrapper .menu-wrapper .button-group a.btn {
		padding: 5px 10px;
		font-size: 16px;
	}
}

@media (max-width: 1400px) {	
	header#main-header .inner-wrapper .menu-wrapper {
		flex-direction: row;
		justify-content: flex-end;
		column-gap: 30px;
		align-items: center;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu {
		display: none;
	}

	header#main-header .inner-wrapper .menu-wrapper .btn-menu-toggle {
		display: flex;
		width: 50px;
		height: 50px;
		padding: 5px;
		align-items: center;
		justify-content: center;
		gap: 10px;
		cursor: pointer;
		background: var(--primary-color);
	}

	body.menu-opened header#main-header .inner-wrapper .menu-wrapper nav {
		transition: transform .25s ease-in-out;
		transform: translateX(0);
	}

	header#main-header .inner-wrapper .menu-wrapper nav {
		overflow: auto;
		position: fixed;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		z-index: 999;
		background-color: #1e1e1e;
		display: flex;
		flex-direction: column;
		row-gap: 30px;
		padding: 50px 4vw;
		transform: translateX(100%);
	}

	header#main-header .inner-wrapper .menu-wrapper nav .btn-menu-close {
		display: block;
		color: #FFF;
		font-size: 32px;
		position: absolute;
		top: 70px;
		right: 25px;
		cursor: pointer;
		z-index: 101;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu {
		display: flex;
		flex-direction: column;
		width: 100%;
		max-width: 450px;
		margin: auto;
		justify-content: flex-end;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu li {
		display: block;
		width: 100%;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li {
		flex-direction: column;
		align-items: flex-start;
		padding: 20px 0px;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li:after {
		display: none;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children:hover>ul.sub-menu>li>a {
		color: #fff;
		padding: unset;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu li a {
		color: #FFF;
		font-size: 16px;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu li.menu-item-has-children>.arrow {
		cursor: pointer;
		position: absolute;
		right: 5px;
		transform: scale(1.5);
		top: 17px;
		width: 30px;
		height: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		transform: rotate(90deg);
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children> ul > li >.arrow path {
		fill: #fff;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu li.menu-item-has-children>.arrow.arrow-left {
		transform: rotate(0deg);		
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu li.menu-item-has-children ul.sub-menu {
		list-style: none;
		position: static;
		width: 100%;
		margin: 20px 0px -20px;
		border-radius: 0px;
		background: transparent;
		box-shadow: none;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu li.menu-item-has-children ul.sub-menu>li {
		background-color: transparent;
		padding: 20px 20px 20px 30px;
	}


	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu,
	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu {
		position: static;
		width: 100%;
		border-radius: 0px;
		background: transparent;
		box-shadow: none;
	}


	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children ul.sub-menu>li {
		background-color: transparent !important;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children:hover>ul.sub-menu>li:hover,
	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children:hover>ul.sub-menu>li.menu-item-has-children:hover>ul.sub-menu>li:hover,
	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children:hover>ul.sub-menu>li.menu-item-has-children:hover>ul.sub-menu>li.menu-item-has-children:hover>ul.sub-menu>li:hover {
		background-color: transparent !important;
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children>ul.sub-menu>li > a:hover,
	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children>ul.sub-menu>li:hover > a:hover,
	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children>ul.sub-menu>li:hover > a:hover {
		color: var(--primary-color);
	}

	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li > a,
	header#main-header .inner-wrapper .menu-wrapper ul#menu-main-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li > a {
		color: #fff;
	}
}

@media (max-width: 769px) {
	header#main-header .container {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	header#main-header .inner-wrapper .logo img {
		width: 100%;
	}

	header#main-header .inner-wrapper .menu-wrapper {
		flex-direction: row-reverse;
	}

	header#main-header .inner-wrapper .menu-wrapper .button-group a.btn {
		width: 50px;
		height: 50px;
		border: none;
	}

	header#main-header .inner-wrapper .menu-wrapper .button-group a.btn svg {
		display: block;
	}

	header#main-header .inner-wrapper .menu-wrapper .button-group a.btn span {
		display: none;
	}
}

@media (max-width: 768px) {	
	header#main-header .inner-wrapper {
		flex-direction: column;
	}

	header#main-header .inner-wrapper .header-logo {
		width: 100%;
	}

	header#main-header .inner-wrapper .menu-wrapper .btn-mobile-contact {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media(max-width: 390px) {	
	header#main-header .container {
		padding: 25px 4vw;
	}

	header#main-header .inner-wrapper {
		gap: 10px;
	}

	header#main-header .inner-wrapper .menu-wrapper {
		column-gap: 10px;
	}
}

footer#footer {
	margin-top: -60px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;	
}

footer#footer #footer-section .container {
	padding-top: 200px;
	padding-bottom: 0;
}

footer#footer #footer-section .inner-wrapper h3 {
	color: #FFF;
	font-family: "Abolition Test";
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 38.4px */
	letter-spacing: 1.6px;
	margin-bottom: 30px;
}

footer#footer #footer-section .inner-wrapper .footer-intro-wrapper {
	margin-bottom: 100px;
	display: flex;
	justify-content: space-between;
	column-gap: 16vw;
}

footer#footer #footer-section .inner-wrapper .footer-intro-wrapper > div {
	flex: 1;
}

footer#footer #footer-section .inner-wrapper .footer-intro-wrapper .footer-intro img {
	max-width: 27.031vw;
	width: 100%;
	height: auto;
	margin-bottom: 60px;
}

footer#footer #footer-section .inner-wrapper .footer-intro-wrapper .footer-intro .social-list {
	list-style: none;
	display: flex;
	column-gap: 32px;
	align-items: center;
	margin-bottom: 60px;
}

footer#footer #footer-section .inner-wrapper .footer-intro-wrapper .footer-intro .social-list li a svg path {
	transition: all .25s ease-in-out;
}

footer#footer #footer-section .inner-wrapper .footer-intro-wrapper .footer-intro .social-list li:hover a svg path {
	fill: #fff;
}

footer#footer #footer-section .inner-wrapper .footer-intro-wrapper .footer-intro .disclaimer-text {
	color: #686868;
	font-family: "Helvetica Neue LT Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	max-width: 656px;
}

footer#footer #footer-section .inner-wrapper .footer-intro-wrapper .footer-menu-wrapper {
	display: flex;
	justify-content: space-between;
}

footer#footer #footer-section .inner-wrapper .footer-intro-wrapper .footer-menu-wrapper .menu-block ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	row-gap: 15px;
}

footer#footer #footer-section .inner-wrapper .footer-intro-wrapper .footer-menu-wrapper .menu-block ul li a {
	color: #B8B8B8;
	font-family: "Helvetica Neue LT Pro";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 28px */
	text-transform: uppercase;
	text-decoration: none;
}

footer#footer #footer-section .inner-wrapper .footer-intro-wrapper .footer-menu-wrapper .menu-block ul li a:hover {
	color: var(--primary-color);
}

footer#footer #footer-section .inner-wrapper .footer-intro-wrapper .footer-menu-wrapper .menu-block ul:last-child:not(.services-list) {
	margin-top: 60px;
}

footer#footer #footer-section .inner-wrapper .office-contact-wrapper {
	margin-bottom: 100px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 50px;
}

footer#footer #footer-section .inner-wrapper .office-contact-wrapper .block-item {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}

footer#footer #footer-section .inner-wrapper .office-contact-wrapper .block-item h3 {
	margin-bottom: 0;
}

footer#footer #footer-section .inner-wrapper .office-contact-wrapper .block-item p,
footer#footer #footer-section .inner-wrapper .office-contact-wrapper .block-item .contact-item span,
footer#footer #footer-section .inner-wrapper .office-contact-wrapper .block-item .contact-item a {
	color: #B8B8B8;
	font-family: "Helvetica Neue LT Pro";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 32.4px */
}

footer#footer #footer-section .inner-wrapper .office-contact-wrapper .block-item .contact-item span,
footer#footer #footer-section .inner-wrapper .office-contact-wrapper .block-item .contact-item a {
	flex: 1;
}

footer#footer #footer-section .inner-wrapper .office-contact-wrapper .block-item .contact-item {
	display: flex;
	align-items: center;
	column-gap: 20px;
}

footer#footer #footer-section .inner-wrapper .office-contact-wrapper .block-item .contact-item.flex-start {
	align-items: flex-start;
}

footer#footer #footer-section .inner-wrapper .office-contact-wrapper .block-item .contact-item.flex-start svg {
	margin-top: 8px;
}

footer#footer #footer-section .inner-wrapper .office-contact-wrapper .block-item .contact-item.flex-start span {
	max-width: 250px;
}

footer#footer #footer-section .inner-wrapper .office-contact-wrapper .contact-item a {
	text-decoration: none;
	transition: all .25s ease-in-out;
}

footer#footer #footer-section .inner-wrapper .office-contact-wrapper .contact-item a:hover {
	color: var(--primary-color);
}

footer#footer #footer-section .footer-author {
	padding-top: 24px;
	padding-bottom: 24px;
	background-color: var(--primary-color);
}

footer#footer #footer-section .footer-author .designed-by {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 20px;
}

footer#footer #footer-section .footer-author .designed-by > span {
	color: #FFF;
	font-family: "Helvetica Neue LT Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
}

footer#footer #footer-section .footer-author .designed-by .divider {
	width: 1px;
	height: 28px;
	background: #fff;
}

@media(max-width: 1024px) {
	footer#footer #footer-section .inner-wrapper .office-contact-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width: 768px) {
	footer#footer {
		background: url('/wp-content/uploads/2025/06/mobile-footer-back.png') no-repeat center/cover !important;
	}

	footer#footer #footer-section .inner-wrapper .footer-intro-wrapper .footer-menu-wrapper .menu-block {
		text-align: center;
	}

	footer#footer #footer-section .inner-wrapper .footer-intro-wrapper {
		flex-direction: column;
		row-gap: 50px;
	}

	footer#footer #footer-section .inner-wrapper .footer-intro-wrapper .footer-intro img {
		width: 100%;
		max-width: unset;
	}

	footer#footer #footer-section .inner-wrapper .office-contact-wrapper {
		display: flex;
		flex-direction: column;
		row-gap: 50px;
	}

	footer#footer #footer-section .footer-author .designed-by {
		flex-direction: column;
		row-gap: 20px;
	}

	footer#footer #footer-section .footer-author .designed-by .divider {
		width: 28px;
		height: 1px;
	}
}

@media(max-width: 468px) {
	footer#footer #footer-section .contact-info-wrapper .block-item > span, footer#footer #footer-section .contact-info-wrapper .block-item > a {
		font-size: 16px;
	}
}

/* *
* Homepage Style
* */
section.banner-section {
	position: relative;
	margin-top: -175px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 150px;
}

section.banner-section .container {
	padding-bottom: 50px;
}

section#home-banner .banner-area {
	width: 100%;
	max-width: 1344px;
	margin: 0 auto 83px;
	display: flex;
	flex-direction: column;
	/* row-gap: 30px; */
	align-items: center;
	justify-content: center;
}

section#home-banner .banner-area .banner-pre-title {
	display: flex;
	flex-direction: column;
	row-gap: 17px;
	align-items: center;
	color: #D0D0D0;
	text-align: center;
	font-family: "Abolition Test";
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	margin-bottom: 21px;
}

section#home-banner .banner-area .banner-pre-title::after {
	content: ' ';
	width: 161px;
	height: 14px;
	background: var(--primary-color);
}

section#home-banner .banner-area .banner-title {
	text-align: center;
	color: #FFF;
	font-family: "Abolition Test";
	font-size: max(64px, calc(calc(100vw / 1920) * 128));
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 6.4px;
	text-transform: uppercase;
	margin-bottom: 55px;
}

section#home-banner .banner-addition {
	display: flex;
	justify-content: flex-end;
}

section#home-banner .banner-addition .social-list {
	list-style: none;
	display: flex;
	align-items: center;
	list-style: none;
	column-gap: 32px;
}

section#home-banner .banner-addition .social-list li svg path {
	transition: all .25s ease-in-out;
}

section#home-banner .banner-addition .social-list li:hover svg path {
	fill: var(--primary-color);
}

@media(max-width: 768px) {
	section#home-banner .banner-addition {
		flex-direction: column;
		align-items: center;
		row-gap: 20px;
	}

	section#home-banner .banner-area .banner-title {
		letter-spacing: 3.2px;
	}

	section#home-banner .banner-area a.btn {
		padding: 10px;
		font-size: 3.5vw;
		letter-spacing: 0.85px;
	}
}

@media(max-width: 390px) {
	section#home-banner .banner-area .banner-title {
		font-size: 48px;
	}
}

section.home-section#problem-section .container {
	padding-top: 0;
}

section.home-section .section-area .section-title {
	color: #221E1F;
	font-family: "Abolition Test";
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.2px !important;
	margin-bottom: 50px;
}

section.home-section .section-area .section-title .question-mark {
	font-size: 70px;
}

section.home-section .section-area .section-title.text-center {
	align-items: center;
	text-align: center;
}

section.home-section .section-area .section-title.text-right {
	align-items: flex-end;
	text-align: right;
}

section.home-section .section-area .section-title::after {
	display: block;
	content: ' ';
	width: 161px;
	height: 14px;
	background-color: var(--primary-color);
	margin-top: 50px;
}

section.home-section .section-area .section-title.text-center::after {
	margin-left: auto;
	margin-right: auto;
}

section.home-section .section-area .section-title.text-right::after {
	margin-right: auto;
}

section.home-section .section-area .section-content p {
	color: #000;
	font-family: "Helvetica Neue LT Pro";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 33.6px */
	margin-bottom: 20px;
}

section.home-section .section-area .section-content > p:last-child {
	margin-bottom: 0;
}

.trust-badge-slider ul.slick-dots {
	display: none;
}

@media(max-width: 768px) {
	section.home-section .section-area .section-title {
		color: #221E1F;
		font-size: 48px;
		font-weight: 400;
		line-height: 110%; /* 52.8px */
		letter-spacing: 2.4px;
	}
	
	section.home-section .section-area .section-title .question-mark {
		font-size: 52px;
	}
}

section#pre-footer-section .container {
	padding-top: 0;
	padding-bottom: 0;
}

section#pre-footer-section .section-area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 30px;
}

section#pre-footer-section .section-area .section-content {
	margin-bottom: 50px;
}

section#pre-footer-section .section-area .section-left {
	width: 100%;
	max-width: 640px;
}

@media(max-width: 768px) {
	section#pre-footer-section .section-area .section-left {
		max-width: unset;
	}
}

section#pre-footer-section .section-area .section-right {
	width: 100%;
	max-width: 656px;
}

.contact-form-wrapper {
	position: relative;
	background: #FFF;
	box-shadow: 0px 2px 50px 0px rgba(0, 0, 0, 0.10);
}

.contact-form-wrapper .gform_wrapper .gform_body .form-header-group img {
	width: 100%;
	height: auto;
}


.contact-form-wrapper .gform_wrapper .gform_body {
	padding: 80px calc(20px + 2.083vw);
}

.contact-form-wrapper .gform_wrapper .gform_body .form-header-group {
	display: flex;
	flex-direction: column;
	row-gap: 30px;
	align-items: center;
}

.contact-form-wrapper .gform_wrapper .gform_body .form-header-group svg {
	width: 100%;
}

.contact-form-wrapper .gform_wrapper .gform_body .form-header-group h4 {
	color: #000;
	text-align: center;
	font-family: "Abolition Test";
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 38.4px */
	letter-spacing: 1.6px;
}

.contact-form-wrapper .gform_wrapper .gform_body .gform_fields {
	display: flex;
	flex-direction: column;
	row-gap: 50px;
}

.contact-form-wrapper .gform_wrapper .gform_body .gform_fields input,
.contact-form-wrapper .gform_wrapper .gform_body .gform_fields textarea {
	padding: 18px 0;
	margin: 0;
	outline: none;
	box-shadow: none;
	border: none;
	border-radius: unset;
	border-bottom: 1px solid #000;
	color: #000;
	font-family: "Helvetica Neue LT Pro";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 33.6px */
	height: unset;
}

.contact-form-wrapper .gform_wrapper .gform_body .gform_fields textarea {
	height: 150px;
}

.contact-form-wrapper .gform_wrapper .gform_footer {
	margin: 0;
}

section#pre-footer-section .contact-form-wrapper .gform_wrapper .gform_footer .gform_button,
main.page-contact .page-section .contact-form-wrapper .gform_wrapper .gform_footer .gform_button,
aside#general-sidebar .contact-form-wrapper .gform_wrapper .gform_footer .gform_button {
	background-color: var(--primary-color) !important;
	border-radius: unset !important;
	width: 100% !important;
	height: 60px !important;
	outline: none !important;
	box-shadow: none !important;
	border: 1px solid var(--primary-color) !important;
	color: #FFF !important;
	font-family: "Helvetica Neue LT Pro" !important;
	font-size: 32px !important;
	font-style: normal !important;
	font-weight: 500 !important;
	line-height: normal !important;
	letter-spacing: 1.6px !important;
	text-transform: uppercase !important;
	text-align: center !important;
	transition: all .25s ease-in-out !important;
}

section#pre-footer-section .contact-form-wrapper .gform_wrapper .gform_footer .gform_button:hover,
main.page-contact .page-section .contact-form-wrapper .gform_wrapper .gform_footer .gform_button:hover,
aside#general-sidebar .contact-form-wrapper .gform_wrapper .gform_footer .gform_button:hover {
	background-color: #fff !important;
	color: var(--primary-color) !important;
}

.contact-form-wrapper .gform_wrapper .gform_footer .gform_button:hover {
	background-color: #9D9FA2;
}

.gform_confirmation_message {
	padding: 40px 4vw !important;
	text-align: center !important;
	color: #000 !important;
	font-family: "Helvetica Neue LT Pro" !important;
	font-size: 24px !important;
	font-style: normal !important;
	font-weight: 400 !important;
	line-height: 140% !important;
}

@media(max-width: 1024px) {
	section#pre-footer-section .section-area {
		flex-direction: column;
		row-gap: 100px;
	}

	section#pre-footer-section .section-area > div {
		max-width: unset;
	}

	footer#footer #footer-section .inner-wrapper .footer-intro-wrapper {
		flex-direction: column;
		row-gap: 50px;
	}

	footer#footer #footer-section .inner-wrapper .footer-intro-wrapper .footer-intro img {
		max-width: 500px;
		margin: 0 auto 60px;
		display: block;
	}

	footer#footer #footer-section .inner-wrapper .footer-intro-wrapper .footer-intro .disclaimer-text {
		text-align: center;
		max-width: unset;
	}

	footer#footer #footer-section .inner-wrapper .footer-intro-wrapper .footer-intro .social-list {
		justify-content: center;
	}
}

@media(max-width: 768px) {
	footer#footer #footer-section .inner-wrapper .footer-intro-wrapper .footer-menu-wrapper {
		flex-direction: column;
		row-gap: 50px;
	}
}

@media(max-width: 468px) {
	footer#footer #footer-section .inner-wrapper .footer-intro-wrapper .footer-menu-wrapper {
		justify-content: center;
		align-items: center;
		text-align: center;
	}
}

section#badge-section .trust-badge-container {
	overflow: hidden;
}

section#badge-section .trust-badge-container .block-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	row-gap: 79px;
	margin: 0 39px;
	overflow: hidden;
}

section#badge-section .trust-badge-container .block-item img,
section#badge-section .trust-badge-container .block-item > picture {
	width: 100%;
	height: auto;
}

section#problem-section .section-area {
	width: 100%;
	max-width: 1070px;
	margin: 0 auto;
}

.testimonial-form-wrapper {
	padding: 0 4vw;
}

.testimonial-form-wrapper .testimonial-form {
	background: #E9E9E9;
	width: 100%;
	max-width: 1344px;
	margin: 0 auto;
	padding: 70px 4vw;
	display: flex;
	align-items: center;
	flex-direction: column;
	row-gap: 30px;
}

.testimonial-form-wrapper .testimonial-form .quote {
	display: flex;
	align-items: flex-start;
}

.testimonial-form-wrapper .testimonial-form .quote svg {
	margin-right: 15px;
	margin-top: -5px;
}

.testimonial-form-wrapper .testimonial-form .quote p {
	flex: 1;
	color: #000;
	text-align: center;
	font-family: "Helvetica Neue LT Pro";
	font-size: 32px;
	font-style: italic;
	font-weight: 500;
	line-height: 140%; /* 44.8px */
}

section#guide-section .section-area {
	display: flex;
	column-gap: calc(10px + 3.125vw);
	align-items: stretch;
}

section#guide-section .section-area > div {
	flex: 1;
}

section#guide-section .section-area > .left-section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media(max-width: 1024px) {
	section#guide-section .section-area {
		flex-direction: column;
		row-gap: 50px;
	}
}

section#path-section .section-area {
	display: flex;
	flex-direction: column;
	row-gap: 60px;
}

section#path-section .section-area .info-wrapper {
	display: flex;
	column-gap: calc(40px + 3.125vw);
	justify-content: space-between;
}

section#path-section .section-area .info-wrapper .section-title {
	flex: 1;
	max-width: 656px;
}

section#path-section .section-area .info-wrapper .section-content {
	flex: 1;
	max-width: 746px;
}

section#path-section .section-area .img-wrapper {
	position: relative;
}

section#path-section .section-area .img-wrapper > img {
	width: 100%;
	min-height: 280px;
	object-fit: cover;
	height: auto;
}

section#path-section .section-area .img-wrapper > span {
	position: absolute;
	right: 0;
	top: 35px;
	padding: 32px 30px;
	background-color: var(--primary-color);
	color: #FFF;
	font-family: "Abolition Test";
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 3.2px;
}

section#path-section .section-area .step-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	column-gap: 70px;
	row-gap: 50px;
}

section#path-section .section-area .step-wrapper .block-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	row-gap: 20px;
}

section#path-section .section-area .step-wrapper .block-item .block-step {
	color: #9D9FA2;
	font-family: "Abolition Test";
	font-size: 96px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 4.8px;
	text-transform: uppercase;
}

section#path-section .section-area .step-wrapper .block-item .block-title {
	color: #000;
	font-family: "Helvetica Neue LT Pro";
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%; /* 44.8px */
}

section#path-section .section-area .step-wrapper .block-item .block-content {
	color: #000;
	font-family: "Helvetica Neue LT Pro";
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

@media(max-width: 768px) {
	section#path-section .section-area .step-wrapper {
		flex-direction: column;
		row-gap: 50px;
	}

	section#path-section .section-area .img-wrapper > span {
		display: none;
	}

	section#path-section .section-area .info-wrapper {
		flex-direction: column;
		row-gap: 50px;
	}
}

section#testimonial-section .section-area {
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 50px;
}

section#testimonial-section .section-area .testimonial-title {
	color: #221E1F;
	text-align: center;
	font-family: "Abolition Test";
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 3.2px;
}

section#testimonial-section .section-area .testimonial-container {
	position: relative;
	width: 100%;
	max-width: 1070px;
	margin: 0 auto;
	padding: 0 120px;
}

section#testimonial-section .section-area .testimonial-container .testimonial-slider {
	overflow: hidden;
}

section#testimonial-section .section-area .testimonial-container .slick-arrow {
	position: absolute;
	top: 40px;
}

section#testimonial-section .section-area .testimonial-container .slick-arrow.prev-arrow {
	left: 0;
}

section#testimonial-section .section-area .testimonial-container .slick-arrow.next-arrow {
	right: 0;
}

section#testimonial-section .section-area .testimonial-container .block-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	row-gap: 50px;
}

section#testimonial-section .section-area .testimonial-container .block-item .block-content {
	color: #000;
	text-align: center;
	font-family: "Helvetica Neue LT Pro";
	font-size: 32px;
	font-style: italic;
	font-weight: 500;
	line-height: 140%;
}

section#testimonial-section .section-area .testimonial-container .block-item .block-author-wrapper {
	display: flex;
	align-items: center;
	column-gap: 24px;
}

section#testimonial-section .section-area .testimonial-container .block-item .block-author-wrapper > span {
	color: #000;
	font-family: "Helvetica Neue LT Pro";
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 36px */
}

@media(max-width: 1024px) {
	section#testimonial-section .section-area .testimonial-container {
		padding: 0 60px;
	}
}

@media(max-width: 768px) {
	section#testimonial-section .section-area .testimonial-container {
		padding: 0px;
	}

	section#testimonial-section .section-area .testimonial-container .block-item .block-content {
		font-size: 24px;
	}

	section#testimonial-section .section-area .testimonial-container .slick-dots {
		margin-top: 180px;
	}

	section#testimonial-section .section-area .testimonial-container .slick-arrow {
		top: 70%;
	}

	section#testimonial-section .section-area .testimonial-container .slick-arrow.prev-arrow {
		left: 35%;
	}

	section#testimonial-section .section-area .testimonial-container .slick-arrow.next-arrow {
		right: 35%;
	}
}

@media(max-width: 468px) {
	section#testimonial-section .section-area .testimonial-container .slick-arrow {
		top: 78%;
	}

	section#testimonial-section .section-area .testimonial-container .slick-arrow.prev-arrow {
		left: 20%;
	}

	section#testimonial-section .section-area .testimonial-container .slick-arrow.next-arrow {
		right: 20%;
	}
}

section#about-section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

section#about-section .section-area {
	display: flex;
	column-gap: calc(10px + 3.125vw);
}

section#about-section .section-area .attorney-avatar-wrapper {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	width: 100%;
	max-width: 620px;
}

section#about-section .section-area .attorney-avatar-wrapper img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

section#about-section .section-area .attorney-info-wrapper {
	flex: 1;
}

section#about-section .section-area .attorney-info-wrapper .section-content {
	margin-bottom: 100px;
}

@media(max-width: 1024px) {
	section#about-section .section-area {
		flex-direction: column;
		row-gap: 50px;
	}
}

@media(max-width: 768px) {
	section#about-section .section-area .attorney-info-wrapper a.btn {
		width: 100%;
	}
}

section#services-section .services-info-wrapper {
	display: flex;
	align-items: center;
	column-gap: 40px;
	margin-bottom: 50px;
}

section#services-section .services-info-wrapper .services-info {
	flex: 1;
	display: flex;
	column-gap: 60px;
	align-items: center;
}

section#services-section .services-info-wrapper .services-info .services-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	row-gap: 60px;
}

section#services-section .services-info-wrapper .services-info .services-mark {
	width: 100%;
	max-width: 320px;
}

section#services-section .services-info-wrapper .services-info .services-mark img {
	width: 100%;
	height: auto;
}

section#services-section .service-list-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	/*
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	*/
	column-gap: 2px;
	row-gap: 50px;
	overflow: hidden;
}

section#services-section.home-section .service-list-wrapper .service-item:first-child {
	display: none;
}

section#services-section .section-area .service-item {
	cursor: pointer;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 20px;

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

	width: 400px;
	/* 	height: 400px; */
	aspect-ratio: 1 / 1;
	border-bottom: 15px solid var(--primary-color);
	overflow: hidden;
}

section#services-section .service-list-wrapper .service-item {
	flex-basis: calc(25% - 5px);
}

section#services-section .section-area .service-item .block-title {
	color: #FFF;
	font-family: "Abolition Test";
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 48px */
	letter-spacing: 2px;
	text-transform: uppercase;
}

section#services-section .section-area .service-item .block-overlay {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 0%;
	bottom: 0;
	left: 0;
	background-color: var(--primary-color);
	padding: 0px 20px;
	display: flex;
	flex-direction: column;
	row-gap: 30px;
	justify-content: center;

	transition: all .5s ease-in-out;
}

section#services-section .section-area .service-item:hover .block-overlay {
	opacity: 1;
	padding-top: 60px;
	height: 100%;
}

section#services-section .section-area .service-item .block-overlay .block-content,
section#services-section .section-area .service-item .block-overlay .block-content > a {
	color: #FFF;
	font-family: "Helvetica Neue LT Pro";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 28px */
}

section#services-section .section-area .service-item .block-overlay a.btn-read-more {
	display: flex;
	padding: 20px;
	align-items: center;
	gap: 8px;
	background-color: #fff;
	color: #CD0F2A;
	font-family: "Helvetica Neue LT Pro";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}

@media(max-width: 1440px) {
	section#services-section .section-area .service-item {
		padding: 15px;
	}
}

@media(max-width: 1024px) {
	section#services-section .services-info-wrapper .services-info {
		flex-direction: column;
		row-gap: 50px;
		align-items: flex-start;
	}

	section#services-section .service-list-wrapper .service-item {
		flex-basis: calc(50% - 5px);
	}
}

@media(max-width: 768px) {	
	section#services-section .services-info-wrapper .service-item {
		display: none;
	}

	section#services-section.home-section .service-list-wrapper .service-item:first-child {
		display: flex;
	}

	section#services-section .services-info-wrapper {
		flex-direction: column;
		row-gap: 50px;
		align-items: center;
	}

	section#services-section .services-info-wrapper .services-info {
		align-items: center;
	}

	section#services-section .section-area .service-list-wrapper {
		display: block;
	}

	section#services-section .section-area .service-item {
		padding: 20px 4vw;
	}
}

@media(max-width: 390px) {
	section.home-section .section-area .section-title {
		font-size: 32px;
	}

	section#services-section .section-area .service-item .block-title {
		font-size: 24px;
	}
}

body.page-id-18228 section#pre-footer-section {
	display: none;
}

body.page-id-18228 #sidebar-cta-wrapper {
	display: block !important;
}