section.svelte-ohdrck{--grid-columns: repeat(12, 1fr);display:grid;grid-template-columns:var(--grid-columns);gap:20px;padding:0 20px;margin-top:60px}@media (max-width: 800px){section.svelte-ohdrck{display:block;padding:0 15px;margin-top:45px}}section.svelte-ohdrck .header:where(.svelte-ohdrck){display:grid;grid-template-columns:var(--grid-columns);grid-column:span 12;gap:20px;border-top:1px solid var(--black);padding-top:10px;margin-bottom:80px}@media (max-width: 800px){section.svelte-ohdrck .header:where(.svelte-ohdrck){display:block;padding-top:15px;margin-bottom:55px}}section.svelte-ohdrck .header:where(.svelte-ohdrck) .title:where(.svelte-ohdrck){grid-column:span 6}@media (max-width: 800px){section.svelte-ohdrck .header:where(.svelte-ohdrck) .title:where(.svelte-ohdrck){margin-bottom:20px}}section.svelte-ohdrck .header:where(.svelte-ohdrck) .intro:where(.svelte-ohdrck){grid-column:span 6;padding-top:10px}@media (max-width: 800px){section.svelte-ohdrck .header:where(.svelte-ohdrck) .intro:where(.svelte-ohdrck){padding-top:0}}section.svelte-ohdrck .header:where(.svelte-ohdrck) .intro:where(.svelte-ohdrck) .portable-text:where(.svelte-ohdrck) h2{margin-top:1.5em}section.svelte-ohdrck .header:where(.svelte-ohdrck) .intro:where(.svelte-ohdrck) .portable-text:where(.svelte-ohdrck) h3{margin-top:1em}section.svelte-ohdrck .header:where(.svelte-ohdrck) .intro:where(.svelte-ohdrck) .portable-text:where(.svelte-ohdrck) p{margin-bottom:1em}section.svelte-ohdrck .header:where(.svelte-ohdrck) .intro:where(.svelte-ohdrck) .portable-text:where(.svelte-ohdrck) ul{list-style-type:"•   ";margin-bottom:1em}section.svelte-ohdrck .header:where(.svelte-ohdrck) .intro:where(.svelte-ohdrck) .portable-text:where(.svelte-ohdrck) a{color:var(--black);text-decoration:underline}section.svelte-ohdrck .header:where(.svelte-ohdrck) .intro:where(.svelte-ohdrck) .portable-text:where(.svelte-ohdrck) a:hover{background-color:var(--yellow)}section.svelte-ohdrck .search-container:where(.svelte-ohdrck){position:relative;grid-column:span 12}@media (max-width: 800px){section.svelte-ohdrck .search-container:where(.svelte-ohdrck){margin-bottom:15px}}section.svelte-ohdrck .search-container:where(.svelte-ohdrck):hover .search-input:where(.svelte-ohdrck),section.svelte-ohdrck .search-container:where(.svelte-ohdrck):has(.search-input:where(.svelte-ohdrck):not(:placeholder-shown)) .search-input:where(.svelte-ohdrck){padding:8px 20px;background-color:var(--white)}@media (max-width: 800px){section.svelte-ohdrck .search-container:where(.svelte-ohdrck):hover .search-input:where(.svelte-ohdrck),section.svelte-ohdrck .search-container:where(.svelte-ohdrck):has(.search-input:where(.svelte-ohdrck):not(:placeholder-shown)) .search-input:where(.svelte-ohdrck){padding:5px 15px}}section.svelte-ohdrck .search-container:where(.svelte-ohdrck):hover .search-arrow:where(.svelte-ohdrck),section.svelte-ohdrck .search-container:where(.svelte-ohdrck):has(.search-input:where(.svelte-ohdrck):not(:placeholder-shown)) .search-arrow:where(.svelte-ohdrck){right:20px}@media (max-width: 800px){section.svelte-ohdrck .search-container:where(.svelte-ohdrck):hover .search-arrow:where(.svelte-ohdrck),section.svelte-ohdrck .search-container:where(.svelte-ohdrck):has(.search-input:where(.svelte-ohdrck):not(:placeholder-shown)) .search-arrow:where(.svelte-ohdrck){right:15px}}section.svelte-ohdrck .search-container:where(.svelte-ohdrck) .search-input:where(.svelte-ohdrck){width:100%;padding:8px 0;border:none;border-bottom:1px solid var(--black);background:transparent;outline:none;transition:background-color .2s var(--curve),padding .2s var(--curve)}@media (max-width: 800px){section.svelte-ohdrck .search-container:where(.svelte-ohdrck) .search-input:where(.svelte-ohdrck){padding:5px 0}}section.svelte-ohdrck .search-container:where(.svelte-ohdrck) .search-input:where(.svelte-ohdrck)::placeholder{color:var(--black)}section.svelte-ohdrck .search-container:where(.svelte-ohdrck) .search-arrow:where(.svelte-ohdrck){position:absolute;right:0;top:17px;transition:right .2s var(--curve)}@media (max-width: 800px){section.svelte-ohdrck .search-container:where(.svelte-ohdrck) .search-arrow:where(.svelte-ohdrck){top:12px}}section.svelte-ohdrck .filters:where(.svelte-ohdrck){display:grid;grid-template-columns:repeat(4,1fr);grid-column:span 12;gap:20px;margin-bottom:32px}@media (max-width: 800px){section.svelte-ohdrck .filters:where(.svelte-ohdrck){grid-template-columns:repeat(2,1fr);gap:15px;margin-bottom:55px}}section.svelte-ohdrck .filters:where(.svelte-ohdrck) .filter-dropdown:where(.svelte-ohdrck){position:relative}section.svelte-ohdrck .filters:where(.svelte-ohdrck) .filter-dropdown:where(.svelte-ohdrck) .filter-button:where(.svelte-ohdrck){display:flex;justify-content:space-between;align-items:center;width:100%;padding:14px 21px;border:none;text-align:left;cursor:pointer;background-color:var(--black);color:var(--light-grey);border-bottom:1px solid var(--black)}@media (max-width: 800px){section.svelte-ohdrck .filters:where(.svelte-ohdrck) .filter-dropdown:where(.svelte-ohdrck) .filter-button:where(.svelte-ohdrck){padding:14px 15px}}section.svelte-ohdrck .filters:where(.svelte-ohdrck) .filter-dropdown:where(.svelte-ohdrck) .filter-button:where(.svelte-ohdrck):hover,section.svelte-ohdrck .filters:where(.svelte-ohdrck) .filter-dropdown:where(.svelte-ohdrck) .filter-button:where(.svelte-ohdrck).active{background-color:var(--yellow);color:var(--black)}section.svelte-ohdrck .filters:where(.svelte-ohdrck) .filter-dropdown:where(.svelte-ohdrck) .dropdown-options:where(.svelte-ohdrck){position:absolute;top:100%;left:0;width:100%;z-index:10;background-color:var(--yellow);border-bottom:1px solid var(--black);color:var(--black);padding:15px 0;opacity:0;z-index:150}section.svelte-ohdrck .filters:where(.svelte-ohdrck) .filter-dropdown:where(.svelte-ohdrck) .dropdown-options:where(.svelte-ohdrck).open{animation:svelte-ohdrck-fadeIn .2s var(--curve) forwards}section.svelte-ohdrck .filters:where(.svelte-ohdrck) .filter-dropdown:where(.svelte-ohdrck) .dropdown-options:where(.svelte-ohdrck).closing{animation:svelte-ohdrck-fadeOut .2s var(--curve) forwards}section.svelte-ohdrck .filters:where(.svelte-ohdrck) .filter-dropdown:where(.svelte-ohdrck) .dropdown-options:where(.svelte-ohdrck) .dropdown-option:where(.svelte-ohdrck){width:100%;padding:6px 21px;border:none;text-align:left;cursor:pointer;background-color:var(--yellow);text-underline-offset:3px;color:var(--black)}@media (max-width: 800px){section.svelte-ohdrck .filters:where(.svelte-ohdrck) .filter-dropdown:where(.svelte-ohdrck) .dropdown-options:where(.svelte-ohdrck) .dropdown-option:where(.svelte-ohdrck){padding:5px 16px}}section.svelte-ohdrck .filters:where(.svelte-ohdrck) .filter-dropdown:where(.svelte-ohdrck) .dropdown-options:where(.svelte-ohdrck) .dropdown-option:where(.svelte-ohdrck).active{text-decoration:underline}section.svelte-ohdrck .filters:where(.svelte-ohdrck) .filter-dropdown:where(.svelte-ohdrck) .dropdown-options:where(.svelte-ohdrck) .dropdown-option:where(.svelte-ohdrck):hover{text-decoration:underline}section.svelte-ohdrck .results-info:where(.svelte-ohdrck){display:grid;grid-template-columns:var(--grid-columns);grid-column:span 12;gap:20px;margin-bottom:-5px;align-items:center}@media (max-width: 800px){section.svelte-ohdrck .results-info:where(.svelte-ohdrck){margin-bottom:15px;grid-template-columns:repeat(2,1fr);gap:15px 20px}}section.svelte-ohdrck .results-info:where(.svelte-ohdrck) .showing-count:where(.svelte-ohdrck){display:flex;grid-column:span 4;align-items:center}@media (max-width: 800px){section.svelte-ohdrck .results-info:where(.svelte-ohdrck) .showing-count:where(.svelte-ohdrck){grid-column:span 2}}section.svelte-ohdrck .results-info:where(.svelte-ohdrck) .sort-by:where(.svelte-ohdrck){display:flex;justify-content:center;align-items:center;grid-column:span 4;gap:5px}@media (max-width: 800px){section.svelte-ohdrck .results-info:where(.svelte-ohdrck) .sort-by:where(.svelte-ohdrck){grid-column:span 1;justify-content:flex-start}}section.svelte-ohdrck .results-info:where(.svelte-ohdrck) .sort-by:where(.svelte-ohdrck) select:where(.svelte-ohdrck){color:var(--black);background-color:transparent;background-image:url('data:image/svg+xml;utf8,<svg width="10" height="5" viewBox="0 0 10 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0L5 5L10 0" fill="%231E1E1E"/></svg>');background-repeat:no-repeat;background-position:right center;padding-right:18px;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;font:inherit;letter-spacing:inherit;text-transform:inherit}section.svelte-ohdrck .results-info:where(.svelte-ohdrck) .clear-filters:where(.svelte-ohdrck){display:flex;justify-content:flex-end;grid-column:span 4;align-items:center}@media (max-width: 800px){section.svelte-ohdrck .results-info:where(.svelte-ohdrck) .clear-filters:where(.svelte-ohdrck){grid-column:span 1}}section.svelte-ohdrck .results-info:where(.svelte-ohdrck) .clear-filters:where(.svelte-ohdrck) .clear-button:where(.svelte-ohdrck){background:none;border:none;cursor:pointer;color:var(--grey);cursor:default}section.svelte-ohdrck .results-info:where(.svelte-ohdrck) .clear-filters:where(.svelte-ohdrck) .clear-button:where(.svelte-ohdrck).active{color:var(--black);cursor:pointer}section.svelte-ohdrck .results-info:where(.svelte-ohdrck) .clear-filters:where(.svelte-ohdrck) .clear-button:where(.svelte-ohdrck):disabled{cursor:default}section.svelte-ohdrck .films-list:where(.svelte-ohdrck){grid-column:span 12;border-bottom:1px solid var(--black);margin-bottom:90px}section.svelte-ohdrck .films-list:where(.svelte-ohdrck) .film-row:where(.svelte-ohdrck){display:grid;grid-template-columns:1.4fr 2.6fr 2fr .5fr 1.5fr 1.5fr 1.5fr 1fr;gap:20px;border-top:1px solid var(--black);text-decoration:none;color:var(--black);transition:background-color .2s var(--curve);position:relative}section.svelte-ohdrck .films-list:where(.svelte-ohdrck) .film-row:where(.svelte-ohdrck):hover{background-color:var(--yellow)}section.svelte-ohdrck .films-list:where(.svelte-ohdrck) .film-row:where(.svelte-ohdrck):hover .film-book:where(.svelte-ohdrck) .book-text:where(.svelte-ohdrck){transform:translate(-20px)}section.svelte-ohdrck .films-list:where(.svelte-ohdrck) .film-row:where(.svelte-ohdrck):hover .film-book:where(.svelte-ohdrck) .book-arrow:where(.svelte-ohdrck){transform:translate(-20px);opacity:1}section.svelte-ohdrck .films-list:where(.svelte-ohdrck) .film-row:where(.svelte-ohdrck)>div:where(.svelte-ohdrck){display:flex;align-items:center}section.svelte-ohdrck .films-list:where(.svelte-ohdrck) .film-thumbnail:where(.svelte-ohdrck) img:where(.svelte-ohdrck){width:140px;height:80px;object-fit:cover;aspect-ratio:140 / 80;background-color:var(--black);border-left:1px solid var(--black);border-right:1px solid var(--black)}section.svelte-ohdrck .films-list:where(.svelte-ohdrck) .film-book:where(.svelte-ohdrck){position:relative;display:flex;align-items:center;justify-content:center;height:100%;overflow:hidden}section.svelte-ohdrck .films-list:where(.svelte-ohdrck) .film-book:where(.svelte-ohdrck) .book-text:where(.svelte-ohdrck),section.svelte-ohdrck .films-list:where(.svelte-ohdrck) .film-book:where(.svelte-ohdrck) .book-arrow:where(.svelte-ohdrck){position:absolute;transition:transform .3s var(--curve),opacity .3s var(--curve)}section.svelte-ohdrck .films-list:where(.svelte-ohdrck) .film-book:where(.svelte-ohdrck) .book-text:where(.svelte-ohdrck){right:20px;transform:translate(0);opacity:1}section.svelte-ohdrck .films-list:where(.svelte-ohdrck) .film-book:where(.svelte-ohdrck) .book-arrow:where(.svelte-ohdrck){right:0;transform:translate(0);opacity:0}section.svelte-ohdrck .films-list:where(.svelte-ohdrck) .no-results:where(.svelte-ohdrck){text-align:left;padding:15px 0 60px;border-top:1px solid var(--black)}section.svelte-ohdrck .films-list-block:where(.svelte-ohdrck){border-top:1px solid var(--black);margin-bottom:60px}section.svelte-ohdrck .films-list-block:where(.svelte-ohdrck) .film-row:where(.svelte-ohdrck){display:flex;gap:15px;text-decoration:none;padding:10px 0;border-bottom:1px solid var(--black)}section.svelte-ohdrck .films-list-block:where(.svelte-ohdrck) .film-row:where(.svelte-ohdrck) .film-thumbnail:where(.svelte-ohdrck) img:where(.svelte-ohdrck){width:75px;height:auto;object-fit:cover;aspect-ratio:140 / 80;background-color:var(--black)}section.svelte-ohdrck .films-list-block:where(.svelte-ohdrck) .film-row:where(.svelte-ohdrck) .film-information:where(.svelte-ohdrck){flex-grow:1}section.svelte-ohdrck .films-list-block:where(.svelte-ohdrck) .film-row:where(.svelte-ohdrck) .film-information:where(.svelte-ohdrck) .film-title:where(.svelte-ohdrck){margin-bottom:5px}section.svelte-ohdrck .films-list-block:where(.svelte-ohdrck) .film-row:where(.svelte-ohdrck) .film-book:where(.svelte-ohdrck){text-wrap:nowrap}@keyframes svelte-ohdrck-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes svelte-ohdrck-fadeOut{0%{opacity:1}to{opacity:0}}
