.b_Gallery{padding:0;text-align:center}.b_Gallery .grid{margin:10px 0}.b_Gallery .accordion{margin-bottom:40px}.b_Gallery .filters-select{outline:none;cursor:pointer;color:var(--primary);max-width:250px;margin-bottom:30px;margin:0 auto 30px}.b_Gallery .accordion-item{border:none}.b_Gallery .accordion-button.round{outline:none;cursor:pointer;color:var(--primary);max-width:400px;width:calc(100% - 40px);margin-bottom:30px;margin:0 auto 30px;background-color:rgba(0,0,0,0);padding:10px 70px 10px 20px;position:relative;margin:0;background-color:var(--light_grey);border-bottom:none;border-top-left-radius:30px;border-top-right-radius:30px;border-bottom-left-radius:0;border-bottom-right-radius:0;margin-left:20px;margin-right:20px}.b_Gallery .accordion-button.round:hover,.b_Gallery .accordion-button.round:focus,.b_Gallery .accordion-button.round:active{background-color:var(--light_grey);color:var(--primary);box-shadow:none}.b_Gallery .accordion-button.round:after{position:absolute;right:20px;top:14px;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23298dc0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.b_Gallery .accordion-button.round.collapsed{border-bottom:2px solid var(--primary);background-color:var(--white);border-bottom-left-radius:30px;border-bottom-right-radius:30px}.b_Gallery .list-group{list-style-type:none;max-width:400px;width:100%;margin:0 auto;text-align:left;background-color:var(--white);padding:7px 0 20px;border:2px solid var(--primary);border-top:none;position:relative;top:-20px;margin-bottom:-20px;-webkit-border-bottom-right-radius:30px;-webkit-border-bottom-left-radius:30px;-moz-border-radius-bottomright:30px;-moz-border-radius-bottomleft:30px;border-bottom-right-radius:30px;border-bottom-left-radius:30px}.b_Gallery .list-group-item{margin-bottom:4px;display:flex;align-items:center;cursor:pointer;font-size:18px;line-height:21px;padding:0}.b_Gallery .form-check{display:flex;align-items:center;width:100%;padding:11px 15px;cursor:pointer;background-color:var(--white);color:var(--light_black)}.b_Gallery .form-check:hover{background-color:var(--light_blue)}.b_Gallery .form-check.checked{background-color:var(--primary);color:var(--white)}.b_Gallery .round-checkbox{display:none}.b_Gallery .checkmark{position:relative;display:inline-block;width:25px;height:25px;border:2px solid var(--primary);background-color:var(--white);border-radius:50%;cursor:pointer;margin-right:10px}.b_Gallery .round-checkbox:checked+.checkmark::after{content:"";position:absolute;top:3px;left:7px;width:10px;height:10px;color:var(--light_black);display:inline-block;transform:rotate(45deg);height:13px;width:7px;border-bottom:2px solid var(--light_black);border-right:2px solid var(--light_black)}.b_Gallery .modal{background:rgba(0,0,0,.75);--bs-modal-width: 1232px;border-radius:0;transition:all .3s ease}.b_Gallery .modal-header{border-radius:0;border:none;padding:15px}@media(min-width: 1200px){.b_Gallery .modal-header{padding:20px 25px}}.b_Gallery .modal-body{padding:0}.b_Gallery .modal-content{border-radius:0;max-width:calc(100% - 50px);margin-left:auto;margin-right:auto}.b_Gallery .model-dialog{max-width:1230px !important;transition:all .3s ease-in-out}.b_Gallery figure{margin:0}.b_Gallery figure img{width:100%;height:auto}.b_Gallery figcaption{font-family:var(--headline_font);font-size:28px;line-height:32px;text-align:center;padding:0 15px 25px}@media(min-width: 768px){.b_Gallery figcaption{padding-bottom:65px}}@media(min-width: 1200px){.b_Gallery figcaption{font-size:32px;line-height:36px;padding:0 25px 75px}}.b_Gallery .gallery-image{width:100%;margin:7px 0;overflow:hidden;position:relative}@media(min-width: 768px){.b_Gallery .gallery-image{width:calc(50% - 20px);margin:10px}}@media(min-width: 1200px){.b_Gallery .gallery-image{width:calc(33.333% - 20px)}}.b_Gallery .gallery-image a{position:relative;display:block}.b_Gallery .gallery-image a:before{content:"";background-color:var(--blue);position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:1;transition:all .3s ease-in-out}.b_Gallery .gallery-image a:hover:before{opacity:.25}.b_Gallery .gallery-image img.gallery-img{transform:scale(1);transition:all .3s ease-in-out;aspect-ratio:467/312;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;width:100%;height:auto}.b_Gallery .gallery-image:hover img.gallery-img{transform:scale(1.2)}.b_Gallery .close{position:relative;width:35px;height:35px;cursor:pointer;padding:0;border:none;background-color:rgba(0,0,0,0);margin:0 0 0 auto}.b_Gallery .close:hover,.b_Gallery .close:focus,.b_Gallery .close:active{background-color:rgba(0,0,0,0);padding:0;border:none}.b_Gallery .close span{position:absolute;top:50%;left:50%;width:2px;height:35px;background-color:var(--primary);transform-origin:center}.b_Gallery .close span:first-child{transform:translate(-50%, -50%) rotate(45deg)}.b_Gallery .close span:last-child{transform:translate(-50%, -50%) rotate(-45deg)}