.logos{border-block:1px solid rgb(var(--border));padding-block:2rem}.logos__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.75rem 1.5rem;align-items:center;justify-items:center;margin-top:1.25rem}.logos img{max-height:1.75rem;width:auto;max-width:7.5rem;opacity:.6}@media (min-width:640px){.logos__row{grid-template-columns:repeat(4,minmax(0,1fr))}}.doors{display:grid;gap:var(--grid-gap);margin-top:2.5rem}.door{position:relative;overflow:hidden;display:grid;grid-template-rows:auto auto 1fr auto;gap:1rem;min-height:22rem;padding:clamp(1.75rem,1.25rem + 2vw,2.75rem);border:1px solid rgb(var(--border)/.8);border-radius:var(--radius-panel);background:rgb(var(--surface));box-shadow:var(--shadow-panel)}.door:before{content:"";position:absolute;top:0;left:0;right:0;height:2px}.door--blue:before{background:rgb(var(--brand-blue))}.door--green:before{background:rgb(var(--brand-green))}.door--blue .arrow{color:rgb(var(--brand-blue))}.door--green .arrow{color:rgb(var(--brand-green))}.door__foot{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem 1.25rem;padding-top:1rem;border-top:1px solid rgb(var(--border))}@media (min-width:768px){.doors{grid-template-columns:1fr 1fr}}