.vrcly-tabs-wrap{background:#181818;padding:0;position:relative;overflow:hidden;font-family:'Poppins',sans-serif;margin-top:32px;border-radius:12px}.vrcly-tabs{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid #4e4e4d;border-radius:12px 12px 0 0;overflow:hidden;position:relative;z-index:1}.vrcly-tab{background:0 0;border:none;border-right:1px solid #4e4e4d;cursor:pointer;padding:20px 18px;display:flex;flex-direction:column;align-items:flex-start;gap:6px;text-align:left;transition:background .2s ease;font-family:'Poppins',sans-serif}.vrcly-tab:last-child{border-right:none}.vrcly-tab:hover:not(.vrcly-tab-active){background:rgba(255,181,9,.04)}.vrcly-tab-num{font-size:14px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#d1aa34;display:block}.vrcly-tab-title{font-size:16px;font-weight:400;color:rgba(255,255,255,.6);line-height:1.35;display:block}.vrcly-tab.vrcly-tab-active{background:rgba(191,155,48,.1);border-bottom:2px solid #bf9b30}.vrcly-tab.vrcly-tab-active .vrcly-tab-num{color:#bf9b30}.vrcly-tab.vrcly-tab-active .vrcly-tab-title{color:#fff;font-weight:500}.vrcly-panels{border:1px solid #4e4e4d;border-top:none;border-radius:0 0 12px 12px;padding:40px;min-height:180px;position:relative;z-index:1}.vrcly-panel{display:none;flex-direction:column;gap:16px}.vrcly-panel.vrcly-panel-active{display:flex}.vrcly-panel-icon{width:64px;height:64px;border-radius:12px;background:rgba(191,155,48,.1);border:1px solid #bf9b30;display:flex;align-items:center;justify-content:center;color:#bf9b30;margin-bottom:16px}.vrcly-panel-title{font-size:24px;font-weight:500;color:#fff;line-height:1.3}.vrcly-panel-bullets{font-size:16px;color:rgba(255,255,255,.6);line-height:1.75;padding-left:0;display:flex;flex-direction:column;gap:8px;margin:0}.vrcly-panel-bullets strong{color:#fffdfa;font-weight:500}.vrcly-panel .c-tbtn{align-self:flex-start}@media (max-width:640px){.vrcly-tabs{grid-template-columns:1fr;border-radius:12px 12px 0 0}.vrcly-tab{border-right:none;border-bottom:1px solid rgba(255,181,9,.15);padding:16px 20px}.vrcly-tab:last-child{border-bottom:none}.vrcly-tab.vrcly-tab-active{border-bottom:1px solid #ffb509}.vrcly-panels{padding:28px 24px}.vrcly-panel-title{font-size:17px}.vrcly-panel-bullets{font-size:14px}}