.nubankplus-accordion{background:#2a0846;border-radius:.5rem;font-family:var(--wp--preset--font-family--system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen);padding:2.5rem 1.5rem;transition:transform .25s ease}.nubankplus-accordion__heading{color:#fff;font-size:clamp(2rem,5vw,3rem);font-weight:700;margin-bottom:2rem;margin-top:0}.nubankplus-accordion__item{margin-bottom:1rem}.nubankplus-accordion__header{align-items:center;background:#fff;border:none;border-radius:.5rem;box-sizing:border-box;color:#000;cursor:pointer;display:flex;font-size:1.125rem;font-weight:600;justify-content:space-between;list-style:none;padding:1rem 1.25rem;width:100%}.nubankplus-accordion__header:focus{outline:0 solid #8b00ff}.nubankplus-accordion__title{flex:1 1 auto}.nubankplus-accordion__icon{align-items:center;color:#8b00ff;display:flex;font-size:1.5rem;font-weight:500;height:24px;justify-content:center;line-height:1;margin-left:1rem;width:24px}.nubankplus-accordion__icon:before{content:"+";transition:transform .25s ease}details[open] .nubankplus-accordion__icon:before{content:"−";transition:transform .25s ease}.nubankplus-accordion__content{background:#fff;border-radius:0 0 .5rem .5rem;margin-top:-2rem;padding:2rem 1.25rem 1.25rem;transition:all .2s ease}.nubankplus-accordion__content p{color:#000!important}.nubankplus-accordion__content p:last-child{margin-bottom:0}.nubankplus-accordion__content img{height:auto;margin-bottom:.75rem;margin-top:.75rem;max-width:100%}