.c-SeasonSelector{display:flex;justify-content:flex-end}:root{--breakpoint-mobile-s:320;--breakpoint-mobile-m:375;--breakpoint-mobile-l:425;--breakpoint-tablet:768;--breakpoint-laptop:1024;--breakpoint-desktop:1440;--breakpoint-large-desktop:1600}@font-face{font-weight:700;font-family:Optima;font-style:normal;src:url(/assets/fonts/Optima/Optima-Bold.woff) format("woff")}@font-face{font-weight:400;font-family:Optima;font-style:italic;src:url(/assets/fonts/Optima/Optima-Italic.woff) format("woff")}@font-face{font-weight:400;font-family:Optima;font-style:normal;src:url(/assets/fonts/Optima/Optima-Text.woff) format("woff")}@font-face{font-weight:400;font-family:Lato;font-style:normal;src:url(/assets/fonts/Lato/Lato-Regular.woff2) format("woff2")}@font-face{font-weight:700;font-family:Lato;font-style:normal;src:url(/assets/fonts/Lato/Lato-Bold.woff2) format("woff2")}@font-face{font-weight:400;font-family:Lato;font-style:italic;src:url(/assets/fonts/Lato/Lato-Italic.woff2) format("woff2")}@font-face{font-weight:300;font-family:Lato;font-style:normal;src:url(/assets/fonts/Lato/Lato-Thin.woff2) format("woff2")}@font-face{font-weight:400;font-family:Abril Fatface;font-style:normal;src:url(/assets/fonts/AbrilFatface/AbrilFatface-Regular.woff2) format("woff2")}.c-BaseSwitch{display:flex;gap:1rem;align-items:center;padding:.75rem}.c-BaseSwitch__Toggle{position:relative;width:6.375rem;height:3.125rem;background-color:#efefef;border-radius:53.57px;cursor:pointer}.c-BaseSwitch__Checkbox{position:absolute;width:0;height:0;margin:0;padding:0;overflow:hidden;white-space:nowrap;opacity:0}.c-BaseSwitch__Thumb{position:absolute;left:0;width:3.125rem;height:3.125rem;background-color:#30445f;border-radius:53.57px;box-shadow:5.36px 0 8.93px 0 rgba(0,0,0,.25);transition:all .2s ease-out}.c-BaseSwitch__Thumb_IsChecked{box-shadow:-5.36px 0 8.93px 0 rgba(0,0,0,.25);transform:translateX(calc(100% + .125rem))}.c-BaseSwitch__LeftIcon,.c-BaseSwitch__RightIcon{position:absolute;left:0;display:flex;align-items:center;justify-content:center;width:3.125rem;height:3.125rem}.c-BaseSwitch__RightIcon{transform:translateX(calc(100% + .125rem))}.c-BaseSwitch__LeftIcon,.c-BaseSwitch__RightIcon{filter:invert(58%) sepia(0) saturate(12%) hue-rotate(149deg) brightness(88%) contrast(91%)}.c-BaseSwitch__LeftIcon_IsActive,.c-BaseSwitch__RightIcon_IsActive{filter:invert(100%) sepia(0) saturate(7500%) hue-rotate(335deg) brightness(107%) contrast(101%)}.c-BaseSwitch__Label{display:none}.c-BaseSwitch__SmallDeviceLabel{color:#30445f;font:700 .875rem/1.5 Lato;font-size:clamp(.875rem,2.5vw,1rem)}.c-BaseSwitch__AccessibilityElement{position:absolute;width:0;height:0;margin:0;padding:0;overflow:hidden;white-space:nowrap;opacity:0}@media(min-width:768px){.c-BaseSwitch__Label{display:inline;color:#30445f;font:700 1.125rem/1.2 Lato;transition:color .1s ease}.c-BaseSwitch__Label_IsBright{color:#bdbdbd}.c-BaseSwitch__SmallDeviceLabel{display:none}}