.custom-cursor-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:999999}.custom-cursor{position:fixed;top:0;left:0;pointer-events:none;z-index:999999;will-change:translate,transform;transition:width .2s,height .2s,opacity .2s,transform .2s;margin-left:calc(var(--cursor-size, 8px) / -2);margin-top:calc(var(--cursor-size, 8px) / -2);width:var(--cursor-size, 8px);height:var(--cursor-size, 8px);opacity:var(--cursor-opacity, 1);filter:blur(var(--cursor-blur, 0px)) hue-rotate(var(--cursor-hue, 0deg));--_scale: var(--cursor-scale, 1);--_rotation: var(--cursor-rotation, 0deg);transform:scale(var(--_scale)) scale(var(--cursor-bounce, 1)) rotate(var(--_rotation));overflow:hidden}.custom-cursor-follower{position:fixed;top:0;left:0;pointer-events:none;z-index:999998;will-change:translate,transform;transition:width .3s,height .3s,opacity .3s;margin-left:calc(var(--cursor-follower-size, 32px) / -2);margin-top:calc(var(--cursor-follower-size, 32px) / -2);width:var(--cursor-follower-size, 32px);height:var(--cursor-follower-size, 32px);border-radius:50%;opacity:.4}.custom-cursor-trail{position:fixed;top:0;left:0;pointer-events:none;z-index:999997;will-change:translate,transform;width:var(--trail-size, 6px);height:var(--trail-size, 6px);margin-left:calc(var(--trail-size, 6px) / -2);margin-top:calc(var(--trail-size, 6px) / -2);border-radius:50%;background:var(--trail-color, #fff);opacity:var(--trail-opacity, .5);transform:scale(var(--trail-m-scale, 1)) rotate(var(--trail-m-rotation, 0deg));filter:hue-rotate(var(--trail-m-hue, 0deg))}.custom-cursor-trail.cursor-trail--dot{border-radius:50%}.custom-cursor-trail.cursor-trail--glow-dot{border-radius:50%;box-shadow:0 0 6px 2px var(--trail-color, #fff)}.custom-cursor-trail.cursor-trail--ring{background:transparent;border:1px solid var(--trail-color, #fff);border-radius:50%}.custom-cursor-trail.cursor-trail--crosshair{border-radius:0;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Crect x='9' y='0' width='2' height='20' fill='white'/%3E%3Crect x='0' y='9' width='20' height='2' fill='white'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Crect x='9' y='0' width='2' height='20' fill='white'/%3E%3Crect x='0' y='9' width='20' height='2' fill='white'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.custom-cursor-trail.cursor-trail--arrow{border-radius:0;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3.5 1.5L22 11.5L12.5 13L8 23L3.5 1.5Z' fill='white'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3.5 1.5L22 11.5L12.5 13L8 23L3.5 1.5Z' fill='white'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;margin-left:calc(var(--trail-size, 6px) * -.16);margin-top:calc(var(--trail-size, 6px) * -.08)}.custom-cursor-trail.cursor-trail--triangle-eye{border-radius:0;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 22'%3E%3Cpath d='M12 0L23 20H1Z' fill='none' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M7 13Q9.5 10 12 10Q14.5 10 17 13Q14.5 16 12 16Q9.5 16 7 13Z' fill='none' stroke='white' stroke-width='1'/%3E%3Ccircle cx='12' cy='13' r='1.5' fill='white'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 22'%3E%3Cpath d='M12 0L23 20H1Z' fill='none' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M7 13Q9.5 10 12 10Q14.5 10 17 13Q14.5 16 12 16Q9.5 16 7 13Z' fill='none' stroke='white' stroke-width='1'/%3E%3Ccircle cx='12' cy='13' r='1.5' fill='white'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;margin-top:0}.custom-cursor-trail.cursor-trail--heart{border-radius:0;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.custom-cursor-trail.cursor-trail--flower{border-radius:0;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13.2 10.4 C17.1 5.9 15.1 2.5 12 2 C9.9 2.2 10.5 6.2 11.5 10.1Z M13.9 12.6 C19.4 15 22 12 21.5 8.9 C20.7 7 17 8.7 13.7 10.9Z M12 14 C11.4 20 15.1 21.5 17.9 20.1 C19.4 18.7 16.7 15.8 13.6 13.3Z M10.1 12.7 C4.2 13.9 3.9 17.9 6.1 20.1 C7.9 21.1 9.9 17.6 11.3 13.9Z M10.8 10.4 C7.8 5.2 3.9 6.1 2.5 8.9 C2.1 11 6 11.7 10 11.9Z' fill='white'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13.2 10.4 C17.1 5.9 15.1 2.5 12 2 C9.9 2.2 10.5 6.2 11.5 10.1Z M13.9 12.6 C19.4 15 22 12 21.5 8.9 C20.7 7 17 8.7 13.7 10.9Z M12 14 C11.4 20 15.1 21.5 17.9 20.1 C19.4 18.7 16.7 15.8 13.6 13.3Z M10.1 12.7 C4.2 13.9 3.9 17.9 6.1 20.1 C7.9 21.1 9.9 17.6 11.3 13.9Z M10.8 10.4 C7.8 5.2 3.9 6.1 2.5 8.9 C2.1 11 6 11.7 10 11.9Z' fill='white'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.custom-cursor-trail.cursor-trail--diamond{border-radius:0;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath d='M11.0371 1.17657L11.1143 1.19318C11.1892 1.21716 11.2555 1.26438 11.3027 1.32892L14.3027 5.42853C14.3086 5.43661 14.3132 5.44551 14.3184 5.45392C14.3214 5.45877 14.3244 5.46357 14.3271 5.46857C14.3337 5.48039 14.3395 5.49239 14.3447 5.5047C14.3485 5.5137 14.3524 5.5227 14.3555 5.53204C14.3588 5.54199 14.3608 5.55219 14.3633 5.56232C14.3655 5.57136 14.3676 5.58038 14.3691 5.58966C14.3717 5.60523 14.3725 5.62082 14.373 5.63654C14.3732 5.64109 14.375 5.64561 14.375 5.65021V5.66095C14.3727 5.74206 14.3444 5.82242 14.29 5.88849L7.79004 13.7879C7.71881 13.8745 7.61211 13.9246 7.5 13.9246C7.38789 13.9246 7.28119 13.8745 7.20996 13.7879L0.709961 5.88849C0.703834 5.88104 0.698828 5.87285 0.693359 5.86505C0.691075 5.8618 0.688706 5.85861 0.686523 5.85529C0.647859 5.79624 0.626901 5.72908 0.625 5.66095V5.65021C0.625 5.64562 0.625813 5.64108 0.625977 5.63654C0.626655 5.61819 0.628472 5.59998 0.631836 5.58185C0.632931 5.57591 0.634371 5.5701 0.635742 5.56427C0.639564 5.54805 0.644379 5.53213 0.650391 5.51642C0.652754 5.51025 0.654551 5.50387 0.657227 5.49786C0.664861 5.48069 0.674222 5.46421 0.68457 5.44806C0.687011 5.44426 0.688833 5.44005 0.691406 5.43634C0.693255 5.43367 0.69534 5.43116 0.697266 5.42853L3.69727 1.32892L3.75 1.27032C3.80869 1.21787 3.88325 1.18454 3.96289 1.17657L7.46289 0.826965H7.53711L11.0371 1.17657ZM5.15137 6.02521L7.49902 12.1082L9.84863 6.02521H5.15137ZM1.79395 6.02521L6.75684 12.0565L4.22363 6.0672L4.21094 6.02521H1.79395ZM10.7891 6.02521C10.7854 6.03921 10.7822 6.05349 10.7764 6.0672L8.24219 12.0555L13.2041 6.02521H10.7891ZM10.9219 5.27521H10.9248V5.24982L10.9219 5.27521ZM5.65918 5.27521H9.34082L7.5 2.18243L5.65918 5.27521ZM4.42871 1.88263L4.82422 5.20978L6.95605 1.6297L4.42871 1.88263ZM10.1748 5.20978L10.5703 1.88263L8.04297 1.6297L10.1748 5.20978ZM10.9336 5.1756H13.1875L11.249 2.52521L10.9336 5.1756ZM1.81152 5.1756H4.06641L3.75 2.52423L1.81152 5.1756Z' fill='white'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath d='M11.0371 1.17657L11.1143 1.19318C11.1892 1.21716 11.2555 1.26438 11.3027 1.32892L14.3027 5.42853C14.3086 5.43661 14.3132 5.44551 14.3184 5.45392C14.3214 5.45877 14.3244 5.46357 14.3271 5.46857C14.3337 5.48039 14.3395 5.49239 14.3447 5.5047C14.3485 5.5137 14.3524 5.5227 14.3555 5.53204C14.3588 5.54199 14.3608 5.55219 14.3633 5.56232C14.3655 5.57136 14.3676 5.58038 14.3691 5.58966C14.3717 5.60523 14.3725 5.62082 14.373 5.63654C14.3732 5.64109 14.375 5.64561 14.375 5.65021V5.66095C14.3727 5.74206 14.3444 5.82242 14.29 5.88849L7.79004 13.7879C7.71881 13.8745 7.61211 13.9246 7.5 13.9246C7.38789 13.9246 7.28119 13.8745 7.20996 13.7879L0.709961 5.88849C0.703834 5.88104 0.698828 5.87285 0.693359 5.86505C0.691075 5.8618 0.688706 5.85861 0.686523 5.85529C0.647859 5.79624 0.626901 5.72908 0.625 5.66095V5.65021C0.625 5.64562 0.625813 5.64108 0.625977 5.63654C0.626655 5.61819 0.628472 5.59998 0.631836 5.58185C0.632931 5.57591 0.634371 5.5701 0.635742 5.56427C0.639564 5.54805 0.644379 5.53213 0.650391 5.51642C0.652754 5.51025 0.654551 5.50387 0.657227 5.49786C0.664861 5.48069 0.674222 5.46421 0.68457 5.44806C0.687011 5.44426 0.688833 5.44005 0.691406 5.43634C0.693255 5.43367 0.69534 5.43116 0.697266 5.42853L3.69727 1.32892L3.75 1.27032C3.80869 1.21787 3.88325 1.18454 3.96289 1.17657L7.46289 0.826965H7.53711L11.0371 1.17657ZM5.15137 6.02521L7.49902 12.1082L9.84863 6.02521H5.15137ZM1.79395 6.02521L6.75684 12.0565L4.22363 6.0672L4.21094 6.02521H1.79395ZM10.7891 6.02521C10.7854 6.03921 10.7822 6.05349 10.7764 6.0672L8.24219 12.0555L13.2041 6.02521H10.7891ZM10.9219 5.27521H10.9248V5.24982L10.9219 5.27521ZM5.65918 5.27521H9.34082L7.5 2.18243L5.65918 5.27521ZM4.42871 1.88263L4.82422 5.20978L6.95605 1.6297L4.42871 1.88263ZM10.1748 5.20978L10.5703 1.88263L8.04297 1.6297L10.1748 5.20978ZM10.9336 5.1756H13.1875L11.249 2.52521L10.9336 5.1756ZM1.81152 5.1756H4.06641L3.75 2.52423L1.81152 5.1756Z' fill='white'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.custom-cursor-trail.cursor-trail--sparkle{border-radius:0;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0C12.3 9 15 11.7 24 12C15 12.3 12.3 15 12 24C11.7 15 9 12.3 0 12C9 11.7 11.7 9 12 0Z' fill='white'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0C12.3 9 15 11.7 24 12C15 12.3 12.3 15 12 24C11.7 15 9 12.3 0 12C9 11.7 11.7 9 12 0Z' fill='white'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.custom-cursor-trail.cursor-trail--smiley{border-radius:0;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='white' stroke-width='1.8'/%3E%3Ccircle cx='9' cy='9.5' r='1.3' fill='white'/%3E%3Ccircle cx='15' cy='9.5' r='1.3' fill='white'/%3E%3Cpath d='M7.5 14Q12 18.5 16.5 14' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='white' stroke-width='1.8'/%3E%3Ccircle cx='9' cy='9.5' r='1.3' fill='white'/%3E%3Ccircle cx='15' cy='9.5' r='1.3' fill='white'/%3E%3Cpath d='M7.5 14Q12 18.5 16.5 14' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.custom-cursor-trail.cursor-trail--hemp{border-radius:0;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 514.03 529.57'%3E%3Cpath d='M256.51,0c4.98,15.79,9.98,31.65,13.36,47.9.7,3.38,1.13,11.2,2.25,13.75.22.49.48,1,1.14.85l4.51-3.99c.48.03,1.36,3.26,1.52,3.97,2.26,9.9,2.28,21.55,3.31,31.69,1,3.17,5.35-4.1,7.41-3.17.78,7.2,2.1,14.52,2.5,21.76.2,3.59-.73,12.26.08,14.92.14.45.57.96,1.1.77l6.82-3.94c1.38,13.57.22,27.26-1.94,40.67l1.14.78,7.06-4.95c.9.6.72,1.33.78,2.22.34,5.04-.91,13.24-1.61,18.43-1.13,8.4-3.49,16.5-4.91,24.83.79.82,7.86-5.8,9.99-5-1.22,13.91-4.24,27.62-9.01,40.74,0,1.95,2.76-.46,3.66-.85.61-.26,4.18-1.59,4.35-1.4-1.95,14.75-5.32,30.99-13.99,43.26.75,2.65,3.52.42,5.23.22.73-.08,2.06-.34,1.74.74-14.14,32.51-28.56,65.2-38.73,99.27-.77,2.58-5.68,19.43-5.01,20.5l1.49-.02c2.32-4.35,4.82-8.65,6.85-13.15,12.04-26.62,19.91-55.93,31.67-82.83,1.15-2.62,2.46-5.21,3.74-7.77,4.44,2.24,2.9-.87,3.65-3.84.99-3.93,3.15-8.93,4.76-12.73,1.39-3.27,12.51-26.12,14.34-26.15l2.26,5.99,1.52-.22c4.42-10.6,9.73-20.85,16.07-30.43,1.07-1.62,5.41-8.29,6.4-9.1.36-.29.88-.54,1.02.03.94,1.39,1.9,9.66,4.51,8,.56-.35,1.97-3.95,2.57-4.94,5.64-9.3,13.43-20.23,20.66-28.34.43-.48,2.71-3.01,3.25-2.49l2.01,8.5,1.51-.23c3.16-4.69,5.96-9.63,9.28-14.22,1.48-2.05,12.89-16.3,13.96-16.54.66-.15.89.36,1.14.85,1.09,2.2,1.13,7.08,2.21,9.29.25.5.47,1,1.14.85.8-.17,8.53-11.26,10-13,4.92-5.84,10.72-10.99,16.01-16.48,1.06-.02,2.11,8.38,3.97,7.97.52-.12,6.56-6.2,7.78-7.24,7.58-6.46,15.87-12.93,24.36-18.14,2-1.23,7.06-4.51,8.91-5.09.74-.23.82,0,.68.68-.41,2.03-1.2,4.68-1.81,6.7-3.46,11.41-8.87,24.55-14.37,35.13-.85,1.63-4.52,7.16-4.76,8.25-.08.36-.22,1.24.27,1.25l8.72-1c.52.5-3.75,8.6-4.41,9.83-3.7,6.88-8.2,13.82-13.1,19.9-1.03,1.28-6.69,6.7-5.99,7.76l9.5,1.01c.64.62-3.12,5.99-3.8,6.95-7.4,10.47-16.79,19.25-26.7,27.3-.19.85.67,1.01,1.25,1.24,1.52.6,8.91,1.18,9.25,1.51,0,1-.92,1.97-1.51,2.73-6.44,8.29-18.39,18.96-27.02,24.98-2.27,1.58-5.13,2.38-6.96,4.53.82,2.05,8.89,2.18,8.49,3.99-.11.48-6.3,5.96-7.26,6.74-8.38,6.88-18.54,12.28-28.5,16.5-1.17,1.78,5.03,2.79,6.13,3.4.58.32.84-.02.64,1.11-4.4,2.32-8.69,5.21-13.16,7.59-6.98,3.72-14.27,7.03-21.83,9.42-.37,1.71.99,1.82,2,2.75l-.52.98c-22.92,13.21-46.58,25.66-67.44,42.06-5.2,4.09-12.34,10-16.53,14.97-.51.61-3.15,3.62-2.51,4.23,1.06.18,1.76-.15,2.67-.58,8.24-3.84,20.33-14.49,28.46-20.04,19.6-13.37,42.03-28.68,63.03-39.47,1.2-.62,2.41-1.5,3.83-1.41.43.41-2.56,4.67.19,4.95,10.5-7.9,22.74-13.35,35.31-16.95.04,1.64-.95,3.13-.99,4.76-.03.82-.37,1.35.73,1.23,2.83-.31,8.9-3.87,12.01-5,7.06-2.57,14.75-4.72,22.06-6.44.75-.18.82-.04.7.71-.11.7-3.64,6.66-2.25,6.76,6.09-1.74,12.05-3.85,18.24-5.26,4.27-.97,11.57-2.69,15.75-2.76,2.24-.04-1.7,3.33-1.63,4.27.04.51,1.07,1.19,1.65,1.24,1.74.18,7.58-1.3,9.99-1.5,13.29-1.09,25.81.45,38.97,1.99l.29,1.26c-10.39,8.05-21.77,15.99-34.02,20.99-1.47.6-8.98,2.52-8.98,3.51,1.46,1.78,3.9,2.12,5.99,2.76.74,1.01-3.36,3.11-4.16,3.58-7.92,4.61-19.2,8.61-28.21,10.29-1.32.25-6.54-.5-4.89,2.15.5.8,5.48,2.33,6.76,3.24.83.59.3.77-.31,1.18-2.17,1.42-6.69,2.82-9.3,3.7-9.77,3.33-20.03,5.63-30.38,5.87,0,3.56,4.62,3.41,6,5.99-13.45,3.69-27.51,6.28-41.5,4.51-1.53,2.57,5.72,4.39,3.51,5.76-.48.3-9.9,1.18-11.27,1.23-12.6.46-25.1-3.22-37.5-4.49-17.76-1.83-37.97-1.34-55.27,3.22-.6.16-2.89.96-1.71,1.78.64.22,1.28.52,1.98.51,5.4-.07,11.9-1.33,17.49-1.53,16.88-.59,34.37.66,50.77,4.53-.06,2.11-3.42,1.12-2.5,3.99,12.04.72,23.64,4.51,34.5,9.51l-.31,1.03c-1.15.17-2.94,1.14-1.97,2.49.31.44,8.26,4.1,9.61,4.89,9.73,5.66,18.58,12.58,27.15,19.84-.62.97-.8.54-1.49.51-10.02-.43-20.74-1.25-30.6-2.91-1.65-.28-8.07-2.24-8.91-1.64-1.38,1.45.43,2.76.51,4.28-8.96-.51-17.69-2.91-26.24-5.5-1.46.1,1.63,4.92,1.74,5.27.21.69-.04.89-.72.73-4.06-1.19-8.3-1.53-12.38-2.63-8.97-2.42-16.48-7.21-24.64-11.36-1.03-.11-.65.05-.75.74-.2,1.39.19,3.12,0,4.52-.08.56.19,1.02-.74.73-1.17-.36-6.78-4.27-8.23-5.28-11.27-7.87-21.39-17.26-31.78-26.21-.72.46-.7.97-.78,1.72-.22,1.99-.4,4.94-.5,7-1.54,31.68,1.29,64.3,1.48,95.98-.62,4.4-6.8,7.9-10.62,9.38-1.05.41-4.09,1.89-4.34.18-.21-1.42-.07-3.98,0-5.51,1.27-25.06,4.4-49.05,4.97-74.53.22-9.85,1.15-22.23.04-32-.08-.75-.06-1.26-.78-1.72-10.87,9.12-21.21,19.13-33.28,26.71-1.23.77-5.7,3.61-6.7,3.8-.82.16-.81-.03-.76-.76.14-1.98.92-4.09.51-6.25-.4.01-.83-.07-1.24,0-.79.14-6.01,4.68-7.4,5.61-8.83,5.93-17.87,8.74-28.36,9.88-.54-.47,4.32-5.74,1.74-7-8.31,4.06-17.62,5.6-26.74,6.5l1-2.74c-.57-.88-1.35-.75-2.24-.8-4.16-.24-11.86,2.04-16.52,2.53-6.46.69-14.04,1.13-20.56,1.47-.87.04-1.14.05-1.68-.71,8.2-7.64,17.25-14.36,26.84-20.15,1.35-.82,7.97-3.9,8.42-4.58,1.21-1.83-3.78-2.01-2.26-3.26.73-.6,3-1.56,4-2,9.82-4.25,20.38-6.8,31-8,1.6-1.03-1.5-2.51-1.5-3.01.23-.33.47-.49.85-.64,2.41-.97,10.43-2.1,13.45-2.55,16.86-2.51,30.21-1.57,46.92-1.04,2.83.09,5.68-.11,8.52-.02.7-.34.17-.88-.26-1.24-1.16-.94-11.16-2.89-13.29-3.21-5.42-.8-12.47-1.37-17.94-1.56-25.15-.85-49.63,8.31-74.74,4.49.76-2.25,3.66-2.66,4.99-4.74-1.37-2.13-2.84-.76-4.72-.73-13.35.22-25.48-1.29-38.27-5.03l5.77-4.48c.61-.7,0-1.09-.58-1.46-1.22-.8-10.76-1.27-13.3-1.7-5.14-.86-21.3-5.04-25.07-7.93-.56-.43-1.02-.52-.83-1.41.96-.45,7.91-3.23,7-4.5-13.62-1.21-26.02-6.85-37.95-13.06l-.05-1.44,5.27-1.99c.6-.63,0-1.12-.51-1.53-1.52-1.23-6.7-2.53-8.94-3.56-9.92-4.58-21.78-12.34-30.18-19.32-.47-.39-1.28-.54-1.14-1.36,16.02-3.97,32.76-3.96,49-1.26.47-1.82-1.3-3.23-1.5-4.75-.15-1.11.46-.76,1.26-.76,3.13-.02,11.74,1.99,15.25,2.76,5.99,1.31,11.81,3.2,17.73,4.78,3.23-.5-1.2-4.21,0-6.02,6.54,1.85,13.12,3.68,19.52,5.98,3.85,1.39,11.21,5.4,14.52,5.99s-1.13-5.12-.27-5.98c8.3,2.09,16.46,5.21,24.02,9.22,1.88,1,9.27,6.11,10.22,6.28,2.07.38-.59-4.06-.72-4.79-.12-.68-.29-1.49.71-1.21,15.65,8.59,31.07,17.72,46.03,27.48,14.75,9.62,28.66,20.46,43.28,30.22,1.19.79,8.75,6.02,9.45,5.29.13-.93,0-1.48-.47-2.27-1.19-2.03-8.35-8.56-10.52-10.48-2.7-2.39-5.71-4.72-8.55-6.95-20.9-16.48-44.14-29.53-67.4-42.35l-.07-1.44h2.5s-.52-1.73-.52-1.73c-12.39-4.39-24.02-10.28-34.96-17.54l-.52-1.22,5.5-1.51-.23-1.51c-10.11-4.62-19.7-10.59-28.01-17.99-.81-.72-5.04-4.74-5.26-5.24-.36-.84.48-.8,1-.98,2.36-.81,5.22-.72,7.68-1.28.54.09.4-.98.3-1.22-.37-.85-13.09-9.1-15.22-10.78-6.56-5.2-13.86-11.84-19.26-18.24-.84-.99-2.12-2.42-2-3.74.37-.35,8.4-.34,10.14-1.11.49-.22,1-.48.85-1.14-8.54-6.81-16.48-14.2-22.91-23.1-1.7-2.35-6.36-9.01-7.08-11.42-.28-.93.15-.66.73-.74,1.84-.24,6.29.63,6.95.46,2.76-.71-3.39-6.21-4.17-7.23-7.31-9.43-13.23-19.8-18.51-30.49,1.68-1.13,8.54,2.18,8.5-.48-.01-.91-4.93-8.57-5.77-10.25-4.97-9.91-9.52-21.55-12.87-32.13-.68-2.16-2.11-6.05-2.51-8.01-.14-.68-.6-.66.39-1.37,10.81,6.27,21.27,13.14,30.99,21,1.71,1.39,10.38,9.69,11.09,9.91.38.12.78.08,1.17.08l1.01-7.16,1.24-.36c9.13,9.07,18.36,18.1,26,28.5,1.41,0,2.12-7.76,2.61-9.39.2-.67-.17-1.32.88-1.09,8.93,9.61,17.23,19.85,23.74,31.27,2.75,1.76,3.83-6.56,4.02-8.27.55-.57,3.69,2.9,4.25,3.49,9.06,9.51,15.95,21.23,22.5,32.51.8.19,1.04-.67,1.28-1.21.97-2.14,1.45-5.7,2.43-8l1.02-.28c8.82,12.59,16.87,25.72,22.77,39.99l1.51.02c.5-2.17.28-4.82,1.98-6.51,2.08.07,15.01,28.14,16.49,32s2.94,7.55,3.49,11.51l3.01.46c8.85,20.19,16.62,40.86,24.63,61.4,3.07,7.88,12.04,35.77,17.12,40.38.68.62.97.93,2,.74.74-.78-3.58-16.18-4.25-18.5-8.53-29.75-21.44-57.5-32.99-86.01-1.48-3.66-4.4-9.79-5.14-13.36-.1-.46-.37-1.66.14-1.64l5.74,1.5c0-.56.09-1.16-.02-1.72-.54-2.75-6.02-11.73-7.49-15.51-3.26-8.44-5.28-17.84-6.49-26.76.75-.79,6.56,3.22,7.86,3.41.8.12,1.85-.19,1.63-1.15-.06-.26-2.46-3.25-3.01-4.5-1.13-2.57-2.54-7.45-3.24-10.26-2.02-8.12-3.4-17.43-3.75-25.75.2-1.58,8.88,4.37,9.48,4.53l1.02-.55c-3.58-13.44-7.65-28.44-6.52-42.51.06-.77-.05-2.39,1.22-2.18l7.14,3.89,1.15-.72c-3.72-12.86-4-26.42-2.98-39.71l6.99,3c.33-4.65-.22-9.53-.02-14.27.34-7.79,1.99-15.52,3.02-23.23l6.25,3.49.67-.81,4.58-36.68c2.24-.76,4.51,5.35,5.89,2.64,3.08-20.33,8.49-40.09,14.62-59.64h1.49Z' fill='white'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 514.03 529.57'%3E%3Cpath d='M256.51,0c4.98,15.79,9.98,31.65,13.36,47.9.7,3.38,1.13,11.2,2.25,13.75.22.49.48,1,1.14.85l4.51-3.99c.48.03,1.36,3.26,1.52,3.97,2.26,9.9,2.28,21.55,3.31,31.69,1,3.17,5.35-4.1,7.41-3.17.78,7.2,2.1,14.52,2.5,21.76.2,3.59-.73,12.26.08,14.92.14.45.57.96,1.1.77l6.82-3.94c1.38,13.57.22,27.26-1.94,40.67l1.14.78,7.06-4.95c.9.6.72,1.33.78,2.22.34,5.04-.91,13.24-1.61,18.43-1.13,8.4-3.49,16.5-4.91,24.83.79.82,7.86-5.8,9.99-5-1.22,13.91-4.24,27.62-9.01,40.74,0,1.95,2.76-.46,3.66-.85.61-.26,4.18-1.59,4.35-1.4-1.95,14.75-5.32,30.99-13.99,43.26.75,2.65,3.52.42,5.23.22.73-.08,2.06-.34,1.74.74-14.14,32.51-28.56,65.2-38.73,99.27-.77,2.58-5.68,19.43-5.01,20.5l1.49-.02c2.32-4.35,4.82-8.65,6.85-13.15,12.04-26.62,19.91-55.93,31.67-82.83,1.15-2.62,2.46-5.21,3.74-7.77,4.44,2.24,2.9-.87,3.65-3.84.99-3.93,3.15-8.93,4.76-12.73,1.39-3.27,12.51-26.12,14.34-26.15l2.26,5.99,1.52-.22c4.42-10.6,9.73-20.85,16.07-30.43,1.07-1.62,5.41-8.29,6.4-9.1.36-.29.88-.54,1.02.03.94,1.39,1.9,9.66,4.51,8,.56-.35,1.97-3.95,2.57-4.94,5.64-9.3,13.43-20.23,20.66-28.34.43-.48,2.71-3.01,3.25-2.49l2.01,8.5,1.51-.23c3.16-4.69,5.96-9.63,9.28-14.22,1.48-2.05,12.89-16.3,13.96-16.54.66-.15.89.36,1.14.85,1.09,2.2,1.13,7.08,2.21,9.29.25.5.47,1,1.14.85.8-.17,8.53-11.26,10-13,4.92-5.84,10.72-10.99,16.01-16.48,1.06-.02,2.11,8.38,3.97,7.97.52-.12,6.56-6.2,7.78-7.24,7.58-6.46,15.87-12.93,24.36-18.14,2-1.23,7.06-4.51,8.91-5.09.74-.23.82,0,.68.68-.41,2.03-1.2,4.68-1.81,6.7-3.46,11.41-8.87,24.55-14.37,35.13-.85,1.63-4.52,7.16-4.76,8.25-.08.36-.22,1.24.27,1.25l8.72-1c.52.5-3.75,8.6-4.41,9.83-3.7,6.88-8.2,13.82-13.1,19.9-1.03,1.28-6.69,6.7-5.99,7.76l9.5,1.01c.64.62-3.12,5.99-3.8,6.95-7.4,10.47-16.79,19.25-26.7,27.3-.19.85.67,1.01,1.25,1.24,1.52.6,8.91,1.18,9.25,1.51,0,1-.92,1.97-1.51,2.73-6.44,8.29-18.39,18.96-27.02,24.98-2.27,1.58-5.13,2.38-6.96,4.53.82,2.05,8.89,2.18,8.49,3.99-.11.48-6.3,5.96-7.26,6.74-8.38,6.88-18.54,12.28-28.5,16.5-1.17,1.78,5.03,2.79,6.13,3.4.58.32.84-.02.64,1.11-4.4,2.32-8.69,5.21-13.16,7.59-6.98,3.72-14.27,7.03-21.83,9.42-.37,1.71.99,1.82,2,2.75l-.52.98c-22.92,13.21-46.58,25.66-67.44,42.06-5.2,4.09-12.34,10-16.53,14.97-.51.61-3.15,3.62-2.51,4.23,1.06.18,1.76-.15,2.67-.58,8.24-3.84,20.33-14.49,28.46-20.04,19.6-13.37,42.03-28.68,63.03-39.47,1.2-.62,2.41-1.5,3.83-1.41.43.41-2.56,4.67.19,4.95,10.5-7.9,22.74-13.35,35.31-16.95.04,1.64-.95,3.13-.99,4.76-.03.82-.37,1.35.73,1.23,2.83-.31,8.9-3.87,12.01-5,7.06-2.57,14.75-4.72,22.06-6.44.75-.18.82-.04.7.71-.11.7-3.64,6.66-2.25,6.76,6.09-1.74,12.05-3.85,18.24-5.26,4.27-.97,11.57-2.69,15.75-2.76,2.24-.04-1.7,3.33-1.63,4.27.04.51,1.07,1.19,1.65,1.24,1.74.18,7.58-1.3,9.99-1.5,13.29-1.09,25.81.45,38.97,1.99l.29,1.26c-10.39,8.05-21.77,15.99-34.02,20.99-1.47.6-8.98,2.52-8.98,3.51,1.46,1.78,3.9,2.12,5.99,2.76.74,1.01-3.36,3.11-4.16,3.58-7.92,4.61-19.2,8.61-28.21,10.29-1.32.25-6.54-.5-4.89,2.15.5.8,5.48,2.33,6.76,3.24.83.59.3.77-.31,1.18-2.17,1.42-6.69,2.82-9.3,3.7-9.77,3.33-20.03,5.63-30.38,5.87,0,3.56,4.62,3.41,6,5.99-13.45,3.69-27.51,6.28-41.5,4.51-1.53,2.57,5.72,4.39,3.51,5.76-.48.3-9.9,1.18-11.27,1.23-12.6.46-25.1-3.22-37.5-4.49-17.76-1.83-37.97-1.34-55.27,3.22-.6.16-2.89.96-1.71,1.78.64.22,1.28.52,1.98.51,5.4-.07,11.9-1.33,17.49-1.53,16.88-.59,34.37.66,50.77,4.53-.06,2.11-3.42,1.12-2.5,3.99,12.04.72,23.64,4.51,34.5,9.51l-.31,1.03c-1.15.17-2.94,1.14-1.97,2.49.31.44,8.26,4.1,9.61,4.89,9.73,5.66,18.58,12.58,27.15,19.84-.62.97-.8.54-1.49.51-10.02-.43-20.74-1.25-30.6-2.91-1.65-.28-8.07-2.24-8.91-1.64-1.38,1.45.43,2.76.51,4.28-8.96-.51-17.69-2.91-26.24-5.5-1.46.1,1.63,4.92,1.74,5.27.21.69-.04.89-.72.73-4.06-1.19-8.3-1.53-12.38-2.63-8.97-2.42-16.48-7.21-24.64-11.36-1.03-.11-.65.05-.75.74-.2,1.39.19,3.12,0,4.52-.08.56.19,1.02-.74.73-1.17-.36-6.78-4.27-8.23-5.28-11.27-7.87-21.39-17.26-31.78-26.21-.72.46-.7.97-.78,1.72-.22,1.99-.4,4.94-.5,7-1.54,31.68,1.29,64.3,1.48,95.98-.62,4.4-6.8,7.9-10.62,9.38-1.05.41-4.09,1.89-4.34.18-.21-1.42-.07-3.98,0-5.51,1.27-25.06,4.4-49.05,4.97-74.53.22-9.85,1.15-22.23.04-32-.08-.75-.06-1.26-.78-1.72-10.87,9.12-21.21,19.13-33.28,26.71-1.23.77-5.7,3.61-6.7,3.8-.82.16-.81-.03-.76-.76.14-1.98.92-4.09.51-6.25-.4.01-.83-.07-1.24,0-.79.14-6.01,4.68-7.4,5.61-8.83,5.93-17.87,8.74-28.36,9.88-.54-.47,4.32-5.74,1.74-7-8.31,4.06-17.62,5.6-26.74,6.5l1-2.74c-.57-.88-1.35-.75-2.24-.8-4.16-.24-11.86,2.04-16.52,2.53-6.46.69-14.04,1.13-20.56,1.47-.87.04-1.14.05-1.68-.71,8.2-7.64,17.25-14.36,26.84-20.15,1.35-.82,7.97-3.9,8.42-4.58,1.21-1.83-3.78-2.01-2.26-3.26.73-.6,3-1.56,4-2,9.82-4.25,20.38-6.8,31-8,1.6-1.03-1.5-2.51-1.5-3.01.23-.33.47-.49.85-.64,2.41-.97,10.43-2.1,13.45-2.55,16.86-2.51,30.21-1.57,46.92-1.04,2.83.09,5.68-.11,8.52-.02.7-.34.17-.88-.26-1.24-1.16-.94-11.16-2.89-13.29-3.21-5.42-.8-12.47-1.37-17.94-1.56-25.15-.85-49.63,8.31-74.74,4.49.76-2.25,3.66-2.66,4.99-4.74-1.37-2.13-2.84-.76-4.72-.73-13.35.22-25.48-1.29-38.27-5.03l5.77-4.48c.61-.7,0-1.09-.58-1.46-1.22-.8-10.76-1.27-13.3-1.7-5.14-.86-21.3-5.04-25.07-7.93-.56-.43-1.02-.52-.83-1.41.96-.45,7.91-3.23,7-4.5-13.62-1.21-26.02-6.85-37.95-13.06l-.05-1.44,5.27-1.99c.6-.63,0-1.12-.51-1.53-1.52-1.23-6.7-2.53-8.94-3.56-9.92-4.58-21.78-12.34-30.18-19.32-.47-.39-1.28-.54-1.14-1.36,16.02-3.97,32.76-3.96,49-1.26.47-1.82-1.3-3.23-1.5-4.75-.15-1.11.46-.76,1.26-.76,3.13-.02,11.74,1.99,15.25,2.76,5.99,1.31,11.81,3.2,17.73,4.78,3.23-.5-1.2-4.21,0-6.02,6.54,1.85,13.12,3.68,19.52,5.98,3.85,1.39,11.21,5.4,14.52,5.99s-1.13-5.12-.27-5.98c8.3,2.09,16.46,5.21,24.02,9.22,1.88,1,9.27,6.11,10.22,6.28,2.07.38-.59-4.06-.72-4.79-.12-.68-.29-1.49.71-1.21,15.65,8.59,31.07,17.72,46.03,27.48,14.75,9.62,28.66,20.46,43.28,30.22,1.19.79,8.75,6.02,9.45,5.29.13-.93,0-1.48-.47-2.27-1.19-2.03-8.35-8.56-10.52-10.48-2.7-2.39-5.71-4.72-8.55-6.95-20.9-16.48-44.14-29.53-67.4-42.35l-.07-1.44h2.5s-.52-1.73-.52-1.73c-12.39-4.39-24.02-10.28-34.96-17.54l-.52-1.22,5.5-1.51-.23-1.51c-10.11-4.62-19.7-10.59-28.01-17.99-.81-.72-5.04-4.74-5.26-5.24-.36-.84.48-.8,1-.98,2.36-.81,5.22-.72,7.68-1.28.54.09.4-.98.3-1.22-.37-.85-13.09-9.1-15.22-10.78-6.56-5.2-13.86-11.84-19.26-18.24-.84-.99-2.12-2.42-2-3.74.37-.35,8.4-.34,10.14-1.11.49-.22,1-.48.85-1.14-8.54-6.81-16.48-14.2-22.91-23.1-1.7-2.35-6.36-9.01-7.08-11.42-.28-.93.15-.66.73-.74,1.84-.24,6.29.63,6.95.46,2.76-.71-3.39-6.21-4.17-7.23-7.31-9.43-13.23-19.8-18.51-30.49,1.68-1.13,8.54,2.18,8.5-.48-.01-.91-4.93-8.57-5.77-10.25-4.97-9.91-9.52-21.55-12.87-32.13-.68-2.16-2.11-6.05-2.51-8.01-.14-.68-.6-.66.39-1.37,10.81,6.27,21.27,13.14,30.99,21,1.71,1.39,10.38,9.69,11.09,9.91.38.12.78.08,1.17.08l1.01-7.16,1.24-.36c9.13,9.07,18.36,18.1,26,28.5,1.41,0,2.12-7.76,2.61-9.39.2-.67-.17-1.32.88-1.09,8.93,9.61,17.23,19.85,23.74,31.27,2.75,1.76,3.83-6.56,4.02-8.27.55-.57,3.69,2.9,4.25,3.49,9.06,9.51,15.95,21.23,22.5,32.51.8.19,1.04-.67,1.28-1.21.97-2.14,1.45-5.7,2.43-8l1.02-.28c8.82,12.59,16.87,25.72,22.77,39.99l1.51.02c.5-2.17.28-4.82,1.98-6.51,2.08.07,15.01,28.14,16.49,32s2.94,7.55,3.49,11.51l3.01.46c8.85,20.19,16.62,40.86,24.63,61.4,3.07,7.88,12.04,35.77,17.12,40.38.68.62.97.93,2,.74.74-.78-3.58-16.18-4.25-18.5-8.53-29.75-21.44-57.5-32.99-86.01-1.48-3.66-4.4-9.79-5.14-13.36-.1-.46-.37-1.66.14-1.64l5.74,1.5c0-.56.09-1.16-.02-1.72-.54-2.75-6.02-11.73-7.49-15.51-3.26-8.44-5.28-17.84-6.49-26.76.75-.79,6.56,3.22,7.86,3.41.8.12,1.85-.19,1.63-1.15-.06-.26-2.46-3.25-3.01-4.5-1.13-2.57-2.54-7.45-3.24-10.26-2.02-8.12-3.4-17.43-3.75-25.75.2-1.58,8.88,4.37,9.48,4.53l1.02-.55c-3.58-13.44-7.65-28.44-6.52-42.51.06-.77-.05-2.39,1.22-2.18l7.14,3.89,1.15-.72c-3.72-12.86-4-26.42-2.98-39.71l6.99,3c.33-4.65-.22-9.53-.02-14.27.34-7.79,1.99-15.52,3.02-23.23l6.25,3.49.67-.81,4.58-36.68c2.24-.76,4.51,5.35,5.89,2.64,3.08-20.33,8.49-40.09,14.62-59.64h1.49Z' fill='white'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.custom-cursor-trail.cursor-trail--custom{border-radius:0;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.custom-cursor.cursor-gradient-shift,.custom-cursor-trail.cursor-gradient-shift{animation:cursor-gradient-shift var(--cursor-gradient-speed, 3s) ease infinite}@keyframes cursor-gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.custom-cursor.cursor-gradient-pulse,.custom-cursor-trail.cursor-gradient-pulse{animation:cursor-gradient-pulse var(--cursor-gradient-speed, 3s) ease-in-out infinite}@keyframes cursor-gradient-pulse{0%,to{background-size:100% 100%}50%{background-size:250% 250%}}.custom-cursor.cursor--dot-ring{background:var(--cursor-color, #fff);border-radius:50%}.custom-cursor-follower.cursor--dot-ring{border:1px solid var(--cursor-follower-color, #fff);background:transparent}.custom-cursor.cursor--glow-dot{background:var(--cursor-color, #a78bfa);border-radius:50%;box-shadow:0 0 12px 4px var(--cursor-color, #a78bfa)}.custom-cursor.cursor--minimal{background:var(--cursor-color, #fff);border-radius:50%}.custom-cursor.cursor--crosshair{background:var(--cursor-color, #fff);border-radius:0;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Crect x='9' y='0' width='2' height='20' fill='white'/%3E%3Crect x='0' y='9' width='20' height='2' fill='white'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Crect x='9' y='0' width='2' height='20' fill='white'/%3E%3Crect x='0' y='9' width='20' height='2' fill='white'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.custom-cursor.cursor--ring{background:transparent;border:var(--cursor-border-width, 2px) solid var(--cursor-color, #fff);border-radius:50%}.custom-cursor.cursor--arrow{background:var(--cursor-color, #fff);border-radius:0;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3.5 1.5L22 11.5L12.5 13L8 23L3.5 1.5Z' fill='white' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3.5 1.5L22 11.5L12.5 13L8 23L3.5 1.5Z' fill='white' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;margin-left:calc(var(--cursor-size, 24px) * -.16);margin-top:calc(var(--cursor-size, 24px) * -.08)}.custom-cursor.cursor--triangle-eye{background:var(--cursor-color, #e0ae50);border-radius:0;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 22'%3E%3Cpath d='M12 0L23 20H1Z' fill='none' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M7 13Q9.5 10 12 10Q14.5 10 17 13Q14.5 16 12 16Q9.5 16 7 13Z' fill='none' stroke='white' stroke-width='1'/%3E%3Ccircle cx='12' cy='13' r='1.5' fill='white'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 22'%3E%3Cpath d='M12 0L23 20H1Z' fill='none' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M7 13Q9.5 10 12 10Q14.5 10 17 13Q14.5 16 12 16Q9.5 16 7 13Z' fill='none' stroke='white' stroke-width='1'/%3E%3Ccircle cx='12' cy='13' r='1.5' fill='white'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;margin-top:0}.custom-cursor.cursor--heart{background:var(--cursor-color, #e05252);border-radius:0;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.custom-cursor.cursor--flower{background:var(--cursor-color, #fff);border-radius:0;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13.2 10.4 C17.1 5.9 15.1 2.5 12 2 C9.9 2.2 10.5 6.2 11.5 10.1Z M13.9 12.6 C19.4 15 22 12 21.5 8.9 C20.7 7 17 8.7 13.7 10.9Z M12 14 C11.4 20 15.1 21.5 17.9 20.1 C19.4 18.7 16.7 15.8 13.6 13.3Z M10.1 12.7 C4.2 13.9 3.9 17.9 6.1 20.1 C7.9 21.1 9.9 17.6 11.3 13.9Z M10.8 10.4 C7.8 5.2 3.9 6.1 2.5 8.9 C2.1 11 6 11.7 10 11.9Z' fill='white'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M13.2 10.4 C17.1 5.9 15.1 2.5 12 2 C9.9 2.2 10.5 6.2 11.5 10.1Z M13.9 12.6 C19.4 15 22 12 21.5 8.9 C20.7 7 17 8.7 13.7 10.9Z M12 14 C11.4 20 15.1 21.5 17.9 20.1 C19.4 18.7 16.7 15.8 13.6 13.3Z M10.1 12.7 C4.2 13.9 3.9 17.9 6.1 20.1 C7.9 21.1 9.9 17.6 11.3 13.9Z M10.8 10.4 C7.8 5.2 3.9 6.1 2.5 8.9 C2.1 11 6 11.7 10 11.9Z' fill='white'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.custom-cursor.cursor--diamond{background:var(--cursor-color, #fff);border-radius:0;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath d='M11.0371 1.17657L11.1143 1.19318C11.1892 1.21716 11.2555 1.26438 11.3027 1.32892L14.3027 5.42853C14.3086 5.43661 14.3132 5.44551 14.3184 5.45392C14.3214 5.45877 14.3244 5.46357 14.3271 5.46857C14.3337 5.48039 14.3395 5.49239 14.3447 5.5047C14.3485 5.5137 14.3524 5.5227 14.3555 5.53204C14.3588 5.54199 14.3608 5.55219 14.3633 5.56232C14.3655 5.57136 14.3676 5.58038 14.3691 5.58966C14.3717 5.60523 14.3725 5.62082 14.373 5.63654C14.3732 5.64109 14.375 5.64561 14.375 5.65021V5.66095C14.3727 5.74206 14.3444 5.82242 14.29 5.88849L7.79004 13.7879C7.71881 13.8745 7.61211 13.9246 7.5 13.9246C7.38789 13.9246 7.28119 13.8745 7.20996 13.7879L0.709961 5.88849C0.703834 5.88104 0.698828 5.87285 0.693359 5.86505C0.691075 5.8618 0.688706 5.85861 0.686523 5.85529C0.647859 5.79624 0.626901 5.72908 0.625 5.66095V5.65021C0.625 5.64562 0.625813 5.64108 0.625977 5.63654C0.626655 5.61819 0.628472 5.59998 0.631836 5.58185C0.632931 5.57591 0.634371 5.5701 0.635742 5.56427C0.639564 5.54805 0.644379 5.53213 0.650391 5.51642C0.652754 5.51025 0.654551 5.50387 0.657227 5.49786C0.664861 5.48069 0.674222 5.46421 0.68457 5.44806C0.687011 5.44426 0.688833 5.44005 0.691406 5.43634C0.693255 5.43367 0.69534 5.43116 0.697266 5.42853L3.69727 1.32892L3.75 1.27032C3.80869 1.21787 3.88325 1.18454 3.96289 1.17657L7.46289 0.826965H7.53711L11.0371 1.17657ZM5.15137 6.02521L7.49902 12.1082L9.84863 6.02521H5.15137ZM1.79395 6.02521L6.75684 12.0565L4.22363 6.0672L4.21094 6.02521H1.79395ZM10.7891 6.02521C10.7854 6.03921 10.7822 6.05349 10.7764 6.0672L8.24219 12.0555L13.2041 6.02521H10.7891ZM10.9219 5.27521H10.9248V5.24982L10.9219 5.27521ZM5.65918 5.27521H9.34082L7.5 2.18243L5.65918 5.27521ZM4.42871 1.88263L4.82422 5.20978L6.95605 1.6297L4.42871 1.88263ZM10.1748 5.20978L10.5703 1.88263L8.04297 1.6297L10.1748 5.20978ZM10.9336 5.1756H13.1875L11.249 2.52521L10.9336 5.1756ZM1.81152 5.1756H4.06641L3.75 2.52423L1.81152 5.1756Z' fill='white'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath d='M11.0371 1.17657L11.1143 1.19318C11.1892 1.21716 11.2555 1.26438 11.3027 1.32892L14.3027 5.42853C14.3086 5.43661 14.3132 5.44551 14.3184 5.45392C14.3214 5.45877 14.3244 5.46357 14.3271 5.46857C14.3337 5.48039 14.3395 5.49239 14.3447 5.5047C14.3485 5.5137 14.3524 5.5227 14.3555 5.53204C14.3588 5.54199 14.3608 5.55219 14.3633 5.56232C14.3655 5.57136 14.3676 5.58038 14.3691 5.58966C14.3717 5.60523 14.3725 5.62082 14.373 5.63654C14.3732 5.64109 14.375 5.64561 14.375 5.65021V5.66095C14.3727 5.74206 14.3444 5.82242 14.29 5.88849L7.79004 13.7879C7.71881 13.8745 7.61211 13.9246 7.5 13.9246C7.38789 13.9246 7.28119 13.8745 7.20996 13.7879L0.709961 5.88849C0.703834 5.88104 0.698828 5.87285 0.693359 5.86505C0.691075 5.8618 0.688706 5.85861 0.686523 5.85529C0.647859 5.79624 0.626901 5.72908 0.625 5.66095V5.65021C0.625 5.64562 0.625813 5.64108 0.625977 5.63654C0.626655 5.61819 0.628472 5.59998 0.631836 5.58185C0.632931 5.57591 0.634371 5.5701 0.635742 5.56427C0.639564 5.54805 0.644379 5.53213 0.650391 5.51642C0.652754 5.51025 0.654551 5.50387 0.657227 5.49786C0.664861 5.48069 0.674222 5.46421 0.68457 5.44806C0.687011 5.44426 0.688833 5.44005 0.691406 5.43634C0.693255 5.43367 0.69534 5.43116 0.697266 5.42853L3.69727 1.32892L3.75 1.27032C3.80869 1.21787 3.88325 1.18454 3.96289 1.17657L7.46289 0.826965H7.53711L11.0371 1.17657ZM5.15137 6.02521L7.49902 12.1082L9.84863 6.02521H5.15137ZM1.79395 6.02521L6.75684 12.0565L4.22363 6.0672L4.21094 6.02521H1.79395ZM10.7891 6.02521C10.7854 6.03921 10.7822 6.05349 10.7764 6.0672L8.24219 12.0555L13.2041 6.02521H10.7891ZM10.9219 5.27521H10.9248V5.24982L10.9219 5.27521ZM5.65918 5.27521H9.34082L7.5 2.18243L5.65918 5.27521ZM4.42871 1.88263L4.82422 5.20978L6.95605 1.6297L4.42871 1.88263ZM10.1748 5.20978L10.5703 1.88263L8.04297 1.6297L10.1748 5.20978ZM10.9336 5.1756H13.1875L11.249 2.52521L10.9336 5.1756ZM1.81152 5.1756H4.06641L3.75 2.52423L1.81152 5.1756Z' fill='white'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.custom-cursor.cursor--sparkle{background:var(--cursor-color, #fff);border-radius:0;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0C12.3 9 15 11.7 24 12C15 12.3 12.3 15 12 24C11.7 15 9 12.3 0 12C9 11.7 11.7 9 12 0Z' fill='white'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 0C12.3 9 15 11.7 24 12C15 12.3 12.3 15 12 24C11.7 15 9 12.3 0 12C9 11.7 11.7 9 12 0Z' fill='white'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.custom-cursor.cursor--smiley{background:var(--cursor-color, #fff);border-radius:0;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='white' stroke-width='1.8'/%3E%3Ccircle cx='9' cy='9.5' r='1.3' fill='white'/%3E%3Ccircle cx='15' cy='9.5' r='1.3' fill='white'/%3E%3Cpath d='M7.5 14Q12 18.5 16.5 14' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='10' fill='none' stroke='white' stroke-width='1.8'/%3E%3Ccircle cx='9' cy='9.5' r='1.3' fill='white'/%3E%3Ccircle cx='15' cy='9.5' r='1.3' fill='white'/%3E%3Cpath d='M7.5 14Q12 18.5 16.5 14' fill='none' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.custom-cursor.cursor--hemp{background:var(--cursor-color, #fff);border-radius:0;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 514.03 529.57'%3E%3Cpath d='M256.51,0c4.98,15.79,9.98,31.65,13.36,47.9.7,3.38,1.13,11.2,2.25,13.75.22.49.48,1,1.14.85l4.51-3.99c.48.03,1.36,3.26,1.52,3.97,2.26,9.9,2.28,21.55,3.31,31.69,1,3.17,5.35-4.1,7.41-3.17.78,7.2,2.1,14.52,2.5,21.76.2,3.59-.73,12.26.08,14.92.14.45.57.96,1.1.77l6.82-3.94c1.38,13.57.22,27.26-1.94,40.67l1.14.78,7.06-4.95c.9.6.72,1.33.78,2.22.34,5.04-.91,13.24-1.61,18.43-1.13,8.4-3.49,16.5-4.91,24.83.79.82,7.86-5.8,9.99-5-1.22,13.91-4.24,27.62-9.01,40.74,0,1.95,2.76-.46,3.66-.85.61-.26,4.18-1.59,4.35-1.4-1.95,14.75-5.32,30.99-13.99,43.26.75,2.65,3.52.42,5.23.22.73-.08,2.06-.34,1.74.74-14.14,32.51-28.56,65.2-38.73,99.27-.77,2.58-5.68,19.43-5.01,20.5l1.49-.02c2.32-4.35,4.82-8.65,6.85-13.15,12.04-26.62,19.91-55.93,31.67-82.83,1.15-2.62,2.46-5.21,3.74-7.77,4.44,2.24,2.9-.87,3.65-3.84.99-3.93,3.15-8.93,4.76-12.73,1.39-3.27,12.51-26.12,14.34-26.15l2.26,5.99,1.52-.22c4.42-10.6,9.73-20.85,16.07-30.43,1.07-1.62,5.41-8.29,6.4-9.1.36-.29.88-.54,1.02.03.94,1.39,1.9,9.66,4.51,8,.56-.35,1.97-3.95,2.57-4.94,5.64-9.3,13.43-20.23,20.66-28.34.43-.48,2.71-3.01,3.25-2.49l2.01,8.5,1.51-.23c3.16-4.69,5.96-9.63,9.28-14.22,1.48-2.05,12.89-16.3,13.96-16.54.66-.15.89.36,1.14.85,1.09,2.2,1.13,7.08,2.21,9.29.25.5.47,1,1.14.85.8-.17,8.53-11.26,10-13,4.92-5.84,10.72-10.99,16.01-16.48,1.06-.02,2.11,8.38,3.97,7.97.52-.12,6.56-6.2,7.78-7.24,7.58-6.46,15.87-12.93,24.36-18.14,2-1.23,7.06-4.51,8.91-5.09.74-.23.82,0,.68.68-.41,2.03-1.2,4.68-1.81,6.7-3.46,11.41-8.87,24.55-14.37,35.13-.85,1.63-4.52,7.16-4.76,8.25-.08.36-.22,1.24.27,1.25l8.72-1c.52.5-3.75,8.6-4.41,9.83-3.7,6.88-8.2,13.82-13.1,19.9-1.03,1.28-6.69,6.7-5.99,7.76l9.5,1.01c.64.62-3.12,5.99-3.8,6.95-7.4,10.47-16.79,19.25-26.7,27.3-.19.85.67,1.01,1.25,1.24,1.52.6,8.91,1.18,9.25,1.51,0,1-.92,1.97-1.51,2.73-6.44,8.29-18.39,18.96-27.02,24.98-2.27,1.58-5.13,2.38-6.96,4.53.82,2.05,8.89,2.18,8.49,3.99-.11.48-6.3,5.96-7.26,6.74-8.38,6.88-18.54,12.28-28.5,16.5-1.17,1.78,5.03,2.79,6.13,3.4.58.32.84-.02.64,1.11-4.4,2.32-8.69,5.21-13.16,7.59-6.98,3.72-14.27,7.03-21.83,9.42-.37,1.71.99,1.82,2,2.75l-.52.98c-22.92,13.21-46.58,25.66-67.44,42.06-5.2,4.09-12.34,10-16.53,14.97-.51.61-3.15,3.62-2.51,4.23,1.06.18,1.76-.15,2.67-.58,8.24-3.84,20.33-14.49,28.46-20.04,19.6-13.37,42.03-28.68,63.03-39.47,1.2-.62,2.41-1.5,3.83-1.41.43.41-2.56,4.67.19,4.95,10.5-7.9,22.74-13.35,35.31-16.95.04,1.64-.95,3.13-.99,4.76-.03.82-.37,1.35.73,1.23,2.83-.31,8.9-3.87,12.01-5,7.06-2.57,14.75-4.72,22.06-6.44.75-.18.82-.04.7.71-.11.7-3.64,6.66-2.25,6.76,6.09-1.74,12.05-3.85,18.24-5.26,4.27-.97,11.57-2.69,15.75-2.76,2.24-.04-1.7,3.33-1.63,4.27.04.51,1.07,1.19,1.65,1.24,1.74.18,7.58-1.3,9.99-1.5,13.29-1.09,25.81.45,38.97,1.99l.29,1.26c-10.39,8.05-21.77,15.99-34.02,20.99-1.47.6-8.98,2.52-8.98,3.51,1.46,1.78,3.9,2.12,5.99,2.76.74,1.01-3.36,3.11-4.16,3.58-7.92,4.61-19.2,8.61-28.21,10.29-1.32.25-6.54-.5-4.89,2.15.5.8,5.48,2.33,6.76,3.24.83.59.3.77-.31,1.18-2.17,1.42-6.69,2.82-9.3,3.7-9.77,3.33-20.03,5.63-30.38,5.87,0,3.56,4.62,3.41,6,5.99-13.45,3.69-27.51,6.28-41.5,4.51-1.53,2.57,5.72,4.39,3.51,5.76-.48.3-9.9,1.18-11.27,1.23-12.6.46-25.1-3.22-37.5-4.49-17.76-1.83-37.97-1.34-55.27,3.22-.6.16-2.89.96-1.71,1.78.64.22,1.28.52,1.98.51,5.4-.07,11.9-1.33,17.49-1.53,16.88-.59,34.37.66,50.77,4.53-.06,2.11-3.42,1.12-2.5,3.99,12.04.72,23.64,4.51,34.5,9.51l-.31,1.03c-1.15.17-2.94,1.14-1.97,2.49.31.44,8.26,4.1,9.61,4.89,9.73,5.66,18.58,12.58,27.15,19.84-.62.97-.8.54-1.49.51-10.02-.43-20.74-1.25-30.6-2.91-1.65-.28-8.07-2.24-8.91-1.64-1.38,1.45.43,2.76.51,4.28-8.96-.51-17.69-2.91-26.24-5.5-1.46.1,1.63,4.92,1.74,5.27.21.69-.04.89-.72.73-4.06-1.19-8.3-1.53-12.38-2.63-8.97-2.42-16.48-7.21-24.64-11.36-1.03-.11-.65.05-.75.74-.2,1.39.19,3.12,0,4.52-.08.56.19,1.02-.74.73-1.17-.36-6.78-4.27-8.23-5.28-11.27-7.87-21.39-17.26-31.78-26.21-.72.46-.7.97-.78,1.72-.22,1.99-.4,4.94-.5,7-1.54,31.68,1.29,64.3,1.48,95.98-.62,4.4-6.8,7.9-10.62,9.38-1.05.41-4.09,1.89-4.34.18-.21-1.42-.07-3.98,0-5.51,1.27-25.06,4.4-49.05,4.97-74.53.22-9.85,1.15-22.23.04-32-.08-.75-.06-1.26-.78-1.72-10.87,9.12-21.21,19.13-33.28,26.71-1.23.77-5.7,3.61-6.7,3.8-.82.16-.81-.03-.76-.76.14-1.98.92-4.09.51-6.25-.4.01-.83-.07-1.24,0-.79.14-6.01,4.68-7.4,5.61-8.83,5.93-17.87,8.74-28.36,9.88-.54-.47,4.32-5.74,1.74-7-8.31,4.06-17.62,5.6-26.74,6.5l1-2.74c-.57-.88-1.35-.75-2.24-.8-4.16-.24-11.86,2.04-16.52,2.53-6.46.69-14.04,1.13-20.56,1.47-.87.04-1.14.05-1.68-.71,8.2-7.64,17.25-14.36,26.84-20.15,1.35-.82,7.97-3.9,8.42-4.58,1.21-1.83-3.78-2.01-2.26-3.26.73-.6,3-1.56,4-2,9.82-4.25,20.38-6.8,31-8,1.6-1.03-1.5-2.51-1.5-3.01.23-.33.47-.49.85-.64,2.41-.97,10.43-2.1,13.45-2.55,16.86-2.51,30.21-1.57,46.92-1.04,2.83.09,5.68-.11,8.52-.02.7-.34.17-.88-.26-1.24-1.16-.94-11.16-2.89-13.29-3.21-5.42-.8-12.47-1.37-17.94-1.56-25.15-.85-49.63,8.31-74.74,4.49.76-2.25,3.66-2.66,4.99-4.74-1.37-2.13-2.84-.76-4.72-.73-13.35.22-25.48-1.29-38.27-5.03l5.77-4.48c.61-.7,0-1.09-.58-1.46-1.22-.8-10.76-1.27-13.3-1.7-5.14-.86-21.3-5.04-25.07-7.93-.56-.43-1.02-.52-.83-1.41.96-.45,7.91-3.23,7-4.5-13.62-1.21-26.02-6.85-37.95-13.06l-.05-1.44,5.27-1.99c.6-.63,0-1.12-.51-1.53-1.52-1.23-6.7-2.53-8.94-3.56-9.92-4.58-21.78-12.34-30.18-19.32-.47-.39-1.28-.54-1.14-1.36,16.02-3.97,32.76-3.96,49-1.26.47-1.82-1.3-3.23-1.5-4.75-.15-1.11.46-.76,1.26-.76,3.13-.02,11.74,1.99,15.25,2.76,5.99,1.31,11.81,3.2,17.73,4.78,3.23-.5-1.2-4.21,0-6.02,6.54,1.85,13.12,3.68,19.52,5.98,3.85,1.39,11.21,5.4,14.52,5.99s-1.13-5.12-.27-5.98c8.3,2.09,16.46,5.21,24.02,9.22,1.88,1,9.27,6.11,10.22,6.28,2.07.38-.59-4.06-.72-4.79-.12-.68-.29-1.49.71-1.21,15.65,8.59,31.07,17.72,46.03,27.48,14.75,9.62,28.66,20.46,43.28,30.22,1.19.79,8.75,6.02,9.45,5.29.13-.93,0-1.48-.47-2.27-1.19-2.03-8.35-8.56-10.52-10.48-2.7-2.39-5.71-4.72-8.55-6.95-20.9-16.48-44.14-29.53-67.4-42.35l-.07-1.44h2.5s-.52-1.73-.52-1.73c-12.39-4.39-24.02-10.28-34.96-17.54l-.52-1.22,5.5-1.51-.23-1.51c-10.11-4.62-19.7-10.59-28.01-17.99-.81-.72-5.04-4.74-5.26-5.24-.36-.84.48-.8,1-.98,2.36-.81,5.22-.72,7.68-1.28.54.09.4-.98.3-1.22-.37-.85-13.09-9.1-15.22-10.78-6.56-5.2-13.86-11.84-19.26-18.24-.84-.99-2.12-2.42-2-3.74.37-.35,8.4-.34,10.14-1.11.49-.22,1-.48.85-1.14-8.54-6.81-16.48-14.2-22.91-23.1-1.7-2.35-6.36-9.01-7.08-11.42-.28-.93.15-.66.73-.74,1.84-.24,6.29.63,6.95.46,2.76-.71-3.39-6.21-4.17-7.23-7.31-9.43-13.23-19.8-18.51-30.49,1.68-1.13,8.54,2.18,8.5-.48-.01-.91-4.93-8.57-5.77-10.25-4.97-9.91-9.52-21.55-12.87-32.13-.68-2.16-2.11-6.05-2.51-8.01-.14-.68-.6-.66.39-1.37,10.81,6.27,21.27,13.14,30.99,21,1.71,1.39,10.38,9.69,11.09,9.91.38.12.78.08,1.17.08l1.01-7.16,1.24-.36c9.13,9.07,18.36,18.1,26,28.5,1.41,0,2.12-7.76,2.61-9.39.2-.67-.17-1.32.88-1.09,8.93,9.61,17.23,19.85,23.74,31.27,2.75,1.76,3.83-6.56,4.02-8.27.55-.57,3.69,2.9,4.25,3.49,9.06,9.51,15.95,21.23,22.5,32.51.8.19,1.04-.67,1.28-1.21.97-2.14,1.45-5.7,2.43-8l1.02-.28c8.82,12.59,16.87,25.72,22.77,39.99l1.51.02c.5-2.17.28-4.82,1.98-6.51,2.08.07,15.01,28.14,16.49,32s2.94,7.55,3.49,11.51l3.01.46c8.85,20.19,16.62,40.86,24.63,61.4,3.07,7.88,12.04,35.77,17.12,40.38.68.62.97.93,2,.74.74-.78-3.58-16.18-4.25-18.5-8.53-29.75-21.44-57.5-32.99-86.01-1.48-3.66-4.4-9.79-5.14-13.36-.1-.46-.37-1.66.14-1.64l5.74,1.5c0-.56.09-1.16-.02-1.72-.54-2.75-6.02-11.73-7.49-15.51-3.26-8.44-5.28-17.84-6.49-26.76.75-.79,6.56,3.22,7.86,3.41.8.12,1.85-.19,1.63-1.15-.06-.26-2.46-3.25-3.01-4.5-1.13-2.57-2.54-7.45-3.24-10.26-2.02-8.12-3.4-17.43-3.75-25.75.2-1.58,8.88,4.37,9.48,4.53l1.02-.55c-3.58-13.44-7.65-28.44-6.52-42.51.06-.77-.05-2.39,1.22-2.18l7.14,3.89,1.15-.72c-3.72-12.86-4-26.42-2.98-39.71l6.99,3c.33-4.65-.22-9.53-.02-14.27.34-7.79,1.99-15.52,3.02-23.23l6.25,3.49.67-.81,4.58-36.68c2.24-.76,4.51,5.35,5.89,2.64,3.08-20.33,8.49-40.09,14.62-59.64h1.49Z' fill='white'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 514.03 529.57'%3E%3Cpath d='M256.51,0c4.98,15.79,9.98,31.65,13.36,47.9.7,3.38,1.13,11.2,2.25,13.75.22.49.48,1,1.14.85l4.51-3.99c.48.03,1.36,3.26,1.52,3.97,2.26,9.9,2.28,21.55,3.31,31.69,1,3.17,5.35-4.1,7.41-3.17.78,7.2,2.1,14.52,2.5,21.76.2,3.59-.73,12.26.08,14.92.14.45.57.96,1.1.77l6.82-3.94c1.38,13.57.22,27.26-1.94,40.67l1.14.78,7.06-4.95c.9.6.72,1.33.78,2.22.34,5.04-.91,13.24-1.61,18.43-1.13,8.4-3.49,16.5-4.91,24.83.79.82,7.86-5.8,9.99-5-1.22,13.91-4.24,27.62-9.01,40.74,0,1.95,2.76-.46,3.66-.85.61-.26,4.18-1.59,4.35-1.4-1.95,14.75-5.32,30.99-13.99,43.26.75,2.65,3.52.42,5.23.22.73-.08,2.06-.34,1.74.74-14.14,32.51-28.56,65.2-38.73,99.27-.77,2.58-5.68,19.43-5.01,20.5l1.49-.02c2.32-4.35,4.82-8.65,6.85-13.15,12.04-26.62,19.91-55.93,31.67-82.83,1.15-2.62,2.46-5.21,3.74-7.77,4.44,2.24,2.9-.87,3.65-3.84.99-3.93,3.15-8.93,4.76-12.73,1.39-3.27,12.51-26.12,14.34-26.15l2.26,5.99,1.52-.22c4.42-10.6,9.73-20.85,16.07-30.43,1.07-1.62,5.41-8.29,6.4-9.1.36-.29.88-.54,1.02.03.94,1.39,1.9,9.66,4.51,8,.56-.35,1.97-3.95,2.57-4.94,5.64-9.3,13.43-20.23,20.66-28.34.43-.48,2.71-3.01,3.25-2.49l2.01,8.5,1.51-.23c3.16-4.69,5.96-9.63,9.28-14.22,1.48-2.05,12.89-16.3,13.96-16.54.66-.15.89.36,1.14.85,1.09,2.2,1.13,7.08,2.21,9.29.25.5.47,1,1.14.85.8-.17,8.53-11.26,10-13,4.92-5.84,10.72-10.99,16.01-16.48,1.06-.02,2.11,8.38,3.97,7.97.52-.12,6.56-6.2,7.78-7.24,7.58-6.46,15.87-12.93,24.36-18.14,2-1.23,7.06-4.51,8.91-5.09.74-.23.82,0,.68.68-.41,2.03-1.2,4.68-1.81,6.7-3.46,11.41-8.87,24.55-14.37,35.13-.85,1.63-4.52,7.16-4.76,8.25-.08.36-.22,1.24.27,1.25l8.72-1c.52.5-3.75,8.6-4.41,9.83-3.7,6.88-8.2,13.82-13.1,19.9-1.03,1.28-6.69,6.7-5.99,7.76l9.5,1.01c.64.62-3.12,5.99-3.8,6.95-7.4,10.47-16.79,19.25-26.7,27.3-.19.85.67,1.01,1.25,1.24,1.52.6,8.91,1.18,9.25,1.51,0,1-.92,1.97-1.51,2.73-6.44,8.29-18.39,18.96-27.02,24.98-2.27,1.58-5.13,2.38-6.96,4.53.82,2.05,8.89,2.18,8.49,3.99-.11.48-6.3,5.96-7.26,6.74-8.38,6.88-18.54,12.28-28.5,16.5-1.17,1.78,5.03,2.79,6.13,3.4.58.32.84-.02.64,1.11-4.4,2.32-8.69,5.21-13.16,7.59-6.98,3.72-14.27,7.03-21.83,9.42-.37,1.71.99,1.82,2,2.75l-.52.98c-22.92,13.21-46.58,25.66-67.44,42.06-5.2,4.09-12.34,10-16.53,14.97-.51.61-3.15,3.62-2.51,4.23,1.06.18,1.76-.15,2.67-.58,8.24-3.84,20.33-14.49,28.46-20.04,19.6-13.37,42.03-28.68,63.03-39.47,1.2-.62,2.41-1.5,3.83-1.41.43.41-2.56,4.67.19,4.95,10.5-7.9,22.74-13.35,35.31-16.95.04,1.64-.95,3.13-.99,4.76-.03.82-.37,1.35.73,1.23,2.83-.31,8.9-3.87,12.01-5,7.06-2.57,14.75-4.72,22.06-6.44.75-.18.82-.04.7.71-.11.7-3.64,6.66-2.25,6.76,6.09-1.74,12.05-3.85,18.24-5.26,4.27-.97,11.57-2.69,15.75-2.76,2.24-.04-1.7,3.33-1.63,4.27.04.51,1.07,1.19,1.65,1.24,1.74.18,7.58-1.3,9.99-1.5,13.29-1.09,25.81.45,38.97,1.99l.29,1.26c-10.39,8.05-21.77,15.99-34.02,20.99-1.47.6-8.98,2.52-8.98,3.51,1.46,1.78,3.9,2.12,5.99,2.76.74,1.01-3.36,3.11-4.16,3.58-7.92,4.61-19.2,8.61-28.21,10.29-1.32.25-6.54-.5-4.89,2.15.5.8,5.48,2.33,6.76,3.24.83.59.3.77-.31,1.18-2.17,1.42-6.69,2.82-9.3,3.7-9.77,3.33-20.03,5.63-30.38,5.87,0,3.56,4.62,3.41,6,5.99-13.45,3.69-27.51,6.28-41.5,4.51-1.53,2.57,5.72,4.39,3.51,5.76-.48.3-9.9,1.18-11.27,1.23-12.6.46-25.1-3.22-37.5-4.49-17.76-1.83-37.97-1.34-55.27,3.22-.6.16-2.89.96-1.71,1.78.64.22,1.28.52,1.98.51,5.4-.07,11.9-1.33,17.49-1.53,16.88-.59,34.37.66,50.77,4.53-.06,2.11-3.42,1.12-2.5,3.99,12.04.72,23.64,4.51,34.5,9.51l-.31,1.03c-1.15.17-2.94,1.14-1.97,2.49.31.44,8.26,4.1,9.61,4.89,9.73,5.66,18.58,12.58,27.15,19.84-.62.97-.8.54-1.49.51-10.02-.43-20.74-1.25-30.6-2.91-1.65-.28-8.07-2.24-8.91-1.64-1.38,1.45.43,2.76.51,4.28-8.96-.51-17.69-2.91-26.24-5.5-1.46.1,1.63,4.92,1.74,5.27.21.69-.04.89-.72.73-4.06-1.19-8.3-1.53-12.38-2.63-8.97-2.42-16.48-7.21-24.64-11.36-1.03-.11-.65.05-.75.74-.2,1.39.19,3.12,0,4.52-.08.56.19,1.02-.74.73-1.17-.36-6.78-4.27-8.23-5.28-11.27-7.87-21.39-17.26-31.78-26.21-.72.46-.7.97-.78,1.72-.22,1.99-.4,4.94-.5,7-1.54,31.68,1.29,64.3,1.48,95.98-.62,4.4-6.8,7.9-10.62,9.38-1.05.41-4.09,1.89-4.34.18-.21-1.42-.07-3.98,0-5.51,1.27-25.06,4.4-49.05,4.97-74.53.22-9.85,1.15-22.23.04-32-.08-.75-.06-1.26-.78-1.72-10.87,9.12-21.21,19.13-33.28,26.71-1.23.77-5.7,3.61-6.7,3.8-.82.16-.81-.03-.76-.76.14-1.98.92-4.09.51-6.25-.4.01-.83-.07-1.24,0-.79.14-6.01,4.68-7.4,5.61-8.83,5.93-17.87,8.74-28.36,9.88-.54-.47,4.32-5.74,1.74-7-8.31,4.06-17.62,5.6-26.74,6.5l1-2.74c-.57-.88-1.35-.75-2.24-.8-4.16-.24-11.86,2.04-16.52,2.53-6.46.69-14.04,1.13-20.56,1.47-.87.04-1.14.05-1.68-.71,8.2-7.64,17.25-14.36,26.84-20.15,1.35-.82,7.97-3.9,8.42-4.58,1.21-1.83-3.78-2.01-2.26-3.26.73-.6,3-1.56,4-2,9.82-4.25,20.38-6.8,31-8,1.6-1.03-1.5-2.51-1.5-3.01.23-.33.47-.49.85-.64,2.41-.97,10.43-2.1,13.45-2.55,16.86-2.51,30.21-1.57,46.92-1.04,2.83.09,5.68-.11,8.52-.02.7-.34.17-.88-.26-1.24-1.16-.94-11.16-2.89-13.29-3.21-5.42-.8-12.47-1.37-17.94-1.56-25.15-.85-49.63,8.31-74.74,4.49.76-2.25,3.66-2.66,4.99-4.74-1.37-2.13-2.84-.76-4.72-.73-13.35.22-25.48-1.29-38.27-5.03l5.77-4.48c.61-.7,0-1.09-.58-1.46-1.22-.8-10.76-1.27-13.3-1.7-5.14-.86-21.3-5.04-25.07-7.93-.56-.43-1.02-.52-.83-1.41.96-.45,7.91-3.23,7-4.5-13.62-1.21-26.02-6.85-37.95-13.06l-.05-1.44,5.27-1.99c.6-.63,0-1.12-.51-1.53-1.52-1.23-6.7-2.53-8.94-3.56-9.92-4.58-21.78-12.34-30.18-19.32-.47-.39-1.28-.54-1.14-1.36,16.02-3.97,32.76-3.96,49-1.26.47-1.82-1.3-3.23-1.5-4.75-.15-1.11.46-.76,1.26-.76,3.13-.02,11.74,1.99,15.25,2.76,5.99,1.31,11.81,3.2,17.73,4.78,3.23-.5-1.2-4.21,0-6.02,6.54,1.85,13.12,3.68,19.52,5.98,3.85,1.39,11.21,5.4,14.52,5.99s-1.13-5.12-.27-5.98c8.3,2.09,16.46,5.21,24.02,9.22,1.88,1,9.27,6.11,10.22,6.28,2.07.38-.59-4.06-.72-4.79-.12-.68-.29-1.49.71-1.21,15.65,8.59,31.07,17.72,46.03,27.48,14.75,9.62,28.66,20.46,43.28,30.22,1.19.79,8.75,6.02,9.45,5.29.13-.93,0-1.48-.47-2.27-1.19-2.03-8.35-8.56-10.52-10.48-2.7-2.39-5.71-4.72-8.55-6.95-20.9-16.48-44.14-29.53-67.4-42.35l-.07-1.44h2.5s-.52-1.73-.52-1.73c-12.39-4.39-24.02-10.28-34.96-17.54l-.52-1.22,5.5-1.51-.23-1.51c-10.11-4.62-19.7-10.59-28.01-17.99-.81-.72-5.04-4.74-5.26-5.24-.36-.84.48-.8,1-.98,2.36-.81,5.22-.72,7.68-1.28.54.09.4-.98.3-1.22-.37-.85-13.09-9.1-15.22-10.78-6.56-5.2-13.86-11.84-19.26-18.24-.84-.99-2.12-2.42-2-3.74.37-.35,8.4-.34,10.14-1.11.49-.22,1-.48.85-1.14-8.54-6.81-16.48-14.2-22.91-23.1-1.7-2.35-6.36-9.01-7.08-11.42-.28-.93.15-.66.73-.74,1.84-.24,6.29.63,6.95.46,2.76-.71-3.39-6.21-4.17-7.23-7.31-9.43-13.23-19.8-18.51-30.49,1.68-1.13,8.54,2.18,8.5-.48-.01-.91-4.93-8.57-5.77-10.25-4.97-9.91-9.52-21.55-12.87-32.13-.68-2.16-2.11-6.05-2.51-8.01-.14-.68-.6-.66.39-1.37,10.81,6.27,21.27,13.14,30.99,21,1.71,1.39,10.38,9.69,11.09,9.91.38.12.78.08,1.17.08l1.01-7.16,1.24-.36c9.13,9.07,18.36,18.1,26,28.5,1.41,0,2.12-7.76,2.61-9.39.2-.67-.17-1.32.88-1.09,8.93,9.61,17.23,19.85,23.74,31.27,2.75,1.76,3.83-6.56,4.02-8.27.55-.57,3.69,2.9,4.25,3.49,9.06,9.51,15.95,21.23,22.5,32.51.8.19,1.04-.67,1.28-1.21.97-2.14,1.45-5.7,2.43-8l1.02-.28c8.82,12.59,16.87,25.72,22.77,39.99l1.51.02c.5-2.17.28-4.82,1.98-6.51,2.08.07,15.01,28.14,16.49,32s2.94,7.55,3.49,11.51l3.01.46c8.85,20.19,16.62,40.86,24.63,61.4,3.07,7.88,12.04,35.77,17.12,40.38.68.62.97.93,2,.74.74-.78-3.58-16.18-4.25-18.5-8.53-29.75-21.44-57.5-32.99-86.01-1.48-3.66-4.4-9.79-5.14-13.36-.1-.46-.37-1.66.14-1.64l5.74,1.5c0-.56.09-1.16-.02-1.72-.54-2.75-6.02-11.73-7.49-15.51-3.26-8.44-5.28-17.84-6.49-26.76.75-.79,6.56,3.22,7.86,3.41.8.12,1.85-.19,1.63-1.15-.06-.26-2.46-3.25-3.01-4.5-1.13-2.57-2.54-7.45-3.24-10.26-2.02-8.12-3.4-17.43-3.75-25.75.2-1.58,8.88,4.37,9.48,4.53l1.02-.55c-3.58-13.44-7.65-28.44-6.52-42.51.06-.77-.05-2.39,1.22-2.18l7.14,3.89,1.15-.72c-3.72-12.86-4-26.42-2.98-39.71l6.99,3c.33-4.65-.22-9.53-.02-14.27.34-7.79,1.99-15.52,3.02-23.23l6.25,3.49.67-.81,4.58-36.68c2.24-.76,4.51,5.35,5.89,2.64,3.08-20.33,8.49-40.09,14.62-59.64h1.49Z' fill='white'/%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.custom-cursor.cursor--custom{background:var(--cursor-color, #fff);border-radius:0;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.custom-cursor.cursor-hover{--_scale: calc(var(--cursor-scale, 1) * var(--cursor-hover-scale, 1.5));opacity:var(--cursor-hover-opacity, 1)}.custom-cursor.cursor-clicking{--_scale: calc(var(--cursor-scale, 1) * .85)}@keyframes cursor-pulse{0%,to{--_scale: calc(var(--cursor-scale, 1) * var(--cursor-hover-scale, 1.5))}50%{--_scale: calc(var(--cursor-scale, 1) * var(--cursor-hover-scale, 1.5) * 1.15)}}@keyframes cursor-glow{0%,to{box-shadow:0 0 0 var(--cursor-color, #fff)}50%{box-shadow:0 0 12px var(--cursor-color, #fff)}}@keyframes cursor-bounce{0%{--_scale: calc(var(--cursor-scale, 1) * var(--cursor-hover-scale, 1.5))}30%{--_scale: calc(var(--cursor-scale, 1) * var(--cursor-hover-scale, 1.5) * 1.35)}60%{--_scale: calc(var(--cursor-scale, 1) * var(--cursor-hover-scale, 1.5) * .9)}80%{--_scale: calc(var(--cursor-scale, 1) * var(--cursor-hover-scale, 1.5) * 1.05)}to{--_scale: calc(var(--cursor-scale, 1) * var(--cursor-hover-scale, 1.5))}}@keyframes cursor-spin{0%{--_rotation: 0deg}to{--_rotation: 360deg}}.custom-cursor.cursor-hover.cursor-anim--pulse{animation:cursor-pulse .6s ease-in-out infinite}.custom-cursor.cursor-hover.cursor-anim--glow{animation:cursor-glow .8s ease-in-out infinite}.custom-cursor.cursor-hover.cursor-anim--bounce{animation:cursor-bounce .4s cubic-bezier(.34,1.56,.64,1) 1}.custom-cursor.cursor-hover.cursor-anim--spin{animation:cursor-spin 1.2s linear infinite}.custom-cursor.cursor-keyboard-hidden,.custom-cursor-follower.cursor-keyboard-hidden{opacity:0;transition:opacity .3s}@media(pointer:coarse){.custom-cursor,.custom-cursor-follower,.custom-cursor-trail,.custom-cursor-wrapper{display:none!important}}@media(prefers-reduced-motion:reduce){.custom-cursor,.custom-cursor-follower,.custom-cursor-trail{transition:none!important;animation:none!important}.custom-cursor.cursor-hover{--_scale: var(--cursor-scale, 1)}}
