.mdc-elevation-overlay{position:absolute;border-radius:inherit;pointer-events:none;opacity:0;opacity:var(--mdc-elevation-overlay-opacity, 0);transition:opacity 280ms cubic-bezier(0.4, 0, 0.2, 1);background-color:#fff;background-color:var(--mdc-elevation-overlay-color, #fff)}.mdc-switch{align-items:center;background:none;border:none;cursor:pointer;display:inline-flex;flex-shrink:0;margin:0;outline:none;overflow:visible;padding:0;position:relative}.mdc-switch[hidden]{display:none}.mdc-switch:disabled{cursor:default;pointer-events:none}.mdc-switch__track{overflow:hidden;position:relative;width:100%}.mdc-switch__track::before,.mdc-switch__track::after{border:1px solid rgba(0,0,0,0);border-radius:inherit;box-sizing:border-box;content:"";height:100%;left:0;position:absolute;width:100%}@media screen and (forced-colors: active){.mdc-switch__track::before,.mdc-switch__track::after{border-color:currentColor}}.mdc-switch__track::before{transition:transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);transform:translateX(0)}.mdc-switch__track::after{transition:transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);transform:translateX(-100%)}[dir=rtl] .mdc-switch__track::after,.mdc-switch__track[dir=rtl]::after{transform:translateX(100%)}.mdc-switch--selected .mdc-switch__track::before{transition:transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);transform:translateX(100%)}[dir=rtl] .mdc-switch--selected .mdc-switch__track::before,.mdc-switch--selected .mdc-switch__track[dir=rtl]::before{transform:translateX(-100%)}.mdc-switch--selected .mdc-switch__track::after{transition:transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);transform:translateX(0)}.mdc-switch__handle-track{height:100%;pointer-events:none;position:absolute;top:0;transition:transform 75ms 0ms cubic-bezier(0.4, 0, 0.2, 1);left:0;right:auto;transform:translateX(0)}[dir=rtl] .mdc-switch__handle-track,.mdc-switch__handle-track[dir=rtl]{left:auto;right:0}.mdc-switch--selected .mdc-switch__handle-track{transform:translateX(100%)}[dir=rtl] .mdc-switch--selected .mdc-switch__handle-track,.mdc-switch--selected .mdc-switch__handle-track[dir=rtl]{transform:translateX(-100%)}.mdc-switch__handle{display:flex;pointer-events:auto;position:absolute;top:50%;transform:translateY(-50%);left:0;right:auto}[dir=rtl] .mdc-switch__handle,.mdc-switch__handle[dir=rtl]{left:auto;right:0}.mdc-switch__handle::before,.mdc-switch__handle::after{border:1px solid rgba(0,0,0,0);border-radius:inherit;box-sizing:border-box;content:"";width:100%;height:100%;left:0;position:absolute;top:0;transition:background-color 75ms 0ms cubic-bezier(0.4, 0, 0.2, 1),border-color 75ms 0ms cubic-bezier(0.4, 0, 0.2, 1);z-index:-1}@media screen and (forced-colors: active){.mdc-switch__handle::before,.mdc-switch__handle::after{border-color:currentColor}}.mdc-switch__shadow{border-radius:inherit;bottom:0;left:0;position:absolute;right:0;top:0}.mdc-elevation-overlay{bottom:0;left:0;right:0;top:0}.mdc-switch__ripple{left:50%;position:absolute;top:50%;transform:translate(-50%, -50%);z-index:-1}.mdc-switch:disabled .mdc-switch__ripple{display:none}.mdc-switch__icons{height:100%;position:relative;width:100%;z-index:1}.mdc-switch__icon{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;opacity:0;transition:opacity 30ms 0ms cubic-bezier(0.4, 0, 1, 1)}.mdc-switch--selected .mdc-switch__icon--on,.mdc-switch--unselected .mdc-switch__icon--off{opacity:1;transition:opacity 45ms 30ms cubic-bezier(0, 0, 0.2, 1)}.mdc-switch{--mdc-ripple-fg-size: 0;--mdc-ripple-left: 0;--mdc-ripple-top: 0;--mdc-ripple-fg-scale: 1;--mdc-ripple-fg-translate-end: 0;--mdc-ripple-fg-translate-start: 0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}@keyframes mdc-ripple-fg-radius-in{from{animation-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transform:translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1)}to{transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}}@keyframes mdc-ripple-fg-opacity-in{from{animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity, 0)}}@keyframes mdc-ripple-fg-opacity-out{from{animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity, 0)}to{opacity:0}}.mdc-switch .mdc-switch__ripple::before,.mdc-switch .mdc-switch__ripple::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-switch .mdc-switch__ripple::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index, 1)}.mdc-switch .mdc-switch__ripple::after{z-index:0;z-index:var(--mdc-ripple-z-index, 0)}.mdc-switch.mdc-ripple-upgraded .mdc-switch__ripple::before{transform:scale(var(--mdc-ripple-fg-scale, 1))}.mdc-switch.mdc-ripple-upgraded .mdc-switch__ripple::after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-switch.mdc-ripple-upgraded--unbounded .mdc-switch__ripple::after{top:var(--mdc-ripple-top, 0);left:var(--mdc-ripple-left, 0)}.mdc-switch.mdc-ripple-upgraded--foreground-activation .mdc-switch__ripple::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-switch.mdc-ripple-upgraded--foreground-deactivation .mdc-switch__ripple::after{animation:mdc-ripple-fg-opacity-out 150ms;transform:translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1))}.mdc-switch .mdc-switch__ripple::before,.mdc-switch .mdc-switch__ripple::after{top:calc(50% - 50%);left:calc(50% - 50%);width:100%;height:100%}.mdc-switch.mdc-ripple-upgraded .mdc-switch__ripple::before,.mdc-switch.mdc-ripple-upgraded .mdc-switch__ripple::after{top:var(--mdc-ripple-top, calc(50% - 50%));left:var(--mdc-ripple-left, calc(50% - 50%));width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}.mdc-switch.mdc-ripple-upgraded .mdc-switch__ripple::after{width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}.mdc-switch .mdc-switch__focus-ring-wrapper{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.mdc-switch.mdc-ripple-upgraded--background-focused .mdc-switch__focus-ring,.mdc-switch:not(.mdc-ripple-upgraded):focus .mdc-switch__focus-ring{pointer-events:none;border:2px solid rgba(0,0,0,0);border-radius:6px;box-sizing:content-box;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors: active){.mdc-switch.mdc-ripple-upgraded--background-focused .mdc-switch__focus-ring,.mdc-switch:not(.mdc-ripple-upgraded):focus .mdc-switch__focus-ring{border-color:CanvasText}}.mdc-switch.mdc-ripple-upgraded--background-focused .mdc-switch__focus-ring::after,.mdc-switch:not(.mdc-ripple-upgraded):focus .mdc-switch__focus-ring::after{content:"";border:2px solid rgba(0,0,0,0);border-radius:8px;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors: active){.mdc-switch.mdc-ripple-upgraded--background-focused .mdc-switch__focus-ring::after,.mdc-switch:not(.mdc-ripple-upgraded):focus .mdc-switch__focus-ring::after{border-color:CanvasText}}.mdc-switch{width:36px;width:var(--mdc-switch-track-width, 36px)}.mdc-switch.mdc-switch--selected:enabled .mdc-switch__handle::after{background:#6200ee;background:var(--mdc-switch-selected-handle-color, var(--mdc-theme-primary, #6200ee))}.mdc-switch.mdc-switch--selected:enabled:hover:not(:focus):not(:active) .mdc-switch__handle::after{background:#310077;background:var(--mdc-switch-selected-hover-handle-color, #310077)}.mdc-switch.mdc-switch--selected:enabled:focus:not(:active) .mdc-switch__handle::after{background:#310077;background:var(--mdc-switch-selected-focus-handle-color, #310077)}.mdc-switch.mdc-switch--selected:enabled:active .mdc-switch__handle::after{background:#310077;background:var(--mdc-switch-selected-pressed-handle-color, #310077)}.mdc-switch.mdc-switch--selected:disabled .mdc-switch__handle::after{background:#424242;background:var(--mdc-switch-disabled-selected-handle-color, #424242)}.mdc-switch.mdc-switch--unselected:enabled .mdc-switch__handle::after{background:#616161;background:var(--mdc-switch-unselected-handle-color, #616161)}.mdc-switch.mdc-switch--unselected:enabled:hover:not(:focus):not(:active) .mdc-switch__handle::after{background:#212121;background:var(--mdc-switch-unselected-hover-handle-color, #212121)}.mdc-switch.mdc-switch--unselected:enabled:focus:not(:active) .mdc-switch__handle::after{background:#212121;background:var(--mdc-switch-unselected-focus-handle-color, #212121)}.mdc-switch.mdc-switch--unselected:enabled:active .mdc-switch__handle::after{background:#212121;background:var(--mdc-switch-unselected-pressed-handle-color, #212121)}.mdc-switch.mdc-switch--unselected:disabled .mdc-switch__handle::after{background:#424242;background:var(--mdc-switch-disabled-unselected-handle-color, #424242)}.mdc-switch .mdc-switch__handle::before{background:#fff;background:var(--mdc-switch-handle-surface-color, var(--mdc-theme-surface, #fff))}.mdc-switch:enabled .mdc-switch__shadow{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);box-shadow:var(--mdc-switch-handle-elevation, 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12))}.mdc-switch:disabled .mdc-switch__shadow{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);box-shadow:var(--mdc-switch-disabled-handle-elevation, 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12))}.mdc-switch .mdc-switch__focus-ring-wrapper,.mdc-switch .mdc-switch__handle{height:20px;height:var(--mdc-switch-handle-height, 20px)}.mdc-switch:disabled .mdc-switch__handle::after{opacity:0.38;opacity:var(--mdc-switch-disabled-handle-opacity, 0.38)}.mdc-switch .mdc-switch__handle{border-radius:10px;border-radius:var(--mdc-switch-handle-shape, 10px)}.mdc-switch .mdc-switch__handle{width:20px;width:var(--mdc-switch-handle-width, 20px)}.mdc-switch .mdc-switch__handle-track{width:calc(100% - 20px);width:calc(100% - var(--mdc-switch-handle-width, 20px))}.mdc-switch.mdc-switch--selected:enabled .mdc-switch__icon{fill:#fff;fill:var(--mdc-switch-selected-icon-color, var(--mdc-theme-on-primary, #fff))}.mdc-switch.mdc-switch--selected:disabled .mdc-switch__icon{fill:#fff;fill:var(--mdc-switch-disabled-selected-icon-color, var(--mdc-theme-on-primary, #fff))}.mdc-switch.mdc-switch--unselected:enabled .mdc-switch__icon{fill:#fff;fill:var(--mdc-switch-unselected-icon-color, var(--mdc-theme-on-primary, #fff))}.mdc-switch.mdc-switch--unselected:disabled .mdc-switch__icon{fill:#fff;fill:var(--mdc-switch-disabled-unselected-icon-color, var(--mdc-theme-on-primary, #fff))}.mdc-switch.mdc-switch--selected:disabled .mdc-switch__icons{opacity:0.38;opacity:var(--mdc-switch-disabled-selected-icon-opacity, 0.38)}.mdc-switch.mdc-switch--unselected:disabled .mdc-switch__icons{opacity:0.38;opacity:var(--mdc-switch-disabled-unselected-icon-opacity, 0.38)}.mdc-switch.mdc-switch--selected .mdc-switch__icon{width:18px;width:var(--mdc-switch-selected-icon-size, 18px);height:18px;height:var(--mdc-switch-selected-icon-size, 18px)}.mdc-switch.mdc-switch--unselected .mdc-switch__icon{width:18px;width:var(--mdc-switch-unselected-icon-size, 18px);height:18px;height:var(--mdc-switch-unselected-icon-size, 18px)}.mdc-switch.mdc-switch--selected:enabled:hover:not(:focus) .mdc-switch__ripple::before,.mdc-switch.mdc-switch--selected:enabled:hover:not(:focus) .mdc-switch__ripple::after{background-color:#6200ee;background-color:var(--mdc-switch-selected-hover-state-layer-color, var(--mdc-theme-primary, #6200ee))}.mdc-switch.mdc-switch--selected:enabled:focus .mdc-switch__ripple::before,.mdc-switch.mdc-switch--selected:enabled:focus .mdc-switch__ripple::after{background-color:#6200ee;background-color:var(--mdc-switch-selected-focus-state-layer-color, var(--mdc-theme-primary, #6200ee))}.mdc-switch.mdc-switch--selected:enabled:active .mdc-switch__ripple::before,.mdc-switch.mdc-switch--selected:enabled:active .mdc-switch__ripple::after{background-color:#6200ee;background-color:var(--mdc-switch-selected-pressed-state-layer-color, var(--mdc-theme-primary, #6200ee))}.mdc-switch.mdc-switch--unselected:enabled:hover:not(:focus) .mdc-switch__ripple::before,.mdc-switch.mdc-switch--unselected:enabled:hover:not(:focus) .mdc-switch__ripple::after{background-color:#424242;background-color:var(--mdc-switch-unselected-hover-state-layer-color, #424242)}.mdc-switch.mdc-switch--unselected:enabled:focus .mdc-switch__ripple::before,.mdc-switch.mdc-switch--unselected:enabled:focus .mdc-switch__ripple::after{background-color:#424242;background-color:var(--mdc-switch-unselected-focus-state-layer-color, #424242)}.mdc-switch.mdc-switch--unselected:enabled:active .mdc-switch__ripple::before,.mdc-switch.mdc-switch--unselected:enabled:active .mdc-switch__ripple::after{background-color:#424242;background-color:var(--mdc-switch-unselected-pressed-state-layer-color, #424242)}.mdc-switch.mdc-switch--selected:enabled:hover:not(:focus):hover .mdc-switch__ripple::before,.mdc-switch.mdc-switch--selected:enabled:hover:not(:focus).mdc-ripple-surface--hover .mdc-switch__ripple::before{opacity:0.04;opacity:var(--mdc-switch-selected-hover-state-layer-opacity, 0.04)}.mdc-switch.mdc-switch--selected:enabled:focus.mdc-ripple-upgraded--background-focused .mdc-switch__ripple::before,.mdc-switch.mdc-switch--selected:enabled:focus:not(.mdc-ripple-upgraded):focus .mdc-switch__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-switch-selected-focus-state-layer-opacity, 0.12)}.mdc-switch.mdc-switch--selected:enabled:active:not(.mdc-ripple-upgraded) .mdc-switch__ripple::after{transition:opacity 150ms linear}.mdc-switch.mdc-switch--selected:enabled:active:not(.mdc-ripple-upgraded):active .mdc-switch__ripple::after{transition-duration:75ms;opacity:0.1;opacity:var(--mdc-switch-selected-pressed-state-layer-opacity, 0.1)}.mdc-switch.mdc-switch--selected:enabled:active.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-switch-selected-pressed-state-layer-opacity, 0.1)}.mdc-switch.mdc-switch--unselected:enabled:hover:not(:focus):hover .mdc-switch__ripple::before,.mdc-switch.mdc-switch--unselected:enabled:hover:not(:focus).mdc-ripple-surface--hover .mdc-switch__ripple::before{opacity:0.04;opacity:var(--mdc-switch-unselected-hover-state-layer-opacity, 0.04)}.mdc-switch.mdc-switch--unselected:enabled:focus.mdc-ripple-upgraded--background-focused .mdc-switch__ripple::before,.mdc-switch.mdc-switch--unselected:enabled:focus:not(.mdc-ripple-upgraded):focus .mdc-switch__ripple::before{transition-duration:75ms;opacity:0.12;opacity:var(--mdc-switch-unselected-focus-state-layer-opacity, 0.12)}.mdc-switch.mdc-switch--unselected:enabled:active:not(.mdc-ripple-upgraded) .mdc-switch__ripple::after{transition:opacity 150ms linear}.mdc-switch.mdc-switch--unselected:enabled:active:not(.mdc-ripple-upgraded):active .mdc-switch__ripple::after{transition-duration:75ms;opacity:0.1;opacity:var(--mdc-switch-unselected-pressed-state-layer-opacity, 0.1)}.mdc-switch.mdc-switch--unselected:enabled:active.mdc-ripple-upgraded{--mdc-ripple-fg-opacity:var(--mdc-switch-unselected-pressed-state-layer-opacity, 0.1)}.mdc-switch .mdc-switch__ripple{height:48px;height:var(--mdc-switch-state-layer-size, 48px);width:48px;width:var(--mdc-switch-state-layer-size, 48px)}.mdc-switch .mdc-switch__track{height:14px;height:var(--mdc-switch-track-height, 14px)}.mdc-switch:disabled .mdc-switch__track{opacity:0.12;opacity:var(--mdc-switch-disabled-track-opacity, 0.12)}.mdc-switch:enabled .mdc-switch__track::after{background:#d7bbff;background:var(--mdc-switch-selected-track-color, #d7bbff)}.mdc-switch:enabled:hover:not(:focus):not(:active) .mdc-switch__track::after{background:#d7bbff;background:var(--mdc-switch-selected-hover-track-color, #d7bbff)}.mdc-switch:enabled:focus:not(:active) .mdc-switch__track::after{background:#d7bbff;background:var(--mdc-switch-selected-focus-track-color, #d7bbff)}.mdc-switch:enabled:active .mdc-switch__track::after{background:#d7bbff;background:var(--mdc-switch-selected-pressed-track-color, #d7bbff)}.mdc-switch:disabled .mdc-switch__track::after{background:#424242;background:var(--mdc-switch-disabled-selected-track-color, #424242)}.mdc-switch:enabled .mdc-switch__track::before{background:#e0e0e0;background:var(--mdc-switch-unselected-track-color, #e0e0e0)}.mdc-switch:enabled:hover:not(:focus):not(:active) .mdc-switch__track::before{background:#e0e0e0;background:var(--mdc-switch-unselected-hover-track-color, #e0e0e0)}.mdc-switch:enabled:focus:not(:active) .mdc-switch__track::before{background:#e0e0e0;background:var(--mdc-switch-unselected-focus-track-color, #e0e0e0)}.mdc-switch:enabled:active .mdc-switch__track::before{background:#e0e0e0;background:var(--mdc-switch-unselected-pressed-track-color, #e0e0e0)}.mdc-switch:disabled .mdc-switch__track::before{background:#424242;background:var(--mdc-switch-disabled-unselected-track-color, #424242)}.mdc-switch .mdc-switch__track{border-radius:7px;border-radius:var(--mdc-switch-track-shape, 7px)}@media screen and (forced-colors: active),(-ms-high-contrast: active){.mdc-switch:disabled .mdc-switch__handle::after{opacity:1;opacity:var(--mdc-switch-disabled-handle-opacity, 1)}.mdc-switch.mdc-switch--selected:enabled .mdc-switch__icon{fill:ButtonText;fill:var(--mdc-switch-selected-icon-color, ButtonText)}.mdc-switch.mdc-switch--selected:disabled .mdc-switch__icon{fill:GrayText;fill:var(--mdc-switch-disabled-selected-icon-color, GrayText)}.mdc-switch.mdc-switch--unselected:enabled .mdc-switch__icon{fill:ButtonText;fill:var(--mdc-switch-unselected-icon-color, ButtonText)}.mdc-switch.mdc-switch--unselected:disabled .mdc-switch__icon{fill:GrayText;fill:var(--mdc-switch-disabled-unselected-icon-color, GrayText)}.mdc-switch.mdc-switch--selected:disabled .mdc-switch__icons{opacity:1;opacity:var(--mdc-switch-disabled-selected-icon-opacity, 1)}.mdc-switch.mdc-switch--unselected:disabled .mdc-switch__icons{opacity:1;opacity:var(--mdc-switch-disabled-unselected-icon-opacity, 1)}.mdc-switch:disabled .mdc-switch__track{opacity:1;opacity:var(--mdc-switch-disabled-track-opacity, 1)}}@keyframes shadow-check-animation{0%{opacity:0}33%{opacity:.15}100%{opacity:0}}@keyframes shadow-uncheck-animation{0%{opacity:0}33%{opacity:.15}100%{opacity:0}}.mdc-switch{width:32px;width:var(--mdc-switch-track-width, 32px)}.mdc-switch.mdc-switch--selected:enabled .mdc-switch__handle::after{background:#198038;background:var(--mdc-switch-selected-handle-color, #198038)}.mdc-switch.mdc-switch--selected:enabled:hover:not(:focus):not(:active) .mdc-switch__handle::after{background:#198038;background:var(--mdc-switch-selected-hover-handle-color, #198038)}.mdc-switch.mdc-switch--selected:enabled:focus:not(:active) .mdc-switch__handle::after{background:#198038;background:var(--mdc-switch-selected-focus-handle-color, #198038)}.mdc-switch.mdc-switch--selected:enabled:active .mdc-switch__handle::after{background:#198038;background:var(--mdc-switch-selected-pressed-handle-color, #198038)}.mdc-switch.mdc-switch--selected:disabled .mdc-switch__handle::after{background:#198038;background:var(--mdc-switch-disabled-selected-handle-color, #198038)}.mdc-switch.mdc-switch--unselected:enabled .mdc-switch__handle::after{background:white;background:var(--mdc-switch-unselected-handle-color, white)}.mdc-switch.mdc-switch--unselected:enabled:hover:not(:focus):not(:active) .mdc-switch__handle::after{background:white;background:var(--mdc-switch-unselected-hover-handle-color, white)}.mdc-switch.mdc-switch--unselected:enabled:focus:not(:active) .mdc-switch__handle::after{background:white;background:var(--mdc-switch-unselected-focus-handle-color, white)}.mdc-switch.mdc-switch--unselected:enabled:active .mdc-switch__handle::after{background:white;background:var(--mdc-switch-unselected-pressed-handle-color, white)}.mdc-switch.mdc-switch--unselected:disabled .mdc-switch__handle::after{background:white;background:var(--mdc-switch-disabled-unselected-handle-color, white)}.mdc-switch.mdc-switch--selected:enabled:hover:not(:focus) .mdc-switch__ripple::before,.mdc-switch.mdc-switch--selected:enabled:hover:not(:focus) .mdc-switch__ripple::after{background-color:#198038;background-color:var(--mdc-switch-selected-hover-state-layer-color, #198038)}.mdc-switch.mdc-switch--selected:enabled:focus .mdc-switch__ripple::before,.mdc-switch.mdc-switch--selected:enabled:focus .mdc-switch__ripple::after{background-color:#198038;background-color:var(--mdc-switch-selected-focus-state-layer-color, #198038)}.mdc-switch.mdc-switch--selected:enabled:active .mdc-switch__ripple::before,.mdc-switch.mdc-switch--selected:enabled:active .mdc-switch__ripple::after{background-color:#198038;background-color:var(--mdc-switch-selected-pressed-state-layer-color, #198038)}.mdc-switch.mdc-switch--unselected:enabled:hover:not(:focus) .mdc-switch__ripple::before,.mdc-switch.mdc-switch--unselected:enabled:hover:not(:focus) .mdc-switch__ripple::after{background-color:#198038;background-color:var(--mdc-switch-unselected-hover-state-layer-color, #198038)}.mdc-switch.mdc-switch--unselected:enabled:focus .mdc-switch__ripple::before,.mdc-switch.mdc-switch--unselected:enabled:focus .mdc-switch__ripple::after{background-color:#198038;background-color:var(--mdc-switch-unselected-focus-state-layer-color, #198038)}.mdc-switch.mdc-switch--unselected:enabled:active .mdc-switch__ripple::before,.mdc-switch.mdc-switch--unselected:enabled:active .mdc-switch__ripple::after{background-color:#198038;background-color:var(--mdc-switch-unselected-pressed-state-layer-color, #198038)}.mdc-switch:disabled .mdc-switch__track{opacity:0.38;opacity:var(--mdc-switch-disabled-track-opacity, 0.38)}.mdc-switch:enabled .mdc-switch__track::after{background:rgba(25, 128, 56, 0.54);background:var(--mdc-switch-selected-track-color, rgba(25, 128, 56, 0.54))}.mdc-switch:enabled:hover:not(:focus):not(:active) .mdc-switch__track::after{background:rgba(25, 128, 56, 0.54);background:var(--mdc-switch-selected-hover-track-color, rgba(25, 128, 56, 0.54))}.mdc-switch:enabled:focus:not(:active) .mdc-switch__track::after{background:rgba(25, 128, 56, 0.54);background:var(--mdc-switch-selected-focus-track-color, rgba(25, 128, 56, 0.54))}.mdc-switch:enabled:active .mdc-switch__track::after{background:rgba(25, 128, 56, 0.54);background:var(--mdc-switch-selected-pressed-track-color, rgba(25, 128, 56, 0.54))}.mdc-switch:disabled .mdc-switch__track::after{background:rgba(25, 128, 56, 0.54);background:var(--mdc-switch-disabled-selected-track-color, rgba(25, 128, 56, 0.54))}.mdc-switch:enabled .mdc-switch__track::before{background:rgba(0, 0, 0, 0.38);background:var(--mdc-switch-unselected-track-color, rgba(0, 0, 0, 0.38))}.mdc-switch:enabled:hover:not(:focus):not(:active) .mdc-switch__track::before{background:rgba(0, 0, 0, 0.38);background:var(--mdc-switch-unselected-hover-track-color, rgba(0, 0, 0, 0.38))}.mdc-switch:enabled:focus:not(:active) .mdc-switch__track::before{background:rgba(0, 0, 0, 0.38);background:var(--mdc-switch-unselected-focus-track-color, rgba(0, 0, 0, 0.38))}.mdc-switch:enabled:active .mdc-switch__track::before{background:rgba(0, 0, 0, 0.38);background:var(--mdc-switch-unselected-pressed-track-color, rgba(0, 0, 0, 0.38))}.mdc-switch:disabled .mdc-switch__track::before{background:rgba(0, 0, 0, 0.38);background:var(--mdc-switch-disabled-unselected-track-color, rgba(0, 0, 0, 0.38))}.mdc-switch .mdc-switch__handle-track{left:-4px;inset-inline-start:-4px;width:20px}[dir=rtl] .mdc-switch__handle-track,.mdc-switch__handle-track[dir=rtl]{left:auto;right:-4px}.privacy-manager{font-family:"SlidoInter","Inter","Helvetica Neue","Helvetica","Arial",sans-serif;line-height:1.5;font-size:14px;-webkit-font-smoothing:antialiased;color:#1a1a1a}.privacy-manager button:not(.mdc-switch){border-radius:4px;background:#198038;border:0;color:#fff;text-transform:uppercase;line-height:1;padding:10px 20px;font-weight:500;font-size:14px;transition:background 150ms;cursor:pointer}.privacy-manager button:not(.mdc-switch):hover:not(:disabled){background:#000}.privacy-manager button:not(.mdc-switch):disabled{background:rgba(25,128,56,.5)}@media(max-width: 750px){.privacy-manager button:not(.mdc-switch){margin-top:4px}}.privacy-manager svg{width:100%;height:100%;fill:inherit}.privacy-manager br{content:" ";display:block;margin:5px 0}.privacy-manager button.privacy-manager__btn--flat{background:none;color:#000;border-radius:3px;padding:10px 5px;opacity:.75;transition:opacity .3s}.privacy-manager button.privacy-manager__btn--flat:hover:not(:disabled){background:none;opacity:1}.privacy-manager button.privacy-manager__btn--flat:disabled{background:none}.privacy-manager button.privacy-manager__btn--flat.privacy-manager__btn--primary{opacity:1;color:#1a73e8}.privacy-manager button.privacy-manager__btn--flat.privacy-manager__btn--danger{opacity:1;color:#fa6056}.privacy-manager .privacy-manager__tooltip{display:none;position:absolute;top:calc(100% + 3px);left:50%;pointer-events:none;z-index:100}.privacy-manager .privacy-manager__tooltip>span{position:absolute;transform:translateX(-50%);background:#383838;color:#fff;font-size:12px;box-shadow:4px 4px 8px rgba(0,0,0,.3);border-radius:3px;padding:8px 10px;width:min(80vw, 500px)}.privacy-manager .privacy-manager__icon{display:inline-block;width:22px;height:22px;flex-shrink:0}.privacy-manager .privacy-manager__icon:hover .privacy-manager__tooltip,.privacy-manager .privacy-manager__icon:focus .privacy-manager__tooltip{display:block}.privacy-manager .privacy-manager__modal-dialog.privacy-manager__confirmation-modal,dialog.privacy-manager.privacy-manager__confirmation-modal{padding:30px 30px 20px 30px;width:320px}@media(max-width: 320px){.privacy-manager .privacy-manager__modal-dialog.privacy-manager__confirmation-modal,dialog.privacy-manager.privacy-manager__confirmation-modal{width:100%}}.privacy-manager .privacy-manager__modal-dialog.privacy-manager__confirmation-modal p,dialog.privacy-manager.privacy-manager__confirmation-modal p{margin:0;padding:0;margin-bottom:20px;color:rgba(0,0,0,.4)}.privacy-manager .privacy-manager__confirmation-modal__title{font-weight:500;color:rgba(0,0,0,.75);margin-bottom:20px}.privacy-manager .privacy-manager__confirmation-modal__actions{display:flex;justify-content:flex-end}.privacy-manager .privacy-manager__confirmation-modal__actions button{margin-right:15px}.privacy-manager .privacy-manager__confirmation-modal__actions button:last-child{margin-right:0}dialog.privacy-manager{background:#fff;border-radius:3px;box-shadow:0 2px 10px rgba(0,0,0,.2);width:540px;max-width:calc(100% - 20px);max-height:calc(100% - 20px);display:flex;flex-direction:column;align-items:stretch;border:none;overflow-y:auto;margin-top:75px;margin-bottom:75px;padding:0}dialog.privacy-manager::backdrop{background:rgba(0,0,0,.4)}dialog.privacy-manager.privacy-manager__modal-modern--center{margin-top:auto;margin-bottom:auto}@media(max-width: 544px){dialog.privacy-manager.privacy-manager__modal-modern--fullscreen-xs{width:100%;height:100%;max-width:unset;max-height:unset;border-radius:0;margin:0}}.privacy-manager.privacy-manager__modal-container{position:fixed;top:0;left:0;right:0;bottom:0;overflow-y:auto;padding:10px}.privacy-manager.privacy-manager__modal--center{display:flex;flex-direction:column;align-items:center;justify-content:center}.privacy-manager .privacy-manager__modal-dialog{position:relative;background:#fff;border-radius:3px;box-shadow:0 2px 10px rgba(0,0,0,.2);width:540px;margin:75px auto;display:flex;flex-direction:column;align-items:stretch}.privacy-manager.privacy-manager__modal--fullscreen-xs{padding:0}@media(max-width: 544px){.privacy-manager.privacy-manager__modal--fullscreen-xs .privacy-manager__modal-dialog{width:100%;min-height:100%;border-radius:0;margin:0}}.privacy-manager.privacy-manager__backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4)}.privacy-manager .privacy-manager__modal-header{background:#fbfbfb;border-top-left-radius:3px;border-top-right-radius:3px;display:flex;padding:30px 50px;align-items:center}.privacy-manager .privacy-manager__modal-header h1{flex:1;padding:0;margin:0;font-weight:normal;font-size:22px;color:#000}@media(max-width: 544px){.privacy-manager .privacy-manager__modal-header{padding:30px}}.privacy-manager .privacy-manager__modal-content{padding:30px 50px 0 50px}@media(max-width: 544px){.privacy-manager .privacy-manager__modal-content{padding:30px 30px 0 30px}}.privacy-manager .privacy-manager__modal-footer{padding:40px 50px}@media(max-width: 544px){.privacy-manager .privacy-manager__modal-footer--sticky-xs{position:sticky;bottom:0;background:#fff;width:100%;box-shadow:0 0px 6px rgba(0,0,0,.3);padding:24px;margin-top:24px}}.privacy-manager [data-ref=modal-close-btn]{background:none;border:0;padding:5px;margin:0;line-height:1;fill:rgba(0,0,0,.4);margin-right:-5px;width:34px;height:34px}.privacy-manager [data-ref=modal-close-btn]:hover:not(:disabled){background:none}.privacy-manager [data-ref=modal-close-btn]:disabled{background:none}.privacy-manager.privacy-manager__banner{position:fixed;bottom:20px;left:0;right:0;width:750px;background:#383838;color:hsla(0,0%,100%,.85);z-index:999;padding:12px 18px;display:flex;align-items:center;font-size:12px;margin:0 auto;box-shadow:4px 4px 8px rgba(0,0,0,.3);border-radius:3px;transform:translateY(calc(100% + 20px + 30px));transition:transform .3s}.privacy-manager.privacy-manager__banner.privacy-manager__banner--visible{transform:none}@media(max-width: 750px){.privacy-manager.privacy-manager__banner{bottom:0;left:0;right:0;width:auto;border-radius:0;flex-direction:column;align-items:stretch}}.privacy-manager.privacy-manager__banner a{color:inherit;text-decoration:underline}.privacy-manager .privacy-manager__banner__text{flex:1}@media(min-width: 750px){.privacy-manager .privacy-manager__banner__text{margin-right:20px}}.privacy-manager .privacy-manager__banner__buttons-container{display:flex;flex-direction:row}@media(max-width: 750px){.privacy-manager .privacy-manager__banner__buttons-container{flex-direction:column;margin-top:8px}}.privacy-manager button.privacy-manager__banner__secondary-btn{text-transform:none;font-weight:normal;background:none;border:1px solid hsla(0,0%,100%,.75);font-size:12px;padding:8px 16px;min-width:120px;flex-grow:1}.privacy-manager button.privacy-manager__banner__secondary-btn:hover:not(:disabled){background:hsla(0,0%,100%,.3)}.privacy-manager button.privacy-manager__banner__primary-btn{text-transform:none;font-weight:normal;margin-left:15px;font-size:12px;padding:8px 16px;min-width:120px;flex-grow:1}@media(max-width: 750px){.privacy-manager button.privacy-manager__banner__primary-btn{margin-left:0}}.privacy-manager .privacy-manager__prompt-text{margin-top:0;margin-bottom:30px}.privacy-manager .privacy-manager__prompt-text a{color:#198038;cursor:pointer;text-decoration:underline}.privacy-manager .privacy-manager__settings__checkboxes>:not(:last-child){margin-bottom:30px}.privacy-manager .privacy-manager__settings__checkbox-container{display:flex}.privacy-manager .privacy-manager__settings__checkbox-container>:first-child{flex:1;border-right:1px solid rgba(0,0,0,.1);padding-right:30px}.privacy-manager .privacy-manager__settings__checkbox-container h2{font-size:16px;padding:0;margin:0;font-weight:500}.privacy-manager .privacy-manager__settings__checkbox-container p{font-size:14px;color:#525252;padding:0;margin:0}.privacy-manager .privacy-manager__title{display:flex;align-items:center;margin-bottom:10px}.privacy-manager .privacy-manager__title .privacy-manager__icon{width:18px;height:18px;margin-left:10px;position:relative}.privacy-manager .privacy_manager__settings__switch-container{display:flex;align-items:center;margin-left:30px}.privacy-manager .privacy-manager__settings__actions{display:flex;justify-content:center}.privacy-manager .privacy-manager__settings__dnt-notice{display:flex;align-items:center;margin-bottom:20px;color:#fa6056;fill:#fa6056;font-size:12px}.privacy-manager .privacy-manager__settings__dnt-notice p{margin:0;margin-left:10px}.privacy-manager .privacy-manager__settings__submit-btn--shake{animation-name:privacy-manager__shake-animation;animation-duration:.3s;animation-iteration-count:1;animation-timing-function:ease-in}.privacy-manager .privacy-manager__settings__alerts{opacity:0;height:0;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}@keyframes privacy-manager__shake-animation{0%{transform:translateX(0)}14%{transform:translateX(-2px)}29%{transform:translateX(4px)}43%{transform:translateX(-6px)}57%{transform:translateX(6px)}71%{transform:translateX(-4px)}86%{transform:translateX(2px)}100%{transform:translateX(0)}}
