.BuildLaunchTabSec{display:flex;align-items:stretch;height:720px;background:#fff2e3;border-radius:24px;overflow:hidden;position:relative}.desktop-tabs-container{display:flex;width:100%;height:100%}.LaunchTabDiv{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;color:var(--white-text);transition:flex-grow .2s ease,background-color .2s ease;overflow:hidden;position:relative;width:88px;flex-grow:1;border:none}.LaunchTabDiv.active{flex-grow:25;box-shadow:0 4px 15px rgba(0,0,0,.2)}.BuildText{display:flex;flex-direction:column;height:100%;justify-content:space-between;width:88px;padding:30px 15px;align-items:center;box-sizing:border-box}.LaunchTabDiv.active:first-child .BuildText h3,.LaunchTabDiv.active:first-child .BuildText h6,.LaunchTabDiv:first-child .BuildText h3,.LaunchTabDiv:first-child .BuildText h6{color:var(--white-text)}.BuildText h6{font-size:24px}.BuildText h3,.BuildText h6{font-family:var(--grotesk-font);font-weight:500;line-height:120%;color:var(--black-text);margin:0}.BuildText h3{font-size:23px;writing-mode:sideways-lr}.GrowTab_Content{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--whitebg);display:grid;grid-template-columns:88px auto;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}.LaunchTabDiv.active .GrowTab_Content{opacity:1;pointer-events:auto}.GrowTabInner{display:flex;flex-direction:column;gap:40px;justify-content:center;background:var(--whitebg);padding:48px;overflow-y:auto}.IconPic{display:flex}.BottomText{gap:32px;width:100%;max-width:700px}.BottomText,.Texted{display:flex;flex-direction:column;align-items:flex-start}.Texted{gap:20px}.Texted h2{font-size:40px;font-weight:500;line-height:120%;color:var(--black-text);margin:0;text-align:left}.Texted ul{padding:0;list-style:none;flex-direction:column;gap:18px}.Texted ul,.Texted ul li{display:flex;align-items:flex-start}.Texted ul li{gap:8px;font-family:var(--satoshi-font);font-size:18px;font-weight:400;line-height:140%;color:var(--notibg);text-align:left}@media screen and (max-width:1280px){.LaunchTabDiv{width:68px;flex-grow:0}.BuildText{width:68px;padding:30px 5px}.GrowTabInner{padding:24px;gap:24px}.Texted h2{font-size:33px}}.mobile-content-container,.mobile-tab-nav{display:none}@media screen and (max-width:768px){.desktop-tabs-container{display:none}.mobile-content-container,.mobile-tab-nav{display:flex}.mobile-content-container{display:block;padding:20px 20px 80px}.BuildLaunchTabSec{height:auto;min-height:540px;flex-direction:column;background:var(--whitebg);border:1px solid #e0e0e0;border-radius:20px;position:relative;overflow:hidden}.mobile-content-container .GrowTabInner{padding:0;gap:24px;align-items:flex-start}.mobile-content-container .IconPic{justify-content:flex-start}.mobile-content-container .Texted h2{font-size:23px}.mobile-content-container .Texted ul li{font-size:13px}.mobile-tab-nav{position:absolute;bottom:15px;left:15px;right:15px;height:50px;background:rgba(233,242,253,.95);border-radius:25px;align-items:center;z-index:10;backdrop-filter:blur(5px);padding:5px;gap:5px}.mobile-tab-button{display:flex;align-items:center;justify-content:center;height:40px;border-radius:20px;font-family:var(--grotesk-font);font-size:13px;font-weight:500;cursor:pointer;transition:all .3s ease;border:none;background:transparent;color:#333;white-space:nowrap;flex-shrink:0}.mobile-tab-button.active{background:#247aed;color:var(--lightwhiteText);box-shadow:0 2px 8px rgba(36,122,237,.3);flex-grow:1;flex-shrink:1;padding:0 12px}.mobile-tab-button:not(.active){flex-grow:0;padding:0 12px;min-width:40px}}