*{margin:0;padding:0;box-sizing:border-box}:root{--primary-green:#1b5e20;--primary-green-light:#2e7d32;--primary-gold:#c49000;--primary-gold-light:#f9a825;--bg-cream:#fdf6e3;--bg-white:#fff;--text-dark:#2c2c2c;--text-light:#666;--text-white:#fff}body{font-family:Poppins,sans-serif;color:var(--text-dark);background-color:var(--bg-cream);line-height:1.6}a{text-decoration:none;color:inherit}.container{max-width:1200px;margin:0 auto;padding:0 20px}.sr-only,.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}ngb-carousel{display:block}ngb-carousel,ngb-carousel .carousel-inner{position:relative;width:100%;overflow:hidden}ngb-carousel .carousel-item{position:relative;display:none;float:left;width:100%;backface-visibility:hidden;transition:transform .6s ease-in-out}ngb-carousel .carousel-item.active{display:block}ngb-carousel .carousel-item-next,ngb-carousel .carousel-item-prev{display:block;position:absolute;top:0}ngb-carousel .active.carousel-item-end,ngb-carousel .carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}ngb-carousel .active.carousel-item-start,ngb-carousel .carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}ngb-carousel .carousel-control-next,ngb-carousel .carousel-control-prev{position:absolute;top:0;bottom:0;z-index:10;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.7;cursor:pointer;transition:opacity .15s ease}ngb-carousel .carousel-control-next:hover,ngb-carousel .carousel-control-prev:hover{opacity:1}ngb-carousel .carousel-control-prev{left:0}ngb-carousel .carousel-control-next{right:0}ngb-carousel .carousel-control-next-icon,ngb-carousel .carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}ngb-carousel .carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}ngb-carousel .carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}ngb-carousel .carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:10;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}ngb-carousel .carousel-indicators li{box-sizing:initial;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid #0000;border-bottom:10px solid #0000;opacity:.5;transition:opacity .6s ease}ngb-carousel .carousel-indicators li.active{opacity:1}ngb-carousel .carousel-inner:after{display:block;clear:both;content:""}