.nav-module-scss-module__YFr3Za__nav{border-radius:100px;width:max-content;height:100%;display:none;position:relative;box-shadow:1px 1px 10px 4px #1111111c}@media (min-width:1120px){.nav-module-scss-module__YFr3Za__nav{display:flex}}
.header-module-scss-module__JsbOiq__fixed{width:100vw;max-width:100vw;position:fixed;top:20px}@media (min-width:1000px){.header-module-scss-module__JsbOiq__fixed{width:100%;max-width:1880px;left:50%;translate:-50%}}.header-module-scss-module__JsbOiq__header{z-index:50;justify-content:space-between;gap:1.25rem;height:40px;display:flex}@media (min-width:800px){.header-module-scss-module__JsbOiq__header{height:52px}}@media (min-width:1300px){.header-module-scss-module__JsbOiq__header{gap:42px}}.header-module-scss-module__JsbOiq__logo{z-index:2;cursor:pointer;-webkit-user-select:none;user-select:none;border:none;border-radius:100px;gap:.75rem;max-width:321px;height:100%;padding:.625rem .75rem;display:flex;position:relative;box-shadow:1px 1px 10px 4px #1111111c}.header-module-scss-module__JsbOiq__logo img{width:3.25rem;height:1.25rem;transition:filter .25s}@media (min-width:800px){.header-module-scss-module__JsbOiq__logo img{width:5.125rem;height:2rem}}.header-module-scss-module__JsbOiq__logo span{font-size:0;display:none}.header-module-scss-module__JsbOiq__logo:hover img{filter:brightness(0)invert()}@media (min-width:800px){.header-module-scss-module__JsbOiq__logo{padding:.625rem 1.5rem}}@media (min-width:1024px){.header-module-scss-module__JsbOiq__logo{padding:.625rem .75rem}}@media (min-width:1620px){.header-module-scss-module__JsbOiq__logo{padding:.625rem 1.25rem}.header-module-scss-module__JsbOiq__logo span{border-left:1px solid #414252;padding-left:13px;font-size:.875rem;font-weight:600;line-height:1.125;display:inline-block}.header-module-scss-module__JsbOiq__logo .header-module-scss-module__JsbOiq__phone{display:none}}.header-module-scss-module__JsbOiq__currentLogo{cursor:default}.header-module-scss-module__JsbOiq__search{background-color:#fff;border-radius:100px;order:0;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex;box-shadow:1px 1px 10px 4px #1111111c}@media (min-width:800px){.header-module-scss-module__JsbOiq__search{width:3.25rem;height:3.25rem}}.header-module-scss-module__JsbOiq__search a,.header-module-scss-module__JsbOiq__search button{width:100%;height:100%;color:inherit;cursor:pointer;border-radius:inherit;background:0 0;border:none;justify-content:center;align-items:center;display:flex}.header-module-scss-module__JsbOiq__mail{background-color:#fff;border-radius:100px;order:2;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex;box-shadow:1px 1px 10px 4px #1111111c}@media (min-width:1120px){.header-module-scss-module__JsbOiq__mail{order:1}}@media (min-width:800px){.header-module-scss-module__JsbOiq__mail{width:3.25rem;height:3.25rem}}.header-module-scss-module__JsbOiq__mail a,.header-module-scss-module__JsbOiq__mail button{width:100%;height:100%;color:inherit;cursor:pointer;border-radius:inherit;background:0 0;border:none;justify-content:center;align-items:center;display:flex}.header-module-scss-module__JsbOiq__phone{border-radius:100px;order:1;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:0;font-weight:600;display:flex;box-shadow:1px 1px 10px 4px #1111111c}.header-module-scss-module__JsbOiq__phone svg{display:inline-block}@media (min-width:1120px){.header-module-scss-module__JsbOiq__phone{order:2}}@media (min-width:800px){.header-module-scss-module__JsbOiq__phone{width:3.25rem;height:3.25rem}}@media (min-width:1536px){.header-module-scss-module__JsbOiq__phone{width:max-content;height:100%;padding:1.125rem 1.25rem;font-size:1.5rem}.header-module-scss-module__JsbOiq__phone svg{display:none}}.header-module-scss-module__JsbOiq__socials{gap:1rem;display:flex}.header-module-scss-module__JsbOiq__socials *{flex-shrink:0}@media (min-width:1200px){.header-module-scss-module__JsbOiq__socials{gap:1.25rem}}@media (max-width:1120px){.header-module-scss-module__JsbOiq__socials{margin-left:auto}}
.hamburger{z-index:2;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;background:#fff;border-radius:100px;flex-shrink:0;width:2.5rem;height:2.5rem;display:block;position:relative;overflow:hidden;transform:scale(1)}@media (min-width:1120px){.hamburger{display:none}}.path-burger{width:2.5rem;height:2.5rem;position:absolute;top:0;left:0;-webkit-mask:url(#mask);mask:url(#mask)}.animate-path{width:100%;height:100%;position:absolute;top:0;left:0}.path-rotation{transform-origin:100% 0;width:1.25rem;height:1.25rem;margin:1.25rem 1.25rem 0 0;transform:rotate(0)}.path-rotation:before{content:"";background:#1e22aa;width:30px;height:1.25rem;margin:0 4px 0 0;display:block}@keyframes rotate-out{0%{transform:rotate(0)}40%{transform:rotate(180deg)}to{transform:rotate(360deg)}}@keyframes rotate-in{0%{transform:rotate(360deg)}40%{transform:rotate(180deg)}to{transform:rotate(0)}}.hamburger.is-open .path{animation:.6s linear forwards dash-in}.hamburger.is-open .animate-path{animation:.6s linear forwards rotate-in}.hamburger.is-closed .path{animation:.6s linear forwards dash-out}.hamburger.is-closed .animate-path{animation:.6s linear forwards rotate-out}.path{stroke-dasharray:240;stroke-dashoffset:240px;stroke-linejoin:round}@keyframes dash-in{0%{stroke-dashoffset:240px}40%{stroke-dashoffset:240px}to{stroke-dashoffset:0}}@keyframes dash-out{0%{stroke-dashoffset:0}40%{stroke-dashoffset:240px}to{stroke-dashoffset:240px}}.burger-icon{width:1rem;height:.75rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.burger-container{width:100%;height:100%;position:relative}.burger-bun-top,.burger-bun-bot,.burger-filling{background:#1e22aa;border-radius:2px;height:2px;display:block;position:absolute;width:16px!important}.burger-bun-top{transform-origin:.95rem -.2rem;top:0}.burger-bun-bot{transform-origin:1.05rem .25rem;bottom:0}.burger-filling{top:5px}.burger-ring{width:2.5rem;height:2.5rem;position:absolute;top:0;left:0}.svg-ring{width:2.5rem;height:2.5rem}.hamburger.is-open .burger-bun-top{animation:.6s linear forwards bun-top-out}.hamburger.is-open .burger-bun-bot{animation:.6s linear forwards bun-bot-out}.hamburger.is-closed .burger-bun-top{animation:.6s linear forwards bun-top-in}.hamburger.is-closed .burger-bun-bot{animation:.6s linear forwards bun-bot-in}@keyframes bun-top-out{0%{top:0;left:0;transform:rotate(0)}20%{top:0;left:0;transform:rotate(15deg)}80%{top:0;left:-5px;transform:rotate(-60deg)}to{top:1px;left:-5px;transform:rotate(-45deg)}}@keyframes bun-bot-out{0%{left:0;transform:rotate(0)}20%{left:0;transform:rotate(-15deg)}80%{left:-5px;transform:rotate(60deg)}to{left:-5px;transform:rotate(45deg)}}@keyframes bun-top-in{0%{bot:0;left:-5px;transform:rotate(-45deg)}20%{bot:0;left:-5px;transform:rotate(-60deg)}80%{bot:0;left:0;transform:rotate(15deg)}to{bot:1px;left:0;transform:rotate(0)}}@keyframes bun-bot-in{0%{left:-5px;transform:rotate(45deg)}20%{bot:0;left:-5px;transform:rotate(60deg)}80%{bot:0;left:0;transform:rotate(-15deg)}to{left:0;transform:rotate(0)}}.hamburger.is-open .burger-filling{animation:.6s linear forwards burger-fill-out}.hamburger.is-closed .burger-filling{animation:.6s linear forwards burger-fill-in}@keyframes burger-fill-in{0%{width:0;left:36px}40%{width:0;left:40px}80%{width:36px;left:-6px}to{width:36px;left:0}}@keyframes burger-fill-out{0%{width:36px;left:0}20%{width:42px;left:-6px}40%{width:0;left:40px}to{width:0;left:36px}}@media (min-width:800px){.hamburger,.path-burger,.burger-ring,.svg-ring{width:3.25rem;height:3.25rem}}
.mobile-menu-module-scss-module__2A-TgG__menu{pointer-events:none;background-color:#1e22aa;flex-direction:column;width:100vw;height:calc(100vh + 20px);padding:120px 20px 0;transition:transform .25s;display:flex;position:fixed;top:-20px;left:0;overflow-y:auto;transform:translate(200vw)}.mobile-menu-module-scss-module__2A-TgG__menu.mobile-menu-module-scss-module__2A-TgG__active{pointer-events:all;transform:translate(0)}@media (min-width:1120px){.mobile-menu-module-scss-module__2A-TgG__menu{display:none}}.mobile-menu-module-scss-module__2A-TgG__links{color:#fff;flex-direction:column;gap:1.25rem;font-size:clamp(1.25rem,1.0227rem + .9091vw,1.625rem);font-weight:500;display:flex}.mobile-menu-module-scss-module__2A-TgG__link{width:100%}.mobile-menu-module-scss-module__2A-TgG__buttonDropdown{justify-content:space-between;width:100%;display:flex}.mobile-menu-module-scss-module__2A-TgG__buttonDropdown.mobile-menu-module-scss-module__2A-TgG__active{display:none}.mobile-menu-module-scss-module__2A-TgG__dropdown{flex-direction:column;gap:.325rem;padding-left:1rem;font-size:clamp(1rem,.9182rem + .3273vw,1.135rem);font-weight:500;display:flex}.mobile-menu-module-scss-module__2A-TgG__iconDropdown path:nth-child(2){transform-origin:50%;transition:transform .325s}.mobile-menu-module-scss-module__2A-TgG__iconCollapsed path:nth-child(2){transform:rotate(90deg)}
