.conversation{display:flex;justify-content:center}.conversation__container{box-shadow:0 57px 125px 0 #0000001a,0 227px 227px 0 #00000017,0 510px 250px 0 #0000000d,0 907px 250px 0 #00000003,0 1418px 250px 0 #00000000}.conversation__panel{width:min(847px,100%);min-height:960px;background:#ffffff;border-radius:24px;padding:28px 28px 20px;box-shadow:0 24px 70px rgba(0,0,0,.08);display:flex;flex-direction:column}.conversation__canvas{display:flex;flex-direction:column;gap:24px;flex:1 1 auto;--left-offset:64px;--right-offset:32px;--left-avatar:90px;--row-gap:14px}.conversation__row{display:flex;align-items:center;gap:var(--row-gap);margin-bottom:18px}.conversation__row--right{justify-content:flex-end}.conversation__row--compact{margin-top:-8px}.conversation__avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;flex-shrink:0;aspect-ratio:1/1}.conversation__avatar--tiny{width:36px;height:36px}.conversation__avatar--lg{width:105px;height:105px}.conversation__avatar--md{width:103px;height:103px}.conversation__bubble{max-width:72%;padding:0 18px;margin-left:22px;margin-right:22px;border-radius:20px;font-weight:600;letter-spacing:-.02em;line-height:1.1;color:#000000;box-shadow:inset 0 -1px 0 rgba(0,0,0,.12);display:flex;align-items:center;height:88px;box-sizing:border-box}.conversation__bubble--auto-height{height:88px!important;justify-content:center;min-height:88px;padding:16px 18px;white-space:pre-wrap;word-wrap:break-word}.conversation__bubble--lg{border-radius:28px}.conversation__bubble--sm{border-radius:14px;padding:10px 14px}.conversation__bubbleSize-sm .conversation__bubble{padding:12px 16px;font-size:14px;height:88px;max-width:440px}.conversation__bubbleSize-md .conversation__bubble{padding:16px 22px;font-size:22px;height:88px;max-width:560px}.conversation__bubbleSize-lg .conversation__bubble{padding:20px 26px;font-size:18px;height:88px;max-width:640px}.conversation__bubbleSize-xl .conversation__bubble{padding:24px 28px;font-size:20px;height:88px;max-width:720px}.conversation__bubble--yellow{background:#f3d37e}.conversation__bubble--purple{background:#cfc2ff}.conversation__bubble--green{background:#b0ff4f;color:#0d4830}.conversation__bubble--navy{background:#0d1948;color:#ffffff}.conversation__row--left .conversation__bubble{border-bottom-left-radius:0}.conversation__row--right .conversation__bubble{border-bottom-right-radius:0}.conversation__row--2{justify-content:flex-end;margin-right:var(--right-offset)}.conversation__row--3{margin-left:var(--left-offset);margin-bottom:12px}.conversation__row--fill1 .conversation__bubble{max-width:none;width:45%;text-align:start;justify-content:flex-start}.conversation__row--fill .conversation__bubble{max-width:none;width:55%;text-align:start;justify-content:flex-start}.conversation__row--4{margin-left:calc(var(--left-offset) + var(--left-avatar) + var(--row-gap))}.conversation__chip{display:flex;align-items:center;gap:10px;background:#0d4830;color:#ffffff;border-radius:0 22px 22px 22px;height:68px;width:min(391px,100%);padding:8px 12px;box-sizing:border-box}.conversation__chipBody{display:flex;flex-direction:column;flex:1 1 auto;min-width:0;overflow:hidden}.conversation__chipThumb{width:44px;height:44px;border-radius:8px;object-fit:cover}.conversation__chipTitle{font-size:16px;font-weight:600;line-height:1.1;color:#ffffff}.conversation__chipUrl{font-size:14px;font-weight:600;color:#cbd5e1}.conversation__caption{text-align:center;color:#0d1948;opacity:1;font-weight:600;font-size:40px;letter-spacing:-.02em;line-height:1.05;padding:0 104px 12px;max-width:720px;margin:24px auto 12px;text-wrap:balance}.conversation__question{background:#ff9cb7;color:rgba(74,8,9,.7);padding:0;border-radius:28px;text-align:center;font-size:30px;font-weight:700;letter-spacing:-.02em;margin-top:16px;width:809px;height:210px;margin-left:calc((100% - 809px) / 2 + var(--question-shift, 0px));margin-right:calc((100% - 809px) / 2 - var(--question-shift, 0px))}.conversation__questionInner{display:inline-block;padding:65px 74px}.conversation__caption-text{line-height:90%;color:#0d1948}.conversation__caption-text,.conversation__question-text{font-family:Figtree;font-weight:600;font-style:normal;font-size:40px;letter-spacing:-.04em;text-align:center}.conversation__question-text{line-height:100%}.conversation__circled{position:relative;z-index:0;padding:var(--circled-pad-y,.08em) var(--circled-pad-x,.56em)}.conversation__circled:after{content:"";position:absolute;left:var(--scribble-inset-x,-16px);right:var(--scribble-inset-x,-16px);top:50%;transform:translateY(-50%);height:var(--scribble-height,1.85em);background-image:var(--scribble-url,url("/img/scribble-oval.svg"));background-repeat:no-repeat;background-position:50%;background-size:100% 100%;pointer-events:none;z-index:-1}.conversation__circled{color:#4a0809}@media (max-width:768px){.conversation__panel{width:100%;min-height:560px;padding:20px 16px}.conversation__canvas{gap:20px;--left-offset:16px;--right-offset:12px;--left-avatar:80px;--row-gap:12px}.conversation__chip{height:auto;align-items:flex-start;padding:8px 10px;width:100%}.conversation__row--1{margin-left:var(--left-offset)}.conversation__row--2{margin-right:var(--right-offset)}.conversation__row--3{margin-left:var(--left-offset)}.conversation__row--4{margin-left:calc(var(--left-offset) + var(--left-avatar) + var(--row-gap))}.conversation__bubble{max-width:86%}.conversation__question{width:100%;max-width:809px;height:auto;min-height:210px}}