.saam-popup *,.saam-popup ::after,.saam-popup ::before{box-sizing:border-box}.saam-popup{font-family:inherit;font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;z-index:var(--saam-popup-z-index,999999);display:none;--saam-popup-duration:0.3s}.saam-popup h1,.saam-popup h2,.saam-popup h3,.saam-popup h4,.saam-popup h5,.saam-popup h6{margin:0;padding:0;font-family:inherit;font-weight:600;line-height:1.3;color:inherit}.saam-popup p{margin:0 0 1em;padding:0;font-family:inherit}.saam-popup a{color:inherit;text-decoration:none}.saam-popup a:hover{text-decoration:none}.saam-popup ol,.saam-popup ul{margin:0 0 1em;padding:0 0 0 1.5em}.saam-popup li{margin:0 0 .5em}.saam-popup img{max-width:100%;height:auto;border:0;vertical-align:middle}.saam-popup button{font-family:inherit;font-size:inherit;line-height:inherit;cursor:pointer;border:none;background:0 0;padding:0;margin:0;color:inherit}.saam-popup button:focus{outline:0}.saam-popup button:focus-visible{outline:currentColor solid 2px;outline-offset:2px}.saam-popup input,.saam-popup select,.saam-popup textarea{font-family:inherit;font-size:inherit;line-height:inherit}.saam-popup b,.saam-popup strong{font-weight:700}.saam-popup em,.saam-popup i{font-style:italic}.saam-popup blockquote{margin:0 0 1em;padding:0 0 0 1em;border-left:3px solid currentColor;opacity:.8}body.saam-popup-open{overflow:hidden!important}.saam-popup__overlay{position:fixed;inset:0;z-index:999999;background:var(--saam-popup-overlay,rgba(0,0,0,.6));opacity:0;visibility:hidden;transition:opacity .3s cubic-bezier(.4,0,.2,1),visibility .3s cubic-bezier(.4,0,.2,1)}.saam-popup.is-open .saam-popup__overlay{opacity:1;visibility:visible}.saam-popup.is-closing .saam-popup__overlay{opacity:0;visibility:hidden}.saam-popup--corner .saam-popup__overlay{display:none}.saam-popup.is-visible{display:block}.saam-popup--modal .saam-popup__container{position:fixed;inset:0;z-index:calc(999999 + 1);display:flex;align-items:center;justify-content:center;padding:20px;pointer-events:none}.saam-popup--modal .saam-popup__banner,.saam-popup--modal .saam-popup__body,.saam-popup--modal .saam-popup__wrapper{position:relative;width:100%;max-height:90vh;overflow:auto;background:var(--saam-popup-bg,#fff);color:var(--saam-popup-text,#1a1a1a);border-radius:var(--saam-popup-border-radius,8px);box-shadow:0 25px 50px -12px rgba(0,0,0,.25);pointer-events:auto}.saam-popup--modal.saam-popup--width-small .saam-popup__banner,.saam-popup--modal.saam-popup--width-small .saam-popup__body,.saam-popup--modal.saam-popup--width-small .saam-popup__wrapper{max-width:400px}.saam-popup--modal.saam-popup--width-small .saam-popup__body{padding:24px}.saam-popup--modal.saam-popup--width-small .saam-popup__title{font-size:1.125rem}.saam-popup--modal.saam-popup--width-small .saam-popup__content{font-size:.875rem}.saam-popup--modal.saam-popup--width-small .saam-popup__header{padding-bottom:12px}.saam-popup--modal.saam-popup--width-small .saam-popup__footer{padding-top:16px}.saam-popup--modal.saam-popup--width-small .saam-popup__buttons{gap:8px}.saam-popup--modal.saam-popup--width-small .saam-popup__button{padding:10px 18px!important;font-size:.875rem!important}.saam-popup--modal.saam-popup--width-small .saam-popup__close{width:32px;height:32px;top:10px;right:10px}.saam-popup--modal.saam-popup--width-small .saam-popup__close svg{width:16px;height:16px}.saam-popup--modal.saam-popup--width-medium .saam-popup__banner,.saam-popup--modal.saam-popup--width-medium .saam-popup__body,.saam-popup--modal.saam-popup--width-medium .saam-popup__wrapper{max-width:560px}.saam-popup--modal.saam-popup--width-large .saam-popup__banner,.saam-popup--modal.saam-popup--width-large .saam-popup__body,.saam-popup--modal.saam-popup--width-large .saam-popup__wrapper{max-width:800px}.saam-popup--modal.saam-popup--width-large .saam-popup__body{padding:40px}.saam-popup--modal.saam-popup--width-large .saam-popup__title{font-size:1.75rem}.saam-popup--modal.saam-popup--width-large .saam-popup__content{font-size:1.0625rem}.saam-popup--modal.saam-popup--width-large .saam-popup__header{padding-bottom:20px}.saam-popup--modal.saam-popup--width-large .saam-popup__footer{padding-top:24px}.saam-popup--modal.saam-popup--width-large .saam-popup__buttons{gap:16px}.saam-popup--modal.saam-popup--width-large .saam-popup__button{padding:14px 28px!important;font-size:1.0625rem!important}.saam-popup--corner .saam-popup__container{position:fixed;bottom:24px;z-index:999999;width:360px;max-width:calc(100vw - 48px);background:var(--saam-popup-bg,#fff);color:var(--saam-popup-text,#1a1a1a);border-radius:var(--saam-popup-border-radius,8px);box-shadow:0 25px 50px -12px rgba(0,0,0,.25);overflow:hidden}.saam-popup--corner.saam-popup--corner-left .saam-popup__container{left:24px}.saam-popup--corner.saam-popup--corner-right .saam-popup__container{right:24px}.saam-popup--corner .saam-popup__body{padding:20px}.saam-popup--corner .saam-popup__header{padding:0 0 10px}.saam-popup--corner .saam-popup__title{font-size:1rem}.saam-popup--corner .saam-popup__content{font-size:.875rem;line-height:1.5}.saam-popup--corner .saam-popup__footer{padding-top:14px}.saam-popup--corner .saam-popup__buttons{gap:8px}.saam-popup--corner .saam-popup__button{padding:8px 16px!important;font-size:.8125rem!important}.saam-popup--corner .saam-popup__close{top:8px;right:8px;width:28px;height:28px}.saam-popup--corner .saam-popup__close svg{width:14px;height:14px}.saam-popup__close{position:absolute;top:12px;right:12px;z-index:10;display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;margin:0;background:rgba(0,0,0,.08);border:none;border-radius:50%;cursor:pointer;color:var(--saam-popup-text,#1a1a1a);transition:color .2s,background .2s;outline:0}.saam-popup__close:hover{color:#000;background:rgba(0,0,0,.15)}.saam-popup__close:focus-visible{box-shadow:0 0 0 2px rgba(0,0,0,.2)}.saam-popup__close svg{width:20px;height:20px}.saam-popup__body{padding:32px}.saam-popup__header{padding:0 0 16px}.saam-popup__title{margin:0;font-size:1.5rem;font-weight:600;line-height:1.3;color:inherit}.saam-popup__content{font-size:1rem;line-height:1.6}.saam-popup__content>:first-child{margin-top:0}.saam-popup__content>:last-child{margin-bottom:0}.saam-popup__content p{margin:0 0 1em}.saam-popup__footer{padding-top:20px}.saam-popup__buttons{display:flex;flex-wrap:wrap;gap:12px}.saam-popup__button{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:12px 24px!important;font-size:1rem!important;font-weight:500!important;text-decoration:none!important;border-radius:var(--saam-popup-button-radius,6px)!important;cursor:pointer!important;transition:.2s!important;border:2px solid transparent!important;box-shadow:none!important;line-height:1.4!important}.saam-popup__button--primary{background:var(--saam-popup-button-bg,#1e3a5f)!important;color:var(--saam-popup-button-text,#fff)!important}.saam-popup__button--primary:hover{opacity:.9!important;background:var(--saam-popup-button-bg,#1e3a5f)!important;color:var(--saam-popup-button-text,#fff)!important}.saam-popup__button--secondary{background:0 0!important;color:var(--saam-popup-button-bg,#1e3a5f)!important;border-color:var(--saam-popup-button-bg,#1e3a5f)!important}.saam-popup__button--secondary:hover{background:var(--saam-popup-button-bg,#1e3a5f)!important;color:var(--saam-popup-button-text,#fff)!important}.saam-popup__button--ghost{background:rgba(0,0,0,.05)!important;color:var(--saam-popup-text,#1a1a1a)!important;border-color:transparent!important}.saam-popup__button--ghost:hover{background:rgba(0,0,0,.1)!important;color:var(--saam-popup-text,#1a1a1a)!important}.saam-popup__button--link{background:0 0!important;color:var(--saam-popup-button-bg,#1e3a5f)!important;padding:12px 16px!important;border-color:transparent!important;text-decoration:underline!important}.saam-popup__button--link:hover{background:0 0!important;color:var(--saam-popup-button-bg,#1e3a5f)!important;opacity:.8!important}.saam-popup--align-left .saam-popup__body,.saam-popup--align-left .saam-popup__content,.saam-popup--align-left .saam-popup__footer,.saam-popup--align-left .saam-popup__header{text-align:left}.saam-popup--align-left .saam-popup__buttons{justify-content:flex-start}.saam-popup--align-center .saam-popup__body,.saam-popup--align-center .saam-popup__content,.saam-popup--align-center .saam-popup__footer,.saam-popup--align-center .saam-popup__header{text-align:center}.saam-popup--align-center .saam-popup__buttons{justify-content:center}.saam-popup--align-right .saam-popup__body,.saam-popup--align-right .saam-popup__content,.saam-popup--align-right .saam-popup__footer,.saam-popup--align-right .saam-popup__header{text-align:right}.saam-popup--align-right .saam-popup__buttons{justify-content:flex-end}.saam-popup--layout-banner .saam-popup__banner{padding:0;line-height:0;overflow:hidden}.saam-popup--layout-banner .saam-popup__banner img{width:100%;height:auto;display:block}.saam-popup--layout-banner .saam-popup__close{background:rgba(255,255,255,.9);color:#333;box-shadow:0 2px 8px rgba(0,0,0,.15)}.saam-popup--layout-banner .saam-popup__close:hover{background:#fff}.saam-popup--layout-image-top .saam-popup__close{background:rgba(255,255,255,.9);color:#333;box-shadow:0 2px 8px rgba(0,0,0,.15)}.saam-popup--layout-image-top .saam-popup__close:hover{background:#fff}.saam-popup--layout-image-top .saam-popup__wrapper--top{display:flex;flex-direction:column;overflow:hidden}.saam-popup--layout-image-top .saam-popup__image--top{flex-shrink:0;line-height:0}.saam-popup--layout-image-top .saam-popup__image--top img{width:100%;height:auto;display:block;max-height:300px;object-fit:cover}.saam-popup--layout-image-top .saam-popup__body{flex:1}.saam-popup--layout-image-side .saam-popup__wrapper{display:flex;padding:0;overflow:hidden}.saam-popup--layout-image-side .saam-popup__image--side{flex:0 0 40%;line-height:0}.saam-popup--layout-image-side .saam-popup__image--side img{width:100%;height:100%;object-fit:cover;display:block}.saam-popup--layout-image-side .saam-popup__body{flex:1;display:flex;flex-direction:column;justify-content:center}.saam-popup--layout-image-side .saam-popup__wrapper--left{flex-direction:row}.saam-popup--layout-image-side .saam-popup__wrapper--right{flex-direction:row-reverse}.saam-popup--layout-image-side .saam-popup__wrapper--right .saam-popup__close{background:rgba(255,255,255,.9);color:#333;box-shadow:0 2px 8px rgba(0,0,0,.15)}.saam-popup--layout-image-side .saam-popup__wrapper--right .saam-popup__close:hover{background:#fff}@media (min-width:1025px){.saam-popup--hide-desktop{display:none!important}}@media (min-width:769px) and (max-width:1024px){.saam-popup--hide-tablet{display:none!important}}@media (max-width:768px){.saam-popup--layout-image-side .saam-popup__wrapper{flex-direction:column!important}.saam-popup--layout-image-side .saam-popup__image--side{flex:none;max-height:200px}.saam-popup--hide-mobile{display:none!important}.saam-popup--modal .saam-popup__container{padding:16px}.saam-popup--modal .saam-popup__body,.saam-popup--modal .saam-popup__wrapper{max-width:100%;border-radius:var(--saam-popup-border-radius,8px)}.saam-popup--corner .saam-popup__container{left:12px;right:12px;width:auto;max-width:none}.saam-popup__body{padding:24px}}.saam-popup--modal .saam-popup__container>.saam-popup__banner,.saam-popup--modal .saam-popup__container>.saam-popup__body,.saam-popup--modal .saam-popup__container>.saam-popup__wrapper{opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1)}.saam-popup--modal.is-open .saam-popup__container>.saam-popup__banner,.saam-popup--modal.is-open .saam-popup__container>.saam-popup__body,.saam-popup--modal.is-open .saam-popup__container>.saam-popup__wrapper{opacity:1}.saam-popup--modal.is-closing .saam-popup__container>.saam-popup__banner,.saam-popup--modal.is-closing .saam-popup__container>.saam-popup__body,.saam-popup--modal.is-closing .saam-popup__container>.saam-popup__wrapper{opacity:0}.saam-popup--corner .saam-popup__container{opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1)}.saam-popup--corner.is-open .saam-popup__container{opacity:1}.saam-popup--corner.is-closing .saam-popup__container{opacity:0}.saam-popup--animation-fade-scale.saam-popup--modal .saam-popup__container>.saam-popup__banner,.saam-popup--animation-fade-scale.saam-popup--modal .saam-popup__container>.saam-popup__body,.saam-popup--animation-fade-scale.saam-popup--modal .saam-popup__container>.saam-popup__wrapper{transform:scale(.9)}.saam-popup--animation-fade-scale.saam-popup--modal.is-open .saam-popup__container>.saam-popup__banner,.saam-popup--animation-fade-scale.saam-popup--modal.is-open .saam-popup__container>.saam-popup__body,.saam-popup--animation-fade-scale.saam-popup--modal.is-open .saam-popup__container>.saam-popup__wrapper{transform:scale(1)}.saam-popup--animation-fade-scale.saam-popup--modal.is-closing .saam-popup__container>.saam-popup__banner,.saam-popup--animation-fade-scale.saam-popup--modal.is-closing .saam-popup__container>.saam-popup__body,.saam-popup--animation-fade-scale.saam-popup--modal.is-closing .saam-popup__container>.saam-popup__wrapper{transform:scale(.9)}.saam-popup--animation-fade-scale.saam-popup--corner .saam-popup__container{transform:translateY(30px) scale(.95)}.saam-popup--animation-fade-scale.saam-popup--corner.is-open .saam-popup__container{transform:translateY(0) scale(1)}.saam-popup--animation-fade-scale.saam-popup--corner.is-closing .saam-popup__container{transform:translateY(30px) scale(.95)}.saam-popup--animation-none .saam-popup__container,.saam-popup--animation-none .saam-popup__container>.saam-popup__banner,.saam-popup--animation-none .saam-popup__container>.saam-popup__body,.saam-popup--animation-none .saam-popup__container>.saam-popup__wrapper,.saam-popup--animation-none .saam-popup__overlay{transition:none!important}.saam-popup--animation-none.is-open .saam-popup__container>.saam-popup__banner,.saam-popup--animation-none.is-open .saam-popup__container>.saam-popup__body,.saam-popup--animation-none.is-open .saam-popup__container>.saam-popup__wrapper{opacity:1;transform:none}