:root{--font-primary:"Geraldton",sans-serif;--font-heading:"Francesco",serif;--bg-color:#fff;--bg-primary:#FF4F14;--bg-secondary:#F5F2F0;--color-text:#29282A;--color-secondary-text:#8C6B5E;--banana-color:#F5E7B2;--grey-color:#888;--shadow-color:rgba(0,0,0,0.1);--border-color:rgba(41,40,42,0.1);--overlay-color:rgba(0,0,0,0.5);--container-max-width:70%;--container-margin:115px auto 100px;--border-radius-sm:12px;--border-radius-md:20px;--border-radius-lg:24px;--transition-fast:0.2s ease;--transition-normal:0.3s ease;--transition-slow:0.5s ease;--transition-bounce:0.3s cubic-bezier(0.4,0,0.2,1);color-scheme:light dark}@media(prefers-color-scheme:dark){:root{--bg-color:#1a1a1a;--bg-secondary:#2a2a2a;--color-text:#f5f2f0;--color-secondary-text:#b8a696;--shadow-color:rgba(0,0,0,0.3);--border-color:rgba(245,242,240,0.1);--overlay-color:rgba(0,0,0,0.7)}}[data-theme=light]{--bg-color:#fff;--bg-secondary:#F5F2F0;--color-text:#29282A;--color-secondary-text:#8C6B5E;--shadow-color:rgba(0,0,0,0.1);--border-color:rgba(41,40,42,0.1);--overlay-color:rgba(0,0,0,0.5)}[data-theme=dark]{--bg-color:#1a1a1a;--bg-secondary:#2a2a2a;--color-text:#f5f2f0;--color-secondary-text:#b8a696;--shadow-color:rgba(0,0,0,0.3);--border-color:rgba(245,242,240,0.1);--overlay-color:rgba(0,0,0,0.7)}@font-face{font-family:Francesco;src:url(/fonts/Francesco/Francesco-Normal.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Francesco;src:url(/fonts/Francesco/Francesco-Regular.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Francesco;src:url(/fonts/Francesco/Francesco-Petitecapitale.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Geraldton;src:url(/fonts/Geraldton/Geraldton-Light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Geraldton;src:url(/fonts/Geraldton/Geraldton-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Geraldton;src:url(/fonts/Geraldton/Geraldton-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Geraldton;src:url(/fonts/Geraldton/Geraldton-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Geraldton;src:url(/fonts/Geraldton/Geraldton-Black.woff2) format("woff2");font-weight:900;font-style:normal;font-display:swap}*,:after,:before{box-sizing:border-box}blockquote,body,dd,dl,figure,h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0;padding:0}ol,ul{list-style:none}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit;color:inherit;background:none;border:none;outline:none}@media(prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}body,html{height:100%;margin:0}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5;background-color:var(--bg-color);color:var(--color-text);font-family:var(--font-primary);display:flex;flex-direction:column;transition:background-color var(--transition-normal),color var(--transition-normal)}.main{flex:1 1}.main-container{max-width:var(--container-max-width);margin:var(--container-margin)}.title-page{font-size:32px;font-weight:700;color:var(--color-text)}.title-block{font-size:24px}.page-list-title,.title-block{font-weight:700;cursor:default;color:var(--color-text)}.page-list-title{font-size:32px;margin-bottom:5px}.page-list-subtitile{font-size:18px;font-weight:400;color:var(--color-secondary-text);margin-bottom:30px;cursor:default}.time{font-size:14px;color:var(--grey-color);cursor:default}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.link-to-all{display:flex;justify-content:center;align-items:center;height:48px;background-color:var(--color-text);color:var(--bg-secondary);border-radius:var(--border-radius-md);padding:0 16px;font-weight:700;transition:var(--transition-bounce)}@media(hover:hover)and (pointer:fine){.link-to-all:hover{transform:translateY(-5px);box-shadow:0 8px 25px var(--shadow-color)}}.orange-btn{background-color:var(--bg-primary);color:#fff;font-weight:500;padding:10px 15px;border-radius:var(--border-radius-sm);transition:var(--transition-normal);cursor:pointer}@media(hover:hover)and (pointer:fine){.orange-btn:hover{opacity:.8;transform:translateY(-2px);box-shadow:0 4px 15px rgba(255,79,20,.3)}}.orange-btn:focus{outline:2px solid var(--bg-primary);outline-offset:2px}.not-found-main{text-align:center}.not-found-icon{width:500px;height:500px;margin:0 auto 30px;cursor:default}.not-found-title{font-size:32px;font-weight:700;text-align:center;color:var(--color-text);cursor:default}.not-found-text{font-size:18px;font-weight:400;text-align:center;color:var(--color-secondary-text);margin-bottom:30px;cursor:default}.not-found-text:last-of-type{margin-bottom:20px}.page-list-items{margin-bottom:50px}.page-list-items>article:first-of-type:after,.page-list-items>article:first-of-type:before{display:none}.news-item{scroll-margin-top:100px}.y-full-with{width:100%}@media(hover:hover)and (pointer:fine){.hover{transition:var(--transition-normal)}.hover:hover{transform:translateY(-5px)}.hover-list{transition:var(--transition-normal)}.hover-list:hover{color:var(--bg-primary)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.fade-in{animation:fadeIn .6s ease-out}.slide-up{animation:slideUp .4s ease-out}@media(prefers-color-scheme:dark){.orange-btn{box-shadow:0 2px 10px rgba(255,79,20,.2)}}@media(prefers-color-scheme:dark)and (hover:hover)and (pointer:fine){.orange-btn:hover{box-shadow:0 4px 20px rgba(255,79,20,.4)}}@media(prefers-color-scheme:dark){.link-to-all{background-color:var(--color-text);box-shadow:0 2px 10px var(--shadow-color)}}@media(prefers-color-scheme:dark)and (hover:hover)and (pointer:fine){.link-to-all:hover{box-shadow:0 8px 25px var(--shadow-color)}}@media(prefers-color-scheme:dark){.not-found-icon{filter:brightness(.9)}.time{color:var(--color-secondary-text)}}@media(prefers-contrast:high){:root{--bg-primary:#CC3A00;--border-color:#000;--shadow-color:rgba(0,0,0,0.5)}.orange-btn{border:2px solid var(--color-text)}.link-to-all{border:2px solid var(--bg-secondary)}}@media(hover:hover)and (pointer:fine){[data-theme=light] .orange-btn:hover{box-shadow:0 4px 20px rgba(255,79,20,.3)}}[data-theme=dark] .orange-btn{box-shadow:0 2px 10px rgba(255,79,20,.2)}@media(hover:hover)and (pointer:fine){[data-theme=dark] .orange-btn:hover{box-shadow:0 4px 20px rgba(255,79,20,.4)}}[data-theme=dark] .not-found-icon{filter:brightness(.9)}.theme-toggle{width:48px;height:48px;border-radius:50%;background-color:var(--bg-secondary);border:2px solid var(--border-color);display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer;transition:all var(--transition-normal);z-index:1000;box-shadow:0 2px 10px var(--shadow-color)}@media(hover:hover)and (pointer:fine){.theme-toggle:hover{transform:scale(1.1);box-shadow:0 4px 20px var(--shadow-color)}}.theme-toggle:active{transform:scale(.95)}@media(max-width:768px){.theme-toggle{width:44px;height:44px;font-size:18px;top:15px;right:15px}}@media(max-width:1480px){.main-container{max-width:85%}}@media(max-width:1180px){.main-container{max-width:90%}}@media(max-width:992px){.not-found-icon{width:400px;height:400px}}@media(max-width:768px){.main-container{margin:115px auto 60px;padding:0 20px}.page-list-title,.title-page{font-size:28px}}@media(max-width:600px){.page-list-items{margin-bottom:50px}.main-container{margin:80px auto 40px;padding:0}}@media(max-width:500px){.not-found-icon{width:280px;height:280px}.not-found-title{font-size:30px}.not-found-text{font-size:16px}.page-list-title,.title-page{font-size:24px}}@media(max-width:320px){.main-container{margin:40px auto 30px;padding:0 10px}.orange-btn{padding:8px 12px;font-size:14px}}@media print{body{background:#fff!important;color:#000!important}}@media print and (hover:hover)and (pointer:fine){.hover-list:hover,.hover:hover{transform:none!important}}@media print{.link-to-all,.orange-btn{background:#fff!important;color:#000!important;border:1px solid #000!important;box-shadow:none!important}}.header_header__GxrH0{display:flex;align-items:center;justify-content:space-between;padding:10px 10%;background-color:var(--bg-color);position:fixed;width:100%;top:0;z-index:1000;border-bottom:1px solid rgba(245,242,240,.6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-family:var(--font-primary);transition:all .3s ease}@media(prefers-reduced-motion:reduce){.header_header__GxrH0{transition:none}}.header_logo__R8Ixg{width:140px;z-index:1001;transition:all .3s ease}@media(hover:hover)and (pointer:fine){.header_logo__R8Ixg:hover{transform:scale(1.05)}}@media(hover:hover)and (pointer:fine)and (prefers-reduced-motion:reduce){.header_logo__R8Ixg:hover{transform:none}}.header_nav__NFQsI{display:flex;align-items:center;gap:8px}.header_navItem__oQT_h{position:relative}.header_link__1Af9t{text-decoration:none;color:var(--color-text);font-weight:500;font-family:var(--font-primary);padding:12px 16px;border-radius:12px;transition:all .3s ease;position:relative;font-size:16px;border:none;background:none;cursor:pointer;display:flex;align-items:center;gap:6px}@media(hover:hover)and (pointer:fine){.header_link__1Af9t:hover{background-color:var(--bg-secondary);color:var(--bg-primary);transform:translateY(-2px)}}@media(hover:hover)and (pointer:fine)and (prefers-reduced-motion:reduce){.header_link__1Af9t:hover{transform:none}}.header_link__1Af9t:focus{outline:none}.header_link__1Af9t:last-child{margin-right:0}.header_action__icTWS{background-color:var(--bg-primary);color:var(--bg-color);font-weight:600;box-shadow:0 4px 12px rgba(255,79,20,.3)}@media(hover:hover)and (pointer:fine){.header_action__icTWS:hover{background-color:#e6440f;color:var(--bg-color);box-shadow:0 6px 20px rgba(255,79,20,.4);transform:translateY(-3px)}}.header_action__icTWS:active{transform:translateY(-1px)}@media(hover:hover)and (pointer:fine){.header_dropdownToggle__QpnW6:hover .header_arrow__6RjB1:has(.header_arrowOpen__pmJ9g),.header_mobileDropdownToggle__U4Bpx:hover .header_arrow__6RjB1:has(.header_arrowOpen__pmJ9g){transform:rotate(180deg) translateY(-1px)}.header_dropdownToggle__QpnW6:hover .header_arrow__6RjB1:not(.header_arrowOpen__pmJ9g),.header_mobileDropdownToggle__U4Bpx:hover .header_arrow__6RjB1:not(.header_arrowOpen__pmJ9g){transform:translateY(-1px)}}.header_arrow__6RjB1{font-size:12px;transition:transform .3s ease}.header_arrow__6RjB1.header_arrowOpen__pmJ9g{transform:rotate(180deg)}@media(prefers-reduced-motion:reduce){.header_arrow__6RjB1{transition:none}.header_arrow__6RjB1.header_arrowOpen__pmJ9g{transform:none}}.header_dropdown__CRkoQ{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;background:var(--bg-color);border-radius:16px;box-shadow:0 12px 32px rgba(41,40,42,.15);padding:8px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(245,242,240,.8);z-index:1002}.header_dropdown__CRkoQ.header_dropdownOpen__NkZQo{opacity:1;visibility:visible;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.header_dropdown__CRkoQ{transition:opacity .3s ease;transform:none}.header_dropdown__CRkoQ.header_dropdownOpen__NkZQo{transform:none}}.header_dropdownItem__oAHup{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:12px;text-decoration:none;color:var(--color-text);font-weight:500;font-size:15px;transition:all .3s ease;width:100%}@media(hover:hover)and (pointer:fine){.header_dropdownItem__oAHup:hover{background-color:var(--bg-secondary);color:var(--bg-primary);transform:translateX(4px)}}@media(hover:hover)and (pointer:fine)and (prefers-reduced-motion:reduce){.header_dropdownItem__oAHup:hover{transform:none}}.header_dropdownItem__oAHup:focus{outline:none;background-color:var(--bg-secondary);color:var(--bg-primary)}.header_dropdownIcon__eT86u{font-size:18px;flex-shrink:0}.header_burger__ruxHI{display:none;background:none;border:none;cursor:pointer;position:relative;z-index:1001;padding:12px;border-radius:8px;transition:all .3s ease}@media(hover:hover)and (pointer:fine){.header_burger__ruxHI:hover{background-color:rgba(255,79,20,.1)}}@media(hover:hover)and (pointer:fine)and (prefers-reduced-motion:reduce){.header_burger__ruxHI:hover{background-color:rgba(0,0,0,0)}}.header_burger__ruxHI:focus{outline:none}.header_burger__ruxHI span{display:block;position:relative}.header_burger__ruxHI span,.header_burger__ruxHI span:after,.header_burger__ruxHI span:before{width:28px;height:3px;background:var(--bg-primary);border-radius:3px;transition:all .3s cubic-bezier(.4,0,.2,1)}.header_burger__ruxHI span:after,.header_burger__ruxHI span:before{content:"";position:absolute;left:0}.header_burger__ruxHI span:before{top:-8px}.header_burger__ruxHI span:after{top:8px}.header_burger__ruxHI.header_isOpen__MikE2 span{background:rgba(0,0,0,0)}.header_burger__ruxHI.header_isOpen__MikE2 span:before{transform:rotate(45deg);top:0}.header_burger__ruxHI.header_isOpen__MikE2 span:after{transform:rotate(-45deg);top:0}.header_mobileNav__FXCfP{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;background:var(--bg-color);z-index:1000;flex-direction:column;align-items:center;justify-content:center;gap:16px;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);padding:80px 20px 40px;overflow-y:auto}.header_mobileNav__FXCfP.header_open__0C_03{display:flex;opacity:1;visibility:visible}.header_mobileNav__FXCfP .header_link__1Af9t{font-size:24px;font-weight:600;padding:16px 24px;margin:0;min-width:200px;text-align:center;border:2px solid rgba(0,0,0,0);justify-content:center}@media(hover:hover)and (pointer:fine){.header_mobileNav__FXCfP .header_link__1Af9t:hover{border-color:var(--bg-primary);background-color:rgba(255,79,20,.05)}}.header_mobileNav__FXCfP .header_action__icTWS{font-size:20px;padding:16px 32px;box-shadow:0 8px 24px rgba(255,79,20,.3)}.header_mobileDropdown__EZY7E{width:100%;max-height:0;overflow:hidden;transition:max-height .3s cubic-bezier(.4,0,.2,1)}.header_mobileDropdown__EZY7E.header_mobileDropdownOpen__4_tDR{max-height:200px}@media(prefers-reduced-motion:reduce){.header_mobileDropdown__EZY7E{transition:none}.header_mobileDropdown__EZY7E:not(.header_mobileDropdownOpen__4_tDR){display:none}.header_mobileDropdown__EZY7E.header_mobileDropdownOpen__4_tDR{max-height:none;display:block}}.header_mobileDropdownItem__tc975{display:flex;align-items:center;justify-content:center;gap:12px;padding:12px 20px;margin:8px 0;border-radius:12px;text-decoration:none;color:var(--color-text);font-weight:500;font-size:18px;border:1px solid rgba(245,242,240,.6);background:hsla(0,0%,100%,.5);transition:all .3s ease}@media(hover:hover)and (pointer:fine){.header_mobileDropdownItem__tc975:hover{background-color:var(--bg-secondary);color:var(--bg-primary);border-color:var(--bg-primary)}}@media(max-width:1280px){.header_header__GxrH0{padding:14px 7.5%}.header_logo__R8Ixg{width:130px}}@media(max-width:1180px){.header_header__GxrH0{padding:12px 5%}.header_logo__R8Ixg{width:120px}.header_link__1Af9t{padding:10px 14px;font-size:15px}.header_dropdown__CRkoQ{min-width:200px}.header_dropdownItem__oAHup{padding:12px 14px;font-size:14px}}@media(max-width:768px){.header_header__GxrH0{padding:12px 5%}.header_burger__ruxHI{display:flex;align-items:center;justify-content:center}.header_nav__NFQsI{display:none}.header_logo__R8Ixg{width:110px}}@media(max-width:600px){.header_header__GxrH0{padding:10px 4%}.header_logo__R8Ixg{width:100px}.header_burger__ruxHI{padding:8px}.header_burger__ruxHI span,.header_burger__ruxHI span:after,.header_burger__ruxHI span:before{width:24px}.header_burger__ruxHI span:before{top:-6px}.header_burger__ruxHI span:after{top:6px}.header_mobileNav__FXCfP{gap:12px;padding:70px 15px 30px}.header_mobileNav__FXCfP .header_link__1Af9t{font-size:22px;padding:14px 20px;min-width:180px}.header_mobileNav__FXCfP .header_action__icTWS{font-size:18px;padding:14px 28px}.header_mobileDropdownItem__tc975{font-size:16px;padding:10px 16px}}@media(max-width:480px){.header_header__GxrH0{padding:8px 3%}.header_logo__R8Ixg{width:90px}.header_mobileNav__FXCfP .header_link__1Af9t{font-size:20px;padding:12px 18px;min-width:160px}.header_mobileNav__FXCfP .header_action__icTWS{font-size:16px;padding:12px 24px}.header_mobileDropdownItem__tc975{font-size:15px}}@keyframes header_fadeInUp___Cr6k{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.header_mobileNav__FXCfP.header_open__0C_03 .header_link__1Af9t{animation:header_fadeInUp___Cr6k .3s cubic-bezier(.4,0,.2,1);animation-fill-mode:both}@media(prefers-reduced-motion:reduce){.header_mobileNav__FXCfP.header_open__0C_03 .header_link__1Af9t{animation:none}}.header_mobileNav__FXCfP.header_open__0C_03 .header_link__1Af9t:first-child{animation-delay:.1s}.header_mobileNav__FXCfP.header_open__0C_03 .header_link__1Af9t:nth-child(2){animation-delay:.2s}.header_mobileNav__FXCfP.header_open__0C_03 .header_link__1Af9t:nth-child(3){animation-delay:.3s}.header_mobileNav__FXCfP.header_open__0C_03 .header_link__1Af9t:nth-child(4){animation-delay:.4s}.header_mobileNav__FXCfP.header_open__0C_03 .header_link__1Af9t:nth-child(5){animation-delay:.5s}.header_mobileNav__FXCfP.header_open__0C_03 .header_link__1Af9t:nth-child(6){animation-delay:.6s}.header_mobileNav__FXCfP.header_open__0C_03 .header_link__1Af9t:nth-child(7){animation-delay:.7s}.header_mobileNav__FXCfP.header_open__0C_03 .header_link__1Af9t:nth-child(8){animation-delay:.8s}.header_burger__ruxHI:focus-visible{outline:none;border-radius:8px}.header_link__1Af9t:focus-visible{outline:none;outline-offset:2px}.header_dropdownItem__oAHup:focus-visible{outline:2px solid var(--bg-primary);outline-offset:2px}.header_header__GxrH0.header_scrolled__uiG2S{background-color:hsla(0,0%,100%,.95);box-shadow:0 2px 20px rgba(41,40,42,.1)}@media(prefers-color-scheme:dark){.header_header__GxrH0{border-bottom-color:rgba(140,107,94,.3)}.header_dropdown__CRkoQ{box-shadow:0 12px 32px rgba(0,0,0,.3);border-color:rgba(140,107,94,.3)}}.styles_footer__1cZ8q{--footer-bg:#29282A;--footer-text:#F5F2F0;--footer-accent:#FF4F14;--footer-secondary:#F5E7B2;background:var(--footer-bg);color:var(--footer-text);font-family:var(--font-primary);margin-top:auto;position:relative}.styles_footer__1cZ8q:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--footer-accent),var(--footer-secondary),var(--footer-accent));opacity:.8}.styles_container__1t_Oy{max-width:70%;margin:0 auto;padding:50px 0 0;position:relative}@media(max-width:1280px){.styles_container__1t_Oy{max-width:85%}}@media(max-width:1180px){.styles_container__1t_Oy{max-width:90%}}@media(max-width:768px){.styles_container__1t_Oy{padding:40px 20px 0}}@media(max-width:480px){.styles_container__1t_Oy{padding:30px 0}}.styles_content__uRX4R{display:flex;justify-content:space-between;align-items:flex-start;gap:60px;margin-bottom:40px;flex-wrap:wrap}@media(max-width:992px){.styles_content__uRX4R{gap:40px}}@media(max-width:768px){.styles_content__uRX4R{flex-direction:column;gap:30px;text-align:center;position:relative}}@media(max-width:600px){.styles_content__uRX4R{gap:25px}}.styles_navigationWrapper__7ql49{display:contents}@media(max-width:768px){.styles_navigationWrapper__7ql49{display:flex;justify-content:space-between;gap:40px;width:100%;text-align:left}}@media(max-width:600px){.styles_navigationWrapper__7ql49{gap:30px}}@media(max-width:480px){.styles_navigationWrapper__7ql49{gap:0;text-align:center;justify-content:flex-start;max-width:100%}}@media(max-width:808px){.styles_themeToggleWrapper__l3q1q{position:absolute;top:50px;right:0;display:flex;justify-content:center}}@media(max-width:768px){.styles_themeToggleWrapper__l3q1q{top:0}}@media(max-width:480px){.styles_themeToggleWrapper__l3q1q{margin-bottom:15px}}.styles_company__Gynqn{flex:1 1;min-width:200px}@media(max-width:768px){.styles_company__Gynqn{order:-1;flex:none;width:100%}}.styles_company__Gynqn .styles_companyLink__VLtas{display:inline-block;margin-bottom:24px;width:140px;transition:all .3s cubic-bezier(.4,0,.2,1)}@media(max-width:768px){.styles_company__Gynqn .styles_companyLink__VLtas{width:120px;margin:0 auto 20px}}@media(hover:hover)and (pointer:fine){.styles_company__Gynqn .styles_companyLink__VLtas:hover{transform:translateY(-2px)}.styles_company__Gynqn .styles_companyLink__VLtas:hover svg path{fill:var(--footer-secondary)}}@media(hover:hover)and (pointer:fine)and (prefers-reduced-motion:reduce){.styles_company__Gynqn .styles_companyLink__VLtas:hover{transform:none}}.styles_company__Gynqn .styles_companyLink__VLtas svg{width:100%;height:auto}.styles_company__Gynqn .styles_companyLink__VLtas svg path{fill:var(--footer-accent);transition:fill .3s ease}.styles_legal__1RPaP,.styles_quickLinks__n2zdT{flex:1 1;min-width:180px}@media(max-width:768px){.styles_legal__1RPaP,.styles_quickLinks__n2zdT{flex:0 1 50%}}@media(max-width:480px){.styles_legal__1RPaP,.styles_quickLinks__n2zdT{flex:1 1 50%;max-width:50%;min-width:auto}}.styles_legal__1RPaP nav,.styles_quickLinks__n2zdT nav{height:100%}.styles_title__C6RHU{font-family:var(--font-heading);font-size:20px;font-weight:700;color:var(--footer-text);margin-bottom:20px;cursor:default;position:relative}.styles_title__C6RHU:after{content:"";position:absolute;bottom:-8px;left:0;width:40px;height:2px;background:var(--footer-accent);border-radius:1px}@media(max-width:480px){.styles_title__C6RHU:after{left:50%;transform:translateX(-20px)}}@media(max-width:768px){.styles_title__C6RHU{font-size:18px;margin-bottom:16px}}@media(max-width:480px){.styles_title__C6RHU{font-size:16px}}.styles_workTimeTime__2GS42{margin-bottom:16px}@media(max-width:768px){.styles_workTimeTime__2GS42:after{left:40%}}.styles_list__MMrjH{margin-bottom:0}.styles_list__MMrjH li{margin-bottom:12px;font-size:16px;line-height:1.5;font-weight:400;color:var(--footer-text);cursor:default;transition:all .3s ease}.styles_list__MMrjH li:last-child{margin-bottom:0}@media(max-width:768px){.styles_list__MMrjH li{font-size:15px;margin-bottom:10px}}@media(max-width:480px){.styles_list__MMrjH li{font-size:14px}}.styles_hover__K1gEq li{position:relative;padding-left:20px}@media(max-width:480px){.styles_hover__K1gEq li{padding-left:0}}.styles_hover__K1gEq li:before{content:"→";position:absolute;left:0;top:0;color:var(--footer-accent);font-weight:600;transition:all .3s ease;opacity:0;transform:translateX(-10px)}@media(max-width:480px){.styles_hover__K1gEq li:before{display:none}}@media(hover:hover)and (pointer:fine){.styles_hover__K1gEq li:hover{color:var(--footer-secondary);transform:translateX(8px)}}@media(hover:hover)and (pointer:fine)and (max-width:480px){.styles_hover__K1gEq li:hover{transform:none}}@media(hover:hover)and (pointer:fine){.styles_hover__K1gEq li:hover:before{opacity:1;transform:translateX(0)}}@media(hover:hover)and (pointer:fine)and (max-width:480px){.styles_hover__K1gEq li:hover:before{opacity:0}}@media(hover:hover)and (pointer:fine)and (prefers-reduced-motion:reduce){.styles_hover__K1gEq li:hover,.styles_hover__K1gEq li:hover:before{transform:none}}.styles_workTime__lEDQY{margin-bottom:24px}@media(max-width:768px){.styles_workTime__lEDQY{margin-bottom:20px}}.styles_workTime__lEDQY .styles_list__MMrjH li{font-weight:500;color:var(--footer-secondary)}.styles_workTime__lEDQY .styles_list__MMrjH li time{font-weight:600}.styles_socialList__MiMWo .styles_srOnly__7D5iU{font-family:var(--font-heading);font-size:16px;color:var(--footer-text);margin-bottom:16px;text-align:left;font-weight:600}@media(max-width:768px){.styles_socialList__MiMWo .styles_srOnly__7D5iU{text-align:center}}.styles_socialList__MiMWo .styles_list__MMrjH{display:flex;align-items:center;gap:16px;flex-wrap:wrap}@media(max-width:768px){.styles_socialList__MiMWo .styles_list__MMrjH{justify-content:center}}@media(max-width:480px){.styles_socialList__MiMWo .styles_list__MMrjH{gap:12px}}.styles_socialList__MiMWo li{margin-bottom:0}.styles_socialList__MiMWo li a{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:rgba(245,242,240,.1);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}@media(max-width:480px){.styles_socialList__MiMWo li a{width:44px;height:44px;border-radius:10px}}.styles_socialList__MiMWo li a:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--footer-accent);transition:left .3s ease;z-index:0}@media(hover:hover)and (pointer:fine){.styles_socialList__MiMWo li a:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(255,79,20,.4)}.styles_socialList__MiMWo li a:hover:before{left:0}.styles_socialList__MiMWo li a:hover svg{fill:#fff;transform:scale(1.1)}}.styles_socialList__MiMWo li a:focus{outline:2px solid var(--footer-accent);outline-offset:2px}@media(hover:hover)and (pointer:fine)and (prefers-reduced-motion:reduce){.styles_socialList__MiMWo li a:hover{transform:none}}.styles_socialList__MiMWo li svg{width:24px;height:24px;fill:var(--footer-accent);transition:all .3s ease;position:relative;z-index:1}@media(max-width:480px){.styles_socialList__MiMWo li svg{width:20px;height:20px}}.styles_copyright__ONbfn{border-top:1px solid rgba(245,242,240,.2);padding:30px 0;text-align:center;position:relative}@media(max-width:480px){.styles_copyright__ONbfn{padding:25px 0}}.styles_copyright__ONbfn:after,.styles_copyright__ONbfn:before{content:"";position:absolute;top:0;width:60px;height:1px;background:var(--footer-accent)}@media(max-width:480px){.styles_copyright__ONbfn:after,.styles_copyright__ONbfn:before{width:40px}}.styles_copyright__ONbfn:before{left:50%;transform:translateX(-80px)}@media(max-width:480px){.styles_copyright__ONbfn:before{transform:translateX(-60px)}}.styles_copyright__ONbfn:after{right:50%;transform:translateX(80px)}@media(max-width:480px){.styles_copyright__ONbfn:after{transform:translateX(60px)}}.styles_date__MtowA{font-size:14px;color:rgba(245,242,240,.8);font-weight:400;cursor:default;margin:0}@media(max-width:480px){.styles_date__MtowA{font-size:13px}}.styles_date__MtowA time{font-weight:500;color:var(--footer-secondary)}.styles_date__MtowA span[itemProp=legalName]{font-weight:600;color:var(--footer-text)}@media(prefers-color-scheme:dark){.styles_footer__1cZ8q{background:var(--footer-bg)!important;color:var(--footer-text)!important}.styles_footer__1cZ8q:before{opacity:.8}.styles_list__MMrjH li,.styles_socialList__MiMWo .styles_srOnly__7D5iU,.styles_title__C6RHU{color:var(--footer-text)!important}.styles_copyright__ONbfn{border-top-color:rgba(245,242,240,.2)}.styles_socialList__MiMWo li a{background:rgba(245,242,240,.1)}}@media(prefers-color-scheme:dark)and (hover:hover)and (pointer:fine){.styles_socialList__MiMWo li a:hover{background:var(--footer-accent)}}[data-theme=dark] .styles_footer__1cZ8q{background:var(--footer-bg)!important;color:var(--footer-text)!important}[data-theme=dark] .styles_footer__1cZ8q .styles_list__MMrjH li,[data-theme=dark] .styles_footer__1cZ8q .styles_socialList__MiMWo .styles_srOnly__7D5iU,[data-theme=dark] .styles_footer__1cZ8q .styles_title__C6RHU{color:var(--footer-text)!important}@media print{.styles_footer__1cZ8q{background:#fff!important;color:#000!important}.styles_footer__1cZ8q:before,.styles_hover__K1gEq li:before,.styles_socialList__MiMWo,.styles_themeToggleWrapper__l3q1q{display:none}}