@keyframes cresci {
0% { transform: scale( 0 ); }
100% { transform: scale( 1 ); }
} @keyframes dondolashort {
0% { transform: rotate( -5deg ); }
100% { transform: rotate( 5deg ); }
}
@keyframes dondola {
0% { transform: rotate( -25deg ); }
100% { transform: rotate( 25deg ); }
}
@keyframes dondolalong {
0% { transform: rotate( -45deg ); }
100% { transform: rotate( 45deg ); }
} @keyframes pulsashort {
0% { transform: scale( 0.98 ); }
100% { transform: scale( 1.02 ); }
}
@keyframes pulsa {
0% { transform: scale( 0.93 ); }
100% { transform: scale( 1.07 ); }
}
@keyframes pulsalong {
0% { transform: scale( 0.85 ); }
100% { transform: scale( 1.15 ); }
} @keyframes dondolashort {
0% { transform: rotate( -5deg ); }
100% { transform: rotate( 5deg ); }
}
@keyframes dondola {
0% { transform: rotate( -25deg ); }
100% { transform: rotate( 25deg ); }
}
@keyframes dondolalong {
0% { transform: rotate( -45deg ); }
100% { transform: rotate( 45deg ); }
} @keyframes galleggiashort {
0% { transform: translateY( -5% ); }
100% { transform: translateY( 5% ); }
}
@keyframes galleggia {
0% { transform: translateY( -12% ); }
100% { transform: translateY( 12% ); }
}
@keyframes galleggialong {
0% { transform: translateY( -25% ); }
100% { transform: translateY( 25% ); }
} @keyframes attraversa {
0% { transform: translateX( calc( -50vw - 50% - 100px ) ); }
100% { transform: translateX( calc( +50vw + 50% + 100px ) ); }
} @keyframes risali-o-affondashort {
0% { transform: translateY( 70% ); }
100% { transform: translateY( 0 ); }
}
@keyframes risali-o-affonda {
0% { transform: translateY( 150% ); }
100% { transform: translateY( 0 ); }
}
@keyframes risali-o-affondalong {
0% { transform: translateY( 300% ); }
100% { transform: translateY( 0 ); }
} @keyframes saltellashort {
0% {transform: translateY(0%);}
20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-15px);}
60% {transform: translateY(-7px);}
}
@keyframes saltella {
0% {transform: translateY(0%);}
20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-30px);}
60% {transform: translateY(-15px);}
}
@keyframes saltellalong {
0% {transform: translateY(0%);}
20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-60px);}
60% {transform: translateY(-30px);}
} @keyframes rotolashort {
0% { transform: translateX( calc( -50vw - 50% - 50px ) ) rotate( -90deg ); }
100% { transform: translateX( calc( +50vw + 50% + 50px ) )  rotate( 90deg ); }
}
@keyframes rotola {
0% { transform: translateX( calc( -50vw - 50% - 50px ) ) rotate( -270deg ); }
100% { transform: translateX( calc( +50vw + 50% + 50px ) )  rotate( 270deg ); }
}
@keyframes rotolalong {
0% { transform: translateX( calc( -50vw - 50% - 50px ) ) rotate( -450deg ); }
100% { transform: translateX( calc( +50vw + 50% + 50px ) )  rotate( 450deg ); }
} @keyframes girashort {
0% { transform: rotate( 0deg ); }
100% { transform: rotate( 360deg ); }
}
@keyframes gira {
0% { transform: rotate( 0deg ); }
100% { transform: rotate( 360deg ); }
}
@keyframes giralong {
0% { transform: rotate( 0deg ); }
100% { transform: rotate( 360deg ); }
} @keyframes brillashort {
0% { box-shadow: 0 0 -10px rgba(232,189,109,0.88); }
50% { box-shadow: 0 0 50px rgba(232,189,109,0.88); }
100% { box-shadow: 0 0 100px rgba(232,189,109,0); }
}
@keyframes brilla {
0% { box-shadow: 0 0 -10px rgba(232,189,109,0.88); }
50% { box-shadow: 0 0 200px rgba(232,189,109,0.88); }
100% { box-shadow: 0 0 300px rgba(232,189,109,0); }
}
@keyframes brillalong {
0% { box-shadow: 0 0 -10px rgba(232,189,109,0.88); }
50% { box-shadow: 0 0 300px rgba(232,189,109,0.88); }
100% { box-shadow: 0 0 700px rgba(232,189,109,0); }
}
@keyframes brilla1 {
0% {
-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
}
70% {
-moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
box-shadow: 0 0 0 10px rgba(204,169,44, 0);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
box-shadow: 0 0 0 0 rgba(204,169,44, 0);
}
}  @keyframes exitToRight {
0% { transform: translate(0,0); }
100% { transform: translateX(100%); }
} @keyframes enterFromRight {
0% { transform: translate(100%,0); }
100% { transform: translateX(0); }
} @keyframes exitToLeft {
0% { transform: translate(0,0); }
100% { transform: translateX(-100%); }
} @keyframes enterFromLeft {
0% { transform: translate(-100%,0); }
100% { transform: translateX(0); }
}  @keyframes exitToTop {
0% { transform: translate(0,0); }
100% { transform: translateY(-100%); }
} @keyframes enterFromTop {
0% { transform: translate(0,-100%); }
100% { transform: translateY(0); }
} @keyframes exitToBottom {
0% { transform: translate(0,0); }
100% { transform: translateY(100%); }
} @keyframes enterFromBottom {
0% { transform: translate(0,100%); }
100% { transform: translateY(0); }
} @keyframes exitToScaleBack {
0% { transform: scale(1);}
30% { opacity: 1; }
99% { visibility: visible; }
100% { transform: scale(0.5); opacity: 0; visibility: hidden;}
}
@keyframes exitToScaleFront {
0% { transform: scale(1);}
30% { opacity: 1; }
99% { visibility: visible; }
100% { transform: scale(1.3); opacity: 0; visibility: hidden;}
}
@keyframes enterFormScaleBack {
0% { transform: perspective(1500px) translateZ(-500px); visibility: visible; opacity: 0;}
100% { transform: perspective(1500px) translateZ(0); opacity: 1;}
}
@keyframes enterFormScaleFront {
0% { transform: perspective(1500px) translateZ(500px); visibility: visible; opacity: 0;}
100% { transform: perspective(1500px) translateZ(0); opacity: 1;}
} @keyframes exitToFade {
0% { opacity: 1;}
100% { opacity: 0;}
}
@keyframes enterFromFade {
0% { opacity: 0;}
100% { opacity: 1;}
}
@keyframes exitQuit {
0% { transform: scale(1); opacity: 1; visibility: visible;}
100% { transform: scale(0.5); opacity: 0; visibility: hidden;}
}
@keyframes enterQuit {
0% { transform: scale(0.5); opacity: 0; }
100% { transform: scale(1); opacity: 1; }
}
@keyframes loadAnim {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} @-webkit-keyframes flipOutRight {
from { }
to { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}
@keyframes flipOutRight {
from { }
to { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateY(90deg); transform: perspective(1500px) translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}
@-webkit-keyframes flipInLeft {
from { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
to { -webkit-transform: perspective(1500px) translateZ(0px) rotateY(0deg); opacity: 1; }
}
@keyframes flipInLeft {
from { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateY(-90deg); transform: perspective(1500px) translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
to { -webkit-transform: perspective(1500px) translateZ(0px) rotateY(0deg); opacity: 1; }
}
@-webkit-keyframes flipOutLeft {
from { }
to { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}
@keyframes flipOutLeft {
from { }
to { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateY(-90deg); transform: perspective(1500px) translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}
@-webkit-keyframes flipInRight {
from { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
to { -webkit-transform: perspective(1500px) translateZ(0px) rotateY(0deg); opacity: 1; }
}
@keyframes flipInRight {
from { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateY(90deg); transform: perspective(1500px) translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
to { -webkit-transform: perspective(1500px) translateZ(0px) rotateY(0deg); opacity: 1; }
}
@-webkit-keyframes flipOutTop {
from { }
to { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
@keyframes flipOutTop {
from { }
to { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateX(90deg); transform: perspective(1500px) translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
@-webkit-keyframes flipInBottom {
from { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@keyframes flipInBottom {
from { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateX(-90deg); transform: perspective(1500px) translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@-webkit-keyframes flipOutBottom {
from { }
to { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@keyframes flipOutBottom {
from { }
to { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateX(-90deg); transform: perspective(1500px) translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@-webkit-keyframes flipInTop {
from { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
@keyframes flipInTop {
from { -webkit-transform: perspective(1500px) translateZ(-1000px) rotateX(90deg); transform: perspective(1500px) translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}  @keyframes noneOut {
0% { display: block; }
100% { display: none; }
}
@keyframes noneIn {
0% { display: none; }
100% { display: block; }
}
@keyframes noneOutPopup {
0% { display: block; }
100% { display: none; }
}
@keyframes noneInPopup {
0% { display: none; }
100% { display: block; }
}
@keyframes exitToRightPopup {
0% { transform: translate(0,0); }
100% { transform: translateX(100vw); }
} @keyframes enterFromRightPopup {
0% { transform: translate(100vw,0); }
100% { transform: translateX(0); }
} @keyframes exitToLeftPopup {
0% { transform: translate(0,0); }
100% { transform: translateX(-100vw); }
} @keyframes enterFromLeftPopup {
0% { transform: translate(-100vw,0); }
100% { transform: translateX(0); }
}  @keyframes exitToTopPopup {
0% { transform: translate(0,0); }
100% { transform: translateY(-100vh); }
} @keyframes enterFromTopPopup {
0% { transform: translate(0,-100vh); }
100% { transform: translateY(0); }
} @keyframes exitToBottomPopup {
0% { transform: translate(0,0); }
100% { transform: translateY(100vh); }
} @keyframes enterFromBottomPopup {
0% { transform: translate(0,100vh); }
100% { transform: translateY(0); }
} @keyframes exitToScaleBackPopup {
0% { transform: scale(1);}
30% { opacity: 1; }
99% { visibility: visible; }
100% { transform: scale(0.5); opacity: 0; visibility: hidden;}
}
@keyframes exitToScaleFrontPopup {
0% { transform: scale(1);}
30% { opacity: 1; }
99% { visibility: visible; }
100% { transform: scale(1.3); opacity: 0; visibility: hidden;}
}
@keyframes enterFormScaleBackPopup {
0% { transform: translateZ(-500px); visibility: visible; opacity: 0;}
100% { transform: translateZ(0); opacity: 1;}
}
@keyframes enterFormScaleFrontPopup {
0% { transform: translateZ(500px); visibility: visible; opacity: 0;}
100% { transform: translateZ(0); opacity: 1;}
} @keyframes exitToFadePopup {
0% { opacity: 1;}
100% { opacity: 0;}
}
@keyframes enterFromFadePopup {
0% { opacity: 0;}
100% { opacity: 1;}
}
@keyframes exitQuitPopup {
0% { transform: scale(1); opacity: 1; visibility: visible;}
100% { transform: scale(0.5); opacity: 0; visibility: hidden;}
}
@keyframes enterQuitPopup {
0% { transform: scale(0.5); opacity: 0; }
100% { transform: scale(1); opacity: 1; }
}
@keyframes loadAnimPopup {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
} @-webkit-keyframes flipOutRightPopup {
from { }
to { -webkit-transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}
@keyframes flipOutRightPopup {
from { }
to { -webkit-transform: translateZ(-1000px) rotateY(90deg); transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}
@-webkit-keyframes flipInLeftPopup {
from { -webkit-transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
to { -webkit-transform: translateZ(0px) rotateY(0deg); opacity: 1; }
}
@keyframes flipInLeftPopup {
from { -webkit-transform: translateZ(-1000px) rotateY(-90deg); transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
to { -webkit-transform: translateZ(0px) rotateY(0deg); opacity: 1; }
}
@-webkit-keyframes flipOutLeftPopup {
from { }
to { -webkit-transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}
@keyframes flipOutLeftPopup {
from { }
to { -webkit-transform: translateZ(-1000px) rotateY(-90deg); transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}
@-webkit-keyframes flipInRightPopup {
from { -webkit-transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
to { -webkit-transform: translateZ(0px) rotateY(0deg); opacity: 1; }
}
@keyframes flipInRightPopup {
from { -webkit-transform: translateZ(-1000px) rotateY(90deg); transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
to { -webkit-transform: translateZ(0px) rotateY(0deg); opacity: 1; }
}
@-webkit-keyframes flipOutTopPopup {
from { }
to { -webkit-transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
@keyframes flipOutTopPopup {
from { }
to { -webkit-transform: translateZ(-1000px) rotateX(90deg); transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
@-webkit-keyframes flipInBottomPopup {
from { -webkit-transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@keyframes flipInBottomPopup {
from { -webkit-transform: translateZ(-1000px) rotateX(-90deg); transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@-webkit-keyframes flipOutBottomPopup {
from { }
to { -webkit-transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@keyframes flipOutBottomPopup {
from { }
to { -webkit-transform: translateZ(-1000px) rotateX(-90deg); transform: translateZ(-1000px) rotateX(-90deg); opacity: 0.2; }
}
@-webkit-keyframes flipInTopPopup {
from { -webkit-transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}
@keyframes flipInTopPopup {
from { -webkit-transform: translateZ(-1000px) rotateX(90deg); transform: translateZ(-1000px) rotateX(90deg); opacity: 0.2; }
}.wp-block-image>a,.wp-block-image>figure>a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media not (prefers-reduced-motion){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull>a,.wp-block-image.alignwide>a{width:100%}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;width:20px;z-index:100}@media not (prefers-reduced-motion){.wp-lightbox-container button{transition:opacity .2s ease}}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{visibility:visible}@media not (prefers-reduced-motion){.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}