.cmp-gallery{font-family:'Amadeus Neue',Amadeus-Regular}
.cmp-gallery__filters{position:absolute;margin-top:8px;max-height:0;width:300px;z-index:2;overflow:hidden;transition:max-height 400ms;background-color:#fff}
.cmp-gallery__filters.active{max-height:300px;height:auto;outline:1px solid #ccc}
.cmp-gallery__filters-options{display:flex;gap:16px}
.cmp-gallery__filters-clear{pointer-events:none;background-color:transparent;border:0;color:rgba(16,16,16,0.3)}
.cmp-gallery__filters-container:has(input:checked) ~ .cmp-gallery__filters-buttons .cmp-gallery__filters-clear{pointer-events:all;color:#0c66e1}
.cmp-gallery__filters-option{display:flex;align-items:center;gap:8px;padding:7px 16px;border-radius:24px;background-color:#ebf3ff;color:#000835}
.cmp-gallery__filters-option span{margin:0}
.cmp-gallery__filters-option.active{background-color:#000835;color:#fff}
.cmp-gallery__filters-option.active .coral3-Icon--custom_keyboard-down{transform:rotateZ(180deg)}
.cmp-gallery__filters-count{display:none}
.cmp-gallery__filters-count.active{display:inline;background-color:#000835;color:#fff;border-radius:50%;width:24px}
.cmp-gallery__filters-reset{margin-left:auto;background-color:transparent;border:0}
.cmp-gallery__filters-reset:not(:disabled){color:#0c66e1}
.cmp-gallery__filters-option[data-toggle="all"]{display:none}
.cmp-gallery__filters-close{display:none}
.cmp-gallery__filters-title{display:none}
.cmp-gallery__filters-list{display:grid;gap:12px;max-height:0;padding:0 8px;overflow:hidden;transition:all 400ms;list-style:none;margin:0}
.cmp-gallery__filters-list.active{padding:8px;height:auto;max-height:220px;overflow-y:auto}
.cmp-gallery__filters-item{display:flex;gap:16px}
.cmp-gallery__filters-item input{width:24px}
.cmp-gallery__filters-buttons{border-top:1px solid #ccc;padding:8px;display:flex;justify-content:space-between}
.cmp-gallery__breadcrumb{margin:40px 0}
.cmp-gallery__breadcrumb.hidden{display:none}
.cmp-gallery__breadcrumb span{font-weight:700}
.cmp-gallery__list{padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.cmp-gallery__list.hidden{display:none}
.cmp-gallery__list-item{list-style:none;background-color:#fff}
.cmp-gallery__list-item.hidden{display:none}
.cmp-gallery__card{text-decoration:none;height:100%;display:flex;flex-direction:column}
.cmp-gallery__card-image img{height:166px;width:100%;object-fit:contain}
.cmp-gallery__card-content{padding:16px;flex-grow:1;display:flex;gap:16px;flex-direction:column}
.cmp-gallery__card-label{font-size:13px;color:#0c66e1}
.cmp-gallery__card-title{font-family:'Amadeus Neue',Amadeus-Medium;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;color:#1a1a1a;font-size:18px;font-weight:500}
.cmp-gallery__card-description{font-size:16px;color:#1a1a1a}
.cmp-gallery__card-metadata{font-size:16px;color:#666;margin-top:auto}
.cmp-gallery__pagination{margin-top:40px;max-width:100%;display:flex;justify-content:center;gap:4px;list-style:none}
.cmp-gallery__pagination-back,.cmp-gallery__pagination-forward{background-color:transparent;border:0;display:grid;place-content:center;height:40px;width:40px}
.cmp-gallery__pagination-back span,.cmp-gallery__pagination-forward span{display:grid;place-content:center;margin-bottom:0;font-size:24px;pointer-events:none}
.cmp-gallery__pagination-back:has(+.cmp-gallery__pagination-list:empty),.cmp-gallery__pagination-list:empty ~ .cmp-gallery__pagination-forward{display:none}
.cmp-gallery__pagination-list{display:flex;padding:0;margin:0;gap:4px;max-width:260px}
.cmp-gallery__pagination-item.hidden{display:none}
.cmp-gallery__pagination-button{height:40px;width:40px;text-decoration:none;color:#1a1a1a;place-content:center;display:grid;background-color:transparent;border:0}
.cmp-gallery__pagination-button[data-current-page]{position:relative}
.cmp-gallery__pagination-button[data-current-page]::after{position:absolute;display:block;left:0;bottom:0;content:'';height:3px;width:100%;background-color:#0c66e1}
.cmp-gallery__no-results{place-content:center;gap:16px;margin-top:64px;display:grid;grid-column-start:1;grid-column-end:-1}
.cmp-gallery__no-results-icon{margin:0 auto;font-size:56px;color:#0c66e1}
.cmp-gallery__no-results-title{font-size:32px;text-align:center}
.cmp-gallery__no-results-description{text-align:center;font-size:18px}
.cmp-gallery__no-results .cmp-gallery__filters-reset{margin:auto}
@media(max-width:991px){.cmp-gallery::before{opacity:0;content:"";pointer-events:none;width:100%;transition:opacity 400ms;z-index:13;top:0;left:0;bottom:0}
.cmp-gallery:has(.cmp-gallery__filters.active)::before{content:"";position:absolute;background:#1a1a1a;opacity:.5}
.cmp-gallery__filters{position:fixed;display:flex;flex-direction:column;overflow:hidden;z-index:15;top:0;left:0;border-top:0;max-height:unset;height:100vh;width:0;margin:0;transition:width 400ms}
.cmp-gallery__filters.active{width:360px;max-height:unset;height:100vh}
.cmp-gallery__filters-close{display:block;border-bottom:1px solid #ccc;min-height:72px;display:flex;align-items:center}
.cmp-gallery__filters-close button{background-color:transparent;border:0;padding-left:12px;height:48px;width:48px}
.cmp-gallery__filters-close button span{color:#0c66e1;font-size:32px}
.cmp-gallery__filters-container{padding:16px}
.cmp-gallery__filters-list{background:unset;max-height:unset;padding:0;gap:16px}
.cmp-gallery__filters div:has(.cmp-gallery__filters-container){overflow-y:auto}
.cmp-gallery__filters-container:nth-of-type(1){position:relative;padding-bottom:24px}
.cmp-gallery__filters-container:nth-of-type(1)::after{position:absolute;content:'';display:block;background-color:#ccc;height:1px;left:16px;right:16px;bottom:0}
.cmp-gallery__filters-container:nth-of-type(2){padding-top:24px}
.cmp-gallery__filters-title{display:block;font-size:16px;margin-bottom:16px;font-weight:500}
.cmp-gallery__filters-title-sort{margin-bottom:unset;padding-left:16px}
.cmp-gallery__filters-buttons{margin-top:auto;padding:16px}
.cmp-gallery__filters-buttons-sort{margin-top:unset}
.cmp-gallery__filters-option{display:none}
.cmp-gallery__filters-option[data-toggle="all"]{display:flex}
.cmp-gallery__list{grid-template-columns:repeat(2,1fr)}
.cmp-gallery__no-results{margin-top:48px}
.cmp-gallery__no-results-title{font-size:28px}
}
@media(max-width:767px){.cmp-gallery__filters.active{width:100%}
.cmp-gallery__filters--sort.active{width:100%}
.cmp-gallery__list-item{grid-column-end:span 4;min-height:130px;height:auto}
.cmp-gallery__pagination button{max-width:10vw}
.cmp-gallery__no-results{margin-top:32px}
.cmp-gallery__no-results-title{font-size:24px}
}