/*
Theme Name: Healthy Pixels
Author: Healthy Pixels
Description: Healthy Pixels stylesheet
Version: 1.0.0
Text Domain: Healthy Pixels
*/

* {scroll-padding-top: 6rem;}
html {scroll-behavior: smooth}
html, body {height: 100%;}
body, .editor-styles-wrapper.block-editor-writing-flow {
	--font: source-sans-pro, -apple-system, system-ui, BlinkMacSystemFont, “Segoe UI”, Helvetica, Arial, sans-serif, “Apple Color Emoji”, “Segoe UI Emoji”, “Segoe UI Symbol”, sans-serif;
	--accent-font: poppins, var(--font);
	--light: 300;
	--regular: 400;
	--bold: 700;
	
	--purple: #6C38BB;
	--black: #0D0D0D;
	--white: #FDFDFD;
	--cream: #F8F8F8;
	--bright: #EBE9EF;
	--grey-dark: #3B3B3B;
	--purple-dark: #694298;
	--purple-bright: #814DD1;
	--orange: #EBB345;
	--orange-bright: #FFF1D5;
	--error: #BA5A38;
	
	--cta: var(--orange);
	--cta-focus: var(--orange-bright);
	--cta-opp: var(--black);

	--br-sm: 10px;
	--br-md: 25px;
	--br-lg: 50px;
	--border-w: 2px;
	
	--moz-box-shadow: 0 2px 5px -1px rgba(26,26,26,.3);
	--webkit-box-shadow: 0 2px 5px -1px rgb(26 26 26 / 30%);
	--box-shadow: 0 2px 5px -1px rgb(26 26 26 / 30%);
	
	--moz-box-shadow-lg: 0 0px 40px -1px rgba(45,13,85,.3);
	--webkit-box-shadow-lg: 0 0px 40px -1px rgba(45,13,85,.3);
	--box-shadow-lg: 0 .6rem 2.4rem #2d0d551a;
	
	--transition: all .3s ease;
	
	margin: 0;
	font-family: var(--font);
	font-size: 1rem;
	font-weight: var(--regular);
	text-align: left;
	line-height: 1.5;
	word-spacing: .5px;
	letter-spacing: .3px;
	background: var(--white);
	color: var(--grey-dark);
	width: 100%;
	overflow-x: hidden;
	
	display: flex;
	flex-direction: column;
}
@media only screen and (max-width:767px) {
	body {
		--br-sm: 3px;
		--br-md: 10px;
		--br-lg: 20px;
	}
}
@media only screen and (min-width:768px) {
	body {--max: 5vw;}
}
@media only screen and (min-width:1600px) {
	body {--max: 10vw;}
}
#main {
	flex: 1 0 auto;
	width: 100%;
	overflow: clip;
}

/* Accessibility */
.screenreader-desktop {
	position: fixed;
	left: -999px;
	width: 1px;
	height: 1px;
	top: 0;
}
.screenreader-desktop:focus {
	color: var(--white);
	text-decoration: none;
	background: var(--black);
	display: inline-block;
	height: auto;
	width: auto;
	position: fixed;
	margin: auto;
	z-index: 10000;
	top: 15px;
	left: 15px;
	padding: 8px 16px;
	border-radius: 25px;
	-moz-box-shadow: var(--moz-box-shadow);
	-webkit-box-shadow: var(--webkit-box-shadow);
	box-shadow: var(--box-shadow);
}

/* Text handling */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {line-height: 1.35;}
h1, h2, h3, h4, h5, h6 {font-family: var(--accent-font);}
h1 {font-size: 3.1rem;}
h2 {font-size: 3rem;}
.contact-banner h2 {font-size: 2rem;}
h3 {font-size: 1.8rem;}
h4 {font-size: 1.4rem;}

h1 em, h2 em, h3 em, .em-swap em, .subhead em {
    font-style: normal;
	position: relative;
	z-index: 0;
}
h1 em, h2 em, h3 em, .em-swap em, .subhead em {
	text-decoration: underline rgba(129,77,209, .6);
	text-decoration-thickness: 11px;
	text-decoration-skip-ink: none;
	text-underline-offset: -3px;
}

.post-content h2, .hero h2 {font-size: 1.7rem;}
.post-content h2 {padding-top: 2.5rem;}
.post-content h2:first-child {padding-top: 0;}
.post-content h3 {
    font-size: 1.3rem;
    font-weight: var(--regular);
    padding-top: 1.5rem;
}

b, strong, .sub, .subhead {font-weight: var(--bold);}

.lead {
	font-size: 1.15rem;
	font-weight: var(--regular);
}

.quote {
	margin: 1rem 0;
	padding: .5rem 0 .5rem 1rem;
}
p + .quote {margin-top: 0;}
.quote p {font-size: 1.1rem;}
.quote p:last-child {margin-bottom: 0;}

.caveat {font-size: .85rem;}

.no-p p:last-child {margin-bottom: 0;}

.badge {
	background: rgba(105,66,152, .15);
	border-radius: 50px;
	padding: .5rem 1rem;
	margin-bottom: 1rem;
	width: fit-content;
}
.badge p {
	margin-bottom: 0;
	font-size: .9rem;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	font-weight: var(--bold);
	color: var(--purple);
	white-space: normal;
    text-align: left;
}

@media only screen and (max-width:1200px) {
	h1 {font-size: 2.6rem;}
	h2, .contact-banner h2 {font-size: 2rem;}
	h3 {font-size: 1.4rem;}
	h4 {font-size: 1.2rem;}
	.hero h2 {font-size: 1.4rem;}
}
@media only screen and (max-width:767px) {
	h1 {font-size: 2.4rem;}
	h2, .contact-banner h2 {font-size: 1.7rem;}
	h3 {font-size: 1.3rem;}
	h4 {font-size: 1.1rem;}
	.hero h2 {font-size: 1.4rem;}
}
@media only screen and (min-width:1600px) {
	body {font-size: 1.1rem;}
	h1 {font-size: 4rem;}
	h2, .contact-banner h2 {font-size: 2.5rem;}
	h3 {font-size: 1.6rem;}
	h4 {font-size: 1.3rem;}
}

/* Spacing */
body {
	--sm-spacer: 2rem;
	--md-spacer: 3.5rem;
	--lg-spacer: 5rem;
}
@media only screen and (min-width:1600px) {
	body {
		--sm-spacer: 3rem;
		--md-spacer: 6rem;
		--lg-spacer: 9rem;
	}
}
@media only screen and (max-width:767px) {
	body {
		--sm-spacer: 1.5rem;
		--md-spacer: 2rem;
		--lg-spacer: 3rem;
	}
}
.sm-spacer, .sm-spacer-top {padding-top: var(--sm-spacer);}
.sm-spacer, .sm-spacer-btm {padding-bottom: var(--sm-spacer);}
.md-spacer, .md-spacer-top {padding-top: var(--md-spacer);}
.md-spacer, .md-spacer-btm {padding-bottom: var(--md-spacer);}
.lg-spacer, .lg-spacer-top {padding-top: var(--lg-spacer);}
.lg-spacer, .lg-spacer-btm {padding-bottom: var(--lg-spacer);}
.mb-30 {margin-bottom: 30px;}
.wp-block-columns {
	padding-top: var(--md-spacer) !important;
	padding-bottom: var(--md-spacer) !important;
}

.wp-block-columns {padding: 15px;}

/* Backgrounds */
.bg-section .md-spacer, .bg-section .sm-spacer-top {padding-top: var(--sm-spacer);}
.bg-section .md-spacer, .bg-section .md-spacer-btm {padding-bottom: var(--sm-spacer);}
.purple-bg {background: var(--purple);}
.black-bg {background: var(--black);}
.white-bg {background: var(--white);}
.bright-bg {background: var(--bright);}
.dark-grey-bg {background: var(--dark-grey);}
.purple-dark-bg {background: var(--purple-dark);}
.purple-bright-bg {background: var(--purple-bright);}
.orange-bg {background: var(--orange);}
.orange-bright-bg {background: var(--orange-bright);}

.round-bg {border-radius: var(--br-lg);}

/* Images and video files */
.wp-block-image img {width: 100%;}
img.rounded, .wp-block-gallery img, .rounded {border-radius: var(--br-md) !important;}

.svg-icon + h2, .svg-icon + h3 {padding-top: 0;}
img.icon, .icons svg {
	width: 80px;
	height: 80px;
	margin: 1rem 0;
}
.svg-icon {
	max-width: 60px;
	max-height: 60px;
	margin: .5rem 0;
	display: block;
}
p.icon-title {font-weight: var(--bold);}
@media only screen and (min-width:577px) {
	svg.centre-icon {margin: 1rem auto;}
}
@media only screen and (max-width:576px) {
	img.icon, .icons svg {
		width: 50px;
		height: 50px;
	}
}

iframe.youtube {
    aspect-ratio: 16 / 9;
    width: 100%;
}

:where(.wp-block-columns) {margin-bottom: 0 !important;}

/* Lists */
.hero li {font-size: 1.15rem;}
ul.checklist, ul.crosslist, .checklist ul, .bulletlist ul, ul.bulletlist {
	padding-inline-start: 0;
	list-style: none;
}
ul {padding-inline-start: 15px;}
ol {padding-inline-start: 20px;}
li:not(.menu-item) {padding-bottom:1rem}
li:last-child {padding-bottom:0}
ul.checklist li:before, ul.crosslist li:before, ul.checklist p:before, p.checkmark:before, ul.crosslist p:before, p.crossmark:before, .checklist ul li:before, .checklist ul p:before, ul.bulletlist li:before, .bulletlist ul li:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
    width: 20px;
    height: 20px;
	background-color: var(--black);
}
.hero ul.checklist li:before, .hero ul.crosslist li:before, .hero ul.checklist p:before, .hero p.checkmark:before, .hero ul.crosslist p:before, .hero p.crossmark:before, .hero .checklist ul li:before, .hero .checklist ul p:before, .hero ul.bulletlist li:before, .hero .bulletlist ul li:before {
	margin-top: 3px;
}
ul.bulletlist li:before, .bulletlist ul li:before {
	width: 18px;
    height: 18px;
	margin-top: 2px;
	margin-right: 6px;
	background-color: var(--purple);
}
.flipper ul.checklist li:before, .flipper .checklist ul li:before, .flipper ul.crosslist li:before, .flipper .crosslist ul li:before, .flipper ul.bulletlist li:before, .flipper ul.bulletlist p:before {background-color: var(--white);}

ul.checklist li:before, ul.checklist p:before, ul.highlights li:before, p.checkmark:before, .checklist ul li:before, .checklist ul p:before {
	-webkit-mask: url('/wp-content/uploads/2025/02/check.svg') center / contain no-repeat;
	mask: url('/wp-content/uploads/2025/02/check.svg') center / contain no-repeat;
}
ul.crosslist li:before, ul.crosslist p:before, p.crossmark:before {
	margin-top: 1.5px;
	-webkit-mask: url('/wp-content/uploads/2025/02/cross.svg') center / contain no-repeat;
	mask: url('/wp-content/uploads/2025/02/cross.svg') center / contain no-repeat;
}
ul.bulletlist li:before, ul.bulletlist p:before {
	-webkit-mask: url('/wp-content/uploads/2025/12/optimise-o.svg') center / contain no-repeat;
	mask: url('/wp-content/uploads/2025/12/optimise-o.svg') center / contain no-repeat;
}
@media only screen and (min-width:1600px) {
	.hero li {font-size: 1.25rem;}
}

/* Navigation */
nav ul li:before {content: none;}
.navbar-dark .navbar-toggler, .navbar-nav, .nav-btn, .cta-bar {
	position: absolute;
}
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1);
    right: 15px;
    top: 30px;
}
.navbar-nav {
	top: 25px;
	z-index: 9999999;
    max-width: 100%;
	z-index: 9999998;
}
.navbar-nav li a, .cta-bar li a {color: var(--white);}
.navbar-nav li a:hover, .navbar-nav li a:focus {color: var(--cream);}
.navbar-nav li.current-menu-item > a {pointer-events: none;}
.navbar-nav li.current-menu-ancestor > a {
    color: var(--white);
	font-style: italic;
    border-bottom: none;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
}
.navbar {
	padding: 0;
	display: flex;
    justify-content: center;
}
.navbar-brand {
    z-index: 99999999999999;
    position: absolute;
	top: 10px;
}
.navbar-nav li {margin: 0 1rem;}
.cta-bar {
	top: 30px;
	right: calc(var(--max) + 15px);
	z-index: 99999;
	position: fixed;
}
.cta-bar li {display: inline-block}
.cta-bar li a {
	padding: 12px 20px;
	background: var(--white);
	border-radius: 50px;
	color: var(--purple-dark);
	font-weight: var(--bold);
	transition: var(--transition);
	-webkit-transition: var(--transition);
}
.cta-bar li a:hover, .cta-bar li a:focus {
	text-decoration: none;
	color: var(--black);
	border-radius: 10px;
	background-color: var(--orange);
}
.navbar-nav li.current-menu-item > a {border-bottom: 1px solid var(--black);}
.cta-bar li.current-menu-item {pointer-events: none;}
.cta-bar li.current-menu-item a {
	background: transparent;
	color: var(--pink);
	border-radius: 0;
}
.scrolled .cta-bar li a {
	color: var(--black);
	background: var(--orange);
	-moz-box-shadow: var(--moz-box-shadow);
	-webkit-box-shadow: var(--webkit-box-shadow);
	box-shadow: var(--box-shadow);
}
#menu-toggle, .hamburger-icon {display: none;}
.navbar li.sub-menu {margin-left: 1.5rem;}
@media only screen and (min-width: 992px) {
	.navbar-nav {flex-direction: unset !important;}
	.navbar-nav .menu-item-has-children .dropdown-menu {position: absolute;}
	.navbar-nav li a::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: var(--white);
        transform: translateX(-50%) scaleX(0);
        transform-origin: center;
        transition: transform 0.3s ease;
    }
	.navbar-nav li a:hover::before, .navbar-nav li a:focus::before {
        transform: translateX(-50%) scaleX(1);
    }
	.dropdown-item {
		padding: .5rem;
		color: inherit;
	}
	.dropdown-menu {
		top: 60px;
		padding: .5rem 0;
		font-size: inherit;
		color: inherit;
		text-align: left;
		list-style: none;
		background-color: var(--purple-dark);
		border: none;
		border-radius: var(--br-sm);
		-moz-box-shadow: var(--moz-box-shadow);
		-webkit-box-shadow: var(--webkit-box-shadow);
		box-shadow: var(--box-shadow);
	}
	.dropdown-item:focus, .dropdown-item:hover {
		background-color: transparent;
		color: var(--white) !important;
	}	
}
@media only screen and (min-width: 992px) and (max-width:1400px) {
	.navbar-nav li {margin: 0 .5rem;}
	.navbar-brand img {max-width:120px;}
}
@media only screen and (max-width: 991px) {
	.navbar-brand img {
		width: 200px;
		max-width: 90%;
	}
	.navbar, .cta-bar {display: none;}
	.hamburger-icon {
		display: inline-block;
		transition: var(--transition);
		-webkit-transition: var(--transition);
	}
	.scrolled .hamburger-icon {top: 15px;}
	#menu-toggle:checked ~ .navbar {display: block;}
	#menu-toggle:checked ~ .navbar .navbar-nav {
		position: fixed;
		overflow-y: auto;
		width: 100vw;
		height: 100vh;
		left: 0;
		top: 0;
		z-index: 999999999;
		border-radius: 0;
		background: var(--purple-dark);
		padding: 7rem 2rem 0 2rem;
	}
	.hamburger-icon {
		display: inline-block;
        border-radius: 50px;
        z-index: 9999999999;
        display: inline-block;
        cursor: pointer;
        width: 45px;
        height: 45px;
        position: fixed;
        top: 23px;
        right: calc(5% + 25px);
        background: var(--purple-dark);
		border: 1px solid var(--white);
    }
	.hamburger-icon span:nth-child(1) {margin-top: 14px;}
	.hamburger-icon span {
		background: var(--white);
        display: block;
        height: 2.5px;
        width: 25px;
        margin: 4px 9px;
        border-radius: 2px;
		transition: var(--transition);
		-webkit-transition: var(--transition);
	}
	#menu-toggle:checked + .hamburger-icon span:nth-child(1) {
		transform: rotate(45deg) translate(5px, 5px);
		transform-origin: center;
	}
	#menu-toggle:checked + .hamburger-icon span:nth-child(2) {opacity: 0;}
	#menu-toggle:checked + .hamburger-icon span:nth-child(3) {
    	transform: rotate(-45deg) translate(5px, -5px);
    	transform-origin: center;
	}
	
	.nav-link {display: inline-block;}
	.navbar-nav li {margin: 1rem 0;}
	.navbar-nav li a {width: 100%;}
	.navbar-nav li a.dropdown-toggle {width: 80%;}
	.dropdown-toggle::after {
		content: "";
		position: absolute;
		right: 0;
		top: 1rem;
		border-top: .45em solid;
		border-right: .45em solid transparent;
		border-bottom: 0;
		border-left: .45em solid transparent;
	}
	.dropdown-menu {
		font-size: inherit;
		color: inherit;
		background-color: transparent;
		border: none;
	}
}
@media only screen and (max-width: 767px) {
	.navbar-nav, .hamburger-icon {right: 15px;}
}
.navbar-nav li {position: relative;}
.navbar-nav .menu-item-has-children .dropdown-menu {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    left: 0;
    z-index: 1000;
}
.navbar-nav .menu-item-has-children:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
	transition: opacity 0.2s ease-in-out;
}

/* Breadcrumbs */
.breadcrumb, nav.rank-math-breadcrumb {
	background-color: transparent;
	display: block;
	padding-left: 0;
}
.breadcrumb li a, .rank-math-breadcrumb p {font-size: .8rem !important}
.breadcrumb li a, .rank-math-breadcrumb p a, a.author {color: var(--white)}
.breadcrumb li a:hover, .rank-math-breadcrumb p a:hover, a.author:hover {color: var(--cream)}
.rank-math-breadcrumb p .last {color: var(--white)}

/* WhatsApp */
.whatsapp, .whatsapp a {
	position: fixed;
    bottom: 15px;
    left: 15px;
	width: 55px;
    height: 55px;
}
.whatsapp:before {
	content: "";
	position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: green;
    transition: all 0.3s ease-out;
    z-index: 99999;
}
.whatsapp:before:hover, .whatsapp:before:focus {background-color: var(--black);}
.whatsapp:after {
	content: "";
	position: absolute;
	width: 45px;
    height: 45px;
    top: 5px;
    left: 5px;
	background-color: var(--white);
	z-index: 999999;
	-webkit-mask: url('/wp-content/uploads/2025/09/whatsapp.svg') center / contain no-repeat;
	mask: url('/wp-content/uploads/2025/09/whatsapp.svg') center / contain no-repeat;
}
.whatsapp a:hover, .whatsapp a:focus {cursor: pointer;}

/* Buttons and links */
.overlay-link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.clean-link a, a.clean-link {
	color: inherit;
	text-decoration: none !important;
}
.clean-link a:hover, .clean-link a:focus, a.clean-link:hover, a.clean-link:focus {
	color: inherit;
	text-decoration: underline !important;
}

a.read-more, p.read-more {
	color: var(--purple) !important;
	width: fit-content;
	display: block;
	margin-bottom: 1rem;
	font-weight: var(--bold);
	-webkit-transition: var(--transition);
}
p.read-more {cursor: pointer;}
a.read-more:hover, a.read-more:focus, p.read-more:hover, p.read-more:focus {
	color: var(--purple-dark) !important;
	text-decoration: none !important;
}
a.read-more:after, p.read-more:after, .primary-btn:after {
	content: "";
    display: inline-block;
    vertical-align: top;
    margin-left: 3px;
	margin-top: 2px;
    width: 20px;
    height: 20px;
	background-color: var(--purple);
	-webkit-transition: var(--transition);
	-webkit-mask: url('/wp-content/uploads/2025/02/arrow-right.svg') center / contain no-repeat;
	mask: url('/wp-content/uploads/2025/02/arrow-right.svg') center / contain no-repeat;
}
.primary-btn:after {background-color: var(--black);}
a.read-more:hover:after, a.read-more:focus:after, p.read-more:hover:after, p.read-more:focus:after, .primary-btn:hover:after, .primary-btn:focus:after {
	transform: rotate(-45deg);
}
a.read-more:hover:after, a.read-more:focus:after, p.read-more:hover:after, p.read-more:focus:after {
	background-color: var(--purple-dark) !important;
}
.centre a.read-more, .centre .cta-container {margin: 0 auto;}

p a, li a, a {color: var(--purple);}
p a:hover, p a:focus, li a:hover, li a:focus, a:hover, a:focus {color: var(--purple-dark);}
.flipper p a , .flipper li a {color: var(--orange-bright);}
.flipper p a:hover, .flipper p a:focus, .flipper li a:hover, .flipper li a:focus {color: var(--white);}

.btn, a.cky-banner-element, .menu-btn, #main .forminator-ui.forminator-design--material .forminator-button-submit {
	border-radius: 50px;
	font-weight: var(--bold);
	padding: 12px 30px;
	margin: 1rem 0;
	transition: var(--transition);
	-webkit-transition: var(--transition);
	width: fit-content;
}

.primary-btn, :where(.editor-styles-wrapper) .btn.primary-btn, .menu-btn {
	background: var(--cta);
	color: var(--cta-opp);
	position: relative;
}
.primary-btn:hover, .primary-btn:focus, .menu-btn:hover, .menu-btn:focus, .cta-box:hover .primary-btn, .cta-box:focus .primary-btn {
	border-radius: 5px;
}

.secondary-btn, :where(.editor-styles-wrapper) .btn.secondary-btn, .cky-banner-element {
	border: 2px solid var(--purple);
	color: var(--purple);
}
.secondary-btn:hover, .secondary-btn:focus, .cky-banner-element:hover, .cky-banner-element:focus {
	border-radius: 5px;
}
.flipper .secondary-btn, .flipper .cky-banner-element {
	border-color: var(--white);
	color: var(--white);
}

@media only screen and (max-width:576px) {
	.btn {
		padding: 12px;
		width: 100%;
	}
}

/* HERO */
.hero-pad {padding-top: 7rem;}
.hero-bg {
	background: var(--purple-dark);
	color: var(--white);
	position: relative;
	z-index: 0;
	border-radius: 0 0 var(--br-lg) var(--br-lg);
}
.hero-bg:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100vh;
	opacity: .5;
	aspect-ratio: 879 / 778;
	border-radius: 0 0 var(--br-lg) var(--br-lg);
	background: url('/wp-content/uploads/2025/12/bg-gradient.webp') center/cover no-repeat;
	z-index: -1;
}

.hero-h-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
@media only screen and (min-width:992px) {
	.hero-h-img {
		height: 100%;
		position: absolute;
		top: 0;
		width: 100%;
		margin-right: 15px;
		min-height: 400px;
	}
	.hero-h-img.offset-img {height: calc(100% + 8rem);}
}
@media only screen and (max-width:991px) {
	.hero-h-img {
		aspect-ratio: 1 / 1;
		overflow: hidden;
	}
}
/* Full height */
.full-height-hero {
    position: relative;
    background-color: var(--black);
    color: var(--white);
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}
.full-height-hero.hero {
	margin-bottom: 0px;
    margin-top: 0px;
    display: flex;
    align-items: center;
    min-height: 100vh;
}
.full-height-hero.hero video, .full-height-hero.hero img {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.full-hero-content {
	position: relative;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
@media only screen and (max-width:767px) {
	.hero-pad {padding-top: 6rem;}
	.hero-bg:before {
		height: 100%;
		width: 100vw;
	}
}

/* Client logo slider */
.client-slideshow {
    overflow: hidden;
    width: 100%;
    padding: 1rem 0;
}
.client-logos {
    display: flex;
    flex-wrap: nowrap;
}
.client-logos img {
    flex: 0 0 auto;
    height: 100px;
    margin-right: 3rem;
    white-space: nowrap;
}

/* Testimonial slider */
.testimonial-btn {margin-top: 2rem;}
.testimonial-btn a.next {margin-left: 3.5rem;}
.testimonial-btn a.prev:hover, .testimonial-btn a.next:hover {cursor: pointer;}
.testimonial-btn a.prev:before, .testimonial-btn a.next:before {
	content: "";
	position: absolute;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: var(--black);
}
.testimonial-btn a.prev:after, .testimonial-btn a.next:after {
	content: "";
	position: absolute;
	width: 25px;
    height: 28px;
	margin-top: 8px;
	margin-left: 9px;
	background-color: var(--white);
	transition: var(--transition);
	-webkit-transition: var(--transition);
	-webkit-mask: url('/wp-content/uploads/2025/02/caret-right.svg') center / contain no-repeat;
	mask: url('/wp-content/uploads/2025/02/caret-right.svg') center / contain no-repeat;
}
.testimonial-btn a.next:after {margin-left: 10px;}
.testimonial-btn a.prev:after {transform: rotate(180deg);}

.testimonial-btn a.prev:hover:after, .testimonial-btn a.prev:focus:after, .testimonial-btn a.next:hover:after, .testimonial-btn a.next:focus:after {background-color: var(--bright);}
	
.testimonial-btn a.next:hover:after, .testimonial-btn a.next:focus:after {transform: rotate(-45deg);}
.testimonial-btn a.prev:hover:after, .testimonial-btn a.prev:focus:after {transform: rotate(225deg);}

/*
.slideshow-container .testimonial {position: relative;}
.testimonial-content {
	font-size: 1.5rem;
	font-weight: var(--light);
}
.slideshow-container .testimonial:before {
	content: "";
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 44px;
	background-color: var(--grey);
	-webkit-mask: url('/wp-content/uploads/2025/02/quotes.svg') center / contain no-repeat;
	mask: url('/wp-content/uploads/2025/02/quotes.svg') center / contain no-repeat;
}
.slideshow-container .author-section p {
	font-size: .9rem;
	padding-top: 1.5rem;
	font-weight: var(--bold);
}

@media only screen and (min-width:992px){
	.slideshow-container .testimonial {margin-top: -2rem;}
	.move-btns .testimonial-btn {
		display: block;
		text-align: center;
		margin-top: 0;
		margin-bottom: 6rem;
	}
}
@media only screen and (max-width:991px){
	.move-btns .testimonial-btn {
		margin-top: 1rem;
		margin-bottom: 4rem;
	}
}
@media only screen and (max-width:767px){
	.slideshow-container .testimonial:before {
		margin: auto;
		margin-bottom: 20px;
	}
}*/

@media only screen and (max-width:991px) {
	.nowrap-row .row {
		flex-wrap: nowrap;
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}
	.customwrap-row, .nowrap-row {overflow-y: auto;}
}
.customwrap-row .row {flex-wrap: nowrap;}
.customwrap-row {overflow-y: auto;}
.nowrap-row::-webkit-scrollbar, .customwrap-row::-webkit-scrollbar {height: 10px;}
.nowrap-row::-webkit-scrollbar-track, .customwrap-row::-webkit-scrollbar-track {
	background-color: var(--bright);
	border-radius: 15px;
	max-width: 60% !important;
	margin-top: 3rem;
	margin-left: 25vw;
	margin-right: 25vw;
}
.nowrap-row::-webkit-scrollbar-thumb, .customwrap-row::-webkit-scrollbar-thumb {
	background-color: var(--purple-dark);
	border-radius: var(--br-lg);
}
@-moz-document url-prefix() {
	.nowrap-row, .customwrap-row {
		scrollbar-width: thin;
		scrollbar-color: var(--purple-dark) var(--bright);
		margin: 1rem;
	}
}

/* Tables */
.wp-block-table table {
	border-radius: var(--br-md);
    overflow: hidden;
	text-align: left !important;
}
.wp-block-table thead {
    border-bottom: 3px solid;
    background: var(--black) !important;
    color: var(--bright);
}
.wp-block-table td, .wp-block-table th {
	border: none !important;
}
.wp-block-table tbody tr:nth-child(odd) {background-color: var(--bright);}
.wp-block-table tbody tr:nth-child(even) {background-color: var(--grey);}

.highlight-content {
	background: var(--bright);
	padding: 1rem;
	border-radius: var(--br-md);
	margin-bottom: 1rem;
}
.highlight-content p:last-child, .highlight-content ul:last-child {margin-bottom: 0;}

.bg-quote {
	background: var(--purple);
	color: var(--white);
	padding: 1rem;
	margin: 1rem 0;
	border-radius: var(--br-sm);
}
.simple-quote {
	border-left: 4px solid var(--purple);
	padding-left: calc(1rem - 4px);
	font-weight: var(--light);
	font-size: 1.1rem;
	margin: 2.5rem 0;
}
.bg-quote p:last-child, .simple-quote p:last-child {margin-bottom: 0;}

/* Stats */
.fig-line {
	border-top: 2px solid rgba(0,0,0, .1);
	padding-top: 2rem;
}
.fig-stats {
	text-align: center;
	padding: 1rem;
}
.wp-block-column .fig-stats {padding: 0;}
.fig-stat-box display {
	font-size: 2rem;
	margin-bottom: .5rem;
	display: inline-block;
}
.fig-stat-box p:last-child {margin-bottom: 0;}
@media only screen and (min-width:800px) {
	.fig-stats {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		gap: 1rem;
	}
	.fig-stat-box:first-child:before {content: none;}
	.fig-stat-box {
		flex: 1;
		position: relative;
		margin-left: 1rem;
		margin-right: 1rem;
	}
}
@media only screen and (max-width:799px) {
	.fig-stat-box {padding-bottom: 1.5rem;}
	.fig-stat-box:last-child {padding-bottom: 0;}
}

/* Brand O */
.brand {color: var(--purple);}
.brand-wrap {white-space: nowrap;}
h2 span.brand-move {margin-left: .7rem;}
h3 span.brand-move {margin-left: .5rem;}
p span.brand-move {margin-left: .35rem;}
.lead span.brand-move {margin-left: .4rem;}
span.brand-o {
	font-size: 90%;
	color: transparent;
	position: relative;
}
span.brand-o:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
	margin-top: .14em;
    width: 1em;  /* scales with font-size */
    height: 1em; /* scales with font-size */
    background-color: var(--purple);
    -webkit-mask: url('/wp-content/uploads/2025/12/optimise-o.svg') center / contain no-repeat;
    mask: url('/wp-content/uploads/2025/12/optimise-o.svg') center / contain no-repeat;
}
@media only screen and (max-width:1200px) {
	h2 span.brand-move {margin-left: .45rem;}
}

/* Services */
.service-container {
	display: flex;
	overflow-x: auto;
	scroll-behavior: smooth;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.bright-bg.service-container {
	border: 2px solid var(--white);
	-moz-box-shadow: var(--moz-box-shadow-lg);
	-webkit-box-shadow: var(--webkit-box-shadow-lg);
	box-shadow: var(--box-shadow-lg);
}
.service-container::-webkit-scrollbar {display: none;}
.row.nowrap-row {flex-wrap: nowrap;}

.service-btn a {
	width: 45px;
	height: 45px;
	display: inline-block;
	border-radius: 50%;
	background: var(--bright);
	-webkit-transition: all .3s linear;
}
.service-btn a:hover, .service-btn a:focus {
	background: var(--purple);
	cursor: pointer;
}
.service-btn a.prev:before, .service-btn a.next:before {
	content: "";
    display: inline-block;
    vertical-align: top;
	margin-right: 10px;
    margin-top: 10px;
    width: 25px;
    height: 25px;
	background-color: var(--purple);
	-webkit-mask: url('/wp-content/uploads/2025/02/arrow-right.svg') center / contain no-repeat;
	mask: url('/wp-content/uploads/2025/02/arrow-right.svg') center / contain no-repeat;
}
.service-btn a.next:hover, .service-btn a.prev:hover {background-color: var(--bright);}
.service-btn a.next:hover {transform: rotate(-45deg);}
.service-btn a.prev:hover {transform: rotate(45deg);}
.service-btn a.prev:before {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	margin-right: 12px;
}
	
.service-content {
	height: 350px;
	margin-bottom: 1rem;
	overflow: hidden;
	position: relative;
	border-radius: var(--br-md);
	background: var(--purple);
}
.service-content img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(1);
	transition: var(--transition);
	-webkit-transition: var(--transition);
}
.zoom-in .service-content:hover img {
	transform: scale(1.1);
}
.service-box:hover .service-content img, .service-box.active .service-content img {filter: grayscale(0);}
.service-box:not(.active) .mask {
	background: var(--black);
	top: 0;
	width: 100%;
	height: 350px;
	opacity: .75;
	position: absolute;
	mix-blend-mode: multiply;
}
.service-box:hover .mask {
	background: var(--purple);
}
.service-title {
	margin: 0 1.5rem;
	bottom: .5rem;
	position: absolute;
	color: var(--white);
}
.service-title h3 {
	font-size: 1.2rem;
	font-weight: var(--bold);
	text-shadow: 2px 2px 15px var(--black);
}
.active .service-title h3 {text-shadow: 2px 2px 15px var(--purple-dark);}
.service-summary {display: none;}
.service-box.active .service-summary {display: block;}
@media only screen and (min-width: 1600px) {
	.service-content, .service-box:not(.active) .mask {height: 450px;}
}
	
.scroll-img {
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
.scroll-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
	
.service-container {
	position: sticky;
	top: 40px;
	margin-top: -20px;
	transition: transform 0.3s, opacity 0.3s;
}
.nowrap-row.service-container {padding-left: var(--max);}
.service-container.past {
	opacity: .5;
	transform: scale(.5);
}
@media only screen and (max-width:576px) {
	.service-container {top: 20px;}
}

/* Cards */
.card {
	padding: 1rem;
	border: none;
	border-radius: var(--br-md);
	-moz-box-shadow: var(--moz-box-shadow-lg);
	-webkit-box-shadow: var(--webkit-box-shadow-lg);
	box-shadow: var(--box-shadow-lg);
}
.same-h .card {height: 100%;}
.card p:last-child {margin-bottom: 0;}
@media only screen and (min-width:767px) {
	.lg-card .card {padding: 3rem;}
}

/* Misc */
.boxes {display: flex;}
.same-h {
	display: flex;
    flex-direction: column;
	height: 100%;
	flex: 1;
}
.push-down {margin-top: auto;}
.placeholder {
	min-height: 100px;
	height: 100%;
	width: 100%;
	background: var(--grey);
}

.tldr {
	background: var(--bright);
	border-radius: var(--br-md);
	padding: 1rem;
}

.img-placeholder {
	width: 100%;
	padding-bottom: 100%;
	background: var(--bright);
}

.breaker .row {display: block;}
.breaker .col-md-4 {max-width: 100%;}

.overlay {
	bottom: 0;
	margin: 1rem;
	padding: 1rem;
	margin-right: 2rem;
	position: absolute;
	font-weight: var(--bold);
	background: var(--white);
	border-radius: var(--br-sm);
	-moz-box-shadow: var(--moz-box-shadow);
	-webkit-box-shadow: var(--webkit-box-shadow);
	box-shadow: var(--box-shadow);
}
span.fca {
	font-size: 150%;
	color: transparent;
	position: relative;
}
span.fca:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
	margin-top: .16em;
    width: 1.8em;  /* scales with font-size */
    height: 1em; /* scales with font-size */
    background-color: var(--grey-dark);
    -webkit-mask: url('/wp-content/uploads/2025/12/fca-authorised-optimise-finance.svg') center / contain no-repeat;
    mask: url('/wp-content/uploads/2025/12/fca-authorised-optimise-finance.svg') center / contain no-repeat;
}
img.reg-logos {
	max-height: 45px;
	margin-bottom: 4px;
}
@media only screen and (min-width:767px) {
	.full-img {min-height: 200px;}
	.sticky-img {
		position: -webkit-sticky;
		position: sticky;
		height: calc(100vh - 30px);
		top: 15px;
	}
	.full-img img, .sticky-img img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
}

/* Contact banner */
.contact-banner {
	background: var(--purple);
	position: relative;
	color: var(--white);
	overflow: hidden;
	z-index: 0;
}
.contact-circle {position: relative;}
.contact-banner:before, .contact-circle:before {
	content: "";
	top: 0;
	position: absolute;
	opacity: .3;
	mix-blend-mode: soft-light;
	border: 80px solid var(--black);
	border-radius: 50%;
}
.contact-banner:before {
	left: 0;
	margin-top: -12.5vw;
	margin-left: -12.5vw;
	width: 25vw;
	height: 25vw;
}
.contact-circle:before {
	right: 0;
	margin-top: -22.5vw;
	margin-right: -22.5vw;
	border-width: 100px;
	width: 45vw;
	height: 45vw;
}
.contact-banner:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 100vh;
	opacity: .5;
	aspect-ratio: 1860 / 830;
	background: url('/wp-content/uploads/2025/12/bg-gradient.avif') center/cover no-repeat;
	z-index: -1;
}
.contact-details {padding-left: 1rem;}
@media only screen and (max-width:992px) {
	.contact-banner {
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.contact-banner:before {
		margin-top: -15vw;
		margin-left: -15vw;
		width: 30vw;
		height: 30vw;
		border-width: 40px;
	}
	.contact-circle:before {
		margin-top: -40vw;
		margin-right: -40vw;
		border-width: 70px;
		width: 80vw;
		height: 80vw;
	}
}
@media only screen and (max-width:576px) {
	.contact-banner {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

/* Accordions */
.accordions {
	margin-bottom: 30px;
	border-bottom: 1px solid var(--bright);
	padding-bottom: 1rem;
}
.accordions button {
	color: var(--black);
	position: relative;
	display: block;
 	width: 100%;
	background: transparent;
	border: none;
	text-align: left;
	font-weight: var(--bold);
	padding: 1rem 1rem 1rem 0;
}
.accordions button.collapsed {font-weight: var(--regular);}
.accordions button:after {
    content: "";
    float: right;
	width: 20px;
	height: 20px;
	right: 0;
    position: absolute;
    transform: rotate(-90deg);
    -webkit-transition: var(--transition);
	background-color: var(--grey);
	-webkit-mask: url('/wp-content/uploads/2025/02/caret-right.svg') center / contain no-repeat;
}
.accordions button.collapsed:after {transform: rotate(90deg);}
.accordions button:focus {outline: none;}
p.accordions-title {margin-bottom: 0;}
.accordions-button:not(.collapsed) {pointer-events: none;}
.accordions-content p:last-child {margin-bottom: 0;}
.accordions {margin-bottom: 30px;}

/* Google maps */
.map {
    position: relative;
    width: 100%;
	z-index: 0;
    padding-top: 30%;
    overflow: hidden;
	border-radius: var(--br-lg);
}
@media only screen and (max-width:767px) {
	.map {padding-top: 70%;}
}

/* Steps */
.steps-container, .step-box {position: relative;}
.steps-container:before {
	content: "";
    position: absolute;
    width: 1px;
    background: var(--purple);
	background: linear-gradient(0deg,rgba(104, 66, 152, 0) 0%, rgba(104, 66, 152, 1) 25%, rgba(104, 66, 152, 1) 75%, rgba(104, 66, 152, 0) 100%);
    top: 0;
    bottom: 0;
	left: 50%;
	margin-left: -.5px;
}
.progress-circle {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--purple);
    left: 50%;
    margin-left: -10px;
    top: 0;
    transition: top 0.1s linear;
}

.step-item {
	transition: var(--transition);
	-webkit-transition: var(--transition);
}
.step-item:not(.active) {opacity: .35;}
.step-box .badge {
	border-radius: var(--br-sm);
	background: var(--purple);
	color: var(--white);
	font-size: 1rem;
	padding: .5rem;
}
@media only screen and (max-width:767px) {
	.steps-container:before, .progress-circle {
		left: 0;
	}
}

/* Testimonials */
.testimonial-container {
	padding: 6rem 3rem 4rem 3rem;
	border-radius: var(--br-md);
	background: var(--purple-dark);
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.testimonials-bg {
	width: 100%;
	right: 0;
	margin-right: -10vw;
	height: calc(100% + 4rem);
	margin-top: -2rem;
	border-radius: var(--br-md) 0 0 var(--br-md);
	position: absolute;
	overflow: hidden;
	z-index: 0;
}
.testimonials-bg:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: -1;
	background: var(--purple-dark);
}
.testimonial-container:after, .testimonials-bg:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 140%;
	opacity: .5;
	z-index: -1;
	aspect-ratio: 879 / 778;
	background: url('/wp-content/uploads/2025/12/bg-gradient.webp') center/cover no-repeat;
}
.testimonial {
	background: var(--white);
	padding: 2.5rem;
	z-index: 0;
	position: relative;
	border-radius: var(--br-md);
	-moz-box-shadow:  0 0px 40px -1px rgba(45,13,85,.3);
	-webkit-box-shadow:  0 0px 40px -1px rgba(45,13,85,.3);
	box-shadow: 0 .6rem 2.4rem #2d0d551a;
}
.testimonial:before {
	content: "";
	opacity: .2;
	margin-top: -70px;
	margin-left: -50px;
	position: absolute;
	background-color: var(--white);
}
.quote-marks {background-color: var(--bright);}
.testimonial:before, .quote-marks {
	top: 0;
	z-index: -1;
    width: 100px;
    height: 100px;
	-webkit-mask: url('/wp-content/uploads/2025/12/quote-marks.svg') center / contain no-repeat;
	mask: url('/wp-content/uploads/2025/12/quote-marks.svg') center / contain no-repeat;
}
.testimonial-quote {
	font-size: 1.25rem;
	font-weight: var(--light);
}
.testimonial-quote p:first-of-type::before {content: "“";}
.testimonial-quote p:last-of-type::after {content: "”";}
	
.author {
	font-style: italic;
	margin-top: 2rem;
	margin-bottom: 0;
}
.author p {margin-bottom: 0;}
.testimonial-btn.centred {
    margin-top: 2rem;
    margin-left: -50px;
}
.gradient .mySlides, .testimonial-box {
	background: var(--white);
	padding: 3rem 2rem;
	border-radius: var(--br-md);
	-moz-box-shadow: var(--moz-box-shadow-lg);
	-webkit-box-shadow: var(--webkit-box-shadow-lg);
	box-shadow: var(--box-shadow-lg);
}
.gradient .mySlides {margin-right: 2rem;}
@media only screen and (max-width:767px) {
	.testimonials-bg {
		width: calc(100% + 15px);
        height: 100%;
        margin-left: -15px;
        left: 0;
        border-radius: 0;
    }
	.gradient .move-up {margin-top: -3rem;}
	.gradient .mySlides {padding: 1rem;}
	.testimonial-container {padding: 3rem 1rem 1rem;}
	.testimonial:before {
		width: 40px;
		height: 40px;
		margin-top: -35px;
		margin-left: -20px;
	}
}
@media only screen and (min-width:768px) {
	.gradient {
		height: 100%;
		position: relative;
	}
	.gradient:before {
		content: "";
		height: 100%;
		z-index: 100;
		width: 2rem;
		position: absolute;
		background: var(--white);
		background: linear-gradient(90deg,rgba(253, 253, 253, 1) 20%, rgba(253, 253, 253, 0) 100%);
		margin-left: -20px;
	}
}

/* Sitemap */
.rank-math-html-sitemap__title {display: none;}
.sitemap-col p a {text-decoration: none;}
.sitemap-col p a:hover, .sitemap-col p a:focus {text-decoration: underline;}
.sitemap-col .sitemap li:last-child {padding-bottom: 0;}
@media only screen and (min-width:768px) {
	.sitemap-col {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
}
@media only screen and (min-width:1200px) {
	.sitemap-col {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}
}

/* Social media */
@media only screen and (min-width:767px) {
	.socials .row {
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
	}
	.socials .col-md-3 {flex: 1 1 22%;}
}
a.social-link {color: var(--cta);}
a.social-link:hover, a.social-link:focus {text-decoration: none;}
.socials p {padding-top: 1rem;}
.social-icon {padding-bottom: 1rem;}
.social-icon:last-child {margin-right: 0;}
.social-icon:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
	background-color: var(--cta);
}
.social-icon:hover:before {background-color: var(--cta-focus);}

.social-icon.li:before {-webkit-mask: url('/wp-content/uploads/2024/12/linkedin.svg') center / contain no-repeat;}
.social-icon.ig:before {-webkit-mask: url('/wp-content/uploads/2024/12/instagram.svg') center / contain no-repeat;}
.social-icon.fb:before {-webkit-mask: url('/wp-content/uploads/2024/12/facebook.svg') center / contain no-repeat;}
.social-icon.yt:before {-webkit-mask: url('/wp-content/uploads/2024/12/youtube.svg') center / contain no-repeat;}
.social-icon.tt:before {-webkit-mask: url('/wp-content/uploads/2024/12/tiktok.svg') center / contain no-repeat;}
.social-icon.x:before {-webkit-mask: url('/wp-content/uploads/2024/12/twitter-x.svg') center / contain no-repeat;}
.social-icon.wa:before {-webkit-mask: url('/wp-content/uploads/2025/09/whatsapp.svg') center / contain no-repeat;}

/* Forminator */
.forminator-ui.forminator-custom-form[data-design=material] .forminator-input-with-phone:not(.iti--allow-dropdown) .forminator-input--wrap {left: 0 !important;}
.forminator-ui.forminator-custom-form[data-design=material] .forminator-floating--input.forminator-has_phone:not(.iti--allow-dropdown) {padding-left: 0 !important;}
.iti__country-container {display: none !important;}

#main .forminator-ui.forminator-custom-form[data-design=material] .forminator-input--wrap, #main .forminator-design--material .forminator-textarea {
	border: 1px solid var(--bright) !important;
	border-radius: var(--br-sm);
	padding: .25rem 0;
}
#main .forminator-design--material .forminator-input {border: none;}
#main .forminator-label {
	position: absolute;
	margin: -15px 10px 0 10px;
}
#main .forminator-field-textarea .forminator-label {
	margin: -15px 0 10px 0;
}
#main .forminator-design--material .forminator-field-textarea .forminator-is_filled .forminator-label[class*="forminator-floating-"], #main .forminator-design--material .forminator-field-textarea .forminator-is_active .forminator-label[class*="forminator-floating-"] {transform: translateY(11px) !important;}
#main .forminator-design--material .forminator-textarea {padding: 11px;}
#main .forminator-ui.forminator-design--material .forminator-input, #main .forminator-ui.forminator-design--material .forminator-input input, #main .forminator-ui.forminator-design--material .forminator-iti-input .iti__selected-dial-code {
    font-size: 1rem;
    color: var(--black);
    margin: 0 10px;
}
#main .forminator-is_active .forminator-floating--input, #main .forminator-is_filled .forminator-floating--input {
    margin-top: -1px;
}
.forminator-ui.forminator-custom-form[data-design=material] .forminator-input--wrap:after {
	margin-left: 7px;
    margin-right: 7px;
	bottom: -1px !important;
}
#main .forminator-design--material .forminator-is_active .forminator-input--wrap:after, #main .forminator-ui.forminator-custom-form[data-design=material] .forminator-field.forminator-is_hover .forminator-input--wrap:after {
	background-color: var(--purple) !important;
}
#main .forminator-design--material .forminator-textarea--wrap:after {border-radius: var(--br-sm);}
#main .forminator-ui.forminator-custom-form[data-design=material] .forminator-field.forminator-is_hover .forminator-textarea--wrap:after, #main .forminator-design--material .forminator-is_active .forminator-textarea--wrap:after {border-color: var(--purple) !important;}
#main .forminator-design--material .forminator-is_active .forminator-label[class*="forminator-floating-"] {
	color: var(--purple) !important;
}
#main .forminator-design--material .forminator-is_filled .forminator-label[class*="forminator-floating-"] {
	color: var(--purple-dark) !important;
}
#main .forminator-design--material .forminator-has_error .forminator-label[class*="forminator-floating-"], #main .forminator-design--material .forminator-error-message {
	color: var(--error) !important;
}
#main .forminator-design--material .forminator-has_error .forminator-input--wrap:after {
    background-color: var(--error) !important;
}
#main .forminator-design--material .forminator-has_error .forminator-textarea--wrap:after {border-color: var(--error) !important;}

#main .forminator-ui.forminator-design--material .forminator-button-submit {
	font-weight: var(--bold) !important;
	font-size: 1rem !important;
	background: var(--grey-dark) !important;
}
#main .forminator-ui.forminator-design--material .forminator-button-submit:hover, #main .forminator-ui.forminator-design--material .forminator-button-submit:focus {
	background: var(--orange) !important;
	color: var(--black) !important;
	border-radius: 5px;
}
@media only screen and (min-width: 783px) {
#main .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row-inside:not(:last-child), #main .forminator-ui.forminator-custom-form:not(.forminator-size--small)[data-grid=open] .forminator-row:not(:last-child) {
        margin-bottom: 15px;
    }
}

/* FOOTER */
footer {
	margin-top: -5rem;
	margin-bottom: 15px;
	color: var(--white);
	padding-top: 10rem;
	background: var(--purple-dark);
	border-radius: var(--br-lg) var(--br-lg) 0 0;
}
/*.footer-graphic {
    width: 100vw;
    height: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    right: 0;
    margin-top: -10rem;
    border-top-right-radius: var(--br-lg);
}
.footer-graphic:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
	margin-top: -5rem;
    height: 100%;
    opacity: .5;
    aspect-ratio: 1860 / 830;
    -webkit-transform: scale(-1, -1);
    -moz-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    transform: scale(-1, -1);
    background: url(/wp-content/uploads/2025/12/bg-gradient.avif) center / cover no-repeat;
    z-index: -1;
}*/
footer hr {border-top: 1px solid var(--cream);}
footer .caveat {font-size: 90%;}
footer ul {
	list-style: none;
	padding-inline-start: 0;
}
footer ul li {margin-bottom: 1rem;}
footer ul li.menu-spacer {padding-top: 1rem;}
footer ul a {color: var(--bright);}
footer ul a:hover, footer ul a:focus {color: var(--cream);}
footer .policies ul li {font-size: 95%;}
footer .current-menu-item a {
	opacity: .5;
	pointer-events: none;
}

.footer-caveat {
	padding: 5rem 0;
	overflow: hidden;
	position: relative;
	background: var(--bright);
	border-radius: var(--br-lg) 0 var(--br-lg) var(--br-lg);
}
.footer-caveat:before {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    aspect-ratio: 1 / 1;
    background: url('/wp-content/uploads/2025/12/corner-apr.svg') center / cover no-repeat;
}
.footer-caveat h2 {
	background: var(--purple-dark);
	border-radius: 0 var(--br-sm) var(--br-sm) 0;
	font-weight: var(--bold);
	position: relative;
	color: var(--white);
	font-size: 1.1rem;
	padding: .75rem 1.5rem .5rem 0;
	margin-bottom: 1rem;
	display: table;
	z-index: 0;
}
.footer-caveat h2:before, .footer-caveat h2:after {
	content: "";
	position: absolute;
}
.footer-caveat h2:before {
	height: 100%;
	background: var(--purple-dark);
	width: 500px;
	margin-left: -500px;
	top: 0;
	z-index: -1;
}
.footer-caveat h2:after {
	top: 0;
	left: 0;
    width: 40px;
    height: 40px;
	margin-top: -15px;
	margin-left: -55px;
	background-color: var(--purple-bright);
	-webkit-mask: url('/wp-content/uploads/2025/12/optimise-half-circle.svg') center / contain no-repeat;
	mask: url('/wp-content/uploads/2025/12/optimise-half-circle.svg') center / contain no-repeat;
}

img.footer-logo {
    max-height: 50px;
	margin-bottom: 1rem;
    width: auto;
}
@media only screen and (min-width: 992px) {
	footer .policies ul li {
		display: inline;
		margin-right: 1rem;
	}
}
@media only screen and (max-width: 991px) {
	.footer-caveat {
		padding: 1.5rem;
		border-radius: var(--br-md);
	}
}
@media only screen and (max-width: 767px) {
	.footer-container {padding-top: 1rem;}
	.footer-caveat {padding: 1rem;}
	.footer-caveat h2 {font-size: 1rem;}
	footer p.lead {padding-top: 2rem;}
}

/* XXL breakpoint */
@media only screen and (max-width: 767px) {
	.py-sm-15 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.wp-block-columns, .px-15 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.container-fluid .container-fluid .fluid-xxl-max, .container-fluid .container-fluid .fluid-max {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
@media only screen and (min-width: 768px) {
	.py-15 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.fluid-xxl-max, .fluid-max, .wp-block-columns {
		margin-left: var(--max);
		margin-right: var(--max);
	}
	.fluid-max-left {margin-left: var(--max);}
	.fluid-max-right {margin-right: var(--max);}
	.container-fluid .container-fluid .fluid-xxl-max, .container-fluid .container-fluid .fluid-max {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.px-md-15 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
@media only screen and (min-width: 992px) {
	.px-lg-15 {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}
@media only screen and (min-width: 1600px) {
	.container.container-xxl-fluid {
		width: 100%;
		max-width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	.container-fluid .container-fluid .fluid-xxl-max, .container-fluid .container-fluid .fluid-max {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.text-xxl-center {text-align: center;}
	.pt-xxl-1, .py-xxl-1 {padding-top: 1rem !important;}
	.pb-xxl-1, .py-xxl-1 {padding-bottom: 1rem !important;}
	.pt-xxl-2, .py-xxl-2 {padding-top: 2.5rem !important;}
	.pb-xxl-2, .py-xxl-2 {padding-bottom: 2.5rem !important;}
	.pt-xxl-3, .py-xxl-3 {padding-top: 5rem !important;}
	.pb-xxl-3, .py-xxl-3 {padding-bottom: 5rem !important;}
	.pt-xxl-4, .py-xxl-4 {padding-top: 7.5rem !important;}
	.pb-xxl-4, .py-xxl-4 {padding-bottom: 7.5rem !important;}
	.pt-xxl-5, .py-xxl-5 {padding-top: 10rem !important;}
	.pb-xxl-5, .py-xxl-5 {padding-bottom: 10rem !important;}
	.mt-xxl-3, .my-xxl-3 {margin-top: 5rem;}
	.mb-xxl-3, .my-xxl-3 {margin-bottom: 5rem;}
	.mt-xxl-5, .my-xxl-5 {margin-top: 10rem;}
	.mb-xxl-5, .my-xxl-5 {margin-bottom: 10rem;}
	.col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
		position: relative;
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
	.col-xxl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xxl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
  .col-xxl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-xxl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;	
	}
	.col-xxl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-xxl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.offset-xxl-1 {margin-left: 8.333333%;}
}