.custom-image,.custom-image .custom-image__wrapper{display:flex;line-height:0;position:relative}.custom-image .custom-image__wrapper{height:auto;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:100%}.custom-image.custom-image--popup .custom-image__wrapper:before{background:var(--primary);content:"";height:100%;left:0;-webkit-mix-blend-mode:multiply;mix-blend-mode:multiply;top:0;width:100%}.custom-image.custom-image--popup .custom-image__wrapper:after,.custom-image.custom-image--popup .custom-image__wrapper:before{opacity:0;pointer-events:none;position:absolute;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;visibility:hidden}.custom-image.custom-image--popup .custom-image__wrapper:after{color:var(--white);content:"Expand Image";font-size:1.125rem;font-weight:500;left:50%;letter-spacing:.5px;text-transform:uppercase;top:50%;transform:translate(-50%,-50%)}.custom-image.custom-image--popup .custom-image__wrapper:hover:before{opacity:.8;visibility:visible}.custom-image.custom-image--popup .custom-image__wrapper:hover:after{opacity:1;visibility:visible}.custom-image .custom-image__wrapper.custom-image__wrapper--rounded,.custom-image .custom-image__wrapper.custom-image__wrapper--rounded img{border-radius:10px;overflow:hidden}.custom-image .custom-image__wrapper img{height:auto;width:100%}.custom-image.custom-image--popup .custom-image__wrapper svg{height:40px;position:absolute;right:15px;top:15px;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;width:40px}.custom-image.custom-image--popup .custom-image__wrapper:hover svg{right:5px;top:5px}.custom-image.custom-image--popup .custom-image__wrapper svg path{opacity:.5;stroke:var(--secondary);-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.custom-image.custom-image--popup .custom-image__wrapper:hover svg path{opacity:1;stroke:var(--white)}.modal.modal--image{display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:10000}.modal.modal--image:before{-webkit-backdrop-filter:saturate(100%) blur(8px);backdrop-filter:saturate(100%) blur(8px);background:rgba(9,11,47,.85);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.modal.modal--image .modal-content{align-items:center;display:flex;height:100%;justify-content:center;margin:0 auto;max-width:1100px;padding:20px;position:relative}.modal.modal--image .modal-content .modal-body{background-color:var(--white);border-radius:15px;max-height:80vh;overflow:auto;overflow-x:hidden;padding:30px;position:relative}.modal.modal--image .btn-close{background-color:transparent;border:0;height:50px;padding:0;position:absolute;right:10px;top:10px;width:50px}.modal.modal--image .btn-close svg path{stroke:var(--secondary)}.modal.modal--image .btn-close svg path.outline{opacity:0;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out;visibility:hidden}.modal.modal--image .btn-close:focus svg path.outline,.modal.modal--image .btn-close:hover svg path.outline{opacity:1;visibility:visible}.modal.modal--image .modal-content .modal-body img{height:auto;width:100%}