@media screen and (max-width: 568px){main>.menu-overlay{display:none}main>.menu-overlay.active{display:block;z-index:3;position:fixed}main>.menu-overlay.active .box{height:100vh;position:sticky;width:100vw}}main>.menu-mobile{border:none;border-radius:5px;height:0;overflow:hidden;position:fixed;top:112px;transition:height .4s ease-in-out,top .4s ease-in-out;width:100%}main>.menu-mobile.sticky{top:54px}main>.menu-mobile.open{height:162px;z-index:3}main>.menu-mobile .menu-item{display:flex;flex-direction:row;align-items:center;gap:4px;justify-content:stretch;background-color:var(--background);border-bottom:1px solid var(--border);padding-right:4px}main>.menu-mobile .menu-item:last-child{border-bottom:none}main>.menu-mobile .menu-item.special{background-color:var(--primary);color:#fff}main>.menu-mobile .menu-item.special .selected{color:#fff;font-style:italic;text-decoration:underline}main>.menu-mobile .menu-link{color:var(--foreground-2);padding:8px;position:relative;text-decoration:none;width:100%}main>.menu-mobile .menu-link.selected{color:var(--primary-2)}main>.menu-mobile .icon{font-size:20px;position:absolute;left:15px}main>.menu-mobile .menu-text{margin-left:55px}main>header{height:112px;margin-bottom:0;position:relative;transition:height .4s ease-in-out,margin-bottom .4s ease-in-out;z-index:2}main>header .header-content{display:flex;flex-direction:column;height:112px;transition:height .4s ease-in-out}main>header .header-content .half-space{display:none}main>header .header-content .header-half-space{flex:1}@media screen and (min-width: 992px){main>header .header-content .header-half-space{min-width:112px}}@media screen and (max-width: 568px){main>header .header-content .header-half-space{flex:0}}@media screen and (max-width: 768px){main>header .header-content{font-size:80%}}main>header a{color:var(--foreground);text-decoration:none}main>header .menu-button{cursor:pointer;display:none;padding-right:4px}@media screen and (max-width: 568px){main>header .menu-button{display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:36px;position:relative;z-index:3}}@media screen and (max-width: 568px){main>header .menu-button.default{display:flex}main>header .menu-button.sticky{display:none}}main>header .contact-list{display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:var(--background-2);border-bottom:2px solid var(--primary)}main>header .contact-list .contact-content{margin:0 auto;max-width:992px;width:100%;display:flex;flex-direction:row;align-items:center;gap:8px;justify-content:flex-start}main>header .contact-list .contact{display:flex;flex-direction:row;align-items:center;gap:4px;justify-content:center}main>header .contact-list .contact .contact-text{display:flex;flex-direction:row;align-items:flex-start;justify-content:center;text-wrap:nowrap}main>header .contact-list .contact .contact-text .area{font-size:70%;margin-right:4px;margin-top:3px}main>header .contact-list .contact .contact-text .phone{font-weight:700}main>header .contact-list .contact .contact-text>span{display:inline-block}@media screen and (max-width: 568px){main>header .contact-list .contact{display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1;padding:4px}main>header .contact-list .contact.small{padding:0}main>header .contact-list .contact .contact-text .area{margin-top:1px}main>header .contact-list .contact .contact-text .mail{font-size:90%}}main>header .contact-list .icon{color:var(--primary);font-size:18px}main>header nav{display:flex;flex-direction:row;align-items:center;justify-content:center;position:relative;z-index:3}main>header nav .nav-content{margin:0 auto;max-width:992px;width:100%;display:flex;flex-direction:row;align-items:stretch;justify-content:center}@media screen and (max-width: 568px){main>header nav .nav-content{padding:4px}}main>header nav .logo-container{display:flex;flex-direction:row;align-items:stretch;justify-content:center}main>header nav .logo-container h1{display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:0}main>header nav .logo-container #logo{height:75px;margin:4px 0;transition:height .4s ease-in-out}@media screen and (max-width: 568px){main>header nav .logo-container #logo{height:57.2px;margin:2px 0}}main>header nav .nav-item{display:flex;flex-direction:row;align-items:stretch;justify-content:center}main>header nav .nav-item .nav-link{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:0 4px;text-align:center}main>header nav .nav-item .nav-link.selected{color:var(--primary-2)}main>header nav .nav-item .nav-link .icon{font-size:24px;margin-right:8px}main>header nav .nav-item .nav-text{text-wrap:nowrap}main>header nav .nav-item.special{background-color:var(--primary)}main>header nav .nav-item.special a{color:#fff}main>header nav .nav-item.special .nav-link.selected{color:#fff;font-style:italic;text-decoration:underline}@media screen and (max-width: 568px){main>header nav .nav-item{display:none}}main>header.sticky{background-color:var(--background-2);border-bottom:2px solid var(--primary);height:54px;position:sticky;top:0;margin-bottom:58px}main>header.sticky .header-content{margin:0 auto;max-width:992px;width:100%;display:flex;flex-direction:row-reverse;align-items:center;justify-content:center;height:54px}@media screen and (max-width: 568px){main>header.sticky .header-content .half-space{display:block}}@media screen and (max-width: 568px){main>header.sticky .menu-button{padding-right:4px}main>header.sticky .menu-button.default{display:none}main>header.sticky .menu-button.sticky{display:flex}}main>header.sticky nav{display:flex;flex-direction:row;align-items:stretch;justify-content:center;height:54px}main>header.sticky nav .nav-content{display:flex;flex-direction:row;align-items:stretch;justify-content:center}main>header.sticky nav .nav-content .nav-item .nav-link .icon{font-size:17px}main>header.sticky .logo-container #logo{height:48px;margin-top:2px}@media screen and (max-width: 568px){main>header.sticky .logo-container #logo{margin-top:-2px}}main>header.sticky .contact-list{background-color:transparent;border-bottom:none}main>header.sticky .contact-list .contact-content{gap:12px}main>header.sticky .contact-list .contact-content .contact{gap:0;padding:0}main>header.sticky .contact-list .contact-content .contact-text{display:none}main>header.sticky .contact-list .contact-content .empty-space.volatile{display:none}main>header.sticky .contact-list .contact-content .icon{font-size:20px}main>.header-shadow{background:var(--background);background:linear-gradient(0deg,var(--background-0p) 0%,var(--background) 90%);display:none;height:100px;pointer-events:none;position:absolute;top:112px;width:100%;z-index:2}@media screen and (max-width: 568px){main>.header-shadow{height:60px}}main>.header-shadow.sticky{position:fixed;top:54px}body .empty-space{flex:1}body .half-space{flex:.5}body .third-space{flex:.3333333}
