.image-accent-item{height:var(--height);position:absolute;width:var(--width)}.svg-accent-wrapper{display:inline-block}.image-accent-item.image-position-top-left{left:0;top:0}.image-accent-item.image-position-top-center{left:50%;top:0;transform:translateX(-50%);-webkit-transform:translateX(-50%)}.image-accent-item.image-position-top-right{right:0;top:0}.image-accent-item.image-position-center-left{left:calc(var(--width)/2*-1);top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%)}.image-accent-item.image-position-center-center{left:50%;top:50%;transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%)}.image-accent-item.image-position-center-right{right:calc(var(--width)/2*-1);top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%)}.image-accent-item.image-position-bottom-left{bottom:0;left:0}.image-accent-item.image-position-bottom-center{bottom:calc(var(--height)/2*-1);left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%)}.image-accent-item.image-position-bottom-right{bottom:0;right:calc(var(--width)/2*-1)}.image-accent-item.image-position-bottom-right.no-overflow{right:0}@media (max-width:768px){.image-accent-item[data-display=desktop]{display:none}}@media (min-width:768px){.image-accent-item[data-display=mobile]{display:none}}.flicker1{animation:flicker1 5s ease-in-out infinite}@keyframes flicker1{0%,to{opacity:1}50%{opacity:.7}}.flicker2{animation:flicker2 3s ease-in-out infinite}@keyframes flicker2{0%,to{opacity:1}50%{opacity:.5}}.flicker3{animation:flicker3 20s ease-in-out infinite}@keyframes flicker3{0%{opacity:1}10%{opacity:.5}20%{opacity:1}30%{opacity:.4}40%{opacity:.8}50%{opacity:.3}60%{opacity:1}70%{opacity:.6}80%{opacity:1}90%{opacity:.5}to{opacity:1}}.flicker4{animation:flicker4 15s ease-in-out infinite}@keyframes flicker4{0%{opacity:.8}10%{opacity:.3}20%{opacity:1}30%{opacity:.4}40%{opacity:.9}50%{opacity:.2}60%{opacity:1}70%{opacity:.3}80%{opacity:.95}90%{opacity:.4}to{opacity:1}}.rotate-cw-speed1{animation:rotateCW 200s linear infinite}.rotate-cw-speed2{animation:rotateCW 100s linear infinite}.rotate-cw-speed3{animation:rotateCW 70s linear infinite}.rotate-cw-speed4{animation:rotateCW 50s linear infinite}.rotate-cw-speed5{animation:rotateCW 3s linear infinite}@keyframes rotateCW{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.rotate-ccw-speed1{animation:rotateCCW 60s linear infinite}.rotate-ccw-speed2{animation:rotateCCW 45s linear infinite}.rotate-ccw-speed3{animation:rotateCCW 30s linear infinite}.rotate-ccw-speed4{animation:rotateCCW 10s linear infinite}.rotate-ccw-speed5{animation:rotateCCW 1s linear infinite}@keyframes rotateCCW{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}