.summary .content-area{background:var(--gradient);color:var(--color-navy)}.summary .summary-home-content .subtitle{display:block;font-style:italic;font-size:20px;margin-bottom:10px}.summary h2{font-weight:700;margin-bottom:30px}.summary .image{width:340px}.summary .image p{font-size:12px;margin-bottom:0}.summary .image .p-title{display:block;color:var(--color-navy);font-size:21px;font-weight:700;margin-bottom:10px;margin-top:10px}.summary .content{flex:1;padding-left:60px}.summary .content ul li{font-size:18px;margin:8px 0}.summary .content .title{color:var(--color-green);display:block;font-weight:700;font-size:36px}.question-content{flex-wrap:wrap;align-content:center}.survey ul{width:100%;display:flex;flex-wrap:wrap}.survey ul li{list-style:none;width:50%;text-align:left;padding:20px 0}[type="radio"]:checked,[type="radio"]:not(:checked){position:absolute;left:-9999px}[type="radio"]:checked+label,[type="radio"]:not(:checked)+label{position:relative;padding-left:48px;font-weight:700;cursor:pointer;display:inline-block;color:var(--color-navy);font-size:19px;line-height:1.1}[type="radio"]:checked+label:before,[type="radio"]:not(:checked)+label:before{content:'';position:absolute;left:0;top:0;width:28px;height:28px;border:2px solid var(--color-navy);border-radius:100%}[type="radio"]:checked+label:after,[type="radio"]:not(:checked)+label:after{content:'';width:20px;height:20px;background:var(--color-green);position:absolute;top:6px;left:6px;border-radius:100%;-webkit-transition:all 0.2s ease;transition:all 0.2s ease}[type="radio"]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}[type="radio"]:checked+label:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}
