@keyframes rotating{100%{transform:rotate(360deg)}}.section-background .widgetContainer.widgetCtaBlock{padding:clamp(2rem, 2.1621621622vw, 4rem) 0}.ctaBlockItem{position:relative;display:flex;min-height:clamp(30rem, 25.9459459459vw, 48rem);align-items:center;justify-content:center;background:#fff}.ctaBlockItem .ctaBlockItem-image{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%}.ctaBlockItem .ctaBlockItem-image img{width:100%;min-height:100%;max-height:100%;object-fit:cover;object-position:center center}.ctaBlockItem .ctaBlockItem-content{position:relative;z-index:3;width:100%;padding:clamp(4rem, 2.972972973vw, 5.5rem) clamp(1rem, 2.1621621622vw, 4rem);text-align:center}@media(min-width: 48rem){.ctaBlockItem .ctaBlockItem-content{max-width:113rem;margin:0}}.ctaBlockItem .ctaBlockItem-text{margin:0 auto;color:#fff}.ctaBlockItem .ctaBlockItem-text h2,.ctaBlockItem .ctaBlockItem-text h3{margin:0 0 3rem 0;color:#fff}.ctaBlockItem .ctaBlockItem-button{margin:3rem 0 0 0}.ctaBlockItem.ctaBlockItem--noImage .ctaBlockItem-text{color:#fff}.ctaBlockItem.ctaBlockItem--noImage .ctaBlockItem-text h2,.ctaBlockItem.ctaBlockItem--noImage .ctaBlockItem-text h3{color:#fff}.ctaBlockItem.ctaBlockItem--noImage.ctaBlockItem--primary .ctaBlockItem-text,.ctaBlockItem.ctaBlockItem--noImage.ctaBlockItem--primary .ctaBlockItem-text h3,.ctaBlockItem.ctaBlockItem--noImage.ctaBlockItem--default .ctaBlockItem-text,.ctaBlockItem.ctaBlockItem--noImage.ctaBlockItem--default .ctaBlockItem-text h3{color:#fff}.ctaBlockItem.ctaBlockItem--noImage.ctaBlockItem--primary{background-color:var(--main-color, #6FC1B7)}.ctaBlockItem.ctaBlockItem--noImage.ctaBlockItem--default{background-color:var(--base-grey-dark, #DBE3E3)}.ctaBlockItem:before{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg, #004854 0%, rgba(0, 72, 84, 0.8) 100%);content:"";transition:opacity 300ms ease-out}.ctaBlockItem:after{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg, #004854 0%, rgba(0, 72, 84, 0.8) 100%);content:"";opacity:0;transition:opacity 300ms ease-out}.ctaBlockItem:hover:before{opacity:1}.ctaBlockItem:hover:after{opacity:1}