.advertisement-page {
	--ad-blue: #00277f;
	--ad-blue-2: #053da3;
	--ad-gold: #d99a00;
	--ad-light: #f3f7ff;
	--ad-line: #b8cde9;
	background: #fff;
	color: var(--ad-blue);
	display: flex;
	flex-direction: column;
	gap: 7rem;
	letter-spacing: 0;
}

body:has(.advertisement-page),
.section.page:has(.advertisement-page) {
	background: #fff;
}

.advertisement-page * {
	letter-spacing: 0;
}

.advertisement-page p,
.advertisement-page li,
.advertisement-page td,
.advertisement-page th {
	color: #111;
	font-size: 1rem;
	line-height: 1.8;
}

.ad-section {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.ad-heading {
	text-align: center;
}

.ad-heading h3 {
	align-items: center;
	color: var(--ad-blue);
	display: flex;
	font-size: 2.75rem;
	font-weight: 900;
	gap: 2rem;
	justify-content: center;
	line-height: 1.25;
}

.ad-heading h3::before,
.ad-heading h3::after {
	background: currentColor;
	content: "";
	display: block;
	height: 2px;
	width: 6rem;
}

.ad-heading p {
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: .75rem;
}

.ad-statement {
	align-items: stretch;
	border: 1px solid var(--ad-blue);
	border-radius: 5px;
	display: grid;
	grid-template-columns: 9.5rem 1fr;
	overflow: hidden;
}

.ad-statement span {
	align-items: center;
	background: var(--ad-blue);
	color: #fff;
	display: flex;
	font-size: 1.7rem;
	font-weight: 900;
	justify-content: center;
}

.ad-statement p {
	color: var(--ad-blue);
	font-size: 1.35rem;
	font-weight: 900;
	padding: 1.1rem 1.5rem;
}

.ad-statement strong,
.ad-heading--reasons strong {
	color: var(--ad-gold);
}

.ad-labeled-box {
	border: 1px solid var(--ad-line);
	border-radius: 6px;
	padding: 2rem 1.5rem 1.5rem;
	position: relative;
}

.ad-labeled-box h4 {
	background: var(--ad-blue);
	border-radius: 4px;
	color: #fff;
	font-size: 1rem;
	font-weight: 900;
	left: 0;
	line-height: 1;
	padding: .65rem 1rem;
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	line-height: 1.25rem;
	text-align: center;
}

.ad-feature-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.5rem;
}

/* .ad-feature-grid article {
    padding: 0 1.5rem;
} */

.ad-feature-grid article:not(:last-child) {
	border-right: 1px solid var(--ad-line);
	padding-right: 1.5rem;
}

.ad-feature-grid span,
.ad-flow span,
.ad-worry-grid span,
.ad-reason-grid span {
	align-items: center;
	background: var(--ad-blue);
	border-radius: 4px;
	color: #fff;
	display: inline-flex;
	font-size: 1.25rem;
	font-weight: 900;
	height: 2.2rem;
	justify-content: center;
	line-height: 1;
	width: 2.2rem;
}

.ad-feature-icon {
	display: none;
}

.ad-feature-grid h5 {
	color: var(--ad-blue);
	display: inline-block;
	font-size: 1.15rem;
	font-weight: 900;
	line-height: 1.5;
	vertical-align: middle;
}

.ad-feature-grid p {
	font-size: .9rem;
	font-weight: 700;
}

.ad-media ul {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	list-style: none;
	padding: 0;
	text-align: center;
	gap: 1rem;
}

/* .ad-media li {
    padding: 0 1rem;
} */

.ad-media li:not(:last-child) {
	border-right: 1px solid var(--ad-line);
	padding-right: 1rem;
}

.ad-media strong {
	color: var(--ad-blue);
	display: block;
	font-size: 1.15rem;
	font-weight: 900;
	line-height: 1.5;
}

.ad-media span {
	display: block;
	font-size: .85rem;
	font-weight: 700;
	line-height: 1.5;
}

.ad-flow ol {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	list-style: none;
	padding: 0;
}

.ad-flow li {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto 1fr;
	row-gap: 1rem;
	column-gap: .75rem;
}

.ad-flow li:not(:last-child)::after {
	border-bottom: .55rem solid transparent;
	border-left: .75rem solid #4b8bd8;
	border-top: .55rem solid transparent;
	content: "";
	position: absolute;
	right: -24px;
	top: 50%;
	transform: scaleY(1.25) translate(-50%, -50%);
}

.ad-flow strong {
	color: var(--ad-blue);
	display: block;
	font-size: .85rem;
	font-weight: 900;
	/* margin-top: .35rem; */
}

.ad-flow p {
	font-size: .75rem;
	font-weight: 700;
	margin-top: .45rem;
	grid-column: span 2;
}

.ad-band {
	background: var(--ad-blue);
	color: #fff !important;
	font-size: 1.35rem !important;
	font-weight: 900;
	padding: 1rem;
	text-align: center;
}

/* .ad-worries {
    box-shadow: 0 4px 12px #0002;
    padding: 0 1rem 1rem;
} */

.ad-heading--worries h3 {
	background: linear-gradient(90deg, var(--ad-blue), var(--ad-blue-2));
	border-radius: 999px;
	color: #fff;
	font-size: 2rem;
	margin: 0 auto;
	max-width: 32rem;
	padding: .75rem 2rem;
}

.ad-heading--worries h3::before,
.ad-heading--worries h3::after {
	content: none;
}

.ad-heading--worries p {
	background: var(--ad-blue);
	border-radius: 999px;
	color: #fff;
	display: none;
	font-size: .8rem;
	margin: .75rem auto 0;
	max-width: 17rem;
	padding: .35rem 1rem;
}

.ad-worry-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ad-worry-grid article,
.ad-reason-grid article,
.ad-case-grid article,
.ad-faq-list article {
	background: #fff;
	border: 1px solid var(--ad-line);
	border-radius: 7px;
}

.ad-worry-grid article {
	padding: 1rem;
}

.ad-worry-grid span {
	font-size: 1.5rem;
	height: 3rem;
	width: 3rem;
}

.ad-worry-grid h4 {
	border-bottom: 1px solid var(--ad-line);
	color: #111;
	font-size: 1.16rem;
	font-weight: 900;
	line-height: 1.6;
	margin-top: .75rem;
	min-height: 5.5rem;
	padding-bottom: 1rem;
}

.ad-worry-grid h4 strong {
	color: var(--ad-blue);
}

.ad-worry-grid p {
	font-size: .9rem;
	font-weight: 700;
	margin-top: 1rem;
}

.ad-consult {
	background: linear-gradient(90deg, var(--ad-light), #f8fbff);
	border-radius: 6px;
	display: none;
	padding: 1.25rem;
	text-align: center;
}

.ad-consult p {
	color: var(--ad-blue);
	font-weight: 900;
}

.ad-consult a {
	align-items: center;
	background: linear-gradient(90deg, var(--ad-blue), var(--ad-blue-2));
	border-radius: 999px;
	color: #fff;
	display: flex;
	font-size: 1.1rem;
	font-weight: 900;
	height: 3.2rem;
	justify-content: center;
	margin: 1rem auto 0;
	max-width: 20rem;
	position: relative;
}

.ad-consult a::after {
	content: ">";
	position: absolute;
	right: 1.5rem;
}

.ad-heading--reasons h3 {
	font-size: 3.75rem;
}

.ad-heading--reasons h3::before,
.ad-heading--reasons h3::after {
	content: "\\\\";
	background: transparent;
	height: auto;
	width: auto;
}

.ad-heading--reasons h3::after {
	content: "//";
}

.ad-reason-grid {
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ad-reason-grid article {
	min-height: 17rem;
	padding: 2.5rem 1.5rem 1.5rem;
	position: relative;
	text-align: center;
}

.ad-reason-grid span {
	border-radius: 0;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	font-size: 1.6rem;
	height: 5.2rem;
	justify-content: flex-start;
	left: 0;
	padding: .75rem;
	position: absolute;
	top: 0;
	width: 5.2rem;
	align-items: start;
}

.ad-reason-grid h4 {
	border-bottom: 1px solid #9fb4d2;
	color: var(--ad-blue);
	font-size: 1.45rem;
	font-weight: 900;
	line-height: 1.55;
	padding-bottom: 1.2rem;
}

.ad-reason-grid p {
	font-size: .95rem;
	font-weight: 700;
	margin-top: 1.4rem;
}

.ad-result-summary {
	border: 1px solid var(--ad-blue);
	border-radius: 6px;
}

.ad-result-summary>div {
	align-items: stretch;
	/* display: grid;
    grid-template-columns: 9rem repeat(3, 1fr); */
	display: flex;
}

.ad-result-summary>span {
	background: var(--ad-blue);
	color: #fff;
	display: flex;
	justify-content: center;
	height: 3rem;
	align-items: center;
}

.ad-result-summary>div>div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1rem 1.5rem;
	text-align: center;
	flex: 1;
	gap: 0.5rem;
}

.ad-result-summary>div>div:not(:last-child) {
	border-right: 1px solid var(--ad-blue);
}

.ad-result-summary strong,
.ad-result-summary b {
	color: var(--ad-blue);
	font-weight: 900;
}

.ad-result-summary b {
	font-size: 1.5rem;
	line-height: 1.25;
}

.ad-result-summary small {
	font-size: .75rem;
	font-weight: 700;
}

.ad-note {
	font-size: .85rem !important;
	font-weight: 700;
	text-align: center;
}

.ad-case-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ad-case-grid article {
	padding: 1rem;
}

.ad-case-grid h4 {
	color: var(--ad-blue);
	display: flex;
	font-size: .95rem;
	font-weight: 900;
	gap: .75rem;
	line-height: 1.5;
}

.ad-case-grid h4 span,
.ad-case-point strong {
	background: var(--ad-blue);
	border-radius: 4px;
	color: #fff;
	flex: 0 0 auto;
	padding: .45rem .65rem;
}

.ad-case-result {
	color: var(--ad-blue) !important;
	font-weight: 900;
	margin: 1.5rem 0;
	text-align: center;
}

.ad-case-result strong,
.ad-case-grid td:last-child {
	color: #f00;
	font-size: 1.7rem;
	font-weight: 900;
}

.ad-case-point {
	border: 1px solid var(--ad-blue);
	border-radius: 5px;
	overflow: hidden;
}

.ad-case-point strong {
	border-radius: 0;
	display: block;
}

.ad-case-point ul {
	padding: .8rem 1rem .8rem 2rem;
}

.ad-case-point li {
	font-size: .82rem;
	font-weight: 700;
	line-height: 1.7;
}

.ad-case-grid table {
	border-collapse: collapse;
	margin-top: 1rem;
	/* table-layout: fixed; */
	width: 100%;
}

.ad-case-grid th,
.ad-case-grid td {
	border: 1px solid var(--ad-line);
	font-weight: 900;
	padding: .75rem .4rem;
	text-align: center;
}

.ad-case-grid thead th {
	background: var(--ad-blue);
	color: #fff;
	font-size: .8rem;
}

.ad-case-grid tbody th {
	font-size: .85rem;
	text-align: center;
}

.ad-case-grid tbody small {
	font-size: .55rem;
}

.ad-faq {
	box-shadow: 0 4px 12px #0002;
	padding: 2rem 3rem;
}

.ad-faq-list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.ad-faq-list article {
	align-items: center;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: 1fr 1.75fr;
	padding: 1rem;
}

.ad-question,
.ad-answer {
	align-items: center;
	display: grid;
	gap: 1rem;
	grid-template-columns: 3rem 1fr;
}

.ad-question {
	border-right: 2px solid #111;
	padding-right: 1.5rem;
}

.ad-question span,
.ad-answer span {
	align-items: center;
	background: var(--ad-blue);
	border-radius: 4px;
	color: #fff;
	display: flex;
	font-size: 1.5rem;
	font-weight: 900;
	height: 3rem;
	justify-content: center;
	width: 3rem;
}

.ad-answer span {
	background: var(--ad-gold);
}

.ad-question h4 {
	color: var(--ad-blue);
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.55;
}

.ad-answer p {
	font-size: .9rem;
	font-weight: 700;
}

.ad-faq-message {
	align-items: center;
	background: linear-gradient(90deg, var(--ad-light), #f8fbff);
	border-radius: 6px;
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	padding: 1.25rem;
	text-align: center;
}

.ad-faq-message span {
	align-items: center;
	background: var(--ad-blue);
	border-radius: 6px;
	color: #fff;
	display: flex;
	flex: 0 0 auto;
	font-size: 2rem;
	height: 4rem;
	justify-content: center;
	width: 4rem;
}

.ad-faq-message strong {
	color: var(--ad-blue);
	font-size: 1.25rem;
}

@media screen and (max-width:1024px) {

	.ad-feature-grid,
	.ad-worry-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	/* .ad-media ul, */
	/* .ad-flow ol, */
	.ad-reason-grid,
	.ad-case-grid,
	.ad-result-summary,
	.ad-faq-list article {
		grid-template-columns: 1fr;
	}

	.ad-feature-grid article

	/* .ad-media li */
		{
		border-right: 0 !important;
	}

	/* .ad-result-summary>span {
        border-radius: 999px;
        height: auto;
        margin: 1rem auto 0;
        padding: 1rem;
        width: auto;
    } */

	.ad-result-summary div,
	.ad-result-summary div:not(:last-child),
	.ad-question {
		border-right: 0;
	}

	.ad-feature-grid h5 {
		align-self: center;
	}

	.ad-worry-grid h4 {
		min-height: unset;
	}

	.ad-feature-grid article:not(:last-child) {
		padding-right: 0;
	}
}

@media screen and (max-width:768px) {
	.advertisement-page {
		gap: 5rem;
	}

	.advertisement-page p,
	.advertisement-page li,
	.advertisement-page td,
	.advertisement-page th {
		font-size: .875rem;
		line-height: 1.7;
	}

	.ad-section {
		gap: 3rem;
	}

	.ad-heading h3 {
		font-size: 1.85rem;
		gap: .9rem;
	}

	.ad-heading h3::before,
	.ad-heading h3::after {
		width: 3rem;
	}

	.ad-heading p {
		font-size: .875rem;
	}

	.ad-statement {
		grid-template-columns: 5.5rem 1fr;
	}

	.ad-statement span {
		font-size: .95rem;
	}

	.ad-statement p {
		font-size: .95rem;
		padding: .9rem;
	}

	.ad-labeled-box {
		border: unset;
		border-top: 1px solid var(--ad-line);
		border-left: 0;
		border-right: 0;
		border-radius: 0;
		padding: 1.5rem 0 0;
	}

	.ad-labeled-box h4 {
		background: #fff;
		color: var(--ad-blue);
		font-size: .95rem;
		left: 50%;
		padding: 0 .75rem;
		top: 0;
		transform: translate(-50%, -50%);
		white-space: nowrap;
	}

	.ad-labeled-box::before {
		background: var(--ad-blue);
		content: "";
		display: block;
		height: 1px;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: -1;
	}

	.ad-feature-grid {
		gap: 1rem;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ad-feature-grid article {
		border: 0;
		border-radius: 8px;
		box-shadow: 0 4px 14px #00277f17;
		padding: 1rem;
		text-align: center;
	}

	.ad-feature-grid span {
		border-radius: 50%;
		font-size: .8rem;
		height: 2rem;
		left: .65rem;
		position: absolute;
		top: .65rem;
		width: 2rem;
	}

	.ad-feature-grid article {
		position: relative;
	}

	.ad-feature-icon {
		align-items: center;
		background: var(--ad-light);
		border-radius: 50%;
		color: var(--ad-blue);
		display: flex;
		font-size: 1.9rem;
		font-weight: 900;
		height: 4rem;
		justify-content: center;
		margin: 0 auto;
		width: 4rem;
	}

	.ad-feature-grid h5 {
		display: block;
		font-size: .85rem;
	}

	.ad-feature-grid p {
		font-size: .65rem;
	}

	.ad-media ul {
		gap: .7rem;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ad-media li {
		/* border: 1px solid #d8e4f4; */
		border: 0;
		border-radius: 7px;
		box-shadow: 0 4px 12px #00277f10;
		padding: .7rem;
	}

	.ad-media li:not(:last-child) {
		border-right: 0;
		padding-right: .7rem;
	}

	.ad-media strong {
		font-size: .85rem;
	}

	.ad-media span {
		font-size: .62rem;
	}

	.ad-flow ol {
		gap: .45rem;
		grid-template-columns: 1fr;
	}

	.ad-flow li {
		background: #fff;
		border-radius: 7px;
		box-shadow: 0 4px 12px #00277f10;
		display: grid;
		gap: .25rem 1rem;
		grid-template-columns: 2.5rem 1fr;
		padding: .75rem;
	}

	.ad-flow li:not(:last-child)::before {
		background: var(--ad-blue);
		content: "";
		height: calc(100% + .45rem);
		left: 1.95rem;
		position: absolute;
		top: 2rem;
		width: 2px;
		z-index: 1;
		transform: translateX(-1px);
	}

	.ad-flow li:not(:last-child)::after {
		content: none;
	}

	.ad-flow span {
		border-radius: 50%;
		grid-row: span 2;
		height: 2.35rem;
		position: relative;
		width: 2.35rem;
		z-index: 1;
	}

	.ad-flow strong {
		font-size: .875rem;
		margin-top: 0;
	}

	.ad-flow p {
		font-size: .75rem;
		margin-top: 0;
		grid-column: unset;
	}

	.ad-band {
		font-size: .95rem !important;
		line-height: 1.8 !important;
		padding: 1.25rem;
		width: 100%;
	}

	.ad-worries {
		box-shadow: none;
		padding: 0;
	}

	.ad-heading {
		display: flex;
		flex-direction: column;
		gap: .75rem;
	}

	.ad-heading--worries p {
		background: transparent;
		color: #111;
		font-size: 1.65rem;
		max-width: none;
		padding: 0;
		display: block;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: .5rem;
	}

	.ad-heading--worries p::before,
	.ad-heading--worries p::after {
		content: "";
		background: var(--ad-blue);
		display: block;
		height: 2px;
		width: 1rem;
	}

	.ad-heading--worries h3 {
		font-size: 1.25rem;
		/* display: block; */
	}

	.ad-worry-grid {
		gap: .6rem;
		grid-template-columns: 1fr;
	}

	.ad-worry-grid article {
		align-items: center;
		display: grid;
		gap: .4rem 1rem;
		grid-template-columns: 3rem 1fr;
		padding: .8rem;
	}

	.ad-worry-grid span {
		grid-row: span 2;
		height: 3rem;
		width: 3rem;
	}

	.ad-worry-grid h4 {
		border-bottom: 0;
		font-size: 1rem;
		margin-top: 0;
		min-height: 0;
		padding-bottom: 0;
	}

	.ad-worry-grid p {
		font-size: .875rem;
		margin-top: 0;
	}

	.ad-consult {
		display: block;
	}

	.ad-heading--reasons h3 {
		font-size: 2rem;
	}

	.ad-reason-grid {
		gap: .8rem;
	}

	.ad-reason-grid article {
		min-height: auto;
		padding: 1rem;
		text-align: left;
	}

	.ad-reason-grid span {
		border-radius: 0;
		clip-path: polygon(0 0, 100% 0, 0 100%);
		font-size: 1.6rem;
		height: 5rem;
		justify-content: flex-start;
		align-items: baseline;
		left: 0;
		padding: .5rem;
		position: absolute;
		top: 0;
		width: 5rem;
	}

	.ad-reason-grid h4 {
		font-size: 1.05rem;
		padding-bottom: .75rem;
		margin-left: 3.5rem;
	}

	.ad-reason-grid p {
		clear: both;
		font-size: .875rem;
		margin-top: .9rem;
	}

	.ad-result-summary {
		grid-template-columns: 7.25rem 1fr;
	}

	/* .ad-result-summary>span {
        border-radius: 50%;
        grid-row: span 3;
        font-size: .78rem;
        height: 6.35rem;
        margin: auto 0 auto .35rem;
        padding: .5rem;
        width: 6.35rem;
    } */

	.ad-result-summary div {
		border-bottom: 1px solid var(--ad-line);
		/* padding: .8rem; */
		text-align: left;
	}

	.ad-result-summary div:last-child {
		border-bottom: 0;
	}

	.ad-result-summary b {
		font-size: 1.35rem;
	}

	.ad-case-grid {
		gap: .8rem;
	}

	.ad-case-grid h4 {
		display: block;
		font-size: .82rem;
	}

	.ad-case-grid h4 span {
		display: inline-block;
		margin-right: .4rem;
	}

	.ad-case-result {
		font-size: .85rem !important;
		margin: 1rem 0;
	}

	.ad-case-result strong {
		font-size: 1.4rem;
	}

	.ad-case-point li {
		font-size: .875rem;
	}

	.ad-case-grid th,
	.ad-case-grid td {
		font-size: .75rem;
		padding: .55rem .25rem;
	}

	.ad-case-grid td:last-child {
		font-size: .85rem;
	}

	.ad-faq {
		box-shadow: none;
		padding: 0;
	}

	.ad-faq-list article {
		gap: .75rem;
		padding: 1rem;
	}

	.ad-question,
	.ad-answer {
		gap: .75rem;
		grid-template-columns: 2.5rem 1fr;
	}

	.ad-question {
		border-bottom: 1px dotted var(--ad-line);
		padding: 0 0 .75rem;
	}

	.ad-question span,
	.ad-answer span {
		font-size: 1.2rem;
		height: 2.5rem;
		width: 2.5rem;
	}

	.ad-question h4 {
		font-size: .95rem;
	}

	.ad-answer p {
		font-size: .72rem;
	}

	.ad-faq-message {
		align-items: center;
		text-align: left;
	}

	.ad-faq-message span {
		height: 3rem;
		width: 3rem;
	}

	.ad-faq-message strong {
		font-size: .92rem;
	}

	.ad-feature-grid article:not(:last-child) {
		padding-right: 1rem;
	}

	.ad-result-summary>div {
		flex-direction: column;
	}

	.ad-result-summary>div>div:not(:last-child) {
		border-right: unset;
		border-bottom: 1px solid var(--ad-blue);
	}

	.ad-feature-icon-image {
		display: block;
		width: 40%;
		margin: 0 auto;
	}
}

@media screen and (max-width:420px) {
	.advertisement-page {
		gap: 3rem;
	}

	.ad-feature-grid {
		gap: .7rem;
	}

	.ad-feature-grid article {
		padding: .8rem .6rem;
	}

	.ad-heading--worries p {
		font-size: 1.125rem;
	}

	.ad-heading h3 {
		font-size: 1rem;
	}

	.ad-heading--reasons h3 {
		font-size: 1.5rem;
	}

	.ad-feature-grid article:not(:last-child) {
		padding-right: .6rem;
	}

	.ad-worry-grid span {
		grid-row: unset;
	}

	.ad-worry-grid p {
		grid-column: span 2;
	}

	.ad-case-grid h4 {
		display: flex;
		align-items: center;
	}

	.ad-case-grid h4 span {
		margin-right: unset;
	}
}

.ad-feature-grid article {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto 1fr;
	row-gap: 1rem;
	column-gap: .75rem;
}

.ad-feature-grid article p {
	grid-column: span 2;
}

@media screen and (max-width:768px) {
	.ad-feature-grid article {
		grid-template-columns: auto;
		grid-template-rows: repeat(2, auto) 1fr;
	}

	.ad-feature-grid article p {
		grid-column: unset;
	}

	.ad-feature-grid article {
		row-gap: .5rem;
	}

	.ad-feature-grid h5 {
		align-content: center;
	}
}

.sp {
	display: none;
}

.pc {
	display: block;
}

@media screen and (max-width:1024px) {
	.tab {
		display: none;
	}
}

@media screen and (max-width:768px) {
	.tab_s {
		display: none;
	}
}


@media screen and (max-width:480px) {
	.sp {
		display: block;
	}

	.pc {
		display: none;
	}
}

.fc-gd {
	color: var(--ad-gold);
}

.fs_s {
	font-size: .75em;
}

.baseline {
	display: flex;
	gap: .5rem;
	align-items: baseline;
}

@media screen and (max-width:768px) {
	.baseline {
		display: inline-block;
	}

	.ad-heading.ad-heading--worries p {
		line-height: 1.25;
	}
}