.elementor-3056 .elementor-element.elementor-element-be6629e{--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;--gap:8px 8px;--background-transition:0.3s;}.elementor-3056 .elementor-element.elementor-element-01ec434{width:100%;max-width:100%;z-index:0;text-align:center;}.elementor-3056 .elementor-element.elementor-element-01ec434 .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-a987059-font-family ), Sans-serif;font-size:var( --e-global-typography-a987059-font-size );font-weight:var( --e-global-typography-a987059-font-weight );line-height:var( --e-global-typography-a987059-line-height );}.elementor-3056 .elementor-element.elementor-element-c3940f0{z-index:1;text-align:center;}.elementor-3056 .elementor-element.elementor-element-c3940f0 .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );text-transform:var( --e-global-typography-accent-text-transform );font-style:var( --e-global-typography-accent-font-style );text-decoration:var( --e-global-typography-accent-text-decoration );line-height:var( --e-global-typography-accent-line-height );}@media(max-width:1366px){.elementor-3056 .elementor-element.elementor-element-01ec434 .elementor-heading-title{font-size:var( --e-global-typography-a987059-font-size );line-height:var( --e-global-typography-a987059-line-height );}.elementor-3056 .elementor-element.elementor-element-c3940f0 .elementor-heading-title{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}}@media(max-width:1024px){.elementor-3056 .elementor-element.elementor-element-01ec434 .elementor-heading-title{font-size:var( --e-global-typography-a987059-font-size );line-height:var( --e-global-typography-a987059-line-height );}.elementor-3056 .elementor-element.elementor-element-c3940f0 .elementor-heading-title{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}}@media(max-width:767px){.elementor-3056 .elementor-element.elementor-element-01ec434 .elementor-heading-title{font-size:var( --e-global-typography-a987059-font-size );line-height:var( --e-global-typography-a987059-line-height );}.elementor-3056 .elementor-element.elementor-element-c3940f0 .elementor-heading-title{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}}@media(min-width:2400px){.elementor-3056 .elementor-element.elementor-element-01ec434 .elementor-heading-title{font-size:var( --e-global-typography-a987059-font-size );line-height:var( --e-global-typography-a987059-line-height );}.elementor-3056 .elementor-element.elementor-element-c3940f0 .elementor-heading-title{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}}/* Start custom CSS for container, class: .elementor-element-be6629e */.bouncing-box {
    align-self: flex-end;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    transform-origin: bottom;      
}
.bounce-1-effect {
    animation-name: bounce-1-effect;
    animation-timing-function: linear;
}
@keyframes bounce-1-effect {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-10px); }
    100% { transform: translateY(0); }
}/* End custom CSS */