.study .three-col-text-snake .row {
	padding-bottom: 120px;
	padding-left: 0;
	padding-right: 0;
	gap: 0;
	overflow: hidden;
}
.study .three-col-text-snake .col {
	margin-top: 0;
	padding-top: 110px;
	padding-bottom: 60px;
	padding-left: 95px;
	padding-right: 95px;
	position: relative;
}
.study .hero-section-text-small-image .text-side .title::before {
	display: none;
}
.study .hero-section-text-small-image.full-image .text-side {
	justify-content: center;
}
.study .title-three-col-cards .section-wrapper {
	padding-top: 120px;
}
.study .hero-section-text-small-image {
	background: #fff;
}
.study .hero-section-text-small-image .text-side img {
	width: 168px;
	margin-bottom: 40px;
}
.study .hero-section-text-small-image.full-image .text-side {
	padding-top: 120px;
	padding-bottom: 130px;
	width: 45%;
}
.study .hero-section-text-small-image .image-side {
	width: 55%;
}
.study .hero-section-text-small-image.full-image .row {
	gap: 30px;
}
.study .title-three-col-cards.full-width-container {
	background-color: #f8f9fb;
	position: relative;
	z-index: -1;
}
.study .text-section-wrapper h5 {
	font-family: Mont-Bold;
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 0;
	color: var(--color-primary-black);
	margin-bottom: 30px;
	padding-left: 200px;
}
.study .text-section-wrapper h5 span {
	color: var(--color-primary-8a);
}
.study .quotes {
	margin-bottom: 45px;
}
.study .text-section-wrapper .first-section .text-wrapper > p,
.study .text-section-wrapper .second-section .text-wrapper > p {
	font-family: Soleil;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 28px;
	color: var(--color-neutral-52);
	padding-left: 200px;
	padding-right: 170px;
}
.study .text-section-wrapper .first-section .text-wrapper h5 + p {
	font-size: 20px;
	line-height: 32px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	position: relative;
}
.study .text-section-wrapper .first-section h5 + p::after {
	position: absolute;
	content: "";
	height: 2px;
	width: 164px;
	background-color: var(--color-primary-9d);
	left: 200px;
	bottom: 0;
}
.study .text-section-wrapper {
	padding-top: 120px;
	padding-bottom: 120px;
}
.study .text-section-wrapper .first-section,
.study .text-section-wrapper .second-section {
	display: flex;
	flex-flow: column nowrap;
}
.study .text-section-wrapper .second-section p:nth-of-type(1) {
	margin-bottom: 30px;
}
.study .three-col-text-snake .row .col:nth-of-type(1) {
	padding-left: 260px;
}
.study .three-col-text-snake .row .col:nth-of-type(3) {
	padding-right: 240px;
}
body.study .three-col-text-snake .col {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 105px;
	margin-top: 120px;
	padding-bottom: 100px;
}
.study .three-col-text-snake .col:nth-of-type(2) img {
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
}
.study .three-col-text-snake .col:nth-of-type(1) img {
	display: none;
}
.study .three-col-text-snake .green-percent {
	margin-bottom: 25px;
}
.study .three-col-text-snake .col:nth-of-type(1)::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% + 50px);
	height: 50%;
	border-bottom: 24px solid #e6edef;
	border-right: 24px solid #e6edef;
	border-bottom-right-radius: 60px;
}
.study .three-col-text-snake .col:nth-of-type(1)::after {
	content: "";
	position: absolute;
	left: calc(50% + 115px);
	transform: translateX(-50%);
	width: 24px;
	height: 44px;
	background-color: #e6edef;
	bottom: 24px;
}
.study .three-col-text-snake .col:nth-of-type(3)::after {
	content: "";
	position: absolute;
	right: calc(50% + 95px);
	transform: translateX(-50%);
	width: 24px;
	height: 44px;
	background-color: #e6edef;
	bottom: 24px;
}
.study .three-col-text-snake .col:nth-of-type(2)::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 24px;
	height: 44px;
	background-color: #e6edef;
	top: 24px;
}
.study .three-col-text-snake .col:nth-of-type(2)::before {
	content: "";
	position: absolute;
	left: 26px;
	top: 0;
	width: calc(100% - 60px);
	height: 60%;
	border-left: 24px solid #e6edef;
	border-top: 24px solid #e6edef;
	border-top-left-radius: 120px;
	border-top-right-radius: 120px;
	border-right: 24px solid #e6edef;
}
.study .three-col-text-snake .col:nth-of-type(3)::before {
	content: "";
	position: absolute;
	left: -58px;
	bottom: 0;
	width: 100%;
	height: 50%;
	border-left: 24px solid #e6edef;
	border-bottom-left-radius: 60px;
	border-bottom: 24px solid #e6edef;
	border-bottom-right-radius: 60px;
	border-right: 24px solid #e6edef;
}
.study .text-section-wrapper .first-section,
.study .three-col-text-snake .row {
	position: relative;
}
.study .three-col-text-snake .row::after {
	position: absolute;
	content: "";
	right: 58px;
	top: 0;
	border-right: 24px solid #e6edef;
	width: 100%;
	height: 60%;
}
.study .text-section-wrapper .first-section::after {
	content: "";
	position: absolute;
	right: 58px;
	top: 0;
	height: 100%;
	margin-top: 5px;
	border-right: 24px solid #e6edef;
	border-top: 24px solid #e6edef;
	border-top-right-radius: 120px;
	width: 50%;
}
.study .text-cards .section-wrapper {
	display: flex;
	flex-direction: column;
	margin-top: 120px;
}
.study .green-text-image h5,
.study .text-cards h5,
.study .text-section h5 {
	font-family: Mont-Bold;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 28px;
	color: var(--color-primary-black);
	margin-bottom: 20px;
}
.study .green-text-image p,
.study .text-cards p,
.study .text-section p {
	font-family: Soleil;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 28px;
	color: var(--color-neutral-52);
}
.study .text-cards .cards-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	gap: 40px;
	padding: 0 50px;
	justify-content: center;
	margin-bottom: -90px;
}
.study .text-cards .green-number {
	font-family: Mont-Bold;
	font-size: 40px;
	letter-spacing: 0;
	line-height: 22px;
	color: var(--color-primary-9d);
	margin-bottom: 25px;
	display: inline-block;
}
.study .text-cards .cards-container p {
	font-family: Mont-Bold;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 26px;
	color: var(--color-primary-black);
}
.study .green-text-image .section-wrapper > div:first-of-type,
.study .text-cards .section-wrapper .text-wrapper,
.study .text-section .container > div {
	padding-left: 200px;
	padding-right: 200px;
}
.study .green-text-image .section-wrapper p:first-of-type,
.study .text-cards .text-wrapper p:first-of-type,
.study .text-section > div > div:last-of-type p:first-of-type {
	margin-bottom: 30px;
}
.study .text-cards .text-wrapper p:last-of-type {
	margin-bottom: 110px;
}
.study .green-text-image .section-wrapper p:last-of-type {
	margin-bottom: 120px;
}
.study .text-cards .cards-container .card {
	padding: 38px 60px 35px 40px;
	border-bottom: 7px solid var(--color-primary-9d);
	box-shadow: 0 26px 31px -12px #cdd9e13c;
	background: #fff;
}
.study .green-text-image {
	background-color: #f8f9fb;
	padding-top: 200px;
}
.study .green-text-image h5 span {
	color: var(--color-primary-8a);
}
.study .text-section {
	margin-top: 360px;
	margin-bottom: 120px;
}
.study .text-section .container {
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.study .green-text-image .img-container {
	padding: 0 100px;
	position: relative;
	top: 160px;
	margin-top: -160px;
}
.study .green-text-image .img-container .card {
	position: absolute;
	right: 0;
	bottom: -30%;
}
.study .three-col-text-snake .content {
	font-size: 18px;
}
.study .quote-full-width .signature {
	bottom: 8%;
	white-space: nowrap;
}
.study .quote-full-width .content-bottom {
	z-index: 1;
}
.study .three-col-text-snake .row::before {
	content: "";
	position: absolute;
	left: 120px;
	bottom: 120px;
	width: 42px;
	height: 24px;
	background-color: var(--color-primary-8a);
	z-index: 1;
}
.study .title-three-col-cards .card-title span.title-plus {
	font-family: "Mont-Regular";
}
@media only screen and (max-width: 1400px) {
	.study .text-cards .cards-container .card {
		padding-top: 30px;
		padding-bottom: 30px;
		padding-right: 25px;
	}
	.study .text-cards .cards-container {
		gap: 30px;
	}
	.study .green-text-image .img-container {
		padding: 0 50px;
	}
	.study .three-col-text-snake .col:nth-of-type(1)::after {
		left: calc(50% + 88px);
	}
	.study .three-col-text-snake .col:nth-of-type(3)::after {
		right: calc(50% + 72px);
	}
	.study .three-col-text-snake .row .col:nth-of-type(1) {
		padding-left: 190px;
	}
	.study .three-col-text-snake .row .col:nth-of-type(3) {
		padding-right: 220px;
	}
	.study .green-text-image .section-wrapper > div:first-of-type,
	.study .text-cards .section-wrapper .text-wrapper,
	.study .text-section .container > div,
	.study .text-section-wrapper .first-section .text-wrapper > p,
	.study .text-section-wrapper .second-section .text-wrapper > p {
		padding: 0 100px;
	}
	.study .text-section-wrapper h5 {
		padding-left: 100px;
	}
	.study .text-section-wrapper .first-section h5 + p::after {
		left: 100px;
	}
	.study .text-section-wrapper .first-section::after {
		width: 50%;
	}
}
@media only screen and (max-width: 1200px) {
	.study .three-col-text-snake .row .col:nth-of-type(3) {
		padding-right: 110px;
	}
	.study .three-col-text-snake .row .col:nth-of-type(1) {
		padding-left: 110px;
	}
	.study .text-section-wrapper .first-section::after {
		width: 41%;
	}
	.study .three-col-text-snake .col:nth-of-type(1)::before {
		width: calc(100% + 20px);
	}
	.study .three-col-text-snake .col:nth-of-type(2)::before {
		left: -4px;
		width: calc(100% + 7px);
	}
	.study .three-col-text-snake .col:nth-of-type(3)::before {
		right: 58px;
		width: calc(100% - 37px);
		left: unset;
	}
	.study .three-col-text-snake .col:nth-of-type(1)::after {
		left: calc(50% + 42px);
	}
	.study .three-col-text-snake .col:nth-of-type(3)::after {
		right: calc(50% + 8px);
	}
	.study .green-text-image .img-container .card {
		transform: scale(0.9);
	}
}
@media only screen and (max-width: 990px) {
	.study .title-three-col-cards .section-wrapper {
		padding-top: 60px;
	}
	.study .three-col-text-snake .content {
		font-size: 15px;
	}
	.study .text-section-wrapper h5 {
		font-size: 20px;
		line-height: 30px;
		padding: 0;
		margin-bottom: 80px;
	}
	.study .text-section-wrapper .first-section h5 + p::after {
		left: 0;
	}
	.study .text-section-wrapper {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.study .text-section-wrapper .first-section .text-wrapper h5 + p {
		font-size: 16px;
		line-height: 30px;
	}
	.study .hero-section-text-small-image.full-image .text-side {
		width: 100%;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.study .hero-section-text-small-image .text-side img {
		display: none;
	}
	.study .hero-section-text-small-image .title {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.study .hero-section-text-small-image.full-image .row {
		gap: 0;
	}
	.study .green-text-image .section-wrapper > div:first-of-type,
	.study .text-cards .section-wrapper .text-wrapper,
	.study .text-section .container > div,
	.study .text-section-wrapper .first-section .text-wrapper > p,
	.study .text-section-wrapper .second-section .text-wrapper > p {
		padding: 0;
	}
	.study .three-col-text-snake .col:nth-of-type(2) img {
		display: none;
	}
	.study .three-col-text-snake .col:nth-of-type(1) img {
		display: block;
		position: absolute;
		top: 0;
		left: 30px;
	}
	.study .three-col-text-snake .col:nth-of-type(1)::after,
	.study .three-col-text-snake .col:nth-of-type(1)::before,
	.study .three-col-text-snake .col:nth-of-type(2)::after,
	.study .three-col-text-snake .col:nth-of-type(2)::before,
	.study .three-col-text-snake .col:nth-of-type(3)::after,
	.study .three-col-text-snake .col:nth-of-type(3)::before,
	.study .three-col-text-snake .row::after {
		display: none;
	}
	.study .three-col-text-snake .row {
		display: flex;
		flex-flow: column nowrap;
		align-items: flex-start;
		padding: 0 75px;
		margin-bottom: 60px;
		padding-bottom: 80px;
		gap: 60px;
	}
	body.study .three-col-text-snake .col {
		padding: 0;
	}
	.study .three-col-text-snake .row .col:nth-of-type(1),
	.study .three-col-text-snake .row .col:nth-of-type(2),
	.study .three-col-text-snake .row .col:nth-of-type(3) {
		padding: 0 0 0 30px;
		margin: 0;
		text-align: left;
	}
	.study .three-col-text-snake .row .col:nth-of-type(1) {
		margin-top: 60px;
		padding-top: 100px;
	}
	.study .three-col-text-snake .green-percent {
		margin-bottom: 0;
		font-size: 44px;
		line-height: 52px;
		position: relative;
	}
	.study .three-col-text-snake .row::after {
		display: block;
		border-right: 0;
		border-bottom: 16px solid #e8eff3;
		bottom: 0;
		height: 100%;
		right: 0;
		width: calc(100% - 25px);
		border-bottom-left-radius: 60px;
		border-left: 16px solid #e8eff3;
	}
	.study .three-col-text-snake .green-percent::after {
		content: "";
		position: absolute;
		height: 16px;
		width: 28px;
		left: -65px;
		top: 25px;
		background-color: #e8eff3;
	}
	.study .text-section-wrapper .first-section::after {
		border-right: 0;
		border-left: 16px solid #e8eff3;
		left: 25px;
		height: 90%;
		bottom: 0;
		top: unset;
		border-top: 16px solid #e8eff3;
		border-top-left-radius: 60px;
		width: 100%;
		border-top-right-radius: 0;
	}
	.study .text-section-wrapper .first-section {
		overflow: hidden;
	}
	.study .text-cards .section-wrapper {
		margin-top: 60px;
	}
	.study .text-cards .text-wrapper p:last-of-type {
		margin-bottom: 60px;
	}
	.study .text-cards .cards-container {
		display: flex;
		flex-flow: column nowrap;
		padding: 0;
		margin-bottom: -475px;
	}
	.study .text-cards .cards-container .card {
		padding: 38px 70px 35px 40px;
		border-bottom: 5px solid var(--color-primary-9d);
	}
	.study .text-cards .green-number {
		margin-bottom: 20px;
	}
	.study .green-text-image {
		padding-top: 545px;
	}
	.study .text-cards .cards-container p {
		font-size: 16px;
		line-height: 22px;
	}
	.study .green-text-image .img-container {
		padding: 0;
	}
	.study .green-text-image .section-wrapper p:last-of-type {
		margin-bottom: 60px;
	}
	.study .green-text-image .img-container > picture img {
		max-width: calc(100% + 150px);
		margin-left: -75px;
		width: calc(100% + 150px);
	}
	.study .green-text-image .img-container .card {
		transform: none;
		left: 0;
		bottom: -15%;
	}
	.study .text-section {
		margin-top: 285px;
		margin-bottom: 60px;
	}
	.study .three-col-text-snake .row::before {
		width: 26px;
		height: 16px;
		background-color: var(--color-primary-9d);
		right: 90px;
		bottom: 0;
		left: unset;
	}
	.study .text-section-wrapper .first-section::before {
		width: 16px;
		height: 26px;
		background-color: var(--color-primary-9d);
		content: "";
		position: absolute;
		left: 25px;
		bottom: 35px;
		z-index: 1;
	}
	.study .text-section-wrapper .text-wrapper {
		position: relative;
	}
	.study .text-section-wrapper .first-section .text-wrapper::before {
		content: "";
		position: absolute;
		background-color: var(--color-primary-9d);
		top: 10%;
		width: 26px;
		height: 16px;
		z-index: 1;
		left: 30%;
	}
}
@media only screen and (max-width: 600px) {
	.study .quote-full-width {
		overflow: hidden;
	}
	.study .quotes {
		align-self: flex-start;
		width: 40px;
		height: 34px;
		margin-bottom: 25px;
	}
	.study .quote-full-width .signature {
		font-size: 50px;
		line-height: 32px;
		right: -50%;
	}
	.study .text-section-wrapper .first-section::before {
		left: 10px;
	}
	.study .three-col-text-snake .row::before {
		right: 40px;
	}
	.study .green-text-image .img-container .card {
		bottom: -40%;
	}
	.study .green-text-image .img-container > picture img {
		max-width: calc(100% + 50px);
		margin-left: -25px;
		width: calc(100% + 50px);
	}
	.study .text-section-wrapper .first-section .text-wrapper::before {
		top: 7%;
	}
	.study .text-section-wrapper .first-section::after {
		height: 93%;
	}
	.study .first-section {
		padding-left: 25px;
	}
	.study .three-col-text-snake .row {
		padding-left: 25px;
		padding-right: 25px;
	}
	.study .three-col-text-snake .row::after {
		width: calc(100% - 10px);
	}
	.study .three-col-text-snake .green-percent::after {
		left: -49px;
	}
	.study .text-section-wrapper .first-section::after {
		left: 10px;
	}
	.study .three-col-text-snake .row .col:nth-of-type(1),
	.study .three-col-text-snake .row .col:nth-of-type(2),
	.study .three-col-text-snake .row .col:nth-of-type(3) {
		padding-left: 50px;
	}
	.study .three-col-text-snake .col:nth-of-type(1) img {
		left: 50px;
	}
}
@media only screen and (max-width: 350px) {
	.study .text-section-wrapper .first-section .text-wrapper::before {
		top: 6%;
	}
	.study .text-section-wrapper .first-section::after {
		height: 94%;
	}
}
.study.coming-soon .green-badge p {
	font-family: Soleil-Bold;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 20px;
	color: #fff;
}
.study.coming-soon .green-badge {
	background-color: var(--color-primary-8a);
	padding: 3px 12px;
	display: flex;
	width: fit-content;
	align-items: center;
	justify-content: center;
	gap: 9px;
}
.study.coming-soon .green-badge img {
	width: 13px;
	height: 12px;
	margin: 0;
}
.study.coming-soon .hero-section-text-small-image .title {
	margin-bottom: 0;
}
.study.coming-soon .coming-soon-section {
	background-color: #f8f9fb;
	padding: 120px 75px;
}
.study.coming-soon .coming-soon-section .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.study.coming-soon .coming-soon-section .green-text {
	font-family: Mont-Bold;
	font-size: 14px;
	letter-spacing: 0.8px;
	line-height: 24px;
	color: var(--color-primary-8a);
	margin-bottom: 10px;
}
.study.coming-soon .coming-soon-section .title {
	font-family: Mont-Bold;
	font-size: 30px;
	letter-spacing: 0;
	line-height: 40px;
	color: var(--color-primary-black);
	margin-bottom: 48px;
}
.study.coming-soon .coming-soon-section .btn {
	color: #fff;
	max-width: 216px;
	text-align: center;
	width: 100%;
}
@media only screen and (max-width: 1439px) {
	.study.coming-soon .hero-section-text-small-image.full-image .text-side {
		width: 55%;
	}
	.study.coming-soon .hero-section-text-small-image.full-image .image-side {
		width: 45%;
	}
	.study.coming-soon .hero-section-text-small-image.full-image .row {
		gap: 50px;
	}
}
@media only screen and (max-width: 990px) {
	.study.coming-soon .hero-section-text-small-image.full-image .image-side,
	.study.coming-soon .hero-section-text-small-image.full-image .text-side {
		width: 100%;
	}
	.study.coming-soon .hero-section-text-small-image.full-image .row {
		gap: 0;
	}
	.study.coming-soon
		.hero-section-text-small-image
		.text-side
		.green-badge
		img {
		display: block;
	}
	.study.coming-soon .coming-soon-section {
		padding: 60px 0;
	}
	.study.coming-soon .coming-soon-section .container {
		align-items: flex-start;
		text-align: left;
	}
	.study.coming-soon .hero-section-text-small-image .title {
		margin-bottom: 22px;
	}
	.study .hero-section-text-small-image.full-image .text-side {
		padding-bottom: 0;
	}
	body.study .hero-section-text-small-image .row .image-side {
		margin-top: 45px;
	}
}
@media only screen and (max-width: 600px) {
	.study.coming-soon .coming-soon-section .btn {
		max-width: unset;
	}
	.study.coming-soon .coming-soon-section .title {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 32px;
	}
}
