.cta-section{position:relative}.cta-section--grey-top:before,.cta-section--grey-bottom:before{content:"";background:var(--light-grey);z-index:0;position:absolute;left:0;right:0}.cta-section--grey-top:before{top:0;bottom:50%}.cta-section--grey-bottom:before{top:50%;bottom:0}.cta-section>*{z-index:1;position:relative}.cta-section__wrapper{width:100%;color:var(--white);background:radial-gradient(circle,#3131318f 0%,#000000a3 100%),#fff;border-radius:45px;justify-content:space-between;align-items:stretch;gap:40px;display:flex;position:relative;overflow:hidden}.cta-section__content{flex-direction:column;flex:auto;justify-content:center;min-width:0;max-width:800px;padding:50px 100px;display:flex}.cta-section__content a:not(.content-button){color:var(--white);text-decoration:underline}.cta-section__image{z-index:1;flex:0 0 33%;align-self:stretch;min-width:0;max-width:33%;margin:0;position:relative;overflow:hidden}.cta-section__decoration-wrap{z-index:0;pointer-events:none;display:flex;position:absolute;top:50%;right:20%;transform:translateY(-50%)}.cta-section__decoration{transform-origin:50%;width:auto;height:200px;animation:32s linear infinite cta-decoration-spin;display:block}@keyframes cta-decoration-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.cta-section__decoration{animation:none}}.cta-section__image img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}@media (width<=1080px){.cta-section__image{display:none}.cta-section__wrapper{justify-content:center}.cta-section__content{text-align:center;max-width:100%;padding:20px}.cta-section__content .content-buttons,.cta-section .content-button-group{justify-content:center}}
