:root{--background:#e4d7cf;--backgroundGlass:#e4d7cfc6;--background-02Glass:#617968c6;--foreground:#000000;--foreground-02:#ffffff;--Color-01:#98705d;--Color-02:#8a3240;--Button:#0d6efd;--ButtonText:#ffffff;--ButtonHover:#052c65;--ButtonActivate:#0d6dfd61;--imageFilter:0}@media (prefers-color-scheme:dark){:root{--background:#617968;--backgroundGlass:#617968c6;--background-02Glass:#e4d7cfc6;--foreground:#ffffff;--foreground-02:#000000;--imageFilter:1}}body,html{max-width:100vw;overflow-x:hidden}*{box-sizing:border-box;padding:0;margin:0}body{color:var(--foreground);background:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:flex;flex-direction:column;align-items:center;padding-bottom:150px}h1,h2,h3,h4,h5,h6{text-wrap:pretty}p{text-wrap:balance}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.background_background__bX_As{position:fixed;top:0;z-index:-10;width:100dvw;height:100dvh;overflow:hidden;background:var(--Secondary-Color)}.background_carousel__9nNuQ{overflow:hidden;height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.background_carouseltrack__vYE9Q{width:100%;height:30%;display:flex;flex-direction:row}.background_carouseltrack__vYE9Q.background_right__UllP3{animation:background_scroll-right__rw7sc 20s linear infinite alternate}.background_carouseltrack__vYE9Q.background_left__YoTwd{animation:background_scroll-left__UrNfR 20s linear infinite alternate}.background_carouselslide__6GgLm{width:100dvw;padding-inline:20px;aspect-ratio:16/9;box-sizing:border-box;img{width:100%;height:100%;object-fit:cover}}@keyframes background_scroll-right__rw7sc{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes background_scroll-left__UrNfR{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@media only screen and (orientation:portrait){.background_background__bX_As{.background_carousel__9nNuQ{transform-origin:50% 50%;transform:rotate(3deg) translateY(20px);width:600dvw}}}@media only screen and (orientation:landscape){.background_background__bX_As{.background_carousel__9nNuQ{transform-origin:50% 50%;transform:rotate(5deg) translateY(100px);width:300dvw}}}.navigation_navigation__8dGsj{z-index:20;width:100%;display:flex;flex-direction:row;position:fixed;bottom:20px;padding:10px .5rem;border-top:1px solid black;background:rgba(255,255,255,.5)}.navigation_link__8LCNP:first-child{border-start-start-radius:10px;border-end-start-radius:10px}.navigation_link__8LCNP:last-child{border-start-end-radius:10px;border-end-end-radius:10px}.navigation_link__8LCNP{padding-top:1rem;flex-grow:1;text-align:center;font-size:clamp(1vw,2vw,4vw);background:var(--Button);color:var(--ButtonText);font-weight:600;position:relative;transition:all .5s ease;border:1px solid transparent;&:hover{border:1px solid #cfe2ff;background:var(--ButtonHover);color:#cfe2ff}}.navigation_active__98g7P{border:1px solid var(--Button);background:var(--ButtonActivate)!important;color:var(--Button);&:hover{-webkit-text-stroke:1px var(--ButtonText);color:var(--ButtonActivate)}}.navigation_icon__2ObPb{filter:invert(1)}@media only screen and (orientation:portrait){.navigation_link__8LCNP{padding-bottom:.75rem}.navigation_icon__2ObPb{display:block;width:100%;height:20px;margin-bottom:10px}}@media only screen and (orientation:landscape){.navigation_link__8LCNP{padding-bottom:.75rem}.navigation_icon__2ObPb{display:inline;width:20px;height:20px;margin-right:10px}}