.marquee{background-color:#3f2021;overflow:hidden;width:100%;display:flex;align-items:center;padding:20px 0}.track{display:flex;white-space:nowrap;animation:moveLeft 20s linear infinite}.track span{font-family:sans-serif;font-size:4rem;font-weight:900;padding:0 15px;display:inline-block}.track span.filled{color:#e6ddce}.track span.outline{color:transparent;-webkit-text-stroke:1.5px #e6ddce}.track span.sep{color:#e6ddce}@keyframes moveLeft{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}body,html,a,button,input,textarea,label,[role="button"],.btn,.button{cursor:none!important}#my-custom-cursor{position:fixed;top:0;left:0;z-index:999999;pointer-events:none;border-radius:50%;display:flex;justify-content:center;align-items:center;transform:translate3d(-50%,-50%,0);transition:width 0.2s ease,height 0.2s ease,background-color 0.2s,border 0.2s;width:40px;height:40px;background-color:rgba(255,255,255,0.2);border:1px solid #ffffff}#my-cursor-dot{border-radius:50%;transition:all 0.2s;width:6px;height:6px;background-color:#ffffff}#my-custom-cursor.hovered{width:60px;height:60px;background-color:rgba(255,255,255,0.4);border:2px solid #ffffff}#my-custom-cursor.hovered #my-cursor-dot{width:4px;height:4px}@media (max-width:980px){.badge-filled-title,.badge-outline-title{font-size:30px;padding:8px 30px}}