/*
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: "proxima-nova", -apple-system, system-ui, BlinkMacSystemFont, “Segoe UI”, Helvetica, Arial, sans-serif, “Apple Color Emoji”, “Segoe UI Emoji”, “Segoe UI Symbol”, sans-serif;
	--accent-font: "relation-one", var(--font);
	--regular: 400;
	--bold: 700;
	
	--black: #000;
	--teal: #00b2ca;
	--blue: #0a66c2;
	--sat-blue: #25f4ee;
	--dark-blue: #326987;
	--grey: #f6f6f6;
	--pink: #f74a92;
	--red: #fe2c55;
	--white: #fff;

	--br-sm: 10px;
	--br-md: 15px;
	--br-lg: 25px;
	--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%);
	
	margin: 0;
	font-family: var(--font);
	font-size: 1.3rem;
	font-weight: var(--regular);
	text-align: left;
	line-height: 1.5;
	word-spacing: .5px;
	letter-spacing: .3px;
	background: var(--white);
	
	color: var(--black);
	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;
	}
	#main {margin-top: -30px;}
}
#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;
}

/* Text handling */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {line-height: 1.35;}
h1 {font-size: 4rem;}
h1 span.brand-name {
	line-height: 1;
	color: var(--dark-blue);
	font-size: 7rem;
	display: block;
}
h1, .rank-math-breadcrumb {
	opacity: 0;
	transform: translateY(20px);
	animation: fadeSlideUp 1s ease forwards;
}
@keyframes fadeSlideUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

h1 em {
	margin-top: 1rem;
	display: inline-block;
	font-style: normal;
	padding: .25rem 3rem 1rem 3rem;
	border-radius: var(--br-md);
	background: var(--white);
	-moz-box-shadow: var(--moz-box-shadow);
	-webkit-box-shadow: var(--webkit-box-shadow);
	box-shadow: var(--box-shadow);
}
h2 {
	font-size: 2.8rem;
	font-weight: var(--bold);
}
h2 em, h2:has(em) {
	position: relative;
	z-index: 0;
}
h2 em:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	margin-left: -10%;
	margin-top: -10%;
	width: 125%;
	aspect-ratio: 100 / 37;
	margin-bottom: -2px;
	z-index: -1;
	background-color: var(--pink);
	-webkit-mask: url('/wp-content/uploads/2025/05/circle.svg') center / contain no-repeat;
	mask: url('/wp-content/uploads/2025/05/circle.svg') center / contain no-repeat;
}
h3 {font-size: 2.2rem;}
h4 {font-size: 1.7rem;}

.blue-col {color: var(--dark-blue);}
span.studio {
	font-size: 90%;
	text-transform: uppercase;
	font-weight: var(--regular);
}
span.brand-name, span.brand-short {
    font-size: 150%;
	line-height: 0;
	font-weight: var(--regular);
    margin-right: .3rem;
}
span.studio-o {
	font-size: 90%;
	color: var(--pink);
	position: relative;
}
span.studio-o:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
	margin-top: .14em;
	margin-left: -.075em;
    width: 1em;  /* scales with font-size */
    height: 1em; /* scales with font-size */
    background-color: var(--pink);
    -webkit-mask: url('/wp-content/uploads/2025/05/social-edge-logo-arrow.svg') center / contain no-repeat;
    mask: url('/wp-content/uploads/2025/05/social-edge-logo-arrow.svg') center / contain no-repeat;
}


.accent {font-family: var(--accent-font);}

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

.lead {font-size: 1.5rem;}

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

@media only screen and (max-width:767px) {
	h1 {font-size: 2.4rem;}
	h2 {font-size: 1.9rem;}
	h3 {font-size: 1.6rem;}
	h4 {font-size: 1.45rem;}
	:where(.wp-block-columns.is-layout-flex) {gap: 10px !important;}
}
@media only screen and (min-width:1600px) {
	body {font-size: 1.4rem;}
	.lead {font-size: 1.8rem;}
	h1 {font-size: 6rem;}
	h2 {font-size: 3.5rem;}
	h3 {font-size: 2.8rem;}
	h4 {font-size: 1.8rem;}
}

/* Spacing */
.sm-spacer, .sm-spacer-top {padding-top: 2rem;}
.sm-spacer, .sm-spacer-btm {padding-bottom: 2rem;}
.md-spacer, .md-spacer-top {padding-top: 3.5rem;}
.md-spacer, .md-spacer-btm {padding-bottom: 3.5rem;}
.lg-spacer, .lg-spacer-top {padding-top: 5rem;}
.lg-spacer, .lg-spacer-btm {padding-bottom: 5rem;}
.mb-30 {margin-bottom: 30px;}
.wp-block-columns {
	padding-top: 3.5rem !important;
	padding-bottom: 3.5rem !important;
}

@media only screen and (min-width:1600px) {
	.sm-spacer, .sm-spacer-top {padding-top: 3rem;}
	.sm-spacer, .sm-spacer-btm {padding-bottom: 3rem;}
	.md-spacer, .md-spacer-top {padding-top: 6rem;}
	.md-spacer, .md-spacer-btm {padding-bottom: 6rem;}
	.lg-spacer, .lg-spacer-top {padding-top: 9rem;}
	.lg-spacer, .lg-spacer-btm {padding-bottom: 9rem;}
	.wp-block-columns {
		padding-top: 6rem !important;
		padding-bottom: 6rem !important;
	}
}
@media only screen and (max-width:767px) {
	.sm-spacer, .sm-spacer-top {padding-top: 1.5rem;}
	.sm-spacer, .sm-spacer-btm {padding-bottom: 1.5rem;}
	.md-spacer, .md-spacer-top {padding-top: 2rem;}
	.md-spacer, .md-spacer-btm {padding-bottom: 2rem;}
	.lg-spacer, .lg-spacer-top {padding-top: 3rem;}
	.lg-spacer, .lg-spacer-btm {padding-bottom: 3rem;}
	.wp-block-columns {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}
}

/* Backgrounds */
.linear-gr {
	margin-top: 4rem;
	margin-bottom: 4rem;
	background: linear-gradient(0deg,rgba(51, 105, 135, 0) 0%, rgba(51, 105, 135, 0.5) 50%, rgba(51, 105, 135, 0) 100%);
}

/* Animations */
.fade-in {
	opacity: 0;
	transform: translateY(250px);
	transition: opacity 1s ease-out, transform 0.6s ease-out;
}
.fade-in.visible {
	opacity: 1;
	transform: translateY(0);
}
/* Image animations */
@keyframes floatRotate {
	0% {transform: translateY(0) rotate(0deg);}
	50% {transform: translateY(-10px) rotate(-3deg);}
	100% {transform: translateY(0) rotate(0deg);}
}
.image-rotate-left {animation: floatRotate 3s ease-in-out infinite;}
@keyframes floatRotateRight {
	0% {transform: translateY(0) rotate(0deg);}
	50% {transform: translateY(-10px) rotate(3deg);}
	100% {transform: translateY(0) rotate(0deg);}
}
.image-rotate-right {animation: floatRotateRight 3s ease-in-out infinite;}
	
@keyframes pulseScale {
	0%, 100% {transform: scale(1);}
	50% {transform: scale(1.05);}
}
.image-pulse {animation: pulseScale 5s ease-in-out infinite;}
	
@keyframes tiltWiggle {
	0%, 100% {transform: rotate(0deg);}
	25% {transform: rotate(1.5deg);}
	50% {transform: rotate(-1.5deg);}
	75% {transform: rotate(1deg);}
}
.image-tilt {animation: tiltWiggle 8s ease-in-out infinite;}

@keyframes skewBob {
	0%, 100% {transform: translateY(0) skew(0deg, 0deg);}
	50% {transform: translateY(-6px) skew(1deg, 1deg);}
}
.image-skew-bob {animation: skewBob 6s ease-in-out infinite;}

.shadowbox {
	text-align: center;
	color: var(--black);
	margin-top: 2rem;
	margin-bottom: 2rem;
	padding: 1rem 6rem;
	border-radius: var(--br-md);
	background: var(--white);
	-moz-box-shadow: var(--moz-box-shadow);
	-webkit-box-shadow: var(--webkit-box-shadow);
	box-shadow: var(--box-shadow);
}
.shadowbox p:last-child {margin-bottom: 0;}
img.shadow-icon {
	position: absolute;
	z-index: 1;
}
img.shadow-icon:not(.right-icon) {
	text-align: left;
	left: 0;
	margin-left: -20px;
}
img.shadow-icon.right-icon {
	text-align: right;
	right: 0;
	margin-right: -20px;
}
img.shadow-icon.top-icon {
	top: 0;
	margin-top: -10px;
}
img.shadow-icon.btm-icon {
	bottom: 0;
	margin-bottom: -10px;
}
.shadow-icon.icon-md {
	width: 75px;
    height: 75px;
}
.shadow-icon.icon-sm {
	width: 50px;
    height: 50px;
}
img.shadow-icon.icon-sm:not(.btm-icon) {margin-top: 10px;}
img.shadow-icon.btm-icon.icon-sm {margin-bottom: 10px;}
img.shadow-icon.icon-sm:not(.right-icon) {margin-left: -10px;}
img.shadow-icon.icon-sm.right-icon {margin-right: -10px;}
	
img.shadow-icon.icon-md:not(.btm-icon) {margin-top: 10px;}
img.shadow-icon.btm-icon.icon-md {margin-bottom: 10px;}
img.shadow-icon.icon-md:not(.right-icon) {margin-left: -10px;}
img.shadow-icon.icon-md.right-icon {margin-right: -10px;}
	
img.shadow-icon.icon-lg:not(.btm-icon) {margin-top: -20px;}
img.shadow-icon.btm-icon.icon-lg {margin-bottom: -20px;}
img.shadow-icon.icon-lg:not(.right-icon) {margin-left: -35px;}
img.shadow-icon.icon-lg.right-icon {margin-right: -35px;}
.shadow-icon.icon-lg {
	width: 100px;
    height: 100px;
}
	
@media only screen and (max-width:767px) {
	.shadowbox {padding: 2rem;}
	.shadow-icon.icon-md {
		width: 55px;
		height: 55px;
	}
	.shadow-icon.icon-sm {
		width: 40px;
		height: 40px;
	}
	img.shadow-icon.icon-sm:not(.right-icon) {margin-left: 0;}
	img.shadow-icon.icon-sm.right-icon {margin-right: 0;}
	.shadow-icon.icon-lg {
		width: 65px;
		height: 65px;
	}
	img.shadow-icon.icon-lg:not(.right-icon) {margin-left: 0;}
	img.shadow-icon.icon-lg.right-icon {margin-right: 0;}
	img.shadow-icon.icon-lg:not(.btm-icon) {margin-top: -5px;}
	img.shadow-icon.btm-icon.icon-lg {margin-bottom: -5px;}
}
@media only screen and (min-width:1600px) {
	.shadowbox {padding: 4rem;}
	.shadow-icon.icon-md {
		width: 100px;
		height: 100px;
	}
	.shadow-icon.icon-sm {
		width: 80px;
		height: 80px;
	}
	img.shadow-icon.icon-sm:not(.right-icon) {margin-left: -30px;}
	img.shadow-icon.icon-sm.right-icon {margin-right: -30px;}
	img.shadow-icon.icon-sm:not(.btm-icon) {margin-top: -10px;}
	img.shadow-icon.btm-icon.icon-sm {margin-bottom: -10px;}
	.shadow-icon.icon-lg {
		width: 120px;
		height: 120px;
	}
	img.shadow-icon.icon-lg:not(.right-icon) {margin-left: -60px;}
	img.shadow-icon.icon-lg.right-icon {margin-right: -60px;}
	img.shadow-icon.icon-lg:not(.btm-icon) {margin-top: -25px;}
	img.shadow-icon.btm-icon.icon-lg {margin-bottom: -25px;}
}

.pink-shadow {
	padding: 3rem;
	background: var(--white);
	border-radius: var(--br-md);
	-moz-box-shadow: 0px 0px 30px 0px #f74a92;
	-webkit-box-shadow: 0px 0px 30px 0px #f74a92;
	box-shadow: 0px 0px 30px 0px #f74a92;
}
@media only screen and (min-width:1600px) {
	.pink-shadow {padding: 4rem;}
}
@media only screen and (max-width:767px) {
	.pink-shadow {padding: 1.5rem;}
}

.shadow-img {
	position: relative;
	z-index: 0;
}
.shadow-img .shadowbox {z-index: 80;}
.shadow-img img {
	z-index: 100;
	position: relative;
}
.shadow-img .shadowbox p:last-child {margin-bottom: 0;}
.shadowbox.shadow-right {
	margin-right: -6rem;
	padding-right: calc(6rem + 3rem);
}	
.shadowbox.shadow-left {
	margin-left: -6rem;
	padding-left: calc(6rem + 3rem);
}
	
@media only screen and (max-width:767px) {
	.shadowbox.shadow-left {
		margin-left: 0;
		padding-left: 2rem;
	}
	.shadowbox.shadow-right {
		margin-right: 0;
		padding-right: 2rem;
	}
	.shadow-img .shadowbox {margin-top: -.5rem;}
}
@media only screen and (min-width:768px) {
	.shadowbox.skew-right {transform: rotate(-2deg);}
	.shadowbox.skew-left {transform: rotate(2deg);}
}

.bullet-list {
	text-align: left;
	position: relative;
	padding-left: 2rem;
	margin-top: 3rem;
}
.bullet-list:before {
	content: "";
	position: absolute;
	margin-top: 15px;
	width: 2px;
	height: 100%;
	margin-left: 12px;
	background: var(--circle-color, #000);
	background: linear-gradient(
		0deg,
		transparent 0%,
		var(--circle-color, var(--black)) 20%,
		var(--circle-color, var(--black)) 100%
	);
}
.bullet-content {padding-left: 3rem;}
.bullet-h2 h2, .bullet-h3 h3, .bullet-h4 h4, .bullet-lead .lead, .bullet-para p {position: relative;}
.bullet-h2 h2:before,
.bullet-h3 h3:before,
.bullet-h4 h4:before,
.bullet-lead .lead:before,
.bullet-para p:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--circle-color, #000); /* default fallback */
	margin-left: -60px;
	transform: scale(var(--scale, 1));
	transform-origin: center;
}
.bullet-h4 h4:before {margin-top: -5px;}
.bullet-para p:before {
	width: 30px;
	height: 30px;
	margin-left: -50px;
}

.bullet-h2 h2:last-of-type:before,
.bullet-h3 h3:last-of-type:before,
.bullet-h4 h4:last-of-type:before,
.bullet-lead .lead:last-of-type:before {
	background: var(--circle-color-last, #f74a92);
}

.bullet-h2 h2:not(:first-of-type) {margin-top: 3rem;}
.bullet-h3 h3:not(:first-of-type) {margin-top: 3rem;}
.bullet-h4 h4:not(:first-of-type) {margin-top: 2.5rem;}
.bullet-lead .lead:not(:first-of-type) {margin-top: 2rem;}
.bullet-para p:not(:first-of-type) {margin-top: 1.5rem;}
	
@media only screen and (max-width:767px){
	.bullet-list {padding-left: .25rem;}
}








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

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

.cta-icon {position: absolute;}
h1 .cta-icon {
	margin-top: 4rem !important;
	margin-left: -3rem !important;
}
@media only screen and (min-width:1600px) {
	h1 .cta-icon {margin-top: 7rem !important;}
}
@media only screen and (max-width:767px) {
	h1 .cta-icon {margin-left: -1.5rem !important;}
}

.svg-icon + h2, .svg-icon + h3 {padding-top: 0;}
img.icon, .icons svg {
	width: 80px;
	height: 80px;
	margin: 1rem 0;
}
img.sm-icon, .sm-icons svg {
	width: 50px;
	height: 50px;
	margin: 1rem 0;
}
.svg-icon {
	max-width: 60px;
	max-height: 60px;
	margin: .5rem 0;
}
.emoji-icon {
	/*position: absolute;*/
    width: 80px;
    height: 80px;
}
p.icon-title {font-weight: var(--bold);}
@media only screen and (max-width:576px) {
	img.icon, .icons svg {
		width: 50px;
		height: 50px;
	}
}

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

/* Lists */
.checklist, .crosslist {
	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}
.checklist li:before, .crosslist li:before, .checklist p:before, p.checkmark:before, .crosslist p:before, p.crossmark:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    width: 20px;
    height: 20px;
	margin-top: 6px;
    background-image: url('/wp-content/uploads/2025/05/checkmark-emoji.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.crosslist li:before, .crosslist p:before, p.crossmark:before {
	background-image: url('/wp-content/uploads/2025/05/crossmark-emoji.png');
}

/* Navigation */
.navbar {
	z-index: 9999999;
	position: fixed;
}
ul.menu {
	max-width: 100%;
	background: var(--white);
	-moz-box-shadow: var(--moz-box-shadow);
	-webkit-box-shadow: var(--webkit-box-shadow);
	box-shadow: var(--box-shadow);
}
.navbar li a {color: var(--black);}
.navbar li a:hover, .navbar li a:focus {
	color: var(--blue);
	text-decoration: none;
}
.menu-icon {
	width: 40px;
	height: 40px;
	transition: transform 0.3s ease;
}
@media only screen and (min-width:801px) {
	.navbar {
		display: flex;
		right: 0;
		top: 15px;
		justify-content: end;
	}
	ul.menu {
		display: block;
		position: relative;
		padding: .5rem 1rem;
		border-radius: var(--br-md);
	}
	.menu {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.menu-item {
		margin: 1rem 0;
		position: relative;
	}
	.menu-link {
		display: flex;
		align-items: center;
		text-decoration: none;
		position: relative;
	}
	.menu-label {
		opacity: 0;
		transform: translateX(-10px);
		transition: all 0.3s ease;
		margin-right: 0.5rem;
		white-space: nowrap;
		color: var(--black);
		font-size: 1rem;
		position: absolute;
		left: 0;
		margin-left: -100px;
		background: var(--white);
		padding: 1rem;
		border-radius: var(--br-md);
	}
	.menu-link:hover .menu-label {
		opacity: 1;
		transform: translateX(0);
		pointer-events: auto;
	}
}
@media only screen and (max-width:800px) {
	.navbar {
		left: 0;
		bottom: 0;
		padding: 0;
	}
	.navbar li a {font-size: 1rem;}
	.navbar li a img {
		display: block;
		margin: 0 auto;
	}
	ul.menu {
		display: flex;
		background: var(--grey);
		justify-content: space-between;
		padding: .5rem 1rem;
		width: 100vw;
		margin-bottom: 0;
	}
	.menu-item {
		display: inline-block;
		margin: 0 auto;
	}
}

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

/* 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;
}

a.read-more, p.read-more {
	color: var(--dark-blue) !important;
	border-bottom: 1px solid var(--dark-blue);
	width: fit-content;
}
p.read-more {cursor: pointer;}
a.read-more:hover, a.read-more:focus, p.read-more:hover, p.read-more:focus {
	color: var(--blue) !important;
	text-decoration: none !important;
	border-bottom: 1px solid var(--blue);
}
a.read-more:after, p.read-more:after {
	content: "";
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
	margin-top: 2px;
    width: 20px;
    height: 20px;
	background-color: var(--dark-blue);
	-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;
}
a.read-more:hover:after, a.read-more:focus:after, p.read-more:hover:after, p.read-more:focus:after {background-color: var(--blue) !important;}

p a, li a, a {color: var(--dark-blue);}
p a:hover, p a:focus, li a:hover, li a:focus, a:hover, a:focus {color: var(--pink);}

.btn, a.cky-banner-element {
	border-radius: var(--br-md);
	font-weight: var(--bold);
	padding: 12px 30px;
	margin: 1rem 0;
	font-size: 1.5rem;
	-webkit-transition: all .3s linear;
	width: fit-content;
}

.primary-btn, :where(.editor-styles-wrapper) .btn.primary-btn {
	background: var(--dark-blue);
	color: var(--white);
	position: relative;
	padding: 12px 30px;
	position: relative;
}
.primary-btn:hover, .primary-btn:focus {
	background: var(--pink);
	color: var(--white);
}

.secondary-btn, :where(.editor-styles-wrapper) .btn.secondary-btn, .cky-banner-element {
	border: 2px solid var(--dark-blue);
	color: var(--dark-blue);
}
.secondary-btn:hover, .secondary-btn:focus, .cky-banner-element:hover, .cky-banner-element:focus {
	border: 2px solid var(--pink);
	color: var(--pink);
}

.cta-wrapper {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-end;
	position: relative;
}
.cta-caveat {
	width: 200px;
	margin-top: 8px;
	margin-right: -100px;
	text-align: center;
}

img.cta-emoji {max-width: 80px;}

@media only screen and (max-width:576px) {
	.btn {
		padding: 12px;
		width: 100%;
	}
	.cta-caveat {
		max-width: 95%;
		margin: 0 auto;
		margin-right: 0;
	}
}

.attention {
	position: relative;
	z-index: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: calc(100vw * 306 / 933);
}
.attention:before {
	content: "";
	z-index: -1;
	position: absolute;
	width: 100vw;
	height: 100%;
	left: 0;
	top: 0;
	background: url('/wp-content/uploads/2025/05/strips.webp') center / contain no-repeat;
}
.att-circle {
	padding: 1rem;
	aspect-ratio: 1 / 1;
	background: var(--white);
	border-radius: 50%;
	text-align: center;
	display: inline-grid;
	place-items: center;
	box-shadow: var(--box-shadow);
	-moz-box-shadow: var(--moz-box-shadow);
	-webkit-box-shadow: var(--webkit-box-shadow);
}
.att-circle p:last-child {margin-bottom: 0;}
@media only screen and (min-width:1300px) {
	.att-circle {
		padding: 2rem;
		margin-top: -1rem;
	}
}
@media only screen and (min-width:1600px) {
	.attention {
		margin: 0 auto;
		margin-top: 3rem;
		margin-bottom: 3.5rem;
		max-width: 1500px;
		border-radius: var(--br-lg);
		box-shadow: var(--box-shadow);
		-moz-box-shadow: var(--moz-box-shadow);
		-webkit-box-shadow: var(--webkit-box-shadow);
	}
	.attention:before {max-width: 1500px;}
}
@media only screen and (max-width:767px) {
	.attention {
		margin-top: 4rem;
		margin-bottom: 4rem;
	}
}

.solid-bg {
	padding-top: 2rem;
	padding-bottom: 3rem;
}
.solid-bg p:last-child {margin-bottom: 0;}
.logo-pattern, .radial-gr {position: relative;}
.logo-pattern:before {
	content: "";
	z-index: -1;
	position: absolute;
	width: 105vw;
	height: 105%;
	left: 50%;
	top: 0;
	transform: translateX(-50%) rotate(5deg);
	background: url('/wp-content/uploads/2025/05/social-edge-logo-strip-spaced.png') top left repeat;
	background-size: auto 90px;

	-webkit-mask-image: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, .2) 20%,
		rgba(0, 0, 0, .2) 80%,
		rgba(0, 0, 0, 0) 100%
	);
	mask-image: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, .2) 20%,
		rgba(0, 0, 0, .2) 80%,
		rgba(0, 0, 0, 0) 100%
	);
	-webkit-mask-composite: destination-in;
	mask-composite: intersect;
}

.radial-gr {z-index: 0;}
.radial-gr:before {
	content: "";
	width: 80vh;
	height: 80vh;
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	filter: blur(10px);
	background: radial-gradient(circle,rgba(50, 105, 135, 0.8) 0%, rgba(50, 105, 135, 0) 70%, rgba(255, 255, 255, 0) 100%);
}

.social-reference {position: relative;}
.social-post {
	padding-top: .3rem;
	padding-bottom: .3rem;
	background: var(--white);
	border-radius: var(--br-md);
	overflow: hidden;
	-moz-box-shadow: var(--moz-box-shadow);
	-webkit-box-shadow: var(--webkit-box-shadow);
	box-shadow: var(--box-shadow);
}
.post-visual {
    width: 100%;
    height: 75%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 18%;
}
.post-visual img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.rotate-card-right {
	transform: rotate(5deg);
	-webkit-transition: all .3s linear;
}
.rotate-card-left {
	transform: rotate(-5deg);
	margin-top: 3rem;
	-webkit-transition: all .3s linear;
}
.rotate-card-right:hover, .rotate-card-right:focus, .rotate-card-left:hover, .rotate-card-left:focus {transform: rotate(0deg);}
	
.ma-left {margin-left: -1.5rem;}
	
.team-row .row, .social-row .row {
    flex-wrap: nowrap;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.team-row, .social-row {overflow-y: auto;}
	
.filmstrip {
	background: var(--black);
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	gap: 1rem;
	padding: 1rem 0;
	margin-bottom: 2rem;
	width: fit-content;
	max-width: 70vw;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.filmstrip::-webkit-scrollbar {display: none;}
.filmstrip.right-strip {
	margin-left: auto;
	margin-right: 0;
}
.film-img {
	background: var(--dark-blue);
	flex: 0 0 auto;
	width: auto;
}
.film-img img {
	display: block;
	height: 20vh;
	object-fit: cover;
}
.film-img:first-child {margin-left: 1rem;}
.film-img:last-child {margin-right: 1rem;}
	
@media only screen and (min-width:992px) {
	.justify-content-md {
		-ms-flex-pack: center!important;
		justify-content: center !important;
	}
}
@media only screen and (max-width:767px) {
	.rotate-card-right {transform: rotate(3deg);}
	.rotate-card-left {
		transform: rotate(-3deg);
		margin-top: 2rem;
	}
	.ma-left {margin-left: -1.5rem;}
	.film-img:last-child {margin-right: -1rem;}
	.film-img:last-of-type {margin-right: 1rem;}
	.filmstrip-wrapper {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		gap: 1rem;
		padding: 1rem 0;
		max-width: 100vw;
		scrollbar-width: none;
		-ms-overflow-style: none;
		background: var(--black) !important;
		width: 100vw;
		position: relative;
		left: 50%;
		right: 50%;
		margin-left: -50vw;
		margin-right: -50vw;
	}
	.filmstrip-wrapper::-webkit-scrollbar {display: none;}
	.filmstrip {
		all: unset;
		display: contents;
	}
	.film-img {flex: 0 0 auto;}
}

.testimonial-box .row {flex-wrap: nowrap;}
.testimonial-box {overflow: auto;}

.testimonial-box::-webkit-scrollbar, .social-row::-webkit-scrollbar, .team-row::-webkit-scrollbar {height: 10px;}
.testimonial-box::-webkit-scrollbar-track, .social-row::-webkit-scrollbar-track, .team-row::-webkit-scrollbar-track {
	background-color: var(--grey);
	border-radius: 15px;
	max-width: 60% !important;
	margin-top: 3rem;
	margin-left: 25vw;
	margin-right: 25vw;
}
.testimonial-box::-webkit-scrollbar-thumb, .social-row::-webkit-scrollbar-thumb, .team-row::-webkit-scrollbar-thumb {
	background-color: var(--pink);
	border-radius: var(--br-lg);
}
@-moz-document url-prefix() {
	.testimonial-box, .social-row, .team-row {
		scrollbar-width: thin;
		scrollbar-color: var(--pink) var(--grey);
		margin: 1rem;
	}
}

.quote-box {
	background: var(--white);
	border-radius: var(--br-md);
	padding: 1.5rem;
	-moz-box-shadow: var(--moz-box-shadow);
	-webkit-box-shadow: var(--webkit-box-shadow);
	box-shadow: var(--box-shadow);
}
.author {
    display: flex;
    align-items: center;
    gap: 10px;
	margin-top: .5rem;
}
.author {margin-top: auto;}
.author p {
	margin-bottom: 0;
	font-size: 85%;
	margin-top: auto;
}
img.quote-logo {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	object-fit: contain;
}

/* Misc */
.boxes {display: flex;}
.same-h {
	display: flex;
    flex-direction: column;
	height: 100%;
	flex: 1;
}
.push-down {margin-top: auto;}

/* Team */
.team-box, .pos-abs {-webkit-transition: all .3s linear;}
.pos-abs {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.hovered .pos-abs {margin-top: 100vh;}
.hovered .team-role {display: none;}
.hovered .team-name {text-shadow: 1px 1px 2px var(--black);}
.team-box {height: 80vh;}
.box-blue {background: var(--dark-blue);}
.box-pink {background: var(--pink);}
.box-white {
	background: var(--white);
	color: var(--black) !important;
}
.box-black {background: var(--black);}

.team-name, .team-role {
	transform: rotate(-4deg);
	color: var(--white);
}
.box-white .team-name, .box-white .team-role {color: var(--black);}
.hovered.box-white .team-name {text-shadow: 1px 1px 2px var(--white);}
.team-name {
	font-size: 3rem;
	font-family: var(--accent-font);
}

/* Accordions */
.accordions-content {padding-bottom: 1rem;}
.accordions {
	margin-bottom: 30px;
	border-bottom: 1px solid var(--pink);
}
.accordions button {
	color: var(--dark-blue);
	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(--dark-blue);}
.accordions button:after {
    content: "";
    float: right;
	width: 20px;
	height: 20px;
	right: 0;
    position: absolute;
    transform: rotate(-90deg);
    -webkit-transition: all .3s linear;
	background-color: var(--pink);
	-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;}

/* 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(--black);}
a.social-link:hover, a.social-link:focus {text-decoration: none;}
.socials p {padding-top: 1rem;}
.social-icon {padding-bottom: 1rem;}
.social-icon {margin-right: .5rem;}
.social-icon:last-child {margin-right: 0;}
.social-icon:before {
    content: "";
    display: inline-block;
    vertical-align: top;
	-webkit-transition: all .3s linear;
    width: 30px;
    height: 30px;
}
.social-icon:hover:before {transform: scale(1.1);}

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

/* FOOTER */
footer {
	overflow: clip;
	padding-top: 10rem;
	padding-bottom: 4rem;
}
footer.logo-pattern:before {
	-webkit-mask-image: linear-gradient(
		to bottom,
		rgba(0, 0, 0, .2) 0%,
		rgba(0, 0, 0, .2) 100%
	);
	mask-image: linear-gradient(
		to bottom,
		rgba(0, 0, 0, .2) 0%,
		rgba(0, 0, 0, .2) 100%
	);
}
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(--white);}
footer ul a:hover, footer ul a:focus {color: var(--orange-bright);}
footer .policies ul li {font-size: 95%;}
footer .current-menu-item a {
	opacity: .5;
	pointer-events: none;
}

.footer-logo {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}
.footer-logo img, img.footer-icon {
    max-height: 100px;
    width: auto;
}
@media only screen and (min-width: 992px) {
	footer .policies ul li {
		display: inline;
		margin-right: 1rem;
	}
}
@media only screen and (max-width:800px) {
	footer {padding-bottom: 6rem;}
}
@media only screen and (max-width: 767px) {
	.footer-container {padding-top: 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: 5%;
		margin-right: 5%;
	}
	.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;
	}
	.fluid-xxl-max, .fluid-max, .wp-block-columns {
		margin-left: 10%;
		margin-right: 10%;
	}
	.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-3, .py-xxl-3 {padding-top: 5rem !important;}
	.pb-xxl-3, .py-xxl-3 {padding-bottom: 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%;}
}