::-webkit-scrollbar{width:8px;height:8px;border-radius:5px}::-webkit-scrollbar-thumb{background:#393f69;border-radius:8px;border:2px solid transparent;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{border:0}::-webkit-scrollbar-track{background:transparent}.pac-container{position:"fixed";left:0;right:0}body,html{overscroll-behavior-y:contain}a{text-decoration:none;color:inherit}.chip{position:relative;display:flex;align-items:center;justify-content:center;width:50px;height:40px;border-radius:5px;background-image:linear-gradient(to bottom left,#ffecc7,#d0b978);overflow:hidden}.chip .chip-line{position:absolute;width:100%;height:1px;background-color:#333}.chip .chip-line:first-child{top:13px}.chip .chip-line:nth-child(2){top:20px}.chip .chip-line:nth-child(3){top:28px}.chip .chip-line:nth-child(4){left:25px;width:1px;height:50px}.chip .chip-main{width:20px;height:25px;border:1px solid #333;border-radius:3px;background-image:linear-gradient(to bottom left,#efdbab,#e1cb94);z-index:1}@keyframes slide-in-left{0%{transform:translateX(-1000px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slide-in-right{0%{transform:translateX(1000px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes pulsate{0%{transform:scale(1);transform-origin:center center;animation-timing-function:ease-out}50%{transform:scale(.91);animation-timing-function:ease-in}to{transform:scale(1);animation-timing-function:ease-out}}.flair-pulsate{animation:pulsate 2.5s ease-in-out infinite both}@keyframes gradient-bg{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.flair-gradient-bg{animation:gradient-bg 4s ease infinite}.flair-transition{transition:all .3s cubic-bezier(.25,.46,.45,.94)!important}.flair-hover-elevate:hover{box-shadow:-8px 8px 16px -8px rgba(0,0,0,.35)}.flair-hover-jump:hover{transform:translatey(-10px)}.flair-hover-underline:before{background:#ffd966;content:"";inset:0;position:absolute;transform:scaleX(0);transform-origin:right;transition:transform .4s ease;z-index:-1}.flair-hover-underline:hover:before{transform:scaleX(1);transform-origin:left}