.fr-blog-section{width:100%;background-color:var(--fr-blog-bg, #ffffff)}.fr-blog-section__inner{display:flex;flex-direction:column;gap:var(--fr-blog-gap, 40px);width:100%;max-width:var(--fr-container);margin-inline:auto;padding:var(--fr-padding-mobile) var(--fr-gutter-mobile)}.fr-blog-section,.fr-blog-section *{box-sizing:border-box}.fr-blog-section [hidden]{display:none!important}.fr-blog-hero{width:100%;color:var(--fr-blog-hero-fg, #121212);padding-top:80px}.fr-blog-hero__inner{display:flex;flex-direction:column;gap:16px;width:100%}.fr-blog-hero--left .fr-blog-hero__inner{align-items:flex-start;text-align:left}.fr-blog-hero--center .fr-blog-hero__inner{align-items:center;text-align:center}.fr-blog-hero--left .fr-blog-breadcrumbs{justify-content:flex-start}.fr-blog-hero--center .fr-blog-breadcrumbs{justify-content:center}.fr-blog-hero--left .fr-blog-search{margin-inline:0}.fr-blog-hero--center .fr-blog-search{margin-inline:auto}.fr-blog-breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin:0 0 24px;color:inherit;font-size:.8125rem;line-height:1.4;opacity:.7}.fr-blog-breadcrumbs a{color:inherit;text-decoration:none}.fr-blog-breadcrumbs a:hover{text-decoration:underline}.fr-blog-hero__title{margin:0;color:inherit;font-size:clamp(1.75rem,1.2rem + 2.2vw,2.75rem);line-height:1.15}.fr-blog-hero__description{max-width:65ch;margin:0 0 24px;color:inherit;font-size:1rem;line-height:1.6;opacity:.75}.fr-blog-search{display:flex;align-items:center;width:100%;max-width:640px;height:48px;margin:0;overflow:hidden;border:var(--fr-blog-search-border-width, 1px) solid var(--fr-blog-search-border-color, currentColor);border-radius:var(--fr-blog-search-border-radius, 0px);color:inherit;background:transparent}.fr-blog-search:focus-within{border-width:calc(var(--fr-blog-search-border-width, 1px) + 1px)}.fr-blog-search__icon{display:grid;width:48px;height:48px;color:var(--fr-blog-search-border-color);pointer-events:none;place-items:center}.fr-blog-search__icon svg{display:block;width:20px;height:20px;fill:currentColor}.fr-blog-search input.fr-blog-search__input{display:block;flex:1 1 auto;width:100%;min-width:0;padding:12px 8px 12px 0;border:none!important;border-color:transparent!important;border-radius:0!important;outline:0;color:inherit;background-color:transparent!important;font:inherit;line-height:1.4;-webkit-appearance:none;appearance:none}.fr-blog-search__input::placeholder{color:inherit;opacity:.65}.fr-blog-search__input:focus,.fr-blog-search__input:focus-visible{box-shadow:none}.fr-blog-search__input::-webkit-search-cancel-button{display:none}.fr-blog-search__clear{display:grid;flex:0 0 auto;width:48px;height:48px;margin:0;padding:0;border:0;color:inherit;background:transparent;cursor:pointer;place-items:center}.fr-blog-search__clear[hidden]{display:none}.fr-blog-search__clear svg{display:block;width:18px;height:18px}.fr-blog-search__clear:hover,.fr-blog-search__clear:focus-visible{opacity:.7}.fr-blog-search__clear:focus-visible{outline:1px solid currentColor;outline-offset:-6px}.fr-blog-body{display:flex;flex-direction:column;gap:24px;width:100%}.fr-blog-search-results{width:100%;margin:0;color:inherit;line-height:1.5;opacity:.75}.fr-blog-body[aria-busy=true] .fr-post-cards{opacity:.55;pointer-events:none}.fr-featured-post{display:grid;grid-template-columns:1fr;width:100%;overflow:hidden;border:var(--fr-blog-card-border-width, 0px) solid var(--fr-blog-card-border-color, transparent);border-radius:var(--fr-blog-card-radius, 0px);color:var(--fr-featured-post-fg, #121212);background-color:var(--fr-featured-post-bg, #ffffff);text-decoration:none}.fr-featured-post__media,.fr-post-card__media{width:100%;aspect-ratio:16 / 9;overflow:hidden}.fr-featured-post__media{position:relative;display:block;align-self:stretch;color:inherit}.fr-featured-post__image,.fr-post-card__image{display:block;width:100%;height:100%;object-fit:cover}.fr-featured-post__image--placeholder,.fr-post-card__image--placeholder{background:#1212120d}.fr-featured-post__content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;padding:clamp(24px,4vw,64px)}.fr-featured-post__meta,.fr-post-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0;color:inherit;font-size:.8125rem;font-weight:inherit;line-height:1.4;opacity:.7}.fr-featured-post__meta time,.fr-featured-post__meta span,.fr-post-card__meta time,.fr-post-card__meta span{color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit}.fr-featured-post__title{margin:0;color:inherit;line-height:1.2}.fr-featured-post__excerpt{max-width:60ch;margin:0;color:inherit;line-height:1.6;opacity:.8}.fr-featured-post__link{display:inline-flex;color:var(--fr-featured-post-link-color, inherit);font-size:var(--fr-p-size-mobile);font-weight:600;text-decoration:underline;text-underline-offset:.2em}@media screen and (min-width:750px){.fr-featured-post{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch}.fr-featured-post--image-right .fr-featured-post__media{order:2}.fr-featured-post--image-right .fr-featured-post__content{order:1}}.fr-post-cards{display:grid;grid-template-columns:1fr;gap:24px;width:100%}.fr-post-card{display:flex;flex-direction:column;min-width:0;overflow:hidden;border:var(--fr-blog-card-border-width, 0px) solid var(--fr-blog-card-border-color, transparent);border-radius:var(--fr-blog-card-radius, 0px);color:var(--fr-post-card-fg, #121212);background-color:var(--fr-post-card-bg, #ffffff);text-decoration:none}.fr-post-card__content{display:flex;flex:1 1 auto;flex-direction:column;align-items:flex-start;gap:12px;padding:24px}.fr-post-card__title{margin:0;color:inherit;line-height:1.3}.fr-post-card__excerpt{margin:0;color:inherit;line-height:1.6;opacity:.8}@media screen and (min-width:750px){.fr-post-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:990px){.fr-post-cards{grid-template-columns:repeat(var(--fr-post-card-columns, 3),minmax(0,1fr))}}.fr-blog-pagination{width:100%}.fr-blog-pagination__nav{display:flex;align-items:center;justify-content:center;gap:8px}.fr-blog-pagination__arrow{display:grid;flex:0 0 32px;width:32px;height:32px;padding:0;border:var(--fr-blog-pagination-border-width, 0px) solid var(--fr-blog-pagination-border, transparent);border-radius:var(--fr-blog-pagination-radius, 0px);color:var(--fr-blog-pagination-icon, currentColor);background-color:var(--fr-blog-pagination-bg, transparent);font:inherit;text-decoration:none;cursor:pointer;place-items:center}.fr-blog-pagination__arrow svg{display:block;width:16px;height:16px}.fr-blog-pagination__arrow--disabled{pointer-events:none;opacity:.35}.fr-blog-pagination__pages{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.fr-blog-pagination__page{display:grid;min-width:32px;height:32px;padding:0 6px;border:0;color:inherit;background:transparent;font:inherit;text-decoration:none;cursor:pointer;place-items:center}.fr-blog-pagination button:disabled{cursor:default}.fr-blog-pagination__page--current{font-weight:500;text-decoration:underline;text-underline-offset:.2em}.fr-blog-pagination__ellipsis{display:grid;min-width:16px;height:32px;color:inherit;place-items:center}.fr-blog-section--custom__typography h1,.fr-blog-section--custom__typography .fr-blog-hero__title{font-size:var(--fr-h1-size-mobile);font-weight:var(--fr-h1-weight)}.fr-blog-section--custom__typography h2,.fr-blog-section--custom__typography .fr-featured-post__title{font-size:var(--fr-h2-size-mobile);font-weight:var(--fr-h2-weight)}.fr-blog-section--custom__typography h3,.fr-blog-section--custom__typography .fr-post-card__title{font-size:var(--fr-h3-size-mobile);font-weight:var(--fr-h3-weight)}.fr-blog-section--custom__typography h4{font-size:var(--fr-h4-size-mobile);font-weight:var(--fr-h4-weight)}.fr-blog-section--custom__typography p,.fr-blog-section--custom__typography .fr-blog-hero__description,.fr-blog-section--custom__typography .fr-post-card__excerpt{font-size:var(--fr-p-size-mobile);font-weight:var(--fr-p-weight)}@media screen and (min-width:750px){.fr-blog-section__inner{padding:var(--fr-padding-desktop) var(--fr-gutter-desktop)}.fr-blog-section--custom__typography h1,.fr-blog-section--custom__typography .fr-blog-hero__title{font-size:var(--fr-h1-size-desktop)}.fr-blog-section--custom__typography h2,.fr-blog-section--custom__typography .fr-featured-post__title{font-size:var(--fr-h2-size-desktop)}.fr-blog-section--custom__typography h3,.fr-blog-section--custom__typography .fr-post-card__title{font-size:var(--fr-h3-size-desktop)}.fr-blog-section--custom__typography h4{font-size:var(--fr-h4-size-desktop)}.fr-blog-section--custom__typography p,.fr-blog-section--custom__typography .fr-blog-hero__description,.fr-blog-section--custom__typography .fr-post-card__excerpt,.fr-blog-section--custom__typography .fr-featured-post__link{font-size:var(--fr-p-size-desktop)}.fr-blog-hero{padding-top:120px}}
/*# sourceMappingURL=/cdn/shop/t/118/compiled_assets/styles.css.map */
