.btn.theme-pill .slot.slot {
	font-family: Helvetica Now Text Medium, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -.32px;
	line-height: 140%;
	padding-left: 26px !important;
	padding-right: 26px !important;
	transform: translateY(-1px);
	transition: all .3s ease;
}

@media (min-width: 768px) {
	.btn.theme-pill .slot.slot {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.--full-width-mobile > div {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
}

.--about .visual-block.max-w-l {
	border-radius: 8px;
	overflow: hidden;
}

.--about-offices img {
	width: 100%;
}

@media (min-width: 1024px) {
	.copy-block .wysiwyg h3:not(.style-p), .copy-block .wysiwyg p.style-h3 {
		font-size: 48px;
		letter-spacing: -1px;
		line-height: 110%;
		margin-bottom: 28px !important;
	}
}

@media (max-width: 1048px) {
	.--about .wysiwyg h1 {
		font-size: 48px!important;
		font-weight: 500!important;
		line-height: 52px!important;
		letter-spacing: -0.2px!important;
		margin-bottom: 16px!important;
	}
}

.--about-content .copy-block .wysiwyg h5 {
	margin-bottom: 12px !important;
	letter-spacing: -0.2px !important;
	font-weight: 600 !important;
	font-size: 32px !important;
	line-height: 48px !important;
	font-family: 'Gellix', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
}

.--about-content p {
	color: #424242 !important;
}

.--about-content .divider {
	background: #A6A6A6 !important;
	margin-top: 0 !important;
	margin-bottom: 12px !important;
}

@media (min-width: 1024px) {
	.--about-content .copy-block .wysiwyg h5 {
		font-size: 34px !important;
		line-height: 40px !important;
		margin-bottom: 0 !important;
	}

	.--about-content p {
		font-size: 22px;
		line-height: 140%;
		letter-spacing: -0.5px;
	}

	.--about-content .divider {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
}


.--about-four-cards .block-list {
	display: flex;
	flex-wrap: wrap;
}

.--about-four-cards .block-list section {
	width: calc(50% - 6px);
	margin-right: 12px;
	border-radius: 16px;
	background: #F5F2F0;
	overflow: hidden;
	padding: 40px 12px !important;
	height: 140px;
	display: flex;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.--about-four-cards .block-list section:nth-child(2n) {
	margin-right: 0;
}

.--about-four-cards .block-list section:nth-child(3),
.--about-four-cards .block-list section:nth-child(4) {
	margin-top: 12px;
}

.--about-four-cards .block-list section h5 {
	font-size: 32px;
	letter-spacing: -2px;
	margin-bottom: 4px;
	font-weight: 500;
}

.--about-four-cards .block-list section p {
	margin-bottom: 0 !important;
	color: #0d0d0d;
	margin-top: 0;
}

@media (max-width: 768px) {
	.--about-four-cards .block-list section p {
		font-size: 16px;
		font-weight: 400;
		line-height: 140%;
		letter-spacing: -0.285px;
	}
}

@media (min-width: 1024px) {
	.--about-four-cards .block-list section {
		height: auto;
		width: calc(25% - 15px);
		margin-right: 20px;
	}

	.--about-four-cards .block-list section:nth-child(2) {
		margin-right: 20px;
	}

	.--about-four-cards .block-list section:nth-child(4) {
		margin-right: 0;
	}

	.--about-four-cards .block-list section:nth-child(3),
	.--about-four-cards .block-list section:nth-child(4) {
		margin-top: 0;
	}
}

@media (min-width: 1440px) {
	.--about-four-cards .block-list section {
		height: 260px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.--about-four-cards .block-list section h5 {
		font-size: 58px;
		line-height: 110%;
		font-family: 'Helvetica Now Text Medium', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
	}

	.--about-four-cards .block-list section p {
		font-size: 24px;
		line-height: 120%;
	}
}


.--about-three-cards .card-grid {
	display: grid !important;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(3, 1fr);
}

.--about-three-cards .card-grid .card {
	padding: 24px;
	border-radius: 16px;
	margin: 0 !important;
	width: inherit !important;
}

.--about-three-cards .card-grid .card:last-child {
	grid-column: 3 / span 1;
	grid-row: 2 / span 2;
	position: relative;
}

.--about-three-cards .card-grid .card:last-child .app-logo {
	position: absolute;
	inset: 0;
	width: inherit;
	height: inherit;
	margin: 0;
}

.--about-three-cards .card-grid .card .app-description {
	color: #424242;
}

@media (max-width: 1024px) {
	.--about-three-cards .card-grid {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto;
	}

	.--about-three-cards .card-grid .card:last-child {
		display: none;
	}
}

@media (max-width: 768px) {
	.--about-three-cards .card-grid {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
	}

	.--about-three-cards .card-grid .card {
		padding: 24px 8px 24px 16px;
	}

	.--about-three-cards .max-w-l {
		padding-left: 18px;
		padding-right: 18px;
	}
}

@media (min-width: 1024px) {
	.--about-three-cards .card-grid .app.card {
		padding: 24px;
	}

	.--about-three-cards .card-grid .app.card .app-logo {
		margin-bottom: 19px;
	}

	.--about-three-cards .card-grid .app.card .app__top {
		margin-bottom: 17px;
	}

	.--about-three-cards .card-grid .card:last-child .app-logo {
		margin-bottom: 0;
	}

	.--about-three-cards .card-grid .app.card .app-title {
		font-size: 32px;
		font-weight: 600;
		line-height: 120%;
		min-height: 77px;
		max-width: 270px;
	}

	.--about-three-cards .card-grid .card .app-description {
		font-size: 22px;
		font-weight: 400;
		line-height: 140%;
		letter-spacing: -0.392px;
	}
}

@media (min-width: 1440px) {
	.--about-three-cards .card-grid .card {
		padding: 31px 46px 34px 34px !important;
		min-height: 460px;
	}
}


.--about-offices .copy-block .wysiwyg p.hide-desktop {
	font-size: 18px !important;
	font-weight: 400;
	line-height: 146%;
	letter-spacing: -0.2px;
}

.--about-offices .copy-block .wysiwyg p:not(.hide-desktop) {
	padding-left: 24px;
	padding-right: 13px;
	position: relative;
	margin-top: 0;
	color: #424242;
	font-size: 16px !important;
	line-height: 140%;
}

.--about-offices .copy-block .wysiwyg p strong {
	font-size: 16px;
	font-weight: 600 !important;
	line-height: 25px;
	color: #0d0d0d;
	letter-spacing: -0.2px;
}

.--about-offices .copy-block .wysiwyg p:first-child {
	margin-bottom: 4px;
}

.--about-offices .copy-block .wysiwyg p:first-child:before {
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #B175FF;
	position: absolute;
	left: 0;
	top: calc(50% - 6px);
}

.--about-offices .divider {
	margin-top: 16px !important;
	margin-bottom: 16px !important;
	background: #ccc !important;
}

@media (min-width: 1024px) {
	.--about-offices .copy-block .wysiwyg p:first-child:before {
		width: 16px;
		height: 16px;
		top: calc(50% - 8px);
	}

	.--about-offices .copy-block .wysiwyg p:not(.hide-desktop) {
		padding-left: 28px;
		font-size: 22px;
	}

	.--about-offices .copy-block .wysiwyg p strong {
		font-size: 22px;
		color: #252432;
		line-height: 120%;
	}

	.--about-offices .copy-block .wysiwyg p:first-child {
		margin-bottom: 8px;
	}

	.--about-offices .copy-block .wysiwyg p {
		font-size: 22px;
		line-height: 140%;
		letter-spacing: -0.271px;
	}
}


.--about-investors .block-list {
	display: flex;
	flex-wrap: wrap;
}

.--about-investors section:not(.media-block) {
	width: 100%;
}

.--about-investors .media-block {
	width: calc(50% - 3px);
	margin-right: 6px;
	height: 64px;
	border-radius: 8px;
	background: #F5F2F0;
	margin-bottom: 6px;
	overflow: hidden;
}

.--about-investors .media-block:nth-child(2n + 1) {
	margin-right: 0 !important;
}

.--about-investors .media-block img {
	height: 64px;
	object-fit: contain !important;
}

@media (min-width: 1024px) {
	.--about-investors .media-block {
		width: calc(25% - 15px);
		margin-right: 20px;
		height: 120px;
		border-radius: 16px;
		margin-bottom: 20px;
	}

	.--about-investors .media-block:nth-child(2n + 1) {
		margin-right: 0 !important;
	}

	.--about-investors .media-block:nth-child(4n + 1) {
		margin-right: 20px !important;
	}

	.--about-investors .media-block img {
		height: 120px;
	}
}

.--ai-cta > div {
	padding-bottom: 64px;
	padding-top: 64px;
}

@media (min-width: 1024px) {
	.--ai-cta > div {
		padding-bottom: 80px;
		padding-top: 80px;
	}
}


.--about-three-cards .card-grid .card:last-child .app-logo {
	position: absolute;
	inset: 0;
	width: inherit;
	height: inherit;
	margin: 0;
}

.--about-three-cards .card-grid .app-logo img {
	height: 100% !important;
	width: 100% !important;
}

@media (min-width: 1024px) {
	.--about-three-cards .card-grid .card:last-child .app-logo {
		margin-bottom: 0;
	}
}

.--ai-cta h4 {
	font-size: 40px;
	font-weight: 500;
	line-height: 110%;
	padding-bottom: 30px;
	margin: 0 auto;
}

@media (min-width: 1024px) {
	.--ai-cta h4 {
		font-size: 76px;
		letter-spacing: -1px;
		line-height: 110%;
		max-width: 1090px;
		padding-bottom: 50px;
		margin: 0px auto;
	}
}

.copy-block .style-h3 {
	font-weight: 500 !important;
}

@media (max-width: 1024px) {

}
