.ciif-acc-outer{align-items:center;display:flex;gap:12px;margin:0 auto;max-width:1200px;position:relative;width:calc(100% - 80px)}.ciif-acc-track{border-radius:16px;display:flex;flex:1;gap:8px;height:480px;overflow:hidden}.ciif-acc-panel{background-position:50%;background-size:cover;border-radius:12px;cursor:pointer;flex:1;min-width:60px;overflow:hidden;position:relative;transition:flex .55s cubic-bezier(.4,0,.2,1)}.ciif-acc-panel.is-active{cursor:default;flex:4}.ciif-acc-overlay{background:linear-gradient(0deg,rgba(0,0,0,.9) 0,rgba(0,0,0,.5) 45%,rgba(0,0,0,.05) 80%);inset:0;opacity:0;position:absolute;transition:opacity .4s ease}.ciif-acc-panel.is-active .ciif-acc-overlay{opacity:1}.ciif-acc-content{bottom:0;left:0;opacity:0;padding:28px 24px;pointer-events:none;position:absolute;right:0;transform:translateY(8px);transition:opacity .35s ease .15s,transform .35s ease .15s;z-index:2}.ciif-acc-panel.is-active .ciif-acc-content{opacity:1;pointer-events:auto;transform:translateY(0)}.ciif-acc-title{color:#fff;font-family:Georgia,serif;font-size:clamp(16px,1.6vw,22px);font-weight:700;line-height:1.3;margin-bottom:8px;text-shadow:0 2px 10px rgba(0,0,0,.6)}.ciif-acc-desc{color:hsla(0,0%,100%,.85);font-size:clamp(12px,1vw,14px);line-height:1.6;margin-bottom:18px;text-shadow:0 1px 4px rgba(0,0,0,.5)}.ciif-acc-btn,.ciif-acc-desc{font-family:DM Sans,sans-serif}.ciif-acc-btn{border:1.5px solid hsla(0,0%,100%,.75);border-radius:999px;color:#fff;display:inline-block;font-size:13px;font-weight:500;padding:9px 22px;text-decoration:none;transition:background .2s,color .2s}.ciif-acc-arrow,.ciif-acc-btn:hover{background:#fff;color:#0a1628}.ciif-acc-arrow{align-items:center;border:1.5px solid #d0d0d0;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;font-size:16px;height:40px;justify-content:center;transition:background .2s,color .2s,border-color .2s;width:40px;z-index:10}.ciif-acc-arrow:hover{background:#0a1628;border-color:#0a1628;color:#fff}@media (max-width:768px){.ciif-acc-outer{gap:8px;width:calc(100% - 32px)}.ciif-acc-track{height:380px}.ciif-acc-panel.is-active{flex:3}.ciif-acc-desc{display:none}.ciif-acc-content{padding:18px 16px}}@media (max-width:480px){.ciif-acc-track{height:320px}.ciif-acc-panel.is-active{flex:5}.ciif-acc-panel{min-width:40px}}