{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/mxfcTXicC2zorFgnvrXZ/T7OfVqjuHysHDC042G2J/CartComponents.js", "ssg:https://framerusercontent.com/modules/DVx7ZHSWHpL2Go4snM6t/bd7y9cpTh5KWywcHfif5/CartStyles.js", "ssg:https://framerusercontent.com/modules/HLw3yyvqv01p2kL1rzgJ/za7MuzWurjKrhTsjbzDs/LoadingCircle.js", "ssg:https://framerusercontent.com/modules/7L5YX0h3dUppuhqpv8NY/Al8YkqUdMwYifMYbuM9N/Pills.js", "ssg:https://framerusercontent.com/modules/YRAZLzvOxARYadjg9qid/um9pHBjxDyWRFz1GKrcr/Cart.js", "ssg:https://framerusercontent.com/modules/G6y4gwthiRHqRaLaEhrf/14BHrcItmxS31Lz1PiMo/aXcL9j9aF.js", "ssg:https://framerusercontent.com/modules/loq40WN1yfZcnLKDDlBY/92BOaYVzXOkw6yDKMegs/gC9l31Wfp.js", "ssg:https://framerusercontent.com/modules/S1lBTSePMWP7sI4cVKYs/hHeOBULaKYYu7U2IS5eV/iL4mo_Aba.js", "ssg:https://framerusercontent.com/modules/f4nWm9qls18n3IMywpnl/z3GKxUR62tGZEM33590Y/AghOAlGbR.js", "ssg:https://framerusercontent.com/modules/n9dEPecfmNgDnkSIy8TQ/4mfLH7RrNub057ttngSJ/ScrollControl.js", "ssg:https://framerusercontent.com/modules/kx2EcqkRpL7ZFsD7Na2U/YxJpCWUQLxDMcjrcByT3/User.js", "ssg:https://framerusercontent.com/modules/UWYDWFns7kjMGATHJMqq/nM6MLF5EpoPB5ohXaEUR/m_vwWr_Gg.js", "ssg:https://framerusercontent.com/modules/pUrt5qHRM4rJwmteTIEX/qKReZ4PXPlMR3MxpEQdT/tB8bLvg8u.js", "ssg:https://framerusercontent.com/modules/7HadvECPX4pMm8lrKSrQ/N2JcUjJnhV4684tADVSQ/drIHigXcD.js", "ssg:https://framerusercontent.com/modules/u004SsgFTrIm9MiTKO5D/LfpX3ecz2tH7Uw8CTtPt/k4gh_dPgx.js", "ssg:https://framerusercontent.com/modules/PLsMrcutWBQuJwYFUARi/nFQGBvlylCkg5Fv3Vzwu/SuS3g8pel.js", "ssg:https://framerusercontent.com/modules/7ugNWQUz4VjfLdfhse5c/WApi8PVIXBwy7DRGKHtK/PQ01mVRMJ.js", "ssg:https://framerusercontent.com/modules/lWDBdPv5gCvf0TRF3uyP/QSPWFPhBvfBzvqabcvqt/W_9VX5_X5.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{createContext,forwardRef,useContext,useState}from\"react\";const EmptyCartContext=/*#__PURE__*/createContext(null);export function withProvider(Component){return /*#__PURE__*/forwardRef((props,ref)=>{const[isCartEmpty,setIsCartEmpty]=useState(false);const[isCartLoading,setIsCartLoading]=useState(true);return /*#__PURE__*/_jsx(EmptyCartContext.Provider,{value:{isCartEmpty,setIsCartEmpty,isCartLoading,setIsCartLoading},children:/*#__PURE__*/_jsx(Component,{ref:ref,...props})});});}export function emptyState(Component){return /*#__PURE__*/forwardRef((props,ref)=>{const{isCartEmpty,isCartLoading}=useEmptyCart();if(isCartLoading)return null;if(!isCartEmpty)return null;return /*#__PURE__*/_jsx(Component,{ref:ref,...props});});}export function useEmptyCart(){const context=useContext(EmptyCartContext);if(context===undefined){throw new Error(\"useEmptyCart must be used within a EmptyCartContext\");}return context;}\nexport const __FramerMetadata__ = {\"exports\":{\"useEmptyCart\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withProvider\":{\"type\":\"reactHoc\",\"name\":\"withProvider\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyState\":{\"type\":\"reactHoc\",\"name\":\"emptyState\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CartComponents.map", "import{jsx as _jsx}from\"react/jsx-runtime\";export default function CartStyles(props){return /*#__PURE__*/_jsx(\"style\",{children:`\n    svg{\n        display: block;\n    }\n            button, a, input, textarea {\n                font-family: var(--gilroy_medium);\n                font-size: 16px;\n            } \n            .color--green {\n                color: var(--Green);\n            }\n            .title--18--semibold {\n                font-size: 1.125rem;\n                line-height: 1.3;\n                font-family: var(--gilroy_semibold);\n            }\n            .title--18 {\n                font-size: 1.125rem;\n                line-height: 1.3;\n            }\n            .title--20--semibold {\n                font-size: 1.25rem;\n                line-height: 1.3;\n                font-family: var(--gilroy_semibold);\n            }\n            .text--underline{\n                text-decoration: underline;\n            }\n            .text-s {\n                font-size: 0.75rem;\n                line-height: 1.2;\n            }\n            .text-s--italic{\n                font-size: 0.75rem;\n                line-height: 1.2;\n                font-family: var(--gilroy_italic);\n                font-style: italic;\n            }\n            .text-s--semibold {\n                font-size: 0.75rem;\n                line-height: 1.2;\n                font-family: var(--gilroy_semibold);\n            }\n            .text-m {\n                font-size: 0.875rem;\n                line-height: 1.4;\n                font-family: var(--gilroy_medium);\n            }\n            .text-m--semibold {\n                font-size: 0.875rem;\n                line-height: 1.2;\n                font-family: var(--gilroy_semibold);\n            }\n            .text-l {\n                font-size: 1rem;\n                line-height: 1.2;\n                font-family: var(--gilroy_regular);\n            }\n            .text-l--semibold {\n                font-size: 1rem;\n                line-height: 1.2;\n                font-family: var(--gilroy_semibold);\n            }\n            .text-xl {\n                font-size: 1.125rem;\n            }\n            .text-xl--semibold {\n                font-size: 1.125rem;\n                line-height: 1.2;\n                font-family: var(--gilroy_semibold);\n            }\n            .caption-s {\n                letter-spacing: 0.015em;\n                text-transform: uppercase;\n                font-size: 0.75rem;\n                font-family: var(--gilroy_semibold);\n                line-height: 1.2;\n            }\n            .caption-m {\n                letter-spacing: 0.02em;\n                text-transform: uppercase;\n                font-size: 0.875rem;\n                font-family: var(--gilroy_semibold);\n                line-height: 1.2;\n            }\n            .caption-l {\n                text-transform: uppercase;\n                font-size: 1rem;\n                font-family: var(--gilroy_semibold);\n                line-height: 1.2;\n            }\n            .cart__wrapper{\n                grid-column-gap: 4rem;\n                grid-template-rows: auto;\n                grid-template-columns: 1fr 19.125rem;\n                grid-auto-columns: 1fr;\n                place-items: start stretch;\n                max-width: 1080px;\n                margin-left: auto;\n                margin-right: auto;\n                padding: 5rem 1.5rem 15rem;\n                display: grid;\n            }\n            .cart__summary {\n                grid-column-gap: 1rem;\n                grid-row-gap: 1rem;\n                flex-flow: column;\n                display: flex;\n            }\n            .cart__panel{\n                display: flex;\n                flex-direction: column;\n                row-gap: 1.5rem;\n            }\n            .cart__summary_status {\n                grid-column-gap: .25rem;\n                grid-row-gap: .25rem;\n                flex-flow: column;\n                justify-content: center;\n                align-items: stretch;\n                display: flex;\n            }\n\n            .cart__summary_total {\n                border-top: .0625rem solid #1a1a1a1a;\n                border-bottom: .0625rem solid #1a1a1a1a;\n                justify-content: space-between;\n                align-items: center;\n                padding-top: 1rem;\n                padding-bottom: 1rem;\n                display: flex;\n                height: 3.5rem;\n            }\n            .cart__summary_control {\n                grid-column-gap: .5rem;\n                grid-row-gap: .5rem;\n                flex-flow: column;\n                display: flex;\n            }\n            .button{\n                border-radius: 100rem;\n                background: #1e663e;\n                color: #fff;\n                white-space: nowrap;\n                cursor: pointer;\n                text-decoration: none;\n                border-radius: 6.25rem;\n                height: 2.75rem;\n                position: relative;\n                overflow: hidden;\n                display: flex;\n                align-items: center;\n                justify-content: center;\n                border: none;\n                outline: none;\n            }\n            .button_content{\n                display: flex;\n                align-items: center;\n                justify-content: center;\n                column-gap: 0.5rem;\n                position: relative;\n                z-index: 1;\n            }\n            .button_background{\n                opacity: 0;\n                transition: 250ms ease opacity;\n                position: absolute;\n                z-index: 0;\n                top: 0;\n                left: 0;\n                width: 100%;\n                height: 100%;\n                background: radial-gradient(58.62% 100% at 50% -17.05%, #34A564 0%, rgba(52, 165, 100, 0.00) 100%);\n            }\n            .cart__item {\n                grid-column-gap: 1rem;\n                grid-row-gap: 1rem;\n                border-top: 1px solid #1a1a1a1a;\n                flex-flow: column;\n                padding-top: 1.25rem;\n                display: flex;\n            }\n            .cart__item_main {\n                justify-content: space-between;\n                align-items: stretch;\n                display: flex;\n            }\n            .cart__item_intro {\n                grid-column-gap: 1.5rem;\n                grid-template-rows: auto;\n                grid-template-columns: 5rem 1fr;\n                grid-auto-columns: 1fr;\n                display: grid;\n                text-decoration: none;\n                color: inherit;\n            }\n            .cart__item_control {\n                grid-column-gap: .75rem;\n                grid-row-gap: .75rem;\n                flex-flow: column;\n                justify-content: flex-start;\n                align-items: flex-end;\n                display: flex;\n            }\n            .cart__item_control__destructive{\n                text-align: center;\n                padding: 0 1.5rem 0 0;\n                text-transform: uppercase;\n                color: #1E663E;\n                transition: 250ms ease opacity;\n                cursor: pointer;\n            }\n            .cart__item_info{\n                display: flex;\n                flex-direction: row;\n                align-items: center;\n                justify-content: flex-end;\n                column-gap: 1.5rem;\n            }\n            .cart__item_quantity{\n                display: grid;\n                grid-template-columns: 2rem 1rem 2rem;\n                grid-template-rows: 1.5rem;\n                column-gap: 0.75rem;\n                align-items: center;\n            }\n            .cart__item_button{\n                width: 2rem;\n                height: 2rem;\n                min-width: 2rem;\n                max-width: 2rem;\n                min-height: 2rem;\n                max-height: 2rem;\n                padding: 0;\n                margin: 0;\n                border-radius: 100%;\n                display: flex;\n                align-items: center;\n                justify-content: center;\n                border: none;\n                outline: none;\n                background: #F0EEEC;\n                cursor: pointer;\n            }\n            .cart__item_visual {\n                border-radius: .5rem;\n                width: 5rem;\n                height: 5rem;\n                overflow: hidden;\n            }\n            .cart__item_visual img{\n                width: 100%;\n                height: 100%;\n                object-fit: cover;\n            }\n            .cart__item_content {\n                flex-flow: column;\n                justify-content: center;\n                align-items: flex-start;\n                display: flex;\n            }\n            .cart__summary_progress{\n                height: 0.5rem;\n                width: 100%;\n                border-radius: 0.5rem;\n                position: relative;\n                background: white;\n                overflow: hidden;\n                background: #E8E8E8;\n            }\n            .cart__summary_progress__fill{\n                width: 0%;\n                height: 100%;\n                position: absolute;\n                background: #1E663E;\n            }\n            .cart-content{\n                display: flex;\n                flex-direction: column;\n                row-gap: 0.5rem;\n                aling-items: stretch;\n                justify-content: flex-start;\n            }\n            .cart-list{\n                display: flex;\n                flex-direction: column;\n                row-gap: 1.25rem;\n                aling-items: stretch;\n                justify-content: flex-start;\n            }\n            @media screen and (min-width: 992px){\n                .cart__item_control__destructive:hover{\n                    opacity: 0.5;\n                }\n                .button:hover .button_background{\n                    opacity: 1;\n                }\n            }\n            @media screen and (max-width: 1279px){\n                .cart__wrapper{\n                    grid-column-gap: 2rem;\n                }\n            }\n            @media screen and (max-width: 991px){\n                .cart__wrapper{\n                    grid-template-columns: 1fr;\n                    grid-row-gap: 3rem;\n                    padding: 2rem 1rem 15rem;\n                }\n            }\n            @media screen and (max-width: 767px){\n                .cart__item_main{\n                    flex-direction: column;\n                    row-gap: 1rem;\n                }\n                .cart__item_control{\n                    flex-direction: row-reverse;\n                    align-items: center;\n                    justify-content: space-between;\n                }\n            }\n        `});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"CartStyles\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CartStyles.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";export default function LoadingCircle({size=\"m\",color=\"#000\"}){return /*#__PURE__*/_jsxs(\"svg\",{className:\"loading-circle\",style:size===\"m\"?{width:\"1.25rem\",height:\"1.25rem\"}:{width:\"2.5rem\",height:\"2.5rem\"},xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 20 20\",fill:\"none\",children:[/*#__PURE__*/_jsxs(\"g\",{clipPath:\"url(#clip0_1192_1960)\",children:[/*#__PURE__*/_jsx(\"circle\",{opacity:\"0.3\",cx:\"10\",cy:\"10\",r:\"8\",stroke:color,strokeWidth:\"3\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M18 10C18 5.58172 14.4183 2 10 2\",stroke:color,strokeWidth:\"3\"})]}),/*#__PURE__*/_jsx(\"defs\",{children:/*#__PURE__*/_jsx(\"clipPath\",{id:\"clip0_1192_1960\",children:/*#__PURE__*/_jsx(\"rect\",{width:\"20\",height:\"20\",fill:\"white\"})})})]});}export function LoadingLine(){return /*#__PURE__*/_jsxs(\"div\",{style:{position:\"relative\",background:\"#fff\",width:\"10rem\",height:\"0.375rem\",borderRadius:\"0.25rem\",overflow:\"hidden\"},children:[/*#__PURE__*/_jsx(\"div\",{style:{position:\"absolute\",left:\"0%\",top:\"0%\",bottom:\"0%\",width:\"50%\",background:\"#1E663E\",animation:\"loadingAnimation 2s ease-in-out infinite\"}}),/*#__PURE__*/_jsx(\"style\",{children:`\n                @keyframes loadingAnimation {\n                    0% {\n                        left: -50%;\n                        width: 50%;\n                    }\n                    50% {\n                        left: 100%;\n                        width: 40%;\n                    }\n                    100% {\n                        left: 100%;\n                        width: 20%;\n                    }\n                }\n                `})]});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"LoadingCircle\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"LoadingLine\":{\"type\":\"reactComponent\",\"name\":\"LoadingLine\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LoadingCircle.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useState}from\"react\";import{useCart}from\"https://framerusercontent.com/modules/YRAZLzvOxARYadjg9qid/um9pHBjxDyWRFz1GKrcr/Cart.js\";export default function Pills(){const[isChecked,setIsChecked]=useState(false);const{addPillsToCart,isCartUpdating,isSubscription}=useCart();const handleCheckboxChange=e=>{setIsChecked(e.target.checked);if(e.target.checked){addPillsToCart();}};return /*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"column\",rowGap:\"0.75rem\",margin:\"0.5rem 0\"},children:[/*#__PURE__*/_jsx(\"style\",{children:`\n            \n                .card {\n                    display: block;\n                    width: auto;\n                    height: auto;\n                    border: 2px solid #d1d5db;\n                    border-radius: 0.625rem;\n                    padding: 0.625rem 1rem;\n                    cursor: pointer;\n                }\n\n                .card-content {\n                    display: flex;\n                    gap: 1rem;\n                    height: 100%;\n                    \n                }\n\n                .checkbox {\n                    height: 0.75rem;\n                    width: 0.75rem;\n                    margin: 0;\n                }\n\n                .product-info {\n                    flex: 1;\n                    display: flex;\n                    flex-direction: column;\n                    justify-content: center;\n                    height: 100%;\n                    display: flex;\n                    flex-direction: column;\n                    row-gap: 0.5rem;\n                }\n\n                .price-container {\n                    display: flex;\n                    align-items: center;\n                    gap: 0.25rem;\n                    margin-top: auto;\n                }\n\n                .original-price {\n                    color: #9ca3af;\n                    text-decoration: line-through;\n                }\n\n                .sale-price {\n                    color: #b91c1c;\n                }\n\n                .discount-badge {\n                    background-color: #b91c1c;\n                    color: white;\n                    padding: 0.25rem 0.375rem 0.125rem;\n                    border-radius: 0.25rem;\n                    margin-left: auto;\n                    font-size: 0.75rem;\n                }\n            \n            `}),/*#__PURE__*/_jsxs(\"div\",{children:[/*#__PURE__*/_jsx(\"div\",{className:\"title--20--semibold\",children:\"Upgrade My Order!\"}),/*#__PURE__*/_jsx(\"div\",{className:\"text-m\",children:\"(exclusive offer)\"})]}),/*#__PURE__*/_jsx(\"label\",{htmlFor:\"metabolism-booster\",className:\"card\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"card-content\",children:[/*#__PURE__*/_jsx(\"input\",{type:\"checkbox\",id:\"metabolism-booster\",checked:isChecked,onChange:handleCheckboxChange,className:\"checkbox\",disabled:isCartUpdating}),/*#__PURE__*/_jsxs(\"div\",{className:\"product-info\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"product-description text-m\",children:[/*#__PURE__*/_jsx(\"span\",{className:\"product-name text-m--semibold\",children:\"Add Metabolism Booster\"}),\" \",\"to maintain metabolism, energy, and reduce food cravings.\"]}),/*#__PURE__*/_jsxs(\"div\",{className:\"price-container\",children:[/*#__PURE__*/_jsx(\"span\",{className:\"text-l--semibold original-price\",children:\"$75.00\"}),/*#__PURE__*/_jsxs(\"span\",{className:\"text-l--semibold sale-price\",children:[\"$\",isSubscription?\"34.00\":\"37.00\"]}),/*#__PURE__*/_jsxs(\"span\",{className:\"caption-m--semibold discount-badge\",children:[\"-\",isSubscription?\"55\":\"51\",\"%\"]})]})]})]})})]});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Pills\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{ControlType,addPropertyControls}from\"framer\";import{createContext,useContext,useEffect,useState}from\"react\";import CartStyles from\"https://framerusercontent.com/modules/DVx7ZHSWHpL2Go4snM6t/bd7y9cpTh5KWywcHfif5/CartStyles.js\";import LoadingCircle,{LoadingLine}from\"https://framerusercontent.com/modules/HLw3yyvqv01p2kL1rzgJ/za7MuzWurjKrhTsjbzDs/LoadingCircle.js\";import Pills from\"https://framerusercontent.com/modules/7L5YX0h3dUppuhqpv8NY/Al8YkqUdMwYifMYbuM9N/Pills.js\";import{useEmptyCart}from\"https://framerusercontent.com/modules/mxfcTXicC2zorFgnvrXZ/T7OfVqjuHysHDC042G2J/CartComponents.js\";const CartContext=/*#__PURE__*/createContext(null);const HIDDEN_PRODUCT_IDS=[\"45286482084106\",\"50277669699850\",\"50295429497098\"];const PERSISTENT_ATTRIBUTE={key:\"_persistent\",value:\"true\"};function getStoredCartId(){return localStorage.getItem(\"shopXtools_cartId\");}function setStoredCartId(cartId){localStorage.setItem(\"shopXtools_cartId\",cartId);localStorage.setItem(\"shopXtools.cart\",`{\"id\": \"${cartId}\"}`);}function getCurrencySymbol(currencyCode){return new Intl.NumberFormat(\"en\",{style:\"currency\",currency:currencyCode}).formatToParts(0).find(part=>part.type===\"currency\").value;}const isHiddenProduct=variantId=>{if(!variantId)return false;const id=variantId.split(\"/\").pop();return HIDDEN_PRODUCT_IDS.includes(id);};// Filter visible cart items (excludes hidden products)\nconst filterVisibleCartItems=cartLines=>{return cartLines.filter(item=>!isHiddenProduct(item.node.merchandise.id));};// Calculate visible cart count (excludes hidden products)\nconst calculateVisibleCartCount=cartLines=>{return filterVisibleCartItems(cartLines).reduce((total,item)=>{return total+item.node.quantity;},0);};// Calculate visible cart amount (excludes hidden products)\nconst calculateVisibleCartAmount=cartLines=>{return filterVisibleCartItems(cartLines).reduce((total,item)=>{return total+parseFloat(item.node.cost.totalAmount.amount);},0);};// Modified getCart function\nexport const getCart=async()=>{let cart=await window.shopXtools.fetchCart(window.shopXtools.cart.id);return cart;};const isPillsInCart=cartLines=>{const pillsProductTitle=\"Metabolism Booster\";for(const item of cartLines){if(\"merchandise\"in item[\"node\"]&&\"product\"in item[\"node\"][\"merchandise\"]){const productTitle=item[\"node\"][\"merchandise\"][\"product\"].title||\"\";if(productTitle.includes(pillsProductTitle)){return true;}}}return false;};// Add to CartWidget component\nconst analyzeCartSubscriptionOptions=cartLines=>{// Count subscription vs one-time\nlet isSubscriptionInCart=false;let subscriptionPlanId=\"\";// Count frequency of different subscription plans\nconst planFrequency={\"4586799370\":0,\"4586832138\":0,\"4586864906\":0,\"4586897674\":0,\"4621730058\":0,\"4621762826\":0};// Analyze each cart item\nfor(const item of cartLines){if(item.node.sellingPlanAllocation){isSubscriptionInCart=true;const planId=item.node.sellingPlanAllocation.sellingPlan.id.split(\"/\").pop();if(planId in planFrequency){planFrequency[planId]++;}}}// If no subscription items are present, use one-time\nif(!isSubscriptionInCart){return[\"one-time\",\"49615798337802\"]// One-time variant ID\n;}let mostFrequentPlan=null;let maxFrequency=0;for(const[planId,frequency]of Object.entries(planFrequency)){if(frequency>maxFrequency||frequency===maxFrequency&&parseInt(planId)<parseInt(mostFrequentPlan)){maxFrequency=frequency;mostFrequentPlan=planId;}}// Shakes on left, pills on right\nconst pillsVariantIds={\"4586799370\":\"5319917834\",\"4586832138\":\"5319950602\",\"4586864906\":\"5319983370\",\"4586897674\":\"5320016138\",\"4621730058\":\"5320048906\",\"4621762826\":\"5320081674\"};const pillsVariantId=pillsVariantIds[mostFrequentPlan]||null;return[\"subscription\",pillsVariantId];};export default function CartIcon(props){const[totalCount,setTotalCount]=useState(0);useEffect(()=>{const cartId=window.shopXtools.cart.id;const getCartData=async()=>{if(!cartId)return;const cart=await getCart();if(cart&&cart.lines.edges){const visibleCount=calculateVisibleCartCount(cart.lines.edges);setTotalCount(visibleCount);}};getCartData();document.addEventListener(\"cart-updated\",getCartData);return()=>{document.removeEventListener(\"cart-updated\",getCartData);};},[]);return /*#__PURE__*/_jsxs(\"a\",{style:{color:props.toggle?\"#fff\":\"#143f26\",//position: \"relative\",\nwidth:\"1.5rem\",height:\"1.5rem\",padding:\"0\",margin:\"0\"},href:\"/cart\",children:[/*#__PURE__*/_jsx(\"svg\",{style:{width:\"1.5rem\",height:\"1.5rem\",stroke:\"currentColor\",fill:\"none\",display:\"block\",padding:\"0\",margin:\"0\"},\"aria-hidden\":\"true\",focusable:\"false\",role:\"presentation\",viewBox:\"0 0 24 24\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M3 6h19l-3 10H6L3 6zm0 0-.75-2.5m8.75 16a1.5 1.5 0 0 1-3 0m9 0a1.5 1.5 0 0 1-3 0\",strokeLinecap:\"round\",strokeLinejoin:\"round\",strokeWidth:\"1.5\",style:{stroke:\"inherit\",fill:\"inherit\"}})}),/*#__PURE__*/_jsx(\"div\",{style:{background:\"#1f663e\",fontSize:\"0.625rem\",color:\"#fff\",borderRadius:\"100%\",width:\"1.125rem\",height:\"1.125rem\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",padding:\"0.125rem 0 0 0\",margin:\"0\",position:\"absolute\",top:\"-0.25rem\",right:\"-0.5rem\",fontFamily:\"var(--gilroy_semibold)\"},children:totalCount})]});}addPropertyControls(CartIcon,{toggle:{title:\"is white\",type:ControlType.Boolean}});function CartTotal({upsell}){const[isCheckoutLoading,setIsCheckoutLoading]=useState(false);const{totalAmount,cartLines,setCartLines,setCheckoutLink,checkoutLink,isCartUpdating,setTotalAmount,setTotalCount,setIsCartUpdating,setIsCartLoading,setIsUpgraded}=useCart();const enforceHiddenItem=async cartLines=>{const isHiddenProductsInCart=cartLines.filter(item=>isHiddenProduct(item.node.merchandise.id));if(isHiddenProductsInCart.length===0){try{// Get current cart state\nconst cart=await window.shopXtools.fetchCart(window.shopXtools.cart.id);const mutation=`\n                        mutation cartLinesAdd($cartId: ID!, $lines: [CartLineInput!]!) {\n                        cartLinesAdd(cartId: $cartId, lines: $lines) {\n                            cart {\n                            id\n                            lines(first: 100) {\n                                edges {\n                                node {\n                                    id\n                                    quantity\n                                    attributes {\n                                    key\n                                    value\n                                    }\n                                }\n                                }\n                            }\n                            }\n                            userErrors {\n                            field\n                            message\n                            }\n                        }\n                        }\n                    `;const variables={cartId:window.shopXtools.cart.id,lines:[{merchandiseId:`gid://shopify/ProductVariant/${HIDDEN_PRODUCT_IDS[0]}`,quantity:1,attributes:[PERSISTENT_ATTRIBUTE]},{merchandiseId:`gid://shopify/ProductVariant/${HIDDEN_PRODUCT_IDS[1]}`,quantity:1,attributes:[PERSISTENT_ATTRIBUTE]},{merchandiseId:`gid://shopify/ProductVariant/${HIDDEN_PRODUCT_IDS[2]}`,quantity:1,attributes:[PERSISTENT_ATTRIBUTE]}]};const result=await window.shopXtools.handleCartMutation(mutation,variables);const refreshCartResponse=await window.shopXtools.fetchCart(window.shopXtools.cart.id);// Update local state with the new cart data\nif(refreshCartResponse&&refreshCartResponse.lines.edges){setCartLines(refreshCartResponse.lines.edges);setCheckoutLink(refreshCartResponse.checkoutUrl);setTotalAmount(calculateVisibleCartAmount(refreshCartResponse.lines.edges));setTotalCount(calculateVisibleCartCount(refreshCartResponse.lines.edges));setIsCartUpdating(false);setIsUpgraded(isPillsInCart(refreshCartResponse.lines.edges));}// Verify post-add state\nif(result.cartLinesAdd.userErrors.length>0){throw new Error(`Mutation failed: ${JSON.stringify(result.cartLinesAdd.userErrors)}`);}return true;}catch(error){throw error;}}else{return null;}};const handleCheckout=async()=>{setIsCheckoutLoading(true);await enforceHiddenItem(cartLines);setIsCheckoutLoading(false);window.location.href=checkoutLink;};return /*#__PURE__*/_jsxs(\"div\",{className:\"cart__summary\",children:[/*#__PURE__*/_jsx(CartStyles,{}),/*#__PURE__*/_jsxs(\"div\",{className:\"cart__summary_status\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"text-m\",children:totalAmount<100?`You are $${(100-totalAmount).toFixed(2)} away from free shipping.`:`Congratulations! Your order qualifies for free shipping.`}),/*#__PURE__*/_jsx(\"div\",{className:\"cart__summary_progress\",children:/*#__PURE__*/_jsx(\"div\",{style:totalAmount<100?{width:`${totalAmount}%`}:{width:`100%`},className:\"cart__summary_progress__fill\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"cart__summary_total\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"caption-m\",children:\"Subtotal\"}),isCartUpdating?/*#__PURE__*/_jsx(LoadingLine,{}):/*#__PURE__*/_jsxs(\"div\",{className:\"title--20--semibold\",children:[\"$\",totalAmount.toFixed(2)]})]}),upsell,/*#__PURE__*/_jsxs(\"div\",{className:\"cart__summary_control\",children:[/*#__PURE__*/_jsxs(\"button\",{onClick:handleCheckout,className:\"button\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"button_content\",children:isCheckoutLoading?/*#__PURE__*/_jsx(LoadingCircle,{color:\"#fff\"}):/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"svg\",{style:{width:\"1.25rem\",height:\"1.25rem\"},xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 21 20\",fill:\"none\",children:/*#__PURE__*/_jsx(\"g\",{opacity:\"0.4\",children:/*#__PURE__*/_jsx(\"path\",{fillRule:\"evenodd\",clipRule:\"evenodd\",d:\"M10.5 1.66675C7.73858 1.66675 5.5 3.90532 5.5 6.66675V8.45868C5.26449 8.51029 5.03845 8.58544 4.82003 8.69673C4.19283 9.01631 3.68289 9.52624 3.36331 10.1534C3.15724 10.5579 3.0751 10.9885 3.03683 11.4569C2.99998 11.9079 2.99999 12.4615 3 13.1323V13.5345C2.99999 14.2053 2.99998 14.7589 3.03683 15.2099C3.0751 15.6784 3.15724 16.1089 3.36331 16.5134C3.68289 17.1406 4.19283 17.6505 4.82003 17.9701C5.22448 18.1762 5.65507 18.2583 6.12348 18.2966C6.57448 18.3334 7.12812 18.3334 7.79894 18.3334H13.2011C13.8719 18.3334 14.4255 18.3334 14.8765 18.2966C15.3449 18.2583 15.7755 18.1762 16.18 17.9701C16.8072 17.6505 17.3171 17.1406 17.6367 16.5134C17.8428 16.1089 17.9249 15.6784 17.9632 15.2099C18 14.7589 18 14.2053 18 13.5345V13.1323C18 12.4615 18 11.9079 17.9632 11.4569C17.9249 10.9885 17.8428 10.5579 17.6367 10.1534C17.3171 9.52624 16.8072 9.01631 16.18 8.69673C15.9615 8.58544 15.7355 8.51029 15.5 8.45868V6.66675C15.5 3.90532 13.2614 1.66675 10.5 1.66675ZM13.8333 8.33477V6.66675C13.8333 4.8258 12.3409 3.33341 10.5 3.33341C8.65905 3.33341 7.16667 4.8258 7.16667 6.66675V8.33477C7.36476 8.33341 7.57532 8.33341 7.79891 8.33342H13.2011C13.4247 8.33341 13.6352 8.33341 13.8333 8.33477Z\",fill:\"white\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"caption-l\",children:\"Check out\"})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"button_background\"})]}),/*#__PURE__*/_jsx(\"div\",{className:\"text-s--italic\",children:\"Shipping, taxes, and discount codes are calculated at checkout\"})]})]});}function CartList(){const{totalCount}=useCart();const{cartLines,setCartLines,setIsUpgraded}=useCart();const{setCheckoutLink,setTotalAmount,setTotalCount}=useCart();const{setIsCartUpdating,setIsSubscription,setIsCartLoading}=useCart();const handleUpdateQuantity=async(lineId,newQuantity,onComplete)=>{const item=cartLines.find(line=>line.node.id===lineId);// Check if it's a hidden product - if so, don't allow removal\nif(item&&isHiddenProduct(item.node.merchandise.id)&&newQuantity<1){setIsCartUpdating(false);return;// Don't allow removal of hidden products\n}const mutation=`\n            mutation cartLinesUpdate($cartId: ID!, $lines: [CartLineUpdateInput!]!) {\n                cartLinesUpdate(cartId: $cartId, lines: $lines) {\n                    cart {\n                        id\n                        lines(first: 100) {\n                            edges {\n                                node {\n                                    id\n                                    quantity\n                                    merchandise {\n                                        ... on ProductVariant {\n                                            id\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                    }\n                    userErrors {\n                        field\n                        message\n                    }\n                }\n            }\n        `;const variables={cartId:window.shopXtools.cart.id,lines:[{id:lineId,quantity:newQuantity}]};try{const response=await window.shopXtools.handleCartMutation(mutation,variables);const refreshCartResponse=await window.shopXtools.fetchCart(window.shopXtools.cart.id);// Update local state with the new cart data\nif(refreshCartResponse&&refreshCartResponse.lines.edges){setCartLines(refreshCartResponse.lines.edges);setCheckoutLink(refreshCartResponse.checkoutUrl);setTotalAmount(calculateVisibleCartAmount(refreshCartResponse.lines.edges));setTotalCount(calculateVisibleCartCount(refreshCartResponse.lines.edges));setIsCartUpdating(false);setIsUpgraded(isPillsInCart(refreshCartResponse.lines.edges));const[purchaseType,planOrVariantId]=analyzeCartSubscriptionOptions(refreshCartResponse.lines.edges);setIsSubscription(purchaseType===\"subscription\");window.shopXtools.dispatchEvent(\"cart-updated\",{});}}catch(error){console.error(\"Error updating cart:\",error);}onComplete();};const visibleCartLines=filterVisibleCartItems(cartLines);return /*#__PURE__*/_jsxs(\"div\",{className:\"cart-content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"text-m\",children:[\"CART (\",totalCount,\")\"]}),/*#__PURE__*/_jsx(\"div\",{className:\"cart-list\",children:visibleCartLines.map((item,index)=>/*#__PURE__*/_jsx(CartItem,{item:item,onUpdateQuantity:handleUpdateQuantity},item.node.id))})]});}function CartItem({item,onUpdateQuantity}){const{merchandise,quantity,sellingPlanAllocation}=item.node;const{isCartUpdating,setIsCartUpdating}=useCart();const[isCartItemLoading,setIsCartItemLoading]=useState(false);const handleIncrement=()=>{setIsCartUpdating(true);setIsCartItemLoading(true);onUpdateQuantity(item.node.id,quantity+1,()=>{setIsCartItemLoading(false);});};const handleDecrement=()=>{setIsCartUpdating(true);setIsCartItemLoading(true);if(quantity>1){onUpdateQuantity(item.node.id,quantity-1,()=>{setIsCartItemLoading(false);});}else{handleRemove();}};const handleRemove=()=>{setIsCartUpdating(true);setIsCartItemLoading(true);onUpdateQuantity(item.node.id,0,()=>{setIsCartItemLoading(false);});};return /*#__PURE__*/_jsx(\"div\",{className:\"cart__item\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"cart__item_main\",children:[/*#__PURE__*/_jsxs(\"a\",{href:`/products/${merchandise.product.handle}`,className:\"cart__item_intro\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"cart__item_visual\",children:/*#__PURE__*/_jsx(\"img\",{src:merchandise.image?.url,loading:\"lazy\",alt:merchandise.product.title,className:\"cart__item_image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"cart__item_content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"title--18--semibold letter_spacing---1 text--underline color--green\",children:merchandise.product.title}),merchandise.title!==\"Default Title\"&&/*#__PURE__*/_jsx(\"div\",{className:\"text-m--semibold\",children:merchandise.title}),sellingPlanAllocation&&/*#__PURE__*/_jsxs(\"div\",{className:\"text-m\",children:[sellingPlanAllocation.sellingPlan.name.split(\",\")[0].replace(/\\bDeliver\\b/,\"Delivery\"),\",\",\" \",/*#__PURE__*/_jsxs(\"span\",{className:\"text-m--semibold\",style:{color:\"#1E663E\"},children:[\"Savings $\",(item.node.merchandise.price.amount*item.node.quantity-item.node.cost.totalAmount.amount).toFixed(2)]})]}),!sellingPlanAllocation&&item.node.merchandise.price.amount*item.node.quantity>item.node.cost.totalAmount.amount&&/*#__PURE__*/_jsxs(\"div\",{className:\"text-m--semibold\",style:{color:\"#1E663E\"},children:[\"Savings $\",(item.node.merchandise.price.amount*item.node.quantity-item.node.cost.totalAmount.amount).toFixed(2)]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"cart__item_control\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"cart__item_info\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"cart__item_price text-m--semibold\",children:[getCurrencySymbol(item.node.cost.totalAmount.currencyCode),Number(item.node.cost.totalAmount.amount).toFixed(2)]}),/*#__PURE__*/_jsxs(\"div\",{className:\"cart__item_quantity\",children:[/*#__PURE__*/_jsx(\"button\",{className:\"cart__item_button\",onClick:handleDecrement,children:/*#__PURE__*/_jsx(\"svg\",{style:{width:\"1rem\",height:\"1rem\"},viewBox:\"0 0 12 12\",fill:\"none\",xmlns:\"http://www.w3.org/2000/svg\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M2.5 6H9.5\",stroke:\"#1A1A1A\",strokeWidth:\"1.25\",strokeLinecap:\"round\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"text-m--semibold\",style:{width:\"1rem\",textAlign:\"center\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\"},children:isCartItemLoading?/*#__PURE__*/_jsx(\"div\",{style:{width:\"0px\",height:\"0px\",position:\"relative\"},children:/*#__PURE__*/_jsx(\"div\",{style:{top:\"50%\",left:\"50%\",transform:\"translate(-50%, -50%)\",position:\"absolute\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\"},children:/*#__PURE__*/_jsx(LoadingCircle,{size:\"m\"})})}):quantity}),/*#__PURE__*/_jsx(\"button\",{className:\"cart__item_button\",onClick:handleIncrement,children:/*#__PURE__*/_jsx(\"svg\",{style:{width:\"1rem\",height:\"1rem\"},viewBox:\"0 0 12 12\",fill:\"none\",xmlns:\"http://www.w3.org/2000/svg\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M6 2.5V9.5M2.5 6H9.5\",stroke:\"#1A1A1A\",strokeWidth:\"1.25\",strokeLinecap:\"round\"})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"cart__item_control__destructive\",onClick:handleRemove,children:/*#__PURE__*/_jsx(\"div\",{className:\"caption-s color--green\",children:\"Remove\"})})]})]})});}export function CartWidget(props){const[totalAmount,setTotalAmount]=useState(0);const[totalCount,setTotalCount]=useState(0);const[cartLines,setCartLines]=useState([]);const[checkoutLink,setCheckoutLink]=useState(\"\");const[isCartUpdating,setIsCartUpdating]=useState(true);const[isUpgraded,setIsUpgraded]=useState(false);const[isSubscription,setIsSubscription]=useState(false);const{isCartLoading,setIsCartLoading}=useEmptyCart();const{isCartEmpty,setIsCartEmpty}=useEmptyCart();const createCartMutation=`\n        mutation createCart {\n            cartCreate {\n                cart {\n                    id\n                }\n            }\n        }\n    `;useEffect(()=>{const getCartData=async()=>{const cart=await getCart();if(cart&&cart.lines.edges){setCartLines(cart.lines.edges);setCheckoutLink(cart.checkoutUrl);setTotalAmount(calculateVisibleCartAmount(cart.lines.edges));setTotalCount(calculateVisibleCartCount(cart.lines.edges));// Check if Pills are already in the cart\nconst pillsExists=isPillsInCart(cart.lines.edges);setIsUpgraded(pillsExists);setIsCartUpdating(false);setIsCartLoading(false);}};if(window.shopXtools){if(!getStoredCartId()){\"\";window.shopXtools.handleCartMutation(createCartMutation).then(result=>{if(result&&result.cartCreate&&result.cartCreate.cart){const cartId=result.cartCreate.cart.id;if(cartId){setStoredCartId(cartId);getCartData();}}});}else{window.shopXtools.cart={id:getStoredCartId()};}}},[]);// Add to CartWidget component\nconst addPillsToCart=async()=>{setIsCartUpdating(true);try{// Analyze cart to determine subscription vs one-time\nconst[purchaseType,planOrVariantId]=analyzeCartSubscriptionOptions(cartLines);// Create appropriate mutation based on purchase type\nlet mutation;let variables;if(purchaseType===\"subscription\"){// For subscription, we need to include the selling plan ID\nmutation=`\n                mutation cartLinesAdd($cartId: ID!, $lines: [CartLineInput!]!) {\n                    cartLinesAdd(cartId: $cartId, lines: $lines) {\n                        cart {\n                            id\n                            lines(first: 100) {\n                                edges {\n                                    node {\n                                        id\n                                        quantity\n                                        merchandise {\n                                            ... on ProductVariant {\n                                                id\n                                            }\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                        userErrors {\n                            field\n                            message\n                        }\n                    }\n                }\n            `;variables={cartId:window.shopXtools.cart.id,lines:[{quantity:1,merchandiseId:\"gid://shopify/ProductVariant/49615798337802\",sellingPlanId:`gid://shopify/SellingPlan/${planOrVariantId}`}]};}else{// For one-time purchase\nmutation=`\n                mutation cartLinesAdd($cartId: ID!, $lines: [CartLineInput!]!) {\n                    cartLinesAdd(cartId: $cartId, lines: $lines) {\n                        cart {\n                            id\n                            lines(first: 100) {\n                                edges {\n                                    node {\n                                        id\n                                        quantity\n                                        merchandise {\n                                            ... on ProductVariant {\n                                                id\n                                            }\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                        userErrors {\n                            field\n                            message\n                        }\n                    }\n                }\n            `;variables={cartId:window.shopXtools.cart.id,lines:[{quantity:1,merchandiseId:\"gid://shopify/ProductVariant/49615798337802\"}]};}// Execute the mutation\nawait window.shopXtools.handleCartMutation(mutation,variables);// Refresh cart data\nconst refreshedCart=await getCart();if(refreshedCart&&refreshedCart.lines.edges){setCartLines(refreshedCart.lines.edges);setCheckoutLink(refreshedCart.checkoutUrl);setTotalAmount(calculateVisibleCartAmount(refreshedCart.lines.edges));setTotalCount(calculateVisibleCartCount(refreshedCart.lines.edges));// Set isUpgraded to true to hide the Pills component\nsetIsUpgraded(true);}}catch(error){console.error(\"Error adding Pills to cart:\",error);}finally{setIsCartUpdating(false);}};useEffect(()=>{const cartId=window.shopXtools.cart.id;const getCartData=async()=>{const cart=await getCart();if(cart&&cart.lines.edges){setCartLines(cart.lines.edges);setCheckoutLink(cart.checkoutUrl);setTotalAmount(calculateVisibleCartAmount(cart.lines.edges));setTotalCount(calculateVisibleCartCount(cart.lines.edges));// Check if Pills are already in the cart\nconst pillsExists=isPillsInCart(cart.lines.edges);setIsUpgraded(pillsExists);setIsCartUpdating(false);setIsCartLoading(false);const[purchaseType,planOrVariantId]=analyzeCartSubscriptionOptions(cart.lines.edges);setIsSubscription(purchaseType===\"subscription\");}};if(cartId){getCartData();}},[]);useEffect(()=>{if(totalCount<1){setIsCartEmpty(true);}else{setIsCartEmpty(false);}},[totalCount]);if(isCartEmpty)return null;return /*#__PURE__*/_jsxs(\"div\",{style:{background:\"#fff\"},children:[/*#__PURE__*/_jsx(CartStyles,{}),/*#__PURE__*/_jsx(CartContext.Provider,{value:{isUpgraded,setIsUpgraded,totalCount,setTotalCount,totalAmount,setTotalAmount,cartLines,setCartLines,checkoutLink,setCheckoutLink,isCartUpdating,setIsCartUpdating,addPillsToCart,isSubscription,setIsSubscription},children:isCartLoading?/*#__PURE__*/_jsx(\"div\",{style:{display:\"flex\",alignItems:\"center\",justifyContent:\"center\",flex:\"1 1\",width:\"100%\",height:\"80vh\"},children:/*#__PURE__*/_jsx(LoadingCircle,{size:\"l\"})}):/*#__PURE__*/_jsxs(\"div\",{className:\"cart__wrapper\",children:[/*#__PURE__*/_jsx(CartList,{}),/*#__PURE__*/_jsx(\"div\",{className:\"cart__panel\",children:/*#__PURE__*/_jsx(CartTotal,{upsell:!isUpgraded&&/*#__PURE__*/_jsx(Pills,{})})})]})})]});}export function useCart(){const context=useContext(CartContext);if(context===undefined){throw new Error(\"useCart must be used within a CartProvider\");}return context;}\nexport const __FramerMetadata__ = {\"exports\":{\"getCart\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"CartWidget\":{\"type\":\"reactComponent\",\"name\":\"CartWidget\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"useCart\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"CartIcon\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Cart.map", "// Generated by Framer (f030ee3)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-y1sHr .framer-styles-preset-7o64eb:not(.rich-text-wrapper), .framer-y1sHr .framer-styles-preset-7o64eb.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-hover-text-color: rgba(20, 63, 38, 0.7); --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, #143f26); --framer-link-text-decoration: none; transition: color 0.4s cubic-bezier(0.44, 0, 0.56, 1) 0s; }\"];export const className=\"framer-y1sHr\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9d598a4)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Gilroy Semibold\",\"CUSTOM;Gilroy Bold\",\"CUSTOM;Gilroy Bold Italic\",\"CUSTOM;Gilroy Semibold Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Gilroy Semibold\",source:\"custom\",url:\"https://framerusercontent.com/assets/I0KnNe3H7q8cQ7Cmv56a1ETYQc.woff2\"},{family:\"Gilroy Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/pyhLQSpWITo3sxhCRFPYZDuUs.woff2\"},{family:\"Gilroy Bold Italic\",source:\"custom\",url:\"https://framerusercontent.com/assets/gRUmVHEIzfJtvmCAYTroLQFxE.woff2\"},{family:\"Gilroy Semibold Italic\",source:\"custom\",url:\"https://framerusercontent.com/assets/2YN6NZy3XuTJoZi7K1dFYhes.woff2\"}]}];export const css=['.framer-noevb .framer-styles-preset-6nk4w:not(.rich-text-wrapper), .framer-noevb .framer-styles-preset-6nk4w.rich-text-wrapper h6 { --framer-font-family: \"Gilroy Semibold\", \"Gilroy Semibold Placeholder\", sans-serif; --framer-font-family-bold: \"Gilroy Bold\", \"Gilroy Bold Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Gilroy Bold Italic\", \"Gilroy Bold Italic Placeholder\", sans-serif; --framer-font-family-italic: \"Gilroy Semibold Italic\", \"Gilroy Semibold Italic Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 24px; --framer-text-alignment: left; --framer-text-color: var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 1200px) { .framer-noevb .framer-styles-preset-6nk4w:not(.rich-text-wrapper), .framer-noevb .framer-styles-preset-6nk4w.rich-text-wrapper h6 { --framer-font-family: \"Gilroy Semibold\", \"Gilroy Semibold Placeholder\", sans-serif; --framer-font-family-bold: \"Gilroy Bold\", \"Gilroy Bold Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Gilroy Bold Italic\", \"Gilroy Bold Italic Placeholder\", sans-serif; --framer-font-family-italic: \"Gilroy Semibold Italic\", \"Gilroy Semibold Italic Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 8px; --framer-text-alignment: left; --framer-text-color: var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1199px) and (min-width: 810px) { .framer-noevb .framer-styles-preset-6nk4w:not(.rich-text-wrapper), .framer-noevb .framer-styles-preset-6nk4w.rich-text-wrapper h6 { --framer-font-family: \"Gilroy Semibold\", \"Gilroy Semibold Placeholder\", sans-serif; --framer-font-family-bold: \"Gilroy Bold\", \"Gilroy Bold Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Gilroy Bold Italic\", \"Gilroy Bold Italic Placeholder\", sans-serif; --framer-font-family-italic: \"Gilroy Semibold Italic\", \"Gilroy Semibold Italic Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 24px; --framer-text-alignment: left; --framer-text-color: var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-noevb .framer-styles-preset-6nk4w:not(.rich-text-wrapper), .framer-noevb .framer-styles-preset-6nk4w.rich-text-wrapper h6 { --framer-font-family: \"Gilroy Semibold\", \"Gilroy Semibold Placeholder\", sans-serif; --framer-font-family-bold: \"Gilroy Bold\", \"Gilroy Bold Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Gilroy Bold Italic\", \"Gilroy Bold Italic Placeholder\", sans-serif; --framer-font-family-italic: \"Gilroy Semibold Italic\", \"Gilroy Semibold Italic Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 24px; --framer-text-alignment: left; --framer-text-color: var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-noevb\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9d598a4)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Gilroy Medium\",\"CUSTOM;Gilroy Semibold\",\"CUSTOM;Gilroy Semibold Italic\",\"CUSTOM;Gilroy Medium Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Gilroy Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/MX4NFokilrhBIM79HejBYHVxyec.woff2\"},{family:\"Gilroy Semibold\",source:\"custom\",url:\"https://framerusercontent.com/assets/I0KnNe3H7q8cQ7Cmv56a1ETYQc.woff2\"},{family:\"Gilroy Semibold Italic\",source:\"custom\",url:\"https://framerusercontent.com/assets/2YN6NZy3XuTJoZi7K1dFYhes.woff2\"},{family:\"Gilroy Medium Italic\",source:\"custom\",url:\"https://framerusercontent.com/assets/VK4y5ty3xT1lbg8GMwEnYYpqFU.woff2\"}]}];export const css=['.framer-x2IMS .framer-styles-preset-1a3cuff:not(.rich-text-wrapper), .framer-x2IMS .framer-styles-preset-1a3cuff.rich-text-wrapper p { --framer-font-family: \"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif; --framer-font-family-bold: \"Gilroy Semibold\", \"Gilroy Semibold Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Gilroy Semibold Italic\", \"Gilroy Semibold Italic Placeholder\", sans-serif; --framer-font-family-italic: \"Gilroy Medium Italic\", \"Gilroy Medium Italic Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 16px; --framer-text-alignment: left; --framer-text-color: var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 1200px) { .framer-x2IMS .framer-styles-preset-1a3cuff:not(.rich-text-wrapper), .framer-x2IMS .framer-styles-preset-1a3cuff.rich-text-wrapper p { --framer-font-family: \"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif; --framer-font-family-bold: \"Gilroy Semibold\", \"Gilroy Semibold Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Gilroy Semibold Italic\", \"Gilroy Semibold Italic Placeholder\", sans-serif; --framer-font-family-italic: \"Gilroy Medium Italic\", \"Gilroy Medium Italic Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 12px; --framer-text-alignment: left; --framer-text-color: var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1199px) and (min-width: 810px) { .framer-x2IMS .framer-styles-preset-1a3cuff:not(.rich-text-wrapper), .framer-x2IMS .framer-styles-preset-1a3cuff.rich-text-wrapper p { --framer-font-family: \"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif; --framer-font-family-bold: \"Gilroy Semibold\", \"Gilroy Semibold Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Gilroy Semibold Italic\", \"Gilroy Semibold Italic Placeholder\", sans-serif; --framer-font-family-italic: \"Gilroy Medium Italic\", \"Gilroy Medium Italic Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 8px; --framer-text-alignment: left; --framer-text-color: var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-x2IMS .framer-styles-preset-1a3cuff:not(.rich-text-wrapper), .framer-x2IMS .framer-styles-preset-1a3cuff.rich-text-wrapper p { --framer-font-family: \"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif; --framer-font-family-bold: \"Gilroy Semibold\", \"Gilroy Semibold Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Gilroy Semibold Italic\", \"Gilroy Semibold Italic Placeholder\", sans-serif; --framer-font-family-italic: \"Gilroy Medium Italic\", \"Gilroy Medium Italic Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 8px; --framer-text-alignment: left; --framer-text-color: var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-x2IMS\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (013b13c)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Gilroy Semibold\",\"CUSTOM;Gilroy Bold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Gilroy Semibold\",source:\"custom\",url:\"https://framerusercontent.com/assets/I0KnNe3H7q8cQ7Cmv56a1ETYQc.woff2\"},{family:\"Gilroy Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/pyhLQSpWITo3sxhCRFPYZDuUs.woff2\"}]}];export const css=['.framer-ggs80 .framer-styles-preset-r0kk6h:not(.rich-text-wrapper), .framer-ggs80 .framer-styles-preset-r0kk6h.rich-text-wrapper p { --framer-font-family: \"Gilroy Semibold\", \"Gilroy Semibold Placeholder\", sans-serif; --framer-font-family-bold: \"Gilroy Bold\", \"Gilroy Bold Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-letter-spacing: 0.02em; --framer-line-height: 1em; --framer-paragraph-spacing: 14px; --framer-text-alignment: left; --framer-text-color: var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; }','@media (max-width: 1439px) and (min-width: 1200px) { .framer-ggs80 .framer-styles-preset-r0kk6h:not(.rich-text-wrapper), .framer-ggs80 .framer-styles-preset-r0kk6h.rich-text-wrapper p { --framer-font-family: \"Gilroy Semibold\", \"Gilroy Semibold Placeholder\", sans-serif; --framer-font-family-bold: \"Gilroy Bold\", \"Gilroy Bold Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-letter-spacing: 0.02em; --framer-line-height: 1em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; } }','@media (max-width: 1199px) and (min-width: 810px) { .framer-ggs80 .framer-styles-preset-r0kk6h:not(.rich-text-wrapper), .framer-ggs80 .framer-styles-preset-r0kk6h.rich-text-wrapper p { --framer-font-family: \"Gilroy Semibold\", \"Gilroy Semibold Placeholder\", sans-serif; --framer-font-family-bold: \"Gilroy Bold\", \"Gilroy Bold Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-letter-spacing: 0.02em; --framer-line-height: 1em; --framer-paragraph-spacing: 14px; --framer-text-alignment: left; --framer-text-color: var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-ggs80 .framer-styles-preset-r0kk6h:not(.rich-text-wrapper), .framer-ggs80 .framer-styles-preset-r0kk6h.rich-text-wrapper p { --framer-font-family: \"Gilroy Semibold\", \"Gilroy Semibold Placeholder\", sans-serif; --framer-font-family-bold: \"Gilroy Bold\", \"Gilroy Bold Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-letter-spacing: 0.02em; --framer-line-height: 1em; --framer-paragraph-spacing: 14px; --framer-text-alignment: left; --framer-text-color: var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; } }'];export const className=\"framer-ggs80\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{createContext,forwardRef,useContext,useState}from\"react\";const BurgerContext=/*#__PURE__*/createContext(null);// Utility function to get the current scroll position\nconst getScrollPosition=()=>{if(window.pageYOffset!==undefined){return{y:window.pageYOffset,x:window.pageXOffset};}const doc=document.documentElement;const body=document.body;return{y:doc.scrollTop||body.scrollTop||0,x:doc.scrollLeft||body.scrollLeft||0};};// Utility function to calculate scrollbar width\nconst getScrollbarWidth=()=>{const outer=document.createElement(\"div\");outer.style.visibility=\"hidden\";outer.style.overflow=\"scroll\";document.body.appendChild(outer);const inner=document.createElement(\"div\");outer.appendChild(inner);const scrollbarWidth=outer.offsetWidth-inner.offsetWidth;outer.parentNode?.removeChild(outer);return scrollbarWidth;};// Higher-order component to toggle scroll on/off\nexport function withScrollToggle(Component){return /*#__PURE__*/forwardRef((props,ref)=>{const{toggleScroll}=useBurger();return /*#__PURE__*/_jsx(Component,{onClick:toggleScroll,ref:ref,...props});});}export function withScrollEnable(Component){return /*#__PURE__*/forwardRef((props,ref)=>{const{enableScroll}=useBurger();return /*#__PURE__*/_jsx(Component,{onClick:enableScroll,ref:ref,...props});});}export function withScrollDisable(Component){return /*#__PURE__*/forwardRef((props,ref)=>{const{disableScroll}=useBurger();return /*#__PURE__*/_jsx(Component,{onClick:disableScroll,ref:ref,...props});});}export function burgerWrap(Component){return /*#__PURE__*/forwardRef((props,ref)=>{const[isScrollDisabled,setScrollDisabled]=useState(false);const[scrolledY,setScrolledY]=useState(0);// Disable scrolling\nconst disableScroll=()=>{const{y}=getScrollPosition();setScrolledY(y);document.body.style.top=`-${y}px`;document.body.style.paddingRight=`${getScrollbarWidth()}px`;document.body.style.position=\"fixed\";document.body.style.width=\"100%\";setScrollDisabled(true);};// Enable scrolling\nconst enableScroll=()=>{document.body.style.top=\"\";document.body.style.position=\"\";document.body.style.paddingRight=\"\";window.scrollTo(0,scrolledY);setScrollDisabled(false);};// Toggle scrolling\nconst toggleScroll=()=>{if(isScrollDisabled){enableScroll();}else{disableScroll();}};return /*#__PURE__*/_jsx(BurgerContext.Provider,{value:{isScrollDisabled,setScrollDisabled,scrolledY,setScrolledY,toggleScroll,disableScroll,enableScroll},children:/*#__PURE__*/_jsx(Component,{ref:ref,...props})});});}export function useBurger(){const context=useContext(BurgerContext);if(context===undefined){throw new Error(\"useBurger must be used within a BurgerContext\");}return context;}\nexport const __FramerMetadata__ = {\"exports\":{\"withScrollDisable\":{\"type\":\"reactHoc\",\"name\":\"withScrollDisable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useBurger\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withScrollToggle\":{\"type\":\"reactHoc\",\"name\":\"withScrollToggle\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withScrollEnable\":{\"type\":\"reactHoc\",\"name\":\"withScrollEnable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"burgerWrap\":{\"type\":\"reactHoc\",\"name\":\"burgerWrap\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ScrollControl.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{ControlType,addPropertyControls}from\"framer\";export default function UserIcon(props){const handleClick=()=>{window.location.href=`https://b1816e-c0.myshopify.com/account`;};return /*#__PURE__*/_jsx(\"div\",{onClick:handleClick,style:{color:props.toggle?\"#fff\":\"#143f26\",cursor:\"pointer\"},children:/*#__PURE__*/_jsxs(\"svg\",{style:{width:\"1.5rem\",height:\"1.5rem\",stroke:\"currentColor\",fill:\"none\"},\"aria-hidden\":\"true\",focusable:\"false\",role:\"presentation\",viewBox:\"0 0 24 24\",children:[/*#__PURE__*/_jsx(\"path\",{d:\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2z\",strokeLinecap:\"round\",strokeLinejoin:\"round\",strokeWidth:\"1.5\",style:{stroke:\"inherit\",fill:\"inherit\"}}),/*#__PURE__*/_jsx(\"path\",{d:\"M4.271 18.346S6.5 15.5 12 15.5s7.73 2.846 7.73 2.846M12 12a3 3 0 1 0 0-6 3 3 0 0 0 0 6z\",strokeLinecap:\"round\",strokeLinejoin:\"round\",strokeWidth:\"1.5\",style:{stroke:\"inherit\",fill:\"inherit\"}})]})});}addPropertyControls(UserIcon,{toggle:{title:\"is white\",type:ControlType.Boolean}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"UserIcon\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./User.map", "// Generated by Framer (013b13c)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-jNi06 .framer-styles-preset-1i2y5sp:not(.rich-text-wrapper), .framer-jNi06 .framer-styles-preset-1i2y5sp.rich-text-wrapper a { --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: rgba(255, 255, 255, 0.7); --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-743372cc-26ea-42fd-8667-4764c833b191, #ffffff); --framer-link-text-decoration: none; transition: color 0.4s cubic-bezier(0.44, 0, 0.56, 1) 0s; }\"];export const className=\"framer-jNi06\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/f4nWm9qls18n3IMywpnl/z3GKxUR62tGZEM33590Y/AghOAlGbR.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/loq40WN1yfZcnLKDDlBY/92BOaYVzXOkw6yDKMegs/gC9l31Wfp.js\";const enabledGestures={GNqEzu2cV:{hover:true},PJUekEmSz:{hover:true}};const cycleOrder=[\"GNqEzu2cV\",\"PJUekEmSz\",\"wj8YYGvYw\",\"gDBNTcuw0\"];const serializationHash=\"framer-VWZMI\";const variantClassNames={gDBNTcuw0:\"framer-v-1jv85m5\",GNqEzu2cV:\"framer-v-15ue6jf\",PJUekEmSz:\"framer-v-q5spjv\",wj8YYGvYw:\"framer-v-1j28l8a\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.2,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Mob - menu - pills\":\"gDBNTcuw0\",\"Mob - menu - shake\":\"wj8YYGvYw\",Shake:\"GNqEzu2cV\",Supplements:\"PJUekEmSz\"};const getProps=({click,height,id,link,title,width,...props})=>{return{...props,bM79T_6h2:title??props.bM79T_6h2??\"Our Shake\",variant:humanReadableVariantMap[props.variant]??props.variant??\"GNqEzu2cV\",WV4JlF34p:link??props.WV4JlF34p,XQMtEIC9R:click??props.XQMtEIC9R};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,WV4JlF34p,XQMtEIC9R,bM79T_6h2,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"GNqEzu2cV\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapjlijfh=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(XQMtEIC9R){const res=await XQMtEIC9R(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(gestureVariant===\"PJUekEmSz-hover\")return true;if([\"PJUekEmSz\",\"gDBNTcuw0\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(gestureVariant===\"PJUekEmSz-hover\")return false;if([\"PJUekEmSz\",\"gDBNTcuw0\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"gDBNTcuw0\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"wj8YYGvYw\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DK92elOpK\"},motionChild:true,nodeId:\"GNqEzu2cV\",openInNewTab:false,scopeId:\"tB8bLvg8u\",...addPropertyOverrides({gDBNTcuw0:{href:WV4JlF34p},PJUekEmSz:{href:{webPageId:\"Eiu1RdOlr\"}},wj8YYGvYw:{href:WV4JlF34p}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-15ue6jf\",className,classNames)} framer-1kwegvu`,\"data-framer-name\":\"Shake\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"GNqEzu2cV\",onTap:onTapjlijfh,ref:refBinding,style:{background:'radial-gradient(50% 75% at 50% -77%, var(--token-dd8f8bee-e2b0-4729-9a2b-07e3492143f3, rgb(255, 183, 129)) /* {\"name\":\"Orange Gradient\"} */ 0%, rgb(185, 118, 69) 100%)',borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6,...style},variants:{\"GNqEzu2cV-hover\":{background:'radial-gradient(50% 75% at 50% 0%, var(--token-dd8f8bee-e2b0-4729-9a2b-07e3492143f3, rgb(255, 183, 129)) /* {\"name\":\"Orange Gradient\"} */ 0%, rgb(185, 118, 69) 100%)'},\"PJUekEmSz-hover\":{background:'radial-gradient(50% 75% at 50% 0%, var(--token-34823a83-d133-4b4e-832c-e3da012ca646, rgb(52, 165, 100)) /* {\"name\":\"Green Gradient\"} */ 0%, var(--token-01e2c105-9567-4221-af65-6bfd77027e92, rgb(30, 102, 62)) /* {\"name\":\"Green Main\"} */ 100%)'},gDBNTcuw0:{background:'radial-gradient(50% 75% at 50% 0%, var(--token-34823a83-d133-4b4e-832c-e3da012ca646, rgb(52, 165, 100)) /* {\"name\":\"Green Gradient\"} */ 0%, var(--token-01e2c105-9567-4221-af65-6bfd77027e92, rgb(30, 102, 62)) /* {\"name\":\"Green Main\"} */ 100%)'},PJUekEmSz:{background:'radial-gradient(50% 75% at 50% -77%, var(--token-34823a83-d133-4b4e-832c-e3da012ca646, rgb(52, 165, 100)) /* {\"name\":\"Green Gradient\"} */ 0%, var(--token-01e2c105-9567-4221-af65-6bfd77027e92, rgb(30, 102, 62)) /* {\"name\":\"Green Main\"} */ 100%)'},wj8YYGvYw:{background:'radial-gradient(50% 75% at 50% 0%, var(--token-dd8f8bee-e2b0-4729-9a2b-07e3492143f3, rgb(255, 183, 129)) /* {\"name\":\"Orange Gradient\"} */ 0%, rgb(185, 118, 69) 100%)'}},...addPropertyOverrides({\"GNqEzu2cV-hover\":{\"data-framer-name\":undefined},\"PJUekEmSz-hover\":{\"data-framer-name\":undefined},gDBNTcuw0:{\"data-framer-name\":\"Mob - menu - pills\"},PJUekEmSz:{\"data-framer-name\":\"Supplements\"},wj8YYGvYw:{\"data-framer-name\":\"Mob - menu - shake\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",src:\"https://framerusercontent.com/images/pJ7p0Mt2D4R6j9ItOrZvR9Ugg.png\",srcSet:\"https://framerusercontent.com/images/pJ7p0Mt2D4R6j9ItOrZvR9Ugg.png?scale-down-to=512 512w,https://framerusercontent.com/images/pJ7p0Mt2D4R6j9ItOrZvR9Ugg.png 640w\"},className:\"framer-1ygw4hj\",\"data-framer-name\":\"pills\",layoutDependency:layoutDependency,layoutId:\"Fzy5lfw7m\",...addPropertyOverrides({\"PJUekEmSz-hover\":{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-4),sizes:(componentViewport?.height||32)- -4,src:\"https://framerusercontent.com/images/pJ7p0Mt2D4R6j9ItOrZvR9Ugg.png\",srcSet:\"https://framerusercontent.com/images/pJ7p0Mt2D4R6j9ItOrZvR9Ugg.png?scale-down-to=512 512w,https://framerusercontent.com/images/pJ7p0Mt2D4R6j9ItOrZvR9Ugg.png 640w\"}},gDBNTcuw0:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-8),sizes:(componentViewport?.height||56)- -8,src:\"https://framerusercontent.com/images/pJ7p0Mt2D4R6j9ItOrZvR9Ugg.png\",srcSet:\"https://framerusercontent.com/images/pJ7p0Mt2D4R6j9ItOrZvR9Ugg.png?scale-down-to=512 512w,https://framerusercontent.com/images/pJ7p0Mt2D4R6j9ItOrZvR9Ugg.png 640w\"}},PJUekEmSz:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-2),sizes:(componentViewport?.height||32)- -2,src:\"https://framerusercontent.com/images/pJ7p0Mt2D4R6j9ItOrZvR9Ugg.png\",srcSet:\"https://framerusercontent.com/images/pJ7p0Mt2D4R6j9ItOrZvR9Ugg.png?scale-down-to=512 512w,https://framerusercontent.com/images/pJ7p0Mt2D4R6j9ItOrZvR9Ugg.png 640w\"}}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-2),sizes:(componentViewport?.height||32)- -2,src:\"https://framerusercontent.com/images/3afVPjqG9IxMv1ZiA02fPp4LMnw.png\",srcSet:\"https://framerusercontent.com/images/3afVPjqG9IxMv1ZiA02fPp4LMnw.png?scale-down-to=512 512w,https://framerusercontent.com/images/3afVPjqG9IxMv1ZiA02fPp4LMnw.png 640w\"},className:\"framer-usqoon\",\"data-framer-name\":\"shake\",layoutDependency:layoutDependency,layoutId:\"MlVRhpEsD\",...addPropertyOverrides({\"GNqEzu2cV-hover\":{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-4),sizes:(componentViewport?.height||32)- -4,src:\"https://framerusercontent.com/images/3afVPjqG9IxMv1ZiA02fPp4LMnw.png\",srcSet:\"https://framerusercontent.com/images/3afVPjqG9IxMv1ZiA02fPp4LMnw.png?scale-down-to=512 512w,https://framerusercontent.com/images/3afVPjqG9IxMv1ZiA02fPp4LMnw.png 640w\"}},wj8YYGvYw:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+-8),sizes:(componentViewport?.height||56)- -8,src:\"https://framerusercontent.com/images/3afVPjqG9IxMv1ZiA02fPp4LMnw.png\",srcSet:\"https://framerusercontent.com/images/3afVPjqG9IxMv1ZiA02fPp4LMnw.png?scale-down-to=512 512w,https://framerusercontent.com/images/3afVPjqG9IxMv1ZiA02fPp4LMnw.png 640w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-r0kk6h\",\"data-styles-preset\":\"AghOAlGbR\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:\"Our shake\"})}),className:\"framer-1rws9mo\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"l1QkqNeEk\",style:{\"--extracted-r6o4lv\":\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"},variants:{gDBNTcuw0:{\"--extracted-1w1cjl5\":\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"},wj8YYGvYw:{\"--extracted-1w1cjl5\":\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({gDBNTcuw0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-6nk4w\",\"data-styles-preset\":\"gC9l31Wfp\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:\"Our Supplements\"})}),text:bM79T_6h2},PJUekEmSz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-r0kk6h\",\"data-styles-preset\":\"AghOAlGbR\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:\"Our supplements\"})})},wj8YYGvYw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-6nk4w\",\"data-styles-preset\":\"gC9l31Wfp\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:\"Our Shake\"})}),text:bM79T_6h2}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-ywd2gg\",\"data-framer-name\":\"Labels\",layoutDependency:layoutDependency,layoutId:\"DhIUx9ImZ\",style:{backgroundColor:\"var(--token-bdf1d521-1b21-42fe-a7ce-3468d5e0f515, rgb(204, 137, 87))\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-r0kk6h\",\"data-styles-preset\":\"AghOAlGbR\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:\"New\"})}),className:\"framer-hecqnq\",\"data-framer-name\":\"Popular\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"DZCdkQGgp\",style:{\"--extracted-r6o4lv\":\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-i6alfz\",\"data-framer-name\":\"Labels\",layoutDependency:layoutDependency,layoutId:\"kHMwaJtq0\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-r0kk6h\",\"data-styles-preset\":\"AghOAlGbR\",children:\"Popular\"})}),className:\"framer-1xpgi84\",\"data-framer-name\":\"Popular\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fC0KqJY4o\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-VWZMI.framer-1kwegvu, .framer-VWZMI .framer-1kwegvu { display: block; }\",\".framer-VWZMI.framer-15ue6jf { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 32px; justify-content: flex-end; overflow: visible; padding: 1px 16px 0px 56px; position: relative; text-decoration: none; width: min-content; }\",\".framer-VWZMI .framer-1ygw4hj { aspect-ratio: 1 / 1; bottom: 0px; flex: none; left: 8px; position: absolute; top: -2px; width: var(--framer-aspect-ratio-supported, 36px); z-index: 1; }\",\".framer-VWZMI .framer-usqoon { aspect-ratio: 1 / 1; bottom: 0px; flex: none; left: 8px; position: absolute; top: -2px; width: var(--framer-aspect-ratio-supported, 34px); z-index: 1; }\",\".framer-VWZMI .framer-1rws9mo, .framer-VWZMI .framer-hecqnq, .framer-VWZMI .framer-1xpgi84 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-VWZMI .framer-ywd2gg, .framer-VWZMI .framer-i6alfz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: 24px; justify-content: center; overflow: visible; padding: 2px 8px 0px 8px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-VWZMI.framer-15ue6jf, .framer-VWZMI .framer-ywd2gg, .framer-VWZMI .framer-i6alfz { gap: 0px; } .framer-VWZMI.framer-15ue6jf > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-VWZMI.framer-15ue6jf > :first-child, .framer-VWZMI .framer-ywd2gg > :first-child, .framer-VWZMI .framer-i6alfz > :first-child { margin-left: 0px; } .framer-VWZMI.framer-15ue6jf > :last-child, .framer-VWZMI .framer-ywd2gg > :last-child, .framer-VWZMI .framer-i6alfz > :last-child { margin-right: 0px; } .framer-VWZMI .framer-ywd2gg > *, .framer-VWZMI .framer-i6alfz > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } }\",\".framer-VWZMI.framer-v-q5spjv .framer-1ygw4hj { width: var(--framer-aspect-ratio-supported, 34px); }\",\".framer-VWZMI.framer-v-1j28l8a.framer-15ue6jf, .framer-VWZMI.framer-v-1jv85m5.framer-15ue6jf { gap: 12px; height: 56px; justify-content: flex-start; padding: 1px 56px 0px 16px; width: 400px; }\",\".framer-VWZMI.framer-v-1j28l8a .framer-usqoon, .framer-VWZMI.framer-v-1jv85m5 .framer-1ygw4hj { left: unset; right: 24px; top: -8px; width: var(--framer-aspect-ratio-supported, 64px); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-VWZMI.framer-v-1j28l8a.framer-15ue6jf { gap: 0px; } .framer-VWZMI.framer-v-1j28l8a.framer-15ue6jf > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-VWZMI.framer-v-1j28l8a.framer-15ue6jf > :first-child { margin-left: 0px; } .framer-VWZMI.framer-v-1j28l8a.framer-15ue6jf > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-VWZMI.framer-v-1jv85m5.framer-15ue6jf { gap: 0px; } .framer-VWZMI.framer-v-1jv85m5.framer-15ue6jf > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-VWZMI.framer-v-1jv85m5.framer-15ue6jf > :first-child { margin-left: 0px; } .framer-VWZMI.framer-v-1jv85m5.framer-15ue6jf > :last-child { margin-right: 0px; } }\",\".framer-VWZMI.framer-v-15ue6jf.hover .framer-usqoon, .framer-VWZMI.framer-v-q5spjv.hover .framer-1ygw4hj { left: 7px; top: -4px; width: var(--framer-aspect-ratio-supported, 36px); }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 149.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"PJUekEmSz\":{\"layout\":[\"auto\",\"fixed\"]},\"wj8YYGvYw\":{\"layout\":[\"fixed\",\"fixed\"]},\"gDBNTcuw0\":{\"layout\":[\"fixed\",\"fixed\"]},\"xYwcj8g1j\":{\"layout\":[\"auto\",\"fixed\"]},\"cmCLK1NN5\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"WV4JlF34p\":\"link\",\"XQMtEIC9R\":\"click\",\"bM79T_6h2\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramertB8bLvg8u=withCSS(Component,css,\"framer-VWZMI\");export default FramertB8bLvg8u;FramertB8bLvg8u.displayName=\"Product - Button\";FramertB8bLvg8u.defaultProps={height:32,width:149.5};addPropertyControls(FramertB8bLvg8u,{variant:{options:[\"GNqEzu2cV\",\"PJUekEmSz\",\"wj8YYGvYw\",\"gDBNTcuw0\"],optionTitles:[\"Shake\",\"Supplements\",\"Mob - menu - shake\",\"Mob - menu - pills\"],title:\"Variant\",type:ControlType.Enum},WV4JlF34p:{title:\"Link\",type:ControlType.Link},XQMtEIC9R:{title:\"Click\",type:ControlType.EventHandler},bM79T_6h2:{defaultValue:\"Our Shake\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramertB8bLvg8u,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramertB8bLvg8u\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"WV4JlF34p\\\":\\\"link\\\",\\\"XQMtEIC9R\\\":\\\"click\\\",\\\"bM79T_6h2\\\":\\\"title\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"149.5\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"PJUekEmSz\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"wj8YYGvYw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"gDBNTcuw0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"xYwcj8g1j\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"cmCLK1NN5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"32\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./tB8bLvg8u.map", "// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,ResolveLinks,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import CartIcon from\"https://framerusercontent.com/modules/YRAZLzvOxARYadjg9qid/um9pHBjxDyWRFz1GKrcr/Cart.js\";import{withScrollEnable}from\"https://framerusercontent.com/modules/n9dEPecfmNgDnkSIy8TQ/4mfLH7RrNub057ttngSJ/ScrollControl.js\";import UserIcon from\"https://framerusercontent.com/modules/kx2EcqkRpL7ZFsD7Na2U/YxJpCWUQLxDMcjrcByT3/User.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/G6y4gwthiRHqRaLaEhrf/14BHrcItmxS31Lz1PiMo/aXcL9j9aF.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/loq40WN1yfZcnLKDDlBY/92BOaYVzXOkw6yDKMegs/gC9l31Wfp.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/S1lBTSePMWP7sI4cVKYs/hHeOBULaKYYu7U2IS5eV/iL4mo_Aba.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/UWYDWFns7kjMGATHJMqq/nM6MLF5EpoPB5ohXaEUR/m_vwWr_Gg.js\";import ProductButton from\"https://framerusercontent.com/modules/pUrt5qHRM4rJwmteTIEX/qKReZ4PXPlMR3MxpEQdT/tB8bLvg8u.js\";const CartIconFonts=getFonts(CartIcon);const UserIconFonts=getFonts(UserIcon);const ProductButtonFonts=getFonts(ProductButton);const MotionAWithScrollEnable7e45je=withCodeBoundaryForOverrides(motion.a,{nodeId:\"yEwChF9Qd\",override:withScrollEnable,scopeId:\"drIHigXcD\"});const MotionAWithScrollEnable198b4ei=withCodeBoundaryForOverrides(motion.a,{nodeId:\"T47PUw9ru\",override:withScrollEnable,scopeId:\"drIHigXcD\"});const cycleOrder=[\"Ix8DC7cEn\",\"cSDcpoI5E\",\"kQ4KbfiBw\",\"aRFudLzur\",\"RG16AQhus\",\"tbKL6TVfN\",\"dPDLOnfuz\",\"MW0ukFWGE\",\"PSXNecVZ8\",\"ZfZiZrTTw\",\"biextNKsG\",\"eACrRsxH3\"];const serializationHash=\"framer-pW28u\";const variantClassNames={aRFudLzur:\"framer-v-1szirdt\",biextNKsG:\"framer-v-p6zs8q\",cSDcpoI5E:\"framer-v-18mr517\",dPDLOnfuz:\"framer-v-3fsftz\",eACrRsxH3:\"framer-v-fljkyf\",Ix8DC7cEn:\"framer-v-amcm62\",kQ4KbfiBw:\"framer-v-1pidjga\",MW0ukFWGE:\"framer-v-2hq7x4\",PSXNecVZ8:\"framer-v-1ob6om1\",RG16AQhus:\"framer-v-9f8ktr\",tbKL6TVfN:\"framer-v-15vb5m2\",ZfZiZrTTw:\"framer-v-fjyopx\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const transition2={delay:0,duration:.75,ease:[.44,0,.56,1],type:\"tween\"};const transition3={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const transition4={delay:0,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:.5,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Desktop - Transparent\":\"aRFudLzur\",\"Meta Closed\":\"PSXNecVZ8\",\"Meta opened\":\"ZfZiZrTTw\",\"Mobile - Closed\":\"biextNKsG\",\"Mobile - Opened\":\"eACrRsxH3\",\"Mobile - Transparent Opened\":\"cSDcpoI5E\",\"Mobile - Transparent\":\"tbKL6TVfN\",\"Shake Closed\":\"MW0ukFWGE\",\"Shake Opened\":\"dPDLOnfuz\",\"Tablet - Transparent\":\"RG16AQhus\",Desktop:\"Ix8DC7cEn\",Tablet:\"kQ4KbfiBw\"};const getProps=({height,id,productButtonsVisible,width,...props})=>{return{...props,Atw2qKFbf:productButtonsVisible??props.Atw2qKFbf??true,variant:humanReadableVariantMap[props.variant]??props.variant??\"Ix8DC7cEn\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,Atw2qKFbf,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Ix8DC7cEn\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap19aj28i=activeVariantCallback(async(...args)=>{setVariant(\"tbKL6TVfN\");});const onTap1wtg3mf=activeVariantCallback(async(...args)=>{setVariant(\"cSDcpoI5E\");});const onTaplqcc6h=activeVariantCallback(async(...args)=>{setVariant(\"MW0ukFWGE\");});const onTap1svumuu=activeVariantCallback(async(...args)=>{setVariant(\"dPDLOnfuz\");});const onTapp0eb4p=activeVariantCallback(async(...args)=>{setVariant(\"ZfZiZrTTw\");});const onTap1okbfxn=activeVariantCallback(async(...args)=>{setVariant(\"PSXNecVZ8\");});const onTapqdm0kr=activeVariantCallback(async(...args)=>{setVariant(\"eACrRsxH3\");});const onTap1wkreuq=activeVariantCallback(async(...args)=>{setVariant(\"biextNKsG\");});const XQMtEIC9Rlqcc6h=activeVariantCallback(async(...args)=>{setVariant(\"MW0ukFWGE\");});const XQMtEIC9R1okbfxn=activeVariantCallback(async(...args)=>{setVariant(\"PSXNecVZ8\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"cSDcpoI5E\",\"tbKL6TVfN\",\"dPDLOnfuz\",\"MW0ukFWGE\",\"PSXNecVZ8\",\"ZfZiZrTTw\",\"biextNKsG\",\"eACrRsxH3\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"tbKL6TVfN\",\"MW0ukFWGE\",\"PSXNecVZ8\",\"biextNKsG\"].includes(baseVariant))return false;return true;};const router=useRouter();const isDisplayed2=()=>{if([\"cSDcpoI5E\",\"dPDLOnfuz\",\"ZfZiZrTTw\",\"eACrRsxH3\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if([\"cSDcpoI5E\",\"dPDLOnfuz\",\"ZfZiZrTTw\",\"eACrRsxH3\"].includes(baseVariant))return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({biextNKsG:{value:transition3},cSDcpoI5E:{value:transition2},dPDLOnfuz:{value:transition2},eACrRsxH3:{value:transition2},MW0ukFWGE:{value:transition3},PSXNecVZ8:{value:transition3},tbKL6TVfN:{value:transition3},ZfZiZrTTw:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.header,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-amcm62\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"Ix8DC7cEn\",ref:refBinding,style:{backgroundColor:\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\",...style},variants:{aRFudLzur:{backgroundColor:\"rgba(26, 26, 26, 0)\"},RG16AQhus:{backgroundColor:\"rgba(26, 26, 26, 0)\"},tbKL6TVfN:{backgroundColor:\"rgba(26, 26, 26, 0)\"}},...addPropertyOverrides({aRFudLzur:{\"data-framer-name\":\"Desktop - Transparent\"},biextNKsG:{\"data-framer-name\":\"Mobile - Closed\"},cSDcpoI5E:{\"data-framer-name\":\"Mobile - Transparent Opened\"},dPDLOnfuz:{\"data-framer-name\":\"Shake Opened\"},eACrRsxH3:{\"data-framer-name\":\"Mobile - Opened\"},kQ4KbfiBw:{\"data-framer-name\":\"Tablet\"},MW0ukFWGE:{\"data-framer-name\":\"Shake Closed\"},PSXNecVZ8:{\"data-framer-name\":\"Meta Closed\"},RG16AQhus:{\"data-framer-name\":\"Tablet - Transparent\"},tbKL6TVfN:{\"data-framer-name\":\"Mobile - Transparent\"},ZfZiZrTTw:{\"data-framer-name\":\"Meta opened\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pyizei\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"KhsR_11bs\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"oUz3amw6P\",scopeId:\"drIHigXcD\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1bgau25 framer-1xsgdvi\",\"data-framer-name\":\"Biome - Logo\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"oUz3amw6P\",opacity:1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 168 32\"><path d=\"M 11.486 19.281 C 11.486 22.002 9.577 23.714 6.02 23.714 L 0.249 23.714 L 0.249 8.351 L 5.451 8.351 C 8.963 8.351 10.873 10.018 10.873 12.477 C 10.873 13.904 10.281 14.935 9.183 15.594 L 9.183 15.638 C 10.676 16.319 11.487 17.569 11.487 19.281 Z M 3.233 10.918 L 3.233 14.737 L 5.45 14.737 C 6.832 14.737 7.886 14.21 7.886 12.784 C 7.886 11.358 6.745 10.918 5.45 10.918 Z M 8.457 19.083 C 8.457 17.657 7.359 17.108 6.02 17.108 L 3.232 17.108 L 3.232 21.146 L 6.02 21.146 C 7.446 21.146 8.457 20.443 8.457 19.083 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 15.043 9.47 C 15.043 8.657 15.701 7.999 16.514 7.999 C 17.326 7.999 18.007 8.657 18.007 9.47 C 18.007 10.282 17.348 10.962 16.514 10.962 C 15.679 10.962 15.043 10.304 15.043 9.47 Z M 15.13 12.587 L 17.918 12.587 L 17.918 23.715 L 15.13 23.715 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 33.196 18.161 C 33.196 21.409 30.672 24 27.314 24 C 23.957 24 21.453 21.41 21.453 18.161 C 21.453 14.912 23.978 12.322 27.314 12.322 C 30.651 12.322 33.196 14.891 33.196 18.161 Z M 30.343 18.161 C 30.343 16.427 29.18 15 27.314 15 C 25.448 15 24.307 16.427 24.307 18.161 C 24.307 19.895 25.47 21.322 27.314 21.322 C 29.158 21.322 30.343 19.895 30.343 18.161 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 52.767 23.714 L 49.979 23.714 L 49.979 17.328 C 49.979 15.944 49.408 15.023 48.113 15.023 C 46.819 15.023 46.138 16.054 46.138 17.328 L 46.138 23.714 L 43.35 23.714 L 43.35 17.328 C 43.35 15.944 42.779 15.023 41.484 15.023 C 40.19 15.023 39.509 16.054 39.509 17.328 L 39.509 23.714 L 36.721 23.714 L 36.721 12.586 L 39.509 12.586 L 39.509 13.771 C 40.08 12.959 40.98 12.322 42.451 12.322 C 43.921 12.322 44.953 13.025 45.524 14.079 C 46.204 13.09 47.302 12.322 48.883 12.322 C 51.451 12.322 52.767 14.407 52.767 16.756 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 59.265 19.237 C 59.66 20.73 60.89 21.52 62.426 21.52 C 63.699 21.52 64.577 20.839 64.906 20.422 L 67.144 21.739 C 66.245 22.989 64.533 24 62.426 24 C 58.739 24 56.303 21.542 56.303 18.161 C 56.303 14.78 58.915 12.322 61.987 12.322 C 65.346 12.322 68.023 14.847 67.519 19.237 Z M 64.795 17.086 C 64.509 15.638 63.523 14.803 62.029 14.803 C 60.668 14.803 59.593 15.659 59.264 17.086 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 75.626 0 L 0.24 0 L 0.24 4.7 L 75.626 4.7 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 75.6 27.3 L 0.24 27.3 L 0.24 32 L 75.6 32 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 107.639 14.76 C 106.277 14.76 105.202 15.615 104.873 17.043 L 110.404 17.043 C 110.119 15.594 109.131 14.76 107.639 14.76 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 145.256 14.76 C 143.894 14.76 142.819 15.615 142.49 17.043 L 148.021 17.043 C 147.736 15.594 146.748 14.76 145.256 14.76 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 80.329 0 L 80.329 32 L 167.76 32 L 167.76 0 Z M 93.416 23.957 C 90.541 23.957 87.973 22.772 87.227 20.226 L 90.102 19.326 C 90.321 20.203 91.243 21.345 93.395 21.345 C 94.931 21.345 96.16 20.753 96.16 19.436 C 96.16 17.9 94.426 17.79 91.99 17.198 C 88.896 16.43 87.863 14.872 87.863 12.742 C 87.863 9.845 90.08 8.046 93.285 8.046 C 95.853 8.046 97.872 9.318 98.531 11.667 L 95.633 12.369 C 95.457 11.557 94.667 10.657 93.131 10.657 C 91.858 10.657 90.805 11.316 90.805 12.545 C 90.805 14.279 92.758 14.521 94.184 14.851 C 97.828 15.685 99.144 16.738 99.144 19.218 C 99.144 21.698 97.432 23.959 93.415 23.959 Z M 104.874 19.194 C 105.269 20.687 106.498 21.477 108.034 21.477 C 109.307 21.477 110.186 20.797 110.514 20.379 L 112.753 21.696 C 111.853 22.947 110.141 23.957 108.034 23.957 C 104.347 23.957 101.911 21.499 101.911 18.118 C 101.911 14.738 104.523 12.28 107.596 12.28 C 110.955 12.28 113.632 14.804 113.127 19.194 Z M 121.949 21.279 C 123.135 21.279 124.012 20.708 124.518 19.853 L 126.955 21.236 C 125.923 22.883 124.102 23.957 121.95 23.957 C 118.614 23.957 116.069 21.368 116.069 18.118 C 116.069 14.869 118.615 12.28 121.95 12.28 C 124.102 12.28 125.923 13.355 126.955 14.98 L 124.518 16.384 C 124.013 15.528 123.135 14.958 121.949 14.958 C 120.083 14.958 118.92 16.384 118.92 18.118 C 118.92 19.853 120.083 21.279 121.949 21.279 Z M 136.655 15.309 C 133.363 14.914 132.945 17.021 132.945 19.083 L 132.945 23.67 L 130.157 23.67 L 130.157 12.542 L 132.945 12.542 L 132.945 14.364 C 133.779 12.98 135.316 12.279 136.655 12.279 Z M 142.492 19.194 C 142.887 20.687 144.117 21.477 145.653 21.477 C 146.925 21.477 147.804 20.797 148.133 20.379 L 150.372 21.696 C 149.472 22.947 147.76 23.957 145.653 23.957 C 141.965 23.957 139.53 21.499 139.53 18.118 C 139.53 14.738 142.141 12.28 145.215 12.28 C 148.573 12.28 151.251 14.804 150.746 19.194 Z M 160.424 15.09 L 158.053 15.09 L 158.053 19.15 C 158.053 20.422 158.229 21.169 159.765 21.169 C 159.962 21.169 160.225 21.147 160.424 21.125 L 160.424 23.672 C 160.138 23.759 159.831 23.825 159.26 23.825 C 156.407 23.825 155.265 21.916 155.265 19.611 L 155.265 15.09 L 153.018 15.09 L 153.018 12.543 L 155.265 12.543 L 155.265 10.217 L 158.053 10.217 L 158.053 12.543 L 160.424 12.543 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path></svg>',svgContentId:10512560859,withExternalLayout:true,...addPropertyOverrides({aRFudLzur:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 168 32\"><path d=\"M 11.486 19.281 C 11.486 22.002 9.577 23.714 6.02 23.714 L 0.249 23.714 L 0.249 8.351 L 5.451 8.351 C 8.963 8.351 10.873 10.018 10.873 12.477 C 10.873 13.904 10.281 14.935 9.183 15.594 L 9.183 15.638 C 10.676 16.319 11.487 17.569 11.487 19.281 Z M 3.233 10.918 L 3.233 14.737 L 5.45 14.737 C 6.832 14.737 7.886 14.21 7.886 12.784 C 7.886 11.358 6.745 10.918 5.45 10.918 Z M 8.457 19.083 C 8.457 17.657 7.359 17.108 6.02 17.108 L 3.232 17.108 L 3.232 21.146 L 6.02 21.146 C 7.446 21.146 8.457 20.443 8.457 19.083 Z\" fill=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"></path><path d=\"M 15.043 9.47 C 15.043 8.657 15.701 7.999 16.514 7.999 C 17.326 7.999 18.007 8.657 18.007 9.47 C 18.007 10.282 17.348 10.962 16.514 10.962 C 15.679 10.962 15.043 10.304 15.043 9.47 Z M 15.13 12.587 L 17.918 12.587 L 17.918 23.715 L 15.13 23.715 Z\" fill=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"></path><path d=\"M 33.196 18.161 C 33.196 21.409 30.672 24 27.314 24 C 23.957 24 21.453 21.41 21.453 18.161 C 21.453 14.912 23.978 12.322 27.314 12.322 C 30.651 12.322 33.196 14.891 33.196 18.161 Z M 30.343 18.161 C 30.343 16.427 29.18 15 27.314 15 C 25.448 15 24.307 16.427 24.307 18.161 C 24.307 19.895 25.47 21.322 27.314 21.322 C 29.158 21.322 30.343 19.895 30.343 18.161 Z\" fill=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"></path><path d=\"M 52.767 23.714 L 49.979 23.714 L 49.979 17.328 C 49.979 15.944 49.408 15.023 48.113 15.023 C 46.819 15.023 46.138 16.054 46.138 17.328 L 46.138 23.714 L 43.35 23.714 L 43.35 17.328 C 43.35 15.944 42.779 15.023 41.484 15.023 C 40.19 15.023 39.509 16.054 39.509 17.328 L 39.509 23.714 L 36.721 23.714 L 36.721 12.586 L 39.509 12.586 L 39.509 13.771 C 40.08 12.959 40.98 12.322 42.451 12.322 C 43.921 12.322 44.953 13.025 45.524 14.079 C 46.204 13.09 47.302 12.322 48.883 12.322 C 51.451 12.322 52.767 14.407 52.767 16.756 Z\" fill=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"></path><path d=\"M 59.265 19.237 C 59.66 20.73 60.89 21.52 62.426 21.52 C 63.699 21.52 64.577 20.839 64.906 20.422 L 67.144 21.739 C 66.245 22.989 64.533 24 62.426 24 C 58.739 24 56.303 21.542 56.303 18.161 C 56.303 14.78 58.915 12.322 61.987 12.322 C 65.346 12.322 68.023 14.847 67.519 19.237 Z M 64.795 17.086 C 64.509 15.638 63.523 14.803 62.029 14.803 C 60.668 14.803 59.593 15.659 59.264 17.086 Z\" fill=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"></path><path d=\"M 75.626 0 L 0.24 0 L 0.24 4.7 L 75.626 4.7 Z\" fill=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"></path><path d=\"M 75.6 27.3 L 0.24 27.3 L 0.24 32 L 75.6 32 Z\" fill=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"></path><path d=\"M 107.639 14.76 C 106.277 14.76 105.202 15.615 104.873 17.043 L 110.404 17.043 C 110.119 15.594 109.131 14.76 107.639 14.76 Z\" fill=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"></path><path d=\"M 145.256 14.76 C 143.894 14.76 142.819 15.615 142.49 17.043 L 148.021 17.043 C 147.736 15.594 146.748 14.76 145.256 14.76 Z\" fill=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"></path><path d=\"M 80.329 0 L 80.329 32 L 167.76 32 L 167.76 0 Z M 93.416 23.957 C 90.541 23.957 87.973 22.772 87.227 20.226 L 90.102 19.326 C 90.321 20.203 91.243 21.345 93.395 21.345 C 94.931 21.345 96.16 20.753 96.16 19.436 C 96.16 17.9 94.426 17.79 91.99 17.198 C 88.896 16.43 87.863 14.872 87.863 12.742 C 87.863 9.845 90.08 8.046 93.285 8.046 C 95.853 8.046 97.872 9.318 98.531 11.667 L 95.633 12.369 C 95.457 11.557 94.667 10.657 93.131 10.657 C 91.858 10.657 90.805 11.316 90.805 12.545 C 90.805 14.279 92.758 14.521 94.184 14.851 C 97.828 15.685 99.144 16.738 99.144 19.218 C 99.144 21.698 97.432 23.959 93.415 23.959 Z M 104.874 19.194 C 105.269 20.687 106.498 21.477 108.034 21.477 C 109.307 21.477 110.186 20.797 110.514 20.379 L 112.753 21.696 C 111.853 22.947 110.141 23.957 108.034 23.957 C 104.347 23.957 101.911 21.499 101.911 18.118 C 101.911 14.738 104.523 12.28 107.596 12.28 C 110.955 12.28 113.632 14.804 113.127 19.194 Z M 121.949 21.279 C 123.135 21.279 124.012 20.708 124.518 19.853 L 126.955 21.236 C 125.923 22.883 124.102 23.957 121.95 23.957 C 118.614 23.957 116.069 21.368 116.069 18.118 C 116.069 14.869 118.615 12.28 121.95 12.28 C 124.102 12.28 125.923 13.355 126.955 14.98 L 124.518 16.384 C 124.013 15.528 123.135 14.958 121.949 14.958 C 120.083 14.958 118.92 16.384 118.92 18.118 C 118.92 19.853 120.083 21.279 121.949 21.279 Z M 136.655 15.309 C 133.363 14.914 132.945 17.021 132.945 19.083 L 132.945 23.67 L 130.157 23.67 L 130.157 12.542 L 132.945 12.542 L 132.945 14.364 C 133.779 12.98 135.316 12.279 136.655 12.279 Z M 142.492 19.194 C 142.887 20.687 144.117 21.477 145.653 21.477 C 146.925 21.477 147.804 20.797 148.133 20.379 L 150.372 21.696 C 149.472 22.947 147.76 23.957 145.653 23.957 C 141.965 23.957 139.53 21.499 139.53 18.118 C 139.53 14.738 142.141 12.28 145.215 12.28 C 148.573 12.28 151.251 14.804 150.746 19.194 Z M 160.424 15.09 L 158.053 15.09 L 158.053 19.15 C 158.053 20.422 158.229 21.169 159.765 21.169 C 159.962 21.169 160.225 21.147 160.424 21.125 L 160.424 23.672 C 160.138 23.759 159.831 23.825 159.26 23.825 C 156.407 23.825 155.265 21.916 155.265 19.611 L 155.265 15.09 L 153.018 15.09 L 153.018 12.543 L 155.265 12.543 L 155.265 10.217 L 158.053 10.217 L 158.053 12.543 L 160.424 12.543 Z\" fill=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"></path></svg>',svgContentId:12883046371},biextNKsG:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 126 24\"><path d=\"M 8.614 14.461 C 8.614 16.502 7.183 17.786 4.515 17.786 L 0.187 17.786 L 0.187 6.263 L 4.088 6.263 C 6.722 6.263 8.155 7.514 8.155 9.358 C 8.155 10.428 7.71 11.201 6.887 11.695 L 6.887 11.729 C 8.007 12.239 8.615 13.177 8.615 14.461 Z M 2.425 8.189 L 2.425 11.053 L 4.088 11.053 C 5.124 11.053 5.914 10.658 5.914 9.588 C 5.914 8.518 5.059 8.189 4.088 8.189 Z M 6.343 14.312 C 6.343 13.242 5.519 12.831 4.515 12.831 L 2.424 12.831 L 2.424 15.859 L 4.515 15.859 C 5.585 15.859 6.343 15.332 6.343 14.312 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 11.282 7.102 C 11.282 6.493 11.776 5.999 12.385 5.999 C 12.995 5.999 13.505 6.493 13.505 7.102 C 13.505 7.711 13.011 8.222 12.385 8.222 C 11.759 8.222 11.282 7.728 11.282 7.102 Z M 11.348 9.44 L 13.439 9.44 L 13.439 17.787 L 11.348 17.787 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 24.897 13.621 C 24.897 16.057 23.004 18 20.486 18 C 17.967 18 16.09 16.058 16.09 13.621 C 16.09 11.184 17.983 9.242 20.486 9.242 C 22.988 9.242 24.897 11.168 24.897 13.621 Z M 22.757 13.621 C 22.757 12.32 21.885 11.25 20.486 11.25 C 19.086 11.25 18.231 12.32 18.231 13.621 C 18.231 14.921 19.103 15.991 20.486 15.991 C 21.868 15.991 22.757 14.921 22.757 13.621 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 39.575 17.786 L 37.485 17.786 L 37.485 12.996 C 37.485 11.958 37.056 11.267 36.085 11.267 C 35.114 11.267 34.604 12.04 34.604 12.996 L 34.604 17.786 L 32.513 17.786 L 32.513 12.996 C 32.513 11.958 32.085 11.267 31.113 11.267 C 30.142 11.267 29.632 12.04 29.632 12.996 L 29.632 17.786 L 27.541 17.786 L 27.541 9.439 L 29.632 9.439 L 29.632 10.328 C 30.06 9.719 30.735 9.242 31.838 9.242 C 32.941 9.242 33.715 9.769 34.143 10.559 C 34.653 9.818 35.477 9.242 36.662 9.242 C 38.588 9.242 39.575 10.805 39.575 12.567 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 44.449 14.428 C 44.745 15.547 45.667 16.14 46.819 16.14 C 47.774 16.14 48.433 15.629 48.679 15.316 L 50.358 16.304 C 49.683 17.242 48.399 18 46.819 18 C 44.054 18 42.227 16.156 42.227 13.621 C 42.227 11.085 44.186 9.242 46.491 9.242 C 49.01 9.242 51.017 11.135 50.639 14.428 Z M 48.596 12.815 C 48.382 11.728 47.642 11.103 46.522 11.103 C 45.501 11.103 44.695 11.744 44.448 12.815 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 56.719 0 L 0.18 0 L 0.18 3.525 L 56.719 3.525 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 56.7 20.475 L 0.18 20.475 L 0.18 24 L 56.7 24 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 80.729 11.07 C 79.708 11.07 78.901 11.711 78.655 12.782 L 82.803 12.782 C 82.589 11.696 81.849 11.07 80.729 11.07 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 108.942 11.07 C 107.921 11.07 107.114 11.711 106.868 12.782 L 111.016 12.782 C 110.802 11.696 110.061 11.07 108.942 11.07 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 60.247 0 L 60.247 24 L 125.82 24 L 125.82 0 Z M 70.062 17.968 C 67.906 17.968 65.979 17.079 65.42 15.169 L 67.576 14.494 C 67.741 15.153 68.432 16.009 70.046 16.009 C 71.198 16.009 72.12 15.565 72.12 14.577 C 72.12 13.425 70.819 13.342 68.992 12.898 C 66.672 12.322 65.897 11.154 65.897 9.557 C 65.897 7.384 67.56 6.034 69.963 6.034 C 71.89 6.034 73.404 6.989 73.898 8.75 L 71.725 9.277 C 71.593 8.668 71 7.993 69.848 7.993 C 68.894 7.993 68.103 8.487 68.103 9.409 C 68.103 10.71 69.568 10.891 70.638 11.138 C 73.371 11.764 74.358 12.554 74.358 14.414 C 74.358 16.274 73.074 17.969 70.061 17.969 Z M 78.655 14.396 C 78.951 15.515 79.874 16.108 81.026 16.108 C 81.98 16.108 82.639 15.597 82.886 15.284 L 84.565 16.272 C 83.89 17.21 82.606 17.968 81.026 17.968 C 78.26 17.968 76.433 16.124 76.433 13.589 C 76.433 11.053 78.392 9.21 80.697 9.21 C 83.216 9.21 85.224 11.103 84.845 14.396 Z M 91.462 15.959 C 92.351 15.959 93.009 15.531 93.388 14.889 L 95.216 15.927 C 94.443 17.162 93.076 17.968 91.463 17.968 C 88.96 17.968 87.051 16.026 87.051 13.589 C 87.051 11.152 88.961 9.21 91.463 9.21 C 93.076 9.21 94.443 10.017 95.216 11.235 L 93.388 12.288 C 93.01 11.646 92.351 11.218 91.462 11.218 C 90.063 11.218 89.19 12.288 89.19 13.589 C 89.19 14.889 90.063 15.959 91.462 15.959 Z M 102.491 11.482 C 100.022 11.185 99.709 12.766 99.709 14.313 L 99.709 17.753 L 97.618 17.753 L 97.618 9.407 L 99.709 9.407 L 99.709 10.773 C 100.335 9.735 101.487 9.209 102.491 9.209 Z M 106.869 14.396 C 107.165 15.515 108.087 16.108 109.24 16.108 C 110.194 16.108 110.853 15.597 111.1 15.284 L 112.779 16.272 C 112.104 17.21 110.82 17.968 109.24 17.968 C 106.474 17.968 104.647 16.124 104.647 13.589 C 104.647 11.053 106.606 9.21 108.911 9.21 C 111.43 9.21 113.438 11.103 113.059 14.396 Z M 120.318 11.317 L 118.54 11.317 L 118.54 14.362 C 118.54 15.317 118.672 15.877 119.824 15.877 C 119.972 15.877 120.169 15.86 120.318 15.844 L 120.318 17.754 C 120.103 17.819 119.873 17.869 119.445 17.869 C 117.305 17.869 116.449 16.437 116.449 14.708 L 116.449 11.317 L 114.763 11.317 L 114.763 9.407 L 116.449 9.407 L 116.449 7.663 L 118.54 7.663 L 118.54 9.407 L 120.318 9.407 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path></svg>',svgContentId:10722409507},cSDcpoI5E:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 126 24\"><path d=\"M 8.614 14.461 C 8.614 16.502 7.183 17.786 4.515 17.786 L 0.187 17.786 L 0.187 6.263 L 4.088 6.263 C 6.722 6.263 8.155 7.514 8.155 9.358 C 8.155 10.428 7.71 11.201 6.887 11.695 L 6.887 11.729 C 8.007 12.239 8.615 13.177 8.615 14.461 Z M 2.425 8.189 L 2.425 11.053 L 4.088 11.053 C 5.124 11.053 5.914 10.658 5.914 9.588 C 5.914 8.518 5.059 8.189 4.088 8.189 Z M 6.343 14.312 C 6.343 13.242 5.519 12.831 4.515 12.831 L 2.424 12.831 L 2.424 15.859 L 4.515 15.859 C 5.585 15.859 6.343 15.332 6.343 14.312 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 11.282 7.102 C 11.282 6.493 11.776 5.999 12.385 5.999 C 12.995 5.999 13.505 6.493 13.505 7.102 C 13.505 7.711 13.011 8.222 12.385 8.222 C 11.759 8.222 11.282 7.728 11.282 7.102 Z M 11.348 9.44 L 13.439 9.44 L 13.439 17.787 L 11.348 17.787 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 24.897 13.621 C 24.897 16.057 23.004 18 20.486 18 C 17.967 18 16.09 16.058 16.09 13.621 C 16.09 11.184 17.983 9.242 20.486 9.242 C 22.988 9.242 24.897 11.168 24.897 13.621 Z M 22.757 13.621 C 22.757 12.32 21.885 11.25 20.486 11.25 C 19.086 11.25 18.231 12.32 18.231 13.621 C 18.231 14.921 19.103 15.991 20.486 15.991 C 21.868 15.991 22.757 14.921 22.757 13.621 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 39.575 17.786 L 37.485 17.786 L 37.485 12.996 C 37.485 11.958 37.056 11.267 36.085 11.267 C 35.114 11.267 34.604 12.04 34.604 12.996 L 34.604 17.786 L 32.513 17.786 L 32.513 12.996 C 32.513 11.958 32.085 11.267 31.113 11.267 C 30.142 11.267 29.632 12.04 29.632 12.996 L 29.632 17.786 L 27.541 17.786 L 27.541 9.439 L 29.632 9.439 L 29.632 10.328 C 30.06 9.719 30.735 9.242 31.838 9.242 C 32.941 9.242 33.715 9.769 34.143 10.559 C 34.653 9.818 35.477 9.242 36.662 9.242 C 38.588 9.242 39.575 10.805 39.575 12.567 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 44.449 14.428 C 44.745 15.547 45.667 16.14 46.819 16.14 C 47.774 16.14 48.433 15.629 48.679 15.316 L 50.358 16.304 C 49.683 17.242 48.399 18 46.819 18 C 44.054 18 42.227 16.156 42.227 13.621 C 42.227 11.085 44.186 9.242 46.491 9.242 C 49.01 9.242 51.017 11.135 50.639 14.428 Z M 48.596 12.815 C 48.382 11.728 47.642 11.103 46.522 11.103 C 45.501 11.103 44.695 11.744 44.448 12.815 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 56.719 0 L 0.18 0 L 0.18 3.525 L 56.719 3.525 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 56.7 20.475 L 0.18 20.475 L 0.18 24 L 56.7 24 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 80.729 11.07 C 79.708 11.07 78.901 11.711 78.655 12.782 L 82.803 12.782 C 82.589 11.696 81.849 11.07 80.729 11.07 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 108.942 11.07 C 107.921 11.07 107.114 11.711 106.868 12.782 L 111.016 12.782 C 110.802 11.696 110.061 11.07 108.942 11.07 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 60.247 0 L 60.247 24 L 125.82 24 L 125.82 0 Z M 70.062 17.968 C 67.906 17.968 65.979 17.079 65.42 15.169 L 67.576 14.494 C 67.741 15.153 68.432 16.009 70.046 16.009 C 71.198 16.009 72.12 15.565 72.12 14.577 C 72.12 13.425 70.819 13.342 68.992 12.898 C 66.672 12.322 65.897 11.154 65.897 9.557 C 65.897 7.384 67.56 6.034 69.963 6.034 C 71.89 6.034 73.404 6.989 73.898 8.75 L 71.725 9.277 C 71.593 8.668 71 7.993 69.848 7.993 C 68.894 7.993 68.103 8.487 68.103 9.409 C 68.103 10.71 69.568 10.891 70.638 11.138 C 73.371 11.764 74.358 12.554 74.358 14.414 C 74.358 16.274 73.074 17.969 70.061 17.969 Z M 78.655 14.396 C 78.951 15.515 79.874 16.108 81.026 16.108 C 81.98 16.108 82.639 15.597 82.886 15.284 L 84.565 16.272 C 83.89 17.21 82.606 17.968 81.026 17.968 C 78.26 17.968 76.433 16.124 76.433 13.589 C 76.433 11.053 78.392 9.21 80.697 9.21 C 83.216 9.21 85.224 11.103 84.845 14.396 Z M 91.462 15.959 C 92.351 15.959 93.009 15.531 93.388 14.889 L 95.216 15.927 C 94.443 17.162 93.076 17.968 91.463 17.968 C 88.96 17.968 87.051 16.026 87.051 13.589 C 87.051 11.152 88.961 9.21 91.463 9.21 C 93.076 9.21 94.443 10.017 95.216 11.235 L 93.388 12.288 C 93.01 11.646 92.351 11.218 91.462 11.218 C 90.063 11.218 89.19 12.288 89.19 13.589 C 89.19 14.889 90.063 15.959 91.462 15.959 Z M 102.491 11.482 C 100.022 11.185 99.709 12.766 99.709 14.313 L 99.709 17.753 L 97.618 17.753 L 97.618 9.407 L 99.709 9.407 L 99.709 10.773 C 100.335 9.735 101.487 9.209 102.491 9.209 Z M 106.869 14.396 C 107.165 15.515 108.087 16.108 109.24 16.108 C 110.194 16.108 110.853 15.597 111.1 15.284 L 112.779 16.272 C 112.104 17.21 110.82 17.968 109.24 17.968 C 106.474 17.968 104.647 16.124 104.647 13.589 C 104.647 11.053 106.606 9.21 108.911 9.21 C 111.43 9.21 113.438 11.103 113.059 14.396 Z M 120.318 11.317 L 118.54 11.317 L 118.54 14.362 C 118.54 15.317 118.672 15.877 119.824 15.877 C 119.972 15.877 120.169 15.86 120.318 15.844 L 120.318 17.754 C 120.103 17.819 119.873 17.869 119.445 17.869 C 117.305 17.869 116.449 16.437 116.449 14.708 L 116.449 11.317 L 114.763 11.317 L 114.763 9.407 L 116.449 9.407 L 116.449 7.663 L 118.54 7.663 L 118.54 9.407 L 120.318 9.407 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path></svg>',svgContentId:12595915215},dPDLOnfuz:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 126 24\"><path d=\"M 8.614 14.461 C 8.614 16.502 7.183 17.786 4.515 17.786 L 0.187 17.786 L 0.187 6.263 L 4.088 6.263 C 6.722 6.263 8.155 7.514 8.155 9.358 C 8.155 10.428 7.71 11.201 6.887 11.695 L 6.887 11.729 C 8.007 12.239 8.615 13.177 8.615 14.461 Z M 2.425 8.189 L 2.425 11.053 L 4.088 11.053 C 5.124 11.053 5.914 10.658 5.914 9.588 C 5.914 8.518 5.059 8.189 4.088 8.189 Z M 6.343 14.312 C 6.343 13.242 5.519 12.831 4.515 12.831 L 2.424 12.831 L 2.424 15.859 L 4.515 15.859 C 5.585 15.859 6.343 15.332 6.343 14.312 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 11.282 7.102 C 11.282 6.493 11.776 5.999 12.385 5.999 C 12.995 5.999 13.505 6.493 13.505 7.102 C 13.505 7.711 13.011 8.222 12.385 8.222 C 11.759 8.222 11.282 7.728 11.282 7.102 Z M 11.348 9.44 L 13.439 9.44 L 13.439 17.787 L 11.348 17.787 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 24.897 13.621 C 24.897 16.057 23.004 18 20.486 18 C 17.967 18 16.09 16.058 16.09 13.621 C 16.09 11.184 17.983 9.242 20.486 9.242 C 22.988 9.242 24.897 11.168 24.897 13.621 Z M 22.757 13.621 C 22.757 12.32 21.885 11.25 20.486 11.25 C 19.086 11.25 18.231 12.32 18.231 13.621 C 18.231 14.921 19.103 15.991 20.486 15.991 C 21.868 15.991 22.757 14.921 22.757 13.621 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 39.575 17.786 L 37.485 17.786 L 37.485 12.996 C 37.485 11.958 37.056 11.267 36.085 11.267 C 35.114 11.267 34.604 12.04 34.604 12.996 L 34.604 17.786 L 32.513 17.786 L 32.513 12.996 C 32.513 11.958 32.085 11.267 31.113 11.267 C 30.142 11.267 29.632 12.04 29.632 12.996 L 29.632 17.786 L 27.541 17.786 L 27.541 9.439 L 29.632 9.439 L 29.632 10.328 C 30.06 9.719 30.735 9.242 31.838 9.242 C 32.941 9.242 33.715 9.769 34.143 10.559 C 34.653 9.818 35.477 9.242 36.662 9.242 C 38.588 9.242 39.575 10.805 39.575 12.567 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 44.449 14.428 C 44.745 15.547 45.667 16.14 46.819 16.14 C 47.774 16.14 48.433 15.629 48.679 15.316 L 50.358 16.304 C 49.683 17.242 48.399 18 46.819 18 C 44.054 18 42.227 16.156 42.227 13.621 C 42.227 11.085 44.186 9.242 46.491 9.242 C 49.01 9.242 51.017 11.135 50.639 14.428 Z M 48.596 12.815 C 48.382 11.728 47.642 11.103 46.522 11.103 C 45.501 11.103 44.695 11.744 44.448 12.815 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 56.719 0 L 0.18 0 L 0.18 3.525 L 56.719 3.525 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 56.7 20.475 L 0.18 20.475 L 0.18 24 L 56.7 24 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 80.729 11.07 C 79.708 11.07 78.901 11.711 78.655 12.782 L 82.803 12.782 C 82.589 11.696 81.849 11.07 80.729 11.07 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 108.942 11.07 C 107.921 11.07 107.114 11.711 106.868 12.782 L 111.016 12.782 C 110.802 11.696 110.061 11.07 108.942 11.07 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 60.247 0 L 60.247 24 L 125.82 24 L 125.82 0 Z M 70.062 17.968 C 67.906 17.968 65.979 17.079 65.42 15.169 L 67.576 14.494 C 67.741 15.153 68.432 16.009 70.046 16.009 C 71.198 16.009 72.12 15.565 72.12 14.577 C 72.12 13.425 70.819 13.342 68.992 12.898 C 66.672 12.322 65.897 11.154 65.897 9.557 C 65.897 7.384 67.56 6.034 69.963 6.034 C 71.89 6.034 73.404 6.989 73.898 8.75 L 71.725 9.277 C 71.593 8.668 71 7.993 69.848 7.993 C 68.894 7.993 68.103 8.487 68.103 9.409 C 68.103 10.71 69.568 10.891 70.638 11.138 C 73.371 11.764 74.358 12.554 74.358 14.414 C 74.358 16.274 73.074 17.969 70.061 17.969 Z M 78.655 14.396 C 78.951 15.515 79.874 16.108 81.026 16.108 C 81.98 16.108 82.639 15.597 82.886 15.284 L 84.565 16.272 C 83.89 17.21 82.606 17.968 81.026 17.968 C 78.26 17.968 76.433 16.124 76.433 13.589 C 76.433 11.053 78.392 9.21 80.697 9.21 C 83.216 9.21 85.224 11.103 84.845 14.396 Z M 91.462 15.959 C 92.351 15.959 93.009 15.531 93.388 14.889 L 95.216 15.927 C 94.443 17.162 93.076 17.968 91.463 17.968 C 88.96 17.968 87.051 16.026 87.051 13.589 C 87.051 11.152 88.961 9.21 91.463 9.21 C 93.076 9.21 94.443 10.017 95.216 11.235 L 93.388 12.288 C 93.01 11.646 92.351 11.218 91.462 11.218 C 90.063 11.218 89.19 12.288 89.19 13.589 C 89.19 14.889 90.063 15.959 91.462 15.959 Z M 102.491 11.482 C 100.022 11.185 99.709 12.766 99.709 14.313 L 99.709 17.753 L 97.618 17.753 L 97.618 9.407 L 99.709 9.407 L 99.709 10.773 C 100.335 9.735 101.487 9.209 102.491 9.209 Z M 106.869 14.396 C 107.165 15.515 108.087 16.108 109.24 16.108 C 110.194 16.108 110.853 15.597 111.1 15.284 L 112.779 16.272 C 112.104 17.21 110.82 17.968 109.24 17.968 C 106.474 17.968 104.647 16.124 104.647 13.589 C 104.647 11.053 106.606 9.21 108.911 9.21 C 111.43 9.21 113.438 11.103 113.059 14.396 Z M 120.318 11.317 L 118.54 11.317 L 118.54 14.362 C 118.54 15.317 118.672 15.877 119.824 15.877 C 119.972 15.877 120.169 15.86 120.318 15.844 L 120.318 17.754 C 120.103 17.819 119.873 17.869 119.445 17.869 C 117.305 17.869 116.449 16.437 116.449 14.708 L 116.449 11.317 L 114.763 11.317 L 114.763 9.407 L 116.449 9.407 L 116.449 7.663 L 118.54 7.663 L 118.54 9.407 L 120.318 9.407 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path></svg>',svgContentId:12595915215},eACrRsxH3:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 126 24\"><path d=\"M 8.614 14.461 C 8.614 16.502 7.183 17.786 4.515 17.786 L 0.187 17.786 L 0.187 6.263 L 4.088 6.263 C 6.722 6.263 8.155 7.514 8.155 9.358 C 8.155 10.428 7.71 11.201 6.887 11.695 L 6.887 11.729 C 8.007 12.239 8.615 13.177 8.615 14.461 Z M 2.425 8.189 L 2.425 11.053 L 4.088 11.053 C 5.124 11.053 5.914 10.658 5.914 9.588 C 5.914 8.518 5.059 8.189 4.088 8.189 Z M 6.343 14.312 C 6.343 13.242 5.519 12.831 4.515 12.831 L 2.424 12.831 L 2.424 15.859 L 4.515 15.859 C 5.585 15.859 6.343 15.332 6.343 14.312 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 11.282 7.102 C 11.282 6.493 11.776 5.999 12.385 5.999 C 12.995 5.999 13.505 6.493 13.505 7.102 C 13.505 7.711 13.011 8.222 12.385 8.222 C 11.759 8.222 11.282 7.728 11.282 7.102 Z M 11.348 9.44 L 13.439 9.44 L 13.439 17.787 L 11.348 17.787 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 24.897 13.621 C 24.897 16.057 23.004 18 20.486 18 C 17.967 18 16.09 16.058 16.09 13.621 C 16.09 11.184 17.983 9.242 20.486 9.242 C 22.988 9.242 24.897 11.168 24.897 13.621 Z M 22.757 13.621 C 22.757 12.32 21.885 11.25 20.486 11.25 C 19.086 11.25 18.231 12.32 18.231 13.621 C 18.231 14.921 19.103 15.991 20.486 15.991 C 21.868 15.991 22.757 14.921 22.757 13.621 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 39.575 17.786 L 37.485 17.786 L 37.485 12.996 C 37.485 11.958 37.056 11.267 36.085 11.267 C 35.114 11.267 34.604 12.04 34.604 12.996 L 34.604 17.786 L 32.513 17.786 L 32.513 12.996 C 32.513 11.958 32.085 11.267 31.113 11.267 C 30.142 11.267 29.632 12.04 29.632 12.996 L 29.632 17.786 L 27.541 17.786 L 27.541 9.439 L 29.632 9.439 L 29.632 10.328 C 30.06 9.719 30.735 9.242 31.838 9.242 C 32.941 9.242 33.715 9.769 34.143 10.559 C 34.653 9.818 35.477 9.242 36.662 9.242 C 38.588 9.242 39.575 10.805 39.575 12.567 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 44.449 14.428 C 44.745 15.547 45.667 16.14 46.819 16.14 C 47.774 16.14 48.433 15.629 48.679 15.316 L 50.358 16.304 C 49.683 17.242 48.399 18 46.819 18 C 44.054 18 42.227 16.156 42.227 13.621 C 42.227 11.085 44.186 9.242 46.491 9.242 C 49.01 9.242 51.017 11.135 50.639 14.428 Z M 48.596 12.815 C 48.382 11.728 47.642 11.103 46.522 11.103 C 45.501 11.103 44.695 11.744 44.448 12.815 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 56.719 0 L 0.18 0 L 0.18 3.525 L 56.719 3.525 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 56.7 20.475 L 0.18 20.475 L 0.18 24 L 56.7 24 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 80.729 11.07 C 79.708 11.07 78.901 11.711 78.655 12.782 L 82.803 12.782 C 82.589 11.696 81.849 11.07 80.729 11.07 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 108.942 11.07 C 107.921 11.07 107.114 11.711 106.868 12.782 L 111.016 12.782 C 110.802 11.696 110.061 11.07 108.942 11.07 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 60.247 0 L 60.247 24 L 125.82 24 L 125.82 0 Z M 70.062 17.968 C 67.906 17.968 65.979 17.079 65.42 15.169 L 67.576 14.494 C 67.741 15.153 68.432 16.009 70.046 16.009 C 71.198 16.009 72.12 15.565 72.12 14.577 C 72.12 13.425 70.819 13.342 68.992 12.898 C 66.672 12.322 65.897 11.154 65.897 9.557 C 65.897 7.384 67.56 6.034 69.963 6.034 C 71.89 6.034 73.404 6.989 73.898 8.75 L 71.725 9.277 C 71.593 8.668 71 7.993 69.848 7.993 C 68.894 7.993 68.103 8.487 68.103 9.409 C 68.103 10.71 69.568 10.891 70.638 11.138 C 73.371 11.764 74.358 12.554 74.358 14.414 C 74.358 16.274 73.074 17.969 70.061 17.969 Z M 78.655 14.396 C 78.951 15.515 79.874 16.108 81.026 16.108 C 81.98 16.108 82.639 15.597 82.886 15.284 L 84.565 16.272 C 83.89 17.21 82.606 17.968 81.026 17.968 C 78.26 17.968 76.433 16.124 76.433 13.589 C 76.433 11.053 78.392 9.21 80.697 9.21 C 83.216 9.21 85.224 11.103 84.845 14.396 Z M 91.462 15.959 C 92.351 15.959 93.009 15.531 93.388 14.889 L 95.216 15.927 C 94.443 17.162 93.076 17.968 91.463 17.968 C 88.96 17.968 87.051 16.026 87.051 13.589 C 87.051 11.152 88.961 9.21 91.463 9.21 C 93.076 9.21 94.443 10.017 95.216 11.235 L 93.388 12.288 C 93.01 11.646 92.351 11.218 91.462 11.218 C 90.063 11.218 89.19 12.288 89.19 13.589 C 89.19 14.889 90.063 15.959 91.462 15.959 Z M 102.491 11.482 C 100.022 11.185 99.709 12.766 99.709 14.313 L 99.709 17.753 L 97.618 17.753 L 97.618 9.407 L 99.709 9.407 L 99.709 10.773 C 100.335 9.735 101.487 9.209 102.491 9.209 Z M 106.869 14.396 C 107.165 15.515 108.087 16.108 109.24 16.108 C 110.194 16.108 110.853 15.597 111.1 15.284 L 112.779 16.272 C 112.104 17.21 110.82 17.968 109.24 17.968 C 106.474 17.968 104.647 16.124 104.647 13.589 C 104.647 11.053 106.606 9.21 108.911 9.21 C 111.43 9.21 113.438 11.103 113.059 14.396 Z M 120.318 11.317 L 118.54 11.317 L 118.54 14.362 C 118.54 15.317 118.672 15.877 119.824 15.877 C 119.972 15.877 120.169 15.86 120.318 15.844 L 120.318 17.754 C 120.103 17.819 119.873 17.869 119.445 17.869 C 117.305 17.869 116.449 16.437 116.449 14.708 L 116.449 11.317 L 114.763 11.317 L 114.763 9.407 L 116.449 9.407 L 116.449 7.663 L 118.54 7.663 L 118.54 9.407 L 120.318 9.407 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path></svg>',svgContentId:12595915215},MW0ukFWGE:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 126 24\"><path d=\"M 8.614 14.461 C 8.614 16.502 7.183 17.786 4.515 17.786 L 0.187 17.786 L 0.187 6.263 L 4.088 6.263 C 6.722 6.263 8.155 7.514 8.155 9.358 C 8.155 10.428 7.71 11.201 6.887 11.695 L 6.887 11.729 C 8.007 12.239 8.615 13.177 8.615 14.461 Z M 2.425 8.189 L 2.425 11.053 L 4.088 11.053 C 5.124 11.053 5.914 10.658 5.914 9.588 C 5.914 8.518 5.059 8.189 4.088 8.189 Z M 6.343 14.312 C 6.343 13.242 5.519 12.831 4.515 12.831 L 2.424 12.831 L 2.424 15.859 L 4.515 15.859 C 5.585 15.859 6.343 15.332 6.343 14.312 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 11.282 7.102 C 11.282 6.493 11.776 5.999 12.385 5.999 C 12.995 5.999 13.505 6.493 13.505 7.102 C 13.505 7.711 13.011 8.222 12.385 8.222 C 11.759 8.222 11.282 7.728 11.282 7.102 Z M 11.348 9.44 L 13.439 9.44 L 13.439 17.787 L 11.348 17.787 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 24.897 13.621 C 24.897 16.057 23.004 18 20.486 18 C 17.967 18 16.09 16.058 16.09 13.621 C 16.09 11.184 17.983 9.242 20.486 9.242 C 22.988 9.242 24.897 11.168 24.897 13.621 Z M 22.757 13.621 C 22.757 12.32 21.885 11.25 20.486 11.25 C 19.086 11.25 18.231 12.32 18.231 13.621 C 18.231 14.921 19.103 15.991 20.486 15.991 C 21.868 15.991 22.757 14.921 22.757 13.621 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 39.575 17.786 L 37.485 17.786 L 37.485 12.996 C 37.485 11.958 37.056 11.267 36.085 11.267 C 35.114 11.267 34.604 12.04 34.604 12.996 L 34.604 17.786 L 32.513 17.786 L 32.513 12.996 C 32.513 11.958 32.085 11.267 31.113 11.267 C 30.142 11.267 29.632 12.04 29.632 12.996 L 29.632 17.786 L 27.541 17.786 L 27.541 9.439 L 29.632 9.439 L 29.632 10.328 C 30.06 9.719 30.735 9.242 31.838 9.242 C 32.941 9.242 33.715 9.769 34.143 10.559 C 34.653 9.818 35.477 9.242 36.662 9.242 C 38.588 9.242 39.575 10.805 39.575 12.567 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 44.449 14.428 C 44.745 15.547 45.667 16.14 46.819 16.14 C 47.774 16.14 48.433 15.629 48.679 15.316 L 50.358 16.304 C 49.683 17.242 48.399 18 46.819 18 C 44.054 18 42.227 16.156 42.227 13.621 C 42.227 11.085 44.186 9.242 46.491 9.242 C 49.01 9.242 51.017 11.135 50.639 14.428 Z M 48.596 12.815 C 48.382 11.728 47.642 11.103 46.522 11.103 C 45.501 11.103 44.695 11.744 44.448 12.815 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 56.719 0 L 0.18 0 L 0.18 3.525 L 56.719 3.525 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 56.7 20.475 L 0.18 20.475 L 0.18 24 L 56.7 24 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 80.729 11.07 C 79.708 11.07 78.901 11.711 78.655 12.782 L 82.803 12.782 C 82.589 11.696 81.849 11.07 80.729 11.07 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 108.942 11.07 C 107.921 11.07 107.114 11.711 106.868 12.782 L 111.016 12.782 C 110.802 11.696 110.061 11.07 108.942 11.07 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 60.247 0 L 60.247 24 L 125.82 24 L 125.82 0 Z M 70.062 17.968 C 67.906 17.968 65.979 17.079 65.42 15.169 L 67.576 14.494 C 67.741 15.153 68.432 16.009 70.046 16.009 C 71.198 16.009 72.12 15.565 72.12 14.577 C 72.12 13.425 70.819 13.342 68.992 12.898 C 66.672 12.322 65.897 11.154 65.897 9.557 C 65.897 7.384 67.56 6.034 69.963 6.034 C 71.89 6.034 73.404 6.989 73.898 8.75 L 71.725 9.277 C 71.593 8.668 71 7.993 69.848 7.993 C 68.894 7.993 68.103 8.487 68.103 9.409 C 68.103 10.71 69.568 10.891 70.638 11.138 C 73.371 11.764 74.358 12.554 74.358 14.414 C 74.358 16.274 73.074 17.969 70.061 17.969 Z M 78.655 14.396 C 78.951 15.515 79.874 16.108 81.026 16.108 C 81.98 16.108 82.639 15.597 82.886 15.284 L 84.565 16.272 C 83.89 17.21 82.606 17.968 81.026 17.968 C 78.26 17.968 76.433 16.124 76.433 13.589 C 76.433 11.053 78.392 9.21 80.697 9.21 C 83.216 9.21 85.224 11.103 84.845 14.396 Z M 91.462 15.959 C 92.351 15.959 93.009 15.531 93.388 14.889 L 95.216 15.927 C 94.443 17.162 93.076 17.968 91.463 17.968 C 88.96 17.968 87.051 16.026 87.051 13.589 C 87.051 11.152 88.961 9.21 91.463 9.21 C 93.076 9.21 94.443 10.017 95.216 11.235 L 93.388 12.288 C 93.01 11.646 92.351 11.218 91.462 11.218 C 90.063 11.218 89.19 12.288 89.19 13.589 C 89.19 14.889 90.063 15.959 91.462 15.959 Z M 102.491 11.482 C 100.022 11.185 99.709 12.766 99.709 14.313 L 99.709 17.753 L 97.618 17.753 L 97.618 9.407 L 99.709 9.407 L 99.709 10.773 C 100.335 9.735 101.487 9.209 102.491 9.209 Z M 106.869 14.396 C 107.165 15.515 108.087 16.108 109.24 16.108 C 110.194 16.108 110.853 15.597 111.1 15.284 L 112.779 16.272 C 112.104 17.21 110.82 17.968 109.24 17.968 C 106.474 17.968 104.647 16.124 104.647 13.589 C 104.647 11.053 106.606 9.21 108.911 9.21 C 111.43 9.21 113.438 11.103 113.059 14.396 Z M 120.318 11.317 L 118.54 11.317 L 118.54 14.362 C 118.54 15.317 118.672 15.877 119.824 15.877 C 119.972 15.877 120.169 15.86 120.318 15.844 L 120.318 17.754 C 120.103 17.819 119.873 17.869 119.445 17.869 C 117.305 17.869 116.449 16.437 116.449 14.708 L 116.449 11.317 L 114.763 11.317 L 114.763 9.407 L 116.449 9.407 L 116.449 7.663 L 118.54 7.663 L 118.54 9.407 L 120.318 9.407 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path></svg>',svgContentId:10722409507},PSXNecVZ8:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 126 24\"><path d=\"M 8.614 14.461 C 8.614 16.502 7.183 17.786 4.515 17.786 L 0.187 17.786 L 0.187 6.263 L 4.088 6.263 C 6.722 6.263 8.155 7.514 8.155 9.358 C 8.155 10.428 7.71 11.201 6.887 11.695 L 6.887 11.729 C 8.007 12.239 8.615 13.177 8.615 14.461 Z M 2.425 8.189 L 2.425 11.053 L 4.088 11.053 C 5.124 11.053 5.914 10.658 5.914 9.588 C 5.914 8.518 5.059 8.189 4.088 8.189 Z M 6.343 14.312 C 6.343 13.242 5.519 12.831 4.515 12.831 L 2.424 12.831 L 2.424 15.859 L 4.515 15.859 C 5.585 15.859 6.343 15.332 6.343 14.312 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 11.282 7.102 C 11.282 6.493 11.776 5.999 12.385 5.999 C 12.995 5.999 13.505 6.493 13.505 7.102 C 13.505 7.711 13.011 8.222 12.385 8.222 C 11.759 8.222 11.282 7.728 11.282 7.102 Z M 11.348 9.44 L 13.439 9.44 L 13.439 17.787 L 11.348 17.787 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 24.897 13.621 C 24.897 16.057 23.004 18 20.486 18 C 17.967 18 16.09 16.058 16.09 13.621 C 16.09 11.184 17.983 9.242 20.486 9.242 C 22.988 9.242 24.897 11.168 24.897 13.621 Z M 22.757 13.621 C 22.757 12.32 21.885 11.25 20.486 11.25 C 19.086 11.25 18.231 12.32 18.231 13.621 C 18.231 14.921 19.103 15.991 20.486 15.991 C 21.868 15.991 22.757 14.921 22.757 13.621 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 39.575 17.786 L 37.485 17.786 L 37.485 12.996 C 37.485 11.958 37.056 11.267 36.085 11.267 C 35.114 11.267 34.604 12.04 34.604 12.996 L 34.604 17.786 L 32.513 17.786 L 32.513 12.996 C 32.513 11.958 32.085 11.267 31.113 11.267 C 30.142 11.267 29.632 12.04 29.632 12.996 L 29.632 17.786 L 27.541 17.786 L 27.541 9.439 L 29.632 9.439 L 29.632 10.328 C 30.06 9.719 30.735 9.242 31.838 9.242 C 32.941 9.242 33.715 9.769 34.143 10.559 C 34.653 9.818 35.477 9.242 36.662 9.242 C 38.588 9.242 39.575 10.805 39.575 12.567 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 44.449 14.428 C 44.745 15.547 45.667 16.14 46.819 16.14 C 47.774 16.14 48.433 15.629 48.679 15.316 L 50.358 16.304 C 49.683 17.242 48.399 18 46.819 18 C 44.054 18 42.227 16.156 42.227 13.621 C 42.227 11.085 44.186 9.242 46.491 9.242 C 49.01 9.242 51.017 11.135 50.639 14.428 Z M 48.596 12.815 C 48.382 11.728 47.642 11.103 46.522 11.103 C 45.501 11.103 44.695 11.744 44.448 12.815 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 56.719 0 L 0.18 0 L 0.18 3.525 L 56.719 3.525 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 56.7 20.475 L 0.18 20.475 L 0.18 24 L 56.7 24 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 80.729 11.07 C 79.708 11.07 78.901 11.711 78.655 12.782 L 82.803 12.782 C 82.589 11.696 81.849 11.07 80.729 11.07 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 108.942 11.07 C 107.921 11.07 107.114 11.711 106.868 12.782 L 111.016 12.782 C 110.802 11.696 110.061 11.07 108.942 11.07 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 60.247 0 L 60.247 24 L 125.82 24 L 125.82 0 Z M 70.062 17.968 C 67.906 17.968 65.979 17.079 65.42 15.169 L 67.576 14.494 C 67.741 15.153 68.432 16.009 70.046 16.009 C 71.198 16.009 72.12 15.565 72.12 14.577 C 72.12 13.425 70.819 13.342 68.992 12.898 C 66.672 12.322 65.897 11.154 65.897 9.557 C 65.897 7.384 67.56 6.034 69.963 6.034 C 71.89 6.034 73.404 6.989 73.898 8.75 L 71.725 9.277 C 71.593 8.668 71 7.993 69.848 7.993 C 68.894 7.993 68.103 8.487 68.103 9.409 C 68.103 10.71 69.568 10.891 70.638 11.138 C 73.371 11.764 74.358 12.554 74.358 14.414 C 74.358 16.274 73.074 17.969 70.061 17.969 Z M 78.655 14.396 C 78.951 15.515 79.874 16.108 81.026 16.108 C 81.98 16.108 82.639 15.597 82.886 15.284 L 84.565 16.272 C 83.89 17.21 82.606 17.968 81.026 17.968 C 78.26 17.968 76.433 16.124 76.433 13.589 C 76.433 11.053 78.392 9.21 80.697 9.21 C 83.216 9.21 85.224 11.103 84.845 14.396 Z M 91.462 15.959 C 92.351 15.959 93.009 15.531 93.388 14.889 L 95.216 15.927 C 94.443 17.162 93.076 17.968 91.463 17.968 C 88.96 17.968 87.051 16.026 87.051 13.589 C 87.051 11.152 88.961 9.21 91.463 9.21 C 93.076 9.21 94.443 10.017 95.216 11.235 L 93.388 12.288 C 93.01 11.646 92.351 11.218 91.462 11.218 C 90.063 11.218 89.19 12.288 89.19 13.589 C 89.19 14.889 90.063 15.959 91.462 15.959 Z M 102.491 11.482 C 100.022 11.185 99.709 12.766 99.709 14.313 L 99.709 17.753 L 97.618 17.753 L 97.618 9.407 L 99.709 9.407 L 99.709 10.773 C 100.335 9.735 101.487 9.209 102.491 9.209 Z M 106.869 14.396 C 107.165 15.515 108.087 16.108 109.24 16.108 C 110.194 16.108 110.853 15.597 111.1 15.284 L 112.779 16.272 C 112.104 17.21 110.82 17.968 109.24 17.968 C 106.474 17.968 104.647 16.124 104.647 13.589 C 104.647 11.053 106.606 9.21 108.911 9.21 C 111.43 9.21 113.438 11.103 113.059 14.396 Z M 120.318 11.317 L 118.54 11.317 L 118.54 14.362 C 118.54 15.317 118.672 15.877 119.824 15.877 C 119.972 15.877 120.169 15.86 120.318 15.844 L 120.318 17.754 C 120.103 17.819 119.873 17.869 119.445 17.869 C 117.305 17.869 116.449 16.437 116.449 14.708 L 116.449 11.317 L 114.763 11.317 L 114.763 9.407 L 116.449 9.407 L 116.449 7.663 L 118.54 7.663 L 118.54 9.407 L 120.318 9.407 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path></svg>',svgContentId:10722409507},RG16AQhus:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 168 32\"><path d=\"M 11.486 19.281 C 11.486 22.002 9.577 23.714 6.02 23.714 L 0.249 23.714 L 0.249 8.351 L 5.451 8.351 C 8.963 8.351 10.873 10.018 10.873 12.477 C 10.873 13.904 10.281 14.935 9.183 15.594 L 9.183 15.638 C 10.676 16.319 11.487 17.569 11.487 19.281 Z M 3.233 10.918 L 3.233 14.737 L 5.45 14.737 C 6.832 14.737 7.886 14.21 7.886 12.784 C 7.886 11.358 6.745 10.918 5.45 10.918 Z M 8.457 19.083 C 8.457 17.657 7.359 17.108 6.02 17.108 L 3.232 17.108 L 3.232 21.146 L 6.02 21.146 C 7.446 21.146 8.457 20.443 8.457 19.083 Z\" fill=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"></path><path d=\"M 15.043 9.47 C 15.043 8.657 15.701 7.999 16.514 7.999 C 17.326 7.999 18.007 8.657 18.007 9.47 C 18.007 10.282 17.348 10.962 16.514 10.962 C 15.679 10.962 15.043 10.304 15.043 9.47 Z M 15.13 12.587 L 17.918 12.587 L 17.918 23.715 L 15.13 23.715 Z\" fill=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"></path><path d=\"M 33.196 18.161 C 33.196 21.409 30.672 24 27.314 24 C 23.957 24 21.453 21.41 21.453 18.161 C 21.453 14.912 23.978 12.322 27.314 12.322 C 30.651 12.322 33.196 14.891 33.196 18.161 Z M 30.343 18.161 C 30.343 16.427 29.18 15 27.314 15 C 25.448 15 24.307 16.427 24.307 18.161 C 24.307 19.895 25.47 21.322 27.314 21.322 C 29.158 21.322 30.343 19.895 30.343 18.161 Z\" fill=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"></path><path d=\"M 52.767 23.714 L 49.979 23.714 L 49.979 17.328 C 49.979 15.944 49.408 15.023 48.113 15.023 C 46.819 15.023 46.138 16.054 46.138 17.328 L 46.138 23.714 L 43.35 23.714 L 43.35 17.328 C 43.35 15.944 42.779 15.023 41.484 15.023 C 40.19 15.023 39.509 16.054 39.509 17.328 L 39.509 23.714 L 36.721 23.714 L 36.721 12.586 L 39.509 12.586 L 39.509 13.771 C 40.08 12.959 40.98 12.322 42.451 12.322 C 43.921 12.322 44.953 13.025 45.524 14.079 C 46.204 13.09 47.302 12.322 48.883 12.322 C 51.451 12.322 52.767 14.407 52.767 16.756 Z\" fill=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"></path><path d=\"M 59.265 19.237 C 59.66 20.73 60.89 21.52 62.426 21.52 C 63.699 21.52 64.577 20.839 64.906 20.422 L 67.144 21.739 C 66.245 22.989 64.533 24 62.426 24 C 58.739 24 56.303 21.542 56.303 18.161 C 56.303 14.78 58.915 12.322 61.987 12.322 C 65.346 12.322 68.023 14.847 67.519 19.237 Z M 64.795 17.086 C 64.509 15.638 63.523 14.803 62.029 14.803 C 60.668 14.803 59.593 15.659 59.264 17.086 Z\" fill=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"></path><path d=\"M 75.626 0 L 0.24 0 L 0.24 4.7 L 75.626 4.7 Z\" fill=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"></path><path d=\"M 75.6 27.3 L 0.24 27.3 L 0.24 32 L 75.6 32 Z\" fill=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"></path><path d=\"M 107.639 14.76 C 106.277 14.76 105.202 15.615 104.873 17.043 L 110.404 17.043 C 110.119 15.594 109.131 14.76 107.639 14.76 Z\" fill=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"></path><path d=\"M 145.256 14.76 C 143.894 14.76 142.819 15.615 142.49 17.043 L 148.021 17.043 C 147.736 15.594 146.748 14.76 145.256 14.76 Z\" fill=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"></path><path d=\"M 80.329 0 L 80.329 32 L 167.76 32 L 167.76 0 Z M 93.416 23.957 C 90.541 23.957 87.973 22.772 87.227 20.226 L 90.102 19.326 C 90.321 20.203 91.243 21.345 93.395 21.345 C 94.931 21.345 96.16 20.753 96.16 19.436 C 96.16 17.9 94.426 17.79 91.99 17.198 C 88.896 16.43 87.863 14.872 87.863 12.742 C 87.863 9.845 90.08 8.046 93.285 8.046 C 95.853 8.046 97.872 9.318 98.531 11.667 L 95.633 12.369 C 95.457 11.557 94.667 10.657 93.131 10.657 C 91.858 10.657 90.805 11.316 90.805 12.545 C 90.805 14.279 92.758 14.521 94.184 14.851 C 97.828 15.685 99.144 16.738 99.144 19.218 C 99.144 21.698 97.432 23.959 93.415 23.959 Z M 104.874 19.194 C 105.269 20.687 106.498 21.477 108.034 21.477 C 109.307 21.477 110.186 20.797 110.514 20.379 L 112.753 21.696 C 111.853 22.947 110.141 23.957 108.034 23.957 C 104.347 23.957 101.911 21.499 101.911 18.118 C 101.911 14.738 104.523 12.28 107.596 12.28 C 110.955 12.28 113.632 14.804 113.127 19.194 Z M 121.949 21.279 C 123.135 21.279 124.012 20.708 124.518 19.853 L 126.955 21.236 C 125.923 22.883 124.102 23.957 121.95 23.957 C 118.614 23.957 116.069 21.368 116.069 18.118 C 116.069 14.869 118.615 12.28 121.95 12.28 C 124.102 12.28 125.923 13.355 126.955 14.98 L 124.518 16.384 C 124.013 15.528 123.135 14.958 121.949 14.958 C 120.083 14.958 118.92 16.384 118.92 18.118 C 118.92 19.853 120.083 21.279 121.949 21.279 Z M 136.655 15.309 C 133.363 14.914 132.945 17.021 132.945 19.083 L 132.945 23.67 L 130.157 23.67 L 130.157 12.542 L 132.945 12.542 L 132.945 14.364 C 133.779 12.98 135.316 12.279 136.655 12.279 Z M 142.492 19.194 C 142.887 20.687 144.117 21.477 145.653 21.477 C 146.925 21.477 147.804 20.797 148.133 20.379 L 150.372 21.696 C 149.472 22.947 147.76 23.957 145.653 23.957 C 141.965 23.957 139.53 21.499 139.53 18.118 C 139.53 14.738 142.141 12.28 145.215 12.28 C 148.573 12.28 151.251 14.804 150.746 19.194 Z M 160.424 15.09 L 158.053 15.09 L 158.053 19.15 C 158.053 20.422 158.229 21.169 159.765 21.169 C 159.962 21.169 160.225 21.147 160.424 21.125 L 160.424 23.672 C 160.138 23.759 159.831 23.825 159.26 23.825 C 156.407 23.825 155.265 21.916 155.265 19.611 L 155.265 15.09 L 153.018 15.09 L 153.018 12.543 L 155.265 12.543 L 155.265 10.217 L 158.053 10.217 L 158.053 12.543 L 160.424 12.543 Z\" fill=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"></path></svg>',svgContentId:12883046371},tbKL6TVfN:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 126 24\"><path d=\"M 8.614 14.461 C 8.614 16.502 7.183 17.786 4.515 17.786 L 0.187 17.786 L 0.187 6.263 L 4.088 6.263 C 6.722 6.263 8.155 7.514 8.155 9.358 C 8.155 10.428 7.71 11.201 6.887 11.695 L 6.887 11.729 C 8.007 12.239 8.615 13.177 8.615 14.461 Z M 2.425 8.189 L 2.425 11.053 L 4.088 11.053 C 5.124 11.053 5.914 10.658 5.914 9.588 C 5.914 8.518 5.059 8.189 4.088 8.189 Z M 6.343 14.312 C 6.343 13.242 5.519 12.831 4.515 12.831 L 2.424 12.831 L 2.424 15.859 L 4.515 15.859 C 5.585 15.859 6.343 15.332 6.343 14.312 Z\" fill=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"></path><path d=\"M 11.282 7.102 C 11.282 6.493 11.776 5.999 12.385 5.999 C 12.995 5.999 13.505 6.493 13.505 7.102 C 13.505 7.711 13.011 8.222 12.385 8.222 C 11.759 8.222 11.282 7.728 11.282 7.102 Z M 11.348 9.44 L 13.439 9.44 L 13.439 17.787 L 11.348 17.787 Z\" fill=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"></path><path d=\"M 24.897 13.621 C 24.897 16.057 23.004 18 20.486 18 C 17.967 18 16.09 16.058 16.09 13.621 C 16.09 11.184 17.983 9.242 20.486 9.242 C 22.988 9.242 24.897 11.168 24.897 13.621 Z M 22.757 13.621 C 22.757 12.32 21.885 11.25 20.486 11.25 C 19.086 11.25 18.231 12.32 18.231 13.621 C 18.231 14.921 19.103 15.991 20.486 15.991 C 21.868 15.991 22.757 14.921 22.757 13.621 Z\" fill=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"></path><path d=\"M 39.575 17.786 L 37.485 17.786 L 37.485 12.996 C 37.485 11.958 37.056 11.267 36.085 11.267 C 35.114 11.267 34.604 12.04 34.604 12.996 L 34.604 17.786 L 32.513 17.786 L 32.513 12.996 C 32.513 11.958 32.085 11.267 31.113 11.267 C 30.142 11.267 29.632 12.04 29.632 12.996 L 29.632 17.786 L 27.541 17.786 L 27.541 9.439 L 29.632 9.439 L 29.632 10.328 C 30.06 9.719 30.735 9.242 31.838 9.242 C 32.941 9.242 33.715 9.769 34.143 10.559 C 34.653 9.818 35.477 9.242 36.662 9.242 C 38.588 9.242 39.575 10.805 39.575 12.567 Z\" fill=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"></path><path d=\"M 44.449 14.428 C 44.745 15.547 45.667 16.14 46.819 16.14 C 47.774 16.14 48.433 15.629 48.679 15.316 L 50.358 16.304 C 49.683 17.242 48.399 18 46.819 18 C 44.054 18 42.227 16.156 42.227 13.621 C 42.227 11.085 44.186 9.242 46.491 9.242 C 49.01 9.242 51.017 11.135 50.639 14.428 Z M 48.596 12.815 C 48.382 11.728 47.642 11.103 46.522 11.103 C 45.501 11.103 44.695 11.744 44.448 12.815 Z\" fill=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"></path><path d=\"M 56.719 0 L 0.18 0 L 0.18 3.525 L 56.719 3.525 Z\" fill=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"></path><path d=\"M 56.7 20.475 L 0.18 20.475 L 0.18 24 L 56.7 24 Z\" fill=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"></path><path d=\"M 80.729 11.07 C 79.708 11.07 78.901 11.711 78.655 12.782 L 82.803 12.782 C 82.589 11.696 81.849 11.07 80.729 11.07 Z\" fill=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"></path><path d=\"M 108.942 11.07 C 107.921 11.07 107.114 11.711 106.868 12.782 L 111.016 12.782 C 110.802 11.696 110.061 11.07 108.942 11.07 Z\" fill=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"></path><path d=\"M 60.247 0 L 60.247 24 L 125.82 24 L 125.82 0 Z M 70.062 17.968 C 67.906 17.968 65.979 17.079 65.42 15.169 L 67.576 14.494 C 67.741 15.153 68.432 16.009 70.046 16.009 C 71.198 16.009 72.12 15.565 72.12 14.577 C 72.12 13.425 70.819 13.342 68.992 12.898 C 66.672 12.322 65.897 11.154 65.897 9.557 C 65.897 7.384 67.56 6.034 69.963 6.034 C 71.89 6.034 73.404 6.989 73.898 8.75 L 71.725 9.277 C 71.593 8.668 71 7.993 69.848 7.993 C 68.894 7.993 68.103 8.487 68.103 9.409 C 68.103 10.71 69.568 10.891 70.638 11.138 C 73.371 11.764 74.358 12.554 74.358 14.414 C 74.358 16.274 73.074 17.969 70.061 17.969 Z M 78.655 14.396 C 78.951 15.515 79.874 16.108 81.026 16.108 C 81.98 16.108 82.639 15.597 82.886 15.284 L 84.565 16.272 C 83.89 17.21 82.606 17.968 81.026 17.968 C 78.26 17.968 76.433 16.124 76.433 13.589 C 76.433 11.053 78.392 9.21 80.697 9.21 C 83.216 9.21 85.224 11.103 84.845 14.396 Z M 91.462 15.959 C 92.351 15.959 93.009 15.531 93.388 14.889 L 95.216 15.927 C 94.443 17.162 93.076 17.968 91.463 17.968 C 88.96 17.968 87.051 16.026 87.051 13.589 C 87.051 11.152 88.961 9.21 91.463 9.21 C 93.076 9.21 94.443 10.017 95.216 11.235 L 93.388 12.288 C 93.01 11.646 92.351 11.218 91.462 11.218 C 90.063 11.218 89.19 12.288 89.19 13.589 C 89.19 14.889 90.063 15.959 91.462 15.959 Z M 102.491 11.482 C 100.022 11.185 99.709 12.766 99.709 14.313 L 99.709 17.753 L 97.618 17.753 L 97.618 9.407 L 99.709 9.407 L 99.709 10.773 C 100.335 9.735 101.487 9.209 102.491 9.209 Z M 106.869 14.396 C 107.165 15.515 108.087 16.108 109.24 16.108 C 110.194 16.108 110.853 15.597 111.1 15.284 L 112.779 16.272 C 112.104 17.21 110.82 17.968 109.24 17.968 C 106.474 17.968 104.647 16.124 104.647 13.589 C 104.647 11.053 106.606 9.21 108.911 9.21 C 111.43 9.21 113.438 11.103 113.059 14.396 Z M 120.318 11.317 L 118.54 11.317 L 118.54 14.362 C 118.54 15.317 118.672 15.877 119.824 15.877 C 119.972 15.877 120.169 15.86 120.318 15.844 L 120.318 17.754 C 120.103 17.819 119.873 17.869 119.445 17.869 C 117.305 17.869 116.449 16.437 116.449 14.708 L 116.449 11.317 L 114.763 11.317 L 114.763 9.407 L 116.449 9.407 L 116.449 7.663 L 118.54 7.663 L 118.54 9.407 L 120.318 9.407 Z\" fill=\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"></path></svg>',svgContentId:11818594014},ZfZiZrTTw:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 126 24\"><path d=\"M 8.614 14.461 C 8.614 16.502 7.183 17.786 4.515 17.786 L 0.187 17.786 L 0.187 6.263 L 4.088 6.263 C 6.722 6.263 8.155 7.514 8.155 9.358 C 8.155 10.428 7.71 11.201 6.887 11.695 L 6.887 11.729 C 8.007 12.239 8.615 13.177 8.615 14.461 Z M 2.425 8.189 L 2.425 11.053 L 4.088 11.053 C 5.124 11.053 5.914 10.658 5.914 9.588 C 5.914 8.518 5.059 8.189 4.088 8.189 Z M 6.343 14.312 C 6.343 13.242 5.519 12.831 4.515 12.831 L 2.424 12.831 L 2.424 15.859 L 4.515 15.859 C 5.585 15.859 6.343 15.332 6.343 14.312 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 11.282 7.102 C 11.282 6.493 11.776 5.999 12.385 5.999 C 12.995 5.999 13.505 6.493 13.505 7.102 C 13.505 7.711 13.011 8.222 12.385 8.222 C 11.759 8.222 11.282 7.728 11.282 7.102 Z M 11.348 9.44 L 13.439 9.44 L 13.439 17.787 L 11.348 17.787 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 24.897 13.621 C 24.897 16.057 23.004 18 20.486 18 C 17.967 18 16.09 16.058 16.09 13.621 C 16.09 11.184 17.983 9.242 20.486 9.242 C 22.988 9.242 24.897 11.168 24.897 13.621 Z M 22.757 13.621 C 22.757 12.32 21.885 11.25 20.486 11.25 C 19.086 11.25 18.231 12.32 18.231 13.621 C 18.231 14.921 19.103 15.991 20.486 15.991 C 21.868 15.991 22.757 14.921 22.757 13.621 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 39.575 17.786 L 37.485 17.786 L 37.485 12.996 C 37.485 11.958 37.056 11.267 36.085 11.267 C 35.114 11.267 34.604 12.04 34.604 12.996 L 34.604 17.786 L 32.513 17.786 L 32.513 12.996 C 32.513 11.958 32.085 11.267 31.113 11.267 C 30.142 11.267 29.632 12.04 29.632 12.996 L 29.632 17.786 L 27.541 17.786 L 27.541 9.439 L 29.632 9.439 L 29.632 10.328 C 30.06 9.719 30.735 9.242 31.838 9.242 C 32.941 9.242 33.715 9.769 34.143 10.559 C 34.653 9.818 35.477 9.242 36.662 9.242 C 38.588 9.242 39.575 10.805 39.575 12.567 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 44.449 14.428 C 44.745 15.547 45.667 16.14 46.819 16.14 C 47.774 16.14 48.433 15.629 48.679 15.316 L 50.358 16.304 C 49.683 17.242 48.399 18 46.819 18 C 44.054 18 42.227 16.156 42.227 13.621 C 42.227 11.085 44.186 9.242 46.491 9.242 C 49.01 9.242 51.017 11.135 50.639 14.428 Z M 48.596 12.815 C 48.382 11.728 47.642 11.103 46.522 11.103 C 45.501 11.103 44.695 11.744 44.448 12.815 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 56.719 0 L 0.18 0 L 0.18 3.525 L 56.719 3.525 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 56.7 20.475 L 0.18 20.475 L 0.18 24 L 56.7 24 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 80.729 11.07 C 79.708 11.07 78.901 11.711 78.655 12.782 L 82.803 12.782 C 82.589 11.696 81.849 11.07 80.729 11.07 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 108.942 11.07 C 107.921 11.07 107.114 11.711 106.868 12.782 L 111.016 12.782 C 110.802 11.696 110.061 11.07 108.942 11.07 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path><path d=\"M 60.247 0 L 60.247 24 L 125.82 24 L 125.82 0 Z M 70.062 17.968 C 67.906 17.968 65.979 17.079 65.42 15.169 L 67.576 14.494 C 67.741 15.153 68.432 16.009 70.046 16.009 C 71.198 16.009 72.12 15.565 72.12 14.577 C 72.12 13.425 70.819 13.342 68.992 12.898 C 66.672 12.322 65.897 11.154 65.897 9.557 C 65.897 7.384 67.56 6.034 69.963 6.034 C 71.89 6.034 73.404 6.989 73.898 8.75 L 71.725 9.277 C 71.593 8.668 71 7.993 69.848 7.993 C 68.894 7.993 68.103 8.487 68.103 9.409 C 68.103 10.71 69.568 10.891 70.638 11.138 C 73.371 11.764 74.358 12.554 74.358 14.414 C 74.358 16.274 73.074 17.969 70.061 17.969 Z M 78.655 14.396 C 78.951 15.515 79.874 16.108 81.026 16.108 C 81.98 16.108 82.639 15.597 82.886 15.284 L 84.565 16.272 C 83.89 17.21 82.606 17.968 81.026 17.968 C 78.26 17.968 76.433 16.124 76.433 13.589 C 76.433 11.053 78.392 9.21 80.697 9.21 C 83.216 9.21 85.224 11.103 84.845 14.396 Z M 91.462 15.959 C 92.351 15.959 93.009 15.531 93.388 14.889 L 95.216 15.927 C 94.443 17.162 93.076 17.968 91.463 17.968 C 88.96 17.968 87.051 16.026 87.051 13.589 C 87.051 11.152 88.961 9.21 91.463 9.21 C 93.076 9.21 94.443 10.017 95.216 11.235 L 93.388 12.288 C 93.01 11.646 92.351 11.218 91.462 11.218 C 90.063 11.218 89.19 12.288 89.19 13.589 C 89.19 14.889 90.063 15.959 91.462 15.959 Z M 102.491 11.482 C 100.022 11.185 99.709 12.766 99.709 14.313 L 99.709 17.753 L 97.618 17.753 L 97.618 9.407 L 99.709 9.407 L 99.709 10.773 C 100.335 9.735 101.487 9.209 102.491 9.209 Z M 106.869 14.396 C 107.165 15.515 108.087 16.108 109.24 16.108 C 110.194 16.108 110.853 15.597 111.1 15.284 L 112.779 16.272 C 112.104 17.21 110.82 17.968 109.24 17.968 C 106.474 17.968 104.647 16.124 104.647 13.589 C 104.647 11.053 106.606 9.21 108.911 9.21 C 111.43 9.21 113.438 11.103 113.059 14.396 Z M 120.318 11.317 L 118.54 11.317 L 118.54 14.362 C 118.54 15.317 118.672 15.877 119.824 15.877 C 119.972 15.877 120.169 15.86 120.318 15.844 L 120.318 17.754 C 120.103 17.819 119.873 17.869 119.445 17.869 C 117.305 17.869 116.449 16.437 116.449 14.708 L 116.449 11.317 L 114.763 11.317 L 114.763 9.407 L 116.449 9.407 L 116.449 7.663 L 118.54 7.663 L 118.54 9.407 L 120.318 9.407 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"></path></svg>',svgContentId:12595915215}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1q4r9if\",layoutDependency:layoutDependency,layoutId:\"N0Hfqx_R8\",children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-g3xzcj\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"Fq5FTwq_A\",...addPropertyOverrides({biextNKsG:{\"data-highlight\":true,onTap:onTapqdm0kr},cSDcpoI5E:{\"data-highlight\":true,onTap:onTap19aj28i},dPDLOnfuz:{\"data-highlight\":true,onTap:onTaplqcc6h},eACrRsxH3:{\"data-highlight\":true,onTap:onTap1wkreuq},MW0ukFWGE:{\"data-highlight\":true,onTap:onTap1svumuu},PSXNecVZ8:{\"data-highlight\":true,onTap:onTapp0eb4p},tbKL6TVfN:{\"data-highlight\":true,onTap:onTap1wtg3mf},ZfZiZrTTw:{\"data-highlight\":true,onTap:onTap1okbfxn}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dr75zc\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"L5Y4a82eD\",style:{backgroundColor:\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{biextNKsG:{rotate:0},cSDcpoI5E:{rotate:-45},dPDLOnfuz:{rotate:-45},eACrRsxH3:{rotate:-45},MW0ukFWGE:{rotate:0},PSXNecVZ8:{rotate:0},tbKL6TVfN:{backgroundColor:\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\",rotate:0},ZfZiZrTTw:{rotate:-45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-8lga6u\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"Dffmwim6R\",style:{backgroundColor:\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{biextNKsG:{rotate:0},cSDcpoI5E:{rotate:45},dPDLOnfuz:{rotate:45},eACrRsxH3:{rotate:45},MW0ukFWGE:{rotate:0},PSXNecVZ8:{rotate:0},tbKL6TVfN:{backgroundColor:\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\",rotate:0},ZfZiZrTTw:{rotate:45}}})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yjm7eh\",layoutDependency:layoutDependency,layoutId:\"Dg8SL_dlO\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ri6ex2-container\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"AYd2acLrI-container\",nodeId:\"AYd2acLrI\",rendersWithMotion:true,scopeId:\"drIHigXcD\",children:/*#__PURE__*/_jsx(CartIcon,{height:\"100%\",id:\"AYd2acLrI\",layoutId:\"AYd2acLrI\",style:{height:\"100%\",width:\"100%\"},toggle:true,width:\"100%\",...addPropertyOverrides({biextNKsG:{toggle:false},cSDcpoI5E:{toggle:false},dPDLOnfuz:{toggle:false},eACrRsxH3:{toggle:false},MW0ukFWGE:{toggle:false},PSXNecVZ8:{toggle:false},ZfZiZrTTw:{toggle:false}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1tp7mnf-container\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"bfRDwcCJE-container\",nodeId:\"bfRDwcCJE\",rendersWithMotion:true,scopeId:\"drIHigXcD\",children:/*#__PURE__*/_jsx(UserIcon,{height:\"100%\",id:\"bfRDwcCJE\",layoutId:\"bfRDwcCJE\",style:{height:\"100%\"},toggle:false,width:\"100%\",...addPropertyOverrides({biextNKsG:{style:{height:\"100%\",width:\"100%\"}},cSDcpoI5E:{style:{height:\"100%\",width:\"100%\"}},dPDLOnfuz:{style:{height:\"100%\",width:\"100%\"}},eACrRsxH3:{style:{height:\"100%\",width:\"100%\"}},MW0ukFWGE:{style:{height:\"100%\",width:\"100%\"}},PSXNecVZ8:{style:{height:\"100%\",width:\"100%\"}},tbKL6TVfN:{style:{height:\"100%\",width:\"100%\"},toggle:true},ZfZiZrTTw:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})})]})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.nav,{className:\"framer-1i9zt3n\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"cetAHKPJo\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cu0gl2\",layoutDependency:layoutDependency,layoutId:\"o2QRuNkm1\",children:[Atw2qKFbf&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qkdk3y\",layoutDependency:layoutDependency,layoutId:\"pypXsvbme\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"DK92elOpK\"},implicitPathVariables:undefined},{href:{webPageId:\"DK92elOpK\"},implicitPathVariables:undefined},{href:{webPageId:\"DK92elOpK\"},implicitPathVariables:undefined},{href:{webPageId:\"DK92elOpK\"},implicitPathVariables:undefined},{href:{webPageId:\"DK92elOpK\"},implicitPathVariables:undefined},{href:{webPageId:\"DK92elOpK\"},implicitPathVariables:undefined},{href:{webPageId:\"DK92elOpK\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+(0+((componentViewport?.height||80)-0-32)/2)+0+0+0,...addPropertyOverrides({cSDcpoI5E:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+8+56+24+0+0+0+0+0},dPDLOnfuz:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+8+56+24+0+0+0+0+0},eACrRsxH3:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+8+56+24+0+0+0+0+0},ZfZiZrTTw:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+8+56+24+0+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1oul4gz-container\",layoutDependency:layoutDependency,layoutId:\"VNAmO0wEX-container\",nodeId:\"VNAmO0wEX\",rendersWithMotion:true,scopeId:\"drIHigXcD\",children:/*#__PURE__*/_jsx(ProductButton,{bM79T_6h2:\"Our Shake\",height:\"100%\",id:\"VNAmO0wEX\",layoutId:\"VNAmO0wEX\",variant:\"GNqEzu2cV\",width:\"100%\",WV4JlF34p:resolvedLinks[0],...addPropertyOverrides({aRFudLzur:{WV4JlF34p:resolvedLinks[3]},cSDcpoI5E:{style:{width:\"100%\"},variant:\"wj8YYGvYw\",WV4JlF34p:resolvedLinks[1]},dPDLOnfuz:{bM79T_6h2:\"\u30FBOur Shake\",style:{width:\"100%\"},variant:\"wj8YYGvYw\",WV4JlF34p:undefined,XQMtEIC9R:XQMtEIC9Rlqcc6h},eACrRsxH3:{style:{width:\"100%\"},variant:\"wj8YYGvYw\",WV4JlF34p:resolvedLinks[6]},kQ4KbfiBw:{WV4JlF34p:resolvedLinks[2]},RG16AQhus:{WV4JlF34p:resolvedLinks[4]},ZfZiZrTTw:{style:{width:\"100%\"},variant:\"wj8YYGvYw\",WV4JlF34p:resolvedLinks[5],XQMtEIC9R:undefined}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Eiu1RdOlr\"},implicitPathVariables:undefined},{href:{webPageId:\"Eiu1RdOlr\"},implicitPathVariables:undefined},{href:{webPageId:\"Eiu1RdOlr\"},implicitPathVariables:undefined},{href:{webPageId:\"Eiu1RdOlr\"},implicitPathVariables:undefined},{href:{webPageId:\"Eiu1RdOlr\"},implicitPathVariables:undefined},{href:{webPageId:\"Eiu1RdOlr\"},implicitPathVariables:undefined},{href:{webPageId:\"Eiu1RdOlr\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,y:(componentViewport?.y||0)+(0+((componentViewport?.height||80)-0-32)/2)+0+0+0,...addPropertyOverrides({cSDcpoI5E:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+8+56+24+0+0+0+0+48},dPDLOnfuz:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+8+56+24+0+0+0+0+48},eACrRsxH3:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+8+56+24+0+0+0+0+48},ZfZiZrTTw:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+8+56+24+0+0+0+0+48}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1md7kqz-container\",layoutDependency:layoutDependency,layoutId:\"vMS_7S1zC-container\",nodeId:\"vMS_7S1zC\",rendersWithMotion:true,scopeId:\"drIHigXcD\",children:/*#__PURE__*/_jsx(ProductButton,{bM79T_6h2:\"Our Shake\",height:\"100%\",id:\"vMS_7S1zC\",layoutId:\"vMS_7S1zC\",variant:\"PJUekEmSz\",width:\"100%\",WV4JlF34p:resolvedLinks1[0],...addPropertyOverrides({aRFudLzur:{WV4JlF34p:resolvedLinks1[3]},cSDcpoI5E:{bM79T_6h2:\"Our Supplements\",style:{width:\"100%\"},variant:\"gDBNTcuw0\",WV4JlF34p:resolvedLinks1[1]},dPDLOnfuz:{bM79T_6h2:\"Our Supplements\",style:{width:\"100%\"},variant:\"gDBNTcuw0\",WV4JlF34p:resolvedLinks1[5]},eACrRsxH3:{bM79T_6h2:\"Our Supplements\",style:{width:\"100%\"},variant:\"gDBNTcuw0\",WV4JlF34p:resolvedLinks1[6]},kQ4KbfiBw:{WV4JlF34p:resolvedLinks1[2]},RG16AQhus:{WV4JlF34p:resolvedLinks1[4]},ZfZiZrTTw:{bM79T_6h2:\"\u30FBOur Supplements\",style:{width:\"100%\"},variant:\"gDBNTcuw0\",WV4JlF34p:undefined,XQMtEIC9R:XQMtEIC9R1okbfxn}},baseVariant,gestureVariant)})})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1a3cuff\",\"data-styles-preset\":\"iL4mo_Aba\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"bMkDCQAAX\"},motionChild:true,nodeId:\"KY3uEKD8u\",openInNewTab:false,scopeId:\"drIHigXcD\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7o64eb\",\"data-styles-preset\":\"aXcL9j9aF\",children:\"Reviews\"})})})}),className:\"framer-1bmr17y\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"KY3uEKD8u\",style:{\"--extracted-r6o4lv\":\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"},variants:{aRFudLzur:{\"--extracted-r6o4lv\":\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"},cSDcpoI5E:{\"--extracted-1w1cjl5\":\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"},dPDLOnfuz:{\"--extracted-1w1cjl5\":\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"},eACrRsxH3:{\"--extracted-1w1cjl5\":\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"},RG16AQhus:{\"--extracted-r6o4lv\":\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"},ZfZiZrTTw:{\"--extracted-1w1cjl5\":\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({aRFudLzur:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1a3cuff\",\"data-styles-preset\":\"iL4mo_Aba\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"bMkDCQAAX\"},motionChild:true,nodeId:\"KY3uEKD8u\",openInNewTab:false,scopeId:\"drIHigXcD\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1i2y5sp\",\"data-styles-preset\":\"m_vwWr_Gg\",children:\"Reviews\"})})})})},cSDcpoI5E:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-6nk4w\",\"data-styles-preset\":\"gC9l31Wfp\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"bMkDCQAAX\"},motionChild:true,nodeId:\"KY3uEKD8u\",openInNewTab:false,scopeId:\"drIHigXcD\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7o64eb\",\"data-styles-preset\":\"aXcL9j9aF\",children:\"Reviews\"})})})})},dPDLOnfuz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-6nk4w\",\"data-styles-preset\":\"gC9l31Wfp\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"bMkDCQAAX\"},motionChild:true,nodeId:\"KY3uEKD8u\",openInNewTab:false,scopeId:\"drIHigXcD\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7o64eb\",\"data-styles-preset\":\"aXcL9j9aF\",children:\"Reviews\"})})})})},eACrRsxH3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-6nk4w\",\"data-styles-preset\":\"gC9l31Wfp\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"bMkDCQAAX\"},motionChild:true,nodeId:\"KY3uEKD8u\",openInNewTab:false,scopeId:\"drIHigXcD\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7o64eb\",\"data-styles-preset\":\"aXcL9j9aF\",children:\"Reviews\"})})})})},RG16AQhus:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1a3cuff\",\"data-styles-preset\":\"iL4mo_Aba\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"bMkDCQAAX\"},motionChild:true,nodeId:\"KY3uEKD8u\",openInNewTab:false,scopeId:\"drIHigXcD\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1i2y5sp\",\"data-styles-preset\":\"m_vwWr_Gg\",children:\"Reviews\"})})})})},ZfZiZrTTw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-6nk4w\",\"data-styles-preset\":\"gC9l31Wfp\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"bMkDCQAAX\"},motionChild:true,nodeId:\"KY3uEKD8u\",openInNewTab:false,scopeId:\"drIHigXcD\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7o64eb\",\"data-styles-preset\":\"aXcL9j9aF\",children:\"Reviews\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1a3cuff\",\"data-styles-preset\":\"iL4mo_Aba\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"mi2MVrUSE\"},motionChild:true,nodeId:\"ipDKvTUU7\",openInNewTab:false,scopeId:\"drIHigXcD\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7o64eb\",\"data-styles-preset\":\"aXcL9j9aF\",children:\"Blog\"})})})}),className:\"framer-15i0zm1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ipDKvTUU7\",style:{\"--extracted-r6o4lv\":\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"},variants:{aRFudLzur:{\"--extracted-r6o4lv\":\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"},cSDcpoI5E:{\"--extracted-1w1cjl5\":\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"},dPDLOnfuz:{\"--extracted-1w1cjl5\":\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"},eACrRsxH3:{\"--extracted-1w1cjl5\":\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"},RG16AQhus:{\"--extracted-r6o4lv\":\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"},ZfZiZrTTw:{\"--extracted-1w1cjl5\":\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({aRFudLzur:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1a3cuff\",\"data-styles-preset\":\"iL4mo_Aba\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"mi2MVrUSE\"},motionChild:true,nodeId:\"ipDKvTUU7\",openInNewTab:false,scopeId:\"drIHigXcD\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1i2y5sp\",\"data-styles-preset\":\"m_vwWr_Gg\",children:\"Blog\"})})})})},cSDcpoI5E:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-6nk4w\",\"data-styles-preset\":\"gC9l31Wfp\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"mi2MVrUSE\"},motionChild:true,nodeId:\"ipDKvTUU7\",openInNewTab:false,scopeId:\"drIHigXcD\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7o64eb\",\"data-styles-preset\":\"aXcL9j9aF\",children:\"Blog\"})})})})},dPDLOnfuz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-6nk4w\",\"data-styles-preset\":\"gC9l31Wfp\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"mi2MVrUSE\"},motionChild:true,nodeId:\"ipDKvTUU7\",openInNewTab:false,scopeId:\"drIHigXcD\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7o64eb\",\"data-styles-preset\":\"aXcL9j9aF\",children:\"Blog\"})})})})},eACrRsxH3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-6nk4w\",\"data-styles-preset\":\"gC9l31Wfp\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"mi2MVrUSE\"},motionChild:true,nodeId:\"ipDKvTUU7\",openInNewTab:false,scopeId:\"drIHigXcD\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7o64eb\",\"data-styles-preset\":\"aXcL9j9aF\",children:\"Blog\"})})})})},RG16AQhus:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1a3cuff\",\"data-styles-preset\":\"iL4mo_Aba\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"mi2MVrUSE\"},motionChild:true,nodeId:\"ipDKvTUU7\",openInNewTab:false,scopeId:\"drIHigXcD\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1i2y5sp\",\"data-styles-preset\":\"m_vwWr_Gg\",children:\"Blog\"})})})})},ZfZiZrTTw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-6nk4w\",\"data-styles-preset\":\"gC9l31Wfp\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"mi2MVrUSE\"},motionChild:true,nodeId:\"ipDKvTUU7\",openInNewTab:false,scopeId:\"drIHigXcD\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7o64eb\",\"data-styles-preset\":\"aXcL9j9aF\",children:\"Blog\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1a3cuff\",\"data-styles-preset\":\"iL4mo_Aba\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"FIPoMcQXM\"},motionChild:true,nodeId:\"BTJMjD6c2\",openInNewTab:false,scopeId:\"drIHigXcD\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7o64eb\",\"data-styles-preset\":\"aXcL9j9aF\",children:\"Contact\"})})})}),className:\"framer-no1vpr\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"BTJMjD6c2\",style:{\"--extracted-r6o4lv\":\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"},variants:{aRFudLzur:{\"--extracted-r6o4lv\":\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"},cSDcpoI5E:{\"--extracted-1w1cjl5\":\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"},dPDLOnfuz:{\"--extracted-1w1cjl5\":\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"},eACrRsxH3:{\"--extracted-1w1cjl5\":\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"},RG16AQhus:{\"--extracted-r6o4lv\":\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\"},ZfZiZrTTw:{\"--extracted-1w1cjl5\":\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({aRFudLzur:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1a3cuff\",\"data-styles-preset\":\"iL4mo_Aba\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"FIPoMcQXM\"},motionChild:true,nodeId:\"BTJMjD6c2\",openInNewTab:false,scopeId:\"drIHigXcD\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1i2y5sp\",\"data-styles-preset\":\"m_vwWr_Gg\",children:\"Contact\"})})})})},cSDcpoI5E:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-6nk4w\",\"data-styles-preset\":\"gC9l31Wfp\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"FIPoMcQXM\"},motionChild:true,nodeId:\"BTJMjD6c2\",openInNewTab:false,scopeId:\"drIHigXcD\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7o64eb\",\"data-styles-preset\":\"aXcL9j9aF\",children:\"Contact\"})})})})},dPDLOnfuz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-6nk4w\",\"data-styles-preset\":\"gC9l31Wfp\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"FIPoMcQXM\"},motionChild:true,nodeId:\"BTJMjD6c2\",openInNewTab:false,scopeId:\"drIHigXcD\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7o64eb\",\"data-styles-preset\":\"aXcL9j9aF\",children:\"Contact\"})})})})},eACrRsxH3:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-6nk4w\",\"data-styles-preset\":\"gC9l31Wfp\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"FIPoMcQXM\"},motionChild:true,nodeId:\"BTJMjD6c2\",openInNewTab:false,scopeId:\"drIHigXcD\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7o64eb\",\"data-styles-preset\":\"aXcL9j9aF\",children:\"Contact\"})})})})},RG16AQhus:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1a3cuff\",\"data-styles-preset\":\"iL4mo_Aba\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"FIPoMcQXM\"},motionChild:true,nodeId:\"BTJMjD6c2\",openInNewTab:false,scopeId:\"drIHigXcD\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1i2y5sp\",\"data-styles-preset\":\"m_vwWr_Gg\",children:\"Contact\"})})})})},ZfZiZrTTw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h6,{className:\"framer-styles-preset-6nk4w\",\"data-styles-preset\":\"gC9l31Wfp\",style:{\"--framer-text-color\":\"var(--extracted-1w1cjl5, var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"FIPoMcQXM\"},motionChild:true,nodeId:\"BTJMjD6c2\",openInNewTab:false,scopeId:\"drIHigXcD\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-7o64eb\",\"data-styles-preset\":\"aXcL9j9aF\",children:\"Contact\"})})})})}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8ka8g4\",\"data-framer-name\":\"socials\",layoutDependency:layoutDependency,layoutId:\"F3TkV_nrv\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/biome_secret/\",motionChild:true,nodeId:\"yEwChF9Qd\",openInNewTab:false,scopeId:\"drIHigXcD\",...addPropertyOverrides({cSDcpoI5E:{openInNewTab:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionAWithScrollEnable7e45je,{className:\"framer-7e45je framer-1xsgdvi\",\"data-framer-name\":\"ig\",layoutDependency:layoutDependency,layoutId:\"yEwChF9Qd\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-16g0laq\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Ayx0p2B9m\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 2.161 C 15.206 2.161 15.586 2.175 16.847 2.231 C 18.019 2.283 18.652 2.48 19.073 2.644 C 19.631 2.859 20.034 3.122 20.452 3.539 C 20.873 3.961 21.131 4.359 21.347 4.917 C 21.511 5.339 21.708 5.977 21.759 7.144 C 21.816 8.409 21.83 8.789 21.83 11.991 C 21.83 15.197 21.816 15.577 21.759 16.837 C 21.708 18.009 21.511 18.642 21.347 19.064 C 21.131 19.622 20.869 20.025 20.452 20.442 C 20.03 20.864 19.631 21.122 19.073 21.337 C 18.652 21.502 18.014 21.698 16.847 21.75 C 15.581 21.806 15.202 21.82 12 21.82 C 8.794 21.82 8.414 21.806 7.153 21.75 C 5.981 21.698 5.348 21.502 4.927 21.337 C 4.369 21.122 3.966 20.859 3.548 20.442 C 3.127 20.02 2.869 19.622 2.653 19.064 C 2.489 18.642 2.292 18.005 2.241 16.837 C 2.184 15.572 2.17 15.192 2.17 11.991 C 2.17 8.784 2.184 8.405 2.241 7.144 C 2.292 5.972 2.489 5.339 2.653 4.917 C 2.869 4.359 3.131 3.956 3.548 3.539 C 3.97 3.117 4.369 2.859 4.927 2.644 C 5.348 2.48 5.986 2.283 7.153 2.231 C 8.414 2.175 8.794 2.161 12 2.161 Z M 12 0 C 8.742 0 8.334 0.014 7.055 0.07 C 5.78 0.127 4.903 0.333 4.144 0.628 C 3.352 0.938 2.681 1.345 2.016 2.016 C 1.345 2.681 0.938 3.352 0.628 4.139 C 0.333 4.903 0.127 5.775 0.07 7.05 C 0.014 8.334 0 8.742 0 12 C 0 15.258 0.014 15.666 0.07 16.945 C 0.127 18.22 0.333 19.097 0.628 19.856 C 0.938 20.648 1.345 21.319 2.016 21.984 C 2.681 22.65 3.352 23.063 4.139 23.367 C 4.903 23.662 5.775 23.869 7.05 23.925 C 8.33 23.981 8.737 23.995 11.995 23.995 C 15.253 23.995 15.661 23.981 16.941 23.925 C 18.216 23.869 19.092 23.662 19.852 23.367 C 20.639 23.063 21.309 22.65 21.975 21.984 C 22.641 21.319 23.053 20.648 23.358 19.861 C 23.653 19.097 23.859 18.225 23.916 16.95 C 23.972 15.67 23.986 15.263 23.986 12.005 C 23.986 8.747 23.972 8.339 23.916 7.059 C 23.859 5.784 23.653 4.908 23.358 4.148 C 23.063 3.352 22.655 2.681 21.984 2.016 C 21.319 1.35 20.648 0.938 19.861 0.633 C 19.097 0.338 18.225 0.131 16.95 0.075 C 15.666 0.014 15.258 0 12 0 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38)) /* {&quot;name&quot;:&quot;Dark green&quot;} */\"></path><path d=\"M 12 5.836 C 8.597 5.836 5.836 8.597 5.836 12 C 5.836 15.403 8.597 18.164 12 18.164 C 15.403 18.164 18.164 15.403 18.164 12 C 18.164 8.597 15.403 5.836 12 5.836 Z M 12 15.998 C 9.792 15.998 8.002 14.208 8.002 12 C 8.002 9.792 9.792 8.002 12 8.002 C 14.208 8.002 15.998 9.792 15.998 12 C 15.998 14.208 14.208 15.998 12 15.998 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38)) /* {&quot;name&quot;:&quot;Dark green&quot;} */\"></path><path d=\"M 19.847 5.592 C 19.847 6.389 19.2 7.031 18.408 7.031 C 17.611 7.031 16.969 6.384 16.969 5.592 C 16.969 4.795 17.616 4.153 18.408 4.153 C 19.2 4.153 19.847 4.8 19.847 5.592 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38)) /* {&quot;name&quot;:&quot;Dark green&quot;} */\"></path></svg>',svgContentId:10826334979,withExternalLayout:true})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.facebook.com/biomesecretog\",motionChild:true,nodeId:\"T47PUw9ru\",openInNewTab:false,scopeId:\"drIHigXcD\",...addPropertyOverrides({cSDcpoI5E:{openInNewTab:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionAWithScrollEnable198b4ei,{className:\"framer-198b4ei framer-1xsgdvi\",\"data-framer-name\":\"fb\",layoutDependency:layoutDependency,layoutId:\"T47PUw9ru\",whileHover:animation,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-txfs7g\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"nDvq3Om2i\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 12 0 C 5.373 0 0 5.373 0 12 C 0 17.627 3.875 22.35 9.101 23.647 L 9.101 15.667 L 6.627 15.667 L 6.627 12 L 9.101 12 L 9.101 10.42 C 9.101 6.335 10.95 4.442 14.96 4.442 C 15.72 4.442 17.032 4.592 17.569 4.74 L 17.569 8.065 C 17.285 8.035 16.793 8.02 16.182 8.02 C 14.215 8.02 13.454 8.765 13.454 10.703 L 13.454 12 L 17.374 12 L 16.701 15.667 L 13.454 15.667 L 13.454 23.912 C 19.396 23.195 24.001 18.135 24.001 12 C 24 5.373 18.627 0 12 0 Z\" fill=\"var(--token-4d524dc8-7956-41f7-abfb-9e7cc9d5c7eb, rgb(20, 63, 38)) /* {&quot;name&quot;:&quot;Dark green&quot;} */\"></path></svg>',svgContentId:9483629999,withExternalLayout:true})})})]})]}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ha15zz\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"PuSepIUQB\",style:{backgroundColor:\"var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, rgb(26, 26, 26))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,opacity:.1},variants:{aRFudLzur:{backgroundColor:\"var(--token-743372cc-26ea-42fd-8667-4764c833b191, rgb(255, 255, 255))\",opacity:.2},RG16AQhus:{backgroundColor:\"rgba(255, 255, 255, 0.2)\",opacity:1}}}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13jfdjv\",layoutDependency:layoutDependency,layoutId:\"wuOvTTE0q\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ppv72g-container\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"L8KhzhhZc-container\",nodeId:\"L8KhzhhZc\",rendersWithMotion:true,scopeId:\"drIHigXcD\",children:/*#__PURE__*/_jsx(UserIcon,{height:\"100%\",id:\"L8KhzhhZc\",layoutId:\"L8KhzhhZc\",style:{height:\"100%\",width:\"100%\"},toggle:false,width:\"100%\",...addPropertyOverrides({aRFudLzur:{toggle:true},RG16AQhus:{toggle:true}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-z1ujo4-container\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"lzXUVMU2R-container\",nodeId:\"lzXUVMU2R\",rendersWithMotion:true,scopeId:\"drIHigXcD\",children:/*#__PURE__*/_jsx(CartIcon,{height:\"100%\",id:\"lzXUVMU2R\",layoutId:\"lzXUVMU2R\",style:{height:\"100%\",width:\"100%\"},toggle:false,width:\"100%\",...addPropertyOverrides({aRFudLzur:{toggle:true},RG16AQhus:{toggle:true}},baseVariant,gestureVariant)})})})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-pW28u.framer-1xsgdvi, .framer-pW28u .framer-1xsgdvi { display: block; }\",\".framer-pW28u.framer-amcm62 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: 80px; justify-content: space-between; overflow: hidden; padding: 0px 32px 0px 32px; position: relative; width: 1440px; }\",\".framer-pW28u .framer-1pyizei { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-pW28u .framer-1bgau25 { flex: none; height: 32px; position: relative; text-decoration: none; width: 168px; }\",\".framer-pW28u .framer-1q4r9if { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 40px; min-width: 72px; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-pW28u .framer-g3xzcj { aspect-ratio: 1 / 1; flex: none; height: 40px; overflow: hidden; position: relative; width: var(--framer-aspect-ratio-supported, 40px); }\",\".framer-pW28u .framer-1dr75zc { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(62.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-pW28u .framer-8lga6u { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(37.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-pW28u .framer-1yjm7eh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-pW28u .framer-1ri6ex2-container, .framer-pW28u .framer-16g0laq, .framer-pW28u .framer-txfs7g, .framer-pW28u .framer-1ppv72g-container, .framer-pW28u .framer-z1ujo4-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-pW28u .framer-1tp7mnf-container { flex: none; height: 24px; position: relative; width: auto; }\",\".framer-pW28u .framer-1i9zt3n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-pW28u .framer-cu0gl2, .framer-pW28u .framer-13jfdjv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-pW28u .framer-qkdk3y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-pW28u .framer-1oul4gz-container, .framer-pW28u .framer-1md7kqz-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-pW28u .framer-1bmr17y, .framer-pW28u .framer-15i0zm1, .framer-pW28u .framer-no1vpr { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-pW28u .framer-8ka8g4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-pW28u .framer-7e45je, .framer-pW28u .framer-198b4ei { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-pW28u .framer-1ha15zz { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; max-width: 1300px; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pW28u .framer-1pyizei, .framer-pW28u .framer-1q4r9if, .framer-pW28u .framer-1yjm7eh, .framer-pW28u .framer-1i9zt3n, .framer-pW28u .framer-cu0gl2, .framer-pW28u .framer-qkdk3y, .framer-pW28u .framer-8ka8g4, .framer-pW28u .framer-7e45je, .framer-pW28u .framer-198b4ei, .framer-pW28u .framer-1ha15zz, .framer-pW28u .framer-13jfdjv { gap: 0px; } .framer-pW28u .framer-1pyizei > *, .framer-pW28u .framer-1ha15zz > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-pW28u .framer-1pyizei > :first-child, .framer-pW28u .framer-1q4r9if > :first-child, .framer-pW28u .framer-1yjm7eh > :first-child, .framer-pW28u .framer-1i9zt3n > :first-child, .framer-pW28u .framer-cu0gl2 > :first-child, .framer-pW28u .framer-qkdk3y > :first-child, .framer-pW28u .framer-8ka8g4 > :first-child, .framer-pW28u .framer-7e45je > :first-child, .framer-pW28u .framer-198b4ei > :first-child, .framer-pW28u .framer-1ha15zz > :first-child, .framer-pW28u .framer-13jfdjv > :first-child { margin-left: 0px; } .framer-pW28u .framer-1pyizei > :last-child, .framer-pW28u .framer-1q4r9if > :last-child, .framer-pW28u .framer-1yjm7eh > :last-child, .framer-pW28u .framer-1i9zt3n > :last-child, .framer-pW28u .framer-cu0gl2 > :last-child, .framer-pW28u .framer-qkdk3y > :last-child, .framer-pW28u .framer-8ka8g4 > :last-child, .framer-pW28u .framer-7e45je > :last-child, .framer-pW28u .framer-198b4ei > :last-child, .framer-pW28u .framer-1ha15zz > :last-child, .framer-pW28u .framer-13jfdjv > :last-child { margin-right: 0px; } .framer-pW28u .framer-1q4r9if > *, .framer-pW28u .framer-7e45je > *, .framer-pW28u .framer-198b4ei > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-pW28u .framer-1yjm7eh > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-pW28u .framer-1i9zt3n > *, .framer-pW28u .framer-cu0gl2 > *, .framer-pW28u .framer-13jfdjv > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-pW28u .framer-qkdk3y > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-pW28u .framer-8ka8g4 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } }\",\".framer-pW28u.framer-v-18mr517.framer-amcm62, .framer-pW28u.framer-v-3fsftz.framer-amcm62, .framer-pW28u.framer-v-fjyopx.framer-amcm62, .framer-pW28u.framer-v-fljkyf.framer-amcm62 { flex-direction: column; gap: 16px; height: 840px; justify-content: flex-start; min-height: calc(var(--framer-viewport-height, 100vh) * 1); padding: 8px 20px 8px 20px; width: 390px; }\",\".framer-pW28u.framer-v-18mr517 .framer-1pyizei, .framer-pW28u.framer-v-15vb5m2 .framer-1pyizei, .framer-pW28u.framer-v-3fsftz .framer-1pyizei, .framer-pW28u.framer-v-2hq7x4 .framer-1pyizei, .framer-pW28u.framer-v-1ob6om1 .framer-1pyizei, .framer-pW28u.framer-v-fjyopx .framer-1pyizei, .framer-pW28u.framer-v-p6zs8q .framer-1pyizei, .framer-pW28u.framer-v-fljkyf .framer-1pyizei { gap: unset; justify-content: space-between; width: 100%; }\",\".framer-pW28u.framer-v-18mr517 .framer-1bgau25, .framer-pW28u.framer-v-15vb5m2 .framer-1bgau25, .framer-pW28u.framer-v-3fsftz .framer-1bgau25, .framer-pW28u.framer-v-2hq7x4 .framer-1bgau25, .framer-pW28u.framer-v-1ob6om1 .framer-1bgau25, .framer-pW28u.framer-v-fjyopx .framer-1bgau25, .framer-pW28u.framer-v-p6zs8q .framer-1bgau25, .framer-pW28u.framer-v-fljkyf .framer-1bgau25 { height: 24px; width: 126px; }\",\".framer-pW28u.framer-v-18mr517 .framer-1q4r9if, .framer-pW28u.framer-v-15vb5m2 .framer-1q4r9if, .framer-pW28u.framer-v-3fsftz .framer-1q4r9if, .framer-pW28u.framer-v-2hq7x4 .framer-1q4r9if, .framer-pW28u.framer-v-1ob6om1 .framer-1q4r9if, .framer-pW28u.framer-v-fjyopx .framer-1q4r9if, .framer-pW28u.framer-v-p6zs8q .framer-1q4r9if, .framer-pW28u.framer-v-fljkyf .framer-1q4r9if { gap: 20px; min-height: unset; min-width: unset; }\",\".framer-pW28u.framer-v-18mr517 .framer-g3xzcj, .framer-pW28u.framer-v-15vb5m2 .framer-g3xzcj, .framer-pW28u.framer-v-3fsftz .framer-g3xzcj, .framer-pW28u.framer-v-2hq7x4 .framer-g3xzcj, .framer-pW28u.framer-v-1ob6om1 .framer-g3xzcj, .framer-pW28u.framer-v-fjyopx .framer-g3xzcj, .framer-pW28u.framer-v-p6zs8q .framer-g3xzcj, .framer-pW28u.framer-v-fljkyf .framer-g3xzcj { cursor: pointer; order: 1; }\",\".framer-pW28u.framer-v-18mr517 .framer-1dr75zc, .framer-pW28u.framer-v-18mr517 .framer-8lga6u, .framer-pW28u.framer-v-3fsftz .framer-1dr75zc, .framer-pW28u.framer-v-3fsftz .framer-8lga6u, .framer-pW28u.framer-v-fjyopx .framer-1dr75zc, .framer-pW28u.framer-v-fjyopx .framer-8lga6u, .framer-pW28u.framer-v-fljkyf .framer-1dr75zc, .framer-pW28u.framer-v-fljkyf .framer-8lga6u { top: calc(50.00000000000002% - 2px / 2); }\",\".framer-pW28u.framer-v-18mr517 .framer-1yjm7eh, .framer-pW28u.framer-v-15vb5m2 .framer-1yjm7eh, .framer-pW28u.framer-v-3fsftz .framer-1yjm7eh, .framer-pW28u.framer-v-2hq7x4 .framer-1yjm7eh, .framer-pW28u.framer-v-1ob6om1 .framer-1yjm7eh, .framer-pW28u.framer-v-fjyopx .framer-1yjm7eh, .framer-pW28u.framer-v-p6zs8q .framer-1yjm7eh, .framer-pW28u.framer-v-fljkyf .framer-1yjm7eh { gap: 24px; order: 0; }\",\".framer-pW28u.framer-v-18mr517 .framer-1ri6ex2-container, .framer-pW28u.framer-v-15vb5m2 .framer-1ri6ex2-container, .framer-pW28u.framer-v-3fsftz .framer-1ri6ex2-container, .framer-pW28u.framer-v-2hq7x4 .framer-1ri6ex2-container, .framer-pW28u.framer-v-1ob6om1 .framer-1ri6ex2-container, .framer-pW28u.framer-v-fjyopx .framer-1ri6ex2-container, .framer-pW28u.framer-v-p6zs8q .framer-1ri6ex2-container, .framer-pW28u.framer-v-fljkyf .framer-1ri6ex2-container { order: 1; }\",\".framer-pW28u.framer-v-18mr517 .framer-1tp7mnf-container, .framer-pW28u.framer-v-15vb5m2 .framer-1tp7mnf-container, .framer-pW28u.framer-v-3fsftz .framer-1tp7mnf-container, .framer-pW28u.framer-v-2hq7x4 .framer-1tp7mnf-container, .framer-pW28u.framer-v-1ob6om1 .framer-1tp7mnf-container, .framer-pW28u.framer-v-fjyopx .framer-1tp7mnf-container, .framer-pW28u.framer-v-p6zs8q .framer-1tp7mnf-container, .framer-pW28u.framer-v-fljkyf .framer-1tp7mnf-container { order: 0; width: 24px; }\",\".framer-pW28u.framer-v-18mr517 .framer-1i9zt3n, .framer-pW28u.framer-v-3fsftz .framer-1i9zt3n, .framer-pW28u.framer-v-fjyopx .framer-1i9zt3n, .framer-pW28u.framer-v-fljkyf .framer-1i9zt3n { align-content: flex-start; align-items: flex-start; flex: 1 0 0px; flex-direction: column; gap: 0px; height: 1px; justify-content: flex-start; padding: 24px 0px 0px 0px; width: 100%; }\",\".framer-pW28u.framer-v-18mr517 .framer-cu0gl2, .framer-pW28u.framer-v-3fsftz .framer-cu0gl2, .framer-pW28u.framer-v-fjyopx .framer-cu0gl2, .framer-pW28u.framer-v-fljkyf .framer-cu0gl2 { align-content: flex-start; align-items: flex-start; flex-direction: column; justify-content: flex-start; width: 100%; }\",\".framer-pW28u.framer-v-18mr517 .framer-qkdk3y, .framer-pW28u.framer-v-3fsftz .framer-qkdk3y, .framer-pW28u.framer-v-fjyopx .framer-qkdk3y, .framer-pW28u.framer-v-fljkyf .framer-qkdk3y { flex-direction: column; gap: 16px; width: 100%; }\",\".framer-pW28u.framer-v-18mr517 .framer-1oul4gz-container, .framer-pW28u.framer-v-18mr517 .framer-1md7kqz-container, .framer-pW28u.framer-v-3fsftz .framer-1oul4gz-container, .framer-pW28u.framer-v-3fsftz .framer-1md7kqz-container, .framer-pW28u.framer-v-fjyopx .framer-1oul4gz-container, .framer-pW28u.framer-v-fjyopx .framer-1md7kqz-container, .framer-pW28u.framer-v-fljkyf .framer-1oul4gz-container, .framer-pW28u.framer-v-fljkyf .framer-1md7kqz-container { width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pW28u.framer-v-18mr517.framer-amcm62, .framer-pW28u.framer-v-18mr517 .framer-1pyizei, .framer-pW28u.framer-v-18mr517 .framer-1q4r9if, .framer-pW28u.framer-v-18mr517 .framer-1yjm7eh, .framer-pW28u.framer-v-18mr517 .framer-1i9zt3n, .framer-pW28u.framer-v-18mr517 .framer-cu0gl2, .framer-pW28u.framer-v-18mr517 .framer-qkdk3y { gap: 0px; } .framer-pW28u.framer-v-18mr517.framer-amcm62 > *, .framer-pW28u.framer-v-18mr517 .framer-qkdk3y > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-pW28u.framer-v-18mr517.framer-amcm62 > :first-child, .framer-pW28u.framer-v-18mr517 .framer-1i9zt3n > :first-child, .framer-pW28u.framer-v-18mr517 .framer-cu0gl2 > :first-child, .framer-pW28u.framer-v-18mr517 .framer-qkdk3y > :first-child { margin-top: 0px; } .framer-pW28u.framer-v-18mr517.framer-amcm62 > :last-child, .framer-pW28u.framer-v-18mr517 .framer-1i9zt3n > :last-child, .framer-pW28u.framer-v-18mr517 .framer-cu0gl2 > :last-child, .framer-pW28u.framer-v-18mr517 .framer-qkdk3y > :last-child { margin-bottom: 0px; } .framer-pW28u.framer-v-18mr517 .framer-1pyizei > *, .framer-pW28u.framer-v-18mr517 .framer-1pyizei > :first-child, .framer-pW28u.framer-v-18mr517 .framer-1pyizei > :last-child { margin: 0px; } .framer-pW28u.framer-v-18mr517 .framer-1q4r9if > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-pW28u.framer-v-18mr517 .framer-1q4r9if > :first-child, .framer-pW28u.framer-v-18mr517 .framer-1yjm7eh > :first-child { margin-left: 0px; } .framer-pW28u.framer-v-18mr517 .framer-1q4r9if > :last-child, .framer-pW28u.framer-v-18mr517 .framer-1yjm7eh > :last-child { margin-right: 0px; } .framer-pW28u.framer-v-18mr517 .framer-1yjm7eh > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-pW28u.framer-v-18mr517 .framer-1i9zt3n > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-pW28u.framer-v-18mr517 .framer-cu0gl2 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",\".framer-pW28u.framer-v-1pidjga.framer-amcm62, .framer-pW28u.framer-v-9f8ktr.framer-amcm62 { width: 1000px; }\",\".framer-pW28u.framer-v-15vb5m2.framer-amcm62, .framer-pW28u.framer-v-2hq7x4.framer-amcm62, .framer-pW28u.framer-v-1ob6om1.framer-amcm62, .framer-pW28u.framer-v-p6zs8q.framer-amcm62 { flex-direction: column; gap: 16px; height: min-content; justify-content: flex-start; padding: 8px 20px 8px 20px; width: 390px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pW28u.framer-v-15vb5m2.framer-amcm62, .framer-pW28u.framer-v-15vb5m2 .framer-1pyizei, .framer-pW28u.framer-v-15vb5m2 .framer-1q4r9if, .framer-pW28u.framer-v-15vb5m2 .framer-1yjm7eh { gap: 0px; } .framer-pW28u.framer-v-15vb5m2.framer-amcm62 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-pW28u.framer-v-15vb5m2.framer-amcm62 > :first-child { margin-top: 0px; } .framer-pW28u.framer-v-15vb5m2.framer-amcm62 > :last-child { margin-bottom: 0px; } .framer-pW28u.framer-v-15vb5m2 .framer-1pyizei > *, .framer-pW28u.framer-v-15vb5m2 .framer-1pyizei > :first-child, .framer-pW28u.framer-v-15vb5m2 .framer-1pyizei > :last-child { margin: 0px; } .framer-pW28u.framer-v-15vb5m2 .framer-1q4r9if > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-pW28u.framer-v-15vb5m2 .framer-1q4r9if > :first-child, .framer-pW28u.framer-v-15vb5m2 .framer-1yjm7eh > :first-child { margin-left: 0px; } .framer-pW28u.framer-v-15vb5m2 .framer-1q4r9if > :last-child, .framer-pW28u.framer-v-15vb5m2 .framer-1yjm7eh > :last-child { margin-right: 0px; } .framer-pW28u.framer-v-15vb5m2 .framer-1yjm7eh > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pW28u.framer-v-3fsftz.framer-amcm62, .framer-pW28u.framer-v-3fsftz .framer-1pyizei, .framer-pW28u.framer-v-3fsftz .framer-1q4r9if, .framer-pW28u.framer-v-3fsftz .framer-1yjm7eh, .framer-pW28u.framer-v-3fsftz .framer-1i9zt3n, .framer-pW28u.framer-v-3fsftz .framer-cu0gl2, .framer-pW28u.framer-v-3fsftz .framer-qkdk3y { gap: 0px; } .framer-pW28u.framer-v-3fsftz.framer-amcm62 > *, .framer-pW28u.framer-v-3fsftz .framer-qkdk3y > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-pW28u.framer-v-3fsftz.framer-amcm62 > :first-child, .framer-pW28u.framer-v-3fsftz .framer-1i9zt3n > :first-child, .framer-pW28u.framer-v-3fsftz .framer-cu0gl2 > :first-child, .framer-pW28u.framer-v-3fsftz .framer-qkdk3y > :first-child { margin-top: 0px; } .framer-pW28u.framer-v-3fsftz.framer-amcm62 > :last-child, .framer-pW28u.framer-v-3fsftz .framer-1i9zt3n > :last-child, .framer-pW28u.framer-v-3fsftz .framer-cu0gl2 > :last-child, .framer-pW28u.framer-v-3fsftz .framer-qkdk3y > :last-child { margin-bottom: 0px; } .framer-pW28u.framer-v-3fsftz .framer-1pyizei > *, .framer-pW28u.framer-v-3fsftz .framer-1pyizei > :first-child, .framer-pW28u.framer-v-3fsftz .framer-1pyizei > :last-child { margin: 0px; } .framer-pW28u.framer-v-3fsftz .framer-1q4r9if > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-pW28u.framer-v-3fsftz .framer-1q4r9if > :first-child, .framer-pW28u.framer-v-3fsftz .framer-1yjm7eh > :first-child { margin-left: 0px; } .framer-pW28u.framer-v-3fsftz .framer-1q4r9if > :last-child, .framer-pW28u.framer-v-3fsftz .framer-1yjm7eh > :last-child { margin-right: 0px; } .framer-pW28u.framer-v-3fsftz .framer-1yjm7eh > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-pW28u.framer-v-3fsftz .framer-1i9zt3n > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-pW28u.framer-v-3fsftz .framer-cu0gl2 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pW28u.framer-v-2hq7x4.framer-amcm62, .framer-pW28u.framer-v-2hq7x4 .framer-1pyizei, .framer-pW28u.framer-v-2hq7x4 .framer-1q4r9if, .framer-pW28u.framer-v-2hq7x4 .framer-1yjm7eh { gap: 0px; } .framer-pW28u.framer-v-2hq7x4.framer-amcm62 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-pW28u.framer-v-2hq7x4.framer-amcm62 > :first-child { margin-top: 0px; } .framer-pW28u.framer-v-2hq7x4.framer-amcm62 > :last-child { margin-bottom: 0px; } .framer-pW28u.framer-v-2hq7x4 .framer-1pyizei > *, .framer-pW28u.framer-v-2hq7x4 .framer-1pyizei > :first-child, .framer-pW28u.framer-v-2hq7x4 .framer-1pyizei > :last-child { margin: 0px; } .framer-pW28u.framer-v-2hq7x4 .framer-1q4r9if > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-pW28u.framer-v-2hq7x4 .framer-1q4r9if > :first-child, .framer-pW28u.framer-v-2hq7x4 .framer-1yjm7eh > :first-child { margin-left: 0px; } .framer-pW28u.framer-v-2hq7x4 .framer-1q4r9if > :last-child, .framer-pW28u.framer-v-2hq7x4 .framer-1yjm7eh > :last-child { margin-right: 0px; } .framer-pW28u.framer-v-2hq7x4 .framer-1yjm7eh > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pW28u.framer-v-1ob6om1.framer-amcm62, .framer-pW28u.framer-v-1ob6om1 .framer-1pyizei, .framer-pW28u.framer-v-1ob6om1 .framer-1q4r9if, .framer-pW28u.framer-v-1ob6om1 .framer-1yjm7eh { gap: 0px; } .framer-pW28u.framer-v-1ob6om1.framer-amcm62 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-pW28u.framer-v-1ob6om1.framer-amcm62 > :first-child { margin-top: 0px; } .framer-pW28u.framer-v-1ob6om1.framer-amcm62 > :last-child { margin-bottom: 0px; } .framer-pW28u.framer-v-1ob6om1 .framer-1pyizei > *, .framer-pW28u.framer-v-1ob6om1 .framer-1pyizei > :first-child, .framer-pW28u.framer-v-1ob6om1 .framer-1pyizei > :last-child { margin: 0px; } .framer-pW28u.framer-v-1ob6om1 .framer-1q4r9if > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-pW28u.framer-v-1ob6om1 .framer-1q4r9if > :first-child, .framer-pW28u.framer-v-1ob6om1 .framer-1yjm7eh > :first-child { margin-left: 0px; } .framer-pW28u.framer-v-1ob6om1 .framer-1q4r9if > :last-child, .framer-pW28u.framer-v-1ob6om1 .framer-1yjm7eh > :last-child { margin-right: 0px; } .framer-pW28u.framer-v-1ob6om1 .framer-1yjm7eh > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pW28u.framer-v-fjyopx.framer-amcm62, .framer-pW28u.framer-v-fjyopx .framer-1pyizei, .framer-pW28u.framer-v-fjyopx .framer-1q4r9if, .framer-pW28u.framer-v-fjyopx .framer-1yjm7eh, .framer-pW28u.framer-v-fjyopx .framer-1i9zt3n, .framer-pW28u.framer-v-fjyopx .framer-cu0gl2, .framer-pW28u.framer-v-fjyopx .framer-qkdk3y { gap: 0px; } .framer-pW28u.framer-v-fjyopx.framer-amcm62 > *, .framer-pW28u.framer-v-fjyopx .framer-qkdk3y > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-pW28u.framer-v-fjyopx.framer-amcm62 > :first-child, .framer-pW28u.framer-v-fjyopx .framer-1i9zt3n > :first-child, .framer-pW28u.framer-v-fjyopx .framer-cu0gl2 > :first-child, .framer-pW28u.framer-v-fjyopx .framer-qkdk3y > :first-child { margin-top: 0px; } .framer-pW28u.framer-v-fjyopx.framer-amcm62 > :last-child, .framer-pW28u.framer-v-fjyopx .framer-1i9zt3n > :last-child, .framer-pW28u.framer-v-fjyopx .framer-cu0gl2 > :last-child, .framer-pW28u.framer-v-fjyopx .framer-qkdk3y > :last-child { margin-bottom: 0px; } .framer-pW28u.framer-v-fjyopx .framer-1pyizei > *, .framer-pW28u.framer-v-fjyopx .framer-1pyizei > :first-child, .framer-pW28u.framer-v-fjyopx .framer-1pyizei > :last-child { margin: 0px; } .framer-pW28u.framer-v-fjyopx .framer-1q4r9if > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-pW28u.framer-v-fjyopx .framer-1q4r9if > :first-child, .framer-pW28u.framer-v-fjyopx .framer-1yjm7eh > :first-child { margin-left: 0px; } .framer-pW28u.framer-v-fjyopx .framer-1q4r9if > :last-child, .framer-pW28u.framer-v-fjyopx .framer-1yjm7eh > :last-child { margin-right: 0px; } .framer-pW28u.framer-v-fjyopx .framer-1yjm7eh > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-pW28u.framer-v-fjyopx .framer-1i9zt3n > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-pW28u.framer-v-fjyopx .framer-cu0gl2 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pW28u.framer-v-p6zs8q.framer-amcm62, .framer-pW28u.framer-v-p6zs8q .framer-1pyizei, .framer-pW28u.framer-v-p6zs8q .framer-1q4r9if, .framer-pW28u.framer-v-p6zs8q .framer-1yjm7eh { gap: 0px; } .framer-pW28u.framer-v-p6zs8q.framer-amcm62 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-pW28u.framer-v-p6zs8q.framer-amcm62 > :first-child { margin-top: 0px; } .framer-pW28u.framer-v-p6zs8q.framer-amcm62 > :last-child { margin-bottom: 0px; } .framer-pW28u.framer-v-p6zs8q .framer-1pyizei > *, .framer-pW28u.framer-v-p6zs8q .framer-1pyizei > :first-child, .framer-pW28u.framer-v-p6zs8q .framer-1pyizei > :last-child { margin: 0px; } .framer-pW28u.framer-v-p6zs8q .framer-1q4r9if > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-pW28u.framer-v-p6zs8q .framer-1q4r9if > :first-child, .framer-pW28u.framer-v-p6zs8q .framer-1yjm7eh > :first-child { margin-left: 0px; } .framer-pW28u.framer-v-p6zs8q .framer-1q4r9if > :last-child, .framer-pW28u.framer-v-p6zs8q .framer-1yjm7eh > :last-child { margin-right: 0px; } .framer-pW28u.framer-v-p6zs8q .framer-1yjm7eh > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pW28u.framer-v-fljkyf.framer-amcm62, .framer-pW28u.framer-v-fljkyf .framer-1pyizei, .framer-pW28u.framer-v-fljkyf .framer-1q4r9if, .framer-pW28u.framer-v-fljkyf .framer-1yjm7eh, .framer-pW28u.framer-v-fljkyf .framer-1i9zt3n, .framer-pW28u.framer-v-fljkyf .framer-cu0gl2, .framer-pW28u.framer-v-fljkyf .framer-qkdk3y { gap: 0px; } .framer-pW28u.framer-v-fljkyf.framer-amcm62 > *, .framer-pW28u.framer-v-fljkyf .framer-qkdk3y > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-pW28u.framer-v-fljkyf.framer-amcm62 > :first-child, .framer-pW28u.framer-v-fljkyf .framer-1i9zt3n > :first-child, .framer-pW28u.framer-v-fljkyf .framer-cu0gl2 > :first-child, .framer-pW28u.framer-v-fljkyf .framer-qkdk3y > :first-child { margin-top: 0px; } .framer-pW28u.framer-v-fljkyf.framer-amcm62 > :last-child, .framer-pW28u.framer-v-fljkyf .framer-1i9zt3n > :last-child, .framer-pW28u.framer-v-fljkyf .framer-cu0gl2 > :last-child, .framer-pW28u.framer-v-fljkyf .framer-qkdk3y > :last-child { margin-bottom: 0px; } .framer-pW28u.framer-v-fljkyf .framer-1pyizei > *, .framer-pW28u.framer-v-fljkyf .framer-1pyizei > :first-child, .framer-pW28u.framer-v-fljkyf .framer-1pyizei > :last-child { margin: 0px; } .framer-pW28u.framer-v-fljkyf .framer-1q4r9if > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-pW28u.framer-v-fljkyf .framer-1q4r9if > :first-child, .framer-pW28u.framer-v-fljkyf .framer-1yjm7eh > :first-child { margin-left: 0px; } .framer-pW28u.framer-v-fljkyf .framer-1q4r9if > :last-child, .framer-pW28u.framer-v-fljkyf .framer-1yjm7eh > :last-child { margin-right: 0px; } .framer-pW28u.framer-v-fljkyf .framer-1yjm7eh > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-pW28u.framer-v-fljkyf .framer-1i9zt3n > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-pW28u.framer-v-fljkyf .framer-cu0gl2 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 80\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"cSDcpoI5E\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",null]},\"kQ4KbfiBw\":{\"layout\":[\"fixed\",\"fixed\"]},\"aRFudLzur\":{\"layout\":[\"fixed\",\"fixed\"]},\"RG16AQhus\":{\"layout\":[\"fixed\",\"fixed\"]},\"tbKL6TVfN\":{\"layout\":[\"fixed\",\"auto\"]},\"dPDLOnfuz\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",null]},\"MW0ukFWGE\":{\"layout\":[\"fixed\",\"auto\"]},\"PSXNecVZ8\":{\"layout\":[\"fixed\",\"auto\"]},\"ZfZiZrTTw\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",null]},\"biextNKsG\":{\"layout\":[\"fixed\",\"auto\"]},\"eACrRsxH3\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,\"100vh\",null]}}}\n * @framerVariables {\"Atw2qKFbf\":\"productButtonsVisible\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerdrIHigXcD=withCSS(Component,css,\"framer-pW28u\");export default FramerdrIHigXcD;FramerdrIHigXcD.displayName=\"Section / Header\";FramerdrIHigXcD.defaultProps={height:80,width:1440};addPropertyControls(FramerdrIHigXcD,{variant:{options:[\"Ix8DC7cEn\",\"cSDcpoI5E\",\"kQ4KbfiBw\",\"aRFudLzur\",\"RG16AQhus\",\"tbKL6TVfN\",\"dPDLOnfuz\",\"MW0ukFWGE\",\"PSXNecVZ8\",\"ZfZiZrTTw\",\"biextNKsG\",\"eACrRsxH3\"],optionTitles:[\"Desktop\",\"Mobile - Transparent Opened\",\"Tablet\",\"Desktop - Transparent\",\"Tablet - Transparent\",\"Mobile - Transparent\",\"Shake Opened\",\"Shake Closed\",\"Meta Closed\",\"Meta opened\",\"Mobile - Closed\",\"Mobile - Opened\"],title:\"Variant\",type:ControlType.Enum},Atw2qKFbf:{defaultValue:true,title:\"Product Buttons Visible\",type:ControlType.Boolean}});addFonts(FramerdrIHigXcD,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...CartIconFonts,...UserIconFonts,...ProductButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdrIHigXcD\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerVariables\":\"{\\\"Atw2qKFbf\\\":\\\"productButtonsVisible\\\"}\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"cSDcpoI5E\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]},\\\"kQ4KbfiBw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"aRFudLzur\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"RG16AQhus\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tbKL6TVfN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dPDLOnfuz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]},\\\"MW0ukFWGE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PSXNecVZ8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZfZiZrTTw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]},\\\"biextNKsG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"eACrRsxH3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,\\\"100vh\\\",null]}}}\",\"framerIntrinsicHeight\":\"80\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9d598a4)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Gilroy Semibold\",\"CUSTOM;Gilroy Bold\",\"CUSTOM;Gilroy Bold Italic\",\"CUSTOM;Gilroy Semibold Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Gilroy Semibold\",source:\"custom\",url:\"https://framerusercontent.com/assets/I0KnNe3H7q8cQ7Cmv56a1ETYQc.woff2\"},{family:\"Gilroy Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/pyhLQSpWITo3sxhCRFPYZDuUs.woff2\"},{family:\"Gilroy Bold Italic\",source:\"custom\",url:\"https://framerusercontent.com/assets/gRUmVHEIzfJtvmCAYTroLQFxE.woff2\"},{family:\"Gilroy Semibold Italic\",source:\"custom\",url:\"https://framerusercontent.com/assets/2YN6NZy3XuTJoZi7K1dFYhes.woff2\"}]}];export const css=['.framer-yyyL5 .framer-styles-preset-1y42j2a:not(.rich-text-wrapper), .framer-yyyL5 .framer-styles-preset-1y42j2a.rich-text-wrapper h5 { --framer-font-family: \"Gilroy Semibold\", \"Gilroy Semibold Placeholder\", sans-serif; --framer-font-family-bold: \"Gilroy Bold\", \"Gilroy Bold Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Gilroy Bold Italic\", \"Gilroy Bold Italic Placeholder\", sans-serif; --framer-font-family-italic: \"Gilroy Semibold Italic\", \"Gilroy Semibold Italic Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 30px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 24px; --framer-text-alignment: left; --framer-text-color: var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 1200px) { .framer-yyyL5 .framer-styles-preset-1y42j2a:not(.rich-text-wrapper), .framer-yyyL5 .framer-styles-preset-1y42j2a.rich-text-wrapper h5 { --framer-font-family: \"Gilroy Semibold\", \"Gilroy Semibold Placeholder\", sans-serif; --framer-font-family-bold: \"Gilroy Bold\", \"Gilroy Bold Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Gilroy Bold Italic\", \"Gilroy Bold Italic Placeholder\", sans-serif; --framer-font-family-italic: \"Gilroy Semibold Italic\", \"Gilroy Semibold Italic Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 30px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 8px; --framer-text-alignment: left; --framer-text-color: var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1199px) and (min-width: 810px) { .framer-yyyL5 .framer-styles-preset-1y42j2a:not(.rich-text-wrapper), .framer-yyyL5 .framer-styles-preset-1y42j2a.rich-text-wrapper h5 { --framer-font-family: \"Gilroy Semibold\", \"Gilroy Semibold Placeholder\", sans-serif; --framer-font-family-bold: \"Gilroy Bold\", \"Gilroy Bold Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Gilroy Bold Italic\", \"Gilroy Bold Italic Placeholder\", sans-serif; --framer-font-family-italic: \"Gilroy Semibold Italic\", \"Gilroy Semibold Italic Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 30px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 24px; --framer-text-alignment: left; --framer-text-color: var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-yyyL5 .framer-styles-preset-1y42j2a:not(.rich-text-wrapper), .framer-yyyL5 .framer-styles-preset-1y42j2a.rich-text-wrapper h5 { --framer-font-family: \"Gilroy Semibold\", \"Gilroy Semibold Placeholder\", sans-serif; --framer-font-family-bold: \"Gilroy Bold\", \"Gilroy Bold Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Gilroy Bold Italic\", \"Gilroy Bold Italic Placeholder\", sans-serif; --framer-font-family-italic: \"Gilroy Semibold Italic\", \"Gilroy Semibold Italic Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: -0.01em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 24px; --framer-text-alignment: left; --framer-text-color: var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-yyyL5\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9d598a4)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Gilroy Medium\",\"CUSTOM;Gilroy Semibold\",\"CUSTOM;Gilroy Semibold Italic\",\"CUSTOM;Gilroy Medium Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Gilroy Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/MX4NFokilrhBIM79HejBYHVxyec.woff2\"},{family:\"Gilroy Semibold\",source:\"custom\",url:\"https://framerusercontent.com/assets/I0KnNe3H7q8cQ7Cmv56a1ETYQc.woff2\"},{family:\"Gilroy Semibold Italic\",source:\"custom\",url:\"https://framerusercontent.com/assets/2YN6NZy3XuTJoZi7K1dFYhes.woff2\"},{family:\"Gilroy Medium Italic\",source:\"custom\",url:\"https://framerusercontent.com/assets/VK4y5ty3xT1lbg8GMwEnYYpqFU.woff2\"}]}];export const css=['.framer-AFm8y .framer-styles-preset-1hvacj9:not(.rich-text-wrapper), .framer-AFm8y .framer-styles-preset-1hvacj9.rich-text-wrapper p { --framer-font-family: \"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif; --framer-font-family-bold: \"Gilroy Semibold\", \"Gilroy Semibold Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Gilroy Semibold Italic\", \"Gilroy Semibold Italic Placeholder\", sans-serif; --framer-font-family-italic: \"Gilroy Medium Italic\", \"Gilroy Medium Italic Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 14px; --framer-text-alignment: left; --framer-text-color: var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 1200px) { .framer-AFm8y .framer-styles-preset-1hvacj9:not(.rich-text-wrapper), .framer-AFm8y .framer-styles-preset-1hvacj9.rich-text-wrapper p { --framer-font-family: \"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif; --framer-font-family-bold: \"Gilroy Semibold\", \"Gilroy Semibold Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Gilroy Semibold Italic\", \"Gilroy Semibold Italic Placeholder\", sans-serif; --framer-font-family-italic: \"Gilroy Medium Italic\", \"Gilroy Medium Italic Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1199px) and (min-width: 810px) { .framer-AFm8y .framer-styles-preset-1hvacj9:not(.rich-text-wrapper), .framer-AFm8y .framer-styles-preset-1hvacj9.rich-text-wrapper p { --framer-font-family: \"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif; --framer-font-family-bold: \"Gilroy Semibold\", \"Gilroy Semibold Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Gilroy Semibold Italic\", \"Gilroy Semibold Italic Placeholder\", sans-serif; --framer-font-family-italic: \"Gilroy Medium Italic\", \"Gilroy Medium Italic Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 14px; --framer-text-alignment: left; --framer-text-color: var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-AFm8y .framer-styles-preset-1hvacj9:not(.rich-text-wrapper), .framer-AFm8y .framer-styles-preset-1hvacj9.rich-text-wrapper p { --framer-font-family: \"Gilroy Medium\", \"Gilroy Medium Placeholder\", sans-serif; --framer-font-family-bold: \"Gilroy Semibold\", \"Gilroy Semibold Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Gilroy Semibold Italic\", \"Gilroy Semibold Italic Placeholder\", sans-serif; --framer-font-family-italic: \"Gilroy Medium Italic\", \"Gilroy Medium Italic Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 14px; --framer-text-alignment: left; --framer-text-color: var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-AFm8y\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9d598a4)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Gilroy Semibold\",\"CUSTOM;Gilroy Bold\",\"CUSTOM;Gilroy Bold Italic\",\"CUSTOM;Gilroy Semibold Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Gilroy Semibold\",source:\"custom\",url:\"https://framerusercontent.com/assets/I0KnNe3H7q8cQ7Cmv56a1ETYQc.woff2\"},{family:\"Gilroy Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/pyhLQSpWITo3sxhCRFPYZDuUs.woff2\"},{family:\"Gilroy Bold Italic\",source:\"custom\",url:\"https://framerusercontent.com/assets/gRUmVHEIzfJtvmCAYTroLQFxE.woff2\"},{family:\"Gilroy Semibold Italic\",source:\"custom\",url:\"https://framerusercontent.com/assets/2YN6NZy3XuTJoZi7K1dFYhes.woff2\"}]}];export const css=['.framer-jhulY .framer-styles-preset-14o179:not(.rich-text-wrapper), .framer-jhulY .framer-styles-preset-14o179.rich-text-wrapper h4 { --framer-font-family: \"Gilroy Semibold\", \"Gilroy Semibold Placeholder\", sans-serif; --framer-font-family-bold: \"Gilroy Bold\", \"Gilroy Bold Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Gilroy Bold Italic\", \"Gilroy Bold Italic Placeholder\", sans-serif; --framer-font-family-italic: \"Gilroy Semibold Italic\", \"Gilroy Semibold Italic Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 24px; --framer-text-alignment: left; --framer-text-color: var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 1200px) { .framer-jhulY .framer-styles-preset-14o179:not(.rich-text-wrapper), .framer-jhulY .framer-styles-preset-14o179.rich-text-wrapper h4 { --framer-font-family: \"Gilroy Semibold\", \"Gilroy Semibold Placeholder\", sans-serif; --framer-font-family-bold: \"Gilroy Bold\", \"Gilroy Bold Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Gilroy Bold Italic\", \"Gilroy Bold Italic Placeholder\", sans-serif; --framer-font-family-italic: \"Gilroy Semibold Italic\", \"Gilroy Semibold Italic Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 8px; --framer-text-alignment: left; --framer-text-color: var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1199px) and (min-width: 810px) { .framer-jhulY .framer-styles-preset-14o179:not(.rich-text-wrapper), .framer-jhulY .framer-styles-preset-14o179.rich-text-wrapper h4 { --framer-font-family: \"Gilroy Semibold\", \"Gilroy Semibold Placeholder\", sans-serif; --framer-font-family-bold: \"Gilroy Bold\", \"Gilroy Bold Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Gilroy Bold Italic\", \"Gilroy Bold Italic Placeholder\", sans-serif; --framer-font-family-italic: \"Gilroy Semibold Italic\", \"Gilroy Semibold Italic Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 24px; --framer-text-alignment: left; --framer-text-color: var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-jhulY .framer-styles-preset-14o179:not(.rich-text-wrapper), .framer-jhulY .framer-styles-preset-14o179.rich-text-wrapper h4 { --framer-font-family: \"Gilroy Semibold\", \"Gilroy Semibold Placeholder\", sans-serif; --framer-font-family-bold: \"Gilroy Bold\", \"Gilroy Bold Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Gilroy Bold Italic\", \"Gilroy Bold Italic Placeholder\", sans-serif; --framer-font-family-italic: \"Gilroy Semibold Italic\", \"Gilroy Semibold Italic Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: normal; --framer-font-style-italic: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 400; --framer-font-weight-bold-italic: 400; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 24px; --framer-text-alignment: left; --framer-text-color: var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-jhulY\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (013b13c)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Gilroy Bold\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Gilroy Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/pyhLQSpWITo3sxhCRFPYZDuUs.woff2\"}]}];export const css=['.framer-9sjV5 .framer-styles-preset-9uvyd3:not(.rich-text-wrapper), .framer-9sjV5 .framer-styles-preset-9uvyd3.rich-text-wrapper p { --framer-font-family: \"Gilroy Bold\", \"Gilroy Bold Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.02em; --framer-line-height: 1.25em; --framer-paragraph-spacing: 16px; --framer-text-alignment: left; --framer-text-color: var(--token-657e5272-e8f8-498f-9097-d0e8c9bfe695, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; }'];export const className=\"framer-9sjV5\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["EmptyCartContext", "z", "withProvider", "Component", "Y", "props", "ref", "isCartEmpty", "setIsCartEmpty", "ye", "isCartLoading", "setIsCartLoading", "p", "emptyState", "useEmptyCart", "context", "re", "CartStyles", "props", "p", "LoadingCircle", "size", "color", "u", "p", "LoadingLine", "Pills", "isChecked", "setIsChecked", "ye", "addPillsToCart", "isCartUpdating", "isSubscription", "useCart", "u", "p", "e", "CartContext", "z", "HIDDEN_PRODUCT_IDS", "PERSISTENT_ATTRIBUTE", "getStoredCartId", "setStoredCartId", "cartId", "getCurrencySymbol", "currencyCode", "part", "isHiddenProduct", "variantId", "id", "filterVisibleCartItems", "cartLines", "item", "calculateVisibleCartCount", "total", "calculateVisibleCartAmount", "getCart", "window", "isPillsInCart", "pillsProductTitle", "analyzeCartSubscriptionOptions", "isSubscriptionInCart", "subscriptionPlanId", "planFrequency", "planId", "mostFrequentPlan", "maxFrequency", "frequency", "CartIcon", "props", "totalCount", "setTotalCount", "ye", "ue", "getCartData", "cart", "visibleCount", "u", "p", "addPropertyControls", "ControlType", "CartTotal", "upsell", "isCheckoutLoading", "setIsCheckoutLoading", "totalAmount", "setCartLines", "setCheckoutLink", "checkoutLink", "isCartUpdating", "setTotalAmount", "setIsCartUpdating", "setIsCartLoading", "setIsUpgraded", "useCart", "enforceHiddenItem", "mutation", "variables", "result", "refreshCartResponse", "error", "handleCheckout", "CartStyles", "LoadingLine", "LoadingCircle", "l", "CartList", "setIsSubscription", "handleUpdateQuantity", "lineId", "newQuantity", "onComplete", "line", "response", "purchaseType", "planOrVariantId", "visibleCartLines", "index", "CartItem", "onUpdateQuantity", "merchandise", "quantity", "sellingPlanAllocation", "isCartItemLoading", "setIsCartItemLoading", "handleIncrement", "handleDecrement", "handleRemove", "CartWidget", "isUpgraded", "isSubscription", "isCartLoading", "useEmptyCart", "isCartEmpty", "setIsCartEmpty", "createCartMutation", "pillsExists", "addPillsToCart", "refreshedCart", "Pills", "context", "re", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "BurgerContext", "z", "withScrollEnable", "Component", "Y", "props", "ref", "enableScroll", "useBurger", "p", "useBurger", "context", "re", "BurgerContext", "UserIcon", "props", "p", "window", "u", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "link", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "WV4JlF34p", "XQMtEIC9R", "bM79T_6h2", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapjlijfh", "args", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "LayoutGroup", "Link", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramertB8bLvg8u", "withCSS", "tB8bLvg8u_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "CartIconFonts", "getFonts", "CartIcon", "UserIconFonts", "UserIcon", "ProductButtonFonts", "tB8bLvg8u_default", "MotionAWithScrollEnable7e45je", "withCodeBoundaryForOverrides", "motion", "withScrollEnable", "MotionAWithScrollEnable198b4ei", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transition3", "transition4", "animation", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "productButtonsVisible", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "Atw2qKFbf", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap19aj28i", "args", "onTap1wtg3mf", "onTaplqcc6h", "onTap1svumuu", "onTapp0eb4p", "onTap1okbfxn", "onTapqdm0kr", "onTap1wkreuq", "XQMtEIC9Rlqcc6h", "XQMtEIC9R1okbfxn", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "router", "useRouter", "isDisplayed2", "isDisplayed3", "LayoutGroup", "u", "Link", "SVG", "ComponentViewportProvider", "SmartComponentScopedContainer", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "RichText2", "css", "FramerdrIHigXcD", "withCSS", "drIHigXcD_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className"]
}
