/*
Theme Name: Lightning Child Sample
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.7.27
*/

body:is(.page-id-4,.page-id-5,.page-id-6,.page-id-7,.page-id-8,.page-id-3,.page-id-10) {
	overflow-x: hidden;
	background: #fff;
}

body:is(.page-id-4,.page-id-5,.page-id-6,.page-id-7,.page-id-8,.page-id-3,.page-id-10) :where(.site-header,.page-header,.breadcrumb,.lightning_swiper,.site-body-bottom,footer.site-footer,#vk-mobile-nav-menu-btn,.vk-mobile-nav) {
	display: none !important;
}

body:is(.page-id-4,.page-id-5,.page-id-6,.page-id-7,.page-id-8,.page-id-3,.page-id-10) :where(.site-body,.site-body-container,.main-section,.entry-body) {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.always-lp-root {
	--always-blue: #0019a8;
	--always-red: #ff0038;
	--always-line: #e5eaf5;
	--always-pink: #fff1f5;
	box-sizing: border-box;
	width: 100%;
	max-width: 1024px !important;
	margin: 0 auto !important;
	padding: 0 22px 10px;
	overflow: hidden;
	color: var(--always-blue);
	font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 700;
	line-height: 1.55;
}

.always-lp-root *,
.always-lp-root *::before,
.always-lp-root *::after {
	box-sizing: border-box;
}

.always-lp-root :where(.wp-block-group,.wp-block-columns,.wp-block-image,p,h1,h2,h3,ul) {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}

.always-lp-root .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: none !important;
}

.always-lp-root a {
	color: var(--always-blue);
	text-decoration: none;
}

.always-lp-root > :is(
	.always-trust-grid,
	.always-voice-section,
	.always-data-columns,
	.always-compare-columns,
	.always-flow-section,
	.always-plan-section,
	.always-site-footer
) {
	margin-top: 18px !important;
}

.always-site-header {
	height: 98px;
	padding: 10px 0 0;
}

.always-header-columns {
	display: grid !important;
	grid-template-columns: 190px 1fr 174px;
	gap: 12px !important;
	align-items: center !important;
	margin: 0 !important;
}

.always-logo-image {
	display: flex;
	align-items: center;
	width: 160px;
	height: 72px;
	overflow: hidden;
	line-height: 1;
}

.always-lp-root .always-site-header .always-logo-image img {
	display: block;
	width: 164px !important;
	height: 72px !important;
	object-fit: contain;
	object-position: left center;
}

.always-nav-row {
	justify-content: flex-end;
}

.always-nav-links {
	display: flex;
	justify-content: flex-end;
	gap: 30px;
	white-space: nowrap;
	font-size: 14px;
	line-height: 1;
}

.always-nav-links a {
	margin: 0 !important;
}

.always-cta-wrap {
	gap: 0 !important;
}

.always-cta-button .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 12px 28px;
	border-radius: 999px;
	background: var(--always-red) !important;
	color: #fff !important;
	box-shadow: 0 14px 26px rgba(255, 0, 56, .18);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
	white-space: nowrap;
}

.always-cta-button .wp-block-button__link::after {
	content: "\2192";
	margin-left: 10px;
	font-size: 16px;
	line-height: 1;
}

.always-hero-section {
	padding: 2px 0 0;
}

.always-hero-columns {
	display: grid !important;
	grid-template-columns: 34.5% 1fr;
	gap: 18px !important;
	align-items: center !important;
	min-height: 282px;
	margin: 0 !important;
}

.always-eyebrow {
	font-size: 14px;
	line-height: 1.4;
}

.always-main-title {
	margin: 11px 0 14px !important;
	color: var(--always-blue);
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
	font-size: 36px !important;
	font-weight: 800;
	line-height: 1.22 !important;
	letter-spacing: 0;
}

.always-title-nowrap {
	white-space: nowrap;
}

.always-lead {
	margin-bottom: 16px !important;
	font-size: 15px;
	line-height: 1.7;
}

.always-lock {
	margin-top: 10px !important;
	font-size: 12px;
	line-height: 1.2;
}

.always-lock::first-letter {
	color: var(--always-blue);
}

.always-hero-visual {
	position: relative;
	min-height: 282px;
}

.always-hero-visual::before {
	content: "";
	position: absolute;
	left: 2%;
	bottom: 6px;
	z-index: 0;
	width: 70%;
	height: 266px;
	background: url("../../uploads/2026/07/FV案①-scaled.jpeg") 45% 42% / cover no-repeat;
	filter: blur(16px);
	opacity: .26;
	transform: scale(1.04);
	-webkit-mask-image: radial-gradient(ellipse at center, #000 44%, rgba(0,0,0,.62) 66%, transparent 88%);
	mask-image: radial-gradient(ellipse at center, #000 44%, rgba(0,0,0,.62) 66%, transparent 88%);
}

.always-hero-image {
	position: absolute;
	left: 0;
	bottom: 6px;
	z-index: 1;
	width: 72%;
	height: 266px;
}

.always-hero-image img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	object-fit: cover;
	object-position: 42% 42%;
	-webkit-mask-image:
		linear-gradient(90deg, transparent 0, #000 7%, #000 94%, transparent 100%),
		linear-gradient(0deg, transparent 0, #000 9%, #000 92%, transparent 100%);
	-webkit-mask-composite: source-in;
	mask-image:
		linear-gradient(90deg, transparent 0, #000 7%, #000 94%, transparent 100%),
		linear-gradient(0deg, transparent 0, #000 9%, #000 92%, transparent 100%);
	mask-composite: intersect;
}

.always-hand {
	position: absolute;
	top: 3px;
	right: 5%;
	z-index: 2;
	color: var(--always-blue);
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
	font-size: 25px;
	font-weight: 800;
	line-height: 1.42;
	letter-spacing: 0;
	transform: rotate(-5deg);
}

.always-hand::after {
	content: "";
	display: block;
	width: 154px;
	height: 14px;
	margin-left: 2px;
	border-bottom: 5px solid var(--always-red);
	border-radius: 50%;
	transform: rotate(-7deg);
}

.always-notice-list {
	position: absolute;
	top: 104px;
	right: 0;
	z-index: 3;
	display: grid;
	justify-items: end;
	gap: 8px;
	width: 222px;
}

.always-notice {
	position: relative;
	display: grid;
	grid-template-columns: 14px 30px minmax(0, 1fr);
	grid-template-rows: auto auto;
	column-gap: 4px;
	align-items: center;
	width: 222px;
	min-height: 52px;
	padding: 6px 11px;
	border: 1px solid #dce3f4;
	border-radius: 12px;
	background: rgba(255,255,255,.97);
	box-shadow: 0 11px 24px rgba(0,25,168,.12);
}

.always-notice::before {
	content: "\203A";
	grid-column: 1;
	grid-row: 1 / 3;
	color: var(--always-red);
	font-size: 22px;
	font-weight: 900;
	line-height: 1;
}

.always-notice-green::before {
	color: #0aa84d;
}

.always-notice-icon {
	grid-column: 2;
	grid-row: 1 / 3;
	line-height: 1;
}

.always-notice-icon img {
	display: block;
	width: 29px;
	height: 29px;
	object-fit: contain;
}

.always-notice p {
	grid-column: 3;
	justify-self: stretch;
	width: calc(100% - 6px);
	margin: 0 0 0 6px !important;
	color: var(--always-blue);
	font-size: 10px;
	line-height: 1.45;
	text-align: left !important;
}

.always-notice p:first-of-type {
	grid-row: 1;
	font-weight: 900;
}

.always-notice p:nth-of-type(2) {
	grid-row: 2;
	display: flex;
	gap: 4px;
	justify-content: space-between;
}

.always-notice span {
	margin-left: auto;
	white-space: nowrap;
}

.always-trust-grid,
.always-box {
	border: 1px solid var(--always-line);
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(0,25,168,.052);
}

.always-trust-grid {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	gap: 0;
	margin: 3px 0 4px !important;
	padding: 9px 6px;
}

.always-trust-card {
	display: grid;
	grid-template-columns: 42px auto;
	grid-template-rows: auto auto;
	column-gap: 12px;
	row-gap: 2px;
	align-items: center;
	align-content: center;
	justify-content: center;
	justify-items: center;
	width: 100%;
	height: 100%;
	min-height: 52px;
	margin: 0 !important;
	padding: 0 12px;
	border-right: 1px solid var(--always-line);
	text-align: center;
}

.always-trust-card:last-child {
	border-right: 0;
}

.always-card-icon {
	grid-row: 1 / 3;
	line-height: 1;
}

.always-card-icon img {
	display: block;
	width: 38px;
	height: 38px;
	object-fit: contain;
}

.always-trust-card h3 {
	justify-self: stretch;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	color: var(--always-blue);
	font-size: 15px;
	line-height: 1.25;
	text-align: center;
}

.always-trust-card h3::before,
.always-trust-card h3::after {
	display: none !important;
	content: none !important;
}

.always-trust-card p {
	justify-self: stretch;
	font-size: 11px;
	line-height: 1.4;
	text-align: center;
}

.always-voice-section {
	position: relative;
	margin-top: 4px !important;
	padding: 10px 28px 7px;
}

.always-voice-section::before,
.always-voice-section::after {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border: 0;
	border-radius: 0;
	background: transparent center / contain no-repeat;
	color: transparent;
	font-size: 0;
	font-weight: 900;
	line-height: 1;
	transform: translateY(-50%);
}

.always-voice-section::before {
	content: "";
	left: -12px;
	background-image: url("../../uploads/always-generated/always-carousel-arrow-left.svg");
}

.always-voice-section::after {
	content: "";
	right: -12px;
	background-image: url("../../uploads/always-generated/always-carousel-arrow-right.svg");
}

.always-section-title-row {
	display: flex !important;
	gap: 25px !important;
	align-items: baseline !important;
	margin-bottom: 9px !important;
}

.always-section-title-row h2,
.always-map-section h2,
.always-flow-section h2,
.always-plan-section h2 {
	position: relative;
	color: var(--always-blue);
	font-size: 21px;
	font-weight: 900;
	line-height: 1.25;
}

.always-section-title-row h2::before,
.always-map-section h2::before,
.always-live-section .always-section-title-row h2::before {
	content: "";
	position: absolute;
	top: -9px;
	left: 0;
	width: 92px;
	height: 2px;
	background: var(--always-blue);
}

.always-section-title-row p {
	font-size: 12px;
	line-height: 1.4;
}

.always-winners-track {
	display: grid !important;
	grid-auto-flow: column;
	grid-auto-columns: calc((100% - 64px) / 5);
	gap: 16px;
	align-items: stretch;
	overflow-x: auto;
	padding: 0 5px 2px;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	scrollbar-width: none;
}

.always-winners-track::-webkit-scrollbar {
	display: none;
}

.always-winner-card {
	display: grid;
	grid-template-rows: 112px 31px minmax(0, 1fr) 32px;
	width: 100%;
	scroll-snap-align: start;
	height: 240px;
	min-height: 240px;
	margin: 0 !important;
	border: 1px solid var(--always-line);
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 7px 14px rgba(0,25,168,.07);
}

.always-winner-image {
	width: 100%;
	height: 112px;
	margin: 0 !important;
	overflow: hidden;
}

.always-lp-root .always-winner-card .always-winner-image img {
	display: block;
	width: 100%;
	height: 112px !important;
	object-fit: cover;
	object-position: 50% 40%;
}

.always-winner-card:nth-child(2) .always-winner-image img {
	object-position: 50% 42%;
}

.always-winner-card:nth-child(3) .always-winner-image img {
	object-position: 50% 24%;
}

.always-winner-card:nth-child(4) .always-winner-image img {
	object-position: 50% 38%;
}

.always-winner-card h3 {
	align-self: center;
	margin: 0 8px !important;
	overflow: hidden;
	color: var(--always-blue);
	font-size: 10.5px;
	font-weight: 900;
	line-height: 1.35;
	white-space: nowrap;
}

.always-winner-card p:not(.always-tags) {
	display: -webkit-box;
	align-self: start;
	margin: 4px 8px 0 !important;
	overflow: hidden;
	color: var(--always-blue);
	font-size: 9.5px;
	line-height: 1.5;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.always-tags {
	align-self: center;
	height: 26px;
	margin: 0 8px !important;
	overflow: hidden;
	color: var(--always-red);
	font-size: 9.2px;
	line-height: 1.4;
}

.always-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 15px;
	margin-top: 5px !important;
	color: #bfc6ff;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
}

.always-carousel-dot {
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #c3c9ff;
	cursor: pointer;
	transition: background-color .2s ease, transform .2s ease;
}

.always-carousel-dot.is-active {
	background: var(--always-blue);
	transform: scale(1.08);
}

.always-carousel-button {
	position: absolute;
	top: 50%;
	z-index: 6;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	background: transparent center / contain no-repeat;
	cursor: pointer;
	transform: translateY(-50%);
}

.always-carousel-prev {
	left: -12px;
	background-image: url("../../uploads/always-generated/always-carousel-arrow-left.svg");
}

.always-carousel-next {
	right: -12px;
	background-image: url("../../uploads/always-generated/always-carousel-arrow-right.svg");
}

.always-carousel-button:disabled {
	cursor: default;
	opacity: .35;
}

.always-voice-section.always-carousel-ready::before,
.always-voice-section.always-carousel-ready::after {
	display: none;
}

.always-data-columns {
	display: grid !important;
	grid-template-columns: 1fr 1fr;
	gap: 10px !important;
	margin: 4px 0 10px !important;
}

.always-map-section,
.always-live-section {
	min-height: 282px;
	padding: 16px 20px 11px;
}

.always-map-section > p {
	margin-top: 7px !important;
	font-size: 12px;
	line-height: 1.35;
}

.always-map-placeholder {
	position: relative;
	min-height: 211px;
	overflow: hidden;
}

.always-map-placeholder::before,
.always-map-placeholder::after,
.always-map-note::before,
.always-map-note::after {
	content: "";
	position: absolute;
	display: block;
	background-image: radial-gradient(#526bff 1.1px, transparent 1.35px);
	background-size: 4px 4px;
	opacity: .82;
	pointer-events: none;
}

.always-map-placeholder::before {
	left: 136px;
	top: 10px;
	z-index: 1;
	width: 152px;
	height: 178px;
	clip-path: polygon(61% 0,76% 6%,80% 18%,68% 29%,72% 42%,91% 55%,84% 66%,64% 63%,52% 72%,35% 73%,26% 82%,11% 92%,2% 84%,18% 73%,31% 61%,43% 48%,51% 35%,55% 20%);
	transform: rotate(18deg);
}

.always-map-placeholder::after {
	left: 248px;
	top: 11px;
	z-index: 1;
	width: 58px;
	height: 58px;
	clip-path: polygon(18% 20%,70% 3%,100% 37%,72% 84%,26% 78%,0 44%);
	transform: rotate(21deg);
}

.always-map-note {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 1px !important;
	height: 1px !important;
	border: 0 !important;
	color: transparent !important;
	background: transparent !important;
	box-shadow: none !important;
	transform: none !important;
	overflow: visible !important;
}

.always-map-note::before {
	left: 132px;
	top: 143px;
	z-index: 1;
	width: 78px;
	height: 54px;
	clip-path: polygon(42% 0,76% 18%,100% 50%,75% 82%,28% 100%,0 72%,18% 28%);
	transform: rotate(-22deg);
}

.always-map-note::after {
	left: 203px;
	top: 143px;
	z-index: 1;
	width: 60px;
	height: 24px;
	clip-path: polygon(0 56%,40% 15%,100% 48%,70% 88%,18% 86%);
	transform: rotate(-10deg);
}

.always-map-placeholder > .wp-block-buttons {
	position: absolute !important;
	z-index: 3;
	margin: 0 !important;
}

.always-map-placeholder > .wp-block-buttons:nth-of-type(1) {
	left: 145px;
	top: 45px;
}

.always-map-placeholder > .wp-block-buttons:nth-of-type(2) {
	left: 0;
	top: 89px;
}

.always-map-placeholder > .wp-block-buttons:nth-of-type(3) {
	left: 20px;
	bottom: 12px;
}

.always-map-placeholder > .wp-block-buttons:nth-of-type(4) {
	right: 0;
	bottom: 37px;
}

.always-region-button .wp-block-button__link {
	display: grid;
	place-items: center;
	min-width: 120px;
	min-height: 49px;
	padding: 8px 12px;
	border: 1px solid var(--always-line);
	border-radius: 9px;
	background: rgba(255,255,255,.96) !important;
	color: var(--always-blue) !important;
	box-shadow: 0 9px 22px rgba(0,25,168,.11);
	font-size: 11px;
	font-weight: 900;
	line-height: 1.45;
}

.always-live-section .always-section-title-row {
	justify-content: space-between;
	margin-bottom: 9px !important;
}

.always-live-section .always-section-title-row p {
	color: #008532;
	font-size: 12px;
}

.always-live-cards {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr);
	gap: 0;
}

.always-live-card {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr);
	grid-template-rows: 20px 32px 18px;
	align-items: center;
	justify-items: start;
	width: 100%;
	height: 100%;
	min-height: 78px;
	margin: 0 !important;
	padding: 4px 10px;
	border: 0;
	border-radius: 0;
	background: transparent;
	text-align: left;
}

.always-live-card:nth-child(odd) {
	border-right: 1px solid #edf0fb;
}

.always-live-card:nth-child(-n+2) {
	border-bottom: 1px solid #edf0fb;
}

.always-live-icon {
	grid-column: 1;
	grid-row: 1 / 4;
	width: 58px;
	height: 58px;
	background-image: url("../../uploads/always-generated/always-live-icons-sprite.png");
	background-repeat: no-repeat;
	background-size: 300% 200%;
	line-height: 1;
}

.always-live-icon img {
	display: none;
}

.always-live-card:nth-child(1) .always-live-icon {
	background-position: 0 0;
}

.always-live-card:nth-child(2) .always-live-icon {
	background-position: 50% 0;
}

.always-live-card:nth-child(3) .always-live-icon {
	background-position: 100% 0;
}

.always-live-card:nth-child(4) .always-live-icon {
	background-position: 0 100%;
}

.always-live-card p:nth-of-type(1) {
	grid-column: 2;
	grid-row: 2;
	display: flex;
	align-items: baseline;
	color: var(--always-red);
	font-size: 25px;
	font-weight: 900;
	line-height: 1.05;
}

.always-live-card p:nth-of-type(2) {
	grid-column: 2;
	grid-row: 1;
	color: var(--always-blue);
	font-size: 10.5px;
	font-weight: 900;
	line-height: 1.35;
}

.always-live-section.always-live-ready .always-live-card p:nth-of-type(2) {
	display: contents;
}

.always-live-label {
	grid-column: 2;
	grid-row: 1;
	align-self: end;
	color: var(--always-blue);
	font-size: 10.5px;
	font-weight: 900;
	line-height: 1.35;
}

.always-live-growth {
	grid-column: 2;
	grid-row: 3;
	align-self: start;
	color: var(--always-blue);
	font-size: 11px;
	font-weight: 900;
	line-height: 1.25;
}

.always-live-unit {
	margin-left: 4px;
	font-size: 12px;
	font-weight: 900;
}

.always-rate-bar {
	position: relative;
	display: grid !important;
	grid-template-columns: repeat(3, 1fr);
	gap: 6px;
	min-height: 70px;
	margin-top: 10px !important;
	padding: 9px 12px 13px;
	border-radius: 11px;
	background: var(--always-blue);
	color: #fff;
}

.always-rate-bar p {
	position: relative;
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr);
	grid-template-rows: auto auto;
	align-content: center;
	width: 100%;
	height: 100%;
	min-width: 0;
	margin: 0 !important;
	color: #fff;
	font-size: 11px;
	line-height: 1.25;
	text-align: left;
}

.always-rate-bar p:not(:last-child)::before {
	content: "";
	grid-column: 1;
	grid-row: 1 / 3;
	align-self: center;
	width: 38px;
	height: 38px;
	background-image: url("../../uploads/always-generated/always-live-icons-sprite.png");
	background-repeat: no-repeat;
	background-size: 300% 200%;
	filter: brightness(0) invert(1);
}

.always-rate-bar p:nth-child(1)::before {
	background-position: 50% 100%;
}

.always-rate-bar p:nth-child(2)::before {
	background-position: 0 0;
}

.always-rate-bar p:nth-child(3)::before {
	background-position: 100% 0;
}

.always-rate-label {
	grid-column: 2;
	grid-row: 1;
	align-self: end;
	font-weight: 900;
	white-space: nowrap;
}

.always-rate-value {
	grid-column: 2;
	grid-row: 2;
	align-self: start;
	font-size: 18px;
	font-weight: 900;
	white-space: nowrap;
}

.always-rate-bar p:last-child {
	position: absolute;
	display: block;
	right: 14px;
	bottom: 4px;
	width: auto;
	height: auto;
	font-size: 9px;
	opacity: .86;
	white-space: nowrap;
}

.always-compare-columns {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) 80px minmax(0, 1fr);
	gap: 24px !important;
	align-items: center !important;
	max-width: 770px !important;
	margin: 5px auto 8px !important;
}

.always-compare-card {
	min-height: 132px;
	border: 1px solid var(--always-line);
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 5px 14px rgba(0,25,168,.04);
}

.always-compare-card h2 {
	min-height: 36px;
	padding: 9px 12px 8px;
	border-top: 0;
	background: #eef1ff;
	color: var(--always-blue);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
}

.always-service-card h2 {
	background: var(--always-red);
	color: #fff;
}

.always-compare-card ul {
	display: grid;
	gap: 7px;
	padding: 12px 15px 11px 18px;
	color: var(--always-blue);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.35;
}

.always-compare-card li {
	margin: 0 !important;
}

.always-compare-ready .always-compare-card li {
	display: grid;
	grid-template-columns: 18px 7px minmax(0, 1fr);
	align-items: center;
}

.always-compare-ready .always-compare-card li::before {
	content: "";
	grid-column: 2;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: currentColor;
}

.always-compare-marker {
	display: grid;
	grid-column: 1;
	grid-row: 1;
	place-items: center;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: var(--always-blue);
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	line-height: 1;
}

.always-service-card .always-compare-marker {
	background: var(--always-red);
}

.always-compare-copy {
	grid-column: 3;
	grid-row: 1;
	min-width: 0;
}

.always-vs {
	display: grid;
	place-items: center;
	width: 80px;
	height: 80px;
	margin: auto !important;
	border-radius: 50%;
	background: var(--always-blue);
	color: #fff;
	font-size: 31px;
	font-weight: 900;
	line-height: 1;
}

.always-flow-section {
	display: grid !important;
	grid-template-columns: 145px 1fr;
	align-items: center;
	min-height: 64px;
	margin: 0 0 6px !important;
	padding: 9px 20px;
}

.always-flow-heading {
	display: grid !important;
	grid-template-columns: 28px 1fr;
	gap: 9px;
	align-items: center;
}

.always-section-icon img {
	display: block;
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.always-flow-list {
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 18px;
	text-align: center;
}

.always-flow-list p {
	position: relative;
	color: var(--always-blue);
	font-size: 10px;
	font-weight: 900;
	line-height: 1.35;
}

.always-flow-list p::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 auto 3px;
	border: 2px solid var(--always-blue);
	border-radius: 50%;
	background: #fff;
}

.always-flow-list p:not(:last-child)::after {
	content: "\203A";
	position: absolute;
	top: 3px;
	right: -15px;
	color: var(--always-blue);
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
}

.always-plan-section {
	display: grid !important;
	grid-template-columns: 34% 33% 33%;
	align-items: center !important;
	margin: 0 0 8px !important;
	padding: 7px 20px;
}

.always-plan-section > .wp-block-column {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 68px;
	text-align: center;
}

.always-plan-section > .wp-block-column:not(:last-child) {
	border-right: 1px solid var(--always-line);
}

.always-price {
	color: #111;
	font-size: 17px;
	line-height: 1.1;
	text-align: center;
}

.always-price strong {
	color: var(--always-red);
	font-size: 42px;
	font-weight: 900;
	letter-spacing: 0;
}

.always-plan-section .wp-block-column:first-child p:not(.always-price) {
	margin-top: 8px !important;
	color: var(--always-blue);
	font-size: 12px;
	text-align: center;
	transform: translateX(-28px);
}

.always-plan-section h2 {
	font-size: 15px;
	text-align: center;
}

.always-plan-section ul {
	display: grid;
	gap: 3px;
	width: max-content;
	max-width: 100%;
	margin: 7px auto 0 !important;
	padding: 0;
	color: var(--always-blue);
	font-size: 12px;
	font-weight: 800;
	line-height: 1.35;
	list-style: none;
}

.always-plan-ready li {
	display: grid;
	grid-template-columns: max-content minmax(0, 1fr);
	column-gap: 10px;
	align-items: center;
	justify-items: start;
	margin: 0 !important;
	text-align: left;
}

.always-plan-check {
	color: var(--always-red);
	font-size: 17px;
	font-weight: 900;
	line-height: 1;
}

.always-plan-copy {
	min-width: 0;
	text-align: left;
}

.always-plan-section .always-cta-wrap {
	width: 100%;
	justify-content: center !important;
}

.always-plan-section .always-cta-button .wp-block-button__link {
	min-width: 245px;
	min-height: 44px;
	font-size: 15px;
}

.always-plan-section .always-lock {
	width: 100%;
	max-width: none !important;
	margin-top: 8px !important;
	text-align: center;
}

.always-plan-section .always-lock .emoji {
	width: 12px !important;
	height: 12px !important;
	filter: brightness(0) saturate(100%) invert(14%) sepia(92%) saturate(3890%) hue-rotate(231deg) brightness(72%) contrast(125%);
}

@media (min-width: 821px) {
	.always-plan-section > .wp-block-column:last-child .always-cta-wrap,
	.always-plan-section > .wp-block-column:last-child .always-lock {
		transform: translateX(-26px);
	}
}

.always-site-footer {
	width: 100%;
	max-width: none !important;
	margin-top: 0 !important;
	padding-bottom: 0;
}

.always-footer-bar {
	display: grid;
	place-items: center;
	min-height: 27px;
	padding: 3px 18px;
	border-radius: 999px;
	background: var(--always-blue);
	color: #fff;
	text-align: center;
}

.always-footer-bar p {
	color: #fff;
	font-size: 13px;
	line-height: 1.2;
}

.always-footer-network {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	white-space: nowrap;
}

.always-footer-network::before {
	content: "";
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	background: url("../../uploads/always-generated/always-footer-internet.png") center / contain no-repeat;
}

.always-footer-columns {
	display: grid !important;
	grid-template-columns: 24% 1fr 22%;
	gap: 20px !important;
	align-items: center !important;
	padding: 8px 0 0;
}

.always-footer-logo img {
	display: block;
	width: 108px;
	height: 52px;
	object-fit: fill;
}

.always-footer-columns p {
	color: #5360c4;
	font-size: 10px;
	line-height: 1.45;
}

.always-footer-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 24px;
	text-align: center;
}

.always-footer-links a {
	margin: 0 !important;
	color: var(--always-blue);
	font-size: 11px;
}

.always-ibj-slot {
	display: grid;
	place-items: center;
	min-height: 48px;
	margin-top: 5px !important;
	border: 1px solid #9fc3ff;
	background: #fff;
	color: #111;
	font-size: 16px;
	line-height: 1.2;
}

.always-ibj-slot p {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	color: #111;
	font-size: 14px;
}

.always-ibj-heart {
	color: var(--always-red);
	font-size: 20px;
	line-height: 1;
}

.always-ibj-name {
	color: var(--always-blue);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
}

.always-ibj-note {
	color: #111;
	font-size: 14px;
	font-weight: 800;
	white-space: nowrap;
}

.always-copy {
	margin-top: 2px !important;
	color: #8d96d8;
	font-size: 10px;
	text-align: center;
}

.always-lower-box {
	max-width: 920px !important;
	margin: 40px auto 30px !important;
	padding: 34px;
	border: 1px solid var(--always-line);
	border-radius: 14px;
	box-shadow: 0 6px 22px rgba(0,25,168,.055);
	color: #10194f;
	font-weight: 500;
	line-height: 2;
}

.always-lower-box h1 {
	color: var(--always-blue);
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
	font-size: 36px;
}

.always-faq-item {
	margin: 12px 0;
	padding: 18px 20px;
	border: 1px solid var(--always-line);
	border-radius: 10px;
}

.always-faq-item summary {
	cursor: pointer;
	color: var(--always-blue);
	font-weight: 900;
}

.always-empty-note {
	min-height: 320px;
	color: #7480bd;
}

@media (max-width: 1100px) {
	.always-lp-root {
		max-width: 1024px !important;
	}
}

@media (max-width: 820px) {
	.always-lp-root {
		padding: 0 18px 18px;
	}

	.always-header-columns,
	.always-hero-columns,
	.always-data-columns,
	.always-compare-columns,
	.always-plan-section,
	.always-footer-columns {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
	}

	.always-lp-root .wp-block-column {
		width: 100% !important;
		max-width: 100% !important;
		flex-basis: 100% !important;
	}

	.always-site-header {
		height: auto;
		padding-top: 14px;
		text-align: center;
	}

	.always-logo-image {
		width: 124px;
		height: 82px;
		margin: 0 auto;
		overflow: visible;
	}

	.always-lp-root .always-site-header .always-logo-image img {
		width: 118px !important;
		height: 78px !important;
		margin: 0 auto;
		object-fit: contain;
	}

	.always-nav-row {
		justify-content: center;
	}

	.always-nav-links {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 6px 14px;
		justify-items: center;
		font-size: 12px;
		line-height: 1.35;
		white-space: normal;
	}

	.always-site-header .always-cta-wrap {
		margin-top: 10px !important;
		justify-content: center;
	}

	.always-site-header .always-cta-button,
	.always-site-header .always-cta-button .wp-block-button__link {
		width: 100%;
	}

	.always-hero-section {
		padding-top: 10px;
	}

	.always-main-title {
		margin: 14px 0 16px !important;
		font-size: 35px !important;
		line-height: 1.24 !important;
	}

	.always-eyebrow,
	.always-main-title,
	.always-lead,
	.always-lock {
		max-width: calc(100vw - 36px) !important;
		overflow-wrap: anywhere;
	}

	.always-lead {
		font-size: 16px;
	}

	.always-hero-visual {
		min-height: 528px;
		margin-top: 6px !important;
	}

	.always-hero-visual::before {
		left: 0;
		bottom: 172px;
		width: 100%;
		height: 232px;
	}

	.always-hero-image {
		position: relative;
		left: 0;
		bottom: auto;
		width: 100%;
		height: 236px;
	}

	.always-hand {
		top: 242px;
		left: 16px;
		right: auto;
		font-size: 25px;
		line-height: 1.35;
	}

	.always-hand::after {
		width: 148px;
	}

	.always-notice-list {
		top: 340px;
		left: 0;
		right: 0;
		width: min(310px, 100%);
		margin: 0 auto !important;
	}

	.always-notice {
		width: 100%;
	}

	.always-trust-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 0;
	}

	.always-trust-card {
		grid-template-columns: 46px 1fr;
		min-height: 70px;
		padding: 10px 12px;
		border-right: 0;
		border-bottom: 1px solid var(--always-line);
		text-align: left;
	}

	.always-card-icon img {
		width: 36px;
		height: 36px;
	}

	.always-trust-card h3 {
		font-size: 13px;
	}

	.always-trust-card p {
		font-size: 11px;
	}

	.always-section-title-row {
		display: block !important;
	}

	.always-section-title-row p {
		margin-top: 6px !important;
	}

	.always-voice-section,
	.always-map-section,
	.always-live-section,
	.always-flow-section,
	.always-plan-section,
	.always-lower-box {
		padding: 18px;
	}

	.always-winners-track {
		grid-auto-columns: 78%;
		gap: 14px;
	}

	.always-data-columns {
		margin-top: 10px !important;
	}

	.always-map-placeholder {
		min-height: 260px;
	}

	.always-map-placeholder::before {
		left: 42%;
		top: 26px;
	}

	.always-map-placeholder::after {
		left: 66%;
	}

	.always-map-note::before {
		left: calc(42% - 4px);
	}

	.always-map-note::after {
		left: calc(42% + 64px);
	}

	.always-map-placeholder > .wp-block-buttons:nth-of-type(1) {
		left: 48%;
		top: 54px;
	}

	.always-map-placeholder > .wp-block-buttons:nth-of-type(2) {
		left: 0;
		top: 110px;
	}

	.always-map-placeholder > .wp-block-buttons:nth-of-type(3) {
		left: 10px;
		bottom: 18px;
	}

	.always-map-placeholder > .wp-block-buttons:nth-of-type(4) {
		right: 0;
		bottom: 58px;
	}

	.always-live-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.always-rate-bar {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.always-rate-bar p:last-child {
		position: static;
	}

	.always-compare-columns {
		max-width: 100% !important;
	}

	.always-compare-card {
		margin: 0 auto;
	}

	.always-vs {
		width: 76px;
		height: 76px;
		margin: 14px auto !important;
		font-size: 29px;
	}

	.always-flow-section {
		display: block !important;
	}

	.always-flow-heading {
		margin-bottom: 12px !important;
	}

	.always-flow-list {
		grid-template-columns: repeat(5, minmax(82px, 1fr));
		overflow-x: auto;
		padding-bottom: 4px;
	}

	.always-plan-section > .wp-block-column {
		min-height: auto;
		padding: 12px 0;
		text-align: center;
	}

	.always-plan-section > .wp-block-column:not(:last-child) {
		border-right: 0;
		border-bottom: 1px solid var(--always-line);
	}

	.always-footer-columns {
		text-align: center;
	}

	.always-footer-logo img {
		margin: 0 auto;
	}

	.always-footer-links {
		margin: 12px 0 !important;
	}
}

@media (max-width: 480px) {
	.always-lp-root {
		padding: 0 12px 16px;
	}

	.always-lp-root .always-site-header .always-logo-image img {
		width: 104px !important;
		height: 68px !important;
	}

	.always-nav-links {
		gap: 5px 10px;
		font-size: 11px;
	}

	.always-cta-button .wp-block-button__link {
		width: 100%;
		min-height: 48px;
		padding-right: 18px;
		padding-left: 18px;
	}

	.always-main-title {
		font-size: 32px !important;
	}

	.always-title-nowrap {
		white-space: normal;
	}

	.always-hero-visual {
		min-height: 516px;
	}

	.always-hero-image {
		height: 230px;
	}

	.always-hand {
		top: 235px;
		font-size: 24px;
	}

	.always-notice-list {
		top: 330px;
		width: calc(100vw - 24px);
	}

	.always-trust-grid {
		padding: 8px 6px;
	}

	.always-trust-card {
		grid-template-columns: 38px 1fr;
		padding: 9px 7px;
	}

	.always-card-icon img {
		width: 31px;
		height: 31px;
	}

	.always-voice-section::before,
	.always-voice-section::after {
		display: none;
	}

	.always-winners-track {
		grid-auto-columns: 100%;
	}

	.always-map-placeholder {
		min-height: 318px;
	}

	.always-map-placeholder::before {
		left: 37%;
		top: 42px;
		width: 145px;
		height: 172px;
	}

	.always-map-placeholder::after {
		left: 66%;
		top: 35px;
		width: 48px;
		height: 48px;
	}

	.always-map-note::before {
		left: 35%;
		top: 176px;
		width: 66px;
		height: 48px;
	}

	.always-map-note::after {
		left: 55%;
		top: 176px;
		width: 48px;
		height: 22px;
	}

	.always-map-placeholder > .wp-block-buttons:nth-of-type(1) {
		left: auto;
		right: 0;
		top: 18px;
	}

	.always-map-placeholder > .wp-block-buttons:nth-of-type(2) {
		left: 0;
		top: 96px;
	}

	.always-map-placeholder > .wp-block-buttons:nth-of-type(3) {
		left: 0;
		bottom: 20px;
	}

	.always-map-placeholder > .wp-block-buttons:nth-of-type(4) {
		right: 0;
		bottom: 86px;
	}

	.always-region-button .wp-block-button__link {
		min-width: 116px;
		min-height: 50px;
		padding: 8px 10px;
		font-size: 10px;
	}

	.always-live-card p:nth-of-type(1) {
		font-size: 25px;
	}

	.always-compare-card ul {
		font-size: 12px;
	}

	.always-flow-list {
		grid-template-columns: 1fr;
		overflow: visible;
	}

	.always-flow-list p:not(:last-child)::after {
		content: "\203A";
		top: auto;
		right: 50%;
		bottom: -21px;
		transform: translateX(50%) rotate(90deg);
	}

	.always-plan-section .always-cta-button .wp-block-button__link {
		min-width: 0;
	}

	.always-footer-bar {
		border-radius: 12px;
		padding: 8px 12px;
	}
}

/* 2026 final design fidelity pass */
.always-hero-image {
	overflow: hidden;
	border-radius: 8px;
}

.always-hero-image img {
	height: 100% !important;
	max-height: none !important;
	object-position: 38% 48%;
	filter: saturate(1.04) contrast(1.02);
}

.always-section-title-row h2::before,
.always-map-section h2::before,
.always-live-section .always-section-title-row h2::before {
	display: none;
}

.always-section-title-row h2,
.always-map-section > h2,
.always-flow-section h2,
.always-plan-section h2 {
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

.always-trust-card {
	grid-template-columns: 42px auto;
	align-content: center;
	justify-content: center;
	justify-items: center;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	text-align: center;
}

.always-card-icon img {
	width: 42px;
	height: 42px;
}

.always-voice-section {
	padding-top: 12px;
}

.always-winners-track {
	align-items: start;
}

.always-winner-card {
	height: 240px;
	min-height: 240px;
}

.always-lp-root .always-winner-card .always-winner-image img {
	height: 112px !important;
}

.always-map-placeholder::before {
	left: 50%;
	top: 3px;
	width: 222px;
	height: 205px;
	background: url("../../uploads/always-generated/always-japan-dot-map.png") center / contain no-repeat;
	clip-path: none;
	opacity: 1;
	transform: translateX(-42%);
}

.always-map-placeholder::after,
.always-map-note::before,
.always-map-note::after {
	display: none;
}

.always-map-note {
	display: none !important;
}

.always-flow-section {
	grid-template-columns: 132px 1fr;
	min-height: 70px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.always-section-icon {
	display: none;
}

.always-flow-heading {
	display: block !important;
}

.always-flow-list p::before {
	width: 34px;
	height: 34px;
	margin-bottom: 2px;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.always-flow-list p:nth-child(1)::before {
	background-image: url("../../uploads/2026/07/always-icon-person.png");
}

.always-flow-list p:nth-child(2)::before {
	background-image: url("../../uploads/always-generated/always-flow-search-apply.png");
}

.always-flow-list p:nth-child(3)::before {
	background-image: url("../../uploads/2026/07/always-icon-calendar-check.png");
}

.always-flow-list p:nth-child(4)::before {
	background-image: url("../../uploads/always-generated/always-flow-video-meeting.png");
}

.always-flow-list p:nth-child(5)::before {
	background-image: url("../../uploads/2026/07/always-icon-heart-spark.png");
}

.always-compare-card ul {
	list-style: none;
	padding-left: 23px;
}

.always-plan-section {
	height: 102px;
	min-height: 102px;
	padding-top: 7px;
	padding-bottom: 7px;
	overflow: hidden;
}

.always-footer-columns {
	height: 88px;
	padding-top: 5px;
}

.always-footer-logo {
	display: flex;
	align-items: center;
	width: 108px;
	height: 55px;
	overflow: hidden;
}

.always-footer-logo img {
	width: 108px !important;
	height: 108px !important;
	max-width: none !important;
	object-fit: contain;
}

.always-site-footer {
	min-height: 106px;
}

@media (min-width: 821px) {
	.always-site-footer {
		width: 100% !important;
		max-width: none !important;
	}

	.always-footer-bar {
		min-height: 28px;
		padding: 3px 18px;
	}

	.always-footer-ready .always-footer-bar p {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		font-size: 14px;
	}

	.always-footer-message {
		transform: translateX(-46px);
	}

	.always-footer-network {
		position: absolute;
		right: 30px;
	}

	.always-footer-columns {
		display: grid !important;
		grid-template-columns: 150px minmax(0, 1fr) 170px;
		grid-template-rows: 28px 24px;
		column-gap: 18px !important;
		row-gap: 0 !important;
		width: 100%;
		height: 64px;
		padding: 8px 7px 4px;
	}

	.always-footer-columns > .wp-block-column {
		display: contents;
	}

	.always-footer-logo {
		grid-column: 1;
		grid-row: 1 / 3;
		align-self: center;
		justify-content: center;
		width: 132px;
		height: 48px;
		margin: 0 !important;
		overflow: hidden;
	}

	.always-footer-logo img {
		width: 48px !important;
		height: 48px !important;
		max-width: none !important;
		object-fit: contain;
	}

	.always-footer-columns > .wp-block-column:first-child > p:first-of-type {
		display: none;
	}

	.always-footer-columns > .wp-block-column:first-child > p:last-of-type {
		grid-column: 2;
		grid-row: 2;
		justify-self: start;
		align-self: center;
		white-space: nowrap;
	}

	.always-footer-links {
		grid-column: 2;
		grid-row: 1;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
		gap: 20px;
		width: 100%;
		white-space: nowrap;
	}

	.always-footer-links a[href*="commercial"] {
		order: 1;
	}

	.always-footer-links a[href*="privacy"] {
		order: 2;
	}

	.always-footer-links a[href*="terms"] {
		order: 3;
	}

	.always-footer-links a[href*="faq"] {
		order: 4;
	}

	.always-footer-links a[href*="contact"] {
		order: 5;
	}

	.always-footer-columns > .wp-block-column:nth-child(3) > p:nth-of-type(1) {
		grid-column: 2;
		grid-row: 2;
		justify-self: center;
		align-self: center;
		white-space: nowrap;
	}

	.always-footer-columns > .wp-block-column:nth-child(3) > p:nth-of-type(2) {
		grid-column: 2;
		grid-row: 2;
		justify-self: end;
		align-self: center;
		white-space: nowrap;
	}

	.always-ibj-slot {
		grid-column: 3;
		grid-row: 1 / 3;
		align-self: center;
		width: 170px;
		min-height: 52px;
		margin: 0 !important;
	}

	.always-copy {
		height: 14px;
		margin-top: 0 !important;
		line-height: 14px;
	}
}

@media (max-width: 820px) {
	.always-hero-image img {
		height: 100% !important;
		object-position: 40% 48%;
	}

	.always-live-section .always-section-title-row {
		display: flex !important;
		align-items: center;
	}

	.always-live-section .always-section-title-row p {
		margin-top: 0 !important;
	}

	.always-rate-bar p:last-child {
		position: absolute;
		right: 12px;
		bottom: 3px;
		width: auto;
		height: auto;
	}

	.always-trust-card {
		grid-template-columns: 42px auto;
	}

	.always-map-placeholder::before {
		left: 50%;
		top: 16px;
		width: 250px;
		height: 230px;
		transform: translateX(-44%);
	}

	.always-flow-section {
		display: block !important;
	}

	.always-winner-card {
		grid-template-rows: 132px 34px minmax(0, 1fr) 34px;
		height: 280px;
		min-height: 280px;
	}

	.always-winner-image {
		height: 132px;
	}

	.always-lp-root .always-winner-card .always-winner-image img {
		height: 132px !important;
	}

	.always-plan-section {
		height: auto;
		min-height: 0;
		overflow: visible;
	}

	.always-footer-columns {
		height: auto;
	}

	.always-footer-logo {
		margin: 0 auto;
	}
}

@media (max-width: 480px) {
	.always-hero-image img {
		object-position: 39% 48%;
	}

	.always-live-section .always-section-title-row {
		margin-bottom: 7px !important;
	}

	.always-live-section .always-section-title-row p {
		font-size: 10px;
		white-space: nowrap;
	}

	.always-live-card {
		grid-template-columns: 48px minmax(0, 1fr);
		padding-right: 5px;
		padding-left: 5px;
	}

	.always-live-icon {
		width: 46px;
		height: 46px;
	}

	.always-live-card p:nth-of-type(1) {
		font-size: 23px;
		white-space: nowrap;
	}

	.always-live-label {
		font-size: 10px;
		white-space: nowrap;
	}

	.always-live-growth {
		font-size: 10px;
		white-space: nowrap;
	}

	.always-live-unit {
		margin-left: 3px;
		font-size: 11px;
	}

	.always-rate-bar {
		gap: 4px;
		min-height: 70px;
		padding: 8px 8px 12px;
	}

	.always-rate-bar p {
		grid-template-columns: 28px minmax(0, 1fr);
		font-size: 9px;
	}

	.always-rate-bar p:not(:last-child)::before {
		width: 28px;
		height: 28px;
	}

	.always-rate-label {
		font-size: 9px;
	}

	.always-rate-value {
		font-size: 17px;
	}

	.always-rate-bar p:last-child {
		right: 10px;
		bottom: 3px;
		font-size: 8px;
	}

	.always-trust-card {
		grid-template-columns: 34px auto;
	}

	.always-card-icon img {
		width: 34px;
		height: 34px;
	}

	.always-map-placeholder::before {
		top: 26px;
		width: 238px;
		height: 225px;
		transform: translateX(-46%);
	}

	.always-flow-list p::before {
		width: 38px;
		height: 38px;
	}
}
