.fr-author-list-section{--fr-container: 1440px;--fr-gutter-mobile: 24px;--fr-gutter-desktop: 24px;--fr-padding-mobile: 40px;--fr-padding-desktop: 56px;--fr-radius: 0px;--fr-fg: #121212;--fr-fg-muted: rgb(18 18 18 / .65);--fr-bg: #ffffff;color:var(--fr-fg);background-color:var(--fr-bg)}.fr-author-list-container{width:100%;max-width:var(--fr-container);margin-inline:auto;padding:var(--fr-padding-mobile) var(--fr-gutter-mobile)}@media screen and (min-width:750px){.fr-author-list-container{padding:var(--fr-padding-desktop) var(--fr-gutter-desktop)}}.fr-author-list-hero{--fr-hero-fg-default: #121212;--fr-fg: var(--fr-hero-fg, var(--fr-hero-fg-default));--fr-fg-muted: color-mix(in srgb, var(--fr-fg) 65%, var(--fr-hero-bg, transparent));background-color:var(--fr-hero-bg, transparent);color:var(--fr-fg)}.fr-author-list-hero__inner{display:flex;flex-direction:column}.fr-author-list-hero--left .fr-author-list-hero__inner{align-items:flex-start;text-align:left}.fr-author-list-hero--center .fr-author-list-hero__inner{align-items:center;text-align:center}.fr-author-list-hero--left .fr-author-list-breadcrumbs{justify-content:flex-start}.fr-author-list-hero--center .fr-author-list-breadcrumbs{justify-content:center}.fr-author-list-hero--center .fr-author-list-hero__description{margin-inline:auto}.fr-author-list-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:40px;font-size:14px;color:var(--fr-fg-muted)}.fr-author-list-breadcrumbs a{color:inherit;text-decoration:none}.fr-author-list-breadcrumbs a:hover{text-decoration:underline}.fr-author-list-breadcrumbs__current{color:var(--fr-fg)}.fr-author-list-hero__title{margin:0 0 16px;font-size:clamp(1.75rem,1.2rem + 2.2vw,2.75rem);line-height:1.15;font-weight:700}.fr-author-list-hero__description{margin:0;max-width:52rem;font-size:1rem;line-height:1.6;color:var(--fr-fg-muted)}.fr-author-list-hero__description>*:first-child{margin-block-start:0}.fr-author-list-hero__description>*:last-child{margin-block-end:0}.fr-author-list-hero__description p{margin-block:0 .85em}.fr-author-list-hero__description p:last-child{margin-block-end:0}.fr-author-list-authors{--fr-fg: var(--fr-authors-fg, #121212);--fr-fg-muted: color-mix(in srgb, var(--fr-fg) 65%, var(--fr-authors-bg, transparent));background-color:var(--fr-authors-bg, transparent);color:var(--fr-fg);width:100%}.fr-author-list-authors__inner{display:flex;flex-direction:column;gap:32px}.fr-author-list-authors__title{margin:0;font-size:clamp(1.5rem,1.1rem + 1.5vw,2rem);line-height:1.2;font-weight:700}.fr-author-list-authors__grid{display:grid;gap:24px;grid-template-columns:1fr}.fr-author-list-person{margin:0}.fr-author-list-person__link{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:stretch;height:100%;text-decoration:none;--fr-card-fg: var(--fr-authors-card-fg, var(--fr-authors-fg, var(--fr-fg)));--fr-card-bg: var(--fr-authors-card-bg, transparent);--fr-fg: var(--fr-card-fg);--fr-fg-muted: color-mix(in srgb, var(--fr-fg) 65%, var(--fr-card-bg));color:var(--fr-fg);background-color:var(--fr-card-bg);border:var(--fr-authors-card-border-width, 0px) solid var(--fr-authors-card-border-color, transparent);border-radius:var(--fr-radius, 0px);overflow:hidden;transition:opacity .15s ease}a.fr-author-list-person__link:hover{opacity:.92}.fr-author-list-person__media{overflow:hidden;min-width:0;aspect-ratio:4 / 3}.fr-author-list-person__img{width:100%;height:100%;display:block;object-fit:cover}.fr-author-list-person__img--placeholder{background:color-mix(in srgb,var(--fr-fg) 6%,var(--fr-card-bg, var(--fr-bg)))}.fr-author-list-person__body{display:flex;flex-direction:column;justify-content:center;gap:8px;min-width:0;padding:20px 24px}.fr-author-list-person__name{margin:0;font-size:clamp(1.25rem,1.05rem + .8vw,1.5rem);line-height:1.25;font-weight:700;color:var(--fr-fg)}.fr-author-list-person__role{margin:0;font-size:.9375rem;font-weight:500;line-height:1.4;color:var(--fr-fg-muted)}.fr-author-list-person__bio{margin:4px 0 0;font-size:.875rem;line-height:1.55;color:var(--fr-fg-muted);display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media screen and (min-width:750px){.fr-author-list-authors__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}}@media screen and (max-width:549px){.fr-author-list-person__link{grid-template-columns:1fr}}.fr-author-list-posts{--fr-fg: var(--fr-posts-fg, #121212);--fr-fg-muted: color-mix(in srgb, var(--fr-fg) 65%, var(--fr-posts-bg, transparent));background-color:var(--fr-posts-bg, transparent);color:var(--fr-fg);width:100%}.fr-author-list-posts__inner{display:flex;flex-direction:column;gap:32px}.fr-author-list-posts__title{margin:0;font-size:clamp(1.5rem,1.1rem + 1.5vw,2rem);line-height:1.2;font-weight:700}.fr-author-list-posts__grid{display:grid;gap:24px;grid-template-columns:1fr}.fr-author-list-card{margin:0}.fr-author-list-card__link{display:flex;flex-direction:column;height:100%;text-decoration:none;--fr-card-fg: var(--fr-posts-card-fg, var(--fr-posts-fg, var(--fr-fg)));--fr-card-bg: var(--fr-posts-card-bg, transparent);--fr-fg: var(--fr-card-fg);--fr-fg-muted: color-mix(in srgb, var(--fr-fg) 65%, var(--fr-card-bg));color:var(--fr-fg);background-color:var(--fr-card-bg);border:var(--fr-posts-card-border-width, 0px) solid var(--fr-posts-card-border-color, transparent);border-radius:var(--fr-radius, 0px);overflow:hidden;transition:opacity .15s ease}.fr-author-list-card__link:hover{opacity:.92}.fr-author-list-card__media{overflow:hidden;aspect-ratio:16 / 9}.fr-author-list-card__img{width:100%;height:100%;display:block;aspect-ratio:16 / 9;object-fit:cover}.fr-author-list-card__body{display:flex;flex-direction:column;gap:8px;padding:20px}.fr-author-list-card__date{font-size:14px;color:var(--fr-fg-muted)}.fr-author-list-card__title{margin:0;font-size:clamp(1.125rem,1rem + .5vw,1.25rem);line-height:1.3;font-weight:600;color:var(--fr-fg)}.fr-author-list-card__excerpt{margin:0;font-size:.875rem;line-height:1.55;color:var(--fr-fg-muted);display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}@media screen and (min-width:750px){.fr-author-list-posts__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:990px){.fr-author-list-posts__grid{grid-template-columns:repeat(var(--fr-posts-cols, 4),minmax(0,1fr))}}.fr-author-list-section--custom-headings .fr-author-list-hero__title{font-size:var(--fr-h1-size-mobile);font-weight:var(--fr-h1-weight);line-height:1.15}.fr-author-list-section--custom-headings .fr-author-list-authors__title,.fr-author-list-section--custom-headings .fr-author-list-posts__title{font-size:var(--fr-h2-size-mobile);font-weight:var(--fr-h2-weight);line-height:1.2}.fr-author-list-section--custom-headings .fr-author-list-person__name{font-size:var(--fr-h3-size-mobile);font-weight:var(--fr-h3-weight);line-height:1.25}.fr-author-list-section--custom-headings .fr-author-list-card__title{font-size:var(--fr-h4-size-mobile);font-weight:var(--fr-h4-weight);line-height:1.3}.fr-author-list-section--custom-headings .fr-author-list-hero__description,.fr-author-list-section--custom-headings .fr-author-list-hero__description p,.fr-author-list-section--custom-headings .fr-author-list-person__role,.fr-author-list-section--custom-headings .fr-author-list-person__bio,.fr-author-list-section--custom-headings .fr-author-list-card__excerpt{font-size:var(--fr-p-size-mobile);font-weight:var(--fr-p-weight)}.fr-author-list-section--custom-headings .fr-author-list-hero__description,.fr-author-list-section--custom-headings .fr-author-list-hero__description p,.fr-author-list-section--custom-headings .fr-author-list-person__bio,.fr-author-list-section--custom-headings .fr-author-list-card__excerpt{line-height:1.6}.fr-author-list-section--custom-headings .fr-author-list-card__date{font-size:14px;font-weight:var(--fr-p-weight);line-height:1.6}@media screen and (min-width:750px){.fr-author-list-section--custom-headings .fr-author-list-hero__title{font-size:var(--fr-h1-size-desktop)}.fr-author-list-section--custom-headings .fr-author-list-authors__title,.fr-author-list-section--custom-headings .fr-author-list-posts__title{font-size:var(--fr-h2-size-desktop)}.fr-author-list-section--custom-headings .fr-author-list-person__name{font-size:var(--fr-h3-size-desktop)}.fr-author-list-section--custom-headings .fr-author-list-card__title{font-size:var(--fr-h4-size-desktop)}.fr-author-list-section--custom-headings .fr-author-list-hero__description,.fr-author-list-section--custom-headings .fr-author-list-hero__description p,.fr-author-list-section--custom-headings .fr-author-list-person__role,.fr-author-list-section--custom-headings .fr-author-list-person__bio,.fr-author-list-section--custom-headings .fr-author-list-card__excerpt{font-size:var(--fr-p-size-desktop)}}
/*# sourceMappingURL=/cdn/shop/t/1/compiled_assets/styles.css.map?subset=AAAg */
