/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */html.has-scroll-smooth{overflow:hidden}html.has-scroll-dragging{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.has-scroll-smooth body{overflow:hidden}.has-scroll-smooth [data-scroll-container]{min-height:100vh}[data-scroll-container]{outline:none}[data-scroll-direction=horizontal] [data-scroll-container]{height:100vh;display:inline-block;white-space:nowrap}[data-scroll-direction=horizontal] [data-scroll-section]{display:inline-block;vertical-align:top;white-space:nowrap;height:100%}.c-scrollbar{position:absolute;right:0;top:0;width:11px;height:100%;transform-origin:center right;transition:transform .3s,opacity .3s;opacity:0;z-index:100}.c-scrollbar:hover{transform:scaleX(1.45)}.c-scrollbar:hover,.has-scroll-dragging .c-scrollbar,.has-scroll-scrolling .c-scrollbar{opacity:1}[data-scroll-direction=horizontal] .c-scrollbar{width:100%;height:10px;top:auto;bottom:0;transform:scaleY(1)}[data-scroll-direction=horizontal] .c-scrollbar:hover{transform:scaleY(1.45)}.c-scrollbar_thumb{position:absolute;top:0;right:0;background-color:rgba(0,0,0,.5);opacity:.5;width:7px;border-radius:10px;margin:2px;cursor:-webkit-grab;cursor:grab;transition:background-color .3s}.has-scroll-dragging .c-scrollbar_thumb{cursor:-webkit-grabbing;cursor:grabbing}[data-scroll-direction=horizontal] .c-scrollbar_thumb{right:auto;bottom:0}@media (prefers-color-scheme:dark){.c-scrollbar_thumb{background-color:rgba(255,255,255,.5)}}@media (max-width:768px){.c-scrollbar{width:8px}.c-scrollbar_thumb{width:5px}}[data-scroll-container] *{will-change:transform}[data-scroll]{transition:transform .1s ease-out}.locomotive-scroll-wrapper{transition:opacity .3s ease-in-out}.locomotive-scroll-wrapper.opacity-0{opacity:0}.locomotive-scroll-wrapper.opacity-100{opacity:1}