:root {
	--phpld-bg: #f3f7fb;
	--phpld-panel: #ffffff;
	--phpld-panel-soft: #f8fbff;
	--phpld-ink: #102033;
	--phpld-muted: #5d6e82;
	--phpld-link: #095f9f;
	--phpld-primary: #0b68a8;
	--phpld-primary-dark: #064c7d;
	--phpld-sky: #d8ebff;
	--phpld-line: #d7e3ef;
	--phpld-warm: #f8c24e;
	--phpld-shadow: 0 18px 40px rgba(16, 43, 72, 0.12);
	--phpld-radius: 8px;
	--phpld-font: "Inter", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

html {
	background: var(--phpld-bg);
	overflow-x: hidden;
}

body {
	background: linear-gradient(180deg, #edf5ff 0, var(--phpld-bg) 240px) !important;
	color: var(--phpld-ink) !important;
	font-family: var(--phpld-font) !important;
	font-size: 16px !important;
	line-height: 1.6 !important;
	max-width: 100%;
	overflow-x: hidden;
}

body,
table.my,
.content,
.nice_box_middle,
.nice_box_middle_div,
.bottomtext,
td,
th,
p,
li {
	font-family: var(--phpld-font) !important;
}

a,
a:link,
a:visited,
p a:link,
p a:active,
p a:visited,
p.content a:link,
p.content a:active,
p.content a:visited {
	color: var(--phpld-link) !important;
	font-family: var(--phpld-font) !important;
	font-size: inherit !important;
	font-weight: 700;
	text-decoration: none !important;
}

a:hover {
	color: var(--phpld-primary-dark) !important;
	text-decoration: underline !important;
}

.header_table {
	background: transparent !important;
}

#topspan {
	display: none !important;
}

td[height="70"][style*="headerbg"] {
	background: linear-gradient(135deg, #f7fbff 0, #cbe0f6 52%, #73a3d7 100%) !important;
	border-bottom: 4px solid var(--phpld-primary-dark);
	box-shadow: 0 8px 22px rgba(9, 78, 132, 0.16);
	height: 84px !important;
	position: relative;
}

#logo {
	left: 22px !important;
	margin-top: -4px !important;
	max-height: 58px;
	width: auto;
}

#topBarMenu {
	left: 320px !important;
	top: 39px !important;
}

table.menu {
	border-collapse: separate !important;
	border-spacing: 6px 0 !important;
}

td.ml,
td.mr,
td.s_ml,
td.s_mr {
	display: none !important;
}

td.menu,
td.s_menu {
	background: rgba(255, 255, 255, 0.34) !important;
	border: 1px solid rgba(255, 255, 255, 0.44);
	border-radius: 6px 6px 0 0;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
	font-size: 13px !important;
	height: 32px !important;
	padding: 0 !important;
	transition: background 160ms ease, transform 160ms ease;
}

td.menu:hover,
td.s_menu {
	background: rgba(255, 255, 255, 0.54) !important;
	transform: translateY(-1px);
}

td.menu a,
td.s_menu a {
	color: #083250 !important;
	display: block;
	font-size: 13px !important;
	font-weight: 800;
	line-height: 32px;
	min-width: 82px;
	padding: 0 14px;
	text-shadow: none;
}

td[height="23"][style*="hbar"] {
	background: linear-gradient(90deg, var(--phpld-primary-dark), var(--phpld-primary)) !important;
}

body > table,
.header_table,
table.my,
#outer {
	max-width: 100% !important;
}

table.my {
	color: var(--phpld-ink) !important;
	font-size: 16px !important;
	line-height: 1.7 !important;
}

.nice_box {
	background: var(--phpld-panel) !important;
	border: 1px solid var(--phpld-line);
	border-radius: var(--phpld-radius);
	box-shadow: 0 8px 24px rgba(17, 54, 91, 0.08);
	overflow: hidden;
}

.nice_box_top {
	background: linear-gradient(180deg, #ffffff, #f4f8fc) !important;
	border-bottom: 1px solid var(--phpld-line);
	height: auto !important;
	margin: 0 !important;
	padding: 14px 20px !important;
}

.nice_box_top_l,
.nice_box_top_r,
.nice_box_bottom_l,
.nice_box_bottom_r {
	display: none !important;
}

.nice_box_top h2 {
	color: var(--phpld-primary-dark) !important;
	float: none !important;
	font-family: var(--phpld-font) !important;
	font-size: 22px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
	margin: 0 !important;
}

.nice_box_top h2 a {
	color: var(--phpld-primary-dark) !important;
	font-size: inherit !important;
}

.nice_box_middle,
.nice_box_middle_l,
.nice_box_middle_r,
.nice_box_middle_div {
	background: var(--phpld-panel) !important;
	margin: 0 !important;
}

.nice_box_middle_div,
.phpld-page-content {
	color: var(--phpld-ink) !important;
	font-size: 16px !important;
	line-height: 1.72 !important;
	padding: 28px 32px !important;
}

.phpld-page-content p,
.nice_box_middle_div p {
	color: var(--phpld-ink);
	font-size: 16px !important;
	line-height: 1.72 !important;
	margin: 0 0 16px !important;
}

.phpld-page-content h1,
.phpld-page-content h2,
.phpld-page-content h3,
.nice_box_middle h1,
.nice_box_middle h2,
.nice_box_middle h3 {
	color: var(--phpld-ink) !important;
	font-family: var(--phpld-font) !important;
	letter-spacing: 0;
	line-height: 1.18 !important;
}

.phpld-page-content h1,
.nice_box_middle h1 {
	font-size: clamp(32px, 4vw, 48px) !important;
	font-weight: 850 !important;
	margin: 0 0 14px !important;
}

.phpld-page-content h2,
.nice_box_middle h2 {
	font-size: 26px !important;
	font-weight: 800 !important;
	margin: 28px 0 10px !important;
}

.phpld-page-content h3,
.nice_box_middle h3 {
	font-size: 19px !important;
	font-weight: 800 !important;
	margin: 0 0 8px !important;
}

.phpld-hero {
	background:
		radial-gradient(circle at 10% 10%, rgba(248, 194, 78, 0.24), transparent 32%),
		linear-gradient(135deg, #f7fbff 0, #e6f2ff 58%, #ffffff 100%) !important;
	border: 1px solid #c8dff6 !important;
	border-radius: 10px !important;
	box-shadow: var(--phpld-shadow) !important;
	margin: 0 0 26px !important;
	padding: 34px !important;
}

.phpld-hero p {
	color: var(--phpld-muted) !important;
	max-width: 900px;
}

.phpld-kicker {
	color: var(--phpld-primary) !important;
	font-size: 12px !important;
	font-weight: 850 !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase;
}

.phpld-grid,
.phpld-auth-grid {
	display: grid !important;
	gap: 20px !important;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
	margin: 24px 0 !important;
}

.phpld-card,
.phpld-form-card,
.phpld-download-ready,
.phpld-download-locked,
.phpld-account-panel,
.phpld-support-form {
	background: var(--phpld-panel) !important;
	border: 1px solid var(--phpld-line) !important;
	border-radius: 10px !important;
	box-shadow: 0 12px 28px rgba(17, 54, 91, 0.09) !important;
}

.phpld-card,
.phpld-form-card,
.phpld-download-ready,
.phpld-download-locked,
.phpld-account-panel {
	padding: 24px !important;
}

.phpld-form-card {
	display: flex !important;
	flex-direction: column !important;
	gap: 14px !important;
}

.phpld-form-card h2 {
	color: var(--phpld-ink) !important;
	font-size: 24px !important;
	margin: 0 !important;
}

.phpld-form-card p {
	color: var(--phpld-muted) !important;
	margin: 0 0 4px !important;
}

.phpld-form-card label,
.phpld-support-form label {
	color: var(--phpld-ink) !important;
	display: flex !important;
	flex-direction: column !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	gap: 7px !important;
	margin: 0 !important;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="search"],
select,
textarea,
.text,
.large_text,
.inputbox {
	appearance: none;
	background: #fbfdff !important;
	border: 1px solid #b8cce1 !important;
	border-radius: 7px !important;
	box-shadow: inset 0 1px 2px rgba(16, 43, 72, 0.05) !important;
	box-sizing: border-box !important;
	color: var(--phpld-ink) !important;
	font-family: var(--phpld-font) !important;
	font-size: 16px !important;
	line-height: 1.4 !important;
	min-height: 44px !important;
	padding: 10px 12px !important;
	transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
	width: 100% !important;
}

textarea {
	min-height: 150px !important;
	resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
	background: #ffffff !important;
	border-color: var(--phpld-primary) !important;
	box-shadow: 0 0 0 4px rgba(11, 104, 168, 0.14) !important;
	outline: none !important;
}

button,
input[type="submit"],
input[type="button"],
.button,
.phpld-button,
.phpld-button:link,
.phpld-button:visited {
	background: linear-gradient(180deg, #1479bd, var(--phpld-primary-dark)) !important;
	border: 1px solid var(--phpld-primary-dark) !important;
	border-radius: 7px !important;
	box-shadow: 0 8px 18px rgba(9, 78, 132, 0.22) !important;
	box-sizing: border-box;
	color: #ffffff !important;
	cursor: pointer;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	font-family: var(--phpld-font) !important;
	font-size: 14px !important;
	font-weight: 850 !important;
	line-height: 1 !important;
	min-height: 42px !important;
	padding: 11px 16px !important;
	text-decoration: none !important;
	width: auto !important;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.button:hover,
.phpld-button:hover {
	filter: brightness(1.04);
	text-decoration: none !important;
}

.phpld-button.secondary,
.phpld-button.secondary:link,
.phpld-button.secondary:visited {
	background: #ffffff !important;
	border-color: #b8cce1 !important;
	box-shadow: 0 6px 16px rgba(17, 54, 91, 0.08) !important;
	color: var(--phpld-primary-dark) !important;
}

.phpld-button.ghost,
.phpld-button.ghost:link,
.phpld-button.ghost:visited {
	background: transparent !important;
	border-color: #b8cce1 !important;
	box-shadow: none !important;
	color: var(--phpld-primary-dark) !important;
}

.phpld-support-form {
	display: grid !important;
	gap: 16px 18px !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	padding: 22px !important;
}

.phpld-support-form .wide,
.phpld-support-form button {
	grid-column: 1 / -1 !important;
}

.phpld-actions {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 12px !important;
	margin-top: 20px !important;
}

.phpld-actions br,
.phpld-release-pills br {
	display: none !important;
}

.phpld-price {
	color: var(--phpld-primary-dark) !important;
	font-size: 32px !important;
	font-weight: 850 !important;
	line-height: 1 !important;
}

.phpld-plan.featured {
	border-color: #93bfe7 !important;
	position: relative;
}

#right_column .nice_box {
	box-shadow: none;
}

#right_column .nice_box_top {
	padding: 12px 14px !important;
}

#right_column .nice_box_top h2 {
	font-size: 20px !important;
}

#right_column .nice_box_middle_div {
	font-size: 14px !important;
	padding: 16px !important;
}

.srpw-block li,
#right_column li {
	border-bottom: 1px solid #e8eef5;
	padding-bottom: 10px;
}

.footer td {
	background: #0d2f4f !important;
	color: #d8e8f7 !important;
}

#outer {
	background: #0d2f4f !important;
}

.phpld-front-page {
	border: 0 !important;
	box-shadow: none !important;
	overflow: visible !important;
}

.phpld-front-page .nice_box_middle,
.phpld-front-page .nice_box_middle_div {
	background: transparent !important;
	padding: 0 !important;
}

.phpld-home {
	color: var(--phpld-ink);
}

.phpld-home-hero {
	align-items: center;
	background:
		radial-gradient(circle at 10% 20%, rgba(248, 194, 78, 0.28), transparent 26%),
		linear-gradient(135deg, #f7fbff 0, #e7f3ff 48%, #ffffff 100%);
	border: 1px solid #c7ddf2;
	border-radius: 12px;
	box-shadow: var(--phpld-shadow);
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.98fr);
	margin: 0 0 24px;
	min-height: 500px;
	overflow: hidden;
	padding: 46px;
}

.phpld-home-copy h1 {
	color: var(--phpld-ink) !important;
	font-size: clamp(42px, 5vw, 70px) !important;
	font-weight: 900 !important;
	line-height: 0.98 !important;
	margin: 0 0 20px !important;
	max-width: 780px;
}

.phpld-home-lede {
	color: var(--phpld-muted) !important;
	font-size: 19px !important;
	line-height: 1.65 !important;
	max-width: 760px;
}

.phpld-release-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.phpld-release-pills span {
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid #c9dff4;
	border-radius: 999px;
	color: var(--phpld-primary-dark);
	font-size: 13px;
	font-weight: 800;
	padding: 7px 11px;
}

.phpld-hero-art {
	align-self: stretch;
	display: flex;
	justify-content: center;
	min-height: 410px;
	position: relative;
}

.phpld-hero-art::before {
	background:
		radial-gradient(circle, rgba(248, 194, 78, 0.34), transparent 58%),
		radial-gradient(circle, rgba(11, 104, 168, 0.16), transparent 60%);
	border-radius: 50%;
	content: "";
	height: 86%;
	position: absolute;
	right: -8%;
	top: 5%;
	width: 86%;
}

.phpld-hero-art img {
	align-self: center;
	display: block;
	filter: drop-shadow(0 24px 42px rgba(8, 35, 60, 0.22));
	height: auto;
	max-height: 520px;
	max-width: min(100%, 660px);
	position: relative;
	width: 100%;
}

.phpld-home-band,
.phpld-home-cta {
	background: #0d2f4f;
	border-radius: 10px;
	box-shadow: 0 14px 30px rgba(13, 47, 79, 0.16);
	color: #e9f4ff;
	margin: 24px 0;
	padding: 22px 26px;
}

.phpld-home-band p,
.phpld-home-cta p {
	color: #d8e8f7 !important;
	font-size: 18px !important;
	margin: 0 !important;
}

.phpld-home-features .phpld-card {
	min-height: 180px;
}

.phpld-demo-hero {
	margin-top: 8px;
}

.phpld-demo-hero h1 {
	overflow-wrap: anywhere;
}

.phpld-demo-highlights {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 24px 0;
}

.phpld-demo-highlights div {
	background: #ffffff;
	border: 1px solid var(--phpld-line);
	border-radius: 10px;
	box-shadow: 0 10px 24px rgba(17, 54, 91, 0.07);
	padding: 18px;
}

.phpld-demo-highlights strong {
	color: var(--phpld-primary-dark);
	display: block;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.15;
	margin-bottom: 5px;
}

.phpld-demo-highlights span {
	color: var(--phpld-muted);
	display: block;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.35;
}

.phpld-demo-grid {
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
}

.phpld-demo-card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	padding: 0 !important;
}

.phpld-demo-thumb {
	background: #dcebf8;
	display: block;
	overflow: hidden;
}

.phpld-demo-card img {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	object-fit: cover;
	object-position: top center;
	width: 100%;
}

.phpld-demo-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px;
}

.phpld-demo-card h2 {
	font-size: 25px !important;
	margin: 0 0 10px !important;
}

.phpld-demo-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px;
}

.phpld-demo-meta span {
	background: #eef6ff;
	border: 1px solid #d5e6f6;
	border-radius: 999px;
	color: var(--phpld-primary-dark);
	font-size: 12px;
	font-weight: 800;
	padding: 6px 10px;
}

.phpld-demo-card .phpld-actions {
	margin-top: auto !important;
	padding-top: 8px;
}

.phpld-demo-detail-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 28px 0;
}

.phpld-demo-detail {
	background: #ffffff;
	border: 1px solid var(--phpld-line);
	border-radius: 10px;
	box-shadow: 0 12px 28px rgba(17, 54, 91, 0.08);
	padding: 28px;
	scroll-margin-top: 24px;
}

.phpld-demo-detail h2 {
	font-size: 28px !important;
	line-height: 1.12 !important;
	margin: 0 0 12px !important;
}

.phpld-demo-detail dl {
	border-top: 1px solid var(--phpld-line);
	margin: 20px 0 0;
	padding-top: 12px;
}

.phpld-demo-detail dt {
	color: var(--phpld-primary-dark);
	font-size: 12px;
	font-weight: 900;
	letter-spacing: 0.04em;
	margin-top: 12px;
	text-transform: uppercase;
}

.phpld-demo-detail dd {
	color: var(--phpld-muted);
	line-height: 1.6;
	margin: 5px 0 0;
}

body:has(.phpld-demo-page) #right_column {
	display: none !important;
}

body:has(.phpld-demo-page) td:has(> #right_column) {
	display: none !important;
}

body:has(.phpld-demo-page) #left_column {
	box-sizing: border-box !important;
	max-width: 100% !important;
	width: 100% !important;
}

body:has(.phpld-demo-page) td:has(> #left_column) {
	box-sizing: border-box !important;
	display: table-cell !important;
	width: 100% !important;
}

.phpld-home-split {
	align-items: stretch;
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
	margin: 28px 0;
}

.phpld-home-split > div,
.phpld-roadmap-card,
.phpld-home-cta {
	border: 1px solid var(--phpld-line);
	border-radius: 10px;
	box-shadow: 0 12px 28px rgba(17, 54, 91, 0.08);
	padding: 28px;
}

.phpld-home-split > div:first-child,
.phpld-roadmap-card {
	background: #ffffff;
}

.phpld-home-split h2,
.phpld-home-cta h2 {
	font-size: clamp(28px, 3vw, 42px) !important;
	font-weight: 900 !important;
	margin: 0 0 14px !important;
}

.phpld-roadmap-card ul {
	margin: 0;
	padding-left: 20px;
}

.phpld-roadmap-card li {
	margin-bottom: 9px;
}

.phpld-home-cta {
	background:
		linear-gradient(135deg, rgba(13, 47, 79, 0.94), rgba(9, 95, 159, 0.94)),
		#0d2f4f;
}

.phpld-home-cta h2,
.phpld-home-cta .phpld-kicker {
	color: #ffffff !important;
}

@media only screen and (max-width: 1200px) {
	#topBarMenu {
		left: 18px !important;
		top: 76px !important;
	}

	td[height="70"][style*="headerbg"] {
		height: 158px !important;
	}
}

@media only screen and (max-width: 980px) {
	.phpld-home-hero,
	.phpld-home-split {
		grid-template-columns: 1fr;
	}

	.phpld-demo-highlights,
	.phpld-demo-detail-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.phpld-hero-art {
		min-height: 320px;
	}
}

@media only screen and (max-width: 768px) {
	html,
	body {
		width: 100% !important;
	}

	body {
		font-size: 15px !important;
		overscroll-behavior-x: none;
	}

	body > table,
	body > table > tbody,
	body > table > tbody > tr,
	body > table > tbody > tr > td,
	.header_table,
	.header_table > tbody,
	.header_table > tbody > tr,
	.header_table > tbody > tr > td {
		box-sizing: border-box !important;
		max-width: 100vw !important;
		width: 100% !important;
	}

	td[height="70"][style*="headerbg"] {
		border-bottom: 0 !important;
		height: auto !important;
		min-height: 182px !important;
		overflow: hidden !important;
		padding: 0 16px 23px !important;
	}

	#logospan {
		display: block !important;
		min-height: 0 !important;
		position: static !important;
		width: 100% !important;
	}

	#logo {
		display: block !important;
		left: auto !important;
		margin: 0 auto !important;
		max-width: min(310px, calc(100vw - 52px)) !important;
		position: relative !important;
		top: auto !important;
		width: auto !important;
	}

	#topBarMenu {
		display: block !important;
		left: auto !important;
		margin: 12px auto 0 !important;
		max-width: 100% !important;
		position: relative !important;
		top: auto !important;
		width: 100% !important;
	}

	table.menu,
	table.menu tbody,
	table.menu tr {
		display: flex !important;
		flex-wrap: wrap !important;
		gap: 4px !important;
		justify-content: center !important;
		max-width: 100% !important;
		width: 100% !important;
	}

	table.menu {
		border-spacing: 0 !important;
	}

	table.menu tr {
		margin: 0 !important;
	}

	td.menu,
	td.s_menu {
		box-sizing: border-box !important;
		display: block !important;
		flex: 1 1 calc(33.333% - 4px) !important;
		height: 34px !important;
		margin: 0 !important;
		max-width: calc(33.333% - 4px) !important;
		min-width: 0 !important;
	}

	td.menu a,
	td.s_menu a {
		box-sizing: border-box !important;
		font-size: 13px !important;
		line-height: 32px !important;
		min-width: 0 !important;
		overflow: hidden;
		padding: 0 4px !important;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100% !important;
	}

	td[height="70"][style*="headerbg"] > div[style*="top: 42px"] {
		bottom: 0 !important;
		height: 23px !important;
		left: 0 !important;
		position: absolute !important;
		top: auto !important;
		width: 100% !important;
		z-index: 1 !important;
	}

	td[height="70"][style*="headerbg"] > div[style*="top: 42px"] table,
	td[height="70"][style*="headerbg"] > div[style*="top: 42px"] tbody,
	td[height="70"][style*="headerbg"] > div[style*="top: 42px"] tr,
	td[height="70"][style*="headerbg"] > div[style*="top: 42px"] td {
		display: block !important;
		height: 23px !important;
		width: 100% !important;
	}

	.nice_box_middle_div,
	.phpld-page-content {
		padding: 20px !important;
	}

	.phpld-hero {
		padding: 22px !important;
	}

	.phpld-support-form {
		grid-template-columns: 1fr !important;
	}

	.phpld-account-panel {
		align-items: flex-start !important;
		flex-direction: column !important;
	}

	td.menu,
	td.s_menu {
		border-radius: 6px !important;
	}

	.phpld-home-hero {
		box-sizing: border-box;
		min-height: 0;
		padding: 24px;
		width: 100%;
	}

	.phpld-hero-art {
		min-height: 260px;
	}

	.phpld-home-copy h1 {
		font-size: 31px !important;
		line-height: 1.12 !important;
		overflow-wrap: anywhere;
	}

	.phpld-home-lede {
		font-size: 16px !important;
		line-height: 1.55 !important;
	}

	.phpld-grid,
	.phpld-auth-grid {
		box-sizing: border-box !important;
		grid-template-columns: 1fr !important;
		max-width: 100% !important;
		width: 100% !important;
	}

	.phpld-demo-highlights,
	.phpld-demo-detail-grid {
		grid-template-columns: 1fr;
	}

	.phpld-demo-page {
		box-sizing: border-box;
		max-width: 100vw;
		overflow-x: hidden;
		width: 100%;
	}

	.nice_box_middle_div,
	.phpld-page-content {
		box-sizing: border-box !important;
		padding-left: 18px !important;
		padding-right: 18px !important;
		width: 100% !important;
	}

	.phpld-demo-page *,
	.phpld-demo-page *::before,
	.phpld-demo-page *::after {
		box-sizing: border-box;
	}

	.phpld-demo-page > section {
		margin-left: 0 !important;
		margin-right: 0 !important;
		max-width: calc(100vw - 54px) !important;
		width: 100% !important;
	}

	.phpld-demo-page h1,
	.phpld-demo-hero h1 {
		font-size: 28px !important;
		line-height: 1.12 !important;
		max-width: 100%;
		overflow-wrap: anywhere;
		word-break: normal;
	}

	.phpld-demo-card-body,
	.phpld-demo-detail {
		padding: 20px;
	}

	.phpld-home-split {
		box-sizing: border-box !important;
		max-width: 100% !important;
		width: 100% !important;
	}

	.phpld-home-split > div,
	.phpld-roadmap-card,
	.phpld-home-cta,
	.phpld-card,
	.phpld-form-card,
	.phpld-download-ready,
	.phpld-download-locked,
	.phpld-account-panel {
		box-sizing: border-box !important;
		max-width: 100% !important;
	}

	#outer,
	#outer tbody,
	#outer tr,
	#outer td,
	tr.footer,
	tr.footer td {
		box-sizing: border-box !important;
		display: block !important;
		width: 100% !important;
	}

	.footer td {
		padding: 10px 14px !important;
		text-align: center !important;
	}

	.footer td:first-child {
		background: #e8eef5 !important;
		line-height: 0 !important;
		padding: 12px 14px 8px !important;
	}

	.footer img {
		display: block !important;
		height: auto !important;
		margin: 0 auto !important;
		max-width: 165px !important;
		width: 100% !important;
	}

	.footer td:last-child {
		background: #0d2f4f !important;
		padding: 12px 14px !important;
	}

	.bottomtext {
		color: #d8e8f7 !important;
		display: block !important;
		font-size: 11px !important;
		line-height: 1.45 !important;
		white-space: normal !important;
	}
}

@media only screen and (max-width: 480px) {
	td.menu,
	td.s_menu {
		flex-basis: calc(50% - 4px) !important;
		max-width: calc(50% - 4px) !important;
	}

	.phpld-demo-page > section {
		max-width: calc(100vw - 72px) !important;
	}
}
