.custom-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background-color:hsla(0,0%,100%,.8);color:#333;border:none;width:45px;height:45px;border-radius:50%;display:flex;justify-content:center;align-items:center;box-shadow:0 4px 6px rgba(0,0,0,.1);cursor:pointer;transition:all .3s ease}.custom-arrow i{font-size:20px}.custom-arrow:hover{background-color:#c7a371;color:#fff}.custom-left-arrow{left:-20px}.custom-right-arrow{right:-20px}.custom-card{width:1000px;height:500px;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.1);border-radius:8px}.custom-card img{object-fit:cover;width:100%;height:100%}.d-flex.justify-content-center{margin-bottom:20px}.border-bottom-custom{border-bottom:3px solid #000;width:20%;margin:0 auto 20px}.back-to-top{position:fixed;bottom:20px;right:20px;display:none;z-index:999;border-radius:50%;width:50px;height:50px;text-align:center;line-height:40px}.back-to-top i{font-size:24px;color:#02245b}.back-to-top:hover{background-color:#ffc107}.back-to-top.show{display:block}.bg-modal{background-color:rgba(0,0,0,.7);z-index:5}.m-content{max-width:100%;max-height:80vh;object-fit:contain;transition:transform .25s ease}.top-modal{top:50px!important}.brochure-image-container{width:100%;height:300px;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.1)}.brochure-image{width:100%;height:100%;object-fit:cover}.loader{width:50px;aspect-ratio:1;display:grid;animation:l14 4s infinite}.loader:after,.loader:before{content:"";grid-area:1/1;border-radius:50%;border-color:#ffae00 #ffae00 transparent transparent;border-style:solid;border-width:8px;mix-blend-mode:darken;animation:l14 1s linear infinite}.loader:after{border-color:transparent transparent blue blue;animation-direction:reverse}@keyframes l14{to{transform:rotate(1turn)}}