.mdc-switch__thumb-underlay{left:-18px;right:initial;top:-17px;width:48px;height:48px}[dir=rtl] .mdc-switch__thumb-underlay,.mdc-switch__thumb-underlay[dir=rtl]{left:initial;right:-18px}.mdc-switch__native-control{width:68px;height:48px}.mdc-switch{display:inline-block;position:relative;outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mdc-switch.mdc-switch--checked .mdc-switch__track{background-color:#018786;background-color:var(--mdc-theme-secondary, #018786)}.mdc-switch.mdc-switch--checked .mdc-switch__thumb{background-color:#018786;background-color:var(--mdc-theme-secondary, #018786);border-color:#018786;border-color:var(--mdc-theme-secondary, #018786)}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__track{background-color:#000;background-color:var(--mdc-theme-on-surface, #000)}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb{background-color:#fff;background-color:var(--mdc-theme-surface, #fff);border-color:#fff;border-color:var(--mdc-theme-surface, #fff)}.mdc-switch__native-control{left:0;right:initial;position:absolute;top:0;margin:0;opacity:0;cursor:pointer;pointer-events:auto;transition:transform 90ms cubic-bezier(0.4, 0, 0.2, 1)}[dir=rtl] .mdc-switch__native-control,.mdc-switch__native-control[dir=rtl]{left:initial;right:0}.mdc-switch__track{box-sizing:border-box;width:32px;height:14px;border:1px solid rgba(0,0,0,0);border-radius:7px;opacity:.38;transition:opacity 90ms cubic-bezier(0.4, 0, 0.2, 1),background-color 90ms cubic-bezier(0.4, 0, 0.2, 1),border-color 90ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-switch__thumb-underlay{display:flex;position:absolute;align-items:center;justify-content:center;transform:translateX(0);transition:transform 90ms cubic-bezier(0.4, 0, 0.2, 1),background-color 90ms cubic-bezier(0.4, 0, 0.2, 1),border-color 90ms cubic-bezier(0.4, 0, 0.2, 1)}.mdc-switch__thumb{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0,0,0,.12);box-sizing:border-box;width:20px;height:20px;border:10px solid;border-radius:50%;pointer-events:none;z-index:1}.mdc-switch--checked .mdc-switch__track{opacity:.54}.mdc-switch--checked .mdc-switch__thumb-underlay{transform:translateX(20px)}[dir=rtl] .mdc-switch--checked .mdc-switch__thumb-underlay,.mdc-switch--checked .mdc-switch__thumb-underlay[dir=rtl]{transform:translateX(-20px)}.mdc-switch--checked .mdc-switch__native-control{transform:translateX(-20px)}[dir=rtl] .mdc-switch--checked .mdc-switch__native-control,.mdc-switch--checked .mdc-switch__native-control[dir=rtl]{transform:translateX(20px)}.mdc-switch--disabled{opacity:.38;pointer-events:none}.mdc-switch--disabled .mdc-switch__thumb{border-width:1px}.mdc-switch--disabled .mdc-switch__native-control{cursor:default;pointer-events:none}@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:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::before,.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::after{background-color:#9e9e9e}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:hover::before{opacity:.08}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused::before,.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus::before{transition-duration:75ms;opacity:.24}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.24}.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.24}.mdc-switch__thumb-underlay{--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)}.mdc-switch__thumb-underlay::before,.mdc-switch__thumb-underlay::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:""}.mdc-switch__thumb-underlay::before{transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.mdc-switch__thumb-underlay.mdc-ripple-upgraded::before{transform:scale(var(--mdc-ripple-fg-scale, 1))}.mdc-switch__thumb-underlay.mdc-ripple-upgraded::after{top:0;left:0;transform:scale(0);transform-origin:center center}.mdc-switch__thumb-underlay.mdc-ripple-upgraded--unbounded::after{top:var(--mdc-ripple-top, 0);left:var(--mdc-ripple-left, 0)}.mdc-switch__thumb-underlay.mdc-ripple-upgraded--foreground-activation::after{animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.mdc-switch__thumb-underlay.mdc-ripple-upgraded--foreground-deactivation::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__thumb-underlay::before,.mdc-switch__thumb-underlay::after{top:calc(50% - 50%);left:calc(50% - 50%);width:100%;height:100%}.mdc-switch__thumb-underlay.mdc-ripple-upgraded::before,.mdc-switch__thumb-underlay.mdc-ripple-upgraded::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__thumb-underlay.mdc-ripple-upgraded::after{width:var(--mdc-ripple-fg-size, 100%);height:var(--mdc-ripple-fg-size, 100%)}.mdc-switch__thumb-underlay::before,.mdc-switch__thumb-underlay::after{background-color:#018786;background-color:var(--mdc-theme-secondary, #018786)}.mdc-switch__thumb-underlay:hover::before{opacity:.04}.mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused::before,.mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus::before{transition-duration:75ms;opacity:.12}.mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded)::after{transition:opacity 150ms linear}.mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active::after{transition-duration:75ms;opacity:.12}.mdc-switch__thumb-underlay.mdc-ripple-upgraded{--mdc-ripple-fg-opacity: 0.12}@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.mdc-switch--checked .mdc-switch__track{background-color:#198038}.mdc-switch.mdc-switch--checked .mdc-switch__thumb{background-color:#198038;border-color:#198038}.mdc-switch .mdc-switch__thumb-underlay::before{background-color:#198038}.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{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:hover:not(:disabled){background:#000}.privacy-manager button:disabled{background:rgba(25,128,56,.5)}@media(max-width: 750px){.privacy-manager button{margin-top:4px}}.privacy-manager svg{width:100%;height:100%;fill:inherit}.privacy-manager br{content:" ";display:block;margin:5px 0}.privacy-manager .privacy-manager__btn--flat{background:none;color:#000;border-radius:3px;padding:10px 5px;opacity:.75;transition:opacity .3s}.privacy-manager .privacy-manager__btn--flat:hover:not(:disabled){background:none;opacity:1}.privacy-manager .privacy-manager__btn--flat:disabled{background:none}.privacy-manager .privacy-manager__btn--flat.privacy-manager__btn--primary{opacity:1;color:#1a73e8}.privacy-manager .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 .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 .privacy-manager__banner__secondary-btn:hover:not(:disabled){background:hsla(0,0%,100%,.3)}.privacy-manager .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 .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)}}
