.ipb-particle-field {
	box-sizing: border-box;
	overflow: hidden;
}

.ipb-particle-canvas {
	display: block;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.ipb-global-field {
	position: fixed;
	inset: 0;
	z-index: var(--ipb-z-index, -1);
	width: 100vw;
	height: 100vh;
	pointer-events: none;
}

body.ipb-global-active {
	position: relative;
	z-index: 0;
}

body.ipb-force-transparent-body {
	background: transparent !important;
}

.ipb-section-field {
	position: relative;
	width: 100%;
}

.ipb-section-content {
	position: relative;
	z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
	.ipb-particle-canvas {
		animation: none !important;
	}
}
