@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap);.item{width:90%;display:flex;flex-wrap:wrap;gap:2em;padding:1em;margin-top:2em;position:relative;border:1px solid #fff;border-radius:.5em;box-shadow:0 0 1rem 0 rgba(0,0,0,.2);overflow:hidden}.item:before{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;content:"";z-index:-1;background-color:rgba(255,255,255,.3);backdrop-filter:blur(10px) saturate(100%) contrast(45%) brightness(130%)}.item .image{border:1px solid #fff;height:10em}.item .image img{height:100%;object-fit:contain}.item .info{display:flex;flex-direction:column;justify-content:space-between;height:9em;font-size:1.1em}.item .info .label{font-weight:700;color:#000}.item .info a{color:#e73c7e}.item .info a:hover{color:#23a6d5}.item .audio{width:100%}.item .audio audio{width:100%;outline:0}label[data-v-2b430a99]{font-weight:700;margin-bottom:.5em}input[data-v-2b430a99]{margin-top:2em;width:100%;padding:.5em 1em;border:0;border-radius:.5em;background-color:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.8);font-size:1.2em;outline:0;cursor:pointer}input[data-v-2b430a99]:focus{background-color:rgba(255,255,255,.2)}input[data-v-2b430a99]::placeholder{color:rgba(255,255,255,.342)}select[data-v-2b430a99]{margin-top:2em;width:100%;padding:.5em 1em;border:0;border-radius:.5em;background-color:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.8);font-size:1.2em;outline:0;margin-top:0;cursor:pointer}select[data-v-2b430a99]:focus{background-color:rgba(255,255,255,.2)}select[data-v-2b430a99]::placeholder{color:rgba(255,255,255,.342)}select option[data-v-2b430a99]{color:grey}.search-form[data-v-2b430a99]{display:flex;flex-direction:column;align-items:center}.search-input[data-v-2b430a99]{display:flex;flex-direction:column;align-items:flex-start;width:60%;margin-bottom:1em}@media (max-width:480px){.search-input[data-v-2b430a99]{width:90%}}.search-results[data-v-2b430a99]{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;padding-bottom:2em}.search-button[data-v-2b430a99]{padding:.5em 1em;border:0;border-radius:.5em;background-color:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.8);font-size:1.2em;cursor:pointer;text-transform:uppercase}.search-button[data-v-2b430a99]:hover{background-color:rgba(255,255,255,.2)}.note[data-v-2b430a99]{width:100%;padding:2em;text-align:center;text-transform:uppercase;color:rgba(255,255,255,.8)}*{box-sizing:border-box}html{height:100%}body{width:100%;height:100%;margin:0;background:linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab) fixed;font-family:Lato,sans-serif}body::-webkit-scrollbar{width:1em;background-color:transparent}body::-webkit-scrollbar-thumb{background-color:#e73c7e;outline:0;border-radius:.5em}::selection{background:#e73c7e}