.fl-module{width:100%}.fl-icon-box{align-items:center;border:1px solid rgba(255,88,81,.3);border-radius:4px;color:#ff5851;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.fl-module .fl-mobile{display:flex;flex-direction:column}.fl-module .fl-item-mobile{border-bottom:1px solid #e5e7eb}.fl-module .fl-item-mobile:first-child{border-top:1px solid #e5e7eb}.fl-module .fl-acc-header{align-items:center;background:none;border:0;box-sizing:border-box;color:#1c233c;cursor:pointer;display:flex;font:inherit;gap:1rem;justify-content:space-between;margin:0;padding:1.25rem 1.5rem;text-align:left;width:100%;-webkit-tap-highlight-color:transparent}.fl-module .fl-acc-title{font-size:1rem;font-weight:600;line-height:1.3}.fl-module .fl-acc-icon{color:#ff5851;display:flex;flex-shrink:0;transition:transform .3s ease}.fl-module .fl-item-mobile.is-open .fl-acc-icon{transform:rotate(180deg)}.fl-module .fl-acc-panel{height:0;overflow:hidden;transition:height .4s cubic-bezier(.4,0,.2,1)}.fl-module .fl-acc-panel-inner{box-sizing:border-box;display:block;height:auto;padding:1rem 1.5rem 1.5rem}.fl-module .fl-acc-panel-inner p{color:#4b5563;display:block;font-size:.875rem;line-height:1.5;margin:0 0 2rem;padding:0;text-align:left}.fl-module .fl-mobile-image{background:none;border-radius:8px;display:block;flex:0 0 auto;font-size:0;line-height:0;margin:0;min-height:0;overflow:hidden;padding:0}.fl-module .fl-mobile-image img{border-radius:8px;display:block;height:auto;margin:0;max-height:none;max-width:100%;object-fit:fill;width:100%}@media (prefers-reduced-motion:reduce){.fl-module .fl-acc-icon,.fl-module .fl-acc-panel{transition:none}}.fl-grid{align-items:start;display:none;gap:1.5rem}.fl-col{display:flex;flex-direction:column;gap:.5rem}.fl-item{border-radius:10px;cursor:default;overflow:hidden;padding:1rem;position:relative;transition:transform .2s ease}.fl-item:hover{transform:translateY(-2px)}.fl-item-bg{background:linear-gradient(90deg,rgba(28,35,60,.04),rgba(42,51,88,.04));border-radius:6px;inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity .3s}.fl-item.active .fl-item-bg{opacity:1}.fl-item-content{align-items:flex-start;display:flex;flex-direction:column;gap:.75rem;text-align:left}.fl-item h5{color:#1c233c;font-size:1rem;font-weight:600;line-height:1.3;margin:0}.fl-item p{color:#4b5563;font-size:.875rem;line-height:1.5;margin:0}.fl-progress{background:#ff5851;bottom:0;display:none;height:3px;left:0;position:absolute;width:0}.fl-item.active .fl-progress{animation:fl-progress-fill 5s linear forwards;display:block}@keyframes fl-progress-fill{0%{width:0}to{width:100%}}.fl-images{align-self:stretch;background:#f3f4f6;border-radius:10px;height:610px;overflow:hidden;position:relative;width:420px}.fl-image-slot{inset:0;opacity:0;position:absolute;transition:opacity .3s}.fl-image-slot.active{opacity:1}.fl-image-inner{height:100%;transform:scale(1);transition:transform .4s ease;width:100%}.fl-image-slot.active .fl-image-inner{transform:scale(1.03)}.fl-image-inner img{border-radius:8px;height:100%;object-fit:cover;width:100%}.fl-placeholder{align-items:center;color:#d1d5db;display:flex;height:100%;justify-content:center;min-height:400px;width:100%}@media (min-width:768px){.fl-module .fl-mobile{display:none}.fl-module .fl-grid{display:grid;grid-template-columns:1fr 420px 1fr}}