.dual{background:#f1f6ff;display:flex;justify-content:center}.dual .width-wrapper{display:flex;flex-direction:column;gap:46px;padding:0 clamp(1.25rem,-1.429rem + 7.143vw,5rem) clamp(3.125rem,.58rem + 6.786vw,6.688rem);opacity:0;transform:translateY(28px);transition:opacity .6s ease-out,transform .6s ease-out}.dual .width-wrapper .dual-title{color:#11255d;font-family:Delight;font-size:clamp(1.75rem,.946rem + 2.143vw,2.875rem);font-style:normal;font-weight:600;line-height:108%}.dual .width-wrapper .content{display:flex;gap:clamp(2rem,-1.437rem + 9.167vw,6.813rem)}@media(max-width:1000px){.dual .width-wrapper .content{flex-direction:column}}.dual .width-wrapper .content img{border-radius:16px;object-fit:cover}.dual .width-wrapper .content .content-description{color:#11255d;font-family:Delight;font-size:18px;font-style:normal;font-weight:400;line-height:160%;letter-spacing:.54px}.dual.is-visible .width-wrapper{opacity:1;transform:translateY(0)}