@font-face{font-family:"Grotta-Light";src:url("/app/themes/mw-theme-child/assets/fonts/grotta/Grotta-Light.otf") format("opentype")}@font-face{font-family:"Grotta-Regular";src:url("/app/themes/mw-theme-child/assets/fonts/grotta/Grotta-Regular.otf") format("opentype")}@font-face{font-family:"Grotta-Medium";src:url("/app/themes/mw-theme-child/assets/fonts/grotta/Grotta-Medium.otf") format("opentype")}@font-face{font-family:"Grotta-Semibold";src:url("/app/themes/mw-theme-child/assets/fonts/grotta/Grotta-Semibold.otf") format("opentype")}@font-face{font-family:"Grotta-Bold";src:url("/app/themes/mw-theme-child/assets/fonts/grotta/Grotta-Bold.otf") format("opentype")}.header{position:fixed;top:0;left:0;width:100%;height:auto;max-height:100vh;background-color:var(--wp--preset--color--white);transition:max-height 1s ease-in-out, opacity 0.6s ease-in-out;z-index:100;display:flex;flex-direction:column;justify-content:space-between}.header.expanded{padding-bottom:50px}.header__content{padding:20px;max-width:1440px;width:max-content;margin:0 auto;display:flex;flex-direction:column;gap:30px}.header__content-container{display:flex;gap:50px;justify-content:space-between}.header__top-home{max-height:80vh;overflow:hidden;transition:max-height 1s ease-in-out, opacity 0.6s ease-in-out;display:flex}.header__main{max-height:50px;transition:max-height 0.6s ease-in-out}.header--collapsed{max-height:120px}.header--collapsed .header__top-home{max-height:0;opacity:0}.header--hidden{transform:translateY(-100%);opacity:0}.header--sticky{position:fixed;top:0;left:0;right:0;background:white;box-shadow:0 4px 6px rgba(0, 0, 0, 0.1);z-index:1000}.header h1{font-family:"Grotta-Bold", sans-serif;font-weight:normal;color:var(--wp--preset--color--primary);font-size:48px;line-height:58px;font-weight:normal;text-transform:uppercase}@media screen and (max-width:1440px) and (min-width:1280px){.header h1{font-size:36px;line-height:44px}}@media screen and (max-width:1279px) and (min-width:745px){.header h1{font-size:32px;line-height:42px}}@media screen and (max-width:744px){.header h1{font-size:28px;line-height:34px}}.header h1 strong{color:var(--wp--preset--color--secondary)}.header h1 sup{font-size:32px}.header h1 span{display:inline-block;padding:5px 15px;margin-top:20px;margin-right:12px;border:4px solid;border-color:var(--wp--preset--color--primary);border-radius:45px}.header h1 span.square{border-radius:0}.header__logo-container{display:flex;flex-direction:column;width:240px}.header__logo-link figure{margin:0}.header__logo-link figure img{width:100%;height:100%;object-fit:contain}.header__logo-home-container{display:flex;justify-content:flex-end}.header__logo-home-container figure{margin:0}.header__logo-home-container figure img{max-width:450px;width:100%;height:100%;object-fit:contain}.header .menu-toggle{display:none}.header__menu{display:flex;justify-content:space-between;gap:30px}.header__menu-list{list-style:none;padding:0;margin:0;gap:20px;display:flex;flex-wrap:wrap}.header__menu-list li{position:relative}.header__menu-list li.is-active{}.header__menu-list li.is-active>.header__main-link{background-color:var(--wp--preset--color--primary);color:var(--wp--preset--color--white)}.header__menu-list li a{display:block;padding:5px 12px;width:max-content;font-family:"Grotta-Bold", sans-serif;font-weight:normal;color:var(--wp--preset--color--primary);font-size:22px;line-height:26px;font-weight:normal;text-transform:uppercase;text-decoration:none;border:3px solid;border-color:var(--wp--preset--color--primary);transition:all 300ms ease-out 0s}@media screen and (max-width:1440px) and (min-width:1280px){.header__menu-list li a{font-size:20px;line-height:24px}}@media screen and (max-width:1279px) and (min-width:745px){.header__menu-list li a{font-size:20px;line-height:24px}}@media screen and (max-width:744px){.header__menu-list li a{font-size:16px;line-height:18px}}.header__menu-list li a:hover{background-color:var(--wp--preset--color--primary);color:var(--wp--preset--color--white)}.header__menu-list li .header__submenu{display:none;position:absolute;top:60px;list-style:none;padding:0;margin:0;overflow:hidden;height:0;transition:height 0.4s ease-in-out;flex-direction:row;gap:15px}.header__menu-list li .header__submenu li.is-active>a{background-color:var(--wp--preset--color--primary);color:var(--wp--preset--color--white)}.header__menu-list li .header__submenu a{border-radius:25px}.home .header{height:100vh}.home main{margin-top:100vh;transition:margin-top 0.6s ease-in-out;position:relative}main{margin-top:90px}@media (max-width:1280px) and (min-width:744px){.header__content-container{gap:30px}}@media (max-width:1024px){.header__content{align-items:initial;padding:20px;width:calc(100% - 40px)}.header__content-container{flex-direction:column;gap:15px}.header__top-home{z-index:-1}.header__menu{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:var(--wp--preset--color--white);transform:translateX(100%);transition:transform 0.3s ease-in-out;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding-left:20px;padding-top:100px;z-index:-1}.header__menu-main{width:calc(100% - 40px)}.header__menu-list{flex-direction:column;gap:0;text-align:center;padding:10px 0}.header__menu-list>.header__menu-item{width:100%;border-bottom:3px solid;border-bottom-color:var(--wp--preset--color--primary)}.header__menu-list>.header__menu-item.has-children{pointer-events:none}.header__menu-list>.header__menu-item>.header__main-link{font-size:28px;line-height:34px;font-weight:normal;padding:10px 12px;border:none;text-align:left;width:auto}.header__menu-list>.header__menu-item .header__submenu{display:flex;flex-direction:column;gap:10px;position:relative;height:auto;top:0;padding:5px 0 20px 30px;pointer-events:all}.header__menu-list>.header__menu-item .header__submenu .header__submenu-link{font-size:28px;line-height:34px;font-weight:normal}.header__menu.is-open{transform:translateX(0)}.header__main{flex-direction:row !important;align-items:center}.header__main .menu-toggle{width:40px;height:30px;background:none;border:none;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;z-index:9999}.header__main .menu-toggle span{display:block;width:100%;height:4px;background-color:var(--wp--preset--color--primary);transition:transform 0.3s ease-in-out}.header__main .menu-toggle.is-active span:nth-child(1){transform:translateY(12px) rotate(45deg)}.header__main .menu-toggle.is-active span:nth-child(2){opacity:0}.header__main .menu-toggle.is-active span:nth-child(3){transform:translateY(-12px) rotate(-45deg)}}@media screen and (max-width:1024px) and (max-width:1440px) and (min-width:1280px){.header__menu-list>.header__menu-item>.header__main-link{font-size:26px;line-height:32px}}@media screen and (max-width:1024px) and (max-width:1279px) and (min-width:745px){.header__menu-list>.header__menu-item>.header__main-link{font-size:24px;line-height:30px}}@media screen and (max-width:1024px) and (max-width:744px){.header__menu-list>.header__menu-item>.header__main-link{font-size:21px;line-height:25px}}@media screen and (max-width:1024px) and (max-width:1440px) and (min-width:1280px){.header__menu-list>.header__menu-item .header__submenu .header__submenu-link{font-size:26px;line-height:32px}}@media screen and (max-width:1024px) and (max-width:1279px) and (min-width:745px){.header__menu-list>.header__menu-item .header__submenu .header__submenu-link{font-size:24px;line-height:30px}}@media screen and (max-width:1024px) and (max-width:744px){.header__menu-list>.header__menu-item .header__submenu .header__submenu-link{font-size:21px;line-height:25px}}/*# sourceMappingURL=style.css.map */