/****************************************************************** GENERAL ***/
body {
	font-family: Source Sans Pro, Arial, Sans-serif;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1em;
	color: #304150;
}

h1 {
	font-size: clamp(2.5rem, 6vw, 4rem);
	background: linear-gradient(90deg, #a1399c 0%, #2daede 54%, #15B899 100%);
	background-clip: text;
	color: transparent;
	font-weight: 900;
}

h2 {
	font-size: clamp(2.25rem, 3vw, 3.25rem);
	font-weight: 900;
}

h3 {
	font-size: 1.75rem;
	font-weight: 900;
}

h4 {
	font-size: 1.5rem;
}

h1,
h2,
h3,
h4 {
	line-height: 1.25em;
}

a {
	color: #0088ce;
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: underline;
}

/******************************************************************* LAYOUT ***/
div.content {
	max-width: 1200px;
	padding: 36px 12px;
}

div.content-wide {
	width: 100%;
}

div.content-wide-sub {
	max-width: 1200px;
	padding: 36px 12px;
}

div.content-space {
	padding: 72px 12px;
}

div.content-space-small {
	padding: 36px 12px;
}

@media (max-width: 599px) {
	div.content-space {
		padding: 36px 12px;
	}
}

div.flex-parent {
	margin: -12px -12px;
}

div.flex-child div.flex-parent {
	margin: -12px;
}

/******************************************************************* FOOTER ***/
div.footer-space {
	padding-bottom: 360px;
}

div.footer {
	height: 360px;
	background: linear-gradient(177.9deg,#0088ce 23.95%,#4cacde 105.67%);
	font-size: 1.25rem;
}

div.footer div.content {
	padding: 24px 12px;
	color: #fff;
}

div.footer div.content a {
	color: #fff;
	text-decoration: none;
}

div.footer div.content a:hover {
	opacity: 0.75;
}

/******************************************************************** BOXES ***/
div.error h2,
div.warning h2,
div.confirmation h2,
div.admin h2 {
	font-size: 21px;
	line-height: 1em;
}

div.header div.menu-language {
	background-color: #0088cf;
}

div.header div.menu-language div.link a {
	font-size: 21px;
}

input#menu-language:not(:checked) ~ div.container div.menu-language {
	display: none;
}

/*************************************************************** DATA TABLE ***/
table.data tr td {
	line-height: 1.5em;
}

/********************************************************************* FORM ***/
input,
select,
textarea {
	font-family: Source Sans Pro, Arial, Sans-serif;
	font-size: 21px;
	border-radius: 5px;
}

select {
	padding: 6.5px 0;
}

input.error,
textarea.error,
select.error {
	background-color: #ddd !important;
}

span.button {
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;
	text-align: center;
	width: auto;
	margin: 0;
	font-weight: 700;
	text-decoration: none;
	font-size: 1em;
}

input[type="submit"],
input[type="button"],
input[type="reset"],
a.button,
span.button {
	padding: 0.5em;
	color: #fff;
	background-color: #0088cf;
	border-width: 0;
	line-height: 1.5em;
	border-radius: 5px;
}

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
a.button:hover {
	color: #fff;
	background: linear-gradient(to right, #0088cf7f, #0088cf7f), linear-gradient(to right, #fff, #fff);
	text-decoration: none;
}

input.cancel[type="submit"],
input.cancel[type="button"],
input.cancel[type="reset"],
a.button.cancel {
	background: linear-gradient(to right, #0088cf7f, #0088cf7f), linear-gradient(to right, #fff, #fff);
}

input.cancel[type="submit"]:hover,
input.cancel[type="button"]:hover,
input.cancel[type="reset"]:hover,
a.button.cancel:hover {
	background: linear-gradient(to right, #0088cf3f, #0088cf3f), linear-gradient(to right, #fff, #fff);
}

input:disabled[type="submit"],
input:disabled[type="button"],
input:disabled[type="reset"],
a.button.disabled,
span.button.disabled,
input.cancel:disabled[type="submit"],
input.cancel:disabled[type="button"],
input.cancel:disabled[type="reset"],
a.button.cancel.disabled {
	background-color: #515151;
}

/******************************************************************* HEADER ***/
div.content.header {
	position: relative;
	overflow: visible;
	padding: 0;
}

div.header-menu {
	padding: 0;
	border-bottom: 1px solid #e4e9ed;
	box-shadow: 0 2px 4px #0000000d;
}

div.header-menu div.menu {
	max-width: 1200px;
	margin: 12px auto;
	padding: 0 12px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	text-align: center;
}

div.header-menu div.menu div.link.link-logo {
	line-height: 0;
}

div.header-menu div.menu div.link.link-logo a {
	display: inline-block;
	line-height: 1em;
	max-width: 183px;
	max-height: 33px;
	width: 50vw;
	height: 15vw;
	background-image: url(../img/logo.svg);
	background-size: contain;
	background-position: top left;
	background-repeat: no-repeat;
}

div.header-menu div.menu div.link:not(.link-passive) a {
	display: block;
	padding: 3px 12px;
}

div.header-menu div.menu div.link.link-passive a {
	display: inline-block;
	padding: 3px 3px;
}

div.header-menu div.menu div.link a {
	font-size: 21px;
	line-height: 1.5em;
	font-weight: 700;
	text-decoration: none;
	color: #304150;
}

div.header-menu div.menu div.link:not(.link-passive):hover a,
div.header-menu div.menu div.link.active a {
	color: #0088cf;
}

div.header-menu div.menu div.link:not(.link-passive) {
	position: relative
}

div.header-menu div.menu div.link:not(.link-passive) a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 12px;
	right: 12px;
	border-top-style: solid;
	transform: scaleX(0);
	transition-property: color, border-color;
	transition-duration: .2s;
	transition-timing-function: linear;
}

div.header-menu div.menu div.link:not(.link-passive) a:hover::after {
	transform: scaleX(1);
	transition: transform .2s ease-in-out;
	border-top: 3px solid #0088CE;
}

div.header-submenu {
	padding: 0;
	border-bottom: 1px solid #e4e9ed;
	box-shadow: 0 2px 4px #0000000d;
}

div.header-submenu div.submenu {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 12px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	text-align: center;
}

div.header-submenu div.submenu div.shop {
	display: none;
}

div.header-submenu div.submenu div.link {
	flex-grow: 1;
}

div.header-submenu div.submenu div.link.no_hover,
div.header-submenu div.submenu div.link.disabled {
	color: #304150;
}

div.header-submenu div.submenu div.link:hover,
div.header-submenu div.submenu div.link.active {
	color: #0088cf;
}

div.header-submenu div.submenu div.link:hover a,
div.header-submenu div.submenu div.link.active a {
	color: #0088cf;
}

div.header-submenu div.submenu div.link.disabled:hover {
	color: #304150;
}

div.header-submenu div.submenu div.link a,
div.header-submenu div.submenu div.link span {
	display: block;
	font-size: 21px;
	line-height: 1.5em;
	font-weight: 700;
	padding: 3px 12px;
	text-decoration: none;
}

@media (max-width: 599px) {
	div.header-menu div.menu {
		padding: 0;
		flex-direction: column;
	}

	input#menu-mobile:not(:checked) ~ div.container div.header-menu {
		border-width: 37.5px 0 0 0;
		border-style: solid;
		border-color: #0088cf;
	}

	input#menu-mobile:not(:checked) ~ div.container div.header-menu * {
		display: none;
	}

	div.header-menu div.menu div.link {
		border-width: 0 0 1px 0;
		border-style: solid;
		border-color: #fff;
	}
}

@media (max-width: 599px) {
	div.header-submenu {
		border-width: 0;
	}

	div.header-submenu div.submenu {
		border-width: 0;
		padding: 0;
		flex-direction: column;
	}

	input#menu-mobile:not(:checked) ~ div.container div.header-submenu * {
	}

	div.header-submenu div.submenu div.link:not(:last-child) {
		border-width: 0 0 1px 0;
		border-style: solid;
		border-color: #304150;
	}
}

div.header-menu label {
	cursor: pointer;
}

div.header-menu label[for="menu-mobile"] {
	display: none;
}

div.menu-mobile-only {
	position: absolute;
	padding-right: 12px;
	padding-left: 12px;
	z-index: 1;
	top: 51px;
	right: 0;
	width: 100%;
	max-width: 200px;
	height: 100%;
	background-color: #fff;
	border-left: 1px solid #e4e9ed;
	box-shadow: inset 0 2px 4px #0000000d;
}

input#menu-mobile:not(:checked) ~ div.container div.menu-mobile-only {
	display: none;
}

div.menu-mobile-only div.link {
	border-bottom: 1px solid #e4e9ed;
	padding-top: 12px;
	padding-bottom: 12px;
}

div.menu-mobile-only div.link a {
	font-size: 21px;
	line-height: 1.5em;
	font-weight: 700;
	text-decoration: none;
	color: #304150;
}

div.menu-mobile-only div.link:hover a,
div.menu-mobile-only div.link.active a {
	color: #0088cf;
}

@media (width < 900px) {
	div.header-menu label[for="menu-mobile"] {
		display: inline-block;
	}

	div.header-menu div.menu div.link:not(.link-passive) {
		display: none;
	}
}

@media (width >= 900px) {
	div.menu-mobile-only {
		display: none;
	}
}

/****************************************************************** CONTENT ***/
div.npopup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.85);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 997;
}

div.npopup div.npopup-close {
	position: fixed;
	top: 8px;
	right: 8px;
	z-index: 999;
}

div.npopup div.npopup-close-link {
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-color: #0088ce;
	box-shadow: 0 0 50px #0000007b;
	display: flex;
	align-items: center;
	justify-content: center;
}

div.npopup div.npopup-close-link:hover {
	background: #fff;
}

div.npopup div.npopup-close-link:hover svg path {
	fill: #0088ce;
}

div.npopup div.npopup-content {
	z-index: 998;
}

div.npopup div.npopup-content iframe,
div.npopup div.npopup-content img {
	width: 100%;
	height: 100%;
}

a.play-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background-color: #0088ce;
	box-shadow: 0 0 50px #0000007b;
	position: relative;
	overflow: hidden;
}

a.play-button:hover {
	background: #fff;
}

a.play-button:hover svg path {
	fill: #0088ce;
}

/*
@keyframes shine{
	to{left:-200%}
}
a.play-button::after {
	content: "";
	position: absolute;
	top: 0;
	left: 150%;
	width: 200%;
	height: 100%;
	transform: skew(-20deg);
	background-image: linear-gradient(to right,transparent,rgba(255,255,255,.25),transparent);
}
a.play-button:hover::after {
	animation: shine .75s cubic-bezier(.01,.56,1,1);
}
*/

div.center {
	text-align: center;
}

div.vcenter {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

div.white,
div.white h1 {
	color: #fff;
}

div.white h1 {
	font-weight: 300;
}

div.bg-white {
	background-color: #fff;
}

div.padding-rl {
	padding-right: 54px;
	padding-left: 54px;
}

div.padding-tb {
	padding-top: 36px;
	padding-bottom: 36px;
}

div.padding-tb-0 {
	padding-top: 0;
	padding-bottom: 0;
}

div.small-capitals {
	text-transform: uppercase;
	font-size: 1rem;
	color: #5a6874;
}

div.right,
div.right p {
	text-align: right;
}

/*

div.padding {
	padding-top: 90px;
	padding-bottom: 90px;
}

div.padding-2 {
	padding-top: 180px;
	padding-bottom: 180px;
}

div.no-padding {
	padding: 0;
}

div.narrow {
	max-width: 540px;
}

p.small {
	color: #777;
	font-size: 12px;
	margin-top: -0.5em;
}

p.price {
	font-size: 36px;
	font-weight: 700;
}
*/

p.ships-info-now {
	color: #199a26;
}

p.ships-info-pre,
p.ships-info-pre a {
	color: #df3a45;
}

.slides {
	display: inline-block;
	position: relative;
	overflow-x: hidden;
}

.slides::before {
	opacity: 0;
	transition: 0.5s;
	margin-top: -24px;
	width: 30px;
	height: 48px;
	background-image: url(/static/springfree/img/arrow-1.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 30px 48px;
	position: absolute;
	left: 10px;
	top: 50%;
	content: '';
}

.slides::after {
	opacity: 0;
	transition-duration: 1s;
	margin-top: -24px;
	width: 30px;
	height: 48px;
	background-image: url(/static/springfree/img/arrow-2.svg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 30px 48px;
	position: absolute;
	right: 10px;
	top: 50%;
	content: '';
}

.slides:hover::before,
.slides:hover::after {
	opacity: 1;
}

.slides div {
	display: block;
	transition-duration: 1s;
	transition-timing-function: ease-in-out;
}

.slides > div > * {
	display: block;
	float: left;
}

div.fade {
	position: relative;
}

div.fade img {
	transition-duration: 1s;
	transition-timing-function: ease-in-out;
	width: 100%;
	max-height: 750px;
	object-fit: cover;
}

div.fade img:not(:first-child) {
	position: absolute;
	top: 0;
	left: 0;
}

/**************************************************************** NON-SENSE ***/
div.parallax-top {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

div.parallax {
	position: absolute;
	z-index: -1;
	width: 130px;
	height: 362px;
	top: -2000px;
}

div.parallax.left {
	transform: scale(-1, 1);
	left: 0;
}

div.parallax.right {
	right: 0;
}

@media (min-width: 800px) {
	div.parallax {
		width: 609px;
		height: 1467px;
	}
}

table.x,
table.specifications {
	font-size: 1.25rem;
	width: 100%;
}

table.x tr,
table.specifications tr {
	border-width: 1px 0;
	border-style: solid;
	border-color: #000;
}

table.x tr.head td,
table.specifications tr.head td {
	font-size: 21px;
	line-height: 30px;
	font-weight: normal;
}

table.x td,
table.specifications td {
	padding: 15px 5px;
}

table.x td:first-child,
table.specifications td {
	padding-left: 0;
}

table.x td:last-child,
table.specifications td {
	padding-right: 0;
}

table.x tr td:nth-child(2) {
	white-space: nowrap;
}

table.specifications td {
	text-align: center;
}

table.specifications td:first-child {
	text-align: left;
}

div.ships-info-now {
	color: #199a26;
}

div.ships-info-pre,
div.ships-info-pre a {
	color: #df3a45;
}

div.shop-products > div.flex-parent {
	margin: -12px;
}

div.shop-products > div.flex-parent > div.flex-child {
	padding: 12px;
}

div.shop-products > div.flex-parent > div.flex-child > div {
	padding: 15px;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 0 15px #00000026;
	transition: box-shadow .3s ease-in-out;
}

div.shop-products > div.flex-parent > div.flex-child > div:hover {
	box-shadow: 0 0 15px #0006;
}

@media (max-width: 99px) {
	div.shop-products > div.flex-parent > div.flex-child-3 {
		width: 100%;
	}
}

@media (min-width: 600px) {
	div.feature-1.feature-1-reverse div.flex-child:first-child {
		order: 2;
	}

	div.feature-1.feature-1-reverse div.flex-child:last-child {
		order: 1;
	}

	div.feature-1 div.flex-child h2:first-child,
	div.feature-1 div.flex-child h3 {
		position: relative;
	}

	div.feature-1 div.flex-child h2:first-child::before,
	div.feature-1 div.flex-child h3::before {
		content: "";
		position: absolute;
		top: 25px;
		left: -170px;
		width: 137px;
		height: 2px;
		background-color: #0088ce;
	}

	div.feature-1:not(.feature-1-reverse) div.flex-child h2:first-child::before,
	div.feature-1:not(.feature-1-reverse) div.flex-child h3::before {
	}

	div.feature-1.feature-1-reverse div.flex-child h2:first-child::before,
	div.feature-1.feature-1-reverse div.flex-child h3::before {
		left: auto;
		right: -170px;
	}

	div.feature-1 div.flex-child:first-child img {
 		border-top-right-radius: 45px;
		border-bottom-left-radius: 45px;
	}
}

@media (max-width: 599px) {
	div.feature-1 div.flex-child h2:first-child,
	div.feature-1 div.flex-child h3:first-child {
		position: relative;
	}

	div.feature-1 div.flex-child h2:first-child::before,
	div.feature-1 div.flex-child h3:first-child::before {
		content: "";
		position: absolute;
		top: -22px;
		left: 50%;
		margin-left: -1px;
		width: 2px;
		height: 33px;
		background-color: #0088ce;
	}
}

div.inhouse-card {
	position: relative;
	margin-bottom: 25px;
}

div.inhouse-card img {
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
}

div.inhouse-card a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

div.inhouse0 {
	background-size: cover;
	background-position: center;
	height: 100vh;
}

@media (width < 800px) {
	div.inhouse0-a {
		background-image: url('/static/springfree/img/2025/pages/safety.0.mobile.webp');
	}

	div.inhouse0-b {
		background-image: url('/static/springfree/img/2025/pages/quality.0.mobile.webp');
	}

	div.inhouse0-c {
		background-image: url('/static/springfree/img/2025/pages/about.0.mobile.webp');
	}
}
@media (min-width: 800px) {
	div.inhouse0-a {
		background-image: url('/static/springfree/img/2025/pages/safety.0.desktop.jpg');
	}

	div.inhouse0-b {
		background-image: url('/static/springfree/img/2025/pages/quality.0.desktop.jpg');
	}

	div.inhouse0-c {
		background-image: url('/static/springfree/img/2025/pages/about.0.desktop.webp');
	}
}

div.inhouse1 {
	padding-top: 40px;
	position: relative;
}

div.inhouse1 div.sub2 {
	position: relative;
}

div.inhouse1 div.sub21 {
	padding-bottom: 25px;
}

div.inhouse1 div.sub2111 label {
	display: block;
	background-size: 50px;
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding-bottom: 1rem;
}

div.inhouse1 div.sub2111 label h3,
div.inhouse1 div.sub2111 label p {
	padding-left: 60px;
}

div.inhouse1 div.sub2111 label svg {
	display: none;
}

div.inhouse1 div.sub21111 {
	width: 100%;
	max-width: 390px;
	max-height: 390px;
	aspect-ratio: 1;
	border: 10px solid white;
	border-radius: 195px;
	box-shadow: 0 0 30px #00000034;
	background-size: contain;
	align-items: center;
	justify-content: center;
	margin: 25px auto;
	display: flex;
}

@media (width < 800px) {
	div.inhouse1 div.sub2111 {
		display: flex;
		flex-flow: row wrap;
	}

	div.inhouse1 div.sub2111 div.sub21111.inhouse1-1 {
		order: 3;
	}
	div.inhouse1 div.sub2111 label[for="inhouse1-1"] {
		order: 4;
	}
	div.inhouse1 div.sub2111 div.sub21111.inhouse1-2 {
		order: 5;
	}
	div.inhouse1 div.sub2111 label[for="inhouse1-2"] {
		order: 6;
	}
	div.inhouse1 div.sub2111 div.sub21111.inhouse1-3 {
		order: 7;
	}
	div.inhouse1 div.sub2111 label[for="inhouse1-3"] {
		order: 8;
	}
	div.inhouse1 div.sub2111 div.sub21111.inhouse1-4 {
		order: 9;
	}
	div.inhouse1 div.sub2111 label[for="inhouse1-4"] {
		order: 10;
	}
}

@media (min-width: 800px) {
	div.inhouse1 {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	div.inhouse1 div.sub1 {
		background-image: url('/static/springfree/img/2025/pages/trampoline.1.1.png');
		display: block;
		width: 50%;
		height: 100%;
		position: absolute;
		top: -40px;
		left: 50%;
		background-repeat: no-repeat;
		background-position: -25% 0;
		background-size: cover;
	}

	div.inhouse1 div.sub21 {
		min-height: 790px;
		max-width: 940px;
		padding-bottom: 0;
	}

	div.inhouse1 div.sub2111 {
		max-width: 500px;
	}

	div.inhouse1 div.sub2111 label {
		position: relative;
		cursor: pointer;
	}

	div.inhouse1 div.sub2111 label:hover h3,
	div.inhouse1 input#inhouse1-1:checked ~ div.sub2111 label[for="inhouse1-1"] h3,
	div.inhouse1 input#inhouse1-2:checked ~ div.sub2111 label[for="inhouse1-2"] h3,
	div.inhouse1 input#inhouse1-3:checked ~ div.sub2111 label[for="inhouse1-3"] h3,
	div.inhouse1 input#inhouse1-4:checked ~ div.sub2111 label[for="inhouse1-4"] h3 {
		color: #0088ce;
	}

	div.inhouse1 input#inhouse1-1:checked ~ div.sub2111 label[for="inhouse1-1"] svg,
	div.inhouse1 input#inhouse1-2:checked ~ div.sub2111 label[for="inhouse1-2"] svg,
	div.inhouse1 input#inhouse1-3:checked ~ div.sub2111 label[for="inhouse1-3"] svg,
	div.inhouse1 input#inhouse1-4:checked ~ div.sub2111 label[for="inhouse1-4"] svg {
		display: block;
	}

	div.inhouse1 div.sub2111 label svg {
		position: absolute;
		left: 275px;
		top: 20px;
	}

	div.inhouse1 div.sub21111 {
		position: absolute;
		top: 310px;
		left: 550px;
	}

	div.inhouse1 input#inhouse1-1:not(:checked) ~ div.sub2111 div.sub21111.inhouse1-1,
	div.inhouse1 input#inhouse1-2:not(:checked) ~ div.sub2111 div.sub21111.inhouse1-2,
	div.inhouse1 input#inhouse1-3:not(:checked) ~ div.sub2111 div.sub21111.inhouse1-3,
	div.inhouse1 input#inhouse1-4:not(:checked) ~ div.sub2111 div.sub21111.inhouse1-4 {
		display: none;
	}
}

@media (width < 1200px) {
	div.inhouse2 {
		display: none;
	}

	div.inhouse3 {
		height: 375px;
		overflow: hidden;
		background-image: url('/static/springfree/img/2025/pages/safety.1.1.webp');
		background-size: 470px;
		background-position: 180px center;
		background-repeat: no-repeat;
		padding-top: 40px;
		max-width: 700px;
		margin: 0 auto;
	}
	
	div.inhouse3 div {
		width: 170px;
		background-size: 30px;
		background-repeat: no-repeat;
		position: relative;
		padding-top: 11px;
		padding-bottom: 22px;
	}
	
	div.inhouse3 div h3 {
		font-size: .8125rem;
		padding-left: 35px;
		color: #0088ce;
		text-align: left;
	}

	div.inhouse3 div svg {
		position: absolute;
	}

	div.inhouse3 div.sub1 svg {
		top: -6px;
		right: -101px;
	}

	div.inhouse3 div.sub2 svg {
		top: -6px;
		right: -50px;
	}

	div.inhouse3 div.sub3 svg {
		top: 26px;
		right: -165px;
	}

	div.inhouse3 div.sub4 svg {
		top: -6px;
		right: -87px;
	}

	div.inhouse3 div.sub5 svg {
		top: -6px;
		right: -95px;
	}
}

@media (min-width: 1200px) {
	div.inhouse3 {
		display: none;
	}

	div.inhouse2 {
		display: flex;
		justify-content: space-between;
		width: 1200px;
		height: 459px;
		overflow: hidden;
		background-image: url('/static/springfree/img/2025/pages/safety.1.1.webp');
		background-size: 470px;
		background-position: center;
		background-repeat: no-repeat;
		padding-top: 40px;
	}

	div.inhouse2 div.sub1 {
		text-align: right;
		width: 350px;
	}

	div.inhouse2 div.sub2 {
		text-align: left;
		width: 350px;
	}

	div.inhouse2 div.sub1 h3,
	div.inhouse2 div.sub1 p {
		padding-right: 60px;
	}

	div.inhouse2 div.sub2 h3,
	div.inhouse2 div.sub2 p {
		padding-left: 60px;
	}

	div.inhouse2 div.sub1 h3,
	div.inhouse2 div.sub2 h3 {
		font-size: 1.25rem;
		color: #0088ce;
		margin-bottom: 3px;
	}

	div.inhouse2 div.sub1 p,
	div.inhouse2 div.sub2 p {
		padding-right: 60px;
		font-size: .875rem;
	}

	div.inhouse2 div.sub1 div,
	div.inhouse2 div.sub2 div {
		background-size: 50px;
		background-repeat: no-repeat;
		position: relative;
	}

	div.inhouse2 div.sub1 div {
		background-position: right 87%;
	}

	div.inhouse2 div.sub2 div {
		background-position: left 87%;
	}

	div.inhouse2 div.sub11 {
		padding-top: 33px;
	}

	div.inhouse2 div.sub12 {
		padding-top: 102px;
	}

	div.inhouse2 div.sub21 {
		padding-top: 21px;
	}

	div.inhouse2 div.sub22 {
		padding-top: 17px;
	}

	div.inhouse2 div.sub23 {
		padding-top: 30px;
	}

	div.inhouse2 div.sub11 svg {
		position: absolute;
		top: 76px;
		right: -142px;
	}

	div.inhouse2 div.sub12 svg {
		position: absolute;
		top: 106px;
		right: -219px;
	}

	div.inhouse2 div.sub21 svg {
		position: absolute;
		top: 68px;
		left: -227px;
	}

	div.inhouse2 div.sub22 svg {
		position: absolute;
		top: 32px;
		left: -99px;
	}

	div.inhouse2 div.sub23 svg {
		position: absolute;
		top: 35px;
		left: -121px;
	}
}

div.inhouse4 {
	background-color: #0088ce;
	padding-top: 100px;
	padding-bottom: 100px;
	color: #fff;
}

div.inhouse4,
div.inhouse4 h1 {
	color: #fff;
}

div.inhouse5 {
	background-color: #0088ce;
}

div.inhouse6 div.flex-parent {
	margin: -12px;
}

div.inhouse6 div.flex-child {
	padding: 12px;
}

@media (max-width: 799px) {
	div.inhouse6 div.flex-child-2 {
		width: 100%;
	}
}

div.inhouse7 {
	background-size: cover;
	background-position: center;
	height: 100vh;
	border-radius: 5px;
}

@media (width < 800px) {
	div.inhouse7-a {
		background-image: url('/static/springfree/img/2025/pages/home.3.mobile.webp');
	}

	div.inhouse7-b {
		background-image: url('/static/springfree/img/2025/pages/home.4.mobile.webp');
	}

	div.inhouse7-c {
		background-image: url('/static/springfree/img/2025/pages/home.5.mobile.webp');
	}
}
@media (min-width: 800px) {
	div.inhouse7-a {
		background-image: url('/static/springfree/img/2025/pages/home.3.desktop.webp');
	}

	div.inhouse7-b {
		background-image: url('/static/springfree/img/2025/pages/home.4.desktop.webp');
	}

	div.inhouse7-c {
		background-image: url('/static/springfree/img/2025/pages/home.5.desktop.webp');
	}
}

div.inhouse8 {
	position: relative;
}

div.inhouse8::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 37px;
	background: #c1cad4;
}
