.press-page * {
	box-sizing: border-box;
}
section.press-hero {
	background-color: #d6d9ff;
	display: grid;
	align-items: center;
	grid-template-columns: 50% 50%;
	margin-bottom: 80px;
}
.press-page img {
	max-width: 100%;
	display: block;
}
.ph-img img {
	display: block;
	object-fit: cover;
	height: 609px;
}
.ph-txt {
	padding-right: 130px;
	padding-left: 155px;
}
.ph-txt h1 {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.2;
	font-family: "Gill Sans Std Bold";
}
.ph-txt h1 span {
	display: block;
	color: #341d57;
}
.ph-txt p {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 40px;
	width: 40ch;
	max-width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	white-space: pre-wrap;
}
.ph-txt a.btn {
	display: inline-block;
	margin-bottom: 25px;
	margin-top: unset;
	transition: 0.5s;
}
a.btn.press-kit {
	background-color: #717cff;
	color: #fff;
	margin-right: 25px;
}
a.btn.press-kit:hover {
	background-color: unset;
	color: #717cff;
	border: 1px solid #717cff;
}
a.btn.news:hover {
	background-color: #717cff;
	color: #fff;
}
.ph-txt ul {
	list-style: none;
	display: flex;
	margin: unset;
	padding: unset;
	gap: 10px;
}
.press-page h2 {
	text-align: center;
	font-family: "Gill Sans Std Bold";
	font-weight: 700;
	font-size: 48px;
	line-height: 56px;
	color: #717cff;
	margin-bottom: 50px;
}

section.press-data {
	width: 1126px;
	max-width: 100%;
	margin: auto;
	padding-bottom: 90px;
}
.pd-note {
	margin-bottom: 70px;
}
.pd-note p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #341d57;
}
.pd-note p a {
	text-decoration: none;
}
.pd-txt-btn {
	padding-inline: 128px;
	display: grid;
	grid-template-columns: 67% 33%;
	align-items: center;
	gap: 50px;
}
.pd-txt-btn p {
	font-weight: 400;
	font-size: 22px;
	line-height: 32px;
	color: #341d57;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	white-space: pre-wrap;
}
section.press-data a.btn.news {
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	color: #fff;
	border: 1px solid #f36400;
	background-color: #f36400;
	text-align: center;
	margin: unset;
	padding-inline: unset;
	width: 221px;
	transition: 0.5s;
}
section.press-data a.btn.news:hover {
	background-color: unset;
	color: #f36400;
}
section.press-data .slick-slide img {
	height: 487px;
	object-fit: cover;
}
.slick-dots li button:before {
	font-size: 32px;
	color: #d6d9ff;
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #717cff;
}
ul.slick-dots {
	bottom: unset;
	position: relative;
}
.slick-dotted.slick-slider {
	margin: unset;
}
.pd-slider {
	margin-bottom: 15px;
}

section.press-releases {
	/* background-color: #F0F1FF; */
	padding-inline: 30px;
}
.news-wrapper {
	background-color: #f0f1ff;
}
.pn-item {
	background-color: #fff;
}
.ps-inner {
	width: 1106px;
	max-width: 100%;
	margin: auto;
	padding-block: 85px;
	text-align: center;
}
.articles {
	display: grid;
	gap: 40px;
	text-align: left;
	margin-bottom: 55px;
}
.ps-inner article {
	display: grid;
	grid-template-columns: 1.3fr 2fr;
	box-shadow: 0px 0px 2px rgb(0 0 0 / 10%), 0px 2px 11px rgb(0 0 0 / 12%);
	border-radius: 10px;
	background-color: #fff;
}
.pra-txt {
	padding: 34px 48px;
}
.ps-inner h2 {
	margin-bottom: 25px;
}
.pra-img img {
	border-radius: 0px 10px 10px 0px;
	height: 100%;
	object-fit: cover;
	height: 358px;
}
.pra-date {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #83878c;
	margin-bottom: 25px;
}
.pra-txt h3 {
	font-weight: 600;
	font-size: 30px;
	line-height: 40px;
	color: #717cff;
	margin-top: unset;
	margin-bottom: 15px;
}
.pra-txt p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #341d57;
	margin-bottom: 25px;
}
.pra-txt a {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-decoration-line: underline;
	color: #717cff;
	float: right;
}
button#press-releases-load-more {
	font-weight: 400;
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	text-decoration-line: underline;
	text-transform: capitalize;
	color: #717cff;
	border: unset;
	background: unset;
	cursor: pointer;
}

section.press-news {
	padding-block: 85px;
	width: 1076px;
	margin: auto;
	max-width: 100%;
}
.press-news .slick-list {
	padding-block: 30px;
}
.press-news .slick-track {
	display: flex;
	gap: 30px;
}
.pn-item {
	box-shadow: 0px 0px 2px rgb(0 0 0 / 10%), 0px 2px 11px rgb(0 0 0 / 12%);
	border-radius: 10px;
}
.slick-prev,
.slick-next {
	width: 42px;
	height: 40px;
}
.slick-prev {
	left: -40px;
}
.slick-next {
	right: -42px;
}
.slick-prev:before,
.slick-next:before {
	background-image: url(../images/nav-arrow.svg);
	content: "";
	width: 42px;
	height: 40px;
	display: block;
	opacity: 1;
	background-repeat: no-repeat;
}
.slick-next:before {
	rotate: 180deg;
}
.pn-img img {
	width: 100%;
	object-fit: contain;
	border-radius: 10px 10px 0 0;
}
.pn-txt {
	padding: 25px 32px;
	display: flex;
	flex-flow: column;
	gap: 25px;
}
.pn-txt p {
	font-weight: 400;
	font-size: 22px;
	line-height: 32px;
	color: #341d57;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	white-space: pre-wrap;
}
.pn-txt a {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	align-self: flex-end;
	text-decoration-line: underline;
}

section.press-banner {
	background-color: #f0f1ff;
	padding-block: 85px;
	padding-inline: 30px;
}
.pb-inner {
	width: 1076px;
	margin: auto;
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 50px;
	text-align: center;
}
.pb-inner h2 {
	margin-bottom: 5px;
}
.pb-inner p {
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	color: #341d57;
}
.pb-inner a.btn {
	display: inline-block;
	background-color: #717cff;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	line-height: 40px;
	height: unset;
	padding: 3px 25px;
	transition: 0.5s;
}
.pb-inner a.btn:hover {
	background-color: unset;
	border: 1px solid #717cff;
	color: #717cff;
}

.entry-content strong,
.content strong,
.post__content strong {
	font-weight: bold;
}
.page--blank .content ol,
.page--blank .entry-content ol,
.post__content ol {
	counter-reset: item;
}
.page--blank .content ol > li,
.page--blank .entry-content ol > li,
.post__content ol > li {
	counter-increment: item;
}
.page--blank .content ol ol > li,
.page--blank .entry-content ol ol > li,
.post__content ol ol > li {
	display: block;
}
.page--blank .content ol ol > li:before,
.page--blank .entry-content ol ol > li:before,
.post__content ol ol > li:before {
	content: counters(item, ".") ". ";
	margin-left: -20px;
}
.post__content ol li ol {
	padding-left: 20px;
}

/* Ariel 7.5.23 FIX blog */
.posts-container {
	justify-content: unset;
	gap: 60px 20px;
}
.post-item {
	margin-bottom: unset;
}
div#load-more {
	margin-top: 50px;
}

button.btn.btn--solid.btn--community {
	position: relative;
}
button.btn.btn--solid.btn--community a {
	position: absolute;
	inset: 0;
}

/* AR - FIX Problem with Blogs on the site - 10.3.24 */
a.post-item__title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin-block: unset;
}

.blog h1,
.blog h2,
.blog h3,
.blog h4,
.blog h5,
.blog h6 {
	font-weight: 600;
	font-style: normal;
	color: #717cff;
}
.blog h1 {
	font-size: 60px;
}
.blog h2 {
	font-size: 50px;
}
.blog h3 {
	font-size: 36px;
}
.blog h4 {
	font-size: 32px;
}
.blog h5 {
	font-size: 28px;
}
.blog h6 {
	font-size: 24px;
}

.container__social-links a:last-child {
	background-color: #fff;
	display: inline-block;
	border-radius: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 7px;
	position: relative;
	top: -7px;
}
.container__social-links a:last-child img {
	width: 18px;
}

@media screen and (max-width: 1200px) {
	body {
		width: auto;
	}

	.press-news .slick-track {
		padding-bottom: 25px;
	}

	.ph-txt {
		padding-inline: 30px;
	}
	.ph-img img {
		height: 500px;
	}
}

@media screen and (max-width: 992px) {
	section.press-hero {
		grid-template-columns: 1fr;
		margin-bottom: 55px;
	}
	.ph-txt {
		order: 2;
		padding-inline: 50px;
		padding-bottom: 55px;
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
	}
	.ph-img {
		margin-bottom: 30px;
	}
	.ph-img img {
		height: 239px;
	}
	.ph-txt h1 {
		line-height: 32px;
		font-size: 28px;
	}
	.ph-txt h1 span {
		font-size: 27px;
	}
	.ph-txt p {
		font-size: 16px;
		width: unset;
		line-height: 24px;
	}
	a.btn.press-kit {
		margin: unset;
		margin-bottom: 30px;
	}
	.ph-txt a.btn.news {
		width: 159px;
		text-align: center;
	}

	section.press-data {
		padding-inline: 35px;
	}
	.press-page h2 {
		font-size: 28px;
		line-height: 32px;
		text-align: center;
	}
	section.press-data .slick-slide img {
		height: 140px;
		object-fit: contain;
	}
	.pd-note {
		margin-bottom: 25px;
	}
	.pd-txt-btn {
		padding: unset;
		display: flex;
		flex-flow: column;
		gap: 40px;
	}
	.pd-txt-btn p {
		font-size: 16px;
		line-height: 24px;
		overflow: unset;
		display: unset;
		-webkit-box-orient: unset;
		-webkit-line-clamp: unset;
		white-space: unset;
	}

	section.press-releases {
		padding-inline: unset;
	}
	.ps-inner {
		padding-block: 55px;
	}
	.ps-inner h2 {
		margin-bottom: 40px;
	}
	.ps-inner article {
		display: flex !important;
		flex-flow: column;
	}
	.pra-txt {
		order: 2;
		padding: 23px;
	}
	.pra-img img {
		height: 113px;
		border-radius: 10px 10px 0 0px;
	}
	.pra-date {
		font-size: 14px;
		line-height: 20px;
		text-align: center;
	}
	.pra-txt h3 {
		padding: unset;
		font-weight: 400;
		font-size: 22px;
		line-height: 32px;
		text-align: center;
	}
	.pra-txt a {
		float: unset;
		text-align: center;
		display: block;
	}
	.pra-txt p {
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		white-space: pre-wrap;
	}
	.articles {
		margin: unset;
	}
	/* slide when not active/center*/
	.articles .slick-slide,
	.articles .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
		scale: 0.9;
		transition: 1s;
	}
	/* slide when active/center */
	.articles .slick-center,
	.articles .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
		scale: 1;
	}
	.articles .slick-track {
		padding-bottom: 25px;
	}

	section.press-news {
		padding-block: 55px;
	}
	.press-news .slick-track {
		gap: unset;
	}
	/* slide when not active/center*/
	.press-news .slick-slide,
	.press-news .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
		scale: 0.9;
		transition: 1s;
	}
	/* slide when active/center */
	.press-news .slick-center,
	.press-news .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
		scale: 1;
	}

	section.press-banner {
		padding-block: 69px;
	}
	.pb-inner {
		flex-flow: column;
	}
	.pb-inner p {
		font-size: 16px;
	}

	.blog h1.post__title {
		padding-inline: 34px;
		line-height: 1;
		font-size: 35px;
	}
	.post__content img {
		height: auto;
	}
	.blog h3 {
		font-size: 22px;
	}
	.blog h4 {
		padding-inline: 34px;
		font-size: 21px;
	}
}
