@charset "utf-8";:root{--nav-color:#f7a8b8}.studio-nav-tile{margin:2em 0}.studio-nav-tile ul{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;list-style:none !important;padding:0;margin:0}.studio-nav-tile li:last-child{grid-column:1/3}@media (min-width:768px){.studio-nav-tile ul{grid-template-columns:repeat(5,1fr)}.studio-nav-tile li:last-child{grid-column:auto}}.studio-nav-tile a{display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid #f0f0f0;border-radius:8px;padding:12px 8px;color:#4a4a4a;text-decoration:none;font-size:.9em;font-weight:700;transition:all .2s}.studio-nav-tile a:hover{background:#fdfdfd;border-color:var(--nav-color);transform:translateY(-2px)}.studio-nav-tile i{margin-right:6px;color:var(--nav-color);font-size:1.2em}@media (min-width:768px){.studio-nav-tile ul{gap:4px}.studio-nav-tile a{flex-direction:column;padding:15px 5px}.studio-nav-tile i{margin-right:0;margin-bottom:6px;font-size:1.5em}}.studio-nav-scroll{margin:2em 0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.studio-nav-scroll::-webkit-scrollbar{display:none}.studio-nav-scroll ul{display:flex;gap:12px;list-style:none !important;padding:5px;margin:0;width:max-content}.studio-nav-scroll a{display:flex;align-items:center;background:#fff;border:1px solid #eee;border-radius:30px;padding:10px 20px;color:#4a4a4a;text-decoration:none;font-size:.85em;font-weight:700;box-shadow:0 2px 6px rgba(0,0,0,.05);white-space:nowrap}.studio-nav-scroll i{margin-right:6px;color:var(--nav-color)}.studio-nav-tile ul,.studio-nav-scroll ul{border:none;background:0 0;box-shadow:none}.studio-nav-tile span.material-symbols-outlined,.studio-nav-scroll span.material-symbols-outlined{color:var(--nav-color);margin-right:6px;font-size:1.2em}@media (min-width:768px){.studio-nav-tile span.material-symbols-outlined{margin-right:0;margin-bottom:6px;font-size:1.5em}}