*{margin:0;padding:0;box-sizing:border-box}html,body{background-color:#24226a;width:100%;height:100%;max-width:100vw;max-height:100vh}#app{width:100%;height:100%;background-color:#24226a;display:flex;flex-direction:column;align-items:center}#app header{width:100%}#app main{width:100%}#app footer{flex:1;display:flex;flex-direction:column;justify-content:flex-end;width:100%;padding-bottom:20px}:root{background-color:#24226a;--dark-blue: #24226A;--orange: #eb6447;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{color:#fff;font-family:Poppins,sans-serif}.responsive-gallery{container-type:inline-size;container-name:responsive-gallery;width:100%;padding:0rem 2rem}.responsive-gallery .responsive-gallery-inner{width:100%;height:100%;display:flex;flex-direction:column}.responsive-gallery .responsive-gallery-inner .button-wrapper{width:100%}.responsive-gallery .responsive-gallery-inner .main-img-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:1rem 0rem}.responsive-gallery .responsive-gallery-inner .main-img-wrapper img{width:100%;object-fit:contain;max-width:675px}@container responsive-gallery (min-width: 800px){.responsive-gallery .responsive-gallery-inner{display:flex;flex-direction:row}.responsive-gallery .responsive-gallery-inner .button-wrapper{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start}}.top-header{width:100%;display:flex;align-items:center;justify-content:space-between;margin-top:10px}.top-header .icon{width:4%;max-width:20px}.top-header .location{display:flex;align-items:center;margin-left:14px}.top-header .location span{font-size:.8rem;padding-left:5px}.logo{width:54%}.logo .logo-img{width:100%;max-width:370px}.top-header-btn{text-decoration:none;background-color:#fff;border-radius:100%;padding:7px;display:inline-flex;align-items:center;justify-content:center;margin-right:10px}.link-wrapper{text-align:center}.link-wrapper a{color:#fff;text-transform:uppercase;font-weight:700;font-size:.8rem}.main-links{text-decoration:none;color:#24226a;font-size:.9rem;width:100%}.button{background-color:#fff;margin:30px 50px 17px 30px;padding:10px 0 10px 10px;border-left:10px solid #F55B41;position:relative;overflow:visible;font-size:.7rem}.button:first-child{margin-top:0}.button img{position:absolute;left:100%;top:0;height:100%;display:block}.button-title{text-transform:uppercase;font-weight:700}.footer-nav-links{list-style:none;padding-inline-start:0;text-align:center}.footer-nav-links li{display:inline-block}.footer-nav-links .footer-link{color:#fff;font-size:.6rem}.disclaimer{font-size:.7rem;margin:0 15px}@media screen and (min-width: 1200px){.button{font-size:1.3rem}.location span{font-size:1.2rem}.disclaimer{font-size:1rem;text-align:center}.footer-link{font-size:1rem}.link-wrapper a{font-size:1.5rem}}a.skip-main{left:-999px;position:absolute;top:auto;width:1px;height:1px;overflow:hidden;z-index:-999}a.skip-main:focus,a.skip-main:active{color:#fff;background-color:#000;left:auto;top:auto;width:30%;height:auto;overflow:auto;margin:10px 35%;padding:5px;border-radius:15px;border:4px solid yellow;text-align:center;font-size:1.2rem;z-index:999}.light-blue-bg{background:#d4def2}.dark-blue-gradient-bg{background:rgb(50,60,142);background:linear-gradient(90deg,rgba(50,60,142,1) 0%,rgba(36,34,106,1) 100%)}.light-blue-gradient-bg{background:#d4def2;background:linear-gradient(90deg,white 0%,#d4def2 100%)}.banner{margin:30px 0 0;display:flex;flex-direction:column;align-items:center;justify-content:center;max-height:220px;width:100%;transition:filter .3s}.banner:hover{filter:brightness(1.2)}.banner a{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none}.banner .banner-inner{background-color:transparent;max-width:675px;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:12px;padding:10px 1rem}.banner .text-with-icon svg{width:20px;height:20px}.banner .text-with-icon{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px}.hidden{display:none}.color-orange{color:var(--orange)}.color-white{color:#fff}.color-dark-blue{color:var(--dark-blue)}.bold{font-weight:900}.flex-row{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;gap:10px}
