.manifest__list{display:flex;flex-direction:column;gap:var(--space-6)}.manifest-card{align-items:center;border-radius:24px;display:flex;min-height:500px;overflow:hidden;padding:70px;position:relative}.manifest-card__media{inset:0;position:absolute;z-index:0}.manifest-card__media img{height:100%;object-fit:cover;width:100%}.manifest-card__bubble{--bubble-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 400 400'%3E%3Cpath fill='%23fff' d='M93.7 4.93Q101.6 0 110 0h270q20 0 20 20v304.32q0 12.32-11.29 17.25l-82.41 53.5Q298.4 400 290 400H20q-20 0-20-20V75.68q0-12.32 11.29-17.25Z'/%3E%3C/svg%3E");color:var(--color-white);display:flex;flex-direction:column;justify-content:center;-webkit-mask:var(--bubble-mask) center /100% 100% no-repeat;mask:var(--bubble-mask) center /100% 100% no-repeat;min-height:500px;padding:70px 45px 40px;position:relative;width:600px;z-index:1}.manifest-card__bubble .button{align-self:flex-start}.manifest-card--right .manifest-card__bubble{margin-left:auto}.manifest-card--orange .manifest-card__bubble{background-color:rgba(245,106,34,.92);--quote-accent:var(--color-white)}.manifest-card--navy .manifest-card__bubble{background-color:rgba(14,24,58,.92);--quote-accent:var(--color-accent)}.manifest-card__quote{color:var(--color-white);font-family:var(--font-heading);font-size:clamp(2rem,4.5vw,46px);font-weight:400;line-height:1.15;margin:0 0 20px}.manifest-card__quote em,.manifest-card__quote i{color:var(--quote-accent);font-family:var(--font-accent);font-style:italic;font-weight:400}.manifest-card__text :is(p){color:hsla(0,0%,100%,.9);margin:0 0 var(--space-5)}.manifest-card__text :last-child{margin-bottom:var(--space-5)}@media (max-width:991px){.manifest-card{align-items:flex-end;min-height:420px;padding:180px 16px 16px}.manifest-card--left .manifest-card__bubble,.manifest-card--right .manifest-card__bubble{margin:0;max-width:100%;min-height:0;padding:60px 30px;width:480px}.manifest-card__bubble{--bubble-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 400 400'%3E%3Cpath fill='%23fff' d='M91.3 3.36Q99 0 107 0h273q20 0 20 20v328.4q0 8.4-7.7 11.76l-83.6 36.48Q301 400 293 400H20q-20 0-20-20V51.6q0-8.4 7.7-11.76Z'/%3E%3C/svg%3E")}}