.edh-home {
  --home-paper: #f2f0ec;
  --home-cream: #faf9f6;

  --home-ink: #171717;
  --home-muted: #6f6c67;

  --home-orange: #2a2a2a;
  --home-green: #3a3a3a;

  --home-dark: #101010;

  --home-sand: #c9c5be;

  --home-line: rgba(23, 23, 23, 0.14);
  --home-light-line: rgba(255, 255, 255, 0.14);

  --home-max: 1380px;
  --home-gutter: clamp(24px, 5vw, 84px);

  width: 100%;
  overflow: hidden;

  background: var(--home-paper);
  color: var(--home-ink);

  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.65;
}
.edh-home *,
.edh-home *::before,
.edh-home *::after {
	box-sizing: border-box;
}

.edh-home * {
	min-width: 0;
}

.edh-home h1,
.edh-home h2,
.edh-home h3,
.edh-home p,
.edh-home figure {
	margin: 0;
}

.edh-home h1,
.edh-home h2,
.edh-home h3 {
	max-width: 100%;
	hyphens: none;
	overflow-wrap: normal;
	word-break: normal;
}

.edh-home img {
	display: block;
	width: 100%;
	max-width: none;
}

.edh-home a {
	color: inherit;
	text-decoration: none;
}

.edh-home .edh-home-wrap {
	width: min(calc(100% - (2 * var(--home-gutter))), var(--home-max));
	margin-inline: auto;
}

.edh-home .edh-home-eyebrow {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .19em;
	line-height: 1.3;
	text-transform: uppercase;
}

.edh-home .edh-home-richtext {
	color: var(--home-muted);
	font-size: clamp(16px, 1.18vw, 19px);
	line-height: 1.78;
}

.edh-home .edh-home-richtext p + p {
	margin-top: 1em;
}

.edh-home .edh-home-button {
	display: inline-flex;
	min-height: 52px;
	padding: 10px 11px 10px 25px;
	align-items: center;
	gap: 24px;
	border-radius: 999px;
	background: var(--home-green);
	color: var(--home-cream);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
	transition: transform .3s ease, background-color .3s ease;
	max-width: 100%;
	white-space: normal;
}

.edh-home .edh-home-button span:last-child {
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	border: 1px solid rgba(250, 246, 239, .3);
	border-radius: 50%;
	font-size: 14px;
	flex: 0 0 auto;
}

.edh-home .edh-home-button:hover,
.edh-home .edh-home-button:focus-visible {
	transform: translateY(-3px);
	background: var(--home-dark);
}

/* BIENVENIDA Y PERFIL */

.edh-home .edh-home-intro {
	padding-top: clamp(100px, 14vw, 210px);
}

.edh-home .edh-home-intro__message {
	width: min(calc(100% - (2 * var(--home-gutter))), 1060px);
	margin-inline: auto;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(25px, 3.1vw, 47px);
	line-height: 1.3;
	letter-spacing: -.025em;
	text-align: center;
}

.edh-home .edh-home-intro__message h3 {
	max-width: 18ch;
	margin: 0 auto clamp(48px, 7vw, 90px);
	font-size: clamp(48px, 7vw, 108px);
	font-weight: 400;
	line-height: .93;
	letter-spacing: -.055em;
	text-wrap: balance;
}

.edh-home .edh-home-intro__message p + p {
	margin-top: .75em;
}

.edh-home .edh-home-intro__message p:last-child {
	margin-top: 1.8em;
	color: var(--home-orange);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .17em;
	text-transform: uppercase;
}

.edh-home .edh-home-intro__profile {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
	margin-top: clamp(110px, 15vw, 220px);
	background: var(--home-dark);
	color: var(--home-cream);
}

.edh-home .edh-home-intro__profile.has-no-image {
	grid-template-columns: minmax(0, 1fr);
}

.edh-home .edh-home-intro__profile.has-no-image .edh-home-intro__profile-copy {
	width: min(100%, 860px);
	margin-inline: auto;
}

.edh-home .edh-home-intro__profile figure {
	min-height: 760px;
	overflow: hidden;
}

.edh-home .edh-home-intro__profile figure img {
	height: 100%;
	object-fit: cover;
	filter: saturate(.7) contrast(1.05);
	transform: scale(1.02);
}

.edh-home .edh-home-intro__profile-copy {
	display: flex;
	min-height: 760px;
	padding: clamp(72px, 9vw, 140px) var(--home-gutter);
	flex-direction: column;
	justify-content: center;
}

.edh-home .edh-home-intro__profile-copy .edh-home-eyebrow {
	margin-bottom: clamp(36px, 5vw, 66px);
	color: #dc8253;
}

.edh-home .edh-home-intro__profile-copy h2,
.edh-home .edh-home-access h2,
.edh-home .edh-home-transformation h2,
.edh-home .edh-home-experiences h2,
.edh-home .edh-home-youtube h2,
.edh-home .edh-home-somriu h2 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 400;
	letter-spacing: -.05em;
	text-wrap: balance;
}

.edh-home .edh-home-intro__profile-copy h2 {
	max-width: 10ch;
	font-size: clamp(50px, 6vw, 92px);
	line-height: .94;
}

.edh-home .edh-home-intro__profile-copy .edh-home-richtext {
	max-width: 46ch;
	margin-top: 42px;
	color: rgba(250, 246, 239, .68);
}

/* ACCESO */

.edh-home .edh-home-access {
	padding-block: clamp(110px, 15vw, 220px);
}

.edh-home .edh-home-access header {
	display: grid;
	grid-template-columns: minmax(170px, .7fr) minmax(0, 1.45fr) minmax(260px, .85fr);
	gap: clamp(30px, 5vw, 80px);
	align-items: start;
}

.edh-home .edh-home-access header .edh-home-eyebrow {
	padding-top: 13px;
	color: var(--home-orange);
}

.edh-home .edh-home-access h2 {
	max-width: 12ch;
	font-size: clamp(48px, 6.4vw, 98px);
	line-height: .93;
}

.edh-home .edh-home-access header .edh-home-richtext {
	padding-top: 20px;
	border-top: 1px solid var(--home-line);
}

.edh-home .edh-home-access__feature {
	position: relative;
	display: grid;
	min-height: clamp(570px, 68vw, 860px);
	margin-top: clamp(80px, 11vw, 155px);
	overflow: hidden;
	place-items: end start;
	background: var(--home-green);
	color: var(--home-cream);
}

.edh-home .edh-home-access__feature > img {
	position: absolute;
	inset: 0;
	height: 100%;
	object-fit: cover;
	filter: saturate(.7) contrast(1.05);
}

.edh-home .edh-home-access__feature::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 25%, rgba(18, 27, 24, .78));
	content: "";
}

.edh-home .edh-home-access__feature-copy {
	position: relative;
	z-index: 1;
	display: grid;
	width: 100%;
	padding: clamp(34px, 6vw, 88px);
	grid-template-columns: minmax(70px, .45fr) minmax(220px, 1.1fr) minmax(260px, 1fr);
	gap: clamp(24px, 5vw, 80px);
	align-items: end;
}

.edh-home .edh-home-access__feature-copy > span {
	font-size: 9px;
	font-weight: 700;
	letter-spacing: .17em;
}

.edh-home .edh-home-access__feature h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(42px, 5.2vw, 82px);
	font-weight: 400;
	line-height: .94;
	letter-spacing: -.045em;
}

.edh-home .edh-home-access__feature p {
	color: rgba(250, 246, 239, .75);
	font-size: clamp(15px, 1.2vw, 18px);
}

.edh-home .edh-home-access__closing {
	display: grid;
	grid-template-columns: minmax(240px, .8fr) minmax(0, 1.2fr);
	gap: clamp(40px, 8vw, 130px);
	align-items: start;
	margin-top: clamp(64px, 9vw, 120px);
	padding-top: 30px;
	border-top: 1px solid var(--home-line);
}

.edh-home .edh-home-access__form form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.edh-home .edh-home-access__form input,
.edh-home .edh-home-access__form select,
.edh-home .edh-home-access__form textarea {
	width: 100%;
	min-height: 52px;
	padding: 12px 16px;
	border: 0;
	border-bottom: 1px solid var(--home-line);
	border-radius: 0;
	background: transparent;
	color: var(--home-ink);
	font: inherit;
}

.edh-home .edh-home-access__form button,
.edh-home .edh-home-access__form input[type="submit"] {
	min-height: 52px;
	padding: 12px 24px;
	border: 0;
	border-radius: 999px;
	background: var(--home-green);
	color: var(--home-cream);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	cursor: pointer;
}

/* TRANSFORMACIÓN */

.edh-home .edh-home-transformation {
	display: grid;
	grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
	background: var(--home-sand);
}

.edh-home .edh-home-transformation.is-single {
	grid-template-columns: minmax(0, 1fr);
}

.edh-home .edh-home-transformation__step,
.edh-home .edh-home-transformation__main {
	position: relative;
	min-height: 760px;
	overflow: hidden;
}

.edh-home .edh-home-transformation__step {
	display: flex;
	padding: clamp(42px, 6vw, 86px);
	align-items: flex-end;
	background: var(--home-orange);
	color: var(--home-cream);
}

.edh-home .edh-home-transformation__step img,
.edh-home .edh-home-transformation__main > img {
	position: absolute;
	inset: 0;
	height: 100%;
	object-fit: cover;
}

.edh-home .edh-home-transformation__step::after,
.edh-home .edh-home-transformation__main::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 30%, rgba(24, 28, 25, .75));
	content: "";
}

.edh-home .edh-home-transformation__step p {
	position: relative;
	z-index: 1;
	max-width: 24ch;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(27px, 3vw, 44px);
	line-height: 1.12;
}

.edh-home .edh-home-transformation__main {
	display: flex;
	padding: clamp(50px, 8vw, 120px);
	align-items: flex-end;
	background: var(--home-green);
	color: var(--home-cream);
}

.edh-home .edh-home-transformation__copy {
	position: relative;
	z-index: 1;
}

.edh-home .edh-home-transformation__copy .edh-home-eyebrow {
	margin-bottom: 30px;
	color: #e18a5c;
}

.edh-home .edh-home-transformation h2 {
	max-width: 12ch;
	font-size: clamp(50px, 6vw, 94px);
	line-height: .93;
}

.edh-home .edh-home-transformation__copy > p:last-child {
	max-width: 46ch;
	margin-top: 34px;
	color: rgba(250, 246, 239, .72);
}

/* ÁREAS */

.edh-home .edh-home-experiences {
	padding-block: clamp(110px, 15vw, 220px);
}

.edh-home .edh-home-experiences header {
	display: grid;
	grid-template-columns: minmax(160px, .6fr) minmax(0, 1.4fr) minmax(260px, .8fr);
	gap: clamp(28px, 5vw, 80px);
	align-items: start;
	margin-bottom: clamp(78px, 11vw, 150px);
}

.edh-home .edh-home-experiences header .edh-home-eyebrow {
	padding-top: 12px;
	color: var(--home-orange);
}

.edh-home .edh-home-experiences h2 {
	max-width: 12ch;
	font-size: clamp(50px, 6.4vw, 100px);
	line-height: .93;
}

.edh-home .edh-home-experiences header > p:last-child {
	padding-top: 22px;
	border-top: 1px solid var(--home-line);
	color: var(--home-muted);
}

.edh-home .edh-home-experiences__list {
	border-top: 1px solid var(--home-line);
}

.edh-home .edh-home-experience {
	display: grid;
	grid-template-columns: 52px minmax(260px, .85fr) minmax(0, 1.15fr);
	gap: clamp(24px, 5vw, 78px);
	align-items: center;
	padding-block: clamp(30px, 4vw, 58px);
	border-bottom: 1px solid var(--home-line);
}

.edh-home .edh-home-experience__number {
	align-self: start;
	padding-top: 6px;
	color: var(--home-muted);
	font-size: 10px;
	letter-spacing: .16em;
}

.edh-home .edh-home-experience figure {
	height: clamp(250px, 29vw, 400px);
	overflow: hidden;
}

.edh-home .edh-home-experience figure img {
	height: 100%;
	object-fit: cover;
	filter: saturate(.72);
	transition: transform .7s cubic-bezier(.22, 1, .36, 1), filter .5s ease;
}

.edh-home .edh-home-experience:hover figure img {
	filter: saturate(.92);
	transform: scale(1.025);
}

.edh-home .edh-home-experience__copy h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(34px, 4vw, 62px);
	font-weight: 400;
	line-height: 1;
	letter-spacing: -.04em;
}

.edh-home .edh-home-experience.has-no-image .edh-home-experience__copy {
	grid-column: 2 / 4;
	max-width: 760px;
}

.edh-home .edh-home-experience__copy p {
	max-width: 48ch;
	margin-top: 22px;
	color: var(--home-muted);
	font-size: 14px;
}

.edh-home .edh-home-experience__copy a {
	display: inline-flex;
	min-height: 44px;
	margin-top: 30px;
	align-items: center;
	gap: 13px;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .14em;
	text-transform: uppercase;
}

.edh-home .edh-home-experience__copy a span:last-child {
	color: var(--home-orange);
	font-size: 15px;
	transition: transform .3s ease;
}

.edh-home .edh-home-experience__copy a:hover span:last-child,
.edh-home .edh-home-experience__copy a:focus-visible span:last-child {
	transform: translate(3px, -3px);
}

/* FORMACIÓN DESTACADA */

.edh-home .edh-home-training {
	padding-block: clamp(110px, 14vw, 205px);
	background: var(--home-dark);
	color: var(--home-cream);
}

.edh-home .edh-home-training header {
	display: grid;
	grid-template-columns: minmax(150px, .55fr) minmax(0, 1.5fr) minmax(260px, .75fr);
	gap: clamp(30px, 5vw, 80px);
	align-items: start;
	margin-bottom: clamp(75px, 10vw, 140px);
}

.edh-home .edh-home-training header > .edh-home-eyebrow {
	padding-top: 12px;
	color: #df8757;
}

.edh-home .edh-home-training__title p {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(50px, 6.2vw, 96px);
	line-height: .93;
	letter-spacing: -.05em;
}

.edh-home .edh-home-training__title .edh-formacion__year {
	color: #df8757;
}

.edh-home .edh-home-training header .edh-home-richtext {
	padding-top: 22px;
	border-top: 1px solid var(--home-light-line);
	color: rgba(250, 246, 239, .68);
}

.edh-home .edh-home-training__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--home-light-line);
	border-bottom: 1px solid var(--home-light-line);
}

.edh-home .edh-home-training__grid > article {
	min-height: 390px;
	padding: clamp(30px, 3.5vw, 52px);
}

.edh-home .edh-home-training__grid > article + article {
	border-left: 1px solid var(--home-light-line);
}

.edh-home .edh-home-training__grid h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(31px, 3vw, 46px);
	font-weight: 400;
	line-height: 1.04;
	letter-spacing: -.035em;
}

.edh-home .edh-home-training__grid article > p:last-child {
	margin-top: 30px;
	color: rgba(250, 246, 239, .68);
	font-size: 14px;
}

.edh-home .edh-formacion__card-header {
	display: grid;
	gap: 24px;
}

.edh-home .edh-formacion__tag,
.edh-home .edh-formacion__label {
	display: inline-flex;
	padding: 7px 11px;
	border: 1px solid var(--home-light-line);
	border-radius: 999px;
	color: #df8757;
	font-size: 9px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.edh-home .edh-formacion__price {
	display: flex;
	margin-top: 35px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.edh-home .edh-formacion__amount {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
}

.edh-home .edh-home-training > .edh-home-wrap > .edh-home-button {
	margin-top: clamp(52px, 7vw, 82px);
	background: var(--home-orange);
}

/* YOUTUBE */

.edh-home .edh-home-youtube {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
	background: var(--home-sand);
}

.edh-home .edh-home-youtube__media {
	position: relative;
	min-height: 780px;
	overflow: hidden;
	background: var(--home-orange);
}

.edh-home .edh-home-youtube__media img {
	height: 100%;
	object-fit: cover;
	filter: saturate(.72) contrast(1.04);
}

.edh-home .edh-home-youtube__media > span,
.edh-home .edh-home-youtube__media > a {
	position: absolute;
	top: 50%;
	left: 50%;
	display: grid;
	width: 72px;
	height: 72px;
	place-items: center;
	border: 1px solid rgba(250, 246, 239, .65);
	border-radius: 50%;
	background: rgba(30, 41, 37, .18);
	color: var(--home-cream);
	font-size: 15px;
	transform: translate(-50%, -50%);
	backdrop-filter: blur(5px);
	transition: transform .3s ease, background-color .3s ease;
}

.edh-home .edh-home-youtube__media > a:hover,
.edh-home .edh-home-youtube__media > a:focus-visible {
	transform: translate(-50%, -50%) scale(1.06);
	background: var(--home-orange);
}

.edh-home .edh-home-youtube__copy {
	display: flex;
	min-height: 780px;
	padding: clamp(70px, 9vw, 140px) var(--home-gutter);
	flex-direction: column;
	justify-content: center;
}

.edh-home .edh-home-youtube__copy .edh-home-eyebrow {
	margin-bottom: clamp(35px, 5vw, 66px);
	color: var(--home-green);
}

.edh-home .edh-home-youtube h2 {
	max-width: 11ch;
	font-size: clamp(48px, 6vw, 92px);
	line-height: .94;
}

.edh-home .edh-home-youtube__copy > .edh-home-richtext {
	max-width: 46ch;
	margin-top: 38px;
	color: rgba(36, 33, 28, .7);
}

.edh-home .edh-home-youtube__videos {
	display: grid;
	margin-top: 48px;
	border-top: 1px solid rgba(36, 33, 28, .18);
}

.edh-home .edh-home-youtube__videos a {
	display: flex;
	padding-block: 14px;
	justify-content: space-between;
	border-bottom: 1px solid rgba(36, 33, 28, .18);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.edh-home .edh-home-youtube__copy > .edh-home-button {
	margin-top: 45px;
	align-self: flex-start;
}

/* SOMRIU */

.edh-home .edh-home-somriu {
	position: relative;
	display: grid;
	min-height: min(900px, 86svh);
	padding: var(--home-gutter);
	place-items: end start;
	background: var(--home-green);
	color: var(--home-cream);
}

.edh-home .edh-home-somriu > img,
.edh-home .edh-home-somriu__veil {
	position: absolute;
	inset: 0;
}

.edh-home .edh-home-somriu > img {
	height: 100%;
	object-fit: cover;
	filter: saturate(.68) contrast(1.05);
	transform: scale(1.02) translate3d(var(--home-somriu-x, 0), var(--home-somriu-y, 0), 0);
	transition: transform .65s cubic-bezier(.22, 1, .36, 1);
}

.edh-home .edh-home-somriu__veil {
	background: linear-gradient(180deg, transparent 20%, rgba(18, 29, 25, .82));
}

.edh-home .edh-home-somriu__copy {
	position: relative;
	z-index: 1;
	width: min(100%, 900px);
	padding: clamp(28px, 5vw, 76px);
}

.edh-home .edh-home-somriu__copy .edh-home-eyebrow {
	margin-bottom: 28px;
	color: #e08a5b;
}

.edh-home .edh-home-somriu h2 {
	font-size: clamp(72px, 12vw, 190px);
	line-height: .8;
	letter-spacing: -.065em;
}

.edh-home .edh-home-somriu .edh-home-richtext {
	max-width: 55ch;
	margin-top: 38px;
	color: rgba(250, 246, 239, .75);
}

/* REVEAL */

.edh-home.is-enhanced [data-reveal] {
	opacity: 0;
	transform: translateY(28px);
	transition: opacity .8s ease, transform .8s cubic-bezier(.22, 1, .36, 1);
}

.edh-home.is-enhanced [data-reveal].is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	.edh-home *,
	.edh-home *::before,
	.edh-home *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
	}

	.edh-home.is-enhanced [data-reveal] {
		opacity: 1;
		transform: none;
	}
}

@media (max-width: 1024px) {
	.edh-home .edh-home-access header,
	.edh-home .edh-home-experiences header,
	.edh-home .edh-home-training header {
		grid-template-columns: minmax(120px, .45fr) minmax(0, 1fr);
	}

	.edh-home .edh-home-access header > :last-child,
	.edh-home .edh-home-experiences header > :last-child,
	.edh-home .edh-home-training header > :last-child {
		grid-column: 2;
	}

	.edh-home .edh-home-training__grid > article {
		padding: 30px;
	}
}

@media (max-width: 767px) {
	.edh-home { --home-gutter: clamp(20px, 6vw, 30px); }

	.edh-home .edh-home-intro__message {
		font-size: clamp(22px, 6.3vw, 30px);
		text-align: left;
	}

	.edh-home .edh-home-intro__profile,
	.edh-home .edh-home-transformation,
	.edh-home .edh-home-youtube {
		grid-template-columns: 1fr;
	}

	.edh-home .edh-home-intro__profile figure,
	.edh-home .edh-home-youtube__media {
		min-height: 62svh;
	}

	.edh-home .edh-home-intro__profile-copy,
	.edh-home .edh-home-youtube__copy {
		min-height: auto;
		padding: 82px var(--home-gutter) 92px;
	}

	.edh-home .edh-home-access header,
	.edh-home .edh-home-experiences header,
	.edh-home .edh-home-training header,
	.edh-home .edh-home-access__feature-copy,
	.edh-home .edh-home-access__closing {
		grid-template-columns: 1fr;
	}

	.edh-home .edh-home-access header > :last-child,
	.edh-home .edh-home-experiences header > :last-child,
	.edh-home .edh-home-training header > :last-child {
		grid-column: auto;
	}

	.edh-home .edh-home-access__feature {
		min-height: 72svh;
	}

	.edh-home .edh-home-access__feature-copy {
		gap: 18px;
	}

	.edh-home .edh-home-access__form form {
		grid-template-columns: 1fr;
	}

	.edh-home .edh-home-transformation__step,
	.edh-home .edh-home-transformation__main {
		min-height: 68svh;
		padding: 72px var(--home-gutter);
	}

	.edh-home .edh-home-transformation h2 {
		font-size: clamp(42px, 13vw, 58px);
	}

	.edh-home .edh-home-experience {
		grid-template-columns: 32px minmax(0, 1fr);
		gap: 18px;
	}

	.edh-home .edh-home-experience figure,
	.edh-home .edh-home-experience__copy {
		grid-column: 2;
	}

	.edh-home .edh-home-experience.has-no-image .edh-home-experience__copy {
		grid-column: 2;
	}

	.edh-home .edh-home-experience figure {
		height: 56vw;
		min-height: 240px;
	}

	.edh-home .edh-home-training__grid {
		grid-template-columns: 1fr;
	}

	.edh-home .edh-home-training__title p {
		font-size: clamp(38px, 11vw, 54px);
		overflow-wrap: break-word;
	}

	.edh-home .edh-home-training__grid > article {
		min-height: auto;
		padding: 42px 0;
	}

	.edh-home .edh-home-training__grid > article + article {
		border-top: 1px solid var(--home-light-line);
		border-left: 0;
	}

	.edh-home .edh-formacion__price {
		gap: 12px;
	}

	.edh-home .edh-formacion__label {
		flex: 1 1 auto;
	}

	.edh-home .edh-formacion__amount {
		flex: 0 0 auto;
		font-size: 20px;
		white-space: nowrap;
	}

	.edh-home .edh-home-intro__profile figure img,
	.edh-home .edh-home-somriu > img {
		transform: none;
	}

	.edh-home .edh-home-somriu {
		min-height: 76svh;
		padding: var(--home-gutter);
	}

	.edh-home .edh-home-somriu__copy {
		padding: 20px 0;
	}
}
