.float-button{position:fixed;bottom:1.25rem;right:1.25rem;z-index:9999999}.float-button button{width:3.75rem;height:3.75rem;background-color:#72d216;padding-top:.4375rem;border:none;border-radius:100%;box-shadow:0 0 .9375rem #0000004d;display:flex;justify-content:center;align-items:center;transition:scale ease-in-out .4s;position:relative}.float-button button:hover{scale:1.05}.chatbot-confirmation{position:absolute;right:calc(100% + 10px);bottom:29px;width:505px;height:249px;background-color:#eaf4e6e5;padding:40px 33px;z-index:99999}@media (max-width: 768px){.chatbot-confirmation{position:fixed;right:50%;bottom:96px;transform:translate(50%);width:323px;height:290px;padding:51px 23px 20px;animation:slideUp .3s ease-out forwards}}.chatbot-confirmation .close-btn{position:absolute;top:10px;right:13px;width:32px;height:auto;background-color:#72d216;border:none;border-radius:50%;padding:9px;cursor:pointer;display:flex;align-items:center;justify-content:center}.chatbot-confirmation .close-btn:hover{background-color:#1da013}.chatbot-confirmation .close-btn svg{width:100%;height:100%}@media (max-width: 768px){.chatbot-confirmation .close-btn{top:1.25rem;right:.625rem;width:1.9375rem;height:1.9375rem;padding:.5625rem}}.chatbot-confirmation p{color:#056b28;font-weight:500;font-size:28px;letter-spacing:.2%}@media (max-width: 768px){.chatbot-confirmation p{font-size:20px;line-height:1.2}}.chatbot-confirmation .buttons{display:flex;align-items:center;padding-top:40px}@media (max-width: 768px){.chatbot-confirmation .buttons{flex-direction:column;gap:15px;padding-top:20px}}.chatbot-confirmation .buttons button{flex:1;padding:8px 12px;border:none;border-radius:0;background:transparent;box-shadow:none;font-size:18px;font-weight:500;transition:all .3s ease-in-out;cursor:pointer}@media (max-width: 768px){.chatbot-confirmation .buttons button{align-self:start;width:100%;max-width:170px}}.chatbot-confirmation .buttons button.start{height:45px;width:170px;border-radius:50px;background-color:#72d216;color:#fff}.chatbot-confirmation .buttons button.start:hover{background-color:#1da013}.chatbot-confirmation .buttons button.cancel{color:#056b28}@media (max-width: 768px){.chatbot-confirmation .buttons button.cancel{justify-content:start}}.chatbot-modal{width:100%;height:0;background-color:#000000b3;position:fixed;top:50%;left:0;transform:translateY(-50%);display:flex;justify-content:center;align-items:center;overflow:hidden;z-index:9999999;transition:height ease-in-out .6s}.chatbot-modal[data-active]{height:100%}.chatbot-modal[data-active] iframe,.chatbot-modal[data-active] .close-btn{opacity:1}.chatbot-modal-content{width:95%;height:95%;position:relative}.chatbot-modal-content iframe{width:100%;height:100%;opacity:0;transition:opacity ease-in-out .8s}.chatbot-modal-content .close-btn{background:transparent;position:absolute;top:1.25rem;right:1.25rem;opacity:0;transition:opacity ease-in-out .6s;z-index:1}.chatbot-modal-content .close-btn svg{width:1.875rem;height:1.875rem}@keyframes slideLeft{to{opacity:1;transform:translate(0)}}@keyframes slideUp{to{opacity:1;transform:translate(50%) translateY(0)}}
