.divider{--divider-background-color:#fccfdf;--divider-accented-border-color:#da135b;--divider-accented-width-small:64px;--divider-accented-width-medium:96px;--divider-accented-width-large:128px;--divider-border-style:solid;--divider-border-width-small:1px;--divider-border-width-medium:2px;--divider-border-width-large:4px}.divider--inverted{--divider-background-color:hsla(36,40%,92%,.2);--divider-accented-border-color:#fce8ef;--divider-accented-width-small:64px;--divider-accented-width-medium:96px;--divider-accented-width-large:128px;--divider-border-style:solid;--divider-border-width-small:1px;--divider-border-width-medium:2px;--divider-border-width-large:4px}@media(prefers-color-scheme:dark){.divider{--divider-background-color:#fccfdf;--divider-accented-border-color:#da135b;--divider-accented-width-small:64px;--divider-accented-width-medium:96px;--divider-accented-width-large:128px;--divider-border-style:solid;--divider-border-width-small:1px;--divider-border-width-medium:2px;--divider-border-width-large:4px}.divider--inverted{--divider-background-color:hsla(36,40%,92%,.2);--divider-accented-border-color:#fce8ef;--divider-accented-width-small:64px;--divider-accented-width-medium:96px;--divider-accented-width-large:128px;--divider-border-style:solid;--divider-border-width-small:1px;--divider-border-width-medium:2px;--divider-border-width-large:4px}}.ids-divider{position:relative;display:block;overflow:visible;border:none}.ids-divider--default,.ids-divider--only_accented,.ids-divider--with_accented{background-color:var(--divider-background-color)}.ids-divider--only_accented:before,.ids-divider--with_accented:before{content:"";position:absolute;border-width:inherit;border-style:inherit;border-color:var(--divider-accented-border-color)}.ids-divider--only_accented{background-color:transparent}.ids-divider--vertical{width:0;height:100%}.ids-divider--vertical.ids-divider--small{border-left:var(--divider-border-width-small) var(--divider-border-style) transparent}.ids-divider--vertical.ids-divider--medium{border-left:var(--divider-border-width-medium) var(--divider-border-style) transparent}.ids-divider--vertical.ids-divider--large{border-left:var(--divider-border-width-large) var(--divider-border-style) transparent}.ids-divider--horizontal{width:100%}.ids-divider--horizontal.ids-divider--small{border-bottom:var(--divider-border-width-small) var(--divider-border-style) transparent}.ids-divider--horizontal.ids-divider--medium{border-bottom:var(--divider-border-width-medium) var(--divider-border-style) transparent}.ids-divider--horizontal.ids-divider--large{border-bottom:var(--divider-border-width-large) var(--divider-border-style) transparent}.ids-divider--accented.ids-divider--vertical.ids-divider--accented-small:before{height:var(--divider-accented-width-small)}.ids-divider--accented.ids-divider--vertical.ids-divider--accented-medium:before{height:var(--divider-accented-width-medium)}.ids-divider--accented.ids-divider--vertical.ids-divider--accented-large:before{height:var(--divider-accented-width-large)}.ids-divider--accented.ids-divider--vertical.ids-divider--start:before{top:0;right:0;transform:none}.ids-divider--accented.ids-divider--vertical.ids-divider--center:before{top:50%;right:0;transform:translateY(-50%)}.ids-divider.ids-divider--horizontal.ids-divider--accented-small:before{width:var(--divider-accented-width-small)}.ids-divider.ids-divider--horizontal.ids-divider--accented-medium:before{width:var(--divider-accented-width-medium)}.ids-divider.ids-divider--horizontal.ids-divider--accented-large:before{width:var(--divider-accented-width-large)}.ids-divider.ids-divider--horizontal.ids-divider--start:before{top:0;left:0;transform:none}.ids-divider.ids-divider--horizontal.ids-divider--center:before{top:0;left:50%;transform:translateX(-50%)}