/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/*
 * @layer strategy
 * ---------------
 * Utility classes live in @layer utilities — unlayered per-project overrides
 * (added in a separate file loaded after this one) automatically win without
 * needing !important.
 */
@layer utilities;


:root {
	/*---- MASTER VALUES ----*/

	--master-font-size: 	 100px;
	--master-line-height: 	 1em;
	--master-letter-spacing: 0em;
	--master-section-pad: 	 10px;

	/*---- FRAME SIZES ----*/

	--frame-max-l: 1680px;
	--frame-max-m: 1480px;
	--frame-max-s: 1280px;
	--frame-pad:   320px;
	--frame-width: calc(100% - (var(--frame-pad) / 2));

	/*---- SPACING ----*/

	--frame-column-gap: 100px;
	--frame-row-gap: 100px;
	
	--column-gap: 10px;
	--row-gap: 10px;

	/*---- FONTS ----*/

	--font-main: 	 "articulat-cf", var(--font-default);
	--font-body:	 "museo-sans", var(--font-default);
	--font-default:  "sans-serif";
	--font-fa: 		 FontAwesome;
	--font-fa-sharp: "Font Awesome 6 Sharp";

	/*---- FONT SIZING ----*/

	--size-1:  clamp(12px, 0.14rem, 14px);
	--size-2:  clamp(14px, 0.16rem, 16px);
	--size-3:  clamp(16px, 0.18rem, 18px);
	--size-4:  clamp(18px, 0.20rem, 20px);
	--size-5:  clamp(20px, 0.22rem, 22px);
	--size-6:  clamp(20px, 0.24rem, 24px);
	--size-7:  clamp(22px, 0.28rem, 28px);
	--size-8:  clamp(26px, 0.32rem, 32px);
	--size-9:  clamp(28px, 0.36rem, 36px);
	--size-10: clamp(32px, 0.40rem, 40px);
	--size-11: clamp(36px, 0.44rem, 44px);
	--size-12: clamp(36px, 0.48rem, 48px);
	--size-13: clamp(40px, 0.52rem, 52px);
	--size-14: clamp(40px, 0.56rem, 56px);
	--size-15: clamp(40px, 0.60rem, 60px);
	--size-16: clamp(40px, 0.64rem, 64px);

    --size-h1: var(--size-13);
    --size-h2: var(--size-10);
    --size-h3: var(--size-6);
    --size-h4: var(--size-4);
    --size-h5: var(--size-1);
    --size-h6: var(--size-3);

	/*---- PADDING ----*/

	--pad-1:20px;
	--pad-2:40px;
	--pad-3:60px;
	--pad-4:80px;
	--pad-5:100px;
	--pad-6:120px;
	--pad-7:140px;
	--pad-8:160px;


	/*---- COLOURS ----*/

	--colour-primary: 	  #18456B;
	--colour-secondary:   #D54A05;
	--colour-blue: 		  #18456B;
	--colour-red:  		  #D54A05;
	--colour-white: 	  #FFF;
	--colour-black: 	  #000;
	--colour-background:  #FCFCF9;
	--colour-grey: 	 	  #E7EEF2;
	--colour-text:  	  #1A364D;

	/*---- TRANSITIONS ----*/

	--transition: 	all 0.3s cubic-bezier(0,0,0.1,0.9);
	--transition-fast: all 0.15s cubic-bezier(0,0,0.1,0.9);
	--transition-slow: all 0.5s cubic-bezier(0,0,0.1,0.9);
	--transition-snail: all 2s cubic-bezier(.21,.48,.21,1.03);
	--transition-hover:   	all 0.1s ease-in-out 0s;

	/*---- SHADOWS ----*/

	--shadow-large: 0 50px 14px 0 rgba(0, 0, 0, 0.00), 
					0 32px 13px 0 rgba(0, 0, 0, 0.02), 
					0 18px 11px 0 rgba(0, 0, 0, 0.06),
					0 8px 8px 0 rgba(0, 0, 0, 0.10), 
					0 2px 4px 0 rgba(0, 0, 0, 0.12);
	--shadow-normal:0 50px 14px 0 rgba(0, 0, 0, 0.00), 
					0 32px 13px 0 rgba(0, 0, 0, 0.00), 
					0 18px 11px 0 rgba(0, 0, 0, 0.02), 
					0 8px 8px 0 rgba(0, 0, 0, 0.03), 
					0 2px 4px 0 rgba(0, 0, 0, 0.03);
	--shadow-small: 0 27px 8px 0 rgba(0, 0, 0, 0.00), 
					0 18px 7px 0 rgba(0, 0, 0, 0.01), 
					0 10px 6px 0 rgba(0, 0, 0, 0.03), 
					0 4px 4px 0 rgba(0, 0, 0, 0.05), 
					0 1px 2px 0 rgba(0, 0, 0, 0.05);

	/*---- Z-INDEX SCALE ----*/

	--z-below:    -1;
	--z-base:      0;
	--z-raised:   10;
	--z-dropdown: 50;
	--z-sticky:  100;
	--z-overlay: 200;
	--z-modal:   300;
}

/*---- UNIVERSAL - FONT SIZE ADJUSTMENT ----*/

@media screen and (max-width:1600px) { :root { --master-font-size: 90px; }}
@media screen and (max-width:1400px) { :root { --master-font-size: 80px; }}
@media screen and (max-width:1200px) { :root { --master-font-size: 70px; }}
@media screen and (max-width:1000px) { :root { --master-font-size: 60px; }}
@media screen and (max-width:800px)  { :root { --master-font-size: 50px; }}
@media screen and (max-width:600px)  { :root { --master-font-size: 40px; }}
@media screen and (max-width:400px)  { :root { --master-font-size: 30px; }}


/*---- DEFAULT - TEXT FORMATTING CSS ----*/

.wp-core-ui .attachment:not(:has(.filename))::after {
	font-size: 10px !important;
	line-height: 1.2em !important;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

/* Text - Headers */
/* -------------- */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 	var(--font-main);
	text-transform: none;
	padding-bottom: 0px;
}
h1, .h1 {
	font-weight: 	400;
	color: 			inherit;
	letter-spacing: -0.015em;
	margin-bottom:  40px;
}
h2, .h2 {
	font-weight: 	400;
	color: 			inherit;
	letter-spacing: -0.015em;
	margin-bottom:  30px;
}
h3, .h3 {
	font-weight: 	500;
	color: 			inherit;
	letter-spacing: 0.015em;
	margin-bottom:  20px;
}
h4, .h4 {
	font-weight: 	600;
	color: 			inherit;
	letter-spacing: 0.015em;
	margin-bottom:  20px;
}
h5, .h5 {
	font-weight: 	500;
	color: 			inherit;
	font-family: 	var(--font-body);
	letter-spacing: 0.2em;
	margin-bottom:  20px;
	text-transform: uppercase;
}
h6, .h6 {
	font-weight: 	500;
	font-family: 	var(--font-body);
	color: 			inherit;
	letter-spacing: 0.015em;
	margin-bottom:  20px;
}

h5 b, .h5 b,
h5 strong, .h5 strong {
	font-weight: 700;
	color: var(--colour-secondary);
}

h1, .h1 { font-size: var(--size-h1);  line-height: calc(var(--master-line-height) * 1.2); }
h2, .h2 { font-size: var(--size-h2);  line-height: calc(var(--master-line-height) * 1.3); }
h3, .h3 { font-size: var(--size-h3);  line-height: calc(var(--master-line-height) * 1.3); }
h4, .h4 { font-size: var(--size-h4);  line-height: calc(var(--master-line-height) * 1.3); }
h5, .h5 { font-size: var(--size-h5);  line-height: calc(var(--master-line-height) * 1.2); }
h6, .h6 { font-size: var(--size-h6);  line-height: calc(var(--master-line-height) * 1.6); }

.et_pb_module:last-child h1:last-child,
.et_pb_module:last-child h2:last-child,
.et_pb_module:last-child h3:last-child,
.et_pb_module:last-child h4:last-child,
.et_pb_module:last-child h5:last-child,
.et_pb_module:last-child h6:last-child {
	margin-bottom: 0;
}

/*---- Text - Inline Tags ----*/

strong, b {
	font-weight: 700;
}
strong, span, em, a, i, b, strike {
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}
p span, p , li, .footer .foot-menu > li a, label {
	font-weight: 300;
	color: inherit;
	font-family: var(--font-body);
	letter-spacing: 0px;
	line-height: calc(var(--master-line-height) * 1.7);
	font-size: var(--size-2);
}
a {
	transition: var(--transition);
}
a:hover {
	color: var(--colour-primary);
	transition: var(--transition);
}

hr {
	border: 0;
	border-top: 1px solid rgba(0,0,0,0.15);
	margin: 20px 0;
}

.font-large p,
.font-large p span {
	font-size: clamp(20px, 0.30rem ,26px);
	line-height: calc(var(--master-line-height) * 1.7);
}


/*---- Text - Lists ----*/

li { list-style-position: inside; }

/*---- Ordered Lists ----*/

.et_pb_section ol {
	counter-reset: list-counter;
	padding-left: 30px;
}
.et_pb_section ol li {
	counter-increment: list-counter;
	list-style: none;
}
.et_pb_section ol li::before {
	content: counter(list-counter)".";
	margin: 0px 15px 0px -30px;
	min-width: 10px;
	display: inline-flex;
	font-weight: 500;
}

/*---- REDUCED MOTION ----*/

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after {
		animation-duration:        0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration:       0.01ms !important;
		scroll-behavior:           auto !important;
	}
}

/*---- Text Size Overrides ----*/
.et_pb_column_1_3 h1,
.et_pb_column_1_4 h1,
.et_pb_column_1_5 h1,
.et_pb_column_1_6 h1,
.et_pb_column_2_5 h1 {
	font-size: var(--size-h1);
}
.et_pb_column_1_3 h2,
.et_pb_column_1_4 h2,
.et_pb_column_1_5 h2,
.et_pb_column_1_6 h2,
.et_pb_column_2_5 h2 {
	font-size: var(--size-h2);
}
.et_pb_column_1_3 h3,
.et_pb_column_1_4 h3,
.et_pb_column_1_5 h3,
.et_pb_column_1_6 h3,
.et_pb_column_2_5 h3 {
	font-size: var(--size-h3);
}
.et_pb_column_1_3 h4,
.et_pb_column_1_4 h4,
.et_pb_column_1_5 h4,
.et_pb_column_1_6 h4,
.et_pb_column_2_5 h4 {
	font-size: var(--size-h4);
}
.et_pb_column_1_3 h5,
.et_pb_column_1_4 h5,
.et_pb_column_1_5 h5,
.et_pb_column_1_6 h5,
.et_pb_column_2_5 h5 {
	font-size: var(--size-h5);
}
.et_pb_column_1_3 h6,
.et_pb_column_1_4 h6,
.et_pb_column_1_5 h6,
.et_pb_column_1_6 h6,
.et_pb_column_2_5 h6 {
	font-size: var(--size-h6);
}

/*---- WORDPRESS DIVI - BACKEND STYLE OVERRIDE ----*/
.wp-core-ui .media-modal .attachment:not(:has(.filename))::after {
	max-height: 40px;
	line-height: 1.2em;
  	font-size: 10px;
}

/*---- DEFAULT - DOCUMENT STRUCTURE CSS ----*/

html {
	font-size: 		 var(--master-font-size);
	line-height: 	 var(--master-line-height);
	letter-spacing:  var(--master-letter-spacing);
	font-family: 	 var(--font-main);
	scroll-behavior: smooth;
}
html body.frame-full-width .body .frame { padding: 0px; }
body, html, .et_pb_section 				{ background-color: transparent; }
html *::selection 						{ background-color: var(--colour-primary); color: var(--colour-white); }

.et_pb_section.bg-white {
	background-color: var(--colour-white);
}

body {
	color: var(--colour-text);
	overflow-x: hidden;
}
body,
body.et_cover_background {
	background: url("/wp-content/uploads/2026/07/topographic-map-fade1.png");
	background-repeat: repeat !important;
	background-size: 251px auto !important;
	background-color: var(--colour-background);
}

#page-container {
	overflow: hidden;
}

*, *::before, *::after {
	box-sizing: border-box;
}

.et_pb_section .frame-large.et_pb_row,
.et_pb_section.frame-large .et_pb_row {
	max-width: var(--frame-max-l);
}
.et_pb_section .frame-normal.et_pb_row,
.et_pb_section.frame-normal .et_pb_row {
	max-width: var(--frame-max-m);
}
.et_pb_section .frame-small.et_pb_row,
.et_pb_section.frame-small .et_pb_row {
	max-width: var(--frame-max-s);
}

/*---- DEFAULT - MEDIA ----*/

img, video, svg, canvas, iframe, embed, object {
	display:   block;
	max-width: 100%;
}
img, video {
	height: auto;
}

/* Offset anchor targets so they clear a sticky header */
:target {
	scroll-margin-top: 120px;
}

/*---- ACCESSIBILITY ----*/

:focus-visible {
	outline:        2px solid var(--colour-primary);
	outline-offset: 3px;
	border-radius:  2px;
}
:focus:not(:focus-visible) {
	outline: none;
}

@media screen and (max-width:1600px) { :root{ --frame-pad: 280px; } }
@media screen and (max-width:1400px) { :root{ --frame-pad: 260px; } }
@media screen and (max-width:1200px) { :root{ --frame-pad: 220px; } }
@media screen and (max-width:1000px) { :root{ --frame-pad: 180px; } }
@media screen and (max-width:800px)  { :root{ --frame-pad: 140px; } }
@media screen and (max-width:600px)  { :root{ --frame-pad: 120px; } }
@media screen and (max-width:400px)  { :root{ --frame-pad: 100px; } }

/*---- DEFAULT - POST BUILDER STRUCTURE CSS ----*/

.et_pb_section .et_pb_module {
	margin: 0px;
	margin-bottom: 0px !important;
}
.et_pb_section .et_pb_row {
	display: 	flex;
	flex-wrap: 	nowrap;
	row-gap: 	clamp(40px, calc(var(--row-gap) * 10), 100px);
	column-gap: clamp(40px, calc(var(--column-gap) * 10), 100px);
	max-width:  var(--frame-max-m);
	width: 		var(--frame-width);
	padding: 	0px;
}
.et_pb_section .et_pb_column {
	display: 		flex;
	flex-direction: column;
	max-width: 		unset;
	column-gap: 	clamp(30px, calc(var(--column-gap) * 4), 40px);
	margin: 		0px !important;
	width:			100%;
	float:			none;
}
.et_pb_row::after {
	display: none;
}

.et_pb_section:has(.et_pb_row_2) .et_pb_row {
	padding-bottom: 0px;
}
.et_pb_section:has(.et_pb_row_2) .et_pb_row:last-child {
	padding-bottom: 0px;
}

.et_pb_section .et_pb_row.items-end {
	align-items: flex-end;
}
.et_pb_section .et_pb_row.items-center {
	align-items: center;
}
.et_pb_section .et_pb_row.items-start {
	align-items: flex-start;
}
.et_pb_section .et_pb_row.justify-end {
	justify-content: flex-end;
}
.et_pb_section .et_pb_row.justify-center {
	justify-content: center;
}
.et_pb_section .et_pb_row.justify-start {
	justify-content: flex-start;
}

.et_pb_section .et_pb_row.justify-between {
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: clamp(8px, calc(var(--row-gap) * 20), 20px)
}
.et_pb_section .et_pb_row.justify-between .et_pb_column {
	flex: 0 1 auto;
	width: auto;
}

.et_pb_section.row-gap-40 {
	row-gap: clamp(20px, calc(var(--row-gap) * 4), 40px);
}

.et_pb_section .et_pb_column.et_pb_column_1_6  	{ flex: 1 1 12%; }
.et_pb_section .et_pb_column.et_pb_column_1_5  	{ flex: 1 1 15%; }
.et_pb_section .et_pb_column.et_pb_column_1_4  	{ flex: 1 1 25%; }
.et_pb_section .et_pb_column.et_pb_column_1_3   { flex: 1 1 33%; }
.et_pb_section .et_pb_column.et_pb_column_1_2   { flex: 1 1 45%; }

.et_pb_section .et_pb_column.et_flex_column_2_5   { flex: 1 1 40%; }
.et_pb_section .et_pb_column.et_flex_column_3_5   { flex: 1 1 60%; }

@media screen and (max-width:1400px){
	.et_pb_section .et_pb_row:has(.et_pb_column.et_pb_column_1_4, .et_pb_column.et_pb_column_1_5, .et_pb_column.et_pb_column_1_6) { flex-wrap: wrap; }
	.et_pb_section .et_pb_column.et_pb_column_1_4 { flex: 1 1 45%; }
	.et_pb_section .et_pb_column.et_pb_column_1_5 { flex: 1 1 25%; }
	.et_pb_section .et_pb_column.et_pb_column_1_6 { flex: 1 1 25%; }

	.et_pb_section .et_pb_row {
		row-gap: clamp(40px, calc(var(--row-gap) * 8), 80px);
  		column-gap: clamp(40px, calc(var(--column-gap) * 8), 80px);
	}
}
@media screen and (max-width:1200px){
	.et_pb_section .et_pb_row {
		row-gap: clamp(40px, calc(var(--row-gap) * 6), 60px);
  		column-gap: clamp(40px, calc(var(--column-gap) * 6), 60px);
	}
}
@media screen and (max-width:1000px){
	:root { --row-gap: 8px; --column-gap: 8px; }

	.et_pb_section .et_pb_row:has(.et_pb_column.et_pb_column_1_2),
	.et_pb_section .et_pb_row:has(.et_pb_column.et_flex_column_2_5),
	.et_pb_section .et_pb_row:has(.et_pb_column.et_flex_column_12_24) {
		flex-wrap: wrap; 
	}
	.et_pb_section .et_pb_column.et_pb_column_1_2 { flex: 1 1 100%; }
	.et_pb_section .et_pb_column.et_pb_column_1_5 { flex: 1 1 45%; }
	.et_pb_section .et_pb_column.et_pb_column_1_6 { flex: 1 1 45%; }
}
@media screen and (max-width:800px) {
	.et_pb_section .et_pb_column.et_pb_column_1_4 { flex: 1 1 100%; }
	.et_pb_section .et_pb_column {
		row-gap: 	clamp(30px, calc(var(--row-gap) * 6), 60px);
	}
	.et_pb_section .et_pb_row {
		flex-wrap: wrap;
	}
}
@media screen and (max-width:600px) {
	:root { --row-gap: 4px; --column-gap: 4px; }

	.et_pb_section .et_pb_column.et_pb_column_1_5 { flex: 1 1 100%; }
	.et_pb_section .et_pb_column.et_pb_column_1_6 { flex: 1 1 100%; }
}
@media screen and (max-width:400px) {}

/*---- DEFAULT - SECTION CSS ----*/

.et_pb_section.colour-1 { background-color: var(--colour-primary); 	}
.et_pb_section.colour-2 { background-color: var(--colour-secondary); }
.et_pb_section.colour-white { background-color: var(--colour-white); }
.et_pb_section.colour-black { background-color: var(--colour-black); }

.et_pb_section.section-colour-white { background-color: var(--colour-white); }
.et_pb_section.section-colour-black { background-color: var(--colour-black); }


#main-content .et_pb_section { padding: clamp(60px, calc(var(--master-section-pad) * 12), 120px); }
#main-content .et_pb_section.section-pad-0 { padding: clamp(0px,  calc(var(--master-section-pad) * 0), 0px);    }
#main-content .et_pb_section.section-pad-1 { padding: clamp(30px, calc(var(--master-section-pad) * 4), 40px);   }
#main-content .et_pb_section.section-pad-2 { padding: clamp(40px, calc(var(--master-section-pad) * 6), 60px);   }
#main-content .et_pb_section.section-pad-3 { padding: clamp(40px, calc(var(--master-section-pad) * 8), 80px);   }
#main-content .et_pb_section.section-pad-4 { padding: clamp(40px, calc(var(--master-section-pad) * 10), 100px); }
#main-content .et_pb_section.section-pad-5 { padding: clamp(60px, calc(var(--master-section-pad) * 12), 120px); }
#main-content .et_pb_section.section-pad-6 { padding: clamp(60px, calc(var(--master-section-pad) * 16), 160px); }


#main-content .et_pb_section.pad-top-none, #main-content .et_pb_section.pt-0 { padding-top: 0px; }
#main-content .et_pb_section.pad-bot-none, #main-content .et_pb_section.pb-0 { padding-bottom: 0px; }
#main-content .et_pb_section.pad-bot-none, #main-content .et_pb_section.pt-5 { padding-top: clamp(60px, calc(var(--master-section-pad) * 12), 120px); }
#main-content .et_pb_section.pad-bot-none, #main-content .et_pb_section.pb-5 { padding-bottom: clamp(60px, calc(var(--master-section-pad) * 12), 120px); }

#main-content .et_pb_section { padding-left: 0px !important; padding-right: 0px !important; }

body .et_pb_section:where(.colour-1, .colour-2, .overlay-1, .overlay-2, .overlay-3) .et_pb_text *,
body .et_pb_section:where(.colour-1, .colour-2, .colour-black, .overlay-1, .overlay-2, .overlay-3) .et_pb_module_heading { color: var(--colour-white); }
body .et_pb_section:where(.overlay-1, .overlay-2, .overlay-3) .et_pb_image_wrap {
	position: relative;
	z-index: 1;
}
body .et_pb_section:where(.overlay-1, .overlay-2, .overlay-3) .et_pb_image_wrap::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: var(--colour-black);
	opacity: 0.5;
	z-index: 1;
}

@media screen and (max-width: 1400px) { :root { --master-section-pad: 8px; } }
@media screen and (max-width: 1000px) { :root { --master-section-pad: 6px; } }
@media screen and (max-width: 600px)  { :root { --master-section-pad: 4px; } }

/*---- DEFAULT - BUTTON CSS ----*/

body .et_pb_section button.et_pb_button,
body .et_pb_section a.et_pb_button {
    position: relative;
    padding: 14px 24px 15px !important;
    background: var(--colour-red);
	border-radius: 2px;
    border: none !important;
	width: fit-content;
    z-index: 2;
	opacity: 1;

    display: flex;
	align-items: center;
	justify-content: center;
    column-gap: 0px;

	font-weight: 600;
	font-size: var(--size-2);
	font-family: var(--font-body);
	text-decoration: none;
	letter-spacing: 0.015em;
	color: var(--colour-white);
	line-height: calc(var(--master-line-height) * 1.3) !important;

	box-shadow: 0 5px 8px rgba(157, 52, 0, 0.25);

	transition: var(--transition);
}


body .et_pb_section button.et_pb_button:hover,
body .et_pb_section a.et_pb_button:hover {
	color: var(--colour-red);
	background: var(--colour-white);
	border-radius: 0;
}

body .et_pb_section button.et_pb_button::before,
body .et_pb_section a.et_pb_button::before,
body .et_pb_section button.et_pb_button::after,
body .et_pb_section a.et_pb_button::after {
	all: unset;
    content: "" !important;
    display: flex !important;
    position: absolute;
	width: unset !important;
    top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    z-index: -1;
    opacity: 1;
    transition: var(--transition);
	transform: none !important;
	margin-left: 0 !important;
	pointer-events: none;
}
body .et_pb_section button.et_pb_button::before,
body .et_pb_section a.et_pb_button::before {
	top: 2px;
	bottom: 2px;
	border-left: 1px solid var(--colour-red);
	border-right: 1px solid var(--colour-red);
}
body .et_pb_section button.et_pb_button::after,
body .et_pb_section a.et_pb_button::after {
    left: 2px;
	right: 2px !important;
	border-top: 1px solid var(--colour-red);
	border-bottom: 1px solid var(--colour-red);
	transition-delay: 200ms;
}

body .et_pb_section button.et_pb_button:hover::before,
body .et_pb_section a.et_pb_button:hover::before {
	top: -8px;
	bottom: -8px;
}
body .et_pb_section button.et_pb_button:hover::after,
body .et_pb_section a.et_pb_button:hover::after {
	left: -8px;
	right: -8px !important;
}
.et_pb_bg_layout_light.et_pb_module.et_pb_button {
	color: var(--colour-white);
}

/**
 * Button Arrow
 * -------------
 * Enable comment text to add an chevron icon to the button.
 * The arrow is positioned after the button text.
**/
body .et_pb_section button.et_pb_button::after,
body .et_pb_section a.et_pb_button::after {
	display: none;
}

/* body .et_pb_section button.et_pb_button::after,
body .et_pb_section a.et_pb_button::after {
    content: "\f054";
    position: unset;
    opacity: 1;
    font-family: var(--font-fa) !important;
    color: inherit;
    font-size: 14px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    transition: var(--transition);
    z-index: 3;
}

body .et_pb_section button.et_pb_button:hover::after,
body .et_pb_section a.et_pb_button:hover::after {
	color: var(--colour-primary);
} */

.et_pb_button i, button i,
.et_pb_button span, button span,
.et_pb_button em, button em {
	font-weight: 300;
	font-size: 1.2em;
	color: inherit;
}

/*----  BUTTON WRAPPER ----*/
.et_pb_column .dsm_button:not(:first-child) {
	padding-top: 20px;
}
body .dsm_button .et_pb_button_module_wrappers {
	column-gap: 12px !important;
	row-gap: 12px !important;
}
body .dsm_button .et_pb_button_module_wrappers .et_pb_button_two {
	margin-top: 0 !important;
}

body .et_pb_section .dsm_button .et_pb_button_module_wrappers .et_pb_button:not(:only-child):first-child,
body .et_pb_section .dsm_button .et_pb_button_module_wrappers .et_pb_button:not(:only-child):first-child {
    background: var(--colour-blue);
	box-shadow: 0 5px 8px rgba(12, 58, 96, 0.25);
}
body .et_pb_section .dsm_button .et_pb_button_module_wrappers .et_pb_button:not(:only-child):first-child:hover,
body .et_pb_section .dsm_button .et_pb_button_module_wrappers .et_pb_button:not(:only-child):first-child:hover {
	color: var(--colour-blue);
	background: var(--colour-white);
}
body .et_pb_section .dsm_button .et_pb_button_module_wrappers .et_pb_button:not(:only-child):first-child::before,
body .et_pb_section .dsm_button .et_pb_button_module_wrappers .et_pb_button:not(:only-child):first-child::before {
	border-left-color: var(--colour-blue);
	border-right-color: var(--colour-blue);
}
body .et_pb_section .dsm_button .et_pb_button_module_wrappers .et_pb_button:not(:only-child):first-child::after,
body .et_pb_section .dsm_button .et_pb_button_module_wrappers .et_pb_button:not(:only-child):first-child::after {
	border-top-color: var(--colour-blue);
	border-bottom-color: var(--colour-blue);
}

/*----  BUTTON VARIANTS ----*/
body .et_pb_section button.et_pb_button.clear-btn,
body .et_pb_section a.et_pb_button.clear-btn {
    color: var(--colour-white);
}
body .et_pb_section button.et_pb_button.clear-btn::after,
body .et_pb_section a.et_pb_button.clear-btn::after {
    color: var(--colour-white);
}

body .et_pb_section button.et_pb_button.btn-plain,
body .et_pb_section a.et_pb_button.btn-plain {
	color: var(--colour-blue);
	background: none;
	flex-direction: row;
	column-gap:10px;
	box-shadow: none;
	padding: 0 !important;
}
body .et_pb_section button.et_pb_button.btn-plain::before,
body .et_pb_section a.et_pb_button.btn-plain::before {
	display: none !important;
}
body .et_pb_section button.et_pb_button.btn-plain::after,
body .et_pb_section a.et_pb_button.btn-plain::after {
	all: unset;
	font-size: 0.8em;
	content: "\f054" !important;
	font-family: var(--font-fa-sharp) !important;
	transition: var(--transition);
	position: relative;
	right: 0 !important;
}
body .et_pb_section button.et_pb_button.btn-plain:hover,
body .et_pb_section a.et_pb_button.btn-plain:hover {
	color: var(--colour-red);
}
body .et_pb_section button.et_pb_button.btn-plain:hover::after,
body .et_pb_section a.et_pb_button.btn-plain:hover::after {
	right: -2px !important;
}

/*---- SCROLL BUTTON ----*/
body .et_pb_section .et_pb_row:has(.scroll-btn),
body .et_pb_section .et_pb_column:has(.scroll-btn),
body .et_pb_section .et_pb_button_module_wrapper:has(.scroll-btn),
body .et_pb_section a.et_pb_button.scroll-btn {
	position: unset;
}
body .et_pb_section a.et_pb_button.scroll-btn {
	position: absolute;
	bottom: 30px;
	left: 50%;
	padding: 0px !important;
}
body .et_pb_section a.et_pb_button.scroll-btn::before {
	display: none;
}
body .et_pb_section a.et_pb_button.scroll-btn::after {
	content: '\f322';
	color: var(--colour-white);
	margin: 0;
	font-size: 18px;
}

@media screen and (max-width:1000px){
	.et_pb_column .dsm_button:not(:first-child) {
		padding-top: 0;
	}
}


/*---- DEFAULT - PB BLOCK CSS ----*/


/* Block - Image */
/* --------------- */
.et_pb_image .et_pb_image_wrap {
	width: 100%;
}

@media screen and (max-width: 1000px) {
body .et_pb_module .et_pb_image_wrap img {
		width: 100%;
	}
}
/* Block - Content */
/* --------------- */

.center.et_pb_text * {
	text-align: center;
}

#left-area ul, .entry-content ul, .et-l--body ul, .et-l--footer ul, .et-l--header ul {
    padding: 0px;
    line-height: 26px;
}

.et_pb_section .et_pb_divider:before {
    border-top-color: var(--colour-grey);
}

/* Negative Margin */

.nm-200 {
	margin-top: -200px !important;
}

/* Block - FAQ */
/* -------------- */

.et_pb_row:has(.et_pb_toggle) .et_pb_column {
	row-gap: 0px;
}
.et_pb_row:has(.et_pb_toggle) .et_pb_module_heading {
	text-align: center;
}
.et_pb_accordion {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
}
.et_pb_toggle_close,
.et_pb_toggle_open {
	transition: var(--transition);
    background-color: var(--colour-white);
	border-radius: 20px;
    padding: 30px;
}
.et_pb_toggle_close .et_pb_toggle_title,
.et_pb_toggle_open .et_pb_toggle_title,
.et_pb_toggle_item h5 {
    color: var(--colour-black) !important;
	margin: 0px;
	font-family: var(--font-main);
	font-size: .22rem;
	font-weight: 600;
	line-height: 30px;
	text-transform: none;
	letter-spacing: normal;
}
.et_pb_module.et_pb_toggle_item:not(:last-child) {
	border-bottom: 1px solid #2222222e;
}
.et_pb_toggle .et_pb_toggle_title:before {
	content: '\2b';
	font-family: var(--font-fa) !important;
    right: 0px;
    font-size: 25px;
    color: var(--colour-secondary);
}
.et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before {
	content: '\f068';
	display: block;
	visibility: visible;
    color: var(--colour-secondary);
}
.et_pb_toggle_close {
	outline: 1px solid var(--colour-grey);
}
.et_pb_toggle_close:hover {
	outline: 3px solid var(--colour-secondary);
	background-color: var(--colour-white);
}
.et_pb_toggle_open {
    box-shadow:
	0px 112px 31px 0px rgba(15, 0, 0, 0.00),
	0px 72px 29px 0px rgba(15, 0, 0, 0.02),
	0px 40px 24px 0px rgba(15, 0, 0, 0.04),
	0px 18px 18px 0px rgba(15, 0, 0, 0.06),
	0px 4px 10px 0px rgba(15, 0, 0, 0.08);
}
.et_pb_toggle_open h5.et_pb_toggle_title {
    color: var(--colour-secondary) !important;
}
.et_pb_column .et_pb_module.et_pb_toggle {
	margin: 0px;
}
.et_pb_toggle {
    border: 0px solid;
}
.et_pb_toggle_content {
	padding-top: 10px;
}


@media screen and (max-width: 800px) {
	.et_pb_toggle_close .et_pb_toggle_title, .et_pb_toggle_item h5 {
	    padding-right: 0 !important;
	}
	.et_pb_toggle .et_pb_toggle_title:before {
	    left: auto;
	    right: -50px;
	}
	.et_pb_toggle_close, .et_pb_toggle_open {
		padding-left: 0px;
	}
	.et_pb_toggle_close .et_pb_toggle_title, .et_pb_toggle_item h5 {
	    font-size: 18px;
	}
}

@media screen and (max-width: 600px) {
	.et_pb_toggle_close .et_pb_toggle_title, .et_pb_toggle_item h5 {
	    font-size: 16px;
	}
}



/* Block - Slider */
/* -------------- */

.et_pb_section .et_pb_module .swiper-button-prev,
.et_pb_section .et_pb_module .swiper-button-next {
	background-color: var(--colour-primary) !important;
	background-image: none !important;
	border-radius: 0px;
	transition: var(--transition);
}
.et_pb_section .et_pb_module .swiper-button-next:hover,
.et_pb_section .et_pb_module .swiper-button-prev:hover {
	background-color: var(--colour-white) !important;
	transition: var(--transition);
}
.et_pb_section .et_pb_module .swiper-button-next:hover i,
.et_pb_section .et_pb_module .swiper-button-prev:hover i {
	color: var(--colour-primary);
	transition: var(--transition);
}
.divi8-testi-icon-left, .divi8-testi-icon-right {
    font-size: var(--size-5) !important;
}

/*defaults*/
.dsm_post_carousel .dsm-entry-wrapper {
	display: flex;
	flex-direction: column;
	row-gap: 16px;
}
.dsm_post_carousel .dsm-entry-wrapper .dsm-entry-title a {
	font-size: var(--size-6);
	font-weight: 500;
	line-height: 1.4em;
}
.dsm_post_carousel .dsm-entry-wrapper .dsm-readmore-wrap a.et_pb_button,
.dsm_post_carousel.et_pb_module .dsm-entry-wrapper .dsm-readmore-wrap .et_pb_button_module_wrapper .dsm-readmore-btn.et_pb_button {
	margin-top: 0 !important;
}

/*meta*/
.dsm-entry-meta,
.pf-wrap li.pf-item a.pf-card .pf-cats {
	display: flex;
	column-gap: 8px;
	margin-bottom: 0;
}
.dsm-entry-meta > span.dsm-posted-category {
	font-size: 0px;
	column-gap: 4px;
	row-gap: 8px;
	display: flex;
	flex-wrap: wrap;
}
.dsm-entry-meta > span:not(.dsm-posted-category),
.dsm-entry-meta > span.dsm-posted-category > a,
.dsm-entry-meta > span.dsm-posted-category:not(:has(a:only-child))::after,
.pf-wrap li.pf-item a.pf-card .pf-cats > span.pf-cat,
.pf-wrap li.pf-item a.pf-card .pf-info .pf-cats:not(:has(.pf-cat:only-child))::after {
	font-size: 10px;
	line-height: 1.4em;
	font-weight: 600;
	font-family: var(--font-body);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	padding: 7px 12px 6px;
	border-radius: 2px;
	border: 1px solid var(--colour-white);
	background-color: rgba(0,0,0,0.1);
	backdrop-filter: blur(8px);
	display: inline-block;
}
.pf-wrap li.pf-item a.pf-card .pf-cats > span.pf-cat {
	color: #fff;
}
.dsm-entry-meta span.dsm-meta-seperator {
	display: none;
}


@media screen and (max-width:1600px){}
@media screen and (max-width:1400px){}
@media screen and (max-width:1200px){}
@media screen and (max-width:1000px){}
@media screen and (max-width:800px) {

}
@media screen and (max-width:600px) {
	.dsm-entry-meta > span.dsm-posted-category {
		column-gap: 2px;
		row-gap: 4px;
	}
}
@media screen and (max-width:400px) {

}

/* ----------------------- */
/* Block - Slider Controls */
/* ----------------------- */
.et_pb_section .et_pb_module .swiper-button-prev,
.et_pb_section .et_pb_module .swiper-button-next {
	background-color: var(--colour-white) !important;
	background-image: none !important;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	color: var(--colour-secondary);
	transition: var(--transition);
}
.et_pb_section .et_pb_module .swiper-button-prev::after,
.et_pb_section .et_pb_module .swiper-button-next::after {
	color: inherit;
	font-size: 22px;
	font-family: var(--font-fa-sharp);
}
.et_pb_section .et_pb_module .swiper-button-prev::after {
	content: "\f060";
}
.et_pb_section .et_pb_module .swiper-button-next::after {
	content: "\f061";
}
.et_pb_section .et_pb_module .swiper-button-next:hover,
.et_pb_section .et_pb_module .swiper-button-prev:hover {
	background-color: var(--colour-secondary) !important;
	color: var(--colour-white);
	transition: var(--transition);
}
.divi8-testi-icon-left, .divi8-testi-icon-right {
    font-size: var(--size-5) !important;
}

.et_pb_section .et_pb_module .swiper-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 0px;
}
.et_pb_section .et_pb_module .swiper-pagination .swiper-pagination-bullet {
	margin: 0;
	height: 6px;
	max-width: 40px;
	width: auto;
	flex: auto 1 1;
	border-radius: 0px;
	border: 1px solid var(--colour-primary);
	background-color: transparent;
	transition: var(--transition-fast);
	margin-right: -1px;
	opacity: 1;
}
.et_pb_section .et_pb_module .swiper-pagination .swiper-pagination-bullet:hover {
	background-color: var(--colour-secondary);
	border-color: var(--colour-secondary);
}
.et_pb_section .et_pb_module .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: var(--colour-primary);
	border-color: var(--colour-primary);
}

.dsm-post-carousel {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 12px;
	row-gap: 8px;
}
.dsm-post-carousel .swiper-container {
	margin-left: -50px;
	margin-right: -50px;
	width: calc(100% + 100px);
	order: 0;
}
.dsm_post_carousel .swiper-container-horizontal {
	flex: auto 1 1;
}
.dsm_post_carousel .swiper-pagination {
	position: static;
	justify-content: flex-start !important;
	flex: auto 1 1;
	width: auto !important;
	order: 2;
}
.dsm_post_carousel .swiper-arrow-button.swiper-button-next,
.dsm_post_carousel .swiper-arrow-button.swiper-button-prev {
	order: 3;
	position: static;
	transform: none;
	color: var(--colour-primary);
	background: var(--colour-white) !important;
	border: 0px solid var(--colour-primary);
	box-shadow: var(--shadow-small);
	border-radius: 2px;
	width: 40px !important;
	height: 40px !important;
}
.dsm_post_carousel .swiper-arrow-button.swiper-button-next {
	order: 4;
}
.dsm_post_carousel .swiper-arrow-button.swiper-button-next::before,
.dsm_post_carousel .swiper-arrow-button.swiper-button-prev::before {
	font-size: 18px;
	font-family: var(--font-fa-sharp) !important;
	color: inherit !important;
}
.dsm_post_carousel .swiper-arrow-button.swiper-button-next::before {
	content: '\f054';
}
.dsm_post_carousel .swiper-arrow-button.swiper-button-prev::before {
	content: '\f053';
}


@media screen and (max-width:980px) {
	.dsm-post-carousel .dsm-post-carousel-wrapper {
		/* column-gap: 8px;
  		row-gap: 8px; */
	}
}
@media screen and (max-width:800px) {
	.dsm-post-carousel {

	}
	.dsm_post_carousel .swiper-container {
		margin-left: -40px;
		margin-right: -40px;
		width: calc(100% + 80px);
	}
	body .dsm_post_carousel .swiper-container {
		margin-bottom: 40px !important;
	}

	.dsm_post_carousel .swiper-arrow-button.swiper-button-next,
	.dsm_post_carousel .swiper-arrow-button.swiper-button-prev {
		width: 40px !important;
  		height: 32px !important;
	}
	.dsm_post_carousel .swiper-arrow-button.swiper-button-next::before,
	.dsm_post_carousel .swiper-arrow-button.swiper-button-prev::before {
		font-size: 14px;
	}
	.et_pb_section .et_pb_module .swiper-pagination .swiper-pagination-bullet {
		height: 5px;
  		width: 20px;
	}
}
@media screen and (max-width:400px) {
	.dsm-post-carousel {
		justify-content: center;
	}
	body .dsm_post_carousel .swiper-container {
		margin-bottom: 20px !important;
	} 
	.et_pb_section .et_pb_module .swiper-pagination {
		flex: 100% 1 1;
		justify-content: center !important;
		margin-bottom: 40px;
	}
	.dsm_post_carousel .swiper-arrow-button.swiper-button-next,
	.dsm_post_carousel .swiper-arrow-button.swiper-button-prev {
		width: 48px !important;
  		height: 32px !important; 
	}
	.dsm_post_carousel .swiper-container-horizontal {
		flex: 100% 1 1;
	}
}


/*---- 404 ----*/
.section-404 .et_pb_text h1 {
    font-size: 2rem;
    line-height: 1em;
}
.section-404 .et_pb_button_module_wrapper,
.section-404 .et_pb_button_module_wrappers {
    justify-content: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 15px;
}
.section-404 .et_pb_text_inner {
	text-align: center;
	margin-bottom: 40px;
}
.section-404 .et_pb_text_inner h1 {
	margin-bottom: 10px;
}

@media screen and (max-width:1600px) { }
@media screen and (max-width:1400px) { }
@media screen and (max-width:1200px) { }
@media screen and (max-width:1000px) { }
@media screen and (max-width:800px) { }


/* Default CSS END */


/*---- HEADER ----*/

header {
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 101;
	/* position: fixed; */
	position: relative;
	/** Enable for transparent header **/
	/* position: absolute; */
	/* background-color: transparent; */
}
header .et_pb_section {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background: transparent;
}
header .et_pb_section .et_pb_row {
    max-width: 100%;
	width: 100%;
	padding: 50px 40px 30px;
	column-gap: 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
	justify-content: space-between;
}

header .et_pb_section .et_pb_column.et_pb_column_1_2 {
	flex-direction: row;
	flex: auto 0 0;
	width: auto;
}
header .et_pb_section .et_pb_column:has(.et_pb_menu),
header .et_pb_section .et_pb_column.et_pb_column--with-menu {
	flex: auto 1 1;
    width: 100%;
	justify-content: flex-end;
	align-items: center;
}

header .et_section_regular {
    display: flex;
	align-items: center;
	padding: 0px;
	max-width: 100%;
	width: 100%;
}
header .et_pb_section .et_pb_icon_wrap .et-pb-icon {
    font-size: 20px !important;
    color: var(--colour-secondary) !important;
    font-weight: 300 !important;
    padding: 10px;
    transition: var(--transition);
}
header .et-pb-icon:hover {
    background-color: var(--colour-white);
    color: var(--colour-primary) !important;
    transition: var(--transition);
    padding-top: 12px;
}

header img {
    min-width: 370px;
	max-width: 370px;
    object-fit: contain;
}

header .et_pb_column:has(.et_pb_button_module_wrapper),
header .et_pb_column:has(.et_pb_icon) {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 20px;
}
header .et_pb_section .et_pb_button_module_wrapper.et_pb_module,
header .et_pb_section .et_pb_icon.et_pb_module {
    margin-bottom: 0px;
}
header .et_pb_section .et_pb_module {
    background-color: transparent;
}

header .et_pb_section .et_pb_module.et_pb_menu {
	display: flex;
	align-items: center;
}
header .et_pb_menu .et-menu {
    margin-left: 0px;
    margin-right: 0px;
	column-gap: 16px;
}
header .et_pb_section .menu-item {
	display: flex;
	align-items: center;
}
header .et_pb_menu .et-menu > li {
	margin-top: 0 !important;
}
header .et-menu a {
    display: flex;
    justify-content: center;
	font-size: 16px;
    font-weight: 500;
	padding-top: 16px;
	padding-bottom: 16px !important;
    color: var(--colour-primary);
    font-family: var(--font-body);
    border: none;
    position: relative;
    letter-spacing: 0em;
    text-transform: none;
    transition: var(--transition-fast);
}
header .et-menu li.et-hover a,
header .et-menu a:hover {
	color: var(--colour-secondary);
	opacity: 1;
}

/* Header Dropdown */
header .et_pb_menu .et-menu .menu-item-has-children > a {
	padding-right: 0;
	column-gap: 8px;
}	
header .et_pb_menu .et-menu .menu-item-has-children > a:first-child::after {
	position: relative;
	font-size: 130%;
	top: 0.02em;
	width: 16px;
	text-align: center;
	transition: var(--transition-fast);

	content: "" !important;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	border: 1.5px solid transparent;
	border-bottom-color: var(--colour-blue);
	border-right-color: var(--colour-blue);
	transform-origin: center;
}
header .et_pb_menu .et-menu .menu-item-has-children.et-hover > a:first-child::after,
header .et_pb_menu .et-menu .menu-item-has-children > a:first-child:hover::after {
	transform: rotate(45deg) scale(-1) translate(-4px, -4px);
	border-bottom-color: var(--colour-red);
	border-right-color: var(--colour-red);
}


header .et-menu > li ul.sub-menu,
header .et_pb_menu_0_tb_header.et_pb_menu .nav li ul {
	background-color: var(--colour-white) !important;
	box-shadow: var(--shadow-large);
	border-radius: 2px;
	width: 300px;
	border: none;
	padding: 5px 0;
	transition: var(--transition);
	transition-delay: 100ms !important;
	top: 100% !important;
}
header .et-menu > li.et-hover ul.sub-menu,
header .et_pb_menu_0_tb_header.et_pb_menu .nav li.et-hover ul {
	background-color: var(--colour-white) !important;
	transition-delay: 100ms !important;
	border: none;
	padding: 15px 0;
}
header .et-menu > li ul.sub-menu li,
header .et_pb_menu_0_tb_header.et_pb_menu .nav li ul li {
	padding: 0px;
}
header .et-menu > li ul.sub-menu li a,
header .et_pb_menu_0_tb_header.et_pb_menu .nav li ul li a {
	width: 100%;
	padding: 10px 25px;
	padding-bottom: 10px !important;
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	line-height: 1.2em;
	font-family: var(--font-body);
	justify-content: flex-start;
	color: var(--colour-text);
}
header .et-menu > li ul.sub-menu li a:hover,
header .et_pb_menu_0_tb_header.et_pb_menu .nav li ul li a:hover {
	background-color: transparent;
	color: var(--colour-secondary);
	box-shadow: inset 5px 0 0 var(--colour-secondary);
	opacity: 1;
	transition: var(--transition);
}

/*Header Responsive Override*/
@media screen and (max-width:1400px) {
	header img {
		min-width: 330px;
  		max-width: 330px;
	}
	header .et_pb_menu .et-menu {
		column-gap: 8px;
	}
	header .et_pb_section .et_pb_column.et_pb_column--with-menu {
		column-gap: 20px;
	}

	header .et_pb_section .et_pb_row {
		padding: 40px 30px 30px;
	}
}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:1100px) {
	header img {
		min-width: 300px;
  		max-width: 300px;
		margin-top: -0.5em;
	}
	body header .et_pb_section button.et_pb_button, 
	body header .et_pb_section a.et_pb_button {
		padding: 11px 16px 11px !important;
	}
}
@media screen and (max-width:1000px) {
	header {
		position: unset;
	}

	body header .et_pb_section button.et_pb_button, 
	body header .et_pb_section a.et_pb_button {
		box-shadow: var(--shadow-small);
	}
	body header .et_pb_section button.et_pb_button:not(:hover), 
	body header .et_pb_section a.et_pb_button:not(:hover) {
		background-color: var(--colour-white);
		color: var(--colour-primary);
	}
	body header .et_pb_section a.et_pb_button:not(:hover)::before, 
	body header .et_pb_section a.et_pb_button:not(:hover)::after {
		border-color: var(--colour-white);
	}

	header .et_mobile_menu li a {
		padding: 10px 22px !important;
		font-size: 20px;
	}
	header .et_mobile_menu .menu-item-has-children>a {
		background-color: transparent;
	}
	header .et_pb_menu .et_mobile_menu ul {
		padding-left: 0px !important;
	}
	header .et_pb_section .menu-item {
		flex-direction: column;
		align-items: flex-start;
	}
	header .et_pb_section .et_pb_column.et_pb_column_1_2:has(img) {
		z-index: 10;
	}
	header .et_pb_section .et_pb_row:has(.et_pb_column.et_pb_column_1_2) {
		flex-wrap: nowrap;
	}
	header .menu-item a:hover {
	    text-decoration: none;
	    background: none !important;
	    color: var(--colour-secondary);
	    transition: var(--transition);
	}
	header .menu-item {
		width: 100%;
		border-top: 1px solid rgba(242, 247, 249, 0.1);
		padding: 0px 40px;
	}
	header .et_pb_menu .et_pb_menu__menu {
		display: none;
	}
	header .et_pb_menu .et_mobile_nav_menu {
		display: flex;
	}
	header .et_pb_section .et_pb_column:has(.et_pb_menu) {
		order: unset;
		flex: 1 1 45%;
		justify-content: flex-end;
		position: unset;
	}
	header .et_pb_section .et_pb_module,
	header .et_pb_menu_inner_container {
		position: unset;
	}
	header .et_pb_section .et_pb_column.et_pb_column_1_3:has(.et_pb_button) {
		display: none;
	}
	header .et_pb_section .et_pb_menu .et_mobile_menu ul {
		background-color: transparent !important;
	}
	header .et_pb_section .et_pb_menu .et_mobile_menu {
		display: none;
		position: absolute;
		top: 0;
		left: 0 !important;
		right: 0 !important;
		bottom: 0;
		width: 100% !important;
		overflow-y: scroll;
		border-radius: 0;
		background-color: var(--colour-primary) !important;
		backdrop-filter: unset;
		border: none !important;
		min-height: 100vh;
		padding: 135px 0px 119px !important;
		left: 0 !important;
		clip: unset !important;
		transition: var(--transition);
		pointer-events: none;
		opacity: 0;
		z-index: 1;
	}

	header .mobile_nav.opened .et_mobile_menu {
		pointer-events: all;
		opacity: 1;
		transition: var(--transition);
	}
}
@media screen and (max-width:800px) {
	header .et_pb_section .et_pb_row {
		padding: 30px 20px 30px;
	}
}
@media screen and (max-width:767px) {
	header img {
	    min-width: 140px;
	    max-width: 140px;
	    object-fit: contain;
		margin-top: -0.6em;
	}
}
@media screen and (max-width:700px) {
	.header-contact {
		display: none;
	}
	header .et_pb_section .et_pb_column:has(.et_pb_menu) {
		justify-content: flex-end;
	}
	header .et_pb_section .et_pb_column.et_pb_column_1_2:has(img) {
        flex: 1 1;
		justify-content: flex-start;
	}
}
@media screen and (max-width:600px) {
	header .et_pb_section .et_pb_row {
		padding: 30px 15px 25px;
	}
	header img {
	    min-width: 130px;
	    max-width: 130px;
	    object-fit: contain;
		margin-top: -0.6em;
	}
	header .et_pb_section .et_pb_row {
        flex-wrap: nowrap;
    }
}

/*---- HEADER SCROLL BEHAVIOR ----*/
/* Header scroll visibility animation - DESKTOP ONLY (above 1000px) */
@media screen and (min-width: 1001px) {
    header {
        transition: transform 0.3s ease-in-out;
        transform: translateY(0);
    }
    header.header--hidden {
        transform: translateY(-100%);
    }
}

/*----- MOBILE DROPDOWN -----*/
@media screen and (max-width:1000px) {
	header .et_pb_section .et_pb_row {
		position: static;
	}
	header .et_pb_section .et_pb_column.et_pb_column--with-menu {
		column-gap: 8px;
	}
	header .et_pb_section .et_pb_module.et_pb_menu {
		justify-content: flex-end;
		order: 2;
	}
	header .et_pb_menu .et_mobile_nav_menu {
		margin: 0 !important
	}

	header .et_pb_menu .mobile_nav {
		background-color: var(--colour-secondary);
		color: var(--colour-white);
		transition: var(--transition-fast);
		box-shadow: 0 5px 8px rgba(157, 52, 0, 0.25);
		padding: 8px 12px;
		border-radius: 2px;
		display: flex;
		align-items: center;
		justify-content: center;
		column-gap: 12px;
		cursor: pointer;
		position: relative;
		z-index: 9998;
	}
	header .et_pb_menu .mobile_nav::after {
		content: "Menu";
		font-family: var(--font-body);
		font-size: var(--size-1);
		font-weight: 600;
		letter-spacing: 0.08em;
		text-transform: uppercase;
	}
	header .et_pb_menu .mobile_nav::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0;
	}
	header .et_pb_menu .et_mobile_nav_menu::before {
		content: "";
		position: fixed;
		background-color: rgba(24, 70, 107, 0.2);
		backdrop-filter: blur(0px);
		top: 0;
		left: 0;
		width: 100%;
		min-height: 100vh;
		z-index: -1;
		transition: var(--transition);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	header .et_pb_menu .mobile_nav:hover {
		background-color: var(--colour-primary);
		color: var(--colour-white);
	}
	header .et_pb_menu .mobile_nav.opened {
		background-color: var(--colour-dark);
		color: var(--colour-white);
	}
	header .et_pb_menu .et_mobile_nav_menu:has(.mobile_nav.opened)::before {
		backdrop-filter: blur(2px);
		visibility: visible;
		pointer-events: all;
		opacity: 1;
	}


	/*menu list*/
	header .et_pb_menu .et_pb_menu__menu {
		display: none;
	}
	header .et_pb_menu .et_mobile_nav_menu {
		display: flex;
	}

	header .et_pb_section .et_pb_menu .et_mobile_menu ul {
		background-color: transparent !important;
	}
	header .et_pb_section .et_pb_menu .et_mobile_menu {
		display: flex !important;
		flex-direction: column;
		row-gap: 12px;
		border: none !important;
		width: calc(100% - 40px) !important;
		max-width: 400px;
		min-height: 100vh;
		padding: 120px 0px 60px !important;

		position: fixed;
		top: 0;
		left: auto !important;
		right: -40px !important;
		bottom: 0;

		overflow-y: scroll;
		border-radius: 0;
		background: var(--colour-white) !important;
		backdrop-filter: unset;

		clip: unset !important;
		transition: var(--transition);
		pointer-events: none;
		visibility: hidden;
		opacity: 0;
		z-index: -1;
	}
	body:has(.mobile_nav.opened) {
		overflow: hidden;
	}
	header .mobile_nav.opened .et_mobile_menu {
		pointer-events: all;
		visibility: visible;
		opacity: 1;
		right: 0px !important;
		transition: var(--transition);
	}


	header ul.et_mobile_menu li.menu-item {
		width: 100%;
		text-align: left;
		border: none;
		padding: 0px 40px;
		color: var(--colour-white);
		transform: translateX(8px);
		opacity: 0;
	}
	header ul.et_mobile_menu > li.menu-item {
		padding-top: 10px;
		border-top: 1px solid rgba(0,0,0,0.1);
	}
	header .mobile_nav.opened ul.et_mobile_menu li.menu-item {
		animation: nav-anim 0.5s cubic-bezier(0, 0, 0.1, 0.9) forwards;
	}
	@keyframes nav-anim {
		0% {transform: translateX(8px); opacity: 0;}
		100% {transform: translateX(0px); opacity: 1;}
	}
	header .mobile_nav.opened ul.et_mobile_menu li.menu-item:nth-child(1) {animation-delay: 200ms;}
	header .mobile_nav.opened ul.et_mobile_menu li.menu-item:nth-child(2) {animation-delay: 300ms;}
	header .mobile_nav.opened ul.et_mobile_menu li.menu-item:nth-child(3) {animation-delay: 400ms;}
	header .mobile_nav.opened ul.et_mobile_menu li.menu-item:nth-child(4) {animation-delay: 500ms;}
	header .mobile_nav.opened ul.et_mobile_menu li.menu-item:nth-child(5) {animation-delay: 600ms;}
	header .mobile_nav.opened ul.et_mobile_menu li.menu-item:nth-child(6) {animation-delay: 700ms;}
	header .mobile_nav.opened ul.et_mobile_menu li.menu-item:nth-child(7) {animation-delay: 8000ms;}
	header .mobile_nav.opened ul.et_mobile_menu li.menu-item:nth-child(8) {animation-delay: 900ms;}
	header .mobile_nav.opened ul.et_mobile_menu li.menu-item:nth-child(9) {animation-delay: 1000ms;}

	header ul.et_mobile_menu li.menu-item a {
		color: var(--colour-text);
		font-family: var(--font-main);
		font-size: 24px;
		font-weight: 500;
		line-height: 1.2em;
		letter-spacing: -0.01em;
		width: 100%;

		background: none;
		border: none;
		padding: 8px 0px !important;
	}
	header ul.et_mobile_menu li.menu-item a:hover {
	    text-decoration: none;
	    background: none !important;
	    color: var(--colour-secondary);
		opacity: 1;
	    transition: none;
	}

	header ul.et_mobile_menu li.menu-item ul.sub-menu {
		padding-top: 2px;
		width: 100%;
	}
	header ul.et_mobile_menu li.menu-item ul.sub-menu li {
		padding: 2px 0;
	}
	header ul.et_mobile_menu li.menu-item ul.sub-menu li > a {
		font-family: var(--font-body);
		font-size: 16px;
		font-weight: 300;
		letter-spacing: -0.01em;
	}
	header ul.et_mobile_menu li.menu-item ul.sub-menu li > a::after {
		content: "\f054";
		font-weight: 600;
		font-family: var(--font-fa-sharp);
		font-size: 0.8em;
		padding-left: 8px;
		margin-left: auto;
		color: var(--colour-secondary);
	}

	/*MenuBar*/
	.et_pb_menu .mobile_nav .mobile_menu_bar {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		transform: none;
		margin-bottom: 0px;
		z-index: 10;
		width: 20px;
		row-gap:12px;
	}

	.et_pb_menu .mobile_nav .mobile_menu_bar::before,
	.et_pb_menu .mobile_nav .mobile_menu_bar::after {
		content: "";
		width: 100%;
		height: 2px;
		top: 0px;
		position: relative;
		background-color: var(--colour-white);
		transition: all 0.2s cubic-bezier(0, 0, 0.1, 0.9) 0.3s, transform 0.2s cubic-bezier(0, 0, 0.1, 0.9) 0s, background-color 0.2s cubic-bezier(0, 0, 0.1, 0.9) 0s;
	}
	.et_pb_menu .mobile_nav .mobile_menu_bar::before,
	.et_pb_menu .mobile_nav .mobile_menu_bar::after {
		background-color: var(--colour-white);
	}
	.et_pb_menu .mobile_nav .mobile_menu_bar::before {
		background-color: var(--colour-white);
		box-shadow: 0px 7px 0 var(--colour-white);
	}
	
	/* .et_pb_menu .mobile_nav:hover .mobile_menu_bar::before,
	.et_pb_menu .mobile_nav:hover .mobile_menu_bar::after {
		background-color: var(--colour-white);
	}
	.et_pb_menu .mobile_nav:hover .mobile_menu_bar::before {
		background-color: var(--colour-white);
		box-shadow: 0px 7px 0 var(--colour-white);
	} */

	header .et_pb_menu .mobile_nav.opened {
		color: var(--colour-secondary);
	}
	.et_pb_menu .mobile_nav.opened .mobile_menu_bar::before {
		top: 7px;
		background-color: var(--colour-secondary);
		box-shadow: 0 0 0 var(--colour-secondary);
		transform: rotate(45deg);
		transition: all 0.2s cubic-bezier(0, 0, 0.1, 0.9), transform 0.2s cubic-bezier(0, 0, 0.1, 0.9) 0.3s, background-color 0.2s cubic-bezier(0, 0, 0.1, 0.9) 0s;
	}
	.et_pb_menu .mobile_nav.opened .mobile_menu_bar::after {
		top: -7px;
		background-color: var(--colour-secondary);
		transform: rotate(-45deg);
		transition: all 0.2s cubic-bezier(0, 0, 0.1, 0.9), transform 0.2s cubic-bezier(0, 0, 0.1, 0.9) 0.3s, background-color 0.2s cubic-bezier(0, 0, 0.1, 0.9) 0s;
	}

	/*Contact*/
	.mobile-contact.et_pb_module {
		position: fixed !important;
		width: calc(100% - 40px) !important;
		max-width: 400px;
		bottom: -40px;
		right: 0px;

		background: var(--carbon-text), var(--colour-secondary);
		border-top: 1px solid rgba(0,0,0,0.3);
		backdrop-filter: blur(12px);
		/* padding: 20px; */

		z-index: 9999;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: var(--transition-slow);
	}
	header .et_pb_column--with-menu:has(.mobile_nav.opened) .mobile-contact.et_pb_module {
		bottom: 0px;
		opacity: 1;
		visibility: visible;
		pointer-events: all;
		transition-delay: 0.5s;
	}

	.mobile-contact.et_pb_module ul.dsm_icon_list_items {
		display: flex;
		row-gap:0;
		column-gap:0;
		/* background: var(--carbon-light), var(--background-darker); */
	}
	.mobile-contact.et_pb_module ul.dsm_icon_list_items > li {
		flex: 1 1 auto;
		padding: 0;
		margin: 0;
	}
	.mobile-contact.et_pb_module ul.dsm_icon_list_items > li:not(:first-child) {
		border-left: 1px solid rgba(0,0,0,0.3);
	}
	.mobile-contact.et_pb_module ul.dsm_icon_list_items > li > a {
		display: block;
		width: 100%;
		padding: 8px 12px;
		font-family: var(--font-body);
		font-size: var(--size-1);
		font-weight: 600;
		text-align: center;
		text-transform: uppercase;
		color: var(--colour-white);
		background-color: rgba(0,0,0,0.2);
		transition: none;
	}
	.mobile-contact.et_pb_module ul.dsm_icon_list_items > li > a .dsm_icon_list_wrapper {
		display: none;
	}
	.mobile-contact.et_pb_module ul.dsm_icon_list_items > li > a .dsm_icon_list_text {
		padding: 0;
	}

	.mobile-contact.et_pb_module ul.dsm_icon_list_items > li > a:hover {
		background-color: var(--colour-secondary);
		color: var(--colour-white);
	}
}
@media screen and (max-width:600px) {
	header .et_pb_section .et_pb_menu .et_mobile_menu {
		padding: 100px 0 60px !important;
	}
	header ul.et_mobile_menu li.menu-item {
		padding-left: 30px;
		padding-right: 30px;
	}

	header svg.razor-logo,
	svg.razor-logo {
	    min-width: 90px;
	    max-width: 90px;
	}
	header .et_pb_code_inner:has(svg.razor-logo) {
		display: flex;
		flex-direction: column;
	}

	header .et_pb_menu .mobile_nav {
		padding: 6px 10px;
	}
	.et_pb_menu .mobile_nav .mobile_menu_bar {
		row-gap: 10px;
	}
	.et_pb_menu .mobile_nav .mobile_menu_bar::before {
		box-shadow: 0px 6px 0 var(--colour-white);
	}
	.et_pb_menu .mobile_nav.opened .mobile_menu_bar::before {
		top: 6px;
	}
	.et_pb_menu .mobile_nav.opened .mobile_menu_bar::after {
		top: -6px;
	}
}
@media screen and (max-width:560px) {
	/* header .et_pb_section .et_pb_menu .et_mobile_menu {
		right: auto !important;
		left: -30px !important;
	}
	header .mobile_nav.opened .et_mobile_menu {
		right: auto !important;
		left: 0px !important;
	} */
	header .et_pb_section .et_pb_menu .et_mobile_menu {
		background-color: rgba(255, 255, 255, 0.82) !important;
		width: 100% !important;
		max-width: unset;
	}
	header .et_pb_menu .et_mobile_nav_menu::before {
		background-color: rgba(255, 255, 255, 0.01);
	}
	header .et_pb_menu .et_mobile_nav_menu:has(.mobile_nav.opened)::before {
		backdrop-filter: blur(12px);
	}
}


/*----------------*/
/*---- FOOTER ----*/
/*----------------*/
footer .et_pb_section, 
footer {
	background: var(--colour-white);
	position: relative;
	overflow: hidden;
}
footer .et_pb_section::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	height: 550px;
	width: 50%;
	background-image: url("/wp-content/uploads/2026/07/footer-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom left;
}

footer .et_pb_section {
	padding: clamp(40px, calc(var(--master-section-pad) * 8), 80px) 0;
}
footer .et_pb_section > .et_pb_row {
	align-items: flex-end;
}

footer .et_pb_row {
	padding: 0;
	max-width: var(--frame-max-l) !important;
	color: var(--colour-primary);
}
footer .et_pb_row .et_pb_column {
	column-gap: clamp(20px, calc(var(--column-gap) * 3), 30px);
	row-gap: clamp(20px, calc(var(--row-gap) * 3), 30px);
}
footer .et_pb_section > .et_pb_row > .et_pb_column.et_flex_column_3_5 {
	flex: auto 1 1;
}
footer .et_pb_section > .et_pb_row > .et_pb_column.et_flex_column_2_5 {
	flex: 500px 0 0;
}

footer .et_pb_row .et_pb_row_nested {
	margin: 0;
	padding: 50px 0;
}
footer .et_pb_row_nested .et_pb_column {
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: clamp(40px, calc(var(--column-gap) * 8), 80px);
	row-gap: clamp(20px, calc(var(--row-gap) * 4), 40px);
}
footer .et_pb_row_nested .et_pb_column > .et_pb_module {
	flex: 0 0 auto;
	max-width: 210px;
}

/*Footer Menu / Elements*/
footer .et_pb_image {
	width: 100%;
}
footer .et_pb_image img {
	max-width: 200px;
	min-width: 200px;
	margin-bottom: 0px;
}

footer .footer-menus {
	padding: 50px 0 100px;
}
footer .dsm_menu {
	display: flex;
}

footer .dsm_menu ul li {
	font-size: 16px;
	font-weight: 300;
	list-style: none;
	line-height: 1.3em;
	margin: 0 0 16px !important;
}
footer .dsm_menu ul li:last-child {
	margin: 0 !important;
}
footer .dsm_menu ul li a:hover {
	color: var(--colour-secondary);
}
footer .dsm_menu ul li ul.sub-menu {
	padding-left: 0 !important;
}
footer .dsm_menu .dsm-menu-title {
	padding-bottom: 0 !important;
}

footer .footer-menus.et_pb_row {
	row-gap: clamp(30px, calc(var(--row-gap) * 6), 60px);
  	column-gap: clamp(30px, calc(var(--column-gap) * 6), 60px);
}

footer .et_pb_text h5 {
	font-size: 12px;
	font-weight: 600;
	color: var(--colour-red);
	margin: 0;
}
footer .dsm_menu h4,
footer .et_pb_text h4 {
	font-weight: 600;
	font-size: var(--size-h6);
	font-family: var(--font-body);
	letter-spacing: 0;
}

footer .footer-menus .et_pb_column:last-child {
	margin-left: auto !important;
}
footer .footer-menus .et_pb_text {
	text-align: right;
}
footer .footer-menus .et_pb_text p {
	line-height: 1.5em;
}

footer .et_pb_text p {
	font-size: 16px;
	line-height: 1.3em;
	display: flex;
	column-gap:8px;
	row-gap:4px;
	padding-bottom: 0;
	margin-bottom: 16px;
}
footer .et_pb_text p a {
	text-decoration: underline;
}
footer .et_pb_text p a:hover {
	color: var(--colour-primary);
}

footer .dsm_embed_google_map {
	width: 100%;
}
footer .dsm_embed_google_map iframe {
	border-radius: 40px;
}

/*Footer Terms*/
footer .footer-terms p {
	display: flex;
	align-items: center;
	column-gap: 20px;
	row-gap: 8px;
}
footer .footer-terms p a:hover {
	color: var(--colour-red);
	text-decoration: none;
}
footer .footer-terms p a:has(i) {
	text-decoration: none;
}
footer .footer-terms p a i {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--colour-blue);
	border-radius: 2px;
	color: var(--colour-blue);
	text-decoration: none;
}
footer .footer-terms p a i:hover {
	background-color: var(--colour-blue);
	color: var(--colour-white);
}

/*Footer Copy*/
.footer-copy {
	text-align: center !important;
}
.footer-copy p {
	opacity: 0.6;
	font-size: 12px;
	font-weight: 300;
}
.footer-copy a:not(:hover) {
	opacity: 0.6;
}
.footer-copy a b {
    font-weight: 800;
	text-decoration: underline !important;
}
footer .footer-copy.et_pb_text p,
footer .footer-copy.et_pb_text p a {
	text-decoration: none;
	font-size: 14px;
	text-align: left;
	flex-wrap: wrap;
}
footer .footer-copy.et_pb_text p a:hover {
	color: var(--colour-primary);
}

footer .contact-info p {
	font-weight: 300;
}
footer .contact-info p a {
	text-decoration: none;
}
footer .contact-info p a:hover {
	color: var(--colour-red);
}
footer .contact-info i {
	color: var(--colour-red);
	margin-right: 2px;
	position: relative;
	top: 1px;
}
footer .contact-info i::before {
	font-family: var(--font-fa-sharp);
}

footer .contact-info em {
	font-weight: 300;
	font-size: 14px;
}
body footer .et_pb_section .contact-info .et_pb_button {
	padding: 10px 16px 12px !important;
	background-color: var(--colour-white);
	color: var(--colour-blue);
	box-shadow: var(--shadow-small);
}
body footer .et_pb_section .contact-info .et_pb_button::before,
body footer .et_pb_section .contact-info .et_pb_button::after {
	border-color: var(--colour-white) !important;
}
body footer .et_pb_section .contact-info .et_pb_button:hover::before,
body footer .et_pb_section .contact-info .et_pb_button:hover::after {
	border-color: var(--colour-blue) !important;
}

.bottom-footer {
	margin-top: 100px;
}
.bottom-footer .et_pb_column:first-child .et_pb_text_inner {
	display: flex;
	column-gap: 40px;
}
.bottom-footer .et_pb_column:last-child {
	align-items: flex-end;
}

footer .et_pb_button.btn-none {
	display: none !important;
}

/*form*/
.footer-form.et_pb_column {
	padding: 32px;
	background-color: var(--colour-white);
	box-shadow: var(--shadow-large);
	border-radius: 2px;
	border: 1px solid rgba(0,0,0,0.1);
}
.footer-form.et_pb_column .et_pb_text h4 {
	margin: 0;
}

@media screen and (max-width:1720px) {
	footer .et_pb_section > .et_pb_row {
		align-items: center;
	}

	footer .dsm_menu ul li,
	footer .et_pb_text p {
		line-height: 1.2em;
  		margin: 0 0 12px !important;
	}
	footer h4 {
		margin-bottom: 16px;
	}

	footer .et_pb_row .et_pb_column {
		column-gap: 20px;
  		row-gap: 20px;
	}
	footer .et_pb_row .et_pb_row_nested {
		padding: 40px 0 !important;
	}
	footer .et_pb_row .et_pb_row_nested .et_pb_column {
		column-gap: 60px;
  		row-gap: 40px;
	}
}
@media screen and (max-width:1400px) {
	footer .et_pb_row .et_pb_row_nested .et_pb_column > div {
		flex: 50% 1 1;
	}
	footer .et_pb_section::before {
		width: 60%;
	}

	footer .et_pb_section > .et_pb_row > .et_pb_column.et_flex_column_2_5 {
		flex: 420px 0 0;
	}
}
@media screen and (max-width:1200px) {
	footer .et_pb_section {
		padding: 80px 0;
	}
	footer .et_pb_section > .et_pb_row {
		align-items: flex-start;
	}
}
@media screen and (max-width:1150px) {

	footer .et_pb_row_nested .et_pb_column > .et_pb_module {
		max-width: unset;
	}
}
@media screen and (max-width:1000px) {
	footer .et_pb_section .et_pb_row {
		flex-wrap: wrap !important;
	}
	footer .et_pb_section > .et_pb_row > .et_pb_column.et_flex_column_2_5 {
		flex: 100% 1 1;
	}
	footer .et_pb_section::before {
		width: 90%;
	} 
}
@media screen and (max-width:980px) {
	footer .et_pb_column_0_tb_footer {
		column-gap: 20px !important;
		row-gap: 20px !important;
	}
	footer .et_pb_image {
		padding-bottom: 0px;
	}
}
@media screen and (max-width:980px) {

	footer .et_pb_image img {
		max-width: 220px;
	}
	footer .et_pb_section {
		padding: 60px 0;
	}
	footer .dsm_menu,
	footer .et_pb_text {
		flex: 100% 1 1;
	}
	footer .et_pb_section .et_pb_row {
		justify-content: center;
	}
	footer .et_pb_row .et_pb_column {
		row-gap: 40px;
	}
	footer .et_pb_row .et_pb_column .et_pb_text_inner {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	footer .dsm_menu {
		justify-content: center;
		order: 1;
	}
	footer .social-links a.et_pb_button {
		display: none;
	}
	footer .et_pb_button.btn-none {
		display: block !important;
		/* margin-top: 20px; */
	}
	footer .dsm_menu ul li,
	footer .dsm_menu .dsm-menu-title,
	footer .et_pb_text p {
		text-align: center;
	}
	footer .et_pb_image .et_pb_image_wrap {
		display: flex;
		justify-content: center;
	}
	footer .et_pb_image img {
		max-width: 180px;
		min-width: 180px;
		margin-bottom: 0px;
	}
	footer .footer-copy.et_pb_text p{
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	footer .et_pb_column:has(.contact-info) .et_pb_module {
		flex: 1 1 100%;
	}
	footer .social-links {
		row-gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
		margin-top: 40px;
	}

	footer .contact-info p em {
		max-width: 250px;
	}
	
}
@media screen and (max-width:600px) {
	footer .menus {
		order: -1;
	}
}
@media screen and (max-width:400px) {
	footer .et_pb_image {
		text-align: center;
	}
	/* footer .et_pb_image img {
		max-width: 200px;
	} */
	footer .dsm_menu,
	footer .et_pb_text {
		flex: 100% 1 1;
		text-align: center !important;
	}
	footer .dsm_menu h4,
	footer .dsm_menu ul li {
		text-align: center;
	}

	footer .footer-terms p {
		flex-direction: column;
	}
}


/*---- DEFAULT - FORM CSS ----*/
#main-content form {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
	font-size: 16px;
}

#main-content label {
  margin-bottom: 0px;
  color: var(--colour-black);
  font-size: 16px;
  text-transform: normal;
}
#main-content label br {
	display: none;
}

body .dsm_contact_form_7 form > p {
	padding-bottom: 12px;
}
body .dsm_contact_form_7 input[type="tel"],
body .dsm_contact_form_7 input[type="text"],
body .dsm_contact_form_7 input[type="email"],
body .dsm_contact_form_7 input[type="password"],
body .dsm_contact_form_7 select,
body .dsm_contact_form_7 .dsm-contact-form-7-select select.et_pb_contact_select,
body .dsm_contact_form_7 textarea {
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 0px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 2px;
  font-size: 16px;
  font-weight: 400;
  color: var(--colour-text);
  background-color: var(--colour-background);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
}

body .dsm_contact_form_7 input[type="tel"]:hover,
body .dsm_contact_form_7 input[type="text"]:hover,
body .dsm_contact_form_7 input[type="email"]:hover,
body .dsm_contact_form_7 input[type="password"]:hover,
body .dsm_contact_form_7 select:hover,
body .dsm_contact_form_7 .dsm-contact-form-7-select select.et_pb_contact_select:hover,
body .dsm_contact_form_7 textarea:hover {
  border-color: var(--colour-primary);
  outline: none;
}
body .dsm_contact_form_7 input[type="tel"]:focus,
body .dsm_contact_form_7 input[type="text"]:focus,
body .dsm_contact_form_7 input[type="email"]:focus,
body .dsm_contact_form_7 input[type="password"]:focus,
body .dsm_contact_form_7 select:focus,
body .dsm_contact_form_7 .dsm-contact-form-7-select select.et_pb_contact_select:focus,
body .dsm_contact_form_7 textarea:focus {
	box-shadow: 0 0 0 1px var(--colour-red);
	border-color: var(--colour-secondary);
	background: var(--colour-white);
	outline: none;
}

body .dsm_contact_form_7 input[disabled],
body .dsm_contact_form_7 textarea[disabled] {
  background-color: #e9e9e9;
  border-color: #ddd;
  color: #aaa;
  cursor: not-allowed;
}

body .dsm_contact_form_7 .wpcf7-form-control.wpcf7-textarea,
body .dsm_contact_form_7 textarea {
	height: 100px;
	min-height: 100px;
	resize: vertical;
}

body .dsm_contact_form_7 p:has(button[type="submit"]),
body .dsm_contact_form_7 p:has(input[type="submit"]) {
	text-align: right;
	position: relative;
}
body .dsm_contact_form_7 p .wpcf7-spinner {
	position: absolute;
	top: calc(50% - 12px);
	left: calc(50% - 12px);
}
body .dsm_contact_form_7 button[type="submit"],
body .dsm_contact_form_7 input[type="submit"] {
	margin-left: auto;
	/* padding: 10px 16px 12px !important; */
}
body .dsm_contact_form_7 button[type="submit"] span.dsm-button-text,
body .dsm_contact_form_7 input[type="submit"] span.dsm-button-text {
	font-size: 1em;
	font-weight: 600;
	line-height: 1.2em;
}

body .dsm_contact_form_7 .wpcf7-not-valid-tip {
	color: var(--colour-red);
	font-size: 12px;
}

/* Validation Styles */
.wpcf7 form .wpcf7-response-output {
    padding: 10px 15px;
    background-color: #fff;
    font-family: var(--font-body);
    text-align: center;
}

#main-content input:valid,
#main-content textarea:valid {
  border-color: #28a745;
}

#main-content input:invalid,
#main-content textarea:invalid {
  border-color: #dc3545;
}

/* Success Message */
#main-content input:valid + .valid-feedback,
#main-content textarea:valid + .valid-feedback {
  display: block;
  color: #28a745;
  font-size: 16px;
}

/* Error Message */
#main-content input:invalid + .invalid-feedback,
#main-content textarea:invalid + .invalid-feedback {
  display: block;
  color: #dc3545;
  font-size: 16px;
}

#main-content .form-group {
  margin-bottom: 20px;
}

#main-content .form-group label {
  margin-bottom: 5px;
}

#main-content input[type="checkbox"],
#main-content input[type="radio"] {
  margin-right: 10px;
}


@media (max-width: 600px) {
  #main-content form {
    padding: 20px;
  }

  button[type="submit"],
  input[type="submit"] {
    width: 100%;
  }
}

/*---- SLIDER - TESTIMONIAL ----*/
.testimonial-swiper {
	margin-bottom: 40px;
	margin-top: 15px;
	display: flex;
}
.testimonial-swiper .swiper-wrapper .swiper-slide {
	height: auto;
	align-items: flex-start;
}
.testimonial-swiper .carousel_content {
	display: flex;
	height: 100%;
	background: transparent;
	flex-direction: column;
	padding: 20px 40px;
	border-left: 1px solid var(--colour-grey);
}
.testimonial-swiper .carousel_content > img {
	display: none;
}

.testimonial-swiper .carousel_content .social-media-container {
	display: none;
	padding: 0;
	order: 0;
}
.testimonial-swiper .carousel_content .social-media {
	height: auto;
	max-width: unset;
	justify-content: flex-start !important;
}
.testimonial-swiper .carousel_content .social-media li {
	padding: 0 6px 0 0;
	font-size: 22px;
	line-height: 1em;
}
.testimonial-swiper .carousel_content .social-media li span,
.testimonial-swiper .carousel_content .social-media li span::before {
	font-size: 22px;
	color: #ffbf00 !important;
}
.testimonial-swiper .carousel_content span.name_design,
.testimonial-swiper .carousel_content span.position_design {
	font-size: var(--size-3);
	font-family: var(--font-main);
	font-weight: 600;
	order: 2;
	padding: 30px 0 0;
}
.testimonial-swiper .carousel_content span.position_design {
	order: 3;
	padding: 0;
}
.testimonial-swiper .carousel_content > p {
	padding: 0;
	/* margin: 25px 0 0; */
	font-size: 20px;
	font-family: var(--font-body);
	font-style: italic;
	color: var(--colour-text);
}
.testimonial-swiper .swiper-navi-container {
	top: 100%;
    justify-content: flex-end;
    align-items: flex-end;
}
@media screen and (max-width:1000px) {
	.section-testimonial-slider .floating-icon {
		width: 100px;
		max-width: 100px;
	}
}
@media screen and (max-width:700px) {
	.section-testimonial-slider .floating-icon {
		position: static;
		width: 100%;
		max-width: 100%;
		text-align: center;
		padding-bottom: 15px;
		margin-top: -15px;
	}
	.section-testimonial-slider .floating-icon img {
		max-width: 90px;
	}
}
@media screen and (max-width:700px) {
	.section-testimonial-slider .et_pb_row:has(.divi8_testimonial_carousel_lite) {
		padding-top: 10px !important;
		padding-bottom: 0 !important;
	}
}

/** News Slider **/
.dsm-blog-carousel-wrapper.swiper-wrapper {
	display: flex;
}
.dsm-blog-carousel article.dsm-blog-carousel-item {
	background: none;
}
.dsm-blog-carousel article .dsm-grid-post-holder-inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.dsm-blog-carousel article .dsm-entry-image {
	position: relative;
}
.dsm-entry-thumbnail img {
	max-height: 185px;
}
.dsm-entry-image {
	max-height: 185px;
}
.dsm-blog-carousel article .dsm-entry-wrapper {
	padding: 40px 20px 20px;
	flex: auto 1 1;
	display: flex;
	flex-direction: column;
}
.dsm-blog-carousel article .dsm-entry-wrapper h2 {
	margin-bottom: 12px;
	font-size: 16px;
	text-align: left;
}
.dsm-entry-header {
	position: unset;
	text-align: left;
	font-size: 16px;
	padding: 0px;
	background-color: transparent;
}
.dsm-blog-carousel article .dsm-entry-wrapper .dsm-entry-meta {
	position: absolute;
	top: 15px;
	left: 15px;
	background-color: rgba(255,255,255,0.9);
	border-radius: 20px;
	padding: 9px 12px 8px;
	display: flex;
	align-items: center;
	justify-content: center;

	font-size: 10px;
	line-height: 1em;
	font-weight: 400;
	font-family: var(--font-body);
}
.dsm-blog-carousel .dsm-meta-seperator {
	display: none;
}
.dsm-blog-carousel article .dsm-entry-wrapper .dsm-entry-meta .dsm-posted-on::before {
	content: "\f017";
	font-family: var(--font-fa-sharp);
	font-weight: 500;
	margin-right: 8px;
}
.dsm-blog-carousel article .dsm-entry-content p {
	font-size: 14px;
	line-height: 1.6em;
	text-align: left;
	opacity: 0.8;
}
.dsm-blog-carousel article .dsm-readmore-wrap {
	margin-top: auto;
	display: flex;
	justify-content: flex-start;
}
.dsm-blog-carousel article a.dsm-readmore-btn {
	width: fit-content;
	background-color: var(--colour-primary);
	color: var(--colour-white);
	padding: 8px 15px 9px 15px;
	text-align: center;
	font-size: 13px;
	font-family: var(--font-body);
	font-weight: 400;
	margin-top: 30px !important;
	transition: var(--transition-fast);
}
.dsm-blog-carousel article a.dsm-readmore-btn:hover {
	background-color: var(--colour-secondary);
	color: var(--colour-primary);
}
.dsm-blog-carousel article a.dsm-readmore-btn::after {
	content: "\f06e";
	font-family: var(--font-fa);
	font-size: 13px;
	color: var(--colour-white);
	margin-left: 10px;
}
.dsm-blog-carousel article a.dsm-readmore-btn:hover::after {
	color: var(--colour-primary);
}
body #page-container .et_pb_section .dsm-blog-carousel article .dsm-readmore-wrap a.dsm-readmore-btn {
	margin-top: 30px !important;
}

/** News Page **/
#main-content:has(.post-type-content) {
	background-color: transparent;
}
#main-content .et_pb_section.post-type-content .et_pb_title_featured_container img {
	max-height: 400px;
	width: 100%;
	border-radius: 15px;
	object-fit: cover;
}
#main-content .et_pb_section.post-type-content {
	margin-bottom: 0;
}
#main-content .et_pb_section.post-type-content .et_pb_row {
	padding: 60px;
	/* max-width: 1200px; */
	background-color: var(--colour-white);
}
#main-content .et_pb_section.post-type-content .et_pb_title_container {
	padding-bottom: 30px;
}
#main-content .et_pb_section.post-type-content .et_pb_post_title {
	padding-bottom: 50px;
}
#main-content .et_pb_section.post-type-content h2,
#main-content .et_pb_section.post-type-content h3,
#main-content .et_pb_section.post-type-content h4,
#main-content .et_pb_section.post-type-content h5 {
	margin-top: 60px;
}
#main-content .et_pb_section.post-type-content .entry-title {
	margin-bottom: 20px;
}
.et_pb_title_meta_container span {
	color: var(--colour-black);
	font-size: 12px;
	font-weight: 500;
	display: flex;
	align-items: baseline;
}
.et_pb_title_meta_container span::before {
	content: '\f017';
	font-family: var(--font-fa);
	color: var(--colour-grey);
	font-size: 11px;
	margin-right: 15px;
}
.et_pb_button_module_wrapper:has(.news-button) {
	margin-top: 50px !important;
}

.breadcrumb {
	background-color: var(--colour-primary);
}
.breadcrumb .et_pb_row {
	padding: 0px 0px 20px;
	max-width: 1720px;
}
.breadcrumb .et_pb_column {
	display: flex;
    flex-direction: row;
	column-gap: 18px;
    align-items: center;
}
.breadcrumb h1 {
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: var(--colour-white);
	font-family: var(--font-body);
}
.breadcrumb p {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: var(--colour-white);
	line-height: 1;
}
.breadcrumb .et_pb_text_inner {
	display: flex;
	align-items: center;
	column-gap: 18px;
}
.breadcrumb .et_pb_post_title {
	height: fit-content;
}
@media screen and (max-width: 800px) {
	#main-content .et_pb_section.post-type-content .et_pb_row {
	    padding: 40px 50px;
	}
	#main-content .et_pb_section.post-type-content > .et_pb_row {
	    margin-top: 0px;
	}
	#main-content .et_pb_section.post-type-banner {
	    min-height: 35vh;
	}
}

@media screen and (max-width: 400px) {
	.breadcrumb .et_pb_column {
		justify-content: center;
	}
	.breadcrumb h1 {
		font-size: 12px;
	}
	.breadcrumb p {
		font-size: 12px;
	}
	#main-content .et_pb_section.post-type-content .et_pb_post_title {
	    padding-bottom: 30px;
	    margin-bottom: 30px;
	}
	#main-content .et_pb_section.post-type-content .et_pb_row {
	    padding: 40px 30px;
	}
	#main-content .et_pb_section.post-type-banner {
	    min-height: 30vh;
	}
	.post-template-default.single-post #main-content .et_pb_section.post-type-banner .et_pb_row {
	    max-width: 100%;
	}
}

/*---- SECTION - BANNER ----*/
#main-content .section-banner.et_pb_section {
	padding: clamp(20px, calc(var(--master-section-pad) * 6), 60px) 0;
}
.section-banner .et_pb_row {
    max-width: var(--frame-max-l);
}
.section-banner .et_pb_row .et_pb_column:has(.et_pb_heading),
.section-banner .et_pb_row .et_pb_column:has(h1) {
    align-self: flex-end;
}

.section-banner .et_pb_text h5 {
	font-weight: 600;
}
.section-banner .et_pb_text p {
	max-width: 440px;
}
.section-banner .dsm_button:not(:first-child),
.section-banner .et_pb_button_module_wrapper:not(:first-child),
.section-banner .et_pb_column:has(.et_pb_text) {
	padding-top: clamp(20px, calc(var(--master-section-pad) * 6), 60px);
}

.section-banner .et_pb_row .et_pb_column:first-child {
	position: relative;
	z-index: 3;
}
.section-banner .et_pb_code,
.section-banner .et_pb_code_inner,
.section-banner .et_pb_image,
.section-banner .et_pb_image_wrap {
	position: relative;
	height: 100%;
	min-height: 60svh;
}
.section-banner .et_pb_image_wrap img,
.section-banner .et_pb_code_inner video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	/* z-index: 9; */
	top: 0;
	left: 0;
	border-radius: 2px;
	box-shadow: var(--shadow-large);
}
.section-banner.home .et_pb_image::before,
.section-banner.home .et_pb_code::before {
	content: "";
	position: absolute;
	pointer-events: none;
	background-image: url("/wp-content/uploads/2026/07/swish-red-1.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	aspect-ratio: 10/9;
	width: 600px;
	max-width: 90%;
	bottom: -40px;
	left: -200px;
}
.section-banner.home .et_pb_image_wrap::before,
.section-banner.home .et_pb_image_wrap::after,
.section-banner.home .et_pb_code_inner::before,
.section-banner.home .et_pb_code_inner::after {
	content: "";
	position: absolute;
	pointer-events: none;
	background-image: url("/wp-content/uploads/2026/07/swish-blue-1.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	aspect-ratio: 20/9;
	width: 600px;
	max-width: 90%;
	bottom: -138px;
	right: -100px;
	transform: rotate(-12deg);
}
.section-banner.home .et_pb_image_wrap::after,
.section-banner.home .et_pb_code_inner::after {
	background-image: url("/wp-content/uploads/2026/07/swish-blue-1overlap.png");
}

/*banner red*/
.banner-red.section-banner .et_pb_image::before {
	content: "";
	position: absolute;
	pointer-events: none;
	background-image: url("/wp-content/uploads/2026/07/Swirl-Red-3.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	aspect-ratio: 55/44;
	width: 440px;
	max-width: 90%;
	bottom: -100px;
	left: -100px;
}
.banner-red.section-banner .et_pb_image_wrap::before,
.banner-red.section-banner .et_pb_image_wrap::after {
	content: "";
	position: absolute;
	pointer-events: none;
	background-image: url("/wp-content/uploads/2026/07/Swirl-Red-2.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	aspect-ratio: 66/47;
	width: 600px;
	max-width: 90%;
	bottom: -100px;
	right: -250px;
}
.banner-red.section-banner .et_pb_image_wrap::after {
	background-image: url("/wp-content/uploads/2026/07/Swirl-Red-2-Overlay.png");
}

/*banner blue*/
.banner-blue.section-banner .et_pb_image::before {
	content: "";
	position: absolute;
	pointer-events: none;
	background-image: url("/wp-content/uploads/2026/07/swish-blue-1.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	aspect-ratio: 55/44;
	min-width: 770px;
	width: 900px;
	max-width: 90%;
	bottom: -190px;
	left: -100px;
	rotate: -40deg;
}
.banner-blue.section-banner .et_pb_image_wrap::before,
.banner-blue.section-banner .et_pb_image_wrap::after {
	content: "";
	position: absolute;
	pointer-events: none;
	background-image: url("/wp-content/uploads/2026/07/swish-blue-1.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	aspect-ratio: 66/47;
	min-width: 770px;
	width: 900px;
	max-width: 90%;
	bottom: -220px;
	right: -250px;
	rotate: 10deg;
}
.banner-blue.section-banner .et_pb_image_wrap::after {
	background-image: url("/wp-content/uploads/2026/08/Blue-swish-overlap-2.png");
}

@media screen and (max-width:1400px) {
	.section-banner.home .et_pb_image::before,
	.section-banner.home .et_pb_code::before {
		width: 480px;
		max-width: 80%;
		bottom: -40px;
		left: -120px;
	}	
	.section-banner.home .et_pb_image_wrap::before,
	.section-banner.home .et_pb_image_wrap::after,
	.section-banner.home .et_pb_code_inner::before,
	.section-banner.home .et_pb_code_inner::after {
		width: 480px;
		max-width: 80%;
		bottom: -100px;
		right: -100px;
	}
}
@media screen and (max-width:1200px) {
	.section-banner .et_pb_row {
		flex-direction: column;
		align-items: center;
	}
	.section-banner.et_pb_section .et_pb_column.et_flex_column_2_5,
	.section-banner.et_pb_section .et_pb_column.et_flex_column_3_5 {
		flex: auto 1 1;
		width: 100%;
		max-width: unset;
	}
	.section-banner.et_pb_section .et_pb_column:has(.et_pb_image),
	.section-banner.et_pb_section .et_pb_column:has(.et_pb_code) {
		order: -1;
	}

	.section-banner.home .et_pb_image, 
	.section-banner.home .et_pb_image_wrap,
	.section-banner.home .et_pb_code, 
	.section-banner.home .et_pb_code_inner {
		min-height: 280px;
		height: 50svh;
		max-height: 400px;
	}
	.section-banner.home .et_pb_image::before,
	.section-banner.home .et_pb_code::before {
		width: 360px;
		max-width: unset;
		bottom: auto;
		top: -80px;
		left: -140px;
	}	
	.section-banner.home .et_pb_image_wrap::before,
	.section-banner.home .et_pb_image_wrap::after,
	.section-banner.home .et_pb_code_inner::before,
	.section-banner.home .et_pb_code_inner::after {
		width: 360px;
		max-width: unset;
		bottom: -80px;
		right: -120px;
	}

	.section-banner .dsm_button:not(:first-child), 
	.section-banner .et_pb_button_module_wrapper:not(:first-child), 
	.section-banner .et_pb_column:has(.et_pb_text) {
		padding-top: 0;
	}

	.banner-blue.section-banner .et_pb_image::before {
		min-width: 600px;
		width: 600px;
		bottom: -120px;
		left: -100px;
		rotate: -45deg;
	}
	.banner-blue.section-banner .et_pb_image_wrap::before,
	.banner-blue.section-banner .et_pb_image_wrap::after {
		min-width: 700px;
		width: 700px;
		bottom: -150px;
		right: -200px;
		rotate: 0deg;
	}
}
@media screen and (max-width:800px) {
	.section-banner .et_pb_row {
		max-width: unset;
		width: 100%;
	}
	.section-banner.et_pb_section .et_pb_column.et_flex_column_3_5 {
		flex: calc(100% - 16px) 1 1;
		width: calc(100% - 16px);
	}
	.section-banner.et_pb_section .et_pb_column.et_flex_column_2_5 {
		flex: var(--frame-width) 1 1;
		width: var(--frame-width);
		align-self: center;
	}

	.section-banner .et_pb_code,
	.section-banner .et_pb_code_inner,
	.section-banner .et_pb_image,
	.section-banner .et_pb_image_wrap {
		min-height: 220px;
		height: 50svh;
		max-height: 300px;
	}
	.section-banner.home .et_pb_image, 
	.section-banner.home .et_pb_image_wrap,
	.section-banner.home .et_pb_code, 
	.section-banner.home .et_pb_code_inner {
		min-height: 220px;
		height: 50svh;
		max-height: 300px;
	}

	.banner-red.section-banner .et_pb_image::before {
		min-width: 300px;
		bottom: -50px;
		left: -120px;
	}
	.banner-red.section-banner .et_pb_image_wrap::before,
	.banner-red.section-banner .et_pb_image_wrap::after {
		min-width: 400px;
		bottom: -120px;
		right: -250px;
	}
}
@media screen and (max-width:600px) {
	.section-banner.home .et_pb_image::before,
	.section-banner.home .et_pb_code::before {
		width: 300px;
		max-width: unset;
		bottom: auto;
		top: -60px;
		left: -120px;
	}	
	.section-banner.home .et_pb_image_wrap::before,
	.section-banner.home .et_pb_image_wrap::after,
	.section-banner.home .et_pb_code_inner::before,
	.section-banner.home .et_pb_code_inner::after {
		width: 320px;
		bottom: -60px;
		right: -110px;
		transform: rotate(8deg);
	}
}


/** Banner Top Swish / Paint effect **/
.banner-swirl::before,
.banner-swish::before,
.banner-top-swish::before {
	content: "";
	background-image: url("/wp-content/uploads/2026/07/swish-blue-1.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform: scaleY(-1) rotate(-40deg);
	aspect-ratio: 6/3;
	width: 1020px;
	position: absolute;
	top: -220px;
	right: -300px;
	opacity: 0.05;
	pointer-events: none;
	z-index: -1;
}

/** Section Image Text **/
.section-image-text h5 {
	display: flex;
	align-items: flex-end;
	color: var(--colour-secondary);
}
.section-image-text h5::before {
	content: '';
	background-image: url('/wp-content/uploads/2026/08/Group-1248.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 26px;
	height: 24px;
	margin-right: 20px;
}
.section-image-text.line-top {
	padding-top: 0px !important;
}
.section-image-text.line-top .et_pb_row {
	border-top: 1px solid #18456b1a;
    padding-top: 100px;
}
.section-image-text .et_pb_column {
	justify-content: center;
}
.section-image-text .et_pb_column:has(.et_pb_text) {
	padding: 40px 0px;
}
.section-image-text img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	object-fit: cover;
	border-radius: 2px;
	box-shadow: var(--shadow-large);
}
.section-image-text .et_pb_image,
.section-image-text .et_pb_image_wrap,
.section-image-text img {
	height: 100%;
}
.section-image-text p:has(i) {
	opacity: 1;
	display: flex;
    column-gap: 8px;
}
.section-image-text a:has(i) {
	text-decoration: none;
}

/*About*/
@media screen and (min-width:1400px) {
	.sit-about.section-image-text .et_pb_row {
		max-width: var(--frame-max-l);
		row-gap: 0;
		column-gap:0;
	}	
	.sit-about.section-image-text .et_pb_row .et_pb_column {
		padding-left: clamp(40px, calc(var(--column-gap) * 10), 100px);
		padding-right: clamp(40px, calc(var(--column-gap) * 10), 100px);
	}	
	.sit-about.section-image-text .et_pb_row .et_pb_column .et_pb_image {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}	
}

@media screen and (max-width:980px) {
	.section-image-text .reverse {
		flex-direction: column-reverse;
	}
	.section-image-text .et_pb_text {
		padding: 0px;
	}

	.section-image-text img {
		position: static;
	}
}


/*---- CONTENT - INTRO SECTION ----*/
.section-intro-text {
	row-gap: clamp(20px, calc(var(--row-gap) * 4), 40px);
}
.section-intro-text em {
	font-style: normal;
	color: var(--colour-secondary);
}
@media screen and (max-width:800px) {
	.section-intro-text .et_pb_row {
		flex-direction: column;
	}	
}


/*---- CONTENT - SERVICE BLOCKS ----*/
.service-blocks.et_pb_row {
	row-gap:12px;
	column-gap:12px;
}
.service-blocks .et_pb_column > .et_pb_group {
	position: relative;
	aspect-ratio: 6/9;
	border-radius: 2px;
	justify-content: flex-end;
	box-shadow: var(--shadow-large);
}
.service-blocks .et_pb_column > .et_pb_group .et_pb_image {
	/* transition: all 1s cubic-bezier(.21,.48,.21,1.03); */
	transition: var(--transition-slow);
	border-radius: 2px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.service-blocks .et_pb_column > .et_pb_group .et_pb_image_wrap,
.service-blocks .et_pb_column > .et_pb_group .et_pb_image_wrap::after,
.service-blocks .et_pb_column > .et_pb_group .et_pb_image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.service-blocks .et_pb_column > .et_pb_group .et_pb_image .et_pb_image_wrap::after {
	content: "";
	pointer-events: none;
	background: linear-gradient(to top, rgba(20, 33, 46, 0.75) 15%, rgba(20, 33, 46, 0) 60%);
}
.service-blocks .et_pb_column > .et_pb_group .et_pb_image img {
	object-fit: cover;
	object-position: center;
	transition: var(--transition-snail);
	pointer-events: none;
}

.service-blocks.no-hover .et_pb_column > .et_pb_group .et_pb_text::after {
	content: none;
}

/*red overlay*/
.service-blocks .et_pb_column > .et_pb_group .et_pb_image::after {
	content: "";
	pointer-events: none;
	background: url("/wp-content/uploads/2026/07/red-overlay1.png");
	background-size: auto 140%;
	background-position: top center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 160px;
	opacity: 0;
	transition: var(--transition-slow);
}

/*text*/
.service-blocks .et_pb_column > .et_pb_group .et_pb_text {
	padding: 28px;
	align-items: flex-end;
	flex-direction: row;
	column-gap: 20px;
	color: var(--colour-white);
}
.service-blocks .et_pb_column > .et_pb_group .et_pb_text::after {
	content: "\f061";
	font-family: var(--font-fa);

}
.service-blocks .et_pb_column > .et_pb_group .et_pb_text h4 {
	margin-bottom: 2px;
	font-weight: 700;
	font-size: var(--size-3);
	transition: var(--transition-slow);
}
.service-blocks .et_pb_column > .et_pb_group .et_pb_text p {
	font-size: var(--size-1);
	line-height: 0em;
	opacity: 0;
	pointer-events: none;
	transition: var(--transition-slow);
}

/*hover*/
.service-blocks .et_pb_column > .et_pb_group:hover .et_pb_image { 
	top: -8px;
	bottom: -8px;
}
.service-blocks .et_pb_column > .et_pb_group:hover .et_pb_image img {
	transform: scale(1.05);
}
.service-blocks .et_pb_column > .et_pb_group:hover .et_pb_image::after {
	opacity: 1;
	height: 200px;
	background-size: 160% auto;
	transition-delay: 300ms;
}
.service-blocks .et_pb_column > .et_pb_group:hover .et_pb_text h4 {
	margin-bottom: 12px;
}
.service-blocks .et_pb_column > .et_pb_group:hover .et_pb_text p {
	line-height: 1.4em;
	opacity: 1;
	pointer-events: all;
}

@media screen and (max-width:1500px) {
	.service-blocks .et_pb_column > .et_pb_group .et_pb_text {
		padding: 20px;
	}
}
@media screen and (max-width:1300px) {
	.service-blocks .et_pb_column > .et_pb_group .et_pb_text::after {
		content: "\e093";
		font-family: var(--font-fa-sharp);
		position: absolute;
		bottom: 8px;
		right: 8px;
		font-size: 14px;
		line-height: 1em;
	}
	.service-blocks.et_pb_row:has(.et_flex_column_4_24) { 
		flex-wrap: wrap;
	}
	.service-blocks .et_pb_column.et_flex_column_4_24 {
		flex: calc(25% - 10px) 0 0;
	}
}
@media screen and (max-width:1200px) {
	.service-blocks.et_pb_row:has(.et_flex_column_1_5),
	.service-blocks.et_pb_row:has(.et_flex_column_4_24) { 
		flex-wrap: wrap;
	}
	.service-blocks .et_pb_column.et_flex_column_1_5,
	.service-blocks .et_pb_column.et_flex_column_4_24 {
		flex: calc(33.333% - 8px) 0 0;
	}
}
@media screen and (max-width:1000px) {
	.service-blocks.et_pb_row:has(.et_flex_column_6_24) { 
		flex-wrap: wrap;
	}
	.service-blocks .et_pb_column.et_flex_column_6_24 {
		flex: calc(50% - 8px) 0 0;
	}
	.service-blocks .et_pb_column.et_flex_column_6_24 > .et_pb_group {
		aspect-ratio: 9/10;
	}
}
@media screen and (max-width:800px) {
	.service-blocks .et_pb_column.et_flex_column_1_5,
	.service-blocks .et_pb_column.et_flex_column_4_24 {
		flex: calc(50% - 8px) 0 0;
	}
	.service-blocks .et_pb_column > .et_pb_group {
		aspect-ratio: 9/10;
	}
	.service-blocks .et_pb_column > .et_pb_group .et_pb_image::after {
		background-image: none;
		height: 100% !important;
		background-color: rgba(24, 70, 107, 0.88);
	}
}
@media screen and (max-width:600px) {
	.service-blocks .et_pb_column > .et_pb_group .et_pb_text h4 {
		font-size: var(--size-2);
	}
	.service-blocks .et_pb_column > .et_pb_group .et_pb_text::after {
		font-size: 12px;
	}
	.service-blocks .et_pb_column.et_flex_column_6_24 > .et_pb_group {
		aspect-ratio: 4/6;
	}
}
@media screen and (max-width:400px) {
	.service-blocks .et_pb_column.et_flex_column_1_5,
	.service-blocks .et_pb_column.et_flex_column_6_24,
	.service-blocks .et_pb_column.et_flex_column_4_24 {
		flex: 100% 1 1;
	}
	.service-blocks .et_pb_column > .et_pb_group ,
	.service-blocks .et_pb_column.et_flex_column_6_24 > .et_pb_group {
		aspect-ratio: 6/4;
	}
}


/*---- SECTION - DIVIDER ----*/
#main-content .landscape-divider.et_pb_section {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.landscape-divider.et_pb_section .et_pb_row {
	max-width: unset;
	width: 100%;
}
.landscape-divider.gradient.et_pb_section .et_pb_row .et_pb_image .et_pb_image_wrap::after,
.landscape-divider.et_pb_section .et_pb_row .et_pb_image.gradient .et_pb_image_wrap::after {
	content: "";
	position: absolute;
	height: 25%;
	width: 100%;
	left: 0;
	bottom: 0;
	background: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));
}
.landscape-divider.et_pb_section .et_pb_row .et_pb_image img {
	max-width: unset;
	width: 100%;
	vertical-align: top;
}

@media screen and (max-width:1480px) {
	.landscape-divider.et_pb_section .et_pb_row .et_pb_image img {
		min-height: 100px;
		object-fit: cover;
		object-position: center;
	}
}

/*---- SWISHES / SWIRLS ----*/
.swish-bottom-right::before {
	content: "";
	background: url("/wp-content/uploads/2026/09/cup-swirl-blue.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
	position: absolute;
	top: 80%;
	right: -15%;
	aspect-ratio: 3/4;
	width: calc(200px + 20%);
	opacity: 0.1;
}

/*---- CONTENT - ICON BLOCK / ICON ROW ----*/
.bg-sketch.icon-block.et_pb_module::before {
	content: "";
	position: absolute;
	top: -50px;
	left: -50px;
	right: -50px;
	bottom: -50px;
	transform: scale(-1);
	background-image: url("/wp-content/uploads/2026/07/swish-blue-1.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0.08;
}

.icon-block.et_pb_module > ul.dsm_icon_list_items {
	display: grid;
	row-gap: 12px;
	column-gap: 12px;
	grid-template-columns: 1fr 1fr 1fr;
}
.icon-block.grid-2.et_pb_module > ul.dsm_icon_list_items {
	display: grid;
	row-gap: 12px;
	column-gap: 12px;
	grid-template-columns: 1fr 1fr;
}
.icon-row.et_pb_row .dsm_card .et_pb_module_inner,
.icon-block.et_pb_module > ul.dsm_icon_list_items > li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-self: center;
	text-align: center;
	row-gap: 20px;
	height: 100%;

	padding: 28px;
	background-color: var(--colour-white);
	box-shadow: var(--shadow-normal);
}
.icon-row.et_pb_row .dsm_card .et_pb_module_inner figure {
	text-align: center;
	justify-content: center !important;
}
.icon-row.et_pb_row .dsm_card .et_pb_module_inner figure img,
.icon-block.et_pb_module > ul.dsm_icon_list_items > li span.dsm_icon_list_wrapper img {
	width: auto;
	height: 60px;
	aspect-ratio: 77/60;
	object-fit: contain;
	object-position: center;
}
.icon-block.et_pb_module > ul.dsm_icon_list_items > li span.dsm_icon_list_text {
	font-weight: 600;
	font-family: var(--font-body);
	line-height: 1.4em;
	flex: 1 1 auto;
}

.dsm_icon_list.icon-block + .et_pb_text {
	margin-top: 40px;
}

/*icon row*/
.icon-row.et_pb_row .et_pb_column.et_flex_column {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap: 12px;
	column-gap: 12px;
}
.icon-row.et_pb_row .et_pb_column.et_flex_column > .dsm_card {
	flex: 1 1 16.666%;
	min-width: 240px;
	overflow: unset;
}
.icon-row.et_pb_row .et_pb_column.et_flex_column > .dsm_card .dsm_card_wrapper {
	padding: 0px;
}
.icon-row.et_pb_row .et_pb_column.et_flex_column > .dsm_card .dsm_card_wrapper h4 {
	font-weight: 600;
	font-family: var(--font-body);
	line-height: 1.4em;
	flex: 1 1 auto;
	letter-spacing: 0;
	font-size: var(--size-3);
}
.icon-row.et_pb_row .et_pb_column.et_flex_column > .dsm_card .dsm_card_wrapper .dsm_card_description,
.icon-row.et_pb_row .et_pb_column.et_flex_column > .dsm_card .dsm_card_wrapper .dsm_card_description p {
	font-size: var(--size-1);
	font-weight: 300;
	font-family: var(--font-body);
	line-height: calc(var(--master-line-height) * 1.5);
}

/*icon row alt*/
@media screen and (min-width:1000px) {
	.icon-row-alt.icon-row.et_pb_row .dsm_card .et_pb_module_inner {
		flex-direction: row;
		align-items: flex-start;
		text-align: left;
		column-gap: 20px;
	}
	.icon-row-alt.icon-row.et_pb_row .dsm_card .et_pb_module_inner .dsm_card_image_wrapper {
		width: 70px;
		min-width: 70px;
	}
}

@media screen and (max-width:1400px) {
	.icon-block.grid-2.et_pb_module > ul.dsm_icon_list_items .dsm_icon_list_text,
	.icon-block.grid-2.et_pb_module > ul.dsm_icon_list_items .dsm_icon_list_text div,
	.icon-block.grid-2.et_pb_module > ul.dsm_icon_list_items .dsm_icon_list_text p {
		font-size: var(--size-2) !important;
	}
}
@media screen and (max-width:1200px) and (min-width:1000px) {
	.icon-block.et_pb_module > ul.dsm_icon_list_items {
		row-gap: 8px;
		column-gap: 8px;
	}
	.icon-block.et_pb_module > ul.dsm_icon_list_items > li {
		padding: 20px;
		row-gap: 12px;
	}
}
@media screen and (max-width:700px) {
	.icon-block.et_pb_module > ul.dsm_icon_list_items,
	.icon-block.grid-2.et_pb_module > ul.dsm_icon_list_items {
		row-gap: 8px;
		column-gap: 8px;
	}
	.icon-block.et_pb_module > ul.dsm_icon_list_items > li {
		padding: 20px;
		row-gap: 12px;
	}
	.icon-block.et_pb_module > ul.dsm_icon_list_items > li span.dsm_icon_list_wrapper img {
		height: 52px;
	}
}
@media screen and (max-width:600px) {
	.icon-block.grid-2.et_pb_module > ul.dsm_icon_list_items {
		grid-template-columns: 1fr;
	}
	.icon-block.grid-2.et_pb_module > ul.dsm_icon_list_items > li span.dsm_icon_list_wrapper img {
		height: 30px;
	}
}
@media screen and (max-width:580px) {
	.icon-block.et_pb_module > ul.dsm_icon_list_items {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (max-width:380px) {
	.icon-block.et_pb_module > ul.dsm_icon_list_items > li {
		flex-direction: row;
		justify-content: flex-start;
		text-align: left;
		column-gap: 12px;
		padding: 16px;
	}
	.icon-block.et_pb_module > ul.dsm_icon_list_items > li span.dsm_icon_list_wrapper img {
		height: auto;
		width: 44px;
	}
	.icon-block.et_pb_module > ul.dsm_icon_list_items {
		grid-template-columns: 1fr;
	}
}


/*---- SLIDER/CAROUSEL - PROJECT CARDS ----*/
@media screen and (max-width:1000px) {
	.et_pb_section:has(.project-slider.dsm_post_carousel) {
		overflow-x: hidden;
	}
}

.project-slider.dsm_post_carousel .swiper-container.dsm-post-carousel-container {
	overflow: visible;
}
.project-slider.dsm_post_carousel .dsm-post-carousel-wrapper {
	align-items: stretch;
}
.project-slider.dsm_post_carousel .dsm-post-carousel-wrapper .dsm-post-carousel-item {
	height: unset;
}
.project-slider.dsm_post_carousel article,
.pf-wrap ul.pf-grid li.pf-item {
	list-style: none;
	overflow: hidden;
	border-radius: 2px;
	box-shadow: var(--shadow-large);
}
.project-slider.dsm_post_carousel .dsm-grid-post-holder-inner,
.pf-wrap ul.pf-grid li.pf-item a.pf-card {
	position: relative;
	min-height: 500px;
	padding: 40px;
	display: flex;
	justify-content: flex-end;
}
@media screen and (min-width: 1680px) {
	.project-slider.dsm_post_carousel {
		padding-left: 100px;
		padding-right: 100px;
	}
	.project-slider.dsm_post_carousel .swiper-container.dsm-post-carousel-container {
		margin-left: -100px;
		margin-right: -100px;
		width: calc(100% + 200px);
		flex: calc(100% + 200px) 1 1;
		max-width: unset;
	}	
}

/*project index*/
.project-index-list .et_pb_row {
	max-width: var(--frame-max-l);
}
.project-index-list ul.pf-grid {
	row-gap:40px;
	column-gap:12px;
}

/*image*/
.project-slider.dsm_post_carousel .dsm-entry-image,
.pf-wrap li.pf-item a.pf-card .pf-thumb {
	overflow: hidden;
	z-index: 2;
}
.project-slider.dsm_post_carousel .dsm-entry-image,
.project-slider.dsm_post_carousel .dsm-entry-image::before,
.project-slider.dsm_post_carousel .dsm-entry-image::after,
.project-slider.dsm_post_carousel .dsm-entry-image > div,
.project-slider.dsm_post_carousel .dsm-entry-image a,
.project-slider.dsm_post_carousel .dsm-entry-image img,
.pf-wrap li.pf-item a.pf-card .pf-thumb,
.pf-wrap li.pf-item a.pf-card .pf-thumb::before,
.pf-wrap li.pf-item a.pf-card .pf-thumb::after,
.pf-wrap li.pf-item a.pf-card .pf-thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: unset;
}
.project-slider.dsm_post_carousel .dsm-entry-image img,
.pf-wrap li.pf-item a.pf-card .pf-thumb img {
	object-fit: cover;
	object-position: center;
	transition: var(--transition-snail);
}
.project-slider.dsm_post_carousel .dsm-entry-image::before,
.pf-wrap li.pf-item a.pf-card .pf-thumb::before {
	content: "";
	z-index: 2;
	pointer-events: none;
	background: linear-gradient(to top, rgba(20, 33, 46, 0.75) 15%, rgba(20, 33, 46, 0.1) 60%);
}
.project-slider.dsm_post_carousel .dsm-entry-image::after,
.pf-wrap li.pf-item a.pf-card .pf-thumb::after {
	content: "";
	pointer-events: none;
	background: rgba(24, 70, 107, 0.88);
	transition: var(--transition-slow);
	opacity: 0;
}

/*text*/
.project-slider.dsm_post_carousel .dsm-post-carousel-item .dsm-entry-wrapper,
.pf-wrap li.pf-item a.pf-card .pf-info {
	position: relative;
	z-index: 3;
	width: 100%;
	padding: 0px !important;
	padding-right: 120px !important;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	row-gap: 16px;
	color: var(--colour-white);
}
.project-slider.dsm_post_carousel .dsm-post-carousel-item .dsm-entry-wrapper > *,
.pf-wrap li.pf-item a.pf-card .pf-info > * {
	max-width: 480px;
}
.project-slider.dsm_post_carousel .dsm-post-carousel-item .dsm-entry-wrapper > .dsm-entry-meta,
.pf-wrap li.pf-item a.pf-card .pf-info .pf-cats {
	order: 2;
	max-width: 100%;
}
.project-slider.dsm_post_carousel .dsm-post-carousel-item .dsm-entry-wrapper > .dsm-entry-meta .dsm-posted-category,
.pf-wrap li.pf-item a.pf-card .pf-info .pf-cats .pf-cat {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.project-slider.dsm_post_carousel .dsm-post-carousel-item .dsm-entry-wrapper > .dsm-entry-content p,
.pf-wrap li.pf-item a.pf-card .pf-info p.pf-excerpt {
	font-size: 14px;
	line-height: 0em;
	opacity: 0;
	pointer-events: none;
	transition: var(--transition-slow);
	transition-delay: 0ms;
}
.pf-wrap li.pf-item a.pf-card .pf-info .pf-title {
	color: var(--colour-white);
}

.dsm-entry-meta > span.dsm-posted-category > a:not(:first-child),
.pf-wrap li.pf-item a.pf-card .pf-info .pf-cats .pf-cat:not(:first-child) {
	display: none;
}
.dsm-entry-meta > span.dsm-posted-category > a:nth-child(2),
.pf-wrap li.pf-item a.pf-card .pf-info .pf-cats .pf-cat:nth-child(2) {
	display: block;
	max-width: 150px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.dsm-entry-meta > span.dsm-posted-category:not(:has(a:only-child))::after,
.pf-wrap li.pf-item a.pf-card .pf-info .pf-cats:not(:has(.pf-cat:only-child))::after {
	content: "+ More";
	display: block;
}

.pf-wrap li.pf-item a.pf-card .pf-button {
	position: absolute;
	bottom: 40px;
	z-index: 3;
}
.pf-wrap li.pf-item a.pf-card .pf-button span.et_pb_button {
	position: relative;
	padding: 8px 12px !important;
	background: var(--colour-red);
	border-radius: 2px;
	border: none !important;
	white-space: nowrap;
	width: fit-content;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 14px;
	font-family: var(--font-body);
	text-decoration: none;
	letter-spacing: 0.015em;
	color: var(--colour-white);
	line-height: calc(var(--master-line-height) * 1.3) !important;
	box-shadow: 0 5px 8px rgba(157, 52, 0, 0.25);
	transition: var(--transition);
}
.pf-wrap li.pf-item a.pf-card .pf-button span.et_pb_button::before,
.pf-wrap li.pf-item a.pf-card .pf-button span.et_pb_button::after {
	display: none;
}
.pf-wrap li.pf-item a.pf-card .pf-button span.et_pb_button:hover {
	background-color: var(--colour-white);
	color: var(--colour-red);
}

.project-slider.dsm_post_carousel .dsm-entry-wrapper .dsm-readmore-wrap,
.pf-wrap li.pf-item a.pf-card a.dsm-readmore-btn {
	position: absolute;
	display: inline-block;
	width: auto;
	right: 0;
	bottom: 0;
}
.project-slider.dsm_post_carousel .dsm-entry-wrapper .dsm-readmore-wrap a.et_pb_button,
.pf-wrap li.pf-item a.pf-card a.dsm-readmore-btn {
	font-size: 14px;
	padding: 8px 12px !important;
}

/*hover*/
.project-slider.dsm_post_carousel article.swiper-slide:hover .dsm-entry-image img,
.pf-wrap li.pf-item a.pf-card:hover .pf-thumb img {
	scale: 1.05;
}
.project-slider.dsm_post_carousel article.swiper-slide:hover .dsm-entry-image::after,
.pf-wrap li.pf-item a.pf-card:hover .pf-thumb::after {
	opacity: 1;
	/* backdrop-filter: blur(8px); */
}
.project-slider.dsm_post_carousel .dsm-post-carousel-item:hover .dsm-entry-wrapper > .dsm-entry-content p,
.pf-wrap li.pf-item a.pf-card:hover .pf-info p.pf-excerpt {
	line-height: 1.4em;
	opacity: 1;
	pointer-events: all;
	margin-bottom: 8px;
	transition-delay: 300ms;
}

.project-slider.dsm_post_carousel .dsm-entry-wrapper .dsm-entry-title a:hover,
.project-slider.dsm_post_carousel .dsm-post-carousel-item .dsm-entry-wrapper > .dsm-entry-meta a:hover {
	color: var(--colour-white);
	opacity: 0.8;
}

/*active/inactive*/
/* .project-slider.dsm_post_carousel .dsm-post-carousel-item {
	scale: 1;
	opacity: 0.4;
	transition: var(--transition-slow);
}
.project-slider.dsm_post_carousel .dsm-post-carousel-item.swiper-slide-active,
.project-slider.dsm_post_carousel .dsm-post-carousel-item.swiper-slide-next {
	scale: 1;
	opacity: 1;
} */

@media screen and (max-width: 980px) {
	.project-slider.dsm_post_carousel .dsm-post-carousel-item {
		opacity: 0.2;
		transition: var(--transition-slow);
	}
	.project-slider.dsm_post_carousel .dsm-post-carousel-item.swiper-slide-active {
		opacity: 1;
	}

	.project-index-list ul.pf-grid {
		grid-template-columns: repeat(1, 1fr);
		row-gap: 20px;
	}
}
@media screen and (max-width: 500px) {
	.project-slider.dsm_post_carousel .dsm-grid-post-holder-inner,
	.pf-wrap ul.pf-grid li.pf-item a.pf-card {
		padding: 32px;
	}
	.project-slider.dsm_post_carousel .dsm-post-carousel-item .dsm-entry-wrapper,
	.pf-wrap li.pf-item a.pf-card .pf-info {
		padding-right: 0 !important;
		padding-bottom: 40px !important;
	}
	.project-slider.dsm_post_carousel .dsm-post-carousel-item .dsm-entry-wrapper > .dsm-entry-meta,
	.pf-wrap li.pf-item a.pf-card .pf-info .pf-cats {
		order: -1;
	}
	.project-slider.dsm_post_carousel .dsm-entry-wrapper .dsm-readmore-wrap {
		position: absolute;
		left: -20px;
		right: -20px;
		bottom: -20px;
	}
	.pf-wrap li.pf-item a.pf-card .pf-button {
		position: absolute;
		bottom: 12px;
		left: 12px;
		right: 12px;
	}
	.project-slider.dsm_post_carousel .dsm-entry-wrapper .et_pb_button_module_wrapper,
	.project-slider.dsm_post_carousel .dsm-entry-wrapper .et_pb_button_module_wrapper .et_pb_button,
	.pf-wrap li.pf-item a.pf-card .pf-button span.et_pb_button {
		width: 100%;
	}
}


/*---- CALL TO ACTION - FULL WIDTH ----*/
.cta-full {
	background-color: #F6F3F1;
	min-height: 60vh;
	justify-content: center;
}
.cta-full .et_pb_row,
.cta-full .et_pb_row .et_pb_column {
	position: static;
}
.cta-full .et_pb_row .et_pb_column:has(.et_pb_image) {
	z-index: 1;
}

/*image*/
.cta-full .et_pb_image,
.cta-full .et_pb_image_wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.cta-full .et_pb_image {
	left: 35%;
}
.cta-full .et_pb_image_wrap::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: calc(80px + 20%);
	background: linear-gradient(to right, rgba(246, 243, 241,1), rgba(246, 243, 241,0)) ;
}
.cta-full .et_pb_image_wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/*text*/
.cta-full .et_pb_module:not(.et_pb_image) {
	position: relative;
	z-index: 3;
}
.cta-full .et_pb_text p {
	max-width: 500px;
}

.cta-full .et_pb_module_inner {
	display: flex;
	column-gap: 12px;
}
.cta-full .dsm_card {
	overflow: unset;
	margin-top: 20px;
}
.cta-full .dsm_card + .dsm_card {
	margin-top: -10px;
}
.cta-full .dsm_card_image_wrapper {
	height: auto !important;
	max-width: 110px !important;
	min-width: 110px;
	aspect-ratio: 5/6;
	overflow: hidden;
	border-radius: 2px;
	box-shadow: var(--shadow-large);
}
.cta-full .dsm_card_wrapper a {
	text-decoration: underline;
	color: var(--colour-secondary);
}
.cta-full .dsm_card_wrapper h4 {
	margin-bottom: 10px;
}

/*photo*/
.cta-photo.cta-full .et_pb_image_wrap::before,
.cta-photo.cta-full .et_pb_image_wrap::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	background: linear-gradient(to right, rgba(246, 243, 241,1) 0%, rgba(246, 243, 241,0.15) 50%) ;
}
.cta-photo.cta-full .et_pb_image_wrap::after {
	background: linear-gradient(30deg, rgba(246, 243, 241,1) 0%, rgba(246, 243, 241,0) 25%) ;
}

/** Contact Lines **/
.cta-full .et_pb_row::before,
.cta-full .et_pb_row::after {
	all: unset;
	content: "";
	position: absolute;
	left: 0;
	width: 100%;	
	height: 14px;
	background: url("/wp-content/uploads/2026/09/greyline.png");
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	z-index: 2;
}
.cta-full .et_pb_row::before {
	top: -6px;
}
.cta-full .et_pb_row::after {
	bottom: -8px;
}

/** Contact Columns **/
.cta-contact-col {
	display: flex;
	flex-direction: row;
	column-gap: 60px;
	row-gap: 20px;
}
.cta-contact-col:not(:first-child) {
	padding-top: 20px;
}
.cta-contact-col .et_pb_text p {
	font-weight: 600;
}
.cta-contact-col .et_pb_text p a {
	font-weight: 500;
	font-family: var(--font-main);
	font-size: var(--size-5);
	text-decoration: underline;
	color: var(--colour-red);
}
.cta-contact-col .et_pb_text p a:hover {
	text-decoration: none;
	/* color: var(--colour-blue); */
}

@media screen and (max-width:1400px) {
	.cta-full .et_pb_image_wrap::before {
		width: calc(150px + 30%);
		background: linear-gradient(to right, rgba(246, 243, 241,1) 25%, rgba(246, 243, 241,0));
	}	
}
@media screen and (max-width:1000px) {
	.cta-full {
		min-height: unset;
		padding-bottom: 0 !important;
	}
	.cta-full .et_pb_row {
		width: 100%;
		max-width: unset;
		justify-content: center;
	}
	.cta-full .et_pb_row .et_pb_column:not(:has(.et_pb_image)) {
		width: var(--frame-width);
	}
	.cta-full .et_pb_image {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
	}
	.cta-full .et_pb_image_wrap {
		position: static;
	}
	.cta-full .et_pb_image_wrap img {
		position: static;
	}
	.cta-full .et_pb_image_wrap::before {
		width:100%;
		bottom: auto;
		height: 100px;
		background: linear-gradient(to bottom, rgba(246, 243, 241,1), rgba(246, 243, 241,0));
	}	
	.cta-photo.cta-full .et_pb_image_wrap::before,
	.cta-photo.cta-full .et_pb_image_wrap::after {
		width:100%;
		bottom: auto;
		height: 100%;
		background: linear-gradient(to bottom, rgba(246, 243, 241,1) 0%, rgba(246, 243, 241,0.15) 50%) ;
	}
	.cta-photo.cta-full .et_pb_image_wrap::after {
		background: linear-gradient(120deg, rgba(246, 243, 241,1) 0%, rgba(246, 243, 241,0) 25%) ;
	}
	.cta-full .et_pb_text p {
		max-width: unset;
	}
	.cta-contact-col:not(:first-child) {
		padding-top: 0;
	}

	.cta-contact-col {
		column-gap:40px;
		flex-wrap: wrap;
	}

	.cta-full .et_pb_row::before,
	.cta-full .et_pb_row::after {
		background-size: auto 100%;
	}
}
@media screen and (max-width:800px) {
	.cta-contact-col {
		column-gap:40px;
	}
}
@media screen and (max-width:500px) {
	.cta-full .et_pb_module_inner {
		align-items: flex-start;
		column-gap: 20px;
	}
	.cta-full .dsm_card_image_wrapper {
		max-width: 80px !important;
		min-width: 80px;
		aspect-ratio: 4/5;
	}
	.cta-full .dsm_card .dsm_card_wrapper {
		padding: 0;
	}
	.cta-full .dsm_card .dsm_card_subtitle {
		font-size: var(--size-1);
		line-height: 1.4em;
		margin-bottom: 8px;
	}
	.cta-full .dsm_card_wrapper a {
		word-break: break-all;
	}
}


/*---- CALL TO ACTION - SMALL BLOCK ----*/
.cta-block.et_pb_row {
	padding: clamp(40px, calc(var(--master-section-pad) * 6), 60px) clamp(60px, calc(var(--master-section-pad) * 10), 100px) !important;
	background: 
	linear-gradient(to left, rgba(24, 70, 107, 0.75), rgba(24, 70, 107, 0.75)), 
	url("/wp-content/uploads/2026/09/blue-texture.jpg");
	background-size: cover;
	border-radius: 2px;
	background-color: var(--colour-primary);
	color: var(--colour-white);
	align-items: flex-end;
}
.cta-block.et_pb_row .et_pb_column {
	width: auto;
	flex: 0 0 auto;
	max-width: unset;
}
.cta-block.et_pb_row .et_pb_column:first-child {
	flex: 1 1 auto;
	max-width: unset;
}

.cta-block.et_pb_row .cta-block-contacts .et_pb_text_inner {
	display: flex;
	justify-content: flex-end;
	row-gap: 20px;
	column-gap: 28px;
}
.cta-block.et_pb_row .cta-block-contacts .et_pb_text_inner p {
	font-size: var(--size-2);
	font-weight: 600;
	color: var(--colour-red);
	padding: 0;
}
.cta-block.et_pb_row .cta-block-contacts .et_pb_text_inner p:not(:last-child) {
	padding-right:28px;
	border-right: 1px solid rgba(255,255,255,0.2);
}
.cta-block.et_pb_row .cta-block-contacts .et_pb_text_inner p a {
	display: block;
	text-decoration: underline;
	color: var(--colour-white);
	font-size: var(--size-4);
	font-weight: 400;
}
.cta-block.et_pb_row .cta-block-contacts .et_pb_text_inner p a:hover {
	text-decoration: none;
}

@media screen and (max-width:1200px) {
	.cta-block.et_pb_row {
		padding: clamp(32px, calc(var(--master-section-pad) * 6), 60px) clamp(40px, calc(var(--master-section-pad) * 7), 70px) !important;
	}
	.cta-block.et_pb_row .cta-block-contacts .et_pb_text_inner {
		flex-direction: column;
	}
	.cta-block.et_pb_row .cta-block-contacts .et_pb_text_inner p:not(:last-child) {
		padding-right:0px;
		padding-bottom:20px;
		border-right: none;
		border-bottom: 1px solid rgba(255,255,255,0.2);
	}
}


/*---- CONTENT - FULL PAGE IMAGE ----*/
.full-page-image.et_pb_section {
	padding: 0 !important;
}
.full-page-image.et_pb_section .et_pb_row {
	width: 100%;
	max-width: unset;
}
.full-page-image.et_pb_section .et_pb_image img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	min-height: 300px;
	max-height: 700px;
}


.section-text-icons-stack.line {
	padding-bottom: 0px !important;
}
.section-text-icons-stack.line .et_pb_row:last-child {
	border-bottom: 1px solid #18456b1a;
	padding-bottom: 100px;
	margin-bottom: 100px;
}
.section-text-icons-stack .et_pb_column:has(.icon-block) {
	flex: 1 1 65%;
	row-gap: 0px;
}
.section-text-icons-stack .et_pb_column:has(h2) {
	flex: 1 1 35%
}
.section-text-icons-stack .icon-block.et_pb_module > ul.dsm_icon_list_items > li {
	flex-direction: row;
	column-gap: 13px;
}
.section-text-icons-stack .icon-block.et_pb_module > ul.dsm_icon_list_items > li span.dsm_icon_list_wrapper img {
	width: 23px;
	width: 23px;
}
.section-text-icons-stack .icon-block.et_pb_module > ul.dsm_icon_list_items > li span.dsm_icon_list_text div {
	font-size: 16px;
	font-weight: 400;
	text-align: left;
}
.section-text-icons-stack .icon-block.et_pb_module > ul.dsm_icon_list_items > li {
	padding: 18px;
}


.section-testimonial .et_pb_column {
	padding-top: 60px;
	padding-bottom: 60px;
}
.section-testimonial .et_pb_column:has(img) p:has(em) {
	font-size: 24px;
	color: var(--colour-secondary);
	line-height: 1.3;
}
.section-testimonial .quote-author {
	display: flex;
	column-gap: 32px;
	flex-direction: row;
}
.section-testimonial .quote-author * {
	color: var(--colour-secondary);
}
.section-testimonial .quote-author .et_pb_text {
	justify-content: center;
}
.section-testimonial .quote-author .et_pb_image,
.section-testimonial .quote-author .et_pb_image_wrap {
	width: auto;
	height: auto;
}
.section-testimonial .quote-author .et_pb_image_wrap img {
	width: auto;
	height: auto;
	max-width: 220px;
	max-height: 80px;
}
.section-testimonial .mid-line {
	column-gap: 200px;
}
.section-testimonial .mid-line.et_pb_row::before {
	content: '';
	width: 2px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	background-color: var(--colour-primary);
	opacity: 0.1;
}

@media screen and (max-width:1300px) {
	.section-testimonial .et_pb_column {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.section-testimonial .quote-author .et_pb_image_wrap img {
		max-width: 180px;
  		max-height: 60px;
	}
}
@media screen and (max-width:1000px) {
	.section-testimonial .mid-line.et_pb_row > .et_pb_column:first-child {
		order: -1;
	}
	.section-testimonial .mid-line.et_pb_row::before {
		width: 80%;
		height: 2px;
		position: relative;
		left: 10%;
	}

	.section-testimonial .et_pb_column {
		padding-top: 0px;
		padding-bottom: 0px;
	}
}
@media screen and (max-width:600px) {
	.section-testimonial .et_pb_column:has(img) p:has(em) {
		font-size: 20px;
	}
}
@media screen and (max-width:480px) {
	.section-testimonial .quote-author {
		flex-direction: column;
		align-items: center;
		text-align: center;
		row-gap: 20px;
		padding-top: 20px;
	}
	.section-testimonial .quote-author * {
		text-align: center;
	}
}


/*---- CALL TO ACTION - FULL WIDTH ----*/
.section-banner-alt {
	background-color: #F6F3F1;
	min-height: 60vh;
	justify-content: center;
}
.section-banner-alt .et_pb_row,
.section-banner-alt .et_pb_row .et_pb_column {
	position: static;
}
.section-banner-alt .et_pb_row .et_pb_column:has(.et_pb_image) {
	z-index: 1;
}

/*image*/
.section-banner-alt .et_pb_image,
.section-banner-alt .et_pb_image_wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.section-banner-alt .et_pb_image {
	left: 35%;
}
.section-banner-alt .et_pb_image_wrap::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: calc(80px + 20%);
	background: linear-gradient(to right, rgba(246, 243, 241,1), rgba(246, 243, 241,0)) ;
}
.section-banner-alt .et_pb_image_wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/*text*/
.section-banner-alt .et_pb_module:not(.et_pb_image) {
	position: relative;
	z-index: 3;
}
.section-banner-alt .et_pb_text p {
	max-width: 500px;
}

.section-banner-alt .et_pb_module_inner {
	display: flex;
	column-gap: 12px;
}

/*Section Banner Alt Blue*/
.section-banner-alt.sba-blue {
	background-color: var(--colour-primary);
	color: var(--colour-white);
}
.section-banner-alt.sba-blue::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:	linear-gradient(to left, rgba(24, 70, 107, 0.4), rgba(24, 70, 107, 0.6)),
	url("/wp-content/uploads/2026/09/blue-texture.jpg");
	background-size: auto;
}
.section-banner-alt.sba-blue .et_pb_image_wrap::before {
	width: calc(120px + 20%);
	background: linear-gradient(to right, rgba(24, 70, 107, 1), rgba(24, 70, 107, 0)) ;
}
.section-banner-alt.sba-blue .et_pb_image_wrap::after {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	z-index: 1;
	width: calc(120px + 20%);
	background: linear-gradient(to left, rgba(24, 70, 107, 1), rgba(24, 70, 107, 0)) ;
}

/*WRAPPER LINES*/
.wrapper-lines .et_pb_row::before,
.wrapper-lines .et_pb_row::after {
	all: unset;
	content: "";
	position: absolute;
	left: 0;
	width: 100%;	
	height: 14px;
	background: url("/wp-content/uploads/2026/09/greyline.png");
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	z-index: 2;
}
.wrapper-lines .et_pb_row::before {
	top: -6px;
}
.wrapper-lines .et_pb_row::after {
	bottom: -8px;
}

@media screen and (max-width:1400px) {
	.section-banner-alt .et_pb_image_wrap::before {
		width: calc(150px + 30%);
		background: linear-gradient(to right, rgba(246, 243, 241,1) 25%, rgba(246, 243, 241,0));
	}	
}
@media screen and (max-width:1000px) {
	.section-banner-alt {
		min-height: unset;
		padding-bottom: 0 !important;
	}
	.section-banner-alt .et_pb_row {
		width: 100%;
		max-width: unset;
		justify-content: center;
	}
	.section-banner-alt .et_pb_row .et_pb_column:not(:has(.et_pb_image)) {
		width: var(--frame-width);
	}
	.section-banner-alt .et_pb_image {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
	}
	.section-banner-alt .et_pb_image_wrap {
		position: static;
	}
	.section-banner-alt .et_pb_image_wrap img {
		position: static;
	}
	.section-banner-alt .et_pb_image_wrap::before {
		width:100%;
		bottom: auto;
		height: 100px;
		background: linear-gradient(to bottom, rgba(246, 243, 241,1), rgba(246, 243, 241,0));
	}	
	.section-banner-alt .et_pb_text p {
		max-width: unset;
	}

	.wrapper-lines .et_pb_row::before,
	.wrapper-lines .et_pb_row::after {
		background-size: auto 100%;
	}

	.section-banner-alt.sba-blue {
		padding-bottom: 0 !important;
	}	
	.section-banner-alt.sba-blue .et_pb_image_wrap::before {
		width:100%;
		bottom: auto;
		height: 100px;
		background: linear-gradient(to bottom, rgba(24, 70, 107, 1), rgba(24, 70, 107, 0)) ;
	}
	.section-banner-alt.sba-blue .et_pb_image_wrap::after {
		width:100%;
		right: auto;
		bottom: auto;
		top: -100px;
		height: 100px;
		background: linear-gradient(to top, rgba(24, 70, 107, 1), rgba(24, 70, 107, 0)) ;
	}
}
@media screen and (max-width:800px) {

}

.section-text-stack {
	row-gap: 30px;
}
.section-text-stack .et_pb_row {
	column-gap: 120px;
}
.section-text-stack .line {
	position: relative;
}
.section-text-stack .line::before {
	content: '';
	background-image: url('/wp-content/uploads/2026/08/Vector-323.png');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	transform: scale(1.1);
}


/*---- CONTACT PAGE ----*/
/*Banner*/
#main-content .contact-banner.et_pb_section {
	padding-top: clamp(20px, calc(var(--master-section-pad) * 6), 60px);
	/* padding: clamp(20px, calc(var(--master-section-pad) * 6), 60px) 0; */
}
.contact-banner.et_pb_section .et_pb_row {
	align-items: center;
}
.contact-banner.et_pb_section .et_pb_row .et_pb_column {
	justify-content: center;
}

/*image swirl background*/
.image-swirl-bg .et_pb_image_wrap {
	position: relative;
}
.image-swirl-bg .et_pb_image_wrap::before {
	content: "";
	position: absolute;
	pointer-events: none;
	background-image: url("/wp-content/uploads/2026/07/swish-blue-1.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	aspect-ratio: 20/9;
	width: 116%;
	bottom: -130px;
	left: -8%;
	transform: rotate(-14deg);
}
.image-swirl-bg.is-bg-fade .et_pb_image_wrap::before {
	opacity: 0.1;
}

/**-- CONTACT PAGE INFO --**/
.contact-page-info .et_pb_row {
	column-gap: clamp(60px, calc(var(--column-gap) * 12), 120px);
	row-gap: clamp(60px, calc(var(--column-gap) * 10), 100px);
}
.contact-page-info .et_pb_text h4 {
	color: var(--colour-red);
}
#main-content .contact-page-info .dsm_contact_form_7 form {
	max-width: unset;
	width: 100%;
	padding: 32px;
	border-radius: 2px;
	box-shadow: var(--shadow-normal);
}

/*Contact List Items*/
.contact-list-item.et_pb_group {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	column-gap:20px;
	row-gap:12px;
}
.contact-list-item.et_pb_group:not(:last-child) {
	margin-bottom: -8px !important;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.contact-list-item .et_pb_icon span.et-pb-icon {
	font-size: 18px;
	font-weight: 300;
	line-height: 1em;
	color: var(--colour-red);
}
.contact-list-item .et_pb_text h5 {
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 5px;
}
.contact-list-item .et_pb_text p {
	font-size: var(--size-3);
	font-weight: 300;
	line-height: 1.4em;
}
.contact-list-item .et_pb_text p a {
	text-decoration: underline;
}
.contact-list-item .et_pb_text p a:hover {
	text-decoration: none;
	color: var(--colour-red);
}

/*contact map*/
.contact-map {
	margin-bottom: -60px;
	z-index: 4;
}
.contact-map .et_pb_row .et_pb_column {
	overflow: hidden;
	border-radius: 2px;
	box-shadow: var(--shadow-normal);
	position: relative;
	height: 40vh;
	min-height: 250px;
	max-height: 400px;
}
.contact-map .dsm_embed_google_map,
.contact-map .dsm_embed_google_map .et_pb_module_inner {
	position: static;
}
.contact-map .dsm_embed_google_map iframe {
	position: absolute;
	width: 100%;
	left: 0;
	top: -100px;
	bottom: -100px;
	height: calc(100% + 200px);
}
.contact-map .et_pb_column .et_pb_text {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background-image: url("/wp-content/uploads/2026/08/contact-map-swish.png");
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 60px 20px 20px;
}
.contact-map .et_pb_column .et_pb_text p {
	padding: 0;
	margin: 0;
	line-height: 1.4em;
	color: var(--colour-white);
}
.contact-map .et_pb_column .et_pb_text p a {
	color: var(--colour-red);
	font-weight: 600;
}
.contact-map .et_pb_column .et_pb_text p a:hover {
	color: var(--colour-white);
	text-decoration: underline;
}

@media screen and (max-width:700px) {
	.image-swirl-bg .et_pb_image_wrap::before {
		width: 110%;
		bottom: -28%;
		left: -5%;
	}
}

/*-----------------------*/
/*---- OUR TEAM PAGE ----*/
/*-----------------------*/
.team-block.et_pb_section .et_pb_row {
	column-gap: clamp(20px, calc(var(--column-gap) * 3), 30px);
  	row-gap: clamp(30px, calc(var(--row-gap) * 6), 60px);
	max-width: var(--frame-max-l);
}

.team-block .et_pb_column {
	row-gap: 0px;
}

/*Thumbnail*/
.team-block .et_pb_column > .et_pb_group.team-thumb {
	cursor: pointer;
}
.team-block .et_pb_column > .et_pb_group:has(.et_pb_image) {
	position: relative;
}
.team-block .et_pb_column > .et_pb_group:has(.et_pb_image) .et_pb_image_wrap {
	position: relative;
	overflow: hidden;
	border-radius: 2px;
	aspect-ratio: 3/4;
	box-shadow: var(--shadow-large);
}
.team-block .et_pb_column > .et_pb_group:has(.et_pb_image) .et_pb_image_wrap img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	transition: var(--transition-slow);
}
.team-block .et_pb_column > .et_pb_group:has(.et_pb_image) .et_pb_image_wrap::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: linear-gradient(to top, rgba(20, 33, 46, 0.6) 10%, rgba(20, 33, 46, 0) 70%);
}
.team-block .et_pb_column > .et_pb_group:has(.et_pb_image) .et_pb_text {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 28px;
	color: var(--colour-white);
}
.team-block .et_pb_column > .et_pb_group:has(.et_pb_image) .et_pb_text_inner {
	display: flex;
	align-items: flex-end;
	column-gap: 12px;
}
.team-block .et_pb_column > .et_pb_group:has(.et_pb_image) .et_pb_text_inner::after {
	content: "\f067";
	font-family: var(--font-fa-sharp);
	flex: 0 0 auto;
}
.team-block .et_pb_column > .et_pb_group:has(.et_pb_image) .et_pb_text_inner h4 {
	flex: 1 1 auto;
	font-size: var(--size-5);
}

/*hover*/
.team-block .et_pb_column > .et_pb_group:has(.et_pb_image):hover .et_pb_image_wrap img {
	scale: 1.05;
}

/*text*/
.team-block .et_pb_column > .et_pb_group + .et_pb_group {
	padding: 28px 20px;
}
.team-block .et_pb_column > .et_pb_group + .et_pb_group .et_pb_text::after {
	content: "+ More";
	font-family: var(--font-body);
	font-weight: 600;
	color: var(--colour-red);
	padding: 0 0 12px;
	margin-top: -6px;
	border-bottom: 1px solid rgba(0,0,0,0.12);
	transition: var(--transition-fast);
	cursor: pointer;
}
.team-block .et_pb_column > .et_pb_group + .et_pb_group .et_pb_text:hover::after {
	padding-left: 6px;
}
.team-block .et_pb_column > .et_pb_group + .et_pb_group h6 {
	font-size: var(--size-2);
	line-height: 1.4em;
}
.team-block .et_pb_column > .et_pb_group + .et_pb_group p {
	font-size: var(--size-1);
	line-height: 1.4em;
}

/**-- POPUP --**/
body.overflow-lock {
	overflow: hidden;
}
.team-block .et_pb_column.open {
	z-index: 101;
}
.team-block .et_pb_column .dsm_card {
	position: fixed;
	z-index: 101;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.3);
	overflow-y: auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 70px 0px 90px;
	transition: var(--transition-slow);

	pointer-events: none;
	visibility: hidden;
	opacity: 0;
}
.team-block .et_pb_column .dsm_card .et_pb_module_inner {
	background-color: var(--colour-white);
	box-shadow: var(--shadow-large);
	border-radius: 2px;
	padding: 60px;
	display: flex;
	align-items: flex-start;
	row-gap: 60px;
	column-gap: 60px;
	max-width: 1280px;
	width: var(--frame-width);
}
.team-block .et_pb_column .dsm_card::after {
	content: "\f00d";
	font-family: var(--font-fa-sharp);
	width: 48px;
	height: 48px;
	font-size: 20px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--colour-white);
	border-radius: 2px;
	box-shadow: var(--shadow-small);
	color: var(--colour-text);
	left: calc(50% - 24px);
	top: 16px;
	cursor: pointer;
}
/* .team-block .et_pb_column .dsm_card .et_pb_module_inner::after {
	content: "\f00d";
	font-family: var(--font-fa-sharp);
	width: 48px;
	height: 48px;
	font-size: 20px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--colour-text);
	border-radius: 2px;
	box-shadow: var(--shadow-small);
	color: var(--colour-white);
	left: calc(100% + 4px);
	top: 0;
	pointer-events: none;
} */
.team-block .et_pb_column .dsm_card:hover .et_pb_module_inner:not(:hover)::after {
	background-color: var(--colour-red);
}

.team-block .et_pb_column.open .dsm_card {
	padding: 80px 0px;

	pointer-events: all;
	visibility: visible;
	opacity: 1;
}

/*popup contents*/
.team-block .dsm_card figure {
	flex: 30% 0 0;
	min-width: 220px;
	overflow: visible;
}
.team-block .dsm_card .dsm_card_wrapper {
	flex: 70% 1 1;
	padding: 0;
}

.team-block .dsm_card figure img {
	border-radius: 2px;
	box-shadow: var(--shadow-large);
}

.team-block .dsm_card .dsm_card_wrapper h4.dsm_card_title {
	font-size: var(--size-8);
	font-weight: 400;
	margin-bottom: 12px;
}
.team-block .dsm_card .dsm_card_wrapper div.dsm_card_subtitle {
	font-size: var(--size-2);
	font-weight: 600;
	line-height: 1.4em;
	color: var(--colour-red);
}

.team-block .dsm_card .dsm_card_wrapper .dsm_card_description {
	margin-top: 24px;
}
.team-block .dsm_card .dsm_card_wrapper .dsm_card_description blockquote {
	border: 1px solid rgba(0,0,0,0.1);
	padding: 16px;
	font-size: var(--size-1);
	line-height: 1.4em;
	margin: 0 0 20px;
}
.team-block .dsm_card .dsm_card_wrapper .dsm_card_description blockquote > p {
	padding: 0 !important;
}
.team-block .dsm_card .dsm_card_wrapper .dsm_card_description blockquote br {
	display: none;
}
.team-block .dsm_card .dsm_card_wrapper .dsm_card_description blockquote + blockquote {
	margin-top: -12px;
}

.team-block .dsm_card .dsm_card_wrapper .dsm_card_description blockquote strong {
	display: block;
}
.team-block .dsm_card .dsm_card_wrapper .dsm_card_description h6 {
	font-size: var(--size-1);
	font-weight: 500;
	line-height: 1.4em;
	color: var(--colour-red);
	margin-bottom: 12px;
}
.team-block .dsm_card .dsm_card_wrapper .dsm_card_description p {
	font-size: var(--size-1);
	line-height: 1.4em;
	padding-bottom: 12px;
}
.team-block .dsm_card .dsm_card_wrapper .dsm_card_description p:has(strong) {
	padding-top: 12px;
}
.team-block .dsm_card .dsm_card_wrapper .dsm_card_description h6 + p:has(strong) {
	padding-top: 0px;
}

.team-block .dsm_card .dsm_card_wrapper .dsm_card_description ul li,
.team-block .dsm_card .dsm_card_wrapper .dsm_card_description ol li {
	font-size: var(--size-1);
	font-weight: 400;
	line-height: 1.4em;
	padding-bottom: 8px;
	margin-left: 16px;
	list-style-position: outside;
}
.team-block .dsm_card .dsm_card_wrapper .dsm_card_description a {
	font-weight: 400;
	color: var(--colour-secondary);
	text-decoration: underline;
}
.team-block .dsm_card .dsm_card_wrapper .dsm_card_description a:hover {
	color: var(--colour-primary);
	text-decoration: none;
}

@media screen and (max-width:1400px) {
	.team-block.et_pb_section .et_pb_row {
		column-gap: clamp(16px, calc(var(--column-gap) * 2), 20px);
  		row-gap: clamp(30px, calc(var(--row-gap) * 4), 40px);
	}
	.team-block .et_pb_column > .et_pb_group:has(.et_pb_image) .et_pb_text {
		padding: 20px;
	}
}
@media screen and (max-width:1200px) {
	.team-block .et_pb_column > .et_pb_group + .et_pb_group {
		padding: 20px 12px;
	}

	/*popup*/
	.team-block .et_pb_column .dsm_card .et_pb_module_inner::after {
		/* width: 32px;
		height: 32px; */
		left: 50%;
		top: -60px;
		transform: translateX(-50%);
	}
	.team-block .et_pb_column .dsm_card .et_pb_module_inner {
		padding: 40px;
		row-gap: 40px;
		column-gap: 40px;
	}
}
@media screen and (max-width:1000px) {
	.team-block.et_pb_section {
		row-gap: clamp(30px, calc(var(--row-gap) * 4), 40px);
	}
	.team-block .et_pb_row {
		flex-wrap: wrap;
	}
	.team-block .et_pb_row .et_pb_column {
		flex: 45% 1 1;
	}
	.team-block .et_pb_column > .et_pb_group:has(.et_pb_image) .et_pb_image_wrap {
		aspect-ratio: 1/1;
	}
}
@media screen and (max-width:900px) {
	/*popup*/
	.team-block .et_pb_column .dsm_card .et_pb_module_inner {
		padding: 12px;
		row-gap: 12px;
		column-gap: 12px;
		width: calc(100% - 40px);
	}

	.team-block .dsm_card .dsm_card_wrapper {
		padding: 28px;
	}
	.team-block .dsm_card figure {
		flex: 25% 0 0;
		min-width: 180px;
	}
	/* .team-block .dsm_card figure img {
		aspect-ratio: 1/1;
		object-fit: cover;
		object-position: top center;
	} */
}
@media screen and (max-width:700px) {
	.team-block .et_pb_column > .et_pb_group:has(.et_pb_image) .et_pb_image_wrap {
		aspect-ratio: 3/4;
	}

	/*popup*/
	.team-block .et_pb_column .dsm_card .et_pb_module_inner {
		flex-direction: column-reverse;
	}
	.team-block .dsm_card figure {
		flex: 100% 1 1;
		min-width: unset;
	}
	.team-block .dsm_card .dsm_card_wrapper {
		flex: 100% 1 1;
		min-width: unset;
	}
}
@media screen and (max-width:500px) {
	.team-block .et_pb_column > .et_pb_group + .et_pb_group {
		display: none;
	}
}
@media screen and (max-width:350px) {
	.team-block .et_pb_row .et_pb_column {
		flex: 100% 1 1;
	}
	.team-block .et_pb_column > .et_pb_group:has(.et_pb_image) .et_pb_image_wrap {
		aspect-ratio: 1/1;
	}
}


/*------------------------*/
/*---- PROJECTS STYLE ----*/
/*------------------------*/

/*project index*/
#main-content .project-index-list.et_pb_section {
	padding-top: clamp(40px, calc(var(--master-section-pad) * 8), 80px);
}
.project-index-list .et_pb_row {
	max-width: var(--frame-max-l);
}

.pf-pagination {

}
.pf-pagination .page-numbers {
	border-radius: 2px;
	font-family: var(--font-body);
	font-weight: 600;
	border: none !important;
	background-color: var(--colour-white);
	box-shadow: var(--shadow-small);
}
.pf-pagination .page-numbers:hover {
	background-color: var(--colour-red) !important;
	color: var(--colour-white);
}
.pf-pagination .page-numbers.current, 
.pf-pagination .page-numbers:hover {

}

/*project category filter*/
.pf-wrap .pf-nav {
	justify-content: flex-start;
	column-gap:4px;
	row-gap:4px;
}
.pf-nav .pf-btn {
	letter-spacing: 0;
	border-width: 1px;
	padding: 8px 12px;
	font-weight: 500;
	font-size: var(--size-1);
	line-height: 1.2em;
}
.pf-nav .pf-btn:hover {
	border-color: var(--colour-red);
	background-color: var(--colour-red);
	color: var(--colour-white);
}

/**-- PROJECT DEFAULTS --**/
#main-content .et_pb_section.post-type-banner {
    max-height: 520px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 50vh;
    max-height: 500px;
    min-height: 360px;
    padding: 0 !important;
    overflow: hidden;
}
#main-content .et_pb_section.post-type-banner .et_block_module>.et_pb_title_featured_container {
	margin-top: 0px;
}
#main-content .et_pb_section.post-type-banner .et_pb_row {
	padding: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
	background-color: transparent;
	margin: 0px auto;
	max-width: 100%;
}
/* #main-content .et_pb_section.post-type-banner .et_pb_image_wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    max-height: 700px;
    opacity: 0.4;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0.5) 70%);
} */
#main-content .et_pb_section.post-type-banner img {
	object-fit: cover;
	width: 100%;
	height: 50vh;
    max-height: 500px;
    min-height: 360px;
}

#main-content .et_pb_section.post-type-content {
	margin-bottom: 0;
	padding-top: 60px;
    padding-bottom: 80px;
}
#main-content .et_pb_section.post-type-content .et_pb_row {
	padding: 0px;
	background-color: transparent;
}

#main-content .et_pb_section.post-type-content .et_pb_post_title {
	padding-bottom: 0px;
	margin-bottom: 0px !important;
}
#main-content .et_pb_section.post-type-content .et_pb_post_title h1 {
	margin-top: 0 !important;
}
#main-content .et_pb_section.post-type-content * {
	color: var(--colour-text);
}

#main-content .et_pb_section.post-type-content h1,
#main-content .et_pb_section.post-type-content h2,
#main-content .et_pb_section.post-type-content h3,
#main-content .et_pb_section.post-type-content h4,
#main-content .et_pb_section.post-type-content h5 {
	margin-top: 50px;
}
.single-project #main-content .et_pb_section.post-type-content h1,
.single-project #main-content .et_pb_section.post-type-content h2,
.single-project #main-content .et_pb_section.post-type-content h3,
.single-project #main-content .et_pb_section.post-type-content h4,
.single-project #main-content .et_pb_section.post-type-content h5,
.single-project #main-content .et_pb_section.post-type-content h6 {
	margin-top: 32px;
}
.single-project #main-content .et_pb_section.post-type-content .et_pb_title_container {
	padding-bottom: 0;
}
.entry-title {
	margin-bottom: 20px;
}
.et_pb_title_meta_container span {
	color: var(--colour-black);
	font-size: 12px;
	font-weight: 500;
	display: flex;
	align-items: baseline;
}
.et_pb_title_meta_container span::before {
	content: '\f017';
	font-family: var(--font-fa);
	color: var(--colour-grey);
	font-size: 11px;
	margin-right: 15px;
}

.post-template-default.single-post #main-content .post-news-button .et_pb_row {
    background-color: transparent;
    max-width: 1000px;
    padding-bottom: 0px;
	padding-top: 0px;
}
#main-content .post-news-button.et_pb_section {
	padding-top: 0px;
}
.post-news-button .et_pb_button_module_wrapper  {
	display: flex;
	justify-content: flex-start;
}
.post-template-default.single-post .et_pb_title_meta_container {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: flex-end;
	column-gap: 8px;
	font-size: 0px;
}
.post-news-button .et_pb_module_inner:has(.dsm-social-share-buttons-container) {
	display: flex;
	justify-content: flex-end;
}
.post-news-button .et_pb_bg_layout_light.et_pb_module.et_pb_button {
	color: var(--colour-white);
}
.post-template-default.single-post .et_pb_title_meta_container span::before {
	display: none;
}
.post-template-default.single-post .et_pb_title_meta_container span {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}
.post-template-default.single-post .et_pb_title_meta_container a {
	background-color: transparent;
    padding: 1px 12px;
    border-radius: 0px;
	border: 1px solid #E2E4E8;
    font-size: 14px !important;
    font-family: var(--font-body);
    line-height: 1.7;
}
.post-template-default.single-post #main-content .et_pb_section.post-type-content .et_pb_title_container {
    padding-bottom: 15px;
    display: flex;
    flex-flow: column-reverse;
    row-gap: 32px;
}
.dsm-social-share-button-inner-wrapper {
	width: 38px !important;
	height: 38px !important;
}
.dsm-social-share-buttons-container.dsm-framed .dsm-social-share-button-inner-wrapper {
	border: 1px solid #E2E4E8;
}
.dsm-social-share-buttons-container.dsm-framed .dsm-social-share-button-inner-wrapper .dsm-social-share-button-icon {
	color: var(--colour-primary);
}
@media screen and (max-width: 800px) {
	#main-content .et_pb_section.post-type-content .et_pb_row {
	    padding: 40px 50px;
	}
	#main-content .et_pb_section.post-type-content > .et_pb_row {
	    margin-top: 0px;
	}
	#main-content .et_pb_section.post-type-banner {
	    min-height: 35vh;
	}
}

@media screen and (max-width: 400px) {
	#main-content .et_pb_section.post-type-content .et_pb_post_title {
	    padding-bottom: 0px;
	    margin-bottom: 20px;
	}
	#main-content .et_pb_section.post-type-content .et_pb_row {
	    padding: 40px 30px;
	}
	#main-content .et_pb_section.post-type-banner {
	    min-height: 30vh;
	}
	.post-template-default.single-post #main-content .et_pb_section.post-type-banner .et_pb_row {
	    max-width: 100%;
	}
}


.single-project .et_pb_row:has(.azp-breadcrumb) .et_pb_column:last-child .et_pb_text {
	display: flex;
	justify-content: flex-end;
	flex-direction: row;
}
.single-project .et_pb_row:has(.azp-breadcrumb) .et_pb_column:last-child .et_pb_text_inner {
	text-align: right;
	padding: 6px 8px;
	border: 1px solid rgba(13, 33, 65, 0.12);
	width: fit-content;
	font-size: 12px;
	line-height: 1;
	font-family: var(--font-body);
	color: #5A6880 !important;
	letter-spacing: 0.24px;
}
.single-project .azp-breadcrumb {
	display: flex;
	align-items: center;
    column-gap: 8px;
}
.single-project .azp-breadcrumb * {
	line-height: 1;
}
.single-project .azp-breadcrumb a {
	font-weight: 600;
}
.single-project .azp-breadcrumb i {
	font-size: 10px;
}
.single-project .et_pb_section .et_pb_column.et_pb_column_1_2:has(.et_pb_post_content) {
	flex: 1 1 75% !important;
}

.single-project .et_pb_column:has(.project-page-meta) {
	flex: 1 1 25%;
	row-gap: 28px;
	min-width: 250px;
}
.single-project .et_pb_column .et_pb_group {
	display: flex;
	flex-direction: row;
	column-gap: 16px;
}

.single-project .et_pb_column .et_pb_group.project-page-meta {
	flex-direction: row;
	column-gap: 20px;
	flex-wrap: wrap;
}
.single-project .project-page-meta .et_pb_text p,
.single-project .project-page-meta .et_pb_title_meta_container span {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
	letter-spacing: 0.01em;
	margin: 0 !important;
}
.single-project .project-page-meta .et_pb_text p a,
.single-project .project-page-meta .et_pb_title_meta_container span {
	display: flex;
	align-items: center;
	column-gap: 6px;
	color: var(--colour-text);
}
.single-project .project-page-meta .et_pb_text p i,
.single-project .project-page-meta .et_pb_title_meta_container span::before {
	font-size: 16px;
	margin: 0 !important;
	color: var(--colour-red) !important;
}
.single-project .project-page-meta .et_pb_text p a:hover {
	color: var(--colour-red) !important;
}

.single-project .et_pb_group.project-page-sideblock {
	padding: 20px;
	background-color: var(--colour-white);
	box-shadow: var(--shadow-small);
	height: fit-content;
	flex-direction: column;
	row-gap: 20px;
}

.single-project .et_pb_column .project-page-sideblock .et_pb_group:not(:last-child) {
	padding-bottom: 16px !important;
	border-bottom: 1px solid rgba(0,0,0,0.12);
}
.single-project .et_pb_column .et_pb_group::before {
	font-size: 16px;
	color: var(--colour-primary);
}
.single-project .et_pb_column .et_pb_group .et_pb_text_inner {
	font-family: var(--font-body);
	font-weight: 500; 
} 
.single-project .et_pb_column .et_pb_group .et_pb_text_inner p {
	line-height: 1;
	margin-bottom: 5px;
}

@media screen and (max-width:800px) {
	#main-content .et_pb_section.post-type-content {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.single-project #main-content .et_pb_section.post-type-content .et_pb_row {
		padding: 20px 0px;
	}
	.single-project #main-content .et_pb_section.post-type-content .et_pb_row:has(.azp-breadcrumb) {
		flex-direction: column-reverse;
		row-gap: 20px;
	}
	.single-project .et_pb_row:has(.azp-breadcrumb) .et_pb_column:last-child .et_pb_text {
		justify-content: flex-start;
	}
	.single-project .et_pb_column:has(.et_pb_group) {
		row-gap: 0px;
	}
	.single-project .et_pb_section .et_pb_column.et_pb_column_1_2:has(h1) {
		row-gap: 20px;
	}
}

/*Project page info*/
.single-project .project-page-info.et_pb_row {
	padding-bottom: 40px !important;
}
.single-project .project-page-info.et_pb_row .et_pb_title_container h1 {
	font-size: var(--size-h2);
	line-height: 1.4em;
}

.single-project .project-page-info.et_pb_row .et_pb_post_content ul {
	padding-bottom: 1em;
}
.single-project .project-page-info.et_pb_row .et_pb_post_content ul li {
	list-style: none;
	padding-left: 28px;
	margin-bottom: 8px;
	line-height: 1.6em;
}
.single-project .project-page-info.et_pb_row .et_pb_post_content ul li:last-child {
	margin-bottom: 2px;
}
.single-project .project-page-info.et_pb_row .et_pb_post_content ul li::before {
	content: "\f32b";
	font-weight: 500;
	font-family: var(--font-fa-sharp);
	color: var(--colour-secondary);
	position: absolute;
	left: 0;
}

/*Project Gallery*/
.single-project .project-page-gallery.et_pb_row {
	border-radius: 0;
	margin-top:40px;
	padding-top:40px !important;
	border-top: 1px solid rgba(0,0,0,0.12);
}
.single-project .project-page-gallery .etp-gallery {
	/* overflow: visible; */
}
.single-project .project-page-gallery .etp-gallery-outer button.etp-gallery-nav {
	font-family: var(--font-fa-sharp);
	width: 40px;
	height: 40px;
	font-size: 16px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--colour-white);
	border-radius: 2px;
	box-shadow: var(--shadow-small);
	color: var(--colour-text);
	cursor: pointer;
}
.single-project .project-page-gallery .etp-gallery-outer button.etp-gallery-nav * {
	color: var(--colour-text) !important;
}
.single-project .project-page-gallery .etp-gallery-outer button.etp-gallery-prev {
	left: -20px;
}
.single-project .project-page-gallery .etp-gallery-outer button.etp-gallery-next {
	right: -20px;
}
.single-project .project-page-gallery .etp-gallery-outer button.etp-gallery-nav:hover {
	background-color: var(--colour-secondary);
}
.single-project .project-page-gallery .etp-gallery-outer button.etp-gallery-nav:hover * {
	color: var(--colour-white) !important;
}
.single-project .project-page-gallery .etp-gallery-outer button.etp-gallery-nav:disabled {
	opacity: 0;
	pointer-events: none;
}

.single-project .project-page-gallery .etp-gallery .etp-gallery-track .etp-gallery-item {
	overflow: hidden;
	border-radius: 2px;
	aspect-ratio: 1/1;
}

.single-project .project-page-gallery:not(:has(.etp-gallery-outer)) {
	display: none;
}

/*Project Footer*/
.single-project .project-page-footer.et_pb_row {
	border-radius: 0;
	margin-top:40px;
	padding-top:60px !important;
	border-top: 1px solid rgba(0,0,0,0.12);
}
.single-project .project-page-footer.et_pb_row .et_pb_button {
	background-color: var(--colour-blue);
	box-shadow: var(--shadow-small);
	color: var(--colour-white) !important;
}
.single-project .project-page-footer.et_pb_row .et_pb_button:not(:hover)::after,
.single-project .project-page-footer.et_pb_row .et_pb_button:not(:hover)::before {
	border-color: var(--colour-blue);
}
.single-project .project-page-footer.et_pb_row .et_pb_button:hover {
	background-color: var(--colour-red);
	color: var(--colour-white) !important;
}

.project-page-footer.et_pb_row .dsm-social-share-buttons-container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.project-page-footer.et_pb_row .dsm-social-share-buttons-container::before {	
	content: "Share:";
	font-family: var(--font-body);
	color: var(--colour-text);
	font-weight: 500;
}
.project-page-footer.et_pb_row .dsm-social-share-buttons-container .dsm-social-share-button-inner-wrapper {	
	background: none !important;
	border: 1px solid rgba(0,0,0,0.12);
	border-radius: 2px;
}
.project-page-footer.et_pb_row .dsm-social-share-buttons-container .dsm-social-share-button-inner-wrapper:hover {	
	border-color: var(--colour-text);
}
.project-page-footer.et_pb_row .dsm-social-share-buttons-container .dsm-social-share-button-inner-wrapper .dsm_icon {	
	font-size: 18px;
	color: var(--colour-text);
}
.project-page-footer.et_pb_row .dsm-social-share-buttons-container .dsm-social-share-button-inner-wrapper .dsm-social-share-button-text {	
	background: var(--colour-primary);
	font-size: 12px;
	font-family: var(--font-body);
	border-radius: 2px;
	position: absolute;
	top: calc(100% - 2px);
	left: 50%;
	transform: translateX(-50%);
	height: auto;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.project-page-footer.et_pb_row .dsm-social-share-buttons-container .dsm-social-share-button-inner-wrapper:hover .dsm-social-share-button-text {	
	top: calc(100% + 4px);
	opacity: 1;
	visibility: visible;
}
.project-page-footer.et_pb_row .dsm-social-share-buttons-container .dsm-social-share-button-inner-wrapper .dsm-social-share-button-text .dsm-text {	
	color: var(--colour-white) !important;
}

@media screen and (max-width:1000px) {
	.single-project .project-page-footer.et_pb_row {
		flex-direction: column-reverse;
	}
	.single-project .project-page-footer.et_pb_row .et_pb_column {
		justify-content: center;
		align-items: center;
	}
}
@media screen and (max-width:800px) {
	.single-project .project-page-info.et_pb_row .et_pb_title_container h1 {
		font-size: var(--size-h3);
		line-height: 1.4em;
	}

	.project-page-footer.et_pb_row .dsm-social-share-buttons-container {
		column-gap: 4px !important;
		row-gap: 4px !important;
	}
}

/**-- TERMS / PRIVACY POLICY --**/
.terms-content.et_pb_text hr {
	margin: 40px 0;
}

.terms-content.et_pb_text h4 {
	color: var(--colour-red);
}
.terms-content.et_pb_text a {
	color: var(--colour-red);
	text-decoration: underline;
}
.terms-content.et_pb_text a:hover {
	color: var(--colour-black);
	text-decoration: none;
}
.terms-content.et_pb_text p + h4,
.terms-content.et_pb_text ol + h4,
.terms-content.et_pb_text ul + h4 {
	margin-top: 40px;
}
.terms-content.et_pb_text ul {
	margin-bottom: 20px;
}
.terms-content.et_pb_text ul li {
	list-style: none;
	padding-left: 28px;
	margin-bottom: 8px;
	line-height: 1.6em;
}
.terms-content.et_pb_text ul li::before {
	content: "\f32b";
	font-weight: 500;
	font-family: var(--font-fa-sharp);
	color: var(--colour-secondary);
	position: absolute;
	left: 0;
}