.saas {
	--product-bg-1: linear-gradient(180deg, #fbe9cf 0%, #ffc7ae 100%);
	--Products-Eco-Gradient-2: linear-gradient(
		91deg,
		rgba(89, 225, 255, 0.3) -14.32%,
		rgba(183, 229, 255, 0.3) 48.62%,
		rgba(207, 193, 254, 0.3) 105.57%
	);
	--product-gradient-1: linear-gradient(180deg, #fbe9cf 0%, #ffc7ae 100%);
	--product-gradient-2: linear-gradient(355deg, #bedcfe 9.99%, #e0eefd 95.96%);
	--product-gradient-3: linear-gradient(272deg, #d444f1 -9.1%, #ff4405 38%, #ff9c2f 92%, #fef6ee 133.12%);
	--product-gradient-4: linear-gradient(272deg, #d444f1 -9.1%, #ff4405 38%, #ff9c2f 92%, #fef6ee 133.12%);
	--product-gradient-5: linear-gradient(180deg, rgba(251, 233, 207, 0.3) 0%, rgba(255, 199, 174, 0.3) 100%);
	--product-gradient-6: linear-gradient(303deg, #8762a1 24.53%, #e3bcff 93.75%, #f5effa 146.46%);
	--product-color: linear-gradient(137deg, #13bcfe 0.01%, #4285f4 50.01%, #a274db 100.01%);
	--border-color: #ff692e;
	--Products-Eco-Gradient-1: linear-gradient(137deg, #13bcfe 0.01%, #4285f4 50.01%, #a274db 100.01%);
}
.elementary-one {
	margin-top: 80px;
	padding: 0px 0 42px;
}
.elementary-bg-block {
	position: relative;
	padding: 40px 0;
	margin: 0 32px;
	border-radius: 20px;
	overflow: hidden;
}
.elementary-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.elementary-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.elementary-one-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 18px;
}
.elementary-one-left__content {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.elementary-one-left__title {
	color: var(--text-neutral-default);
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 115%;
	letter-spacing: -0.8px;
	margin-bottom: 32px;
	position: relative;
	margin-bottom: 20px;
}
.h3 span,
.elementary-one-left__title span {
	background: var(--product-color);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.elementary-one-left__text {
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 135%;
}
.elementary-one-left__btn {
	margin-top: auto;
	display: flex;
	gap: 10px;
}
.elementary-one-left__btn a {
	border-radius: 40px;
	padding: 19px 32px;
	max-height: 60px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 123%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: max-content;
	white-space: nowrap;
	gap: 8px;
	transition: all 0.3s linear;
}
.saas .fon-btn {
	background: linear-gradient(137deg, #13bcfe 0.01%, #4285f4 50.01%, #a274db 100.01%);
}
.elementary-one-left__imag {
	display: flex;
}
.elementary-one-left__imag picture {
	height: 100%;
	width: 100%;
}
.summary {
	padding: 40px 0;
}
.summary-bg {
	padding: 40px 0;
	margin: 0 32px;
	border-radius: 20px;
	background: var(--Products-Eco-Gradient-2);
}
.summary-flex {
	display: flex;
	gap: 20px;
}
.summary-left {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.accords-title {
	gap: 10px;
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
}
.h3 {
	margin-bottom: 32px;
}
.summary .active .borders-bg:hover {
	background: #fff;
}
.accords-item.active .borders-bg {
	background: #fff;
}
.borders-bg {
	border-radius: 20px;
}
.accords .accords-content ul,
.accords .accords-content-box > a,
.accords .accords-content p:last-child {
	padding-bottom: 20px;
}
.accords-content-box li {
	display: flex;
}
.accords-content-box li b {
	margin-right: 5px;
	font-weight: 400;
}
.accords button {
	position: relative;
	display: flex;
	align-items: center;
	text-align: left;
	width: 100%;
	padding: 20px;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	border: none;
	background: none;
	outline: none;
	cursor: pointer;
	border-radius: 16px;
}
.summary .accords button[aria-expanded="true"] {
	color: var(--text-neutral-default);
	font-size: 20px;
	line-height: 114%;
	letter-spacing: -0.4px;
	align-items: flex-start;
	padding-bottom: 10px;
}
.accords .accords-content {
	overflow: hidden;
	padding: 0 20px;
	color: #26213f;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	display: grid;
	grid-template-rows: 0fr;
	transition:
		grid-template-rows 1s cubic-bezier(0.16, 1, 0.3, 1),
		border-color 0.5s ease;
	will-change: grid-template-rows;
}
.accords button[aria-expanded="true"] + .accords-content {
	grid-template-rows: 1fr;
}
.accords-content-box {
	opacity: 0;
	overflow: hidden;
}
.accords button[aria-expanded="true"] + .accords-content .accords-content-box {
	opacity: 1;
}
.accords .accords-content p {
	margin: 0 0 0px;
	display: none;
}
.accords .accords-content ul,
.accords .accords-content-box > a,
.accords .accords-content p:last-child {
	padding-bottom: 20px;
}
.accords .accords-item.active .accords-content p {
	display: block;
	padding-bottom: 20px;
}
.summary-bottom {
	margin-top: auto;
}
.summary-bottom a {
	padding: 20px 32px;
	border-radius: 40px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 111.111%;
}
.accords-img {
	max-width: 559px;
}
.accords-img picture[hidden] {
	display: none;
}
.accords-img picture {
	opacity: 0;
	transition: opacity 0.35s ease;
}
.accords-img picture.is-active {
	opacity: 1;
}
.accords-item button .icon {
	display: inline-block;
	margin-right: 10px;
	min-width: 24px;
}
.accords button[aria-expanded="true"] .icon {
	display: none;
}
.accords button[aria-expanded="true"] .accords-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 130%;
	text-align: left;
	color: #232323;
}
.b2c-twelve-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 64px;
}
.b2c-twelve-card {
	display: flex;
	flex-direction: column;
}
.b2c-twelve-card__img {
	border-radius: 32px;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.b2c-twelve-card__logo {
	border-radius: 12px;
	min-width: 64px;
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: calc(50% - 32px);
	left: calc(50% - 32px);
}
.b2c-twelve-card__content {
	padding-top: 20px;
}
.b2c-twelve-card__title {
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: var(--Heading-SemiBold);
	line-height: 120%;
}
.b2c-twelve-card__img picture img,
.b2c-twelve-card__img picture {
	display: flex;
	flex-direction: column;
}
.summary-box {
	position: relative;
}
.ecosystem-seven-bottom {
	margin-top: 40px;
}
.mt32 {
	margin-top: 32px;
}
.saas .decisions-sixteen-box {
	background: linear-gradient(137deg, #13bcfe 0.01%, #4285f4 50.01%, #a274db 100.01%);
}
@media (max-width: 1170px) {
	.elementary-one {
		margin-top: 60px;
		padding-bottom: 8px;
	}
	.elementary-bg-block {
		padding: 32px 0;
		border-radius: 24px;
		margin: 0 16px;
	}
	.elementary-one-left__title {
		font-size: 24px;
		margin-bottom: 16px;
	}
	.elementary-one-left__text {
		font-size: 16px;
	}
	.summary-bottom a,
	.elementary-one-left__btn a {
		font-size: 12px;
		padding: 10px 16px;
		max-height: 36px;
	}
	.mt32 {
		margin-top: 24px;
	}
	.summary {
		padding: 24px 0;
	}
	.summary-bg {
		padding: 32px 0;
		margin: 0 16px;
	}
	.summary-bg .container {
		padding: 0 32px;
	}
	.accords button {
		padding: 12px;
		font-size: 14px;
	}
	.borders-bg {
		border-radius: 16px;
	}
	.accords-title {
		font-size: 14px;
	}
	.accords button[aria-expanded="true"] .accords-title,
	.summary .accords button[aria-expanded="true"] {
		font-size: 14px;
	}
	.accords .accords-content {
		font-size: 12px;
		padding: 0 12px;
	}
	.summary-left {
		width: 60%;
	}
	.custom-accords3 .summary-left {
		min-height: 400px;
	}
	.accords-img {
		width: 40%;
	}
	.summary-flex {
		align-items: center;
	}
	.b2c-twelve-grid {
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 12px;
		grid-row-gap: 40px;
	}
	.b2c-twelve-card__logo {
		max-width: 70px;
	}
	.custom-accords3 button[aria-expanded="true"] .accords-title,
	.summary .custom-accords3 button[aria-expanded="true"] {
		font-size: 18px;
	}
}
@media (max-width: 860px) {
	.custom-accords3 .summary-left {
		min-height: 489px;
	}
}
@media (max-width: 767px) {
	.elementary-bg-block {
		margin: 0 8px;
	}
	.elementary-one-box {
		flex-direction: column;
		text-align: left;
	}
	.elementary-one-left__imag {
		display: none;
	}
	.elementary-one-left__btn a {
		width: 100%;
	}
	.summary-flex {
		flex-direction: column;
		text-align: left;
	}
	.accords-img,
	.summary-left {
		width: 100%;
		max-width: unset;
	}
	.custom-accords3 .summary-left {
		max-width: unset;
	}
	.summary-bg .container {
		padding: 0 20px;
	}
	.summary-bg {
		padding: 24px 0;
		margin: 0 8px;
	}
	.summary-bottom {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.btn-mob {
		padding-bottom: 70px;
	}
	.summary-bottom a {
		width: 100%;
	}
	.custom-accords3 .summary-left {
		min-height: unset;
	}
	.b2c-twelve-grid {
		grid-template-columns: 1fr;
		grid-row-gap: 32px;
		text-align: left;
	}
	.b2c-twelve-card__content {
		padding-top: 12px;
	}
	.b2c-twelve-card__title {
		font-size: 16px;
	}
	.b2c-twelve-card__img {
		border-radius: 12px;
	}
}
