.branch{padding-bottom:3.125rem}.branch .b-item{display:flex;justify-content:space-between;align-items:center;gap:40px}@media(max-width:1024px){.branch .b-item{flex-direction:column-reverse;align-items:stretch}}@media(min-width:1025px){.branch .b-item .context{width:55%}}.branch .b-item .context .survey:not(.active-survey){display:none}.branch .b-item .context .survey .survey-title{font-size:28px;font-weight:700;margin-bottom:2.1875rem;line-height:1.3}.branch .b-item .context .survey .survey-title b{font-weight:inherit}.branch .b-item .context .survey .question-list{--gap: 15px;display:flex;flex-wrap:wrap;gap:var(--gap);justify-content:center}.branch .b-item .context .survey .question-list:has(.product)>*{width:calc(50% - var(--gap) + var(--gap)/2)}.branch .b-item .context .survey .question-list a{display:flex;align-items:center;justify-content:center;text-align:center;padding:12px 24px;width:47%;font-size:1.125rem;line-height:1.2;background:var(--primary-color);color:var(--primary-foreground-color);border:1px solid var(--primary-color);border-radius:11px;transition:.25s ease}.branch .b-item .context .survey .question-list a:hover{color:var(--primary-color);background:var(--primary-foreground-color)}.branch .b-item .context .survey .question-list .product{padding:1rem;border:1px solid var(--border-color);border-radius:1rem;text-align:center}.branch .b-item .context .survey .question-list .product img{width:140px;max-width:100%}.branch .b-item .context .survey .question-list .product .detail{margin-top:1rem;display:flex;flex-direction:column;gap:.7rem}.branch .b-item .context .survey .question-list .product .detail a{width:100%}.branch .b-item .cover{flex:1}.branch .b-item .cover .img-wrapper:not(.active-img){display:none}.branch .b-item .cover img{border-radius:1.25rem;width:650px;max-width:100%;margin:0 auto;display:block}