.icon{display:block;width:16px;height:16px;fill:currentColor;stroke:currentColor;stroke-width:0;stroke-linecap:round;stroke-linejoin:round;shape-rendering:geometricPrecision}.icon--xxsmall{width:8px;height:8px}.icon--xsmall{width:10px;height:10px}.icon--small{width:12px;height:12px}.icon--default,.icon--regular{width:16px;height:16px}.icon--medium{width:20px;height:20px}.icon--large{width:24px;height:24px}.icon--xlarge{width:28px;height:28px}.icon--xxlarge{width:32px;height:32px}.icon--xxxlarge{width:40px;height:40px}.icon--centered{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}
.driver-active .app-menu{display:none}.app-menu{position:absolute;top:0;right:0;height:100%;width:360px;background-color:#121315;box-shadow:0px 8px 10px -5px rgba(0,0,0,.2),0px 16px 24px 2px rgba(0,0,0,.14),0px 6px 30px 5px rgba(0,0,0,.12);transition:transform 255ms ease;transform:translateX(100%);z-index:1000;display:flex;flex-direction:column;color:#fdfdfd}.app-menu.open{transform:translateX(0%)}.app-menu__overlay{position:absolute;display:block;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0;transition:opacity 355ms ease;cursor:pointer;z-index:900}.app-menu__overlay.hidden{width:0;height:0}.app-menu__overlay.open{opacity:.55}.app-menu__list{display:flex;flex-direction:column;padding:16px 0;flex:1}.app-menu__list .kit-scroll__content{display:flex;flex-direction:column}.app-menu__bottom-list{display:flex;flex-direction:column;margin-top:auto}.app-menu-option{display:flex;align-items:center;color:#a3a6ab;cursor:pointer;user-select:none;padding:16px 32px;gap:16px;position:relative}.app-menu-option:not(.locked):hover{background-color:#323337}.app-menu-option.active{background-color:#323337;color:#fdfdfd}.app-menu-option.locked{color:#6d6e73;background-color:#121315;cursor:not-allowed}.app-menu-option.locked:hover{background-color:#222325}.app-menu-option .icon{width:20px;height:20px}.app-menu-option span{font-size:16px;font-weight:400;line-height:17px}.app-menu-option__lock{margin-left:auto;width:24px;height:24px;color:#ff7c11}
.rotatable-icon{transform:rotate(0deg);transition:transform 155ms linear}._kit-button{display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;border-radius:4px;border:none;transition:background-color 125ms linear,box-shadow 125ms linear;box-shadow:0px 2px 4px -1px rgba(0,0,0,.2),0px 4px 5px 0px rgba(0,0,0,.14),0px 1px 10px 0px rgba(0,0,0,.12);--bg-color: $color-brand;--text-color: $dt-text-light;color:var(--text-color);background-color:var(--bg-color)}._kit-button.colored{--bg-color: var(--custom-bg-color);--text-color: var(--custom-text-color)}._kit-button.hard-shadow{box-shadow:2px 2px #000}._kit-button--normal{height:40px;padding:0 12px;gap:12px}._kit-button--normal .icon{width:20px;height:20px}._kit-button--normal ._kit-button__text{font-size:14px}._kit-button--normal ._kit-button__main-icon{width:20px;height:20px}._kit-button--normal.icon-button{width:40px;padding:0 10px}._kit-button--small{height:32px;padding:0 8px;gap:6px}._kit-button--small .icon{width:20px;height:20px}._kit-button--small ._kit-button__text{font-size:12px}._kit-button--small ._kit-button__main-icon{width:20px;height:20px}._kit-button--small.icon-button{width:32px;padding:0 8px}._kit-button--large{border-radius:8px;height:64px;padding:0 16px}._kit-button--large .icon{width:32px;height:32px}._kit-button--xlarge ._kit-button__text{font-size:24px}._kit-button__text{letter-spacing:.5px;font-family:"Rubik",sans-serif;font-weight:400;margin-top:1px}._kit-button.full-width{width:100%}._kit-button.disabled{cursor:not-allowed}._kit-button.disabled::after{content:"";display:block;width:100%;height:100%;border-radius:inherit;position:absolute;top:0;left:0;background-color:rgba(33,33,33,.6)}._kit-button--primary{--bg-color: #00A88E;--text-color: #FDFDFD}._kit-button--secondary{--bg-color: #323337;--text-color: #FDFDFD}._kit-button--tertiary{--bg-color: #0889FF;--text-color: #FDFDFD}._kit-button--error{--bg-color: #FF3748;--text-color: #FDFDFD}._kit-button--warning{--bg-color: #ff7c11;--text-color: #121315}._kit-button--transparent{box-shadow:none;--bg-color: rgba(#323337, 0);--text-color: #FDFDFD}._kit-button--transparent:hover{box-shadow:none;background-color:rgba(253,253,253,.25)}._kit-button--dark{--bg-color: #161719;--text-color: #FDFDFD}._kit-button__badge{position:absolute;top:-6px;right:-6px;color:#fdfdfd;width:20px;height:20px;border-radius:50%;background-color:#00a88e;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center}._kit-button__badge:before{content:"";position:absolute;box-shadow:0 0 5px 1px #00a88e;width:20px;height:20px;border-radius:50%}@media(hover: hover){._kit-button:hover{box-shadow:0px 5px 5px -3px rgba(0,0,0,.2),0px 8px 10px 1px rgba(0,0,0,.14),0px 3px 14px 2px rgba(0,0,0,.12);background-color:hsl(from var(--bg-color) h s calc(l * 1.25))}._kit-button:hover.hard-shadow{box-shadow:4px 4px rgba(0,0,0,.75)}}
.user-panel{display:grid;grid-template-columns:48px 1fr 40px;grid-template-rows:24px 24px 24px;column-gap:16px;padding:32px 16px 8px 16px}.user-panel__avatar{grid-column:1/2;grid-row:1/3;width:48px;height:48px;display:flex;border-radius:24px;background-color:#323337;justify-content:center;align-items:center;box-shadow:0px 1px 5px 0px rgba(0,0,0,.2),0px 2px 2px 0px rgba(0,0,0,.14),0px 3px 1px -2px rgba(0,0,0,.12);color:#fdfdfd}.user-panel__info{display:flex;height:48px;flex:1;flex-direction:column;justify-content:center}.user-panel__name{grid-column:2/3;grid-row:1/2;align-self:end;font-size:16px;height:24px;font-weight:400;color:#fdfdfd}.user-panel__role{grid-column:2/3;grid-row:2/3;font-size:14px;height:24px;font-weight:400;color:#a3a6ab}.user-panel__logout{grid-column:3/4;grid-row:1/2;margin-top:4px}.user-panel__password{grid-column:1/4;grid-row:3/4;padding-left:64px;color:#6d6e73;text-decoration:underline;cursor:pointer;font-weight:400;font-size:14px;align-self:center}.user-panel__password:hover{color:#00a88e}
.modal-header{display:flex;flex-direction:row;align-items:center}.modal-header__title{flex:1 1 auto}.modal-header__heading{line-height:1}.modal-header__button{flex:0 0 auto}
.basic-modal{display:flex;flex-direction:column;width:100%;margin:0 auto;padding:24px;border-radius:4px}.basic-modal--dark{background-color:#121315;color:#fdfdfd}.basic-modal__header{flex:0 0 auto;margin-bottom:24px}
.empty-modal{width:100%;margin:0 auto;padding:24px;border-radius:4px}.empty-modal--dark{background-color:#121315;color:#fdfdfd}
.kit-scroll{position:relative;overflow:auto;overflow:overlay;scrollbar-width:thin}.kit-scroll::-webkit-scrollbar,.kit-scroll::-webkit-scrollbar-track{width:8px;height:8px}.kit-scroll--light{scrollbar-color:rgba(0,0,0,.25) rgba(0,0,0,0)}.kit-scroll--light::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.25)}.kit-scroll--dark{scrollbar-color:rgba(109,110,115,.65) rgba(0,0,0,0)}.kit-scroll--dark::-webkit-scrollbar-thumb{background-color:rgba(109,110,115,.65)}.kit-scroll__content{position:relative;z-index:1;min-height:100%}.kit-scroll-shadow-top:before,.kit-scroll-shadow-top:after,.kit-scroll-shadow-bottom:before,.kit-scroll-shadow-bottom:after{content:"";position:sticky;left:0;z-index:2;display:block;width:100%;height:0;transition:opacity 250ms ease;box-shadow:0 0 10px 1px #000;opacity:0}.kit-scroll-shadow-top:before,.kit-scroll-shadow-bottom:before{top:0}.kit-scroll-shadow-top:after,.kit-scroll-shadow-bottom:after{bottom:0}.kit-scroll-shadow-top:before{opacity:1}.kit-scroll-shadow-bottom:after{opacity:1}@media print{.kit-scroll-shadow-top:before,.kit-scroll-shadow-top:after,.kit-scroll-shadow-bottom:before,.kit-scroll-shadow-bottom:after{content:none}}
.main-modal{display:flex;flex-direction:column;width:100%;margin:0 auto;padding:24px;border-radius:4px}.main-modal--dark{background-color:#121315;color:#fdfdfd}.main-modal__header{flex:0 0 auto;margin-bottom:24px}.main-modal__footer{flex:0 0 auto;margin-top:32px}.main-modal__submit{display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.main-modal__submit button{margin-right:16px}.main-modal__submit button:first-child{margin-right:auto}.main-modal__submit button:last-child{margin-right:0}
.kit-modal{position:absolute;top:50%;left:50%;z-index:4000;width:100%;max-width:520px;max-height:100%;padding:16px;transform:translate(-50%, -50%)}.kit-modal__backdrop{position:absolute;top:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:rgba(0,0,0,.8)}@media(max-width: 992px){.kit-modal{max-width:100%;width:100%;height:100%}.kit-modal-content{height:100%}}
.kit-field-base{width:100%}.kit-field-base.disabled{pointer-events:none}.kit-field-base.disabled .kit-field-base__overlay{display:block}.kit-field-base.monospace input{font-family:"Roboto Mono",monospace;font-weight:600}.kit-field-base.surface input{background-color:#121315}.kit-field-base.error input,.kit-field-base.error input:hover,.kit-field-base.error input:focus{border-color:#ff3748}.kit-field-base.error .kit-field-base__bottom-block{color:#ff3748}.kit-field-base.warning input,.kit-field-base.warning input:hover,.kit-field-base.warning input:focus{border-color:#ffe810}.kit-field-base.warning .kit-field-base__bottom-block{color:#ffe810}.kit-field-base label{display:block;margin-left:8px;padding-bottom:4px;font-size:14px;font-weight:400;color:#a3a6ab;letter-spacing:.5px;user-select:none;cursor:pointer}.kit-field-base__input-wrapper{width:100%;position:relative}.kit-field-base input{font-family:"Rubik",sans-serif;width:100%;height:48px;background-color:#000;border:1px solid #000;border-radius:4px;padding:12px;font-size:14px;font-weight:500;color:#fdfdfd;letter-spacing:.5px;line-height:16px;outline:none;cursor:pointer}.kit-field-base input::placeholder{font-weight:400;color:#6d6e73}.kit-field-base input:hover,.kit-field-base input:focus{border-color:#2e2e30}.kit-field-base__post-icon{display:flex;align-items:center;justify-content:center;height:100%;width:40px;pointer-events:none;position:absolute;right:0;top:0}.kit-field-base__post-icon .icon{color:#a3a6ab;width:20px;height:20px}.kit-field-base__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.65);display:none}.kit-field-base__bottom-block{display:block;padding-top:4px;margin-left:8px;font-size:10px;font-weight:400;letter-spacing:.5px;color:#6d6e73;user-select:none;line-height:10px;height:16px}

.kit-number-field:not(.hidden-buttons) input{padding-right:52px}.kit-number-field input::-webkit-outer-spin-button,.kit-number-field input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.kit-number-field input[type=number]{-moz-appearance:textfield}.kit-number-field__buttons{position:absolute;top:1px;right:1px;height:calc(100% - 2px);aspect-ratio:1/1;user-select:none}.kit-number-field__stepper{width:100%;height:50%;display:flex;align-items:center;justify-content:center;border:none;color:#fdfdfd;border-radius:0;cursor:pointer}.kit-number-field__stepper:hover{background-color:#222325}.kit-number-field__stepper:first-child{border-top-right-radius:4px}.kit-number-field__stepper:last-child{border-bottom-right-radius:4px}.kit-number-field__stepper .icon{width:16px;height:16px}
.kit-password-field input{padding-right:52px}.kit-password-field__hidden-input{display:none}.kit-password-field__toggle{height:calc(100% - 2px);aspect-ratio:1/1;position:absolute;top:1px;right:1px;display:flex;align-items:center;justify-content:center;border-top-right-radius:4px;border-bottom-right-radius:4px;padding:9px;color:#fdfdfd;cursor:pointer}.kit-password-field__toggle:hover{background-color:#222325}.kit-password-field__toggle .icon{width:20px;height:20px}
.kit-file-field input{padding-right:52px}.kit-file-field__hidden-input{display:none}.kit-file-field__icon{height:calc(100% - 2px);aspect-ratio:1/1;position:absolute;top:1px;right:1px;display:flex;align-items:center;justify-content:center;border-top-right-radius:4px;border-bottom-right-radius:4px;padding:9px;pointer-events:none;color:#fdfdfd}.kit-file-field__icon.delete{pointer-events:all;cursor:pointer}.kit-file-field__icon.delete:hover{background-color:#222325}.kit-file-field__icon .icon{width:20px;height:20px}
.kit-switch-field{display:flex;padding:8px;cursor:pointer;width:100%;color:#a3a6ab;font-size:14px;font-weight:400;user-select:none;border-radius:4px;transition:background-color 125ms ease}.kit-switch-field:hover{background-color:#323337}.kit-switch-field input{display:none}.kit-switch-field.on .kit-switch-field__switch{background-color:#00a88e}.kit-switch-field.on .kit-switch-field__thumb{transform:translateX(16px)}.kit-switch-field__label{flex:1;min-width:0;white-space:break-spaces}.kit-switch-field__switch{width:36px;height:20px;border-radius:10px;background-color:#424449;position:relative;margin-left:8px;transition:background-color 125ms linear}.kit-switch-field__thumb{width:14px;height:14px;border-radius:7px;background-color:#fdfdfd;box-shadow:0px 1px 5px 0px rgba(0,0,0,.2),0px 2px 2px 0px rgba(0,0,0,.14),0px 3px 1px -2px rgba(0,0,0,.12);position:absolute;left:3px;top:3px;transform:translateX(0);transition:transform 125ms linear}
.kit-time-field{caret-color:rgba(0,0,0,0)}.kit-time-field:focus-within .active{background-color:#6d6e73}.kit-time-field__edit{position:absolute;top:0;left:0;padding:2px 12px;width:100%;height:48px;cursor:pointer;display:flex;align-items:center;gap:2px;color:#fdfdfd;font-family:"Roboto Mono",monospace;font-weight:600;pointer-events:none}.kit-time-field__hours,.kit-time-field__minutes,.kit-time-field__seconds{height:40px;width:40px;outline:none;pointer-events:all;border-radius:4px;display:flex;align-items:center;justify-content:center;user-select:none;transition:background-color 125ms ease}.kit-time-field__hours:hover,.kit-time-field__minutes:hover,.kit-time-field__seconds:hover{background-color:#222325}.kit-time-field__separator{user-select:none}
.kit-menu-option{height:48px;display:flex;align-items:center;padding:0 16px;width:100%;background-color:#161719;color:#fdfdfd;cursor:pointer;user-select:none;border-bottom:none}.kit-menu-option.red .kit-menu-option__icon,.kit-menu-option.red .kit-menu-option__title{color:#ff3748}.kit-menu-option.green .kit-menu-option__icon,.kit-menu-option.green .kit-menu-option__title{color:#7eff33}.kit-menu-option:hover{border-bottom:none}.kit-menu-option:hover:not(.disabled){background-color:#323337}.kit-menu-option.large{height:72px}.kit-menu-option.large .kit-menu-option__icon{width:40px;height:40px;margin-right:16px;color:#fdfdfd;flex-shrink:0}.kit-menu-option.disabled{background-color:#000;cursor:default}.kit-menu-option.disabled .kit-menu-option__icon,.kit-menu-option.disabled .kit-menu-option__title,.kit-menu-option.disabled .kit-menu-option__select-mark{color:#a3a6ab}.kit-menu-option.disabled .kit-menu-option__description{color:#6d6e73}.kit-menu-option.selected .kit-menu-option__title{color:#00a88e}.kit-menu-option__icon{width:24px;height:24px;margin-right:32px;color:#fdfdfd}.kit-menu-option__text{display:flex;flex-direction:column;margin-right:16px;overflow:hidden}.kit-menu-option__title,.kit-menu-option__description{white-space:nowrap;font-weight:400;text-overflow:ellipsis;overflow:hidden}.kit-menu-option__title{font-size:16px;line-height:16px;color:#fdfdfd}.kit-menu-option__description{margin-top:2px;font-size:14px;line-height:14px;color:#a3a6ab}.kit-menu-option__select-mark{width:20px;height:20px;margin-left:auto;color:#fdfdfd}.kit-menu-option__select-mark .icon{width:20px;height:20px}
.kit-menu-separator{width:100%;height:1px;background-color:#424449}
.kit-menu{background-color:#161719;border:1px solid #424449;box-shadow:0px 8px 10px -5px rgba(0,0,0,.2),0px 16px 24px 2px rgba(0,0,0,.14),0px 6px 30px 5px rgba(0,0,0,.12);border-radius:4px}
.kit-menu-header{height:46px;padding:24px 16px 8px 16px;font-size:16px;letter-spacing:.5px;font-weight:400;line-height:14px;color:#a3a6ab;text-transform:capitalize;position:sticky;z-index:10;top:0;background-color:#161719;border-bottom:1px solid #2e2e30}
.kit-select-field input{padding-right:52px}.kit-select-field__hidden-input{display:none}.kit-select-field.active input{border-color:#2e2e30;border-bottom-left-radius:0px;border-bottom-right-radius:0px}.kit-select-field.active .kit-select-field__icon{pointer-events:all}.kit-select-field.active .kit-select-field__icon .icon{transform:rotate(180deg)}.kit-select-field__icon{height:calc(100% - 2px);aspect-ratio:1/1;position:absolute;top:1px;right:1px;display:flex;align-items:center;justify-content:center;border-top-right-radius:4px;border-bottom-right-radius:4px;padding:9px;pointer-events:none;color:#fdfdfd;cursor:pointer}.kit-select-field__icon.clear{color:#ff3748;pointer-events:all}.kit-select-field__icon .icon{width:20px;height:20px}.kit-select-field__options{position:absolute;width:100%;background-color:#000;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow:0px 1px 5px 0px rgba(0,0,0,.2),0px 2px 2px 0px rgba(0,0,0,.14),0px 3px 1px -2px rgba(0,0,0,.12);z-index:2;max-height:300px;border:1px solid #2e2e30;border-top:none}.kit-select-option{height:44px;padding:12px 10px 12px 12px;display:flex;align-items:center;color:#a3a6ab;cursor:pointer}.kit-select-option:hover{background-color:#161719}.kit-select-option.selected{color:#fdfdfd}.kit-select-option.disabled{cursor:not-allowed;opacity:.5;font-style:italic;color:#6d6e73}.kit-select-option.disabled .kit-select-option__checkmark{color:#fdfdfd}.kit-select-option__title{color:inherit;letter-spacing:.5px;font-weight:400;font-size:14px;line-height:16px;margin-right:12px}.kit-select-option__checkmark{color:inherit;margin-left:auto}.kit-select-option__checkmark .icon{width:20px;height:20px}
.password-change__body{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fdfdfd;gap:12px}.password-change__error{width:100%;height:24px;display:flex;align-items:center;color:#ff3748;font-size:14px;font-weight:400}.password-change__footer{display:flex;justify-content:flex-end;margin-top:8px}
.kit-divider{width:100%;height:1px;min-height:1px;background-color:#2e2e30}
.app-logo{display:flex;height:100%;padding-left:16px;user-select:none;align-items:center;color:#fdfdfd;transition:color 125ms ease}.app-logo:hover{color:#23d1ae;cursor:pointer}.app-logo svg{shape-rendering:geometricPrecision;fill:currentColor;height:32px}.app-logo__brand-none{width:160px;display:flex;align-items:center;font-weight:500;height:100%}.app-logo__app-name{height:100%;padding-top:8px;padding-left:2px}.app-logo__app-name span{padding-left:4px;color:currentColor;letter-spacing:.5px;font-size:14px;font-weight:400}
.app-routing-display{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;display:flex;justify-content:center;align-items:center}.app-routing-display__container{height:32px;display:flex;align-items:center;gap:4px;padding:0 16px;border-radius:4px;font-size:14px;font-weight:500;color:#fdfdfd;max-width:calc(100% - 552px)}.app-routing-display__separator{color:#a3a6ab}.app-routing-display__item{color:#a3a6ab;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}


.app-bar{position:relative;height:48px;width:100%;background-color:#121315;display:flex;align-items:center;color:#fdfdfd;z-index:1001;font-size:14px;box-shadow:0px 2px 4px -1px rgba(0,0,0,.2),0px 4px 5px 0px rgba(0,0,0,.14),0px 1px 10px 0px rgba(0,0,0,.12)}.app-bar__tools{display:flex;align-items:center;height:100%;margin-left:auto}.app-bar__tools ._kit-button{color:#a3a6ab;border-radius:0}.app-bar__tools ._kit-button:hover{background-color:#323337}.app-bar .fullscreen-toggle,.app-bar__menu-toggle{height:48px;width:48px;display:flex;justify-content:center;align-items:center;color:#a3a6ab;cursor:pointer;user-select:none;transition:background-color 125ms ease}.app-bar .fullscreen-toggle:hover,.app-bar .fullscreen-toggle.active,.app-bar__menu-toggle:hover,.app-bar__menu-toggle.active{background-color:#222325}.app-bar__menu-toggle{gap:12px;padding:0 12px;width:unset}.app-bar__menu-toggle span{font-size:16px;font-weight:400}
.device-mode-modal{display:flex;flex-direction:column;align-items:center;gap:32px}.device-mode-modal p{font-style:italic;font-size:14px;font-weight:400;color:#6d6e73}.device-mode-modal__selection{display:flex;justify-content:center;width:100%;gap:16px}.device-mode-modal__selection .kit-card-button{width:100px;height:100px;justify-content:center;color:#6d6e73}.device-mode-modal__selection .kit-card-button.active{color:#fdfdfd;background-color:#00a88e}.device-mode-modal__scale{display:flex;align-items:center;gap:4px}.device-mode-modal__scale__text,.device-mode-modal__scale__slider,.device-mode-modal__scale__value{height:40px;background-color:#323337;display:flex;align-items:center;justify-content:center;padding:0 12px}.device-mode-modal__scale__text{border-radius:4px 0 0 4px;font-size:16px;font-weight:400;color:#fdfdfd}.device-mode-modal__scale__value{border-radius:0 4px 4px 0;font-family:"Roboto Mono",monospace;font-size:16px;font-weight:600;color:#fdfdfd}.device-mode-modal__footer{width:100%;display:flex;align-items:center;justify-content:flex-end;gap:12px}
.kit-card-button{background-color:#323337;color:#fdfdfd;min-width:84px;min-height:84px;width:100%;aspect-ratio:1/1;display:flex;flex-direction:column;align-items:center;gap:8px;padding:8px;border-radius:8px}.kit-card-button .icon{width:48px;height:48px;flex-shrink:0}.kit-card-button span{font-size:10px;font-weight:500;text-align:center;word-wrap:break-word}.kit-card-button:hover{background-color:#3e3f44}
.kit-range-slider{display:flex;position:relative;--range: calc(var(--max) - var(--min));--ratio: calc((var(--value) - var(--min)) / var(--range));--sx: calc(0.5 * 16px + var(--ratio) * (100% - 16px));--lx: calc(var(--ratio) * 100% - ((var(--ratio) - 0.5) * 16px))}.kit-range-slider:hover label{opacity:1}.kit-range-slider label{pointer-events:none;opacity:0;position:absolute;top:calc(50% - 24px);left:var(--lx);background-color:#00a88e;color:#fdfdfd;font-size:14px;font-weight:400;padding:2px 5px;border-radius:4px;box-shadow:0px 5px 5px -3px rgba(0,0,0,.2),0px 8px 10px 1px rgba(0,0,0,.14),0px 3px 14px 2px rgba(0,0,0,.12);transform:translate(-50%, -50%);min-width:32px;text-align:center;transition:opacity 125ms ease}.kit-range-slider input[type=range]{-webkit-appearance:none;appearance:none;width:100%;height:32px;background:rgba(0,0,0,0);border-radius:2px;cursor:pointer}.kit-range-slider input[type=range]:focus{outline:none}.kit-range-slider input[type=range]::-moz-range-thumb{box-shadow:0px 5px 5px -3px rgba(0,0,0,.2),0px 8px 10px 1px rgba(0,0,0,.14),0px 3px 14px 2px rgba(0,0,0,.12);height:16px;width:16px;border-radius:8px;background:#00a88e;cursor:pointer;margin-top:-6px}.kit-range-slider input[type=range]::-ms-thumb{box-shadow:0px 5px 5px -3px rgba(0,0,0,.2),0px 8px 10px 1px rgba(0,0,0,.14),0px 3px 14px 2px rgba(0,0,0,.12);height:16px;width:16px;border-radius:8px;background:#00a88e;cursor:pointer;margin-top:-6px}.kit-range-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;box-shadow:0px 5px 5px -3px rgba(0,0,0,.2),0px 8px 10px 1px rgba(0,0,0,.14),0px 3px 14px 2px rgba(0,0,0,.12);height:16px;width:16px;border-radius:8px;background:#00a88e;cursor:pointer;margin-top:-6px}.kit-range-slider input[type=range]::-webkit-slider-runnable-track{-webkit-appearance:none;height:4px;border-radius:2px;background:linear-gradient(#00A88E, #00A88E) 0/var(--sx) 100% no-repeat #000;cursor:pointer}.kit-range-slider input[type=range]::-moz-range-track{height:4px;border-radius:2px;background:linear-gradient(#00A88E, #00A88E) 0/var(--sx) 100% no-repeat #000;cursor:pointer}.kit-range-slider input[type=range]::-ms-track{height:4px;border-radius:2px;background:linear-gradient(#00A88E, #00A88E) 0/var(--sx) 100% no-repeat #000;cursor:pointer}
.app-connection-display{position:relative;height:100%;width:32px;color:#bdbdbd}.app-connection-display__icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.app-connection-display.disconnected{color:#ff3748}.app-connection-display.refetch,.app-connection-display.fetch{color:#ff7c11}.app-connection-display.refetch .icon,.app-connection-display.fetch .icon{animation:rotate-forward 500ms infinite}.app-connection-display .icon{width:16px;height:16px}
.clock{font-family:"Roboto Mono",monospace;height:100%;display:flex;align-items:center;padding:0 8px;font-size:14px;font-weight:400;color:#e0e0e0}
.broadcast-flags-display{display:flex;height:100%;user-select:none;height:24px;gap:2px}.broadcast-flags-display__item{height:100%;padding:1px 12px 0 12px;display:flex;align-items:center;font-size:14px;font-weight:400;letter-spacing:.5px;gap:12px;border-radius:2px}.broadcast-flags-display__item .icon{width:16px;height:16px}.broadcast-flags-display__item.maintenance{color:#fdfdfd;background-color:rgba(255,124,17,.75)}.broadcast-flags-display__item.test-flight{color:#000;background-color:rgba(255,232,16,.75)}
.app-status-bar{height:32px;width:100%;background-color:#121315;display:flex;align-items:center;color:#fdfdfd;user-select:none;box-shadow:0px -2px 4px -1px rgba(0,0,0,.2),0px -4px 5px 0px rgba(0,0,0,.14),0px -1px 10px 0px rgba(0,0,0,.12);font-size:14px;font-weight:400;padding:0 4px;gap:2px;z-index:1001}.app-status-bar__aside{height:100%;display:flex;align-items:center;margin-left:auto}
.problems-status-display{user-select:none;cursor:pointer;background-color:rgba(255,55,72,.75);color:#fdfdfd;padding:1px 12px 0 12px;height:24px;display:flex;align-items:center;letter-spacing:.5px;gap:12px;transition:background-color 225ms ease;border-radius:2px}.problems-status-display .icon{width:16px;height:16px}.problems-status-display:hover{background-color:#ff6a77}
.language-toggle{cursor:pointer;user-select:none;font-family:"Roboto Mono",monospace;font-weight:600;text-transform:uppercase;color:#a3a6ab;height:100%;width:32px;display:flex;align-items:center;justify-content:center}.language-toggle:hover{background-color:#222325}
.sound-toggle{cursor:pointer;user-select:none;font-family:"Roboto Mono",monospace;font-weight:600;text-transform:uppercase;color:#a3a6ab;height:100%;width:32px;display:flex;align-items:center;justify-content:center}.sound-toggle .icon{width:20px;height:20px}.sound-toggle.disabled{color:#ff3748}.sound-toggle:hover{background-color:#222325}
.target-spoofing-display{user-select:none;cursor:pointer;height:24px;padding:1px 12px 0 12px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;letter-spacing:.5px;border-radius:2px;gap:12px;transition:background-color 225ms ease;color:#121315;background-color:#ff7c11}.target-spoofing-display .icon{width:16px;height:16px}.target-spoofing-display:hover{background-color:#ff9844}
.sensor-status-modal{max-width:unset;width:100%}.sensor-status-modal__content{display:flex;flex-direction:column;gap:16px}.sensor-status-modal__content>p{color:#a3a6ab;font-style:italic;font-weight:400;font-size:14px}.sensor-status-modal__list{max-height:400px}.sensor-status-modal--button,.sensor-status-modal--sensor,.sensor-status-modal--problem{width:1%}.sensor-status-modal--description{width:auto}.sensor-status-modal table{border-collapse:collapse;table-layout:auto;width:100%}.sensor-status-modal table th,.sensor-status-modal table td{padding:6px}.sensor-status-modal table th{background-color:#323337;border:1px solid #323337;font-size:12px;font-weight:500;text-align:start;height:32px;position:sticky;top:0;z-index:20}.sensor-status-modal table td{border:1px solid #424449;background-color:#000;height:44px}@media(min-width: 1024px){.sensor-status-modal{width:80%}}.sensor-status-item--button{vertical-align:top}.sensor-status-item--sensor>div{display:flex;flex-direction:column;justify-content:start;height:100%}.sensor-status-item--sensor>div h6{font-size:14px;line-height:20px;color:#fdfdfd;white-space:nowrap}.sensor-status-item--sensor>div span{font-size:12px;line-height:12px;font-family:"Roboto Mono",monospace;font-weight:600;color:#a3a6ab;white-space:nowrap}.sensor-status-item--problem{color:#ff3748;font-weight:400;font-size:12px;white-space:nowrap}.sensor-status-item--problem::first-letter{text-transform:capitalize}.sensor-status-item--description{color:#a3a6ab;font-size:12px;font-style:italic;font-weight:400}
.sensor-problems-status-display{user-select:none;cursor:pointer;background-color:rgba(255,55,72,.75);color:#fdfdfd;padding:1px 12px 0 12px;height:24px;display:flex;align-items:center;letter-spacing:.5px;gap:12px;transition:background-color 225ms ease;border-radius:2px}.sensor-problems-status-display .icon{width:16px;height:16px}.sensor-problems-status-display:hover{background-color:#ff6a77}
.auto-jamming-display{height:24px;padding:1px 12px 0 12px;display:flex;align-items:center;font-size:14px;font-weight:400;letter-spacing:.5px;gap:12px;border-radius:2px;color:#fdfdfd;background-color:rgba(255,55,72,.75)}.auto-jamming-display .icon{width:16px;height:16px}
.spinner:not(.inline){position:absolute;top:50%;left:50%;z-index:1;transform:translate(-50%, -50%)}.spinner--xxsmall{width:16px;height:16px}.spinner--xsmall{width:20px;height:20px}.spinner--small{width:24px;height:24px}.spinner--medium{width:32px;height:32px}.spinner--large{width:48px;height:48px}.spinner--xlarge{width:64px;height:64px}.spinner--default{color:currentColor}.spinner--white{color:#fff}.spinner--primary{color:#00a88e}.spinner__icon{width:100%;height:100%}.spinner__icon circle{stroke:currentColor;stroke-dasharray:188}.spinner__icon--simple{animation:rotate-simple 1000ms linear infinite}.spinner__icon--simple circle{stroke-dashoffset:47}.spinner__icon--material{animation:rotate-material 1500ms linear infinite}.spinner__icon--material circle{animation:dash 1500ms ease-in-out infinite;transform-origin:center;stroke-dashoffset:0}.spinner__icon--bold{stroke-width:6}.spinner__icon--normal{stroke-width:4}.spinner__icon--thin{stroke-width:2}.spinner__text{position:absolute;top:100%;left:50%;padding-top:8px;padding-left:16px;transform:translate(-50%, 0);white-space:nowrap}@keyframes rotate-simple{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes rotate-material{0%{transform:rotate(0deg)}100%{transform:rotate(270deg)}}@keyframes dash{0%{stroke-dashoffset:188}50%{transform:rotate(135deg);stroke-dashoffset:47}100%{transform:rotate(450deg);stroke-dashoffset:188}}
.jamming-request-status{user-select:none;height:24px;padding:1px 12px 0 12px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;letter-spacing:.5px;border-radius:2px;gap:8px;transition:background-color 225ms ease}.jamming-request-status.pending{color:#ff7c11}.jamming-request-status.allowed{color:#7eff33}.jamming-request-status.declined{color:#ff3748}.jamming-request-status .icon{width:16px;height:16px}.jamming-request-status__time{font-family:"Roboto Mono",monospace;font-size:14px;font-weight:600}
.license-status-display{user-select:none;cursor:pointer;height:24px;padding:1px 12px 0 12px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;letter-spacing:.5px;border-radius:2px;gap:12px;transition:background-color 225ms ease;color:#121315;background-color:#ff7c11}.license-status-display.over{color:#fdfdfd;background-color:#ff3748}.license-status-display.over:hover{background-color:#ff6a77}.license-status-display .icon{width:16px;height:16px}.license-status-display:not(.over):hover{background-color:#ff9844}
.sensor-recording-status-display{user-select:none;background-color:rgba(255,232,16,.75);color:#fdfdfd;padding:1px 12px 0 12px;height:24px;display:flex;align-items:center;letter-spacing:.5px;gap:12px;border-radius:2px}
.interference-status-display{user-select:none;cursor:pointer;background-color:rgba(255,124,17,.75);color:#121315;padding:1px 12px 0 12px;height:24px;display:flex;align-items:center;letter-spacing:.5px;gap:12px;transition:background-color 225ms ease;border-radius:2px}.interference-status-display .icon{width:16px;height:16px}.interference-status-display:hover{background-color:#ff9844}
.interference-display-group{height:32px}.interference-display-group td{white-space:nowrap;padding:4px 8px}.interference-display-group__sensor{width:100%}.interference-display-group__sensor div{width:100%;min-width:0;white-space:nowrap;color:#fdfdfd;font-weight:500;font-size:16px;letter-spacing:0;text-overflow:ellipsis;overflow:hidden}.interference-display-group__range,.interference-display-group__level{color:#ff7c11;font-family:"Roboto Mono",monospace;font-weight:600;text-align:end}.interference-display-group__level{min-width:140px}
.interference-status-modal{max-width:640px !important}.interference-status-modal__content{display:flex;flex-direction:column;gap:16px;max-height:450px}.interference-status-modal__content p{color:#a3a6ab;font-weight:400}.interference-status-modal__list{display:flex;flex-direction:column;gap:8px;background-color:#000;border-radius:2px;overflow-x:hidden}.interference-status-modal__table{border-radius:4px;overflow:hidden}.interference-status-modal__table tr{border-left:1px solid #222325;border-right:1px solid #222325}.interference-status-modal__table thead tr{position:sticky;top:0}.interference-status-modal__table thead tr th{padding:4px 8px;font-size:14px;font-weight:500;letter-spacing:0px;color:#a3a6ab;text-align:start;background-color:#222325}.interference-status-modal__table thead tr th:nth-child(2),.interference-status-modal__table thead tr th:nth-child(3){text-align:end}.interference-status-modal__table tbody tr{height:16px;border-bottom:1px solid #222325}.interference-status-modal__table tbody tr td:not(:last-child){border-right:1px solid #222325}.interference-status-modal__buttons{margin-top:32px;display:flex;justify-content:flex-end}
.storage-clear-status-display{user-select:none;cursor:pointer;height:24px;padding:1px 12px 0 12px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;letter-spacing:.5px;border-radius:2px;gap:12px;transition:background-color 225ms ease;color:#121315;background-color:#ff7c11}
.notification-item{background-color:#121315;border:1px solid #2e2e30;color:#fdfdfd;display:flex;align-items:center;padding:12px 16px;border-radius:4px;box-shadow:2px 2px #000;font-size:14px;font-weight:500}.notification-item.enter{animation:notification-enter 10ms forwards linear}.notification-item.succ{background-color:#7eff33;border-color:#7eff33;color:#121315;animation-duration:1500ms}.notification-item.info{background-color:#222325;border-color:#2e2e30;color:#fdfdfd;animation-duration:1500ms}.notification-item.warn{background-color:#ffe810;border-color:#ffe810;color:#121315;animation-duration:1500ms}.notification-item.crit{background-color:#ff3748;border-color:#ff3748;color:#fdfdfd;animation-duration:2000ms}@keyframes notification-enter{0%{opacity:0}5%{opacity:1}90%{opacity:1}100%{opacity:0}}
.app-notifications{position:fixed;bottom:40px;left:0;right:0;height:40px;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:3000}
.driver-active .driver-overlay,.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:animate-fade-in .2s ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in .2s}.driver-popover{all:unset;box-sizing:border-box;color:#2d2d2d;margin:0;padding:15px;border-radius:5px;min-width:250px;max-width:300px;box-shadow:0 1px 10px #0006;z-index:1000000000;position:fixed;top:0;right:0;background-color:#fff}.driver-popover *{font-family:Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif}.driver-popover-title{font:19px/normal sans-serif;font-weight:700;display:block;position:relative;line-height:1.5;zoom:1;margin:0}.driver-popover-close-btn{all:unset;position:absolute;top:0;right:0;width:32px;height:28px;cursor:pointer;font-size:18px;font-weight:500;color:#d2d2d2;z-index:1;text-align:center;transition:color;transition-duration:.2s}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{margin-bottom:0;font:14px/normal sans-serif;line-height:1.5;font-weight:400;zoom:1}.driver-popover-footer{margin-top:15px;text-align:right;zoom:1;display:flex;align-items:center;justify-content:space-between}.driver-popover-progress-text{font-size:13px;font-weight:400;color:#727272;zoom:1}.driver-popover-footer button{all:unset;display:inline-block;box-sizing:border-box;padding:3px 7px;text-decoration:none;text-shadow:1px 1px 0 #fff;background-color:#fff;color:#2d2d2d;font:12px/normal sans-serif;cursor:pointer;outline:0;zoom:1;line-height:1.3;border:1px solid #ccc;border-radius:3px}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}:not(body):has(>.driver-active-element){overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-popover-footer button:hover,.driver-popover-footer button:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{display:flex;flex-grow:1;justify-content:flex-end}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";position:absolute;border:5px solid #fff}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{left:100%;border-right-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-right{right:100%;border-left-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-top{top:100%;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.driver-popover-arrow-side-bottom{bottom:100%;border-left-color:transparent;border-top-color:transparent;border-right-color:transparent}.driver-popover-arrow-side-center{display:none}.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start{top:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-start,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start{left:15px}.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right{bottom:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-end,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end{right:15px}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{top:50%;margin-top:-5px}.driver-popover-arrow-side-top.driver-popover-arrow-align-center,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center{left:50%;margin-left:-5px}.driver-popover-arrow-none{display:none}

.popover-image{min-width:63vw !important}.popover-image .driver-popover-description{max-height:70vh;overflow-y:auto}.popover-image .driver-popover-description::-webkit-scrollbar,.popover-image .driver-popover-description::-webkit-scrollbar-track{width:8px;height:8px}.popover-image .driver-popover-description::-webkit-scrollbar-thumb{background-color:rgba(109,110,115,.65)}.popover-smaller-width{max-width:325px !important}.driver-popover.driverjs-theme,.popover-image{width:35%;max-width:550px;background-color:#121315;color:#a3a6ab;letter-spacing:.5px;padding:24px;border-radius:8px}.driver-popover.driverjs-theme .driver-popover-title,.popover-image .driver-popover-title{font-family:"Rubik",sans-serif;font-size:16px;font-weight:500;line-height:20px;display:flex !important;justify-content:space-between;align-items:center}.driver-popover.driverjs-theme .driver-popover-title,.driver-popover.driverjs-theme .driver-popover-progress-text,.popover-image .driver-popover-title,.popover-image .driver-popover-progress-text{color:#fdfdfd}.driver-popover.driverjs-theme .driver-popover-progress-text,.popover-image .driver-popover-progress-text{font-family:"Roboto Mono",monospace;font-size:20px;font-weight:700}.driver-popover.driverjs-theme .driver-popover-description,.popover-image .driver-popover-description{color:#a3a6ab;margin-top:16px;font-family:"Rubik",sans-serif;white-space:pre-line}.driver-popover.driverjs-theme button,.popover-image button{position:relative;cursor:pointer;border-radius:4px;border:none;transition:background-color 125ms linear,box-shadow 125ms linear;text-shadow:none;height:40px;padding:12px 24px;margin:0;font-size:16px;line-height:16px;font-family:"Rubik",sans-serif;background-color:#00a88e;color:#fdfdfd;letter-spacing:.5px}.driver-popover.driverjs-theme button:hover,.popover-image button:hover{background-color:#00c2a4}.driver-popover.driverjs-theme .close-btn,.popover-image .close-btn{width:40px;padding:0 10px;color:#fdfdfd;background-color:#323337}.driver-popover.driverjs-theme .close-btn svg,.popover-image .close-btn svg{width:20px;height:20px}.driver-popover.driverjs-theme .close-btn:hover,.popover-image .close-btn:hover{background-color:#3e3f44}.driver-popover.driverjs-theme .driver-popover-arrow-side-left.driver-popover-arrow,.driver-popover.driverjs-theme .driver-popover-arrow-side-right.driver-popover-arrow,.driver-popover.driverjs-theme .driver-popover-arrow-side-top.driver-popover-arrow,.driver-popover.driverjs-theme .driver-popover-arrow-side-bottom.driver-popover-arrow,.popover-image .driver-popover-arrow-side-left.driver-popover-arrow,.popover-image .driver-popover-arrow-side-right.driver-popover-arrow,.popover-image .driver-popover-arrow-side-top.driver-popover-arrow,.popover-image .driver-popover-arrow-side-bottom.driver-popover-arrow{display:none}.driver-popover.driverjs-theme footer,.popover-image footer{margin-top:24px}
.app-frame{width:100%;height:100%;display:flex;flex-direction:column;position:relative}.app-frame__main{flex:1;max-height:calc(100% - 48px - 32px);background-color:#000;position:relative}.app-frame__modal-root{position:absolute;left:0;top:48px;bottom:32px;width:100%}.app-frame__router{width:100%;height:100%;display:flex;justify-content:center;align-items:center}@media print{.app-frame{display:block}.app-frame__modal-root{display:none}.app-frame__main{max-height:auto;background-color:rgba(0,0,0,0)}.app-frame__router{display:block;height:auto}.app-bar,.app-menu,.app-status-bar{display:none}}
.app-overlay__old{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;z-index:5000;display:flex;opacity:1;transition:opacity 700ms ease}.app-overlay__old.closed{opacity:0}
.overlay-splash{display:flex;align-items:center;transition:opacity 155ms ease;height:26.4%}.overlay-splash.active .overlay-splash__text{grid-template-columns:.078fr 1fr}.overlay-splash__logo{height:100%}.overlay-splash__text{height:36.5%;display:grid;grid-template-columns:0fr 0fr;transition:grid-template-columns 375ms cubic-bezier(0.22, 1, 0.36, 1);transition-delay:600ms}.overlay-splash__text div{height:100%;grid-column:2;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;gap:4.8%}.overlay-splash__brand{height:58.7%}.overlay-splash__product{height:36.5%;color:#fdfdfd}.overlay-splash__brand-none{width:35%;color:#fdfdfd;opacity:0;transition:opacity 185ms ease}.overlay-splash__brand-none svg{width:100%}.overlay-splash__brand-none.active{opacity:1}
.error-display{display:flex;flex-direction:column;align-items:center;width:100%;position:relative;gap:16px}.error-display__header{font-size:20px;margin-bottom:16px;font-weight:500;color:#ff3748}.error-display__error{font-family:"Roboto Mono",monospace;font-size:14px;line-height:14px;font-weight:600;color:#a3a6ab}.error-display__status{position:absolute;font-size:14px;font-weight:400;color:#6d6e73;bottom:-24px;transform:translateY(100%)}.error-display ._kit-button{margin-top:16px;width:180px}
.auth-agreement-form{display:flex;flex-direction:column;align-items:center;width:100%;position:relative;gap:16px}.auth-agreement-form__header{font-size:20px;margin-bottom:16px;font-weight:500;color:#fdfdfd}.auth-agreement-form__scroll{max-height:40vh;padding:16px;background-color:#000;border-radius:4px}.auth-agreement-form__text{color:#a3a6ab;font-size:14px;font-weight:400;white-space:pre-line}.auth-agreement-form__controls{margin-top:16px;width:100%;display:flex;justify-content:space-between}.auth-agreement-form__controls ._kit-button{width:140px}
.login-form{display:flex;flex-direction:column;align-items:center;width:100%;position:relative;gap:16px}.login-form__error{position:absolute;font-size:14px;font-weight:400;color:#ff3748;bottom:-24px;transform:translateY(100%)}.login-form__header{font-size:20px;margin-bottom:16px;font-weight:500;color:#fdfdfd}.login-form ._kit-button{margin-top:16px;width:180px}
.license-form{display:flex;flex-direction:column;align-items:center;width:100%;position:relative;gap:16px}.license-form__message,.license-form__error{font-size:14px;font-weight:400}.license-form__header{font-size:20px;margin-bottom:16px;font-weight:500;color:#ff7c11}.license-form__error{position:absolute;font-size:14px;font-weight:400;color:#ff3748;bottom:-24px;transform:translateY(100%)}.license-form ._kit-button{margin-top:16px;width:180px}
.restart-display{display:flex;flex-direction:column;gap:16px}.restart-display__title{font-size:20px;font-weight:500;color:#ff7c11}.restart-display__text{font-size:14px;font-weight:400;color:#a3a6ab;font-style:italic}
.update-display{display:flex;flex-direction:column;gap:16px}.update-display__title{font-size:20px;font-weight:500;color:#7eff33}.update-display__stage{font-family:"Roboto Mono",monospace;font-size:14px;padding:8px 13px;color:#7eff33;background-color:#000}.update-display__text{font-size:12px;font-weight:400;color:#a3a6ab}
.overlay-steps{display:flex;flex-direction:column;width:100%;height:100%;opacity:0;transition:opacity 225ms linear}.overlay-steps.active{opacity:1}.overlay-steps__header,.overlay-steps__footer{flex-shrink:0;max-height:128px;height:12%;width:100%}.overlay-steps__footer{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.overlay-steps__footer .language-toggle{position:absolute;top:50%;right:0;height:37.5%;width:unset;aspect-ratio:1/1;transform:translateY(-50%);color:#fdfdfd;z-index:1000;border-radius:4px}.overlay-steps__bottom-logo{height:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4%}.overlay-steps__brand,.overlay-steps__brand-none{height:64%}.overlay-steps__brand.restart,.overlay-steps__brand-none.restart{color:#ff7c11}.overlay-steps__brand-none{height:45%;font-weight:500}.overlay-steps__product{height:28%;color:#fdfdfd}.overlay-steps__body{margin:auto;max-height:100%;min-height:0;display:flex;align-items:center;justify-content:center;padding:64px;background-color:#161719;width:100%;max-width:528px;border-radius:4px}.overlay-steps__body>.kit-scroll__content{width:100%}
.app-overlay{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9000;opacity:1;transition:opacity 1000ms ease;transition-delay:500ms;background-color:#000;color:#00a88e}.app-overlay.fade-out{opacity:0}.app-overlay.error{color:#ff3748}.app-overlay.warning{color:#ff7c11}
.problem-display{height:48px;border-radius:4px;padding:0 12px;display:flex;align-items:center;color:#fdfdfd;background-color:#323337;box-shadow:0px 2px 4px -1px rgba(0,0,0,.2),0px 4px 5px 0px rgba(0,0,0,.14),0px 1px 10px 0px rgba(0,0,0,.12)}.problem-display.warning{background-color:#ffe810;color:#121315}.problem-display.critical{background-color:#ff3748;color:#fdfdfd}.problem-display .icon{width:20px;height:20px;margin-right:4px}.problem-display__title{font-size:16px;font-weight:500;margin-right:16px}.problem-display__value{font-size:16px;font-weight:500;margin-left:auto}
.problems-modal__content{display:flex;flex-direction:column;gap:16px}.problems-modal__content p{color:#a3a6ab;font-weight:400}.problems-modal__list{display:flex;flex-direction:column;gap:12px}
.spoofing-modal__content{display:flex;flex-direction:column;color:#a3a6ab;font-weight:400}
.license-critical-modal{max-width:100%;max-height:100%}.license-critical-modal__close{position:absolute;right:32px;top:32px}.license-critical-modal .empty-modal{max-height:unset;display:flex;align-items:center;justify-content:center}.license-critical-modal__body{display:flex;flex-direction:column;align-items:center}.license-critical-modal__icon{width:256px;height:256px;color:#ff7c11;margin-bottom:32px}.license-critical-modal__header{color:#ff7c11;font-size:48px;font-weight:500;margin-bottom:8px;text-align:center}.license-critical-modal__description{color:#fdfdfd;font-size:24px;font-weight:500;margin-bottom:64px;text-align:center}.license-critical-modal__accept{width:256px}.license-critical-modal .kit-field-base{max-width:400px}.license-critical-modal .license-upload-form{margin-bottom:32px}
.license-upload-form{display:flex;flex-direction:column;align-items:center;width:100%}.license-upload-form__header{font-size:14px;font-weight:400;margin-bottom:16px;color:#a3a6ab}.license-upload-form .kit-field-base{margin-bottom:8px}
.license-warning-modal .modal-header{color:#ff7c11}.license-warning-modal__body{display:flex;flex-direction:column}.license-warning-modal__main{font-size:16px;font-weight:400;color:#ff7c11;margin-bottom:8px}.license-warning-modal__common{font-size:14px;font-weight:400;color:#a3a6ab;font-style:italic}.license-warning-modal__buttons{margin-top:32px;display:flex;justify-content:flex-end}
.processing{animation:processing 1600ms linear infinite;background-image:linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.25) 75%, transparent 75%, transparent);background-size:50px 50px}.approved{animation:shakeY 500ms ease-in-out}.rejected{animation:shakeX 500ms ease-in-out}@keyframes processing{0%{background-position:0 0}100%{background-position:50px 50px}}@keyframes shakeX{0%,100%{transform:translateX(0)}20%,60%{transform:translateX(-5px)}40%,80%{transform:translateX(5px)}}@keyframes shakeY{0%,100%{transform:translateY(0)}20%,60%{transform:translateY(-5px)}40%,80%{transform:translateY(5px)}}@keyframes pulsate{0%{transform:scale(1);opacity:1}100%{transform:scale(0.8);opacity:.5}}@keyframes rotate-forward{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes rotate-backward{0%{transform:rotate(360deg)}100%{transform:rotate(0deg)}}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%}body{overflow:hidden;overflow-style:none;overscroll-behavior:none;font-family:"Rubik",sans-serif;font-display:swap;font-size:16px;font-weight:300;color:#212121;line-height:1.4;letter-spacing:.25px;text-rendering:optimizeLegibility;background-color:#000}article,aside,audio,canvas,details,figcaption,figure,footer,header,hgroup,main,nav,section,svg,summary,video{display:block}input,textarea{user-select:auto !important}a,label,button{touch-action:manipulation}a{color:#00a88e;text-decoration:none;border-bottom:1px solid;cursor:pointer}a:hover{color:#007563}a:active{color:#004238}a.pseudolink{text-decoration:none !important;border-bottom:1px dashed currentColor}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-weight:500;color:inherit;line-height:1.2;letter-spacing:normal}h1 a,.h1 a,h2 a,.h2 a,h3 a,.h3 a,h4 a,.h4 a,h5 a,.h5 a,h6 a,.h6 a{color:inherit}h1 a:hover,.h1 a:hover,h2 a:hover,.h2 a:hover,h3 a:hover,.h3 a:hover,h4 a:hover,.h4 a:hover,h5 a:hover,.h5 a:hover,h6 a:hover,.h6 a:hover{text-decoration:none}h1,.h1{font-size:32px}h2,.h2{font-size:125%}h3,.h3{font-size:112.5%}h4,.h4{font-size:100%}h5,.h5{font-size:100%}h6,.h6{font-size:90%}table{border-collapse:collapse;border-spacing:0}ul,ol{list-style:none}hr{height:1px;border:0}.form label{font-weight:400;color:#616161}.form input,.form select,.form textarea{outline:0}.form fieldset{border:0}.form textarea{overflow:hidden;resize:none;word-wrap:break-word}.form input[type=file]{position:absolute;top:0;left:0;width:1px;height:1px;opacity:0}.form input[type=date]{-webkit-appearance:none}.form input[type=number]{-moz-appearance:textfield}.form input[type=number]::-webkit-outer-spin-button,.form input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.form__fieldset{margin-bottom:32px;padding-left:24px;padding-right:24px}.form__fieldset:last-child{margin-bottom:0}.form__legend{margin-left:-24px;margin-right:-24px;margin-bottom:16px;padding-left:16px;padding-right:16px;padding-bottom:12px;border-bottom:1px solid #e0e0e0}.form__row{margin-bottom:16px}.form__row:last-child{margin-bottom:0}.form__label{font-size:15px;margin-bottom:6px;color:#616161;line-height:1.2}.form__label label{font-weight:400;color:#616161}.form__label.disabled{opacity:.5}.form__field{position:relative}.form__field__icon{position:absolute;top:0;right:0;color:#bdbdbd;border-radius:4px;user-select:none;cursor:pointer}.form__field__icon--medium{width:40px;height:40px}.form__field__icon--large{width:48px;height:48px}.form__field__icon:hover{color:#757575}.form__field__icon.disabled{color:#bdbdbd;cursor:not-allowed}.form__input,.form__select,.form__textarea{font-family:"Rubik",sans-serif;font-size:16px;font-weight:500;display:block;width:100%;height:40px;padding:12px;color:#424242;line-height:24px;text-align:inherit;transition:border-color 200ms ease;box-shadow:none;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;outline:0;-webkit-appearance:none}.form__input--placeholder,.form__input::placeholder,.form__select--placeholder,.form__select::placeholder,.form__textarea--placeholder,.form__textarea::placeholder{font-weight:400;color:#bdbdbd}.form__input::-ms-clear,.form__select::-ms-clear,.form__textarea::-ms-clear{width:0;height:0}.form__input:focus,.form__input.focused,.form__select:focus,.form__select.focused,.form__textarea:focus,.form__textarea.focused{border-color:#616161}.form__input:disabled,.form__input.disabled,.form__input[readonly],.form__select:disabled,.form__select.disabled,.form__select[readonly],.form__textarea:disabled,.form__textarea.disabled,.form__textarea[readonly]{color:#bdbdbd;background-color:#f5f5f5;border-color:#e0e0e0;cursor:not-allowed}.form__input--small,.form__select--small,.form__textarea--small{height:32px;padding-top:4px;padding-bottom:4px;padding-left:6px;padding-right:6px}.form__input--medium,.form__select--medium,.form__textarea--medium{height:40px;padding-top:8px;padding-bottom:8px}.form__input--large,.form__select--large,.form__textarea--large{height:48px;padding-top:12px;padding-bottom:12px}.form__input--transparent,.form__select--transparent,.form__textarea--transparent{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.form__input--opaque,.form__select--opaque,.form__textarea--opaque{background-color:rgba(0,0,0,0)}.form__input--opaque--white,.form__select--opaque--white,.form__textarea--opaque--white{color:#fff}.form__select{overflow:hidden;padding-top:0;padding-bottom:0;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.form__select--medium{padding-right:40px;line-height:38px}.form__select--large{padding-right:48px;line-height:46px}.form__select.focused{border-bottom-left-radius:0;border-bottom-right-radius:0}.form__dropdown{overflow-x:hidden;overflow-y:auto;position:absolute;top:100%;left:0;z-index:10;width:100%;max-height:139px;box-shadow:0 4px 16px rgba(0,0,0,.15);background-color:#fff;border:1px solid #616161;border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-top:none;cursor:pointer}.form__dropdown__option{min-height:44px;padding:12px;transition:background-color 200ms ease}.form__dropdown__option:hover{background-color:#e0e0e0}.form__dropdown__option.selected{color:#fff;background-color:#212121}.form__textarea{overflow:hidden;height:auto;resize:none;word-wrap:break-word}.form__message{font-size:14px;font-weight:400;display:block;margin-top:8px}.form__message--clickable{user-select:none}.form__message--success{color:#4caf50}.form__message--error{color:#f44336}.form__submit{display:flex;flex-direction:row;align-items:center;gap:16px}.form__submit button:last-child{margin-left:auto}.col{padding-left:12px;padding-right:12px}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-1 .col-1-1{flex:0 0 100%;max-width:100%}.col-1 .col-1-2{flex:0 0 200%;max-width:200%}.col-1 .col-1-3{flex:0 0 300%;max-width:300%}.col-1 .col-1-4{flex:0 0 400%;max-width:400%}.col-1 .col-1-5{flex:0 0 500%;max-width:500%}.col-1 .col-1-6{flex:0 0 600%;max-width:600%}.col-1 .col-1-7{flex:0 0 700%;max-width:700%}.col-1 .col-1-8{flex:0 0 800%;max-width:800%}.col-1 .col-1-9{flex:0 0 900%;max-width:900%}.col-1 .col-1-10{flex:0 0 1000%;max-width:1000%}.col-1 .col-1-11{flex:0 0 1100%;max-width:1100%}.col-1 .col-1-12{flex:0 0 1200%;max-width:1200%}.col-1-auto{flex:1 0 0}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-2 .col-2-1{flex:0 0 50%;max-width:50%}.col-2 .col-2-2{flex:0 0 100%;max-width:100%}.col-2 .col-2-3{flex:0 0 150%;max-width:150%}.col-2 .col-2-4{flex:0 0 200%;max-width:200%}.col-2 .col-2-5{flex:0 0 250%;max-width:250%}.col-2 .col-2-6{flex:0 0 300%;max-width:300%}.col-2 .col-2-7{flex:0 0 350%;max-width:350%}.col-2 .col-2-8{flex:0 0 400%;max-width:400%}.col-2 .col-2-9{flex:0 0 450%;max-width:450%}.col-2 .col-2-10{flex:0 0 500%;max-width:500%}.col-2 .col-2-11{flex:0 0 550%;max-width:550%}.col-2 .col-2-12{flex:0 0 600%;max-width:600%}.col-2-auto{flex:1 0 0}.col-3{flex:0 0 25%;max-width:25%}.col-3 .col-3-1{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-3 .col-3-2{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-3 .col-3-3{flex:0 0 100%;max-width:100%}.col-3 .col-3-4{flex:0 0 133.3333333333%;max-width:133.3333333333%}.col-3 .col-3-5{flex:0 0 166.6666666667%;max-width:166.6666666667%}.col-3 .col-3-6{flex:0 0 200%;max-width:200%}.col-3 .col-3-7{flex:0 0 233.3333333333%;max-width:233.3333333333%}.col-3 .col-3-8{flex:0 0 266.6666666667%;max-width:266.6666666667%}.col-3 .col-3-9{flex:0 0 300%;max-width:300%}.col-3 .col-3-10{flex:0 0 333.3333333333%;max-width:333.3333333333%}.col-3 .col-3-11{flex:0 0 366.6666666667%;max-width:366.6666666667%}.col-3 .col-3-12{flex:0 0 400%;max-width:400%}.col-3-auto{flex:1 0 0}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-4 .col-4-1{flex:0 0 25%;max-width:25%}.col-4 .col-4-2{flex:0 0 50%;max-width:50%}.col-4 .col-4-3{flex:0 0 75%;max-width:75%}.col-4 .col-4-4{flex:0 0 100%;max-width:100%}.col-4 .col-4-5{flex:0 0 125%;max-width:125%}.col-4 .col-4-6{flex:0 0 150%;max-width:150%}.col-4 .col-4-7{flex:0 0 175%;max-width:175%}.col-4 .col-4-8{flex:0 0 200%;max-width:200%}.col-4 .col-4-9{flex:0 0 225%;max-width:225%}.col-4 .col-4-10{flex:0 0 250%;max-width:250%}.col-4 .col-4-11{flex:0 0 275%;max-width:275%}.col-4 .col-4-12{flex:0 0 300%;max-width:300%}.col-4-auto{flex:1 0 0}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-5 .col-5-1{flex:0 0 20%;max-width:20%}.col-5 .col-5-2{flex:0 0 40%;max-width:40%}.col-5 .col-5-3{flex:0 0 60%;max-width:60%}.col-5 .col-5-4{flex:0 0 80%;max-width:80%}.col-5 .col-5-5{flex:0 0 100%;max-width:100%}.col-5 .col-5-6{flex:0 0 120%;max-width:120%}.col-5 .col-5-7{flex:0 0 140%;max-width:140%}.col-5 .col-5-8{flex:0 0 160%;max-width:160%}.col-5 .col-5-9{flex:0 0 180%;max-width:180%}.col-5 .col-5-10{flex:0 0 200%;max-width:200%}.col-5 .col-5-11{flex:0 0 220%;max-width:220%}.col-5 .col-5-12{flex:0 0 240%;max-width:240%}.col-5-auto{flex:1 0 0}.col-6{flex:0 0 50%;max-width:50%}.col-6 .col-6-1{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-6 .col-6-2{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-6 .col-6-3{flex:0 0 50%;max-width:50%}.col-6 .col-6-4{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-6 .col-6-5{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-6 .col-6-6{flex:0 0 100%;max-width:100%}.col-6 .col-6-7{flex:0 0 116.6666666667%;max-width:116.6666666667%}.col-6 .col-6-8{flex:0 0 133.3333333333%;max-width:133.3333333333%}.col-6 .col-6-9{flex:0 0 150%;max-width:150%}.col-6 .col-6-10{flex:0 0 166.6666666667%;max-width:166.6666666667%}.col-6 .col-6-11{flex:0 0 183.3333333333%;max-width:183.3333333333%}.col-6 .col-6-12{flex:0 0 200%;max-width:200%}.col-6-auto{flex:1 0 0}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-7 .col-7-1{flex:0 0 14.2857142857%;max-width:14.2857142857%}.col-7 .col-7-2{flex:0 0 28.5714285714%;max-width:28.5714285714%}.col-7 .col-7-3{flex:0 0 42.8571428571%;max-width:42.8571428571%}.col-7 .col-7-4{flex:0 0 57.1428571429%;max-width:57.1428571429%}.col-7 .col-7-5{flex:0 0 71.4285714286%;max-width:71.4285714286%}.col-7 .col-7-6{flex:0 0 85.7142857143%;max-width:85.7142857143%}.col-7 .col-7-7{flex:0 0 100%;max-width:100%}.col-7 .col-7-8{flex:0 0 114.2857142857%;max-width:114.2857142857%}.col-7 .col-7-9{flex:0 0 128.5714285714%;max-width:128.5714285714%}.col-7 .col-7-10{flex:0 0 142.8571428571%;max-width:142.8571428571%}.col-7 .col-7-11{flex:0 0 157.1428571429%;max-width:157.1428571429%}.col-7 .col-7-12{flex:0 0 171.4285714286%;max-width:171.4285714286%}.col-7-auto{flex:1 0 0}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-8 .col-8-1{flex:0 0 12.5%;max-width:12.5%}.col-8 .col-8-2{flex:0 0 25%;max-width:25%}.col-8 .col-8-3{flex:0 0 37.5%;max-width:37.5%}.col-8 .col-8-4{flex:0 0 50%;max-width:50%}.col-8 .col-8-5{flex:0 0 62.5%;max-width:62.5%}.col-8 .col-8-6{flex:0 0 75%;max-width:75%}.col-8 .col-8-7{flex:0 0 87.5%;max-width:87.5%}.col-8 .col-8-8{flex:0 0 100%;max-width:100%}.col-8 .col-8-9{flex:0 0 112.5%;max-width:112.5%}.col-8 .col-8-10{flex:0 0 125%;max-width:125%}.col-8 .col-8-11{flex:0 0 137.5%;max-width:137.5%}.col-8 .col-8-12{flex:0 0 150%;max-width:150%}.col-8-auto{flex:1 0 0}.col-9{flex:0 0 75%;max-width:75%}.col-9 .col-9-1{flex:0 0 11.1111111111%;max-width:11.1111111111%}.col-9 .col-9-2{flex:0 0 22.2222222222%;max-width:22.2222222222%}.col-9 .col-9-3{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-9 .col-9-4{flex:0 0 44.4444444444%;max-width:44.4444444444%}.col-9 .col-9-5{flex:0 0 55.5555555556%;max-width:55.5555555556%}.col-9 .col-9-6{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9 .col-9-7{flex:0 0 77.7777777778%;max-width:77.7777777778%}.col-9 .col-9-8{flex:0 0 88.8888888889%;max-width:88.8888888889%}.col-9 .col-9-9{flex:0 0 100%;max-width:100%}.col-9 .col-9-10{flex:0 0 111.1111111111%;max-width:111.1111111111%}.col-9 .col-9-11{flex:0 0 122.2222222222%;max-width:122.2222222222%}.col-9 .col-9-12{flex:0 0 133.3333333333%;max-width:133.3333333333%}.col-9-auto{flex:1 0 0}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-10 .col-10-1{flex:0 0 10%;max-width:10%}.col-10 .col-10-2{flex:0 0 20%;max-width:20%}.col-10 .col-10-3{flex:0 0 30%;max-width:30%}.col-10 .col-10-4{flex:0 0 40%;max-width:40%}.col-10 .col-10-5{flex:0 0 50%;max-width:50%}.col-10 .col-10-6{flex:0 0 60%;max-width:60%}.col-10 .col-10-7{flex:0 0 70%;max-width:70%}.col-10 .col-10-8{flex:0 0 80%;max-width:80%}.col-10 .col-10-9{flex:0 0 90%;max-width:90%}.col-10 .col-10-10{flex:0 0 100%;max-width:100%}.col-10 .col-10-11{flex:0 0 110%;max-width:110%}.col-10 .col-10-12{flex:0 0 120%;max-width:120%}.col-10-auto{flex:1 0 0}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-11 .col-11-1{flex:0 0 9.0909090909%;max-width:9.0909090909%}.col-11 .col-11-2{flex:0 0 18.1818181818%;max-width:18.1818181818%}.col-11 .col-11-3{flex:0 0 27.2727272727%;max-width:27.2727272727%}.col-11 .col-11-4{flex:0 0 36.3636363636%;max-width:36.3636363636%}.col-11 .col-11-5{flex:0 0 45.4545454545%;max-width:45.4545454545%}.col-11 .col-11-6{flex:0 0 54.5454545455%;max-width:54.5454545455%}.col-11 .col-11-7{flex:0 0 63.6363636364%;max-width:63.6363636364%}.col-11 .col-11-8{flex:0 0 72.7272727273%;max-width:72.7272727273%}.col-11 .col-11-9{flex:0 0 81.8181818182%;max-width:81.8181818182%}.col-11 .col-11-10{flex:0 0 90.9090909091%;max-width:90.9090909091%}.col-11 .col-11-11{flex:0 0 100%;max-width:100%}.col-11 .col-11-12{flex:0 0 109.0909090909%;max-width:109.0909090909%}.col-11-auto{flex:1 0 0}.col-12{flex:0 0 100%;max-width:100%}.col-12 .col-12-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-12 .col-12-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-12 .col-12-3{flex:0 0 25%;max-width:25%}.col-12 .col-12-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-12 .col-12-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-12 .col-12-6{flex:0 0 50%;max-width:50%}.col-12 .col-12-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-12 .col-12-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-12 .col-12-9{flex:0 0 75%;max-width:75%}.col-12 .col-12-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-12 .col-12-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12 .col-12-12{flex:0 0 100%;max-width:100%}.col-12-auto{flex:1 0 0}@media(max-width: 1920px){.col-xxl{flex-basis:0;flex-grow:1;max-width:100%}.col-xxl-auto{flex:1 0 0}.col-xxl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xxl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xxl-3{flex:0 0 25%;max-width:25%}.col-xxl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xxl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xxl-6{flex:0 0 50%;max-width:50%}.col-xxl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xxl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xxl-9{flex:0 0 75%;max-width:75%}.col-xxl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xxl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xxl-12{flex:0 0 100%;max-width:100%}.order-xxl-1{order:1}.order-xxl-2{order:2}.order-xxl-3{order:3}.order-xxl-4{order:4}.order-xxl-5{order:5}.order-xxl-6{order:6}.order-xxl-7{order:7}.order-xxl-8{order:8}.order-xxl-9{order:9}.order-xxl-10{order:10}.order-xxl-11{order:11}.order-xxl-12{order:12}}@media(max-width: 1640px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:1 0 0}.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}}@media(max-width: 1280px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:1 0 0}.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}}@media(max-width: 1024px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:1 0 0}.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}}@media(max-width: 768px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:1 0 0}.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}}@media(max-width: 576px){.col-xs{flex-basis:0;flex-grow:1;max-width:100%}.col-xs-auto{flex:1 0 0}.col-xs-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xs-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xs-3{flex:0 0 25%;max-width:25%}.col-xs-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xs-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xs-6{flex:0 0 50%;max-width:50%}.col-xs-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xs-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xs-9{flex:0 0 75%;max-width:75%}.col-xs-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xs-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xs-12{flex:0 0 100%;max-width:100%}.order-xs-1{order:1}.order-xs-2{order:2}.order-xs-3{order:3}.order-xs-4{order:4}.order-xs-5{order:5}.order-xs-6{order:6}.order-xs-7{order:7}.order-xs-8{order:8}.order-xs-9{order:9}.order-xs-10{order:10}.order-xs-11{order:11}.order-xs-12{order:12}}@media(max-width: 442px){.col-xxs{flex-basis:0;flex-grow:1;max-width:100%}.col-xxs-auto{flex:1 0 0}.col-xxs-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xxs-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xxs-3{flex:0 0 25%;max-width:25%}.col-xxs-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xxs-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xxs-6{flex:0 0 50%;max-width:50%}.col-xxs-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xxs-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xxs-9{flex:0 0 75%;max-width:75%}.col-xxs-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xxs-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xxs-12{flex:0 0 100%;max-width:100%}.order-xxs-1{order:1}.order-xxs-2{order:2}.order-xxs-3{order:3}.order-xxs-4{order:4}.order-xxs-5{order:5}.order-xxs-6{order:6}.order-xxs-7{order:7}.order-xxs-8{order:8}.order-xxs-9{order:9}.order-xxs-10{order:10}.order-xxs-11{order:11}.order-xxs-12{order:12}}@media(max-width: 240px){.col-xxxs{flex-basis:0;flex-grow:1;max-width:100%}.col-xxxs-auto{flex:1 0 0}.col-xxxs-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xxxs-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xxxs-3{flex:0 0 25%;max-width:25%}.col-xxxs-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xxxs-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xxxs-6{flex:0 0 50%;max-width:50%}.col-xxxs-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xxxs-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xxxs-9{flex:0 0 75%;max-width:75%}.col-xxxs-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xxxs-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xxxs-12{flex:0 0 100%;max-width:100%}.order-xxxs-1{order:1}.order-xxxs-2{order:2}.order-xxxs-3{order:3}.order-xxxs-4{order:4}.order-xxxs-5{order:5}.order-xxxs-6{order:6}.order-xxxs-7{order:7}.order-xxxs-8{order:8}.order-xxxs-9{order:9}.order-xxxs-10{order:10}.order-xxxs-11{order:11}.order-xxxs-12{order:12}}@media(max-width: 1920px){.col-desktop{flex-basis:0;flex-grow:1;max-width:100%}.col-desktop-auto{flex:1 0 0}.col-desktop-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-desktop-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-desktop-3{flex:0 0 25%;max-width:25%}.col-desktop-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-desktop-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-desktop-6{flex:0 0 50%;max-width:50%}.col-desktop-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-desktop-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-desktop-9{flex:0 0 75%;max-width:75%}.col-desktop-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-desktop-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-desktop-12{flex:0 0 100%;max-width:100%}.order-desktop-1{order:1}.order-desktop-2{order:2}.order-desktop-3{order:3}.order-desktop-4{order:4}.order-desktop-5{order:5}.order-desktop-6{order:6}.order-desktop-7{order:7}.order-desktop-8{order:8}.order-desktop-9{order:9}.order-desktop-10{order:10}.order-desktop-11{order:11}.order-desktop-12{order:12}}@media(max-width: 1640px){.col-laptop{flex-basis:0;flex-grow:1;max-width:100%}.col-laptop-auto{flex:1 0 0}.col-laptop-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-laptop-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-laptop-3{flex:0 0 25%;max-width:25%}.col-laptop-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-laptop-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-laptop-6{flex:0 0 50%;max-width:50%}.col-laptop-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-laptop-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-laptop-9{flex:0 0 75%;max-width:75%}.col-laptop-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-laptop-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-laptop-12{flex:0 0 100%;max-width:100%}.order-laptop-1{order:1}.order-laptop-2{order:2}.order-laptop-3{order:3}.order-laptop-4{order:4}.order-laptop-5{order:5}.order-laptop-6{order:6}.order-laptop-7{order:7}.order-laptop-8{order:8}.order-laptop-9{order:9}.order-laptop-10{order:10}.order-laptop-11{order:11}.order-laptop-12{order:12}}@media(max-width: 1280px){.col-tablet{flex-basis:0;flex-grow:1;max-width:100%}.col-tablet-auto{flex:1 0 0}.col-tablet-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-tablet-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-tablet-3{flex:0 0 25%;max-width:25%}.col-tablet-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-tablet-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-tablet-6{flex:0 0 50%;max-width:50%}.col-tablet-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-tablet-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-tablet-9{flex:0 0 75%;max-width:75%}.col-tablet-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-tablet-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-tablet-12{flex:0 0 100%;max-width:100%}.order-tablet-1{order:1}.order-tablet-2{order:2}.order-tablet-3{order:3}.order-tablet-4{order:4}.order-tablet-5{order:5}.order-tablet-6{order:6}.order-tablet-7{order:7}.order-tablet-8{order:8}.order-tablet-9{order:9}.order-tablet-10{order:10}.order-tablet-11{order:11}.order-tablet-12{order:12}}@media(max-width: 768px){.col-pocket{flex-basis:0;flex-grow:1;max-width:100%}.col-pocket-auto{flex:1 0 0}.col-pocket-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-pocket-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-pocket-3{flex:0 0 25%;max-width:25%}.col-pocket-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-pocket-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-pocket-6{flex:0 0 50%;max-width:50%}.col-pocket-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-pocket-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-pocket-9{flex:0 0 75%;max-width:75%}.col-pocket-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-pocket-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-pocket-12{flex:0 0 100%;max-width:100%}.order-pocket-1{order:1}.order-pocket-2{order:2}.order-pocket-3{order:3}.order-pocket-4{order:4}.order-pocket-5{order:5}.order-pocket-6{order:6}.order-pocket-7{order:7}.order-pocket-8{order:8}.order-pocket-9{order:9}.order-pocket-10{order:10}.order-pocket-11{order:11}.order-pocket-12{order:12}}@media(max-width: 442px){.col-mobile{flex-basis:0;flex-grow:1;max-width:100%}.col-mobile-auto{flex:1 0 0}.col-mobile-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-mobile-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-mobile-3{flex:0 0 25%;max-width:25%}.col-mobile-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-mobile-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-mobile-6{flex:0 0 50%;max-width:50%}.col-mobile-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-mobile-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-mobile-9{flex:0 0 75%;max-width:75%}.col-mobile-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-mobile-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-mobile-12{flex:0 0 100%;max-width:100%}.order-mobile-1{order:1}.order-mobile-2{order:2}.order-mobile-3{order:3}.order-mobile-4{order:4}.order-mobile-5{order:5}.order-mobile-6{order:6}.order-mobile-7{order:7}.order-mobile-8{order:8}.order-mobile-9{order:9}.order-mobile-10{order:10}.order-mobile-11{order:11}.order-mobile-12{order:12}}@media(max-width: 240px){.col-watch{flex-basis:0;flex-grow:1;max-width:100%}.col-watch-auto{flex:1 0 0}.col-watch-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-watch-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-watch-3{flex:0 0 25%;max-width:25%}.col-watch-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-watch-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-watch-6{flex:0 0 50%;max-width:50%}.col-watch-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-watch-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-watch-9{flex:0 0 75%;max-width:75%}.col-watch-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-watch-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-watch-12{flex:0 0 100%;max-width:100%}.order-watch-1{order:1}.order-watch-2{order:2}.order-watch-3{order:3}.order-watch-4{order:4}.order-watch-5{order:5}.order-watch-6{order:6}.order-watch-7{order:7}.order-watch-8{order:8}.order-watch-9{order:9}.order-watch-10{order:10}.order-watch-11{order:11}.order-watch-12{order:12}}.row{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px}.row--nowrap{flex-wrap:nowrap}.col-auto{flex:1 0 0}.col-static{flex:0 0 auto}.wysiwyg{word-break:break-word}.wysiwyg h1,.wysiwyg h2,.wysiwyg h3,.wysiwyg h4,.wysiwyg h5,.wysiwyg h6{margin-top:1.5em;margin-bottom:.75rem}.wysiwyg h1+h1,.wysiwyg h1+h2,.wysiwyg h1+h3,.wysiwyg h1+h4,.wysiwyg h1+h5,.wysiwyg h1+h6,.wysiwyg h2+h1,.wysiwyg h2+h2,.wysiwyg h2+h3,.wysiwyg h2+h4,.wysiwyg h2+h5,.wysiwyg h2+h6,.wysiwyg h3+h1,.wysiwyg h3+h2,.wysiwyg h3+h3,.wysiwyg h3+h4,.wysiwyg h3+h5,.wysiwyg h3+h6,.wysiwyg h4+h1,.wysiwyg h4+h2,.wysiwyg h4+h3,.wysiwyg h4+h4,.wysiwyg h4+h5,.wysiwyg h4+h6,.wysiwyg h5+h1,.wysiwyg h5+h2,.wysiwyg h5+h3,.wysiwyg h5+h4,.wysiwyg h5+h5,.wysiwyg h5+h6,.wysiwyg h6+h1,.wysiwyg h6+h2,.wysiwyg h6+h3,.wysiwyg h6+h4,.wysiwyg h6+h5,.wysiwyg h6+h6{margin-top:0}.wysiwyg h1:first-child,.wysiwyg h2:first-child,.wysiwyg h3:first-child,.wysiwyg h4:first-child,.wysiwyg h5:first-child,.wysiwyg h6:first-child{margin-top:0}.wysiwyg header:first-child h1,.wysiwyg header:first-child h2,.wysiwyg header:first-child h3,.wysiwyg header:first-child h4,.wysiwyg header:first-child h5,.wysiwyg header:first-child h6{margin-top:0}.wysiwyg b{font-weight:500}.wysiwyg strong{font-weight:400}.wysiwyg abbr{font-size:12px;font-variant:small-caps}.wysiwyg section{margin-bottom:1em}.wysiwyg section:last-child{margin-bottom:0}.wysiwyg p,.wysiwyg ul,.wysiwyg ol{margin-bottom:1em}.wysiwyg p:first-child,.wysiwyg ul:first-child,.wysiwyg ol:first-child{margin-top:0}.wysiwyg p:last-child,.wysiwyg ul:last-child,.wysiwyg ol:last-child{margin-bottom:0}.wysiwyg p ul:first-of-type,.wysiwyg p ol:first-of-type,.wysiwyg ul ul:first-of-type,.wysiwyg ul ol:first-of-type,.wysiwyg ol ul:first-of-type,.wysiwyg ol ol:first-of-type{margin-top:0}.wysiwyg ul,.wysiwyg ol{margin-left:1.25em;padding-left:0;list-style-position:outside;list-style-type:none}.wysiwyg ul.mdash,.wysiwyg ol.mdash{margin-left:1.5em}.wysiwyg ul li,.wysiwyg ol li{margin:.25em 0}.wysiwyg ul li:last-child,.wysiwyg ol li:last-child{margin-bottom:0}.wysiwyg ol{counter-reset:section}.wysiwyg ol>li{position:relative}.wysiwyg ol>li:before{position:absolute;top:0;right:100%;padding-right:.5em;white-space:nowrap;content:counter(section) ")";counter-increment:section}.wysiwyg ol.decimal>li:before{content:counters(section, ".") "."}.wysiwyg ol.decimal>li>ol{margin-left:2.25em}.wysiwyg ol.decimal>li>ol>li:before{width:2.25em;padding-right:0}.wysiwyg ol.decimal>li>ol>li>ol{margin-left:3em}.wysiwyg ol.decimal>li>ol>li>ol>li:before{width:3em;padding-right:0}.wysiwyg ul.disc{list-style-type:disc}.wysiwyg ul.circle{list-style-type:circle}.wysiwyg ul.square{list-style-type:square}.wysiwyg ul.dot>li,.wysiwyg ul.mdash>li,.wysiwyg ul.ndash>li{position:relative}.wysiwyg ul.dot>li:before,.wysiwyg ul.mdash>li:before,.wysiwyg ul.ndash>li:before{position:absolute;top:0;right:100%;padding-right:.5em;white-space:nowrap}.wysiwyg ul.dot>li:before{content:"•"}.wysiwyg ul.mdash>li:before{content:"—"}.wysiwyg ul.ndash>li:before{content:"–"}@media print{@page{margin-top:15mm;margin-left:10mm;margin-right:10mm;margin-bottom:5mm}html,body{height:auto}body{overflow:auto;color:#000;background:none}#app,#main{width:auto;height:auto}.noprint{display:none}}
@font-face{font-family:"Rubik";font-weight:300;font-style:normal;src:url("/assets/fonts/Rubik/Rubik-Light.woff2?v=2020-02-20") format("woff2"),url("/assets/fonts/Rubik/Rubik-Light.woff?v=2020-02-20") format("woff"),url("/assets/fonts/Rubik/Rubik-Light.ttf?v=2020-02-20") format("truetype")}@font-face{font-family:"Rubik";font-weight:300;font-style:italic;src:url("/assets/fonts/Rubik/Rubik-LightItalic.woff2?v=2020-02-20") format("woff2"),url("/assets/fonts/Rubik/Rubik-LightItalic.woff?v=2020-02-20") format("woff"),url("/assets/fonts/Rubik/Rubik-LightItalic.ttf?v=2020-02-20") format("truetype")}@font-face{font-family:"Rubik";font-weight:400;font-style:normal;src:url("/assets/fonts/Rubik/Rubik-Regular.woff2?v=2020-02-20") format("woff2"),url("/assets/fonts/Rubik/Rubik-Regular.woff?v=2020-02-20") format("woff"),url("/assets/fonts/Rubik/Rubik-Regular.ttf?v=2020-02-20") format("truetype")}@font-face{font-family:"Rubik";font-weight:400;font-style:italic;src:url("/assets/fonts/Rubik/Rubik-Italic.woff2?v=2020-02-20") format("woff2"),url("/assets/fonts/Rubik/Rubik-Italic.woff?v=2020-02-20") format("woff"),url("/assets/fonts/Rubik/Rubik-Italic.ttf?v=2020-02-20") format("truetype")}@font-face{font-family:"Rubik";font-weight:500;font-style:normal;src:url("/assets/fonts/Rubik/Rubik-Medium.woff2?v=2020-02-20") format("woff2"),url("/assets/fonts/Rubik/Rubik-Medium.woff?v=2020-02-20") format("woff"),url("/assets/fonts/Rubik/Rubik-Medium.ttf?v=2020-02-20") format("truetype")}@font-face{font-family:"Rubik";font-weight:500;font-style:italic;src:url("/assets/fonts/Rubik/Rubik-MediumItalic.woff2?v=2020-02-20") format("woff2"),url("/assets/fonts/Rubik/Rubik-MediumItalic.woff?v=2020-02-20") format("woff"),url("/assets/fonts/Rubik/Rubik-MediumItalic.ttf?v=2020-02-20") format("truetype")}@font-face{font-family:"Roboto Mono";font-display:swap;font-weight:400;font-style:normal;src:url("/assets/fonts/RobotoMono/RobotoMono-Regular.woff2") format("woff2"),url("/assets/fonts/RobotoMono/RobotoMono-Regular.woff") format("woff")}@font-face{font-family:"Roboto Mono";font-display:swap;font-weight:600;font-style:normal;src:url("/assets/fonts/RobotoMono/RobotoMono-SemiBold.woff2") format("woff2"),url("/assets/fonts/RobotoMono/RobotoMono-SemiBold.woff") format("woff")}@font-face{font-family:"Kaspersky Sans";font-weight:300;font-style:normal;src:url("/assets/fonts/KasperskySans/KasperskySans-Light.woff2?v=2022-12-22") format("woff2"),url("/assets/fonts/KasperskySans/KasperskySans-Light.woff?v=2022-12-22") format("woff"),url("/assets/fonts/KasperskySans/KasperskySans-Light.ttf?v=2022-12-22") format("truetype")}@font-face{font-family:"Kaspersky Sans";font-weight:400;font-style:normal;src:url("/assets/fonts/KasperskySans/KasperskySans-Regular.woff2?v=2022-12-22") format("woff2"),url("/assets/fonts/KasperskySans/KasperskySans-Regular.woff?v=2022-12-22") format("woff"),url("/assets/fonts/KasperskySans/KasperskySans-Regular.ttf?v=2022-12-22") format("truetype")}@font-face{font-family:"Kaspersky Sans";font-weight:500;font-style:normal;src:url("/assets/fonts/KasperskySans/KasperskySans-Medium.woff2?v=2022-12-22") format("woff2"),url("/assets/fonts/KasperskySans/KasperskySans-Medium.woff?v=2022-12-22") format("woff"),url("/assets/fonts/KasperskySans/KasperskySans-Medium.ttf?v=2022-12-22") format("truetype")}@font-face{font-family:"Kaspersky Sans";font-weight:600;font-style:normal;src:url("/assets/fonts/KasperskySans/KasperskySans-SemiBold.woff2?v=2022-12-22") format("woff2"),url("/assets/fonts/KasperskySans/KasperskySans-SemiBold.woff?v=2022-12-22") format("woff"),url("/assets/fonts/KasperskySans/KasperskySans-SemiBold.ttf?v=2022-12-22") format("truetype")}@font-face{font-family:"Kaspersky Sans";font-weight:700;font-style:normal;src:url("/assets/fonts/KasperskySans/KasperskySans-Bold.woff2?v=2022-12-22") format("woff2"),url("/assets/fonts/KasperskySans/KasperskySans-Bold.woff?v=2022-12-22") format("woff"),url("/assets/fonts/KasperskySans/KasperskySans-Bold.ttf?v=2022-12-22") format("truetype")}@font-face{font-family:"Kaspersky Sans";font-weight:800;font-style:normal;src:url("/assets/fonts/KasperskySans/KasperskySans-ExtraBold.woff2?v=2022-12-22") format("woff2"),url("/assets/fonts/KasperskySans/KasperskySans-ExtraBold.woff?v=2022-12-22") format("woff"),url("/assets/fonts/KasperskySans/KasperskySans-ExtraBold.ttf?v=2022-12-22") format("truetype")}
