.gated-modal{align-items:center;display:flex;inset:0;justify-content:center;opacity:0;pointer-events:none;position:fixed;transition:opacity .35s ease,visibility .35s ease;visibility:hidden;z-index:99999}.gated-modal.is-open{opacity:1;pointer-events:auto;visibility:visible}.gated-modal__overlay{background:rgba(0,0,0,.55);inset:0;opacity:0;position:absolute;transition:opacity .35s ease}.gated-modal.is-open .gated-modal__overlay{opacity:1}.gated-modal__box{background:#fff;margin:20px;max-height:90vh;max-width:560px;opacity:0;overflow-y:auto;padding:32px;position:relative;transform:translateY(24px) scale(.96);transition:transform .35s ease,opacity .35s ease;width:calc(100% - 40px);will-change:transform,opacity;z-index:1}.gated-modal.is-open .gated-modal__box{opacity:1;transform:translateY(0) scale(1)}.gated-modal__close{background:transparent;border:0;cursor:pointer;font-size:32px;line-height:1;position:absolute;right:16px;top:12px}.gated-modal__title{font-size:24px;font-weight:600;margin-bottom:20px}.perspective{font-family:Arial,sans-serif;margin:0 auto;max-width:1120px;padding:80px 20px}.perspective__title{color:#0f172a;font-family:DM Sans;font-size:60px;font-style:ExtraLight;font-weight:250;letter-spacing:0;line-height:120%;margin-bottom:40px;text-align:center}.perspective__card{background:#f2f9ff;border-radius:12px;display:grid;grid-template-columns:1fr 1fr;overflow:hidden}.perspective__image img{display:block;height:100%;object-fit:cover;width:100%}.perspective__content{display:flex;flex-direction:column;justify-content:center;padding:36px 40px}.perspective__heading{color:#111;font-size:24px;font-weight:400;letter-spacing:0;margin:0 0 16px;vertical-align:middle}.perspective__desc{font-size:16px;font-weight:300;line-height:150%;margin-bottom:22px}.perspective__cta,.perspective__desc{font-family:DM Sans;letter-spacing:0;vertical-align:middle}.perspective__cta{color:#111827;font-size:18px;font-style:Regular;font-weight:400;line-height:21px;text-decoration:none}.perspective__cta img{display:inline-block;height:18px;object-fit:contain;transform:translateY(1px);width:18px}.perspective__cta span{margin-left:6px}@media (max-width:991px){.perspective__title{font-size:38px}.perspective__card{grid-template-columns:1fr}.perspective__image{height:300px}}@media (max-width:767px){.perspective{padding:30px 16px}.perspective__title{font-size:28px;margin-bottom:24px}.perspective__image{height:220px}.perspective__content{padding:22px}.perspective__heading{font-size:22px}.perspective__desc{font-size:15px}}.perspective__top{align-items:center;display:flex;gap:20px;justify-content:space-between;margin-bottom:40px}.perspective__title{margin-bottom:0}.perspective__actions{align-items:center;display:flex;gap:20px}.perspective__readall{align-items:center;background:linear-gradient(108deg,#0a4672,#0092ff 93.92%,#0a4672 176%);border-radius:4px;color:#fff;display:inline-flex;font-family:DM Sans;font-size:16px;font-weight:500;height:48px;justify-content:center;line-height:21px;min-width:92px;padding:0 20px;text-decoration:none;transition:.3s ease}.perspective__nav{align-items:center;display:flex;gap:16px}.perspective-next,.perspective-prev{align-items:center;background:transparent;border:1px solid #01b8fb;border-radius:50%;cursor:pointer;display:flex;height:56px;justify-content:center;padding:0;width:56px}.perspective-next img,.perspective-prev img{display:block;height:auto;object-fit:contain;width:auto}@media (max-width:767px){.perspective__top{align-items:flex-start;flex-direction:column;margin-bottom:24px}.perspective__actions{justify-content:space-between;width:100%}.perspective__readall{font-size:14px;height:42px;min-width:82px}}.gated-modal:has(.submitted-message) .gated-modal__title{display:none}