.newsletter-section{padding-top:0}.news-letter-draw{position:relative;width:fit-content;margin:0 auto 40px}.news-letter-draw .star{position:absolute;animation:star-animation 10s linear infinite}.news-letter-draw .star-1{bottom:40px;left:-23px;animation-duration:8s}.news-letter-draw .star-2{top:42px;right:-31px;animation-duration:12s}.newsletter-section .container .title{text-align:center}.newsletter-section .container .newsletter-container{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:50px;margin-bottom:50px}.newsletter-section .container .newsletter-container>div{width:50%}.newsletter-section .container .newsletter-container .left img{width:90%;max-width:530px;height:auto;object-fit:cover;border-radius:12px}.newsletter-section .container .newsletter-container .right .text{margin-bottom:20px;text-wrap:pretty}.newsletter-section .container .newsletter-container .right .text:last-child{margin-bottom:0}.newsletter-section .container #newsletter-form{display:flex;flex-direction:column;gap:10px;max-width:600px;margin:50px auto}.newsletter-section .container #newsletter-form .form-group{display:flex;flex-direction:row;align-items:start;justify-content:space-between;gap:30px}.newsletter-section .container #newsletter-form .form-group .form-group-label{display:flex;flex-direction:column;gap:5px;width:100%}.newsletter-section .container #newsletter-form .form-group .form-group-label .form-group-label-text{font-size:1.5rem;font-weight:400;color:#000}.newsletter-section .container #newsletter-form .form-group .form-group-label .form-group-label-error{font-size:1.2rem;color:red;font-weight:400;margin-top:5px;margin-left:5px}.newsletter-section .container #newsletter-form .form-group .form-group-label .form-group-label-input{width:100%;height:40px;border:2px solid #C1C4E3;border-radius:48px;padding:16px;transition:all .3s ease;height:48px;font-size:1.2rem;font-weight:400;color:#000}.newsletter-section .container #newsletter-form .form-group .form-group-label .form-group-label-input:focus{outline:none;border-color:#3f4b7f}.newsletter-section .container #newsletter-form .form-group .form-group-label .form-group-label-input.error{border-color:red}.newsletter-section .container #newsletter-form .form-group .form-group-label .form-group-label-input.error:focus{border-color:red}.newsletter-section .container #newsletter-form .form-group .form-group-label .form-group-label-input::placeholder{color:#40404080}.newsletter-section .container #newsletter-form .secondary-link{margin:0 auto}.newsletter-section .container .disclaimer{text-align:center}@media (max-width: 768px){.newsletter-section .container .newsletter-container{gap:25px;margin-top:40px;margin-bottom:40px}.newsletter-section .container .newsletter-container .left img{width:100%;max-width:400px}.newsletter-section .container #newsletter-form{margin-top:40px;margin-bottom:40px;max-width:500px}.newsletter-section .container #newsletter-form .form-group{gap:25px}.newsletter-section .container #newsletter-form .form-group .form-group-label .form-group-label-text{font-size:1.375rem}.newsletter-section .container #newsletter-form .form-group .form-group-label .form-group-label-input{font-size:1.125rem;height:46px;padding:15px 16px}.news-letter-draw .star-1{bottom:35px;left:-20px}.news-letter-draw .star-2{top:35px;right:-25px}}@media (max-width: 576px){.newsletter-section .container .newsletter-container{flex-direction:column-reverse;gap:30px;margin-top:30px;margin-bottom:30px}.newsletter-section .container .newsletter-container>div{width:100%}.newsletter-section .container .newsletter-container .left img{width:100%;max-width:300px;margin:0 auto;display:block}.newsletter-section .container .newsletter-container .right .text{text-align:start}.newsletter-section .container .title{max-width:320px;margin:0 auto}.newsletter-section .container #newsletter-form{margin-top:30px;margin-bottom:30px;max-width:100%}.newsletter-section .container #newsletter-form .form-group{flex-direction:column;gap:20px}.newsletter-section .container #newsletter-form .form-group .form-group-label .form-group-label-text{font-size:1.25rem}.newsletter-section .container #newsletter-form .form-group .form-group-label .form-group-label-input{font-size:1.125rem;height:44px;padding:14px 16px}.newsletter-section .container #newsletter-form .form-group .form-group-label .form-group-label-error{font-size:1.125rem}.news-letter-draw{margin-bottom:30px}.news-letter-draw .star-1{bottom:30px;left:-15px}.news-letter-draw .star-2{top:30px;right:-20px}.newsletter-section .container .disclaimer{font-size:1rem;padding:0 10px}}.success-message,.error-message{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease;overflow:hidden}.success-content,.error-content{background-color:#fff;padding:30px;border-radius:16px;max-width:500px;max-height:90vh;width:90%;text-align:center;position:relative;box-shadow:0 10px 30px #0003;animation:slideIn .3s ease;overflow-y:auto}.success-icon,.error-icon{margin-bottom:20px}.success-icon svg,.error-icon svg{width:120px;height:auto;max-width:100%}.success-content h3,.error-content h3{color:#3f4b7f;font-size:1.5rem;margin-bottom:15px;font-weight:400}.success-content p,.error-content p{color:#333;font-size:1.1rem;line-height:1.5;margin-bottom:20px}.close-success,.close-error{position:absolute;top:10px;right:15px;background:none;border:none;font-size:24px;cursor:pointer;color:#999;transition:color .3s ease}.close-success:hover,.close-error:hover{color:#333}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 576px){.success-content,.error-content{padding:20px;width:95%;max-height:85vh}.success-content h3,.error-content h3{font-size:1.3rem}.success-content p,.error-content p{font-size:1rem}.success-icon svg,.error-icon svg{width:100px}.success-icon,.error-icon{margin-bottom:15px}}
