html {
	font-size: 16px;
}
body {
	font-size: 18px;
}

body .hidden {
	display: none !important;
}

a.x-btn,
button.x-btn {
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: -0.02rem;
	line-height: 144%;
	height: 52px;
	padding: 0px 28px;
	border-radius: 8px;
	background: #753cff;
	transition: 0.5s;
	border: 1px solid transparent;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
a.x-btn:hover,
button.x-btn:hover {
	background-color: #000;
	border-color: hsla(0, 0%, 100%, 0.12);
}

.page-template.page-template-about h1.block-hero__title.words.lines.splitting,
.page-template.page-template-careers h1.block-hero__title.words.lines.splitting {
	padding-inline: 2rem;
	font-size: 6.75rem;
	letter-spacing: -0.405rem;
	line-height: 0.88;
	color: var(--wp--preset--color--white);
	font-weight: 400;
}
.page-template.page-template-about h2,
.page-template.page-template-careers h2 {
	font-size: 4rem;
	letter-spacing: -0.24rem;
	line-height: 0.88;
	font-weight: 400;
}
.page-template.page-template-about main.wp-block-group,
.page-template.page-template-careers main.wp-block-group {
	background-color: #fff;
}
.about-content {
	padding-inline: 3rem;
	color: #000;
}
.about-content h2 {
	text-transform: uppercase;
	margin-bottom: 8rem;
}
.about-content p {
	font-size: 28px;
	font-weight: 400;
	line-height: 27.44px;
	letter-spacing: -0.05em;
}
.about-content img {
	display: block;
	margin-top: 10rem;
	margin-bottom: 9rem;
}
.bottom-text {
	margin-bottom: 6rem;
}
.bottom-text p {
	font-size: 16px;
	font-weight: 400;
	line-height: 14.08px;
	letter-spacing: -0.05em;
}
.x-logo {
	text-align: center;
	margin-bottom: 8rem;
}
.management {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 700px;
	justify-content: space-between;
	margin: auto;
	margin-bottom: 80px;
	gap: 25px;
}
.team-member img {
	margin: unset;
	display: block;
	height: 256px;
	width: 256px;
	object-fit: cover;
	margin-inline: auto;
	margin-bottom: 30px;
}
.team-member {
	text-align: center;
}
.team-member-name {
	font-size: 28px;
	font-weight: 400;
	line-height: 24.64px;
	letter-spacing: -0.05em;
	text-transform: uppercase;
}
.team-member-title {
	font-size: 16px;
	font-weight: 400;
	line-height: 14.08px;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

/* Blog and post css */
.blog .block-hero__shape,
body.archive.category .block-hero__shape,
body.search.search-results .block-hero__shape,
body.archive.author .block-hero__shape {
	display: none;
}
.block-hero__title-wrapper.has-global-padding.wp-block-block {
	padding-block: 3rem;
}
section.block-acf.block-post-grid.alignwide {
	margin-top: 3rem !important;
}
body.archive.category,
body.search.search-results,
body.archive.author {
	background-color: #fff;
}
body.archive.category section.block-acf.block-hero.alignwide.-type-title,
body.search.search-results section.block-acf.block-hero.alignwide,
body.archive.author section.block-acf.block-hero.alignwide {
	margin: unset !important;
}
body.archive.author footer.site-footer,
body.archive.author footer.footer.wp-block-template-part {
	margin-top: unset;
}
.block-post-grid__filters {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
}
.single .block-post-grid__filters {
	display: none;
}
.filter-buttons {
	display: flex;
	gap: 10px;
}
.filter-button {
	padding: 10px 19px;
	font-size: 14px;
	font-weight: 500;
	color: #555;
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 8px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.filter-button:hover {
	background-color: #f0f0f0;
}
.filter-button.active {
	color: #fff;
	background-color: var(--wp--preset--color--purple-300);
	border-color: var(--wp--preset--color--purple-300);
}
.search-bar {
	position: relative;
	display: flex;
	align-items: center;
}
.search-bar input {
	width: 250px;
	font-size: 14px;
	letter-spacing: -0.28px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 8px;
	transition: all 0.3s ease;
	background-image: url(../assets/icons/search.svg);
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 40px;
	padding-right: 15px;
	line-height: 1;
	padding-top: 12px;
	padding-bottom: 9px;
}
.search-bar input:focus {
	outline: none;
	border-color: var(--wp--preset--color--purple-300);
}
.search-bar input::placeholder {
	color: #636363;
	font-size: 14px;
}
.block-post-grid__content {
	margin-top: 4rem;
}

body.single.single-post .block-post-hero__full-wrapper {
	padding-top: 5rem;
}
body.single.single-post .block-post-hero__container.has-global-padding {
	gap: 3rem;
}
body.single.single-post .words {
	transform: none !important;
	translate: none !important;
	rotate: none !important;
	scale: none !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
}

.table-of-contents ul {
	gap: unset;
}

.wp-block-group.post-block-content__sidebar-wrapper.is-layout-flow.wp-block-group-is-layout-flow .wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
	padding: unset;
}
.block-post-hero__title {
	max-width: unset;
}
h3.h6.block-post__title-heading {
	font-family: var(--wp--preset--font-family--interregular);
}

.block-post-grid__container h2 {
	display: none;
}

/* Remove header title loading animation - START */
.page-template-about h1.block-hero__title,
.page-template-careers h1.block-hero__title {
	padding-inline: 2rem;
	font-size: 6.75rem;
	letter-spacing: -0.405rem;
	line-height: 0.88;
	color: var(--wp--preset--color--white);
	font-weight: 400;
}
/* END */

span.whitespace {
	display: inline-block;
	width: 0.15ch;
}
.single span.whitespace {
	width: 0.4ch;
}

main#wp--skip-link--target {
	margin-block-start: unset;
}
.blog .block-hero__title-wrapper.has-global-padding.wp-block-block {
	padding-top: 5rem;
}

/* careers page CSS */
.careers-page h1.block-hero__title.efoff {
	max-width: 10ch;
}
.careers-page .block-hero__title-wrapper.has-global-padding.wp-block-block {
	padding-bottom: 10rem;
}
.careers-page section.block-acf.block-hero.alignwide.-type-title {
	margin-bottom: unset !important;
}
.careers-content-top,
.careers-content-bottom {
	position: relative;
	padding: 5rem 2rem;
}
.careers-content-mid {
	position: relative;
}
.careers-content-top h4,
.small_title {
	margin-bottom: 1.25rem;
	padding-top: 1.25rem;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	margin-top: unset;
	color: #636363;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 144%; /* 1.62rem */
	letter-spacing: -0.01125rem;
	opacity: 0.6;
}
.cct-content {
	max-width: 646px;
}
.careers-content-top::after {
	content: "";
	position: absolute;
	background-image: url(../assets/icons/big-x-new.svg);
	width: 935px;
	height: 935px;
	top: -330px;
	right: -240px;
	z-index: 1;
	background-repeat: no-repeat;
}
.cct-content div p {
	color: #0c0b0d;
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 124%;
	letter-spacing: -0.0875rem;
}
.cct-content div p:first-child {
	margin-top: 0;
}
.cct-content div p:last-child {
	margin-bottom: 1.25rem;
}
.careers-content-mid img {
	width: 100%;
	height: 321px;
	object-fit: cover;
}
.ccm-content {
	padding: 5rem 2rem;
}
.ccm-content h2 {
	font-size: 5.25rem;
	line-height: 88%;
	letter-spacing: -0.315rem;
	text-transform: uppercase;
	margin-top: unset;
	margin-bottom: 1.5rem;
}
.ccm-content span {
	color: #9e9d9e;
	font-size: 1.25rem;
	line-height: 144%;
	letter-spacing: -0.0125rem;
}
.ccm-content span {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.page-template-careers div#page {
	overflow: hidden;
}
.carousel-wrapper {
	display: flex;
	align-items: center;
	overflow: hidden;
	white-space: nowrap;
}
.carousel-item {
	padding: 15px;
}
.carousel-item img {
	max-height: 295px;
	width: auto;
	width: 100%;
	object-fit: cover;
	border-radius: 15px;
}
.slick-slide:nth-child(even) {
	margin-top: 70px;
}

.for-desktop {
	display: block;
}
.for-mobile {
	display: none;
}

/* AR - So much empty space - please remove some */
section.block-acf.block-connection.alignfull header.block-connection__header {
	margin-bottom: 5rem;
}

/* AR - make it so the ‘answer’ text is a bit bigger */
.block-faq__content-container {
	max-width: 95rem;
}

/* AR - more space between the top bar and the ‘Terms of Service’ */
body.page-template-default main#wp--skip-link--target,
body.privacy-policy.page-template main.wp-block-group.is-layout-flow.wp-block-group-is-layout-flow {
	padding-top: 7rem;
	padding-inline: 2rem;
}
/* AR - Blog fixes */
section.block-acf.block-post-grid.alignwide {
	max-width: 1500px;
}
.block-post-grid .block-post__author {
	margin: unset;
}
h3.h6.block-post__title-heading {
	min-height: 72px;
}
.block-post-grid__content {
	gap: 3rem 2rem;
}
.block-post-grid .block-post__content {
	min-height: unset;
}
article.block-post {
	padding: 1rem;
	transition: 1s;
	border-radius: 1rem;
}
article.block-post:hover {
	background-color: #f1f1f1;
}
.block-post-grid .block-post__image img {
	height: 200px;
	object-fit: cover;
	position: relative;
}
.block-post-grid .block-post__image {
	padding-bottom: unset;
}
/* .entry-content.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained {
	padding: unset;
} */
section.wp-block-custom-post-block-content.post-block-content {
	margin: unset !important;
	max-width: 95rem !important;
	margin-inline: auto !important;
}
.wp-block-group.post-block-content__text.is-layout-flow.wp-block-group-is-layout-flow {
	max-width: unset;
}
.wp-block-group.has-global-padding.is-layout-constrained.is-layout-flow.wp-block-group-is-layout-flow section.block-acf.block-post-grid.alignwide {
	max-width: 95rem;
}
.wp-block-group.post-block-content__sidebar.is-layout-flow.wp-block-group-is-layout-flow {
	max-width: 25rem;
}
body.page-template-default .wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained,
body.privacy-policy.page-template .wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
	padding: unset;
}

form#hubspot-form {
	display: flex;
	gap: 15px;
	align-items: center;
}
label.subscribe-title {
	color: #fff;
	font-family: Inter;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 144%;
	display: block;
	margin-bottom: 20px;
}
form#hubspot-form #email {
	color: #a3a3a3;
	font-size: 16px;
	font-weight: 400;
	line-height: 144%;
	padding: 13px 16px;
	border-radius: 8px;
	border: 1px solid #434346;
	background: #000;
	width: 269px;
	max-width: unset;
}
p#status-message {
	font-size: 16px;
	max-width: unset;
	margin-top: 0.5rem;
	color: #fff;
}
button.subscribe-button {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 144%;
	letter-spacing: -0.32px;
	height: 44px;
	padding: 0px 20px;
	border-radius: 8px;
	background: #753cff;
	transition: 0.5s;
	border: unset;
	border: 1px solid transparent;
	cursor: pointer;
}
button.subscribe-button:hover {
	background: #000;
	border: 1px solid rgba(255, 255, 255, 0.15);
}

@media screen and (max-width: 1300px) {
	.jobs {
		padding-right: unset;
	}
}

@media screen and (max-width: 1150px) and (min-width: 769px) {
	.careers-content-bottom {
		flex-flow: column;
		align-items: center;
	}
	.careers-content-bottom > img {
		width: 100%;
		height: 450px;
		object-fit: cover;
	}
	.jobs {
		width: 100%;
	}
}

@media screen and (max-width: 992px) {
	.wp-block-group.post-block-content__sidebar.is-layout-flow.wp-block-group-is-layout-flow {
		max-width: unset;
	}
}

@media screen and (max-width: 768px) {
	.for-desktop {
		display: none;
	}
	.for-mobile {
		display: block;
	}
	/* Remove header title loading animation - START */
	.page-template.page-template-about h1.block-hero__title,
	.page-template.page-template-careers h1.block-hero__title {
		font-size: 3rem;
	}
	/* END */
	section.block-acf.block-hero.alignwide.-type-title {
		overflow: hidden;
	}
	.page-template.page-template-about h2,
	.page-template.page-template-careers h2 {
		font-size: 3rem;
		margin-bottom: 6rem;
		margin-bottom: 3rem;
	}
	.about-content img {
		margin-top: 3rem;
		margin-bottom: 2rem;
	}

	.team-member-title {
		margin-top: unset;
		font-size: 0.6rem;
	}
	.team-member-name {
		font-size: 0.6rem;
	}
	.team-member img {
		margin-top: unset;
		height: auto;
		width: auto;
		margin-bottom: 0.5rem;
	}
	.about-content p {
		font-size: 1rem;
	}
	.bottom-text p {
		font-size: 0.6rem;
		line-height: 1.3;
	}
	.management {
		margin-bottom: 2rem;
	}
	.x-logo {
		margin-bottom: 5rem;
	}

	.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
		padding: unset;
	}
	.block-post-grid__container,
	section.block-acf.block-hero.alignwide.-type-title,
	.filter-buttons,
	.search-bar {
		padding-right: var(--wp--style--root--padding-right);
		padding-left: var(--wp--style--root--padding-left);
	}
	.filter-buttons {
		flex-flow: wrap;
		width: 100%;
		background-color: var(--wp--preset--color--purple-300);
		padding-bottom: 1rem;
	}
	.block-post-grid__filters {
		flex-flow: column;
		align-items: start;
		gap: 1rem;
	}
	.search-bar,
	input#post-search {
		width: 100%;
	}
	section.block-acf.block-post-grid.alignwide {
		margin-top: unset !important;
	}
	.filter-button {
		color: #fff;
		background-color: unset;
		border-color: rgba(0, 0, 0, 0.15);
	}
	.filter-button.active {
		background-color: #fff;
		color: var(--wp--preset--color--purple-300);
	}

	.block-post-hero__title h1 {
		font-size: 1.7rem !important;
	}
	.block-post-hero__title {
		margin-bottom: unset;
	}
	body.single.single-post .block-post-hero__container.has-global-padding {
		gap: 1rem;
		min-height: unset;
	}

	section.block-acf.block-newsletter.alignfull.has-global-padding {
		max-width: 100%;
	}
	.words span.whitespace:last-child {
		display: none;
	}

	.page-template.page-template-careers h1.block-hero__title {
		font-size: 3.375rem;
		line-height: 90%;
		letter-spacing: -0.2025rem;
		padding: unset;
		max-width: 8ch;
	}
	.careers-content-top::after {
		width: 386px;
		height: 386px;
		right: -8rem;
		background-size: contain;
	}
	.careers-content-top h4,
	.small_title {
		border: unset;
		padding-top: 1.25rem;
		margin-top: unset;
		margin-bottom: 2.5rem;
	}
	.careers-content-top {
		padding: 2.5rem 2rem;
	}
	.cct-content div p {
		font-size: 1rem;
		line-height: 144%;
		letter-spacing: -0.01rem;
	}
	.careers-content-mid img {
		height: 197px;
	}
	.small_title {
		display: none;
	}
	.page-template.page-template-careers h2 {
		font-size: 3.375rem;
		line-height: 90%;
		letter-spacing: -0.2025rem;
		text-transform: uppercase;
	}
	.ccm-content span {
		flex-flow: column;
		align-items: start;
	}
	.ccm-content {
		padding-bottom: 1.5rem;
	}
	.careers-content-bottom {
		padding-top: 1.5rem;
		flex-flow: column;
	}
	.job-header {
		font-size: 1.125rem;
		line-height: 132%;
		letter-spacing: -0.03375rem;
	}
	button.toggle-job {
		display: none;
	}
	.job-description p:empty,
	.job-description p:not(:empty):not(:has-text("&nbsp;")) {
		display: none;
	}
	.job-description > span {
		display: block;
	}

	/* AR - mobile - the text here cuts off in odd places  */
	h2.block-animation__title {
		max-width: 100%;
	}

	/* AR - So much empty space - please remove some */
	section.block-acf.block-connection.alignfull header.block-connection__header {
		margin-bottom: 1rem;
	}

	/* AR - more space between the top bar and the ‘Terms of Service’ / 'Privacy policy' */
	/* .entry-content.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained h2.wp-block-heading {
		margin-bottom: 3rem;
	} */

	/* AR - Blog fixes */
	section.block-acf.block-parallax.alignfull {
		margin: unset;
	}
	.block-post-grid__content {
		gap: 1rem;
	}
	.block-post-grid__content {
		margin-top: 1rem;
	}
	article.block-post {
		padding: unset;
	}
	.block-post-grid .block-post__content {
		padding: 1rem;
	}
	.filter-button {
		padding: 0.5rem 1rem;
	}
	section.block-acf.block-newsletter.alignfull.has-global-padding {
		margin: unset;
	}
	body.page-template-default main#wp--skip-link--target,
	body.privacy-policy.page-template main.wp-block-group.is-layout-flow.wp-block-group-is-layout-flow {
		padding-top: 6rem;
		padding-inline: 2rem;
	}

	label.subscribe-title {
		font-size: 16px;
	}
	form#hubspot-form {
		flex-flow: column;
		gap: 10px;
		align-items: start;
	}
	button.subscribe-button {
		width: 100%;
		height: 40px;
	}
	form#hubspot-form #email {
		width: 100%;
		padding: 7px 16px;
	}
}

@media (width >= 1200px) {
	.footer {
		background: #0C0B0D;
		margin: 0 !important;
		padding:  0 40px !important;
	}

	body .block-hero__title-wrapper {
        	margin-left: -3rem;
        	margin-right: -3rem;
    	}
}


.block-post-hero__container {
	padding-top: 6rem;
}

.wp-block-post-title {
	padding-top: 5rem !important;
}
