@custom-media --small-down (max-width: 400px);@custom-media --small-only (min-width: 401px) and (max-width: 720px);@custom-media --small-up (min-width: 401px);@custom-media --medium-down (max-width: 720px);@custom-media --medium-only (min-width: 721px) and (max-width: 1040px);@custom-media --medium-up (min-width: 721px);@custom-media --large-down (max-width: 1040px);@custom-media --large-only (min-width: 1041px) and (max-width: 1440px);@custom-media --large-up (min-width: 1041px);@custom-media --xlarge-down (max-width: 1440px);@custom-media --xlarge-up (min-width: 1441px);:root{--max-width: 1400px;--max-width-header: 1400px;--max-width-list: 1400px;--max-width-pagination: 1400px;--max-width-content-wide: 1400px;--max-width-content: 1400px;--grid-gutter-width: 1400px;--grid-col-width: 1400px;--color-1: #6a46ff;--color-2: #433da2;--color-3: #3d4572;--color-4: #fffbf8;--color-5: #faf2e8;--color-6: #c0b19f;--color-7: #4f5e8c;--color-8: #7d87a3;--color-text: var(--color-7);--color-text-light: #fcfcfc;--color-heading: var(--color-3);--color-separator: #d7d7d7;--color-gray-1: #fcfcff;--color-gray-2: #f7f7f9;--color-gray-3: #e8e8ee;--color-gray-4: #f5f6fa;--color-gray-5: #b1b1c5;--color-error: #ff82a6;--color-error-text: #8e2d4a;--color-success: #06ad19;--color-warning: #f6da6b;--color-field-border: var(--color-gray-3);--color-element: #e8e8e8;--color-element-hover: #d7d7d7;--base-link-color: var(--color-4);--base-link-color-2: #6f91dd;--hover-link-color: var(--color-2);--base-button-color: var(--color-1);--hover-button-color: #8064ffe0;--disabled-button-color: #3d6edd95;--label-green-text-color: #37ba5c;--label-green-bg-color: #c4ffd3;--label-blue-text-color: #605c9c;--label-blue-bg-color: #eae8ff;--base-border-color: #dcdfe1;--dark-border-color: #ddd;--base-border: .078rem solid #f0f0f5;--dark-border: 1px solid var(--dark-border-color);--light-border-color: #f0f0f0;--light-border: 1px solid var(--light-border-color);--border-radius: 3px;--border-radius-medium: 6px;--border-radius-large: 12px;--base-shadow-color: #fcfcfc;--card-shadow: 0 4px 8px rgb(0 0 0 / 2%);--panel-shadow: 0 4px 8px rgb(0 0 0 / 15%);--box-color: #f4f4f4;--spacing-1: .625rem;--spacing-2: 1.25rem;--spacing-3: 1.875rem;--spacing-4: 2.5rem;--spacing-5: 3.125rem;--spacing-6: 3.75rem;--spacing-7: 4.375rem;--spacing-8: 5rem;--spacing-9: 5.625rem;--spacing-10: 6.25rem}.karla-ui__search{width:100%;height:100%;background-color:var(--brand-bg, #2a6b68);opacity:0;transition:opacity .25s ease}.karla-ui__search.karla-ui__search--open{opacity:1}.karla-ui__search-container{display:flex;flex-direction:column;width:100%;height:100%;overflow:hidden}.karla-ui__search-container .karla-ui__search-page--results{width:100%;height:100%}@keyframes karla-fade-down{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.karla-ui__search-header{display:flex;flex-direction:row;padding:8px;height:50px;justify-content:space-between;align-items:center;align-self:stretch}@media(prefers-reduced-motion:no-preference){.karla-ui__search-header{animation:karla-fade-down .45s cubic-bezier(.22,1,.36,1) both}}.karla-ui__search-page--results{display:flex;flex-direction:column;height:100%}.karla-ui__results-content-wrapper{display:flex;flex-direction:column;flex:1 1 auto;padding:0 12px 40px;height:calc(100vh - 88px);gap:16px;max-width:664px;width:100%;margin:0 auto}@media(max-width:600px){.karla-ui__results-content-wrapper{padding-bottom:16px}}.karla-ui__results-content-wrapper .karla-ui__search-hits-list__item{margin:0 -20px;padding:12px 20px;border-radius:0;align-items:start;border-bottom:1px solid #E7E7E7}.karla-ui__results-content-wrapper .karla-ui__search-hits-list__item:last-child{border-bottom:0}.karla-ui__results-content-wrapper .karla-ui__search-hits-list__item:hover{background-color:#f6f6f6}.karla-ui__results-content-wrapper .karla-ui__search-hits-list__item .karla-ui__search-hits-list__item-image{box-shadow:none;padding:0;overflow:hidden}.karla-ui__results-content-wrapper .karla-ui__search-hits-list__item .karla-ui__search-hits-list__item-image .karla-ui__search-hits-list__item-image-inner{width:64px;height:64px;border-radius:0;background-color:#e7e7e7}.karla-ui__results-content-wrapper .karla-ui__search-hits-list__item .karla-ui__search-hits-list__item-image .karla-ui__search-hits-list__item-image-inner img{width:100%;height:100%;object-fit:cover}.karla-ui__results-content-wrapper .karla-ui__search-hits-list__item .karla-ui__search-hits-list__item-image .karla-ui__search-hits-list__item-image-inner svg{color:#656565;width:20px;height:20px}.karla-ui__results-content-wrapper .karla-ui__search-hits-list__item .karla-ui__search-hits-list__item-url{font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:20px;color:var(--brand-secondary, var(--brand-bg, #656565));margin-bottom:2px}.karla-ui__results-content-wrapper .karla-ui__search-hits-list__item .karla-ui__search-hits-list__item-url a{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;min-width:0;line-clamp:1}.karla-ui__results-content-wrapper .karla-ui__search-hits-list__item .karla-ui__search-hits-list__item-title{font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:24px;color:#292929;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;min-width:0;line-clamp:1}.karla-ui__results-content-wrapper .karla-ui__search-hits-list__item .karla-ui__search-hits-list__item-title a{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;overflow:hidden;word-break:break-word;white-space:normal;text-overflow:ellipsis}.karla-ui__results-content-wrapper .karla-ui__search-hits-list__item .karla-ui__search-hits-list__item-description{font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:14px;color:var(--brand-secondary, #656565);margin-top:4px}.karla-ui__results-card-header{display:flex;align-items:center;border-bottom:1px solid #E7E7E7;flex-shrink:0}.karla-ui__results-card-header__nav{display:flex;align-items:center;gap:8px;padding:16px 20px;flex:1;min-width:0;cursor:pointer;transition:gap .2s}.karla-ui__results-card-header__nav svg{flex-shrink:0;color:#292929;transform:translate(0);transition:transform .2s ease}.karla-ui__results-card-header__nav span{font-family:Inter,sans-serif;font-size:15px;font-weight:500;color:#292929;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;min-width:0;transform:translate(0);transition:transform .2s ease}.karla-ui__results-card-header__nav:hover{gap:6px;transition:gap .2s}.karla-ui__results-card-header__nav:hover svg{transition:transform .2s ease}.karla-ui__results-card-header__close-btn{display:none}.karla-ui__results-card{background:#fff;overflow:hidden;display:flex;flex-direction:column;padding:0;gap:0;flex:1 1 auto;min-height:0;position:relative}.karla-ui__results-card__divider{height:1px;background:#e7e7e7;flex-shrink:0}.karla-ui__results-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:32px 16px;text-align:center;height:100%}.karla-ui__results-empty-state__title{font-family:Inter,sans-serif;font-size:15px;font-weight:600;color:#292929;margin:0}.karla-ui__results-empty-state__description{font-family:Inter,sans-serif;font-size:13px;color:#656565;margin:0;max-width:280px;line-height:1.5}.karla-ui__results-card .karla-ui__search-hits-list{max-width:100%;border-right:none;min-height:unset;overflow-y:auto;padding:12px 20px 8px;flex:1 1 auto;min-height:0;max-height:2000px;gap:4px;opacity:1;transform:translateY(0)}.karla-ui__results-card .karla-ui__search-hits-list__results-count{display:none}.karla-ui__results-hits-header{display:flex;align-items:center;gap:8px;padding:16px 20px 0;flex-shrink:0;justify-content:space-between;position:relative}.karla-ui__results-hits-header:before{content:"";background:transparent;box-shadow:0 10px 8px #fff;height:16px;left:0;pointer-events:none;position:absolute;bottom:0;width:100%;z-index:1}.karla-ui__results-hits-header__title{font-family:Inter,sans-serif;font-size:17px;font-weight:600;color:#292929}.karla-ui__results-hits-header__count{font-family:Inter,sans-serif;font-size:13px;font-weight:400;color:#656565}.karla-ui__results-sources-wrapper{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;max-height:2000px;opacity:1;overflow:hidden;background:#fff;transition:opacity .12s ease,max-height .2s ease}.karla-ui__resume-section{display:flex;flex-direction:column;padding:0;flex-shrink:0;position:relative;height:207px;min-height:207px;max-height:207px}.karla-ui__resume-section .karla-ui__resume-section__header{padding:16px 20px 0;box-shadow:inset 0 4px 16px #00000005}.karla-ui__resume-section .karla-ui__resume-section__body{padding:0 20px 10px}.karla-ui__resume-section .karla-ui__resume-section__sources-preview{padding:8px 20px;box-shadow:0 -4px 16px #00000005}.karla-ui__resume-section .karla-ui__resume-section__skeleton{padding:8px 20px 20px}.karla-ui__resume-section:not(.--expandable){height:unset}.karla-ui__resume-section.--expandable{flex:0 1 auto}.karla-ui__resume-section.--expandable:not(.--expanded){height:207px;min-height:207px;max-height:207px}.karla-ui__resume-section.--expanded{flex:1 1 auto;height:unset;max-height:unset}.karla-ui__resume-section.--expanded~.karla-ui__results-sources-wrapper{flex:0 0 auto;max-height:0;overflow:hidden;opacity:0;pointer-events:none;transition:opacity .22s ease,transform .22s ease,max-height .32s ease}.karla-ui__resume-section.--resume-only{flex:1 1 auto;overflow-y:auto}.karla-ui__resume-section.--resume-only .karla-ui__resume-section__content{max-height:none;overflow:visible}.karla-ui__resume-section.--resume-only .karla-ui__resume-section__search-input{margin-bottom:0}.karla-ui__resume-section__header{display:flex;align-items:center;gap:12px;font-family:Inter,sans-serif;font-weight:600;font-size:15px;color:var(--brand-secondary, #7121A8);transition:padding .2s;margin-bottom:1px}.karla-ui__resume-section.--expanded .karla-ui__resume-section__header{border-color:#e7e7e7;transition:padding .2s,border .2s;transition-delay:.2s;transition-property:border}.karla-ui__resume-section__collapse-btn{display:flex;align-items:center;gap:4px;margin-left:auto;flex-shrink:0;background:#fff;border:1px solid #E7E7E7;color:#292929;box-shadow:0 1px 2px -1px #0000000f;padding:5px 12px;font-family:Inter,sans-serif;font-size:13px;line-height:20px;font-weight:500;cursor:pointer;opacity:0;pointer-events:none;transition:opacity 0ms ease}.karla-ui__resume-section__collapse-btn svg{transform:rotate(180deg)}.karla-ui__resume-section.--expanded .karla-ui__resume-section__collapse-btn{opacity:1;transition:opacity .2s ease;transition-delay:.3s;pointer-events:auto}.karla-ui__resume-section__body{position:relative;display:flex;flex-direction:column;flex:1 1 auto;overflow:hidden}@media(max-width:768px){.karla-ui__resume-section__body{max-height:unset}}.karla-ui__resume-section__body:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:80px;background:linear-gradient(to bottom,#fff0,#fff);pointer-events:none;z-index:1;opacity:0;transition:opacity 0ms}.karla-ui__resume-section__body .karla-ui__conversation-window .karla-ui__conversation-window__footer{min-height:40px;align-items:center;justify-content:center;padding:0;opacity:0}.karla-ui__resume-section__body .karla-ui__conversation-window .karla-ui__conversation-messages .karla-ui__conversation-message.role--user .karla-ui__conversation-messages__question-text{background:#e7e7e7;color:#292929;padding:12px 16px;border-radius:40px}.karla-ui__resume-section__body .karla-ui__conversation-window .karla-ui__conversation-messages .karla-ui__conversation-message.role--assistant .karla-ui__conversation-messages__answer-text{background:#fff;padding:0;margin-top:8px;margin-bottom:8px;border-radius:0;color:#292929}.karla-ui__resume-section__body .karla-ui__conversation-window .karla-ui__conversation-messages .karla-ui__conversation-message.role--assistant .karla-ui__conversation-messages__answer.awaiting-answer-message .karla-ui__conversation-messages__answer-text{background:transparent}.karla-ui__resume-section__body .karla-ui__conversation-window .karla-ui__conversation-messages .karla-ui__conversation-message.role--assistant .karla-ui__conversation-messages__answer.awaiting-answer-message .karla-ui__avatar-icon{margin-top:0;margin-bottom:0}.karla-ui__resume-section__body .karla-ui__conversation-window__footer .karla-ui__field{padding:0}.karla-ui__resume-section__body .karla-ui__conversation-window__footer .karla-ui__footer{background:transparent}.karla-ui__resume-section__body .karla-ui__conversation-messages{flex:none;overflow:visible}.karla-ui__resume-section__body .karla-ui__conversation-messages:before{content:"";background:#0000;box-shadow:0 10px 8px #fff;height:16px;left:0;pointer-events:none;position:absolute;top:-16px;width:100%;z-index:1}.karla-ui__resume-section__body .karla-ui__conversation-messages__inner{max-height:none;overflow:visible;padding:0;position:relative}.karla-ui__resume-section:not(.--expanded) .karla-ui__conversation-messages:before{display:none}.karla-ui__resume-section.--overflowing .karla-ui__resume-section__body:after{opacity:1}.karla-ui__resume-section.--expanded .karla-ui__resume-section__body{max-height:3000px}.karla-ui__resume-section.--expanded .karla-ui__resume-section__body:after{opacity:0;transition:opacity .2s ease .15s}.karla-ui__resume-section.--expanded .karla-ui__resume-section__body .karla-ui__conversation-messages{flex:1 1 0;min-height:0;overflow:hidden}.karla-ui__resume-section.--expanded .karla-ui__resume-section__body .karla-ui__conversation-messages__inner{max-height:100%;overflow-y:hidden;animation:enableScroll 0ms step-end forwards .4s;padding:0}.karla-ui__resume-section.--expanded .karla-ui__resume-section__body .karla-ui__conversation-window__footer .karla-ui__field{opacity:0;animation:searchInputFadeIn .32s ease forwards .6s}.karla-ui__resume-section.--expanded .karla-ui__resume-section__body .karla-ui__conversation-window__footer{animation:resumeFooterFadeIn .4s ease .1s forwards}@keyframes enableScroll{to{overflow-y:auto}}@keyframes searchInputFadeIn{0%{opacity:0}to{opacity:1}}.karla-ui__resume-section__content{max-height:120px;overflow:hidden;font-family:Inter,sans-serif;font-size:14px;line-height:18px;color:#152556}.karla-ui__resume-section__content p{margin:0 0 8px}.karla-ui__resume-section__content p:last-child{margin-bottom:0}.karla-ui__resume-section__content ul,.karla-ui__resume-section__content ol{padding-left:20px;margin:0 0 8px}.karla-ui__resume-section__content li{margin-bottom:4px}.karla-ui__resume-section__learn-more{display:inline-flex;align-items:center;gap:4px;background:#fff;border:1px solid #E7E7E7;box-shadow:0 1px 2px -1px #0000000f;padding:5px 12px;font-family:Inter,sans-serif;font-size:13px;line-height:20px;font-weight:500;color:inherit;cursor:pointer;position:absolute;bottom:0;left:0;right:0;width:-webkit-fit-content;width:fit-content;margin:0 auto 16px;z-index:2;opacity:0;pointer-events:none;transition:background-color .2s,border .2s,color .2s,opacity .2s ease}.karla-ui__resume-section__learn-more:hover{background:#fff;border-color:#656565;color:#292929;transition:background-color .2s,border .2s,color .2s}.karla-ui__resume-section__learn-more.--visible{opacity:1;pointer-events:auto}.karla-ui__resume-section__skeleton{display:flex;flex-direction:column;gap:8px}.karla-ui__resume-section__sources-preview{display:flex;flex-direction:column;border-top:1px solid #E7E7E7;opacity:0;animation:searchInputFadeIn .32s ease forwards .6s}.karla-ui__resume-section__sources-preview__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.karla-ui__resume-section__sources-preview__title{font-family:Inter,sans-serif;font-size:15px;font-weight:600;color:#292929}.karla-ui__resume-section__sources-preview__item{display:flex;align-items:start;gap:10px;margin:0 -20px;padding:10px 20px;border-bottom:1px solid #E7E7E7;text-decoration:none;color:inherit;cursor:pointer;transition:background-color .15s}.karla-ui__resume-section__sources-preview__item:last-of-type{border-bottom:0}.karla-ui__resume-section__sources-preview__item:hover{background-color:#f6f6f6}.karla-ui__resume-section__sources-preview__item-image{flex-shrink:0;width:36px;height:36px;overflow:hidden;background-color:#e7e7e7;display:flex;align-items:center;justify-content:center}.karla-ui__resume-section__sources-preview__item-image img{width:100%;height:100%;object-fit:cover}.karla-ui__resume-section__sources-preview__item-content{display:flex;flex-direction:column;min-width:0;flex:1}.karla-ui__resume-section__sources-preview__item-url{font-family:Inter,sans-serif;font-size:11px;font-weight:400;line-height:16px;color:var(--brand-secondary, var(--brand-bg, #656565));overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:1px}.karla-ui__resume-section__sources-preview__item-title{font-family:Inter,sans-serif;font-size:13px;font-weight:500;line-height:20px;color:#292929;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.karla-ui__resume-section__sources-preview__cta{display:inline-flex;align-items:center;gap:2px;background:transparent;border:1px solid #e7e7e7;padding:5px 10px;font-family:Inter,sans-serif;font-size:12px;line-height:18px;font-weight:500;color:#656565;cursor:pointer;transition:all .2s}.karla-ui__resume-section__sources-preview__cta:hover{color:#292929;border-color:#656565;transition:all .2s}.karla-ui__resume-section__search-input{margin-top:auto;margin-bottom:48px}.karla-ui__resume-section__search-input .karla-ui__field--query-input__wrapper{background:#f6f6f6}.karla-ui__resume-section__search-input .karla-ui__field--query-input__wrapper textarea{background:transparent}@keyframes resumeFooterFadeIn{to{opacity:1}}@keyframes karla-fade-up{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}.karla-ui__search-page--front{display:flex;flex-direction:column;height:100%;gap:32px}@media(max-width:768px){.karla-ui__search-page--front,.karla-ui__search-page--front .karla-ui__front-footer{gap:20px}}.karla-ui__search-front-container{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1 1 auto;padding:24px;gap:24px;width:100%;max-width:648px;margin:0 auto}@media(max-width:768px){.karla-ui__search-front-container{gap:16px}}.karla-search--mobile .karla-ui__search-front-container{flex:none;padding:0 24px}@media(prefers-reduced-motion:no-preference){.karla-ui__search-front-container>div>form{animation:karla-fade-up .5s .1s cubic-bezier(.22,1,.36,1) both}}.karla-ui__search-front-container h1{color:#fff;font-size:32px;font-weight:600;font-family:Inter,sans-serif;letter-spacing:-.64px;text-shadow:0 1px 4px rgba(41,41,41,.24);line-height:40px;text-align:center;margin:0}@media(prefers-reduced-motion:no-preference){.karla-ui__search-front-container h1{animation:karla-fade-up .5s 0ms cubic-bezier(.22,1,.36,1) both}}@media(max-width:768px){.karla-ui__search-front-container h1{font-size:24px;line-height:32px}}.karla-ui__search-front-container .karla-ui__suggested-queries__label{font-family:Inter,sans-serif;font-size:20px;font-weight:500;line-height:28px;letter-spacing:-.02em;color:#fff;margin-top:24px;margin-bottom:16px;text-shadow:0 1px 2px rgba(41,41,41,.16)}@media(prefers-reduced-motion:no-preference){.karla-ui__search-front-container .karla-ui__suggested-queries__label{animation:karla-fade-up .5s .2s cubic-bezier(.22,1,.36,1) both}}@media(max-width:768px){.karla-ui__search-front-container .karla-ui__suggested-queries__label{font-size:18px;line-height:24px}}.karla-ui__search-front-container .karla-ui__suggested-queries{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;padding:0}@media(prefers-reduced-motion:no-preference){.karla-ui__search-front-container .karla-ui__suggested-queries{animation:karla-fade-up .5s .2s cubic-bezier(.22,1,.36,1) both}}.karla-ui__search-front-container .karla-ui__suggested-queries>button{display:inline-flex;gap:10px;padding:7px 14px;align-items:center;border:1px solid #E7E7E7;background:#f6f6f6;box-shadow:0 1px 2px -1px #0000000f;font-family:Inter,sans-serif;font-weight:medium;font-size:12px;line-height:16px;text-align:center;line-break:word-break;max-height:unset;height:-webkit-fit-content;height:fit-content;color:#292929;cursor:pointer;transition:transform .2s}.karla-ui__search-front-container .karla-ui__suggested-queries>button:hover{transform:scale(1.025);transition:transform .2s}.karla-ui__search-front-container .karla-ui__suggested-queries__toggle{display:inline-flex;align-items:center;gap:4px;background:transparent;border:none;padding:0 10px;font-family:Inter,sans-serif;font-size:12px;height:32px;line-height:16px;font-weight:600;margin-top:12px;background-color:#ffffffb3;border:1px solid rgba(255,255,255,.9);color:#292929;cursor:pointer;transition:color .2s,background-color .2s,transform .2s}@media(prefers-reduced-motion:no-preference){.karla-ui__search-front-container .karla-ui__suggested-queries__toggle{animation:karla-fade-up .5s .2s cubic-bezier(.22,1,.36,1) both}}.karla-ui__search-front-container .karla-ui__suggested-queries__toggle:hover{color:#292929;background-color:#fff9;transition:color .2s,background-color .2s,transform .2s}.karla-ui__front__header__exit-button{width:32px;height:32px;border-radius:100%;display:flex;align-items:center;justify-content:center;background-color:#fff9;transition:background-color .2s;cursor:pointer;flex-shrink:0}.karla-ui__front__header__exit-button svg{color:#292929}.karla-ui__front__header__exit-button:hover{transition:background-color .2s}@media(max-width:768px){.karla-ui__front__header__exit-button{margin-right:12px}.karla-ui__front__header__exit-button:hover{background:#00000014}}.karla-ui__search-container__header{width:100%;padding:16px 24px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}@media(max-width:768px){.karla-ui__search-container__header{padding:16px 12px}}.karla-ui__search-privacy-warning{font-size:11px;color:#8786a1;font-weight:var(--font-weight-regular);padding:8px;background:#f4f4f6;width:100%;border-radius:8px;text-align:center;margin:10px 0}.karla-ui__footer .karla-ui__footer-notice{font-family:Inter,sans-serif;font-size:11px;font-weight:400;color:#656565;text-align:center;width:100%}.karla-ui__search-page--front .karla-ui__footer{background:none}.karla-ui__search-page--front .karla-ui__footer .karla-ui__footer-end{width:100%}.karla-ui__search-page--front .karla-ui__footer .karla-ui__footer-powered-by a,.karla-ui__search-page--front .karla-ui__footer .karla-ui__footer-privacy-policy a{color:#fff}.karla-ui__search-page--front .karla-ui__footer .karla-ui__footer-powered-by svg g g{fill:#fff}@keyframes karla-fade-up-sm{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.karla-ui__front-footer{display:flex;flex-direction:column;align-items:center;gap:10px;padding:0 24px 32px}@media(prefers-reduced-motion:no-preference){.karla-ui__front-footer{animation:karla-fade-up-sm .5s .3s cubic-bezier(.22,1,.36,1) both}}.karla-ui__front-footer__disclaimer{font-size:12px;color:#ffffffe6;text-shadow:0 0 1px rgba(0,0,0,.25);text-align:center;font-weight:500;max-width:600px;line-height:18px}.karla-ui__front-footer__disclaimer a{color:#fffc;text-decoration:underline}.--roundings-full .karla-ui__results-card{border-radius:12px}.--roundings-full .karla-ui__resume-section__collapse-btn,.--roundings-full .karla-ui__resume-section__learn-more,.--roundings-full .karla-ui__resume-section__sources-preview__cta{border-radius:20px}.--roundings-full .karla-ui__results-content-wrapper .karla-ui__search-hits-list__item-image,.--roundings-full .karla-ui__resume-section__sources-preview__item-image{border-radius:8px}.--roundings-full .karla-ui__field--query-input__wrapper--search{border-radius:32px!important}.--roundings-full .karla-ui__suggested-queries__suggested-pill{border-radius:9999px}.--roundings-full .karla-ui__suggested-queries>button{border-radius:9999px}.--roundings-full .karla-ui__suggested-queries__toggle{border-radius:9999px}.--roundings-medium .karla-ui__results-card{border-radius:8px}.--roundings-medium .karla-ui__resume-section__collapse-btn,.--roundings-medium .karla-ui__resume-section__learn-more,.--roundings-medium .karla-ui__resume-section__sources-preview__cta{border-radius:12px}.--roundings-medium .karla-ui__results-content-wrapper .karla-ui__search-hits-list__item-image,.--roundings-medium .karla-ui__resume-section__sources-preview__item-image{border-radius:4px}.--roundings-medium .karla-ui__field--query-input__wrapper--search{border-radius:20px!important}.--roundings-medium .karla-ui__suggested-queries__suggested-pill{border-radius:9999px}.--roundings-medium .karla-ui__suggested-queries>button{border-radius:12px}.--roundings-medium .karla-ui__suggested-queries__toggle{border-radius:12px}.--roundings-small .karla-ui__results-card{border-radius:4px}.--roundings-small .karla-ui__resume-section__collapse-btn,.--roundings-small .karla-ui__resume-section__learn-more,.--roundings-small .karla-ui__resume-section__sources-preview__cta{border-radius:6px}.--roundings-small .karla-ui__results-content-wrapper .karla-ui__search-hits-list__item-image,.--roundings-small .karla-ui__resume-section__sources-preview__item-image{border-radius:2px}.--roundings-small .karla-ui__field--query-input__wrapper--search{border-radius:8px!important}.--roundings-small .karla-ui__suggested-queries__suggested-pill{border-radius:12px}.--roundings-small .karla-ui__suggested-queries>button{border-radius:8px}.--roundings-small .karla-ui__suggested-queries__toggle{border-radius:8px}html,body{width:100%;height:100%;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;font-family:var(--base-font-family)}
