:root{--line-color:#78c9ce}.flowchart-main-container{background-color:#0f7188;min-height:100vh}.flowchart-wrapper{color:white;padding:20px;max-width:1200px;font-family:Inter,sans-serif}.flowchart-container,.flowchart-wrapper{width:100%;margin:0 auto;position:relative}.flowchart-container{display:flex;justify-content:center;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:visible}.flowchart-content{position:relative;width:100%;padding:20px;max-width:1200px;min-height:auto}.flowchart-svg-connectors{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:visible}.flowchart-node{position:absolute;transform:translate(-50%,-50%);animation:nodeAppear .4s cubic-bezier(.4,0,.2,1) forwards;z-index:5}.node{background-color:transparent;border:none;text-align:center;transition:transform .3s ease}.node,.question-node{color:white;display:flex;justify-content:center;align-items:center}.question-node{background:url(/assets/flowchart/background_pergunta.svg) no-repeat 50%;background-size:contain;width:360px;height:77px;padding:10px 30px;font-weight:600}.answer-node{background:url(/assets/flowchart/background_sim_nao.svg) no-repeat 50%,#0f7188;background-size:contain;width:87px;height:58px;padding:5px 10px;cursor:pointer;color:#defff9;font-weight:700;display:flex;align-items:center;justify-content:center}.answer-node:disabled{cursor:default;opacity:.8}.final-node{background:url(/assets/flowchart/background_fim.svg) no-repeat 50%;background-size:contain;width:577px;height:167px;color:#04596a;flex-direction:column;padding:25px 60px;display:flex;align-items:center;justify-content:center}.final-node-title{font-size:1.5em;font-weight:700;margin-bottom:8px}.cta-button{background:url(/assets/flowchart/contrate_agora.svg) no-repeat 50%;background-size:contain;border:none;width:210px;height:58px;margin-top:60px;cursor:pointer;font-weight:700;font-family:Inter,sans-serif;color:white;transition:all .3s ease;position:absolute;bottom:-100px;left:50%;transform:translateX(-50%);white-space:nowrap}.cta-button:hover{opacity:.7}@keyframes nodeAppear{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}50%{opacity:.5;transform:translate(-50%,-50%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.preview-line{opacity:.5}.preview-placeholder{background:url(/assets/flowchart/background_next_step.svg) no-repeat 50%;background-size:contain;width:266px;height:77px;opacity:.6}.welcome-text{text-align:center;padding:20px;margin-bottom:40px}.welcome-title{font-size:48px;font-weight:400;color:#fff;margin:0}.welcome-title-bold{font-size:48px;font-weight:700;color:#fff;margin:10px 0}.welcome-title-offset{font-size:48px;font-weight:400;color:#fff;margin:0 0 0 100px}@media (max-width:1024px){.flowchart-content,.flowchart-wrapper{padding:15px}.question-node{width:250px;height:65px;font-size:.9rem}.answer-node{width:75px;height:50px;font-size:.85rem}.final-node{width:400px;height:140px;font-size:.9rem}.welcome-title,.welcome-title-bold,.welcome-title-offset{font-size:36px}.welcome-title-offset{margin-left:60px}}@media (max-width:768px){.flowchart-content,.flowchart-wrapper{padding:10px}.question-node{width:200px;height:55px;font-size:.8rem;padding:8px 15px}.answer-node{width:65px;height:45px;font-size:.8rem}.final-node{width:320px;height:120px;font-size:.8rem;padding:15px 25px}.final-node-title{font-size:1.2em}.cta-button{width:160px;height:50px}.welcome-text{padding:15px;margin-bottom:30px}.welcome-title,.welcome-title-bold,.welcome-title-offset{font-size:28px}.welcome-title-offset{margin-left:40px}}@media (max-width:480px){.flowchart-content,.flowchart-wrapper{padding:8px}.question-node{width:180px;height:50px;font-size:.75rem;padding:6px 12px}.answer-node{width:60px;height:40px;font-size:.75rem}.final-node{width:280px;height:100px;font-size:.75rem;padding:12px 20px}.final-node-title{font-size:1.1em}.cta-button{width:140px;height:45px}.welcome-text{padding:10px;margin-bottom:20px}.welcome-title,.welcome-title-bold,.welcome-title-offset{font-size:24px}.welcome-title-offset{margin-left:20px}}