/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
body{background-image:var(--body-image-background-url);background-position:var(--body-image-background-position);background-size:var(--body-image-background-size);background-repeat:var(--body-image-background-repeat);}
.anb-page-heading{--anb-page-headin-width:100%;--anb-page-headin-max-width:100%;width:var(--anb-page-headin-width);max-width:var(--anb-page-headin-max-width);}.anb-page-heading small{display:block;}
.anb_logo_grid{--anb-logo-grid-opacity:1;display:grid;gap:4rem;opacity:var(--anb-logo-grid-opacity);}.anb_logo_grid--row-3{grid-template-columns:repeat(3,minmax(0,1fr));}.anb_logo_grid--row-4{grid-template-columns:repeat(4,minmax(0,1fr));}.anb_logo_grid--row-6{grid-template-columns:repeat(6,minmax(0,1fr));}.anb_logo_grid--row-8{grid-template-columns:repeat(8,minmax(0,1fr));gap:2rem;}@media screen and (max-width:1200px){.anb_logo_grid--row-8{grid-template-columns:repeat(5,minmax(0,1fr));}.anb_logo_grid--row-6{grid-template-columns:repeat(5,minmax(0,1fr));}}@media screen and (max-width:768px){.anb_logo_grid--row-8{grid-template-columns:repeat(3,minmax(0,1fr));}.anb_logo_grid--row-6{grid-template-columns:repeat(3,minmax(0,1fr));}.anb_logo_grid--row-4{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;}}@media screen and (max-width:576px){.anb_logo_grid--row-8{grid-template-columns:repeat(2,minmax(0,1fr));gap:0.5rem;}.anb_logo_grid--row-6{grid-template-columns:repeat(2,minmax(0,1fr));gap:0.5rem;}.anb_logo_grid--row-4{grid-template-columns:repeat(2,minmax(0,1fr));gap:0.5rem;}.anb_logo_grid--row-3{grid-template-columns:repeat(2,minmax(0,1fr));gap:0.5rem;}}
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}
.clearfix::after{display:table;clear:both;content:"";}.nowrap{white-space:nowrap;}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus-within{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}
.anb-chatbot-webform__container{display:flex;flex-direction:column;overflow:hidden;width:100%}.anb-chatbot-webform__loading{color:#666;font-size:1.125rem;padding:2.5rem;text-align:center}@media (max-width:48rem){.anb-chatbot-webform{padding:.625rem}.anb-chatbot-webform__container{border-radius:0}}.anb-chatbot-webform__header{color:#fff}.anb-chatbot-webform__header-content{align-items:center;display:flex;gap:.9375rem;margin-bottom:1rem}.anb-chatbot-webform__header-avatar{align-items:center;-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem);background:#fff3;border-radius:50%;display:flex;height:3.125rem;justify-content:center;width:3.125rem}.anb-chatbot-webform__header-icon{font-size:1.5rem}.anb-chatbot-webform__header-info{flex:1 1}.anb-chatbot-webform__title{font-size:1.125rem;font-weight:600;margin:0}.anb-chatbot-webform__status{font-size:.875rem;margin-top:.125rem;opacity:.8}.anb-chatbot-webform__progress{background:#ffffff1a;border-radius:.3125rem;height:.3rem;overflow:hidden;position:relative}.anb-chatbot-webform__progress-fill{background:linear-gradient(90deg,#4ecdc4,#44a08d);height:100%;position:relative;transition:width .3s ease}.anb-chatbot-webform__progress-fill:after{animation:shimmer 1s linear infinite;background-image:linear-gradient(-45deg,#fff3 25%,#0000 0,#0000 50%,#fff3 0,#fff3 75%,#0000 0);background-size:1.25rem 1.25rem;bottom:0;content:"";left:0;position:absolute;right:0;top:0}@keyframes shimmer{0%{background-position:0 0}to{background-position:1.25rem 0}}@media (max-width:48rem){.anb-chatbot-webform__header{padding:.9375rem 1.25rem}.anb-chatbot-webform__title{font-size:1rem}}.anb-chatbot-webform__controls{display:flex;justify-content:center;padding:1rem 0}.anb-chatbot-webform__button{align-items:center;border:none;border-radius:.75rem;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;justify-content:center;outline:none;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease;-webkit-user-select:none;user-select:none}.anb-chatbot-webform__button--primary{background:linear-gradient(135deg,#667eea,#764ba2);border:.125rem solid #0000;color:#fff}.anb-chatbot-webform__button--primary:hover:not(.anb-chatbot-webform__button--disabled){background:linear-gradient(135deg,#5a6fd8,#6a4190);box-shadow:0 .25rem .75rem #667eea66}.anb-chatbot-webform__button--option{background:#f8f9fa;border:.125rem solid #e9ecef;color:#495057}.anb-chatbot-webform__button--option:hover:not(.anb-chatbot-webform__button--disabled){background:#667eea;border-color:#667eea;box-shadow:0 .25rem .75rem #667eea4d;color:#fff}.anb-chatbot-webform__button--submit{background:linear-gradient(135deg,#4ecdc4,#44a08d);border:.125rem solid #0000;color:#fff}.anb-chatbot-webform__button--submit:hover:not(.anb-chatbot-webform__button--disabled){background:linear-gradient(135deg,#42b6ad,#3d8f7d);box-shadow:0 .25rem .75rem #4ecdc466}.anb-chatbot-webform__button--file{background:#f8f9fa;border:.125rem solid #e9ecef;color:#495057}.anb-chatbot-webform__button--file:hover:not(.anb-chatbot-webform__button--disabled){background:#e9ecef;border-color:#dee2e6}.anb-chatbot-webform__button--retry{background:linear-gradient(135deg,#ffa726,#fb8c00);border:.125rem solid #0000;color:#fff}.anb-chatbot-webform__button--retry:hover:not(.anb-chatbot-webform__button--disabled){background:linear-gradient(135deg,#ff9800,#f57c00);box-shadow:0 .25rem .75rem #ffa72666}.anb-chatbot-webform__button--disabled{cursor:not-allowed;opacity:.6;pointer-events:none}.anb-chatbot-webform__button--loading{cursor:wait}.anb-chatbot-webform__retry-container{display:flex;justify-content:center;padding:.9375rem}.anb-chatbot-webform__skip-button,.anb-chatbot-webform__skip-button-inline{background:#0000;border:.125rem solid #ddd;border-radius:3.125rem;color:#666;cursor:pointer;font-size:.875rem;margin-top:.625rem;padding:.75rem 1.5rem;transition:all .3s ease}.anb-chatbot-webform__skip-button-inline:hover:not(.anb-chatbot-webform__skip-button-inline--disabled),.anb-chatbot-webform__skip-button:hover:not(.anb-chatbot-webform__skip-button--disabled){border-color:#999;color:#333;transform:translateY(-.0625rem)}.anb-chatbot-webform__skip-button--disabled,.anb-chatbot-webform__skip-button-inline--disabled{cursor:not-allowed;opacity:.6;pointer-events:none}.anb-chatbot-webform__skip-button-inline{align-self:center}@media (max-width:48rem){.anb-chatbot-webform__skip-button,.anb-chatbot-webform__skip-button-inline{font-size:.8125rem;padding:.625rem 1.25rem}}.anb-chatbot-webform__messages{gap:1rem;overflow-y:auto;padding:1rem 0;scroll-behavior:smooth}.anb-chatbot-webform__message{align-items:flex-start;display:flex;margin-bottom:1rem}.anb-chatbot-webform__message--user{justify-content:flex-end}.anb-chatbot-webform__message--bot{justify-content:flex-start}.anb-chatbot-webform__message-content{display:flex;flex-direction:column;max-width:80%}.anb-chatbot-webform__message-bubble{word-wrap:break-word;border-radius:1.25rem;line-height:1.4;margin-bottom:.3125rem;padding:1rem 1.25rem}.anb-chatbot-webform__message--user .anb-chatbot-webform__message-bubble{background:linear-gradient(135deg,#667eea,#764ba2);border-bottom-right-radius:.5rem;color:#fff}.anb-chatbot-webform__message--bot .anb-chatbot-webform__message-bubble{background:#c7ecffb3;border-bottom-left-radius:.5rem;color:#000}.anb-chatbot-webform__message--completion .anb-chatbot-webform__message-bubble{background:linear-gradient(135deg,#4ecdc4,#44a08d);color:#fff}.anb-chatbot-webform__message-time{align-items:center;color:#999;display:flex;font-size:.6875rem;gap:.5rem;margin-top:.3125rem}.anb-chatbot-webform__message--user .anb-chatbot-webform__message-time{justify-content:flex-end;text-align:right}.anb-chatbot-webform__message--bot .anb-chatbot-webform__message-time{text-align:left}.anb-chatbot-webform__message-edit{background:none;border:none;border-radius:.25rem;color:#666;cursor:pointer;font-size:.75rem;padding:.25rem;transition:all .2s ease}.anb-chatbot-webform__message-edit:hover{background:#f0f0f0;color:#333}.anb-chatbot-webform__message-bubble--typing{background:#f1f3f4!important;padding:1rem 1.25rem!important}.anb-chatbot-webform__typing-dots{align-items:center;display:flex;gap:.25rem}.anb-chatbot-webform__typing-dots span{animation:typing 1.4s ease-in-out infinite;background:#999;border-radius:50%;height:.5rem;width:.5rem}.anb-chatbot-webform__typing-dots span:first-child{animation-delay:-.32s}.anb-chatbot-webform__typing-dots span:nth-child(2){animation-delay:-.16s}.anb-chatbot-webform__typing-dots span:nth-child(3){animation-delay:0s}@keyframes typing{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.anb-chatbot-webform__message.anb-chatbot-webform__message--first .anb-chatbot-webform__message-bubble{--text-font-size:1.5rem;border-radius:1.25rem}.anb-chatbot-webform__message.anb-chatbot-webform__message--first .anb-chatbot-webform__message-bubble,.anb-chatbot-webform__message.welcome-message .anb-chatbot-webform__message-bubble{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 .25rem 1rem #667eea4d;color:#fff;font-weight:500}.anb-chatbot-webform__message.highlight-message .anb-chatbot-webform__message-bubble{background:linear-gradient(135deg,#f8f9ff,#e8eaff);border-left:.25rem solid #667eea;transform:scale(1.02)}.anb-chatbot-webform__message.important-field .anb-chatbot-webform__message-bubble{background:linear-gradient(135deg,#fff3cd,#ffeaa7);border:.125rem solid #ffc107;color:#856404;font-weight:500}.anb-chatbot-webform__message.important-field .anb-chatbot-webform__message-bubble:before{content:"⚠️ ";font-size:1rem;margin-right:.3125rem}.anb-chatbot-webform__message.final-step .anb-chatbot-webform__message-bubble{background:linear-gradient(135deg,#4ecdc4,#44a08d);box-shadow:0 .375rem 1.25rem #4ecdc466;color:#fff;font-size:1.125rem;font-weight:600}.anb-chatbot-webform__message.final-step .anb-chatbot-webform__message-bubble:before{content:"🎯 ";font-size:1.25rem;margin-right:.5rem}.anb-chatbot-webform__message.large-text .anb-chatbot-webform__message-bubble{font-size:1.125rem;line-height:1.6;padding:1.25rem 1.5rem}.anb-chatbot-webform__message.welcome-message.highlight-message .anb-chatbot-webform__message-bubble{animation:welcomePulse 2s ease-in-out infinite}@keyframes welcomePulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.anb-chatbot-webform__message.final-step.large-text .anb-chatbot-webform__message-bubble{border-radius:1.25rem;margin:1rem 0}.anb-chatbot-webform__message-bubble b,.anb-chatbot-webform__message-bubble strong{font-weight:700}.anb-chatbot-webform__message-bubble em,.anb-chatbot-webform__message-bubble i{font-style:italic}.anb-chatbot-webform__message-bubble u{text-decoration:underline}.anb-chatbot-webform__message-bubble span{display:inline}.anb-chatbot-webform__messages::-webkit-scrollbar{width:.375rem}.anb-chatbot-webform__messages::-webkit-scrollbar-track{background:#f1f1f1;border-radius:.1875rem}.anb-chatbot-webform__messages::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:.1875rem}.anb-chatbot-webform__messages::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (max-width:48rem){.anb-chatbot-webform__message-bubble{padding:.75rem 1rem}.anb-chatbot-webform__message-edit{font-size:.6875rem;padding:.125rem}}.anb-chatbot-webform__hint{align-items:center;border-radius:1rem;display:flex;gap:.5rem;margin:0;padding:.625rem}.anb-chatbot-webform__hint_icon{align-items:center;background:#c6c6c6;border-radius:50%;color:#fff;display:flex;font-size:1rem;font-weight:700;justify-content:center;left:0;line-height:2.25rem;min-height:2rem;min-width:2.3rem;text-align:center;-webkit-user-select:none;user-select:none}.anb-chatbot-webform__hint_text{line-height:normal}.anb-chatbot-webform__hint_assistive{clip:rect(0 0 0 0)!important;border:0!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:.0625rem!important;margin:0!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:.0625rem!important}.anb-chatbot-webform__editing-indicator{align-items:center;background:linear-gradient(135deg,#fff3cd,#ffeaa7);border:.0625rem solid #ffeaa7;border-radius:.75rem;color:#856404;display:flex;font-size:.875rem;gap:.625rem;margin-bottom:.9375rem;padding:.75rem 1rem}.anb-chatbot-webform__editing-icon{font-size:1rem}.anb-chatbot-webform__editing-text{flex:1 1;font-weight:500}.anb-chatbot-webform__editing-question{display:inline}.anb-chatbot-webform__editing-question b,.anb-chatbot-webform__editing-question strong{font-weight:700}.anb-chatbot-webform__editing-question em,.anb-chatbot-webform__editing-question i{font-style:italic}.anb-chatbot-webform__editing-question u{text-decoration:underline}.anb-chatbot-webform__input-form{margin-bottom:1rem;width:100%}.anb-chatbot-webform__message-input{background:#fff;border:.125rem solid #646464;border-radius:.75rem;box-shadow:0 .25rem .9375rem #667eea1a;font-family:inherit;font-size:1rem;outline:none;padding:.9375rem 1.25rem;transition:all .3s ease;width:100%}.anb-chatbot-webform__message-input:focus:not(.anb-chatbot-webform__message-input--disabled){background:#fff;border-color:#667eea;box-shadow:0 0 0 .1875rem #667eea1a}.anb-chatbot-webform__message-input--disabled{background:#f8f9fa;cursor:not-allowed;opacity:.6}.anb-chatbot-webform__message-input--invalid{border-color:#dc3545!important;box-shadow:0 0 0 .1875rem #dc35451a!important}.anb-chatbot-webform__message-input::placeholder{color:#999}.anb-chatbot-webform__input-buttons{display:flex;justify-content:center;margin-top:.9375rem}.anb-chatbot-webform__submit-input-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:3.125rem;box-shadow:0 .25rem .9375rem #667eea4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.9375rem 1.875rem;transition:all .3s ease}.anb-chatbot-webform__submit-input-button:hover:not(:disabled):not(.anb-chatbot-webform__submit-input-button--disabled){box-shadow:0 .375rem 1.25rem #667eea66;transform:translateY(-.125rem)}.anb-chatbot-webform__submit-input-button--disabled,.anb-chatbot-webform__submit-input-button:disabled{box-shadow:0 .25rem .9375rem #667eea4d;cursor:not-allowed;opacity:.6;transform:none}.anb-chatbot-webform__spinner{animation:spin 1s ease-in-out infinite;border:.125rem solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:1.25rem;width:1.25rem}@keyframes spin{to{transform:rotate(1turn)}}.anb-chatbot-webform__textarea-input{background:#fff;border:.125rem solid #646464;border-radius:.75rem;box-shadow:0 .25rem .9375rem #667eea1a;font-family:inherit;font-size:1rem;outline:none;padding:.9375rem;resize:vertical;transition:all .3s ease;width:100%}.anb-chatbot-webform__textarea-input:focus:not(.anb-chatbot-webform__textarea-input--disabled){background:#fff;border-color:#667eea;box-shadow:0 0 0 .1875rem #667eea1a}.anb-chatbot-webform__textarea-input--disabled{background:#f8f9fa;cursor:not-allowed;opacity:.6}.anb-chatbot-webform__textarea-input::placeholder{color:#999}.anb-chatbot-webform__textarea-buttons{display:flex;justify-content:center;margin-top:.9375rem}.anb-chatbot-webform__submit-textarea-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:3.125rem;box-shadow:0 .25rem .9375rem #667eea4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.9375rem 1.875rem;transition:all .3s ease}.anb-chatbot-webform__submit-textarea-button:hover:not(:disabled):not(.anb-chatbot-webform__submit-textarea-button--disabled){box-shadow:0 .375rem 1.25rem #667eea66;transform:translateY(-.125rem)}.anb-chatbot-webform__submit-textarea-button--disabled,.anb-chatbot-webform__submit-textarea-button:disabled{box-shadow:0 .25rem .9375rem #667eea4d;cursor:not-allowed;opacity:.6;transform:none}@media (max-width:48rem){.anb-chatbot-webform__editing-indicator{font-size:.8125rem;padding:.625rem .75rem}.anb-chatbot-webform__editing-icon{font-size:.875rem}}.anb-chatbot-webform__radio-options,.anb-chatbot-webform__select-options{display:flex;flex-direction:column;gap:.625rem;margin:.625rem 0}.anb-chatbot-webform__option-button{background:#fff;border:.125rem solid #e9ecef;border-radius:.75rem;color:#333;cursor:pointer;font-size:1rem;padding:.9375rem 1.25rem;text-align:left;transition:all .3s ease}.anb-chatbot-webform__option-button:hover:not(.anb-chatbot-webform__option-button--disabled){background:#f8f9fa;border-color:#667eea;box-shadow:0 .125rem .5rem #0000001a;transform:translateY(-.0625rem)}.anb-chatbot-webform__option-button:active:not(.anb-chatbot-webform__option-button--disabled){transform:translateY(0)}.anb-chatbot-webform__option-button--disabled{cursor:not-allowed;opacity:.6;pointer-events:none}.anb-chatbot-webform__radio-input{display:none}.anb-chatbot-webform__radio-input:disabled{cursor:not-allowed}.anb-chatbot-webform__radio-custom{background:#fff;border:.125rem solid #ddd;border-radius:50%;height:1.25rem;position:relative;transition:all .3s ease;width:1.25rem}.anb-chatbot-webform__radio-input:checked+.anb-chatbot-webform__radio-custom{background:#667eea;border-color:#667eea}.anb-chatbot-webform__radio-input:checked+.anb-chatbot-webform__radio-custom:after{background:#fff;border-radius:50%;content:"";height:.5rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:.5rem}.anb-chatbot-webform__radio-label{align-items:center;background:#fff;border:.125rem solid #e9ecef;border-radius:.5rem;color:#333;cursor:pointer;display:flex;font-size:1rem;gap:.75rem;margin-bottom:.5rem;padding:.75rem 1rem;transition:all .3s ease}.anb-chatbot-webform__radio-label:hover:not(.anb-chatbot-webform__radio-label--disabled){background:#f8f9ff;border-color:#667eea;box-shadow:0 .125rem .5rem #667eea1a;transform:translateY(-.0625rem)}.anb-chatbot-webform__radio-label--disabled{cursor:not-allowed;opacity:.6;pointer-events:none}.anb-chatbot-webform__radio-options{display:flex;flex-direction:column;gap:.5rem;margin:.9375rem 0}.anb-chatbot-webform__radio-container{margin:1.25rem 0}@media (max-width:48rem){.anb-chatbot-webform__option-button{font-size:.9375rem;padding:.75rem 1rem}.anb-chatbot-webform__radio-label{font-size:.9375rem;padding:.625rem .75rem}}.anb-chatbot-webform__checkbox-container{margin:.625rem 0}.anb-chatbot-webform__checkbox-options{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.anb-chatbot-webform__checkbox-label{align-items:center;background:#fff;border:.125rem solid #e9ecef;border-radius:.625rem;cursor:pointer;display:flex;gap:.75rem;padding:.75rem 1rem;transition:all .3s ease}.anb-chatbot-webform__checkbox-label:hover:not(.anb-chatbot-webform__checkbox-label--disabled){background:#f8f9fa;border-color:#667eea}.anb-chatbot-webform__checkbox-label--disabled{cursor:not-allowed;opacity:.6;pointer-events:none}.anb-chatbot-webform__checkbox-input{display:none}.anb-chatbot-webform__checkbox-input:disabled{cursor:not-allowed}.anb-chatbot-webform__checkbox-custom{background:#fff;border:.125rem solid #ddd;border-radius:.25rem;height:1.25rem;position:relative;transition:all .3s ease;width:1.25rem}.anb-chatbot-webform__checkbox-input:checked+.anb-chatbot-webform__checkbox-custom{background:#667eea;border-color:#667eea}.anb-chatbot-webform__checkbox-input:checked+.anb-chatbot-webform__checkbox-custom:after{border:solid #fff;border-width:0 .125rem .125rem 0;content:"";height:.625rem;left:.375rem;position:absolute;top:.125rem;transform:rotate(45deg);width:.375rem}.anb-chatbot-webform__submit-checkbox-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:3.125rem;box-shadow:0 .25rem .9375rem #667eea4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.9375rem 1.875rem;transition:all .3s ease}.anb-chatbot-webform__submit-checkbox-button:hover:not(:disabled):not(.anb-chatbot-webform__submit-checkbox-button--disabled){box-shadow:0 .375rem 1.25rem #667eea66;transform:translateY(-.125rem)}.anb-chatbot-webform__submit-checkbox-button--disabled,.anb-chatbot-webform__submit-checkbox-button:disabled{box-shadow:0 .25rem .9375rem #667eea4d;cursor:not-allowed;opacity:.6;transform:none}@media (max-width:48rem){.anb-chatbot-webform__checkbox-label{font-size:.9375rem;padding:.625rem .75rem}}.anb-chatbot-webform__range-container{margin:1.25rem 0}.anb-chatbot-webform__range-labels{color:#666;display:flex;font-size:.875rem;justify-content:space-between;margin-bottom:.625rem}.anb-chatbot-webform__range-label-max,.anb-chatbot-webform__range-label-min{font-weight:500}.anb-chatbot-webform__range-input{background:#e9ecef;border-radius:.1875rem;cursor:pointer;height:.375rem;margin-bottom:.9375rem;outline:none;width:100%}.anb-chatbot-webform__range-input--disabled{cursor:not-allowed;opacity:.6}.anb-chatbot-webform__range-input::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#667eea;border:.125rem solid #fff;border-radius:50%;box-shadow:0 .125rem .375rem #0003;cursor:pointer;height:1.25rem;width:1.25rem}.anb-chatbot-webform__range-input--disabled::-webkit-slider-thumb{background:#ccc;cursor:not-allowed}.anb-chatbot-webform__range-input::-moz-range-thumb{background:#667eea;border:.125rem solid #fff;border-radius:50%;box-shadow:0 .125rem .375rem #0003;cursor:pointer;height:1.25rem;width:1.25rem}.anb-chatbot-webform__range-value{color:#333;font-size:1rem;font-weight:600;margin-bottom:1.25rem;text-align:center}.anb-chatbot-webform__submit-range-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:3.125rem;box-shadow:0 .25rem .9375rem #667eea4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.9375rem 1.875rem;transition:all .3s ease}.anb-chatbot-webform__submit-range-button:hover:not(.anb-chatbot-webform__submit-range-button--disabled){box-shadow:0 .375rem 1.25rem #667eea66;transform:translateY(-.125rem)}.anb-chatbot-webform__submit-range-button--disabled{box-shadow:0 .25rem .9375rem #667eea4d;cursor:not-allowed;opacity:.6;transform:none}.anb-chatbot-webform__file-container{margin:1.25rem 0}.anb-chatbot-webform__file-input{display:none}.anb-chatbot-webform__file-label{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:3.125rem;color:#fff;cursor:pointer;display:inline-block;font-size:.875rem;font-weight:600;margin-bottom:.9375rem;padding:.75rem 1.5rem;text-align:center;transition:all .3s ease}.anb-chatbot-webform__file-label:hover:not(.anb-chatbot-webform__file-label--disabled){box-shadow:0 .25rem .9375rem #667eea4d;transform:translateY(-.125rem)}.anb-chatbot-webform__file-label--disabled{cursor:not-allowed;opacity:.6;pointer-events:none}.anb-chatbot-webform__file-selected{background:#f8f9fa;border:.125rem solid #e9ecef;border-radius:.5rem;color:#333;font-size:.875rem;margin-bottom:.9375rem;padding:.75rem 1rem}.anb-chatbot-webform__submit-file-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:3.125rem;box-shadow:0 .25rem .9375rem #667eea4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.9375rem 1.875rem;transition:all .3s ease}.anb-chatbot-webform__submit-file-button:hover:not(.anb-chatbot-webform__submit-file-button--disabled){box-shadow:0 .375rem 1.25rem #667eea66;transform:translateY(-.125rem)}.anb-chatbot-webform__submit-file-button--disabled{box-shadow:0 .25rem .9375rem #667eea4d;cursor:not-allowed;opacity:.6;transform:none}.anb-chatbot-webform__multifile-container{margin:1.25rem 0;width:100%}.anb-chatbot-webform__multifile-dropzone{align-items:center;background:linear-gradient(135deg,#667eea0d,#764ba20d);border:.125rem dashed #667eea;border-radius:.75rem;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:7.5rem;padding:1.875rem 1.25rem;position:relative;transition:all .3s ease;width:100%}.anb-chatbot-webform__multifile-dropzone:hover:not(.anb-chatbot-webform__multifile-dropzone--disabled){background:linear-gradient(135deg,#667eea1a,#764ba21a);border-color:#764ba2;box-shadow:0 .25rem .9375rem #667eea33;transform:translateY(-.125rem)}.anb-chatbot-webform__multifile-dropzone--active{background:linear-gradient(135deg,#4ecdc41a,#44a08d1a);border-color:#4ecdc4;box-shadow:0 .375rem 1.25rem #4ecdc44d;transform:scale(1.02)}.anb-chatbot-webform__multifile-dropzone--disabled{cursor:not-allowed;opacity:.6;pointer-events:none}.anb-chatbot-webform__multifile-icon{font-size:3rem;margin-bottom:.9375rem;opacity:.7}.anb-chatbot-webform__multifile-text{text-align:center}.anb-chatbot-webform__multifile-title{color:#333;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.anb-chatbot-webform__multifile-subtitle{color:#666;font-size:.875rem;margin-bottom:.75rem}.anb-chatbot-webform__multifile-types{background:#fffc;border:.0625rem solid #e9ecef;border-radius:1.25rem;color:#888;font-size:.75rem;padding:.375rem .75rem}.anb-chatbot-webform__multifile-input{display:none}.anb-chatbot-webform__multifile-list{background:#f8f9fa;border:.125rem solid #e9ecef;border-radius:.75rem;margin-top:1.25rem;padding:.9375rem}.anb-chatbot-webform__multifile-list-title{color:#333;font-size:.875rem;font-weight:600;margin-bottom:.75rem}.anb-chatbot-webform__multifile-item{align-items:center;background:#fff;border:.0625rem solid #e9ecef;border-radius:.5rem;display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.625rem .75rem;transition:all .2s ease}.anb-chatbot-webform__multifile-item:last-child{margin-bottom:0}.anb-chatbot-webform__multifile-item:hover{border-color:#667eea;box-shadow:0 .125rem .5rem #667eea1a}.anb-chatbot-webform__multifile-item-info{flex:1 1;min-width:0}.anb-chatbot-webform__multifile-item-name{color:#333;font-size:.875rem;font-weight:500;margin-bottom:.25rem;word-break:break-all}.anb-chatbot-webform__multifile-item-size{color:#666;font-size:.75rem}.anb-chatbot-webform__multifile-item-remove{align-items:center;background:#dc3545;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:.75rem;font-weight:700;height:1.5rem;justify-content:center;margin-left:.75rem;transition:all .2s ease;width:1.5rem}.anb-chatbot-webform__multifile-item-remove:hover:not(:disabled){background:#c82333;transform:scale(1.1)}.anb-chatbot-webform__multifile-item-remove:disabled{cursor:not-allowed;opacity:.6}.anb-chatbot-webform__multifile-buttons{display:flex;justify-content:center;margin-top:1.25rem}.anb-chatbot-webform__submit-multifile-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:3.125rem;box-shadow:0 .25rem .9375rem #667eea4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.9375rem 1.875rem;transition:all .3s ease}.anb-chatbot-webform__submit-multifile-button:hover:not(.anb-chatbot-webform__submit-multifile-button--disabled){box-shadow:0 .375rem 1.25rem #667eea66;transform:translateY(-.125rem)}.anb-chatbot-webform__submit-multifile-button--disabled{box-shadow:0 .25rem .9375rem #667eea4d;cursor:not-allowed;opacity:.6;transform:none}@media (max-width:48rem){.anb-chatbot-webform__file-label{font-size:.875rem;padding:.625rem 1.25rem}.anb-chatbot-webform__multifile-dropzone{min-height:6.25rem;padding:1.25rem .9375rem}.anb-chatbot-webform__multifile-icon{font-size:2.25rem;margin-bottom:.625rem}.anb-chatbot-webform__multifile-title{font-size:1rem}.anb-chatbot-webform__multifile-subtitle{font-size:.8125rem}.anb-chatbot-webform__multifile-types{font-size:.6875rem;padding:.25rem .5rem}.anb-chatbot-webform__multifile-item{padding:.5rem .625rem}.anb-chatbot-webform__multifile-item-name{font-size:.8125rem}.anb-chatbot-webform__multifile-item-size{font-size:.6875rem}}.anb-chatbot-webform__completion-option{animation:fadeIn .5s ease-out;background:#f8f9fa;border:.125rem solid #e9ecef;border-radius:1rem;margin:1.25rem 0;padding:1.5625rem;text-align:center}.anb-chatbot-webform__completion-text{color:#333;font-size:1rem;font-weight:500;margin-bottom:1.25rem}.anb-chatbot-webform__completion-buttons{align-items:center;display:flex;flex-direction:column;gap:.75rem}.anb-chatbot-webform__complete-button{background:linear-gradient(135deg,#4ecdc4,#44a08d);border:none;border-radius:3.125rem;box-shadow:0 .25rem .9375rem #4ecdc44d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;min-width:12.5rem;padding:.9375rem 1.875rem;transition:all .3s ease}.anb-chatbot-webform__complete-button:hover{box-shadow:0 .375rem 1.25rem #4ecdc466;transform:translateY(-.125rem)}.anb-chatbot-webform__continue-button{background:#0000;border:.125rem solid #667eea;border-radius:3.125rem;color:#667eea;cursor:pointer;font-size:.9375rem;font-weight:600;min-width:12.5rem;padding:.75rem 1.875rem;transition:all .3s ease}.anb-chatbot-webform__continue-button:hover{background:#667eea;color:#fff;transform:translateY(-.0625rem)}.anb-chatbot-webform__message-submit{border-top:.0625rem solid #0000001a;margin-top:.9375rem;padding-top:.9375rem;text-align:center}.anb-chatbot-webform__submit-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:1.5625rem;box-shadow:0 .25rem .9375rem #667eea4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;min-width:8.75rem;padding:.75rem 1.875rem;transition:all .3s ease}.anb-chatbot-webform__submit-button:hover:not(.anb-chatbot-webform__submit-button--disabled){background:linear-gradient(135deg,#5a67d8,#6b46c1);box-shadow:0 .5rem 1.5625rem #667eea66;transform:translateY(-.125rem)}.anb-chatbot-webform__submit-button--disabled{background:#ccc!important;box-shadow:none!important;cursor:not-allowed!important;opacity:.6;transform:none!important}.anb-chatbot-webform__completion-screen{animation:fadeInScale .8s ease-out;overflow:hidden;width:100%}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95) translateY(1.25rem)}to{opacity:1;transform:scale(1) translateY(0)}}.anb-chatbot-webform__completion-card{background:linear-gradient(135deg,#4ecdc4,#44a08d);color:#fff;overflow:hidden;position:relative}.anb-chatbot-webform__completion-card:before{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.anb-chatbot-webform__completion-header{padding:3.75rem 2.5rem 2.5rem;position:relative;text-align:center;z-index:1}.anb-chatbot-webform__success-icon{align-items:center;animation:pulse 2s infinite;-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem);background:#fff3;border:.125rem solid #ffffff4d;border-radius:50%;display:flex;font-size:2.5rem;font-weight:700;height:5rem;justify-content:center;margin:0 auto 1.875rem;width:5rem}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.anb-chatbot-webform__completion-title{color:#fff;font-size:2.25rem;font-weight:700;margin-bottom:1.25rem}.anb-chatbot-webform__completion-subtitle{font-size:1.125rem;margin-bottom:1.25rem;opacity:.9}.anb-chatbot-webform__application-number{-webkit-backdrop-filter:blur(.625rem);backdrop-filter:blur(.625rem);background:#ffffff26;border:.125rem solid #ffffff4d;border-radius:1rem;box-shadow:0 .5rem 2rem #0000001a;font-family:Courier New,monospace;font-size:1.75rem;font-weight:700;letter-spacing:.125rem;margin:0 auto;max-width:17.5rem;padding:1.25rem 1.875rem}.anb-chatbot-webform__completion-body{background:#fff;border-radius:0 0 0 0;color:#333;margin-top:1.25rem;padding:2.5rem;position:relative;z-index:1}.anb-chatbot-webform__email-confirmation{color:#666;font-size:1rem;line-height:1.5;margin-bottom:2.5rem;text-align:center}.anb-chatbot-webform__next-steps{background:#f8f9fa;border-left:.25rem solid #4ecdc4;border-radius:1rem;margin-bottom:2.5rem;padding:1.875rem}.anb-chatbot-webform__next-steps-title{color:#333;font-size:1.25rem;font-weight:600;margin-bottom:.9375rem}.anb-chatbot-webform__contact-text,.anb-chatbot-webform__next-steps-text{color:#555;line-height:1.6;margin-bottom:.9375rem}.anb-chatbot-webform__contact-text:last-child,.anb-chatbot-webform__next-steps-text:last-child{margin-bottom:0}.anb-chatbot-webform__completion-actions{align-items:center;display:flex;flex-direction:column;gap:.9375rem}.anb-chatbot-webform__new-application-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:3.125rem;box-shadow:0 .25rem .9375rem #667eea4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1.125rem 2.5rem;transition:all .3s ease}.anb-chatbot-webform__new-application-button:hover{box-shadow:0 .375rem 1.25rem #667eea66;transform:translateY(-.125rem)}.anb-chatbot-webform__feedback-button{align-items:center;background:#0000;border:.125rem solid #ddd;border-radius:3.125rem;color:#666;cursor:pointer;display:flex;flex-direction:column;font-size:.875rem;gap:.25rem;padding:.75rem 1.875rem;transition:all .3s ease}.anb-chatbot-webform__feedback-button:hover{border-color:#999;color:#333;transform:translateY(-.0625rem)}.anb-chatbot-webform__feedback-time{font-size:.75rem;opacity:.7}@keyframes fadeIn{0%{opacity:0;transform:translateY(.625rem)}to{opacity:1;transform:translateY(0)}}@media (max-width:48rem){.anb-chatbot-webform__completion-screen{border-radius:0;height:100vh}.anb-chatbot-webform__completion-header{padding:2.5rem 1.25rem 1.875rem}.anb-chatbot-webform__completion-title{font-size:1.75rem}.anb-chatbot-webform__application-number{font-size:1.375rem;padding:.9375rem 1.25rem}.anb-chatbot-webform__completion-body{padding:1.875rem 1.25rem}.anb-chatbot-webform__next-steps{padding:1.25rem}.anb-chatbot-webform__feedback-button,.anb-chatbot-webform__new-application-button{width:100%}.anb-chatbot-webform__completion-option{margin:.9375rem 0;padding:1.25rem .9375rem}.anb-chatbot-webform__completion-buttons{gap:.625rem}.anb-chatbot-webform__complete-button,.anb-chatbot-webform__continue-button{min-width:auto;width:100%}}.anb-confirmation-panel{background-color:var(--anb-color-robins-egg-blue);margin-bottom:1.5rem;padding:2.5rem;text-align:center}.anb-confirmation-panel__title{--anb-h2-font-size:3rem}.anb-confirmation-panel__content{--anb-font-size:2rem;--anb-line-height:1.1111111111;font-size:2rem}.anb-chat-form-disabled{background:#f8f9fa;border:.125rem solid #e9ecef;border-radius:1rem;margin:1.25rem 0;padding:1.875rem;text-align:center}.anb-chat-form-disabled-message{color:#666;font-size:1rem;line-height:1.5}.anb-chat-form-disabled-message p{margin:0 0 .9375rem}.anb-chat-form-admin-note{background:#fff3cd;border:.0625rem solid #ffeaa7;border-radius:.5rem;color:#856404;font-size:.875rem;margin-top:.9375rem;padding:.75rem 1rem}.anb-chat-form-admin-note small{font-size:.8125rem;line-height:1.4}
.anb-page-section{display:grid;}.anb-page-section--padding-top-small{padding-top:var(--spacing-small);}.anb-page-section--padding-top-medium{padding-top:var(--spacing);}.anb-page-section--padding-top-large{padding-top:var(--spacing-large);}.anb-page-section--padding-top-larger{padding-top:var(--spacing-larger);}.anb-page-section--padding-top-largest{padding-top:var(--spacing-largest);}.anb-page-section--padding-bottom-small{padding-bottom:var(--spacing-small);}.anb-page-section--padding-bottom-medium{padding-bottom:var(--spacing);}.anb-page-section--padding-bottom-large{padding-bottom:var(--spacing-large);}.anb-page-section--padding-bottom-larger{padding-bottom:var(--spacing-larger);}.anb-page-section--padding-bottom-largest{padding-bottom:var(--spacing-largest);}.anb-page-section--margin-top-small{margin-top:var(--spacing-small);}.anb-page-section--margin-top-medium{margin-top:var(--spacing);}.anb-page-section--margin-top-large{margin-top:var(--spacing-large);}.anb-page-section--margin-top-larger{margin-top:var(--spacing-larger);}.anb-page-section--margin-top-largest{margin-top:var(--spacing-largest);}.anb-page-section--margin-bottom-small{margin-bottom:var(--spacing-small);}.anb-page-section--margin-bottom-medium{margin-bottom:var(--spacing);}.anb-page-section--margin-bottom-large{margin-bottom:var(--spacing-large);}.anb-page-section--margin-bottom-larger{margin-bottom:var(--spacing-larger);}.anb-page-section--margin-bottom-largest{margin-bottom:var(--spacing-largest);}@media screen and (max-width:48rem){.anb-page-section--margin-top-large{margin-top:var(--spacing);}.anb-page-section--margin-top-larger{margin-top:var(--spacing);}.anb-page-section--margin-top-largest{margin-top:var(--spacing);}.anb-page-section--margin-bottom-large{margin-bottom:var(--spacing);}.anb-page-section--margin-bottom-larger{margin-bottom:var(--spacing);}.anb-page-section--margin-bottom-largest{margin-bottom:var(--spacing);}}.anb-page-section{background-image:var(--anb-page-section-bg-image,none);background-repeat:var(--anb-page-section-bg-repeat,no-repeat);background-position:var(--anb-page-section-bg-position,center);background-size:var(--anb-page-section-bg-size,cover);background-attachment:var(--anb-page-section-bg-attachment,scroll);height:var(--anb-page-section-height,auto);}.anb-page-section__cont{z-index:10;position:relative;}.anb-page-section--overlayer{position:relative;}.anb-page-section--overlayer::after{content:"";width:100%;height:100%;background-color:black;position:absolute;opacity:0.7;z-index:8;}.anb-page-section__cont--overflow-hidden{overflow:hidden;}

.layout{--anb-paragraphs-layout-gap:1rem;display:grid;grid-template-columns:var(--anb-paragraphs-layout-template-columns);gap:var(--anb-paragraphs-layout-gap);}
.layout--onecol{--anb-paragraphs-layout-template-columns:repeat(1,minmax(0,1fr));--anb-paragraphs-layout-gap:0;}.layout--onecol > .layout__region{width:100%;height:100%;}
.paragraph--unpublished{background-color:#fff4f4;}
