.main-cursor,.secondary-cursor{z-index:10000;pointer-events:none;transform:translateZ(0);position:fixed}.main-cursor{transition:opacity 1s cubic-bezier(.77,0,.175,1);animation:fadeIn 1s cubic-bezier(.77,0,.175,1) 0s forwards;mix-blend-mode:difference}.main-cursor .main-cursor-background{width:20px;height:20px;background:white;border-radius:50%}.secondary-cursor{width:60px;height:60px}.secondary-cursor .cursor-background{width:100%;height:100%;border-radius:50%;border:4px solid #fff;position:relative}.secondary-cursor .cursor-background:after,.secondary-cursor .cursor-background:before{content:"";width:3px;height:3px;border-radius:50%;background:white;display:block;position:absolute;top:50%;transform:translateY(-50%);animation:fadeOut .75s cubic-bezier(.77,0,.175,1) 0s forwards}.secondary-cursor .cursor-background:before{left:10px}.secondary-cursor .cursor-background:after{right:10px}.slider-drag .cursor-background{animation:scaleUp 1s cubic-bezier(.77,0,.175,1) 0s forwards,bgUp 1s cubic-bezier(.77,0,.175,1) 0s forwards}.slider-drag .cursor-background:after{animation:fadeIn 1s cubic-bezier(.77,0,.175,1) 0s forwards,translateRightDot 1s cubic-bezier(.77,0,.175,1) 0s forwards}.slider-drag .cursor-background:before{animation:fadeIn 1s cubic-bezier(.77,0,.175,1) 0s forwards,translateLeftDot 1s cubic-bezier(.77,0,.175,1) 0s forwards}.slider-drag .main-cursor{animation:fadeOut .75s cubic-bezier(.77,0,.175,1) 0s forwards}.hamburger .cursor-background{animation:fadeOut 1s cubic-bezier(.77,0,.175,1) 0s forwards}.hamburger .main-cursor-background{animation:scaleUp 1s cubic-bezier(.77,0,.175,1) 0s forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes bgUp{0%{background-color:transparent}to{background-color:black}}@keyframes bgDown{0%{background-color:black}to{background-color:transparent}}@keyframes scaleUp{0%{transform:scale(1)}to{transform:scale(1.5)}}@keyframes scaleDown{0%{transform:scale(1.5)}to{transform:scale(1)}}@keyframes translateLeftDot{0%{transform:translate(20px,-50%)}to{transform:translateY(-50%)}}@keyframes translateRightDot{0%{transform:translate(-20px,-50%)}to{transform:translateY(-50%)}}