/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.block-popup{position:static}@-webkit-keyframes popup-card-slide-in{from{opacity:0;-webkit-transform:translateX(40px);transform:translateX(40px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes popup-card-slide-in{from{opacity:0;-webkit-transform:translateX(40px);transform:translateX(40px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes popup-card-slide-out{from{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}to{opacity:0;-webkit-transform:translateX(40px);transform:translateX(40px)}}@keyframes popup-card-slide-out{from{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}to{opacity:0;-webkit-transform:translateX(40px);transform:translateX(40px)}}.site-popup{display:none;position:fixed;inset:0;z-index:1080;pointer-events:none}.site-popup.is-open{display:block;pointer-events:auto}.site-popup.is-closing{display:block;pointer-events:none}.site-popup__backdrop{position:absolute;inset:0;display:block;width:100%;height:100%;padding:0;border:0;background:rgba(0,0,0,.56);cursor:default}.site-popup__dialog{position:absolute;width:min(1096px,100vw - 32px);max-height:calc(100vh - 112px);overflow:visible}.site-popup__content{display:grid;grid-template-columns:minmax(0,1fr) 40px;gap:16px;-webkit-box-align:start;-ms-flex-align:start;align-items:start;width:100%}.site-popup--cards-1 .site-popup__dialog{width:min(616px,100vw - 32px)}.site-popup--size-big .site-popup__dialog{width:min(941px,100vw - 32px)}.site-popup--center{--site-popup-center-width:min(1096px,calc(100vw - 32px))}.site-popup--center.site-popup--cards-1{--site-popup-center-width:min(616px,calc(100vw - 32px))}.site-popup--center.site-popup--size-big{--site-popup-center-width:min(941px,calc(100vw - 32px))}.site-popup--center .site-popup__dialog{top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;width:100vw;height:100vh;max-height:none;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:120px 16px 32px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-transform:none;transform:none;-webkit-overflow-scrolling:touch}.site-popup--center .site-popup__content{display:-webkit-box;display:-ms-flexbox;display:flex;width:var(--site-popup-center-width);-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:16px;margin-top:auto;margin-bottom:auto}.site-popup--center .site-popup__close{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-ms-flex-item-align:end;align-self:flex-end}.site-popup--center .site-popup__items{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%;max-height:none;overflow:visible;-webkit-box-shadow:none;box-shadow:none}.site-popup--center .popup-card{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;-ms-flex-item-align:stretch;align-self:stretch;min-width:0;-webkit-box-shadow:0 24px 80px rgba(0,0,0,.28);box-shadow:0 24px 80px rgba(0,0,0,.28)}.site-popup--center .popup-card__image{aspect-ratio:auto;overflow:visible}.site-popup--center .popup-card__image img{width:100%;height:auto;-o-object-fit:initial;object-fit:initial}.site-popup--center.site-popup--cards-1 .site-popup__items,.site-popup--center.site-popup--size-big .site-popup__items{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.site-popup--center.site-popup--cards-1 .popup-card,.site-popup--center.site-popup--size-big .popup-card{-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%;margin-right:auto;margin-left:auto}.site-popup--top-right.is-open{pointer-events:none}.site-popup--top-right .site-popup__backdrop{display:none}.site-popup--top-right .site-popup__dialog{top:120px;right:24px;display:block;width:min(350px,100vw - 48px);max-height:none;overflow:visible;pointer-events:auto}.site-popup--top-right .site-popup__content{display:block;width:100%;overflow:visible}.site-popup--top-right .site-popup__items{display:grid;grid-template-columns:1fr;gap:16px;width:100%;max-height:none;overflow:visible;-webkit-box-shadow:none;box-shadow:none}.site-popup--top-right.is-open .popup-card{-webkit-animation:popup-card-slide-in .45s ease forwards;animation:popup-card-slide-in .45s ease forwards}.site-popup--top-right.is-open .popup-card:nth-child(2){-webkit-animation-delay:.12s;animation-delay:.12s}.site-popup--top-right.is-open .popup-card:nth-child(3){-webkit-animation-delay:.24s;animation-delay:.24s}.site-popup--top-right.is-closing .popup-card.is-closing,.site-popup--top-right.is-open .popup-card.is-closing{-webkit-animation:popup-card-slide-out .35s ease forwards;animation:popup-card-slide-out .35s ease forwards}.site-popup--top-right.is-closing .popup-card{-webkit-animation:popup-card-slide-out .35s ease forwards;animation:popup-card-slide-out .35s ease forwards}.site-popup--top-right.is-closing .popup-card:nth-child(2){-webkit-animation-delay:80ms;animation-delay:80ms}.site-popup--top-right.is-closing .popup-card:nth-child(3){-webkit-animation-delay:.16s;animation-delay:.16s}.site-popup__close{position:relative;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;z-index:2;width:40px;height:40px;padding:0;border:1px solid rgba(0,0,0,.16);border-radius:50%;background:rgba(255,255,255,.94);cursor:pointer}.site-popup__close span{position:absolute;top:50%;left:50%;width:18px;height:2px;background:#000;-webkit-transform-origin:center;transform-origin:center}.site-popup__close span:first-child{-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.site-popup__close span:last-child{-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.site-popup__items{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(320px,100%),1fr));gap:8px;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-ms-flex-line-pack:start;align-content:start;max-height:calc(100vh - 112px);overflow-y:auto;-webkit-box-shadow:0 24px 80px rgba(0,0,0,.28);box-shadow:0 24px 80px rgba(0,0,0,.28)}.site-popup__items>.field,.site-popup__items>.field>.field__items,.site-popup__items>.field>.field__items>.field__item{display:contents}html.site-popup-open,html.site-popup-open body{overflow:hidden}.popup-card{--popup-card-bg:#004167;--popup-card-text:#ffffff;--popup-card-title:#ffffff;--popup-card-cta-color:#ffffff;--popup-card-cta-hover-bg:#ffffff;--popup-card-cta-hover-color:#00578c;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:start;align-self:start;height:auto;min-height:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:24px;background:var(--popup-card-bg);color:var(--popup-card-text)}.popup-card__image{aspect-ratio:16/9;margin-bottom:24px;overflow:hidden}.popup-card__image img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.popup-card__body{display:block}.popup-card__title{margin:0;color:var(--popup-card-title);font-size:24px;font-weight:400;line-height:1.12}.popup-card__title+.popup-card__text{margin-top:16px}.popup-card__text{font-size:16px;font-weight:300;line-height:1.5}.popup-card__text *{font-size:16px}.popup-card__text>:last-child{margin-bottom:0}.popup-card__text a{color:inherit}.popup-card__text+.popup-card__cta,.popup-card__title+.popup-card__cta{margin-top:32px}.popup-card .popup-card__cta a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:0;overflow:hidden;padding:14px 18px;border:1px solid var(--popup-card-cta-color);border-radius:4px;background:0 0;color:var(--popup-card-cta-color);font-size:12px;font-weight:700;line-height:1;text-decoration:none}.popup-card .popup-card__cta a::before{content:"";position:absolute;top:-1px;right:0;bottom:-1px;left:0;z-index:-1;background:var(--popup-card-cta-hover-bg);-webkit-transform:translatex(-100%);transform:translatex(-100%);-webkit-transition:color ease .3s,-webkit-transform ease .3s;transition:color ease .3s,-webkit-transform ease .3s;transition:transform ease .3s,color ease .3s;transition:transform ease .3s,color ease .3s,-webkit-transform ease .3s}.popup-card .popup-card__cta a:active,.popup-card .popup-card__cta a:hover{border-color:var(--popup-card-cta-hover-bg);color:var(--popup-card-cta-hover-color)}.popup-card .popup-card__cta a:active::before,.popup-card .popup-card__cta a:hover::before{-webkit-transform:translatex(0);transform:translatex(0)}.popup-card__close{position:absolute;top:12px;right:12px;z-index:2;width:32px;height:32px;padding:0;border:1px solid rgba(0,0,0,.16);border-radius:50%;background:rgba(255,255,255,.94);cursor:pointer}.popup-card__close span{position:absolute;top:50%;left:50%;width:14px;height:2px;background:#000;-webkit-transform-origin:center;transform-origin:center}.popup-card__close span:first-child{-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.popup-card__close span:last-child{-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.popup-card--background-blue{--popup-card-bg:#004167;--popup-card-text:#ffffff;--popup-card-title:#ffffff;--popup-card-cta-color:#ffffff;--popup-card-cta-hover-bg:#ffffff;--popup-card-cta-hover-color:#00578c}.popup-card--background-white80{--popup-card-bg:rgba(255,255,255,0.8);--popup-card-text:#004167;--popup-card-title:#004167;--popup-card-cta-color:#004167;--popup-card-cta-hover-bg:#004167;--popup-card-cta-hover-color:#ffffff}.site-popup:not(.site-popup--top-right) .popup-card{-webkit-transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,transform .2s ease;transition:opacity .2s ease,transform .2s ease,-webkit-transform .2s ease}.site-popup:not(.site-popup--top-right) .popup-card.is-closing{opacity:0;pointer-events:none;-webkit-transform:translateY(8px);transform:translateY(8px)}.site-popup--top-right .popup-card{position:relative;display:grid;grid-template-columns:minmax(0,40%) minmax(0,1fr);-webkit-column-gap:16px;-moz-column-gap:16px;column-gap:16px;row-gap:0;width:100%;height:auto;min-height:0;padding:16px;overflow:visible;opacity:0;-webkit-transform:translateX(40px);transform:translateX(40px);-webkit-box-shadow:0 16px 48px rgba(0,0,0,.22);box-shadow:0 16px 48px rgba(0,0,0,.22)}.site-popup--top-right .popup-card__image{grid-column:1;grid-row:1;width:100%;aspect-ratio:1;margin-bottom:0}.site-popup--top-right .popup-card__body{display:contents}.site-popup--top-right .popup-card__title{grid-column:2;grid-row:1;-ms-flex-item-align:end;align-self:end}.site-popup--top-right .popup-card--no-image .popup-card__title{grid-column:1/-1}.site-popup--top-right .popup-card__text{grid-column:1/-1;grid-row:2}.site-popup--top-right .popup-card__cta{grid-column:1/-1}.site-popup--top-right .popup-card__cta a{width:100%}.site-popup--top-right .popup-card__close{top:0;right:16px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media (max-width:991.98px){.site-popup--center .site-popup__content{width:calc(100vw - 48px);max-width:400px}.site-popup--center .site-popup__close{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-item-align:end;align-self:flex-end}.site-popup--center .site-popup__items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.site-popup--center .popup-card{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-item-align:center;align-self:center;width:100%;max-width:400px}}@media (max-width:767.98px){.site-popup--cards-1 .site-popup__dialog,.site-popup--size-big .site-popup__dialog,.site-popup__dialog{width:calc(100vw - 24px);max-height:calc(100vh - 112px)}.site-popup--center .site-popup__dialog,.site-popup--center.site-popup--cards-1 .site-popup__dialog,.site-popup--center.site-popup--size-big .site-popup__dialog{width:100vw;max-height:none}.site-popup--top-right .site-popup__dialog{top:120px;right:24px;left:auto;width:min(350px,100vw - 48px)}.site-popup--top-right .site-popup__items{width:100%}}
