.engagement-bg-animation{height:100%;overflow:visible;pointer-events:none;position:absolute;right:0;top:0;width:100%;z-index:0}#circle-small{-webkit-animation:circle-scale 3s ease-in-out infinite alternate;animation:circle-scale 3s ease-in-out infinite alternate;animation-delay:0s;animation-timing-function:cubic-bezier(.6,0,.4,1);background:var(--circle-bg-1);height:300px;opacity:.15;right:-150px;top:1200px;width:300px}#circle-medium,#circle-small{border-radius:50%;position:absolute;transition:var(--theme-transition)}#circle-medium{-webkit-animation:circle-scale 3s ease-in-out infinite alternate;animation:circle-scale 3s ease-in-out infinite alternate;animation-delay:.3s;animation-timing-function:cubic-bezier(.6,0,.4,1);background:var(--circle-bg-2);height:600px;opacity:.12;right:-300px;top:1050px;width:600px}#circle-large{-webkit-animation:circle-scale 3s ease-in-out infinite alternate;animation:circle-scale 3s ease-in-out infinite alternate;animation-delay:.6s;animation-timing-function:cubic-bezier(.6,0,.4,1);height:900px;opacity:.09;right:-450px;top:900px;width:900px}#circle-large,#circle-xlarge{background:var(--circle-bg-3);border-radius:50%;position:absolute;transition:var(--theme-transition)}#circle-xlarge{-webkit-animation:circle-scale 3s ease-in-out infinite alternate;animation:circle-scale 3s ease-in-out infinite alternate;animation-delay:.9s;animation-timing-function:cubic-bezier(.6,0,.4,1);height:1200px;opacity:.06;right:-600px;top:750px;width:1200px}#circle-xxlarge{-webkit-animation:circle-scale 3s ease-in-out infinite alternate;animation:circle-scale 3s ease-in-out infinite alternate;animation-delay:1.2s;animation-timing-function:cubic-bezier(.6,0,.4,1);background:var(--circle-bg-3);border-radius:50%;height:1500px;opacity:.03;position:absolute;right:-750px;top:600px;transition:var(--theme-transition);width:1500px}@-webkit-keyframes circle-scale{0%{-webkit-transform:scale(1)}to{-webkit-transform:scale(1.1)}}@keyframes circle-scale{0%{transform:scale(1)}to{transform:scale(1.1)}}