@windstream/react-shared-components 0.0.81 → 0.0.82
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +629 -629
- package/dist/contentful/index.d.ts +2 -2
- package/dist/contentful/index.esm.js +1 -1
- package/dist/contentful/index.esm.js.map +1 -1
- package/dist/contentful/index.js +1 -1
- package/dist/contentful/index.js.map +1 -1
- package/dist/core.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +175 -175
- package/src/components/accordion/Accordion.stories.tsx +230 -230
- package/src/components/accordion/types.ts +10 -10
- package/src/components/alert-card/AlertCard.stories.tsx +171 -171
- package/src/components/alert-card/index.tsx +32 -32
- package/src/components/alert-card/types.ts +9 -9
- package/src/components/brand-button/BrandButton.stories.tsx +223 -223
- package/src/components/brand-button/helpers.ts +35 -35
- package/src/components/brand-button/index.tsx +115 -115
- package/src/components/brand-button/types.ts +37 -37
- package/src/components/button/Button.stories.tsx +108 -108
- package/src/components/button/index.tsx +27 -27
- package/src/components/button/types.ts +14 -14
- package/src/components/call-button/CallButton.stories.tsx +324 -324
- package/src/components/call-button/index.tsx +86 -86
- package/src/components/call-button/types.ts +11 -11
- package/src/components/checkbox/Checkbox.stories.tsx +247 -247
- package/src/components/checkbox/index.tsx +197 -197
- package/src/components/checkbox/types.ts +27 -27
- package/src/components/checklist/Checklist.stories.tsx +150 -150
- package/src/components/checklist/index.tsx +54 -53
- package/src/components/checklist/types.ts +9 -8
- package/src/components/collapse/Collapse.stories.tsx +255 -255
- package/src/components/collapse/index.tsx +46 -46
- package/src/components/collapse/types.ts +6 -6
- package/src/components/divider/Divider.stories.tsx +205 -205
- package/src/components/divider/index.tsx +22 -22
- package/src/components/divider/type.ts +3 -3
- package/src/components/image/Image.stories.tsx +113 -113
- package/src/components/image/index.tsx +25 -25
- package/src/components/image/types.ts +40 -40
- package/src/components/input/Input.stories.tsx +325 -325
- package/src/components/input/index.tsx +177 -177
- package/src/components/input/types.ts +37 -37
- package/src/components/link/Link.stories.tsx +163 -163
- package/src/components/link/types.ts +25 -25
- package/src/components/list/List.stories.tsx +272 -272
- package/src/components/list/index.tsx +88 -88
- package/src/components/list/list-item/index.tsx +38 -38
- package/src/components/list/list-item/types.ts +13 -13
- package/src/components/list/types.ts +29 -29
- package/src/components/material-icon/MaterialIcon.stories.tsx +330 -330
- package/src/components/material-icon/constants.ts +96 -96
- package/src/components/material-icon/index.tsx +44 -44
- package/src/components/material-icon/types.ts +31 -31
- package/src/components/modal/Modal.stories.tsx +171 -171
- package/src/components/modal/index.tsx +164 -164
- package/src/components/modal/types.ts +24 -24
- package/src/components/next-image/index.tsx +32 -32
- package/src/components/next-image/types.ts +1 -1
- package/src/components/radio-button/RadioButton.stories.tsx +307 -307
- package/src/components/radio-button/index.tsx +75 -75
- package/src/components/radio-button/types.ts +21 -21
- package/src/components/see-more/SeeMore.stories.tsx +181 -181
- package/src/components/see-more/index.tsx +44 -44
- package/src/components/see-more/types.ts +4 -4
- package/src/components/select/Select.stories.tsx +411 -411
- package/src/components/select/index.tsx +150 -150
- package/src/components/select/types.ts +35 -35
- package/src/components/select-plan-button/SelectPlanButton.stories.tsx +184 -184
- package/src/components/select-plan-button/index.tsx +31 -31
- package/src/components/select-plan-button/types.ts +5 -5
- package/src/components/skeleton/Skeleton.stories.tsx +179 -179
- package/src/components/skeleton/index.tsx +61 -61
- package/src/components/skeleton/types.ts +4 -4
- package/src/components/spinner/Spinner.stories.tsx +335 -335
- package/src/components/spinner/index.tsx +44 -44
- package/src/components/spinner/types.ts +5 -5
- package/src/components/text/Text.stories.tsx +321 -321
- package/src/components/text/index.tsx +25 -25
- package/src/components/text/types.ts +45 -45
- package/src/components/tooltip/Tooltip.stories.tsx +219 -219
- package/src/components/tooltip/index.tsx +74 -74
- package/src/components/tooltip/types.ts +7 -7
- package/src/components/view-cart-button/ViewCartButton.stories.tsx +252 -252
- package/src/components/view-cart-button/index.tsx +44 -44
- package/src/components/view-cart-button/types.ts +5 -5
- package/src/contentful/blocks/button/Button.stories.tsx +40 -40
- package/src/contentful/blocks/button/index.tsx +85 -85
- package/src/contentful/blocks/button/types.ts +26 -26
- package/src/contentful/blocks/callout/Callout.stories.tsx +23 -23
- package/src/contentful/blocks/callout/index.tsx +66 -66
- package/src/contentful/blocks/cards/Cards.stories.tsx +23 -23
- package/src/contentful/blocks/cards/index.tsx +13 -13
- package/src/contentful/blocks/cards/product-card/index.tsx +199 -199
- package/src/contentful/blocks/cards/product-card/types.ts +20 -18
- package/src/contentful/blocks/cards/simple-card/index.tsx +77 -77
- package/src/contentful/blocks/cards/simple-card/types.ts +31 -31
- package/src/contentful/blocks/cards/testimonial-card/index.tsx +88 -88
- package/src/contentful/blocks/cards/testimonial-card/types.tsx +12 -12
- package/src/contentful/blocks/cards/types.ts +1 -1
- package/src/contentful/blocks/carousel/Carousel.stories.tsx +23 -23
- package/src/contentful/blocks/carousel/helper.tsx +314 -314
- package/src/contentful/blocks/carousel/index.tsx +52 -50
- package/src/contentful/blocks/carousel/types.ts +126 -126
- package/src/contentful/blocks/cta-callout/CtaCallout.stories.tsx +46 -46
- package/src/contentful/blocks/cta-callout/index.tsx +54 -54
- package/src/contentful/blocks/cta-callout/types.ts +22 -22
- package/src/contentful/blocks/floating-banner/FloatingBanner.stories.tsx +34 -34
- package/src/contentful/blocks/floating-banner/types.ts +22 -22
- package/src/contentful/blocks/footer/Footer.stories.tsx +30 -30
- package/src/contentful/blocks/image-promo-bar/ImagePromoBar.stories.tsx +23 -23
- package/src/contentful/blocks/image-promo-bar/types.ts +27 -27
- package/src/contentful/blocks/modal/Modal.stories.tsx +23 -23
- package/src/contentful/blocks/modal/index.tsx +12 -12
- package/src/contentful/blocks/modal/types.ts +1 -1
- package/src/contentful/blocks/navigation/desktop-link-groups.tsx/index.tsx +111 -111
- package/src/contentful/blocks/navigation/index.tsx +380 -380
- package/src/contentful/blocks/navigation/mobile-link-groups.tsx/index.tsx +80 -80
- package/src/contentful/blocks/navigation/types.ts +41 -41
- package/src/contentful/blocks/primary-hero/PrimaryHero.stories.tsx +23 -23
- package/src/contentful/blocks/primary-hero/index.tsx +212 -212
- package/src/contentful/blocks/primary-hero/types.ts +30 -30
- package/src/contentful/blocks/shape-background-wrapper/ShapeBackgroundWrapper.stories.tsx +26 -26
- package/src/contentful/blocks/shape-background-wrapper/index.tsx +124 -124
- package/src/contentful/blocks/shape-background-wrapper/types.ts +36 -36
- package/src/contentful/blocks/text/Text.stories.tsx +23 -23
- package/src/contentful/blocks/text/index.tsx +12 -12
- package/src/contentful/blocks/text/types.ts +1 -1
- package/src/contentful/index.ts +57 -57
- package/src/hooks/use-body-scroll-lock.ts +34 -34
- package/src/hooks/use-outside-click.ts +17 -17
- package/src/index.ts +96 -96
- package/src/next/index.ts +5 -5
- package/src/setupTests.ts +46 -46
- package/src/stories/DocsTemplate.tsx +24 -24
- package/src/styles/globals.css +307 -307
- package/src/types/global.d.ts +9 -9
- package/src/types/micro-components.ts +80 -80
- package/src/utils/index.ts +49 -49
package/dist/contentful/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
|
|
3
|
-
"use strict";var e=require("react/jsx-runtime"),t=require("react"),l=require("next/image");function s(e){var t,l,r="";if("string"==typeof e||"number"==typeof e)r+=e;else if("object"==typeof e)if(Array.isArray(e)){var a=e.length;for(t=0;t<a;t++)e[t]&&(l=s(e[t]))&&(r&&(r+=" "),r+=l)}else for(l in e)e[l]&&(r&&(r+=" "),r+=l);return r}function r(){for(var e,t,l=0,r="",a=arguments.length;l<a;l++)(e=arguments[l])&&(t=s(e))&&(r&&(r+=" "),r+=t);return r}const a=e=>{const t=c(e),{conflictingClassGroups:l,conflictingClassGroupModifiers:s}=e;return{getClassGroupId:e=>{const l=e.split("-");return""===l[0]&&1!==l.length&&l.shift(),n(l,t)||o(e)},getConflictingClassGroupIds:(e,t)=>{const r=l[e]||[];return t&&s[e]?[...r,...s[e]]:r}}},n=(e,t)=>{if(0===e.length)return t.classGroupId;const l=e[0],s=t.nextPart.get(l),r=s?n(e.slice(1),s):void 0;if(r)return r;if(0===t.validators.length)return;const a=e.join("-");return t.validators.find(({validator:e})=>e(a))?.classGroupId},i=/^\[(.+)\]$/,o=e=>{if(i.test(e)){const t=i.exec(e)[1],l=t?.substring(0,t.indexOf(":"));if(l)return"arbitrary.."+l}},c=e=>{const{theme:t,classGroups:l}=e,s={nextPart:new Map,validators:[]};for(const e in l)d(l[e],s,e,t);return s},d=(e,t,l,s)=>{e.forEach(e=>{if("string"==typeof e){return void((""===e?t:m(t,e)).classGroupId=l)}if("function"==typeof e)return x(e)?void d(e(s),t,l,s):void t.validators.push({validator:e,classGroupId:l});Object.entries(e).forEach(([e,r])=>{d(r,m(t,e),l,s)})})},m=(e,t)=>{let l=e;return t.split("-").forEach(e=>{l.nextPart.has(e)||l.nextPart.set(e,{nextPart:new Map,validators:[]}),l=l.nextPart.get(e)}),l},x=e=>e.isThemeGetter,u=e=>{if(e<1)return{get:()=>{},set:()=>{}};let t=0,l=new Map,s=new Map;const r=(r,a)=>{l.set(r,a),t++,t>e&&(t=0,s=l,l=new Map)};return{get(e){let t=l.get(e);return void 0!==t?t:void 0!==(t=s.get(e))?(r(e,t),t):void 0},set(e,t){l.has(e)?l.set(e,t):r(e,t)}}},h=e=>{const{prefix:t,experimentalParseClassName:l}=e;let s=e=>{const t=[];let l,s=0,r=0,a=0;for(let n=0;n<e.length;n++){let i=e[n];if(0===s&&0===r){if(":"===i){t.push(e.slice(a,n)),a=n+1;continue}if("/"===i){l=n;continue}}"["===i?s++:"]"===i?s--:"("===i?r++:")"===i&&r--}const n=0===t.length?e:e.substring(a),i=p(n);return{modifiers:t,hasImportantModifier:i!==n,baseClassName:i,maybePostfixModifierPosition:l&&l>a?l-a:void 0}};if(t){const e=t+":",l=s;s=t=>t.startsWith(e)?l(t.substring(e.length)):{isExternal:!0,modifiers:[],hasImportantModifier:!1,baseClassName:t,maybePostfixModifierPosition:void 0}}if(l){const e=s;s=t=>l({className:t,parseClassName:e})}return s},p=e=>e.endsWith("!")?e.substring(0,e.length-1):e.startsWith("!")?e.substring(1):e,f=e=>{const t=Object.fromEntries(e.orderSensitiveModifiers.map(e=>[e,!0]));return e=>{if(e.length<=1)return e;const l=[];let s=[];return e.forEach(e=>{"["===e[0]||t[e]?(l.push(...s.sort(),e),s=[]):s.push(e)}),l.push(...s.sort()),l}},g=/\s+/;function b(){let e,t,l=0,s="";for(;l<arguments.length;)(e=arguments[l++])&&(t=v(e))&&(s&&(s+=" "),s+=t);return s}const v=e=>{if("string"==typeof e)return e;let t,l="";for(let s=0;s<e.length;s++)e[s]&&(t=v(e[s]))&&(l&&(l+=" "),l+=t);return l};function w(e,...t){let l,s,r,n=function(o){const c=t.reduce((e,t)=>t(e),e());return l=(e=>({cache:u(e.cacheSize),parseClassName:h(e),sortModifiers:f(e),...a(e)}))(c),s=l.cache.get,r=l.cache.set,n=i,i(o)};function i(e){const t=s(e);if(t)return t;const a=((e,t)=>{const{parseClassName:l,getClassGroupId:s,getConflictingClassGroupIds:r,sortModifiers:a}=t,n=[],i=e.trim().split(g);let o="";for(let e=i.length-1;e>=0;e-=1){const t=i[e],{isExternal:c,modifiers:d,hasImportantModifier:m,baseClassName:x,maybePostfixModifierPosition:u}=l(t);if(c){o=t+(o.length>0?" "+o:o);continue}let h=!!u,p=s(h?x.substring(0,u):x);if(!p){if(!h){o=t+(o.length>0?" "+o:o);continue}if(p=s(x),!p){o=t+(o.length>0?" "+o:o);continue}h=!1}const f=a(d).join(":"),g=m?f+"!":f,b=g+p;if(n.includes(b))continue;n.push(b);const v=r(p,h);for(let e=0;e<v.length;++e){const t=v[e];n.push(g+t)}o=t+(o.length>0?" "+o:o)}return o})(e,l);return r(e,a),a}return function(){return n(b.apply(null,arguments))}}const y=e=>{const t=t=>t[e]||[];return t.isThemeGetter=!0,t},j=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,N=/^\((?:(\w[\w-]*):)?(.+)\)$/i,k=/^\d+\/\d+$/,C=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,$=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,z=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,S=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,B=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,I=e=>k.test(e),E=e=>!!e&&!Number.isNaN(Number(e)),F=e=>!!e&&Number.isInteger(Number(e)),M=e=>e.endsWith("%")&&E(e.slice(0,-1)),T=e=>C.test(e),_=()=>!0,P=e=>$.test(e)&&!z.test(e),L=()=>!1,D=e=>S.test(e),G=e=>B.test(e),W=e=>!A(e)&&!X(e),R=e=>te(e,ae,L),A=e=>j.test(e),O=e=>te(e,ne,P),V=e=>te(e,ie,E),q=e=>te(e,se,L),H=e=>te(e,re,G),U=e=>te(e,ce,D),X=e=>N.test(e),J=e=>le(e,ne),K=e=>le(e,oe),Y=e=>le(e,se),Q=e=>le(e,ae),Z=e=>le(e,re),ee=e=>le(e,ce,!0),te=(e,t,l)=>{const s=j.exec(e);return!!s&&(s[1]?t(s[1]):l(s[2]))},le=(e,t,l=!1)=>{const s=N.exec(e);return!!s&&(s[1]?t(s[1]):l)},se=e=>"position"===e||"percentage"===e,re=e=>"image"===e||"url"===e,ae=e=>"length"===e||"size"===e||"bg-size"===e,ne=e=>"length"===e,ie=e=>"number"===e,oe=e=>"family-name"===e,ce=e=>"shadow"===e,de=()=>{const e=y("color"),t=y("font"),l=y("text"),s=y("font-weight"),r=y("tracking"),a=y("leading"),n=y("breakpoint"),i=y("container"),o=y("spacing"),c=y("radius"),d=y("shadow"),m=y("inset-shadow"),x=y("text-shadow"),u=y("drop-shadow"),h=y("blur"),p=y("perspective"),f=y("aspect"),g=y("ease"),b=y("animate"),v=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom",X,A],w=()=>[X,A,o],j=()=>[I,"full","auto",...w()],N=()=>[F,"none","subgrid",X,A],k=()=>["auto",{span:["full",F,X,A]},F,X,A],C=()=>[F,"auto",X,A],$=()=>["auto","min","max","fr",X,A],z=()=>["auto",...w()],S=()=>[I,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",...w()],B=()=>[e,X,A],P=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom",Y,q,{position:[X,A]}],L=()=>["auto","cover","contain",Q,R,{size:[X,A]}],D=()=>[M,J,O],G=()=>["","none","full",c,X,A],te=()=>["",E,J,O],le=()=>[E,M,Y,q],se=()=>["","none",h,X,A],re=()=>["none",E,X,A],ae=()=>["none",E,X,A],ne=()=>[E,X,A],ie=()=>[I,"full",...w()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[T],breakpoint:[T],color:[_],container:[T],"drop-shadow":[T],ease:["in","out","in-out"],font:[W],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[T],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[T],shadow:[T],spacing:["px",E],text:[T],"text-shadow":[T],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",I,A,X,f]}],container:["container"],columns:[{columns:[E,A,X,i]}],"break-after":[{"break-after":["auto","avoid","all","avoid-page","page","left","right","column"]}],"break-before":[{"break-before":["auto","avoid","all","avoid-page","page","left","right","column"]}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],sr:["sr-only","not-sr-only"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:v()}],overflow:[{overflow:["auto","hidden","clip","visible","scroll"]}],"overflow-x":[{"overflow-x":["auto","hidden","clip","visible","scroll"]}],"overflow-y":[{"overflow-y":["auto","hidden","clip","visible","scroll"]}],overscroll:[{overscroll:["auto","contain","none"]}],"overscroll-x":[{"overscroll-x":["auto","contain","none"]}],"overscroll-y":[{"overscroll-y":["auto","contain","none"]}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:j()}],"inset-x":[{"inset-x":j()}],"inset-y":[{"inset-y":j()}],start:[{start:j()}],end:[{end:j()}],top:[{top:j()}],right:[{right:j()}],bottom:[{bottom:j()}],left:[{left:j()}],visibility:["visible","invisible","collapse"],z:[{z:[F,"auto",X,A]}],basis:[{basis:[I,"full","auto",i,...w()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[E,I,"auto","initial","none",A]}],grow:[{grow:["",E,X,A]}],shrink:[{shrink:["",E,X,A]}],order:[{order:[F,"first","last","none",X,A]}],"grid-cols":[{"grid-cols":N()}],"col-start-end":[{col:k()}],"col-start":[{"col-start":C()}],"col-end":[{"col-end":C()}],"grid-rows":[{"grid-rows":N()}],"row-start-end":[{row:k()}],"row-start":[{"row-start":C()}],"row-end":[{"row-end":C()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":$()}],"auto-rows":[{"auto-rows":$()}],gap:[{gap:w()}],"gap-x":[{"gap-x":w()}],"gap-y":[{"gap-y":w()}],"justify-content":[{justify:["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe","normal"]}],"justify-items":[{"justify-items":["start","end","center","stretch","center-safe","end-safe","normal"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch","center-safe","end-safe"]}],"align-content":[{content:["normal","start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"]}],"align-items":[{items:["start","end","center","stretch","center-safe","end-safe",{baseline:["","last"]}]}],"align-self":[{self:["auto","start","end","center","stretch","center-safe","end-safe",{baseline:["","last"]}]}],"place-content":[{"place-content":["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"]}],"place-items":[{"place-items":["start","end","center","stretch","center-safe","end-safe","baseline"]}],"place-self":[{"place-self":["auto","start","end","center","stretch","center-safe","end-safe"]}],p:[{p:w()}],px:[{px:w()}],py:[{py:w()}],ps:[{ps:w()}],pe:[{pe:w()}],pt:[{pt:w()}],pr:[{pr:w()}],pb:[{pb:w()}],pl:[{pl:w()}],m:[{m:z()}],mx:[{mx:z()}],my:[{my:z()}],ms:[{ms:z()}],me:[{me:z()}],mt:[{mt:z()}],mr:[{mr:z()}],mb:[{mb:z()}],ml:[{ml:z()}],"space-x":[{"space-x":w()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":w()}],"space-y-reverse":["space-y-reverse"],size:[{size:S()}],w:[{w:[i,"screen",...S()]}],"min-w":[{"min-w":[i,"screen","none",...S()]}],"max-w":[{"max-w":[i,"screen","none","prose",{screen:[n]},...S()]}],h:[{h:["screen","lh",...S()]}],"min-h":[{"min-h":["screen","lh","none",...S()]}],"max-h":[{"max-h":["screen","lh",...S()]}],"font-size":[{text:["base",l,J,O]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[s,X,V]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",M,A]}],"font-family":[{font:[K,A,t]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:[r,X,A]}],"line-clamp":[{"line-clamp":[E,"none",X,V]}],leading:[{leading:[a,...w()]}],"list-image":[{"list-image":["none",X,A]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",X,A]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:B()}],"text-color":[{text:B()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:["solid","dashed","dotted","double","wavy"]}],"text-decoration-thickness":[{decoration:[E,"from-font","auto",X,O]}],"text-decoration-color":[{decoration:B()}],"underline-offset":[{"underline-offset":[E,"auto",X,A]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:w()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",X,A]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],wrap:[{wrap:["break-word","anywhere","normal"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",X,A]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:P()}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","space","round"]}]}],"bg-size":[{bg:L()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},F,X,A],radial:["",X,A],conic:[F,X,A]},Z,H]}],"bg-color":[{bg:B()}],"gradient-from-pos":[{from:D()}],"gradient-via-pos":[{via:D()}],"gradient-to-pos":[{to:D()}],"gradient-from":[{from:B()}],"gradient-via":[{via:B()}],"gradient-to":[{to:B()}],rounded:[{rounded:G()}],"rounded-s":[{"rounded-s":G()}],"rounded-e":[{"rounded-e":G()}],"rounded-t":[{"rounded-t":G()}],"rounded-r":[{"rounded-r":G()}],"rounded-b":[{"rounded-b":G()}],"rounded-l":[{"rounded-l":G()}],"rounded-ss":[{"rounded-ss":G()}],"rounded-se":[{"rounded-se":G()}],"rounded-ee":[{"rounded-ee":G()}],"rounded-es":[{"rounded-es":G()}],"rounded-tl":[{"rounded-tl":G()}],"rounded-tr":[{"rounded-tr":G()}],"rounded-br":[{"rounded-br":G()}],"rounded-bl":[{"rounded-bl":G()}],"border-w":[{border:te()}],"border-w-x":[{"border-x":te()}],"border-w-y":[{"border-y":te()}],"border-w-s":[{"border-s":te()}],"border-w-e":[{"border-e":te()}],"border-w-t":[{"border-t":te()}],"border-w-r":[{"border-r":te()}],"border-w-b":[{"border-b":te()}],"border-w-l":[{"border-l":te()}],"divide-x":[{"divide-x":te()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":te()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:["solid","dashed","dotted","double","hidden","none"]}],"divide-style":[{divide:["solid","dashed","dotted","double","hidden","none"]}],"border-color":[{border:B()}],"border-color-x":[{"border-x":B()}],"border-color-y":[{"border-y":B()}],"border-color-s":[{"border-s":B()}],"border-color-e":[{"border-e":B()}],"border-color-t":[{"border-t":B()}],"border-color-r":[{"border-r":B()}],"border-color-b":[{"border-b":B()}],"border-color-l":[{"border-l":B()}],"divide-color":[{divide:B()}],"outline-style":[{outline:["solid","dashed","dotted","double","none","hidden"]}],"outline-offset":[{"outline-offset":[E,X,A]}],"outline-w":[{outline:["",E,J,O]}],"outline-color":[{outline:B()}],shadow:[{shadow:["","none",d,ee,U]}],"shadow-color":[{shadow:B()}],"inset-shadow":[{"inset-shadow":["none",m,ee,U]}],"inset-shadow-color":[{"inset-shadow":B()}],"ring-w":[{ring:te()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:B()}],"ring-offset-w":[{"ring-offset":[E,O]}],"ring-offset-color":[{"ring-offset":B()}],"inset-ring-w":[{"inset-ring":te()}],"inset-ring-color":[{"inset-ring":B()}],"text-shadow":[{"text-shadow":["none",x,ee,U]}],"text-shadow-color":[{"text-shadow":B()}],opacity:[{opacity:[E,X,A]}],"mix-blend":[{"mix-blend":["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity","plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"]}],"mask-clip":[{"mask-clip":["border","padding","content","fill","stroke","view"]},"mask-no-clip"],"mask-composite":[{mask:["add","subtract","intersect","exclude"]}],"mask-image-linear-pos":[{"mask-linear":[E]}],"mask-image-linear-from-pos":[{"mask-linear-from":le()}],"mask-image-linear-to-pos":[{"mask-linear-to":le()}],"mask-image-linear-from-color":[{"mask-linear-from":B()}],"mask-image-linear-to-color":[{"mask-linear-to":B()}],"mask-image-t-from-pos":[{"mask-t-from":le()}],"mask-image-t-to-pos":[{"mask-t-to":le()}],"mask-image-t-from-color":[{"mask-t-from":B()}],"mask-image-t-to-color":[{"mask-t-to":B()}],"mask-image-r-from-pos":[{"mask-r-from":le()}],"mask-image-r-to-pos":[{"mask-r-to":le()}],"mask-image-r-from-color":[{"mask-r-from":B()}],"mask-image-r-to-color":[{"mask-r-to":B()}],"mask-image-b-from-pos":[{"mask-b-from":le()}],"mask-image-b-to-pos":[{"mask-b-to":le()}],"mask-image-b-from-color":[{"mask-b-from":B()}],"mask-image-b-to-color":[{"mask-b-to":B()}],"mask-image-l-from-pos":[{"mask-l-from":le()}],"mask-image-l-to-pos":[{"mask-l-to":le()}],"mask-image-l-from-color":[{"mask-l-from":B()}],"mask-image-l-to-color":[{"mask-l-to":B()}],"mask-image-x-from-pos":[{"mask-x-from":le()}],"mask-image-x-to-pos":[{"mask-x-to":le()}],"mask-image-x-from-color":[{"mask-x-from":B()}],"mask-image-x-to-color":[{"mask-x-to":B()}],"mask-image-y-from-pos":[{"mask-y-from":le()}],"mask-image-y-to-pos":[{"mask-y-to":le()}],"mask-image-y-from-color":[{"mask-y-from":B()}],"mask-image-y-to-color":[{"mask-y-to":B()}],"mask-image-radial":[{"mask-radial":[X,A]}],"mask-image-radial-from-pos":[{"mask-radial-from":le()}],"mask-image-radial-to-pos":[{"mask-radial-to":le()}],"mask-image-radial-from-color":[{"mask-radial-from":B()}],"mask-image-radial-to-color":[{"mask-radial-to":B()}],"mask-image-radial-shape":[{"mask-radial":["circle","ellipse"]}],"mask-image-radial-size":[{"mask-radial":[{closest:["side","corner"],farthest:["side","corner"]}]}],"mask-image-radial-pos":[{"mask-radial-at":["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"]}],"mask-image-conic-pos":[{"mask-conic":[E]}],"mask-image-conic-from-pos":[{"mask-conic-from":le()}],"mask-image-conic-to-pos":[{"mask-conic-to":le()}],"mask-image-conic-from-color":[{"mask-conic-from":B()}],"mask-image-conic-to-color":[{"mask-conic-to":B()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:P()}],"mask-repeat":[{mask:["no-repeat",{repeat:["","x","y","space","round"]}]}],"mask-size":[{mask:L()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",X,A]}],filter:[{filter:["","none",X,A]}],blur:[{blur:se()}],brightness:[{brightness:[E,X,A]}],contrast:[{contrast:[E,X,A]}],"drop-shadow":[{"drop-shadow":["","none",u,ee,U]}],"drop-shadow-color":[{"drop-shadow":B()}],grayscale:[{grayscale:["",E,X,A]}],"hue-rotate":[{"hue-rotate":[E,X,A]}],invert:[{invert:["",E,X,A]}],saturate:[{saturate:[E,X,A]}],sepia:[{sepia:["",E,X,A]}],"backdrop-filter":[{"backdrop-filter":["","none",X,A]}],"backdrop-blur":[{"backdrop-blur":se()}],"backdrop-brightness":[{"backdrop-brightness":[E,X,A]}],"backdrop-contrast":[{"backdrop-contrast":[E,X,A]}],"backdrop-grayscale":[{"backdrop-grayscale":["",E,X,A]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[E,X,A]}],"backdrop-invert":[{"backdrop-invert":["",E,X,A]}],"backdrop-opacity":[{"backdrop-opacity":[E,X,A]}],"backdrop-saturate":[{"backdrop-saturate":[E,X,A]}],"backdrop-sepia":[{"backdrop-sepia":["",E,X,A]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":w()}],"border-spacing-x":[{"border-spacing-x":w()}],"border-spacing-y":[{"border-spacing-y":w()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",X,A]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[E,"initial",X,A]}],ease:[{ease:["linear","initial",g,X,A]}],delay:[{delay:[E,X,A]}],animate:[{animate:["none",b,X,A]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[p,X,A]}],"perspective-origin":[{"perspective-origin":v()}],rotate:[{rotate:re()}],"rotate-x":[{"rotate-x":re()}],"rotate-y":[{"rotate-y":re()}],"rotate-z":[{"rotate-z":re()}],scale:[{scale:ae()}],"scale-x":[{"scale-x":ae()}],"scale-y":[{"scale-y":ae()}],"scale-z":[{"scale-z":ae()}],"scale-3d":["scale-3d"],skew:[{skew:ne()}],"skew-x":[{"skew-x":ne()}],"skew-y":[{"skew-y":ne()}],transform:[{transform:[X,A,"","none","gpu","cpu"]}],"transform-origin":[{origin:v()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:ie()}],"translate-x":[{"translate-x":ie()}],"translate-y":[{"translate-y":ie()}],"translate-z":[{"translate-z":ie()}],"translate-none":["translate-none"],accent:[{accent:B()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:B()}],"color-scheme":[{scheme:["normal","dark","light","light-dark","only-dark","only-light"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",X,A]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":w()}],"scroll-mx":[{"scroll-mx":w()}],"scroll-my":[{"scroll-my":w()}],"scroll-ms":[{"scroll-ms":w()}],"scroll-me":[{"scroll-me":w()}],"scroll-mt":[{"scroll-mt":w()}],"scroll-mr":[{"scroll-mr":w()}],"scroll-mb":[{"scroll-mb":w()}],"scroll-ml":[{"scroll-ml":w()}],"scroll-p":[{"scroll-p":w()}],"scroll-px":[{"scroll-px":w()}],"scroll-py":[{"scroll-py":w()}],"scroll-ps":[{"scroll-ps":w()}],"scroll-pe":[{"scroll-pe":w()}],"scroll-pt":[{"scroll-pt":w()}],"scroll-pr":[{"scroll-pr":w()}],"scroll-pb":[{"scroll-pb":w()}],"scroll-pl":[{"scroll-pl":w()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",X,A]}],fill:[{fill:["none",...B()]}],"stroke-w":[{stroke:[E,J,O,V]}],stroke:[{stroke:["none",...B()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-x","border-w-y","border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-x","border-color-y","border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],translate:["translate-x","translate-y","translate-none"],"translate-none":["translate","translate-x","translate-y","translate-z"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]},orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}},me=(e,t,l)=>{void 0!==l&&(e[t]=l)},xe=(e,t)=>{if(t)for(const l in t)me(e,l,t[l])},ue=(e,t)=>{if(t)for(const l in t)he(e,t,l)},he=(e,t,l)=>{const s=t[l];void 0!==s&&(e[l]=e[l]?e[l].concat(s):s)},pe=((e,...t)=>"function"==typeof e?w(de,e,...t):w(()=>((e,{cacheSize:t,prefix:l,experimentalParseClassName:s,extend:r={},override:a={}})=>(me(e,"cacheSize",t),me(e,"prefix",l),me(e,"experimentalParseClassName",s),xe(e.theme,a.theme),xe(e.classGroups,a.classGroups),xe(e.conflictingClassGroups,a.conflictingClassGroups),xe(e.conflictingClassGroupModifiers,a.conflictingClassGroupModifiers),me(e,"orderSensitiveModifiers",a.orderSensitiveModifiers),ue(e.theme,r.theme),ue(e.classGroups,r.classGroups),ue(e.conflictingClassGroups,r.conflictingClassGroups),ue(e.conflictingClassGroupModifiers,r.conflictingClassGroupModifiers),he(e,r,"orderSensitiveModifiers"),e))(de(),e),...t))({extend:{classGroups:{"font-variants":["heading1","heading2","heading3","heading4","heading5","heading6","subheading1","subheading2","subheading3","subheading4","subheading5","subheading6","body1","body2","body3","footnote","micro","label1","label2","label3","label4"],"button-sizes":["btn-small","btn-medium","btn-large","btn-x-large"]}}}),fe=(...e)=>pe(r(...e)),ge=t.forwardRef(({children:t,className:l="",style:s,disabled:r,...a},n)=>e.jsx("button",{ref:n,className:fe(l),style:s,disabled:r,...a,children:t}));ge.displayName="Button";const be=l=>{const{open:s,children:r}=l,a=t.useRef(null),[n,i]=t.useState(0);return t.useEffect(()=>{const e=a.current;if(!e)return;const t=()=>{i(s?e.scrollHeight:0)};let l;return t(),s&&(l=new ResizeObserver(()=>t()),l.observe(e)),()=>{l&&l.disconnect()}},[s,r]),e.jsx("div",{className:"overflow-hidden transition-all duration-300 ease-in-out",style:{maxHeight:n,opacity:s?1:0},"aria-hidden":!s,children:e.jsx("div",{ref:a,children:r})})};be.displayName="Collapse";const ve=({name:t,fill:l=0,opticalSize:s="48dp",weight:r="200",emphasis:a=145,size:n=24,color:i="currentColor",style:o={},className:c,onClick:d,dataTestId:m})=>{const x={fontVariationSettings:`'FILL' ${l}, 'wght' ${r}, 'GRAD' ${a}, 'opsz' ${s.substring(0,2)}`,fontSize:`${n}px`,fontFamily:"'Material Symbols Rounded'",color:i||"currentColor",...o};return e.jsx("span",{style:x,className:fe("material-symbols-rounded",c),onClick:d,"data-testid":m,children:t})};ve.displayName="MaterialIcon";const we=l=>{const{title:s,defaultOpen:r,children:a,containerClassName:n,titleClassName:i,className:o,buttonClassName:c,openOnlyOnDesktop:d}=l,[m,x]=t.useState(Boolean(!1));return t.useEffect(()=>{if(d){const e=window.innerWidth>=1024;x(e)}else x(Boolean(r))},[d,r]),e.jsxs("div",{className:fe("rounded-lg border",n),children:[e.jsxs(ge,{type:"button",className:fe("flex w-full items-center justify-between gap-4 rounded-t-lg px-4 py-3 text-left",c),onClick:()=>x(e=>!e),children:[e.jsx("span",{className:fe("label5",i),children:s}),e.jsx(ve,{name:m?"keyboard_arrow_down":"keyboard_arrow_up",fill:1,size:24})]}),e.jsx(be,{open:m,children:e.jsx("div",{className:fe("px-4 py-4",o),children:a})})]})};we.displayName="Accordion";const ye=t.forwardRef(({children:e,as:l,className:s="",style:r,...a},n)=>{const i=l||"p";return t.createElement(i,{ref:n,className:s,style:r,...a},e)});ye.displayName="Text";const je={blue:"bg-fill-brand",green:"bg-fill-brand-accent",navy:"bg-fill-inverse",purple:"bg-fill-brand-tertiary",white:"bg-white",yellow:"bg-[#F5FF1E]"},Ne=t.forwardRef(({className:t,...s},r)=>{const a="string"==typeof s.src?s.src:"",n=a.toLowerCase().split("?")[0]||"",i=a.includes("images.ctfassets.net")&&n.endsWith(".svg");return e.jsx(l,{ref:r,className:fe(t),...s,unoptimized:i})});Ne.displayName="NextImage";const ke=({card:t,lgWidth:l,mdWidth:s})=>{var r,a,n;const i=(null===(r=t.imageAlignment)||void 0===r?void 0:r.toLowerCase())||"left",o="left"===i?"lg:items-start":"right"===i?"lg:items-end":"lg:items-center";return e.jsx("div",{className:`callout-card ${s} ${l} w-full ${null!==(n=je[null!==(a=t.backgroundColor)&&void 0!==a?a:""])&&void 0!==n?n:""}`,children:e.jsxs("div",{className:`card-template flex h-full flex-col items-center gap-6 p-8 text-center ${o}`,children:[e.jsx("div",{className:"card-header",children:(t=>{var l,s,r;if(!t.image)return null;return"full"===(null===(l=t.imageView)||void 0===l?void 0:l.toLowerCase())?e.jsx(Ne,{width:400,height:280,src:t.image,alt:null!==(s=t.title)&&void 0!==s?s:"card-icon",className:"rounded-3xl"}):e.jsx(Ne,{width:88,height:88,src:t.image,alt:null!==(r=t.title)&&void 0!==r?r:"card-icon"})})(t)}),e.jsxs("div",{className:"card-body flex flex-col gap-3 text-start",children:[t.title&&e.jsx(ye,{as:"h5",className:"heading5 font-black",children:t.title}),t.body&&e.jsx(ye,{as:"div",className:"body1",children:t.body})]})]})})},Ce=t.forwardRef(({children:t,className:l="",variant:s="unstyled",style:r,...a},n)=>{const i=fe("unstyled"===s?"":"mb-1 leading-6","list-item",`list-item--${s}`,l);return e.jsx("li",{ref:n,className:i,style:r,...a,children:t})});Ce.displayName="ListItem";const $e=t.forwardRef(({type:t="ul",items:l,className:s="",renderItem:r,children:a,variant:n="unstyled",style:i,...o},c)=>{const d=(()=>{if("unstyled"===n)return"";return`m-0 p-0 ${"ol"===t?"pl-6 list-decimal":"pl-5 list-disc"}`})(),m={className:fe(d,`list--${t}`,`list--${n}`,s),style:i,...o,children:a||(l&&0!==l.length?l.map((t,l)=>r?r(t,l):e.jsx(Ce,{className:t.className,variant:n,children:t.content},t.id||l)):null)};return"ol"===t?e.jsx("ol",{...m,ref:c}):e.jsx("ul",{...m,ref:c})});$e.displayName="List";const ze=t=>{const{items:l,listIconName:s="check",listItemClassName:r,iconSize:a=20,iconPosition:n="center"}=t,i="disc"!==s;return(null==l?void 0:l.length)?e.jsx($e,{className:"mt-2 space-y-1",variant:i?"unstyled":"default",children:l.map((t,l)=>e.jsxs(Ce,{variant:i?"unstyled":"default",className:fe(`${i?"flex":""} ${"top"===n?"items-start":"items-center"} gap-2 text-text-secondary`,r),children:[i&&e.jsx("div",{children:e.jsx(ve,{name:s,size:a,weight:"600",className:"text-icon-brand "+("top"===n?"mt-1":"")})}),e.jsx(ye,{as:"div",children:t})]},l))}):null};ze.displayName="Checklist";const Se=t.forwardRef(({as:t,className:l="",...s},r)=>{const a=fe(l);if(t){const l=t;return e.jsx(l,{ref:r,className:a,...s})}return e.jsx("img",{ref:r,className:a,...s})});Se.displayName="Image";const Be=({onSelect:t,speed:l,isSelected:s=!1})=>{const r=`btn-medium rounded-2xl pl-15 pr-15 inline-flex gap-2 items-center justify-center outline-none focus:ring-2 focus:ring-offset-2 cursor-pointer transition-colors duration-200 align-top ${s?" bg-bg-surface text-text focus:ring-bg-fill-surface-inverse":" bg-bg-fill-brand text-text-brand-on-bg-fill enabled:hover:bg-bg-fill-brand-hover focus:ring-bg-fill-brand"} `;return e.jsxs(ge,{onClick:t,className:fe(r,"w-full justify-between pl-5 pr-5"),"data-track-element-name":"speed_plan_select_button","data-track-click-text":`Select plan speed ${l}`,"data-track-element-clicked":"speed_plan_card",children:[e.jsx("span",{children:"Select plan"}),e.jsx("span",{className:"inline-flex h-6 w-6 items-center justify-center rounded-full "+(s?"bg-bg-fill-surface-inverse text-text-inverse":"bg-bg text-text"),children:e.jsx(ve,{name:"chevron_right",fill:1,size:24})})]})},Ie=({planName:l,speed:s,price:r,description:a,bestValue:n=!1,bestValueText:i="best value",giftBadge:o,innerBadge:c,theme:d="light",featuresTitle:m="Business Ready Internet features",features:x=[],isExpanded:u,onToggleExpand:h,onCtaClick:p,hostType:f})=>{const[g,b]=t.useState(!1),v=void 0!==u?u:g,w="dark"===d;return e.jsxs("article",{className:fe("relative flex h-full w-full max-w-[392px] flex-col",!n&&"pt-[28px]"),children:[n&&e.jsx("div",{className:"rounded-t-[20px] bg-bg-fill-brand-accent px-4 py-1 text-center text-sm font-bold text-text",children:i}),e.jsxs("div",{className:fe("flex flex-grow flex-col gap-6 rounded-[20px] px-5 shadow-cardDrop",w?"bg-bg-fill-inverse text-white":"bg-white text-text",n?"rounded-t-none":""),children:[e.jsxs("header",{className:"overflow-none flex items-start justify-between gap-4 pt-7",children:[e.jsxs("div",{className:"flex flex-col",children:[e.jsx(ye,{as:"h3",className:fe("whitespace-nowrap text-subheading2 font-black lowercase",w?"text-bg-fill-brand-accent":"text-text-brand"),children:l}),"smb"===f?e.jsx(ye,{as:"p",className:`text-label3 font-black ${w?"text-bg-fill-brand-accent":"text-text-brand"} lowercase md:whitespace-nowrap`,children:"business ready internet"}):null]}),e.jsxs("div",{className:"flex items-start",children:[e.jsx("span",{className:"text-xl font-normal",children:"$"}),e.jsx("span",{className:"text-subheading6 font-medium leading-none",children:r.split(".")[0]}),e.jsxs("span",{className:"text-sm font-black",children:[r.split(".")[1],"/mo"]})]})]}),e.jsx("section",{children:e.jsx(ye,{className:fe("text-base",w?"text-white":"text-text"),children:a})}),e.jsx("div",{className:fe("flex-col items-center rounded-xl p-2",w?"bg-bg-surface-inverse":"bg-gray-200"),children:o&&(null==o?void 0:o.map(t=>e.jsxs("div",{className:"flex items-center gap-2 p-1",children:[e.jsx(Se,{src:t.icon,alt:t.title,width:24,height:24}),e.jsx(ye,{className:"text-sm font-bold",children:t.title})]},t.title)))}),e.jsx(Be,{onSelect:p,speed:s,isSelected:w}),x.length>0&&e.jsxs("section",{className:"flex flex-col gap-6",children:[e.jsxs(ge,{onClick:()=>{h?h():b(!g)},className:"group flex w-full items-center justify-between text-left",children:[e.jsx(ye,{as:"h4",className:"text-base font-bold",children:m}),e.jsx(ve,{name:"keyboard_arrow_up",fill:1,size:24,className:fe("transition-transform duration-300",v&&"rotate-180")})]}),e.jsxs("div",{className:fe("overflow-hidden transition-all duration-300 ease-in-out",v?"pb-7 opacity-100":"max-h-0 opacity-0"),children:[e.jsx("div",{className:"flex flex-col gap-3",children:e.jsx(ze,{items:x,listItemClassName:""+(w?"text-white":"text-text")})}),(null==c?void 0:c.badgeIcon)?e.jsxs("div",{className:"flex items-center gap-2 text-center",children:[e.jsx(Se,{src:c.badgeIcon,alt:"Inner Badge",width:12,height:12}),e.jsx("span",{className:"text-sm",children:c.badgeText.includes("|")?e.jsxs(e.Fragment,{children:[e.jsx("span",{className:"font-bold",children:c.badgeText.split("|")[0]}),e.jsx("span",{className:"font-normal",children:c.badgeText.split("|")[1]})]}):e.jsx(ye,{className:"font-bold",children:c.badgeText})})]}):null]})]})]})]})},Ee=({title:t,quote:s,rating:a,author:n,role:i,avatarUrl:o,isActive:c=!1,className:d})=>e.jsxs("figure",{className:r("flex h-full w-full flex-col rounded-3xl p-6 font-sans transition-all duration-300 md:p-13",c?"bg-white shadow-lg":"bg-gray-50 opacity-60",d),children:[e.jsx("header",{children:e.jsx(ye,{as:"h3",className:"mb-4 text-xl font-black lowercase text-text",children:t})}),e.jsx("blockquote",{className:"mb-5 flex-grow text-xl leading-relaxed text-text",children:s}),a?e.jsx("div",{className:"mb-5 flex gap-1",children:[...Array(5)].map((t,l)=>e.jsx(ve,{size:24,name:"star",fill:1,className:r("h-5 w-5",l<a?"text-text":"text-gray-300"),"aria-hidden":"true"},l))}):null,n&&e.jsxs("figcaption",{className:"flex items-center gap-3",children:[e.jsx("div",{className:"relative h-10 w-10 shrink-0 overflow-hidden rounded-full bg-gray-300",children:o?e.jsx(l,{src:o,alt:n,fill:!0,className:"object-cover",sizes:"40px"}):e.jsx("div",{className:"flex h-full w-full items-center justify-center bg-gray-500 text-xs font-bold text-white",children:n.charAt(0)})}),e.jsxs("div",{className:"flex flex-col",children:[e.jsx("cite",{className:"text-sm font-bold not-italic text-text",children:n}),e.jsx(ye,{as:"p",className:"text-xs text-text",children:i})]})]})]});function Fe({fields:l}){var s,a,n,i;const o=(null===(n=null===(a=null===(s=null==l?void 0:l.items)||void 0===s?void 0:s.items)||void 0===a?void 0:a[0])||void 0===n?void 0:n.benefitsExpanded)||!1,[c,d]=t.useState(o),[m,x]=t.useState({}),[u,h]=t.useState(0),p=(null===(i=null==l?void 0:l.items)||void 0===i?void 0:i.items)||[],f=p.length>2,g=t.useRef([]),b=t.useCallback(()=>{f&&h(e=>(e+3)%p.length)},[f,p.length]),v=t.useCallback(()=>{f&&h(e=>(e-3+p.length)%p.length)},[f,p.length]);if(t.useEffect(()=>{if(!f)return;const e=()=>{const e=g.current.filter(Boolean);if(0===e.length)return;e.forEach(e=>{e.style.height="auto"});const t=Math.max(...e.map(e=>e.offsetHeight));e.forEach(e=>{e.style.height=`${t}px`})};e();const t=setTimeout(e,100);return()=>clearTimeout(t)},[f,c,p.length]),!p.length&&!(null==l?void 0:l.title))return null;const w=(t,l,s=!1)=>{var a,n,i,o,u,h,p,f;const b=`${(null===(a=null==t?void 0:t.techType)||void 0===a?void 0:a.startsWith("FIBER"))?"fiber ":""}${(null==t?void 0:t.speed)||""}`,v=(null===(i=null===(n=null==t?void 0:t.priceSuffix)||void 0===n?void 0:n.split("/"))||void 0===i?void 0:i[0])||"00",w=`${(null==t?void 0:t.price)||"0"}.${v}`,y=(null===(o=null==t?void 0:t.benefits)||void 0===o?void 0:o.items)||[],j=(null==t?void 0:t.highlighted)||!1,N=(null===(h=null===(u=null==t?void 0:t.giftRewards)||void 0===u?void 0:u.list)||void 0===h?void 0:h.items)||[],k={badgeText:t.innerBadge||"",badgeIcon:(null===(p=t.innerBadgeIcon)||void 0===p?void 0:p.url)||""},C=s?m[l]||!1:c;return e.jsx("div",{ref:s?void 0:e=>{e&&!g.current.includes(e)&&(g.current[l]=e)},className:r(s?"mx-auto w-full max-w-[392px]":"w-[392px] flex-shrink-0"),children:e.jsx(Ie,{planName:b,speed:(null==t?void 0:t.speed)||"",price:w,description:(null==t?void 0:t.productCardDescription)||"",giftBadge:N,innerBadge:k,theme:(null==t?void 0:t.highlighted)?"dark":"light",bestValue:j,bestValueText:(null==t?void 0:t.topBadgeText)||"best value",featuresTitle:null==t?void 0:t.benefitsTitle,features:y,isExpanded:C,onToggleExpand:()=>{s?x(e=>({...e,[l]:!e[l]})):d(!c)},ctaText:(null===(f=null==t?void 0:t.cta)||void 0===f?void 0:f.buttonLabel)||"Select plan",onCtaClick:()=>{},hostType:"smb"})},l)},y=[...p,...p,...p,...p,...p],j=2*p.length;return f?e.jsxs(e.Fragment,{children:[e.jsx("div",{className:"flex flex-col gap-6 md:hidden",children:p.map((e,t)=>w(e,t,!0))}),e.jsxs("div",{className:"relative hidden w-full md:block",children:[e.jsxs("div",{className:"pointer-events-none absolute -left-16 -right-16 top-[50%] z-30 flex -translate-y-1/2 justify-between px-4 md:px-10",children:[e.jsx(ge,{onClick:b,className:"pointer-events-auto flex h-12 w-12 items-center justify-center rounded-full border border-gray-100 bg-white p-2 text-text shadow-cardDrop transition-all hover:bg-gray-50","aria-label":"Previous",children:e.jsx(ve,{name:"arrow_back",size:24})}),e.jsx(ge,{onClick:v,className:"pointer-events-auto flex h-12 w-12 items-center justify-center rounded-full border border-gray-100 bg-white p-2 text-text shadow-cardDrop transition-all hover:bg-gray-50","aria-label":"Next",children:e.jsx(ve,{name:"arrow_forward",size:24})})]}),e.jsx("div",{className:"mx-auto max-w-[1280px] overflow-hidden",children:e.jsx("div",{className:"flex items-stretch gap-4 pb-4 transition-transform duration-500 ease-in-out",style:{transform:`translateX(calc(-${j+u} * (392px + 12px)))`},children:y.map((e,t)=>w(e,t,!1))})})]})]}):e.jsx("div",{className:"mx-auto grid w-full max-w-[1280px] grid-cols-1 items-stretch gap-8 md:grid-cols-2 lg:grid-cols-3",children:p.map((e,t)=>w(e,t))})}const Me=({fields:l})=>{var s;const a=(null===(s=null==l?void 0:l.items)||void 0===s?void 0:s.items)||[],[n,i]=t.useState(0),o=t.useRef(null),c=t.useCallback(()=>{0!==a.length&&i(e=>(e+1)%a.length)},[a.length]),d=t.useCallback(()=>{0!==a.length&&i(e=>0===e?a.length-1:e-1)},[a.length]);return t.useEffect(()=>{if(0!==a.length)return o.current=setInterval(()=>{c()},8e3),()=>{o.current&&clearInterval(o.current)}},[c,a.length]),a&&0!==a.length?e.jsxs("div",{className:"relative mx-auto max-w-[1280px] overflow-hidden md:px-24",children:[e.jsx(ge,{onClick:d,className:"group absolute left-4 top-1/2 z-20 hidden h-10 w-10 -translate-y-1/2 items-center justify-center rounded-full bg-white p-2 text-text shadow-md transition-colors hover:bg-gray-100 md:flex","aria-label":"Previous",children:e.jsx(ve,{name:"arrow_back",size:24})}),e.jsx("div",{className:"grid grid-cols-1 justify-items-center",children:a.map((t,l)=>{let s=l-n;const i=a.length;s>i/2&&(s-=i),s<-i/2&&(s+=i);const o=0===s;return e.jsx("div",{className:r("col-start-1 row-start-1 w-full md:max-w-[815px]",o?"opacity-100":"opacity-0","md:opacity-100"),style:{transform:`translateX(${o?"0%":105*s+"%"})`,zIndex:o?10:5,visibility:Math.abs(s)>1?"hidden":"visible",transition:"all 0.5s ease-in-out"},children:e.jsx(Ee,{...t,isActive:o,className:"h-full"})},l)})}),e.jsx(ge,{onClick:c,className:"group absolute right-4 top-1/2 z-20 hidden h-10 w-10 -translate-y-1/2 items-center justify-center rounded-full bg-white p-2 text-text shadow-md transition-colors hover:bg-gray-100 md:flex","aria-label":"Next",children:e.jsx(ve,{name:"arrow_forward",size:24})}),e.jsx("div",{className:"mt-8 hidden justify-center gap-2 md:flex",children:a.map((t,l)=>e.jsx("button",{onClick:()=>i(l),className:r("h-2 w-2 rounded-full transition-all duration-300",n===l?"w-6 bg-white":"bg-white/40 hover:bg-white/60"),"aria-label":`Go to slide ${l+1}`},l))})]}):null},Te=e=>{let t="";return e.base&&(t="x-large"===e.base?"label3 ":"label4 "),e.md&&(t+="x-large"===e.md?"md:label3 ":"md:label4 "),e.lg&&(t+="x-large"===e.lg?"lg:label3 ":"lg:label4 "),t.trim()},_e=t.forwardRef(({variant:t="primary_brand",isLoading:l=!1,text:s,label:r,disabled:a,fullWidth:n,size:i={base:"medium"},as:o="button",...c},d)=>{const m=(()=>{const e=fe((e=>{let t="";return e.base&&(t=`btn-${e.base} `),e.md&&(t+=`${(e=>{switch(e){case"small":return"md:btn-small";case"medium":return"md:btn-medium";case"large":return"md:btn-large";case"x-large":return"md:btn-x-large"}})(e.md)} `),e.lg&&(t+=`lg:btn-${e.lg} `),t.trim()})(i),"rounded-2xl pl-15 pr-15 inline-flex gap-2 items-center justify-center outline-none focus:ring-2 focus:ring-offset-2 cursor-pointer transition-colors duration-200 align-top",n&&"w-full"),s=fe((a||l)&&"cursor-not-allowed",l&&"pl-7",a&&"bg-bg-fill-brand-disabled");return fe(e,{primary_brand:"bg-bg-fill-brand text-text-brand-on-bg-fill enabled:hover:bg-bg-fill-brand-hover focus:ring-bg-fill-brand",primary_inverse:"bg-bg-surface-inverse text-text-inverse enabled:hover:bg-bg-fill-inverse-hover focus:ring-bg-surface-inverse",secondary:"border-2 border-border-secondary-on-bg-fill bg-bg text-text focus:ring-bg-surface-inverse"}[t]||"",s)})();let x=`button--${t}`;l&&(x+=" button--loading"),a&&(x+=" button--disabled");const u=`${x} ${m}`,h=e.jsxs(e.Fragment,{children:[l?e.jsx(ve,{name:"progress_activity",className:"animate-spin"}):null,r?e.jsxs("span",{className:"flex flex-col",children:[e.jsx("span",{className:fe(Te(i)),children:r}),s]}):s]});return"a"===o?e.jsx("a",{ref:d,className:fe(u),...c,children:h}):e.jsx("button",{ref:d,className:fe(u),disabled:a||l,...c,children:h})});_e.displayName="BrandButton";const Pe=t.forwardRef(({children:t,href:l,className:s="",onClick:r,variant:a="unstyled",style:n,external:i=!1,disabled:o=!1,...c},d)=>{const m=(()=>{if("unstyled"===a)return"";const e={default:"text-text underline"},t=[o?"opacity-60 cursor-not-allowed pointer-events-none":"cursor-pointer"].filter(Boolean).join(" ");return["transition-colors duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2",e[a]||e.default,t].filter(Boolean).join(" ")})(),x={...c,ref:d,className:fe(m,`link--${a}`,o&&"link--disabled",s),style:n,href:o?void 0:l,onClick:e=>{o?e.preventDefault():null==r||r(e)},...i&&!o&&{target:"_blank",rel:"noopener noreferrer"},...o&&{"aria-disabled":!0,tabIndex:-1}};return e.jsx("a",{...x,children:t})});Pe.displayName="Link";const Le=({showButtonAs:t="solid",buttonVariant:l="primary_brand",buttonLabel:s,buttonPrefix:r,href:a,target:n="_blank",anchorId:i,linkClassName:o,linkVariant:c,fullWidth:d,preDefinedFunctionExecution:m,checkPlansJSX:x,buttonClassName:u,onClick:h,...p})=>{if("check availability"===m)return x;function f(e){null==h||h(e)}function g(e){null==h||h(e)}let b=e.jsx(ge,{onClick:g,className:u,...p});switch(t){case"solid":b=a?e.jsx(_e,{as:"a",href:a,id:i,variant:l,text:s,label:r,fullWidth:d,onClick:f}):e.jsx(_e,{id:i,variant:l,text:s,label:r,fullWidth:d,onClick:g});break;case"text":b=e.jsx(Pe,{href:a,target:n,variant:c||"default",className:`text-text-brand ${o||""}`,onClick:f,children:s})}return b},De=({link:l,anchorName:s})=>{const[r,a]=t.useState(!1),n=t.useRef(null);if(((e,l)=>{const s=t=>{var s;(null===(s=null==e?void 0:e.current)||void 0===s?void 0:s.contains(t.target))||l()};t.useEffect(()=>(document.addEventListener("click",s),()=>{document.removeEventListener("click",s)}))})(n,()=>a(!1)),!l)return null;if((e=>"string"==typeof e.href)(l))return e.jsx(Le,{...l,linkClassName:"body3 flex items-center text-text-link h-full",linkVariant:"unstyled"},`submenu-link-btn-${l.anchorId}`);const{anchorId:i,title:o,items:c}=l,d=Array.isArray(null==c?void 0:c.items)?c.items:[],m=`--link-anchor-${s}`;return e.jsxs("div",{className:"relative h-full",style:{anchorName:m},ref:n,children:[e.jsxs(Le,{onClick:()=>a(e=>!e),"aria-expanded":r,buttonClassName:"group body3 flex h-full items-center",showButtonAs:"unstyled",children:[e.jsx(ye,{as:"span",className:"group-hover:underline",children:null!=o?o:null}),e.jsx(ve,{weight:"700",className:"text-icon-info group-hover:opacity-50",name:r?"keyboard_arrow_up":"keyboard_arrow_down"})]},i),e.jsx("div",{className:fe("fixed z-10 min-w-44 rounded-xl bg-bg shadow-lg","transition-[opacity,transform] ease-out",r&&d.length>0?"pointer-events-auto translate-y-0 opacity-100 duration-75":"pointer-events-none -translate-y-2 opacity-0 duration-0"),style:{positionAnchor:m,top:"anchor(bottom)",right:"anchor(right)"},children:e.jsx("ul",{className:"flex flex-col gap-2 py-2",children:d.map((t,l)=>e.jsx("li",{className:"submenu-link",children:e.jsx(Le,{...t,linkVariant:"unstyled",linkClassName:"body3 px-4 hover:bg-bg-surface-hover flex items-center w-full h-11 text-text-link"})},`submenu-link-${l}`))})})]})},Ge=({link:l})=>{const[s,r]=t.useState(!1);if(!l)return null;if((e=>"string"==typeof e.href)(l))return e.jsx(Le,{...l,linkClassName:"label3 flex items-center w-full h-11 px-4 text-text-link",linkVariant:"unstyled"},`submenu-link-btn-${l.anchorId}`);const{anchorId:a,title:n,items:i}=l,o=Array.isArray(null==i?void 0:i.items)?i.items:[];return e.jsxs(e.Fragment,{children:[e.jsxs(Le,{onClick:()=>r(e=>!e),"aria-expanded":s,buttonClassName:"label3 flex h-11 w-full items-center px-4",showButtonAs:"unstyled",children:[null!=n?n:null,e.jsx(ve,{weight:"700",name:s?"keyboard_arrow_up":"keyboard_arrow_down"})]},a),s&&o.length>0&&e.jsx(We,{items:o})]})},We=({items:t})=>e.jsx("ul",{className:"flex flex-col gap-2",children:t.map((t,l)=>e.jsx("li",{className:"submenu-link",children:e.jsx(Le,{...t,linkVariant:"unstyled",linkClassName:"body3 pl-8 pr-4 flex items-center w-full h-11 text-text-link"})},`submenu-link-${l}`))},`submenu-${t.length}`),Re=t=>{const{showBlinkDot:l=!1,buttonStyle:s="primary",size:r="md",children:a,className:n,...i}=t;return e.jsxs(Pe,{...i,className:fe("relative flex items-center gap-2 font-medium tracking-wide outline-offset-4 rounded-full",{sm:"h-6 text-xs pl-1 pr-2",md:"h-8 text-sm pl-1 pr-2",lg:"h-10 text-base pl-2 pr-3"}[r],{primary:"border-[0.727px] border-border text-text"}[s],n),children:[l?e.jsx("span",{className:`pointer-events-none absolute animate-blink ${{sm:"-left-4",md:"-left-6",lg:"-left-8"}[r]} top-1/2 ${{sm:"h-2 w-2",md:"h-3 w-3",lg:"h-4 w-4"}[r]} -translate-y-1/2 rounded-full bg-icon-brand`}):null,e.jsx("span",{className:`relative inline-flex ${{sm:"h-5 w-5",md:"h-6 w-6",lg:"h-8 w-8"}[r]} items-center justify-center rounded-full bg-icon-brand`,children:e.jsx(ve,{name:"call",fill:1,size:{sm:20,md:20,lg:32}[r],className:"text-white"})}),e.jsx("span",{className:"font-normal tracking-wide",children:a})]})};Re.displayName="CallButton";const Ae=t.forwardRef((l,s)=>{const{className:r,size:a,required:n,placeholder:i,label:o,state:c,errorText:d,prefixIconName:m,prefixIconFill:x=!0,suffixIconFill:u=!1,prefixIconSize:h=24,suffixIconName:p,suffixIconSize:f=24,containerClassName:g,prefixIconClassName:b,loading:v,hasError:w,type:y,...j}=l,N=w?"error":c,[k,C]=t.useState(!1),[$,z]=t.useState(!1),[S,B]=t.useState(y||"text"),I=t.useCallback(e=>{e.stopPropagation(),B(e=>"password"===e?"text":"password")},[]);return e.jsxs("div",{className:"relative",children:[o?e.jsx("label",{htmlFor:o,className:fe("inline-block pb-1"),children:e.jsxs(ye,{as:"span",className:"footnote text-text",children:[o,n?e.jsx("span",{className:"pl-1 text-text-critical",children:"*"}):null]})}):null,e.jsxs("div",{className:fe("relative flex flex-row items-center overflow-hidden rounded-xl border border-input-border bg-input-bg-surface",{sm:"h-[48px] rounded-lg px-3 py-2",slim:"h-12",medium:"h-14",large:"h-[60px]"}[a||"medium"],g,(k||"hover"===N)&&!$&&"error"!==N&&"border-input-border-hover",($||"focus"===N||"active"===N)&&"border-input-border-selected outline outline-1 outline-input-border-selected","error"===N&&"border-input-border-critical outline outline-1 outline-input-border-critical"),children:[m?e.jsx("div",{className:"mr-1",style:{width:h,height:h,overflow:"hidden"},children:e.jsx(ve,{name:m,fill:x?1:0,size:h,className:fe(b)})}):null,e.jsx("input",{ref:s,id:o,disabled:v||j.disabled,className:fe("h-full grow rounded-xl p-4 caret-bg-inverse placeholder:text-input-text-placeholder focus:border-none focus:outline-none","text-body2","slim"===a&&"text-body3",r),placeholder:i,type:S,...j,onMouseOver:()=>C(!0),onMouseOut:()=>C(!1),onFocus:e=>{var t;null===(t=j.onFocus)||void 0===t||t.call(j,e),z(!0)},onBlur:e=>{var t;null===(t=j.onBlur)||void 0===t||t.call(j,e),z(!1)}}),p?e.jsx("div",{className:"ml-2",style:{width:f,height:f,overflow:"hidden"},onClick:I,children:e.jsx(ve,{name:"text"===S?"visibility":"visibility_off",size:f,fill:u?1:0})}):null]}),"error"===N&&d&&""!=d?e.jsxs(ye,{className:fe("footnote left-0 top-full inline-flex items-center pt-1 text-text-critical"),children:[e.jsx(ve,{name:"info",size:20,className:"mr-1"}),d||"Error"]}):null]})});Ae.displayName="Input";const Oe=l=>{var s;const{primaryNavigationLinks:r,utilityNavigationLinks:a}=l,[n,i]=t.useState(!1);t.useEffect(()=>{if("undefined"==typeof window)return;document.body.style.overflowY=n?"hidden":"unset";const e=document.getElementById("drawer-items");if(!e)return;const t=e.querySelectorAll(".focus-item"),l=t[0],s=t[t.length-1],r=e=>{var t,r,a,n;("Tab"===e.key||9===e.keyCode)&&(e.shiftKey?document.activeElement===l&&(null===(r=(t=s).focus)||void 0===r||r.call(t),e.preventDefault()):document.activeElement===s&&(null===(n=(a=l).focus)||void 0===n||n.call(a),e.preventDefault()))};return window.addEventListener("keydown",r),()=>{document.body.style.overflowY="unset",window.removeEventListener("keydown",r)}},[n]);const o=()=>{i(!1)};return e.jsxs("div",{children:[e.jsx(Le,{showButtonAs:"unstyled",buttonClassName:"flex",onClick:()=>i(!0),children:e.jsx(ve,{name:"menu"})}),n?e.jsx("div",{className:"fixed bottom-0 left-0 right-0 top-0 z-[90] h-full w-full bg-scrim-bg-modal"}):null,e.jsx("div",{className:fe("fixed bottom-0 right-0 top-0","z-[100] h-full bg-bg px-0 py-4","transition-all duration-300 ease-in-out","block",n?"right-0":"-right-96"),id:"mobile-menu-overlay",children:e.jsxs("div",{id:"drawer-items",className:"flex h-full flex-col gap-3",children:[e.jsxs("div",{className:"flex items-center justify-between px-4",children:[e.jsx("div",{children:e.jsx(Re,{className:"border-none",href:l.invocaPhoneNumberLink,children:l.invocaPhoneNumberDisplayText})}),e.jsx("div",{children:e.jsx(Le,{showButtonAs:"unstyled",buttonClassName:"focus-item flex",onClick:o,children:e.jsx(ve,{name:"close"})})})]}),e.jsx(Ve,{closeMenu:o,isMenuOpen:n,searchBarIconURL:"string"==typeof l.searchBarIcon?l.searchBarIcon:(null===(s=l.searchBarIcon)||void 0===s?void 0:s.url)||"",onSearch:l.onSearch||(()=>{})}),e.jsxs("div",{className:"flex-grow overflow-y-auto",children:[e.jsx("ul",{className:"mt-2 flex flex-col gap-2",children:null==r?void 0:r.map((t,l)=>e.jsx("li",{children:e.jsx(Ge,{link:t})},`main-menu-items-${l}`))}),e.jsx("ul",{className:"mt-2 flex gap-5 bg-bg-fill-info px-4",children:null==a?void 0:a.map((t,l)=>e.jsx("li",{children:e.jsx(Le,{...Object.fromEntries(Object.entries(t).filter(([e,t])=>null!==t)),linkClassName:fe("footnote flex items-center w-full h-11 text-text-link",1===l&&"label4"),linkVariant:"unstyled"},`submenu-link-btn-${t.anchorId}`)},`main-menu-items-${l}`))})]})]})})]})},Ve=l=>{const{closeMenu:s,onSearch:r,isMenuOpen:a,searchBarIconURL:n}=l,[i,o]=t.useState(""),c=t.useRef(null),d=e=>{s(),e.preventDefault(),r(i)};return t.useEffect(()=>{a||o("")},[a]),e.jsxs("form",{name:"searchForm",className:"flex border-b border-t transition-colors focus-within:border-border-focus",onSubmit:d,children:[e.jsx(Ne,{src:n,width:32,height:32,alt:"Search icon",role:"button",className:"ml-2",onClick:d}),e.jsx("div",{className:"flex-grow",children:e.jsx(Ae,{ref:c,className:"h-[34px] rounded-none text-body3 font-medium leading-6",name:"search",placeholder:"Search...",value:i,onChange:e=>o(e.target.value),autoComplete:"off",containerClassName:"h-[46px] px-4 pl-0 rounded-none flex-grow border-none"})})]})},qe=l=>{const{searchBarIconURL:s,onSearch:r}=l,[a,n]=t.useState(""),i=t.useRef(null),o=e=>{e.preventDefault(),r(a)};return e.jsxs("form",{name:"searchForm",className:"flex h-9 w-60 rounded-full border transition-colors focus-within:border-border-focus",onSubmit:o,children:[e.jsx(Ne,{src:s,width:32,height:32,alt:"Search icon",role:"button",onClick:o}),e.jsx(Ae,{ref:i,className:"rounded-full p-0 text-body3 font-medium leading-6",name:"search",placeholder:"Search...",value:a,onChange:e=>n(e.target.value),autoComplete:"off",containerClassName:"px-0 h-full border-none rounded-full"})]})};exports.Accordion=({items:t,title:l,background:s="white",enableHeading:r=!1,maxWidth:a=!0})=>e.jsx("div",{className:`${{blue:"bg-[#07B2E2]",green:"bg-[#26B170]",yellow:"bg-[#F5FF1E]",purple:"bg-[#931D69]",white:"bg-white",navy:"bg-[#00002D]"}[s]} component-container`,children:e.jsxs("div",{className:(a?"max-w-120 xl:mx-auto":"")+" mx-5 my-8 lg:mx-20 lg:my-18",children:[e.jsx("div",{children:e.jsx(ye,{as:r?"h1":"h2",className:"heading1 text-left lg:text-center",children:l})}),e.jsx("div",{className:"question-answer-section mt-10 lg:mt-16",children:null==t?void 0:t.map((t,l)=>e.jsx("div",{children:e.jsx(we,{title:t.title,containerClassName:"border-0 border-b-[1px] rounded-none",openOnlyOnDesktop:!0,children:e.jsx(ye,{children:t.description})})},`item-${l}`))})]})}),exports.Button=Le,exports.Callout=({title:t,items:l,enableHeading:s=!1,subtitle:r,color:a="dark",maxWidth:n=!0,maxCardsPerRow:i})=>{const o={1:" lg:w-full",2:" lg:w-[calc(50%-0.75rem)]",3:" lg:w-[calc(33.3333%-1rem)]",4:" lg:w-[calc(25%-1.125rem)]"}[i||4]||" lg:w-[calc(25%-1.125rem)]",c=1===l.length?" md:w-full":" md:w-[calc(50%-1rem)]";return e.jsx("div",{className:"component-container",children:e.jsx("div",{className:`mx-5 mb-5 mt-12 ${n?"max-w-120 xl:mx-auto":""} ${"dark"==a?"text-text":"text-white"}`,children:e.jsxs("div",{className:"callout-container flex flex-col gap-8",children:[e.jsxs("div",{className:"title-holder",children:[t&&e.jsx(ye,{as:s?"h1":"h2",className:"heading2 md:heading1 md:text-center",children:t}),r&&e.jsx(ye,{as:s?"h2":"h3",className:"subheading3 mt-3 md:subheading1 md:text-center",children:r})]}),e.jsx("div",{className:"card-holder flex flex-wrap items-stretch justify-center gap-8 self-stretch lg:gap-6",children:l.map((t,l)=>e.jsx(ke,{card:t,lgWidth:o,mdWidth:c},l))})]})})})},exports.Cards=({fields:t})=>e.jsx("div",{children:e.jsx(ye,{children:"Cards"})}),exports.Carousel=({fields:t,hasTestimonialCards:l,hasProductCards:s,disclaimerText:r,backgroundColor:a})=>e.jsx("div",{className:`${a} mx-auto overflow-hidden px-4 py-8`,children:e.jsxs("div",{className:"relative mx-auto flex max-w-[1280px] flex-col gap-12 overflow-visible",children:[e.jsx(ye,{as:"h2",className:"text-center text-4xl font-bold text-text md:text-5xl",children:null==t?void 0:t.title}),(null==t?void 0:t.subTitle)&&e.jsx(ye,{as:"h3",className:"body1 mt-8 px-4 text-center",children:null==t?void 0:t.subTitle}),l&&e.jsx(Me,{fields:t}),s&&e.jsx(Fe,{fields:t}),e.jsx(ye,{as:"div",className:"body1 mt-8 px-4 text-center",children:r})]})}),exports.ComparisonTable=({title:t,disclaimer:l,table:s,maxWidth:r=!0})=>e.jsx("div",{className:"component-container",children:e.jsxs("div",{className:"mx-5 mb-5 mt-8 lg:mt-10 "+(r?"max-w-120 xl:mx-auto":""),children:[e.jsx(ye,{as:"h2",className:"heading2 lg:heading1 lg:text-center",children:t}),e.jsx("div",{className:"comparison-table-container mt-20 xl:mt-10",children:s}),e.jsx(ye,{as:"div",className:"micro mt-8 text-center",children:l})]})}),exports.CtaCallout=({title:t,background:l="white",button:s,color:r,contentAlignment:a,description:n,descriptionAlignment:i,enableHeading:o,subTitle:c,maxWidth:d=!0})=>e.jsx("div",{className:`${{blue:"bg-[#07B2E2]",green:"bg-[#26B170]",yellow:"bg-[#F5FF1E]",purple:"bg-[#931D69]",white:"bg-white",navy:"bg-[#00002D]"}[l]} component-container`,children:e.jsxs("div",{className:`${d?"mx-auto max-w-120":""} color-${r} flex flex-col ${"dark"==r?"text-text":"text-white"} px-5 py-16 lg:px-13 lg:py-24`,children:[e.jsx(ye,{as:o?"h1":"h2",className:`heading2 lg:heading1 text-${a}`,children:t}),e.jsx(ye,{as:"h3",className:`subheading3 pt-2 lg:subheading1 lg:pt-3 text-${a}`,children:c}),e.jsx("div",{className:`pt-2 text-body1 lg:pt-3 text-${i}`,children:n}),e.jsx("div",{className:"flex justify-center pt-5 lg:pt-14",children:e.jsx(Le,{...s})})]})}),exports.FindKinetic=({background:t="white",description:l,enableHeading:s,image:r,list:a=[],subTitle:n,title:i,color:o="dark",maxWidth:c=!0})=>e.jsx("div",{className:`${{blue:"bg-[#07B2E2]",green:"bg-[#26B170]",yellow:"bg-[#F5FF1E]",purple:"bg-[#931D69]",white:"bg-white",navy:"bg-[#00002D]"}[t]} component-container overflow-hidden ${"dark"==o?"text-text":"text-white"}`,children:e.jsxs("div",{className:(c?"max-w-120 xl:mx-auto":"")+" mx-5 mb-5 mt-12 xl:my-20",children:[i&&e.jsx(ye,{as:s?"h1":"h2",className:"heading2 md:heading1 md:text-center",children:i}),n&&e.jsx(ye,{as:s?"h2":"h3",className:"heading3 mt-4 text-center",children:n}),e.jsxs("div",{className:"mt-8 flex items-center xl:mt-16 xl:gap-10",children:[e.jsxs("div",{className:"flex flex-col items-start gap-10 self-stretch xl:flex-[1_0_0]",children:[l&&e.jsx(ye,{as:"p",className:"body1",children:l}),a.length>0&&e.jsx("ul",{className:"grid w-full grid-cols-2 gap-x-8 gap-y-4 lg:grid-cols-3",children:null==a?void 0:a.map((t,l)=>e.jsx("li",{children:e.jsx(Pe,{href:`/${t.code}`,className:"label1",children:t.name})},`item-list-${l}`))})]}),r&&e.jsx("aside",{className:"hidden xl:block",children:e.jsx(Ne,{width:472,height:100,src:r,alt:"image"})})]})]})}),exports.FloatingBanner=({title:t,subtitle:l,description:s,disclaimer:r,icon:a,cta:n,background:i="navy",color:o="light",enableHeading:c,maxWidth:d=!0})=>e.jsx("div",{className:"component-container",children:e.jsxs("div",{className:"mx-5 my-8 lg:mx-20 lg:my-12 lg:rounded-[40px] xl:mx-auto "+(d?"max-w-120":""),children:[e.jsxs("div",{className:`flex flex-col rounded-[28px] px-5 py-7 lg:flex-row lg:rounded-[40px] lg:px-16 lg:py-9 ${{blue:"bg-[#07B2E2]",green:"bg-[#26B170]",yellow:"bg-[#F5FF1E]",purple:"bg-[#931D69]",white:"bg-white",navy:"bg-[#00002D]"}[i]} ${"dark"==o?"text-text":"text-white"} `,children:[a&&e.jsx("div",{className:"floating-banner-icon mb-5 flex justify-center lg:mb-0 lg:items-center",children:e.jsx("div",{className:"h-[80px] w-[80px] overflow-hidden",children:e.jsx(Ne,{width:80,height:80,alt:"icon",src:a})})}),e.jsxs("div",{className:"flex w-4/5 flex-col justify-center lg:mx-5",children:[t&&e.jsx(ye,{as:c?"h1":"h2",className:"heading2 mb-3 text-center lg:w-[95%] lg:text-left",children:t}),l&&e.jsx(ye,{as:"h3",className:"heading3 mb-3 text-center lg:text-left",children:l}),s&&e.jsx(ye,{as:"div",className:"body1 text-center lg:w-[95%] lg:text-left",children:s})]}),n&&e.jsx("div",{className:"mt-5 flex justify-center lg:mt-0 lg:w-[500px] lg:items-center",children:e.jsx(Le,{...n})})]}),r&&e.jsx("div",{children:e.jsx(ye,{as:"div",className:"body3 mt-3 text-center",children:r})})]})}),exports.Footer=({body:l,links:s,bottomLinks:r,copyrights:a,terms:n,maxWidth:i=!0,onClick:o})=>{function c(e){null==o||o(e)}return e.jsx("div",{className:"component-container bg-bg-inverse text-white",children:e.jsxs("div",{className:` ${i?"mx-auto max-w-120":""} px-5 py-8`,children:[e.jsx("aside",{className:"break-words","aria-label":"Promotions and disclaimers",children:l}),e.jsx("div",{className:"my-8 h-[1px] border-t-0 bg-white opacity-100 lg:my-16 dark:opacity-50"}),e.jsx("div",{className:"grid-1 grid gap-8 py-8 md:grid-cols-2 lg:grid-cols-4",children:null==s?void 0:s.map((l,s)=>{var r,a;return e.jsxs(t.Fragment,{children:[e.jsx("div",{children:e.jsxs("nav",{"aria-labelledby":`footer-${null==l?void 0:l.title}`,className:"site-links-group",children:[e.jsx(ye,{as:"div",className:"label3",children:null==l?void 0:l.title}),e.jsx("ul",{className:"flex flex-col",children:null===(a=null===(r=null==l?void 0:l.items)||void 0===r?void 0:r.items)||void 0===a?void 0:a.map((t,l)=>e.jsx("li",{className:"pt-3",children:e.jsx(Le,{...t,linkVariant:"unstyled",linkClassName:"text-white body3",onClick:c})},`site-links-${l}`))})]},`link-group-${s}`)},`footer-link-group-${s}`),e.jsx("div",{className:"block h-[1px] border-t-0 bg-white opacity-100 md:hidden dark:opacity-50"})]},`footer-link-group-${s}`)})}),e.jsxs("div",{className:"pt-8",children:[e.jsx("p",{className:"copy-rights",children:a}),e.jsxs("p",{className:"terms-text footnote text-white",children:["© ",(new Date).getFullYear()," ",n]}),e.jsx("nav",{"aria-label":"Footer legal",children:e.jsx("ul",{className:"bottom-links list-none",children:null==r?void 0:r.map((t,l)=>e.jsx("li",{className:"relative float-left pl-[8px] before:absolute before:left-[3px] before:top-1/2 before:-translate-y-1/2 before:text-[14px] before:content-['•'] first-of-type:pl-0 first-of-type:before:content-['']",children:e.jsx(Le,{...t,linkClassName:"footnote text-white",linkVariant:"unstyled",onClick:c})},`links-${l}`))})})]})]})})},exports.ImagePromoBar=({brow:t,enableHeading:l,title:s,subTitle:r,ctaDisclaimer:a,disclaimer:n,description:i,image:o,imageLinks:c,mediaPosition:d=!0,checklist:m,secondaryCta:x,cta:u,videoLink:h,maxWidth:p=!0,color:f="light",imageWidth:g=660,imageHeight:b=660})=>e.jsx("div",{className:"component-container",children:e.jsx("div",{className:`image-promo-bar-content ${p?"max-w-120 xl:mx-auto":""} mx-5 mb-8 mt-16`,children:e.jsxs("div",{className:"flex shrink-0 flex-col items-center gap-8 xl:gap-[126px] "+(d?"flex-row xl:flex-row-reverse":"xl:flex-row"),children:[e.jsxs("div",{className:"flex flex-[1_0_0] flex-col items-start justify-center gap-8 xl:gap-10 "+("dark"==f?"text-text":"text-white"),children:[e.jsxs("div",{className:"heading holder",children:[t&&e.jsx(ye,{as:"div",className:"subheading4 mb-4 text-text-brand xl:subheading2 xl:mb-3",children:t}),s&&e.jsx(ye,{as:l?"h1":"h2",className:"heading2 xl:heading1",children:s}),r&&e.jsx(ye,{as:l?"h2":"h3",className:"subheading1 mt-3",children:r})]}),i&&e.jsx(ye,{as:"div",className:"body1",children:i}),m.length>0&&e.jsx(ze,{items:m,iconPosition:"top",iconSize:24}),e.jsx("div",{className:"flex gap-4",children:null==c?void 0:c.map((t,l)=>e.jsx("div",{className:"image-link w-[147px]",children:e.jsx(Pe,{variant:"unstyled",href:t.url,target:"_blank",rel:"noopener noreferrer",children:e.jsx(Se,{src:t.image,alt:"icon-link"})})},l))}),e.jsxs("div",{className:"flex w-full flex-col gap-8 xl:flex-row xl:gap-3",children:[u&&e.jsx("div",{className:"primary-cta w-full xl:w-auto",children:e.jsx(Le,{...u,fullWidth:!0})}),x&&e.jsx("div",{className:"secondary-cta",children:e.jsx(Le,{...x,fullWidth:!0})})]}),a&&e.jsx("div",{children:a}),n&&e.jsx("div",{children:n})]}),e.jsxs("aside",{className:"flex shrink-0 content-center items-center",children:[e.jsx("div",{className:"relative aspect-[16/9] w-full xl:aspect-square xl:max-h-[486px] xl:w-[486px]",children:o&&e.jsx(Ne,{src:o,alt:"section-image",width:g,height:b,className:"bottom-0 left-0 right-0 top-0 h-full rounded-[40px] object-cover"})}),e.jsx("div",{children:(null==h?void 0:h.link)&&e.jsx("div",{className:"video-section",children:h.image&&e.jsx(Ne,{src:h.image,alt:"Video preview",width:486,height:100,className:"rounded-[40px]"})})})]})]})})}),exports.Modal=({fields:t})=>e.jsx("div",{children:e.jsx(ye,{children:"Modal Block"})}),exports.Navigation=t=>{const{primaryNavigationLinks:l,utilityNavigationLinks:s,checkPlansJSX:r,primaryNavigationLogo:a,accountNavigationLinks:n,supportNavigationLinks:i,searchBarIcon:o,invocaPhoneNumberLink:c,invocaPhoneNumberDisplayText:d,onSearch:m=()=>{}}=t;return e.jsxs("div",{className:"component-container",children:[e.jsxs("nav",{className:"menu-container",children:[e.jsx("div",{className:"utility-container hidden lg:block lg:border-b lg:px-2",children:e.jsxs("div",{className:"mx-auto flex max-w-120 justify-between",children:[e.jsx("ul",{className:"flex gap-5","aria-label":"Utility Navigation",children:null==s?void 0:s.map((t,l)=>e.jsx("li",{children:e.jsx(Le,{linkClassName:fe("footnote flex items-center w-full h-11 text-text-link",1===l&&"label4"),linkVariant:"unstyled",...Object.fromEntries(Object.entries(t).filter(([e,t])=>null!==t))})},`main-menu-items-${l}`))}),e.jsxs("div",{className:"flex items-center gap-10",children:[e.jsx(Re,{className:"border-none",href:c,children:e.jsx(ye,{className:"body3",children:d})}),null==n?void 0:n.map((t,l)=>e.jsx(De,{anchorName:`my-account-${l}`,link:t},`my-account-${l}`))]})]})}),e.jsxs("div",{className:"main-nav-container","aria-label":"Main Navigation",children:[e.jsxs("div",{className:"mobile-nav-section flex h-14 items-center justify-between px-5 py-[10px] lg:hidden",children:[e.jsx("div",{children:e.jsx(Ne,{src:"string"==typeof a?a:(null==a?void 0:a.url)||"",alt:"Kinetic business logo",width:76.5,height:24})}),e.jsxs("div",{className:"flex items-center gap-6",children:[e.jsx(Re,{href:c,children:e.jsx(ye,{as:"span",className:"footnote",children:d})}),e.jsx(Oe,{...t})]})]}),e.jsx("div",{className:"desktop-nav-section hidden lg:block lg:border-b lg:px-2",children:e.jsxs("div",{className:"mx-auto flex h-14 max-w-120 items-center justify-between",children:[e.jsxs("div",{className:"flex h-full",children:[e.jsx(Ne,{src:"string"==typeof a?a:(null==a?void 0:a.url)||"",alt:"Kinetic business logo",width:76.5,height:24,className:"mr-14"}),e.jsx("div",{className:"flex h-full items-center gap-5",children:null==l?void 0:l.map((t,l)=>e.jsx(De,{anchorName:`main-menu-${l}`,link:t},`main-menu-${l}`))})]}),e.jsxs("div",{className:"flex h-full items-center gap-10",children:[e.jsx(qe,{searchBarIconURL:"string"==typeof o?o:(null==o?void 0:o.url)||"",onSearch:m}),null==i?void 0:i.map((t,l)=>e.jsx(De,{anchorName:`support-menu-${l}`,link:t},`support-menu-${l}`))]})]})})]})]}),r&&e.jsx("div",{className:"md:hidden",children:r})]})},exports.PrimaryHero=t=>{var l;const{title:s,showAsHeading:r,subTitle:a,primaryCta1:n,carouselImages:i,bottomLink:o,price:c,priceCallout:d,priceSuffix:m,checklist:x,checkPlansJSX:u,badgeImage:h,pricingDescriptionDisclaimer:p,secondaryCta:f,secondaryCtaPrefix:g}=t,b=null!==(l=null==o?void 0:o.buttonLabel)&&void 0!==l?l:null==o?void 0:o.label;return e.jsx("div",{className:"component-container p-5 lg:h-[724px] lg:p-0",children:e.jsxs("div",{className:fe("primary-hero-container mx-auto flex flex-col sm:items-center sm:text-center lg:h-full lg:max-w-120 lg:flex-row lg:items-center lg:justify-between lg:gap-4 lg:px-4 lg:text-left"),children:[e.jsx("div",{className:fe("relative flex flex-col text-white sm:w-[485px]"),children:e.jsxs("div",{className:"flex flex-col gap-5 lg:gap-6",children:[s&&e.jsx(ye,{as:r?"h1":"h2",className:"heading2 lg:heading1",children:s}),a&&e.jsx(ye,{as:"p",className:"subheading3 lg:subheading1",children:a}),c?e.jsxs("div",{className:"flex",children:[e.jsx("div",{className:"mr-2 mt-2",children:d?d.split("|").map((t,l)=>e.jsx(ye,{as:"p",className:"body2",children:t},l)):null}),e.jsxs("div",{className:"flex",children:[e.jsx(ye,{as:"p",className:"subheading1 mt-2",children:"$"}),e.jsx(ye,{as:"p",className:"subheading5",children:c}),m?e.jsx(ye,{as:"p",className:"subheading1 mt-2",children:m}):null]})]}):null,x&&e.jsx(ze,{listItemClassName:"text-white body2",items:x.map(e=>e.title)}),e.jsxs("div",{className:"flex flex-col gap-3",children:[n&&e.jsx("div",{className:fe("hidden lg:flex lg:flex-col"),children:e.jsx(Le,{...n,checkPlansJSX:u})}),g||f?e.jsxs("div",{className:"flex",children:[g&&e.jsx(ye,{as:"span",className:"body2 mr-1",children:g}),f&&e.jsx(Le,{linkClassName:"body2 text-text-inverse",...f})]}):null,o&&(b||(null==o?void 0:o.href))&&e.jsx("div",{className:"hidden lg:block",children:e.jsx(Le,{...o,linkClassName:"text-footnote text-white"})}),p?e.jsx(ye,{as:"p",className:"body3",children:p}):null]})]})}),e.jsxs("div",{className:"lg:hidden",children:[e.jsxs("div",{className:"relative my-8",children:[h?e.jsx(Ne,{src:h,alt:"Badge",className:"absolute left-5 top-5 aspect-square w-26 object-cover object-center",width:100,height:100,loading:"eager"}):null,i&&i[0]?e.jsx(Ne,{src:i[0],alt:"Hero",className:"aspect-[1.71:1] sm:aspect-[1.41:1] rounded-[40px] object-cover object-center sm:h-[420px]",width:350,height:205,loading:"eager"}):null]}),o&&(b||(null==o?void 0:o.href))&&e.jsx("div",{children:e.jsx(Le,{...o,linkClassName:"body3 text-white"})}),p?e.jsx(ye,{as:"p",className:"body3",children:p}):null,g||f?e.jsxs("div",{className:"flex",children:[g&&e.jsx(ye,{as:"span",className:"body2 mr-1",children:g}),f&&e.jsx(Le,{...f})]}):null]}),e.jsxs("div",{className:fe("relative hidden lg:block"),children:[h?e.jsx(Ne,{src:h,alt:"Badge",className:"absolute -left-26 top-18 aspect-square w-52 object-cover object-center",width:200,height:200,loading:"eager"}):null,i&&i[0]?e.jsx(Ne,{src:i[0],alt:"Hero",className:"aspect-square rounded-[40px] object-cover object-center",width:600,height:600,loading:"eager"}):null]})]})})},exports.ProductCard=Ie,exports.ShapeBackgroundWrapper=({children:t,background:l,className:s,fill:r="yellow",maxFit:a,show:n=!0,path:i="path2"})=>{const o=`${i}`,c={blue:"text-[#07B2E2]",green:"text-[#26B170]",yellow:"text-[#F5FF1E]",purple:"text-[#931D69]",white:"text-white",navy:"text-[#00002D]"},d={blue:"bg-[#07B2E2]",green:"bg-[#26B170]",yellow:"bg-[#F5FF1E]",purple:"bg-[#931D69]",white:"bg-white",navy:"bg-[#00002D]"},m="string"==typeof l&&l in d,x=m?d[l]:void 0,u=l&&!m?{background:l}:void 0,h=r in c?c[r]:"text-[#F5FF1E]";return n?e.jsxs("div",{className:`shape-bg relative overflow-hidden ${null!=s?s:""} ${a?"max-content":""} ${null!=x?x:u?"":"bg-white"}`,style:u,children:["path1"===i&&e.jsx("svg",{className:`shape-bg-svg pointer-events-none absolute left-1/2 top-[-2371px] z-0 translate-x-[-55%] ${o} fill-current ${h}`,width:"2262",height:"4359",viewBox:"0 0 2262 4359",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false",children:e.jsx("path",{d:"M1838.72 444.021C2216.45 758.242 2351.22 1060.81 2202.83 1982.25C2062.95 2851.55 1923.57 4265.14 1394.48 4348.94C1079.75 4409.66 766.955 4172.68 508.523 4003.04C340.876 3884.89 192.855 3774.9 26.6866 3661.93C-27.6562 3624.7 8.69435 3542.15 74.1261 3555.69C415.628 3626.61 686.916 3615.36 942.942 3443.48C1410.95 3163.54 1632.32 2141.02 1629.56 1543.75C1637.51 910.76 1276.06 582.318 829.643 352.709C587.562 235.528 333.508 169.963 100.699 149.757C31.9431 143.965 25.0259 47.9703 92.459 33.1281C623.196 -84.6769 1404.59 131.886 1839.84 443.573"})}),"path2"===i&&e.jsx("svg",{className:`shape-bg-svg pointer-events-none absolute left-1/2 top-[45.8px] z-0 translate-x-[-101%] ${o} fill-current ${h}`,width:"3739",height:"3666",viewBox:"0 0 3739 3666",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false",children:e.jsx("path",{d:"M1662.93 3664.31C2153.52 3637.23 2442.1 3474.65 2872.31 2646.41C3278.25 1865.09 4009.1 647.09 3634.26 264.38C3417.79 27.9944 3025.37 31.7818 2716.76 13.9013C2511.72 8.81634 2327.31 8.87399 2126.55 0.511773C2060.73 -2.00127 2040.7 85.9475 2101.3 114.087C2417.76 260.743 2628.86 431.51 2731.94 722.142C2940.79 1225.9 2508.91 2178.82 2150.63 2656.7C1779.64 3169.63 1293.64 3217.84 798.345 3136.04C534.128 3085.8 291.072 2986.97 92.1133 2864.4C33.4593 2828.06 -29.3236 2901.01 15.967 2953.13C371.841 3364.12 1128.29 3656.09 1663.56 3665.34"})}),"path3"===i&&e.jsx("svg",{className:`shape-bg-svg pointer-events-none absolute left-1/2 top-[-2600px] z-0 translate-x-[-55%] ${o} fill-current ${h}`,width:"3044",height:"3248",viewBox:"0 0 3044 3248",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false",children:e.jsx("path",{d:"M1.21857 1353.6C-0.931975 1765.46 120.504 2015.15 791.765 2417.01C1424.98 2796.19 2407.16 3469.31 2746.34 3175.04C2955.08 3005.86 2971.76 2677.32 3002.33 2420C3016.95 2248.7 3026.23 2094.39 3043.38 1926.83C3048.81 1871.88 2976.24 1850.67 2949.63 1899.96C2810.91 2157.33 2657.35 2325.33 2408.95 2396.88C1976.88 2546.15 1201.39 2136.59 819.655 1812.63C409.231 1476.27 393.475 1067.19 486.97 656.895C542.372 438.358 637.352 239.983 749.974 79.7081C783.347 32.4684 725.487 -23.7534 679.587 11.5067C317.699 288.49 35.1358 906.671 0.328344 1354.07"})}),"path4"===i&&e.jsx("svg",{className:`shape-bg-svg pointer-events-none absolute left-1/2 top-[-1966.1px] z-0 translate-x-[-48%] ${o} fill-current ${h}`,width:"3739",height:"3666",viewBox:"0 0 3739 3666",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false",children:e.jsx("path",{d:"M1662.93 3664.31C2153.52 3637.23 2442.1 3474.65 2872.31 2646.41C3278.25 1865.1 4009.1 647.091 3634.26 264.381C3417.79 27.9951 3025.37 31.7826 2716.76 13.902C2511.72 8.81709 2327.31 8.87474 2126.55 0.512528C2060.73 -2.00052 2040.7 85.9483 2101.3 114.088C2417.76 260.743 2628.86 431.51 2731.94 722.143C2940.79 1225.9 2508.91 2178.82 2150.63 2656.7C1779.64 3169.63 1293.64 3217.84 798.345 3136.04C534.128 3085.8 291.072 2986.98 92.1133 2864.4C33.4593 2828.06 -29.3236 2901.01 15.967 2953.13C371.841 3364.12 1128.29 3656.09 1663.56 3665.34"})}),e.jsx("div",{className:"shape-bg-content relative z-[1]",children:t})]}):e.jsx("div",{className:s,style:u,children:t})},exports.SimpleCard=ke,exports.TestimonialCard=Ee,exports.Text=({fields:t})=>e.jsx("div",{children:e.jsx(ye,{children:"Text Block"})});
|
|
3
|
+
"use strict";var e=require("react/jsx-runtime"),t=require("react"),l=require("next/image");function s(e){var t,l,r="";if("string"==typeof e||"number"==typeof e)r+=e;else if("object"==typeof e)if(Array.isArray(e)){var a=e.length;for(t=0;t<a;t++)e[t]&&(l=s(e[t]))&&(r&&(r+=" "),r+=l)}else for(l in e)e[l]&&(r&&(r+=" "),r+=l);return r}function r(){for(var e,t,l=0,r="",a=arguments.length;l<a;l++)(e=arguments[l])&&(t=s(e))&&(r&&(r+=" "),r+=t);return r}const a=e=>{const t=c(e),{conflictingClassGroups:l,conflictingClassGroupModifiers:s}=e;return{getClassGroupId:e=>{const l=e.split("-");return""===l[0]&&1!==l.length&&l.shift(),n(l,t)||o(e)},getConflictingClassGroupIds:(e,t)=>{const r=l[e]||[];return t&&s[e]?[...r,...s[e]]:r}}},n=(e,t)=>{if(0===e.length)return t.classGroupId;const l=e[0],s=t.nextPart.get(l),r=s?n(e.slice(1),s):void 0;if(r)return r;if(0===t.validators.length)return;const a=e.join("-");return t.validators.find(({validator:e})=>e(a))?.classGroupId},i=/^\[(.+)\]$/,o=e=>{if(i.test(e)){const t=i.exec(e)[1],l=t?.substring(0,t.indexOf(":"));if(l)return"arbitrary.."+l}},c=e=>{const{theme:t,classGroups:l}=e,s={nextPart:new Map,validators:[]};for(const e in l)d(l[e],s,e,t);return s},d=(e,t,l,s)=>{e.forEach(e=>{if("string"==typeof e){return void((""===e?t:m(t,e)).classGroupId=l)}if("function"==typeof e)return x(e)?void d(e(s),t,l,s):void t.validators.push({validator:e,classGroupId:l});Object.entries(e).forEach(([e,r])=>{d(r,m(t,e),l,s)})})},m=(e,t)=>{let l=e;return t.split("-").forEach(e=>{l.nextPart.has(e)||l.nextPart.set(e,{nextPart:new Map,validators:[]}),l=l.nextPart.get(e)}),l},x=e=>e.isThemeGetter,u=e=>{if(e<1)return{get:()=>{},set:()=>{}};let t=0,l=new Map,s=new Map;const r=(r,a)=>{l.set(r,a),t++,t>e&&(t=0,s=l,l=new Map)};return{get(e){let t=l.get(e);return void 0!==t?t:void 0!==(t=s.get(e))?(r(e,t),t):void 0},set(e,t){l.has(e)?l.set(e,t):r(e,t)}}},h=e=>{const{prefix:t,experimentalParseClassName:l}=e;let s=e=>{const t=[];let l,s=0,r=0,a=0;for(let n=0;n<e.length;n++){let i=e[n];if(0===s&&0===r){if(":"===i){t.push(e.slice(a,n)),a=n+1;continue}if("/"===i){l=n;continue}}"["===i?s++:"]"===i?s--:"("===i?r++:")"===i&&r--}const n=0===t.length?e:e.substring(a),i=p(n);return{modifiers:t,hasImportantModifier:i!==n,baseClassName:i,maybePostfixModifierPosition:l&&l>a?l-a:void 0}};if(t){const e=t+":",l=s;s=t=>t.startsWith(e)?l(t.substring(e.length)):{isExternal:!0,modifiers:[],hasImportantModifier:!1,baseClassName:t,maybePostfixModifierPosition:void 0}}if(l){const e=s;s=t=>l({className:t,parseClassName:e})}return s},p=e=>e.endsWith("!")?e.substring(0,e.length-1):e.startsWith("!")?e.substring(1):e,f=e=>{const t=Object.fromEntries(e.orderSensitiveModifiers.map(e=>[e,!0]));return e=>{if(e.length<=1)return e;const l=[];let s=[];return e.forEach(e=>{"["===e[0]||t[e]?(l.push(...s.sort(),e),s=[]):s.push(e)}),l.push(...s.sort()),l}},g=/\s+/;function b(){let e,t,l=0,s="";for(;l<arguments.length;)(e=arguments[l++])&&(t=v(e))&&(s&&(s+=" "),s+=t);return s}const v=e=>{if("string"==typeof e)return e;let t,l="";for(let s=0;s<e.length;s++)e[s]&&(t=v(e[s]))&&(l&&(l+=" "),l+=t);return l};function w(e,...t){let l,s,r,n=function(o){const c=t.reduce((e,t)=>t(e),e());return l=(e=>({cache:u(e.cacheSize),parseClassName:h(e),sortModifiers:f(e),...a(e)}))(c),s=l.cache.get,r=l.cache.set,n=i,i(o)};function i(e){const t=s(e);if(t)return t;const a=((e,t)=>{const{parseClassName:l,getClassGroupId:s,getConflictingClassGroupIds:r,sortModifiers:a}=t,n=[],i=e.trim().split(g);let o="";for(let e=i.length-1;e>=0;e-=1){const t=i[e],{isExternal:c,modifiers:d,hasImportantModifier:m,baseClassName:x,maybePostfixModifierPosition:u}=l(t);if(c){o=t+(o.length>0?" "+o:o);continue}let h=!!u,p=s(h?x.substring(0,u):x);if(!p){if(!h){o=t+(o.length>0?" "+o:o);continue}if(p=s(x),!p){o=t+(o.length>0?" "+o:o);continue}h=!1}const f=a(d).join(":"),g=m?f+"!":f,b=g+p;if(n.includes(b))continue;n.push(b);const v=r(p,h);for(let e=0;e<v.length;++e){const t=v[e];n.push(g+t)}o=t+(o.length>0?" "+o:o)}return o})(e,l);return r(e,a),a}return function(){return n(b.apply(null,arguments))}}const y=e=>{const t=t=>t[e]||[];return t.isThemeGetter=!0,t},j=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,N=/^\((?:(\w[\w-]*):)?(.+)\)$/i,k=/^\d+\/\d+$/,C=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,$=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,z=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,S=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,B=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,I=e=>k.test(e),E=e=>!!e&&!Number.isNaN(Number(e)),F=e=>!!e&&Number.isInteger(Number(e)),M=e=>e.endsWith("%")&&E(e.slice(0,-1)),T=e=>C.test(e),_=()=>!0,P=e=>$.test(e)&&!z.test(e),L=()=>!1,D=e=>S.test(e),G=e=>B.test(e),W=e=>!A(e)&&!X(e),R=e=>te(e,ae,L),A=e=>j.test(e),O=e=>te(e,ne,P),V=e=>te(e,ie,E),q=e=>te(e,se,L),H=e=>te(e,re,G),U=e=>te(e,ce,D),X=e=>N.test(e),J=e=>le(e,ne),K=e=>le(e,oe),Y=e=>le(e,se),Q=e=>le(e,ae),Z=e=>le(e,re),ee=e=>le(e,ce,!0),te=(e,t,l)=>{const s=j.exec(e);return!!s&&(s[1]?t(s[1]):l(s[2]))},le=(e,t,l=!1)=>{const s=N.exec(e);return!!s&&(s[1]?t(s[1]):l)},se=e=>"position"===e||"percentage"===e,re=e=>"image"===e||"url"===e,ae=e=>"length"===e||"size"===e||"bg-size"===e,ne=e=>"length"===e,ie=e=>"number"===e,oe=e=>"family-name"===e,ce=e=>"shadow"===e,de=()=>{const e=y("color"),t=y("font"),l=y("text"),s=y("font-weight"),r=y("tracking"),a=y("leading"),n=y("breakpoint"),i=y("container"),o=y("spacing"),c=y("radius"),d=y("shadow"),m=y("inset-shadow"),x=y("text-shadow"),u=y("drop-shadow"),h=y("blur"),p=y("perspective"),f=y("aspect"),g=y("ease"),b=y("animate"),v=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom",X,A],w=()=>[X,A,o],j=()=>[I,"full","auto",...w()],N=()=>[F,"none","subgrid",X,A],k=()=>["auto",{span:["full",F,X,A]},F,X,A],C=()=>[F,"auto",X,A],$=()=>["auto","min","max","fr",X,A],z=()=>["auto",...w()],S=()=>[I,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",...w()],B=()=>[e,X,A],P=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom",Y,q,{position:[X,A]}],L=()=>["auto","cover","contain",Q,R,{size:[X,A]}],D=()=>[M,J,O],G=()=>["","none","full",c,X,A],te=()=>["",E,J,O],le=()=>[E,M,Y,q],se=()=>["","none",h,X,A],re=()=>["none",E,X,A],ae=()=>["none",E,X,A],ne=()=>[E,X,A],ie=()=>[I,"full",...w()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[T],breakpoint:[T],color:[_],container:[T],"drop-shadow":[T],ease:["in","out","in-out"],font:[W],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[T],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[T],shadow:[T],spacing:["px",E],text:[T],"text-shadow":[T],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",I,A,X,f]}],container:["container"],columns:[{columns:[E,A,X,i]}],"break-after":[{"break-after":["auto","avoid","all","avoid-page","page","left","right","column"]}],"break-before":[{"break-before":["auto","avoid","all","avoid-page","page","left","right","column"]}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],sr:["sr-only","not-sr-only"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:v()}],overflow:[{overflow:["auto","hidden","clip","visible","scroll"]}],"overflow-x":[{"overflow-x":["auto","hidden","clip","visible","scroll"]}],"overflow-y":[{"overflow-y":["auto","hidden","clip","visible","scroll"]}],overscroll:[{overscroll:["auto","contain","none"]}],"overscroll-x":[{"overscroll-x":["auto","contain","none"]}],"overscroll-y":[{"overscroll-y":["auto","contain","none"]}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:j()}],"inset-x":[{"inset-x":j()}],"inset-y":[{"inset-y":j()}],start:[{start:j()}],end:[{end:j()}],top:[{top:j()}],right:[{right:j()}],bottom:[{bottom:j()}],left:[{left:j()}],visibility:["visible","invisible","collapse"],z:[{z:[F,"auto",X,A]}],basis:[{basis:[I,"full","auto",i,...w()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[E,I,"auto","initial","none",A]}],grow:[{grow:["",E,X,A]}],shrink:[{shrink:["",E,X,A]}],order:[{order:[F,"first","last","none",X,A]}],"grid-cols":[{"grid-cols":N()}],"col-start-end":[{col:k()}],"col-start":[{"col-start":C()}],"col-end":[{"col-end":C()}],"grid-rows":[{"grid-rows":N()}],"row-start-end":[{row:k()}],"row-start":[{"row-start":C()}],"row-end":[{"row-end":C()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":$()}],"auto-rows":[{"auto-rows":$()}],gap:[{gap:w()}],"gap-x":[{"gap-x":w()}],"gap-y":[{"gap-y":w()}],"justify-content":[{justify:["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe","normal"]}],"justify-items":[{"justify-items":["start","end","center","stretch","center-safe","end-safe","normal"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch","center-safe","end-safe"]}],"align-content":[{content:["normal","start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"]}],"align-items":[{items:["start","end","center","stretch","center-safe","end-safe",{baseline:["","last"]}]}],"align-self":[{self:["auto","start","end","center","stretch","center-safe","end-safe",{baseline:["","last"]}]}],"place-content":[{"place-content":["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"]}],"place-items":[{"place-items":["start","end","center","stretch","center-safe","end-safe","baseline"]}],"place-self":[{"place-self":["auto","start","end","center","stretch","center-safe","end-safe"]}],p:[{p:w()}],px:[{px:w()}],py:[{py:w()}],ps:[{ps:w()}],pe:[{pe:w()}],pt:[{pt:w()}],pr:[{pr:w()}],pb:[{pb:w()}],pl:[{pl:w()}],m:[{m:z()}],mx:[{mx:z()}],my:[{my:z()}],ms:[{ms:z()}],me:[{me:z()}],mt:[{mt:z()}],mr:[{mr:z()}],mb:[{mb:z()}],ml:[{ml:z()}],"space-x":[{"space-x":w()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":w()}],"space-y-reverse":["space-y-reverse"],size:[{size:S()}],w:[{w:[i,"screen",...S()]}],"min-w":[{"min-w":[i,"screen","none",...S()]}],"max-w":[{"max-w":[i,"screen","none","prose",{screen:[n]},...S()]}],h:[{h:["screen","lh",...S()]}],"min-h":[{"min-h":["screen","lh","none",...S()]}],"max-h":[{"max-h":["screen","lh",...S()]}],"font-size":[{text:["base",l,J,O]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[s,X,V]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",M,A]}],"font-family":[{font:[K,A,t]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:[r,X,A]}],"line-clamp":[{"line-clamp":[E,"none",X,V]}],leading:[{leading:[a,...w()]}],"list-image":[{"list-image":["none",X,A]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",X,A]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:B()}],"text-color":[{text:B()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:["solid","dashed","dotted","double","wavy"]}],"text-decoration-thickness":[{decoration:[E,"from-font","auto",X,O]}],"text-decoration-color":[{decoration:B()}],"underline-offset":[{"underline-offset":[E,"auto",X,A]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:w()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",X,A]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],wrap:[{wrap:["break-word","anywhere","normal"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",X,A]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:P()}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","space","round"]}]}],"bg-size":[{bg:L()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},F,X,A],radial:["",X,A],conic:[F,X,A]},Z,H]}],"bg-color":[{bg:B()}],"gradient-from-pos":[{from:D()}],"gradient-via-pos":[{via:D()}],"gradient-to-pos":[{to:D()}],"gradient-from":[{from:B()}],"gradient-via":[{via:B()}],"gradient-to":[{to:B()}],rounded:[{rounded:G()}],"rounded-s":[{"rounded-s":G()}],"rounded-e":[{"rounded-e":G()}],"rounded-t":[{"rounded-t":G()}],"rounded-r":[{"rounded-r":G()}],"rounded-b":[{"rounded-b":G()}],"rounded-l":[{"rounded-l":G()}],"rounded-ss":[{"rounded-ss":G()}],"rounded-se":[{"rounded-se":G()}],"rounded-ee":[{"rounded-ee":G()}],"rounded-es":[{"rounded-es":G()}],"rounded-tl":[{"rounded-tl":G()}],"rounded-tr":[{"rounded-tr":G()}],"rounded-br":[{"rounded-br":G()}],"rounded-bl":[{"rounded-bl":G()}],"border-w":[{border:te()}],"border-w-x":[{"border-x":te()}],"border-w-y":[{"border-y":te()}],"border-w-s":[{"border-s":te()}],"border-w-e":[{"border-e":te()}],"border-w-t":[{"border-t":te()}],"border-w-r":[{"border-r":te()}],"border-w-b":[{"border-b":te()}],"border-w-l":[{"border-l":te()}],"divide-x":[{"divide-x":te()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":te()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:["solid","dashed","dotted","double","hidden","none"]}],"divide-style":[{divide:["solid","dashed","dotted","double","hidden","none"]}],"border-color":[{border:B()}],"border-color-x":[{"border-x":B()}],"border-color-y":[{"border-y":B()}],"border-color-s":[{"border-s":B()}],"border-color-e":[{"border-e":B()}],"border-color-t":[{"border-t":B()}],"border-color-r":[{"border-r":B()}],"border-color-b":[{"border-b":B()}],"border-color-l":[{"border-l":B()}],"divide-color":[{divide:B()}],"outline-style":[{outline:["solid","dashed","dotted","double","none","hidden"]}],"outline-offset":[{"outline-offset":[E,X,A]}],"outline-w":[{outline:["",E,J,O]}],"outline-color":[{outline:B()}],shadow:[{shadow:["","none",d,ee,U]}],"shadow-color":[{shadow:B()}],"inset-shadow":[{"inset-shadow":["none",m,ee,U]}],"inset-shadow-color":[{"inset-shadow":B()}],"ring-w":[{ring:te()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:B()}],"ring-offset-w":[{"ring-offset":[E,O]}],"ring-offset-color":[{"ring-offset":B()}],"inset-ring-w":[{"inset-ring":te()}],"inset-ring-color":[{"inset-ring":B()}],"text-shadow":[{"text-shadow":["none",x,ee,U]}],"text-shadow-color":[{"text-shadow":B()}],opacity:[{opacity:[E,X,A]}],"mix-blend":[{"mix-blend":["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity","plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"]}],"mask-clip":[{"mask-clip":["border","padding","content","fill","stroke","view"]},"mask-no-clip"],"mask-composite":[{mask:["add","subtract","intersect","exclude"]}],"mask-image-linear-pos":[{"mask-linear":[E]}],"mask-image-linear-from-pos":[{"mask-linear-from":le()}],"mask-image-linear-to-pos":[{"mask-linear-to":le()}],"mask-image-linear-from-color":[{"mask-linear-from":B()}],"mask-image-linear-to-color":[{"mask-linear-to":B()}],"mask-image-t-from-pos":[{"mask-t-from":le()}],"mask-image-t-to-pos":[{"mask-t-to":le()}],"mask-image-t-from-color":[{"mask-t-from":B()}],"mask-image-t-to-color":[{"mask-t-to":B()}],"mask-image-r-from-pos":[{"mask-r-from":le()}],"mask-image-r-to-pos":[{"mask-r-to":le()}],"mask-image-r-from-color":[{"mask-r-from":B()}],"mask-image-r-to-color":[{"mask-r-to":B()}],"mask-image-b-from-pos":[{"mask-b-from":le()}],"mask-image-b-to-pos":[{"mask-b-to":le()}],"mask-image-b-from-color":[{"mask-b-from":B()}],"mask-image-b-to-color":[{"mask-b-to":B()}],"mask-image-l-from-pos":[{"mask-l-from":le()}],"mask-image-l-to-pos":[{"mask-l-to":le()}],"mask-image-l-from-color":[{"mask-l-from":B()}],"mask-image-l-to-color":[{"mask-l-to":B()}],"mask-image-x-from-pos":[{"mask-x-from":le()}],"mask-image-x-to-pos":[{"mask-x-to":le()}],"mask-image-x-from-color":[{"mask-x-from":B()}],"mask-image-x-to-color":[{"mask-x-to":B()}],"mask-image-y-from-pos":[{"mask-y-from":le()}],"mask-image-y-to-pos":[{"mask-y-to":le()}],"mask-image-y-from-color":[{"mask-y-from":B()}],"mask-image-y-to-color":[{"mask-y-to":B()}],"mask-image-radial":[{"mask-radial":[X,A]}],"mask-image-radial-from-pos":[{"mask-radial-from":le()}],"mask-image-radial-to-pos":[{"mask-radial-to":le()}],"mask-image-radial-from-color":[{"mask-radial-from":B()}],"mask-image-radial-to-color":[{"mask-radial-to":B()}],"mask-image-radial-shape":[{"mask-radial":["circle","ellipse"]}],"mask-image-radial-size":[{"mask-radial":[{closest:["side","corner"],farthest:["side","corner"]}]}],"mask-image-radial-pos":[{"mask-radial-at":["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"]}],"mask-image-conic-pos":[{"mask-conic":[E]}],"mask-image-conic-from-pos":[{"mask-conic-from":le()}],"mask-image-conic-to-pos":[{"mask-conic-to":le()}],"mask-image-conic-from-color":[{"mask-conic-from":B()}],"mask-image-conic-to-color":[{"mask-conic-to":B()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:P()}],"mask-repeat":[{mask:["no-repeat",{repeat:["","x","y","space","round"]}]}],"mask-size":[{mask:L()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",X,A]}],filter:[{filter:["","none",X,A]}],blur:[{blur:se()}],brightness:[{brightness:[E,X,A]}],contrast:[{contrast:[E,X,A]}],"drop-shadow":[{"drop-shadow":["","none",u,ee,U]}],"drop-shadow-color":[{"drop-shadow":B()}],grayscale:[{grayscale:["",E,X,A]}],"hue-rotate":[{"hue-rotate":[E,X,A]}],invert:[{invert:["",E,X,A]}],saturate:[{saturate:[E,X,A]}],sepia:[{sepia:["",E,X,A]}],"backdrop-filter":[{"backdrop-filter":["","none",X,A]}],"backdrop-blur":[{"backdrop-blur":se()}],"backdrop-brightness":[{"backdrop-brightness":[E,X,A]}],"backdrop-contrast":[{"backdrop-contrast":[E,X,A]}],"backdrop-grayscale":[{"backdrop-grayscale":["",E,X,A]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[E,X,A]}],"backdrop-invert":[{"backdrop-invert":["",E,X,A]}],"backdrop-opacity":[{"backdrop-opacity":[E,X,A]}],"backdrop-saturate":[{"backdrop-saturate":[E,X,A]}],"backdrop-sepia":[{"backdrop-sepia":["",E,X,A]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":w()}],"border-spacing-x":[{"border-spacing-x":w()}],"border-spacing-y":[{"border-spacing-y":w()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",X,A]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[E,"initial",X,A]}],ease:[{ease:["linear","initial",g,X,A]}],delay:[{delay:[E,X,A]}],animate:[{animate:["none",b,X,A]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[p,X,A]}],"perspective-origin":[{"perspective-origin":v()}],rotate:[{rotate:re()}],"rotate-x":[{"rotate-x":re()}],"rotate-y":[{"rotate-y":re()}],"rotate-z":[{"rotate-z":re()}],scale:[{scale:ae()}],"scale-x":[{"scale-x":ae()}],"scale-y":[{"scale-y":ae()}],"scale-z":[{"scale-z":ae()}],"scale-3d":["scale-3d"],skew:[{skew:ne()}],"skew-x":[{"skew-x":ne()}],"skew-y":[{"skew-y":ne()}],transform:[{transform:[X,A,"","none","gpu","cpu"]}],"transform-origin":[{origin:v()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:ie()}],"translate-x":[{"translate-x":ie()}],"translate-y":[{"translate-y":ie()}],"translate-z":[{"translate-z":ie()}],"translate-none":["translate-none"],accent:[{accent:B()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:B()}],"color-scheme":[{scheme:["normal","dark","light","light-dark","only-dark","only-light"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",X,A]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":w()}],"scroll-mx":[{"scroll-mx":w()}],"scroll-my":[{"scroll-my":w()}],"scroll-ms":[{"scroll-ms":w()}],"scroll-me":[{"scroll-me":w()}],"scroll-mt":[{"scroll-mt":w()}],"scroll-mr":[{"scroll-mr":w()}],"scroll-mb":[{"scroll-mb":w()}],"scroll-ml":[{"scroll-ml":w()}],"scroll-p":[{"scroll-p":w()}],"scroll-px":[{"scroll-px":w()}],"scroll-py":[{"scroll-py":w()}],"scroll-ps":[{"scroll-ps":w()}],"scroll-pe":[{"scroll-pe":w()}],"scroll-pt":[{"scroll-pt":w()}],"scroll-pr":[{"scroll-pr":w()}],"scroll-pb":[{"scroll-pb":w()}],"scroll-pl":[{"scroll-pl":w()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",X,A]}],fill:[{fill:["none",...B()]}],"stroke-w":[{stroke:[E,J,O,V]}],stroke:[{stroke:["none",...B()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-x","border-w-y","border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-x","border-color-y","border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],translate:["translate-x","translate-y","translate-none"],"translate-none":["translate","translate-x","translate-y","translate-z"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]},orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}},me=(e,t,l)=>{void 0!==l&&(e[t]=l)},xe=(e,t)=>{if(t)for(const l in t)me(e,l,t[l])},ue=(e,t)=>{if(t)for(const l in t)he(e,t,l)},he=(e,t,l)=>{const s=t[l];void 0!==s&&(e[l]=e[l]?e[l].concat(s):s)},pe=((e,...t)=>"function"==typeof e?w(de,e,...t):w(()=>((e,{cacheSize:t,prefix:l,experimentalParseClassName:s,extend:r={},override:a={}})=>(me(e,"cacheSize",t),me(e,"prefix",l),me(e,"experimentalParseClassName",s),xe(e.theme,a.theme),xe(e.classGroups,a.classGroups),xe(e.conflictingClassGroups,a.conflictingClassGroups),xe(e.conflictingClassGroupModifiers,a.conflictingClassGroupModifiers),me(e,"orderSensitiveModifiers",a.orderSensitiveModifiers),ue(e.theme,r.theme),ue(e.classGroups,r.classGroups),ue(e.conflictingClassGroups,r.conflictingClassGroups),ue(e.conflictingClassGroupModifiers,r.conflictingClassGroupModifiers),he(e,r,"orderSensitiveModifiers"),e))(de(),e),...t))({extend:{classGroups:{"font-variants":["heading1","heading2","heading3","heading4","heading5","heading6","subheading1","subheading2","subheading3","subheading4","subheading5","subheading6","body1","body2","body3","footnote","micro","label1","label2","label3","label4"],"button-sizes":["btn-small","btn-medium","btn-large","btn-x-large"]}}}),fe=(...e)=>pe(r(...e)),ge=t.forwardRef(({children:t,className:l="",style:s,disabled:r,...a},n)=>e.jsx("button",{ref:n,className:fe(l),style:s,disabled:r,...a,children:t}));ge.displayName="Button";const be=l=>{const{open:s,children:r}=l,a=t.useRef(null),[n,i]=t.useState(0);return t.useEffect(()=>{const e=a.current;if(!e)return;const t=()=>{i(s?e.scrollHeight:0)};let l;return t(),s&&(l=new ResizeObserver(()=>t()),l.observe(e)),()=>{l&&l.disconnect()}},[s,r]),e.jsx("div",{className:"overflow-hidden transition-all duration-300 ease-in-out",style:{maxHeight:n,opacity:s?1:0},"aria-hidden":!s,children:e.jsx("div",{ref:a,children:r})})};be.displayName="Collapse";const ve=({name:t,fill:l=0,opticalSize:s="48dp",weight:r="200",emphasis:a=145,size:n=24,color:i="currentColor",style:o={},className:c,onClick:d,dataTestId:m})=>{const x={fontVariationSettings:`'FILL' ${l}, 'wght' ${r}, 'GRAD' ${a}, 'opsz' ${s.substring(0,2)}`,fontSize:`${n}px`,fontFamily:"'Material Symbols Rounded'",color:i||"currentColor",...o};return e.jsx("span",{style:x,className:fe("material-symbols-rounded",c),onClick:d,"data-testid":m,children:t})};ve.displayName="MaterialIcon";const we=l=>{const{title:s,defaultOpen:r,children:a,containerClassName:n,titleClassName:i,className:o,buttonClassName:c,openOnlyOnDesktop:d}=l,[m,x]=t.useState(Boolean(!1));return t.useEffect(()=>{if(d){const e=window.innerWidth>=1024;x(e)}else x(Boolean(r))},[d,r]),e.jsxs("div",{className:fe("rounded-lg border",n),children:[e.jsxs(ge,{type:"button",className:fe("flex w-full items-center justify-between gap-4 rounded-t-lg px-4 py-3 text-left",c),onClick:()=>x(e=>!e),children:[e.jsx("span",{className:fe("label5",i),children:s}),e.jsx(ve,{name:m?"keyboard_arrow_down":"keyboard_arrow_up",fill:1,size:24})]}),e.jsx(be,{open:m,children:e.jsx("div",{className:fe("px-4 py-4",o),children:a})})]})};we.displayName="Accordion";const ye=t.forwardRef(({children:e,as:l,className:s="",style:r,...a},n)=>{const i=l||"p";return t.createElement(i,{ref:n,className:s,style:r,...a},e)});ye.displayName="Text";const je={blue:"bg-fill-brand",green:"bg-fill-brand-accent",navy:"bg-fill-inverse",purple:"bg-fill-brand-tertiary",white:"bg-white",yellow:"bg-[#F5FF1E]"},Ne=t.forwardRef(({className:t,...s},r)=>{const a="string"==typeof s.src?s.src:"",n=a.toLowerCase().split("?")[0]||"",i=a.includes("images.ctfassets.net")&&n.endsWith(".svg");return e.jsx(l,{ref:r,className:fe(t),...s,unoptimized:i})});Ne.displayName="NextImage";const ke=({card:t,lgWidth:l,mdWidth:s})=>{var r,a,n;const i=(null===(r=t.imageAlignment)||void 0===r?void 0:r.toLowerCase())||"left",o="left"===i?"lg:items-start":"right"===i?"lg:items-end":"lg:items-center";return e.jsx("div",{className:`callout-card ${s} ${l} w-full ${null!==(n=je[null!==(a=t.backgroundColor)&&void 0!==a?a:""])&&void 0!==n?n:""}`,children:e.jsxs("div",{className:`card-template flex h-full flex-col items-center gap-6 p-8 text-center ${o}`,children:[e.jsx("div",{className:"card-header",children:(t=>{var l,s,r;if(!t.image)return null;return"full"===(null===(l=t.imageView)||void 0===l?void 0:l.toLowerCase())?e.jsx(Ne,{width:400,height:280,src:t.image,alt:null!==(s=t.title)&&void 0!==s?s:"card-icon",className:"rounded-3xl"}):e.jsx(Ne,{width:88,height:88,src:t.image,alt:null!==(r=t.title)&&void 0!==r?r:"card-icon"})})(t)}),e.jsxs("div",{className:"card-body flex flex-col gap-3 text-start",children:[t.title&&e.jsx(ye,{as:"h5",className:"heading5 font-black",children:t.title}),t.body&&e.jsx(ye,{as:"div",className:"body1",children:t.body})]})]})})},Ce=t.forwardRef(({children:t,className:l="",variant:s="unstyled",style:r,...a},n)=>{const i=fe("unstyled"===s?"":"mb-1 leading-6","list-item",`list-item--${s}`,l);return e.jsx("li",{ref:n,className:i,style:r,...a,children:t})});Ce.displayName="ListItem";const $e=t.forwardRef(({type:t="ul",items:l,className:s="",renderItem:r,children:a,variant:n="unstyled",style:i,...o},c)=>{const d=(()=>{if("unstyled"===n)return"";return`m-0 p-0 ${"ol"===t?"pl-6 list-decimal":"pl-5 list-disc"}`})(),m={className:fe(d,`list--${t}`,`list--${n}`,s),style:i,...o,children:a||(l&&0!==l.length?l.map((t,l)=>r?r(t,l):e.jsx(Ce,{className:t.className,variant:n,children:t.content},t.id||l)):null)};return"ol"===t?e.jsx("ol",{...m,ref:c}):e.jsx("ul",{...m,ref:c})});$e.displayName="List";const ze=t=>{const{items:l,listIconName:s="check",listItemClassName:r,iconSize:a=20,iconPosition:n="center",iconColor:i="brand"}=t,o="disc"!==s;return(null==l?void 0:l.length)?e.jsx($e,{className:"mt-2 space-y-1",variant:o?"unstyled":"default",children:l.map((t,l)=>e.jsxs(Ce,{variant:o?"unstyled":"default",className:fe(`${o?"flex":""} ${"top"===n?"items-start":"items-center"} gap-2 text-text-secondary`,r),children:[o&&e.jsx("div",{children:e.jsx(ve,{name:s,size:a,weight:"600",className:`text-icon-${i} ${"top"===n?"mt-1":""}`})}),e.jsx(ye,{as:"div",children:t})]},l))}):null};ze.displayName="Checklist";const Se=t.forwardRef(({as:t,className:l="",...s},r)=>{const a=fe(l);if(t){const l=t;return e.jsx(l,{ref:r,className:a,...s})}return e.jsx("img",{ref:r,className:a,...s})});Se.displayName="Image";const Be=({onSelect:t,speed:l,isSelected:s=!1})=>{const r=`btn-medium rounded-2xl pl-15 pr-15 inline-flex gap-2 items-center justify-center outline-none focus:ring-2 focus:ring-offset-2 cursor-pointer transition-colors duration-200 align-top ${s?" bg-bg-surface text-text focus:ring-bg-fill-surface-inverse":" bg-bg-fill-brand text-text-brand-on-bg-fill enabled:hover:bg-bg-fill-brand-hover focus:ring-bg-fill-brand"} `;return e.jsxs(ge,{onClick:t,className:fe(r,"w-full justify-between pl-5 pr-5"),"data-track-element-name":"speed_plan_select_button","data-track-click-text":`Select plan speed ${l}`,"data-track-element-clicked":"speed_plan_card",children:[e.jsx("span",{children:"Select plan"}),e.jsx("span",{className:"inline-flex h-6 w-6 items-center justify-center rounded-full "+(s?"bg-bg-fill-surface-inverse text-text-inverse":"bg-bg text-text"),children:e.jsx(ve,{name:"chevron_right",fill:1,size:24})})]})},Ie=({planName:l,speed:s,price:r,description:a,bestValue:n=!1,bestValueText:i="best value",giftBadge:o,innerBadge:c,theme:d="light",featuresTitle:m="Business Ready Internet features",features:x=[],isExpanded:u,onToggleExpand:h,onCtaClick:p,hostType:f})=>{const[g,b]=t.useState(!1),v=void 0!==u?u:g,w="dark"===d;return e.jsxs("article",{className:fe("relative flex h-full w-full max-w-[392px] flex-col",!n&&"pt-[28px]"),children:[n&&e.jsx("div",{className:"rounded-t-[20px] bg-bg-fill-brand-accent px-4 py-1 text-center text-sm font-bold text-text",children:i}),e.jsxs("div",{className:fe("flex flex-grow flex-col gap-6 rounded-[20px] px-5 shadow-cardDrop",w?"bg-bg-fill-inverse text-white":"bg-white text-text",n?"rounded-t-none":""),children:[e.jsxs("header",{className:"overflow-none flex items-start justify-between gap-4 pt-7",children:[e.jsxs("div",{className:"flex flex-col",children:[e.jsx(ye,{as:"h3",className:fe("whitespace-nowrap text-subheading2 font-black lowercase",w?"text-bg-fill-brand-accent":"text-text-brand"),children:l}),"smb"===f?e.jsx(ye,{as:"p",className:`text-label3 font-black ${w?"text-bg-fill-brand-accent":"text-text-brand"} lowercase md:whitespace-nowrap`,children:"business ready internet"}):null]}),e.jsxs("div",{className:"flex items-start",children:[e.jsx("span",{className:"text-xl font-normal",children:"$"}),e.jsx("span",{className:"text-subheading6 font-medium leading-none",children:r.split(".")[0]}),e.jsxs("span",{className:"text-sm font-black",children:[r.split(".")[1],"/mo"]})]})]}),e.jsx("section",{children:e.jsx(ye,{className:fe("text-base",w?"text-white":"text-text"),children:a})}),e.jsx("div",{className:fe("flex-col items-center rounded-xl p-2",w?"bg-bg-surface-inverse":"bg-gray-200"),children:o&&(null==o?void 0:o.map(t=>e.jsxs("div",{className:"flex items-center gap-2 p-1",children:[e.jsx(Se,{src:t.icon,alt:t.title,width:24,height:24}),e.jsx(ye,{className:"text-sm font-bold",children:t.title})]},t.title)))}),e.jsx(Be,{onSelect:p,speed:s,isSelected:w}),x.length>0&&e.jsxs("section",{className:"flex flex-col gap-6",children:[e.jsxs(ge,{onClick:()=>{h?h():b(!g)},className:"group flex w-full items-center justify-between text-left",children:[e.jsx(ye,{as:"h4",className:"text-base font-bold",children:m}),e.jsx(ve,{name:"keyboard_arrow_up",fill:1,size:24,className:fe("transition-transform duration-300",v&&"rotate-180")})]}),e.jsxs("div",{className:fe("overflow-hidden transition-all duration-300 ease-in-out",v?"pb-7 opacity-100":"max-h-0 opacity-0"),children:[e.jsx("div",{className:"flex flex-col gap-3",children:e.jsx(ze,{items:x,listItemClassName:""+(w?"text-white":"text-text")})}),(null==c?void 0:c.badgeIcon)?e.jsxs("div",{className:"flex items-center gap-2 text-center",children:[e.jsx(Se,{src:c.badgeIcon,alt:"Inner Badge",width:12,height:12}),e.jsx("span",{className:"text-sm",children:c.badgeText.includes("|")?e.jsxs(e.Fragment,{children:[e.jsx("span",{className:"font-bold",children:c.badgeText.split("|")[0]}),e.jsx("span",{className:"font-normal",children:c.badgeText.split("|")[1]})]}):e.jsx(ye,{className:"font-bold",children:c.badgeText})})]}):null]})]})]})]})},Ee=({title:t,quote:s,rating:a,author:n,role:i,avatarUrl:o,isActive:c=!1,className:d})=>e.jsxs("figure",{className:r("flex h-full w-full flex-col rounded-3xl p-6 font-sans transition-all duration-300 md:p-13",c?"bg-white shadow-lg":"bg-gray-50 opacity-60",d),children:[e.jsx("header",{children:e.jsx(ye,{as:"h3",className:"mb-4 text-xl font-black lowercase text-text",children:t})}),e.jsx("blockquote",{className:"mb-5 flex-grow text-xl leading-relaxed text-text",children:s}),a?e.jsx("div",{className:"mb-5 flex gap-1",children:[...Array(5)].map((t,l)=>e.jsx(ve,{size:24,name:"star",fill:1,className:r("h-5 w-5",l<a?"text-text":"text-gray-300"),"aria-hidden":"true"},l))}):null,n&&e.jsxs("figcaption",{className:"flex items-center gap-3",children:[e.jsx("div",{className:"relative h-10 w-10 shrink-0 overflow-hidden rounded-full bg-gray-300",children:o?e.jsx(l,{src:o,alt:n,fill:!0,className:"object-cover",sizes:"40px"}):e.jsx("div",{className:"flex h-full w-full items-center justify-center bg-gray-500 text-xs font-bold text-white",children:n.charAt(0)})}),e.jsxs("div",{className:"flex flex-col",children:[e.jsx("cite",{className:"text-sm font-bold not-italic text-text",children:n}),e.jsx(ye,{as:"p",className:"text-xs text-text",children:i})]})]})]});function Fe({fields:l}){var s,a,n,i;const o=(null===(n=null===(a=null===(s=null==l?void 0:l.items)||void 0===s?void 0:s.items)||void 0===a?void 0:a[0])||void 0===n?void 0:n.benefitsExpanded)||!1,[c,d]=t.useState(o),[m,x]=t.useState({}),[u,h]=t.useState(0),p=(null===(i=null==l?void 0:l.items)||void 0===i?void 0:i.items)||[],f=p.length>2,g=t.useRef([]),b=t.useCallback(()=>{f&&h(e=>(e+3)%p.length)},[f,p.length]),v=t.useCallback(()=>{f&&h(e=>(e-3+p.length)%p.length)},[f,p.length]);if(t.useEffect(()=>{if(!f)return;const e=()=>{const e=g.current.filter(Boolean);if(0===e.length)return;e.forEach(e=>{e.style.height="auto"});const t=Math.max(...e.map(e=>e.offsetHeight));e.forEach(e=>{e.style.height=`${t}px`})};e();const t=setTimeout(e,100);return()=>clearTimeout(t)},[f,c,p.length]),!p.length&&!(null==l?void 0:l.title))return null;const w=(t,l,s=!1)=>{var a,n,i,o,u,h,p,f;const b=`${(null===(a=null==t?void 0:t.techType)||void 0===a?void 0:a.startsWith("FIBER"))?"fiber ":""}${(null==t?void 0:t.speed)||""}`,v=(null===(i=null===(n=null==t?void 0:t.priceSuffix)||void 0===n?void 0:n.split("/"))||void 0===i?void 0:i[0])||"00",w=`${(null==t?void 0:t.price)||"0"}.${v}`,y=(null===(o=null==t?void 0:t.benefits)||void 0===o?void 0:o.items)||[],j=(null==t?void 0:t.highlighted)||!1,N=(null===(h=null===(u=null==t?void 0:t.giftRewards)||void 0===u?void 0:u.list)||void 0===h?void 0:h.items)||[],k={badgeText:t.innerBadge||"",badgeIcon:(null===(p=t.innerBadgeIcon)||void 0===p?void 0:p.url)||""},C=s?m[l]||!1:c;return e.jsx("div",{ref:s?void 0:e=>{e&&!g.current.includes(e)&&(g.current[l]=e)},className:r(s?"mx-auto w-full max-w-[392px]":"w-[392px] flex-shrink-0"),children:e.jsx(Ie,{planName:b,speed:(null==t?void 0:t.speed)||"",price:w,description:(null==t?void 0:t.productCardDescription)||"",giftBadge:N,innerBadge:k,theme:(null==t?void 0:t.highlighted)?"dark":"light",bestValue:j,bestValueText:(null==t?void 0:t.topBadgeText)||"best value",featuresTitle:null==t?void 0:t.benefitsTitle,features:y,isExpanded:C,onToggleExpand:()=>{s?x(e=>({...e,[l]:!e[l]})):d(!c)},ctaText:(null===(f=null==t?void 0:t.cta)||void 0===f?void 0:f.buttonLabel)||"Select plan",onCtaClick:()=>{},hostType:"smb"})},l)},y=[...p,...p,...p,...p,...p],j=2*p.length;return f?e.jsxs(e.Fragment,{children:[e.jsx("div",{className:"flex flex-col gap-6 md:hidden",children:p.map((e,t)=>w(e,t,!0))}),e.jsxs("div",{className:"relative hidden w-full md:block",children:[e.jsxs("div",{className:"pointer-events-none absolute -left-16 -right-16 top-[50%] z-30 flex -translate-y-1/2 justify-between px-4 md:px-10",children:[e.jsx(ge,{onClick:b,className:"pointer-events-auto flex h-12 w-12 items-center justify-center rounded-full border border-gray-100 bg-white p-2 text-text shadow-cardDrop transition-all hover:bg-gray-50","aria-label":"Previous",children:e.jsx(ve,{name:"arrow_back",size:24})}),e.jsx(ge,{onClick:v,className:"pointer-events-auto flex h-12 w-12 items-center justify-center rounded-full border border-gray-100 bg-white p-2 text-text shadow-cardDrop transition-all hover:bg-gray-50","aria-label":"Next",children:e.jsx(ve,{name:"arrow_forward",size:24})})]}),e.jsx("div",{className:"mx-auto max-w-[1280px] overflow-hidden",children:e.jsx("div",{className:"flex items-stretch gap-4 pb-4 transition-transform duration-500 ease-in-out",style:{transform:`translateX(calc(-${j+u} * (392px + 12px)))`},children:y.map((e,t)=>w(e,t,!1))})})]})]}):e.jsx("div",{className:"flex w-full max-w-[1280px] flex-wrap justify-center gap-8 px-4",children:p.map((e,t)=>w(e,t))})}const Me=({fields:l})=>{var s;const a=(null===(s=null==l?void 0:l.items)||void 0===s?void 0:s.items)||[],[n,i]=t.useState(0),o=t.useRef(null),c=t.useCallback(()=>{0!==a.length&&i(e=>(e+1)%a.length)},[a.length]),d=t.useCallback(()=>{0!==a.length&&i(e=>0===e?a.length-1:e-1)},[a.length]);return t.useEffect(()=>{if(0!==a.length)return o.current=setInterval(()=>{c()},8e3),()=>{o.current&&clearInterval(o.current)}},[c,a.length]),a&&0!==a.length?e.jsxs("div",{className:"relative mx-auto max-w-[1280px] overflow-hidden md:px-24",children:[e.jsx(ge,{onClick:d,className:"group absolute left-4 top-1/2 z-20 hidden h-10 w-10 -translate-y-1/2 items-center justify-center rounded-full bg-white p-2 text-text shadow-md transition-colors hover:bg-gray-100 md:flex","aria-label":"Previous",children:e.jsx(ve,{name:"arrow_back",size:24})}),e.jsx("div",{className:"grid grid-cols-1 justify-items-center",children:a.map((t,l)=>{let s=l-n;const i=a.length;s>i/2&&(s-=i),s<-i/2&&(s+=i);const o=0===s;return e.jsx("div",{className:r("col-start-1 row-start-1 w-full md:max-w-[815px]",o?"opacity-100":"opacity-0","md:opacity-100"),style:{transform:`translateX(${o?"0%":105*s+"%"})`,zIndex:o?10:5,visibility:Math.abs(s)>1?"hidden":"visible",transition:"all 0.5s ease-in-out"},children:e.jsx(Ee,{...t,isActive:o,className:"h-full"})},l)})}),e.jsx(ge,{onClick:c,className:"group absolute right-4 top-1/2 z-20 hidden h-10 w-10 -translate-y-1/2 items-center justify-center rounded-full bg-white p-2 text-text shadow-md transition-colors hover:bg-gray-100 md:flex","aria-label":"Next",children:e.jsx(ve,{name:"arrow_forward",size:24})}),e.jsx("div",{className:"mt-8 hidden justify-center gap-2 md:flex",children:a.map((t,l)=>e.jsx("button",{onClick:()=>i(l),className:r("h-2 w-2 rounded-full transition-all duration-300",n===l?"w-6 bg-white":"bg-white/40 hover:bg-white/60"),"aria-label":`Go to slide ${l+1}`},l))})]}):null},Te=e=>{let t="";return e.base&&(t="x-large"===e.base?"label3 ":"label4 "),e.md&&(t+="x-large"===e.md?"md:label3 ":"md:label4 "),e.lg&&(t+="x-large"===e.lg?"lg:label3 ":"lg:label4 "),t.trim()},_e=t.forwardRef(({variant:t="primary_brand",isLoading:l=!1,text:s,label:r,disabled:a,fullWidth:n,size:i={base:"medium"},as:o="button",...c},d)=>{const m=(()=>{const e=fe((e=>{let t="";return e.base&&(t=`btn-${e.base} `),e.md&&(t+=`${(e=>{switch(e){case"small":return"md:btn-small";case"medium":return"md:btn-medium";case"large":return"md:btn-large";case"x-large":return"md:btn-x-large"}})(e.md)} `),e.lg&&(t+=`lg:btn-${e.lg} `),t.trim()})(i),"rounded-2xl pl-15 pr-15 inline-flex gap-2 items-center justify-center outline-none focus:ring-2 focus:ring-offset-2 cursor-pointer transition-colors duration-200 align-top",n&&"w-full"),s=fe((a||l)&&"cursor-not-allowed",l&&"pl-7",a&&"bg-bg-fill-brand-disabled");return fe(e,{primary_brand:"bg-bg-fill-brand text-text-brand-on-bg-fill enabled:hover:bg-bg-fill-brand-hover focus:ring-bg-fill-brand",primary_inverse:"bg-bg-surface-inverse text-text-inverse enabled:hover:bg-bg-fill-inverse-hover focus:ring-bg-surface-inverse",secondary:"border-2 border-border-secondary-on-bg-fill bg-bg text-text focus:ring-bg-surface-inverse"}[t]||"",s)})();let x=`button--${t}`;l&&(x+=" button--loading"),a&&(x+=" button--disabled");const u=`${x} ${m}`,h=e.jsxs(e.Fragment,{children:[l?e.jsx(ve,{name:"progress_activity",className:"animate-spin"}):null,r?e.jsxs("span",{className:"flex flex-col",children:[e.jsx("span",{className:fe(Te(i)),children:r}),s]}):s]});return"a"===o?e.jsx("a",{ref:d,className:fe(u),...c,children:h}):e.jsx("button",{ref:d,className:fe(u),disabled:a||l,...c,children:h})});_e.displayName="BrandButton";const Pe=t.forwardRef(({children:t,href:l,className:s="",onClick:r,variant:a="unstyled",style:n,external:i=!1,disabled:o=!1,...c},d)=>{const m=(()=>{if("unstyled"===a)return"";const e={default:"text-text underline"},t=[o?"opacity-60 cursor-not-allowed pointer-events-none":"cursor-pointer"].filter(Boolean).join(" ");return["transition-colors duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2",e[a]||e.default,t].filter(Boolean).join(" ")})(),x={...c,ref:d,className:fe(m,`link--${a}`,o&&"link--disabled",s),style:n,href:o?void 0:l,onClick:e=>{o?e.preventDefault():null==r||r(e)},...i&&!o&&{target:"_blank",rel:"noopener noreferrer"},...o&&{"aria-disabled":!0,tabIndex:-1}};return e.jsx("a",{...x,children:t})});Pe.displayName="Link";const Le=({showButtonAs:t="solid",buttonVariant:l="primary_brand",buttonLabel:s,buttonPrefix:r,href:a,target:n="_blank",anchorId:i,linkClassName:o,linkVariant:c,fullWidth:d,preDefinedFunctionExecution:m,checkPlansJSX:x,buttonClassName:u,onClick:h,...p})=>{if("check availability"===m)return x;function f(e){null==h||h(e)}function g(e){null==h||h(e)}let b=e.jsx(ge,{onClick:g,className:u,...p});switch(t){case"solid":b=a?e.jsx(_e,{as:"a",href:a,id:i,variant:l,text:s,label:r,fullWidth:d,onClick:f}):e.jsx(_e,{id:i,variant:l,text:s,label:r,fullWidth:d,onClick:g});break;case"text":b=e.jsx(Pe,{href:a,target:n,variant:c||"default",className:`text-text-brand ${o||""}`,onClick:f,children:s})}return b},De=({link:l,anchorName:s})=>{const[r,a]=t.useState(!1),n=t.useRef(null);if(((e,l)=>{const s=t=>{var s;(null===(s=null==e?void 0:e.current)||void 0===s?void 0:s.contains(t.target))||l()};t.useEffect(()=>(document.addEventListener("click",s),()=>{document.removeEventListener("click",s)}))})(n,()=>a(!1)),!l)return null;if((e=>"string"==typeof e.href)(l))return e.jsx(Le,{...l,linkClassName:"body3 flex items-center text-text-link h-full",linkVariant:"unstyled"},`submenu-link-btn-${l.anchorId}`);const{anchorId:i,title:o,items:c}=l,d=Array.isArray(null==c?void 0:c.items)?c.items:[],m=`--link-anchor-${s}`;return e.jsxs("div",{className:"relative h-full",style:{anchorName:m},ref:n,children:[e.jsxs(Le,{onClick:()=>a(e=>!e),"aria-expanded":r,buttonClassName:"group body3 flex h-full items-center",showButtonAs:"unstyled",children:[e.jsx(ye,{as:"span",className:"group-hover:underline",children:null!=o?o:null}),e.jsx(ve,{weight:"700",className:"text-icon-info group-hover:opacity-50",name:r?"keyboard_arrow_up":"keyboard_arrow_down"})]},i),e.jsx("div",{className:fe("fixed z-10 min-w-44 rounded-xl bg-bg shadow-lg","transition-[opacity,transform] ease-out",r&&d.length>0?"pointer-events-auto translate-y-0 opacity-100 duration-75":"pointer-events-none -translate-y-2 opacity-0 duration-0"),style:{positionAnchor:m,top:"anchor(bottom)",right:"anchor(right)"},children:e.jsx("ul",{className:"flex flex-col gap-2 py-2",children:d.map((t,l)=>e.jsx("li",{className:"submenu-link",children:e.jsx(Le,{...t,linkVariant:"unstyled",linkClassName:"body3 px-4 hover:bg-bg-surface-hover flex items-center w-full h-11 text-text-link"})},`submenu-link-${l}`))})})]})},Ge=({link:l})=>{const[s,r]=t.useState(!1);if(!l)return null;if((e=>"string"==typeof e.href)(l))return e.jsx(Le,{...l,linkClassName:"label3 flex items-center w-full h-11 px-4 text-text-link",linkVariant:"unstyled"},`submenu-link-btn-${l.anchorId}`);const{anchorId:a,title:n,items:i}=l,o=Array.isArray(null==i?void 0:i.items)?i.items:[];return e.jsxs(e.Fragment,{children:[e.jsxs(Le,{onClick:()=>r(e=>!e),"aria-expanded":s,buttonClassName:"label3 flex h-11 w-full items-center px-4",showButtonAs:"unstyled",children:[null!=n?n:null,e.jsx(ve,{weight:"700",name:s?"keyboard_arrow_up":"keyboard_arrow_down"})]},a),s&&o.length>0&&e.jsx(We,{items:o})]})},We=({items:t})=>e.jsx("ul",{className:"flex flex-col gap-2",children:t.map((t,l)=>e.jsx("li",{className:"submenu-link",children:e.jsx(Le,{...t,linkVariant:"unstyled",linkClassName:"body3 pl-8 pr-4 flex items-center w-full h-11 text-text-link"})},`submenu-link-${l}`))},`submenu-${t.length}`),Re=t=>{const{showBlinkDot:l=!1,buttonStyle:s="primary",size:r="md",children:a,className:n,...i}=t;return e.jsxs(Pe,{...i,className:fe("relative flex items-center gap-2 font-medium tracking-wide outline-offset-4 rounded-full",{sm:"h-6 text-xs pl-1 pr-2",md:"h-8 text-sm pl-1 pr-2",lg:"h-10 text-base pl-2 pr-3"}[r],{primary:"border-[0.727px] border-border text-text"}[s],n),children:[l?e.jsx("span",{className:`pointer-events-none absolute animate-blink ${{sm:"-left-4",md:"-left-6",lg:"-left-8"}[r]} top-1/2 ${{sm:"h-2 w-2",md:"h-3 w-3",lg:"h-4 w-4"}[r]} -translate-y-1/2 rounded-full bg-icon-brand`}):null,e.jsx("span",{className:`relative inline-flex ${{sm:"h-5 w-5",md:"h-6 w-6",lg:"h-8 w-8"}[r]} items-center justify-center rounded-full bg-icon-brand`,children:e.jsx(ve,{name:"call",fill:1,size:{sm:20,md:20,lg:32}[r],className:"text-white"})}),e.jsx("span",{className:"font-normal tracking-wide",children:a})]})};Re.displayName="CallButton";const Ae=t.forwardRef((l,s)=>{const{className:r,size:a,required:n,placeholder:i,label:o,state:c,errorText:d,prefixIconName:m,prefixIconFill:x=!0,suffixIconFill:u=!1,prefixIconSize:h=24,suffixIconName:p,suffixIconSize:f=24,containerClassName:g,prefixIconClassName:b,loading:v,hasError:w,type:y,...j}=l,N=w?"error":c,[k,C]=t.useState(!1),[$,z]=t.useState(!1),[S,B]=t.useState(y||"text"),I=t.useCallback(e=>{e.stopPropagation(),B(e=>"password"===e?"text":"password")},[]);return e.jsxs("div",{className:"relative",children:[o?e.jsx("label",{htmlFor:o,className:fe("inline-block pb-1"),children:e.jsxs(ye,{as:"span",className:"footnote text-text",children:[o,n?e.jsx("span",{className:"pl-1 text-text-critical",children:"*"}):null]})}):null,e.jsxs("div",{className:fe("relative flex flex-row items-center overflow-hidden rounded-xl border border-input-border bg-input-bg-surface",{sm:"h-[48px] rounded-lg px-3 py-2",slim:"h-12",medium:"h-14",large:"h-[60px]"}[a||"medium"],g,(k||"hover"===N)&&!$&&"error"!==N&&"border-input-border-hover",($||"focus"===N||"active"===N)&&"border-input-border-selected outline outline-1 outline-input-border-selected","error"===N&&"border-input-border-critical outline outline-1 outline-input-border-critical"),children:[m?e.jsx("div",{className:"mr-1",style:{width:h,height:h,overflow:"hidden"},children:e.jsx(ve,{name:m,fill:x?1:0,size:h,className:fe(b)})}):null,e.jsx("input",{ref:s,id:o,disabled:v||j.disabled,className:fe("h-full grow rounded-xl p-4 caret-bg-inverse placeholder:text-input-text-placeholder focus:border-none focus:outline-none","text-body2","slim"===a&&"text-body3",r),placeholder:i,type:S,...j,onMouseOver:()=>C(!0),onMouseOut:()=>C(!1),onFocus:e=>{var t;null===(t=j.onFocus)||void 0===t||t.call(j,e),z(!0)},onBlur:e=>{var t;null===(t=j.onBlur)||void 0===t||t.call(j,e),z(!1)}}),p?e.jsx("div",{className:"ml-2",style:{width:f,height:f,overflow:"hidden"},onClick:I,children:e.jsx(ve,{name:"text"===S?"visibility":"visibility_off",size:f,fill:u?1:0})}):null]}),"error"===N&&d&&""!=d?e.jsxs(ye,{className:fe("footnote left-0 top-full inline-flex items-center pt-1 text-text-critical"),children:[e.jsx(ve,{name:"info",size:20,className:"mr-1"}),d||"Error"]}):null]})});Ae.displayName="Input";const Oe=l=>{var s;const{primaryNavigationLinks:r,utilityNavigationLinks:a}=l,[n,i]=t.useState(!1);t.useEffect(()=>{if("undefined"==typeof window)return;document.body.style.overflowY=n?"hidden":"unset";const e=document.getElementById("drawer-items");if(!e)return;const t=e.querySelectorAll(".focus-item"),l=t[0],s=t[t.length-1],r=e=>{var t,r,a,n;("Tab"===e.key||9===e.keyCode)&&(e.shiftKey?document.activeElement===l&&(null===(r=(t=s).focus)||void 0===r||r.call(t),e.preventDefault()):document.activeElement===s&&(null===(n=(a=l).focus)||void 0===n||n.call(a),e.preventDefault()))};return window.addEventListener("keydown",r),()=>{document.body.style.overflowY="unset",window.removeEventListener("keydown",r)}},[n]);const o=()=>{i(!1)};return e.jsxs("div",{children:[e.jsx(Le,{showButtonAs:"unstyled",buttonClassName:"flex",onClick:()=>i(!0),children:e.jsx(ve,{name:"menu"})}),n?e.jsx("div",{className:"fixed bottom-0 left-0 right-0 top-0 z-[90] h-full w-full bg-scrim-bg-modal"}):null,e.jsx("div",{className:fe("fixed bottom-0 right-0 top-0","z-[100] h-full bg-bg px-0 py-4","transition-all duration-300 ease-in-out","block",n?"right-0":"-right-96"),id:"mobile-menu-overlay",children:e.jsxs("div",{id:"drawer-items",className:"flex h-full flex-col gap-3",children:[e.jsxs("div",{className:"flex items-center justify-between px-4",children:[e.jsx("div",{children:e.jsx(Re,{className:"border-none",href:l.invocaPhoneNumberLink,children:l.invocaPhoneNumberDisplayText})}),e.jsx("div",{children:e.jsx(Le,{showButtonAs:"unstyled",buttonClassName:"focus-item flex",onClick:o,children:e.jsx(ve,{name:"close"})})})]}),e.jsx(Ve,{closeMenu:o,isMenuOpen:n,searchBarIconURL:"string"==typeof l.searchBarIcon?l.searchBarIcon:(null===(s=l.searchBarIcon)||void 0===s?void 0:s.url)||"",onSearch:l.onSearch||(()=>{})}),e.jsxs("div",{className:"flex-grow overflow-y-auto",children:[e.jsx("ul",{className:"mt-2 flex flex-col gap-2",children:null==r?void 0:r.map((t,l)=>e.jsx("li",{children:e.jsx(Ge,{link:t})},`main-menu-items-${l}`))}),e.jsx("ul",{className:"mt-2 flex gap-5 bg-bg-fill-info px-4",children:null==a?void 0:a.map((t,l)=>e.jsx("li",{children:e.jsx(Le,{...Object.fromEntries(Object.entries(t).filter(([e,t])=>null!==t)),linkClassName:fe("footnote flex items-center w-full h-11 text-text-link",1===l&&"label4"),linkVariant:"unstyled"},`submenu-link-btn-${t.anchorId}`)},`main-menu-items-${l}`))})]})]})})]})},Ve=l=>{const{closeMenu:s,onSearch:r,isMenuOpen:a,searchBarIconURL:n}=l,[i,o]=t.useState(""),c=t.useRef(null),d=e=>{s(),e.preventDefault(),r(i)};return t.useEffect(()=>{a||o("")},[a]),e.jsxs("form",{name:"searchForm",className:"flex border-b border-t transition-colors focus-within:border-border-focus",onSubmit:d,children:[e.jsx(Ne,{src:n,width:32,height:32,alt:"Search icon",role:"button",className:"ml-2",onClick:d}),e.jsx("div",{className:"flex-grow",children:e.jsx(Ae,{ref:c,className:"h-[34px] rounded-none text-body3 font-medium leading-6",name:"search",placeholder:"Search...",value:i,onChange:e=>o(e.target.value),autoComplete:"off",containerClassName:"h-[46px] px-4 pl-0 rounded-none flex-grow border-none"})})]})},qe=l=>{const{searchBarIconURL:s,onSearch:r}=l,[a,n]=t.useState(""),i=t.useRef(null),o=e=>{e.preventDefault(),r(a)};return e.jsxs("form",{name:"searchForm",className:"flex h-9 w-60 rounded-full border transition-colors focus-within:border-border-focus",onSubmit:o,children:[e.jsx(Ne,{src:s,width:32,height:32,alt:"Search icon",role:"button",onClick:o}),e.jsx(Ae,{ref:i,className:"rounded-full p-0 text-body3 font-medium leading-6",name:"search",placeholder:"Search...",value:a,onChange:e=>n(e.target.value),autoComplete:"off",containerClassName:"px-0 h-full border-none rounded-full"})]})};exports.Accordion=({items:t,title:l,background:s="white",enableHeading:r=!1,maxWidth:a=!0})=>e.jsx("div",{className:`${{blue:"bg-[#07B2E2]",green:"bg-[#26B170]",yellow:"bg-[#F5FF1E]",purple:"bg-[#931D69]",white:"bg-white",navy:"bg-[#00002D]"}[s]} component-container`,children:e.jsxs("div",{className:(a?"max-w-120 xl:mx-auto":"")+" mx-5 my-8 lg:mx-20 lg:my-18",children:[e.jsx("div",{children:e.jsx(ye,{as:r?"h1":"h2",className:"heading1 text-left lg:text-center",children:l})}),e.jsx("div",{className:"question-answer-section mt-10 lg:mt-16",children:null==t?void 0:t.map((t,l)=>e.jsx("div",{children:e.jsx(we,{title:t.title,containerClassName:"border-0 border-b-[1px] rounded-none",openOnlyOnDesktop:!0,children:e.jsx(ye,{children:t.description})})},`item-${l}`))})]})}),exports.Button=Le,exports.Callout=({title:t,items:l,enableHeading:s=!1,subtitle:r,color:a="dark",maxWidth:n=!0,maxCardsPerRow:i})=>{const o={1:" lg:w-full",2:" lg:w-[calc(50%-0.75rem)]",3:" lg:w-[calc(33.3333%-1rem)]",4:" lg:w-[calc(25%-1.125rem)]"}[i||4]||" lg:w-[calc(25%-1.125rem)]",c=1===l.length?" md:w-full":" md:w-[calc(50%-1rem)]";return e.jsx("div",{className:"component-container",children:e.jsx("div",{className:`mx-5 mb-5 mt-12 ${n?"max-w-120 xl:mx-auto":""} ${"dark"==a?"text-text":"text-white"}`,children:e.jsxs("div",{className:"callout-container flex flex-col gap-8",children:[e.jsxs("div",{className:"title-holder",children:[t&&e.jsx(ye,{as:s?"h1":"h2",className:"heading2 md:heading1 md:text-center",children:t}),r&&e.jsx(ye,{as:s?"h2":"h3",className:"subheading3 mt-3 md:subheading1 md:text-center",children:r})]}),e.jsx("div",{className:"card-holder flex flex-wrap items-stretch justify-center gap-8 self-stretch lg:gap-6",children:l.map((t,l)=>e.jsx(ke,{card:t,lgWidth:o,mdWidth:c},l))})]})})})},exports.Cards=({fields:t})=>e.jsx("div",{children:e.jsx(ye,{children:"Cards"})}),exports.Carousel=({fields:t,hasTestimonialCards:l,hasProductCards:s,disclaimerText:r,backgroundColor:a})=>e.jsx("div",{className:`${a} mx-auto overflow-hidden px-5 py-9 md:py-20`,children:e.jsxs("div",{className:"relative mx-auto flex max-w-[1280px] flex-col gap-12 overflow-visible",children:[e.jsx(ye,{as:"h2",className:"text-center text-4xl font-bold text-text md:text-5xl",children:null==t?void 0:t.title}),(null==t?void 0:t.subTitle)&&e.jsx(ye,{as:"h3",className:"body1 px-4 pt-4 text-center",children:null==t?void 0:t.subTitle}),l&&e.jsx(Me,{fields:t}),s&&e.jsx(Fe,{fields:t}),e.jsx(ye,{as:"div",className:"body1 mt-8 px-4 text-center",children:r})]})}),exports.ComparisonTable=({title:t,disclaimer:l,table:s,maxWidth:r=!0})=>e.jsx("div",{className:"component-container",children:e.jsxs("div",{className:"mx-5 mb-5 mt-8 lg:mt-10 "+(r?"max-w-120 xl:mx-auto":""),children:[e.jsx(ye,{as:"h2",className:"heading2 lg:heading1 lg:text-center",children:t}),e.jsx("div",{className:"comparison-table-container mt-20 xl:mt-10",children:s}),e.jsx(ye,{as:"div",className:"micro mt-8 text-center",children:l})]})}),exports.CtaCallout=({title:t,background:l="white",button:s,color:r,contentAlignment:a,description:n,descriptionAlignment:i,enableHeading:o,subTitle:c,maxWidth:d=!0})=>e.jsx("div",{className:`${{blue:"bg-[#07B2E2]",green:"bg-[#26B170]",yellow:"bg-[#F5FF1E]",purple:"bg-[#931D69]",white:"bg-white",navy:"bg-[#00002D]"}[l]} component-container`,children:e.jsxs("div",{className:`${d?"mx-auto max-w-120":""} color-${r} flex flex-col ${"dark"==r?"text-text":"text-white"} px-5 py-16 lg:px-13 lg:py-24`,children:[e.jsx(ye,{as:o?"h1":"h2",className:`heading2 lg:heading1 text-${a}`,children:t}),e.jsx(ye,{as:"h3",className:`subheading3 pt-2 lg:subheading1 lg:pt-3 text-${a}`,children:c}),e.jsx("div",{className:`pt-2 text-body1 lg:pt-3 text-${i}`,children:n}),e.jsx("div",{className:"flex justify-center pt-5 lg:pt-14",children:e.jsx(Le,{...s})})]})}),exports.FindKinetic=({background:t="white",description:l,enableHeading:s,image:r,list:a=[],subTitle:n,title:i,color:o="dark",maxWidth:c=!0})=>e.jsx("div",{className:`${{blue:"bg-[#07B2E2]",green:"bg-[#26B170]",yellow:"bg-[#F5FF1E]",purple:"bg-[#931D69]",white:"bg-white",navy:"bg-[#00002D]"}[t]} component-container overflow-hidden ${"dark"==o?"text-text":"text-white"}`,children:e.jsxs("div",{className:(c?"max-w-120 xl:mx-auto":"")+" mx-5 mb-5 mt-12 xl:my-20",children:[i&&e.jsx(ye,{as:s?"h1":"h2",className:"heading2 md:heading1 md:text-center",children:i}),n&&e.jsx(ye,{as:s?"h2":"h3",className:"heading3 mt-4 text-center",children:n}),e.jsxs("div",{className:"mt-8 flex items-center xl:mt-16 xl:gap-10",children:[e.jsxs("div",{className:"flex flex-col items-start gap-10 self-stretch xl:flex-[1_0_0]",children:[l&&e.jsx(ye,{as:"p",className:"body1",children:l}),a.length>0&&e.jsx("ul",{className:"grid w-full grid-cols-2 gap-x-8 gap-y-4 lg:grid-cols-3",children:null==a?void 0:a.map((t,l)=>e.jsx("li",{children:e.jsx(Pe,{href:`/${t.code}`,className:"label1",children:t.name})},`item-list-${l}`))})]}),r&&e.jsx("aside",{className:"hidden xl:block",children:e.jsx(Ne,{width:472,height:100,src:r,alt:"image"})})]})]})}),exports.FloatingBanner=({title:t,subtitle:l,description:s,disclaimer:r,icon:a,cta:n,background:i="navy",color:o="light",enableHeading:c,maxWidth:d=!0})=>e.jsx("div",{className:"component-container",children:e.jsxs("div",{className:"mx-5 my-8 lg:mx-20 lg:my-12 lg:rounded-[40px] xl:mx-auto "+(d?"max-w-120":""),children:[e.jsxs("div",{className:`flex flex-col rounded-[28px] px-5 py-7 lg:flex-row lg:rounded-[40px] lg:px-16 lg:py-9 ${{blue:"bg-[#07B2E2]",green:"bg-[#26B170]",yellow:"bg-[#F5FF1E]",purple:"bg-[#931D69]",white:"bg-white",navy:"bg-[#00002D]"}[i]} ${"dark"==o?"text-text":"text-white"} `,children:[a&&e.jsx("div",{className:"floating-banner-icon mb-5 flex justify-center lg:mb-0 lg:items-center",children:e.jsx("div",{className:"h-[80px] w-[80px] overflow-hidden",children:e.jsx(Ne,{width:80,height:80,alt:"icon",src:a})})}),e.jsxs("div",{className:"flex w-4/5 flex-col justify-center lg:mx-5",children:[t&&e.jsx(ye,{as:c?"h1":"h2",className:"heading2 mb-3 text-center lg:w-[95%] lg:text-left",children:t}),l&&e.jsx(ye,{as:"h3",className:"heading3 mb-3 text-center lg:text-left",children:l}),s&&e.jsx(ye,{as:"div",className:"body1 text-center lg:w-[95%] lg:text-left",children:s})]}),n&&e.jsx("div",{className:"mt-5 flex justify-center lg:mt-0 lg:w-[500px] lg:items-center",children:e.jsx(Le,{...n})})]}),r&&e.jsx("div",{children:e.jsx(ye,{as:"div",className:"body3 mt-3 text-center",children:r})})]})}),exports.Footer=({body:l,links:s,bottomLinks:r,copyrights:a,terms:n,maxWidth:i=!0,onClick:o})=>{function c(e){null==o||o(e)}return e.jsx("div",{className:"component-container bg-bg-inverse text-white",children:e.jsxs("div",{className:` ${i?"mx-auto max-w-120":""} px-5 py-8`,children:[e.jsx("aside",{className:"break-words","aria-label":"Promotions and disclaimers",children:l}),e.jsx("div",{className:"my-8 h-[1px] border-t-0 bg-white opacity-100 lg:my-16 dark:opacity-50"}),e.jsx("div",{className:"grid-1 grid gap-8 py-8 md:grid-cols-2 lg:grid-cols-4",children:null==s?void 0:s.map((l,s)=>{var r,a;return e.jsxs(t.Fragment,{children:[e.jsx("div",{children:e.jsxs("nav",{"aria-labelledby":`footer-${null==l?void 0:l.title}`,className:"site-links-group",children:[e.jsx(ye,{as:"div",className:"label3",children:null==l?void 0:l.title}),e.jsx("ul",{className:"flex flex-col",children:null===(a=null===(r=null==l?void 0:l.items)||void 0===r?void 0:r.items)||void 0===a?void 0:a.map((t,l)=>e.jsx("li",{className:"pt-3",children:e.jsx(Le,{...t,linkVariant:"unstyled",linkClassName:"text-white body3",onClick:c})},`site-links-${l}`))})]},`link-group-${s}`)},`footer-link-group-${s}`),e.jsx("div",{className:"block h-[1px] border-t-0 bg-white opacity-100 md:hidden dark:opacity-50"})]},`footer-link-group-${s}`)})}),e.jsxs("div",{className:"pt-8",children:[e.jsx("p",{className:"copy-rights",children:a}),e.jsxs("p",{className:"terms-text footnote text-white",children:["© ",(new Date).getFullYear()," ",n]}),e.jsx("nav",{"aria-label":"Footer legal",children:e.jsx("ul",{className:"bottom-links list-none",children:null==r?void 0:r.map((t,l)=>e.jsx("li",{className:"relative float-left pl-[8px] before:absolute before:left-[3px] before:top-1/2 before:-translate-y-1/2 before:text-[14px] before:content-['•'] first-of-type:pl-0 first-of-type:before:content-['']",children:e.jsx(Le,{...t,linkClassName:"footnote text-white",linkVariant:"unstyled",onClick:c})},`links-${l}`))})})]})]})})},exports.ImagePromoBar=({brow:t,enableHeading:l,title:s,subTitle:r,ctaDisclaimer:a,disclaimer:n,description:i,image:o,imageLinks:c,mediaPosition:d=!0,checklist:m,secondaryCta:x,cta:u,videoLink:h,maxWidth:p=!0,color:f="light",imageWidth:g=660,imageHeight:b=660})=>e.jsx("div",{className:"component-container",children:e.jsx("div",{className:`image-promo-bar-content ${p?"max-w-120 xl:mx-auto":""} mx-5 mb-8 mt-16`,children:e.jsxs("div",{className:"flex shrink-0 flex-col items-center gap-8 xl:gap-[126px] "+(d?"flex-row xl:flex-row-reverse":"xl:flex-row"),children:[e.jsxs("div",{className:"flex flex-[1_0_0] flex-col items-start justify-center gap-8 xl:gap-10 "+("dark"==f?"text-text":"text-white"),children:[e.jsxs("div",{className:"heading holder",children:[t&&e.jsx(ye,{as:"div",className:"subheading4 mb-4 text-text-brand xl:subheading2 xl:mb-3",children:t}),s&&e.jsx(ye,{as:l?"h1":"h2",className:"heading2 xl:heading1",children:s}),r&&e.jsx(ye,{as:l?"h2":"h3",className:"subheading1 mt-3",children:r})]}),i&&e.jsx(ye,{as:"div",className:"body1",children:i}),m.length>0&&e.jsx(ze,{items:m,iconPosition:"top",iconSize:24}),e.jsx("div",{className:"flex gap-4",children:null==c?void 0:c.map((t,l)=>e.jsx("div",{className:"image-link w-[147px]",children:e.jsx(Pe,{variant:"unstyled",href:t.url,target:"_blank",rel:"noopener noreferrer",children:e.jsx(Se,{src:t.image,alt:"icon-link"})})},l))}),e.jsxs("div",{className:"flex w-full flex-col gap-8 xl:flex-row xl:gap-3",children:[u&&e.jsx("div",{className:"primary-cta w-full xl:w-auto",children:e.jsx(Le,{...u,fullWidth:!0})}),x&&e.jsx("div",{className:"secondary-cta",children:e.jsx(Le,{...x,fullWidth:!0})})]}),a&&e.jsx("div",{children:a}),n&&e.jsx("div",{children:n})]}),e.jsxs("aside",{className:"flex shrink-0 content-center items-center",children:[e.jsx("div",{className:"relative aspect-[16/9] w-full xl:aspect-square xl:max-h-[486px] xl:w-[486px]",children:o&&e.jsx(Ne,{src:o,alt:"section-image",width:g,height:b,className:"bottom-0 left-0 right-0 top-0 h-full rounded-[40px] object-cover"})}),e.jsx("div",{children:(null==h?void 0:h.link)&&e.jsx("div",{className:"video-section",children:h.image&&e.jsx(Ne,{src:h.image,alt:"Video preview",width:486,height:100,className:"rounded-[40px]"})})})]})]})})}),exports.Modal=({fields:t})=>e.jsx("div",{children:e.jsx(ye,{children:"Modal Block"})}),exports.Navigation=t=>{const{primaryNavigationLinks:l,utilityNavigationLinks:s,checkPlansJSX:r,primaryNavigationLogo:a,accountNavigationLinks:n,supportNavigationLinks:i,searchBarIcon:o,invocaPhoneNumberLink:c,invocaPhoneNumberDisplayText:d,onSearch:m=()=>{}}=t;return e.jsxs("div",{className:"component-container",children:[e.jsxs("nav",{className:"menu-container",children:[e.jsx("div",{className:"utility-container hidden lg:block lg:border-b lg:px-2",children:e.jsxs("div",{className:"mx-auto flex max-w-120 justify-between",children:[e.jsx("ul",{className:"flex gap-5","aria-label":"Utility Navigation",children:null==s?void 0:s.map((t,l)=>e.jsx("li",{children:e.jsx(Le,{linkClassName:fe("footnote flex items-center w-full h-11 text-text-link",1===l&&"label4"),linkVariant:"unstyled",...Object.fromEntries(Object.entries(t).filter(([e,t])=>null!==t))})},`main-menu-items-${l}`))}),e.jsxs("div",{className:"flex items-center gap-10",children:[e.jsx(Re,{className:"border-none",href:c,children:e.jsx(ye,{className:"body3",children:d})}),null==n?void 0:n.map((t,l)=>e.jsx(De,{anchorName:`my-account-${l}`,link:t},`my-account-${l}`))]})]})}),e.jsxs("div",{className:"main-nav-container","aria-label":"Main Navigation",children:[e.jsxs("div",{className:"mobile-nav-section flex h-14 items-center justify-between px-5 py-[10px] lg:hidden",children:[e.jsx("div",{children:e.jsx(Ne,{src:"string"==typeof a?a:(null==a?void 0:a.url)||"",alt:"Kinetic business logo",width:76.5,height:24})}),e.jsxs("div",{className:"flex items-center gap-6",children:[e.jsx(Re,{href:c,children:e.jsx(ye,{as:"span",className:"footnote",children:d})}),e.jsx(Oe,{...t})]})]}),e.jsx("div",{className:"desktop-nav-section hidden lg:block lg:border-b lg:px-2",children:e.jsxs("div",{className:"mx-auto flex h-14 max-w-120 items-center justify-between",children:[e.jsxs("div",{className:"flex h-full",children:[e.jsx(Ne,{src:"string"==typeof a?a:(null==a?void 0:a.url)||"",alt:"Kinetic business logo",width:76.5,height:24,className:"mr-14"}),e.jsx("div",{className:"flex h-full items-center gap-5",children:null==l?void 0:l.map((t,l)=>e.jsx(De,{anchorName:`main-menu-${l}`,link:t},`main-menu-${l}`))})]}),e.jsxs("div",{className:"flex h-full items-center gap-10",children:[e.jsx(qe,{searchBarIconURL:"string"==typeof o?o:(null==o?void 0:o.url)||"",onSearch:m}),null==i?void 0:i.map((t,l)=>e.jsx(De,{anchorName:`support-menu-${l}`,link:t},`support-menu-${l}`))]})]})})]})]}),r&&e.jsx("div",{className:"md:hidden",children:r})]})},exports.PrimaryHero=t=>{var l;const{title:s,showAsHeading:r,subTitle:a,primaryCta1:n,carouselImages:i,bottomLink:o,price:c,priceCallout:d,priceSuffix:m,checklist:x,checkPlansJSX:u,badgeImage:h,pricingDescriptionDisclaimer:p,secondaryCta:f,secondaryCtaPrefix:g}=t,b=null!==(l=null==o?void 0:o.buttonLabel)&&void 0!==l?l:null==o?void 0:o.label;return e.jsx("div",{className:"component-container p-5 lg:h-[724px] lg:p-0",children:e.jsxs("div",{className:fe("primary-hero-container mx-auto flex flex-col sm:items-center sm:text-center lg:h-full lg:max-w-120 lg:flex-row lg:items-center lg:justify-between lg:gap-4 lg:px-4 lg:text-left"),children:[e.jsx("div",{className:fe("relative flex flex-col text-white sm:w-[485px]"),children:e.jsxs("div",{className:"flex flex-col gap-5 lg:gap-6",children:[s&&e.jsx(ye,{as:r?"h1":"h2",className:"heading2 lg:heading1",children:s}),a&&e.jsx(ye,{as:"p",className:"subheading3 lg:subheading1",children:a}),c?e.jsxs("div",{className:"flex",children:[e.jsx("div",{className:"mr-2 mt-2",children:d?d.split("|").map((t,l)=>e.jsx(ye,{as:"p",className:"body2",children:t},l)):null}),e.jsxs("div",{className:"flex",children:[e.jsx(ye,{as:"p",className:"subheading1 mt-2",children:"$"}),e.jsx(ye,{as:"p",className:"subheading5",children:c}),m?e.jsx(ye,{as:"p",className:"subheading1 mt-2",children:m}):null]})]}):null,x&&e.jsx(ze,{listItemClassName:"text-white body2",items:x.map(e=>e.title)}),e.jsxs("div",{className:"flex flex-col gap-3",children:[n&&e.jsx("div",{className:fe("hidden lg:flex lg:flex-col"),children:e.jsx(Le,{...n,checkPlansJSX:u})}),g||f?e.jsxs("div",{className:"flex",children:[g&&e.jsx(ye,{as:"span",className:"body2 mr-1",children:g}),f&&e.jsx(Le,{linkClassName:"body2 text-text-inverse",...f})]}):null,o&&(b||(null==o?void 0:o.href))&&e.jsx("div",{className:"hidden lg:block",children:e.jsx(Le,{...o,linkClassName:"text-footnote text-white"})}),p?e.jsx(ye,{as:"p",className:"body3",children:p}):null]})]})}),e.jsxs("div",{className:"lg:hidden",children:[e.jsxs("div",{className:"relative my-8",children:[h?e.jsx(Ne,{src:h,alt:"Badge",className:"absolute left-5 top-5 aspect-square w-26 object-cover object-center",width:100,height:100,loading:"eager"}):null,i&&i[0]?e.jsx(Ne,{src:i[0],alt:"Hero",className:"aspect-[1.71:1] sm:aspect-[1.41:1] rounded-[40px] object-cover object-center sm:h-[420px]",width:350,height:205,loading:"eager"}):null]}),o&&(b||(null==o?void 0:o.href))&&e.jsx("div",{children:e.jsx(Le,{...o,linkClassName:"body3 text-white"})}),p?e.jsx(ye,{as:"p",className:"body3",children:p}):null,g||f?e.jsxs("div",{className:"flex",children:[g&&e.jsx(ye,{as:"span",className:"body2 mr-1",children:g}),f&&e.jsx(Le,{...f})]}):null]}),e.jsxs("div",{className:fe("relative hidden lg:block"),children:[h?e.jsx(Ne,{src:h,alt:"Badge",className:"absolute -left-26 top-18 aspect-square w-52 object-cover object-center",width:200,height:200,loading:"eager"}):null,i&&i[0]?e.jsx(Ne,{src:i[0],alt:"Hero",className:"aspect-square rounded-[40px] object-cover object-center",width:600,height:600,loading:"eager"}):null]})]})})},exports.ProductCard=Ie,exports.ShapeBackgroundWrapper=({children:t,background:l,className:s,fill:r="yellow",maxFit:a,show:n=!0,path:i="path2"})=>{const o=`${i}`,c={blue:"text-[#07B2E2]",green:"text-[#26B170]",yellow:"text-[#F5FF1E]",purple:"text-[#931D69]",white:"text-white",navy:"text-[#00002D]"},d={blue:"bg-[#07B2E2]",green:"bg-[#26B170]",yellow:"bg-[#F5FF1E]",purple:"bg-[#931D69]",white:"bg-white",navy:"bg-[#00002D]"},m="string"==typeof l&&l in d,x=m?d[l]:void 0,u=l&&!m?{background:l}:void 0,h=r in c?c[r]:"text-[#F5FF1E]";return n?e.jsxs("div",{className:`shape-bg relative overflow-hidden ${null!=s?s:""} ${a?"max-content":""} ${null!=x?x:u?"":"bg-white"}`,style:u,children:["path1"===i&&e.jsx("svg",{className:`shape-bg-svg pointer-events-none absolute left-1/2 top-[-2371px] z-0 translate-x-[-55%] ${o} fill-current ${h}`,width:"2262",height:"4359",viewBox:"0 0 2262 4359",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false",children:e.jsx("path",{d:"M1838.72 444.021C2216.45 758.242 2351.22 1060.81 2202.83 1982.25C2062.95 2851.55 1923.57 4265.14 1394.48 4348.94C1079.75 4409.66 766.955 4172.68 508.523 4003.04C340.876 3884.89 192.855 3774.9 26.6866 3661.93C-27.6562 3624.7 8.69435 3542.15 74.1261 3555.69C415.628 3626.61 686.916 3615.36 942.942 3443.48C1410.95 3163.54 1632.32 2141.02 1629.56 1543.75C1637.51 910.76 1276.06 582.318 829.643 352.709C587.562 235.528 333.508 169.963 100.699 149.757C31.9431 143.965 25.0259 47.9703 92.459 33.1281C623.196 -84.6769 1404.59 131.886 1839.84 443.573"})}),"path2"===i&&e.jsx("svg",{className:`shape-bg-svg pointer-events-none absolute left-1/2 top-[45.8px] z-0 translate-x-[-101%] ${o} fill-current ${h}`,width:"3739",height:"3666",viewBox:"0 0 3739 3666",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false",children:e.jsx("path",{d:"M1662.93 3664.31C2153.52 3637.23 2442.1 3474.65 2872.31 2646.41C3278.25 1865.09 4009.1 647.09 3634.26 264.38C3417.79 27.9944 3025.37 31.7818 2716.76 13.9013C2511.72 8.81634 2327.31 8.87399 2126.55 0.511773C2060.73 -2.00127 2040.7 85.9475 2101.3 114.087C2417.76 260.743 2628.86 431.51 2731.94 722.142C2940.79 1225.9 2508.91 2178.82 2150.63 2656.7C1779.64 3169.63 1293.64 3217.84 798.345 3136.04C534.128 3085.8 291.072 2986.97 92.1133 2864.4C33.4593 2828.06 -29.3236 2901.01 15.967 2953.13C371.841 3364.12 1128.29 3656.09 1663.56 3665.34"})}),"path3"===i&&e.jsx("svg",{className:`shape-bg-svg pointer-events-none absolute left-1/2 top-[-2600px] z-0 translate-x-[-55%] ${o} fill-current ${h}`,width:"3044",height:"3248",viewBox:"0 0 3044 3248",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false",children:e.jsx("path",{d:"M1.21857 1353.6C-0.931975 1765.46 120.504 2015.15 791.765 2417.01C1424.98 2796.19 2407.16 3469.31 2746.34 3175.04C2955.08 3005.86 2971.76 2677.32 3002.33 2420C3016.95 2248.7 3026.23 2094.39 3043.38 1926.83C3048.81 1871.88 2976.24 1850.67 2949.63 1899.96C2810.91 2157.33 2657.35 2325.33 2408.95 2396.88C1976.88 2546.15 1201.39 2136.59 819.655 1812.63C409.231 1476.27 393.475 1067.19 486.97 656.895C542.372 438.358 637.352 239.983 749.974 79.7081C783.347 32.4684 725.487 -23.7534 679.587 11.5067C317.699 288.49 35.1358 906.671 0.328344 1354.07"})}),"path4"===i&&e.jsx("svg",{className:`shape-bg-svg pointer-events-none absolute left-1/2 top-[-1966.1px] z-0 translate-x-[-48%] ${o} fill-current ${h}`,width:"3739",height:"3666",viewBox:"0 0 3739 3666",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false",children:e.jsx("path",{d:"M1662.93 3664.31C2153.52 3637.23 2442.1 3474.65 2872.31 2646.41C3278.25 1865.1 4009.1 647.091 3634.26 264.381C3417.79 27.9951 3025.37 31.7826 2716.76 13.902C2511.72 8.81709 2327.31 8.87474 2126.55 0.512528C2060.73 -2.00052 2040.7 85.9483 2101.3 114.088C2417.76 260.743 2628.86 431.51 2731.94 722.143C2940.79 1225.9 2508.91 2178.82 2150.63 2656.7C1779.64 3169.63 1293.64 3217.84 798.345 3136.04C534.128 3085.8 291.072 2986.98 92.1133 2864.4C33.4593 2828.06 -29.3236 2901.01 15.967 2953.13C371.841 3364.12 1128.29 3656.09 1663.56 3665.34"})}),e.jsx("div",{className:"shape-bg-content relative z-[1]",children:t})]}):e.jsx("div",{className:s,style:u,children:t})},exports.SimpleCard=ke,exports.TestimonialCard=Ee,exports.Text=({fields:t})=>e.jsx("div",{children:e.jsx(ye,{children:"Text Block"})});
|
|
4
4
|
//# sourceMappingURL=index.js.map
|