.mt-0{margin-top:0!important}.mt-1{margin-top:1rem!important}.mt-2{margin-top:2rem!important}.mt-3{margin-top:3rem!important}.mt-4{margin-top:4rem!important}.mt-5{margin-top:5rem!important}.mt-6{margin-top:6rem!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:1rem!important}.mb-2{margin-bottom:2rem!important}.mb-3{margin-bottom:3rem!important}.mb-4{margin-bottom:4rem!important}.mb-5{margin-bottom:5rem!important}.mb-6{margin-bottom:6rem!important}.mr-0{margin-right:0!important}.mr-1{margin-right:1rem!important}.mr-2{margin-right:2rem!important}.mr-3{margin-right:3rem!important}.mr-4{margin-right:4rem!important}.mr-5{margin-right:5rem!important}.mr-6{margin-right:6rem!important}.ml-0{margin-left:0!important}.ml-1{margin-left:1rem!important}.ml-2{margin-left:2rem!important}.ml-3{margin-left:3rem!important}.ml-4{margin-left:4rem!important}.ml-5{margin-left:5rem!important}.ml-6{margin-left:6rem!important}#nprogress{pointer-events:none}#nprogress .bar{background:#0074c2;position:fixed;z-index:9999;top:0;left:0;width:100%;height:4px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #0074c2,0 0 5px #0074c2;opacity:1;transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:999999;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border-color:#0074c2 transparent transparent #0074c2;border-style:solid;border-width:2px;border-radius:50%;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loader{transform:rotate(45deg);perspective:1000px;border-radius:50%;width:60px;height:60px;color:#050505}.loader:after,.loader:before{content:"";display:block;position:absolute;top:0;left:0;width:inherit;height:inherit;border-radius:50%;transform:rotateX(70deg);animation:spin 1s linear infinite}.loader:after{color:#ff3d00;transform:rotateY(70deg);animation-delay:.4s}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes rotateccw{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(-1turn)}}@keyframes spin{0%,to{box-shadow:.2em 0 0 0 currentcolor}12%{box-shadow:.2em .2em 0 0 currentcolor}25%{box-shadow:0 .2em 0 0 currentcolor}37%{box-shadow:-.2em .2em 0 0 currentcolor}50%{box-shadow:-.2em 0 0 0 currentcolor}62%{box-shadow:-.2em -.2em 0 0 currentcolor}75%{box-shadow:0 -.2em 0 0 currentcolor}87%{box-shadow:.2em -.2em 0 0 currentcolor}}body,html{padding:0;margin:0;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}*{box-sizing:border-box}@media (prefers-color-scheme:dark){body{color:#1e1f26}}.floating{position:fixed;bottom:0;right:0;font-size:16px;font-weight:700}.chatbot__button,.floating{display:flex;justify-content:center;align-items:center;cursor:pointer}.chatbot__button{z-index:1000;border:none;border-radius:50%;width:100px;height:85px}.chatbot__message__widget{height:100%}.chatbot__loading__message,.chatbot__message__widget{width:100%;display:flex;justify-content:center;align-items:center}.chatbot__loading__message{margin-top:32px}.chatbot__error__container{flex-direction:column;padding:16px;text-align:center}.chatbot__error__container,.chatbot__error__methods{display:flex;font-weight:300;justify-content:center;align-items:center}.chatbot__error__methods{gap:4px;font-size:14px}.chatbot__box__container{height:100vh;width:100vw}.chatbot-swipeable{height:100%}.chatbot,.chatbot-swipeable{color:#1e1f26;width:100%;background:#fff;border-radius:16px;padding:16px;right:0;bottom:0}.chatbot{position:fixed;max-width:350px;height:500px;box-shadow:0 4px 13px 0 #00000036;opacity:0;transform:translateY(100%);visibility:hidden;transition:opacity .3s ease,transform .3s ease,visibility .3s}.chatbotOpen{opacity:1;transform:translateY(0);visibility:visible}.chatbot__container{display:flex;gap:12px;flex-direction:column;height:100%}.chatbot__box__header{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.chatbot__header{display:flex;gap:8px}.chatbot__header__expert__name{font-weight:700;font-size:16px;line-height:24px}.chatbot__header__expert__creator{font-weight:300;font-size:12px;line-height:18px}.chatbot__header__icon{display:flex;align-items:center;cursor:pointer}.chatbot__header__icon__drawer{display:none}.chatbot__box{height:80%;overflow:auto;background:var(--chatbot-box-background,#fff)}.chatbot__box__messages{gap:16px;margin-top:16px;overflow:hidden}.chatbot__box__expert,.chatbot__box__messages{display:flex;flex-direction:column;align-items:center;justify-content:center}.chatbot__box__expert{gap:8px}.chatbot__box__expert__container{width:250px;gap:2px;align-items:center;justify-content:center}.chatbot__box__expert__name{font-weight:500;text-align:center;font-size:20px}.chatbot__box__expert__description{text-align:center;font-size:12px;font-weight:300;line-height:15,12px}.chatbot__box__expert__creator{text-align:center;font-size:14px;line-height:17.64px}.chatbot__box__expert__date__container{width:-moz-fit-content;width:fit-content;background:#c186d5;border-radius:24px;padding:8px 16px}.chatbot__box__expert__date{color:#fff;font-weight:600;font-size:14px}.chatbot__container__messages{display:grid;justify-items:center;align-items:center;grid-gap:12px;gap:12px;padding:20px 12px;overflow:auto}.chatbot__box__message{display:flex;gap:8px;align-items:flex-end}.chatbot__box__message__img{width:24px;height:24px;justify-content:center;align-items:center;border-radius:12px}.chatbot__box__message__container{border-radius:12px;font-size:12px;font-weight:300;padding:6px 8px;width:-moz-fit-content;width:fit-content;white-space:pre-line}.chatbot__loading__container{display:flex;flex-direction:row;gap:8px;align-items:flex-end;justify-self:flex-start}.chatbot__loading__img{width:24px;height:24px;justify-content:center;align-items:center;border-radius:12px}.chatbot__loading{background-color:#fff;box-shadow:0 0 8px -2px #00000040;border-radius:12px;color:#1e1f26;font-size:12px;font-weight:200;max-width:240px;padding:6px 8px;width:-moz-fit-content;width:fit-content}.chatbot__suggestions{box-sizing:border-box;display:flex;flex-flow:wrap;width:100%;gap:8px;-webkit-box-align:center;flex-direction:row;align-items:center;padding:0 12px;justify-content:flex-start}.chatbot__suggestions__grid{display:grid}.chatbot__suggestion__container{border-radius:8px;background:linear-gradient(180deg,#fff,#fff 73%) padding-box,linear-gradient(180deg,#8fbcff,#4360fb 73%) border-box;border:1.84px solid transparent;cursor:pointer;padding:8px;width:-moz-fit-content;width:fit-content}.chatbot__suggestion{font-size:14px;font-weight:400}.chatbot__input__container{position:relative;display:flex;align-items:center;width:100%;border:1px solid #f2f2f2;box-sizing:border-box;background:#fafafa;border-radius:8px;padding:2px 8px}.chatbot__input{padding:8px;background:#fafafa;border:none;font-family:Poppins;width:70%;font-size:14px;font-weight:400;height:40px;resize:none;display:inline-flex;flex-direction:column;position:relative;min-width:0;vertical-align:top;outline:none;min-height:40px;max-height:385px}.chatbot__input:focus{outline:none;border-color:#4360fb}.chatbot__placeholder{position:absolute;width:61%;top:10px;left:10px;color:#aaa;font-size:14px;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none;transition:opacity .2s ease}.chatbot__input:not(:-moz-placeholder-shown)~.chatbot__placeholder{opacity:0;visibility:hidden}.chatbot__input:not(:-ms-input-placeholder)~.chatbot__placeholder{opacity:0;visibility:hidden}.chatbot__input:focus~.chatbot__placeholder,.chatbot__input:not(:placeholder-shown)~.chatbot__placeholder{opacity:0;visibility:hidden}.chatbot__input__button{font-family:Poppins;position:absolute;background:#9e57b5;border:none;border-radius:50px;right:8px;padding:6px 21px;color:#fff;font-size:16px;font-weight:600}.chatbot__input__button:disabled{background:#dbdbdb}@media only screen and (max-width:600px){.chatbot__box__header{flex-direction:column;align-items:start}.chatbot__header__icon{display:none}.chatbot__header__icon__drawer{display:flex;width:100%;align-items:center;justify-content:center}}