.eis-section {
	background: #ffffff;
	box-sizing: border-box;
	color: #080a0f;
	font-family: inherit;
	width: 100%;
}

.eis-section *,
.eis-section *::before,
.eis-section *::after {
	box-sizing: border-box;
}

.eis-section__inner {
	margin-inline: auto;
	width: 100%;
}

.eis-section__header {
	margin-inline: auto;
	max-width: 940px;
	text-align: center;
}

.eis-section__eyebrow {
	color: #f5b400;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: 1.4px;
	line-height: 1.25;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.eis-section__title {
	color: #080a0f;
	font-size: clamp(38px, 5vw, 52px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.08;
	margin: 0;
}

.eis-section__description {
	color: #3f4654;
	font-size: 19px;
	line-height: 1.55;
	margin-top: 26px;
}

.eis-section__description p {
	margin: 0;
}

.eis-section__description p + p {
	margin-top: 8px;
}

.eis-table {
	border: 1px solid #e7e7e7;
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
}

.eis-table__head-row,
.eis-table__body-row {
	display: grid;
	grid-template-columns: 37.2% 31.4% 31.4%;
}

.eis-table__head-cell,
.eis-table__body-cell {
	border-right: 1px solid #e7e7e7;
}

.eis-table__head-cell:last-child,
.eis-table__body-cell:last-child {
	border-right: 0;
}

.eis-table__head-cell {
	align-items: center;
	display: flex;
	min-height: 70px;
	padding: 16px 38px;
}

.eis-table__head-cell--area {
	background: #080a0f;
	color: #ffffff;
	font-size: 20px;
	font-weight: 800;
}

.eis-table__head-cell--metric {
	background: #f7b801;
	color: #080a0f;
	gap: 16px;
	justify-content: center;
}

.eis-table__head-icon {
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 30px;
	justify-content: center;
	line-height: 1;
	width: 34px;
}

.eis-table__head-icon svg,
.eis-table__area-icon svg,
.eis-tip__icon svg {
	display: block;
	fill: currentColor;
	height: 1em;
	width: 1em;
}

.eis-table__head-copy {
	display: grid;
	line-height: 1.15;
}

.eis-table__head-copy strong {
	font-size: 20px;
	font-weight: 900;
}

.eis-table__head-copy small {
	font-size: 13px;
	font-weight: 700;
	margin-top: 4px;
}

.eis-table__body-row {
	background: #ffffff;
	min-height: 82px;
}

.eis-table__body-row + .eis-table__body-row {
	border-top: 1px solid #e7e7e7;
}

.eis-table__body-cell {
	align-items: center;
	display: flex;
	min-width: 0;
	padding: 10px 38px;
}

.eis-table__body-cell--area {
	gap: 22px;
}

.eis-table__area-icon {
	align-items: center;
	background: #f5f4f2;
	border-radius: 50%;
	color: #080a0f;
	display: inline-flex;
	flex: 0 0 56px;
	font-size: 28px;
	height: 56px;
	justify-content: center;
	line-height: 1;
	width: 56px;
}

.eis-table__area-copy {
	display: grid;
	min-width: 0;
}

.eis-table__area-title {
	color: #080a0f;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.15;
	overflow-wrap: anywhere;
}

.eis-table__area-subtitle {
	color: #2f3541;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	margin-top: 4px;
	overflow-wrap: anywhere;
}

.eis-table__body-cell--value {
	justify-content: center;
	text-align: center;
}

.eis-table__mobile-label {
	display: none;
}

.eis-table__value {
	align-items: baseline;
	display: inline-flex;
	gap: 9px;
	justify-content: center;
	white-space: nowrap;
}

.eis-table__value-number {
	color: #f7b801;
	font-size: 32px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
}

.eis-table__value-suffix {
	color: #2f3541;
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
}

.eis-tip {
	align-items: center;
	background: #fff9ea;
	border: 1px solid rgba(247, 184, 1, 0.35);
	border-radius: 8px;
	display: grid;
	gap: 22px;
	grid-template-columns: auto max-content minmax(0, 1fr);
	margin-top: 30px;
	min-height: 104px;
	padding: 22px 58px;
}

.eis-tip__icon {
	align-items: center;
	background: #f7b801;
	border-radius: 50%;
	color: #080a0f;
	display: inline-flex;
	font-size: 32px;
	height: 56px;
	justify-content: center;
	line-height: 1;
	width: 56px;
}

.eis-tip__title {
	color: #080a0f;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
	white-space: nowrap;
}

.eis-tip__text {
	color: #3f4654;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.45;
	margin-left: 48px;
}

@media (max-width: 1024px) {
	.eis-table__head-cell,
	.eis-table__body-cell {
		padding-left: 24px;
		padding-right: 24px;
	}

	.eis-tip {
		padding-left: 32px;
		padding-right: 32px;
	}

	.eis-tip__text {
		margin-left: 8px;
	}
}

@media (max-width: 767px) {
	.eis-section {
		padding-left: 18px !important;
		padding-right: 18px !important;
	}

	.eis-section__eyebrow {
		font-size: 13px;
		letter-spacing: 1px;
		margin-bottom: 12px;
	}

	.eis-section__title {
		font-size: 34px;
	}

	.eis-section__description {
		font-size: 16px;
		line-height: 1.5;
		margin-top: 18px;
	}

	.eis-table {
		background: transparent;
		border: 0;
		border-radius: 0;
		overflow: visible;
	}

	.eis-table__head {
		display: none;
	}

	.eis-table__body {
		display: grid;
		gap: 14px;
	}

	.eis-table__body-row {
		border: 1px solid #e7e7e7;
		border-radius: 10px;
		display: grid;
		grid-template-columns: 1fr;
		min-height: 0;
		overflow: hidden;
	}

	.eis-table__body-row + .eis-table__body-row {
		border-top: 1px solid #e7e7e7;
	}

	.eis-table__body-cell {
		border-right: 0;
		padding: 16px 18px;
	}

	.eis-table__body-cell--area {
		background: #ffffff;
		gap: 16px;
	}

	.eis-table__area-icon {
		flex-basis: 48px;
		font-size: 24px;
		height: 48px;
		width: 48px;
	}

	.eis-table__body-cell--value {
		border-top: 1px solid #e7e7e7;
		justify-content: space-between;
		text-align: left;
	}

	.eis-table__mobile-label {
		color: #080a0f;
		display: block;
		font-size: 14px;
		font-weight: 800;
	}

	.eis-table__value-number {
		font-size: 28px;
	}

	.eis-tip {
		align-items: flex-start;
		gap: 14px;
		grid-template-columns: auto 1fr;
		margin-top: 22px;
		min-height: 0;
		padding: 18px;
	}

	.eis-tip__icon {
		font-size: 26px;
		height: 48px;
		width: 48px;
	}

	.eis-tip__title {
		align-self: center;
		white-space: normal;
	}

	.eis-tip__text {
		grid-column: 1 / -1;
		font-size: 16px;
		margin-left: 0;
	}
}

.eis-steps {
	background: #fbf6e9;
	box-sizing: border-box;
	color: #080a0f;
	font-family: inherit;
	width: 100%;
}

.eis-steps *,
.eis-steps *::before,
.eis-steps *::after {
	box-sizing: border-box;
}

.eis-steps__inner {
	margin-inline: auto;
	width: 100%;
}

.eis-steps__title {
	color: #080a0f;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0 0 6px;
	text-align: center;
}

.eis-steps__row {
	align-items: center;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1fr) auto;
}

.eis-steps__items {
	align-items: center;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
}

.eis-step {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	min-width: 0;
}

.eis-step__number {
	align-items: center;
	background: #f7b801;
	border-radius: 50%;
	color: #080a0f;
	display: inline-flex;
	flex: 0 0 28px;
	font-size: 14px;
	font-weight: 900;
	height: 28px;
	justify-content: center;
	line-height: 1;
	width: 28px;
}

.eis-step__copy {
	min-width: 0;
}

.eis-step__heading {
	color: #080a0f;
	display: block;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 8px;
	overflow-wrap: anywhere;
}

.eis-step__text {
	color: #222631;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.eis-step__image-wrap {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	max-width: 94px;
	min-width: 68px;
}

.eis-step__image {
	display: block;
	height: auto;
	max-height: 64px;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.eis-step__fallback-product {
	align-items: center;
	background: #080a0f;
	border-radius: 50%;
	box-shadow: 0 6px 14px rgba(8, 10, 15, 0.22);
	color: #f7b801;
	display: inline-flex;
	font-size: 34px;
	height: 64px;
	justify-content: center;
	line-height: 1;
	position: relative;
	width: 64px;
}

.eis-step__fallback-product::after {
	border: 1px solid rgba(247, 184, 1, 0.75);
	border-radius: 50%;
	content: "";
	height: 38px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 38px;
}

.eis-step__fallback-product svg {
	display: block;
	fill: currentColor;
	height: 0.7em;
	position: relative;
	width: 0.7em;
	z-index: 1;
}

.eis-steps__arrow {
	border-right: 3px solid currentColor;
	border-top: 3px solid currentColor;
	color: #f7b801;
	display: block;
	height: 20px;
	transform: rotate(45deg);
	width: 20px;
}

.eis-days {
	align-items: center;
	background: #ffffff;
	border: 3px solid #8b929a;
	border-radius: 4px;
	display: grid;
	height: 64px;
	justify-items: center;
	padding: 13px 9px 6px;
	position: relative;
	width: 58px;
}

.eis-days::before,
.eis-days::after {
	background: #ffffff;
	border: 3px solid #8b929a;
	border-bottom: 0;
	border-radius: 4px 4px 0 0;
	content: "";
	height: 13px;
	position: absolute;
	top: -11px;
	width: 8px;
}

.eis-days::before {
	left: 11px;
}

.eis-days::after {
	right: 11px;
}

.eis-days__rings {
	border-top: 2px solid #8b929a;
	left: 0;
	position: absolute;
	right: 0;
	top: 13px;
}

.eis-days__value {
	color: #ff231f;
	font-size: 23px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
}

.eis-days__label {
	color: #ff231f;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.eis-steps__row {
		gap: 22px;
	}

	.eis-steps__items {
		gap: 16px;
	}

	.eis-step {
		gap: 9px;
	}

	.eis-step__fallback-product {
		font-size: 28px;
		height: 54px;
		width: 54px;
	}
}

@media (max-width: 767px) {
	.eis-steps {
		padding-left: 18px !important;
		padding-right: 18px !important;
	}

	.eis-steps__title {
		font-size: 20px;
		margin-bottom: 18px;
	}

	.eis-steps__row {
		grid-template-columns: 1fr;
	}

	.eis-steps__items {
		align-items: stretch;
		gap: 14px;
		grid-template-columns: 1fr;
	}

	.eis-steps__arrow {
		height: 16px;
		justify-self: center;
		transform: rotate(135deg);
		width: 16px;
	}

	.eis-step {
		background: rgba(255, 255, 255, 0.64);
		border: 1px solid rgba(247, 184, 1, 0.22);
		border-radius: 8px;
		gap: 12px;
		grid-template-columns: auto minmax(0, 1fr) auto;
		padding: 14px;
	}

	.eis-step__heading {
		font-size: 15px;
		margin-bottom: 6px;
	}

	.eis-step__text {
		font-size: 13px;
	}

	.eis-step__fallback-product {
		height: 52px;
		width: 52px;
	}

	.eis-days {
		justify-self: center;
	}
}

@media (max-width: 420px) {
	.eis-step {
		grid-template-columns: auto minmax(0, 1fr);
	}

	.eis-step__image-wrap,
	.eis-step__fallback-product {
		grid-column: 2;
		justify-self: start;
	}
}

.eis-usage {
	background: #ffffff;
	box-sizing: border-box;
	color: #080a0f;
	font-family: inherit;
	width: 100%;
}

.eis-usage *,
.eis-usage *::before,
.eis-usage *::after {
	box-sizing: border-box;
}

.eis-usage__inner {
	margin-inline: auto;
	width: 100%;
}

.eis-usage__header {
	margin-inline: auto;
	max-width: 620px;
	text-align: center;
}

.eis-usage__title {
	color: #080a0f;
	font-size: clamp(30px, 4vw, 36px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0;
	position: relative;
}

.eis-usage__title::after {
	background: #ff332f;
	bottom: -18px;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 54px;
}

.eis-usage__description {
	color: #7c828d;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.45;
	margin-top: 34px;
}

.eis-usage__grid {
	display: grid;
	gap: 7px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	width: 100%;
}

.eis-usage-card {
	background-color: #111318;
	background-position: center;
	background-size: cover;
	border-radius: 8px;
	min-height: 275px;
	overflow: hidden;
	position: relative;
}

.eis-usage-card::before {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.68) 70%, rgba(0, 0, 0, 0.98) 100%);
	content: "";
	inset: 0;
	position: absolute;
}

.eis-usage-card::after {
	background: rgba(0, 0, 0, 0.16);
	content: "";
	inset: 0;
	position: absolute;
	transition: background 180ms ease;
}

.eis-usage-card:hover::after {
	background: rgba(0, 0, 0, 0.02);
}

.eis-usage-card__content {
	align-items: flex-start;
	bottom: 22px;
	display: grid;
	left: 18px;
	position: absolute;
	right: 18px;
	z-index: 1;
}

.eis-usage-card__icon {
	color: #ffffff;
	display: inline-flex;
	font-size: 25px;
	line-height: 1;
	margin-bottom: 9px;
}

.eis-usage-card__icon svg {
	display: block;
	fill: currentColor;
	height: 1em;
	width: 1em;
}

.eis-usage-card__title {
	color: #ffffff;
	font-size: 17px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
	overflow-wrap: anywhere;
	text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

.eis-usage-card__line {
	background: #ff332f;
	display: block;
	height: 2px;
	margin-top: 14px;
	width: 44px;
}

@media (max-width: 1024px) {
	.eis-usage__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.eis-usage {
		padding-left: 18px !important;
		padding-right: 18px !important;
	}

	.eis-usage__title {
		font-size: 30px;
	}

	.eis-usage__description {
		font-size: 15px;
	}

	.eis-usage__grid {
		grid-template-columns: 1fr;
	}

	.eis-usage-card {
		min-height: 245px;
	}
}

.eis-split-rich {
	background: #ffffff;
	box-sizing: border-box;
	color: #080a0f;
	font-family: inherit;
	width: 100%;
}

.eis-split-rich *,
.eis-split-rich *::before,
.eis-split-rich *::after {
	box-sizing: border-box;
}

.eis-split-rich__inner {
	align-items: center;
	display: grid;
	gap: clamp(40px, 7vw, 110px);
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	margin-inline: auto;
	width: 100%;
}

.eis-split-rich--image-right .eis-split-rich__media {
	order: 2;
}

.eis-split-rich--image-right .eis-split-rich__content {
	order: 1;
}

.eis-split-rich__media {
	min-width: 0;
}

.eis-split-rich__image {
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.eis-split-rich__eyebrow {
	color: #7c828d;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.35;
	margin-bottom: 12px;
}

.eis-split-rich__title {
	color: #080a0f;
	font-size: clamp(42px, 4.4vw, 62px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.14;
	margin: 0;
}

.eis-split-rich__title span {
	color: #f7b801;
}

.eis-split-rich__description {
	color: #171b25;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.46;
	margin-top: 24px;
}

.eis-split-rich__description p {
	margin: 0;
}

.eis-split-rich__description p + p {
	margin-top: 20px;
}

.eis-split-points {
	display: grid;
	gap: 18px;
	margin-top: 30px;
}

.eis-split-point {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: auto minmax(0, 1fr);
}

.eis-split-point__icon {
	align-items: center;
	background: #f7b801;
	border-radius: 50%;
	color: #080a0f;
	display: inline-flex;
	font-size: 24px;
	height: 54px;
	justify-content: center;
	line-height: 1;
	width: 54px;
}

.eis-split-point__icon svg,
.eis-footer-feature__icon svg {
	display: block;
	fill: currentColor;
	height: 1em;
	width: 1em;
}

.eis-split-point__copy {
	display: grid;
	min-width: 0;
}

.eis-split-point__title {
	color: #080a0f;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
	overflow-wrap: anywhere;
}

.eis-split-point__text {
	color: #171b25;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.35;
	margin-top: 4px;
	overflow-wrap: anywhere;
}

.eis-split-rich__action-row {
	align-items: end;
	display: grid;
	gap: 34px;
	grid-template-columns: auto minmax(260px, 1fr);
	margin-top: 34px;
}

.eis-split-rich__action-row--button-only {
	display: block;
}

.eis-split-button {
	align-items: center;
	border-radius: 6px;
	display: inline-flex;
	font-size: 22px;
	font-weight: 900;
	gap: 24px;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1;
	min-height: 72px;
	padding: 20px 34px;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease;
	width: min(100%, 365px);
}

.eis-split-button:hover {
	box-shadow: 0 14px 30px rgba(16, 10, 76, 0.18);
	transform: translateY(-1px);
}

.eis-split-button--purple {
	background: #171064;
	color: #ffffff;
}

.eis-split-button--yellow {
	background: #f7b801;
	color: #080a0f;
}

.eis-split-button__arrow {
	border-right: 3px solid currentColor;
	border-top: 3px solid currentColor;
	display: inline-block;
	height: 12px;
	transform: rotate(45deg);
	width: 12px;
}

.eis-price {
	display: grid;
}

.eis-price__prefix {
	color: #171b25;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 8px;
}

.eis-price__value {
	color: #080a0f;
	font-size: 50px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
}

.eis-price__suffix {
	color: #515763;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 8px;
}

.eis-footer-features {
	border-top: 1px solid #d9d9d9;
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 36px;
	padding-top: 24px;
}

.eis-footer-feature {
	align-items: center;
	display: grid;
	gap: 14px;
	grid-template-columns: auto minmax(0, 1fr);
	min-width: 0;
	padding-inline: 24px;
}

.eis-footer-feature:first-child {
	padding-left: 0;
}

.eis-footer-feature + .eis-footer-feature {
	border-left: 1px solid #d9d9d9;
}

.eis-footer-feature__icon {
	color: #080a0f;
	display: inline-flex;
	font-size: 31px;
	line-height: 1;
}

.eis-footer-feature strong {
	color: #080a0f;
	display: block;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
}

.eis-footer-feature small {
	color: #171b25;
	display: block;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.25;
	margin-top: 3px;
}

@media (max-width: 1100px) {
	.eis-split-rich__inner {
		gap: 42px;
	}

	.eis-split-rich__title {
		font-size: 42px;
	}

	.eis-split-rich__description {
		font-size: 18px;
	}

	.eis-split-point__title {
		font-size: 18px;
	}

	.eis-split-point__text {
		font-size: 16px;
	}
}

@media (max-width: 900px) {
	.eis-split-rich {
		padding-left: 22px !important;
		padding-right: 22px !important;
	}

	.eis-split-rich__inner {
		grid-template-columns: 1fr;
	}

	.eis-split-rich--image-right .eis-split-rich__media,
	.eis-split-rich--image-right .eis-split-rich__content {
		order: initial;
	}

	.eis-split-rich__media {
		order: -1;
	}

	.eis-split-rich__title {
		font-size: 38px;
	}

	.eis-split-rich__action-row {
		align-items: start;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 620px) {
	.eis-split-rich__title {
		font-size: 32px;
	}

	.eis-split-rich__eyebrow {
		font-size: 16px;
	}

	.eis-split-rich__description {
		font-size: 16px;
	}

	.eis-split-point {
		gap: 14px;
	}

	.eis-split-point__icon {
		font-size: 21px;
		height: 48px;
		width: 48px;
	}

	.eis-split-point__title {
		font-size: 17px;
	}

	.eis-split-point__text {
		font-size: 15px;
	}

	.eis-split-button {
		font-size: 18px;
		min-height: 60px;
		width: 100%;
	}

	.eis-footer-features {
		grid-template-columns: 1fr;
	}

	.eis-footer-feature,
	.eis-footer-feature:first-child {
		padding: 16px 0;
	}

	.eis-footer-feature + .eis-footer-feature {
		border-left: 0;
		border-top: 1px solid #d9d9d9;
	}
}
