.rb-mediatextstack__section{position:relative;--header-height:80px}.rb-stack-container{display:flex;flex-direction:column;padding-left:0;padding-right:0;position:relative;width:calc(100% - 3rem)}@media (min-width:1200px){.rb-stack-container{width:calc(100% - 10rem)}}.rb-stack-card{background:rgb(var(--color-background));border-radius:var(--rb-cards-radius);height:fit-content;margin:0 auto;overflow:hidden;position:sticky;width:calc(100% - (var(--total-cards) - var(--card-index) - 1)*5px)}.rb-stack-card-content{min-height:50vh;padding:4rem;position:relative}@media (min-width:750px){.rb-stack-card-content{left:50%;padding-bottom:8rem;padding-left:2rem;padding-top:8rem;width:50%}}.rb-stack-card-subheading{display:block;font-size:var(--font-size-subheading)}.rb-stack-card-subheading+.rb-stack-card-heading{margin-top:.5rem}.rb-stack-card--overlay-full .rb-stack-card-background:before,.rb-stack-card--overlay-text .rb-stack-card-background:before{bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0;z-index:1}.rb-stack-card--overlay-text .rb-stack-card-background:before{background:rgba(var(--color-background),.3)}@media (min-width:750px){.rb-stack-card--overlay-text .rb-stack-card-background:before{background:linear-gradient(to right,rgba(var(--color-background),0) 0,rgba(var(--color-background),.3) 50%,rgba(var(--color-background),.7) 100%)}}.rb-stack-card--overlay-full .rb-stack-card-background:before{background:rgba(var(--color-background),.3)}.rb-stack-card-background{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.rb-stack-card-background-image,.rb-stack-card-background-video{height:100%;object-fit:cover;width:100%}.rb-stack-card-statement{font-size:var(--font-size-heading-small)}.rb-stack-card-statement p{margin-bottom:0;margin-top:1rem}.rb-stack-card-buttons{display:flex;flex-direction:column;gap:1rem}@media (min-width:750px){.rb-stack-card-buttons{flex-direction:row}}.rb-stack-card-buttons .button--secondary{background:transparent}.rb-stack-card-modal-button{background:transparent;margin-top:1rem}.rb-stack-modal{align-items:center;background:rgba(0,0,0,.8);bottom:0;display:none;justify-content:center;left:0;padding:1.5rem;position:fixed;right:0;top:0;z-index:9999}.rb-stack-modal.active{display:flex}.rb-stack-modal-wrapper{max-width:750px;position:relative;width:100%}.rb-stack-modal-content{background:rgb(var(--color-background));border-radius:var(--rb-cards-radius);color:rgb(var(--color-text));max-height:90vh;overflow-y:auto;padding:4rem;width:100%}.rb-stack-modal-close{align-items:center;background:#fff;border:2px solid #000;border-radius:50%;color:#000;cursor:pointer;display:flex;font-size:2rem;height:3rem;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .2s;width:3rem;z-index:10}.rb-stack-modal-close:hover{background:#000;color:#fff}.rb-stack-modal-heading{margin-bottom:2rem}.rb-stack-modal-statement{font-size:var(--font-size-heading-small);margin-bottom:2rem}.rb-stack-modal-text{margin-bottom:2rem}.rb-stack-modal-buttons{display:flex;flex-direction:column;gap:1rem}@media (min-width:750px){.rb-stack-modal-buttons{flex-direction:row}}.rb-stack-modal-buttons .button--secondary{background:transparent}