.newsletter-popup{--color-background:21,25,28;-webkit-box-sizing:border-box;box-sizing:border-box;height:150px;left:auto;margin:0 auto;opacity:0;overflow:auto;position:fixed;top:auto;visibility:hidden;width:calc(100% - 32px);z-index:-1;cursor:inherit;bottom:16px;right:16px;background-color:unset;-webkit-animation:var(--animation-fade-in);animation:var(--animation-fade-in);display:none}@media (min-width:750px){.newsletter-popup{width:100%}}.newsletter-popup[open]{display:block;opacity:1;visibility:visible;z-index:101;overflow:hidden;-webkit-animation:var(--animation-fade-in);animation:var(--animation-fade-in)}.newsletter-popup__content{border-radius:var(--popup-corner-radius);background-color:RGBA(var(--color-background),.85);overflow:visible;margin:0 auto;left:50%;bottom:0;width:100%;-webkit-transform:translateX(-50%);transform:translateX(-50%);position:absolute;padding:3.2rem;-webkit-box-shadow:var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) RGBA(var(--color-shadow),var(--popup-shadow-opacity));box-shadow:var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) RGBA(var(--color-shadow),var(--popup-shadow-opacity));-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);margin:0;overflow:auto;padding:0;position:absolute;width:100%;overflow:hidden}.newsletter-popup__content.focused{-webkit-box-shadow:0 0 0 .3rem RGB(var(--color-background)),0 0 .5rem .4rem RGBA(var(--color-foreground),.3),var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) RGBA(var(--color-shadow),var(--popup-shadow-opacity));box-shadow:0 0 0 .3rem RGB(var(--color-background)),0 0 .5rem .4rem RGBA(var(--color-foreground),.3),var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) RGBA(var(--color-shadow),var(--popup-shadow-opacity))}.newsletter-popup__content:focus-visible{-webkit-box-shadow:0 0 0 .3rem RGB(var(--color-background)),0 0 .5rem .4rem RGBA(var(--color-foreground),.3),var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) RGBA(var(--color-shadow),var(--popup-shadow-opacity));box-shadow:0 0 0 .3rem RGB(var(--color-background)),0 0 .5rem .4rem RGBA(var(--color-foreground),.3),var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) RGBA(var(--color-shadow),var(--popup-shadow-opacity))}.newsletter-popup.__size--size-small{height:114px}@media (min-width:750px){.newsletter-popup.__size--size-small{bottom:20px;right:20px;width:488px;height:185px}}@media (max-width:749.98px){.newsletter-popup.__size--size-small .container{height:114px}}.newsletter-popup.__size--size-big{height:152px}@media (min-width:750px){.newsletter-popup.__size--size-big{bottom:10px;right:10px;width:639px;height:200px}}@media (max-width:749.98px){.newsletter-popup.__size--size-big .container{height:152px}}.newsletter-popup__toggle{display:inline-block;right:16px;top:16px;font-size:1.2rem;background:0 0;border:0}.newsletter-popup__toggle.theme_cta--text{position:absolute}@media (max-width:749.98px){.newsletter-popup__toggle.theme_cta--text{font-size:1.1rem}}.newsletter-popup__content-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px;padding:0;margin:0;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.newsletter-popup__image-wrapper{width:100%;height:auto;overflow:hidden;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.newsletter-popup__image-wrapper.image-size-big{max-width:92px;height:150px}@media (min-width:750px){.newsletter-popup__image-wrapper.image-size-big{max-width:188px;height:200px}}.newsletter-popup__image-wrapper.image-size-small{max-width:92px;height:114px}@media (min-width:750px){.newsletter-popup__image-wrapper.image-size-small{max-width:151px;height:185px}}.newsletter-popup__image-wrapper img{width:100%;height:auto;position:relative;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:block}.newsletter-popup__details-wrapper{padding:15px 7px 15px 0}@media (min-width:750px){.newsletter-popup__details-wrapper{padding:20px 16px 20px 0}}.newsletter-popup__details-wrapper .button--secondary{text-decoration:none}@media (max-width:749.98px){.newsletter-popup__details-wrapper .button--secondary{font-size:1.1rem;line-height:1.63em;font-weight:300;padding:0;margin:0;background:0 0;min-height:unset;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.newsletter-popup__details-wrapper .button--secondary:after,.newsletter-popup__details-wrapper .button--secondary:before{content:none}.newsletter-popup__details-wrapper .button--secondary:hover:after,.newsletter-popup__details-wrapper .button--secondary:hover:before{content:none}}.newsletter-popup__heading{margin-top:0;margin-bottom:2rem}