:root {
	--pp-ink: #171717;
	--pp-muted: #5f6672;
	--pp-line: #e2e5e9;
	--pp-bg: #f6f4ef;
	--pp-surface: #ffffff;
	--pp-navy: #111820;
	--pp-orange: #ff9000;
	--pp-orange-deep: #d87500;
	--pp-orange-soft: #fff3e0;
	--pp-steel: #8a98a8;
	--pp-green: #4f7f62;
	--pp-danger: #b84a2d;
	--pp-shadow: 0 18px 48px rgba(17, 24, 32, 0.14);
	--pp-font-ui: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--pp-bg);
	color: var(--pp-ink);
	font-family: var(--pp-font-ui);
	text-rendering: optimizeLegibility;
}

body.has-pp-site-header #top-header,
body.has-pp-site-header #main-header,
body.has-pp-site-header #et_mobile_nav_menu,
body.has-pp-site-header #et_top_search,
body.has-pp-site-header .et_search_outer,
body.has-pp-site-header .et_search_form_container {
	display: none !important;
}

body.has-pp-site-header.et_fixed_nav #page-container,
body.has-pp-site-header.et_non_fixed_nav.et_transparent_nav #page-container {
	padding-top: 0 !important;
}

.pp-skip-link {
	background: var(--pp-ink);
	border-radius: 8px;
	color: #fff;
	font-weight: 800;
	left: 16px;
	padding: 10px 14px;
	position: fixed;
	top: 12px;
	transform: translateY(-140%);
	transition: transform 140ms ease;
	z-index: 100002;
}

.pp-skip-link:focus {
	transform: translateY(0);
}

.pp-site-header {
	-webkit-backdrop-filter: blur(10px) saturate(1.08);
	backdrop-filter: blur(10px) saturate(1.08);
	background-color: rgba(17, 24, 32, 0.97);
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0));
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
	box-shadow: 0 10px 28px rgba(8, 14, 22, 0.2);
	position: sticky;
	top: 0;
	transition: background-color 180ms ease, backdrop-filter 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
	z-index: 99990;
}

body.admin-bar .pp-site-header {
	top: 32px;
}

.pp-site-header--compact {
	-webkit-backdrop-filter: blur(24px) saturate(1.28);
	backdrop-filter: blur(24px) saturate(1.28);
	background-color: rgba(14, 21, 30, 0.82);
	background-image:
		linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02)),
		linear-gradient(90deg, rgba(255, 144, 0, 0.08), rgba(255, 255, 255, 0.035) 46%, rgba(17, 24, 32, 0));
	border-bottom-color: rgba(255, 255, 255, 0.18);
	box-shadow:
		0 18px 48px rgba(8, 14, 22, 0.34),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
	.pp-site-header--compact {
		background-color: rgba(14, 21, 30, 0.94);
	}
}

.pp-site-header__inner {
	align-items: center;
	display: grid;
	gap: 22px;
	grid-template-columns: auto minmax(0, 1fr) auto;
	margin-inline: auto;
	min-height: 74px;
	position: relative;
	transition: min-height 180ms ease;
	width: min(1240px, calc(100% - 32px));
}

.pp-site-header--compact .pp-site-header__inner {
	min-height: 62px;
}

.pp-site-header__brand {
	align-items: center;
	display: inline-flex;
	line-height: 0;
	text-decoration: none;
}

.pp-site-header__logo {
	display: block;
	height: auto;
	transition: width 180ms ease;
}

.pp-site-header__logo--desktop {
	width: 198px;
}

.pp-site-header--compact .pp-site-header__logo--desktop {
	width: 180px;
}

.pp-site-header__logo--mobile {
	display: none;
	width: 142px;
}

.pp-site-header__nav {
	align-items: center;
	display: flex;
	justify-content: center;
	min-width: 0;
}

.pp-site-header__menu,
.pp-site-header__menu .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pp-site-header__menu {
	align-items: center;
	display: flex;
	gap: 3px;
	justify-content: center;
}

.pp-site-header__menu li {
	position: relative;
}

.pp-site-header__menu a {
	align-items: center;
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.88);
	display: flex;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	min-height: 42px;
	padding: 0 11px;
	text-decoration: none;
	transition: background-color 150ms ease, color 150ms ease;
	white-space: nowrap;
}

.pp-site-header__menu a:hover,
.pp-site-header__menu a:focus,
.pp-site-header__menu .current-menu-item > a,
.pp-site-header__menu .current-menu-ancestor > a,
.pp-site-header__menu .current_page_item > a {
	background: rgba(255, 144, 0, 0.14);
	color: #ffb547;
	outline: none;
}

.pp-site-header__menu .menu-item-has-children > a {
	padding-right: 30px;
}

.pp-site-header__menu .sub-menu {
	-webkit-backdrop-filter: blur(18px) saturate(1.2);
	backdrop-filter: blur(18px) saturate(1.2);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02)),
		rgba(16, 24, 33, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	box-shadow:
		0 24px 64px rgba(3, 8, 14, 0.42),
		inset 0 1px 0 rgba(255, 255, 255, 0.08);
	left: 0;
	min-width: 280px;
	opacity: 0;
	padding: 10px;
	pointer-events: none;
	position: absolute;
	top: calc(100% + 8px);
	transform: translateY(6px);
	transition: opacity 150ms ease, transform 150ms ease, visibility 150ms ease;
	visibility: hidden;
}

.pp-site-header__menu > .menu-item-has-children > .sub-menu {
	display: grid;
	gap: 4px;
	grid-template-columns: repeat(2, minmax(190px, 1fr));
	width: min(520px, calc(100vw - 32px));
}

.pp-site-header__menu .sub-menu::before {
	background: inherit;
	border-left: 1px solid rgba(255, 255, 255, 0.14);
	border-top: 1px solid rgba(255, 255, 255, 0.14);
	content: "";
	height: 12px;
	left: 24px;
	position: absolute;
	top: -7px;
	transform: rotate(45deg);
	width: 12px;
}

.pp-site-header__menu .sub-menu .sub-menu {
	left: calc(100% + 8px);
	top: -8px;
	width: 280px;
}

.pp-site-header__menu .sub-menu .sub-menu::before {
	display: none;
}

.pp-site-header__menu li:hover > .sub-menu,
.pp-site-header__menu li:focus-within > .sub-menu,
.pp-site-header__menu li.is-submenu-open > .sub-menu {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.pp-site-header__menu .sub-menu a {
	font-size: 14px;
	gap: 10px;
	justify-content: flex-start;
	line-height: 1.25;
	min-height: 44px;
	padding: 9px 12px;
	white-space: normal;
}

.pp-site-header__menu .sub-menu a::before {
	background: rgba(255, 144, 0, 0.22);
	border: 1px solid rgba(255, 144, 0, 0.34);
	border-radius: 50%;
	content: "";
	flex: 0 0 auto;
	height: 8px;
	width: 8px;
}

.pp-site-header__menu .sub-menu a:hover,
.pp-site-header__menu .sub-menu a:focus,
.pp-site-header__menu .sub-menu .current-menu-item > a,
.pp-site-header__menu .sub-menu .current-menu-ancestor > a,
.pp-site-header__menu .sub-menu .current_page_item > a {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.pp-site-header__menu .sub-menu a:hover::before,
.pp-site-header__menu .sub-menu a:focus::before,
.pp-site-header__menu .sub-menu .current-menu-item > a::before,
.pp-site-header__menu .sub-menu .current-menu-ancestor > a::before,
.pp-site-header__menu .sub-menu .current_page_item > a::before {
	background: var(--pp-orange);
	border-color: rgba(255, 144, 0, 0.9);
}

.pp-site-header__submenu-toggle {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.66);
	cursor: pointer;
	display: grid;
	height: 30px;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 0;
	top: 6px;
	width: 28px;
}

.pp-site-header__submenu-toggle::before {
	border-bottom: 2px solid currentColor;
	border-right: 2px solid currentColor;
	content: "";
	height: 7px;
	transform: translateY(-2px) rotate(45deg);
	transition: transform 150ms ease;
	width: 7px;
}

.pp-site-header__menu li.is-submenu-open > .pp-site-header__submenu-toggle::before {
	transform: translateY(2px) rotate(225deg);
}

.pp-site-header__actions {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	min-width: 0;
}

.pp-site-header__location,
.pp-site-header__phone,
.pp-site-header__cta,
.pp-site-header__mobile-phone,
.pp-site-header__mobile-cta {
	align-items: center;
	border-radius: 8px;
	display: inline-flex;
	font-weight: 900;
	line-height: 1.2;
	min-height: 42px;
	text-decoration: none;
	white-space: nowrap;
}

.pp-site-header__location {
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	gap: 8px;
}

.pp-site-header__location::before,
.pp-site-header__mobile-location::before {
	background: var(--pp-orange);
	border: 3px solid rgba(255, 144, 0, 0.24);
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 12px;
	width: 12px;
}

.pp-site-header__phone,
.pp-site-header__mobile-phone {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.16);
	color: #fff;
	font-size: 15px;
	padding: 0 13px;
}

.pp-site-header__phone:hover,
.pp-site-header__phone:focus,
.pp-site-header__mobile-phone:hover,
.pp-site-header__mobile-phone:focus {
	border-color: rgba(255, 144, 0, 0.56);
	box-shadow: 0 0 0 3px rgba(255, 144, 0, 0.16);
	color: #fff;
	outline: none;
}

.pp-site-header__phone-short {
	display: none;
}

.pp-site-header__cta,
.pp-site-header__mobile-cta {
	background: var(--pp-orange);
	border: 1px solid var(--pp-orange);
	color: var(--pp-ink);
	font-size: 14px;
	justify-content: center;
	padding: 0 15px;
	transition: background-color 150ms ease, border-color 150ms ease, transform 150ms ease;
}

.pp-site-header__cta:hover,
.pp-site-header__cta:focus,
.pp-site-header__mobile-cta:hover,
.pp-site-header__mobile-cta:focus {
	background: var(--pp-orange-deep);
	border-color: var(--pp-orange-deep);
	color: var(--pp-ink);
	outline: none;
	transform: translateY(-1px);
}

.pp-site-header__toggle {
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	cursor: pointer;
	display: none;
	height: 42px;
	justify-content: center;
	padding: 0;
	position: relative;
	width: 44px;
}

.pp-site-header__toggle span {
	background: #fff;
	border-radius: 999px;
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transform-origin: center;
	transition: opacity 150ms ease, transform 150ms ease;
	width: 18px;
}

.pp-site-header__toggle span:nth-child(1) {
	transform: translate(-50%, calc(-50% - 7px));
}

.pp-site-header__toggle span:nth-child(3) {
	transform: translate(-50%, calc(-50% + 7px));
}

.pp-site-header.is-menu-open .pp-site-header__toggle span:nth-child(1) {
	transform: translate(-50%, -50%) rotate(45deg);
}

.pp-site-header.is-menu-open .pp-site-header__toggle span:nth-child(2) {
	opacity: 0;
	transform: translate(-50%, -50%) scaleX(0.2);
}

.pp-site-header.is-menu-open .pp-site-header__toggle span:nth-child(3) {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.pp-site-header__mobile-contact {
	display: none;
}

body.page #main-content .container {
	max-width: none;
	padding: 0;
	padding-top: 0;
	width: 100%;
}

body.page #main-content .container::before,
body.page #sidebar,
body.page .main_title {
	display: none;
}

body.page #left-area {
	float: none;
	padding-bottom: 0;
	padding-right: 0 !important;
	width: 100%;
}

body.page .entry-content {
	padding-top: 0;
}

body.page .entry-content > p:empty {
	display: none;
	margin: 0;
	padding: 0;
}

@supports selector(p:has(+ .pp-page)) {
	body.page .entry-content > p:has(+ .pp-page) {
		display: none;
		margin: 0;
		padding: 0;
	}
}

body.page .entry-content > .pp-page:first-child,
body.page .entry-content > p:empty:first-child + .pp-page {
	margin-top: 0;
}

#main-header #logo {
	display: none;
}

#main-header .logo_container a {
	align-items: center;
	background: url("../brand/logo-light.svg") left center / contain no-repeat;
	display: inline-flex;
	height: 44px;
	min-width: 242px;
	overflow: hidden;
	text-decoration: none;
	text-indent: -9999px;
}

#main-header .logo_container a::before {
	content: "";
	display: none;
}

#top-menu li a {
	color: var(--pp-ink) !important;
	font-weight: 700;
}

#top-menu li.current-menu-item > a,
#top-menu li.current_page_item > a,
#top-menu li.current-menu-ancestor > a,
#top-menu li a:hover {
	color: var(--pp-orange-deep) !important;
	opacity: 1;
}

#et_mobile_nav_menu .mobile_menu_bar::before {
	color: var(--pp-ink);
}

.et_mobile_menu {
	border-top-color: var(--pp-orange);
}

.et_mobile_menu li a {
	color: var(--pp-ink) !important;
	font-weight: 700;
}

.et_mobile_menu li.current-menu-item > a,
.et_mobile_menu li.current_page_item > a,
.et_mobile_menu li a:hover {
	color: var(--pp-orange-deep) !important;
	opacity: 1;
}

#et_top_search,
.et_search_outer,
.et_search_form_container {
	display: none !important;
}

a {
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.16em;
}

img,
svg,
video {
	height: auto;
	max-width: 100%;
}

.pp-page {
	background: var(--pp-bg);
}

.pp-shell {
	margin-inline: auto;
	width: min(1180px, calc(100% - 32px));
}

.pp-narrow {
	margin-inline: auto;
	width: min(840px, calc(100% - 32px));
}

.pp-hero {
	background:
		linear-gradient(90deg, rgba(17, 24, 32, 0.9) 0%, rgba(17, 24, 32, 0.68) 38%, rgba(17, 24, 32, 0.1) 70%),
		url("../img/hero-stretch-ceiling.png") center bottom / cover no-repeat;
	color: #fff;
	min-height: 680px;
	padding: 104px 0 72px;
}

.pp-hero__content {
	max-width: 690px;
}

.pp-eyebrow {
	color: #ffb547;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.pp-hero h1,
.pp-section h2,
.pp-page-title h1,
.pp-shorts h2,
.pp-card h3,
.pp-contact-strip h2,
.pp-lead-modal__head h2,
.pp-blog-item h2 {
	font-family: var(--pp-font-ui);
	letter-spacing: 0;
}

.pp-hero h1 {
	color: #fff;
	font-size: clamp(42px, 6vw, 74px);
	font-weight: 800;
	line-height: 1.02;
	margin: 0 0 22px;
	max-width: 760px;
}

.pp-lead {
	color: rgba(255, 255, 255, 0.9);
	font-size: 20px;
	line-height: 1.55;
	margin: 0 0 28px;
	max-width: 640px;
}

.pp-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin: 30px 0;
}

.pp-actions br {
	display: none;
}

.pp-button,
.entry-content a.pp-button {
	align-items: center;
	background: var(--pp-orange);
	border: 1px solid var(--pp-orange);
	border-radius: 8px;
	color: var(--pp-ink);
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	line-height: 1.2;
	min-height: 48px;
	padding: 14px 18px;
	text-decoration: none;
	transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.pp-button:hover {
	background: var(--pp-orange-deep);
	border-color: var(--pp-orange-deep);
	color: var(--pp-ink);
	transform: translateY(-1px);
}

.pp-button--ghost,
.entry-content a.pp-button--ghost {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.42);
	color: #fff;
}

.pp-button--ghost:hover {
	background: rgba(255, 255, 255, 0.16);
	border-color: rgba(255, 255, 255, 0.68);
}

.pp-proof {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 40px;
	max-width: 760px;
}

.pp-proof__item {
	backdrop-filter: blur(12px);
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	padding: 16px;
}

.pp-proof strong {
	color: #fff;
	display: block;
	font-size: 24px;
	line-height: 1.1;
}

.pp-proof span {
	color: rgba(255, 255, 255, 0.78);
	display: block;
	font-size: 14px;
	margin-top: 6px;
}

.pp-shorts {
	background:
		radial-gradient(circle at 50% 0%, rgba(255, 144, 0, 0.16), transparent 36%),
		#0b1118;
	color: #fff;
	padding: 64px 0 70px;
}

.pp-shorts .pp-eyebrow {
	color: #ffb547;
	margin-bottom: 10px;
}

.pp-shorts h2 {
	color: #fff;
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 800;
	line-height: 1.08;
	margin: 0 0 12px;
}

.pp-shorts .pp-section__intro {
	color: rgba(255, 255, 255, 0.74);
	margin-bottom: 0;
}

.pp-shorts__shell {
	display: grid;
	gap: 28px;
}

.pp-shorts__head {
	align-items: center;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin-bottom: 0;
}

.pp-shorts__counter {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.82);
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	gap: 6px;
	line-height: 1;
	min-height: 40px;
	padding: 0 14px;
}

.pp-shorts__counter [data-pp-shorts-current] {
	color: #fff;
}

.pp-shorts__viewer {
	display: grid;
	min-height: min(760px, calc(100vh - 120px));
	min-height: min(760px, calc(100svh - 120px));
	place-items: center;
	position: relative;
}

.pp-shorts__rail {
	background: #05080d;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	box-shadow:
		0 34px 90px rgba(0, 0, 0, 0.34),
		0 0 0 8px rgba(255, 255, 255, 0.035);
	height: min(760px, calc(100vh - 120px));
	height: min(760px, calc(100svh - 120px));
	min-height: 560px;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior-y: contain;
	position: relative;
	scroll-snap-type: y mandatory;
	scrollbar-width: none;
	width: min(420px, 100%);
}

.pp-shorts__rail::-webkit-scrollbar {
	display: none;
}

.pp-shorts__rail:focus {
	outline: 3px solid rgba(255, 144, 0, 0.42);
	outline-offset: 6px;
}

.pp-shorts__nav {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: grid;
	height: 48px;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: calc(50% - 282px);
	transition: background-color 150ms ease, border-color 150ms ease, opacity 150ms ease, transform 150ms ease;
	width: 48px;
	z-index: 4;
}

.pp-shorts__nav:hover:not(:disabled),
.pp-shorts__nav:focus-visible:not(:disabled) {
	background: rgba(255, 255, 255, 0.18);
	border-color: rgba(255, 255, 255, 0.38);
	outline: none;
	transform: translateY(-1px);
}

.pp-shorts__nav:disabled {
	cursor: default;
	opacity: 0.34;
}

.pp-shorts__nav span {
	border-right: 3px solid currentColor;
	border-bottom: 3px solid currentColor;
	display: block;
	height: 13px;
	width: 13px;
}

.pp-shorts__nav--prev {
	top: calc(50% - 56px);
}

.pp-shorts__nav--prev span {
	transform: translateY(3px) rotate(225deg);
}

.pp-shorts__nav--next {
	top: calc(50% + 8px);
}

.pp-shorts__nav--next span {
	transform: translateY(-3px) rotate(45deg);
}

.pp-short-card {
	background:
		linear-gradient(145deg, #27313c 0%, #0f151d 54%, #ff9000 100%);
	color: #fff;
	display: grid;
	height: 100%;
	isolation: isolate;
	min-height: 100%;
	overflow: hidden;
	position: relative;
	scroll-snap-align: start;
	scroll-snap-stop: always;
}

.pp-short-card__media,
.pp-short-card__video,
.pp-short-card__poster {
	inset: 0;
	position: absolute;
}

.pp-short-card__media {
	background:
		linear-gradient(180deg, rgba(10, 20, 30, 0.02) 0%, rgba(10, 20, 30, 0.14) 45%, rgba(10, 20, 30, 0.64) 100%),
		var(--pp-short-poster, linear-gradient(145deg, #2a3038 0%, #111820 52%, #ff9000 100%));
	background-position: center;
	background-size: cover;
	z-index: 0;
}

.pp-short-card__video,
.pp-short-card__poster {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.pp-short-card__poster {
	background:
		linear-gradient(180deg, rgba(10, 20, 30, 0.02) 0%, rgba(10, 20, 30, 0.18) 44%, rgba(10, 20, 30, 0.74) 100%),
		var(--pp-short-poster, linear-gradient(145deg, #28323e 0%, #101820 54%, #ff9000 100%));
	background-position: center;
	background-size: cover;
}

.pp-short-card__play {
	background: rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-radius: 50%;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
	height: 54px;
	left: 50%;
	position: absolute;
	top: 42%;
	transform: translate(-50%, -50%);
	width: 54px;
}

.pp-short-card__play::after {
	border-bottom: 11px solid transparent;
	border-left: 16px solid #fff;
	border-top: 11px solid transparent;
	content: "";
	left: 21px;
	position: absolute;
	top: 16px;
}

.pp-short-card__shade {
	background:
		linear-gradient(180deg, rgba(5, 8, 13, 0.38) 0%, rgba(5, 8, 13, 0) 24%),
		linear-gradient(180deg, rgba(5, 8, 13, 0) 44%, rgba(5, 8, 13, 0.88) 100%);
	inset: 0;
	position: absolute;
	z-index: 1;
}

.pp-short-card__top {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: space-between;
	left: 16px;
	position: absolute;
	right: 16px;
	top: 16px;
	z-index: 2;
}

.pp-short-card__duration {
	background: rgba(9, 18, 30, 0.62);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
	padding: 5px 9px;
}

.pp-short-card__position {
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	font-weight: 900;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
}

.pp-short-card__controls {
	bottom: 150px;
	display: grid;
	gap: 10px;
	position: absolute;
	right: 14px;
	z-index: 3;
}

.pp-short-card__control {
	align-items: center;
	background: rgba(9, 18, 30, 0.46);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: grid;
	height: 44px;
	justify-content: center;
	padding: 0;
	transition: background-color 150ms ease, border-color 150ms ease, transform 150ms ease;
	width: 44px;
}

.pp-short-card__control:hover,
.pp-short-card__control:focus-visible {
	background: rgba(255, 255, 255, 0.18);
	border-color: rgba(255, 255, 255, 0.36);
	outline: none;
	transform: translateY(-1px);
}

.pp-short-card__control span {
	display: block;
	height: 20px;
	position: relative;
	width: 20px;
}

.pp-short-card__control--toggle span::before {
	border-bottom: 8px solid transparent;
	border-left: 12px solid currentColor;
	border-top: 8px solid transparent;
	content: "";
	left: 6px;
	position: absolute;
	top: 2px;
}

.pp-short-card.is-playing .pp-short-card__control--toggle span::before {
	background: currentColor;
	border: 0;
	border-radius: 1px;
	box-shadow: 8px 0 0 currentColor;
	height: 16px;
	left: 4px;
	top: 2px;
	width: 5px;
}

.pp-short-card__control--mute span::before {
	background: currentColor;
	border: 0;
	border-radius: 2px;
	clip-path: polygon(0 35%, 34% 35%, 72% 8%, 72% 92%, 34% 65%, 0 65%);
	content: "";
	height: 16px;
	left: 0;
	position: absolute;
	top: 2px;
	width: 14px;
}

.pp-short-card__control--mute span::after {
	background:
		linear-gradient(45deg, transparent 0 42%, currentColor 44% 56%, transparent 58%),
		linear-gradient(-45deg, transparent 0 42%, currentColor 44% 56%, transparent 58%);
	border: 0;
	border-radius: 0;
	content: "";
	height: 12px;
	left: 12px;
	position: absolute;
	top: 4px;
	transform: none;
	width: 12px;
}

.pp-short-card__control--mute[aria-pressed="true"] span::after {
	background:
		radial-gradient(ellipse at 0 50%, transparent 0 34%, currentColor 36% 42%, transparent 44% 56%, currentColor 58% 64%, transparent 66%);
	border: 0;
	border-radius: 0;
	height: 22px;
	left: 10px;
	top: -1px;
	transform: none;
	width: 13px;
}

.pp-short-card__body {
	align-self: end;
	display: grid;
	gap: 8px;
	padding: 0 74px 24px 22px;
	position: relative;
	z-index: 2;
}

.pp-short-card__kicker {
	color: #ffb547;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin: 0;
	text-transform: uppercase;
}

.pp-short-card__body h3 {
	color: #fff;
	font-size: 27px;
	font-weight: 900;
	line-height: 1.08;
	margin: 0;
	overflow-wrap: anywhere;
	padding: 0;
}

.pp-short-card__body p:not(.pp-short-card__kicker) {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: rgba(255, 255, 255, 0.78);
	display: -webkit-box;
	font-size: 14px;
	line-height: 1.42;
	margin: 0;
	overflow: hidden;
}

.pp-short-card__cta,
.entry-content a.pp-short-card__cta {
	border-radius: 999px;
	font-size: 14px;
	justify-self: start;
	margin-top: 4px;
	min-height: 42px;
	padding: 11px 15px;
	position: relative;
	z-index: 4;
}

.pp-short-card.is-active .pp-short-card__media {
	filter: saturate(1.06);
}

.pp-section {
	padding: 72px 0;
}

.pp-section--white {
	background: #fff;
}

.pp-section--dark {
	background: var(--pp-navy);
	color: #fff;
}

.pp-section h2,
.pp-page-title h1 {
	color: var(--pp-ink);
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 800;
	line-height: 1.08;
	margin: 0 0 18px;
}

.pp-section--dark h2 {
	color: #fff;
}

.pp-section__intro {
	color: var(--pp-muted);
	font-size: 18px;
	line-height: 1.65;
	margin: 0 0 32px;
	max-width: 760px;
}

.pp-section--dark .pp-section__intro {
	color: rgba(255, 255, 255, 0.78);
}

.pp-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pp-grid--two {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pp-card {
	background: var(--pp-surface);
	border: 1px solid var(--pp-line);
	border-radius: 8px;
	box-shadow: 0 8px 28px rgba(17, 24, 32, 0.06);
	padding: 24px;
}

.pp-card h3 {
	color: var(--pp-ink);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.18;
	margin: 0 0 10px;
	padding: 0;
}

.pp-card p,
.pp-card li {
	color: var(--pp-muted);
	font-size: 16px;
	line-height: 1.62;
}

.pp-card ul {
	margin: 16px 0 0;
	padding-left: 18px;
}

.pp-price {
	border: 1px solid var(--pp-line);
	border-radius: 8px;
	overflow: hidden;
}

.pp-price table {
	background: #fff;
	border: 0;
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}

.pp-price th,
.pp-price td {
	border-bottom: 1px solid var(--pp-line);
	padding: 16px 18px;
	text-align: left;
	vertical-align: top;
}

.pp-price th {
	background: var(--pp-orange-soft);
	color: var(--pp-navy);
	font-weight: 800;
}

.pp-price tr:last-child td {
	border-bottom: 0;
}

.pp-steps {
	counter-reset: step;
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pp-step {
	background: #fff;
	border: 1px solid var(--pp-line);
	border-radius: 8px;
	padding: 22px;
}

.pp-step::before {
	background: var(--pp-orange);
	border-radius: 50%;
	color: #fff;
	content: counter(step);
	counter-increment: step;
	display: grid;
	font-weight: 800;
	height: 34px;
	margin-bottom: 16px;
	place-items: center;
	width: 34px;
}

.pp-contact-strip {
	align-items: center;
	background: var(--pp-navy);
	border-radius: 8px;
	box-shadow: var(--pp-shadow);
	color: #fff;
	display: grid;
	gap: 18px;
	grid-template-columns: 1fr auto;
	padding: 28px;
}

.pp-contact-strip h2 {
	color: #fff;
	font-size: 30px;
	margin: 0 0 8px;
}

.pp-contact-strip p {
	color: rgba(255, 255, 255, 0.78);
	margin: 0;
}

.pp-page-title {
	background: #fff;
	border-bottom: 1px solid var(--pp-line);
	padding: 54px 0;
}

.pp-content {
	padding: 58px 0 76px;
}

.pp-content p,
.pp-content li {
	color: var(--pp-muted);
	font-size: 17px;
	line-height: 1.75;
}

.pp-content ul,
.pp-content ol {
	padding-left: 22px;
}

.pp-sitemap-section {
	background: var(--pp-bg);
}

.pp-sitemap-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
}

.pp-sitemap-card {
	background: #fff;
	border: 1px solid var(--pp-line);
	border-radius: 8px;
	box-shadow: 0 8px 28px rgba(17, 24, 32, 0.06);
	min-width: 0;
	padding: 24px;
}

.pp-sitemap-card h2 {
	color: var(--pp-ink);
	font-size: 28px;
	font-weight: 800;
	line-height: 1.16;
	margin: 0 0 18px;
	padding: 0;
}

.pp-sitemap-list,
.pp-sitemap-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pp-sitemap-list {
	display: grid;
	gap: 6px;
}

.pp-sitemap-list .children {
	border-left: 1px solid var(--pp-line);
	display: grid;
	gap: 4px;
	margin: 6px 0 8px 14px;
	padding-left: 14px;
}

.pp-sitemap-list li {
	color: var(--pp-muted);
	font-size: 16px;
	line-height: 1.4;
}

.pp-sitemap-list a {
	align-items: center;
	border-radius: 8px;
	color: var(--pp-ink);
	display: inline-flex;
	font-weight: 800;
	line-height: 1.25;
	min-height: 34px;
	padding: 5px 8px;
	text-decoration: none;
	transition: background-color 150ms ease, color 150ms ease;
}

.pp-sitemap-list a:hover,
.pp-sitemap-list a:focus {
	background: var(--pp-orange-soft);
	color: var(--pp-orange-deep);
	outline: none;
}

.pp-sitemap-list time {
	color: var(--pp-muted);
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin: -2px 0 7px 8px;
}

.pp-sitemap-empty {
	color: var(--pp-muted);
	margin: 0;
	padding: 0;
}

@media (max-width: 980px) {
	.pp-sitemap-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.pp-sitemap-card {
		padding: 20px;
	}

	.pp-sitemap-card h2 {
		font-size: 24px;
	}

	.pp-sitemap-list a {
		min-height: 36px;
	}
}

.pp-modal-open {
	overflow: hidden;
}

.pp-lead-modal[hidden],
.pp-privacy-modal[hidden] {
	display: none;
}

.pp-lead-modal,
.pp-privacy-modal {
	display: grid;
	inset: 0;
	place-items: center;
	position: fixed;
	z-index: 100000;
}

.pp-privacy-modal {
	z-index: 100002;
}

.pp-lead-modal__backdrop,
.pp-privacy-modal__backdrop {
	background: rgba(10, 20, 30, 0.68);
	backdrop-filter: blur(8px);
	inset: 0;
	position: absolute;
}

.pp-lead-modal__dialog,
.pp-privacy-modal__dialog {
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.32);
	border-radius: 8px;
	box-shadow: 0 28px 80px rgba(8, 18, 30, 0.32);
	color: var(--pp-ink);
	max-height: calc(100vh - 40px);
	overflow: auto;
	padding: 30px;
	position: relative;
	width: min(640px, calc(100% - 28px));
}

.pp-privacy-modal__dialog {
	width: min(600px, calc(100% - 28px));
}

.pp-lead-modal__close,
.pp-privacy-modal__close {
	align-items: center;
	background: var(--pp-orange-soft);
	border: 1px solid var(--pp-line);
	border-radius: 50%;
	color: var(--pp-ink);
	cursor: pointer;
	display: flex;
	font-size: 28px;
	height: 42px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 18px;
	top: 18px;
	width: 42px;
}

.pp-privacy-modal__body {
	display: grid;
	gap: 18px;
	padding-right: 54px;
}

.pp-privacy-modal__body h2 {
	color: var(--pp-ink);
	font-size: 34px;
	font-weight: 800;
	line-height: 1.08;
	margin: 0;
}

.pp-privacy-modal__body p {
	color: var(--pp-muted);
	font-size: 17px;
	line-height: 1.6;
	margin: 0;
}

.pp-privacy-modal__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 4px;
}

.pp-privacy-modal__actions .pp-button--ghost {
	background: #fff;
	border-color: var(--pp-line);
	color: var(--pp-ink);
}

.pp-privacy-modal__meta {
	font-size: 14px !important;
	line-height: 1.45 !important;
}

.pp-lead-modal__head {
	padding-right: 54px;
}

.pp-lead-modal__head .pp-eyebrow {
	color: var(--pp-orange-deep);
	margin-bottom: 10px;
}

.pp-lead-modal__head h2 {
	color: var(--pp-ink);
	font-size: 34px;
	font-weight: 800;
	line-height: 1.08;
	margin: 0 0 12px;
}

.pp-lead-modal__head p:last-child {
	color: var(--pp-muted);
	font-size: 17px;
	line-height: 1.6;
	margin: 0 0 24px;
}

.pp-lead-form {
	display: grid;
	gap: 16px;
}

.pp-lead-form__trap {
	height: 1px;
	left: -9999px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

.pp-lead-form__grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pp-lead-form label {
	display: grid;
	gap: 8px;
}

.pp-lead-form label > span {
	color: var(--pp-ink);
	font-size: 14px;
	font-weight: 800;
}

.pp-lead-form input,
.pp-lead-form select,
.pp-lead-form textarea {
	background: #fbfaf7;
	border: 1px solid var(--pp-line);
	border-radius: 8px;
	color: var(--pp-ink);
	font: inherit;
	min-height: 48px;
	padding: 12px 14px;
	width: 100%;
}

.pp-lead-form textarea {
	line-height: 1.5;
	min-height: 108px;
	resize: vertical;
}

.pp-lead-form input:focus,
.pp-lead-form select:focus,
.pp-lead-form textarea:focus {
	border-color: var(--pp-orange);
	box-shadow: 0 0 0 3px rgba(255, 144, 0, 0.22);
	outline: none;
}

.pp-lead-form__consent {
	align-items: flex-start;
	display: flex !important;
	gap: 10px;
}

.pp-lead-form__consent input {
	flex: 0 0 auto;
	height: 18px;
	margin-top: 3px;
	min-height: 0;
	padding: 0;
	width: 18px;
}

.pp-lead-form__consent span {
	color: var(--pp-muted) !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 1.45;
}

.pp-lead-form__consent a {
	color: var(--pp-ink);
	font-weight: 800;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.pp-lead-form__bottom {
	align-items: center;
	display: grid;
	gap: 14px;
	grid-template-columns: auto 1fr;
	margin-top: 4px;
}

.pp-lead-form__note,
.pp-lead-form__status {
	color: var(--pp-muted);
	font-size: 14px;
	line-height: 1.45;
	margin: 0;
}

.pp-lead-form__status[data-state="error"] {
	background: rgba(207, 56, 46, 0.08);
	border: 1px solid rgba(207, 56, 46, 0.18);
	border-radius: 8px;
	color: var(--pp-danger);
	padding: 10px 12px;
}

.pp-lead-form__status[data-state="success"] {
	animation: pp-lead-status-in 220ms ease-out both;
	background: rgba(34, 145, 84, 0.1);
	border: 1px solid rgba(34, 145, 84, 0.24);
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(28, 95, 60, 0.08);
	color: #17643a;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.45;
	padding: 13px 14px 13px 48px;
	position: relative;
}

.pp-lead-form__status[data-state="success"]::before {
	animation: pp-lead-check-pop 280ms cubic-bezier(0.2, 0.9, 0.25, 1.2) both;
	background: var(--pp-green);
	border-radius: 50%;
	box-shadow: 0 8px 18px rgba(34, 145, 84, 0.24);
	content: "";
	height: 24px;
	left: 14px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
}

.pp-lead-form__status[data-state="success"]::after {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	content: "";
	height: 9px;
	left: 23px;
	position: absolute;
	top: calc(50% - 6px);
	transform: rotate(45deg);
	width: 5px;
}

@keyframes pp-lead-status-in {
	from {
		opacity: 0;
		transform: translateY(6px) scale(0.98);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

@keyframes pp-lead-check-pop {
	0% {
		transform: translateY(-50%) scale(0.68);
	}

	70% {
		transform: translateY(-50%) scale(1.08);
	}

	100% {
		transform: translateY(-50%) scale(1);
	}
}

@media (prefers-reduced-motion: reduce) {
	.pp-lead-form__status[data-state="success"],
	.pp-lead-form__status[data-state="success"]::before {
		animation: none;
	}
}

.pp-blog-list {
	display: grid;
	gap: 18px;
}

.pp-blog-item {
	background: #fff;
	border: 1px solid var(--pp-line);
	border-radius: 8px;
	box-shadow: 0 8px 28px rgba(17, 24, 32, 0.06);
	padding: 24px;
}

.pp-blog-item h2 {
	font-size: 28px;
	line-height: 1.16;
	margin: 0 0 10px;
}

.pp-blog-meta {
	color: var(--pp-muted);
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 12px;
}

/* Divi 5-native /index-2 page. */
.et_pb_section.pp-divi-home,
.et_pb_section.pp-divi-home * {
	box-sizing: border-box;
}

.et_pb_section.pp-divi-home {
	background: var(--pp-bg);
	padding: 72px 0 !important;
}

.et_pb_section.pp-divi-home .et_pb_row.pp-divi-row {
	max-width: 1180px !important;
	padding: 0 !important;
	width: min(1180px, calc(100% - 32px)) !important;
}

.et_pb_section.pp-divi-home .et_pb_module {
	margin-bottom: 0 !important;
}

.pp-divi-home,
.pp-divi-home h1,
.pp-divi-home h2,
.pp-divi-home h3,
.pp-divi-home h4,
.pp-divi-home p,
.pp-divi-home a,
.pp-divi-home .et_pb_module_header,
.pp-divi-home .et_pb_module_header span,
.pp-divi-home .et_pb_blurb_description {
	font-family: var(--pp-font-ui);
	letter-spacing: 0;
}

.pp-divi-card-row::after,
.pp-divi-step-row::after,
.pp-divi-proof-row::after {
	display: none !important;
}

.pp-divi-card-row > .et_pb_column,
.pp-divi-step-row > .et_pb_column,
.pp-divi-proof-row > .et_pb_column {
	margin: 0 !important;
	width: auto !important;
}

.et_pb_section.pp-divi-hero {
	background-color: var(--pp-navy) !important;
	background-position: center top !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	color: #fff;
	isolation: isolate;
	min-height: 680px;
	overflow: hidden;
	padding: 104px 0 72px !important;
	position: relative;
}

.et_pb_section.pp-divi-hero::before {
	background: linear-gradient(90deg, rgba(17, 24, 32, 0.9) 0%, rgba(17, 24, 32, 0.68) 38%, rgba(17, 24, 32, 0.1) 70%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 0;
}

.et_pb_section.pp-divi-hero > .et_pb_row {
	position: relative;
	z-index: 1;
}

.pp-divi-hero-row > .et_pb_column {
	max-width: 690px;
	width: 100% !important;
}

.pp-divi-hero-copy .et_pb_text_inner {
	max-width: 690px;
}

.pp-divi-eyebrow {
	color: #ffb547 !important;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 18px !important;
	text-transform: uppercase;
}

.pp-divi-hero-copy h1 {
	color: #fff;
	font-size: 74px;
	font-weight: 800;
	line-height: 1.02;
	margin: 0 0 22px;
	max-width: 760px;
	padding: 0;
}

.pp-divi-lead {
	color: rgba(255, 255, 255, 0.9);
	font-size: 20px;
	font-weight: 700;
	line-height: 1.55;
	margin: 0 0 30px !important;
	max-width: 640px;
}

.pp-divi-home .et_pb_button_module_wrapper {
	display: inline-flex;
	margin: 0 12px 12px 0 !important;
}

.pp-divi-home .et_pb_button.pp-button,
.entry-content .pp-divi-home a.et_pb_button.pp-button {
	align-items: center;
	background: var(--pp-orange);
	border: 1px solid var(--pp-orange) !important;
	border-radius: 8px;
	color: var(--pp-ink) !important;
	display: inline-flex;
	font-size: 15px;
	font-weight: 900;
	justify-content: center;
	line-height: 1.2 !important;
	min-height: 48px;
	padding: 14px 18px !important;
	text-decoration: none;
	transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.pp-divi-home .et_pb_button.pp-button::after,
.pp-divi-home .et_pb_button.pp-button::before {
	display: none !important;
}

.pp-divi-home .et_pb_button.pp-button:hover,
.entry-content .pp-divi-home a.et_pb_button.pp-button:hover {
	background: var(--pp-orange-deep);
	border-color: var(--pp-orange-deep) !important;
	color: var(--pp-ink) !important;
	transform: translateY(-1px);
}

.pp-divi-home .et_pb_button.pp-button--ghost,
.entry-content .pp-divi-home a.et_pb_button.pp-button--ghost {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.42) !important;
	color: #fff !important;
}

.pp-divi-home .et_pb_button.pp-button--ghost:hover,
.entry-content .pp-divi-home a.et_pb_button.pp-button--ghost:hover {
	background: rgba(255, 255, 255, 0.16);
	border-color: rgba(255, 255, 255, 0.68) !important;
	color: #fff !important;
}

.et_pb_section.pp-divi-hero .pp-divi-proof-row {
	display: grid !important;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 220px));
	justify-content: start;
	margin-top: 28px;
}

.pp-divi-proof-card {
	backdrop-filter: blur(12px);
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	height: 100%;
	padding: 16px;
}

.pp-divi-home .et_pb_main_blurb_image {
	display: none;
}

.pp-divi-home .et_pb_blurb_content {
	max-width: none;
}

.pp-divi-proof-card .et_pb_module_header,
.pp-divi-proof-card .et_pb_module_header span {
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.1;
	margin: 0;
	padding: 0;
}

.pp-divi-proof-card .et_pb_blurb_description {
	color: rgba(255, 255, 255, 0.78);
	font-size: 14px;
	line-height: 1.4;
	margin-top: 6px;
}

.et_pb_section.pp-divi-shorts-section {
	background: var(--pp-navy) !important;
	padding: 0 !important;
}

.et_pb_section.pp-divi-shorts-section .pp-divi-full-row {
	max-width: none !important;
	width: 100% !important;
}

.et_pb_section.pp-divi-shorts-section .et_pb_column {
	width: 100% !important;
}

.et_pb_section.pp-divi-shorts-section .pp-divi-section-head {
	margin: 0 auto;
	max-width: min(1180px, calc(100vw - 40px));
	padding-top: 54px;
}

.et_pb_section.pp-divi-shorts-section .pp-divi-section-head h2 {
	color: #fff;
}

.et_pb_section.pp-divi-shorts-section .pp-divi-section-head p {
	color: rgba(255, 255, 255, 0.76);
	margin-bottom: 28px;
}

.pp-divi-shorts-code,
.pp-divi-shorts-code .et_pb_code_inner,
.pp-divi-shorts-code .pp-shorts {
	margin: 0 !important;
}

.et_pb_section.pp-divi-section-white {
	background: #fff;
}

.et_pb_section.pp-divi-section-white.pp-divi-shorts-section {
	background: var(--pp-navy) !important;
}

.pp-divi-section-head h2 {
	color: var(--pp-ink);
	font-size: 48px;
	font-weight: 900;
	line-height: 1.08;
	margin: 0 0 18px;
	padding: 0;
}

.pp-divi-section-head p {
	color: var(--pp-muted);
	font-size: 18px;
	line-height: 1.65;
	margin: 0 0 32px;
	max-width: 760px;
}

.pp-divi-card-row {
	display: grid !important;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 18px !important;
}

.pp-divi-card-row + .pp-divi-card-row {
	margin-top: 20px !important;
}

.pp-divi-card,
.pp-divi-step {
	background: var(--pp-surface);
	border: 1px solid var(--pp-line);
	border-radius: 8px;
	box-shadow: 0 8px 28px rgba(17, 24, 32, 0.06);
	height: 100%;
	padding: 24px;
}

.pp-divi-card .et_pb_blurb_container,
.pp-divi-step .et_pb_blurb_container,
.pp-divi-proof-card .et_pb_blurb_container {
	text-align: left;
}

.pp-divi-card .et_pb_module_header,
.pp-divi-card .et_pb_module_header span,
.pp-divi-step .et_pb_module_header,
.pp-divi-step .et_pb_module_header span {
	color: var(--pp-ink);
	font-size: 22px;
	font-weight: 900;
	line-height: 1.18;
	margin: 0 0 10px;
	padding: 0;
}

.pp-divi-card .et_pb_blurb_description,
.pp-divi-step .et_pb_blurb_description {
	color: var(--pp-muted);
	font-size: 16px;
	line-height: 1.62;
	margin-top: 0;
}

.pp-divi-card .et_pb_blurb_description a {
	color: var(--pp-orange-deep);
	display: inline-block;
	font-weight: 800;
	margin-top: 8px;
}

.pp-divi-step-row {
	counter-reset: pp-divi-step;
	display: grid !important;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pp-divi-step::before {
	background: var(--pp-orange);
	border-radius: 50%;
	color: #fff;
	content: counter(pp-divi-step);
	counter-increment: pp-divi-step;
	display: grid;
	font-weight: 900;
	height: 34px;
	margin-bottom: 16px;
	place-items: center;
	width: 34px;
}

.pp-divi-price {
	border: 1px solid var(--pp-line);
	border-radius: 8px;
	overflow-x: auto;
}

.pp-divi-price table {
	background: #fff;
	border: 0;
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}

.pp-divi-price th,
.pp-divi-price td {
	border-bottom: 1px solid var(--pp-line);
	color: var(--pp-muted);
	font-size: 16px;
	line-height: 1.5;
	padding: 16px 18px;
	text-align: left;
	vertical-align: top;
}

.pp-divi-price th {
	background: var(--pp-orange-soft);
	color: var(--pp-navy);
	font-weight: 900;
}

.pp-divi-price tr:last-child td {
	border-bottom: 0;
}

.pp-divi-price a {
	color: var(--pp-orange-deep);
	font-weight: 800;
}

.et_pb_section.pp-divi-cta-section {
	background: var(--pp-navy);
	color: #fff;
}

.pp-divi-cta-row > .et_pb_column {
	align-items: center;
	background: var(--pp-navy);
	border-radius: 8px;
	box-shadow: var(--pp-shadow);
	display: grid;
	gap: 18px;
	grid-template-columns: 1fr auto;
	padding: 28px;
	width: 100% !important;
}

.pp-divi-cta-copy h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.12;
	margin: 0 0 8px;
	padding: 0;
}

.pp-divi-cta-copy p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}

.pp-divi-cta-row .et_pb_button_module_wrapper {
	justify-self: end;
	margin: 0 !important;
}

@media (max-width: 1180px) {
	.pp-site-header__inner {
		gap: 14px;
	}

	.pp-site-header__logo--desktop {
		width: 184px;
	}

	.pp-site-header__menu a {
		font-size: 14px;
		padding-left: 9px;
		padding-right: 9px;
	}

	.pp-site-header__menu .menu-item-has-children > a {
		padding-right: 28px;
	}

	.pp-site-header__location {
		display: none;
	}
}

@media (max-width: 980px) {
	body.admin-bar .pp-site-header {
		top: 32px;
	}

	.pp-site-header__inner {
		gap: 12px;
		grid-template-columns: auto minmax(0, 1fr);
		min-height: 64px;
		width: min(100% - 24px, 1180px);
	}

	.pp-site-header--compact .pp-site-header__inner {
		min-height: 58px;
	}

	.pp-site-header__logo--desktop {
		display: none;
	}

	.pp-site-header__logo--mobile {
		display: block;
		width: 142px;
	}

	.pp-site-header--compact .pp-site-header__logo--mobile {
		width: 132px;
	}

	.pp-site-header__nav {
		background: rgba(17, 24, 32, 0.98);
		border: 1px solid rgba(255, 255, 255, 0.12);
		border-radius: 8px;
		box-shadow: 0 24px 64px rgba(3, 8, 14, 0.42);
		display: block;
		left: 0;
		max-height: calc(100vh - 96px);
		opacity: 0;
		overflow: auto;
		padding: 10px;
		pointer-events: none;
		position: absolute;
		right: 0;
		top: calc(100% + 8px);
		transform: translateY(-8px);
		transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
		visibility: hidden;
	}

	.pp-site-header.is-menu-open .pp-site-header__nav {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
		visibility: visible;
	}

	.pp-site-header__menu {
		align-items: stretch;
		display: grid;
		gap: 2px;
		justify-content: stretch;
	}

	.pp-site-header__menu a {
		font-size: 16px;
		justify-content: flex-start;
		min-height: 46px;
		padding: 0 12px;
		white-space: normal;
	}

	.pp-site-header__menu .menu-item-has-children > a {
		padding-right: 46px;
	}

	.pp-site-header__menu .sub-menu,
	.pp-site-header__menu .sub-menu .sub-menu {
		background: transparent;
		border: 0;
		box-shadow: none;
		display: block;
		left: auto;
		margin: 0 0 0 10px;
		max-height: 0;
		min-width: 0;
		opacity: 1;
		overflow: hidden;
		padding: 0 0 0 12px;
		pointer-events: auto;
		position: static;
		top: auto;
		transform: none;
		transition: max-height 220ms ease, padding-top 220ms ease, padding-bottom 220ms ease, visibility 220ms ease;
		visibility: hidden;
		width: auto;
	}

	.pp-site-header__menu > .menu-item-has-children > .sub-menu {
		display: block;
		grid-template-columns: none;
		width: auto;
	}

	.pp-site-header__menu .sub-menu::before {
		display: none;
	}

	.pp-site-header__menu li:hover > .sub-menu,
	.pp-site-header__menu li:focus-within > .sub-menu {
		max-height: 0;
		padding-bottom: 0;
		padding-top: 0;
		visibility: hidden;
	}

	.pp-site-header__menu li.is-submenu-open > .sub-menu {
		max-height: 1100px;
		padding-bottom: 8px;
		padding-top: 4px;
		visibility: visible;
	}

	.pp-site-header__menu .sub-menu a {
		background: rgba(255, 255, 255, 0.045);
		border: 1px solid rgba(255, 255, 255, 0.07);
		font-size: 15px;
		min-height: 42px;
		padding: 9px 12px;
	}

	.pp-site-header__menu .sub-menu a::before {
		height: 7px;
		width: 7px;
	}

	.pp-site-header__submenu-toggle {
		background: rgba(255, 144, 0, 0.14);
		height: 34px;
		right: 4px;
		top: 6px;
		width: 36px;
	}

	.pp-site-header__actions {
		justify-self: end;
	}

	.pp-site-header__cta {
		display: none;
	}

	.pp-site-header__phone {
		min-height: 40px;
		padding: 0 12px;
	}

	.pp-site-header__toggle {
		display: inline-flex;
	}

	.pp-site-header__mobile-contact {
		border-top: 1px solid rgba(255, 255, 255, 0.12);
		display: grid;
		gap: 10px;
		margin-top: 10px;
		padding-top: 12px;
	}

	.pp-site-header__mobile-location {
		align-items: center;
		color: rgba(255, 255, 255, 0.72);
		display: flex;
		font-size: 14px;
		font-weight: 800;
		gap: 8px;
		margin: 0;
	}

	.pp-site-header__mobile-phone,
	.pp-site-header__mobile-cta {
		justify-content: center;
		width: 100%;
	}

	.pp-hero {
		min-height: auto;
		padding: 76px 0 56px;
	}

	.pp-grid,
	.pp-grid--two,
	.pp-proof,
	.pp-steps,
	.pp-contact-strip {
		grid-template-columns: 1fr;
	}

	.pp-section {
		padding: 52px 0;
	}

	.pp-shorts__head {
		align-items: start;
		flex-direction: column;
	}

	.pp-shorts__viewer,
	.pp-shorts__rail {
		height: min(720px, calc(100vh - 108px));
		height: min(720px, calc(100svh - 108px));
		min-height: 520px;
	}

	.pp-shorts__nav {
		right: calc(50% - 270px);
	}

	.et_pb_section.pp-divi-home {
		padding: 52px 0 !important;
	}

	.et_pb_section.pp-divi-hero {
		min-height: auto;
		padding: 76px 0 56px !important;
	}

	.pp-divi-hero-copy h1 {
		font-size: 48px;
	}

	.pp-divi-lead {
		font-size: 18px;
		margin-bottom: 26px !important;
	}

	.et_pb_section.pp-divi-hero .pp-divi-proof-row,
	.pp-divi-card-row,
	.pp-divi-step-row,
	.pp-divi-cta-row > .et_pb_column {
		gap: 14px;
		grid-template-columns: 1fr !important;
	}

	.et_pb_section.pp-divi-hero .pp-divi-proof-row {
		margin-top: 22px !important;
	}

	.et_pb_section.pp-divi-shorts-section {
		padding: 0 !important;
	}

	.pp-divi-section-head h2 {
		font-size: 40px;
	}

	.pp-divi-cta-row .et_pb_button_module_wrapper {
		justify-self: start;
	}
}

@media (max-width: 782px) {
	body.admin-bar .pp-site-header {
		top: 46px;
	}
}

@media (max-width: 640px) {
	body.admin-bar .pp-site-header {
		top: 46px;
	}

	.pp-site-header__inner {
		min-height: 60px;
		width: min(100% - 20px, 1180px);
	}

	.pp-site-header--compact .pp-site-header__inner {
		min-height: 56px;
	}

	.pp-site-header__logo--mobile {
		width: 128px;
	}

	.pp-site-header--compact .pp-site-header__logo--mobile {
		width: 120px;
	}

	.pp-site-header__actions {
		gap: 7px;
	}

	.pp-site-header__phone {
		font-size: 13px;
		min-height: 38px;
		padding: 0 10px;
	}

	.pp-site-header__phone-text {
		display: none;
	}

	.pp-site-header__phone-short {
		display: inline;
	}

	.pp-site-header__toggle {
		height: 38px;
		width: 40px;
	}

	.pp-site-header__nav {
		max-height: calc(100vh - 84px);
	}

	#main-header .logo_container a {
		background-image: url("../brand/logo-light.svg");
		height: 40px;
		min-width: 220px;
	}

	.pp-shell,
	.pp-narrow {
		width: min(100% - 24px, 1180px);
	}

	.pp-hero {
		background:
			linear-gradient(180deg, rgba(17, 24, 32, 0.94) 0%, rgba(17, 24, 32, 0.78) 58%, rgba(17, 24, 32, 0.46) 100%),
			url("../img/hero-stretch-ceiling.png") center bottom / cover no-repeat;
		padding-top: 56px;
	}

	.pp-hero h1 {
		font-size: 36px;
	}

	.pp-lead {
		font-size: 18px;
	}

	.pp-card,
	.pp-contact-strip {
		padding: 20px;
	}

	.pp-lead-modal__dialog,
	.pp-privacy-modal__dialog {
		padding: 24px;
	}

	.pp-privacy-modal__body {
		padding-right: 0;
	}

	.pp-lead-modal__head h2,
	.pp-privacy-modal__body h2 {
		font-size: 28px;
	}

	.pp-lead-form__grid,
	.pp-lead-form__bottom {
		grid-template-columns: 1fr;
	}

	.pp-shorts {
		padding: 0;
	}

	.pp-shorts__shell {
		gap: 0;
		width: 100%;
	}

	.pp-shorts__head {
		margin: 0;
		padding: 18px 16px 14px;
	}

	.pp-shorts h2 {
		font-size: 28px;
	}

	.pp-shorts .pp-section__intro {
		display: none;
	}

	.pp-shorts__counter {
		font-size: 13px;
		min-height: 34px;
		padding: 0 11px;
	}

	.pp-shorts__viewer,
	.pp-shorts__rail {
		height: calc(100vh - 92px);
		height: calc(100svh - 92px);
		min-height: 480px;
	}

	.pp-shorts__viewer {
		min-height: calc(100vh - 92px);
		min-height: calc(100svh - 92px);
	}

	.pp-shorts__rail {
		border: 0;
		border-radius: 0;
		box-shadow: none;
		width: 100%;
	}

	.pp-shorts__nav {
		display: none;
	}

	.pp-short-card__top {
		left: 14px;
		right: 14px;
		top: 14px;
	}

	.pp-short-card__controls {
		bottom: 150px;
		right: 12px;
	}

	.pp-short-card__body {
		padding: 0 70px max(20px, env(safe-area-inset-bottom)) 18px;
	}

	.pp-short-card__body h3 {
		font-size: 24px;
	}

	.pp-short-card__cta,
	.entry-content a.pp-short-card__cta {
		font-size: 13px;
		max-width: 100%;
		min-height: 40px;
	}

	.et_pb_section.pp-divi-home .et_pb_row.pp-divi-row {
		width: min(100% - 24px, 1180px) !important;
	}

	.et_pb_section.pp-divi-hero {
		background-position: center top !important;
		padding-top: 56px !important;
	}

	.et_pb_section.pp-divi-hero::before {
		background: linear-gradient(180deg, rgba(17, 24, 32, 0.94) 0%, rgba(17, 24, 32, 0.78) 58%, rgba(17, 24, 32, 0.46) 100%);
	}

	.pp-divi-hero-copy h1 {
		font-size: 36px;
		margin-bottom: 18px;
	}

	.et_pb_section.pp-divi-hero .pp-divi-hero-row > .et_pb_column {
		display: grid !important;
		gap: 12px !important;
	}

	.et_pb_section.pp-divi-hero .pp-divi-hero-copy {
		margin-bottom: 8px !important;
	}

	.pp-divi-section-head h2 {
		font-size: 34px;
	}

	.pp-divi-card,
	.pp-divi-step,
	.pp-divi-cta-row > .et_pb_column {
		padding: 20px;
	}

	.pp-divi-home .et_pb_button_module_wrapper {
		display: flex;
		margin: 0 0 12px !important;
		width: 100%;
	}

	.et_pb_section.pp-divi-hero .et_pb_button_module_wrapper {
		display: flex !important;
		margin: 0 !important;
		width: 100% !important;
	}

	.pp-divi-home .et_pb_button.pp-button,
	.entry-content .pp-divi-home a.et_pb_button.pp-button {
		width: 100%;
	}

	.pp-divi-price table {
		min-width: 720px;
	}

	.et_pb_section.pp-divi-hero .pp-divi-proof-row {
		gap: 14px;
		margin-top: 18px !important;
	}

	.pp-divi-proof-card {
		padding: 18px;
	}
}

body.has-pp-site-footer #main-footer {
	display: none !important;
}

.pp-site-footer {
	background: #101821;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: #fff;
	position: relative;
}

.pp-site-footer::before {
	background: linear-gradient(90deg, var(--pp-orange) 0%, rgba(255, 144, 0, 0.34) 48%, rgba(255, 255, 255, 0.14) 100%);
	content: "";
	display: block;
	height: 3px;
}

.pp-site-footer a {
	color: inherit;
	text-decoration: none;
}

.pp-site-footer__shell {
	margin-inline: auto;
	padding: 54px 0 24px;
	width: min(1180px, calc(100% - 32px));
}

.pp-site-footer__columns {
	align-items: start;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(230px, 0.9fr) minmax(350px, 1.25fr) minmax(270px, 0.95fr);
}

.pp-site-footer__brand-column,
.pp-site-footer__contact-column,
.pp-site-footer__nav {
	min-width: 0;
}

.pp-site-footer__brand {
	display: inline-flex;
	line-height: 0;
	margin-bottom: 22px;
}

.pp-site-footer__logo {
	display: block;
	width: 206px;
}

.pp-site-footer__tagline {
	color: rgba(255, 255, 255, 0.86);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.38;
	margin: 0 0 14px;
	max-width: 320px;
	padding: 0;
}

.pp-site-footer__coverage {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-sizing: border-box;
	color: rgba(255, 255, 255, 0.64);
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	gap: 8px;
	line-height: 1.3;
	margin: 2px 0 0;
	min-height: 0;
	max-width: 320px;
	padding: 0;
	vertical-align: top;
	white-space: normal;
	width: auto;
}

.pp-site-footer__coverage::before {
	align-self: center;
	background: #ffb547;
	border-radius: 50%;
	content: "";
	flex: 0 0 auto;
	height: 6px;
	width: 6px;
}

.pp-site-footer__menus {
	display: grid;
	gap: 26px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pp-site-footer h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 14px;
	padding: 0;
}

.pp-site-footer__menu,
.pp-site-footer__menu .sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pp-site-footer__menu {
	display: grid;
	gap: 4px;
}

.pp-site-footer__menu .sub-menu {
	border-left: 1px solid rgba(255, 255, 255, 0.12);
	display: grid;
	gap: 2px;
	margin: 4px 0 4px 10px;
	padding-left: 10px;
}

.pp-site-footer__menu a {
	align-items: center;
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.74);
	display: flex;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.3;
	min-height: 34px;
	padding: 6px 9px;
	transition: background-color 150ms ease, color 150ms ease, transform 150ms ease;
	overflow-wrap: anywhere;
}

.pp-site-footer__menu a:hover,
.pp-site-footer__menu a:focus,
.pp-site-footer__menu .current-menu-item > a,
.pp-site-footer__menu .current_page_item > a,
.pp-site-footer__menu .current-menu-ancestor > a {
	background: rgba(255, 144, 0, 0.14);
	color: #ffbd62;
	outline: none;
	transform: translateX(2px);
}

.pp-site-footer__contact-column {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	padding: 18px;
}

.pp-site-footer__contact-list {
	display: grid;
	gap: 8px;
	margin-bottom: 14px;
}

.pp-site-footer__contact {
	align-items: center;
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.78);
	display: grid;
	gap: 10px;
	grid-template-columns: 34px minmax(0, 1fr);
	min-height: 48px;
	padding: 7px;
	transition: background-color 150ms ease, color 150ms ease;
}

a.pp-site-footer__contact:hover,
a.pp-site-footer__contact:focus {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	outline: none;
}

.pp-site-footer__contact-icon {
	align-items: center;
	background: rgba(255, 144, 0, 0.16);
	border-radius: 8px;
	color: #ffbd62;
	display: inline-flex;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.pp-site-footer__contact-icon svg {
	fill: currentColor;
	height: 18px;
	width: 18px;
}

.pp-site-footer__contact span span {
	display: block;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 2px;
}

.pp-site-footer__contact strong {
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.24;
	overflow-wrap: anywhere;
}

.pp-site-footer__cta {
	align-items: center;
	background: var(--pp-orange);
	border-radius: 8px;
	color: #111820;
	display: flex;
	font-size: 15px;
	font-weight: 900;
	justify-content: center;
	line-height: 1.2;
	margin-bottom: 14px;
	min-height: 46px;
	padding: 12px 14px;
	text-align: center;
	transition: background-color 150ms ease, transform 150ms ease;
	width: 100%;
}

.pp-site-footer__cta:hover,
.pp-site-footer__cta:focus {
	background: #ffad3d;
	color: #111820;
	outline: none;
	transform: translateY(-1px);
}

.pp-site-footer__socials {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.pp-site-footer__social {
	--pp-social-accent: #ffbd62;
	align-items: center;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	color: #fff;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease, transform 150ms ease;
	width: 42px;
}

.pp-site-footer__social svg {
	fill: currentColor;
	height: 21px;
	width: 21px;
}

.pp-site-footer__social-word {
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}

.pp-site-footer__social--max {
	--pp-social-accent: #53b3ff;
}

.pp-site-footer__social--vk {
	--pp-social-accent: #5a9dff;
}

.pp-site-footer__social--whatsapp {
	--pp-social-accent: #35d276;
}

.pp-site-footer__social--telegram {
	--pp-social-accent: #42b7ff;
}

.pp-site-footer__social--instagram {
	--pp-social-accent: #ff6f9f;
}

a.pp-site-footer__social:hover,
a.pp-site-footer__social:focus {
	background: var(--pp-social-accent);
	border-color: var(--pp-social-accent);
	color: #101821;
	outline: none;
	transform: translateY(-1px);
}

.pp-site-footer__social.is-disabled {
	opacity: 0.52;
}

.pp-site-footer__bottom {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.58);
	display: flex;
	font-size: 13px;
	gap: 18px;
	justify-content: space-between;
	margin-top: 34px;
	padding-top: 20px;
}

.pp-site-footer__bottom p {
	margin: 0;
	padding: 0;
}

.pp-site-footer__bottom-links {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: flex-end;
}

.pp-site-footer__bottom-links a {
	color: rgba(255, 255, 255, 0.66);
	font-weight: 800;
}

.pp-site-footer__bottom-links a:hover,
.pp-site-footer__bottom-links a:focus {
	color: #ffbd62;
	outline: none;
}

.pp-site-footer__legal {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.58);
	display: grid;
	font-size: 12.5px;
	gap: 6px;
	line-height: 1.55;
	margin-top: 16px;
	padding-top: 16px;
}

.pp-site-footer__legal p {
	margin: 0;
	max-width: 1020px;
	padding: 0;
}

@media (max-width: 1180px) {
	.pp-site-footer__columns {
		grid-template-columns: minmax(220px, 0.8fr) minmax(320px, 1.2fr);
	}

	.pp-site-footer__contact-column {
		grid-column: 1 / -1;
	}

	.pp-site-footer__contact-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 980px) {
	.pp-site-footer__columns {
		grid-template-columns: 1fr;
	}

	.pp-site-footer__tagline {
		max-width: 620px;
	}

	.pp-site-footer__contact-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.pp-site-footer__shell {
		padding: 38px 0 22px;
		width: min(100% - 24px, 1180px);
	}

	.pp-site-footer__columns {
		gap: 28px;
	}

	.pp-site-footer__logo {
		width: 178px;
	}

	.pp-site-footer__tagline {
		font-size: 17px;
	}

	.pp-site-footer__menus,
	.pp-site-footer__contact-list {
		grid-template-columns: 1fr;
	}

	.pp-site-footer__menu a {
		min-height: 38px;
	}

	.pp-site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}

	.pp-site-footer__bottom-links {
		justify-content: flex-start;
	}
}

body.has-pp-site-footer .pp-site-footer .pp-site-footer__coverage {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	color: rgba(255, 255, 255, 0.64) !important;
	font-size: 13px !important;
	line-height: 1.3 !important;
	margin: 2px 0 0 !important;
	min-height: 0 !important;
	padding: 0 !important;
	width: auto !important;
}

body.has-pp-site-footer .pp-site-footer .pp-site-footer__coverage::before {
	box-shadow: none !important;
	height: 6px !important;
	width: 6px !important;
}

/* Shorts preview rail and fullscreen player. */
.pp-visually-hidden {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.pp-shorts {
	background: linear-gradient(180deg, #101821 0%, #0a0f16 100%);
	color: #fff;
	overflow: hidden;
	padding: 56px 0 62px;
}

.pp-shorts .pp-eyebrow {
	color: #ffb547;
	margin-bottom: 8px;
}

.pp-shorts h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 800;
	line-height: 1.08;
	margin: 0 0 12px;
}

.pp-shorts .pp-section__intro {
	color: rgba(255, 255, 255, 0.74);
	margin: 0;
	max-width: 720px;
}

.pp-shorts__shell {
	display: grid;
	gap: 24px;
	min-width: 0;
}

.pp-shorts__head {
	align-items: flex-end;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin: 0;
}

.pp-shorts__hint {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: rgba(255, 255, 255, 0.82);
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	min-height: 38px;
	padding: 0 14px;
	white-space: nowrap;
}

.pp-shorts__preview {
	max-width: 100%;
	min-width: 0;
	padding: 0 58px;
	position: relative;
}

.pp-shorts.is-player-open {
	position: relative;
	z-index: 100003;
}

.pp-shorts__rail {
	-webkit-overflow-scrolling: touch;
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: grab;
	display: grid;
	gap: 18px;
	grid-auto-columns: clamp(180px, 24vw, 320px);
	grid-auto-flow: column;
	height: auto;
	max-width: 100%;
	min-height: 0;
	min-width: 0;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-x: contain;
	padding: 6px max(140px, 12vw) 16px 2px;
	position: relative;
	scroll-behavior: smooth;
	scroll-padding: 2px;
	scroll-snap-type: x proximity;
	scrollbar-color: rgba(255, 255, 255, 0.28) transparent;
	scrollbar-width: thin;
	touch-action: auto;
	width: 100%;
}

.pp-shorts__rail.is-dragging {
	cursor: grabbing;
	scroll-snap-type: none;
}

.pp-shorts__rail::-webkit-scrollbar {
	display: block;
	height: 8px;
}

.pp-shorts__rail::-webkit-scrollbar-track {
	background: transparent;
}

.pp-shorts__rail::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.28);
	border-radius: 999px;
}

.pp-shorts__rail:focus {
	outline: 3px solid rgba(255, 144, 0, 0.42);
	outline-offset: 6px;
}

.pp-shorts__rail-nav {
	align-items: center;
	-webkit-backdrop-filter: blur(12px) saturate(1.08);
	backdrop-filter: blur(12px) saturate(1.08);
	background: rgba(20, 29, 39, 0.78);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 50%;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
	color: #fff;
	cursor: pointer;
	display: grid;
	height: 48px;
	justify-content: center;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: background-color 150ms ease, border-color 150ms ease, opacity 150ms ease, transform 150ms ease;
	width: 48px;
	z-index: 4;
}

.pp-shorts__rail-nav:hover:not(:disabled),
.pp-shorts__rail-nav:focus-visible:not(:disabled) {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.42);
	outline: none;
	transform: translateY(-50%) scale(1.04);
}

.pp-shorts__rail-nav:disabled {
	cursor: default;
	opacity: 0.28;
}

.pp-shorts__rail-nav span {
	border-bottom: 3px solid currentColor;
	border-right: 3px solid currentColor;
	display: block;
	height: 12px;
	width: 12px;
}

.pp-shorts__rail-nav--prev {
	left: 0;
}

.pp-shorts__rail-nav--prev span {
	transform: translateX(2px) rotate(135deg);
}

.pp-shorts__rail-nav--next {
	right: 0;
}

.pp-shorts__rail-nav--next span {
	transform: translateX(-2px) rotate(-45deg);
}

@media (hover: none), (pointer: coarse) {
	.pp-shorts__preview {
		padding: 0;
	}

	.pp-shorts__rail {
		cursor: auto;
		padding-right: max(12px, env(safe-area-inset-right));
	}

	.pp-shorts__rail-nav {
		display: none;
	}
}

.pp-short-preview {
	appearance: none;
	aspect-ratio: 9 / 16;
	background: #111820;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
	color: #fff;
	cursor: pointer;
	display: block;
	font: inherit;
	isolation: isolate;
	overflow: hidden;
	padding: 0;
	position: relative;
	scroll-snap-align: start;
	text-align: left;
	transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
	width: 100%;
}

.pp-short-preview:hover,
.pp-short-preview:focus-visible {
	border-color: rgba(255, 181, 71, 0.82);
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.34);
	outline: none;
	transform: translateY(-2px);
}

.pp-short-preview.is-active {
	border-color: rgba(255, 181, 71, 0.82);
	box-shadow: 0 20px 48px rgba(0, 0, 0, 0.3);
	outline: none;
}

.pp-short-preview__media,
.pp-short-preview__poster,
.pp-short-preview__video {
	inset: 0;
	position: absolute;
}

.pp-short-preview__media {
	display: block;
	z-index: 0;
}

.pp-short-preview__media::after {
	background:
		linear-gradient(180deg, rgba(5, 8, 13, 0.1) 0%, rgba(5, 8, 13, 0.08) 42%, rgba(5, 8, 13, 0.88) 100%),
		linear-gradient(180deg, rgba(5, 8, 13, 0.32) 0%, rgba(5, 8, 13, 0) 28%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: 2;
}

.pp-short-preview__poster {
	background:
		linear-gradient(145deg, rgba(38, 48, 58, 0.86) 0%, rgba(17, 24, 32, 0.58) 54%, rgba(255, 144, 0, 0.48) 100%),
		var(--pp-short-poster, #151e28);
	background-position: center;
	background-size: cover;
	z-index: 0;
}

.pp-short-preview__video {
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: opacity 180ms ease;
	width: 100%;
	z-index: 1;
}

.pp-short-preview.is-preview-playing .pp-short-preview__video,
.pp-short-preview.has-video-frame .pp-short-preview__video {
	opacity: 1;
}

.pp-shorts.is-preview-static .pp-short-preview__video {
	display: none;
}

.pp-short-preview__play {
	background: rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.48);
	border-radius: 50%;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
	height: 46px;
	left: 50%;
	position: absolute;
	top: 43%;
	transform: translate(-50%, -50%);
	transition: opacity 150ms ease, transform 150ms ease;
	width: 46px;
	z-index: 3;
}

.pp-short-preview__play::after {
	border-bottom: 9px solid transparent;
	border-left: 14px solid #fff;
	border-top: 9px solid transparent;
	content: "";
	left: 18px;
	position: absolute;
	top: 14px;
}

.pp-short-preview.is-preview-playing .pp-short-preview__play {
	opacity: 0;
	transform: translate(-50%, -50%) scale(0.92);
}

.pp-shorts.is-preview-static .pp-short-preview__play {
	opacity: 1;
}

.pp-short-preview__duration {
	background: rgba(9, 18, 30, 0.68);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 999px;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	padding: 6px 8px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 3;
}

.pp-short-preview__body {
	bottom: 0;
	display: grid;
	gap: 5px;
	left: 0;
	padding: 0 12px 13px;
	position: absolute;
	right: 0;
	z-index: 3;
}

.pp-short-preview__kicker {
	color: #ffb547;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0;
}

.pp-short-preview strong {
	color: #fff;
	display: -webkit-box;
	font-size: 15px;
	font-weight: 900;
	line-height: 1.18;
	margin: 0;
	overflow: hidden;
	overflow-wrap: anywhere;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.pp-shorts-player[hidden] {
	display: none !important;
}

.pp-shorts-player {
	background: rgba(3, 5, 8, 0.92);
	color: #fff;
	display: grid;
	inset: 0;
	place-items: center;
	position: fixed;
	z-index: 2147483000;
}

body.admin-bar .pp-shorts-player {
	top: 32px;
}

.pp-shorts-player__backdrop {
	inset: 0;
	position: absolute;
	z-index: 0;
}

.pp-shorts-player__dialog {
	display: grid;
	height: 100%;
	place-items: stretch;
	position: relative;
	width: 100%;
	z-index: 1;
}

.pp-shorts-player__rail {
	background: #030508;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	height: 100vh;
	height: 100svh;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior-y: contain;
	position: relative;
	scroll-snap-type: y mandatory;
	scrollbar-width: none;
	width: 100%;
}

body.admin-bar .pp-shorts-player__rail {
	height: calc(100vh - 32px);
	height: calc(100svh - 32px);
}

.pp-shorts-player__rail::-webkit-scrollbar {
	display: none;
}

.pp-shorts-player__rail:focus {
	outline: 3px solid rgba(255, 144, 0, 0.42);
	outline-offset: 6px;
}

.pp-shorts-player__close,
.pp-shorts-player__nav {
	align-items: center;
	-webkit-backdrop-filter: blur(14px) saturate(1.1);
	backdrop-filter: blur(14px) saturate(1.1);
	background: rgba(6, 12, 20, 0.72);
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 50%;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
	color: #fff;
	cursor: pointer;
	display: grid;
	height: 52px;
	justify-content: center;
	padding: 0;
	position: absolute;
	transition: background-color 150ms ease, border-color 150ms ease, opacity 150ms ease, transform 150ms ease;
	width: 52px;
	z-index: 5;
}

.pp-shorts-player__close:hover,
.pp-shorts-player__close:focus-visible,
.pp-shorts-player__nav:hover:not(:disabled),
.pp-shorts-player__nav:focus-visible:not(:disabled) {
	background: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.42);
	outline: none;
	transform: translateY(-1px);
}

.pp-shorts-player__close {
	right: max(18px, env(safe-area-inset-right));
	font-size: 0;
	top: max(18px, env(safe-area-inset-top));
}

body.admin-bar .pp-shorts-player__close {
	top: max(18px, env(safe-area-inset-top));
}

.pp-shorts-player__close::before,
.pp-shorts-player__close::after {
	background: currentColor;
	border-radius: 999px;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 22px;
}

.pp-shorts-player__close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.pp-shorts-player__close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.pp-shorts-player__nav {
	right: calc(50% - 292px);
}

.pp-shorts-player__nav:disabled {
	cursor: default;
	opacity: 0.3;
}

.pp-shorts-player__nav span {
	border-bottom: 3px solid currentColor;
	border-right: 3px solid currentColor;
	display: block;
	height: 13px;
	width: 13px;
}

.pp-shorts-player__nav--prev {
	top: calc(50% - 56px);
}

.pp-shorts-player__nav--prev span {
	transform: translateY(3px) rotate(225deg);
}

.pp-shorts-player__nav--next {
	top: calc(50% + 8px);
}

.pp-shorts-player__nav--next span {
	transform: translateY(-3px) rotate(45deg);
}

.pp-short-slide {
	background: linear-gradient(145deg, #27313c 0%, #0f151d 54%, #ff9000 100%);
	color: #fff;
	display: grid;
	height: 100%;
	isolation: isolate;
	min-height: 100%;
	overflow: hidden;
	position: relative;
	scroll-snap-align: start;
	scroll-snap-stop: always;
}

.pp-short-slide__media,
.pp-short-slide__video,
.pp-short-slide__poster {
	inset: 0;
	position: absolute;
}

.pp-short-slide__media {
	background:
		linear-gradient(180deg, rgba(10, 20, 30, 0.02) 0%, rgba(10, 20, 30, 0.14) 45%, rgba(10, 20, 30, 0.64) 100%),
		var(--pp-short-poster, #141d27);
	background-position: center;
	background-size: cover;
	z-index: 0;
}

.pp-short-slide__poster {
	background:
		linear-gradient(180deg, rgba(10, 20, 30, 0.04) 0%, rgba(10, 20, 30, 0.18) 44%, rgba(10, 20, 30, 0.74) 100%),
		var(--pp-short-poster, #141d27);
	background-position: center;
	background-size: cover;
	transition: opacity 180ms ease;
	z-index: 0;
}

.pp-short-slide__video {
	height: 100%;
	object-fit: contain;
	opacity: 0;
	transition: opacity 180ms ease;
	width: 100%;
	z-index: 1;
}

.pp-short-slide.is-playing .pp-short-slide__video,
.pp-short-slide.is-active.has-video-frame .pp-short-slide__video {
	opacity: 1;
}

.pp-short-slide.is-playing .pp-short-slide__poster,
.pp-short-slide.has-video-frame .pp-short-slide__poster {
	opacity: 0;
}

.pp-short-slide__shade {
	background:
		linear-gradient(180deg, rgba(5, 8, 13, 0.42) 0%, rgba(5, 8, 13, 0) 25%),
		linear-gradient(180deg, rgba(5, 8, 13, 0) 44%, rgba(5, 8, 13, 0.9) 100%);
	inset: 0;
	position: absolute;
	z-index: 1;
}

.pp-short-slide__top {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: space-between;
	left: max(16px, calc(50% - 199px));
	position: absolute;
	right: max(16px, calc(50% - 199px));
	top: 16px;
	z-index: 2;
}

.pp-short-slide__duration,
.pp-short-slide__position {
	background: rgba(9, 18, 30, 0.62);
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	padding: 6px 9px;
}

.pp-short-slide__position {
	color: rgba(255, 255, 255, 0.78);
}

.pp-short-slide__controls {
	bottom: 154px;
	display: grid;
	gap: 10px;
	position: absolute;
	right: max(14px, calc(50% - 201px));
	z-index: 3;
}

.pp-short-slide__control {
	align-items: center;
	background: rgba(9, 18, 30, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	display: grid;
	height: 44px;
	justify-content: center;
	padding: 0;
	transition: background-color 150ms ease, border-color 150ms ease, transform 150ms ease;
	width: 44px;
}

.pp-short-slide__control:hover,
.pp-short-slide__control:focus-visible {
	background: rgba(255, 255, 255, 0.18);
	border-color: rgba(255, 255, 255, 0.38);
	outline: none;
	transform: translateY(-1px);
}

.pp-short-slide__control span {
	display: block;
	height: 20px;
	position: relative;
	width: 20px;
}

.pp-short-slide__control--toggle span::before {
	border-bottom: 8px solid transparent;
	border-left: 12px solid currentColor;
	border-top: 8px solid transparent;
	content: "";
	left: 6px;
	position: absolute;
	top: 2px;
}

.pp-short-slide.is-playing .pp-short-slide__control--toggle span::before {
	background: currentColor;
	border: 0;
	border-radius: 1px;
	box-shadow: 8px 0 0 currentColor;
	height: 16px;
	left: 4px;
	top: 2px;
	width: 5px;
}

.pp-short-slide__control--mute span::before {
	background: currentColor;
	border: 0;
	border-radius: 2px;
	clip-path: polygon(0 35%, 34% 35%, 72% 8%, 72% 92%, 34% 65%, 0 65%);
	content: "";
	height: 16px;
	left: 0;
	position: absolute;
	top: 2px;
	width: 14px;
}

.pp-short-slide__control--mute span::after {
	background:
		linear-gradient(45deg, transparent 0 42%, currentColor 44% 56%, transparent 58%),
		linear-gradient(-45deg, transparent 0 42%, currentColor 44% 56%, transparent 58%);
	border: 0;
	border-radius: 0;
	content: "";
	height: 12px;
	left: 12px;
	position: absolute;
	top: 4px;
	transform: none;
	width: 12px;
}

.pp-short-slide__control--mute[aria-pressed="true"] span::after {
	background:
		radial-gradient(ellipse at 0 50%, transparent 0 34%, currentColor 36% 42%, transparent 44% 56%, currentColor 58% 64%, transparent 66%);
	border: 0;
	border-radius: 0;
	height: 22px;
	left: 10px;
	top: -1px;
	transform: none;
	width: 13px;
}

.pp-short-slide__body {
	align-self: end;
	display: grid;
	gap: 8px;
	left: 50%;
	max-width: min(430px, calc(100vw - 32px));
	padding: 0 76px max(24px, env(safe-area-inset-bottom)) 22px;
	position: relative;
	transform: translateX(-50%);
	width: 100%;
	z-index: 2;
}

.pp-short-slide__kicker {
	color: #ffb547;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0;
}

.pp-short-slide__body h3 {
	color: #fff;
	font-size: 27px;
	font-weight: 900;
	line-height: 1.08;
	margin: 0;
	overflow-wrap: anywhere;
	padding: 0;
}

.pp-short-slide__body p:not(.pp-short-slide__kicker) {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	color: rgba(255, 255, 255, 0.8);
	display: -webkit-box;
	font-size: 14px;
	line-height: 1.42;
	margin: 0;
	overflow: hidden;
}

.pp-short-slide__cta,
.entry-content a.pp-short-slide__cta {
	border-radius: 999px;
	font-size: 14px;
	justify-self: start;
	margin-top: 4px;
	max-width: 100%;
	min-height: 42px;
	padding: 11px 15px;
	position: relative;
	z-index: 4;
}

@media (max-width: 980px) {
	.pp-shorts {
		padding: 48px 0 54px;
	}

	.pp-shorts h2 {
		font-size: 34px;
	}

	.pp-shorts__head {
		align-items: flex-start;
		flex-direction: column;
		gap: 14px;
	}

	.pp-shorts__hint {
		min-height: 34px;
	}

	.pp-shorts__preview {
		padding: 0;
	}

	.pp-shorts__rail {
		gap: 14px;
		grid-auto-columns: minmax(154px, 32vw);
		padding-right: 16px;
	}

	.pp-shorts__rail-nav {
		display: none;
	}

	.pp-shorts-player__nav {
		right: 24px;
	}
}

@media (max-width: 640px) {
	.pp-shorts {
		padding: 34px 0 38px;
	}

	.pp-shorts__shell {
		gap: 18px;
		width: min(100% - 24px, 1180px);
	}

	.pp-shorts__head {
		gap: 10px;
	}

	.pp-shorts h2 {
		font-size: 28px;
	}

	.pp-shorts .pp-section__intro {
		display: none;
	}

	.pp-shorts__hint {
		font-size: 12px;
		min-height: 32px;
		padding: 0 12px;
	}

	.pp-shorts__rail {
		gap: 12px;
		grid-auto-columns: minmax(146px, 46vw);
		padding: 2px 12px 12px 0;
		scroll-snap-type: none;
	}

	.pp-short-preview {
		scroll-snap-align: none;
		scroll-snap-stop: normal;
	}

	.pp-short-preview__body {
		padding: 0 10px 11px;
	}

	.pp-short-preview strong {
		font-size: 14px;
		-webkit-line-clamp: 3;
	}

	.pp-shorts-player {
		background: #030508;
	}

	body.admin-bar .pp-shorts-player {
		top: 0;
	}

	.pp-shorts-player__dialog,
	.pp-shorts-player__rail {
		border: 0;
		border-radius: 0;
		box-shadow: none;
		height: 100vh;
		height: 100svh;
		width: 100%;
	}

	body.admin-bar .pp-shorts-player__rail {
		height: 100vh;
		height: 100svh;
	}

	.pp-shorts-player__rail:focus {
		outline: none;
	}

	.pp-shorts-player__close {
		background: rgba(9, 18, 30, 0.58);
		height: 44px;
		right: max(12px, env(safe-area-inset-right));
		top: max(12px, env(safe-area-inset-top));
		width: 44px;
	}

	.pp-shorts-player__nav {
		display: none;
	}

	.pp-short-slide__video {
		object-fit: cover;
	}

	.pp-short-slide__top {
		left: 14px;
		right: 66px;
		top: max(14px, env(safe-area-inset-top));
	}

	.pp-short-slide__duration,
	.pp-short-slide__position {
		font-size: 12px;
		padding: 6px 8px;
	}

	.pp-short-slide__controls {
		bottom: 148px;
		right: 12px;
	}

	.pp-short-slide__body {
		padding: 0 70px max(20px, env(safe-area-inset-bottom)) 18px;
	}

	.pp-short-slide__body h3 {
		font-size: 24px;
	}

	.pp-short-slide__body p:not(.pp-short-slide__kicker) {
		-webkit-line-clamp: 2;
		font-size: 13px;
	}

	.pp-short-slide__cta,
	.entry-content a.pp-short-slide__cta {
		font-size: 13px;
		min-height: 40px;
		padding: 10px 14px;
	}
}
