.adp-header{z-index:200;font-family:var(--adp-font-family);background:var(--adp-white);border:.125rem solid var(--adp-border);border-radius:.75rem;position:relative}@media (min-width:1360px){.adp-header{border-radius:1.25rem}}.adp-header{box-shadow:0 1px 0 var(--adp-border);margin:1.25rem var(--adp-grid-margin);box-sizing:border-box;overflow:visible}@media (min-width:760px){.adp-header{overflow:visible}}@media (min-width:1360px){.adp-header{max-width:80rem;margin-left:auto;margin-right:auto}}.adp-header__bar{box-sizing:border-box;grid-template-rows:2.25rem;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:0;width:100%;max-width:100%;min-height:3.75rem;margin-inline:auto;padding:.75rem 1.25rem;display:grid;overflow:visible}@media (min-width:1360px){.adp-header__bar{grid-template-rows:3.75rem;grid-template-columns:auto 1fr auto auto auto;gap:1.5rem;max-width:80rem;min-height:6.25rem;padding-block:1.125rem;padding-inline:2.5rem}}.adp-header__logo{justify-content:flex-start;align-items:center;min-width:0;display:flex;overflow:hidden}@media (min-width:760px){.adp-header__logo{min-width:7.5rem;overflow:visible}}.adp-header__logo-link{min-width:0;display:block}.adp-header__logo-img-wrap{width:4.375rem;max-width:100%;height:2.25rem;display:block;position:relative}@media (min-width:1360px){.adp-header__logo-img-wrap{width:6.25rem;height:3.75rem}}.adp-header__logo-img{object-fit:contain;object-position:left center}.adp-header__nav{display:none}@media (min-width:1360px){.adp-header__nav{flex:1;justify-content:center;display:flex;overflow:visible}}.adp-header__menu{margin:0;padding:0;list-style:none}.adp-header__menu--desktop{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;display:flex;overflow:visible}@media (min-width:1360px){.adp-header__menu--desktop{flex-wrap:nowrap;min-height:3.75rem}}.adp-header__actions{align-items:center;gap:.75rem;display:none}@media (min-width:1360px){.adp-header__actions{display:flex}}.adp-header__flight-status--desktop{display:none}@media (min-width:1360px){.adp-header__flight-status--desktop{display:inline-flex}}.adp-header__toggle{background:var(--adp-magenta-soft);width:2.75rem;height:2.75rem;color:var(--adp-magenta);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;justify-self:end;align-items:center;display:flex}@media (min-width:1360px){.adp-header__toggle{display:none}}.adp-header__toggle--open{color:var(--adp-magenta)}.adp-header__mobile-panel{background:var(--adp-white);flex-direction:column;display:none}@media (max-width:1359.98px){.adp-header__mobile-panel.adp-header__mobile-panel--open{flex-direction:column;flex:auto;min-height:0;display:flex;overflow-y:auto}.adp-header--mobile-open{top:1.25rem;right:var(--adp-grid-margin);left:var(--adp-grid-margin);z-index:300;flex-direction:column;width:auto;margin:0;display:flex;position:fixed;bottom:1.25rem;overflow:hidden}}body.adp-header-menu-open{overflow:hidden}.adp-header__mobile-cta{box-sizing:border-box;flex-shrink:0;width:100%;margin-top:auto;padding:1.25rem}.adp-menu-panel{background:var(--adp-white);border-top:.1875rem solid var(--adp-lime);border-radius:.375rem .375rem .75rem .75rem;width:15rem;margin:0;padding:.6875rem 0 .5rem;list-style:none;position:relative;overflow:visible;box-shadow:0 .5rem 1.5rem #0000001f}.adp-menu-item{position:relative;overflow:visible}.adp-menu-item--desktop .adp-menu-item__link{font-size:var(--adp-font-size-menu-desktop);font-weight:var(--adp-font-weight-menu-desktop);line-height:var(--adp-line-height-menu-desktop);color:var(--adp-text);white-space:nowrap;border-radius:999px;align-items:center;gap:.375rem;padding:.5rem 1rem;text-decoration:none;transition:background-color .2s,color .2s;display:inline-flex}.adp-menu-item--desktop.adp-menu-item--active .adp-menu-item__link,.adp-menu-item--desktop:hover .adp-menu-item__link,.adp-menu-item--desktop.adp-menu-item--submenu-visible .adp-menu-item__link{background:var(--green-200);color:var(--adp-olive)}.adp-menu-item--desktop .adp-menu-item__chevron{color:currentColor;align-items:center;display:inline-flex}.adp-menu-item--desktop .adp-menu-item__dropdown{position:relative}.adp-menu-item--desktop .adp-menu-item__dropdown:after{content:"";height:2.5rem;position:absolute;top:100%;left:0;right:0}.adp-menu-item--desktop .adp-menu-item__dropdown>.adp-menu-item__submenu{visibility:hidden;pointer-events:none;opacity:0;z-index:100;transition:opacity .15s,visibility .15s;position:absolute;top:calc(100% + 2.5rem);left:0;overflow:visible}.adp-menu-item--desktop .adp-menu-item__dropdown>.adp-menu-item__submenu.adp-menu-item__submenu--visible{visibility:visible;pointer-events:auto;opacity:1}.adp-menu-item--desktop .adp-menu-item__submenu-item{position:relative;overflow:visible}.adp-menu-item--desktop .adp-menu-item__submenu-link{box-sizing:border-box;letter-spacing:0;width:100%;color:var(--adp-text);justify-content:space-between;align-items:center;gap:.75rem;padding:.875rem 1rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.875rem;font-weight:300;line-height:1rem;text-decoration:none;transition:background-color .15s,color .15s;display:flex}.adp-menu-item--desktop .adp-menu-item__submenu-link:hover{background:var(--green-200);color:var(--black-800);font-weight:400}.adp-menu-item--desktop span.adp-menu-item__submenu-link{cursor:default}.adp-menu-item--desktop a.adp-menu-item__submenu-link{cursor:pointer}.adp-menu-item--desktop .adp-menu-item__submenu-item--active .adp-menu-item__submenu-link{background:var(--green-200);color:var(--adp-olive)}.adp-menu-item--desktop .adp-menu-item__submenu-item--flyout-open>.adp-menu-item__submenu-link{background:var(--green-200);color:var(--black-800);font-weight:400}.adp-menu-item--desktop .adp-menu-item__submenu-label{text-align:left;flex:1;min-width:0}.adp-menu-item--desktop .adp-menu-item__submenu-chevron{background:var(--adp-magenta-soft);color:#e10e7e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;display:flex}.adp-menu-item--desktop .adp-menu-item__submenu-chevron svg{transform-origin:50%;flex-shrink:0;width:.464375rem;height:.273125rem}.adp-menu-item--desktop .adp-menu-item__flyout{visibility:hidden;pointer-events:none;opacity:0;z-index:110;border-radius:0 .375rem .75rem .75rem;padding:0;transition:opacity .15s,visibility .15s;position:absolute;top:0;left:100%;overflow:hidden}.adp-menu-item--desktop .adp-menu-item__flyout-list{max-height:min(26.25rem,70vh);margin:0;padding:.6875rem 0 .5rem;list-style:none;overflow-y:auto}.adp-menu-item--desktop .adp-menu-item__submenu:has(.adp-menu-item__flyout--visible){border-radius:.375rem .375rem 0 .75rem}.adp-menu-item--desktop .adp-menu-item__flyout--visible{visibility:visible;pointer-events:auto;opacity:1}.adp-menu-item--desktop .adp-menu-item__flyout .adp-menu-item__submenu-link:hover{background:var(--green-200);color:var(--black-800);font-weight:400}.adp-menu-item--desktop .adp-menu-item__flyout .adp-menu-item__submenu-item--active>.adp-menu-item__submenu-link{background:var(--green-200);color:var(--adp-olive)}.adp-menu-item--desktop .adp-menu-item__submenu-item--has-children:after{content:"";z-index:109;width:.5rem;height:100%;position:absolute;top:0;left:100%}.adp-mobile-menu{border-block-start:2px solid var(--adp-border);flex-direction:column;flex:auto;min-height:0;margin-block-start:0;margin-inline:1.25rem;padding:0;list-style:none;display:flex}.adp-mobile-menu__item{border-bottom:1px solid var(--adp-border)}.adp-mobile-menu__trigger,.adp-mobile-menu__link,.adp-mobile-menu__back{letter-spacing:0;width:100%;color:var(--adp-text);text-align:left;cursor:pointer;box-sizing:border-box;background:0 0;border:none;justify-content:space-between;align-items:center;gap:.75rem;padding:1.125rem 1rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.875rem;font-weight:300;line-height:1rem;text-decoration:none;display:flex}.adp-mobile-menu__item--back .adp-mobile-menu__back{font-weight:var(--adp-font-weight-menu-mobile);justify-content:flex-start;gap:.75rem}.adp-mobile-menu__item--back .adp-mobile-menu__back-icon{background:var(--adp-surface-muted);width:1.25rem;height:1.25rem;color:var(--adp-text);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.adp-mobile-menu__item--back .adp-mobile-menu__back-icon svg{transform-origin:50%;flex-shrink:0;width:.464375rem;height:.273125rem}.adp-mobile-menu__chevron{background:var(--adp-magenta-soft);color:#e10e7e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;display:flex}.adp-mobile-menu__chevron svg{transform-origin:50%;flex-shrink:0;width:.464375rem;height:.273125rem}.adp-mobile-menu__chevron{width:1rem;height:1rem}.adp-mobile-menu__item--active .adp-mobile-menu__link{color:var(--adp-magenta)}.adp-flight-status.adp-button{width:11.4375rem;height:2.75rem;min-height:unset;letter-spacing:0;border-width:.0625rem;border-radius:6.25rem;gap:.25rem;padding:.6875rem 1.25rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.9375rem;font-weight:700;line-height:1.25rem}.adp-flight-status__icon{justify-content:center;align-items:center;display:inline-flex}.adp-flight-status__icon-img{object-fit:contain;width:auto;max-width:1.25rem;height:auto;max-height:1.25rem}.adp-header__flight-status--mobile.adp-flight-status.adp-button{box-sizing:border-box;letter-spacing:0;border-width:.0625rem;border-radius:6.25rem;justify-content:center;align-items:center;gap:.5rem;width:100%;max-width:100%;min-height:2.5rem;max-height:2.5rem;padding:.6875rem 1.5rem;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.875rem;font-weight:700;line-height:1rem;display:flex}.adp-header__flight-status--mobile.adp-flight-status.adp-button .adp-flight-status__icon{flex-shrink:0}.adp-header__flight-status--mobile.adp-flight-status.adp-button .adp-flight-status__label{flex:0 auto}.language-switcher{flex-shrink:0}@media (max-width:1359.98px){.adp-header__bar .language-switcher{justify-self:end;margin-right:1.25rem}}@media (min-width:1360px){.adp-header__bar .language-switcher{margin-left:-.75rem}}
.adp-footer{background-color:var(--black-800);color:var(--adp-white);margin:1.25rem var(--adp-grid-margin);border-radius:1.25rem}@media (min-width:1360px){.adp-footer{max-width:80rem;margin-left:auto;margin-right:auto}}p{margin:0}.adp-footer a{color:inherit;text-decoration:none}.adp-footer hr{background-color:var(--black-700);border:none;width:100%;height:.0625rem;margin:0}.adp-footer__container{box-sizing:border-box;flex-direction:column;gap:1.75rem;margin-inline:auto;padding:1.25rem;display:flex}@media (max-width:759.98px){.adp-footer__container{max-width:21.25rem}}@media (min-width:760px){.adp-footer__container{max-width:43.75rem}}@media (min-width:1360px){.adp-footer__container{gap:2rem;max-width:80rem;padding:1.75rem 5rem}}.adp-footer__main{flex-direction:column;grid-template-columns:minmax(0,1fr) auto auto;gap:2rem;width:100%;max-width:100%;display:flex}@media (min-width:1360px){.adp-footer__main{flex-direction:row;justify-content:space-between}}.adp-footer__sections{gap:1.25rem;display:grid}@media (min-width:1360px){.adp-footer__sections{gap:2.5rem}}.adp-footer__sections ul{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}@media (min-width:1360px){.adp-footer__sections ul{flex-direction:row;gap:5rem;display:flex}}.adp-footer__sections li{font-size:var(--adp-font-size-footer);font-weight:var(--adp-font-weight-footer);line-height:var(--adp-line-height-footer);opacity:1;transition:background-color .18s,opacity .18s;display:block}@media (min-width:1360px){.adp-footer__sections li{line-height:var(--adp-line-height-footer-desktop)}.adp-footer__sections li:hover{opacity:.4}}.adp-footer__brand-link{display:block}.adp-footer__image-wrap{display:block;position:relative}.adp-footer__image-wrap--brand{width:8.75rem;max-width:100%;height:5rem}.adp-footer__image-wrap--holding{width:6.0625rem;max-width:100%;height:1.25rem}.adp-footer__image{object-fit:contain}.adp-footer__group{gap:.5rem;display:grid}.adp-footer__icon{background-color:var(--adp-white);border-radius:50%;justify-content:center;align-items:center;width:1rem;height:1rem;display:inline-flex}.adp-footer__icon img{width:auto;max-width:.75rem;height:auto;max-height:.75rem}@media (min-width:1360px){.adp-footer__icon{width:1.25rem;height:1.25rem}.adp-footer__icon img{max-width:.875rem;max-height:.875rem}}.adp-footer__brand{text-align:center;flex-direction:row;justify-content:center;align-items:center;gap:1.25rem;display:flex}@media (min-width:1360px){.adp-footer__brand{flex-direction:column}}.adp-footer__description{font-size:var(--adp-font-size-footer);font-weight:var(--adp-font-weight-footer);line-height:var(--adp-line-height-description-footer)}.adp-footer__logo-fallback{font-size:var(--adp-font-size-title-footer);font-weight:var(--adp-font-weight-title-footer-mobile)}.adp-footer__list-with-icons li{align-items:center;gap:.5rem;display:flex}.adp-footer__legal{text-align:center}.adp-footer__legal p{font-weight:var(--adp-font-weight-legal-footer);font-size:var(--adp-font-size-footer);line-height:var(--adp-line-height-footer-desktop)}@media (min-width:1360px){.adp-footer__legal p{font-size:var(--adp-font-size-legal-footer-desktop)}}.adp-footer__toggle{-webkit-tap-highlight-color:#0000;-webkit-user-select:none;user-select:none;font-size:var(--adp-font-size-title-footer);font-weight:var(--adp-font-weight-title-footer-mobile);line-height:var(--adp-line-height-footer);cursor:pointer;width:100%;color:inherit;background:0 0;border:none;justify-content:space-between;align-items:center;gap:.75rem;margin:0;padding:0;display:flex;box-shadow:none!important;outline:none!important}@media (min-width:1360px){.adp-footer__toggle{font-weight:var(--adp-font-weight-title-footer-desktop);padding-bottom:.75rem}}.adp-footer__toggle .adp-footer__chevron{transition:transform .2s;display:inline-flex}@media (min-width:1360px){.adp-footer__toggle .adp-footer__chevron{display:none}}.adp-footer__toggle .adp-footer__chevron.rotated{transform:rotate(180deg)}.adp-footer__toggle.active{padding-bottom:1.25rem}@media (min-width:1360px){.adp-footer__toggle.active{padding-bottom:.75rem}}.adp-footer__list{opacity:0;max-height:0;transition:max-height .2s,opacity .18s;overflow:hidden}@media (min-width:1360px){.adp-footer__list{overflow:visible;opacity:1!important;max-height:none!important}}.adp-footer__list.open{opacity:1;max-height:25rem}
*{box-sizing:border-box;margin:0}.adp-modal-overlay{z-index:1000;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}@media (min-width:760px){.adp-modal-overlay{padding:1.5rem}}@media (min-width:1360px){.adp-modal-overlay{padding:2rem}}.adp-modal-overlay .adp-modal-overlay__backdrop{cursor:pointer;background:#0006;border:none;width:100%;height:100%;padding:0;position:absolute;inset:0}.adp-modal-overlay .adp-modal-wrapper{width:100%;max-width:min(20rem,100vw - 2rem);max-height:calc(100vh - 2rem);margin:auto;position:relative}@media (min-width:760px){.adp-modal-overlay .adp-modal-wrapper{max-width:min(37.5rem,100vw - 3rem);max-height:calc(100vh - 3rem)}}.adp-modal-overlay .adp-modal-wrapper--expanded{max-width:min(37.5rem,100vw - 2rem)}@media (min-width:760px){.adp-modal-overlay .adp-modal-wrapper--expanded{max-width:min(37.5rem,100vw - 3rem)}}.adp-modal-overlay .adp-modal-wrapper .adp-modal-content__container{width:100%;max-height:inherit;background:var(--white);border-radius:.75rem;flex-direction:column;margin:0;display:flex;position:relative;overflow:hidden}.adp-modal-overlay .adp-modal-wrapper .adp-modal-content__container .adp-modal-content__body{min-height:0;max-height:inherit;overflow-wrap:anywhere;word-break:break-word;scrollbar-gutter:stable;flex-direction:column;flex:1;gap:2.5rem;padding:5rem 1.25rem 2.5rem;display:flex;overflow:auto}@media (min-width:760px){.adp-modal-overlay .adp-modal-wrapper .adp-modal-content__container .adp-modal-content__body{padding:6.25rem 2.5rem 5rem}}@media (min-width:1360px){.adp-modal-overlay .adp-modal-wrapper .adp-modal-content__container .adp-modal-content__body::-webkit-scrollbar{width:.5rem}.adp-modal-overlay .adp-modal-wrapper .adp-modal-content__container .adp-modal-content__body::-webkit-scrollbar-track{background:0 0;margin-block:.75rem}.adp-modal-overlay .adp-modal-wrapper .adp-modal-content__container .adp-modal-content__body::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:62.4375rem}}.adp-modal-overlay .adp-modal-wrapper .adp-modal-content__container .adp-modal-content__close{z-index:1;background:var(--gray-200);width:2.25rem;height:2.25rem;color:var(--gray-600);cursor:pointer;border:none;border-radius:624.938rem;justify-content:center;align-items:center;padding:0;font-size:1.875rem;font-weight:100;line-height:1;transition:background-color .2s,color .2s;display:flex;position:absolute;top:1rem;right:1rem}.adp-modal-overlay .adp-modal-wrapper .adp-modal-content__container .adp-modal-content__close:focus,.adp-modal-overlay .adp-modal-wrapper .adp-modal-content__container .adp-modal-content__close:focus-visible{box-shadow:none;outline:none}@media (min-width:760px){.adp-modal-overlay .adp-modal-wrapper .adp-modal-content__container .adp-modal-content__close{width:3.25rem;height:3.25rem;font-size:2.5rem;top:1.5rem;right:1.5rem}}.adp-modal-overlay .adp-modal-wrapper .adp-modal-content__container .adp-modal-content__close span{margin-top:-.125rem;display:block}.adp-modal-overlay .adp-modal-wrapper .adp-modal-content__container .adp-modal-content__information{flex-direction:column;gap:.25rem;display:flex}.adp-modal-overlay .adp-modal-wrapper .adp-modal-content__container .adp-modal-content__information .adp-modal-content__title{font-family:var(--adp-font-family-display);text-align:center;color:var(--black-800);font-size:2rem;font-weight:900;line-height:1}@media (min-width:1360px){.adp-modal-overlay .adp-modal-wrapper .adp-modal-content__container .adp-modal-content__information .adp-modal-content__title{font-size:3rem}}.adp-modal-overlay .adp-modal-wrapper .adp-modal-content__container .adp-modal-content__information .adp-modal-content__description{color:var(--black-700);overflow-wrap:anywhere;word-break:break-word;font-size:1rem;font-weight:300;line-height:1.5}@media (min-width:1360px){.adp-modal-overlay .adp-modal-wrapper .adp-modal-content__container .adp-modal-content__information .adp-modal-content__description{font-size:1.25rem;line-height:1.4}}.adp-modal-overlay .adp-modal-wrapper .adp-modal-content__container .adp-modal-content__button{background:var(--magenta-900);border:.0625rem solid var(--magenta-100);color:var(--white);text-align:center;border-radius:624.938rem;width:fit-content;min-width:15rem;margin:auto;padding:.75rem 1.5rem;font-size:.875rem;font-weight:700;line-height:1.14;text-decoration:none}@media (min-width:1360px){.adp-modal-overlay .adp-modal-wrapper .adp-modal-content__container .adp-modal-content__button{font-size:1rem;line-height:1.25}}
:root{--green-10:#f7f9ee;--green-100:#f7f9ee;--green-200:#eef2d9;--green-300:#e1e9bb;--green-400:#d1dc97;--green-500:#c1cf73;--green-600:#b1c152;--green-700:#a1b532;--green-800:#93a82a;--green-900:#87a227;--magenta-100:#fdf0f7;--magenta-200:#fbd9eb;--magenta-300:#f8b9d8;--magenta-400:#f48fc0;--magenta-500:#ef67a9;--magenta-600:#ea4395;--magenta-700:#e62a89;--magenta-800:#e31a82;--magenta-900:#e10e7e;--gray-100:#fafafa;--gray-200:#f3f3f3;--gray-300:#e8e8e8;--gray-400:#dadada;--gray-500:#c9c9c9;--gray-600:#b3b3b3;--gray-700:#999;--gray-800:gray;--gray-900:#666;--grey-100:#2f3338;--grey-500:#c8c8c8;--black-100:#f7f7f7;--black-200:#ededed;--black-300:#dcdcdc;--black-400:#c4c4c4;--black-500:#a6a6a6;--black-600:#7f7f7f;--black-700:#555;--black-800:#2b2b2b;--black-900:#000;--white:#fff;--navy-100:#001f45;--adp-magenta:#e10e7e;--adp-magenta-hover:#e31a82;--adp-magenta-soft:#fdf0f7;--adp-lime:#e1e9bb;--adp-olive:#93a82a;--adp-text:#2b2b2b;--adp-surface-muted:#fafafa;--adp-border:#e8e8e8;--adp-white:#fff;--adp-background:#f3f3f3;--wp--primary-green-90:#87a227;--wp--primary-green-80:#93a82a;--wp--primary-green-70:#a1b532;--wp--primary-green-60:#b1c152;--wp--primary-green-50:#c1cf73;--wp--primary-green-40:#d1dc97;--wp--primary-green-30:#e1e9bb;--wp--primary-green-20:#eef2d9;--wp--primary-green-10:#f7f9ee;--wp--secondary-magenta-90:#e10e7e;--wp--secondary-magenta-80:#e31a82;--wp--secondary-magenta-70:#e62a89;--wp--secondary-magenta-60:#ea4395;--wp--secondary-magenta-50:#ef67a9;--wp--secondary-magenta-40:#f48fc0;--wp--secondary-magenta-30:#f8b9d8;--wp--secondary-magenta-20:#fbd9eb;--wp--secondary-magenta-10:#fdf0f7;--wp--neutral-grey-90:#666;--wp--neutral-grey-80:gray;--wp--neutral-grey-70:#999;--wp--neutral-grey-60:#b3b3b3;--wp--neutral-grey-50:#c9c9c9;--wp--neutral-grey-40:#dadada;--wp--neutral-grey-30:#e8e8e8;--wp--neutral-grey-20:#f3f3f3;--wp--neutral-grey-10:#fafafa;--wp--neutral-black-90:#000;--wp--neutral-black-80:#2b2b2b;--wp--neutral-black-70:#555;--wp--neutral-black-60:#7f7f7f;--wp--neutral-black-50:#a6a6a6;--wp--neutral-black-40:#c4c4c4;--wp--neutral-black-30:#dcdcdc;--wp--neutral-black-20:#ededed;--wp--neutral-black-10:#f7f7f7;--wp--black:#000;--wp--cyan-bluish-gray:#abb8c3;--wp--white:#fff;--wp--pale-pink:#f78da7;--wp--vivid-red:#cf2e2e;--wp--luminous-vivid-orange:#ff6900;--wp--luminous-vivid-amber:#fcb900;--wp--light-green-cyan:#7bdcb5;--wp--vivid-green-cyan:#00d084;--wp--pale-cyan-blue:#8ed1fc;--wp--vivid-cyan-blue:#0693e3;--wp--vivid-purple:#9b51e0;--wp--spacing--0:0rem;--wp--spacing--20:.44rem;--wp--spacing--30:.67rem;--wp--spacing--40:1rem;--wp--spacing--50:1.5rem;--wp--spacing--60:2.25rem;--wp--spacing--70:3.38rem;--wp--spacing--80:5.06rem}.chatbot-module-scss-module__J-iKuG__chatbotTrigger{z-index:9999;color:#fff;cursor:pointer;background:#e10e7e;border:none;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;transition:transform .25s,box-shadow .25s,background .25s;display:flex;position:fixed;bottom:18px;right:64px;box-shadow:0 4px 20px #e10e7e59}.chatbot-module-scss-module__J-iKuG__chatbotTrigger:hover{background:#e31a82;transform:scale(1.08);box-shadow:0 6px 28px #e10e7e73}.chatbot-module-scss-module__J-iKuG__chatbotTrigger svg{width:26px;height:26px;transition:transform .3s}.chatbot-module-scss-module__J-iKuG__chatbotTrigger.chatbot-module-scss-module__J-iKuG__open svg{transform:rotate(90deg)}.chatbot-module-scss-module__J-iKuG__chatWindow{z-index:9998;background:#fff;border-radius:16px;flex-direction:column;width:380px;max-width:calc(100vw - 32px);height:520px;max-height:calc(100vh - 130px);animation:.3s forwards chatbot-module-scss-module__J-iKuG__slideUp;display:flex;position:fixed;bottom:96px;right:24px;overflow:hidden;box-shadow:0 12px 48px #00000026}@media (max-width:480px){.chatbot-module-scss-module__J-iKuG__chatWindow{border-radius:12px;width:calc(100vw - 16px);height:calc(100vh - 110px);bottom:88px;right:8px}}@keyframes chatbot-module-scss-module__J-iKuG__slideUp{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.chatbot-module-scss-module__J-iKuG__chatHeader{color:#fff;background:#e10e7e;flex-shrink:0;align-items:center;gap:12px;padding:16px 20px;display:flex}.chatbot-module-scss-module__J-iKuG__chatHeaderIcon{background:#ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.chatbot-module-scss-module__J-iKuG__chatHeaderIcon svg{width:20px;height:20px}.chatbot-module-scss-module__J-iKuG__chatHeaderInfo{flex:1}.chatbot-module-scss-module__J-iKuG__chatHeaderInfo h3{margin:0;font-size:15px;font-weight:600;line-height:1.3}.chatbot-module-scss-module__J-iKuG__chatHeaderInfo span{opacity:.8;font-size:12px;line-height:1.2}.chatbot-module-scss-module__J-iKuG__chatInfo{color:#999;text-align:center;letter-spacing:0%;background:#fafafa;padding:16px 12px 0;font-family:inherit;font-size:12px;font-weight:400;line-height:1.16}.chatbot-module-scss-module__J-iKuG__chatCloseBtn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:background .2s;display:flex}.chatbot-module-scss-module__J-iKuG__chatCloseBtn:hover{background:#ffffff26}.chatbot-module-scss-module__J-iKuG__chatCloseBtn svg{width:20px;height:20px}.chatbot-module-scss-module__J-iKuG__chatMessages{background:#fafafa;flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.chatbot-module-scss-module__J-iKuG__chatMessages::-webkit-scrollbar{width:5px}.chatbot-module-scss-module__J-iKuG__chatMessages::-webkit-scrollbar-track{background:0 0}.chatbot-module-scss-module__J-iKuG__chatMessages::-webkit-scrollbar-thumb{background:#c9c9c9;border-radius:10px}.chatbot-module-scss-module__J-iKuG__message{word-break:break-word;border-radius:14px;max-width:85%;padding:10px 14px;font-size:13.5px;line-height:1.5;animation:.25s chatbot-module-scss-module__J-iKuG__fadeIn}@keyframes chatbot-module-scss-module__J-iKuG__fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.chatbot-module-scss-module__J-iKuG__userMessage{color:#fff;background:#e10e7e;border-bottom-right-radius:4px;align-self:flex-end}.chatbot-module-scss-module__J-iKuG__botMessage{color:#2b2b2b;background:#fff;border-bottom-left-radius:4px;align-self:flex-start;box-shadow:0 1px 4px #0000000f}.chatbot-module-scss-module__J-iKuG__resultsContainer{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.chatbot-module-scss-module__J-iKuG__resultCard{background:#f3f3f3;border-top:2px solid #e10e7e;border-radius:6px 6px 6px 0;align-items:center;gap:4px;padding:5px 12px;text-decoration:none;transition:background .2s;display:flex}.chatbot-module-scss-module__J-iKuG__resultCard:hover{background:#e8e8e8}.chatbot-module-scss-module__J-iKuG__resultTitleText{color:#666;font-size:14px;font-weight:500;line-height:22px}.chatbot-module-scss-module__J-iKuG__resultChevron{color:#e10e7e}.chatbot-module-scss-module__J-iKuG__resultLink{color:#e10e7e;align-items:center;gap:4px;margin-top:6px;font-size:12px;font-weight:500;text-decoration:none;transition:opacity .2s;display:inline-flex}.chatbot-module-scss-module__J-iKuG__resultLink:hover{opacity:.7}.chatbot-module-scss-module__J-iKuG__typingIndicator{background:#fff;border-radius:14px 14px 14px 4px;flex-direction:column;align-self:flex-start;gap:8px;padding:12px 16px;display:flex;box-shadow:0 1px 4px #0000000f}.chatbot-module-scss-module__J-iKuG__typingIndicator p{color:#2b2b2b;margin:0;font-size:13.5px;line-height:1.5}.chatbot-module-scss-module__J-iKuG__typingDots{gap:5px;display:flex}.chatbot-module-scss-module__J-iKuG__typingDots span{background:#b3b3b3;border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite chatbot-module-scss-module__J-iKuG__bounce}.chatbot-module-scss-module__J-iKuG__typingDots span:first-child{animation-delay:0s}.chatbot-module-scss-module__J-iKuG__typingDots span:nth-child(2){animation-delay:.2s}.chatbot-module-scss-module__J-iKuG__typingDots span:nth-child(3){animation-delay:.4s}@keyframes chatbot-module-scss-module__J-iKuG__bounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.chatbot-module-scss-module__J-iKuG__chatInputArea{background:#fff;border-top:1px solid #e8e8e8;flex-shrink:0;align-items:center;gap:8px;padding:12px 16px;display:flex}.chatbot-module-scss-module__J-iKuG__chatInput{background:#fafafa;border:1px solid #dadada;border-radius:24px;outline:none;flex:1;padding:10px 16px;font-family:inherit;font-size:13.5px;transition:border-color .2s,background .2s}.chatbot-module-scss-module__J-iKuG__chatInput:focus{background:#fff;border-color:#e10e7e}.chatbot-module-scss-module__J-iKuG__chatInput::placeholder{color:#999}.chatbot-module-scss-module__J-iKuG__chatSendBtn{color:#fff;cursor:pointer;background:#e10e7e;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .2s,opacity .2s,background .2s;display:flex}.chatbot-module-scss-module__J-iKuG__chatSendBtn:hover{background:#e31a82;transform:scale(1.06)}.chatbot-module-scss-module__J-iKuG__chatSendBtn:disabled{opacity:.5;cursor:not-allowed;transform:none}.chatbot-module-scss-module__J-iKuG__chatSendBtn svg{width:18px;height:18px}
