.scene-switch{border:1px solid var(--white-transparent);border-radius:40px;box-sizing:border-box;gap:10px;padding:4px}.scene-switch,.scene-switch__trigger{align-items:center;display:inline-flex;position:relative}.scene-switch__trigger{background:none;border:none;color:#fff;cursor:pointer;font-family:Montserrat;font-size:12px;font-weight:600;padding:8px;text-transform:uppercase}.scene-switch__trigger svg{height:12px;width:12px;stroke:var(--orange);fill:none;opacity:1;position:relative;transition:all .5s ease}.scene-switch__trigger:before{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:var(--white-transparent);border-radius:40px;box-sizing:border-box;content:"";display:inline-block;height:100%;left:0;opacity:0;position:absolute;top:0;transform:translate(0);transition:all .5s ease;width:100%;z-index:-1}.scene-switch__trigger:first-of-type svg{margin-right:9px}.scene-switch__trigger:first-of-type:before{transform:translate(100%)}.scene-switch__trigger:last-of-type svg{margin-left:9px}.scene-switch__trigger:last-of-type:before{transform:translate(-100%)}.scene-switch__trigger.current svg{margin-left:0;margin-right:0;opacity:0;width:0}.scene-switch__trigger.current:before{opacity:1;transform:translate(0)}@media (max-width:850px){.scene-switch{gap:0}.scene-switch__trigger svg{margin-left:0!important;margin-right:0!important}.scene-switch__trigger span{opacity:0;overflow:hidden;transition:all .3s;white-space:nowrap;width:0}.scene-switch__trigger.current span{opacity:1;width:90px}}
