.start-page--beginner {
	--start-star-cream: #fff8de;
	--start-bapteme-ink: #19514f;
}

.start-page--beginner .start-hero {
	position: relative;
	overflow: hidden;
	padding: 68px 0 54px;
	background-image:
		radial-gradient(circle at top left, rgba(20, 152, 68, .12), transparent 24%),
		radial-gradient(circle at top right, rgba(239, 11, 120, .10), transparent 22%),
		linear-gradient(rgba(255,255,255,.9), rgba(255,255,255,.96)),
		url('/wp-content/uploads/formation-hero.jpg');
}

.start-page--beginner .start-hero::after {
	content: '✦';
	position: absolute;
	right: 12%;
	top: 110px;
	color: var(--start-star-cream);
	font-size: 4.4rem;
	line-height: 1;
	text-shadow: 0 0 22px rgba(255,255,255,.36);
	pointer-events: none;
	transform: rotate(8deg);
}

.start-page--beginner .start-hero h1 {
	max-width: 980px;
	margin: 0 auto;
	font-size: clamp(2.4rem, 5vw, 4.5rem);
	line-height: 1.02;
	text-wrap: balance;
}

.start-page--beginner .start-hero-reassure {
	display: grid;
	gap: 12px;
	max-width: 920px;
	margin: 16px auto 0;
}

.start-page--beginner .start-hero-reassure__lead {
	margin: 0;
	color: var(--start-purple-dark);
	font-size: .98rem;
	font-weight: 800;
	line-height: 1.35;
}

.start-page--beginner .start-hero-reassure__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.start-page--beginner .start-hero-reassure__list li {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 13px;
	border-radius: 999px;
	background: rgba(255,255,255,.84);
	border: 1px solid rgba(116,23,111,.08);
	color: #4c4056;
	font-size: .84rem;
	font-weight: 700;
	line-height: 1.2;
	box-shadow: 0 8px 18px rgba(63,18,63,.04);
}

.start-page--beginner .start-hero-reassure__list li::before {
	content: '✦';
	flex: 0 0 auto;
	margin-right: 8px;
	color: var(--start-bapteme-ink);
	font-size: .72rem;
	line-height: 1;
	transform: translateY(-1px) rotate(8deg);
}

.start-page--beginner .start-lead {
	max-width: none;
	margin: 14px 0 0;
	font-size: 1.18rem;
	line-height: 1.48;
	text-align: left;
}

.start-page--beginner .start-hero .start-lead {
	max-width: 34ch;
	margin: 18px auto 0;
	text-align: center;
}

.start-page--beginner .start-hero-actions,
.start-page--beginner .start-final-actions {
	justify-content: center;
	margin-top: 28px;
}

.start-page--beginner .start-hero-flow {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	max-width: 880px;
	margin: 38px auto 0;
}

.start-page--beginner .start-hero-step {
	position: relative;
	overflow: hidden;
	display: block;
	padding: 24px 24px 23px;
	border-radius: 24px;
	border: 1px solid var(--start-border);
	background: #fff;
	box-shadow: 0 18px 36px rgba(63, 18, 63, .08);
	color: inherit;
	text-decoration: none;
	text-align: left;
}

.start-page--beginner .start-hero-step--bapteme {
	background:
		linear-gradient(145deg, rgba(255,255,255,.92), rgba(255,255,255,.92)),
		linear-gradient(120deg, rgba(20,152,68,.16), rgba(84,194,191,.14));
	border-color: rgba(20,152,68,.2);
}

.start-page--beginner .start-hero-step--choix {
	background:
		linear-gradient(145deg, rgba(255,255,255,.94), rgba(255,255,255,.94)),
		linear-gradient(120deg, rgba(116,23,111,.08), rgba(255,183,44,.12));
}

.start-page--beginner .start-hero-step--choix::before {
	content: '✦';
	position: absolute;
	top: 12px;
	right: 18px;
	color: rgba(255, 183, 44, .74);
	font-size: 1.55rem;
	line-height: 1;
	transform: rotate(10deg);
}

.start-page--beginner .start-hero-step__eyebrow,
.start-page--beginner .start-kicker--step {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	margin: 0 0 14px;
	padding: 0 12px;
	border-radius: 999px;
	background: var(--start-purple-dark);
	color: #fff;
	font-size: .74rem;
	font-weight: 900;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.start-page--beginner .start-hero-step--bapteme .start-hero-step__eyebrow,
.start-page--beginner .start-kicker--step-bapteme {
	background: #4da9a5;
}

.start-page--beginner .start-kicker--step-choix {
	background: var(--start-purple-dark);
}

.start-page--beginner .start-hero-step strong {
	display: block;
	margin-bottom: 10px;
	color: var(--start-purple-dark);
	font-size: 1.35rem;
	line-height: 1.15;
}

.start-page--beginner .start-hero-step p {
	margin: 0;
	color: var(--start-muted);
	font-size: .98rem;
	line-height: 1.42;
}

.start-page--beginner .start-bapteme-teaser {
	position: relative;
	display: block;
	left: 50%;
	width: 100vw;
	height: clamp(240px, 33vw, 390px);
	margin: 0 0 10px;
	overflow: hidden;
	transform: translateX(-50%);
	background: #1c111d;
	text-decoration: none;
}

.start-page--beginner .start-bapteme-teaser::after {
	content: '';
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(28,17,29,.72) 0%, rgba(28,17,29,.28) 34%, rgba(28,17,29,.54) 100%),
		linear-gradient(180deg, rgba(28,17,29,.08), rgba(28,17,29,.18));
	pointer-events: none;
}

.start-page--beginner .start-bapteme-teaser__video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 38%;
}

.start-page--beginner .start-bapteme-teaser__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	display: flex;
	align-items: end;
	padding: 22px clamp(20px, 4vw, 56px);
	pointer-events: none;
}

.start-page--beginner .start-bapteme-teaser__copy {
	display: grid;
	gap: 8px;
	max-width: min(520px, 92vw);
	color: #fff;
}

.start-page--beginner .start-bapteme-teaser__copy span {
	display: inline-flex;
	align-items: center;
	justify-self: start;
	min-height: 28px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(255,255,255,.16);
	backdrop-filter: blur(8px);
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: .08em;
	line-height: 1;
	text-transform: uppercase;
}

.start-page--beginner .start-bapteme-teaser__copy strong {
	font-size: clamp(1.02rem, 1.55vw, 1.3rem);
	font-weight: 800;
	line-height: 1.28;
	text-wrap: balance;
	text-shadow: 0 10px 24px rgba(0,0,0,.22);
}

.start-page--beginner .start-director-teaser-mobile {
	display: none;
}

.start-page--beginner .start-mini-path {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 12px;
	width: min(1180px, calc(100% - 32px));
	margin: -16px auto 0;
	position: relative;
	z-index: 2;
}

.start-page--beginner .start-mini-path__item {
	display: block;
	padding: 15px 16px;
	border-radius: 18px;
	border: 1px solid var(--start-border);
	background: rgba(255,255,255,.98);
	box-shadow: 0 10px 24px rgba(63, 18, 63, .06);
	color: var(--start-text);
	text-decoration: none;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.start-page--beginner .start-mini-path__item:hover,
.start-page--beginner .start-mini-path__item:focus-visible {
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(63, 18, 63, .1);
	text-decoration: none;
}

.start-page--beginner .start-mini-path span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin-bottom: 10px;
	border-radius: 999px;
	background: var(--start-purple-dark);
	color: #fff;
	font-weight: 900;
	font-size: .86rem;
}

.start-page--beginner .start-mini-path strong,
.start-page--beginner .start-mini-path small {
	display: block;
}

.start-page--beginner .start-mini-path strong {
	font-size: .98rem;
	line-height: 1.15;
}

.start-page--beginner .start-mini-path small {
	margin-top: 4px;
	font-size: .82rem;
	line-height: 1.35;
}

.start-page--beginner .start-mini-path__item--bapteme span {
	background: var(--start-green);
}

.start-page--beginner .start-mini-path__item--atelier span {
	background: var(--start-pink);
}

.start-page--beginner .start-mini-path__item--cours span {
	background: var(--start-yellow);
	color: #5c3900;
}

.start-page--beginner .start-mini-path__item--stage span,
.start-page--beginner .start-mini-path__item--parcours span {
	background: var(--start-purple);
}

.start-page--beginner .start-intro,
.start-page--beginner .start-options,
.start-page--beginner .start-parcours,
.start-page--beginner .start-final {
	padding: 62px 0;
}

.start-page--beginner .start-format {
	padding: 44px 0 56px;
}

.start-page--beginner .start-step {
	padding: 70px 0 48px;
}

.start-page--beginner .start-intro-card,
.start-page--beginner .start-bundle-card,
.start-page--beginner .start-parcours-card {
	box-shadow: 0 16px 34px rgba(63, 18, 63, .07);
}

.start-page--beginner .start-intro-card {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: 320px minmax(0, 1fr);
	gap: 30px;
	align-items: start;
	padding: 32px;
	border-radius: 28px;
}

.start-page--beginner .start-intro-card h2,
.start-page--beginner .start-section-head h2,
.start-page--beginner .start-step-head h2,
.start-page--beginner .start-format h2,
.start-page--beginner .start-parcours h2,
.start-page--beginner .start-final h2 {
	margin: 0;
	font-size: clamp(2rem, 3.6vw, 3rem);
	line-height: 1.06;
	text-wrap: balance;
}

.start-page--beginner .start-intro-copy p,
.start-page--beginner .start-step-head .start-lead,
.start-page--beginner .start-section-head p,
.start-page--beginner .start-format-copy p,
.start-page--beginner .start-final p,
.start-page--beginner .start-parcours-card p {
	font-size: 1.06rem;
	line-height: 1.65;
}

.start-page--beginner .start-intro-copy p {
	margin: 0 0 18px;
}

.start-page--beginner .start-service-points {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.start-page--beginner .start-service-point {
	padding: 18px;
	border-radius: 18px;
	border: 1px solid var(--start-border);
	background: #fff;
}

.start-page--beginner .start-service-point strong,
.start-page--beginner .start-service-point span {
	display: block;
}

.start-page--beginner .start-service-point strong {
	margin-bottom: 6px;
	font-size: 1rem;
}

.start-page--beginner .start-service-point span {
	color: var(--start-muted);
	font-size: .93rem;
	line-height: 1.45;
}

.start-page--beginner .start-service-point--bapteme {
	border-color: rgba(20,152,68,.22);
	background: rgba(20,152,68,.05);
}

.start-page--beginner .start-service-point--cours {
	border-color: rgba(255,183,44,.35);
	background: rgba(255,183,44,.10);
}

.start-page--beginner .start-service-point--atelier {
	border-color: rgba(239,11,120,.2);
	background: rgba(239,11,120,.05);
}

.start-page--beginner .start-service-point--stage {
	border-color: rgba(116,23,111,.18);
	background: rgba(116,23,111,.05);
}

.start-page--beginner .start-step-head {
	max-width: 760px;
	margin-bottom: 28px;
}

.start-page--beginner .start-step-head__copy {
	max-width: 760px;
}

.start-page--beginner .start-step-head--bapteme {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(250px, 330px);
	gap: 24px;
	align-items: center;
	max-width: none;
}

.start-page--beginner .start-step-head--choice {
	max-width: none;
}

.start-page--beginner .start-format-copy__title-wrap {
	display: grid;
	grid-template-columns: 84px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	margin-bottom: 12px;
}

.start-page--beginner .start-format-copy__title-block {
	display: grid;
	gap: 6px;
	align-content: center;
}

.start-page--beginner .start-format-copy__title-block h2 {
	display: grid;
	gap: 4px;
}

.start-page--beginner .start-format-copy__title-main,
.start-page--beginner .start-format-copy__title-label {
	display: block;
}

.start-page--beginner .start-format-copy__title-main {
	line-height: .92;
	letter-spacing: -.05em;
}

.start-page--beginner .start-format-copy__title-label {
	font-size: .94rem;
	font-weight: 900;
	line-height: 1;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.start-page--beginner .start-format-copy__title-subtitle {
	margin: 0;
	color: #251c30;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.28;
}

.start-page--beginner .start-format--atelier .start-format-copy__title-main,
.start-page--beginner .start-format--atelier .start-format-copy__title-label {
	color: #f50779;
}

.start-page--beginner .start-format--course .start-format-copy__title-main,
.start-page--beginner .start-format--course .start-format-copy__title-label {
	color: #f27700;
}

.start-page--beginner .start-format--stage .start-format-copy__title-main,
.start-page--beginner .start-format--stage .start-format-copy__title-label {
	color: var(--fc-purple);
}

.start-page--beginner .start-step-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 26px;
	align-items: stretch;
}

.start-page--beginner .start-step-content {
	position: relative;
	overflow: hidden;
	min-height: 100%;
	padding: 26px;
	border-radius: 28px;
}

.start-page--beginner .start-step-content::after {
	content: '✦';
	position: absolute;
	top: 52px;
	right: 34px;
	color: rgba(255,248,222,.92);
	font-size: 2.8rem;
	line-height: 1;
	text-shadow: 0 0 18px rgba(255,255,255,.18);
	pointer-events: none;
}

.start-page--beginner .start-step--bapteme .fc-training-block__pill {
	color: #fff;
}

.start-page--beginner .start-bapteme-intro {
	max-width: 62ch;
}

.start-page--beginner .start-bapteme-intro .fc-training-block__title {
	margin-bottom: 12px;
}

.start-page--beginner .start-bapteme-intro .fc-training-block__lead {
	margin-bottom: 0;
}

.start-page--beginner .start-step-content.fc-training-block--bapteme {
	padding: 28px;
}

.start-page--beginner .start-bapteme-spotlight {
	position: relative;
	display: grid;
	gap: 16px;
	margin-top: 24px;
	padding: 0;
}

.start-page--beginner .start-bapteme-spotlight__eyebrow {
	margin: 0;
	color: rgba(255,255,255,.82);
	font-size: .78rem;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.start-page--beginner .start-bapteme-spotlight__title {
	display: block;
	color: #fff;
	font-size: clamp(1.4rem, 2vw, 1.85rem);
	line-height: 1.08;
	text-wrap: balance;
}

.start-page--beginner .start-bapteme-sessions {
	display: grid;
	gap: 12px;
	padding: 14px;
	border-radius: 18px;
	background: rgba(255,255,255,.12);
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.14);
}

.start-page--beginner .start-bapteme-sessions__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	color: #fff;
	font-size: .74rem;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.start-page--beginner .start-bapteme-sessions__head span {
	color: rgba(255,255,255,.78);
}

.start-page--beginner .start-bapteme-sessions__list {
	display: grid;
	gap: 9px;
}

.start-page--beginner .start-bapteme-sessions__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 12px;
	border-radius: 14px;
	background: rgba(255,255,255,.94);
	color: #19514f;
}

.start-page--beginner .start-bapteme-sessions__when {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px 10px;
	min-width: 0;
}

.start-page--beginner .start-bapteme-sessions__day {
	font-size: .92rem;
	font-weight: 900;
	line-height: 1.2;
	text-transform: capitalize;
}

.start-page--beginner .start-bapteme-sessions__date,
.start-page--beginner .start-bapteme-sessions__time {
	font-size: .88rem;
	font-weight: 800;
	line-height: 1.2;
	opacity: .82;
}

.start-page--beginner .start-bapteme-sessions__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	min-height: 34px;
	padding: 0 12px;
	border-radius: 999px;
	background: #4a1848;
	color: #fff;
	font-size: .78rem;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
}

.start-page--beginner .start-bapteme-sessions__cta--disabled {
	background: rgba(74,24,72,.08);
	color: #4a1848;
}

.start-page--beginner .start-bapteme-sessions__more-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: start;
	min-height: 40px;
	padding: 0 16px;
	border-radius: 999px;
	background: #fff;
	color: #4a1848;
	font-size: .82rem;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
}

.start-page--beginner .start-bapteme-sessions--side {
	gap: 14px;
	height: 100%;
	padding: 18px;
	border-radius: 26px;
	background: #fff;
	box-shadow: 0 16px 30px rgba(63,18,63,.08);
}

.start-page--beginner .start-bapteme-sessions--side .start-bapteme-sessions__head {
	color: var(--start-purple-dark);
}

.start-page--beginner .start-bapteme-sessions--side .start-bapteme-sessions__head span {
	color: var(--start-muted);
}

.start-page--beginner .start-bapteme-sessions--side .start-bapteme-sessions__item {
	background: rgba(244,242,246,.96);
	box-shadow: inset 0 0 0 1px rgba(116,23,111,.08);
}

.start-page--beginner .start-bapteme-sessions--side .start-bapteme-sessions__more-link {
	justify-self: stretch;
	background: #4a1848;
	color: #fff;
}

.start-page--beginner .start-bapteme-energy {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.start-page--beginner .start-bapteme-energy span {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(255,255,255,.92);
	color: #2d7f7c;
	box-shadow: 0 10px 20px rgba(23, 81, 79, .16);
	font-size: .84rem;
	font-weight: 900;
	line-height: 1.2;
}

.start-page--beginner .start-bapteme-list {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.start-page--beginner .start-bapteme-list li {
	position: relative;
	padding-left: 20px;
	color: rgba(255,255,255,.96);
	font-size: .98rem;
	font-weight: 700;
	line-height: 1.5;
}

.start-page--beginner .start-bapteme-list li::before {
	content: '✦';
	position: absolute;
	left: 0;
	top: 0;
	color: rgba(255,248,222,.96);
	font-size: .9rem;
	line-height: 1.5;
}

.start-page--beginner .start-bapteme-actions {
	display: grid;
	gap: 14px;
	margin-top: 24px;
}

.start-page--beginner .start-bapteme-actions__note {
	margin: 0;
	color: rgba(255,255,255,.88);
	font-size: .92rem;
	font-weight: 700;
	line-height: 1.45;
}

.start-page--beginner .start-bapteme-side {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 14px;
	height: 100%;
	min-height: 100%;
}

.start-page--beginner .start-bapteme-mascot-cta--head {
	align-self: center;
	justify-self: center;
	padding-top: 0;
}

.start-page--beginner .start-bapteme-mascot-cta {
	display: grid;
	justify-items: center;
	gap: 10px;
	padding: 8px 0 0;
}

.start-page--beginner .start-bapteme-mascot-cta__image {
	display: block;
	width: min(126px, 42%);
	height: auto;
	transform: rotate(-4deg);
	transform-origin: center;
	animation: startBaptemeMascotFloat 3.6s ease-in-out infinite;
}

.start-page--beginner .start-bapteme-mascot-cta--head .start-bapteme-mascot-cta__image {
	width: min(128px, 52%);
}

@keyframes startBaptemeMascotFloat {
	0%,
	100% {
		transform: rotate(-4deg) translateY(0);
	}

	50% {
		transform: rotate(-2deg) translateY(-6px);
	}
}

.start-page--beginner .start-bapteme-side__caption {
	margin: 0;
	padding: 0 4px;
	color: var(--start-muted);
	font-size: .95rem;
	font-weight: 700;
	line-height: 1.55;
	text-wrap: balance;
}

.start-page--beginner .start-side-card {
	position: relative;
	overflow: hidden;
	padding: 24px;
	border-radius: 24px;
	background: #fff;
	border: 1px solid var(--start-border);
	box-shadow: 0 12px 26px rgba(63, 18, 63, .06);
}

.start-page--beginner .start-side-card--bapteme {
	background:
		linear-gradient(180deg, rgba(20,152,68,.08), rgba(255,255,255,.98));
	border-color: rgba(20,152,68,.22);
}

.start-page--beginner .start-bapteme-media {
	margin-top: 26px;
}

.start-page--beginner .start-bapteme-strip {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: start;
	gap: 14px;
	padding: 16px;
	border-radius: 24px;
	background: rgba(255,255,255,.12);
	border: 1px solid rgba(255,255,255,.2);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.start-page--beginner .start-bapteme-strip--head {
	display: block;
	width: min(100%, 320px);
	min-height: 270px;
	padding: 0;
	align-self: stretch;
	justify-self: end;
	background: transparent;
	border: 0;
	box-shadow: none;
}

.start-page--beginner .start-bapteme-strip--head .start-bapteme-strip__frame {
	position: absolute;
	width: 45%;
}

.start-page--beginner .start-bapteme-strip--head .start-bapteme-strip__frame--one {
	top: 26px;
	left: 0;
	aspect-ratio: .88;
	transform: rotate(-8deg);
}

.start-page--beginner .start-bapteme-strip--head .start-bapteme-strip__frame--two {
	top: 0;
	right: 8px;
	width: 48%;
	aspect-ratio: .92;
	transform: rotate(6deg);
}

.start-page--beginner .start-bapteme-strip--head .start-bapteme-strip__frame--three {
	left: 24%;
	bottom: 4px;
	width: 47%;
	aspect-ratio: .9;
	transform: rotate(3deg);
}

.start-page--beginner .start-bapteme-video {
	flex: 0 0 auto;
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: none;
	border-radius: 24px;
	border: 1px solid rgba(255,255,255,.26);
	box-shadow: 0 16px 30px rgba(28, 67, 66, .16);
	background: rgba(255,255,255,.12);
}

.start-page--beginner .start-bapteme-gallery {
	flex: 1 1 auto;
	position: relative;
	min-height: 190px;
	height: auto;
	max-height: none;
	margin-top: 8px;
	overflow: hidden;
}

.start-page--beginner .start-bapteme-gallery__slide {
	position: absolute;
	inset: 0;
	width: calc(100% - 34px);
	max-width: none;
	height: 100%;
	margin: auto;
	overflow: hidden;
	border-radius: 20px;
	border: 4px solid rgba(255,255,255,.94);
	background: rgba(255,255,255,.18);
	box-shadow: 0 16px 28px rgba(28, 67, 66, .16);
	opacity: 0;
	transform: translateX(16%) scale(.92) rotate(6deg);
	transform-origin: center;
	transition: transform .65s ease, opacity .45s ease;
}

.start-page--beginner .start-bapteme-gallery__slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 24%;
}

.start-page--beginner .start-bapteme-gallery__slide.is-active {
	z-index: 3;
	opacity: 1;
	transform: translateX(0) scale(1) rotate(-2deg);
}

.start-page--beginner .start-bapteme-gallery__slide.is-next {
	z-index: 2;
	opacity: .82;
	transform: translateX(13%) scale(.95) rotate(5deg);
}

.start-page--beginner .start-bapteme-gallery__slide.is-prev {
	z-index: 1;
	opacity: .72;
	transform: translateX(-13%) scale(.93) rotate(-6deg);
}

.start-page--beginner .start-bapteme-gallery__slide.start-bapteme-strip__frame--one {
	aspect-ratio: auto;
}

.start-page--beginner .start-bapteme-gallery__slide.start-bapteme-strip__frame--one img {
	object-position: center 18%;
}

.start-page--beginner .start-bapteme-gallery__slide.start-bapteme-strip__frame--two {
	aspect-ratio: auto;
}

.start-page--beginner .start-bapteme-gallery__slide.start-bapteme-strip__frame--two img {
	object-position: center 12%;
}

.start-page--beginner .start-bapteme-gallery__slide.start-bapteme-strip__frame--three {
	aspect-ratio: auto;
}

.start-page--beginner .start-bapteme-gallery__slide.start-bapteme-strip__frame--three img {
	object-position: center 22%;
}

.start-page--beginner .start-bapteme-video__trigger {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.start-page--beginner .start-bapteme-video__poster,
.start-page--beginner .start-bapteme-video iframe {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

.start-page--beginner .start-bapteme-video__poster {
	object-fit: cover;
}

.start-page--beginner .start-bapteme-video iframe {
	border: 0;
}

.start-page--beginner .start-bapteme-video__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	background: linear-gradient(180deg, rgba(17, 68, 67, .18), rgba(17, 68, 67, .42));
	color: #fff;
	transition: background-color .2s ease;
}

.start-page--beginner .start-bapteme-video__trigger:hover .start-bapteme-video__overlay,
.start-page--beginner .start-bapteme-video__trigger:focus-visible .start-bapteme-video__overlay {
	background: linear-gradient(180deg, rgba(17, 68, 67, .14), rgba(17, 68, 67, .34));
}

.start-page--beginner .start-bapteme-video__play {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border-radius: 999px;
	background: rgba(255,255,255,.92);
	box-shadow: 0 16px 28px rgba(25, 22, 31, .18);
}

.start-page--beginner .start-bapteme-video__play::before {
	content: '';
	margin-left: 5px;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 19px solid #2d7f7c;
}

.start-page--beginner .start-bapteme-video__label {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(255,255,255,.14);
	border: 1px solid rgba(255,255,255,.24);
	font-size: .88rem;
	font-weight: 900;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.start-page--beginner .start-bapteme-strip__frame {
	margin: 0;
	overflow: hidden;
	border-radius: 20px;
	border: 4px solid rgba(255,255,255,.94);
	box-shadow: 0 16px 28px rgba(28, 67, 66, .16);
	background: rgba(255,255,255,.18);
}

.start-page--beginner .start-bapteme-strip__frame img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.start-page--beginner .start-bapteme-strip__frame--one {
	aspect-ratio: .92;
	transform: rotate(-2deg) translateY(8px);
}

.start-page--beginner .start-bapteme-strip__frame--two {
	aspect-ratio: .92;
	transform: translateY(0);
}

.start-page--beginner .start-bapteme-strip__frame--three {
	aspect-ratio: .92;
	transform: rotate(2deg) translateY(8px);
}

.start-page--beginner .start-side-card span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	margin-bottom: 12px;
	padding: 0 12px;
	border-radius: 999px;
	background: rgba(20,152,68,.12);
	color: #0f6f33;
	font-size: .74rem;
	font-weight: 900;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.start-page--beginner .start-side-card strong {
	display: block;
	margin-bottom: 10px;
	color: var(--start-purple-dark);
	font-size: 1.25rem;
	line-height: 1.2;
}

.start-page--beginner .start-side-card p {
	margin: 0 0 14px;
	color: var(--start-muted);
	font-size: .96rem;
	line-height: 1.55;
}

.start-page--beginner .start-side-card ul,
.start-page--beginner .start-option-card ul,
.start-page--beginner .start-info-box ul,
.start-page--beginner .start-parcours-includes ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.start-page--beginner .start-side-card li,
.start-page--beginner .start-option-card li,
.start-page--beginner .start-info-box li,
.start-page--beginner .start-parcours-includes li {
	padding: 11px 0;
	border-bottom: 1px solid var(--start-border);
	font-weight: 750;
	line-height: 1.45;
}

.start-page--beginner .start-side-card li:last-child,
.start-page--beginner .start-option-card li:last-child,
.start-page--beginner .start-info-box li:last-child,
.start-page--beginner .start-parcours-includes li:last-child {
	border-bottom: 0;
}

.start-page--beginner .start-side-card__actions {
	margin-top: 18px;
}

.start-page--beginner .start-choice-head {
	position: relative;
	max-width: 760px;
	margin: 0 auto 28px;
	text-align: center;
}

.start-page--beginner .start-choice-head__eyebrow {
	display: inline-block;
	min-height: 0;
	padding: 8px 16px 7px;
	margin: 0 0 14px;
	border-radius: 999px;
	background: var(--start-purple-dark);
	color: #fff;
	font-size: .78rem;
	font-weight: 900;
	letter-spacing: .04em;
	line-height: 1.1;
	text-transform: uppercase;
	box-shadow: 0 10px 18px rgba(63,18,63,.16);
	vertical-align: top;
}

.start-page--beginner .start-choice-head h2 {
	margin: 0;
	font-size: clamp(2rem, 4.1vw, 3.5rem);
	line-height: .98;
	letter-spacing: -.04em;
}

.start-page--beginner .start-choice-head p {
	margin: 10px auto 0;
	max-width: 620px;
	color: #777286;
	font-size: clamp(1rem, 1.45vw, 1.45rem);
	line-height: 1.28;
}

.start-page--beginner .start-choice-head__spark,
.start-page--beginner .start-choice-banner__spark {
	position: absolute;
	display: block;
	width: 44px;
	height: 44px;
	pointer-events: none;
}

.start-page--beginner .start-choice-head__spark::before,
.start-page--beginner .start-choice-head__spark::after,
.start-page--beginner .start-choice-banner__spark::before,
.start-page--beginner .start-choice-banner__spark::after {
	content: '';
	position: absolute;
	right: 0;
	width: 30px;
	height: 6px;
	border-radius: 999px;
	transform-origin: right center;
}

.start-page--beginner .start-choice-head__spark--pink {
	top: 6px;
	right: 12px;
}

.start-page--beginner .start-choice-head__spark--pink::before,
.start-page--beginner .start-choice-head__spark--pink::after {
	background: #f50679;
}

.start-page--beginner .start-choice-head__spark--pink::before {
	top: 8px;
	transform: rotate(26deg);
}

.start-page--beginner .start-choice-head__spark--pink::after {
	top: 22px;
	transform: rotate(-26deg);
}

.start-page--beginner .start-options {
	position: relative;
	overflow: hidden;
	padding-bottom: 30px;
	background:
		radial-gradient(circle at 10% 18%, rgba(255,183,44,.18), transparent 18%),
		radial-gradient(circle at 88% 14%, rgba(239,11,120,.1), transparent 16%),
		linear-gradient(180deg, #fffcf8 0%, #ffffff 100%);
}

.start-page--beginner .start-choice-icon-placeholder {
	display: block;
	width: 46%;
	height: 46%;
	border: 4px solid currentColor;
	border-radius: 22px;
	opacity: .32;
	color: inherit;
}

.start-page--beginner .start-choice-banner--weekly .start-choice-icon-placeholder {
	color: #ff8b00;
}

.start-page--beginner .start-choice-banner--flexible .start-choice-icon-placeholder {
	color: #7d34b0;
}

.start-page--beginner .start-choice-refresh {
	max-width: none;
	margin: 0;
}

.start-page--beginner .start-choice-refresh-layout {
	display: block;
	max-width: 1320px;
	margin: 0 auto;
}

.start-page--beginner .start-choice-refresh__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	border-radius: 26px;
	background: rgba(255,255,255,.92);
	border: 1px solid rgba(63,18,63,.08);
	box-shadow: 0 18px 38px rgba(63,18,63,.06);
	overflow: hidden;
}

.start-page--beginner .start-choice-refresh__card {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	align-items: start;
	gap: 16px;
	padding: 22px 20px;
	min-height: 100%;
	background: transparent;
}

.start-page--beginner .start-choice-refresh__card + .start-choice-refresh__card {
	border-left: 1px solid rgba(63,18,63,.08);
}

.start-page--beginner .start-choice-refresh__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #f5eff9;
	color: #6f2d9d;
}

.start-page--beginner .start-choice-refresh__icon svg {
	display: block;
	width: 22px;
	height: 22px;
}

.start-page--beginner .start-choice-refresh__icon--pink {
	background: #fff0f7;
	color: #ea0c7f;
}

.start-page--beginner .start-choice-refresh__icon--orange {
	background: #fff4ea;
	color: #f27700;
}

.start-page--beginner .start-choice-refresh__copy {
	display: contents;
}

.start-page--beginner .start-choice-refresh__copy strong {
	grid-column: 2;
	align-self: center;
	color: #1f1527;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.3;
}

.start-page--beginner .start-choice-refresh__copy p {
	grid-column: 1 / -1;
	margin: 0;
	padding-top: 2px;
	color: #5f5868;
	font-size: .94rem;
	line-height: 1.45;
}

.start-page--beginner .start-weekly-choice {
	display: grid;
	gap: 26px;
	margin: 46px auto 0;
}

.start-page--beginner .start-weekly-choice__head {
	display: grid;
	gap: 10px;
	justify-items: center;
	text-align: center;
}

.start-page--beginner .start-weekly-choice__eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 16px;
	border-radius: 999px;
	border: 1px solid rgba(255,183,44,.35);
	background: #fff9ef;
	color: #f08a00;
	font-size: .76rem;
	font-weight: 900;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.start-page--beginner .start-weekly-choice__head h3 {
	margin: 0;
	color: var(--start-purple-dark);
	font-size: clamp(2rem, 4vw, 3.4rem);
	line-height: .98;
	letter-spacing: -.05em;
}

.start-page--beginner .start-weekly-choice__head p {
	margin: 0;
	max-width: 62ch;
	color: #72687d;
	font-size: 1rem;
	line-height: 1.5;
}

.start-page--beginner .start-weekly-choice__head--stage {
	margin-bottom: 34px;
}

.start-page--beginner .start-weekly-choice__layout {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	align-items: stretch;
}

.start-page--beginner .start-weekly-choice__card {
	display: grid;
	gap: 18px;
	padding: 26px 22px 20px;
	border-radius: 28px;
	background: rgba(255,255,255,.98);
	border: 1px solid rgba(63,18,63,.1);
	box-shadow: 0 18px 34px rgba(63,18,63,.08);
}

.start-page--beginner .start-weekly-choice__card--atelier {
	border-color: rgba(245,7,121,.18);
}

.start-page--beginner .start-weekly-choice__card--cours {
	border-color: rgba(242,119,0,.18);
}

.start-page--beginner .start-weekly-choice__hero {
	display: grid;
	grid-template-columns: 86px minmax(0, 1fr);
	gap: 16px;
	align-items: center;
}

.start-page--beginner .start-weekly-choice__mascot {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 86px;
	height: 86px;
	border-radius: 50%;
	background: #fff2f8;
}

.start-page--beginner .start-weekly-choice__card--cours .start-weekly-choice__mascot {
	background: #fff6eb;
}

.start-page--beginner .start-weekly-choice__mascot img {
	display: block;
	width: 62px;
	height: auto;
}

.start-page--beginner .start-weekly-choice__hero-copy {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 86px;
}

.start-page--beginner .start-weekly-choice__hero-copy h4 {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 6px;
	min-height: 3.7rem;
	margin: 0;
	line-height: .88;
	letter-spacing: -.05em;
	text-transform: uppercase;
	font-weight: 950;
}

.start-page--beginner .start-weekly-choice__title-main,
.start-page--beginner .start-weekly-choice__title-sub {
	display: block;
}

.start-page--beginner .start-weekly-choice__title-main {
	font-size: clamp(2rem, 2.55vw, 2.76rem);
	line-height: .86;
}

.start-page--beginner .start-weekly-choice__title-fun {
	position: relative;
	display: inline-block;
	padding-right: .42em;
	text-shadow: 0 0 16px rgba(255,198,31,.18);
	transform-origin: 50% 70%;
	animation: start-fun-float 4.4s cubic-bezier(.22,.61,.36,1) infinite;
}

.start-page--beginner .start-weekly-choice__title-fun::before,
.start-page--beginner .start-weekly-choice__title-fun::after {
	content: '';
	position: absolute;
	pointer-events: none;
}

.start-page--beginner .start-weekly-choice__title-fun::before {
	top: -.02em;
	right: -.08em;
	width: 13px;
	height: 13px;
	background: #ffcb2f;
	clip-path: polygon(50% 0, 61% 38%, 100% 50%, 61% 62%, 50% 100%, 39% 62%, 0 50%, 39% 38%);
	filter: drop-shadow(0 0 8px rgba(255,203,47,.34));
	transform-origin: 50% 50%;
	animation: start-fun-star-main 2.8s cubic-bezier(.22,.61,.36,1) infinite;
}

.start-page--beginner .start-weekly-choice__title-fun::after {
	top: .38em;
	right: .18em;
	width: 7px;
	height: 7px;
	background: #ffd95f;
	clip-path: polygon(50% 0, 61% 38%, 100% 50%, 61% 62%, 50% 100%, 39% 62%, 0 50%, 39% 38%);
	filter: drop-shadow(0 0 6px rgba(255,217,95,.28));
	transform-origin: 50% 50%;
	animation: start-fun-star-mini 2.8s cubic-bezier(.22,.61,.36,1) infinite .22s;
}

.start-page--beginner .start-weekly-choice__title-sub {
	margin-top: 0;
	font-size: clamp(.86rem, .96vw, .98rem);
	line-height: 1;
	letter-spacing: .14em;
	font-weight: 800;
	opacity: 1;
}

.start-page--beginner .start-weekly-choice__card--atelier .start-weekly-choice__hero-copy h4 {
	color: #f50779;
}

.start-page--beginner .start-weekly-choice__card--cours .start-weekly-choice__hero-copy h4 {
	color: #f27700;
}

.start-page--beginner .start-weekly-choice__subtitle {
	margin: 8px 0 0;
	color: #201426;
	font-size: 1.05rem;
	font-weight: 900;
	line-height: 1.35;
}

.start-page--beginner .start-weekly-choice__intro {
	margin: 0;
	padding-top: 14px;
	min-height: calc(1.55em * 3);
	border-top: 3px solid rgba(63,18,63,.08);
	color: #23172b;
	font-size: .98rem;
	line-height: 1.55;
	font-weight: 500;
}

.start-page--beginner .start-weekly-choice__card--atelier .start-weekly-choice__intro {
	border-top-color: rgba(245,7,121,.22);
}

.start-page--beginner .start-weekly-choice__card--cours .start-weekly-choice__intro {
	border-top-color: rgba(242,119,0,.22);
}

.start-page--beginner .start-weekly-choice__list-box {
	display: grid;
	gap: 10px;
	padding: 0;
	border-radius: 0;
	background: transparent;
}

.start-page--beginner .start-weekly-choice__card--cours .start-weekly-choice__list-box {
	background: transparent;
}

.start-page--beginner .start-weekly-choice__list-box strong {
	color: #f27700;
	font-size: .82rem;
	font-weight: 900;
	line-height: 1.2;
}

.start-page--beginner .start-weekly-choice__card--atelier .start-weekly-choice__list-box strong {
	color: #f50779;
}

.start-page--beginner .start-weekly-choice__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 9px;
}

.start-page--beginner .start-weekly-choice__list li {
	position: relative;
	padding-left: 26px;
	color: #2c2133;
	font-size: .92rem;
	line-height: 1.4;
	font-weight: 500;
}

.start-page--beginner .start-weekly-choice__list li::before {
	content: '';
	position: absolute;
	top: .32em;
	left: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #f27700;
	box-shadow: 0 6px 12px rgba(242,119,0,.16);
}

.start-page--beginner .start-weekly-choice__card--atelier .start-weekly-choice__list li::before {
	background: #f50779;
	box-shadow: 0 6px 12px rgba(245,7,121,.16);
}

.start-page--beginner .start-weekly-choice__list li::after {
	content: '';
	position: absolute;
	top: .62em;
	left: 5px;
	width: 6px;
	height: 3px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(-45deg);
}

.start-page--beginner .start-weekly-choice__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 18px;
	border-radius: 14px;
	color: #fff;
	font-size: .95rem;
	font-weight: 900;
	text-decoration: none;
	box-shadow: 0 14px 24px rgba(63,18,63,.12);
}

.start-page--beginner .start-weekly-choice__button::after {
	content: '→';
	margin-left: 8px;
	font-size: 1rem;
	line-height: 1;
}

.start-page--beginner .start-weekly-choice__button--atelier {
	background: linear-gradient(135deg, #ff1490, #df006e);
}

.start-page--beginner .start-weekly-choice__button--cours {
	background: linear-gradient(135deg, #ffae0d, #ff8f00);
}

.start-page--beginner .start-weekly-choice__footnote {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin: 0;
	color: #5e5367;
	font-size: .79rem;
	line-height: 1.45;
}

.start-page--beginner .start-weekly-choice__footnote::before {
	content: '';
	flex: 0 0 auto;
	width: 14px;
	height: 14px;
	margin-top: 1px;
	border-radius: 50%;
	background: #f50779;
	box-shadow: 0 6px 12px rgba(245,7,121,.18);
}

.start-page--beginner .start-weekly-choice__card--cours .start-weekly-choice__footnote::before {
	background: #f27700;
	box-shadow: 0 6px 12px rgba(242,119,0,.18);
}

.start-page--beginner .start-weekly-choice__testimonial {
	position: relative;
	display: block;
	min-height: 130px;
	padding: 14px 14px 12px 34px;
	border-radius: 18px;
	background:
		radial-gradient(circle at top right, rgba(245,7,121,.08), transparent 24%),
		linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,249,252,.98));
	border: 1px solid rgba(245,7,121,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}

.start-page--beginner .start-weekly-choice__testimonial-mark {
	position: absolute;
	top: 11px;
	left: 12px;
	color: #f50779;
	font-size: 1.7rem;
	font-weight: 900;
	line-height: 1;
}

.start-page--beginner .start-weekly-choice__card--cours .start-weekly-choice__testimonial {
	background:
		radial-gradient(circle at top right, rgba(242,119,0,.08), transparent 24%),
		linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,251,245,.98));
	border-color: rgba(242,119,0,.12);
}

.start-page--beginner .start-weekly-choice__testimonial p {
	margin: 0;
	color: #312536;
	font-size: .86rem;
	font-style: italic;
	line-height: 1.5;
}

.start-page--beginner .start-weekly-choice__testimonial strong {
	display: block;
	margin-top: 8px;
	color: #f50779;
	font-size: .8rem;
	font-weight: 900;
	line-height: 1.4;
}

.start-page--beginner .start-weekly-choice__card--cours .start-weekly-choice__testimonial-mark,
.start-page--beginner .start-weekly-choice__card--cours .start-weekly-choice__testimonial strong {
	color: #f27700;
}

.start-page--beginner .start-weekly-proof {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px 16px;
	margin: 22px auto 0;
	padding: 0;
	text-align: center;
}

.start-page--beginner .start-weekly-proof__title {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	color: var(--start-purple-dark);
	font-size: .92rem;
	font-weight: 900;
	line-height: 1.25;
}

.start-page--beginner .start-weekly-proof__stars {
	display: inline-flex;
	justify-content: center;
	gap: 4px;
	color: #ffcb2f;
	font-size: .78rem;
	letter-spacing: .04em;
	line-height: 1;
	text-shadow: 0 0 10px rgba(255,203,47,.22);
}

.start-page--beginner .start-weekly-proof__course-score {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 0 0 0 14px;
	border-left: 1px solid rgba(63,18,63,.12);
	color: #4c4056;
	font-size: .88rem;
	font-weight: 700;
	line-height: 1.2;
}

.start-page--beginner .start-weekly-proof__course-stars {
	color: #ffcb2f;
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: .14em;
	line-height: 1;
}

.start-page--beginner .start-weekly-proof__course-score strong {
	color: var(--start-purple-dark);
	font-size: 1.05rem;
	font-weight: 950;
	line-height: 1;
	letter-spacing: -.04em;
}

@keyframes start-fun-float {
	0%, 100% {
		transform: translateY(0) scale(1);
	}

	40% {
		transform: translateY(-1px) scale(1.015);
	}

	60% {
		transform: translateY(-2px) scale(1.028);
	}
}

@keyframes start-fun-star-main {
	0%, 100% {
		opacity: .62;
		transform: translate3d(0, 0, 0) rotate(0deg) scale(.88);
	}

	35% {
		opacity: .88;
		transform: translate3d(1px, -1px, 0) rotate(10deg) scale(1);
	}

	60% {
		opacity: 1;
		transform: translate3d(1px, -2px, 0) rotate(18deg) scale(1.12);
	}
}

@keyframes start-fun-star-mini {
	0%, 100% {
		opacity: .3;
		transform: translate3d(0, 0, 0) scale(.76);
	}

	42% {
		opacity: .72;
		transform: translate3d(0, -1px, 0) scale(.92);
	}

	68% {
		opacity: .92;
		transform: translate3d(0, -2px, 0) scale(1.04);
	}
}

@media (prefers-reduced-motion: reduce) {
	.start-page--beginner .start-weekly-choice__title-fun,
	.start-page--beginner .start-weekly-choice__title-fun::before,
	.start-page--beginner .start-weekly-choice__title-fun::after {
		animation: none;
	}
}

.start-page--beginner .start-choice-transition {
	display: grid;
	gap: 10px;
	justify-items: center;
	margin: 24px auto 18px;
	text-align: center;
}

.start-page--beginner .start-choice-transition--weekly {
	gap: 12px;
	margin: 30px auto 22px;
}

.start-page--beginner .start-choice-transition__line {
	display: block;
	width: min(100%, 540px);
	height: 1px;
	background: linear-gradient(90deg, rgba(245,7,121,0), rgba(245,7,121,.22) 22%, rgba(116,23,111,.24) 50%, rgba(242,119,0,.22) 78%, rgba(242,119,0,0));
}

.start-page--beginner .start-choice-transition__badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	height: 32px;
	padding: 0 14px;
	border-radius: 999px;
	border: 1px solid rgba(116,23,111,.12);
	background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(252,248,253,.98));
	color: #7a6886;
	font-size: .78rem;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
	box-shadow: 0 10px 20px rgba(63,18,63,.05);
}

.start-page--beginner .start-choice-transition__badge--weekly {
	padding: 0 16px;
	border-color: rgba(255,183,44,.32);
	background: linear-gradient(180deg, rgba(255,251,242,.98), rgba(255,247,235,.98));
	color: #a36300;
	box-shadow: 0 12px 22px rgba(255,183,44,.12);
}

.start-page--beginner .start-choice-transition__text {
	margin: 0;
	max-width: 50ch;
	color: #3d3145;
	font-size: .97rem;
	font-weight: 600;
	line-height: 1.48;
}

.start-page--beginner .start-choice-transition__text--weekly {
	max-width: 50ch;
}

.start-page--beginner .start-flex-choice {
	display: grid;
	gap: 18px;
	margin: 0 auto;
}

.start-page--beginner .start-flex-choice__head {
	display: grid;
	gap: 8px;
	justify-items: center;
	text-align: center;
}

.start-page--beginner .start-flex-choice__head h3 {
	margin: 0;
	color: var(--start-purple-dark);
	font-size: clamp(1.8rem, 3.15vw, 2.8rem);
	line-height: 1;
	letter-spacing: -.045em;
}

.start-page--beginner .start-flex-choice__head p {
	margin: 0;
	max-width: 54ch;
	color: #766b82;
	font-size: .98rem;
	line-height: 1.45;
}

.start-page--beginner .start-flex-choice__layout {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	align-items: stretch;
}

.start-page--beginner .start-flex-choice__card {
	display: grid;
	gap: 14px;
	padding: 20px 20px 16px;
	border-radius: 26px;
	background: rgba(255,255,255,.98);
	border: 1px solid rgba(63,18,63,.1);
	box-shadow: 0 14px 28px rgba(63,18,63,.06);
}

.start-page--beginner .start-flex-choice__card--stages {
	border-color: color-mix(in srgb, var(--fc-purple) 18%, transparent);
}

.start-page--beginner .start-flex-choice__card--atelier {
	border-color: rgba(245,7,121,.18);
}

.start-page--beginner .start-flex-choice__hero {
	display: grid;
	grid-template-columns: 126px minmax(0, 1fr);
	gap: 18px;
	align-items: center;
}

.start-page--beginner .start-flex-choice__media {
	position: relative;
	width: 126px;
	height: 104px;
}

.start-page--beginner .start-flex-choice__mascot {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 104px;
	height: 104px;
	border-radius: 50%;
	background: #f6f0ff;
}

.start-page--beginner .start-flex-choice__card--atelier .start-flex-choice__mascot {
	background: #fff1f7;
}

.start-page--beginner .start-flex-choice__mascot img {
	display: block;
	width: 68px;
	height: auto;
}

.start-page--beginner .start-flex-choice__badge {
	position: absolute;
	right: 0;
	bottom: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #fff;
	color: var(--fc-purple);
	box-shadow: 0 10px 22px color-mix(in srgb, var(--fc-purple) 14%, transparent);
}

.start-page--beginner .start-flex-choice__card--atelier .start-flex-choice__badge {
	color: #f50779;
	box-shadow: 0 10px 22px rgba(245,7,121,.14);
}

.start-page--beginner .start-flex-choice__badge svg,
.start-page--beginner .start-flex-choice__footnote-icon svg {
	display: block;
	width: 24px;
	height: 24px;
}

.start-page--beginner .start-flex-choice__copy h4 {
	margin: 0;
	color: var(--fc-purple);
	line-height: .9;
	letter-spacing: -.05em;
	text-transform: uppercase;
	font-weight: 950;
}

.start-page--beginner .start-flex-choice__card--atelier .start-flex-choice__copy h4 {
	color: #f50779;
}

.start-page--beginner .start-flex-choice__title-main,
.start-page--beginner .start-flex-choice__title-sub {
	display: block;
}

.start-page--beginner .start-flex-choice__title-main {
	font-size: clamp(1.7rem, 2.2vw, 2.28rem);
	line-height: .9;
}

.start-page--beginner .start-flex-choice__title-sub {
	margin-top: 4px;
	font-size: clamp(1.22rem, 1.56vw, 1.72rem);
	line-height: .96;
}

.start-page--beginner .start-flex-choice__subtitle {
	margin: 10px 0 0;
	color: #201426;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.32;
}

.start-page--beginner .start-flex-choice__intro {
	margin: 0;
	color: #5a4f66;
	font-size: .92rem;
	line-height: 1.55;
}

.start-page--beginner .start-flex-choice__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 50px;
	padding: 0 18px;
	border-radius: 15px;
	color: #fff;
	font-size: .95rem;
	font-weight: 900;
	text-decoration: none;
	box-shadow: 0 14px 24px rgba(63,18,63,.1);
}

.start-page--beginner .start-flex-choice__button::after {
	content: '→';
	margin-left: 9px;
	font-size: 1rem;
	line-height: 1;
}

.start-page--beginner .start-flex-choice__button--stages {
	background: linear-gradient(135deg, var(--fc-purple), var(--fc-purple-dark));
}

.start-page--beginner .start-flex-choice__button--atelier {
	background: linear-gradient(135deg, #ff4da2, #f50779);
}

.start-page--beginner .start-flex-choice__footnote {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	color: #6a5e77;
	font-size: .82rem;
	font-weight: 600;
	line-height: 1.35;
	text-align: center;
}

.start-page--beginner .start-flex-choice__footnote-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--fc-purple);
}

.start-page--beginner .start-flex-choice__card--atelier .start-flex-choice__footnote-icon {
	color: #f50779;
}

.start-page--beginner .fc-offers-inline-note {
	display: grid;
	gap: 16px;
	justify-items: center;
	max-width: 820px;
	margin: 24px auto 0;
	padding: 0;
	text-align: center;
}

.start-page--beginner .fc-offers-inline-note__text {
	margin: 0;
	max-width: 50ch;
	color: #3d3145;
	font-size: .97rem;
	font-weight: 600;
	line-height: 1.48;
}

.start-page--beginner .fc-offers-inline-note__text strong {
	color: var(--start-purple-dark);
	font-weight: 700;
}

.start-page--beginner .fc-offers-inline-note .fc-offers-spotlight__cta {
	justify-self: center;
}

.start-page--beginner .start-inline-regular-offers__toggle {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}

.start-page--beginner .start-inline-regular-offers__toggle-label {
	display: block;
}

.start-page--beginner .start-inline-regular-offers__toggle-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	transition: transform .18s ease;
}

.start-page--beginner .start-inline-regular-offers__toggle-icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

.start-page--beginner .start-inline-regular-offers__toggle[aria-expanded="true"] .start-inline-regular-offers__toggle-icon {
	transform: rotate(180deg);
}

.start-page--beginner .start-inline-regular-offers__panel {
	margin-top: 22px;
}

.start-page--beginner .start-inline-regular-offers {
	padding: 0;
	background: transparent;
}

.start-page--beginner .start-inline-regular-offers__container {
	width: 100%;
}

.start-page--beginner .start-inline-regular-offers .offers-grid {
	gap: 16px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.35fr);
}

.start-page--beginner .start-booking-bridge {
	position: relative;
	width: auto;
	display: grid;
	gap: 8px;
	justify-items: center;
	margin: 46px 0 10px;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 28px 24px 24px;
	background:
		linear-gradient(180deg, rgba(76, 22, 91, .98), rgba(61, 16, 74, .98));
	border-top: 1px solid rgba(255,255,255,.08);
	border-bottom: 1px solid rgba(255,255,255,.08);
	box-shadow: none;
	text-align: center;
}

.start-page--beginner .start-booking-bridge::after {
	content: '';
	width: 16px;
	height: 16px;
	margin-top: 2px;
	border-right: 2px solid rgba(255,255,255,.78);
	border-bottom: 2px solid rgba(255,255,255,.78);
	transform: rotate(45deg);
}

.start-page--beginner .start-booking-bridge::before {
	display: none;
}

.start-page--beginner .start-booking-bridge__eyebrow {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(255,255,255,.52);
	color: var(--start-purple-dark);
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: .08em;
	line-height: 1;
	text-transform: uppercase;
}

.start-page--beginner .start-booking-bridge h3 {
	margin: 0;
	color: #fff;
	font-size: clamp(1.7rem, 3vw, 2.5rem);
	line-height: .98;
	letter-spacing: -.04em;
}

.start-page--beginner .start-booking-bridge p {
	margin: 0;
	max-width: 56ch;
	color: rgba(255,255,255,.82);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.52;
}

.start-page--beginner .start-booking-bridge__tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 2px;
}

.start-page--beginner .start-booking-bridge__tags a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(255,255,255,.12);
	border: 1px solid rgba(255,255,255,.14);
	color: #fff;
	font-size: .83rem;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.start-page--beginner .start-booking-bridge__tags a:hover,
.start-page--beginner .start-booking-bridge__tags a:focus-visible {
	background: rgba(255,255,255,.2);
	border-color: rgba(255,255,255,.26);
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
}

.start-page--beginner .start-format--atelier {
	border-top: 0;
}

.start-page--beginner .start-choice-layout {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 112px minmax(0, 1fr);
	align-items: center;
	gap: 12px;
	max-width: 1270px;
	margin: 0 auto;
}

.start-page--beginner .start-choice-column {
	display: grid;
	gap: 18px;
	padding: 0 10px;
}

.start-page--beginner .start-choice-column--weekly,
.start-page--beginner .start-choice-column--flexible {
	position: relative;
	z-index: 1;
}

.start-page--beginner .start-choice-banner {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 108px;
	padding: 14px 20px 16px;
	border-radius: 28px;
	color: #fff;
	box-shadow: 0 22px 42px rgba(63,18,63,.14);
	isolation: isolate;
}

.start-page--beginner .start-choice-banner--weekly {
	background:
		radial-gradient(circle at 100% 0%, rgba(255,245,176,.34), transparent 28%),
		radial-gradient(circle at 14% 88%, rgba(255,146,0,.3), transparent 30%),
		linear-gradient(135deg, #ffcb1f 0%, #ffad00 58%, #ff9600 100%);
}

.start-page--beginner .start-choice-banner--flexible {
	background:
		radial-gradient(circle at 100% 0%, rgba(255,255,255,.14), transparent 28%),
		radial-gradient(circle at 8% 90%, rgba(194,75,235,.22), transparent 30%),
		linear-gradient(135deg, #7f33af 0%, #65239b 58%, #51167f 100%);
}

.start-page--beginner .start-choice-banner::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,0) 48%);
	pointer-events: none;
	z-index: -1;
}

.start-page--beginner .start-choice-banner__copy p {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	margin: 0 0 6px;
	padding: 0 14px;
	border-radius: 999px;
	background: rgba(255,255,255,.96);
	color: var(--start-purple-dark);
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: .03em;
	text-transform: uppercase;
}

.start-page--beginner .start-choice-banner__copy {
	display: grid;
	justify-items: center;
	text-align: center;
}

.start-page--beginner .start-choice-banner__copy h3 {
	margin: 0;
	color: #fff;
	font-family: 'LeckerliOne', sans-serif;
	font-size: clamp(1.52rem, 1.9vw, 2.08rem);
	line-height: 1;
	letter-spacing: 0;
	text-transform: none;
	white-space: nowrap;
	text-shadow: 0 2px 10px rgba(63,18,63,.12);
}

.start-page--beginner .start-choice-banner__underline {
	display: block;
	width: min(100%, 290px);
	height: 6px;
	margin-top: 6px;
	border-radius: 999px;
}

.start-page--beginner .start-choice-banner__underline--yellow {
	background: linear-gradient(90deg, #ffe957 0%, #ffd30f 100%);
	box-shadow: 0 8px 18px rgba(255,211,15,.26);
}

.start-page--beginner .start-choice-banner__underline--pink {
	background: linear-gradient(90deg, #ff1a95 0%, #ff0f84 100%);
	box-shadow: 0 8px 18px rgba(255,15,132,.28);
}

.start-page--beginner .start-choice-banner__note {
	display: block;
	max-width: 32ch;
	height: 2.3em;
	overflow: hidden;
	margin-top: 8px;
	color: rgba(255,255,255,.92);
	font-size: .84rem;
	font-weight: 600;
	line-height: 1.15;
}

.start-page--beginner .start-choice-arrow {
	font-size: 2.2rem;
	line-height: 1;
	font-weight: 700;
	text-align: center;
}

.start-page--beginner .start-choice-arrow--weekly {
	color: #f18400;
}

.start-page--beginner .start-choice-arrow--flexible {
	color: #7b2fa8;
}

.start-page--beginner .start-choice-stack {
	display: grid;
	gap: 18px;
	padding: 0;
}

.start-page--beginner .start-choice-card {
	position: relative;
	display: grid;
	grid-template-columns: 104px minmax(0, 1fr) 64px;
	align-items: center;
	gap: 18px;
	padding: 24px 24px 24px 18px;
	border-radius: 24px;
	background: rgba(255,255,255,.98);
	border: 1px solid rgba(116,23,111,.08);
	box-shadow: 0 12px 30px rgba(63,18,63,.08);
	color: inherit;
	text-decoration: none;
	transition: transform .18s ease, box-shadow .18s ease;
}

.start-page--beginner .start-choice-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 6px;
	border-radius: 24px 0 0 24px;
}

.start-page--beginner .start-choice-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 82px;
	height: 82px;
	color: #fff;
}

.start-page--beginner .start-choice-card__icon svg {
	display: block;
	width: 52px;
	height: 52px;
}

.start-page--beginner .start-choice-card__icon img {
	display: block;
	width: 88%;
	height: auto;
}

.start-page--beginner .start-choice-card__copy h4 {
	margin: 0 0 6px;
	font-size: clamp(1.45rem, 1.8vw, 2rem);
	line-height: .94;
	letter-spacing: -.04em;
}

.start-page--beginner .start-choice-card__copy p {
	margin: 8px 0 0;
	color: #422c4e;
	font-size: 1rem;
	line-height: 1.35;
}

.start-page--beginner .start-choice-card__copy .start-choice-card__linkline {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
	margin-top: 14px;
	padding: 6px 12px;
	border-radius: 999px;
	background: rgba(63,18,63,.05);
	font-size: .7rem;
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: .02em;
	text-transform: uppercase;
}

.start-page--beginner .start-choice-card__copy .start-choice-card__linkline::after {
	content: '→';
	font-size: .86rem;
	line-height: 1;
}

.start-page--beginner .start-choice-card__accent {
	display: block;
	font-size: clamp(1rem, 1.2vw, 1.35rem);
	font-weight: 900;
	line-height: 1;
	letter-spacing: -.02em;
	text-transform: uppercase;
}

.start-page--beginner .start-choice-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	margin-left: auto;
	border-radius: 999px;
	color: #fff;
	font-size: 1.9rem;
	line-height: 1;
	box-shadow: 0 10px 18px rgba(63,18,63,.16);
}

.start-page--beginner .start-choice-card--orange::before {
	background: linear-gradient(180deg, #ff7e00 0%, #ffb100 100%);
}

.start-page--beginner .start-choice-card--orange .start-choice-card__cta {
	background: linear-gradient(180deg, #ffae0d 0%, #ff9000 100%);
}

.start-page--beginner .start-choice-card--orange .start-choice-card__copy h4 {
	color: #f27700;
}

.start-page--beginner .start-choice-card--orange .start-choice-card__copy .start-choice-card__linkline {
	background: rgba(255,126,0,.1);
	color: #e16d00;
}

.start-page--beginner .start-choice-card--pink::before,
.start-page--beginner .start-choice-card--pink-alt::before {
	background: linear-gradient(180deg, #ff1490 0%, #d6007a 100%);
}

.start-page--beginner .start-choice-card--pink .start-choice-card__cta,
.start-page--beginner .start-choice-card--pink-alt .start-choice-card__cta {
	background: linear-gradient(180deg, #ff1490 0%, #df006e 100%);
}

.start-page--beginner .start-choice-card--pink .start-choice-card__copy h4,
.start-page--beginner .start-choice-card--pink-alt .start-choice-card__copy h4,
.start-page--beginner .start-choice-card--pink .start-choice-card__accent,
.start-page--beginner .start-choice-card--pink-alt .start-choice-card__accent {
	color: #f50779;
}

.start-page--beginner .start-choice-card--pink .start-choice-card__copy .start-choice-card__linkline,
.start-page--beginner .start-choice-card--pink-alt .start-choice-card__copy .start-choice-card__linkline {
	background: rgba(245,7,121,.1);
	color: #dc0b71;
}

.start-page--beginner .start-choice-card--purple::before {
	background: linear-gradient(180deg, #7e37b0 0%, #632593 100%);
}

.start-page--beginner .start-choice-card--purple .start-choice-card__cta {
	background: linear-gradient(180deg, #7a2fa8 0%, #60208f 100%);
}

.start-page--beginner .start-choice-card--purple .start-choice-card__copy h4 {
	color: #6d2d9d;
}

.start-page--beginner .start-choice-card--purple .start-choice-card__copy .start-choice-card__linkline {
	background: rgba(109,45,157,.1);
	color: #6d2d9d;
}

.start-page--beginner .start-choice-card:hover,
.start-page--beginner .start-choice-card:focus-visible {
	transform: translateY(-3px);
	box-shadow: 0 18px 34px rgba(63,18,63,.12);
	text-decoration: none;
}

.start-page--beginner .start-choice-divider {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	min-height: 100%;
	padding-top: 108px;
}

.start-page--beginner .start-choice-divider::before,
.start-page--beginner .start-choice-divider::after {
	content: '';
	position: absolute;
	left: 50%;
	width: 0;
	border-left: 3px dashed rgba(198,164,229,.92);
	transform: translateX(-50%);
}

.start-page--beginner .start-choice-divider::before {
	top: 24px;
	bottom: calc(100% - 132px);
}

.start-page--beginner .start-choice-divider::after {
	top: 156px;
	bottom: 24px;
}

.start-page--beginner .start-choice-divider span {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 86px;
	height: 86px;
	border-radius: 999px;
	background: linear-gradient(180deg, #4c1558 0%, #2d0635 100%);
	color: #fff;
	font-size: 1.95rem;
	font-weight: 900;
	letter-spacing: -.03em;
	box-shadow: 0 16px 28px rgba(63,18,63,.18);
}

.start-page--beginner .start-choice-divider span::before,
.start-page--beginner .start-choice-divider span::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 18px;
	height: 5px;
	border-radius: 999px;
	background: #ff1188;
}

.start-page--beginner .start-choice-divider span::before {
	left: -26px;
	transform: translateY(-50%) rotate(32deg);
}

.start-page--beginner .start-choice-divider span::after {
	right: -26px;
	transform: translateY(-50%) rotate(-32deg);
}

.start-page--beginner .start-offers-note {
	display: grid;
	gap: 18px;
	max-width: 860px;
	margin: 34px auto 0;
	padding: 0;
	text-align: center;
}

.start-page--beginner .start-offers-note__text {
	margin: 0;
	color: #5a4b64;
	font-size: 1rem;
	line-height: 1.6;
}

.start-page--beginner .start-offers-note .fc-offers-spotlight__cta {
	justify-self: center;
}

.start-page--beginner .start-director-short {
	position: static;
	z-index: auto;
	width: 100%;
	max-width: 220px;
	justify-self: end;
	pointer-events: auto;
}

.start-page--beginner .start-director-short__card {
	position: relative;
	display: grid;
	gap: 8px;
	padding: 10px;
	border-radius: 24px;
	background:
		radial-gradient(circle at top right, rgba(255,183,44,.12), transparent 28%),
		linear-gradient(180deg, rgba(255,255,255,.97), rgba(252,248,253,.98));
	border: 1px solid rgba(116,23,111,.12);
	box-shadow: 0 22px 42px rgba(30,27,37,.14);
	pointer-events: auto;
	transition: transform .24s ease, box-shadow .24s ease;
}

.start-page--beginner .start-director-short__head {
	display: block;
	padding: 2px 34px 0 4px;
}

.start-page--beginner .start-director-short__eyebrow {
	display: inline-grid;
	gap: 2px;
	justify-self: start;
	max-width: 100%;
	padding: 6px 10px 7px;
	border-radius: 16px;
	background: rgba(116,23,111,.08);
	color: var(--fc-purple);
	line-height: 1;
}

.start-page--beginner .start-director-short__eyebrow-main {
	display: block;
	font-size: .6rem;
	font-weight: 900;
	letter-spacing: .08em;
	line-height: 1.05;
	text-transform: uppercase;
}

.start-page--beginner .start-director-short__eyebrow-sub {
	display: block;
	color: #5b4768;
	font-size: .58rem;
	font-weight: 700;
	letter-spacing: .01em;
	line-height: 1.18;
	text-transform: none;
}

.start-page--beginner .start-director-short__close {
	position: absolute;
	top: 10px;
	right: 10px;
	display: none;
	align-items: center;
	justify-content: center;
	width: 26px;
	height: 26px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(116,23,111,.08);
	color: var(--fc-purple);
	cursor: pointer;
}

.start-page--beginner .start-director-short__close svg {
	display: block;
	width: 14px;
	height: 14px;
}

.start-page--beginner .start-director-short__reopen {
	position: fixed;
	right: 18px;
	bottom: 10px;
	z-index: 36;
	display: none;
	align-items: center;
	gap: 8px;
	min-height: 42px;
	padding: 0 12px 0 14px;
	border: 1px solid rgba(116,23,111,.14);
	border-radius: 999px;
	background: rgba(255,255,255,.96);
	color: var(--start-purple-dark);
	box-shadow: 0 16px 30px rgba(30,27,37,.12);
	cursor: pointer;
}

.start-page--beginner .start-director-short__reopen-label {
	font-size: .74rem;
	font-weight: 900;
	letter-spacing: .03em;
	line-height: 1;
}

.start-page--beginner .start-reservation-jumps {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 39;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 100%;
	max-width: none;
	padding: 10px 18px 12px;
	border-radius: 0;
	background: rgba(77,24,77,.98);
	border-top: 1px solid rgba(255,255,255,.12);
	box-shadow: 0 -12px 32px rgba(30,27,37,.24);
	backdrop-filter: blur(4px);
	transform: translateY(0);
	opacity: 1;
	pointer-events: auto;
	transition: opacity .22s ease, transform .22s ease, box-shadow .22s ease;
}

.start-page--beginner .start-reservation-jumps.is-visible {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.start-page--beginner .start-reservation-jump {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	flex: 0 0 auto;
	min-height: 38px;
	padding: 0 12px 0 14px;
	border-radius: 12px;
	background: #fff;
	color: #2a2032;
	font-size: .78rem;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
	box-shadow: inset 0 0 0 1px rgba(63,18,63,.06);
	transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease, color .18s ease;
	white-space: nowrap;
}

.start-page--beginner .start-reservation-jump::before {
	content: '✦';
	margin-right: 9px;
	flex: 0 0 auto;
	color: currentColor;
	font-size: .74rem;
	line-height: 1;
	transform: translateY(-1px) rotate(8deg);
}

.start-page--beginner .start-reservation-jump::after {
	content: '→';
	margin-left: 8px;
	font-size: .88rem;
	line-height: 1;
	opacity: .42;
}

.start-page--beginner .start-reservation-jump:hover,
.start-page--beginner .start-reservation-jump:focus-visible {
	color: #2a2032;
	text-decoration: none;
	transform: translateY(-1px);
	background: #fffdfd;
	box-shadow: inset 0 0 0 1px rgba(63,18,63,.1), 0 10px 18px rgba(30,27,37,.12);
}

.start-page--beginner .start-reservation-jump--bapteme {
	background: #4da9a5;
	color: #fff;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}

.start-page--beginner .start-reservation-jump--bapteme:hover,
.start-page--beginner .start-reservation-jump--bapteme:focus-visible {
	background: #439793;
	color: #fff;
}

.start-page--beginner .start-reservation-jump--atelier {
	color: #8f0c58;
}

.start-page--beginner .start-reservation-jump--cours {
	color: #9a4d00;
}

.start-page--beginner .start-reservation-jump--stage {
	color: #5b1f85;
}

.start-page--beginner .start-director-short__reopen-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	color: var(--fc-purple);
}

.start-page--beginner .start-director-short__reopen-icon svg {
	display: block;
	width: 16px;
	height: 16px;
}

.start-page--beginner .start-director-short__media {
	overflow: hidden;
	border-radius: 18px;
	background: #120713;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}

.start-page--beginner .start-director-short__media iframe {
	display: block;
	width: 100%;
	aspect-ratio: 9 / 16;
	border: 0;
}

.start-page--beginner .start-floating-jumps {
	left: auto;
	right: 18px;
}

.start-page--beginner .fc-stage-month-pagination {
	gap: 10px;
	margin-top: 24px;
	padding-top: 14px;
}

.start-page--beginner .fc-stage-month-pagination__link {
	gap: 5px;
	padding: 14px 18px;
	border-radius: 18px;
}

.start-page--beginner .fc-stage-month-pagination__eyebrow {
	color: color-mix(in srgb, var(--fc-purple-dark) 84%, #fff 16%);
	font-size: .72rem;
}

.start-page--beginner .fc-stage-month-pagination__label {
	color: var(--fc-purple-dark);
	font-size: .98rem;
	line-height: 1.2;
}

.start-page--beginner .fc-stage-month-pagination__current {
	min-width: 118px;
	min-height: 34px;
	padding: 0 14px;
	font-size: .8rem;
	letter-spacing: .01em;
	box-shadow: 0 10px 18px rgba(63,18,63,.12);
}

@media (max-width: 980px) {
	.start-page--beginner .start-weekly-proof {
		gap: 8px 12px;
	}

	.start-page--beginner .start-reservation-jumps {
		bottom: 0;
	}

	.start-page--beginner .start-choice-refresh__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.start-page--beginner .start-choice-refresh__card:nth-child(3),
	.start-page--beginner .start-choice-refresh__card:nth-child(4) {
		border-top: 1px solid rgba(63,18,63,.08);
	}

	.start-page--beginner .start-choice-refresh__card:nth-child(3) {
		border-left: 0;
	}

	.start-page--beginner .start-director-short {
		width: min(188px, calc(100vw - 28px));
	}

	.start-page--beginner .start-director-short__reopen {
		right: 18px;
	}

	.start-page--beginner .start-weekly-choice__layout {
		grid-template-columns: 1fr;
	}

	.start-page--beginner .start-weekly-choice__intro,
	.start-page--beginner .start-weekly-choice__testimonial {
		min-height: 0;
	}

	.start-page--beginner .start-choice-transition {
		margin-bottom: 16px;
	}

	.start-page--beginner .start-choice-transition--weekly {
		margin: 24px auto 18px;
	}

	.start-page--beginner .start-flex-choice__layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 1599px) {
	.start-page--beginner .start-choice-refresh-layout {
		position: relative;
		display: block;
		padding-right: 242px;
	}

	.start-page--beginner .start-choice-refresh-layout .start-director-short {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 220px;
		max-width: none;
		justify-self: auto;
		pointer-events: auto;
	}

	.start-page--beginner .start-choice-refresh-layout .start-director-short__card {
		box-shadow: 0 18px 34px rgba(30,27,37,.12);
	}

	.start-page--beginner .start-choice-refresh-layout .start-director-short__close,
	.start-page--beginner .start-director-short__reopen {
		display: none;
	}
}

@media (max-width: 1360px) {
	.start-page--beginner .start-choice-refresh__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.start-page--beginner .start-choice-refresh__card:nth-child(3),
	.start-page--beginner .start-choice-refresh__card:nth-child(4) {
		border-top: 1px solid rgba(63,18,63,.08);
	}

	.start-page--beginner .start-choice-refresh__card:nth-child(3) {
		border-left: 0;
	}
}

@media (min-width: 1600px) {
	.start-page--beginner .start-step-head--choice {
		display: block;
	}

	.start-page--beginner .start-director-short {
		position: fixed;
		right: 18px;
		bottom: 10px;
		z-index: 36;
		width: min(206px, calc(100vw - 28px));
		max-width: none;
		pointer-events: none;
	}

	.start-page--beginner .start-director-short__close {
		display: inline-flex;
	}

	.start-page--beginner .start-director-short__reopen {
		display: inline-flex;
	}

	.start-page--beginner .start-floating-jumps {
		left: 18px;
		right: auto;
	}
}

@media (max-width: 720px) {
	.start-page--beginner .start-hero-flow {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.start-page--beginner .start-hero::after {
		display: none;
	}

	.start-page--beginner .start-bapteme-teaser,
	.start-page--beginner .start-choice-refresh-layout .start-director-short {
		display: none;
	}

	.start-page--beginner .start-director-teaser-mobile {
		position: relative;
		left: 50%;
		display: grid;
		gap: 12px;
		width: 100vw;
		margin: 0 0 10px;
		padding: 14px 16px 16px;
		transform: translateX(-50%);
		background:
			linear-gradient(180deg, rgba(76, 22, 91, .98), rgba(61, 16, 74, .98));
		color: #fff;
	}

	.start-page--beginner .start-director-teaser-mobile__media {
		overflow: hidden;
		border-radius: 22px;
		background: #120713;
		box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
	}

	.start-page--beginner .start-director-teaser-mobile__media iframe {
		display: block;
		width: 100%;
		aspect-ratio: 16 / 9;
		border: 0;
	}

	.start-page--beginner .start-director-teaser-mobile__copy {
		display: grid;
		gap: 8px;
	}

	.start-page--beginner .start-director-teaser-mobile__copy span {
		display: inline-flex;
		align-items: center;
		justify-self: start;
		min-height: 28px;
		padding: 0 12px;
		border-radius: 999px;
		background: rgba(255,255,255,.14);
		font-size: .7rem;
		font-weight: 900;
		letter-spacing: .08em;
		line-height: 1;
		text-transform: uppercase;
	}

	.start-page--beginner .start-director-teaser-mobile__copy strong {
		font-size: .96rem;
		font-weight: 800;
		line-height: 1.35;
	}

	.start-page--beginner .start-step-head--bapteme,
	.start-page--beginner .start-step-grid {
		grid-template-columns: 1fr;
	}

	.start-page--beginner .start-step-head--bapteme {
		gap: 14px;
	}

	.start-page--beginner .start-step-head--bapteme .start-step-head__copy {
		max-width: none;
	}

	.start-page--beginner .start-bapteme-mascot-cta--head {
		display: none;
	}

	.start-page--beginner .start-bapteme-side,
	.start-page--beginner .start-bapteme-sessions--side {
		width: 100%;
	}

	.start-page--beginner .start-choice-refresh__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.start-page--beginner .start-choice-refresh__card {
		grid-template-columns: 34px minmax(0, 1fr);
		gap: 10px;
		padding: 14px 12px;
	}

	.start-page--beginner .start-choice-refresh__card + .start-choice-refresh__card,
	.start-page--beginner .start-choice-refresh__card:nth-child(3),
	.start-page--beginner .start-choice-refresh__card:nth-child(4) {
		border-left: 0;
		border-top: 1px solid rgba(63,18,63,.08);
	}

	.start-page--beginner .start-choice-refresh__card:nth-child(2),
	.start-page--beginner .start-choice-refresh__card:nth-child(4) {
		border-left: 1px solid rgba(63,18,63,.08);
	}

	.start-page--beginner .start-choice-refresh__card:nth-child(-n+2) {
		border-top: 0;
	}

	.start-page--beginner .start-choice-refresh__icon {
		width: 34px;
		height: 34px;
	}

	.start-page--beginner .start-choice-refresh__icon svg {
		width: 18px;
		height: 18px;
	}

	.start-page--beginner .start-choice-refresh__copy {
		display: contents;
	}

	.start-page--beginner .start-choice-refresh__copy strong {
		font-size: .84rem;
		line-height: 1.2;
	}

	.start-page--beginner .start-choice-refresh__copy p {
		font-size: .76rem;
		line-height: 1.32;
	}

	.start-page--beginner .start-choice-refresh-layout .start-director-short {
		width: 100%;
		max-width: none;
		margin: 14px 0 0;
	}

	.start-page--beginner .start-weekly-proof {
		flex-direction: column;
		gap: 8px;
	}

	.start-page--beginner .start-weekly-proof__title {
		font-size: .94rem;
	}

	.start-page--beginner .start-weekly-proof__course-score {
		padding-left: 0;
		border-left: 0;
		font-size: .84rem;
	}

	.start-page--beginner .start-reservation-jumps {
		gap: 6px;
		padding: 8px 12px 10px;
		bottom: 0;
		overflow-x: auto;
		justify-content: flex-start;
		scrollbar-width: none;
	}

	.start-page--beginner .start-reservation-jumps::-webkit-scrollbar {
		display: none;
	}

	.start-page--beginner .start-reservation-jump {
		min-height: 36px;
		padding: 0 11px 0 13px;
		font-size: .73rem;
	}

	.start-page--beginner .start-format-copy__title-wrap {
		grid-template-columns: 72px minmax(0, 1fr);
		gap: 12px;
		align-items: start;
	}

	.start-page--beginner .start-format-copy__title-label {
		font-size: .82rem;
		letter-spacing: .12em;
	}

	.start-page--beginner .start-format-copy__title-subtitle {
		font-size: .92rem;
	}

	.start-page--beginner .start-booking-bridge {
		gap: 12px;
		margin: 30px 0 6px;
		padding: 24px 18px 22px;
	}

	.start-page--beginner .start-booking-bridge::before,
	.start-page--beginner .start-booking-bridge::after {
		display: none;
	}

	.start-page--beginner .start-booking-bridge p {
		font-size: .92rem;
	}

	.start-page--beginner .start-director-short {
		right: 12px;
		bottom: 8px;
		width: min(154px, calc(100vw - 24px));
	}

	.start-page--beginner .start-director-short__card {
		gap: 8px;
		padding: 8px;
		border-radius: 20px;
	}

	.start-page--beginner .start-director-short__eyebrow {
		padding: 0 8px;
		gap: 1px;
		padding: 5px 8px 6px;
	}

	.start-page--beginner .start-director-short__eyebrow-main {
		font-size: .54rem;
	}

	.start-page--beginner .start-director-short__eyebrow-sub {
		font-size: .52rem;
	}

	.start-page--beginner .start-director-short__head strong {
		font-size: .84rem;
	}

	.start-page--beginner .start-director-short__close {
		top: 8px;
		right: 8px;
		width: 24px;
		height: 24px;
	}

	.start-page--beginner .start-director-short__reopen {
		right: 12px;
		bottom: 8px;
		min-height: 38px;
		padding: 0 10px 0 12px;
	}

	.start-page--beginner .start-director-short__reopen-label {
		font-size: .68rem;
	}

	.start-page--beginner .start-weekly-choice {
		margin-top: 28px;
	}

	.start-page--beginner .start-hero-reassure {
		gap: 8px;
		margin-top: 12px;
	}

	.start-page--beginner .start-hero-reassure__lead {
		font-size: .92rem;
	}

	.start-page--beginner .start-hero-reassure__list {
		gap: 8px;
	}

	.start-page--beginner .start-hero-reassure__list li {
		min-height: 30px;
		padding: 0 11px;
		font-size: .8rem;
	}

	.start-page--beginner .start-weekly-choice__head h3 {
		font-size: clamp(1.8rem, 8vw, 2.4rem);
	}

	.start-page--beginner .start-weekly-choice__layout {
		gap: 16px;
	}

	.start-page--beginner .start-weekly-choice__card {
		padding: 22px 16px 18px;
		border-radius: 24px;
	}

	.start-page--beginner .start-weekly-choice__hero {
		grid-template-columns: 72px minmax(0, 1fr);
		gap: 12px;
	}

	.start-page--beginner .start-weekly-choice__mascot {
		width: 72px;
		height: 72px;
	}

	.start-page--beginner .start-weekly-choice__mascot img {
		width: 52px;
	}

	.start-page--beginner .start-weekly-choice__title-main {
		font-size: 1.82rem;
	}

	.start-page--beginner .start-weekly-choice__title-sub {
		font-size: .8rem;
	}

	.start-page--beginner .start-weekly-choice__hero-copy h4 {
		gap: 4px;
		min-height: 3.15rem;
	}

	.start-page--beginner .start-flex-choice {
		margin-top: 0;
	}

	.start-page--beginner .start-choice-transition {
		gap: 9px;
		margin: 20px auto 14px;
	}

	.start-page--beginner .start-choice-transition__badge {
		min-width: 44px;
		height: 30px;
		padding: 0 12px;
		font-size: .72rem;
	}

	.start-page--beginner .start-choice-transition__text {
		font-size: .88rem;
	}

	.start-page--beginner .start-choice-transition__text--weekly {
		font-size: .92rem;
	}

	.start-page--beginner .start-floating-jumps {
		left: auto;
		right: 12px;
	}

	.start-page--beginner .start-flex-choice__head h3 {
		font-size: clamp(1.7rem, 8vw, 2.18rem);
	}

	.start-page--beginner .start-flex-choice__layout {
		gap: 16px;
	}

	.start-page--beginner .start-flex-choice__card {
		padding: 18px 16px 15px;
		border-radius: 22px;
	}

	.start-page--beginner .start-flex-choice__hero {
		grid-template-columns: 88px minmax(0, 1fr);
		gap: 14px;
	}

	.start-page--beginner .start-flex-choice__media {
		width: 88px;
		height: 82px;
	}

	.start-page--beginner .start-flex-choice__mascot {
		width: 78px;
		height: 78px;
	}

	.start-page--beginner .start-flex-choice__mascot img {
		width: 50px;
	}

	.start-page--beginner .start-flex-choice__badge {
		width: 38px;
		height: 38px;
		bottom: 2px;
	}

	.start-page--beginner .start-flex-choice__badge svg,
	.start-page--beginner .start-flex-choice__footnote-icon svg {
		width: 18px;
		height: 18px;
	}

	.start-page--beginner .start-flex-choice__title-main {
		font-size: 1.52rem;
	}

	.start-page--beginner .start-flex-choice__title-sub {
		font-size: 1.08rem;
	}

	.start-page--beginner .start-flex-choice__subtitle {
		font-size: .94rem;
	}

	.start-page--beginner .start-flex-choice__button {
		min-height: 46px;
		font-size: .9rem;
	}

	.start-page--beginner .start-bapteme-sessions__item {
		align-items: stretch;
		flex-direction: column;
	}

	.start-page--beginner .start-bapteme-sessions__cta {
		width: 100%;
	}
}

@media (max-width: 900px) {
	.start-page--beginner .start-choice-refresh-layout {
		padding-right: 0;
	}

	.start-page--beginner .start-choice-refresh-layout .start-director-short {
		position: static;
		right: auto;
		bottom: auto;
		width: min(220px, 100%);
		margin: 18px 0 0 auto;
	}
}

@media (max-width: 720px) {
	.start-page--beginner .start-choice-refresh-layout .start-director-short {
		width: 100%;
		max-width: none;
		margin: 14px 0 0;
	}
}
