@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");*{margin:0;padding:0;box-sizing:border-box;-moz-user-select:none;user-select:none;-webkit-user-select:none;-ms-user-select:none;-webkit-tap-highlight-color:transparent}body{background:var(--white);font-family:Urbanist;scrollbar-width:100px}.pageNotFound{width:100%;height:80vh;flex-direction:column;display:flex;justify-content:center;align-items:center;gap:20px}input{outline:none}::-webkit-scrollbar{width:14px;height:8px}::-webkit-scrollbar-thumb{background:rgba(214,207,207,.724);border-radius:16px}.carousel-control-prev{display:none!important}body,html{touch-action:manipulation;-ms-touch-action:manipulation;overscroll-behavior:contain}a,button,input,textarea{touch-action:manipulation}