@media (prefers-reduced-motion: reduce){
  *{scroll-behavior:auto!important;transition-duration:0.001ms!important;animation-duration:0.001ms!important}
}

:focus-visible{outline:none}

html{scroll-behavior:smooth}

body{min-height:100vh}

img{max-width:100%;height:auto;display:block}

[data-acc-panel]{overflow:hidden}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}

::-webkit-scrollbar{width:10px}
::-webkit-scrollbar-track{background:rgba(231,229,228,.65)}
::-webkit-scrollbar-thumb{background:rgba(120,113,108,.55);border-radius:999px}
::-webkit-scrollbar-thumb:hover{background:rgba(87,83,78,.65)}
