.sepWrap{--cont-padding-block: var(--pad-b4);--cont-padding-inline: calc(var(--gutter) * 4);display:grid;grid-template-columns:1fr 1fr;padding-inline:var(--section-inline-start) var(--section-inline-end)}@media screen and (min-width:1025px){.sepWrap:not(.noImage){--cont-padding-block: 0}}@media screen and (min-width:1025px){.sepWrap.contAlignStart>.contWrap,.sepWrap.contAlignStart>.chapterTrack{padding-block-start:0}.sepWrap.contAlignEnd>.contWrap,.sepWrap.contAlignEnd>.chapterTrack{padding-block-end:0}}@media screen and (max-width:1024px){.sepWrap{--cont-padding-block: var(--pad-b2)}.sepWrap:not(.prdStyle){grid-template-columns:1fr;gap:0;--cont-padding-inline: 0}.sepWrap>figure{order:-1}.sepWrap>figure img{width:100%;height:100%}}.sepWrap.noImage{grid-template-columns:1fr;padding-inline:0}.sepWrap.noImage .contWrap{place-content:flex-start}.sepWrap:not(:has(>figure:first-child)) .contWrap{padding-inline-start:0;place-content:var(--content-align) center}@media screen and (max-width:1024px){.sepWrap:not(:has(>figure:first-child)) .contWrap{place-content:var(--content-align) stretch}}@media screen and (min-width:1025px)and (max-width:1536px){.sepWrap:not(:has(>figure:first-child)):has(>figure){grid-template-columns:1fr min(70vh,40vw)}}.sepWrap:has(>figure:first-child) .contWrap{padding-inline:var(--cont-padding-inline);place-content:var(--content-align) flex-start}@media screen and (max-width:1024px){.sepWrap:has(>figure:first-child) .contWrap{padding-inline:0;place-content:var(--content-align) stretch}}.sepWrap.mediaGap:has(>figure){column-gap:var(--media-content-gap)}.sepWrap.mediaGap:has(>figure)>.contWrap{padding-inline:0}@media screen and (max-width:1024px){.sepWrap.mediaGap:has(>figure){column-gap:0}}.sepWrap.sectionLayout>.contWrap{grid-template-columns:minmax(0,1fr)}.sepWrap.sectionLayout>.contWrap>:not(.chapter){grid-column:1}.sepWrap.sectionLayout.imageLeft:not(:has(.profileList))>.contWrap{place-content:var(--content-align) flex-start}.sepWrap.sectionLayout>.chapterTrack{align-self:stretch;padding-top:var(--cont-padding-block);padding-bottom:var(--cont-padding-block)}.sepWrap.sectionLayout>.chapterTrack>.chapter{margin:0;padding:0}.sepWrap.sectionLayout.chapterSticky>.chapterTrack>.chapter{position:sticky;top:calc(var(--header-height, 5em) + 3.5rem);align-self:start}@media screen and (min-width:1025px){.sepWrap.sectionLayout>.chapterTrack{display:flex;flex-direction:column;justify-content:flex-start}.sepWrap.sectionLayout.hasLayoutIndent:has(>figure){grid-template-columns:var(--chapter-w) var(--chapter-gap) minmax(0,1fr) var(--media-content-gap) minmax(0,1fr);column-gap:0}.sepWrap.sectionLayout.hasLayoutIndent:has(>figure)>.chapterTrack{grid-column:1}.sepWrap.sectionLayout.hasLayoutIndent:has(>figure)>.contWrap{grid-column:3}.sepWrap.sectionLayout.hasLayoutIndent:has(>figure)>figure{grid-column:5}.sepWrap.sectionLayout.hasLayoutIndent:has(>figure).imageLeft>figure{grid-column:3}.sepWrap.sectionLayout.hasLayoutIndent:has(>figure).imageLeft>.contWrap{grid-column:5}.sepWrap.sectionLayout.noImage{padding-inline:var(--section-inline-start) var(--section-inline-end)}.sepWrap.sectionLayout.noImage>.contWrap{padding-inline:0}.sepWrap.sectionLayout.noImage.hasLayoutIndent{grid-template-columns:var(--chapter-w) var(--chapter-gap) minmax(0,1fr);column-gap:0}.sepWrap.sectionLayout.noImage.hasLayoutIndent>.chapterTrack{grid-column:1}.sepWrap.sectionLayout.noImage.hasLayoutIndent>.contWrap{grid-column:3}}@media screen and (max-width:1024px){.sepWrap.sectionLayout.noImage{padding-inline:var(--section-inline-start) var(--section-inline-end)}.sepWrap.sectionLayout>.chapterTrack{display:block}.sepWrap.sectionLayout>figure{grid-column:1 / -1;grid-row:1}.sepWrap.sectionLayout.hasLayoutIndent{grid-template-columns:var(--chapter-w) minmax(0,1fr);column-gap:var(--chapter-gap)}.sepWrap.sectionLayout.hasLayoutIndent>.chapterTrack{grid-column:1;grid-row:1}.sepWrap.sectionLayout.hasLayoutIndent>.contWrap{grid-column:2;grid-row:1}.sepWrap.sectionLayout.hasLayoutIndent:has(>figure)>.chapterTrack,.sepWrap.sectionLayout.hasLayoutIndent:has(>figure)>.contWrap{grid-row:2}}.sepWrap>.contWrap{--dash-width: 1.5rem;--list-gap: .5rem;display:grid;grid-template-columns:var(--chapter-w) minmax(0,1fr);column-gap:var(--chapter-gap);place-content:var(--placeContent, center);align-content:var(--content-align, center);padding-block:var(--cont-padding-block);padding-inline:var(--cont-padding-inline)}.sepWrap>.contWrap>.chapter{grid-column:1}.sepWrap>.contWrap>:not(.chapter){grid-column:2;min-width:0}.sepWrap>.contWrap.isPlain{display:block}.sepWrap>.contWrap>.content>*{margin:0}.sepWrap>.contWrap>.content>*+*{margin-top:2em}.sepWrap>.contWrap>.content h2{font-size:3em}@media screen and (max-width:1024px){.sepWrap>.contWrap>.content h2{font-size:min(calc(1em + (3 - 1) * var(--fs-k1) * 1em),calc(var(--fs-knee) * 1em + (3 - 2.5) * var(--fs-k2) * 1em))}}.sepWrap>.contWrap>.content .iconList{display:flex;flex-wrap:wrap;align-items:center;gap:var(--icon-gap, 1em);padding:0;list-style:none}.sepWrap>.contWrap>.content .iconList>li{display:flex;align-items:center;gap:.25em;max-width:100%;line-height:var(--lh125)}.sepWrap>.contWrap>.content .iconList>li>img{width:auto;height:var(--icon-h, 2em);aspect-ratio:var(--icon-ratio, 1);flex-shrink:0;object-fit:contain}.sepWrap>.contWrap>.content .iconList>li>span{font-size:var(--icon-label-fs, 1em)}.sepWrap>.contWrap>.content .iconList>li.iconMono:before{content:"";height:var(--icon-h, 2em);aspect-ratio:var(--icon-ratio, 1);flex-shrink:0;background:currentColor;mask:var(--maskImage) no-repeat center / contain;-webkit-mask:var(--maskImage) no-repeat center / contain}.sepWrap>.contWrap>.content .iconList>li.iconBorder,.sepWrap>.contWrap>.content .iconList>li.iconBg,.sepWrap>.contWrap>.content .iconList>li.iconShadow{padding:var(--icon-pad-block, .2em) var(--icon-pad-inline, 1em);border-radius:var(--icon-radius, var(--button-radius))}:is(.sepWrap>.contWrap>.content .iconList>li.iconBorder,.sepWrap>.contWrap>.content .iconList>li.iconBg,.sepWrap>.contWrap>.content .iconList>li.iconShadow):has(>span){padding-inline-end:max(var(--icon-pad-inline, 1em),.5em)}.sepWrap>.contWrap>.content .iconList>li.iconBorder{border:1px solid rgb(var(--color-button));color:rgb(var(--color-button))}.sepWrap>.contWrap>.content .iconList>li.iconBg{background:rgb(var(--color-button));color:rgb(var(--color-background))}.sepWrap>.contWrap>.content .iconList>li.iconShadow{box-shadow:0 0 .5em rgba(var(--color-shadow),.2)}.sepWrap>.contWrap>.content .numbering{line-height:var(--lh100);color:rgb(var(--color-secondary-button-text))}.sepWrap>.contWrap>.content .leadTag>span{display:inline-block;max-width:100%;padding:.2em 1em;border-radius:var(--button-radius);background:rgb(var(--color-button));color:rgb(var(--color-background));overflow-wrap:anywhere}.sepWrap>.contWrap>.content dl dt{font-size:1.3em;line-height:var(--lh150)}@media screen and (max-width:1024px){.sepWrap>.contWrap>.content dl dt{font-size:min(calc(1em + (1.3 - 1) * var(--fs-k1) * 1em),calc(var(--fs-knee) * 1em + (1.3 - 2.5) * var(--fs-k2) * 1em))}}.sepWrap>.contWrap>.content dl dt+dd{margin-top:.5em}.sepWrap>.contWrap>.content dl dd{margin:0}.sepWrap>.contWrap>.content dl dd p{font-size:.95em}.sepWrap>.contWrap>.content dl dd+dt{margin-top:2em}.sepWrap>.contWrap>.content strong+br{display:none}.sepWrap>.contWrap>.content ol{padding:0;list-style:none;counter-reset:prdList}.sepWrap>.contWrap>.content ol li{display:flex;gap:.75em;line-height:var(--lh175)}.sepWrap>.contWrap>.content ol li+li{margin-top:.5em}.sepWrap>.contWrap>.content ol li:before{counter-increment:prdList;content:counter(prdList) "."}@media screen and (min-width:1025px){.sepWrap>.contWrap>.content ol.listCol2{column-count:2;column-gap:var(--gutter2)}.sepWrap>.contWrap>.content ol.listCol2 li{break-inside:avoid}.sepWrap>.contWrap>.content ol.listCol2 li+li{margin-top:0}.sepWrap>.contWrap>.content ol.listCol2 li:not(:last-child){margin-bottom:.5em}}.sepWrap>.contWrap>.content ul:not(.noteList,.iconList) li+li{margin-top:.25em}.sepWrap>.contWrap>.content .decoBg{padding:2em;background:rgba(var(--color-button),.1);border-radius:1em}.sepWrap>.contWrap>.content .decoBorder{border-top:1px solid rgba(var(--color-foreground),.2);border-bottom:1px solid rgba(var(--color-foreground),.2);padding-block:1em}.sepWrap>.contWrap>.content .decoBorderTop{border-top:1px solid rgba(var(--color-foreground),.2);padding-block-start:1em}.sepWrap>.contWrap>.content .decoBorderBottom{border-bottom:1px solid rgba(var(--color-foreground),.2);padding-block-end:1em}.sepWrap>.contWrap>.content .dlList{margin:0}.sepWrap>.contWrap>.content .dlList.decoBorder{padding-block:2em}.sepWrap>.contWrap>.content .dlList figure{margin:.75em 0}.sepWrap>.contWrap>.content .dlList figure img{max-width:100%;width:auto;height:var(--dl-img-h, auto);object-fit:contain;object-position:left}.sepWrap>.contWrap>.content .dlList dd p{margin:0;line-height:var(--lh175);opacity:.75}.sepWrap>.contWrap>.content .dlList dd p+p{margin-top:.5em}.sepWrap>.contWrap>.content .dlList .noteList{margin-top:.75em}.sepWrap>.contWrap>.content .dlList.dash>div{padding-inline-start:calc(var(--dash-width) + var(--list-gap))}.sepWrap>.contWrap>.content .dlList.dash dt{text-indent:calc(-1 * (var(--dash-width) + var(--list-gap)))}.sepWrap>.contWrap>.content .dlList.dash dt:before{content:"";display:inline-block;width:var(--dash-width);height:1px;background:currentColor;vertical-align:middle;margin-inline-end:var(--list-gap)}.sepWrap>.contWrap>.content .dsBox>*+*{margin-top:2rem}.sepWrap>.contWrap>.content .dsBox>h2+*{margin-top:1rem}.sepWrap>.contWrap>.content .dsDl{padding-inline-start:calc(var(--dash-width) + var(--list-gap))}.sepWrap>.contWrap>.content .dsDl h3{text-indent:calc(-1 * (var(--dash-width) + var(--list-gap)))}.sepWrap>.contWrap>.content .dsDl h3:before{content:"";display:inline-block;width:var(--dash-width);height:1px;background:currentColor;vertical-align:middle;margin-inline-end:var(--list-gap)}.sepWrap>.contWrap>.content .dsDl p{line-height:var(--lh175);opacity:.75}.sepWrap>.contWrap>.content .dsDl p+p{margin-top:.5em}.sepWrap>.contWrap>.content .dsDl p+h3{margin-top:2rem}.sepWrap>.contWrap>.content h3{font-size:1.6em}@media screen and (max-width:1024px){.sepWrap>.contWrap>.content h3{font-size:min(calc(1em + (1.6 - 1) * var(--fs-k1) * 1em),calc(var(--fs-knee) * 1em + (1.6 - 2.5) * var(--fs-k2) * 1em))}}.sepWrap>.contWrap>.content .prd-prices{font-size:1.1em;margin-block-start:0}@media screen and (max-width:1024px){.sepWrap>.contWrap>.content .prd-prices{font-size:min(calc(1em + (1.3 - 1) * var(--fs-k1) * 1em),calc(var(--fs-knee) * 1em + (1.3 - 2.5) * var(--fs-k2) * 1em))}}.sepWrap>.contWrap>.content .prd-prices span+span{margin-inline-start:.75em;padding-inline-start:.75em;border-inline-start:1px solid rgba(var(--color-foreground),.3)}.sepWrap>.contWrap>.content>.actions{display:flex;flex-wrap:wrap;gap:.5em}:is(.sepWrap>.contWrap>.content>figure,.sepWrap>.contWrap>.content>.chapterMedia>figure)>img,:is(.sepWrap>.contWrap>.content>figure,.sepWrap>.contWrap>.content>.chapterMedia>figure)>content-media{width:100%;height:auto}:is(.sepWrap>.contWrap>.content>figure,.sepWrap>.contWrap>.content>.chapterMedia>figure).ratioSquare{aspect-ratio:1}:is(.sepWrap>.contWrap>.content>figure,.sepWrap>.contWrap>.content>.chapterMedia>figure).ratioWide{aspect-ratio:var(--ratioWide)}:is(.sepWrap>.contWrap>.content>figure,.sepWrap>.contWrap>.content>.chapterMedia>figure).ratioTall{aspect-ratio:var(--ratioTall)}:is(.sepWrap>.contWrap>.content>figure,.sepWrap>.contWrap>.content>.chapterMedia>figure).ratioPortrait{aspect-ratio:var(--ratioPortrait)}:is(.sepWrap>.contWrap>.content>figure,.sepWrap>.contWrap>.content>.chapterMedia>figure).ratioLandscape{aspect-ratio:var(--ratioLandscape)}:is(:is(.sepWrap>.contWrap>.content>figure,.sepWrap>.contWrap>.content>.chapterMedia>figure).ratioSquare,:is(.sepWrap>.contWrap>.content>figure,.sepWrap>.contWrap>.content>.chapterMedia>figure).ratioWide,:is(.sepWrap>.contWrap>.content>figure,.sepWrap>.contWrap>.content>.chapterMedia>figure).ratioTall,:is(.sepWrap>.contWrap>.content>figure,.sepWrap>.contWrap>.content>.chapterMedia>figure).ratioPortrait,:is(.sepWrap>.contWrap>.content>figure,.sepWrap>.contWrap>.content>.chapterMedia>figure).ratioLandscape)>img,:is(:is(.sepWrap>.contWrap>.content>figure,.sepWrap>.contWrap>.content>.chapterMedia>figure).ratioSquare,:is(.sepWrap>.contWrap>.content>figure,.sepWrap>.contWrap>.content>.chapterMedia>figure).ratioWide,:is(.sepWrap>.contWrap>.content>figure,.sepWrap>.contWrap>.content>.chapterMedia>figure).ratioTall,:is(.sepWrap>.contWrap>.content>figure,.sepWrap>.contWrap>.content>.chapterMedia>figure).ratioPortrait,:is(.sepWrap>.contWrap>.content>figure,.sepWrap>.contWrap>.content>.chapterMedia>figure).ratioLandscape)>content-media{height:100%;aspect-ratio:auto;object-fit:cover}:is(.sepWrap>.contWrap>.content>figure,.sepWrap>.contWrap>.content>.chapterMedia>figure).imageAuto>img{width:auto;max-width:100%;height:auto}:is(.sepWrap>.contWrap>.content>figure,.sepWrap>.contWrap>.content>.chapterMedia>figure).imageCustom>img{width:var(--img-w, 100%);height:auto}.sepWrap>.contWrap>.content .thumbDl{display:grid;grid-template-columns:9em 1fr;gap:1.5em;align-items:start}@media screen and (max-width:749px){.sepWrap>.contWrap>.content .thumbDl{grid-template-columns:1fr 2fr}}.sepWrap>.contWrap>.content .thumbDl figure{margin:0;aspect-ratio:1}.sepWrap>.contWrap>.content .thumbDl figure img{width:100%;height:100%;object-fit:cover;border-radius:var(--media-radius)}.sepWrap>.contWrap>.content .thumbDl dl{margin:0}.sepWrap>.contWrap>.content .thumbDl dl dt+dd{margin-top:.5em}.sepWrap>.contWrap>.content .thumbDl dl dd p{margin:0;line-height:var(--lh175);opacity:.75}.sepWrap>.contWrap>.content .thumbDl dl dd p+p{margin-top:.5em}.sepWrap>.contWrap>.content .thumbDl .noteList{margin-top:.75em}.sepWrap>.contWrap>.content ul.profileList{--img-size: 6rem;display:grid;grid-template-columns:repeat(2,auto);place-items:flex-start}@media screen and (max-width:1024px){.sepWrap>.contWrap>.content ul.profileList{grid-template-columns:1fr}}.sepWrap>.contWrap>.content ul.profileList li{display:grid;grid-template-columns:var(--img-size) 1fr;gap:1rem;place-items:flex-start}.sepWrap>.contWrap>.content ul.profileList li:before{content:none}.sepWrap>.contWrap>.content ul.profileList li figure{margin:0;border-radius:50%;overflow:hidden;aspect-ratio:1;width:100%;height:auto;max-width:8em;grid-row:span 2 / span 2}.sepWrap>.contWrap>.content ul.profileList li figure img,.sepWrap>.contWrap>.content ul.profileList li figure svg{width:100%;height:100%;object-fit:cover}.sepWrap>.contWrap>.content ul.profileList li>.profileMeta{grid-column-start:2}.sepWrap>.contWrap>.content ul.profileList li>.profileMeta h3{font-size:1.1em;margin-bottom:.5em}@media screen and (max-width:1024px){.sepWrap>.contWrap>.content ul.profileList li>.profileMeta h3{font-size:min(calc(1em + (1.1 - 1) * var(--fs-k1) * 1em),calc(var(--fs-knee) * 1em + (1.1 - 2.5) * var(--fs-k2) * 1em))}}.sepWrap>.contWrap>.content ul.profileList li>.profileMeta p{line-height:var(--lh150);opacity:.75}.sepWrap>.contWrap>.content ul.profileList li .profileComment{line-height:var(--lh150);grid-column:span 2 / span 2;margin-bottom:1rem}.sepWrap:not(.noImage)>.contWrap.contentCenter>.content{width:fit-content;max-width:100%;justify-self:center;margin-inline:auto}@media screen and (max-width:1024px){.sepWrap:not(.noImage)>.contWrap.contentCenter>.content{width:100%;justify-self:stretch;margin-inline:0}}.sepWrap>.contWrap.textCenter>.content{text-align:center}.sepWrap>.contWrap.textCenter>.content .iconList,.sepWrap>.contWrap.textCenter>.content .actions{justify-content:center}.sepWrap>.contWrap.textCenter>.content .profileList{justify-items:center}.sepWrap:not(.noImage)>.contWrap.contentRight>.content{width:fit-content;max-width:100%;justify-self:end;margin-inline-start:auto}@media screen and (max-width:1024px){.sepWrap:not(.noImage)>.contWrap.contentRight>.content{width:100%;justify-self:stretch;margin-inline-start:0}}.sepWrap>figure{margin:0;height:100%}.sepWrap>figure img{height:100%;object-fit:cover}.sepWrap:not(.imageSticky)>figure{display:flex;flex-direction:column;justify-content:var(--content-align, flex-start)}.sepWrap:not(.imageSticky)>figure.ratioSquare{aspect-ratio:1}.sepWrap:not(.imageSticky)>figure.ratioWide{aspect-ratio:var(--ratioWide)}.sepWrap:not(.imageSticky)>figure.ratioTall{aspect-ratio:var(--ratioTall)}.sepWrap:not(.imageSticky)>figure.ratioPortrait{aspect-ratio:var(--ratioPortrait)}.sepWrap:not(.imageSticky)>figure.ratioLandscape{aspect-ratio:var(--ratioLandscape)}.sepWrap:not(.imageSticky)>figure.ratioBanner{aspect-ratio:2 / 1}.sepWrap:not(.imageSticky)>figure.ratioSquare,.sepWrap:not(.imageSticky)>figure.ratioWide,.sepWrap:not(.imageSticky)>figure.ratioTall,.sepWrap:not(.imageSticky)>figure.ratioPortrait,.sepWrap:not(.imageSticky)>figure.ratioLandscape,.sepWrap:not(.imageSticky)>figure.ratioBanner{height:auto;align-self:var(--content-align, center)}:is(.sepWrap:not(.imageSticky)>figure.ratioSquare,.sepWrap:not(.imageSticky)>figure.ratioWide,.sepWrap:not(.imageSticky)>figure.ratioTall,.sepWrap:not(.imageSticky)>figure.ratioPortrait,.sepWrap:not(.imageSticky)>figure.ratioLandscape,.sepWrap:not(.imageSticky)>figure.ratioBanner)>img,:is(.sepWrap:not(.imageSticky)>figure.ratioSquare,.sepWrap:not(.imageSticky)>figure.ratioWide,.sepWrap:not(.imageSticky)>figure.ratioTall,.sepWrap:not(.imageSticky)>figure.ratioPortrait,.sepWrap:not(.imageSticky)>figure.ratioLandscape,.sepWrap:not(.imageSticky)>figure.ratioBanner)>content-media{width:100%;height:100%;aspect-ratio:auto;object-fit:cover}.sepWrap.imageSticky>figure.ratioSquare>.stickyMedia{aspect-ratio:1}.sepWrap.imageSticky>figure.ratioWide>.stickyMedia{aspect-ratio:var(--ratioWide)}.sepWrap.imageSticky>figure.ratioTall>.stickyMedia{aspect-ratio:var(--ratioTall)}.sepWrap.imageSticky>figure.ratioPortrait>.stickyMedia{aspect-ratio:var(--ratioPortrait)}.sepWrap.imageSticky>figure.ratioLandscape>.stickyMedia{aspect-ratio:var(--ratioLandscape)}.sepWrap.imageSticky>figure.ratioBanner>.stickyMedia{aspect-ratio:2 / 1}:is(.sepWrap.imageSticky>figure.ratioSquare,.sepWrap.imageSticky>figure.ratioWide,.sepWrap.imageSticky>figure.ratioTall,.sepWrap.imageSticky>figure.ratioPortrait,.sepWrap.imageSticky>figure.ratioLandscape,.sepWrap.imageSticky>figure.ratioBanner)>.stickyMedia>img,:is(.sepWrap.imageSticky>figure.ratioSquare,.sepWrap.imageSticky>figure.ratioWide,.sepWrap.imageSticky>figure.ratioTall,.sepWrap.imageSticky>figure.ratioPortrait,.sepWrap.imageSticky>figure.ratioLandscape,.sepWrap.imageSticky>figure.ratioBanner)>.stickyMedia>content-media{width:100%;height:100%;object-fit:cover}.sepWrap:has(.profileList)>.contWrap{place-content:flex-end center}@media screen and (max-width:1024px){.sepWrap:has(.profileList)>.contWrap{place-content:flex-start stretch}}.sepWrap:not(.mediaGap):has(.profileList)>.contWrap{padding-inline-start:0;padding-inline-end:var(--gutter2)}@media screen and (max-width:1024px){.sepWrap:not(.mediaGap):has(.profileList)>.contWrap{padding-inline-end:0}}@media screen and (min-width:1025px){.sepWrap.mediaTop{--cont-padding-block: 0}.sepWrap.mediaTop:not(.noImage){row-gap:var(--media-content-gap)}}.sepWrap.mediaTop:not(.noImage)>figure.ratioBanner,.sepWrap.mediaTop:not(.noImage)>figure.ratioBanner>.stickyMedia{aspect-ratio:var(--media-top-sp-ratio, 2 / 1)}.sepWrap.mediaTop:not(.noImage)>figure.ratioWide,.sepWrap.mediaTop:not(.noImage)>figure.ratioWide>.stickyMedia{aspect-ratio:var(--media-top-sp-ratio, var(--ratioWide))}.sepWrap.mediaTop:not(.noImage)>figure.ratioLandscape,.sepWrap.mediaTop:not(.noImage)>figure.ratioLandscape>.stickyMedia{aspect-ratio:var(--media-top-sp-ratio, var(--ratioLandscape))}.sepWrap.mediaTop:not(.noImage)>figure.ratioSquare,.sepWrap.mediaTop:not(.noImage)>figure.ratioSquare>.stickyMedia{aspect-ratio:var(--media-top-sp-ratio, 1)}.sepWrap.mediaTop:not(.noImage)>figure.ratioPortrait,.sepWrap.mediaTop:not(.noImage)>figure.ratioPortrait>.stickyMedia{aspect-ratio:var(--media-top-sp-ratio, var(--ratioPortrait))}.sepWrap.mediaTop:not(.noImage)>figure.ratioTall,.sepWrap.mediaTop:not(.noImage)>figure.ratioTall>.stickyMedia{aspect-ratio:var(--media-top-sp-ratio, var(--ratioTall))}.sepWrap.mediaTop:not(.noImage){grid-template-columns:minmax(0,1fr)}.sepWrap.mediaTop:not(.noImage)>figure{grid-column:1;grid-row:1;height:auto}.sepWrap.mediaTop:not(.noImage)>.chapterTrack,.sepWrap.mediaTop:not(.noImage)>.contWrap{grid-row:2}.sepWrap.mediaTop:not(.noImage)>.contWrap{grid-column:1}@media screen and (min-width:1025px){.sepWrap.mediaTop:not(.noImage).hasLayoutIndent{grid-template-columns:var(--chapter-w) var(--chapter-gap) minmax(0,1fr)}.sepWrap.mediaTop:not(.noImage).hasLayoutIndent>figure{grid-column:1 / -1}.sepWrap.mediaTop:not(.noImage).hasLayoutIndent>.chapterTrack{grid-column:1}.sepWrap.mediaTop:not(.noImage).hasLayoutIndent>.contWrap{grid-column:3}.sepWrap.mediaTop:not(.noImage).hasLayoutIndent:not(.padInner):not(.padInnerOver)>figure{grid-column:3}}@media screen and (max-width:1024px){.sepWrap.mediaTop:not(.noImage).hasLayoutIndent>figure{grid-column:1 / -1;grid-row:1}.sepWrap.mediaTop:not(.noImage).hasLayoutIndent>.chapterTrack{grid-column:1}.sepWrap.mediaTop:not(.noImage).hasLayoutIndent>.contWrap{grid-column:2}.sepWrap.mediaTop:not(.noImage).hasLayoutIndent>.chapterTrack,.sepWrap.mediaTop:not(.noImage).hasLayoutIndent>.contWrap{grid-row:2}}.sepWrap.chapterLayout>.contWrap{place-content:var(--content-align) stretch}.sepWrap.chapterLayout>.contWrap>.chapterContent{width:100%;max-width:100%;justify-self:stretch;margin-inline:0;display:grid;grid-template-columns:minmax(0,1fr) 45%;gap:0 var(--gutter2)}.sepWrap.chapterLayout>.contWrap>.chapterContent>.chapterHead{grid-column:1 / -1}.sepWrap.chapterLayout>.contWrap>.chapterContent>.chapterBody{grid-column:1}.sepWrap.chapterLayout>.contWrap>.chapterContent>.chapterMedia{grid-column:2}.sepWrap.chapterLayout>.contWrap>.chapterContent:not(:has(>.chapterMedia)){grid-template-columns:minmax(0,1fr)}.sepWrap.chapterLayout>.contWrap>.chapterContent:not(:has(>.chapterMedia))>.chapterBody{grid-column:1}.sepWrap.chapterLayout>.contWrap>.chapterContent>.chapterHead,.sepWrap.chapterLayout>.contWrap>.chapterContent>.chapterBody,.sepWrap.chapterLayout>.contWrap>.chapterContent>.chapterMedia{min-width:0;margin:0}:is(.sepWrap.chapterLayout>.contWrap>.chapterContent>.chapterHead,.sepWrap.chapterLayout>.contWrap>.chapterContent>.chapterBody,.sepWrap.chapterLayout>.contWrap>.chapterContent>.chapterMedia)>*{margin:0}:is(.sepWrap.chapterLayout>.contWrap>.chapterContent>.chapterHead,.sepWrap.chapterLayout>.contWrap>.chapterContent>.chapterBody,.sepWrap.chapterLayout>.contWrap>.chapterContent>.chapterMedia)>*+*{margin-top:2em}.sepWrap.chapterLayout>.contWrap>.chapterContent>.chapterBody>.actions{display:flex;flex-wrap:wrap;gap:.5em}@media screen and (max-width:1024px){.sepWrap.chapterLayout>.contWrap>.chapterContent{grid-template-columns:minmax(0,1fr)}.sepWrap.chapterLayout>.contWrap>.chapterContent>.chapterHead,.sepWrap.chapterLayout>.contWrap>.chapterContent>.chapterBody,.sepWrap.chapterLayout>.contWrap>.chapterContent>.chapterMedia{grid-column:1}.sepWrap.chapterLayout>.contWrap>.chapterContent>.chapterMedia{margin-block-start:1rem}}@media screen and (max-width:1024px){.sepWrap.prdStyle{grid-template-columns:1fr}.sepWrap.prdStyle.hasLayoutIndent{grid-template-columns:var(--chapter-w) minmax(0,1fr)}}.sepWrap.prdStyle:not(.mediaGap):has(>figure):not(:has(>figure:first-child)) .contWrap{padding-inline-end:calc(var(--chapter-gap) * .5)}@media screen and (max-width:1536px){.sepWrap.prdStyle:not(.mediaGap):has(>figure):not(:has(>figure:first-child)) .contWrap{padding-inline-end:calc(var(--chapter-gap) * 1)}}@media screen and (max-width:1024px){.sepWrap.prdStyle:not(.mediaGap):has(>figure):not(:has(>figure:first-child)) .contWrap{padding-inline-end:0}}.sepWrap.prdStyle>.contWrap{align-content:var(--content-align, center);padding-inline:0}.sepWrap.prdStyle>.contWrap>.content>*+h2{margin-top:var(--pad-b9)}.sepWrap.prdStyle>.contWrap>.content h2{font-size:2.5em}@media screen and (max-width:1024px){.sepWrap.prdStyle>.contWrap>.content h2{font-size:min(calc(1em + (2.5 - 1) * var(--fs-k1) * 1em),calc(var(--fs-knee) * 1em + (2.5 - 2.5) * var(--fs-k2) * 1em))}}.sepWrap.prdStyle.chapterSticky>.contWrap{place-content:start}.sepWrap.prdStyle>figure img{height:auto}.sepWrap.prdStyle.imageSticky>figure>.stickyMedia:has(>img){position:sticky;top:8em}@media screen and (max-width:1024px){.sepWrap.prdStyle.imageSticky>figure>.stickyMedia:has(>img){position:static}}@media screen and (max-width:1024px){.template-product .chapter{color:rgb(var(--theme-brand))}}
/*# sourceMappingURL=/cdn/shop/t/67/assets/component-sepwrap.css.map */
