:root{--color-brand-gold: #F1B472;--color-brand-green: #003936;--color-brand-green-light: #B7E0CB;--color-grey: #F5F4F2;--color-white: #E2F3EA;--color-secondary-green: #05B084}.chatbot-container{position:fixed;display:none;flex-direction:column;bottom:19rem;right:2rem;width:37rem;height:66rem;max-height:70vh;box-shadow:0 0 20px #0003;background:#fff;overflow:hidden;z-index:999999}@media (max-width: 576px){.chatbot-container{top:0;right:0;left:0;bottom:0;width:100%;height:100%;max-height:100vh}}.chatbot-container.is-visible{display:flex}.chatbot-container .h-tapestry{position:absolute;bottom:6rem;right:1rem;min-height:85px!important;min-width:85px!important}.chatbot-header{display:flex;align-items:center;justify-content:flex-start;background-color:#fff;box-shadow:0 0 20px #0000001a;padding:2rem;z-index:1}.chatbot-header__image{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background-color:var(--color-brand-green);padding:.5rem;margin-right:2rem;border-radius:50%}.chatbot-header__title{display:block;font-family:GillSansforJL,sans-serif;font-size:2.2rem;font-weight:600;text-transform:uppercase}.chatbot-header__status{display:block;font-family:GillSansforJL,sans-serif;font-size:1.8rem;font-weight:300}.chatbot-messages{position:relative;flex:1;padding:2rem 4.5rem 2rem 2rem;overflow-y:auto;overflow-x:hidden;background:var(--color-grey)}.chatbot-messages__message{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;z-index:1}.chatbot-messages__message__header{position:relative;display:flex;align-items:center;justify-content:flex-start;margin-bottom:1rem;font-family:GillSansforJL,sans-serif;font-size:1.4rem;font-weight:300}.chatbot-messages__message__header__logo{display:flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem;background-color:var(--color-brand-green);padding:.3rem;margin-right:.5rem;border-radius:50%}.chatbot-messages__message__body{position:relative;display:block;padding:1rem 1.5rem;margin-left:2.5rem;margin-bottom:1rem;background-color:#fff;font-family:GillSansforJL,sans-serif;font-size:1.4rem;font-weight:300}.chatbot-messages__message__body p{margin:0}.chatbot-messages__message__body a{color:var(--color-secondary-green)}.chatbot-messages__message--user-message{align-items:flex-end}.chatbot-messages__message--user-message .chatbot-messages__message__body{background-color:var(--color-white)}.chatbot-messages__message--typing-indicator .chatbot-messages__message__body{display:flex;align-items:center;justify-content:center;height:42px}.chatbot-messages__message--typing-indicator .chatbot-messages__message__body>span{display:inline-block;width:8px;height:8px;margin:0 .25rem;border-radius:50%;background-color:var(--color-brand-green-light);animation:typingDots 1s infinite ease-in-out}.chatbot-messages__message--typing-indicator .chatbot-messages__message__body>span:nth-child(1){animation-delay:0s}.chatbot-messages__message--typing-indicator .chatbot-messages__message__body>span:nth-child(2){animation-delay:.2s}.chatbot-messages__message--typing-indicator .chatbot-messages__message__body>span:nth-child(3){animation-delay:.4s}@keyframes typingDots{0%{opacity:.5;transform:translateY(0)}50%{opacity:1;transform:translateY(-.25rem)}to{opacity:.5;transform:translateY(0)}}.chatbot-input-area{display:flex;z-index:2;padding:0 2rem}.chatbot-input-area__input,.chatbot-input-area__input:focus{flex:1;height:5.6rem;outline:none!important;border:none!important;box-shadow:none!important;font-family:GillSansforJL,sans-serif;font-size:1.8rem;font-weight:300}.chatbot-input-area__send,.chatbot-input-area__send:focus{padding:0;color:var(--color-brand-gold);background-color:transparent;outline:none!important;border:none!important;box-shadow:none!important;cursor:pointer}.chatbot-preselect-options,.chatbot-error-button,.chatbot-yes-no-options{display:block;position:relative;margin-left:2.5rem;margin-top:1rem;margin-bottom:2rem;z-index:1}.chatbot-preselect-options__option,.chatbot-error-button__option,.chatbot-yes-no-options__option{display:flex;justify-content:center;align-items:center;position:relative;width:100%;min-height:48px;border-radius:24px;color:#fff;background-color:var(--color-brand-green);border:none;box-shadow:none;outline:none;margin-bottom:1rem;font-family:GillSansforJL,sans-serif;font-size:1.8rem;font-weight:400;text-decoration:none}.chatbot-preselect-options__option:hover,.chatbot-error-button__option:hover,.chatbot-yes-no-options__option:hover{color:var(--color-brand-green);background-color:var(--color-brand-gold);cursor:pointer}.chatbot-launcher-wrapper{display:flex;align-items:center;justify-content:flex-end;position:fixed;right:2rem;bottom:9rem;z-index:99999;color:#fff;cursor:pointer}@media (max-width: 768px){.chatbot-launcher-wrapper{bottom:18rem}}.chatbot-launcher-wrapper.is-hidden{display:none}.chatbot-launcher-wrapper:hover .chatbot-launcher{width:100%}.chatbot-launcher-wrapper:hover .chatbot-launcher__close{opacity:1}.chatbot-launcher{display:flex;align-items:center;justify-content:flex-start;position:relative;height:7.5rem;width:7.5rem;border-radius:3.75rem;background-color:var(--color-brand-green);box-shadow:0 0 10px #0003;overflow:hidden;transition:all .3s ease}@media (max-width: 768px){.chatbot-launcher{height:4.4rem;width:4.4rem}}.chatbot-launcher__icon{display:flex;align-items:center;justify-content:center;position:relative;min-width:7.5rem;min-height:7.5rem;width:7.5rem;height:7.5rem}@media (max-width: 768px){.chatbot-launcher__icon{min-width:4.4rem;min-height:4.4rem;width:4.4rem;height:4.4rem}.chatbot-launcher__icon svg{height:2rem}}.chatbot-launcher__text{font-size:1.8rem;font-weight:500;padding-right:3rem;width:auto;white-space:nowrap}.chatbot-launcher__text--green{color:var(--color-secondary-green)}.chatbot-close{position:absolute;top:2rem;right:2rem;width:2rem;height:2rem;cursor:pointer}.chatbot-close svg{display:block;width:100%;height:100%}.chatbot-close:hover line{stroke:var(--color-brand-gold)}
