@charset "UTF-8";@import url(https://fonts.googleapis.com/css?family=Poppins);:root{--text:#eadfd8;--text_8:hsla(23,30%,88%,.8);--text_5:hsla(23,30%,88%,.5);--text-opposite:#1f2437;--active-link:#42a4ff;--primary:#2b65e3;--primary-darker:#204fb3;--primary-almost-invisible:rgba(43,101,227,.2);--background:#191e2e;--body-background:#191e2e;--background-offset-up:#181c2b;--background-offset-up_5:#181c2b80;--toggle-active-background:#22283d;--toggle-active-text:#eadfd8;--header-background:#161a28;--card-background:#22283d;--icon-background:#545c79;--icon-background-offset:#2c3249;--icon-background-offset_5:#2c324980;--modal-background:#1b2031;--modal-background-offsetUp:#1d2234;--empty-list-item-background:#161a28;--empty-list-item-row:#191e2e;--inputIcon:#878da733;--error:#f78962;--deny:#ff6c5f;--premium:#f5c958;--purchase:#a4d8c3;--purchaseText:#1f2437;--success:#49a149;--discount:#57c966;--player-button:#1f2a49;--player-button-transparent:#1f2a4998;--player-background:#efefef;--font-family:Poppins}*,:after,:before{box-sizing:border-box;margin:0;padding:0}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}html{height:100%}body,html,input,select{font-family:Poppins,sans-serif}body{color:var(--text-opposite)}#root,body{height:100%}#root{display:flex;flex-direction:column;justify-content:stretch}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}ul{padding-left:1rem}li{text-decoration:none}header{background:#f5f5f5;border-bottom:1px solid #d3d3d3;margin-bottom:.5rem;padding:.5rem}h2,h3{margin:0}span{font-size:90%}main{align-items:stretch;flex:1 1}footer{align-items:center;background:#f5f5f5;border-top:1px solid #d3d3d3;display:flex;gap:.5rem;justify-content:space-between;margin-top:.5rem;padding:.5rem}footer .arrangementName{min-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#Profile{align-items:center;display:flex;gap:.4rem;height:inherit}#Profile>img{border-radius:50%;height:2.2rem;object-fit:cover}.react-tabs{display:flex;flex:1 1;flex-direction:column}.react-tabs__tab-panel{display:flex;flex:1 1;flex-direction:column;padding:0 .5rem}.react-tabs__tab-panel--selected{display:flex}.react-tabs__tab-list{margin-bottom:0}.text.secondary{color:#888}.card{background:#fcfcfc;border:1px solid #d3d3d3;border-radius:.5rem;display:flex;flex-direction:row;justify-content:space-between;padding:.5rem 1rem 1rem}.card form{padding:0}.Centered{align-items:center;justify-content:center}.Centered,form{display:flex;flex:1 1;flex-direction:column}form{align-items:stretch;gap:.5rem;justify-content:stretch;max-width:30rem;padding:2rem 0;text-align:left}form label{display:flex;flex-direction:column}form label span{color:gray;display:block}form label input{border:1px solid gray;border-radius:.2rem;justify-self:flex-end}input,select{border:1px solid gray;border-radius:.2rem;font-size:1rem;padding:.5rem}button{padding:.3rem}.Dropzone{background:#eee;border:3px dotted #000;border-radius:.5rem;cursor:pointer;margin:1rem 0;padding:2rem;width:100%}.FlexCenter{display:flex;justify-content:center}.Form span{margin:5px 0}details>div{padding-left:1rem}.RecordingFileItem{border:2px solid gray;border-radius:.4rem;display:flex;flex-direction:row;justify-content:space-between;padding:.5rem}.RecordingsList{display:flex;flex-direction:column;gap:.5rem}.RecordingFileItem input,select{font-size:90%;padding:.2rem}.RecordingFileItem input[type=number]{width:5rem}h2{padding:.5rem 0}label{display:flex;flex-direction:column}.InterestedParty{border:2px solid gray;border-radius:.4rem;display:flex;flex-direction:row;justify-content:space-between;padding:.5rem}.InterestedParty label{align-items:center;flex-direction:row;gap:.5rem}.InterestedParty p{font-weight:700}.InterestedParty span{color:gray;font-size:80%}span.MetadataSingle{color:#000;display:block;font-size:inherit}.Existing{border-color:#1e90ff}.NonExisting{border-color:orange}.CreateNew{border:3px dotted gray}.Important{border-color:tomato}.Columns{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:50% 50%;width:98%}.ItemList{display:flex;flex-direction:column;gap:.5rem;padding:.5rem 0}summary{cursor:pointer}span a,summary a{border:1px solid gray;border-radius:.2rem;font-size:80%;padding:.2rem .2rem 0;text-decoration:none}.Info{background:#dfe5ff;border-radius:.3rem;margin:1rem 0;padding:1.3rem}.Info p{margin-bottom:.3rem}.Info p:last-child{margin-bottom:0}.Flex{display:flex;gap:.5rem}.FlexRow{flex-direction:row}.FlexColumn{flex-direction:column}.JustifyCenter{justify-content:center}.JustifyStretch{justify-content:stretch}.JustifyBetween{justify-content:space-between}.JustifyStart{justify-content:flex-start}.JustifyEnd{justify-content:flex-end}.AlignCenter{align-items:center}.AlignStretch{align-items:stretch}.AlignStart{align-items:flex-start}.AlignEnd{align-items:flex-end}.DevBorderRed{border:2px solid red}.DevBorderPurple{border:2px solid purple}.Flex1{flex:1 1}.Flex0{flex:0 1}.Gap0{gap:0}.Gap05{gap:.5rem}.Gap02{gap:.2rem}.Pad1{padding:1rem}.Pad05{padding:.5rem}.Pad0-05{padding:0 .5rem}.BGLightGray{background:#efefef}.BGDarkGray{background:#555;color:#fff}.BGddd{background:#ddd}.BGred{background:red}.BGtomato{background:tomato}.BGlime{background:lime}.BGWhite{background-color:#fff}.BD1Gray{border:1px solid #ccc}.BDRed{border:1px solid red}.BD3{border:3px}.BD_TB_1Gray{border-bottom:1px solid #ccc;border-top:1px solid #ccc}.H2{height:2rem}.H100{height:100%}.W2Rem{width:2rem}.W3Rem{width:3rem}.W4Rem{width:4rem}.FlexGap0{display:flex;gap:0}.Relative{position:relative}.chip{background:#000;color:#fff}.ArrStatus,.chip{border-radius:1rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:.2rem .5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ArrStatus{background:#b1ffb1;color:#000;font-weight:400!important}.ArrStatus.Draft{background:#ffdc9b}.ArrStatus.PreviouslyPublished{background:#9bcfff}.ArrStatus.ReadyForPublish{background:#e4ff9b}.NoWrap{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.MeterWrapper{width:3.5rem}button.small{padding:0 .3rem .1rem}button.active{background-color:#1e90ff}button.active,button.selected{border:none;border-radius:.3rem;color:#fff;padding:.1rem .31rem .2rem}button.selected{background-color:#32cd32}input.small{width:6rem}input.medium,input.small{font-size:90%;padding:.1rem .3rem}input.medium{width:10rem}.RoundedBorder{border:2px solid gray;border-radius:.4rem;display:flex;flex-direction:row;padding:.5rem}.Grid3Cols{display:grid;grid-template-columns:1fr 1fr fr}.Grid3ColsX{display:grid;grid-template-columns:1fr 1fr 10rem}.VideoLink{display:block;padding:1rem 0}.Button{border:1px solid #e2e2e2;border-radius:10px;cursor:pointer;font-size:14px;padding:10px;transition:opacity .2s ease;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Button:hover{opacity:.8}.Button:active{opacity:.5}.DisabledButton{opacity:.4;pointer-events:none}.modal-overlay{align-items:center;background:rgba(0,0,0,.7);display:flex;height:100vh;justify-content:center;left:0;position:absolute;top:0;width:100vw;z-index:9999}.modal-box{background:#fff;border-radius:.3rem;display:block;height:95%;padding:.5rem;position:relative;width:95%}.MenuBurger{border:none;border-radius:10px;padding:.7rem}.HoverVisible{opacity:.3}.HoverVisible:hover{border-radius:.2rem;opacity:1}.react-tabs{-webkit-tap-highlight-color:transparent}.react-tabs__tab-list{border-bottom:1px solid #aaa;margin:0 0 10px;padding:0}.react-tabs__tab{border:1px solid transparent;border-bottom:none;bottom:-1px;cursor:pointer;display:inline-block;list-style:none;padding:6px 12px;position:relative}.react-tabs__tab--selected{background:#fff;border-color:#aaa;border-radius:5px 5px 0 0;color:#000}.react-tabs__tab--disabled{color:GrayText;cursor:default}.react-tabs__tab:focus{outline:none}.react-tabs__tab:focus:after{background:#fff;bottom:-5px;content:"";height:5px;left:-4px;position:absolute;right:-4px}.react-tabs__tab-panel{display:none}.react-tabs__tab-panel--selected{display:block}.PlayerComponent_PlayerComponent__bTVWP{display:flex;flex:1 1;flex-direction:column;touch-action:none;-webkit-user-select:none;user-select:none}.PlayerComponent_GraphicsElement__V0Axl{background-position:50%;background-repeat:no-repeat;background-size:20rem,auto,contain;color:#000;flex:1 1;overflow:auto;position:relative;touch-action:none}.PlayerComponent_VideoElementContainer__qb9X5{align-items:center;background:#000;color:#fff;display:flex;flex:1 1;justify-content:center;overflow:auto;touch-action:none}.PlayerComponent_VideoElement__pdv8z{max-height:100%;max-width:100%}.PlayerComponent_PagesElement__uiyuk{overflow:auto}.PlayerComponent_PagesOverlayElement__lf7Im{pointer-events:none;position:absolute}.PlayerComponent_PlayheadOverlayElement__ncGkI{border:0 solid purple;pointer-events:none;position:absolute}.PlayerComponent_PlayheadElement__7IWIR{background-color:rgba(255,166,0,.7);height:5rem;left:0;position:absolute;top:0;visibility:hidden;width:5px}.PlayerComponent_DocumentPage__S0EWc{background:#fff;border-radius:.3rem;box-shadow:0 4px 8px 0 rgba(0,0,0,.1),0 6px 20px 0 rgba(0,0,0,.11);overflow:hidden}.PlayerComponent_DocumentPage__S0EWc>div>svg{height:100%;width:100%}.PlayerComponent_BtnTurn__mVcfM{cursor:pointer;position:absolute;top:40%;width:8rem;z-index:50}.PlayerComponent_BtnTurnRight__w21Mg{right:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.PlayerComponent_BtnTurn__mVcfM>svg{fill:rgba(0,0,0,.05)}.PlayerComponent_BtnTurn__mVcfM>svg:hover{fill:rgba(0,0,0,.1)}.PlayerComponent_PagesStatus__UGxPv{background-color:#00000022;bottom:0;display:none;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:100}.PlayerComponent_PagesStatusDisplay__JwjhZ{background-color:var(--header-background);border-radius:.6rem;color:#fff;font-size:150%;left:50%;padding:1rem 1.4rem;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.PlayerComponent_DevToolbar__AAUpm{align-items:center;background-color:gray;display:flex;gap:.3rem;padding:.5rem}button.PlayerComponent_selected__JSG2u{background:var(--header-background);border:0;border-radius:.4rem;color:#fff;padding:.3rem .7rem}.PlayerComponent_GridItem__MuOoR{align-items:flex-start;border:0 solid #0002;cursor:pointer;display:flex;flex-direction:column;gap:.4rem;justify-content:flex-start}@media (hover:hover) and (pointer:fine){.PlayerComponent_GridItem__MuOoR:hover{background:rgba(0,0,255,.05)}}.PlayerComponent_GridSign__aaTbE{border-radius:.4rem;border-bottom-left-radius:.2rem;border-bottom-right-radius:2rem;border-top-left-radius:.2rem;border-top-right-radius:2rem;color:#000;color:#fff;display:flex;flex-direction:column;font-size:90%;font-weight:700;padding:.1rem .3rem .2rem;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.PlayerComponent_SignRight__6TYDs{align-self:flex-end;border-bottom-left-radius:2rem;border-bottom-right-radius:.2rem;border-top-left-radius:2rem;border-top-right-radius:.2rem;margin-right:0}.PlayerComponent_Pass0__E6vP0{background:#1e90ff}.PlayerComponent_Pass1__vd2AG{background:#499b5d}.PlayerComponent_Pass2__lM-BS{background:#8d7045}.PlayerComponent_Pass3__77BUg{background:#924c8c}.PlayerComponent_Pass4__RBAiq{background:#d15929}.PlayerComponent_Pass5__R4krx{background:#829b49}.PlayerComponent_Pass6__DF226{background:#5f4c92}.PlayerComponent_Pass7__6pLtc{background:#924c61}.PlayerComponent_GridSyncFlag__gtVyr{background:gray;height:100%;left:0;position:absolute;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:5px}.PlayerComponent_GridSyncFlag__gtVyr:after{align-items:center;background:#000;border-radius:50%;color:#fff;content:attr(data-text);display:inline-block;display:flex;font-size:90%;font-weight:700;height:1.5rem;justify-content:center;position:absolute;top:100%;-webkit-transform:translateX(-40%);transform:translateX(-40%);width:1.5rem}.PlayerComponent_SyncItem0__HsaMT,.PlayerComponent_SyncItem0__HsaMT:after{background:#1e90ff}.PlayerComponent_SyncItem1__sqwv-,.PlayerComponent_SyncItem1__sqwv-:after{background:tomato}.PlayerComponent_SyncItem2__UhAjZ,.PlayerComponent_SyncItem2__UhAjZ:after{background:#0fac0f}.BarSyncWrapper{height:1.8rem;margin:.3rem}.BarSyncItem{border:3px solid #ddd;border-radius:.5rem;cursor:pointer;display:flex;justify-content:space-between;padding:.1rem .3rem}.BarSyncItem,.BarSyncItem0{background:#1e90ff}.BarSyncItem1{background:#499b5d}.BarSyncItem2{background:#8d7045}.BarSyncItem3{background:#924c8c}.BarSyncItem4{background:#5f4c92}.BarSyncItem5{background:#499b5d}.BarSyncItem6{background:#8d7045}.BarJumpsToolbar{align-items:center;display:flex;gap:1rem;height:3rem;margin:1rem 0;padding:.4rem}.BarJumpFunctions{display:flex;flex:1 1;justify-content:space-between;padding:2rem 0}.BarEditForm,.BarJumpFunctionButtons{display:flex;gap:1rem}.BarEditForm{align-items:center}.BarSyncInput{border:1px solid #aaa;border-radius:.2rem;color:#000;font-size:90%;padding:.1rem 0 .1rem .3rem;width:4rem}.BarSyncInput:focus{background:#a5ffb8}button.alert{background-color:tomato;border:none;border-radius:.3rem;color:#fff}button.nudgeLeft{border-bottom-left-radius:50%;border-top-left-radius:50%}button.nudge,button.nudgeLeft{border:1px solid gray}button.nudgeRight{border:1px solid gray;border-bottom-right-radius:50%;border-top-right-radius:50%}.Player2Sync_Player2Sync__9Kbij{background:var(--color-header-background);width:100%}.Player2Sync_Player2SyncToolbar__NfqRa{display:flex;gap:2rem}.Player2Sync_SyncToolbar__D\+e1B{display:flex;gap:.3rem;justify-content:space-between;padding:1rem}.Player2Sync_SyncToolbar__D\+e1B>div{color:#000;display:flex;gap:.3rem}.Player2Sync_BarJumpsEditor__6vNpZ,.Player2Sync_TimeSyncEditor__QqJHD{padding:.5rem}.Player2Sync_BarSyncWrapper__oa0Yi{height:2rem;margin:.3rem}.Player2Sync_BarSyncItem__Gx\+zN{background:#1e90ff;border:.1rem solid #000;border-radius:.2rem;cursor:pointer;display:flex;font-size:120%;font-weight:700;justify-content:space-between;padding:.1rem .5rem}.Player2Sync_BarSyncItem0__4clOA{background:#1e90ff}.Player2Sync_BarSyncItem1__QZiK5{background:#499b5d}.Player2Sync_BarSyncItem2__76S4l{background:#8d7045}.Player2Sync_BarSyncItem3__zA1fY{background:#924c8c}.Player2Sync_BarSyncItem4__CL\+SB{background:#5f4c92}.Player2Sync_BarSyncItem5__VFgYl{background:#499b5d}.Player2Sync_BarSyncItem6__TVFNR{background:#8d7045}.Player2Sync_BarJumpsToolbar__UU7V6{align-items:center;display:flex;gap:1rem;height:3rem;margin:1rem 0;padding:.4rem}.Player2Sync_BarJumpFunctions__bpv\+6{display:flex;flex:1 1;justify-content:space-between;padding:2rem 0}.Player2Sync_BarJumpFunctionButtons__UwnYD{display:flex;gap:1rem}.Player2Sync_BarEditForm__ByAZX{align-items:center;display:flex;gap:1rem}.Player2Sync_BarSyncInput__hNmwn{border-radius:.5rem;color:#000;padding:.2rem;width:5rem}.Player2Sync_BarSyncInput__hNmwn:focus{background:#a5ffb8}.Player2Sync_button__TZKp5{background-color:blue;background-color:#23233d;border:.1rem solid #000;border-radius:.3rem;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;justify-content:center;padding:.5rem 1rem;position:relative;text-decoration:none;transition:opacity .2s ease}button.Player2Sync_selected__SM1DE{background:#1e90ff;border-radius:.5rem;color:#fff}button.Player2Sync_active__WdPQ4{background:lime;border-radius:.5rem;color:#fff}.Player2Sync_small__22AkA{height:2.2rem;padding:0 1rem 1rem}.Player2Sync_alert__UouAV{background-color:tomato}.Player2Sync_h2__EvPFU{font-size:1.6rem}.Player2Sync_TimeSyncEditor__QqJHD{display:flex;flex-direction:column;gap:1rem}.Player2Sync_TimeSyncTimelineButtons__-qumA{background:#555;border-radius:.7rem;height:1.5rem;margin:.1rem .5rem;position:relative}.Player2Sync_TimeSyncItemButton__m9I1v{background:lime;border-radius:50%;bottom:0;color:#fff;font-size:80%;height:1.2rem;padding:0;position:absolute;top:.15rem;width:1rem;width:1.2rem}.Player2Sync_SyncItem0__HT77G{background-color:#1e90ff}.Player2Sync_SyncItem1__YU4Wg{background-color:tomato}.Player2Sync_SyncItem2__T3-MF{background-color:#499b5d}.Player2Sync_TimeSyncToolbar__hVKxa{align-items:center;display:flex;gap:1rem;height:3rem;justify-content:space-between}.Player2Sync_HoverDisplay__skl4m{background:#fff;bottom:0;height:1rem;top:0;width:3px}.Player2Sync_HoverDisplay__skl4m,.Player2Sync_ItemDisplay__gzanN{position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Player2Sync_ItemDisplay__gzanN{align-items:center;background:red;border-radius:.2rem;color:#fff;display:flex;font-size:130%;justify-content:center;margin:0;padding:.3rem;width:2rem}.horizontal-slider{height:1.4rem;max-width:100%;padding:0 1rem;width:100%}.example-track{background:red;border-radius:.3rem;height:.4rem;top:.4rem}.example-track-0{background:#1e90ff}.example-track-1{background:#ccc}.example-track-2{background:#fff}.example-track-3{background:#ccc}.example-thumb{background-color:#1e90ff;border-radius:50%;box-sizing:border-box;color:#fff;cursor:grab;height:1.2rem;padding:.3rem;text-align:center;top:0;width:1.2rem}.example-thumb-0,.example-thumb-1{background:#1e90ff}.example-thumb-2{background:#fff}.szh-menu{background-color:#fff;border:1px solid rgba(0,0,0,.1);box-sizing:border-box;list-style:none;margin:0;padding:0;width:-webkit-max-content;width:max-content;z-index:100}.szh-menu:focus{outline:none}.szh-menu__arrow{background-color:#fff;border-color:rgba(0,0,0,.1) transparent transparent rgba(0,0,0,.1);border-style:solid;border-width:1px;box-sizing:border-box;height:.75rem;width:.75rem;z-index:-1}.szh-menu__arrow--dir-left{right:-.375rem;-webkit-transform:translateY(-50%) rotate(135deg);transform:translateY(-50%) rotate(135deg)}.szh-menu__arrow--dir-right{left:-.375rem;-webkit-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}.szh-menu__arrow--dir-top{bottom:-.375rem;-webkit-transform:translateX(-50%) rotate(-135deg);transform:translateX(-50%) rotate(-135deg)}.szh-menu__arrow--dir-bottom{top:-.375rem;-webkit-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg)}.szh-menu__item{cursor:pointer}.szh-menu__item:focus{outline:none}.szh-menu__item--hover{background-color:#ebebeb}.szh-menu__item--focusable{background-color:inherit;cursor:default}.szh-menu__item--disabled{color:#aaa;cursor:default}.szh-menu__group{box-sizing:border-box}.szh-menu__radio-group{list-style:none;margin:0;padding:0}.szh-menu__divider{background-color:rgba(0,0,0,.12);height:1px;margin:.5rem 0}.szh-menu-button{box-sizing:border-box}.szh-menu{border:none;border-radius:.25rem;box-shadow:0 3px 7px rgba(0,0,0,.133),0 .6px 2px rgba(0,0,0,.1);color:#212529;min-width:10rem;padding:.5rem 0;-webkit-user-select:none;user-select:none}.szh-menu__item{align-items:center;display:flex;padding:.375rem 1.5rem;position:relative}.szh-menu-container--itemTransition .szh-menu__item{transition-duration:.15s;transition-property:background-color,color;transition-timing-function:ease-in-out}.szh-menu__item--type-radio{padding-left:2.2rem}.szh-menu__item--type-radio:before{content:"○";font-size:.8rem;left:.8rem;position:absolute;top:.55rem}.szh-menu__item--type-radio.szh-menu__item--checked:before{content:"●"}.szh-menu__item--type-checkbox{padding-left:2.2rem}.szh-menu__item--type-checkbox:before{left:.8rem;position:absolute}.szh-menu__item--type-checkbox.szh-menu__item--checked:before{content:"✔"}.szh-menu__submenu>.szh-menu__item{padding-right:2.5rem}.szh-menu__submenu>.szh-menu__item:after{content:"❯";position:absolute;right:1rem}.szh-menu__header{color:#888;font-size:.8rem;padding:.2rem 1.5rem;text-transform:uppercase}@-webkit-keyframes szh-menu-show-slide-left{0%{opacity:0;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}}@keyframes szh-menu-show-slide-left{0%{opacity:0;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}}@-webkit-keyframes szh-menu-hide-slide-left{to{opacity:0;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}}@keyframes szh-menu-hide-slide-left{to{opacity:0;-webkit-transform:translateX(.75rem);transform:translateX(.75rem)}}@-webkit-keyframes szh-menu-show-slide-right{0%{opacity:0;-webkit-transform:translateX(-.75rem);transform:translateX(-.75rem)}}@keyframes szh-menu-show-slide-right{0%{opacity:0;-webkit-transform:translateX(-.75rem);transform:translateX(-.75rem)}}@-webkit-keyframes szh-menu-hide-slide-right{to{opacity:0;-webkit-transform:translateX(-.75rem);transform:translateX(-.75rem)}}@keyframes szh-menu-hide-slide-right{to{opacity:0;-webkit-transform:translateX(-.75rem);transform:translateX(-.75rem)}}@-webkit-keyframes szh-menu-show-slide-top{0%{opacity:0;-webkit-transform:translateY(.75rem);transform:translateY(.75rem)}}@keyframes szh-menu-show-slide-top{0%{opacity:0;-webkit-transform:translateY(.75rem);transform:translateY(.75rem)}}@-webkit-keyframes szh-menu-hide-slide-top{to{opacity:0;-webkit-transform:translateY(.75rem);transform:translateY(.75rem)}}@keyframes szh-menu-hide-slide-top{to{opacity:0;-webkit-transform:translateY(.75rem);transform:translateY(.75rem)}}@-webkit-keyframes szh-menu-show-slide-bottom{0%{opacity:0;-webkit-transform:translateY(-.75rem);transform:translateY(-.75rem)}}@keyframes szh-menu-show-slide-bottom{0%{opacity:0;-webkit-transform:translateY(-.75rem);transform:translateY(-.75rem)}}@-webkit-keyframes szh-menu-hide-slide-bottom{to{opacity:0;-webkit-transform:translateY(-.75rem);transform:translateY(-.75rem)}}@keyframes szh-menu-hide-slide-bottom{to{opacity:0;-webkit-transform:translateY(-.75rem);transform:translateY(-.75rem)}}.szh-menu--state-opening.szh-menu--dir-left{-webkit-animation:szh-menu-show-slide-left .15s ease-out;animation:szh-menu-show-slide-left .15s ease-out}.szh-menu--state-closing.szh-menu--dir-left{-webkit-animation:szh-menu-hide-slide-left .15s ease-in forwards;animation:szh-menu-hide-slide-left .15s ease-in forwards}.szh-menu--state-opening.szh-menu--dir-right{-webkit-animation:szh-menu-show-slide-right .15s ease-out;animation:szh-menu-show-slide-right .15s ease-out}.szh-menu--state-closing.szh-menu--dir-right{-webkit-animation:szh-menu-hide-slide-right .15s ease-in forwards;animation:szh-menu-hide-slide-right .15s ease-in forwards}.szh-menu--state-opening.szh-menu--dir-top{-webkit-animation:szh-menu-show-slide-top .15s ease-out;animation:szh-menu-show-slide-top .15s ease-out}.szh-menu--state-closing.szh-menu--dir-top{-webkit-animation:szh-menu-hide-slide-top .15s ease-in forwards;animation:szh-menu-hide-slide-top .15s ease-in forwards}.szh-menu--state-opening.szh-menu--dir-bottom{-webkit-animation:szh-menu-show-slide-bottom .15s ease-out;animation:szh-menu-show-slide-bottom .15s ease-out}.szh-menu--state-closing.szh-menu--dir-bottom{-webkit-animation:szh-menu-hide-slide-bottom .15s ease-in forwards;animation:szh-menu-hide-slide-bottom .15s ease-in forwards}
/*# sourceMappingURL=main.288cb48f.css.map*/