.HomeFooter-module__KmHkOW__footer{background-color:var(--primary-brown-800);padding:var(--spacing-40);margin:var(--spacing-12) var(--spacing-24) var(--spacing-24) var(--spacing-24);gap:var(--spacing-48);border-radius:var(--border-radius-16);flex-direction:column;display:flex}@media (max-width:967px){.HomeFooter-module__KmHkOW__footer{padding:var(--spacing-32)}}.HomeFooter-module__KmHkOW__footerBottom{justify-content:space-between;align-items:center;display:flex}@media (min-width:768px){.HomeFooter-module__KmHkOW__footerBottom{border-top:1px solid var(--neutral-800)}}@media (max-width:500px){.HomeFooter-module__KmHkOW__footerBottom{gap:var(--spacing-16);flex-direction:column-reverse;align-items:flex-start}}.HomeFooter-module__KmHkOW__languages{gap:var(--spacing-8);margin:0;padding:0;list-style:none;display:flex}.HomeFooter-module__KmHkOW__language{align-items:center;gap:var(--spacing-20);width:max-content;height:48px;padding:var(--spacing-12);font-size:var(--font-sizes-body-1);line-height:var(--line-heights-body-1);font-weight:var(--font-weights-bold);color:var(--basic-white);text-transform:uppercase;text-decoration:none;display:flex}.HomeFooter-module__KmHkOW__footerTop{gap:var(--spacing-64);flex-wrap:wrap;width:100%;display:flex}.HomeFooter-module__KmHkOW__footerTop>*{flex:1;min-width:245px}@media (min-width:768px){.HomeFooter-module__KmHkOW__footerTop>:first-child{min-width:max-content}}@media (min-width:1280px){.HomeFooter-module__KmHkOW__footerTop>:first-child{flex:0 auto;min-width:380px}.HomeFooter-module__KmHkOW__footerTop>:not(:first-child){flex:1}}
.Navbar-module__SwNVGW__navbar{z-index:999;background-color:var(--basic-white);border-style:solid;border-width:0;border-color:var(--neutral-300);width:100%;max-width:100%;position:relative}.Navbar-module__SwNVGW__navbar[data-position=sticky]{position:sticky;top:0}.Navbar-module__SwNVGW__navbar[data-position=static]{position:static}.Navbar-module__SwNVGW__navbar[data-bordered=true]{border-bottom-width:1px}.Navbar-module__SwNVGW__navbar[data-blurred=true]{-webkit-backdrop-filter:blur(16px)}.Navbar-module__SwNVGW__navbar[data-hidden=true]{transform:translateY(-100%)}.Navbar-module__SwNVGW__wrapper{width:100%;max-width:1440px;height:96px;padding:var(--spacing-24) var(--spacing-64);align-items:center;margin:0 auto;position:relative}@media (max-width:907px){.Navbar-module__SwNVGW__wrapper{padding:var(--spacing-24)}}.Navbar-module__SwNVGW__wrapperSingleColumn{grid-template-columns:1fr;justify-items:center;display:grid}.Navbar-module__SwNVGW__wrapperTwoColumns{gap:var(--spacing-16);grid-template-columns:auto 1fr;display:grid}.Navbar-module__SwNVGW__wrapperTwoColumns>:last-child{justify-self:end}.Navbar-module__SwNVGW__wrapperThreeColumns{gap:var(--spacing-16);grid-template-columns:auto 1fr auto;display:grid}.Navbar-module__SwNVGW__wrapperThreeColumns>:nth-child(2){justify-self:center}.Navbar-module__SwNVGW__wrapperThreeColumns>:last-child{justify-self:end}.Navbar-module__SwNVGW__wrapperFlexFallback{justify-content:space-between;align-items:center;gap:var(--spacing-16);display:flex}.Navbar-module__SwNVGW__brand{flex-shrink:0;align-items:center;display:flex}.Navbar-module__SwNVGW__content{align-items:center;gap:var(--spacing-16);display:flex}.Navbar-module__SwNVGW__content[data-justify=start]{justify-content:flex-start;margin-right:auto}.Navbar-module__SwNVGW__content[data-justify=center]{justify-content:center;margin:0 auto}.Navbar-module__SwNVGW__content[data-justify=end]{justify-content:flex-end;margin-left:auto}@media (max-width:907px){.Navbar-module__SwNVGW__content[data-hidden-on-mobile]{display:none}}@media (min-width:908px){.Navbar-module__SwNVGW__content[data-hidden-on-desktop]{display:none}}.Navbar-module__SwNVGW__item{white-space:nowrap;color:var(--neutral-800);cursor:pointer;-webkit-user-select:none;user-select:none;font-size:var(--font-sizes-body-1);line-height:var(--line-heights-body-1);font-weight:var(--font-weights-medium);align-items:center;transition:color .2s;display:flex}.Navbar-module__SwNVGW__item[data-active=true]{color:var(--text-neutral-strong);font-weight:var(--font-weights-bold)}.Navbar-module__SwNVGW__item:hover{color:var(--text-neutral-strong)}.Navbar-module__SwNVGW__toggle{border-radius:var(--border-radius-12);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .2s;display:flex}.Navbar-module__SwNVGW__toggle:hover,.Navbar-module__SwNVGW__toggle[data-pressed=true]{background-color:var(--neutral-100)}.Navbar-module__SwNVGW__menu{background-color:var(--basic-white);opacity:0;visibility:hidden;flex-direction:column;width:100%;height:100%;transition:opacity .3s,visibility .3s;display:flex;overflow-y:auto}.Navbar-module__SwNVGW__menu[data-open=true]{opacity:1;visibility:visible}.Navbar-module__SwNVGW__menuHeader{padding:var(--spacing-24);border-bottom:1px solid var(--neutral-200);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.Navbar-module__SwNVGW__menuCloseButton{border-radius:var(--border-radius-12);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;margin-left:auto;transition:background-color .2s;display:flex}.Navbar-module__SwNVGW__menuCloseButton:hover{background-color:var(--neutral-100)}.Navbar-module__SwNVGW__menuContent{padding:var(--spacing-24);padding-top:var(--spacing-32);flex:1}.Navbar-module__SwNVGW__menuItem{width:100%;padding:var(--spacing-16) var(--spacing-20);margin-bottom:var(--spacing-8);color:var(--neutral-700);border-radius:var(--border-radius-12);font-size:var(--font-sizes-body-1);line-height:var(--line-heights-body-1);font-weight:var(--font-weights-medium);cursor:pointer;align-items:center;text-decoration:none;transition:background-color .2s;display:flex}.Navbar-module__SwNVGW__menuItem:hover{background-color:var(--neutral-100);color:var(--text-neutral-strong)}.Navbar-module__SwNVGW__menuItem[data-active=true]{background-color:var(--neutral-100);color:var(--text-neutral-strong);font-weight:var(--font-weights-medium)}
.HomeHeader-module__LMmurW__header{z-index:100;position:sticky;top:0}.HomeHeader-module__LMmurW__silexBrandGroup{align-items:center;gap:var(--spacing-16);display:flex}.HomeHeader-module__LMmurW__silexBrandDivider{background-color:var(--neutral-300);width:1px;height:32px}.HomeHeader-module__LMmurW__announcementBar{background-color:var(--secondary-orange-300);padding:var(--spacing-12) var(--spacing-24);text-align:center;justify-content:center;align-items:center;display:flex}.HomeHeader-module__LMmurW__announcementText{margin:0}.HomeHeader-module__LMmurW__desktopOnly,.HomeHeader-module__LMmurW__mobileOnly,.HomeHeader-module__LMmurW__mobileToggle{display:flex}@media (min-width:768px){.HomeHeader-module__LMmurW__mobileOnly,.HomeHeader-module__LMmurW__mobileToggle{display:none!important}.HomeHeader-module__LMmurW__desktopOnly{display:flex!important}}@media (max-width:768px){.HomeHeader-module__LMmurW__desktopOnly{display:none!important}.HomeHeader-module__LMmurW__mobileOnly,.HomeHeader-module__LMmurW__mobileToggle{display:flex!important}}