:root {
	--mainFont: Inter, sans-serif;
	--accentFont: Quicksand;
	--bg: #fff;

	--em: 16px;
	--emLg: calc(1.25 * var(--em));
	--emXl: calc(1.5 * var(--em));

	--text: #000;

	--borderRadius: 30px;
	--borderRadiusXS: 12px;

	--border: 1px solid #C4C4C4;

	--acrylic: rgba(255,255,255,0.8);

	--gap: 30px;
	--smallGap: calc(var(--gap) / 2);
	--spacing: calc(3 * var(--gap));

	--wp--preset--font-size--large: var(--emLg);
	--dark: var(--wp--preset--color--dark);
	--pale: var(--wp--preset--color--pale);
	--white: var(--wp--preset--color--white);
	--black: var(--wp--preset--color--black);
	--navy: var(--wp--preset--color--navy);
	--midBlue: var(--wp--preset--color--mid-blue);
	--tBlue: var(--wp--preset--color--t-blue);

	--shadow: 0 10px 20px rgba(0,0,0,0.05);


	--accent: var(--midBlue);
}

.is-style-floating .wp-block-media-text__media,
.is-style-floating > img,
.is-style-floating-alt .wp-block-media-text__media,
p.is-style-panel,
div.is-style-panel,
div.is-style-floatie,
:is(figure.is-style-panel, figure.is-style-floatie) img,
#call-tracking-animation .wp-block-gallery,
.is-style-floating-icon i,
.is-style-floating-icon > *:first-child,
.editor-styles-wrapper .is-style-floating-icon > .wp-block-group__inner-container > p:first-child {
	border: var(--border);
	box-shadow: var(--shadow);
	padding: 5px;
	border-radius: var(--borderRadiusXS);
	background: var(--bg);
}

.is-style-floating > img {
	padding: 0;
}

body .is-layout-flex.is-style-tags {
	gap: 5px 1em;
}

.is-style-tags .wp-block-button__link, .tag-filters a {
	--color: 88,88,88;
	color: rgb(var(--color));
	background: rgba(var(--color), 0.3);
	border: 1px solid rgb(var(--color));
	padding: 5px 1em;
	font-weight: bold;
	font-size: 12px;
	border-radius: 1em;
	transition: all 0.3s;
}

.tag-filters {
	grid-column: 1 / -1;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	justify-content: center;
}

.is-style-tags .wp-block-button__link.filter-Released, .tag-filters .filter-Released {
	--color: 29, 145, 2;
}

.is-style-tags .wp-block-button__link.filter-Beta, .tag-filters .filter-Beta {
	--color: 55, 99, 151;
}

.is-style-tags .wp-block-button__link.filter-AI_Powered, .tag-filters .filter-AI_Powered {
	--color: 28, 15, 162;
}

.is-style-tags .wp-block-button__link.filter-Planned, .tag-filters .filter-Planned {
	--color: 231, 107, 20;
}

.is-style-tags .wp-block-button__link.filter-In_Development, .tag-filters .filter-In_Development {
	--color: 194, 35, 35;
}

.is-style-tags .wp-block-button__link.filter-In_Design, .tag-filters .filter-In_Design {
	--color: 155, 81, 224;
}

.is-style-tags .wp-block-button__link.filter-In_Testing, .tag-filters .filter-In_Testing {
	--color: 99, 99, 99;
}

.is-style-tags .wp-block-button__link.filter-Coming_Soon, .tag-filters .filter-Coming_Soon {
	--color: 26, 165, 152;
}

.is-style-tags .wp-block-button__link:hover, .tag-filters a {
	color: #fff;
	background: rgba(var(--color), 0.9);
	border: 1px solid rgb(var(--color));
}

.tag-filters a:hover {
	background: rgba(var(--color), 0.3);	
}

.is-style-video-box {
    background: var(--dark);
    border-radius: var(--borderRadiusXS);
    border: var(--border);
    box-shadow: var(--shadow);
    display: flex;
    align-items: center;
}

.is-style-video-box > div {
	width: 100%;
}

.is-style-heroslider .wp-block-column:first-child {
	padding-block: calc(3* var(--gap)) var(--spacing);
}


.editor-styles-wrapper .is-style-floating-icon > .wp-block-group__inner-container > p:first-child {
	color: var(--dark);
}

.wp-block-column .wp-block-columns {
	gap: var(--gap) !important;
}

.is-style-scatters {
	display: grid;
	grid-template-columns: 35% 1fr;
	grid-row: 150px;
	gap: calc(2 * var(--gap));
	animation: spin 60s linear infinite alternate-reverse;
}

.is-style-scatters figure {
	animation: spin-counter 60s linear infinite alternate-reverse;
}

@keyframes spin {
	50% {
		transform: rotate(25deg);
	}
}

@keyframes spin-counter {
	50% {
		transform: rotate(-25deg);
	}
}

.is-style-faq {
	padding: var(--smallGap);
	border: var(--border);
	box-shadow: var(--shadow);
	border-radius: var(--borderRadiusXS);	
	margin-bottom: var(--gap) !important;
}

#entry li {
	margin-left: 1.3em;
}

#entry .is-style-faq > .wp-block-group__inner-container > :is(h2, h3):first-child,
.is-style-faq > .wp-block-group__inner-container > :is(h2, h3):first-child {
	font-size: 1.3em;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0;
	padding: var(--smallGap);
	margin: calc(-1 * var(--smallGap)) !important;
}

#entry .is-style-faq > .wp-block-group__inner-container > :is(h2, h3):first-child > * {
	margin-left: auto;
	margin-right: 1em;
}

#entry .is-style-faq > .wp-block-group__inner-container > :is(h2, h3):first-child:hover,
#entry .is-style-faq > .wp-block-group__inner-container > :is(h2, h3):first-child.open {
	opacity: 1;
	color: var(--accent);
}

#entry .is-style-faq > .wp-block-group__inner-container > :is(h2, h3):first-child:after {
	content: "\f107";
	font-family: var(--fa);
	transition: all 0.3s;
}

#entry .is-style-faq > .wp-block-group__inner-container > :is(h2, h3):first-child.open:after {
	transform: rotate(-180deg);
}

.is-style-faq > .wp-block-group__inner-container > p:not(:first-child) {
	line-height: 1.7em;
}

#entry .is-style-faq > .wp-block-group__inner-container > *:first-child ~ * {
	display: none;
}

.is-style-tooltip {
	font-size: 13px;
	background: var(--bg);
	padding: var(--smallGap);
	border: var(--border);
	box-shadow: var(--shadow);
	border-radius: var(--borderRadiusXS);
	max-width: 300px;
	text-align: left;
}

.is-style-tooltip:after {
	content: "";
	width: 75px;
	height: 63px;
	top: 100%;
	right: 100%;
	position: absolute;
	background: url('arrow.svg') no-repeat center center;
}

.is-style-floatie:after {
	content: attr(alt);
}

.is-style-timeline {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: var(--spacing) 20px;
	padding: var(--gap) 0;
	margin-bottom: var(--spacing) !important;
}

.is-style-timeline li {
	grid-column: 2;
	grid-row: span 2;
	list-style-type: none;
	padding: var(--gap);
}

.is-style-timeline li strong:first-child {
	color: var(--dark);
}

.is-style-timeline li:nth-child(even) {
	grid-column: 1;
	text-align: right;
}

.is-style-timeline li:before {
	content: "";
	display: block;
	width: 40px;
	border-radius: 2em;
	border: var(--border);
	box-shadow: var(--shadow);
	background: #fff url('/wp-content/uploads/2025/02/favicon.png') no-repeat center center;
	background-size: 30px 30px;
	aspect-ratio: 1;
	box-sizing: border-box;
}

.is-style-timeline li:nth-child(even):before {
	left: 100%;
	margin-left: -10px;
	position: absolute;
}


.is-style-timeline li:nth-child(odd):before {
	right: 100%;
	margin-right: -10px;
	position: absolute;
}

.is-style-timeline:before {
	content: "";
	width: 20px;
	border-radius: 2em;
	height: 100%;
	left: 50%;
	margin-left: -10px;
	top: 0;
	background: var(--tBlue);
	position: absolute;
}

.is-style-scatters img {
	padding: 15px !important;
}

.is-style-scatters figure img {
	transition: all 0.4s ease-in-out;
}

.is-style-scatters figure:hover img {
	transform: scale(1.1);
	transform-origin: center center;
}

.is-style-scatters figure:nth-child(1) {
	margin-left: auto;
	margin-top: var(--gap);
}

.is-style-scatters figure:nth-child(3) {
	margin: 0 auto;
}

.is-style-scatters figure:nth-child(4) {
	margin-left: 35%;
	margin-top: calc(-2 * var(--gap));
}

.is-style-scatters figure:nth-child(5) {
	margin-left: auto;
	margin-right: calc(-2 * var(--gap));
}

.is-style-scatters figure:nth-child(6) {
	margin: var(--negative) auto 0 calc(2 * var(--gap));
}

.is-style-floating-alt .wp-block-media-text__media {
	padding: 0;
	overflow: hidden;
}

.wp-block-column {
	position: relative;
}

.is-style-floating, .is-style-floating > figure {
	position: relative;
	z-index: 4;
}

.is-style-floatie {
	position: absolute;
	z-index: 5;
}

.is-style-floatie:nth-of-type(1) {
	top: calc(-1 * var(--gap));
	right: calc(2 * var(--gap));
}

.is-style-floatie:nth-of-type(2) {
	left: calc(-2 * var(--gap));
	top: calc(2 * var(--gap));
}

.is-style-floatie:nth-of-type(3) {
	left: var(--negative);
	bottom: var(--gap);
}

.is-style-floatie:nth-of-type(4) {
	right: calc(-2 * var(--gap));
	bottom: calc(3 * var(--gap));
}

.is-style-floating-icon {
	display: grid;
	grid-template-columns: 80px 1fr;
	grid-gap: var(--em);
}

.is-style-floating-icon > * {
	grid-column: 2;
}

section {
	padding-top: var(--spacing);
	padding-bottom: var(--spacing);
}

section.is-style-heroslider {
	padding-block: 0;
}

#entry .is-style-floating-icon > i,
#entry .is-style-floating-icon > *:not(.wp-block-group__inner-container):first-child,
.editor-styles-wrapper .is-style-floating-icon > *:not(.wp-block-group__inner-container):first-child,
.is-style-floating-icon > .wp-block-group__inner-container > i {
	grid-column: 1;
	grid-row: span 3;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1;
	font-size: 30px;
	color: var(--wp--preset--color--dark);
}

.is-style-floating-icon.wp-block-group {
	align-items: center;
}

.number .is-style-floating-icon.wp-block-group {
	align-items: start;
}

.is-style-floating-icon > .wp-block-group__inner-container > i {
	grid-row: span 1;
	color: var(--wp--preset--color--dark);
}

:is(#entry .is-style-floating-icon, .is-style-floating-icon, .is-style-scatters) > .wp-block-group__inner-container {
	display: contents !important;
}

#entry .is-style-floating-icon h3 {
	color: var(--wp--preset--color--dark);
	text-wrap: balance;
	margin-bottom: 0;
	font-size: 1.5em;
}

div {
	--wp--preset--font-size--large: var(--emXl);
	--wp--preset--font-size--medium: var(--emLg);
}

blockquote.wp-block-quote.is-style-default {
	font-size: var(--emLg);
	border-radius: var(--borderRadius);
	border: 3px solid var(--midBlue);
	padding: var(--gap);
	position: relative;
	margin-bottom: var(--gap);
}

blockquote.wp-block-quote.is-style-default:after {
	content: "";
	position: absolute;
	left: calc(2 * var(--gap));
	border-radius: 0 100% 0 0;
	border: 3px solid transparent;
	border-color: var(--midBlue) var(--midBlue) transparent transparent;
	top: 100%;
	width: calc(1.5 * var(--gap));
	height: calc(1.5 * var(--gap));
	z-index: 3;
	margin-left: -3px;
}

blockquote.wp-block-quote.is-style-default:before {
	top: 100%;
	height: 3px;
	background: var(--bg);
	left: calc(2 * var(--gap));
	width: calc(2.5 * var(--gap));
	content: "";
	position: absolute;
	z-index: 2;
}

blockquote.wp-block-quote.is-style-default p {
	line-height: 1.8em;
	margin-bottom: 0 !important;
}

blockquote.wp-block-quote.is-style-default cite {
	position: absolute;
	left: calc(5 * var(--gap));
	padding: 1em 0 0 0;
}

blockquote.wp-block-quote.is-style-default cite strong {
	display: block;
}

.editor-styles-wrapper :is(.has-x-large-font-size, .is-style-floating-icon > *:first-child, .is-style-floating-icon > .wp-block-group__inner-container > p:first-child) {
	font-size: 12px !important;
	align-self: start;
}

.editor-styles-wrapper :is(.has-x-large-font-size):after {
	content: " (will be shown as huge)";
}

.is-style-floating-icon p {
	font-size: var(--emLg);
	font-weight: 300;
	line-height: 1.8em;
}

.has-large-font-size {
	font-size: var(--emLg);
	font-weight: 300;
	line-height: 1.8em;	
}

section .is-style-overflow-top {
	margin-top: calc(-5 * var(--gap)) !important;
}

.wp-block-column:first-child .is-style-overflow-top {
	margin-left: 0;
}


:root :where(.is-layout-constrained) > *:first-child, :root :where(.is-layout-constrained) > h3 {
	margin-block-start: 0 !important;
}

.is-style-overflow-top img, .is-style-accent-br img {
	overflow: hidden;
	border-radius: var(--borderRadius);
}

.is-style-overflow-top {
	margin-top: calc(-2 * var(--gap));
	position: relative;
	margin-left: 2em;
	margin-bottom: 2em;
}

.is-style-overflow-top:before {
	width: 80px;
	height: 80px;
	border-radius: 0 0 0 calc(1.2 * var(--borderRadius));
	content: "";
	position: absolute;
	bottom: -1em;
	left: -1em;
	border: 2px solid var(--wp--preset--color--dark);
	border-width: 0 0 2px 2px;
}

.is-style-accent-br {
	position: relative;
	margin-right: 2em;
	margin-bottom: 2em;	
}

.is-style-accent-br:before {
	width: 80px;
	height: 80px;
	border-radius: 0 0 calc(1.2 * var(--borderRadius)) 0;
	content: "";
	position: absolute;
	bottom: -1em;
	right: -1em;
	border: 2px solid var(--wp--preset--color--dark);
	border-width: 0 2px 2px 0;	
}

*:not(figure).is-style-panel {
	color: var(--text);
	padding: var(--gap);
}

div.is-style-panel >  div {
	height: 100%;
	display: flex;
	flex-direction: column;
}

#entry div.is-style-panel > div p {
	margin: 0;
}

.is-style-panel > div > i:first-child {
	float: right;
	color: var(--dark);
	font-size: 1.5em;
	height: 0;
	text-align: right;
}

.is-style-panel > div > i:first-child + h3 {
	padding-right: 2em;
	text-wrap: auto !important;
}

.is-style-panel p:last-child {
	margin-top: auto !important;
}

.is-style-panel p:last-child a {
	color: var(--dark);
	display: block;
	padding-right: 20px;
	margin-top: var(--gap);
	transition: all 0.4s;
	text-wrap: balance;
	text-decoration: none;
}

.is-style-panel p:last-child a:hover {
	padding-right: 0;
}

.is-style-panel p:last-child a:hover i {
	transform: translateX(20px);
}

.numbers .is-style-panel img {
	max-height: 40px;
	width: auto !important;
	margin-bottom: var(--gap);
}

.wp-block-list.has-large-font-size li,
.wp-block-list.is-style-arrows li {
	list-style-type: none;
	margin-left: 70px;
	line-height: 1.6em;
	margin-bottom: 1em;
	position: relative;
}

.wp-block-list.is-style-arrows li {
	margin-left: calc(80px + var(--em));
}

.wp-block-list.has-large-font-size li:before,
.wp-block-list.is-style-arrows li:before {
	content: "";
	font-family: 'Font Awesome 6 Pro';
	font-weight: 300;
	color: var(--dark);
	position: absolute;
	left: -50px;
}

.wp-block-list.is-style-arrows li:before {
	left: -50px;	
}

.wp-block-media-text__content :is(.is-style-rounded-right, .is-style-rounded-left) {
	margin-top: calc(-1 * var(--spacing));
}

.is-style-rounded {
	border-radius: 100vw;
	overflow: hidden;
}

.padded-logo img, img.padded-logo {
	padding: 5px 0;
}

p.p-max, p.is-style-max-width {
	max-width: 600px;
	text-wrap: pretty;
	margin-left: 0 !important;
}

p.is-style-max-width.has-text-align-center  {
	margin-left: auto !important;
	margin-right: auto !important;
}

.is-vertically-aligned-stretch .is-style-panel {
	display: flex;
	flex-direction: column;
	height: 100%;
	gap: var(--gap);
}

.is-vertically-aligned-stretch .is-style-panel .wp-block-buttons {
	margin-top: auto;
}

.is-vertically-aligned-stretch .is-style-panel .wp-block-group__inner-container > *:first-child {
	height: 80px;
	margin-bottom: 0 !important;
}

.is-vertically-aligned-stretch .is-style-panel .wp-block-group__inner-container {
	display: contents;
}

.is-style-rounded-right {
	border-radius: 0 100vw 100vw 0;
	position: relative;
	padding: var(--gap) var(--spacing) var(--gap) 0 !important;
}

.is-style-rounded-right:before {
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	width: 100vw;
	height: 100%;
	background: inherit;
}

.is-style-rounded-left {
	border-radius: 100vw 0 0 100vw;
	position: relative;
	padding: var(--spacing);
	padding-right: 0;
	box-shadow: 5vw 0 0 var(--currentColor),10vw 0 0 var(--currentColor), 15vw 0 0 var(--currentColor), 20vw 0 0 var(--currentColor), 25vw 0 0 var(--currentColor), 30vw 0 0 var(--currentColor), 35vw 0 0 var(--currentColor), 40vw 0 0 var(--currentColor), 45vw 0 0 var(--currentColor);
}

aside {
	--spacing: calc(2* var(--gap));
}

#entry .is-style-hugeline {
	font-weight: 400;
	font-size: 3.5em;
}

.is-style-hugeline:first-line {
	font-size: 1.4em;
	font-weight: 600;
	color: var(--dark);
}

.has-medium-font-size,
.has-large-font-size,
#single-blog p {
	line-height: 2em;
	font-weight: 300;
}

.wp-block-column .has-medium-font-size,
#single-blog :is(ul, ol, p) {
	line-height: 1.6;
}

.wp-block-column .has-large-font-size {
	line-height: 1.6;
}

.numbers {
	grid-auto-flow: dense;
}

.numbers .has-text-align-center:not(.text-only):first-line {
	font-size: 3em;
	font-weight: 600;
	font-family: var(--accentFont);
	color: var(--dark);
}

.numbers .has-text-align-center.text-only strong {
	font-weight: 600;
	font-family: var(--accentFont);
	color: var(--dark);	
}

.numbers .has-text-align-center {
	font-weight: 300;
	margin-top: 0;
}

.numbers .has-text-align-center strong {
	font-weight: inherit;
}

body .numbers.is-layout-grid {
	grid-gap: var(--gap);
}

figure.is-type-video {
	background: #000;
	overflow: hidden;
	display: grid;
	box-shadow: var(--shadow);
	border-radius: var(--borderRadiusXS);
	align-items: center;
}

i {
	transition: all 0.4s;
}

.is-style-audio {
	border: 0;
	border-top: 5px dotted var(--dark);
	max-width: 100%;
	position: relative;
	width: 100%;
	display: flex;
	overflow: visible;
}

.is-style-audio:before {
	content: "";
	background: #fff url(waveshape.svg) no-repeat center center;
	height: 39px;
	width: 68px;
	margin: 0 auto;
	font-weight: bold;
	font-family: var(--fa);
	margin-top: -22px;
	position: relative;
	z-index: 5;
	transform: translateX(4px);
}

section :where(.wp-block-columns.is-layout-flex), section .wp-block-columns,
body .is-layout-grid {
	gap: var(--spacing);
}

.wp-block-media-text__content .wp-block-columns, body .is-layout-grid.mini {
	--spacing: var(--gap);
}

body .is-layout-grid.mini p {
	flex-grow: 2;
}

body .is-layout-grid > h2 {
	align-self: center;
	margin-top: 0;
	margin-bottom: 0 !important;
}

:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img) {
	border-radius: var(--borderRadiusXS) !important;
}

body section .is-style-grid {
	display: grid;
	gap: calc(2* var(--gap));
}

:where(figure):last-child {
	margin-bottom: 0;
}

.is-style-grid {
	grid-template-columns: repeat(3, 1fr);
}

.is-style-grid > .wp-block-column {
	display: contents;
}

.is-style-grid .is-vertically-aligned-bottom > div {
	align-self: end;
}

.is-style-grid h2 {
	align-self: center;
	margin: 1em 0;
}

.is-style-grid h2:first-child {
	margin-top: 0;
}

.is-style-grid.wp-container-core-columns-is-layout-2 {
	grid-template-columns: repeat(2, 1fr);
}

.is-style-grid.wp-container-core-columns-is-layout-3 {
	grid-template-columns: repeat(3, 1fr);
}

.is-style-grid.wp-container-core-columns-is-layout-4 {
	grid-template-columns: repeat(4, 1fr);
}

.is-style-grid.wp-container-core-columns-is-layout-4.wp-container-core-columns-is-layout-5 {
	grid-template-columns: repeat(4, 1fr);
}

.is-style-grid.wp-container-core-columns-is-layout-5 {
	grid-template-columns: repeat(5, 1fr);
}

/*.is-style-grid.wp-container-core-columns-is-layout-6 {
	grid-template-columns: repeat(6, 1fr);
}
*/
blockquote p {
	margin-bottom: 1em;
	max-width: var(--textContainer);
}

.owl-carousel .owl-stage {
	align-items: center;
}

.is-style-heroslider.owl-carousel .owl-stage {
	align-items: start;
}

.wp-block-pullquote {
	padding: 0;
	margin: 2em 0;
}


/* colors */


.has-pale-background-color {
	--currentColor: var(--wp--preset--color--pale);
	background: var(--wp--preset--color--pale);
}

.has-dark-background-color {
	--currentColor: var(--wp--preset--color--dark);
	background: var(--wp--preset--color--dark);
}

.has-navy-background-color {
	--currentColor: var(--wp--preset--color--navy);
	background: var(--wp--preset--color--navy);
}

.has-mid-blue-background-color {
	--currentColor: var(--wp--preset--color--mid-blue);
	background: var(--wp--preset--color--mid-blue);
}

.has-t-blue-background-color {
	--currentColor: var(--wp--preset--color--t-blue);
	background: var(--wp--preset--color--t-blue);
}

.has-gradient-gradient-background {
	background: linear-gradient(to bottom, #14255E 0%, #161D36 100%);
}

.has-gradient-gradient-pale-background {
	background: linear-gradient(to bottom, #ffffff 0%, #E8F0F7 100%);
}

.has-dark-color {
	color: var(--wp--preset--color--dark);
}

.has-pale-color {
	color: var(--wp--preset--color--pale);
}

.has-white-color {
	color: var(--wp--preset--color--white);
}

.has-black-color {
	color: var(--wp--preset--color--black);
}

.has-navy-color {
	color: var(--wp--preset--color--navy);
}

.has-mid-blue-color {
	color: var(--wp--preset--color--mid-blue);
}

.has-t-blue-color {
	color: var(--wp--preset--color--t-blue);
}

#entry div *.has-x-large-font-size:not(:last-child) {
	margin-bottom: var(--em);
}

.span-2 {
	grid-column: span 2;
}

.span-3 {
	grid-column: span 3;
}

#call-tracking-animation {
	position: relative;
}


.call-details .wp-block-group {
	width: 305px;
}

#call-tracking-animation:before {
	content: "";
	display: block;
	left: calc(2 * var(--gap));
	right: var(--gap);
	height: 6px;
	position: absolute;
	top: 50%;
	z-index: 0;
	border-radius: 10px;
	margin-top: -3px;
	background: linear-gradient(to right, var(--pale) 0%, var(--accent) 50%, var(--pale) 100%);
	background-size: 125px;
	animation: animateBg 9s infinite linear;
}

#call-tracking-animation > * {
	position: relative;
	z-index: 2;
}

#call-tracking-animation .wp-block-gallery {
	--wp--style--unstable-gallery-gap: 5px;
	gap: 5px;
	height: inherit;
	overflow: hidden;
}

#call-tracking-animation.animate .wp-block-group__inner-container > * {
	opacity: 1;
	transform: none;
}

#call-tracking-animation > .wp-block-image:first-child {
	align-self: center;
}

#call-tracking-animation .call-details,
#call-tracking-animation .icons {
	padding: var(--gap);
	border-radius: var(--borderRadiusXS);
	border: var(--border);
	background: var(--bg);
	box-shadow: var(--shadow);
}

#call-tracking-animation .icons {
	padding: 0;
	background: var(--bg);
	gap: 0;
}

#entry #call-tracking-animation .icons > * {
	background: var(--bg);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 100px;
	color: var(--accent);
	margin-bottom: 0;
	transition: var(--transition);
	opacity: 0.7;
	box-shadow: inset 0 0 0 1px #ddd;
}

#entry #call-tracking-animation .icons > *:first-child {
	border-top-left-radius: var(--borderRadiusXS);
}

#entry #call-tracking-animation .icons > *:nth-child(2) {
	border-top-right-radius: var(--borderRadiusXS);
}

#entry #call-tracking-animation .icons > *:nth-last-child(2) {
	border-bottom-left-radius: var(--borderRadiusXS);
}

#entry #call-tracking-animation .icons > *:nth-last-child(1) {
	border-bottom-right-radius: var(--borderRadiusXS);
}

#entry #call-tracking-animation .icons > *.start {
	transform: scale(1.1) !important;
	transform-origin: center center;
	opacity: 1;
	box-shadow: var(--shadow), inset 0 0 0 1px #ddd;
	z-index: 2;
}

#call-tracking-animation .call-details h3 {
	font-weight: bold;
	margin-bottom: var(--smallGap);
}

#call-tracking-animation .call-details h4 {
	font-size: 13px;
	margin-top: var(--smallGap);
	margin-bottom: 5px;
}

#call-tracking-animation .call-details h4 i {
	margin-left: 1em;
}

#call-tracking-animation .call-details p {
	line-height: 1.6em;
	font-size: 13px;
}

#call-tracking-animation audio {
	margin-top: 0;
	height: 30px;
}

#call-tracking-animation {
	height: 550px;
}

#call-tracking-animation .wp-block-gallery img {
	margin: 0;
	border-radius: 4px;
	border: var(--border);
	padding: 5px;
	aspect-ratio: 1;
}

#call-tracking-animation .wp-block-gallery figure {
	opacity: 0.3;
}

#call-tracking-animation .wp-block-gallery .start {
	animation: tada 1s;
	opacity: 1;
}

.reaction {
	--reactionBg: #ddd;
	--reactionIcon: #444;
	background: var(--reactionBg);
	display: inline-flex;
	padding: 5px;
	align-items: center;
	gap: .5em;
	font-size: 14px;
	margin-top: 0 !important;
	border-radius: 2em;
	line-height: 14px;
}

.reaction.positive {
	--reactionBg: #dcf4dc;
	--reactionIcon: #418841;
}

.reaction.negative {
	--reactionBg: #f4dcdc;
	--reactionIcon: #e45656;
}

.reaction svg {
	width: 1em;
	height: auto;
	color: var(--reactionIcon);
}

@keyframes animateBg {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 100% 0;
	}
}

@media screen and (max-width: 1000px) {

	div div.is-style-grid.wp-block-columns,
	.is-style-grid.wp-container-core-columns-is-layout-4.wp-container-core-columns-is-layout-5 {
		grid-template-columns: repeat(auto-fill,minmax(320px,1fr));
	}

	.span-3 {
		grid-column: 1 / -1;
	}

}

@media screen and (max-width: 650px) {

	.span-2 {
		grid-column: 1 / -1;
	}

}