.swf-xcu-navigation[data-v-75fe96eb]{width:100%;min-height:100vh;background-color:#fff;padding:40px;overflow-y:auto}.navigation-header[data-v-75fe96eb]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:40px;padding-bottom:20px;border-bottom:1px solid #e8e8e8}.navigation-header h2[data-v-75fe96eb]{font-size:28px;color:#333}.navigation-grid[data-v-75fe96eb]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;margin-top:40px}.nav-item[data-v-75fe96eb]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:30px 20px;background-color:#f5f5f5;border-radius:10px;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;height:150px}.nav-item[data-v-75fe96eb]:hover{background-color:#e6f7ff;-webkit-transform:translateY(-5px);transform:translateY(-5px);-webkit-box-shadow:0 5px 15px rgba(0,0,0,.1);box-shadow:0 5px 15px rgba(0,0,0,.1)}.nav-icon[data-v-75fe96eb]{font-size:48px;margin-bottom:15px}.nav-text[data-v-75fe96eb]{font-size:18px;color:#333;text-align:center}@media (max-width:768px){.navigation-grid[data-v-75fe96eb]{grid-template-columns:repeat(2,1fr)}}