<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* applied to both front and back careers custom post */

/* gradients */
.gradient1 {
	width: 108.889vw;
	height: 108.889vw;
	left: -48.402778vw;
	top: -71.944444vw;
	background: radial-gradient(50% 50% at 50% 50%, #92D002 0%, rgba(146, 208, 2, 0) 100%);
}

.gradient2 {
	width: 144.166667vw;
	height: 144.166667vw;
	left: 13.819444vw;
	top: -102.777778vw;
	background: radial-gradient(50% 50% at 50% 50%, #A7E300 0%, rgba(167, 227, 0, 0) 100%);
}

/* refactor this later */
.site-main {
	padding: 0 20px;
}
/* end of refactor */

.over-title {
	text-align: center;
	margin: 0 0 16px;
	color: var(--extra-font-color);
	font: 400 1rem / 1.5 "IBM Plex Sans", sans-serif;
	letter-spacing: 0.02em;
}

.attachment-post-thumbnail {
	display: block;
	margin: 16px auto 24px;
}

.button-container {
	margin-top: 32px;
}

.site-main &gt; section {
	margin: var(--huge-gap) auto 0;
	max-width: 628px;
	width: 90%;
}

section.what-can-we-offer {
	max-width: none;
}

section &gt; .wp-block-group__inner-container &gt; h2 {
	font: 600 5rem / 0.92 "Nassim Latin", serif;
	margin: 40px auto;
	text-align: center;
	max-width: 628px;
}

section h3,
.heading-with-text h3 {
	font-size: 2.5rem;
	line-height: 1;
	margin: 16px 0;
	text-align: center;
}

section p,
.heading-with-text p {
	text-align: left;
	margin: 0 0 8px;
	font-size: 1.25rem;
	line-height: 1.6;
}

.section-group {
	margin: var(--medium-gap) 0;
}

.section-group h3 {
	text-align: left;
}

h3 + .is-style-list-PJ {
	margin: 16px 0;
}

.careers-blobs {
	margin-top: 64px;
}

/* dragging over file fields */
.fileloaderSVG rect {
	transition: fill var(--hover-transition);
}

.dragover .fileloaderSVG rect {
	fill: #ffdcd0;
}

.agree-checkbox .wpcf7-form-control-wrap{
	margin-right: 0.87rem;
}

@media (max-width: 61.25em) {
	.gradient1 {
		width: 177.6vw;
		height: 177.6vw;
		left: -93.333333vw;
		top: -90.666667vw;
	}

	.gradient2 {
		width: 234.933333vw;
		height: 234.933333vw;
		left: 5.333333vw;
		top: -124.266667vw;
	}

	.over-title {
		text-align: left;
		margin-bottom: 12px;
	}

	.attachment-post-thumbnail {
		margin-left: 0;
	}

	.button-container .button-like-link {
		margin-left: 0;
	}

	.site-main &gt; section {
		margin: var(--large-gap) auto 0;
		max-width: none;
		width: 100%;
	}

	.site-main &gt; section .heading-with-text {
		margin-left: 0;
	}

	section &gt; .wp-block-group__inner-container &gt; h2 {
		font-size: 40px;
		line-height: 1.05;
		margin: 0 0 8px;
		text-align: left;
	}

	.wp-block-pointjupiter-logos.only-logos {
		padding: var(--small-gap);
		grid-template: repeat(3, 12.23404vw)/repeat(3, 1fr);
		gap: 6.38298vw 2.5px;
	}

	.wp-block-pointjupiter-logos.only-logos .logo {
		max-width: 100%;
		width: auto;
		height: auto;
		max-height: 100%;

	}

	.wp-block-pointjupiter-logos.only-logos .logo:nth-of-type(10),
	.wp-block-pointjupiter-logos.only-logos .logo:nth-of-type(11),
	.wp-block-pointjupiter-logos.only-logos .logo:nth-of-type(12) {
		display: none;
	}

	section h3, .heading-with-text h3 {
		font-size: 2rem;
		line-height: 1;
		margin: 8px 0;
		text-align: left;
	}

	.careers-blobs {
		margin: 32px 0;
	}

	.and-more {
		text-align: left;
	}

	.huge-margin-top.huge-margin-top,
	.apply-here.apply-here {
		margin-top: var(--mobile-huge-gap);
	}
}</pre></body></html>