.elementor-309 .elementor-element.elementor-element-d84cc6e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-309 .elementor-element.elementor-element-067dbeb{--display:flex;}.elementor-309 .elementor-element.elementor-element-311f4ac{--display:flex;--padding-top:10rem;--padding-bottom:10rem;--padding-left:0rem;--padding-right:0rem;}.elementor-309 .elementor-element.elementor-element-311f4ac.e-con{--align-self:center;}.elementor-309 .elementor-element.elementor-element-a64d112{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-309 .elementor-element.elementor-element-e12a1ce{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-309 .elementor-element.elementor-element-33244ee{margin:0rem 0rem calc(var(--kit-widget-spacing, 0px) + 5rem) 0rem;text-align:start;}.elementor-309 .elementor-element.elementor-element-33244ee.elementor-element{--align-self:flex-start;}.elementor-309 .elementor-element.elementor-element-33244ee .elementor-heading-title{font-family:"Funnel Display", Sans-serif;font-size:4rem;font-weight:400;}.elementor-309 .elementor-element.elementor-element-5874dd1{--display:flex;}.elementor-widget-lottie{--caption-color:var( --e-global-color-text );}.elementor-widget-lottie .e-lottie__caption{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-309 .elementor-element.elementor-element-87f3abd.elementor-element{--align-self:flex-end;}body.elementor-page-309:not(.elementor-motion-effects-element-type-background), body.elementor-page-309 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-646e1ea );}:root{--page-title-display:none;}@media(max-width:1440px){.elementor-309 .elementor-element.elementor-element-33244ee .elementor-heading-title{font-size:2rem;}}@media(min-width:768px){.elementor-309 .elementor-element.elementor-element-311f4ac{--width:60%;}}/* Start custom CSS for lottie, class: .elementor-element-87f3abd */.elementor-309 .elementor-element.elementor-element-87f3abd {
    line-height: 0px;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-69213021 */.cmplz-document {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #fff; 
}

#cmplz-cookies-overview .cmplz-dropdown summary, #cmplz-document .cmplz-dropdown summary, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary {
    background-color: rgba(255,255,255,0);
}

#cmplz-cookies-overview .cmplz-dropdown, #cmplz-document .cmplz-dropdown, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown {
    background-color: rgba(239, 239, 239, 0.1);
}

#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div, #cmplz-document .cmplz-dropdown .cookies-per-purpose div, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div {
    background-color: rgba(239, 239, 239, 0.1);
    padding: 15px;
}

#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose, #cmplz-document .cmplz-dropdown .cookies-per-purpose, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose {
    border: 1px solid #dadada;
    grid-gap: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 10px;
}

@media only screen and (min-width: 600px) {
    #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .function-header, #cmplz-document .cmplz-dropdown .cookies-per-purpose .function-header, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .function-header {
        background-color: rgba(255, 255, 255, 0.1);
    }
}

@media only screen and (min-width: 600px) {
    #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .retention-header, #cmplz-document .cmplz-dropdown .cookies-per-purpose .retention-header, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .retention-header {
        background-color: rgba(255, 255, 255, 0.1);
    }
}

@media only screen and (min-width: 600px) {
    #cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose .name-header, #cmplz-document .cmplz-dropdown .cookies-per-purpose .name-header, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose .name-header {
        background-color: rgba(255, 255, 255, 0.1);
    }
}

#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header {
    display: grid
;
    grid-template-columns: 1fr auto 25px;
    grid-template-rows: auto;
    align-items: center;
    grid-gap: 10px;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 0.1);
}/* End custom CSS */
/* Start custom CSS */@keyframes move {
    100% {
        transform: translate3d(0, 0, 1px) rotate(360deg);
    }
}

.background {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: #141414;
    overflow: hidden;
}

.background span {
    width: 80vmin;
    height: 90vmin;
    border-radius: 50vmin;
    backface-visibility: hidden;
    position: absolute;
    animation: move;
    animation-duration: 28;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


.background span:nth-child(0) {
    color: #0342e0;
    top: 20%;
    left: 73%;
    animation-duration: 211s;
    animation-delay: -114s;
    transform-origin: -21vw 22vh;
    box-shadow: -100vmin 0 12.522440789014032vmin currentColor;
}
.background span:nth-child(1) {
    color: #0342e0;
    top: 64%;
    left: 35%;
    animation-duration: 203s;
    animation-delay: -33s;
    transform-origin: 15vw 8vh;
    box-shadow: 100vmin 0 13.46028060854355vmin currentColor;
}
.background span:nth-child(2) {
    color: #ff5cff;
    top: 79%;
    left: 33%;
    animation-duration: 107s;
    animation-delay: -50s;
    transform-origin: -12vw 8vh;
    box-shadow: 100vmin 0 12.845528209021564vmin currentColor;
}
.background span:nth-child(3) {
    color: #ff5cff;
    top: 79%;
    left: 26%;
    animation-duration: 80s;
    animation-delay: -172s;
    transform-origin: 23vw -18vh;
    box-shadow: -100vmin 0 13.076323778707703vmin currentColor;
}
.background span:nth-child(4) {
    color: #0342e0;
    top: 22%;
    left: 89%;
    animation-duration: 139s;
    animation-delay: -197s;
    transform-origin: -1vw 0vh;
    box-shadow: -100vmin 0 12.684098142906334vmin currentColor;
}
.background span:nth-child(5) {
    color: #ff5cff;
    top: 19%;
    left: 23%;
    animation-duration: 44s;
    animation-delay: -211s;
    transform-origin: -12vw 4vh;
    box-shadow: 100vmin 0 13.431164174206037vmin currentColor;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Funnel Display';
	font-display: auto;
	src: url('https://competenze.ai/wp-content/uploads/2025/10/FunnelDisplay-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */