.custom-banner-overlay{align-items:flex-start;background-color:rgba(0,0,0,.6);display:flex;inset:0;justify-content:center;opacity:0;pointer-events:none;position:fixed;transition:opacity .75s ease,visibility .75s ease;visibility:hidden;z-index:10000}.custom-banner-overlay.is-open{opacity:1;pointer-events:auto;visibility:visible}@media(max-width:767px){.custom-banner-overlay{align-items:center;padding:24px}}.custom-banner{background-color:#010101;box-shadow:0 15px 50px rgba(0,0,0,.35);color:#fff;opacity:0;pointer-events:auto;position:relative;transform:translateY(-100%);transition:opacity .75s ease,transform .75s ease;width:100%}@media(max-width:767px){.custom-banner{border-radius:24px;max-width:26.25rem;overflow:hidden;transform:translateY(-24px)}}.custom-banner-overlay.is-open .custom-banner{opacity:1;transform:translateY(0)}.custom-banner__bg{height:100%;inset:0;object-fit:cover;position:absolute;width:100%;z-index:0}.custom-banner__close,.custom-banner__close-arrow{align-items:center;background:transparent;border:none;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:0;position:absolute;transition:opacity .2s ease;z-index:2}.custom-banner__close-arrow:hover,.custom-banner__close:hover{opacity:.7}.custom-banner__close{border:1px solid hsla(0,0%,100%,.4);border-radius:50%;height:2.5rem;right:1.25rem;top:1.25rem;width:2.5rem}@media(max-width:767px){.custom-banner__close{height:2rem;right:.75rem;top:.75rem;width:2rem}}.custom-banner__close-arrow{background:#010101;border:2px solid hsla(0,0%,100%,.4);border-radius:50%;bottom:-1.75rem;box-shadow:0 6px 20px rgba(0,0,0,.35);height:3.5rem;left:50%;transform:translateX(-50%);transition:opacity .2s ease,background .2s ease,transform .2s ease;width:3.5rem}.custom-banner__close-arrow:hover{background:#202020;opacity:1;transform:translate(-50%,-4px)}@media(max-width:767px){.custom-banner__close-arrow{display:none}}.custom-banner__inner{align-items:flex-start;display:flex;flex-direction:column;gap:2rem;margin:0 auto;max-width:1360px;padding:3rem 24px 1.25rem;position:relative;z-index:1}@media(min-width:768px){.custom-banner__inner{align-items:center;flex-direction:row;gap:3rem;justify-content:space-between;padding:2.5rem 48px}}.custom-banner__copy{align-items:center;display:flex;flex:1 1 55%;flex-direction:column;text-align:center}@media(min-width:768px){.custom-banner__copy{align-items:flex-start;text-align:left}}.custom-banner__eyebrow{background:#1f1f1f;border:1px solid hsla(0,0%,100%,.4);border-radius:99px;color:#010101;color:#fff;display:none;font-family:JetBrains Mono;font-size:.875rem;font-weight:500;letter-spacing:-.00875rem;letter-spacing:.0875rem;line-height:1.2;margin-bottom:1.875rem;padding:.5rem 1rem;text-transform:uppercase}@media(min-width:768px){.custom-banner__eyebrow{display:inline-block}}.custom-banner__headline{color:#fff;font-family:Saans;font-size:2.25rem;font-weight:400;font-weight:500;letter-spacing:-.14rem;line-height:1;margin-bottom:.75rem;margin-top:0}.custom-banner__headline em{background-clip:text;-webkit-background-clip:text;background-image:linear-gradient(90deg,var(--em-gradient-start,#ff8c5b),var(--em-gradient-end,#ff8c5b));color:transparent;font-family:minion-pro-display;font-style:italic;-webkit-text-fill-color:transparent;font-size:2.25rem;font-weight:700;margin-right:-.08em;padding-right:.08em}@media(min-width:768px){.custom-banner__headline em{font-size:3.5rem}}.custom-banner__headline .custom-banner__tm{font-size:.5em;vertical-align:super}@media(min-width:768px){.custom-banner__headline{font-size:3.5rem}}.custom-banner__subheadline{color:hsla(0,0%,100%,.85);font-size:1.25rem;margin:0 0 1.25rem}@media(min-width:768px){.custom-banner__subheadline{font-size:1.75rem;margin:0 0 2.5rem}}.custom-banner__media{display:flex;flex:1 1 45%;justify-content:center}@media(min-width:768px){.custom-banner__media{justify-content:flex-end}}.custom-banner__image{border-radius:16px;display:block;height:auto;max-width:100%}