.banner{margin-top:1rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:0}.banner,.banner a{width:100%}.banner img{width:100%;height:auto;object-fit:cover}.fade-img{opacity:0;transform:translateY(40px);transition:all .8s ease;filter:blur(6px)}.fade-img.show{opacity:1;transform:translateY(0);filter:blur(0)}@media (max-width:789px){.banner{padding:0 1rem;grid-template-columns:repeat(2,1fr)}}.features{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:2rem 0}.features>p{font-size:1.2rem;margin-bottom:1.5rem}.features h2,.features>p{font-weight:700;color:#000;text-align:center}.features h2{font-size:2rem}.features_container{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.features_list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;justify-items:center;width:40%}.features_item{width:150px;height:auto;text-align:center;border-radius:15px;padding:1rem 10px;background-color:#ecf8fe;color:#fff;cursor:pointer;display:flex;justify-content:center;align-items:center;flex-direction:column}.features_item img,.features_item svg{padding:0;font-size:30px;margin-bottom:5px;width:auto;height:40px;color:#00283e;transition:transform .3s ease-in-out}.features_item h3{font-size:1rem;font-weight:600;color:#333}.features_item p{font-size:1rem;font-weight:400;color:#222}.features_content{width:100%;display:flex;justify-content:center;align-items:center;gap:10px;margin-top:1rem}.features_content_item{width:350px;background-color:#ecf8fe;border-radius:16px;box-shadow:1px 1px 10px rgba(0,0,0,.1);display:flex;justify-content:center;align-items:flex-start;flex-direction:column;padding:10px}.features_content_top{width:100%;display:flex;justify-content:flex-start;align-items:center;gap:1rem;border-bottom:2px solid #ccc;padding-bottom:10px}.features_content_top svg{background-color:#00283e;padding:9px;font-size:14px;border-radius:6px;color:#fff}.features_content_top h3{font-size:1rem;font-weight:600;color:#00283e}.features_content_item>p{font-size:.9rem;font-weight:400;color:#222;margin-top:10px}@media screen and (max-width:789px){.features_list{width:100%}.features_content{flex-direction:column;align-items:center;padding:10px}.features_content_item{width:100%;max-width:350px;margin-bottom:1rem}}.glow-cards{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem}.glow-cards h2{font-size:1.5rem;color:#001f3f;font-weight:700}.glow-cards_container{width:100%}.glow-cards_list{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:2rem;width:100%;justify-items:center;padding:0 3rem}.cards_list>a{width:100%}.glow-cards_item{background-color:#fff;border-radius:1rem;box-shadow:0 4px 8px rgba(0,0,0,.2);padding:1rem;width:380px;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;gap:10px}.glow-cards_item img{width:100%;height:200px;border-radius:1rem}.glow-cards_item h3{font-size:1.25rem;margin:0;font-weight:700}.glow-cards_item p{font-size:1rem;margin:0;color:#555}.card_item_btn{width:100%;display:flex;justify-content:space-between;align-items:center}.card_item_btn span{font-weight:700;display:flex;gap:.5rem}.card_item_btn span img{width:20px;height:20px;margin-left:.5rem}.card_item_btn>button{background-color:#000;color:#fff;border:none;border-radius:.5rem;padding:.3rem 1rem;cursor:pointer}@keyframes fadeUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@media screen and (max-width:789px){.glow-cards_list>a{width:45%}.glow-cards_item{width:100%}.glow-cards_list{gap:1rem;padding:0}.glow-cards_item img{height:100px}.glow-cards_item h3{font-size:1rem}.card_item_btn span{font-size:.8rem}.card_item_btn button{font-size:.5rem;padding:.5rem .4rem}}.card-order,.card_order_container{width:100%}.card-order,.card_order_container,.card_order_content{display:flex;justify-content:center;align-items:center;position:relative}.card_order_content{width:70%;margin:2rem 0}.card_order_content img{width:100%}.card_order_content_text{position:absolute;top:20%;right:60%;width:50%}.card_order_content_text h2{font-size:2rem;color:#fff;margin-bottom:2rem}.card_order_content_text p{font-size:1rem;color:#fff;width:70%;margin-bottom:1rem}.card_order_content_text button{background-color:#000;color:#fff;padding:.5rem 2rem;border:none;border-radius:16px;cursor:pointer;font-size:1rem;margin-top:2rem}.newsletter{background-color:#0874a4;margin:2rem 0;padding:2rem 0}.newsletter,.newsletter_container{width:100%;display:flex;justify-content:center;align-items:center}.newsletter_container{max-width:700px;flex-direction:column;gap:1rem;text-align:center}.newsletter_container h3{font-size:30px;color:#fff;font-weight:700}.newsletter_container p{color:#f0f0f0;width:100%;max-width:500px;text-align:center;font-size:1rem;line-height:1.5}.newsletter_input{display:flex;justify-content:center;align-items:center;border-radius:20px;overflow:hidden;background-color:white;transition:box-shadow .3s ease}.newsletter_input:hover{box-shadow:0 4px 15px rgba(0,0,0,.2)}.newsletter_input input{padding:1rem;border:none;border-top-left-radius:20px;border-bottom-left-radius:20px;width:400px;outline:none;color:#333;font-size:1rem;transition:background-color .3s ease}.newsletter_input input::placeholder{color:#999}.newsletter_input input:focus{background-color:#eef9fc}.newsletter_input button{padding:1rem;border:none;border-top-right-radius:20px;border-bottom-right-radius:20px;background-color:#000;color:#fff;width:120px;cursor:pointer;font-weight:700;transition:background-color .3s ease}.newsletter_input button:hover{background-color:#333}@media screen and (max-width:789px){.newsletter_input input{width:90%}}