:root {
	--yb-red: #CC1D0C;
	--yb-red-dark: #A81709;
	--yb-blue: #2C3E50;
	--yb-blue-soft: #E8F4F8;
	--yb-text: #333333;
	--yb-muted: #666666;
	--yb-bg: #FFFFFF;
	--yb-bg-soft: #F5F5F5;
	--yb-border: #DDE6EC;
	--yb-shadow: 0 14px 36px rgba(44, 62, 80, 0.08);
	--yb-radius: 8px;
	--yb-font: "Open Sans", "Source Han Sans CN", "Noto Sans CJK SC", "Microsoft YaHei", Arial, sans-serif;
}

.yb-phase3 {
	background: var(--yb-bg);
	color: var(--yb-text);
	font-family: var(--yb-font);
	line-height: 1.7;
}

.yb-phase3 #masthead {
	border-bottom: 1px solid rgba(44, 62, 80, 0.1);
	box-shadow: 0 8px 24px rgba(44, 62, 80, 0.04);
}

.yb-phase3 .site-title,
.yb-phase3 .mobile-site-branding .site-title {
	color: var(--yb-blue);
	font-family: var(--yb-font);
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0;
}

.yb-phase3 .main-navigation .primary-menu-container > ul > li > a,
.yb-phase3 .mobile-navigation ul li a {
	color: var(--yb-blue);
	font-family: var(--yb-font);
	font-size: 15px;
	font-weight: 650;
	letter-spacing: 0;
	text-transform: none;
}

.yb-phase3 .main-navigation .primary-menu-container > ul > li > a:hover,
.yb-phase3 .main-navigation .primary-menu-container > ul > li.current-menu-item > a,
.yb-phase3 .mobile-navigation ul li a:hover,
.yb-phase3 .yb-lang-link.is-current,
.yb-phase3 .yb-lang-link:hover {
	color: var(--yb-red);
}

.yb-phase3 .yb-lang-switcher {
	align-items: center;
	display: inline-flex;
	gap: 8px;
}

.yb-phase3 .yb-lang-separator {
	color: rgba(44, 62, 80, 0.28);
}

.yb-phase3 .entry-content .yb-home,
.yb-phase3 .entry-content .yb-page {
	background: var(--yb-bg);
	color: var(--yb-text);
	font-family: var(--yb-font);
}

.yb-phase3 .entry-content .yb-home-hero,
.yb-phase3 .entry-content .yb-page-hero {
	background:
		linear-gradient(135deg, rgba(232, 244, 248, 0.86) 0%, rgba(255, 255, 255, 0.96) 54%, rgba(245, 245, 245, 0.74) 100%);
	border-bottom: 1px solid var(--yb-border);
	padding: 84px 24px 74px;
	position: relative;
}

.yb-phase3 .entry-content .yb-home-inner,
.yb-phase3 .entry-content .yb-page-inner {
	margin: 0 auto;
	max-width: 1120px;
	position: relative;
	z-index: 1;
}

.yb-phase3 .entry-content .yb-home-section,
.yb-phase3 .entry-content .yb-page-section {
	padding: 76px 24px;
}

.yb-phase3 .entry-content .yb-home-soft,
.yb-phase3 .entry-content .yb-page-soft,
.yb-phase3 .entry-content .yb-page-blue {
	background: var(--yb-bg-soft);
}

.yb-phase3 .entry-content .yb-page-blue,
.yb-phase3 .entry-content .yb-page-soft .yb-page-boundary,
.yb-phase3 .entry-content .yb-page-note {
	background: var(--yb-blue-soft);
}

.yb-phase3 .entry-content .yb-home-kicker,
.yb-phase3 .entry-content .yb-page-kicker {
	color: var(--yb-red);
	font-size: 13px;
	font-weight: 750;
	letter-spacing: 0.04em;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.yb-phase3 .entry-content .yb-home h1,
.yb-phase3 .entry-content .yb-page h1 {
	color: var(--yb-blue);
	font-family: var(--yb-font);
	font-size: clamp(30px, 4vw, 44px);
	font-weight: 750;
	letter-spacing: 0;
	line-height: 1.18;
	margin: 0;
	max-width: 920px;
}

.yb-phase3 .entry-content .yb-home h2,
.yb-phase3 .entry-content .yb-page h2,
.yb-phase3 .entry-content .yb-home-section-title,
.yb-phase3 .entry-content .yb-page-section-title {
	color: var(--yb-blue);
	font-family: var(--yb-font);
	font-size: clamp(24px, 2.7vw, 34px);
	font-weight: 740;
	letter-spacing: 0;
	line-height: 1.28;
	margin: 0 0 26px;
}

.yb-phase3 .entry-content .yb-home h3,
.yb-phase3 .entry-content .yb-page h3,
.yb-phase3 .entry-content .yb-home-card h3 {
	color: var(--yb-blue);
	font-family: var(--yb-font);
	font-size: clamp(20px, 2vw, 24px);
	font-weight: 720;
	letter-spacing: 0;
	line-height: 1.32;
}

.yb-phase3 .entry-content .yb-home-subheading,
.yb-phase3 .entry-content .yb-page-subheading,
.yb-phase3 .entry-content .yb-home p,
.yb-phase3 .entry-content .yb-page p,
.yb-phase3 .entry-content .yb-page-card,
.yb-phase3 .entry-content .yb-page-boundary {
	color: var(--yb-muted);
	font-size: 16.5px;
	line-height: 1.72;
}

.yb-phase3 .entry-content .yb-home-subheading,
.yb-phase3 .entry-content .yb-page-subheading {
	color: #4B5F72;
	font-size: clamp(17px, 1.7vw, 19px);
	max-width: 860px;
}

.yb-phase3 .entry-content .yb-home-actions,
.yb-phase3 .entry-content .yb-page-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.yb-phase3 .entry-content .yb-home-button,
.yb-phase3 .entry-content .yb-page-button,
.yb-phase3 .entry-content .wp-block-button__link,
.yb-phase3 .ff-btn-submit:not(.ff_btn_no_style) {
	align-items: center;
	border-radius: var(--yb-radius);
	display: inline-flex;
	font-family: var(--yb-font);
	font-size: 15.5px;
	font-weight: 750;
	justify-content: center;
	letter-spacing: 0;
	line-height: 1.25;
	min-height: 48px;
	padding: 13px 22px;
	text-decoration: none;
	transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease, box-shadow 140ms ease;
}

.yb-phase3 .entry-content .yb-home-button-primary,
.yb-phase3 .entry-content .yb-page-button-primary,
.yb-phase3 .entry-content .yb-page-final .yb-page-button,
.yb-phase3 .entry-content .yb-home-final .yb-home-button,
.yb-phase3 .ff-btn-submit:not(.ff_btn_no_style) {
	background: var(--yb-red);
	border: 1px solid var(--yb-red);
	color: #FFFFFF;
}

.yb-phase3 .entry-content .yb-home-button-primary:hover,
.yb-phase3 .entry-content .yb-page-button-primary:hover,
.yb-phase3 .entry-content .yb-page-final .yb-page-button:hover,
.yb-phase3 .entry-content .yb-home-final .yb-home-button:hover,
.yb-phase3 .ff-btn-submit:not(.ff_btn_no_style):hover {
	background: var(--yb-red-dark);
	border-color: var(--yb-red-dark);
	color: #FFFFFF;
	box-shadow: 0 10px 22px rgba(204, 29, 12, 0.18);
}

.yb-phase3 .entry-content .yb-home-button-secondary,
.yb-phase3 .entry-content .yb-page-button-secondary {
	background: #FFFFFF;
	border: 1px solid rgba(44, 62, 80, 0.28);
	color: var(--yb-blue);
}

.yb-phase3 .entry-content .yb-home-button-secondary:hover,
.yb-phase3 .entry-content .yb-page-button-secondary:hover {
	background: var(--yb-blue-soft);
	border-color: rgba(44, 62, 80, 0.4);
	color: var(--yb-blue);
}

.yb-phase3 .entry-content .yb-home-grid,
.yb-phase3 .entry-content .yb-page-grid,
.yb-phase3 .entry-content .yb-home-values,
.yb-phase3 .entry-content .yb-home-process,
.yb-phase3 .entry-content .yb-page-process {
	gap: 22px;
}

.yb-phase3 .entry-content .yb-home-card,
.yb-phase3 .entry-content .yb-home-value,
.yb-phase3 .entry-content .yb-home-step,
.yb-phase3 .entry-content .yb-page-item,
.yb-phase3 .entry-content .yb-page-step,
.yb-phase3 .entry-content .yb-page-card,
.yb-phase3 .entry-content .yb-page-boundary,
.yb-phase3 .entry-content .yb-form-anchor {
	background: #FFFFFF;
	border: 1px solid var(--yb-border);
	border-radius: var(--yb-radius);
	box-shadow: var(--yb-shadow);
	padding: 26px;
	position: relative;
}

.yb-phase3 .entry-content .yb-home-card::before,
.yb-phase3 .entry-content .yb-home-value::before,
.yb-phase3 .entry-content .yb-page-item::before,
.yb-phase3 .entry-content .yb-page-card::before,
.yb-phase3 .entry-content .yb-page-boundary::before,
.yb-phase3 .entry-content .yb-form-anchor::before {
	background: var(--yb-red);
	border-radius: var(--yb-radius) var(--yb-radius) 0 0;
	content: "";
	height: 3px;
	left: -1px;
	position: absolute;
	right: -1px;
	top: -1px;
}

.yb-phase3 .entry-content .yb-home-note,
.yb-phase3 .entry-content .yb-page-note,
.yb-phase3 .entry-content .yb-page-boundary {
	border-left: 4px solid var(--yb-red);
	color: var(--yb-blue);
}

.yb-phase3 .entry-content .yb-home-step::before,
.yb-phase3 .entry-content .yb-page-step::before {
	background: var(--yb-red);
	box-shadow: 0 8px 18px rgba(204, 29, 12, 0.16);
}

.yb-phase3 .entry-content .yb-home-final,
.yb-phase3 .entry-content .yb-page-final {
	background: var(--yb-blue);
	color: #FFFFFF;
}

.yb-phase3 .entry-content .yb-home-final h2,
.yb-phase3 .entry-content .yb-page-final h2 {
	color: #FFFFFF;
}

.yb-phase3 .fluentform,
.yb-phase3 .fluent_form {
	color: var(--yb-text);
	font-family: var(--yb-font);
}

.yb-phase3 .fluentform .ff-el-group,
.yb-phase3 .fluent_form .ff-el-group {
	margin-bottom: 20px;
}

.yb-phase3 .fluentform label,
.yb-phase3 .fluent_form label,
.yb-phase3 .ff-el-input--label label {
	color: var(--yb-blue);
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.45;
}

.yb-phase3 .fluentform .ff-el-form-control,
.yb-phase3 .fluent_form .ff-el-form-control {
	background: #FFFFFF;
	border: 1px solid #CAD7E0;
	border-radius: 7px;
	box-shadow: none;
	color: var(--yb-text);
	font-size: 16px;
	min-height: 46px;
	padding: 11px 13px;
}

.yb-phase3 .fluentform textarea.ff-el-form-control,
.yb-phase3 .fluent_form textarea.ff-el-form-control {
	line-height: 1.6;
	min-height: 132px;
}

.yb-phase3 .fluentform .ff-el-form-control:focus,
.yb-phase3 .fluent_form .ff-el-form-control:focus {
	border-color: var(--yb-red);
	box-shadow: 0 0 0 3px rgba(204, 29, 12, 0.12);
	outline: none;
}

.yb-phase3 .ff-el-form-check,
.yb-phase3 .ff-el-form-check-label,
.yb-phase3 .ff-el-form-check-label span {
	color: var(--yb-text);
	font-size: 15px;
	line-height: 1.6;
}

.yb-phase3 .ff-el-form-check {
	align-items: flex-start;
	display: flex;
	gap: 10px;
	margin: 10px 0;
}

.yb-phase3 .ff-el-form-check input[type="checkbox"],
.yb-phase3 .ff-el-form-check input[type="radio"] {
	flex: 0 0 auto;
	height: 18px;
	margin-top: 3px;
	width: 18px;
}

.yb-phase3 .ff-el-help-message,
.yb-phase3 .ff-el-is-error .text-danger {
	font-size: 14px;
	line-height: 1.55;
}

.yb-phase3 .ff-el-is-error .ff-el-form-control {
	border-color: var(--yb-red);
}

.yb-phase3 .ff-message-success {
	background: var(--yb-blue-soft);
	border: 1px solid var(--yb-border);
	border-left: 4px solid var(--yb-red);
	border-radius: var(--yb-radius);
	color: var(--yb-blue);
	line-height: 1.65;
	padding: 16px 18px;
}

.yb-phase3.page-id-4 .entry-hero.page-hero-section,
.yb-phase3.page-id-5 .entry-hero.page-hero-section {
	display: none;
}

.yb-phase3.page-id-6 .entry-hero.page-hero-section,
.yb-phase3.page-id-7 .entry-hero.page-hero-section,
.yb-phase3.page-id-8 .entry-hero.page-hero-section,
.yb-phase3.page-id-9 .entry-hero.page-hero-section {
	display: none;
}

.yb-phase3 .yb-home-prototype .yb-home-hero {
	background:
		linear-gradient(135deg, rgba(232, 244, 248, 0.92) 0%, rgba(255, 255, 255, 0.96) 56%, rgba(245, 245, 245, 0.88) 100%);
	padding-bottom: 82px;
	padding-top: 88px;
}

.yb-phase3 .yb-home-prototype .yb-home-hero-grid {
	align-items: center;
	display: grid;
	gap: 46px;
	grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.72fr);
}

.yb-phase3 .yb-home-prototype .yb-home-visual {
	background: rgba(255, 255, 255, 0.74);
	border: 1px solid rgba(44, 62, 80, 0.12);
	border-radius: 8px;
	box-shadow: var(--yb-shadow);
	min-height: 288px;
	overflow: hidden;
	position: relative;
}

.yb-phase3 .yb-home-prototype .yb-home-visual-points {
	display: grid;
	gap: 12px;
	inset: auto 26px 26px 26px;
	position: absolute;
}

.yb-phase3 .yb-home-prototype .yb-home-bridge-mark {
	border-bottom: 2px solid rgba(44, 62, 80, 0.32);
	height: 152px;
	left: 34px;
	position: absolute;
	right: 34px;
	top: 40px;
}

.yb-phase3 .yb-home-prototype .yb-home-bridge-mark::before {
	border-top: 4px solid var(--yb-red);
	border-radius: 100% 100% 0 0;
	content: "";
	height: 130px;
	left: 0;
	position: absolute;
	right: 0;
	top: 28px;
}

.yb-phase3 .yb-home-prototype .yb-home-bridge-mark span {
	background: rgba(44, 62, 80, 0.28);
	bottom: 0;
	position: absolute;
	width: 2px;
}

.yb-phase3 .yb-home-prototype .yb-home-bridge-mark span:nth-child(1) {
	height: 58px;
	left: 20%;
}

.yb-phase3 .yb-home-prototype .yb-home-bridge-mark span:nth-child(2) {
	height: 98px;
	left: 50%;
}

.yb-phase3 .yb-home-prototype .yb-home-bridge-mark span:nth-child(3) {
	height: 70px;
	left: 78%;
}

.yb-phase3 .yb-home-prototype .yb-home-visual-point {
	align-items: center;
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid rgba(44, 62, 80, 0.12);
	border-radius: 8px;
	color: var(--yb-blue);
	display: flex;
	font-size: 14px;
	font-weight: 700;
	gap: 10px;
	padding: 12px 14px;
}

.yb-phase3 .yb-home-prototype .yb-home-visual-point::before {
	background: var(--yb-red);
	border-radius: 999px;
	content: "";
	flex: 0 0 auto;
	height: 8px;
	width: 8px;
}

.yb-phase3 .yb-home-prototype .yb-home-section-heading {
	display: grid;
	gap: 10px;
	margin-bottom: 28px;
	max-width: 820px;
}

.yb-phase3 .yb-home-prototype .yb-home-section-heading .yb-home-section-title {
	margin-bottom: 0;
}

.yb-phase3 .yb-home-prototype .yb-home-section-intro {
	color: var(--yb-muted);
	margin: 0;
	max-width: 760px;
}

.yb-phase3 .yb-home-prototype .yb-home-service-card {
	min-height: 100%;
	padding: 30px;
}

.yb-phase3 .yb-home-prototype .yb-home-service-card-medical {
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(232, 244, 248, 0.55) 100%);
}

.yb-phase3 .yb-home-prototype .yb-home-card-icon {
	align-items: center;
	border: 1px solid rgba(44, 62, 80, 0.14);
	border-radius: 8px;
	color: var(--yb-blue);
	display: inline-flex;
	height: 42px;
	justify-content: center;
	margin-bottom: 18px;
	width: 42px;
}

.yb-phase3 .yb-home-prototype .yb-home-card-icon::before,
.yb-phase3 .yb-home-prototype .yb-home-card-icon::after {
	content: "";
	display: block;
	position: absolute;
}

.yb-phase3 .yb-home-prototype .yb-home-card-icon {
	position: relative;
}

.yb-phase3 .yb-home-prototype .yb-home-card-icon-business::before {
	border: 2px solid currentColor;
	border-radius: 3px;
	height: 18px;
	width: 22px;
}

.yb-phase3 .yb-home-prototype .yb-home-card-icon-business::after {
	border-left: 2px solid currentColor;
	border-top: 2px solid currentColor;
	height: 8px;
	top: 11px;
	transform: rotate(45deg);
	width: 8px;
}

.yb-phase3 .yb-home-prototype .yb-home-card-icon-document::before {
	border: 2px solid currentColor;
	border-radius: 3px;
	height: 24px;
	width: 18px;
}

.yb-phase3 .yb-home-prototype .yb-home-card-icon-document::after {
	background: currentColor;
	box-shadow: 0 6px 0 currentColor, 0 12px 0 currentColor;
	height: 2px;
	width: 10px;
}

.yb-phase3 .yb-home-prototype .yb-home-card-link {
	color: var(--yb-red);
	display: inline-flex;
	font-weight: 750;
	margin-top: 18px;
	text-decoration: none;
}

.yb-phase3 .yb-home-prototype .yb-home-card-link:hover {
	color: var(--yb-red-dark);
	text-decoration: underline;
	text-underline-offset: 4px;
}

.yb-phase3 .yb-home-prototype .yb-home-values {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.yb-phase3 .yb-home-prototype .yb-home-value {
	align-content: start;
	display: grid;
	gap: 6px;
	min-height: 112px;
}

.yb-phase3 .yb-home-prototype .yb-home-value span {
	color: var(--yb-muted);
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}

.yb-phase3 .yb-home-prototype .yb-home-process {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.yb-phase3 .yb-home-prototype .yb-home-step {
	min-height: 148px;
}

.yb-phase3 .yb-home-prototype .yb-home-step span {
	color: var(--yb-muted);
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.55;
	margin-top: 8px;
}

.yb-phase3 .yb-home-prototype .yb-home-final {
	padding-bottom: 70px;
	padding-top: 70px;
}

.yb-phase3 .yb-home-prototype .yb-home-final p {
	color: rgba(255, 255, 255, 0.82);
	margin: 14px auto 0;
	max-width: 720px;
}

.yb-phase3 .yb-service-prototype .yb-service-hero {
	border-bottom: 1px solid var(--yb-border);
	padding: 84px 24px 74px;
}

.yb-phase3 .yb-service-prototype.yb-service-business .yb-service-hero {
	background:
		linear-gradient(135deg, rgba(44, 62, 80, 0.08) 0%, rgba(255, 255, 255, 0.98) 54%, rgba(245, 245, 245, 0.92) 100%);
}

.yb-phase3 .yb-service-prototype.yb-service-medical .yb-service-hero {
	background:
		linear-gradient(135deg, rgba(232, 244, 248, 0.96) 0%, rgba(255, 255, 255, 0.98) 62%, rgba(232, 244, 248, 0.56) 100%);
}

.yb-phase3 .yb-service-prototype .yb-service-hero-grid {
	align-items: center;
	display: grid;
	gap: 44px;
	grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.72fr);
}

.yb-phase3 .yb-service-prototype .yb-service-panel {
	background: rgba(255, 255, 255, 0.86);
	border: 1px solid rgba(44, 62, 80, 0.12);
	border-radius: var(--yb-radius);
	box-shadow: var(--yb-shadow);
	display: grid;
	gap: 14px;
	padding: 28px;
}

.yb-phase3 .yb-service-prototype .yb-service-panel-line {
	align-items: center;
	color: var(--yb-blue);
	display: flex;
	font-weight: 720;
	gap: 12px;
}

.yb-phase3 .yb-service-prototype .yb-service-panel-line::before {
	background: var(--yb-red);
	border-radius: 999px;
	content: "";
	flex: 0 0 auto;
	height: 9px;
	width: 9px;
}

.yb-phase3 .yb-service-prototype .yb-service-section-heading {
	display: grid;
	gap: 10px;
	margin-bottom: 28px;
	max-width: 820px;
}

.yb-phase3 .yb-service-prototype .yb-service-section-heading .yb-page-section-title {
	margin-bottom: 0;
}

.yb-phase3 .yb-service-prototype .yb-service-section-intro {
	color: var(--yb-muted);
	margin: 0;
	max-width: 760px;
}

.yb-phase3 .yb-service-prototype .yb-service-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.yb-phase3 .yb-service-prototype .yb-service-card {
	background: #FFFFFF;
	border: 1px solid var(--yb-border);
	border-radius: var(--yb-radius);
	box-shadow: var(--yb-shadow);
	display: grid;
	gap: 10px;
	min-height: 100%;
	padding: 26px;
	position: relative;
}

.yb-phase3 .yb-service-prototype .yb-service-card::before {
	background: var(--yb-red);
	border-radius: var(--yb-radius) var(--yb-radius) 0 0;
	content: "";
	height: 3px;
	left: -1px;
	position: absolute;
	right: -1px;
	top: -1px;
}

.yb-phase3 .yb-service-prototype.yb-service-medical .yb-service-card {
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(232, 244, 248, 0.5) 100%);
}

.yb-phase3 .yb-service-prototype .yb-service-card-icon {
	align-items: center;
	border: 1px solid rgba(44, 62, 80, 0.14);
	border-radius: 8px;
	color: var(--yb-blue);
	display: inline-flex;
	height: 42px;
	justify-content: center;
	margin-bottom: 4px;
	position: relative;
	width: 42px;
}

.yb-phase3 .yb-service-prototype .yb-service-card-icon::before,
.yb-phase3 .yb-service-prototype .yb-service-card-icon::after {
	content: "";
	position: absolute;
}

.yb-phase3 .yb-service-prototype .yb-service-icon-calendar::before {
	border: 2px solid currentColor;
	border-radius: 3px;
	height: 22px;
	width: 22px;
}

.yb-phase3 .yb-service-prototype .yb-service-icon-calendar::after {
	background: currentColor;
	height: 2px;
	top: 17px;
	width: 16px;
}

.yb-phase3 .yb-service-prototype .yb-service-icon-message::before {
	border: 2px solid currentColor;
	border-radius: 4px;
	height: 17px;
	width: 24px;
}

.yb-phase3 .yb-service-prototype .yb-service-icon-message::after {
	border-bottom: 2px solid currentColor;
	border-left: 2px solid currentColor;
	bottom: 10px;
	height: 7px;
	transform: rotate(-35deg);
	width: 7px;
}

.yb-phase3 .yb-service-prototype .yb-service-icon-document::before {
	border: 2px solid currentColor;
	border-radius: 3px;
	height: 24px;
	width: 18px;
}

.yb-phase3 .yb-service-prototype .yb-service-icon-document::after {
	background: currentColor;
	box-shadow: 0 6px 0 currentColor, 0 12px 0 currentColor;
	height: 2px;
	width: 10px;
}

.yb-phase3 .yb-service-prototype .yb-service-icon-map::before {
	border: 2px solid currentColor;
	border-radius: 50% 50% 50% 0;
	height: 20px;
	transform: rotate(-45deg);
	width: 20px;
}

.yb-phase3 .yb-service-prototype .yb-service-icon-map::after {
	background: currentColor;
	border-radius: 999px;
	height: 5px;
	width: 5px;
}

.yb-phase3 .yb-service-prototype .yb-service-card h3 {
	color: var(--yb-blue);
	font-size: 21px;
	line-height: 1.3;
	margin: 0;
}

.yb-phase3 .yb-service-prototype .yb-service-card p {
	color: var(--yb-muted);
	font-size: 15.5px;
	line-height: 1.68;
	margin: 0;
}

.yb-phase3 .yb-service-prototype .yb-service-process {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.yb-phase3 .yb-service-prototype .yb-service-step {
	background: #FFFFFF;
	border: 1px solid var(--yb-border);
	border-radius: var(--yb-radius);
	box-shadow: var(--yb-shadow);
	color: var(--yb-blue);
	font-weight: 740;
	min-height: 152px;
	padding: 22px;
	position: relative;
}

.yb-phase3 .yb-service-prototype .yb-service-step::before {
	align-items: center;
	background: var(--yb-red);
	border-radius: 999px;
	color: #FFFFFF;
	content: attr(data-step);
	display: inline-flex;
	font-size: 13px;
	font-weight: 800;
	height: 30px;
	justify-content: center;
	margin-bottom: 14px;
	width: 30px;
}

.yb-phase3 .yb-service-prototype .yb-service-step span {
	color: var(--yb-muted);
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.55;
	margin-top: 8px;
}

.yb-phase3 .yb-service-prototype .yb-service-boundary {
	background: var(--yb-blue-soft);
	border: 1px solid var(--yb-border);
	border-left: 4px solid var(--yb-red);
	border-radius: var(--yb-radius);
	color: var(--yb-blue);
	line-height: 1.72;
	max-width: 980px;
	padding: 24px 26px;
}

.yb-phase3 .yb-service-prototype.yb-service-business .yb-service-final {
	background: var(--yb-blue);
}

.yb-phase3 .yb-service-prototype.yb-service-medical .yb-service-final {
	background: #FFFFFF;
	border-top: 1px solid var(--yb-border);
}

.yb-phase3 .yb-service-prototype.yb-service-medical .yb-service-final h2 {
	color: var(--yb-blue);
}

.yb-phase3 .yb-service-prototype.yb-service-medical .yb-service-final p {
	color: var(--yb-muted);
}

.yb-phase3.page-id-12 .entry-hero.page-hero-section,
.yb-phase3.page-id-13 .entry-hero.page-hero-section,
.yb-phase3.page-id-10 .entry-hero.page-hero-section,
.yb-phase3.page-id-11 .entry-hero.page-hero-section,
.yb-phase3.page-id-14 .entry-hero.page-hero-section,
.yb-phase3.page-id-15 .entry-hero.page-hero-section,
.yb-phase3.page-id-16 .entry-hero.page-hero-section,
.yb-phase3.page-id-17 .entry-hero.page-hero-section,
.yb-phase3.page-id-18 .entry-hero.page-hero-section,
.yb-phase3.page-id-19 .entry-hero.page-hero-section {
	display: none;
}

.yb-phase3 .yb-readable-prototype {
	background: var(--yb-bg);
	color: var(--yb-text);
}

.yb-phase3 .yb-readable-prototype .yb-readable-hero {
	background:
		linear-gradient(135deg, rgba(232, 244, 248, 0.9) 0%, rgba(255, 255, 255, 0.97) 58%, rgba(245, 245, 245, 0.86) 100%);
	border-bottom: 1px solid var(--yb-border);
	padding: 78px 24px 68px;
}

.yb-phase3 .yb-readable-prototype .yb-readable-inner {
	margin: 0 auto;
	max-width: 1080px;
}

.yb-phase3 .yb-readable-prototype .yb-readable-narrow {
	max-width: 840px;
}

.yb-phase3 .yb-readable-prototype .yb-readable-kicker {
	color: var(--yb-red);
	font-size: 13px;
	font-weight: 750;
	letter-spacing: 0.04em;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.yb-phase3 .yb-readable-prototype .yb-readable-section {
	padding: 70px 24px;
}

.yb-phase3 .yb-readable-prototype .yb-readable-section-soft {
	background: var(--yb-bg-soft);
}

.yb-phase3 .yb-readable-prototype .yb-readable-section-heading {
	display: grid;
	gap: 10px;
	margin-bottom: 28px;
	max-width: 820px;
}

.yb-phase3 .yb-readable-prototype .yb-readable-section-heading h2 {
	margin-bottom: 0;
}

.yb-phase3 .yb-readable-prototype .yb-readable-intro,
.yb-phase3 .yb-readable-prototype .yb-readable-card p,
.yb-phase3 .yb-readable-prototype .yb-readable-note p {
	color: var(--yb-muted);
	font-size: 16px;
	line-height: 1.74;
	margin: 0;
}

.yb-phase3 .yb-readable-prototype .yb-readable-intro {
	max-width: 840px;
}

.yb-phase3 .yb-readable-prototype .yb-readable-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.yb-phase3 .yb-readable-prototype .yb-readable-card,
.yb-phase3 .yb-readable-prototype .yb-readable-note {
	background: #FFFFFF;
	border: 1px solid var(--yb-border);
	border-radius: var(--yb-radius);
	box-shadow: var(--yb-shadow);
	padding: 26px;
	position: relative;
}

.yb-phase3 .yb-readable-prototype .yb-readable-card::before {
	background: var(--yb-red);
	border-radius: var(--yb-radius) var(--yb-radius) 0 0;
	content: "";
	height: 3px;
	left: -1px;
	position: absolute;
	right: -1px;
	top: -1px;
}

.yb-phase3 .yb-readable-prototype .yb-readable-card h3,
.yb-phase3 .yb-readable-prototype .yb-readable-note h3 {
	color: var(--yb-blue);
	font-size: 21px;
	line-height: 1.32;
	margin: 0 0 12px;
}

.yb-phase3 .yb-readable-prototype .yb-readable-card ul,
.yb-phase3 .yb-readable-prototype .yb-readable-note ul {
	color: var(--yb-muted);
	line-height: 1.72;
	margin: 14px 0 0 1.2em;
	padding: 0;
}

.yb-phase3 .yb-readable-prototype .yb-readable-card li,
.yb-phase3 .yb-readable-prototype .yb-readable-note li {
	margin-bottom: 8px;
}

.yb-phase3 .yb-readable-prototype .yb-readable-note {
	background: var(--yb-blue-soft);
	border-left: 4px solid var(--yb-red);
	box-shadow: none;
	color: var(--yb-blue);
}

.yb-phase3 .yb-readable-prototype .yb-readable-note p,
.yb-phase3 .yb-readable-prototype .yb-readable-note li {
	color: #40566A;
}

.yb-phase3 .yb-readable-prototype .yb-readable-full {
	grid-column: 1 / -1;
}

.yb-phase3 .yb-readable-prototype .yb-readable-final {
	background: #FFFFFF;
	border-top: 1px solid var(--yb-border);
	padding: 58px 24px;
}

.yb-phase3 .yb-readable-prototype .yb-readable-final p {
	color: var(--yb-muted);
	max-width: 760px;
}

.yb-phase3 .yb-about-prototype .yb-about-services,
.yb-phase3 .yb-about-prototype .yb-about-values {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.yb-phase3 .yb-about-prototype .yb-about-values {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.yb-phase3 .yb-about-prototype .yb-company-list {
	display: grid;
	gap: 0;
	margin: 0;
}

.yb-phase3 .yb-about-prototype .yb-company-row {
	border-bottom: 1px solid var(--yb-border);
	display: grid;
	gap: 14px;
	grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1fr);
	padding: 14px 0;
}

.yb-phase3 .yb-about-prototype .yb-company-row:last-child {
	border-bottom: 0;
}

.yb-phase3 .yb-about-prototype .yb-company-row dt {
	color: var(--yb-blue);
	font-weight: 750;
	margin: 0;
}

.yb-phase3 .yb-about-prototype .yb-company-row dd {
	color: var(--yb-muted);
	margin: 0;
}

.yb-phase3 .yb-faq-prototype .yb-faq-group {
	display: grid;
	gap: 14px;
	margin-top: 22px;
}

.yb-phase3 .yb-faq-prototype .yb-faq-item {
	background: #FFFFFF;
	border: 1px solid var(--yb-border);
	border-radius: var(--yb-radius);
	box-shadow: var(--yb-shadow);
	overflow: hidden;
}

.yb-phase3 .yb-faq-prototype .yb-faq-item summary {
	color: var(--yb-blue);
	cursor: pointer;
	font-size: 17px;
	font-weight: 750;
	line-height: 1.45;
	list-style: none;
	padding: 18px 52px 18px 20px;
	position: relative;
}

.yb-phase3 .yb-faq-prototype .yb-faq-item summary::-webkit-details-marker {
	display: none;
}

.yb-phase3 .yb-faq-prototype .yb-faq-item summary::after {
	border-bottom: 2px solid var(--yb-red);
	border-right: 2px solid var(--yb-red);
	content: "";
	height: 9px;
	position: absolute;
	right: 22px;
	top: 22px;
	transform: rotate(45deg);
	transition: transform 140ms ease;
	width: 9px;
}

.yb-phase3 .yb-faq-prototype .yb-faq-item[open] summary::after {
	top: 26px;
	transform: rotate(225deg);
}

.yb-phase3 .yb-faq-prototype .yb-faq-answer {
	border-top: 1px solid var(--yb-border);
	color: var(--yb-muted);
	font-size: 16px;
	line-height: 1.72;
	padding: 18px 20px 20px;
}

.yb-phase3 .yb-faq-prototype .yb-faq-answer p {
	margin: 0;
}

.yb-phase3 .yb-contact-prototype .yb-contact-choice-grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.yb-phase3 .yb-contact-prototype .yb-contact-choice {
	min-height: 100%;
}

.yb-phase3 .yb-contact-prototype .yb-contact-choice p {
	margin-bottom: 18px;
}

.yb-phase3 .yb-contact-prototype .yb-contact-form-card {
	background: #FFFFFF;
	border: 1px solid var(--yb-border);
	border-radius: var(--yb-radius);
	box-shadow: var(--yb-shadow);
	margin: 0 auto;
	max-width: 920px;
	padding: 30px;
	position: relative;
}

.yb-phase3 .yb-contact-prototype .yb-contact-form-card::before {
	background: var(--yb-red);
	border-radius: var(--yb-radius) var(--yb-radius) 0 0;
	content: "";
	height: 3px;
	left: -1px;
	position: absolute;
	right: -1px;
	top: -1px;
}

.yb-phase3 .yb-contact-prototype .yb-contact-form-card-medical {
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(232, 244, 248, 0.46) 100%);
}

.yb-phase3 .yb-contact-prototype .yb-contact-form-shell {
	margin-top: 24px;
}

.yb-phase3 .yb-contact-prototype .yb-contact-form-shell .fluentform,
.yb-phase3 .yb-contact-prototype .yb-contact-form-shell .fluent_form {
	background: #FFFFFF;
	border: 1px solid rgba(44, 62, 80, 0.1);
	border-radius: var(--yb-radius);
	padding: 22px;
}

.yb-phase3 .yb-contact-prototype .yb-contact-note {
	background: var(--yb-blue-soft);
	border: 1px solid var(--yb-border);
	border-left: 4px solid var(--yb-red);
	border-radius: var(--yb-radius);
	color: #40566A;
	line-height: 1.72;
	margin-top: 18px;
	padding: 18px 20px;
}

.yb-phase3 .yb-contact-prototype .yb-contact-note p {
	margin: 0;
}

.yb-phase3 .yb-contact-prototype .yb-contact-note + .yb-contact-note {
	margin-top: 12px;
}

.yb-phase3 .yb-contact-prototype .ff-el-form-check-label {
	max-width: 100%;
}

.yb-phase3 .yb-contact-prototype .ff-el-input--label,
.yb-phase3 .yb-contact-prototype .ff-el-form-check {
	margin-bottom: 8px;
}

@media (max-width: 1024px) {
	.yb-phase3 .entry-content .yb-home-section,
	.yb-phase3 .entry-content .yb-page-section {
		padding: 62px 22px;
	}

	.yb-phase3 .yb-home-prototype .yb-home-hero-grid,
	.yb-phase3 .yb-home-prototype .yb-home-values,
	.yb-phase3 .yb-home-prototype .yb-home-process {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.yb-phase3 .yb-service-prototype .yb-service-hero-grid,
	.yb-phase3 .yb-service-prototype .yb-service-grid,
	.yb-phase3 .yb-service-prototype .yb-service-process {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.yb-phase3 .yb-readable-prototype .yb-readable-grid {
		grid-template-columns: 1fr;
	}

	.yb-phase3 .yb-about-prototype .yb-about-values {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.yb-phase3 .yb-contact-prototype .yb-contact-choice-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.yb-phase3 .site-title,
	.yb-phase3 .mobile-site-branding .site-title {
		font-size: 18px;
	}

	.yb-phase3 .entry-content .yb-home-hero,
	.yb-phase3 .entry-content .yb-page-hero {
		padding: 58px 18px 50px;
	}

	.yb-phase3 .entry-content .yb-home-section,
	.yb-phase3 .entry-content .yb-page-section {
		padding: 46px 18px;
	}

	.yb-phase3 .entry-content .yb-home-actions,
	.yb-phase3 .entry-content .yb-page-actions {
		align-items: stretch;
		flex-direction: column;
		gap: 12px;
	}

	.yb-phase3 .entry-content .yb-home-button,
	.yb-phase3 .entry-content .yb-page-button,
	.yb-phase3 .entry-content .wp-block-button__link,
	.yb-phase3 .ff-btn-submit:not(.ff_btn_no_style) {
		width: 100%;
	}

	.yb-phase3 .entry-content .yb-home-card,
	.yb-phase3 .entry-content .yb-home-value,
	.yb-phase3 .entry-content .yb-home-step,
	.yb-phase3 .entry-content .yb-page-item,
	.yb-phase3 .entry-content .yb-page-step,
	.yb-phase3 .entry-content .yb-page-card,
	.yb-phase3 .entry-content .yb-page-boundary,
	.yb-phase3 .entry-content .yb-form-anchor {
		padding: 20px;
	}

	.yb-phase3 .fluentform .ff-el-group,
	.yb-phase3 .fluent_form .ff-el-group {
		margin-bottom: 18px;
	}

	.yb-phase3 .ff-el-form-check,
	.yb-phase3 .ff-el-form-check-label,
	.yb-phase3 .ff-el-form-check-label span {
		font-size: 14.5px;
	}

	.yb-phase3 .yb-home-prototype .yb-home-hero-grid,
	.yb-phase3 .yb-home-prototype .yb-home-values,
	.yb-phase3 .yb-home-prototype .yb-home-process {
		grid-template-columns: 1fr;
	}

	.yb-phase3 .yb-home-prototype .yb-home-visual {
		min-height: 220px;
	}

	.yb-phase3 .yb-home-prototype .yb-home-service-card,
	.yb-phase3 .yb-home-prototype .yb-home-value,
	.yb-phase3 .yb-home-prototype .yb-home-step {
		min-height: auto;
	}

	.yb-phase3 .yb-service-prototype .yb-service-hero {
		padding: 56px 18px 48px;
	}

	.yb-phase3 .yb-service-prototype .yb-service-hero-grid,
	.yb-phase3 .yb-service-prototype .yb-service-grid,
	.yb-phase3 .yb-service-prototype .yb-service-process {
		grid-template-columns: 1fr;
	}

	.yb-phase3 .yb-service-prototype .yb-service-panel,
	.yb-phase3 .yb-service-prototype .yb-service-card,
	.yb-phase3 .yb-service-prototype .yb-service-step,
	.yb-phase3 .yb-service-prototype .yb-service-boundary {
		min-height: auto;
		padding: 20px;
	}

	.yb-phase3 .yb-readable-prototype .yb-readable-hero {
		padding: 56px 18px 48px;
	}

	.yb-phase3 .yb-readable-prototype .yb-readable-section,
	.yb-phase3 .yb-readable-prototype .yb-readable-final {
		padding: 46px 18px;
	}

	.yb-phase3 .yb-readable-prototype .yb-readable-card,
	.yb-phase3 .yb-readable-prototype .yb-readable-note {
		padding: 20px;
	}

	.yb-phase3 .yb-about-prototype .yb-about-services,
	.yb-phase3 .yb-about-prototype .yb-about-values,
	.yb-phase3 .yb-about-prototype .yb-company-row {
		grid-template-columns: 1fr;
	}

	.yb-phase3 .yb-faq-prototype .yb-faq-item summary {
		font-size: 16px;
		padding: 16px 46px 16px 18px;
	}

	.yb-phase3 .yb-faq-prototype .yb-faq-answer {
		padding: 16px 18px 18px;
	}

	.yb-phase3 .yb-contact-prototype .yb-contact-form-card {
		padding: 20px;
	}

	.yb-phase3 .yb-contact-prototype .yb-contact-form-shell .fluentform,
	.yb-phase3 .yb-contact-prototype .yb-contact-form-shell .fluent_form {
		padding: 16px;
	}

	.yb-phase3 .yb-contact-prototype .yb-contact-note {
		padding: 16px 18px;
	}
}
