.style_footer__2ozwy{background:var(--color-black);padding-top:64px;padding-bottom:64px}.style_content__t66DU{display:flex;justify-content:space-between;align-items:flex-start;gap:4rem}.style_desktopLinks___wsZG,.style_left__ag72i{display:flex;gap:6rem}.style_mobileBrand__ZRuuK{display:none}.style_column__yeRRU{display:flex;flex-direction:column;gap:2.6rem}.style_link__m2nBO{color:#d3d3d3;font-size:2rem;font-weight:400;text-decoration:none;transition:color .2s ease}.style_link__m2nBO:hover{color:var(--color-white)}.style_right__GwOAz{gap:1.6rem}.style_desktopLogo__w8lC0,.style_right__GwOAz{display:flex;align-items:center}.style_mobileLinks____bUX{display:none}@media(min-width:1800px){.style_link__m2nBO{font-size:2.4rem}}@media(max-width:1000px){.style_footer__2ozwy{padding-top:25px;padding-bottom:25px}.style_desktopLogo__w8lC0 img{width:141px;height:58px}.style_link__m2nBO{font-size:1.2rem}}@media(max-width:500px){.style_footer__2ozwy{background:#282828;padding-top:40px;padding-bottom:40px}.style_content__t66DU{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:0}.style_left__ag72i{display:flex;flex-direction:row;align-items:center;gap:1.6rem}.style_desktopLinks___wsZG{display:none}.style_mobileBrand__ZRuuK{flex-direction:row;gap:1.6rem}.style_logoWrapper__7xmdk,.style_mobileBrand__ZRuuK{display:flex;align-items:center}.style_logoWrapper__7xmdk img{width:107px;height:44px}.style_right__GwOAz{display:flex;align-items:flex-start}.style_desktopLogo__w8lC0{display:none}.style_mobileLinks____bUX{display:flex}.style_column__yeRRU{display:flex;flex-direction:column;gap:1.6rem}.style_link__m2nBO{color:#b3b3b3;font-size:1.2rem;font-weight:600;text-decoration:none;transition:color .2s ease}.style_link__m2nBO:hover{color:var(--color-white)}}.style_header__Pp4Zg{width:100%;height:100px;position:sticky;top:0;z-index:1000;background:var(--color-black);display:flex;justify-content:space-between;align-items:center}.style_headerRight__2N8ZM{display:flex;align-items:center;gap:2rem}.style_languageSwitcher__JXExz{position:relative}.style_langDropdownButton__RwU1m{background:rgba(0,0,0,0);border:none;cursor:pointer;display:flex;align-items:center;gap:.5rem;padding:.5rem;color:var(--color-white);transition:opacity .2s ease}.style_langDropdownButton__RwU1m:hover{opacity:.8}.style_langText__2wlrV{font-size:14px;font-weight:500;color:var(--color-white)}.style_chevron__TK39O{width:12px;color:var(--color-white);transition:transform .2s ease}.style_chevronOpen__jaZPM{transform:rotate(180deg)}.style_langDropdown__7gWRZ{position:absolute;top:calc(100% + .5rem);right:0;background:var(--color-grey-70);border:1px solid var(--color-primary);border-radius:8px;padding:.5rem 0;min-width:97px;z-index:1000;box-shadow:0 4px 12px rgba(0,0,0,.3)}.style_langOption__Adw_j{width:100%;background:rgba(0,0,0,0);border:none;cursor:pointer;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:var(--color-white);transition:background-color .2s ease;text-align:left}.style_langOption__Adw_j:hover{background:hsla(0,0%,100%,.05)}.style_langOption__Adw_j:first-child{border-radius:8px 8px 0 0}.style_langOption__Adw_j:last-child{border-radius:0 0 8px 8px}.style_langOptionActive__969Qp img{width:25px;height:19px}.style_langOptionActive__969Qp .style_langOptionText__8uhhf{font-size:2rem;font-weight:700}.style_langOptionText__8uhhf{font-size:1.6rem;font-weight:400;color:var(--color-white);flex:1 1}.style_chevronLeft__TZPVj{width:12px;color:var(--color-white);margin-left:auto;transform:rotate(90deg)}.style_logo__IVIWQ{display:flex;align-items:center}.style_burger__9M2JV{display:none;width:20px;height:20px;border-radius:10px;background:rgba(0,0,0,0);align-items:center;justify-content:center;gap:6px;cursor:pointer}.style_burgerLine__TT_S8{width:20px;height:2px;background:var(--color-white);display:block;transition:transform .25s ease,opacity .25s ease}.style_burgerOpen__E_CHR .style_burgerLine__TT_S8:first-child{transform:translateY(8px) rotate(45deg)}.style_burgerOpen__E_CHR .style_burgerLine__TT_S8:nth-child(2){opacity:0}.style_burgerOpen__E_CHR .style_burgerLine__TT_S8:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.style_navList__XYwTU{display:flex;align-items:center;list-style:none;gap:4rem;margin:0;padding:0}.style_navItem__5j7PM{position:relative}.style_navLink__RhV00{color:var(--color-white);font-weight:500;font-size:15px;transition:color .2s ease;position:relative}.style_navLink__RhV00:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--foreground);transition:width .3s ease}.style_navLink__RhV00:hover{color:var(--color-primary)}.style_navLink__RhV00:hover:after{width:100%}@media(max-width:1000px){.style_header__Pp4Zg{height:60px}.style_logo__IVIWQ{width:95px;height:40px}.style_logo__IVIWQ a,.style_logo__IVIWQ img{width:inherit;height:inherit}.style_navList__XYwTU{gap:2rem}.style_navLink__RhV00{font-size:1rem}.style_langDropdownButton__RwU1m{padding:.3rem;gap:.4rem}.style_langDropdownButton__RwU1m img{width:20px;height:20px}.style_langText__2wlrV{font-size:12px}.style_chevron__TK39O{width:10px;height:10px}}.style_mobileLangSwitcher__xzdaS{display:none;color:#f0f8ff}@media(max-width:700px){.style_header__Pp4Zg{height:40px}.style_logo__IVIWQ{width:62px;height:26px}.style_headerRight__2N8ZM{gap:1rem}.style_languageSwitcher__JXExz{display:none}.style_langDropdownButton__RwU1m{padding:.25rem;gap:.3rem}.style_langDropdownButton__RwU1m img{width:18px;height:18px}.style_langText__2wlrV{font-size:11px}.style_chevron__TK39O{width:8px;height:8px}.style_langDropdown__7gWRZ{min-width:100px;padding:.4rem 0}.style_langOption__Adw_j{padding:.6rem .8rem;gap:.5rem}.style_langOptionText__8uhhf{font-size:12px}.style_burger__9M2JV{display:flex;flex-direction:column}.style_nav__bNmn6{position:fixed;top:40px;left:0;right:0;bottom:0;background:var(--color-black);display:none;z-index:1100}.style_navOpen__GrDpc{display:block}.style_navList__XYwTU{flex-direction:column;align-items:center;justify-content:flex-start;padding-top:3rem;gap:2.4rem}.style_navLink__RhV00{font-size:1.6rem}.style_mobileLangSwitcher__xzdaS{display:flex}.style_mobileLangSwitcher__xzdaS .style_langOptionActive__969Qp{padding:4px 6px;background:var(--color-grey-70);border-radius:5px;border:1px solid var(--color-primary)}}@media(min-width:1700px){.style_header__Pp4Zg{height:133px}.style_navList__XYwTU{gap:6rem}.style_navLink__RhV00{font-size:2rem}}