@property --color-1{syntax:"<color>";inherits:true;initial-value:#8e4dff}@property --color-2{syntax:"<color>";inherits:true;initial-value:#e6d7ff}@property --color-3{syntax:"<color>";inherits:true;initial-value:blue}@property --glow-deg{syntax:"<angle>";inherits:true;initial-value:-90deg}.peer-pods-home-promo-banner{--gradient-glow:var(--color-1),var(--color-1),var(--color-2),var(--color-1),var(--color-1),var(--color-1),var(--color-2),var(--color-1);--border-radius:1rem;--border-width:2px;border-radius:var(--border-radius) 1rem;border:var(--border-width) solid transparent!important;background:linear-gradient(var(--surface,canvas) 0 0) padding-box,conic-gradient(from var(--glow-deg),var(--gradient-glow)) border-box;position:relative;isolation:isolate;animation:glow 10s linear infinite}@supports (-webkit-touch-callout:none){.peer-pods-home-promo-banner{display:flex!important;flex-direction:column!important;height:auto!important;min-height:auto!important;align-items:stretch!important;flex-shrink:0!important;flex-grow:0!important;align-self:stretch!important}.peer-pods-home-promo-banner-body,.peer-pods-home-promo-banner>div[class*=chakra-card__body]{flex:0 0 auto!important;min-height:auto!important;height:auto!important;width:100%!important}.peer-pods-home-promo-banner-body>*,.peer-pods-home-promo-banner>div[class*=chakra-card__body]>*{flex-shrink:0!important;min-height:auto!important;height:auto!important}}@keyframes glow{0%{--glow-deg:0deg}25%{--glow-deg:90deg}50%{--glow-deg:180deg}75%{--glow-deg:270deg}to{--glow-deg:360deg}}@media (prefers-reduced-motion:reduce){.peer-pods-home-promo-banner{animation:none}}.peer-pods-home-promo-banner:after,.peer-pods-home-promo-banner:before{content:"";position:absolute;border-radius:inherit}.peer-pods-home-promo-banner:before{z-index:-1;background:var(--surface,canvas);inset:.125rem;border-radius:calc(var(--border-radius) - var(--border-width) - .25rem);filter:blur(.5rem)}.peer-pods-home-promo-banner:after{z-index:-2;background:conic-gradient(from var(--glow-deg),var(--gradient-glow));inset:-.25rem;filter:blur(.5rem);opacity:.125}