selur
Version:
Selur.css is a lightweight CSS framework for creating visual objects and applying visual effects to HTML elements.
29 lines • 184 kB
CSS
@charset "UTF-8";/*!
* Selur - A CSS library
*
* Author: TISSOT Davy
* Version: 1.0.0
* Date: [Current Date]
*
* Selur is a lightweight CSS library created by TISSOT Davy.
* It simplifies styling HTML elements, creating custom visual objects, and applying engaging visual effects.
* Empowering developers to effortlessly customize web application appearance without complex class-based styling.
*
* Features:
* - Three categories: HTML, Custom, and Effect Objects for diverse styling options.
* - CSS variables for easy modification of colors, sizes, and typography.
* - Dynamic contrast calculation for readable content on contrasting backgrounds.
* - Recursive theme attribute for cascading style effects throughout the visual hierarchy.
*
* How to Use:
* - Apply Selur visual objects using custom HTML attributes. No reliance on the class attribute for styling.
* - Configure visual objects with CSS variables.
* - Set the theme via dedicated CSS variables.
* - Use the theme attribute to change the child visual objects' appearance recursively.
*
* DISCLAIMER: Selur uses the :has() pseudo-class, which might not be supported in all browsers. While Selur aims to provide a seamless and convenient experience, use it with caution and be mindful of cross-browser compatibility. It's essential to test and ensure compatibility with your target browsers.
*
* Note: Selur is designed to be lightweight and user-friendly for a seamless integration in your projects.
*
* Happy coding!
*/button,figure,input,input::file-selector-button,select,textarea,details,form,form fieldset:not([role=presentation]),h1,h2,h3,h4,h5,h6,a,ol,ul,meter,dialog,progress,table,[role=region]:where([aria-label~=banner],[aria-label~=ribbon]),[role=status][aria-label~=badge],[role=alert][aria-label~=notification],[role=presentation][aria-label~=tag],[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab]),:where([role=list],[role=feed])[aria-label~=events],[role=switch]:where([aria-label~=bento],[aria-label~=button],[aria-label~=fried],[aria-label~=hamburger],[aria-label~=hotdog],[aria-label~=kebab],[aria-label~=meatball],[aria-label~=switch]){font-size:var(--cfs--,revert-layer);font-family:var(--cff--,revert-layer);color:var(--cfc--,revert-layer);background-color:var(--cbc--,revert-layer);border-top:var(--cbt--,revert-layer);border-right:var(--cbr--,revert-layer);border-bottom:var(--cbb--,revert-layer);border-left:var(--cbl--,revert-layer);border-top-style:var(--cbts--,revert-layer);border-right-style:var(--cbrs--,revert-layer);border-bottom-style:var(--cbbs--,revert-layer);border-left-style:var(--cbls--,revert-layer);border-top-color:var(--cbtc--,revert-layer);border-right-color:var(--cbrc--,revert-layer);border-bottom-color:var(--cbbc--,revert-layer);border-left-color:var(--cblc--,revert-layer);border-top-width:var(--cbtw--,revert-layer);border-right-width:var(--cbrw--,revert-layer);border-bottom-width:var(--cbbw--,revert-layer);border-left-width:var(--cblw--,revert-layer);border-top-left-radius:var(--crtl--,revert-layer);border-top-right-radius:var(--crtr--,revert-layer);border-bottom-right-radius:var(--crbr--,revert-layer);border-bottom-left-radius:var(--crbl--,revert-layer);opacity:var(--ca--,revert-layer)}button,figure,input,select,textarea,details,form,h1,h2,h3,h4,h5,h6,a,ol,ul,meter,dialog,progress,table,[role=region]:where([aria-label~=banner],[aria-label~=ribbon]),[role=status][aria-label~=badge],[role=alert][aria-label~=notification],[role=presentation][aria-label~=tag],[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab]),:where([role=list],[role=feed])[aria-label~=events],[role=switch]:where([aria-label~=bento],[aria-label~=button],[aria-label~=fried],[aria-label~=hamburger],[aria-label~=hotdog],[aria-label~=kebab],[aria-label~=meatball],[aria-label~=switch]),[role=presentation]:where([aria-label~=state],[aria-label~=view]),[role=group]:where([aria-label~=group],[aria-label~=masonry],[aria-label~=stacked],[aria-label~=structured],[aria-label~=unstructured]),[role=navigation]:where([aria-label~=navbar],[aria-label~=dropdown],[aria-label~=drawer]),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel]),figure figcaption,[role=navigation]:where([aria-label~=navbar],[aria-label~=dropdown],[aria-label~=drawer]):not([aria-label~=navbar])>:nth-child(2),[role=navigation]:where([aria-label~=navbar],[aria-label~=dropdown],[aria-label~=drawer])>nav,[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])>*{box-sizing:border-box}button,figure,input,select,textarea,details,form,h1,h2,h3,h4,h5,h6,a,ol,ul,meter,dialog,progress,table,[role=region]:where([aria-label~=banner],[aria-label~=ribbon]),[role=status][aria-label~=badge],[role=alert][aria-label~=notification],[role=presentation][aria-label~=tag],[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab]),:where([role=list],[role=feed])[aria-label~=events],[role=switch]:where([aria-label~=bento],[aria-label~=button],[aria-label~=fried],[aria-label~=hamburger],[aria-label~=hotdog],[aria-label~=kebab],[aria-label~=meatball],[aria-label~=switch]),[role=presentation]:where([aria-label~=state],[aria-label~=view]),[role=group]:where([aria-label~=group],[aria-label~=masonry],[aria-label~=stacked],[aria-label~=structured],[aria-label~=unstructured]),[role=navigation]:where([aria-label~=navbar],[aria-label~=dropdown],[aria-label~=drawer]),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel]){height:var(--ch--,revert-layer);width:var(--cw--,revert-layer);margin-top:var(--cmt--,revert-layer);margin-right:var(--cmr--,revert-layer);margin-bottom:var(--cmb--,revert-layer);margin-left:var(--cml--,revert-layer);padding-top:var(--cpt--,revert-layer);padding-right:var(--cpr--,revert-layer);padding-bottom:var(--cpb--,revert-layer);padding-left:var(--cpl--,revert-layer);-moz-column-gap:var(--cgx--,revert-layer);column-gap:var(--cgx--,revert-layer);row-gap:var(--cgy--,revert-layer);justify-items:var(--cha--,revert-layer);align-items:var(--cva--,revert-layer);transform-style:preserve-3d;--a4--:var(--unexposed-theme-box-shadow,0 0 .1lh var(--inset-shadow-color,var(--cfc--)));--a5--:var(--unexposed-theme-box-shadow,0 0 .25lh var(--inset-shadow-color,var(--cfc--)));--a6--:var(--unexposed-theme-box-shadow,0 0 .25rem var(--outset-shadow-color,var(--cfc--)));--a7--:var(--unexposed-theme-box-shadow,0 0 .5rem var(--outset-shadow-color,var(--cfc--)));--border-top-style:initial;--border-right-style:initial;--border-bottom-style:initial;--border-left-style:initial;--border-top-width:initial;--border-right-width:initial;--border-bottom-width:initial;--border-left-width:initial;--border-top-color:initial;--border-right-color:initial;--border-bottom-color:initial;--border-left-color:initial;--radius-top-left:initial;--radius-top-right:initial;--radius-bottom-right:initial;--radius-bottom-left:initial;--red:initial;--green:initial;--blue:initial;--shader:initial;--color:initial;--gap-x:initial;--gap-y:initial;--margin-top:initial;--margin-right:initial;--margin-bottom:initial;--margin-left:initial;--padding-top:initial;--padding-right:initial;--padding-bottom:initial;--padding-left:initial;--cbts--:var(--border-top-style,var(--d-border-top-style));--cbrs--:var(--border-right-style,var(--d-border-right-style));--cbbs--:var(--border-bottom-style,var(--d-border-bottom-style));--cbls--:var(--border-left-style,var(--d-border-left-style));--cbtw--:var(--border-top-width,var(--d-border-top-width));--cbrw--:var(--border-right-width,var(--d-border-right-width));--cbbw--:var(--border-bottom-width,var(--d-border-bottom-width));--cblw--:var(--border-left-width,var(--d-border-left-width));--cbtc--:var(--border-top-color,var(--d-border-top-color));--cbrc--:var(--border-right-color,var(--d-border-right-color));--cbbc--:var(--border-bottom-color,var(--d-border-bottom-color));--cblc--:var(--border-left-color,var(--d-border-left-color));--crtl--:var(--radius-top-left,var(--d-radius-top-left));--crtr--:var(--radius-top-right,var(--d-radius-top-right));--crbr--:var(--radius-bottom-right,var(--d-radius-bottom-right));--crbl--:var(--radius-bottom-left,var(--d-radius-bottom-left));--crcb--:var(--red,var(--d-red));--cgcb--:var(--green,var(--d-green));--cbcb--:var(--blue,var(--d-blue));--cs--:var(--shader,var(--d-shader));--cbc--:rgba(var(--crcb--),var(--cgcb--),var(--cbcb--),var(--cs--));--cfc--:var(--color,var(--d-color,var(--contrast--)));--cgx--:var(--gap-x,var(--d-gap-x));--cgy--:var(--gap-y,var(--d-gap-y));--cmt--:var(--margin-top,var(--d-margin-top));--cmr--:var(--margin-right,var(--d-margin-right));--cmb--:var(--margin-bottom,var(--d-margin-bottom));--cml--:var(--margin-left,var(--d-margin-left));--cpt--:var(--padding-top,var(--d-padding-top));--cpr--:var(--padding-right,var(--d-padding-right));--cpb--:var(--padding-bottom,var(--d-padding-bottom));--cpl--:var(--padding-left,var(--d-padding-left));--cpmn--:min(var(--cpt--),var(--cpr--),var(--cpb--),var(--cpl--));--cpmx--:max(var(--cpt--),var(--cpr--),var(--cpb--),var(--cpl--));--ch--:var(--height);--cw--:var(--width);--ca--:var(--alpha,var(--d-alpha));--cha--:var(--justify,var(--d-justify));--cva--:var(--align,var(--d-align));--cfs--:var(--font-size,var(--d-font-size));--cfw--:var(--font-weight,var(--d-font-weight))}[role=presentation]:where([aria-label~=state],[aria-label~=view]),[role=group]:where([aria-label~=group],[aria-label~=masonry],[aria-label~=stacked],[aria-label~=structured],[aria-label~=unstructured]),[role=navigation]:where([aria-label~=navbar],[aria-label~=dropdown],[aria-label~=drawer]),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel]){perspective:var(--perspective--);--x--:0;--x-axis--:0;--y--:0;--y-axis--:0;--z--:0;--z-axis--:0;--perspective--:calc(var(--screen--)*2);--reversed--:0}[data-indexation=type]>:nth-of-type(1),[data-indexation=all]>:nth-child(1){--i--:0}[data-indexation=all]:has(>:last-child:nth-child(1)),[data-indexation=type]:has(>:last-child:nth-of-type(1)){--l--:1}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=active]:has(>:nth-child(1):active),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=active]:has(>:nth-child(1):active){--active-index--:0}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=checked]:has(>:nth-child(1):checked),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=checked]:has(>:nth-child(1):checked){--checked-index--:0}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=hover]:has(>:nth-child(1):hover),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=hover]:has(>:nth-child(1):hover){--hover-index--:0}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=focus]:has(>:nth-child(1):focus,>:nth-child(1):focus-within),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=focus]:has(>:nth-child(1):focus,>:nth-child(1):focus-within){--focus-index--:0}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=target]:has(>:nth-child(1):target),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=target]:has(>:nth-child(1):target){--target-index--:0}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=js]:has(>:nth-child(1)[data-active]:not([data-active=false]),>:nth-child(1)[data-active=true]),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=js]:has(>:nth-child(1)[data-active]:not([data-active=false]),>:nth-child(1)[data-active=true]){--js-index--:0}[data-indexation=type]>:nth-of-type(2),[data-indexation=all]>:nth-child(2){--i--:1}[data-indexation=all]:has(>:last-child:nth-child(2)),[data-indexation=type]:has(>:last-child:nth-of-type(2)){--l--:2}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=active]:has(>:nth-child(2):active),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=active]:has(>:nth-child(2):active){--active-index--:1}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=checked]:has(>:nth-child(2):checked),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=checked]:has(>:nth-child(2):checked){--checked-index--:1}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=hover]:has(>:nth-child(2):hover),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=hover]:has(>:nth-child(2):hover){--hover-index--:1}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=focus]:has(>:nth-child(2):focus,>:nth-child(2):focus-within),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=focus]:has(>:nth-child(2):focus,>:nth-child(2):focus-within){--focus-index--:1}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=target]:has(>:nth-child(2):target),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=target]:has(>:nth-child(2):target){--target-index--:1}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=js]:has(>:nth-child(2)[data-active]:not([data-active=false]),>:nth-child(2)[data-active=true]),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=js]:has(>:nth-child(2)[data-active]:not([data-active=false]),>:nth-child(2)[data-active=true]){--js-index--:1}[data-indexation=type]>:nth-of-type(3),[data-indexation=all]>:nth-child(3){--i--:2}[data-indexation=all]:has(>:last-child:nth-child(3)),[data-indexation=type]:has(>:last-child:nth-of-type(3)){--l--:3}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=active]:has(>:nth-child(3):active),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=active]:has(>:nth-child(3):active){--active-index--:2}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=checked]:has(>:nth-child(3):checked),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=checked]:has(>:nth-child(3):checked){--checked-index--:2}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=hover]:has(>:nth-child(3):hover),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=hover]:has(>:nth-child(3):hover){--hover-index--:2}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=focus]:has(>:nth-child(3):focus,>:nth-child(3):focus-within),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=focus]:has(>:nth-child(3):focus,>:nth-child(3):focus-within){--focus-index--:2}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=target]:has(>:nth-child(3):target),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=target]:has(>:nth-child(3):target){--target-index--:2}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=js]:has(>:nth-child(3)[data-active]:not([data-active=false]),>:nth-child(3)[data-active=true]),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=js]:has(>:nth-child(3)[data-active]:not([data-active=false]),>:nth-child(3)[data-active=true]){--js-index--:2}[data-indexation=type]>:nth-of-type(4),[data-indexation=all]>:nth-child(4){--i--:3}[data-indexation=all]:has(>:last-child:nth-child(4)),[data-indexation=type]:has(>:last-child:nth-of-type(4)){--l--:4}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=active]:has(>:nth-child(4):active),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=active]:has(>:nth-child(4):active){--active-index--:3}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=checked]:has(>:nth-child(4):checked),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=checked]:has(>:nth-child(4):checked){--checked-index--:3}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=hover]:has(>:nth-child(4):hover),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=hover]:has(>:nth-child(4):hover){--hover-index--:3}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=focus]:has(>:nth-child(4):focus,>:nth-child(4):focus-within),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=focus]:has(>:nth-child(4):focus,>:nth-child(4):focus-within){--focus-index--:3}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=target]:has(>:nth-child(4):target),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=target]:has(>:nth-child(4):target){--target-index--:3}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=js]:has(>:nth-child(4)[data-active]:not([data-active=false]),>:nth-child(4)[data-active=true]),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=js]:has(>:nth-child(4)[data-active]:not([data-active=false]),>:nth-child(4)[data-active=true]){--js-index--:3}[data-indexation=type]>:nth-of-type(5),[data-indexation=all]>:nth-child(5){--i--:4}[data-indexation=all]:has(>:last-child:nth-child(5)),[data-indexation=type]:has(>:last-child:nth-of-type(5)){--l--:5}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=active]:has(>:nth-child(5):active),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=active]:has(>:nth-child(5):active){--active-index--:4}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=checked]:has(>:nth-child(5):checked),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=checked]:has(>:nth-child(5):checked){--checked-index--:4}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=hover]:has(>:nth-child(5):hover),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=hover]:has(>:nth-child(5):hover){--hover-index--:4}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=focus]:has(>:nth-child(5):focus,>:nth-child(5):focus-within),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=focus]:has(>:nth-child(5):focus,>:nth-child(5):focus-within){--focus-index--:4}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=target]:has(>:nth-child(5):target),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=target]:has(>:nth-child(5):target){--target-index--:4}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=js]:has(>:nth-child(5)[data-active]:not([data-active=false]),>:nth-child(5)[data-active=true]),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=js]:has(>:nth-child(5)[data-active]:not([data-active=false]),>:nth-child(5)[data-active=true]){--js-index--:4}[data-indexation=type]>:nth-of-type(6),[data-indexation=all]>:nth-child(6){--i--:5}[data-indexation=all]:has(>:last-child:nth-child(6)),[data-indexation=type]:has(>:last-child:nth-of-type(6)){--l--:6}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=active]:has(>:nth-child(6):active),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=active]:has(>:nth-child(6):active){--active-index--:5}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=checked]:has(>:nth-child(6):checked),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=checked]:has(>:nth-child(6):checked){--checked-index--:5}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=hover]:has(>:nth-child(6):hover),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=hover]:has(>:nth-child(6):hover){--hover-index--:5}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=focus]:has(>:nth-child(6):focus,>:nth-child(6):focus-within),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=focus]:has(>:nth-child(6):focus,>:nth-child(6):focus-within){--focus-index--:5}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=target]:has(>:nth-child(6):target),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=target]:has(>:nth-child(6):target){--target-index--:5}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=js]:has(>:nth-child(6)[data-active]:not([data-active=false]),>:nth-child(6)[data-active=true]),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=js]:has(>:nth-child(6)[data-active]:not([data-active=false]),>:nth-child(6)[data-active=true]){--js-index--:5}[data-indexation=type]>:nth-of-type(7),[data-indexation=all]>:nth-child(7){--i--:6}[data-indexation=all]:has(>:last-child:nth-child(7)),[data-indexation=type]:has(>:last-child:nth-of-type(7)){--l--:7}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=active]:has(>:nth-child(7):active),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=active]:has(>:nth-child(7):active){--active-index--:6}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=checked]:has(>:nth-child(7):checked),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=checked]:has(>:nth-child(7):checked){--checked-index--:6}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=hover]:has(>:nth-child(7):hover),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=hover]:has(>:nth-child(7):hover){--hover-index--:6}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=focus]:has(>:nth-child(7):focus,>:nth-child(7):focus-within),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=focus]:has(>:nth-child(7):focus,>:nth-child(7):focus-within){--focus-index--:6}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=target]:has(>:nth-child(7):target),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=target]:has(>:nth-child(7):target){--target-index--:6}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=js]:has(>:nth-child(7)[data-active]:not([data-active=false]),>:nth-child(7)[data-active=true]),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=js]:has(>:nth-child(7)[data-active]:not([data-active=false]),>:nth-child(7)[data-active=true]){--js-index--:6}[data-indexation=type]>:nth-of-type(8),[data-indexation=all]>:nth-child(8){--i--:7}[data-indexation=all]:has(>:last-child:nth-child(8)),[data-indexation=type]:has(>:last-child:nth-of-type(8)){--l--:8}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=active]:has(>:nth-child(8):active),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=active]:has(>:nth-child(8):active){--active-index--:7}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=checked]:has(>:nth-child(8):checked),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=checked]:has(>:nth-child(8):checked){--checked-index--:7}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=hover]:has(>:nth-child(8):hover),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=hover]:has(>:nth-child(8):hover){--hover-index--:7}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=focus]:has(>:nth-child(8):focus,>:nth-child(8):focus-within),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=focus]:has(>:nth-child(8):focus,>:nth-child(8):focus-within){--focus-index--:7}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=target]:has(>:nth-child(8):target),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=target]:has(>:nth-child(8):target){--target-index--:7}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=js]:has(>:nth-child(8)[data-active]:not([data-active=false]),>:nth-child(8)[data-active=true]),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=js]:has(>:nth-child(8)[data-active]:not([data-active=false]),>:nth-child(8)[data-active=true]){--js-index--:7}[data-indexation=type]>:nth-of-type(9),[data-indexation=all]>:nth-child(9){--i--:8}[data-indexation=all]:has(>:last-child:nth-child(9)),[data-indexation=type]:has(>:last-child:nth-of-type(9)){--l--:9}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=active]:has(>:nth-child(9):active),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=active]:has(>:nth-child(9):active){--active-index--:8}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=checked]:has(>:nth-child(9):checked),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=checked]:has(>:nth-child(9):checked){--checked-index--:8}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=hover]:has(>:nth-child(9):hover),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=hover]:has(>:nth-child(9):hover){--hover-index--:8}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=focus]:has(>:nth-child(9):focus,>:nth-child(9):focus-within),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=focus]:has(>:nth-child(9):focus,>:nth-child(9):focus-within){--focus-index--:8}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=target]:has(>:nth-child(9):target),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=target]:has(>:nth-child(9):target){--target-index--:8}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=js]:has(>:nth-child(9)[data-active]:not([data-active=false]),>:nth-child(9)[data-active=true]),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=js]:has(>:nth-child(9)[data-active]:not([data-active=false]),>:nth-child(9)[data-active=true]){--js-index--:8}[data-indexation=type]>:nth-of-type(10),[data-indexation=all]>:nth-child(10){--i--:9}[data-indexation=all]:has(>:last-child:nth-child(10)),[data-indexation=type]:has(>:last-child:nth-of-type(10)){--l--:10}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=active]:has(>:nth-child(10):active),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=active]:has(>:nth-child(10):active){--active-index--:9}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=checked]:has(>:nth-child(10):checked),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=checked]:has(>:nth-child(10):checked){--checked-index--:9}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=hover]:has(>:nth-child(10):hover),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=hover]:has(>:nth-child(10):hover){--hover-index--:9}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=focus]:has(>:nth-child(10):focus,>:nth-child(10):focus-within),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=focus]:has(>:nth-child(10):focus,>:nth-child(10):focus-within){--focus-index--:9}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=target]:has(>:nth-child(10):target),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=target]:has(>:nth-child(10):target){--target-index--:9}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=js]:has(>:nth-child(10)[data-active]:not([data-active=false]),>:nth-child(10)[data-active=true]),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=js]:has(>:nth-child(10)[data-active]:not([data-active=false]),>:nth-child(10)[data-active=true]){--js-index--:9}[data-indexation=type]>:nth-of-type(11),[data-indexation=all]>:nth-child(11){--i--:10}[data-indexation=all]:has(>:last-child:nth-child(11)),[data-indexation=type]:has(>:last-child:nth-of-type(11)){--l--:11}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=active]:has(>:nth-child(11):active),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=active]:has(>:nth-child(11):active){--active-index--:10}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=checked]:has(>:nth-child(11):checked),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=checked]:has(>:nth-child(11):checked){--checked-index--:10}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=hover]:has(>:nth-child(11):hover),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=hover]:has(>:nth-child(11):hover){--hover-index--:10}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=focus]:has(>:nth-child(11):focus,>:nth-child(11):focus-within),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=focus]:has(>:nth-child(11):focus,>:nth-child(11):focus-within){--focus-index--:10}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=target]:has(>:nth-child(11):target),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=target]:has(>:nth-child(11):target){--target-index--:10}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=js]:has(>:nth-child(11)[data-active]:not([data-active=false]),>:nth-child(11)[data-active=true]),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=js]:has(>:nth-child(11)[data-active]:not([data-active=false]),>:nth-child(11)[data-active=true]){--js-index--:10}[data-indexation=type]>:nth-of-type(12),[data-indexation=all]>:nth-child(12){--i--:11}[data-indexation=all]:has(>:last-child:nth-child(12)),[data-indexation=type]:has(>:last-child:nth-of-type(12)){--l--:12}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=active]:has(>:nth-child(12):active),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=active]:has(>:nth-child(12):active){--active-index--:11}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=checked]:has(>:nth-child(12):checked),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=checked]:has(>:nth-child(12):checked){--checked-index--:11}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=hover]:has(>:nth-child(12):hover),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=hover]:has(>:nth-child(12):hover){--hover-index--:11}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=focus]:has(>:nth-child(12):focus,>:nth-child(12):focus-within),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=focus]:has(>:nth-child(12):focus,>:nth-child(12):focus-within){--focus-index--:11}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=target]:has(>:nth-child(12):target),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=target]:has(>:nth-child(12):target){--target-index--:11}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=js]:has(>:nth-child(12)[data-active]:not([data-active=false]),>:nth-child(12)[data-active=true]),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=js]:has(>:nth-child(12)[data-active]:not([data-active=false]),>:nth-child(12)[data-active=true]){--js-index--:11}[data-indexation=type]>:nth-of-type(13),[data-indexation=all]>:nth-child(13){--i--:12}[data-indexation=all]:has(>:last-child:nth-child(13)),[data-indexation=type]:has(>:last-child:nth-of-type(13)){--l--:13}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=active]:has(>:nth-child(13):active),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=active]:has(>:nth-child(13):active){--active-index--:12}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=checked]:has(>:nth-child(13):checked),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=checked]:has(>:nth-child(13):checked){--checked-index--:12}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=hover]:has(>:nth-child(13):hover),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=hover]:has(>:nth-child(13):hover){--hover-index--:12}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=focus]:has(>:nth-child(13):focus,>:nth-child(13):focus-within),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=focus]:has(>:nth-child(13):focus,>:nth-child(13):focus-within){--focus-index--:12}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=target]:has(>:nth-child(13):target),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=target]:has(>:nth-child(13):target){--target-index--:12}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=js]:has(>:nth-child(13)[data-active]:not([data-active=false]),>:nth-child(13)[data-active=true]),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=js]:has(>:nth-child(13)[data-active]:not([data-active=false]),>:nth-child(13)[data-active=true]){--js-index--:12}[data-indexation=type]>:nth-of-type(14),[data-indexation=all]>:nth-child(14){--i--:13}[data-indexation=all]:has(>:last-child:nth-child(14)),[data-indexation=type]:has(>:last-child:nth-of-type(14)){--l--:14}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=active]:has(>:nth-child(14):active),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=active]:has(>:nth-child(14):active){--active-index--:13}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=checked]:has(>:nth-child(14):checked),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=checked]:has(>:nth-child(14):checked){--checked-index--:13}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=hover]:has(>:nth-child(14):hover),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=hover]:has(>:nth-child(14):hover){--hover-index--:13}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=focus]:has(>:nth-child(14):focus,>:nth-child(14):focus-within),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=focus]:has(>:nth-child(14):focus,>:nth-child(14):focus-within){--focus-index--:13}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=target]:has(>:nth-child(14):target),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=target]:has(>:nth-child(14):target){--target-index--:13}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=js]:has(>:nth-child(14)[data-active]:not([data-active=false]),>:nth-child(14)[data-active=true]),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=js]:has(>:nth-child(14)[data-active]:not([data-active=false]),>:nth-child(14)[data-active=true]){--js-index--:13}[data-indexation=type]>:nth-of-type(15),[data-indexation=all]>:nth-child(15){--i--:14}[data-indexation=all]:has(>:last-child:nth-child(15)),[data-indexation=type]:has(>:last-child:nth-of-type(15)){--l--:15}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=active]:has(>:nth-child(15):active),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=active]:has(>:nth-child(15):active){--active-index--:14}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=checked]:has(>:nth-child(15):checked),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=checked]:has(>:nth-child(15):checked){--checked-index--:14}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=hover]:has(>:nth-child(15):hover),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=hover]:has(>:nth-child(15):hover){--hover-index--:14}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=focus]:has(>:nth-child(15):focus,>:nth-child(15):focus-within),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=focus]:has(>:nth-child(15):focus,>:nth-child(15):focus-within){--focus-index--:14}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=target]:has(>:nth-child(15):target),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=target]:has(>:nth-child(15):target){--target-index--:14}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=js]:has(>:nth-child(15)[data-active]:not([data-active=false]),>:nth-child(15)[data-active=true]),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=js]:has(>:nth-child(15)[data-active]:not([data-active=false]),>:nth-child(15)[data-active=true]){--js-index--:14}[data-indexation=type]>:nth-of-type(16),[data-indexation=all]>:nth-child(16){--i--:15}[data-indexation=all]:has(>:last-child:nth-child(16)),[data-indexation=type]:has(>:last-child:nth-of-type(16)){--l--:16}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=active]:has(>:nth-child(16):active),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=active]:has(>:nth-child(16):active){--active-index--:15}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=checked]:has(>:nth-child(16):checked),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=checked]:has(>:nth-child(16):checked){--checked-index--:15}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=hover]:has(>:nth-child(16):hover),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=hover]:has(>:nth-child(16):hover){--hover-index--:15}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=focus]:has(>:nth-child(16):focus,>:nth-child(16):focus-within),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=focus]:has(>:nth-child(16):focus,>:nth-child(16):focus-within){--focus-index--:15}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=target]:has(>:nth-child(16):target),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=target]:has(>:nth-child(16):target){--target-index--:15}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=js]:has(>:nth-child(16)[data-active]:not([data-active=false]),>:nth-child(16)[data-active=true]),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=js]:has(>:nth-child(16)[data-active]:not([data-active=false]),>:nth-child(16)[data-active=true]){--js-index--:15}[data-indexation=type]>:nth-of-type(17),[data-indexation=all]>:nth-child(17){--i--:16}[data-indexation=all]:has(>:last-child:nth-child(17)),[data-indexation=type]:has(>:last-child:nth-of-type(17)){--l--:17}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=active]:has(>:nth-child(17):active),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=active]:has(>:nth-child(17):active){--active-index--:16}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=checked]:has(>:nth-child(17):checked),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=checked]:has(>:nth-child(17):checked){--checked-index--:16}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=hover]:has(>:nth-child(17):hover),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=hover]:has(>:nth-child(17):hover){--hover-index--:16}[role=navigation]:where([aria-label~=breadcrumb],[aria-label~=indicator],[aria-label~=pagination],[aria-label~=tab])[data-trigger=focus]:has(>:nth-child(17):focus,>:nth-child(17):focus-within),[role=tablist]:where([aria-label~=carousel],[aria-label~=slider],[aria-label~=tab],[aria-label~=wheel])[data-trigger=focus]:has(>:nth-child(17):focus,>:nth-child(17):focus-within){