@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");*{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}:root{--primary-color:#00446b;--success-color:#2aa53a;--error-color:#bd0707;--secondary-color:#fff;--orange:#fdc654;--bp-medium:768px;--bp-small:576px}body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.more-div{max-width:1400px;margin:10rem auto}.more-div>h2{text-align:center;color:var(--primary-color)}.card-wrap{justify-content:space-evenly;padding:1px;width:-moz-fit-content;width:fit-content;max-width:1800px;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto;padding:1rem;gap:1px}.card{display:flex;flex-direction:column;flex:0 0 45%;min-width:250px;margin:1rem .5rem;border-radius:.5rem;box-shadow:0 2px 5px rgba(0,0,0,.1);background-color:#fff;font-family:sans-serif;overflow:hidden}@media (max-width:768px){.card{flex:0 0 50%}}@media (max-width:480px){.card{flex:1 0 100%;margin:.5rem}}.card-image-wrapper{overflow:hidden}.card-image{width:100%;height:150px;object-fit:cover;transition:transform .3s ease-in-out}.card:hover .card-image{transform:scale(1.1)}.card-content{padding:1rem;flex:1 1}.card-heading{font-size:1.2rem;margin-bottom:.5rem;color:#333}.card-subtitle{color:#888;margin-bottom:1rem}.card-list{list-style:none;padding:0;margin:0}.card-list-item{margin-bottom:.5rem}.card-link{text-decoration:none;color:#007bff;font-weight:700;transition:all .3s ease-in-out}.card-link:hover{color:#0056b3}.loaderWrapperRecents{height:100%;min-height:max-content;width:100%;display:flex;justify-content:center;align-items:center;margin-top:5%;margin-bottom:5%}.loader{border:8px solid rgba(63,143,201,.1);border-radius:50%;border-top:10px solid var(--primary-color);width:60px;height:60px;animation:spin 2s linear infinite}input,textarea{background-color:#f2f3fe;border:1px solid #e2e5fe;padding:10px}input{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.border-top{border-top:4px solid var(--primary-color)}.border-top-1{border-top:1px solid var(--primary-color)}.border-top-2{border-top:2px solid var(--primary-color)}.border-top-3{border-top:3px solid var(--primary-color)}.border-warning{border:2px solid #8c0a0a!important}.text-primary{color:var(--primary-color)}.position{display:flex;align-items:center;justify-content:center}.text-green,.text-success{color:var(--success-color)}.text-green{text-align:center;text-decoration:underline}.text-orange{color:var(--orange)}.text-danger{color:var(--error-color)}.text-black{color:#000}.text-light{color:hsla(0,0%,43%,.8)}.text-white{color:#fff}.bg-orange{background-color:var(--orange)}.bg-success{background-color:var(--success-color)}.container{padding:.5rem 2rem 2rem}.rounded{border-radius:4px}.decoration-none{text-decoration:none}.shadow-1{box-shadow:0 1px 8px 1px rgba(0,0,0,.15)}.shadow-2{box-shadow:0 0 10px 6px #cccc}.shadow-bottom-1{box-shadow:0 1px 8px 1px rgba(0,0,0,.15);border-radius:10px}.shadow-bottom-2{box-shadow:0 10px 10px 6px #cccc}.m-0{margin:0}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.mb-1{margin-bottom:1rem}.ml-1{margin-left:1rem}.mr-1{margin-right:1rem}.mt-0{margin-top:0}.mb-0{margin-bottom:0}.ml-0{margin-left:0}.mr-0{margin-right:0}.m-auto{margin:auto}.border-0{border:none}.border-inset{border:inset;border-width:1px}.cursor-pointer{cursor:pointer}.d-flex{display:flex}.d-inline{display:inline}.d-none{display:none}.content-end{justify-content:end}.text-right{text-align:right}.row,.row-lg,.row-md,.row-sm{display:flex;flex-direction:row}.col{display:flex;flex-direction:column}.wrap{flex-wrap:wrap}.grid-item{flex-grow:1}.f-25{flex:25% 1}.f-50{flex:50% 1}.f-75{flex:75% 1}.f-100{flex:100% 1}.w-25{width:25%}.w-50{width:50%}.w-75{width:75%}.w-100{width:100%}.centered{align-items:center;justify-content:center}.align-baseline{align-items:baseline}.gap-1{gap:1rem}.image-gallery-slides{border-radius:25px}.image-gallery-fullscreen-button>.image-gallery-svg{height:35px!important;width:35px!important}.image-gallery-svg{height:70px!important;width:40px!important}@media screen and (max-width:1200px){.row-lg{flex-direction:column}.d-none-lg{display:none}}@media screen and (max-width:992px){.row-md{flex-direction:column}.d-none-md{display:none}.image-gallery-fullscreen-button>.image-gallery-svg{height:25px!important;width:25px!important}.image-gallery-svg{height:60px!important;width:35px!important}}@media screen and (max-width:768px){.row-sm{flex-direction:column}.d-none-sm{display:none}}@media screen and (max-width:576px){.row-xs{flex-direction:column}.d-none-xs{display:none}.container{padding:10px}.photo{border-image-width:auto;align-content:center}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.not-found-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background-color:#696969;background-size:cover;background-position:50%;z-index:0}.not-found-overlay{position:absolute;height:100%;width:100%;background-color:#0009;z-index:1}.not-found-logo{width:200px;margin-bottom:2rem;z-index:2}.not-found-h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--orange);z-index:2}.not-found-p{font-size:1.2rem;color:#e8e8e8;max-width:720px;margin-bottom:2rem;text-align:center;z-index:2}.not-found-link{background-color:var(--primary-color);color:#fff;padding:1rem 2rem;border-radius:5px;text-decoration:none;font-weight:700;transition:background-color .2s ease;z-index:2}.not-found-link:hover{background-color:#222}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{border-radius:8px;background-color:transparent;margin-left:5px}::-webkit-scrollbar-thumb{border-radius:8px;background-color:var(--primary-color)}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}