.rebrand-modal{align-items:center;background:rgba(0,0,0,.6);color:#001b5b;display:flex;flex-direction:column;font-family:Space Grotesk,sans-serif;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:opacity .4s ease;width:100vw;z-index:9999}.rebrand-modal.show{opacity:1;pointer-events:auto}.rebrand-modal-container{align-items:center;background:#c6e5ff;border-radius:25px;display:flex;flex-direction:column;gap:30px;max-width:900px;padding:48px;position:relative;transform:scale(.95);transition:transform .4s ease;width:70%}.rebrand-modal.show .rebrand-modal-container{transform:scale(1)}.rebrand-modal-bg{background:#00000080;height:100%;position:absolute;width:100%}.rebrand-modal-title{font-size:36px;margin:0;text-align:center;text-transform:uppercase}.rebrand-logos-container{align-items:center;display:flex;justify-content:space-around;width:100%}.rebrand-modal-logo{height:40px;max-width:100%}.rebrand-modal-body,.rebrand-modal-cta{font-size:18px;text-align:center}.rebrand-modal-cta{align-items:center;background:#83dd89;border-radius:10px;color:#001b5b;display:inline-flex;font-weight:400;justify-content:center;padding:12px 36px;text-decoration:none}@media screen and (max-width:991px){.rebrand-logos-container{gap:10px}}@media screen and (max-width:767px){.rebrand-modal-container{padding:36px;width:80%}}@media screen and (max-width:479px){.rebrand-modal-container{padding:16px}.rebrand-modal-title{font-size:28px;line-height:38px}.rebrand-logos-container{flex-flow:row}}