.Stripe{--stripeInset:0px;--stripeWidth:var(--gutterWidth);--stripeMinWidth:80px;--stripeHeight:40px;--stripeIntersectionTop:calc(var(--stripeSetHeight) - var(--stripeHeight));--stripeIntersectionInset:0px;--stripeIntersectionWidth:var(--gutterWidth);--stripeIntersectionBackground:var(--blendIntersection);--stripeMaxInset:calc(var(--layoutWidth)/4);--stripeStartMax:calc(var(--layoutWidth) + var(--gutterWidth));--stripeStart:calc(var(--stripeStartMax) - var(--stripeInset));right:var(--stripeStart);width:calc(var(--stripeWidth) + var(--stripeInset));position:absolute;height:var(--stripeHeight);background:var(--stripeBackground);overflow:hidden}.Stripe--accentPrimary{--stripeBackground:var(--blendForeground)}.Stripe--accentSecondary{--stripeBackground:var(--blendBackground)}.Stripe--accentWhite{--stripeBackground:var(--stripeAccentWhite)}.Stripe--accentLight{--stripeBackground:var(--stripeAccentLight)}.Stripe--accentDark{--stripeBackground:var(--stripeAccentDark);--stripeIntersectionBackground:#0055b3}.StripeSet--BottomRight .Stripe,.StripeSet--TopRight .Stripe{right:auto;left:var(--stripeStart)}.Stripe--accentNone:first-of-type{--stripeBackground:var(--blendBackground)}.Stripe:nth-of-type(2){top:var(--stripeIntersectionTop)}.Stripe:nth-of-type(2).Stripe--accentNone{--stripeBackground:var(--blendForeground)}.StripeSet--BottomLeft .Stripe:only-child,.StripeSet--BottomRight .Stripe:only-child{top:var(--stripeIntersectionTop)}.Stripe:nth-of-type(3){--stripeBackground:transparent}.Stripe--insetSmall{--stripeInset:calc(var(--stripeMaxInset)*0.25)}.Stripe--insetNormal{--stripeInset:calc(var(--stripeMaxInset)*0.5)}.Stripe--insetMedium{--stripeInset:calc(var(--stripeMaxInset)*0.75)}.Stripe--insetLarge{--stripeInset:var(--stripeMaxInset)}.Stripe--intersectionInsetSmall{--stripeIntersectionInset:calc(var(--stripeMaxInset)*0.25)}.Stripe--intersectionInsetNormal{--stripeIntersectionInset:calc(var(--stripeMaxInset)*0.5)}.Stripe--intersectionInsetMedium{--stripeIntersectionInset:calc(var(--stripeMaxInset)*0.75)}.Stripe--intersectionInsetLarge{--stripeIntersectionInset:var(--stripeMaxInset)}.Stripe--widthNone{--stripeWidth:0px}.Stripe--widthSmall{--stripeWidth:80px}.Stripe--widthNormal{--stripeWidth:160px}.Stripe--widthMedium{--stripeWidth:240px}.Stripe--widthLarge{--stripeWidth:320px}.Stripe--intersectionWidthNone{--stripeIntersectionWidth:0px}.Stripe--intersectionWidthSmall{--stripeIntersectionWidth:80px}.Stripe--intersectionWidthNormal{--stripeIntersectionWidth:160px}.Stripe--intersectionWidthMedium{--stripeIntersectionWidth:240px}.Stripe--intersectionWidthLarge{--stripeIntersectionWidth:320px}.Stripe__intersection{position:absolute;top:var(--stripeIntersectionTop);height:var(--stripeHeight);-webkit-transform:translateY(-.25px);transform:translateY(-.25px);background:var(--stripeIntersectionBackground);left:calc(var(--stripeWidth) - var(--stripeIntersectionWidth));width:calc(var(--stripeIntersectionWidth) + var(--stripeIntersectionInset))}.StripeSet--BottomRight .Stripe__intersection,.StripeSet--TopRight .Stripe__intersection{left:auto;right:calc(var(--stripeWidth) - var(--stripeIntersectionWidth))}