.dsp-pricing-plans {
	width: 100%;
	color: #22252c;
	font-family: Inter, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

.dsp-pricing-plans *,
.dsp-pricing-plans *::before,
.dsp-pricing-plans *::after {
	box-sizing: border-box;
}

.dsp-pricing-plans__intro,
.dsp-pricing-plans__comparison-intro {
	display: grid;
	gap: 12px;
}

.dsp-pricing-plans__intro {
	margin: 0 0 48px;
}

.dsp-pricing-plans__comparison-intro {
	margin: 80px 0 40px;
}

.dsp-pricing-plans__kicker,
.dsp-pricing-plans__comparison-kicker {
	color: #b0281f;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .28em;
	line-height: 16px;
	text-transform: uppercase;
}

.dsp-pricing-plans__heading,
.dsp-pricing-plans__comparison-heading {
	margin: 0;
	color: #22252c;
	font-family: Oswald, "Arial Narrow", sans-serif;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 40px;
	text-transform: uppercase;
}

.dsp-pricing-plans__intro-description,
.dsp-pricing-plans__comparison-description {
	margin: 0;
	color: #62666d;
	font-size: 16px;
	line-height: 24px;
}

.dsp-pricing-plans__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
}

.dsp-pricing-plans__card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 0;
	min-width: 0;
	padding: 24px;
	background: #fff;
	border: 1px solid #dedad3;
}

.dsp-pricing-plans__card.card_featured {
	padding: 23px;
	border: 2px solid #b0281f;
	box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}

.dsp-pricing-plans__ribbon {
	position: absolute;
	top: -13px;
	left: 24px;
	z-index: 1;
	padding: 4px 12px;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 15px;
	text-transform: uppercase;
	background: #b0281f;
}

.dsp-pricing-plans__ribbon--unavailable {
	right: 24px;
	left: auto;
	color: #b0281f;
	background: #fff;
	border: 1px solid #b0281f;
}

.dsp-pricing-plans__badge {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	gap: 6px;
	margin: 0 0 8px;
	color: #b0281f;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.dsp-pricing-plans__badge-icon {
	display: block;
	color: #b0281f;
}

.dsp-pricing-plans__title {
	margin: 0 0 12px;
	color: #22252c;
	font-family: Oswald, "Arial Narrow", sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 28px;
	text-transform: uppercase;
}

.dsp-pricing-plans__type-wrap {
	margin: 0 0 16px;
}

.dsp-pricing-plans__type {
	display: inline-flex;
	padding: 3px 8px;
	color: #62666d;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .08em;
	line-height: 16px;
	text-transform: uppercase;
	background: rgb(238 235 229 / .5);
	border: 1px solid rgb(222 218 211 / .5);
}

.dsp-pricing-plans__price {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0 8px;
	margin: 0 0 8px;
}

.dsp-pricing-plans__currency,
.dsp-pricing-plans__price-value {
	color: #22252c;
	font-family: Oswald, "Arial Narrow", sans-serif;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 40px;
}

.dsp-pricing-plans__period {
	color: #62666d;
	font-size: 14px;
	line-height: 20px;
}

.dsp-pricing-plans__description {
	min-height: 56px;
	margin: 0 0 16px;
	color: #62666d;
	font-size: 14px;
	line-height: 22px;
}

.dsp-pricing-plans__description p {
	margin: 0;
}

.dsp-pricing-plans__summary {
	margin: 0 0 20px;
	padding: 8px 12px;
	color: #22252c;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .025em;
	line-height: 16px;
	text-transform: uppercase;
	background: rgb(238 235 229 / .5);
	border-left: 2px solid #b0281f;
}

.dsp-pricing-plans__card.card_unavailable .dsp-pricing-plans__summary {
	color: #b0281f;
	background: rgb(176 40 31 / .05);
}

.dsp-pricing-plans__unavailable {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 0 0 20px;
	padding: 12px;
	color: #62666d;
	font-size: 12px;
	line-height: 19.5px;
	background: rgb(176 40 31 / .05);
	border: 1px solid rgb(176 40 31 / .3);
}

.dsp-pricing-plans__unavailable-icon {
	flex: 0 0 16px;
	margin-top: 1px;
	color: #b0281f;
}

.dsp-pricing-plans__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 46px;
	margin: 0 0 24px;
	padding: 12px 16px;
	color: #22252c;
	font-family: Inter, Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .05em;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: transparent;
	border: 1px solid #22252c;
	border-radius: 0;
	transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease;
}

.dsp-pricing-plans .dsp-pricing-plans__cta:hover {
	color: #f7f5f2;
	background: #22252c;
}

.dsp-pricing-plans__cta.dsp-pricing-plans__cta--featured {
	min-height: 44px;
	color: #fff;
	background: #b0281f;
	border-color: #b0281f;
}

.dsp-pricing-plans .dsp-pricing-plans__cta.dsp-pricing-plans__cta--featured:hover {
	color: #fff;
	background: rgb(176 40 31 / .9);
	border-color: rgb(176 40 31 / .9);
}

.elementor .dsp-pricing-plans.dsp-pricing-plans--atomic .dsp-pricing-plans__cta:focus-visible {
	outline: 2px solid #b0281f;
	outline-offset: 2px;
}

.dsp-pricing-plans__cta--disabled,
.dsp-pricing-plans .dsp-pricing-plans__cta--disabled:hover {
	min-height: 44px;
	color: #62666d;
	cursor: not-allowed;
	background: #e9e6e0;
	border-width: 0;
}

.dsp-pricing-plans__feature-block--dimmed {
	opacity: .8;
}

.dsp-pricing-plans__features-heading {
	margin: 0 0 12px;
	padding: 8px 0 0;
	color: #62666d;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .24em;
	line-height: 16px;
	text-transform: uppercase;
	border-top: 1px solid #dedad3;
}

.dsp-pricing-plans__features {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.dsp-pricing-plans__feature {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	padding: 0;
	color: #22252c;
	font-size: 14px;
	line-height: 20px;
}

.dsp-pricing-plans__feature-icon {
	display: block;
	flex: 0 0 16px;
	margin-top: 2px;
	color: #b0281f;
}

.dsp-pricing-plans__feature--excluded {
	color: rgb(98 102 109 / .65);
}

.dsp-pricing-plans__feature--excluded .dsp-pricing-plans__feature-icon {
	color: rgb(98 102 109 / .5);
}

.dsp-pricing-plans__feature--excluded .dsp-pricing-plans__feature-text {
	text-decoration: line-through;
}

.dsp-pricing-plans__features--mobile {
	display: none;
}

.dsp-pricing-plans__feature-disclosure {
	display: none;
	margin-top: 12px;
}

.dsp-pricing-plans__feature-disclosure summary {
	padding: 8px 0;
	color: #b0281f;
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 16px;
	list-style: none;
	text-transform: uppercase;
}

.dsp-pricing-plans__feature-disclosure summary::-webkit-details-marker {
	display: none;
}

.dsp-pricing-plans__feature-disclosure-open,
.dsp-pricing-plans__feature-disclosure[open] .dsp-pricing-plans__feature-disclosure-closed {
	display: none;
}

.dsp-pricing-plans__feature-disclosure[open] .dsp-pricing-plans__feature-disclosure-open {
	display: inline;
}

.dsp-pricing-plans__feature-disclosure .dsp-pricing-plans__features {
	margin-top: 10px;
}

.dsp-pricing-plans__comparison-card {
	width: 100%;
	min-width: 0;
	background: #fff;
	border: 1px solid #dedad3;
}

.dsp-pricing-plans__comparison-rule {
	width: 100%;
	height: 3px;
	background: #b0281f;
}

.dsp-pricing-plans__comparison {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	font-size: 0;
	line-height: 0;
	overflow-x: auto;
	overflow-y: hidden;
}

.dsp-pricing-plans__table {
	width: 100%;
	min-width: 820px;
	margin: 0;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 14px;
}

.dsp-pricing-plans__table th,
.dsp-pricing-plans__table td {
	padding: 12px 16px;
	line-height: 20px;
	text-align: center;
}

.dsp-pricing-plans__table thead {
	color: #fcfcfc;
	background: #171b20;
}

.dsp-pricing-plans__table thead th {
	padding: 18px 16px;
	vertical-align: top;
}

.dsp-pricing-plans__table .dsp-pricing-plans__feature-column-heading {
	position: sticky;
	left: 0;
	z-index: 3;
	width: 30.6%;
	font-family: Oswald, "Arial Narrow", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	text-align: left;
	text-transform: uppercase;
	background: #171b20;
	border-right: 1px solid rgb(252 252 252 / .1);
}

.dsp-pricing-plans__plan-column-heading {
	position: relative;
	width: 17.35%;
}

.dsp-pricing-plans__plan-column-heading.is-featured {
	color: #fff;
	background: #b0281f;
	border-right: 2px solid #b0281f;
	border-left: 2px solid #b0281f;
}

.dsp-pricing-plans__table thead th strong,
.dsp-pricing-plans__table thead th span,
.dsp-pricing-plans__table thead th em {
	display: block;
}

.dsp-pricing-plans__table thead th strong {
	font-family: Oswald, "Arial Narrow", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .18em;
	line-height: 24px;
	text-transform: uppercase;
}

.dsp-pricing-plans__table thead th span {
	margin-top: 8px;
	padding-top: 8px;
	font-size: 11px;
	font-weight: 400;
	line-height: 16px;
	border-top: 1px solid rgb(252 252 252 / .2);
}

.dsp-pricing-plans__table thead th em {
	margin-top: 8px;
	padding: 2px 8px;
	color: #62666d;
	font-size: 9px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 14px;
	text-transform: uppercase;
	background: #e9e6e0;
}

.dsp-pricing-plans__table thead th em.is-featured {
	display: inline-block;
	color: #b0281f;
	background: #fff;
	border-radius: 2px;
}

.dsp-pricing-plans__group-row th {
	padding: 12px 16px;
	font-family: Oswald, "Arial Narrow", sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 16px;
	text-align: left;
	text-transform: uppercase;
	background: rgb(23 27 32 / .04);
	border-top: 1px solid #dedad3;
	border-bottom: 1px solid #dedad3;
}

.dsp-pricing-plans__group-label {
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.dsp-pricing-plans__group-label i {
	display: inline-block;
	width: 2px;
	height: 16px;
	background: #b0281f;
}

.dsp-pricing-plans__group-label small {
	font-family: Inter, sans-serif;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: .2em;
	line-height: 16px;
}

.dsp-pricing-plans__comparison-row {
	background: #fff;
	border-bottom: 1px solid #dedad3;
	transition: background-color 150ms ease;
}

.dsp-pricing-plans__comparison-row--alt {
	background: rgb(238 235 229 / .2);
}

.dsp-pricing-plans__comparison-row:hover {
	background: rgb(176 40 31 / .04);
}

.dsp-pricing-plans__table .dsp-pricing-plans__comparison-feature {
	position: sticky;
	left: 0;
	z-index: 2;
	font-weight: 500;
	text-align: left;
	background: #fff;
	border-right: 1px solid #dedad3;
}

.dsp-pricing-plans__comparison-row--alt .dsp-pricing-plans__comparison-feature {
	background: #faf9f8;
}

.dsp-pricing-plans__comparison-row:hover .dsp-pricing-plans__comparison-feature {
	background: #fbf5f4;
}

.dsp-pricing-plans__comparison-value.is-featured {
	background: rgb(176 40 31 / .05);
	border-right: 2px solid #b0281f;
	border-left: 2px solid #b0281f;
}

.dsp-pricing-plans__value-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 24px;
	border-radius: 999px;
}

.dsp-pricing-plans__value-pill--included {
	width: 24px;
	color: #b0281f;
	background: rgb(176 40 31 / .1);
}

.dsp-pricing-plans__value-pill--included.is-featured {
	width: 28px;
	height: 28px;
	background: rgb(176 40 31 / .15);
}

.dsp-pricing-plans__comparison-icon {
	display: block;
}

.dsp-pricing-plans__value-pill--excluded {
	width: 24px;
	color: #62666d;
	font-size: 12px;
	background: rgb(233 230 224 / .5);
}

.dsp-pricing-plans__value-pill--short {
	min-width: 28px;
	padding: 0 8px;
	color: #22252c;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: -.025em;
	background: #eeeae5;
}

.dsp-pricing-plans__value-pill--short.is-featured {
	color: #b0281f;
	background: rgb(176 40 31 / .15);
}

.dsp-pricing-plans__value-text {
	color: #22252c;
	font-weight: 500;
	letter-spacing: -.025em;
}

.dsp-pricing-plans__table-head--sticky {
	position: sticky;
	top: 0;
	z-index: 1;
}

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

@media (max-width: 767px) {
	.dsp-pricing-plans__heading,
	.dsp-pricing-plans__comparison-heading {
		font-size: 30px;
		letter-spacing: -.025em;
		line-height: 36px;
	}

	.dsp-pricing-plans__grid {
		grid-template-columns: 1fr;
	}

	.dsp-pricing-plans__features--desktop {
		display: none;
	}

	.dsp-pricing-plans__features--mobile {
		display: block;
	}

	.dsp-pricing-plans__feature-disclosure {
		display: block;
	}
}
