.m-newsletter-animated-section{position:relative;overflow:hidden}.m-newsletter-animated__wrapper{padding:var(--section-padding-top) 0 var(--section-padding-bottom)}.m-newsletter-animated__container{display:flex;flex-direction:row;gap:2rem;align-items:center;background-color:var(--bg-color, #E3F2FD);border-radius:var(--border-radius, 30px);padding:3rem;position:relative;overflow:hidden;min-height:400px}.m-newsletter-animated__left{flex:1;position:relative;min-height:400px;display:flex;align-items:center;justify-content:center}.m-newsletter-animated__falling-icons{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:1}.falling-icon{position:absolute;opacity:0;will-change:transform,opacity;z-index:10}.falling-icon-img{max-width:150px;height:auto;display:block;transition:max-width .3s ease}.falling-icon.pos-top-left{left:5%;top:10%}.falling-icon.pos-top-right{left:45%;top:5%}.falling-icon.pos-left-middle{left:8%;top:35%}.falling-icon.pos-right-middle{left:52%;top:30%}.falling-icon.pos-middle-center{left:25%;top:50%}.falling-icon.pos-right-bottom{left:58%;top:60%}.falling-icon.pos-bottom-left{left:10%;top:75%}.falling-icon.pos-bottom-right{left:50%;top:78%}.falling-icon.falling-icon-1:not([class*=pos-]){left:5%;top:10%}.falling-icon.falling-icon-2:not([class*=pos-]){left:45%;top:5%}.falling-icon.falling-icon-3:not([class*=pos-]){left:8%;top:35%}.falling-icon.falling-icon-4:not([class*=pos-]){left:52%;top:30%}.falling-icon.falling-icon-5:not([class*=pos-]){left:25%;top:50%}.falling-icon.falling-icon-6:not([class*=pos-]){left:58%;top:60%}.falling-icon.falling-icon-7:not([class*=pos-]){left:10%;top:75%}.falling-icon.falling-icon-8:not([class*=pos-]){left:50%;top:78%}@keyframes fallDown{0%{transform:translateY(-200px) scale(.3) rotate(-45deg);opacity:0}5%{opacity:1}to{transform:translateY(0) scale(1) rotate(0);opacity:1}}.m-newsletter-animated__text-graphics{position:relative;z-index:2;display:flex;flex-direction:column;gap:1rem;max-width:400px}.text-bubble{background-color:#3b82f6cc;color:#fff;padding:1.5rem 2.5rem;border-radius:50px;font-size:2.5rem;font-weight:700;text-align:center;position:relative;display:inline-flex;align-items:center;justify-content:center;gap:1rem;box-shadow:0 4px 15px #0000001a}.text-bubble-1{background-color:#60a5fae6;align-self:flex-start;font-size:2rem;padding:1rem 2rem}.text-bubble-2{background-color:#3b82f6e6;align-self:center;margin-left:-20px;position:relative}.text-bubble-3{background-color:#2563ebe6;align-self:flex-start;font-size:2.2rem;padding:1.2rem 2.5rem}.center-icon{width:60px;height:auto;display:inline-block}.m-newsletter-animated__right{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:2}.m-newsletter-form__content{width:100%;max-width:450px}.form-heading{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:var(--text-color, #1E3A8A);text-align:center}.newsletter-form{display:flex;flex-direction:column;gap:1rem}.field-custom input[type=text],.field-custom input[type=email]{width:100%;padding:.1rem .5rem;border-radius:15px;font-size:1rem;outline:none;transition:border-color .3s ease;background-color:#fff}.field-custom input[type=text]:focus,.field-custom input[type=email]:focus{border-color:#3b82f680}.field-custom input::placeholder{color:#0006}.field-custom{padding:3px 5px;border-radius:15px}.form-checkbox{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-color, #1E3A8A);background-color:transparent;border:0;margin-top:25px!important}.form-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer}.form-checkbox label{cursor:pointer}.form-submit{margin-top:.5rem}.submit-button-image{background:none;border:none;cursor:pointer;padding:0;transition:transform .2s ease;width:100%}.submit-button-image:hover{transform:scale(1.05)}.submit-button-image img{max-width:50%;height:auto;display:block}.submit-button-text{width:100%;padding:1rem 2rem;background-color:#1e1b4b;color:#fff;border:none;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.submit-button-text:hover{background-color:#2a107a;transform:scale(1.02)}.submit-button-text:after{content:"\2728";font-size:1.2rem}.bottom-text{text-align:end;margin-top:1.5rem;font-size:1.2rem;color:var(--text-color, #2A107A);font-weight:500}.bottom-icon{text-align:center;margin-top:1rem}.bottom-icon img{max-width:80px;height:auto;display:inline-block}.success-message,.error-message{padding:1rem;border-radius:15px;margin-bottom:1rem;text-align:center}.success-message{background-color:#22c55e1a;color:#15803d;border:2px solid rgba(34,197,94,.3)}.error-message{background-color:#ef44441a;color:#b91c1c;border:2px solid rgba(239,68,68,.3)}@media(max-width:1024px){.m-newsletter-animated__container{flex-direction:column;padding:2rem}.m-newsletter-animated__left{min-height:300px;width:100%}.m-newsletter-animated__text-graphics{max-width:100%}.text-bubble{font-size:2rem}.text-bubble-1{font-size:1.6rem}.text-bubble-3{font-size:1.8rem}}@media(max-width:768px){.m-newsletter-animated__container{padding:1.5rem}.m-newsletter-animated__left{min-height:250px}.text-bubble{font-size:1.5rem;padding:1rem 1.5rem}.text-bubble-1{font-size:1.2rem;padding:.8rem 1.5rem}.text-bubble-3{font-size:1.4rem;padding:1rem 2rem}.center-icon{width:40px}.falling-icon.pos-mobile-top-left{left:5%!important;top:10%!important}.falling-icon.pos-mobile-top-right{left:60%!important;top:5%!important}.falling-icon.pos-mobile-left-middle{left:5%!important;top:35%!important}.falling-icon.pos-mobile-right-middle{left:65%!important;top:30%!important}.falling-icon.pos-mobile-middle-center{left:35%!important;top:50%!important}.falling-icon.pos-mobile-right-bottom{left:65%!important;top:60%!important}.falling-icon.pos-mobile-bottom-left{left:10%!important;top:75%!important}.falling-icon.pos-mobile-bottom-right{left:60%!important;top:78%!important}.falling-icon.pos-top-left:not([class*=pos-mobile-]){left:5%;top:10%}.falling-icon.pos-top-right:not([class*=pos-mobile-]){left:60%;top:5%}.falling-icon.pos-left-middle:not([class*=pos-mobile-]){left:5%;top:35%}.falling-icon.pos-right-middle:not([class*=pos-mobile-]){left:65%;top:30%}.falling-icon.pos-middle-center:not([class*=pos-mobile-]){left:35%;top:50%}.falling-icon.pos-right-bottom:not([class*=pos-mobile-]){left:65%;top:60%}.falling-icon.pos-bottom-left:not([class*=pos-mobile-]){left:10%;top:75%}.falling-icon.pos-bottom-right:not([class*=pos-mobile-]){left:60%;top:78%}.falling-icon.falling-icon-1:not([class*=pos-]):not([class*=pos-mobile-]){left:5%;top:10%}.falling-icon.falling-icon-2:not([class*=pos-]):not([class*=pos-mobile-]){left:60%;top:5%}.falling-icon.falling-icon-3:not([class*=pos-]):not([class*=pos-mobile-]){left:5%;top:35%}.falling-icon.falling-icon-4:not([class*=pos-]):not([class*=pos-mobile-]){left:65%;top:30%}.falling-icon.falling-icon-5:not([class*=pos-]):not([class*=pos-mobile-]){left:35%;top:50%}.falling-icon.falling-icon-6:not([class*=pos-]):not([class*=pos-mobile-]){left:65%;top:60%}.falling-icon.falling-icon-7:not([class*=pos-]):not([class*=pos-mobile-]){left:10%;top:75%}.falling-icon.falling-icon-8:not([class*=pos-]):not([class*=pos-mobile-]){left:60%;top:78%}}@media(max-width:480px){.m-newsletter-animated__container{gap:1rem}.text-bubble{font-size:1.2rem;padding:.8rem 1.2rem}.text-bubble-1{font-size:1rem}.text-bubble-3{font-size:1.1rem}.field-custom input[type=text],.field-custom input[type=email]{padding:.8rem 1.2rem;font-size:.9rem}.submit-button-text{padding:.8rem 1.5rem;font-size:1rem}}
/*# sourceMappingURL=/cdn/shop/t/49/assets/newsletter-animated.css.map */
