{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/y8ckmFmPFgZ5Nzn1PrR2/KfgPvKdX858L9MQVojpx/SocialShare.js", "ssg:https://framerusercontent.com/modules/jRZHsZvPd18wupNmSbkv/NsPdDZcqIovgpjlxNU1v/KRwy2aAfk.js", "ssg:https://framerusercontent.com/modules/lxLajjeuHHSRQJf59dGH/6Bg40U4TtSnGRHvqQvol/mjAp5mWzX.js", "ssg:https://framerusercontent.com/modules/f7ffRjSs7FwYpELghOg2/FqPujEG2JUmexwF8dWWT/plP3pNrOe.js", "ssg:https://framerusercontent.com/modules/7Z8QX5hdKHR8NMC2cYfj/ukSkf5OqX9nKDgfbdNQ2/hCj3pkIRs.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{useEffect,useState}from\"react\";import{addPropertyControls,ControlType,Color}from\"framer\";const BRAND_COLORS={facebook:\"#0866FF\",twitter:\"#000\",linkedIn:\"#0A66C2\",reddit:\"#FF4500\",pinterest:\"#BD081C\",whatsApp:\"#25D366\",email:\"#000\",copyUrl:\"#000\"};const PLATFORM_NAMES=[\"Facebook\",\"Twitter / X\",\"LinkedIn\",\"Reddit\",\"Pinterest\",\"WhatsApp\",\"Email\",\"Copy URL\"];export default function SocialShare(props){const{type,colors,iconSize,border}=props;const[shareUrl,setShareUrl]=useState(props.shareLink==\"url\"?props.shareUrl:\"\");const encodedUrl=encodeURIComponent(shareUrl);const borderRadius=props.radiusIsMixed?`${props.radiusTopLeft}px ${props.radiusTopRight}px ${props.radiusBottomRight}px ${props.radiusBottomLeft}px`:`${props.radius}px`;useEffect(()=>{if(props.shareLink==\"currentPage\"){setShareUrl(window.location.href);}},[]);let linkUrl=\"\";switch(type){case\"facebook\":linkUrl=`https://www.facebook.com/sharer/sharer.php?u=${encodedUrl}`;break;case\"twitter\":linkUrl=`https://twitter.com/share?url=${encodedUrl}`;break;case\"linkedIn\":linkUrl=`https://www.linkedin.com/sharing/share-offsite/?url=${encodedUrl}`;break;case\"reddit\":linkUrl=`https://www.reddit.com/submit?url=${encodedUrl}`;break;case\"pinterest\":linkUrl=`https://pinterest.com/pin/create/link/?url=${encodedUrl}`;break;case\"whatsApp\":linkUrl=`https://wa.me/?text=${encodedUrl}`;break;case\"email\":linkUrl=`mailto:?body=${encodedUrl}`;break;}const copyToClipboard=()=>{navigator.clipboard.writeText(shareUrl).then(()=>{alert(\"URL copied to clipboard!\");}).catch(err=>{alert(\"Failed to copy URL\");});};return /*#__PURE__*/_jsxs(\"a\",{href:linkUrl.length?linkUrl:undefined,target:props.newTab?\"_blank\":\"_self\",rel:props.newTab?\"noopener noreferrer\":undefined,\"aria-label\":PLATFORM_NAMES[type],onClick:type==\"copyUrl\"&&copyToClipboard,style:{display:\"flex\",alignItems:\"center\",justifyContent:\"center\",backgroundColor:colors.fillColorType==\"custom\"?colors.fillColor:Color.toString(Color.alpha(Color(BRAND_COLORS[type]),colors.fillOpacity)),borderRadius:borderRadius,padding:props.paddingIsMixed?`${props.paddingTop}px ${props.paddingRight}px ${props.paddingBottom}px ${props.paddingLeft}px`:`${props.padding}px`,cursor:\"pointer\",...props.style},children:[/*#__PURE__*/_jsx(SocialIcon,{type:type,size:iconSize,color:colors.iconColorType==\"custom\"?colors.iconColor:BRAND_COLORS[type],customIcon:props.customIcon}),border&&/*#__PURE__*/_jsx(\"div\",{style:{position:\"absolute\",inset:0,borderWidth:border.widthIsMixed?`${border.widthTop}px ${border.widthRight}px ${border.widthBottom}px ${border.widthLeft}px`:`${border.width}px`,borderStyle:border.style,borderColor:border.colorType==\"custom\"?border.color:BRAND_COLORS[type],borderRadius:borderRadius,pointerEvents:\"none\"}})]});}SocialShare.displayName=\"Social Share\";addPropertyControls(SocialShare,{shareLink:{type:ControlType.Enum,defaultValue:\"currentPage\",options:[\"currentPage\",\"url\"],optionTitles:[\"Current Page\",\"Custom URL\"],displaySegmentedControl:true,segmentedControlDirection:\"vertical\"},shareUrl:{type:ControlType.String,defaultValue:\"\",placeholder:\"https://example.com\",title:\"URL\",hidden:props=>props.shareLink!=\"url\"},type:{type:ControlType.Enum,defaultValue:\"facebook\",options:[\"facebook\",\"twitter\",\"linkedIn\",\"reddit\",\"pinterest\",\"whatsApp\",\"email\",\"copyUrl\"],optionTitles:PLATFORM_NAMES,title:\"Platform\"},newTab:{type:ControlType.Boolean,defaultValue:true},colors:{type:ControlType.Object,buttonTitle:\"Icon & Fill\",icon:\"color\",controls:{iconColorType:{type:ControlType.Enum,defaultValue:\"custom\",options:[\"brand\",\"custom\"],optionTitles:[\"Brand\",\"Custom\"],displaySegmentedControl:true,title:\"Icon Color\"},iconColor:{type:ControlType.Color,defaultValue:\"#FFF\",hidden:props=>props.iconColorType!=\"custom\",title:\" \"},fillColorType:{type:ControlType.Enum,defaultValue:\"brand\",options:[\"brand\",\"custom\"],optionTitles:[\"Brand\",\"Custom\"],displaySegmentedControl:true,title:\"Fill\"},fillColor:{type:ControlType.Color,defaultValue:\"#000\",optional:true,hidden:props=>props.fillColorType!=\"custom\",title:\" \"},fillOpacity:{type:ControlType.Number,defaultValue:1,min:0,max:1,step:.01,hidden:props=>props.fillColorType!=\"brand\"}}},iconSize:{type:ControlType.Number,defaultValue:24,min:1,step:1},radius:{type:ControlType.FusedNumber,defaultValue:8,toggleKey:\"radiusIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"radiusTopLeft\",\"radiusTopRight\",\"radiusBottomRight\",\"radiusBottomLeft\"],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],min:0},padding:{type:ControlType.FusedNumber,defaultValue:12,toggleKey:\"paddingIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},border:{type:ControlType.Object,optional:true,controls:{colorType:{type:ControlType.Enum,defaultValue:\"brand\",options:[\"brand\",\"custom\"],optionTitles:[\"Brand\",\"Custom\"],displaySegmentedControl:true,title:\"Color\"},color:{type:ControlType.Color,defaultValue:\"#FFF\",title:\" \",hidden:props=>props.colorType!=\"custom\"},width:{type:ControlType.FusedNumber,defaultValue:1,toggleKey:\"widthIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"widthTop\",\"widthRight\",\"widthBottom\",\"widthLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},style:{type:ControlType.Enum,defaultValue:\"solid\",options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"Double\"]}}},customIcon:{type:ControlType.Object,optional:true,buttonTitle:\"Icon\",controls:{type:{type:ControlType.Enum,defaultValue:\"svg\",options:[\"svg\",\"image\"],optionTitles:[\"SVG\",\"Image\"],displaySegmentedControl:true},svg:{type:ControlType.String,placeholder:\"<svg></svg>\",displayTextArea:true,title:\"SVG\",hidden:props=>props.type!=\"svg\"},image:{type:ControlType.ResponsiveImage,hidden:props=>props.type!=\"image\"},sizing:{type:ControlType.Enum,defaultValue:\"cover\",options:[\"cover\",\"contain\",\"fill\"],optionTitles:[\"Fill\",\"Fit\",\"Stretch\"],hidden:props=>props.type!=\"image\"},opacity:{type:ControlType.Number,defaultValue:1,min:0,max:1,step:.01}}}});function SocialIcon(props){const{size,color,customIcon}=props;const contents=[];let fill=true;let stroke=false;if(customIcon){if(customIcon.type==\"svg\"){return /*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"div\",{className:\"superfields-social-share-icon\",style:{width:size,height:size,opacity:customIcon.opacity,color:color,pointerEvents:\"none\"},dangerouslySetInnerHTML:customIcon.type==\"svg\"?{__html:customIcon.svg.replace(/width=\"(\\d+)\"/,`width=\"${size}\"`).replace(/height=\"(\\d+)\"/,`width=\"${size}\"`)}:undefined}),(customIcon===null||customIcon===void 0?void 0:customIcon.type)==\"svg\"&&/*#__PURE__*/_jsx(\"style\",{children:`.superfields-social-share-icon svg { display: block; }`})]});}else if(customIcon.type==\"image\"){var _customIcon_image,_customIcon_image1;return /*#__PURE__*/_jsx(\"img\",{src:(_customIcon_image=customIcon.image)===null||_customIcon_image===void 0?void 0:_customIcon_image.src,alt:(_customIcon_image1=customIcon.image)===null||_customIcon_image1===void 0?void 0:_customIcon_image1.alt,style:{display:\"block\",width:size,height:size,opacity:customIcon.opacity,color:color,objectFit:customIcon.sizing,objectPosition:\"center\",pointerEvents:\"none\"}});}}switch(props.type){case\"facebook\":contents.push(/*#__PURE__*/_jsx(\"path\",{d:\"M9.101 23.691v-7.98H6.627v-3.667h2.474v-1.58c0-4.085 1.848-5.978 5.858-5.978.401 0 .955.042 1.468.103a8.68 8.68 0 0 1 1.141.195v3.325a8.623 8.623 0 0 0-.653-.036 26.805 26.805 0 0 0-.733-.009c-.707 0-1.259.096-1.675.309a1.686 1.686 0 0 0-.679.622c-.258.42-.374.995-.374 1.752v1.297h3.919l-.386 2.103-.287 1.564h-3.246v8.245C19.396 23.238 24 18.179 24 12.044c0-6.627-5.373-12-12-12s-12 5.373-12 12c0 5.628 3.874 10.35 9.101 11.647Z\"}));break;case\"twitter\":contents.push(/*#__PURE__*/_jsx(\"path\",{d:\"M18.901 1.153h3.68l-8.04 9.19L24 22.846h-7.406l-5.8-7.584-6.638 7.584H.474l8.6-9.83L0 1.154h7.594l5.243 6.932ZM17.61 20.644h2.039L6.486 3.24H4.298Z\"}));break;case\"linkedIn\":contents.push(/*#__PURE__*/_jsx(\"path\",{d:\"M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z\"}));break;case\"reddit\":contents.push(/*#__PURE__*/_jsx(\"path\",{d:\"M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12 12 12 0 0 0 12-12A12 12 0 0 0 12 0zm5.01 4.744c.688 0 1.25.561 1.25 1.249a1.25 1.25 0 0 1-2.498.056l-2.597-.547-.8 3.747c1.824.07 3.48.632 4.674 1.488.308-.309.73-.491 1.207-.491.968 0 1.754.786 1.754 1.754 0 .716-.435 1.333-1.01 1.614a3.111 3.111 0 0 1 .042.52c0 2.694-3.13 4.87-7.004 4.87-3.874 0-7.004-2.176-7.004-4.87 0-.183.015-.366.043-.534A1.748 1.748 0 0 1 4.028 12c0-.968.786-1.754 1.754-1.754.463 0 .898.196 1.207.49 1.207-.883 2.878-1.43 4.744-1.487l.885-4.182a.342.342 0 0 1 .14-.197.35.35 0 0 1 .238-.042l2.906.617a1.214 1.214 0 0 1 1.108-.701zM9.25 12C8.561 12 8 12.562 8 13.25c0 .687.561 1.248 1.25 1.248.687 0 1.248-.561 1.248-1.249 0-.688-.561-1.249-1.249-1.249zm5.5 0c-.687 0-1.248.561-1.248 1.25 0 .687.561 1.248 1.249 1.248.688 0 1.249-.561 1.249-1.249 0-.687-.562-1.249-1.25-1.249zm-5.466 3.99a.327.327 0 0 0-.231.094.33.33 0 0 0 0 .463c.842.842 2.484.913 2.961.913.477 0 2.105-.056 2.961-.913a.361.361 0 0 0 .029-.463.33.33 0 0 0-.464 0c-.547.533-1.684.73-2.512.73-.828 0-1.979-.196-2.512-.73a.326.326 0 0 0-.232-.095z\"}));break;case\"pinterest\":contents.push(/*#__PURE__*/_jsx(\"path\",{d:\"M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026L12.017 0z\"}));break;case\"whatsApp\":contents.push(/*#__PURE__*/_jsx(\"path\",{d:\"M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413Z\"}));break;case\"email\":contents.push(/*#__PURE__*/_jsx(\"path\",{d:\"M3 7a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v10a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-10z\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M3 7l9 6l9 -6\"}));fill=false;stroke=true;break;case\"copyUrl\":contents.push(/*#__PURE__*/_jsx(\"path\",{d:\"M7 7m0 2.667a2.667 2.667 0 0 1 2.667 -2.667h8.666a2.667 2.667 0 0 1 2.667 2.667v8.666a2.667 2.667 0 0 1 -2.667 2.667h-8.666a2.667 2.667 0 0 1 -2.667 -2.667z\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M4.012 16.737a2.005 2.005 0 0 1 -1.012 -1.737v-10c0 -1.1 .9 -2 2 -2h10c.75 0 1.158 .385 1.5 1\"}));fill=false;stroke=true;break;}return /*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:size,height:size,viewBox:\"0 0 24 24\",color:color,\"stroke-width\":stroke?\"2\":undefined,stroke:stroke?\"currentColor\":undefined,fill:fill?\"currentColor\":\"none\",\"stroke-linecap\":\"round\",\"stroke-linejoin\":\"round\",style:{display:\"block\"},children:contents});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"SocialShare\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SocialShare.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Tobias Light\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{family:\"Tobias Light\",url:\"https://framerusercontent.com/assets/NAt4wNOqWmRece2E9s3tzScsiQ.woff2\"}];export const css=['.framer-qZr59 .framer-styles-preset-10u5a43:not(.rich-text-wrapper), .framer-qZr59 .framer-styles-preset-10u5a43.rich-text-wrapper h1 { --framer-font-family: \"Tobias Light\", \"Tobias Light Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Black\", \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter-BlackItalic\", \"Inter\", sans-serif; --framer-font-family-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 25px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.8px; --framer-line-height: 46px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-74762dd9-a556-4ddf-8d4f-406abd3011e8, #000000); --framer-text-decoration: none; --framer-text-transform: capitalize; }','@media (max-width: 1727px) and (min-width: 1300px) { .framer-qZr59 .framer-styles-preset-10u5a43:not(.rich-text-wrapper), .framer-qZr59 .framer-styles-preset-10u5a43.rich-text-wrapper h1 { --framer-font-family: \"Tobias Light\", \"Tobias Light Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Black\", \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter-BlackItalic\", \"Inter\", sans-serif; --framer-font-family-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 25px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.8px; --framer-line-height: 46px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-74762dd9-a556-4ddf-8d4f-406abd3011e8, #000000); --framer-text-decoration: none; --framer-text-transform: capitalize; } }','@media (max-width: 1299px) and (min-width: 810px) { .framer-qZr59 .framer-styles-preset-10u5a43:not(.rich-text-wrapper), .framer-qZr59 .framer-styles-preset-10u5a43.rich-text-wrapper h1 { --framer-font-family: \"Tobias Light\", \"Tobias Light Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Black\", \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter-BlackItalic\", \"Inter\", sans-serif; --framer-font-family-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 23px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.8px; --framer-line-height: 46px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-74762dd9-a556-4ddf-8d4f-406abd3011e8, #000000); --framer-text-decoration: none; --framer-text-transform: capitalize; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-qZr59 .framer-styles-preset-10u5a43:not(.rich-text-wrapper), .framer-qZr59 .framer-styles-preset-10u5a43.rich-text-wrapper h1 { --framer-font-family: \"Tobias Light\", \"Tobias Light Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Black\", \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter-BlackItalic\", \"Inter\", sans-serif; --framer-font-family-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0px; --framer-line-height: 25px; --framer-paragraph-spacing: 35px; --framer-text-alignment: start; --framer-text-color: var(--token-74762dd9-a556-4ddf-8d4f-406abd3011e8, #000000); --framer-text-decoration: none; --framer-text-transform: capitalize; } }'];export const className=\"framer-qZr59\";\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 (a417fcb)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Tobias Light\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Tobias Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/NAt4wNOqWmRece2E9s3tzScsiQ.woff2\"}]}];export const css=['.framer-EYbxB .framer-styles-preset-rqqjkr:not(.rich-text-wrapper), .framer-EYbxB .framer-styles-preset-rqqjkr.rich-text-wrapper h3 { --framer-font-family: \"Tobias Light\", \"Tobias Light Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 35px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 41.4px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-74762dd9-a556-4ddf-8d4f-406abd3011e8, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1727px) and (min-width: 1300px) { .framer-EYbxB .framer-styles-preset-rqqjkr:not(.rich-text-wrapper), .framer-EYbxB .framer-styles-preset-rqqjkr.rich-text-wrapper h3 { --framer-font-family: \"Tobias Light\", \"Tobias Light Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 30px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 41.4px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-74762dd9-a556-4ddf-8d4f-406abd3011e8, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1299px) and (min-width: 810px) { .framer-EYbxB .framer-styles-preset-rqqjkr:not(.rich-text-wrapper), .framer-EYbxB .framer-styles-preset-rqqjkr.rich-text-wrapper h3 { --framer-font-family: \"Tobias Light\", \"Tobias Light Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 23px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 29.4px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-74762dd9-a556-4ddf-8d4f-406abd3011e8, #000000); --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-EYbxB .framer-styles-preset-rqqjkr:not(.rich-text-wrapper), .framer-EYbxB .framer-styles-preset-rqqjkr.rich-text-wrapper h3 { --framer-font-family: \"Tobias Light\", \"Tobias Light Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 23px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 25px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-74762dd9-a556-4ddf-8d4f-406abd3011e8, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-EYbxB\";\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\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Simplon Norm Light\"]);export const fonts=[{family:\"Simplon Norm Light\",url:\"https://framerusercontent.com/assets/D55xl4XBeoybb1JH223wO3axgfM.woff2\"}];export const css=['.framer-sDLBK .framer-styles-preset-znenx:not(.rich-text-wrapper), .framer-sDLBK .framer-styles-preset-znenx.rich-text-wrapper h1 { --framer-font-family: \"Simplon Norm Light\", \"Simplon Norm Light Placeholder\", sans-serif; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.5px; --framer-line-height: 30px; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-c70daaef-91db-44bf-99c9-5b1768c26832, #ffffff); --framer-text-decoration: none; --framer-text-transform: capitalize; }'];export const className=\"framer-sDLBK\";\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 (7e4cc89)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useQueryData,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import Mailchimp from\"https://framerusercontent.com/modules/0ZSF8VJcL5AhXebKiUw3/nbsZGufHZBGrLw7CNirb/Mailchimp.js\";import SocialShare from\"https://framerusercontent.com/modules/y8ckmFmPFgZ5Nzn1PrR2/KfgPvKdX858L9MQVojpx/SocialShare.js\";import TabletOpenClosedNavCopy4 from\"#framer/local/canvasComponent/D1wD8zyP9/D1wD8zyP9.js\";import FooterDesktop from\"#framer/local/canvasComponent/eHVRKr2Vc/eHVRKr2Vc.js\";import FooterMobile from\"#framer/local/canvasComponent/eYc4361lN/eYc4361lN.js\";import MobileOpenClosedNav from\"#framer/local/canvasComponent/GLIjLJDap/GLIjLJDap.js\";import TherapistSLocationsModal from\"#framer/local/canvasComponent/LIW5mv7SO/LIW5mv7SO.js\";import NEWNAV from\"#framer/local/canvasComponent/seKifv6c9/seKifv6c9.js\";import MAINBUTTON from\"#framer/local/canvasComponent/wQlXxPVW5/wQlXxPVW5.js\";import Blog,{enumToDisplayNameFunctions}from\"#framer/local/collection/Mz2e67mky/Mz2e67mky.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle8 from\"#framer/local/css/BCZnbhAuS/BCZnbhAuS.js\";import*as sharedStyle14 from\"#framer/local/css/BOA7XCvf8/BOA7XCvf8.js\";import*as sharedStyle17 from\"#framer/local/css/BrmEHwQyi/BrmEHwQyi.js\";import*as sharedStyle from\"#framer/local/css/CfLGqfP9L/CfLGqfP9L.js\";import*as sharedStyle16 from\"#framer/local/css/cVAUAx5oi/cVAUAx5oi.js\";import*as sharedStyle13 from\"#framer/local/css/FWjYL3LDC/FWjYL3LDC.js\";import*as sharedStyle11 from\"#framer/local/css/GepTgmEXr/GepTgmEXr.js\";import*as sharedStyle18 from\"#framer/local/css/JWRzRnHFJ/JWRzRnHFJ.js\";import*as sharedStyle15 from\"#framer/local/css/KRwy2aAfk/KRwy2aAfk.js\";import*as sharedStyle7 from\"#framer/local/css/lTpLcc7FN/lTpLcc7FN.js\";import*as sharedStyle6 from\"#framer/local/css/mjAp5mWzX/mjAp5mWzX.js\";import*as sharedStyle3 from\"#framer/local/css/plP3pNrOe/plP3pNrOe.js\";import*as sharedStyle5 from\"#framer/local/css/PuBmVZbq5/PuBmVZbq5.js\";import*as sharedStyle1 from\"#framer/local/css/q3xNodcTE/q3xNodcTE.js\";import*as sharedStyle9 from\"#framer/local/css/qiNOTIwFK/qiNOTIwFK.js\";import*as sharedStyle2 from\"#framer/local/css/r7MPaytM6/r7MPaytM6.js\";import*as sharedStyle10 from\"#framer/local/css/tE5AfnGVn/tE5AfnGVn.js\";import*as sharedStyle4 from\"#framer/local/css/vLA2E1ber/vLA2E1ber.js\";import*as sharedStyle12 from\"#framer/local/css/XEP1QPAtt/XEP1QPAtt.js\";import metadataProvider from\"#framer/local/webPageMetadata/hCj3pkIRs/hCj3pkIRs.js\";const NEWNAVFonts=getFonts(NEWNAV);const TherapistSLocationsModalFonts=getFonts(TherapistSLocationsModal);const MotionDivWithFX=withFX(motion.div);const SocialShareFonts=getFonts(SocialShare);const MailchimpFonts=getFonts(Mailchimp);const MAINBUTTONFonts=getFonts(MAINBUTTON);const FooterMobileFonts=getFonts(FooterMobile);const FooterDesktopFonts=getFonts(FooterDesktop);const MobileOpenClosedNavFonts=getFonts(MobileOpenClosedNav);const TabletOpenClosedNavCopy4Fonts=getFonts(TabletOpenClosedNavCopy4);const breakpoints={BeFT7sN9O:\"(min-width: 1728px)\",MQMSKlTBw:\"(max-width: 809px)\",TEyQdw6ts:\"(min-width: 1300px) and (max-width: 1727px)\",WleFzHI1l:\"(min-width: 810px) and (max-width: 1299px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-Q1fPX\";const variantClassNames={BeFT7sN9O:\"framer-v-1nd5io2\",MQMSKlTBw:\"framer-v-vteep2\",TEyQdw6ts:\"framer-v-mnf6yq\",WleFzHI1l:\"framer-v-1147wv6\"};const transition1={damping:100,delay:0,mass:1,stiffness:800,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-200};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const transition2={damping:100,delay:0,mass:.7,stiffness:950,type:\"spring\"};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-600};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop 2\":\"TEyQdw6ts\",\"Phone 2\":\"MQMSKlTBw\",Desktop:\"BeFT7sN9O\",Tablet:\"WleFzHI1l\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"BeFT7sN9O\"};};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 currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"hCj3pkIRs\",data:Blog,type:\"Collection\"},select:[{collection:\"hCj3pkIRs\",name:\"vxJSEBSf8\",type:\"Identifier\"},{collection:\"hCj3pkIRs\",name:\"PqxxuNaQV\",type:\"Identifier\"},{collection:\"hCj3pkIRs\",name:\"Mtnvzd6wj\",type:\"Identifier\"},{collection:\"hCj3pkIRs\",name:\"N8hMNmpq6\",type:\"Identifier\"},{collection:\"hCj3pkIRs\",name:\"Q8a7tha18\",type:\"Identifier\"},{collection:\"hCj3pkIRs\",name:\"r3Yz1IFcF\",type:\"Identifier\"},{collection:\"hCj3pkIRs\",name:\"ElnSIgj5s\",type:\"Identifier\"},{collection:\"hCj3pkIRs\",name:\"NxS5O7dql\",type:\"Identifier\"},{collection:\"hCj3pkIRs\",name:\"PBTewVcOo\",type:\"Identifier\"},{collection:\"hCj3pkIRs\",name:\"Rx4UpvkxD\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"hCj3pkIRs\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,Mtnvzd6wj=getFromCurrentRouteData(\"Mtnvzd6wj\"),vxJSEBSf8=getFromCurrentRouteData(\"vxJSEBSf8\")??\"\",PqxxuNaQV=getFromCurrentRouteData(\"PqxxuNaQV\")??\"\",N8hMNmpq6=getFromCurrentRouteData(\"N8hMNmpq6\"),Q8a7tha18=getFromCurrentRouteData(\"Q8a7tha18\")??\"\",r3Yz1IFcF=getFromCurrentRouteData(\"r3Yz1IFcF\"),ElnSIgj5s=getFromCurrentRouteData(\"ElnSIgj5s\"),NxS5O7dql=getFromCurrentRouteData(\"NxS5O7dql\")??\"\",PBTewVcOo=getFromCurrentRouteData(\"PBTewVcOo\"),Rx4UpvkxD=getFromCurrentRouteData(\"Rx4UpvkxD\")??\"\",TwWwSUtdgJIDaStqF2,N8hMNmpq6JIDaStqF2,vxJSEBSf8JIDaStqF2,PqxxuNaQVJIDaStqF2,idJIDaStqF2,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const onTap3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className,sharedStyle12.className,sharedStyle13.className,sharedStyle14.className,sharedStyle15.className,sharedStyle16.className,sharedStyle17.className,sharedStyle18.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if([\"WleFzHI1l\",\"MQMSKlTBw\"].includes(baseVariant))return false;return true;};const textContent=enumToDisplayNameFunctions[\"Mtnvzd6wj\"]?.(Mtnvzd6wj,activeLocale);const visible=isSet(N8hMNmpq6);const visible1=isSet(r3Yz1IFcF);const visible2=isSet(ElnSIgj5s);const visible3=isSet(NxS5O7dql);const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"MQMSKlTBw\")return false;return true;};const visible4=isSet(PBTewVcOo);const visible5=isSet(Rx4UpvkxD);const isDisplayed2=value=>{if(!isBrowser())return true;if(baseVariant===\"MQMSKlTBw\")return false;return value;};const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"MQMSKlTBw\")return true;return false;};const isDisplayed4=()=>{if(!isBrowser())return true;if(baseVariant===\"WleFzHI1l\")return true;return false;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"BeFT7sN9O\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1nd5io2\",className),ref:refBinding,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fyh0f3 hidden-1147wv6 hidden-vteep2\",\"data-framer-name\":\"desktop-newnav\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:85,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1t95hg6-container\",\"data-framer-name\":\"Relative NAV\",name:\"Relative NAV\",nodeId:\"UdB1Ff7EF\",scopeId:\"hCj3pkIRs\",children:/*#__PURE__*/_jsx(NEWNAV,{height:\"100%\",id:\"UdB1Ff7EF\",layoutId:\"UdB1Ff7EF\",name:\"Relative NAV\",style:{width:\"100%\"},variant:\"QsMok1Qzu\",width:\"100%\"})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-nr99to\",\"data-framer-name\":\"BANNER-NATIVE\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ym84p3\",children:/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-jb7dat\",\"data-styles-preset\":\"CfLGqfP9L\",children:\"Book your intro session with a therapist\"})}),className:\"framer-19ohfx9\",\"data-framer-name\":\"Book a free 20-Minute Consultation with a therapist\",fonts:[\"Inter\"],id:\"19ohfx9\",onTap:onTap3bnx0g({overlay}),verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-11e4v29\"),\"data-framer-portal-id\":\"19ohfx9\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"bJH_wu9Ds\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"763px\",children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-1ues04z-container\"),\"data-framer-portal-id\":\"19ohfx9\",nodeId:\"IfjyMDtmr\",scopeId:\"hCj3pkIRs\",children:/*#__PURE__*/_jsx(TherapistSLocationsModal,{height:\"100%\",id:\"IfjyMDtmr\",layoutId:\"IfjyMDtmr\",style:{height:\"100%\",width:\"100%\"},variant:\"wHQkmGsT5\",width:\"100%\"})})})]}),getContainer())})})]})})})})]}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-xf5a7l\",\"data-framer-name\":\"Header Image\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1fzmbu0\",\"data-styles-preset\":\"q3xNodcTE\",children:\"Content\"})}),className:\"framer-1fow0uz\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-zfneof\",\"data-styles-preset\":\"r7MPaytM6\",style:{\"--framer-text-alignment\":\"center\"},children:\"Generational and Historical Trauma\"})}),className:\"framer-1m8fcq5\",fonts:[\"Inter\"],text:vxJSEBSf8,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-znenx\",\"data-styles-preset\":\"plP3pNrOe\",children:\"By Nour Suleiman\"})}),className:\"framer-sojp25\",fonts:[\"Inter\"],text:PqxxuNaQV,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gkq0pb\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1mnw84b-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"WQhFhWN9I\",scopeId:\"hCj3pkIRs\",children:/*#__PURE__*/_jsx(SocialShare,{colors:{fillColor:\"var(--token-78490d84-2246-4439-8881-8a21f036b324, rgb(255, 163, 253))\",fillColorType:\"custom\",fillOpacity:1,iconColor:\"var(--token-74762dd9-a556-4ddf-8d4f-406abd3011e8, rgb(0, 0, 0))\",iconColorType:\"custom\"},height:\"100%\",iconSize:17,id:\"WQhFhWN9I\",layoutId:\"WQhFhWN9I\",newTab:true,padding:12,paddingBottom:12,paddingIsMixed:false,paddingLeft:12,paddingRight:12,paddingTop:12,radius:8,radiusBottomLeft:8,radiusBottomRight:8,radiusIsMixed:false,radiusTopLeft:8,radiusTopRight:8,shareLink:\"currentPage\",shareUrl:\"\",type:\"copyUrl\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10f72h4-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"ppZCOkgVs\",scopeId:\"hCj3pkIRs\",children:/*#__PURE__*/_jsx(SocialShare,{colors:{fillColor:\"var(--token-78490d84-2246-4439-8881-8a21f036b324, rgb(255, 163, 253))\",fillColorType:\"custom\",fillOpacity:1,iconColor:\"var(--token-74762dd9-a556-4ddf-8d4f-406abd3011e8, rgb(0, 0, 0))\",iconColorType:\"custom\"},height:\"100%\",iconSize:17,id:\"ppZCOkgVs\",layoutId:\"ppZCOkgVs\",newTab:true,padding:12,paddingBottom:12,paddingIsMixed:false,paddingLeft:12,paddingRight:12,paddingTop:12,radius:8,radiusBottomLeft:8,radiusBottomRight:8,radiusIsMixed:false,radiusTopLeft:8,radiusTopRight:8,shareLink:\"currentPage\",shareUrl:\"\",type:\"email\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-h96ozb-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"OlbocqycX\",scopeId:\"hCj3pkIRs\",children:/*#__PURE__*/_jsx(SocialShare,{colors:{fillColor:\"var(--token-78490d84-2246-4439-8881-8a21f036b324, rgb(255, 163, 253))\",fillColorType:\"custom\",fillOpacity:1,iconColor:\"var(--token-74762dd9-a556-4ddf-8d4f-406abd3011e8, rgb(0, 0, 0))\",iconColorType:\"custom\"},height:\"100%\",iconSize:17,id:\"OlbocqycX\",layoutId:\"OlbocqycX\",newTab:true,padding:12,paddingBottom:12,paddingIsMixed:false,paddingLeft:12,paddingRight:12,paddingTop:12,radius:8,radiusBottomLeft:8,radiusBottomRight:8,radiusIsMixed:false,radiusTopLeft:8,radiusTopRight:8,shareLink:\"currentPage\",shareUrl:\"\",type:\"facebook\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-15q7aiq-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"y5zmv20eP\",scopeId:\"hCj3pkIRs\",children:/*#__PURE__*/_jsx(SocialShare,{colors:{fillColor:\"var(--token-78490d84-2246-4439-8881-8a21f036b324, rgb(255, 163, 253))\",fillColorType:\"custom\",fillOpacity:1,iconColor:\"var(--token-74762dd9-a556-4ddf-8d4f-406abd3011e8, rgb(0, 0, 0))\",iconColorType:\"custom\"},height:\"100%\",iconSize:17,id:\"y5zmv20eP\",layoutId:\"y5zmv20eP\",newTab:true,padding:12,paddingBottom:12,paddingIsMixed:false,paddingLeft:12,paddingRight:12,paddingTop:12,radius:8,radiusBottomLeft:8,radiusBottomRight:8,radiusIsMixed:false,radiusTopLeft:8,radiusTopRight:8,shareLink:\"currentPage\",shareUrl:\"\",type:\"twitter\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-19f77hc-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"fs87i8fo_\",scopeId:\"hCj3pkIRs\",children:/*#__PURE__*/_jsx(SocialShare,{colors:{fillColor:\"var(--token-78490d84-2246-4439-8881-8a21f036b324, rgb(255, 163, 253))\",fillColorType:\"custom\",fillOpacity:1,iconColor:\"var(--token-74762dd9-a556-4ddf-8d4f-406abd3011e8, rgb(0, 0, 0))\",iconColorType:\"custom\"},height:\"100%\",iconSize:17,id:\"fs87i8fo_\",layoutId:\"fs87i8fo_\",newTab:true,padding:12,paddingBottom:12,paddingIsMixed:false,paddingLeft:12,paddingRight:12,paddingTop:12,radius:8,radiusBottomLeft:8,radiusBottomRight:8,radiusIsMixed:false,radiusTopLeft:8,radiusTopRight:8,shareLink:\"currentPage\",shareUrl:\"\",type:\"linkedIn\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hkpgec\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wveaws\",\"data-framer-name\":\"Post\",children:[visible&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MQMSKlTBw:{background:{alt:\"\",fit:\"fill\",sizes:`calc((min(${componentViewport?.width||\"100vw\"} * 0.19, 600px) - 40px) * 8.8)`,...toResponsiveImage(N8hMNmpq6)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:`calc((min(${componentViewport?.width||\"100vw\"} * 0.37, 600px) - 40px) * 2)`,...toResponsiveImage(N8hMNmpq6)},className:\"framer-uinww5\",\"data-framer-name\":\"medium sized banner\"})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"ifwXFwiR5\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:Q8a7tha18,className:\"framer-1bo7acb\",\"data-framer-name\":\"Content 1\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1fz4eon\",blockquote:\"framer-styles-preset-gax2f2\",code:\"framer-styles-preset-1hy4gkj\",h1:\"framer-styles-preset-aao2j0\",h2:\"framer-styles-preset-thjmmh\",h3:\"framer-styles-preset-rqqjkr\",h4:\"framer-styles-preset-ct1p6m\",h5:\"framer-styles-preset-p4peb8\",h6:\"framer-styles-preset-1cyjzom\",img:\"framer-styles-preset-1tu0p31\",p:\"framer-styles-preset-2jsijm\"},verticalAlignment:\"top\",withExternalLayout:true})}),visible1&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bjaikc\",\"data-framer-name\":\"two image\",children:[visible1&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MQMSKlTBw:{background:{alt:\"\",fit:\"fill\",sizes:`max(((min(${componentViewport?.width||\"100vw\"} * 0.19, 600px) - 40px) * 2 + 69px) / 0, 1px)`,...toResponsiveImage(r3Yz1IFcF)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:`max(((min(${componentViewport?.width||\"100vw\"} * 0.37, 600px) - 40px) * 2 + 69px) / 0, 1px)`,...toResponsiveImage(r3Yz1IFcF)},className:\"framer-zenref\",\"data-framer-name\":\"Banner\"})}),visible2&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MQMSKlTBw:{background:{alt:\"\",fit:\"fill\",sizes:`max(((min(${componentViewport?.width||\"100vw\"} * 0.19, 600px) - 40px) * 2 + 69px) / 0, 1px)`,...toResponsiveImage(ElnSIgj5s)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:`max(((min(${componentViewport?.width||\"100vw\"} * 0.37, 600px) - 40px) * 2 + 69px) / 0, 1px)`,...toResponsiveImage(ElnSIgj5s)},className:\"framer-17q0arl\",\"data-framer-name\":\"Banner\"})})]}),visible3&&/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"ifwXFwiR5\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:NxS5O7dql,className:\"framer-2w99wh\",\"data-framer-name\":\"Content 2\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1fz4eon\",blockquote:\"framer-styles-preset-gax2f2\",code:\"framer-styles-preset-1hy4gkj\",h1:\"framer-styles-preset-zfneof\",h2:\"framer-styles-preset-thjmmh\",h3:\"framer-styles-preset-rqqjkr\",h4:\"framer-styles-preset-ct1p6m\",h5:\"framer-styles-preset-p4peb8\",h6:\"framer-styles-preset-1cyjzom\",img:\"framer-styles-preset-1tu0p31\",p:\"framer-styles-preset-2jsijm\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1a5gzj1 hidden-vteep2\",children:visible4&&/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",sizes:`calc((min(${componentViewport?.width||\"100vw\"} * 0.37, 600px) - 40px) * 2.015)`,...toResponsiveImage(PBTewVcOo)},className:\"framer-7fms2p\",\"data-framer-name\":\"full width imageBanner\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-nt0y68\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yhzlm3\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-171dh8a\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-rqqjkr\",\"data-styles-preset\":\"mjAp5mWzX\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-c70daaef-91db-44bf-99c9-5b1768c26832, rgb(255, 255, 255))\"},children:\"Want more content like this?\"})}),className:\"framer-xjc0mr\",\"data-framer-name\":\"Content 2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-rqqjkr\",\"data-styles-preset\":\"mjAp5mWzX\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-c70daaef-91db-44bf-99c9-5b1768c26832, rgb(255, 255, 255))\"},children:\"Join our mailing list\"})}),className:\"framer-1wczbim\",\"data-framer-name\":\"Content 2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-nxdphb-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"UthTyX2UD\",scopeId:\"hCj3pkIRs\",children:/*#__PURE__*/_jsx(Mailchimp,{borderRadius:8,bottomLeftRadius:8,bottomRightRadius:8,button:{color:\"var(--token-74762dd9-a556-4ddf-8d4f-406abd3011e8, rgb(0, 0, 0))\",fill:\"var(--token-78490d84-2246-4439-8881-8a21f036b324, rgb(255, 163, 253))\",fontWeight:600,label:\"Join\"},font:false,fontFamily:\"Inter\",fontSize:16,fontWeight:400,gap:15,height:\"100%\",id:\"UthTyX2UD\",input:{color:\"var(--token-74762dd9-a556-4ddf-8d4f-406abd3011e8, rgb(0, 0, 0))\",error:\"rgb(238, 68, 68)\",fill:\"rgb(242, 242, 242)\",placeholder:\"email address\",placeholderColor:\"rgb(150, 150, 150)\",value:\"\"},isMixedBorderRadius:false,layout:\"horizontal\",layoutId:\"UthTyX2UD\",padding:15,paddingBottom:15,paddingLeft:15,paddingPerSide:false,paddingRight:15,paddingTop:15,style:{width:\"100%\"},topLeftRadius:8,topRightRadius:8,url:\"https://expansivetherapy.us19.list-manage.com/subscribe/post?u=243990001b537d3fefcd31d0a&amp;id=e1541072b5&amp;f_id=006394e4f0\",width:\"100%\"})})})]})]})}),isDisplayed2(visible5)&&/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"ifwXFwiR5\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:Rx4UpvkxD,className:cx(\"framer-159xmj3\",\"hidden-vteep2\",!visible5&&\"hidden-1nd5io2\",!visible5&&\"hidden-1147wv6\",!visible5&&\"hidden-mnf6yq\"),\"data-framer-name\":\"Content 3\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1fz4eon\",blockquote:\"framer-styles-preset-gax2f2\",code:\"framer-styles-preset-1hy4gkj\",h1:\"framer-styles-preset-zfneof\",h2:\"framer-styles-preset-thjmmh\",h3:\"framer-styles-preset-rqqjkr\",h4:\"framer-styles-preset-ct1p6m\",h5:\"framer-styles-preset-p4peb8\",h6:\"framer-styles-preset-1cyjzom\",img:\"framer-styles-preset-1tu0p31\",p:\"framer-styles-preset-2jsijm\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"ifwXFwiR5\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:Rx4UpvkxD,className:\"framer-17vpbf hidden-1nd5io2 hidden-1147wv6 hidden-mnf6yq\",\"data-framer-name\":\"Content 3\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1fz4eon\",code:\"framer-styles-preset-1hy4gkj\",h1:\"framer-styles-preset-zfneof\",h2:\"framer-styles-preset-thjmmh\",h3:\"framer-styles-preset-rqqjkr\",h4:\"framer-styles-preset-ct1p6m\",h5:\"framer-styles-preset-p4peb8\",h6:\"framer-styles-preset-1cyjzom\",p:\"framer-styles-preset-2jsijm\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-fcnrnx hidden-1nd5io2 hidden-1147wv6 hidden-mnf6yq\",children:visible4&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MQMSKlTBw:{background:{alt:\"\",fit:\"fill\",sizes:\"337.4px\",...toResponsiveImage(PBTewVcOo)}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",...toResponsiveImage(PBTewVcOo)},className:\"framer-1nt1i87\",\"data-framer-name\":\"full width imageBanner\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-66jtr8\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5ofywn\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ezket4-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"lOYwEzuoG\",scopeId:\"hCj3pkIRs\",children:/*#__PURE__*/_jsx(Mailchimp,{borderRadius:8,bottomLeftRadius:8,bottomRightRadius:8,button:{color:\"var(--token-74762dd9-a556-4ddf-8d4f-406abd3011e8, rgb(0, 0, 0))\",fill:\"var(--token-78490d84-2246-4439-8881-8a21f036b324, rgb(255, 163, 253))\",fontWeight:600,label:\"Join\"},font:false,fontFamily:\"Inter\",fontSize:16,fontWeight:400,gap:6,height:\"100%\",id:\"lOYwEzuoG\",input:{color:\"var(--token-74762dd9-a556-4ddf-8d4f-406abd3011e8, rgb(0, 0, 0))\",error:\"rgb(238, 68, 68)\",fill:\"var(--token-2a79dbd9-0640-42b8-b23e-0df4a1454371, rgb(255, 255, 255))\",placeholder:\"email address\",placeholderColor:\"rgb(150, 150, 150)\",value:\"\"},isMixedBorderRadius:false,layout:\"horizontal\",layoutId:\"lOYwEzuoG\",padding:15,paddingBottom:15,paddingLeft:13,paddingPerSide:true,paddingRight:15,paddingTop:15,style:{width:\"100%\"},topLeftRadius:8,topRightRadius:8,url:\"https://expansivetherapy.us19.list-manage.com/subscribe/post?u=243990001b537d3fefcd31d0a&amp;id=e1541072b5&amp;f_id=006394e4f0\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10khouo\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-rqqjkr\",\"data-styles-preset\":\"mjAp5mWzX\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-c70daaef-91db-44bf-99c9-5b1768c26832, rgb(255, 255, 255))\"},children:\"Want more content like this?\"})}),className:\"framer-18khfjy\",\"data-framer-name\":\"Content 2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-rqqjkr\",\"data-styles-preset\":\"mjAp5mWzX\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-c70daaef-91db-44bf-99c9-5b1768c26832, rgb(255, 255, 255))\"},children:\"Join our mailing list\"})}),className:\"framer-1ueed5y\",\"data-framer-name\":\"Content 2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p9uui2\",\"data-framer-name\":\"join our mailing list\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2vl1m\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-rqqjkr\",\"data-styles-preset\":\"mjAp5mWzX\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-c70daaef-91db-44bf-99c9-5b1768c26832, rgb(255, 255, 255))\"},children:\"Want more content like this?\"})}),className:\"framer-1m86ki1\",\"data-framer-name\":\"Content 2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-rqqjkr\",\"data-styles-preset\":\"mjAp5mWzX\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-c70daaef-91db-44bf-99c9-5b1768c26832, rgb(255, 255, 255))\"},children:\" Join our mailing list\"})}),className:\"framer-1bejbfn\",\"data-framer-name\":\"Content 2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-n7jte9-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"mRz50AxCT\",scopeId:\"hCj3pkIRs\",children:/*#__PURE__*/_jsx(Mailchimp,{borderRadius:8,bottomLeftRadius:8,bottomRightRadius:8,button:{color:\"var(--token-74762dd9-a556-4ddf-8d4f-406abd3011e8, rgb(0, 0, 0))\",fill:\"var(--token-78490d84-2246-4439-8881-8a21f036b324, rgb(255, 163, 253))\",fontWeight:600,label:\"Join\"},font:false,fontFamily:\"Inter\",fontSize:16,fontWeight:400,gap:15,height:\"100%\",id:\"mRz50AxCT\",input:{color:\"var(--token-74762dd9-a556-4ddf-8d4f-406abd3011e8, rgb(0, 0, 0))\",error:\"rgb(238, 68, 68)\",fill:\"var(--token-c70daaef-91db-44bf-99c9-5b1768c26832, rgb(255, 255, 255))\",placeholder:\"email address\",placeholderColor:\"rgb(150, 150, 150)\",value:\"\"},isMixedBorderRadius:false,layout:\"horizontal\",layoutId:\"mRz50AxCT\",padding:15,paddingBottom:15,paddingLeft:15,paddingPerSide:false,paddingRight:15,paddingTop:15,style:{width:\"100%\"},topLeftRadius:8,topRightRadius:8,url:\"https://expansivetherapy.us19.list-manage.com/subscribe/post?u=243990001b537d3fefcd31d0a&amp;id=e1541072b5&amp;f_id=006394e4f0\",width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-g1f776\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-2oa3is\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-10u5a43\",\"data-styles-preset\":\"KRwy2aAfk\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-74762dd9-a556-4ddf-8d4f-406abd3011e8, rgb(0, 0, 0))\"},children:\"Share This Article\"})}),className:\"framer-9g7oac\",\"data-framer-name\":\"Content 1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Overlay,{children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hdcip4\",\"data-framer-name\":\"button\",id:\"1hdcip4\",onTap:onTap3bnx0g({overlay:overlay1}),children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-745swg\"),\"data-framer-portal-id\":\"1hdcip4\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay1.hide()},\"tyP6GX792\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"763px\",children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-1a60szf-container\"),\"data-framer-portal-id\":\"1hdcip4\",nodeId:\"zyuQGWvns\",scopeId:\"hCj3pkIRs\",children:/*#__PURE__*/_jsx(TherapistSLocationsModal,{height:\"100%\",id:\"zyuQGWvns\",layoutId:\"zyuQGWvns\",style:{height:\"100%\",width:\"100%\"},variant:\"wHQkmGsT5\",width:\"100%\"})})})]}),getContainer())})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qvoaww\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1cix6j-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"x_0WrZBEp\",scopeId:\"hCj3pkIRs\",children:/*#__PURE__*/_jsx(SocialShare,{colors:{fillColor:\"var(--token-78490d84-2246-4439-8881-8a21f036b324, rgb(255, 163, 253))\",fillColorType:\"custom\",fillOpacity:1,iconColor:\"var(--token-74762dd9-a556-4ddf-8d4f-406abd3011e8, rgb(0, 0, 0))\",iconColorType:\"custom\"},height:\"100%\",iconSize:17,id:\"x_0WrZBEp\",layoutId:\"x_0WrZBEp\",newTab:true,padding:12,paddingBottom:12,paddingIsMixed:false,paddingLeft:12,paddingRight:12,paddingTop:12,radius:8,radiusBottomLeft:8,radiusBottomRight:8,radiusIsMixed:false,radiusTopLeft:8,radiusTopRight:8,shareLink:\"currentPage\",shareUrl:\"\",type:\"copyUrl\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1guh3gz-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"UwSqPf4nD\",scopeId:\"hCj3pkIRs\",children:/*#__PURE__*/_jsx(SocialShare,{colors:{fillColor:\"var(--token-78490d84-2246-4439-8881-8a21f036b324, rgb(255, 163, 253))\",fillColorType:\"custom\",fillOpacity:1,iconColor:\"var(--token-74762dd9-a556-4ddf-8d4f-406abd3011e8, rgb(0, 0, 0))\",iconColorType:\"custom\"},height:\"100%\",iconSize:17,id:\"UwSqPf4nD\",layoutId:\"UwSqPf4nD\",newTab:true,padding:12,paddingBottom:12,paddingIsMixed:false,paddingLeft:12,paddingRight:12,paddingTop:12,radius:8,radiusBottomLeft:8,radiusBottomRight:8,radiusIsMixed:false,radiusTopLeft:8,radiusTopRight:8,shareLink:\"currentPage\",shareUrl:\"\",type:\"email\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-4zp6n7-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"QUdnVNSaU\",scopeId:\"hCj3pkIRs\",children:/*#__PURE__*/_jsx(SocialShare,{colors:{fillColor:\"var(--token-78490d84-2246-4439-8881-8a21f036b324, rgb(255, 163, 253))\",fillColorType:\"custom\",fillOpacity:1,iconColor:\"var(--token-74762dd9-a556-4ddf-8d4f-406abd3011e8, rgb(0, 0, 0))\",iconColorType:\"custom\"},height:\"100%\",iconSize:17,id:\"QUdnVNSaU\",layoutId:\"QUdnVNSaU\",newTab:true,padding:12,paddingBottom:12,paddingIsMixed:false,paddingLeft:12,paddingRight:12,paddingTop:12,radius:8,radiusBottomLeft:8,radiusBottomRight:8,radiusIsMixed:false,radiusTopLeft:8,radiusTopRight:8,shareLink:\"currentPage\",shareUrl:\"\",type:\"facebook\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rtue8t-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"VhY1LqPhy\",scopeId:\"hCj3pkIRs\",children:/*#__PURE__*/_jsx(SocialShare,{colors:{fillColor:\"var(--token-78490d84-2246-4439-8881-8a21f036b324, rgb(255, 163, 253))\",fillColorType:\"custom\",fillOpacity:1,iconColor:\"var(--token-74762dd9-a556-4ddf-8d4f-406abd3011e8, rgb(0, 0, 0))\",iconColorType:\"custom\"},height:\"100%\",iconSize:17,id:\"VhY1LqPhy\",layoutId:\"VhY1LqPhy\",newTab:true,padding:12,paddingBottom:12,paddingIsMixed:false,paddingLeft:12,paddingRight:12,paddingTop:12,radius:8,radiusBottomLeft:8,radiusBottomRight:8,radiusIsMixed:false,radiusTopLeft:8,radiusTopRight:8,shareLink:\"currentPage\",shareUrl:\"\",type:\"twitter\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-g45y83-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"gZMr0AH7H\",scopeId:\"hCj3pkIRs\",children:/*#__PURE__*/_jsx(SocialShare,{colors:{fillColor:\"var(--token-78490d84-2246-4439-8881-8a21f036b324, rgb(255, 163, 253))\",fillColorType:\"custom\",fillOpacity:1,iconColor:\"var(--token-74762dd9-a556-4ddf-8d4f-406abd3011e8, rgb(0, 0, 0))\",iconColorType:\"custom\"},height:\"100%\",iconSize:17,id:\"gZMr0AH7H\",layoutId:\"gZMr0AH7H\",newTab:true,padding:12,paddingBottom:12,paddingIsMixed:false,paddingLeft:12,paddingRight:12,paddingTop:12,radius:8,radiusBottomLeft:8,radiusBottomRight:8,radiusIsMixed:false,radiusTopLeft:8,radiusTopRight:8,shareLink:\"currentPage\",shareUrl:\"\",type:\"linkedIn\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5hahnu\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rre8r3\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-10u5a43\",\"data-styles-preset\":\"KRwy2aAfk\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-74762dd9-a556-4ddf-8d4f-406abd3011e8, rgb(0, 0, 0))\"},children:\"Book Your Intro Session With A Therapist\"})}),className:\"framer-1u7q60t\",\"data-framer-name\":\"Content 1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Overlay,{children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mqysmn\",\"data-framer-name\":\"button\",id:\"mqysmn\",onTap:onTap3bnx0g({overlay:overlay2}),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-b6ctv7-container\",nodeId:\"XMgBAtExl\",scopeId:\"hCj3pkIRs\",children:/*#__PURE__*/_jsx(MAINBUTTON,{A7v0k5Xgo:\"Find A therapist\",height:\"100%\",id:\"XMgBAtExl\",layoutId:\"XMgBAtExl\",variant:\"NT6ke22GA\",width:\"100%\"})})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1karo6y\"),\"data-framer-portal-id\":\"mqysmn\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay2.hide()},\"w7klbVUQb\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"763px\",children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-1ldn1sy-container\"),\"data-framer-portal-id\":\"mqysmn\",nodeId:\"JU8CKO1PS\",scopeId:\"hCj3pkIRs\",children:/*#__PURE__*/_jsx(TherapistSLocationsModal,{height:\"100%\",id:\"JU8CKO1PS\",layoutId:\"JU8CKO1PS\",style:{height:\"100%\",width:\"100%\"},variant:\"wHQkmGsT5\",width:\"100%\"})})})]}),getContainer())})})]})})})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13gn3wh\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-ijomzk\",\"data-framer-name\":\"Line 10\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:3,intrinsicWidth:1147,svg:'<svg width=\"1147\" height=\"3\" viewBox=\"-1 -1 1147 3\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<line y1=\"0.5\" x2=\"1145\" y2=\"0.5\" stroke=\"black\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MQMSKlTBw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-2jsijm\",\"data-styles-preset\":\"tE5AfnGVn\",style:{\"--framer-text-alignment\":\"center\"},children:\"Read more from the blog\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-2jsijm\",\"data-styles-preset\":\"tE5AfnGVn\",children:\"Read more from the blog\"})}),className:\"framer-14d970m\",\"data-framer-name\":\"Read more from the blog\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14b3291\",\"data-framer-name\":\"Preview of Collection List\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MQMSKlTBw:{query:{from:{alias:\"JIDaStqF2\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},select:[{collection:\"JIDaStqF2\",name:\"TwWwSUtdg\",type:\"Identifier\"},{collection:\"JIDaStqF2\",name:\"N8hMNmpq6\",type:\"Identifier\"},{collection:\"JIDaStqF2\",name:\"vxJSEBSf8\",type:\"Identifier\"},{collection:\"JIDaStqF2\",name:\"PqxxuNaQV\",type:\"Identifier\"},{collection:\"JIDaStqF2\",name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"JIDaStqF2\",name:\"vxJSEBSf8\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:vxJSEBSf8},type:\"BinaryOperation\"}}}},WleFzHI1l:{query:{from:{alias:\"JIDaStqF2\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"JIDaStqF2\",name:\"TwWwSUtdg\",type:\"Identifier\"},{collection:\"JIDaStqF2\",name:\"N8hMNmpq6\",type:\"Identifier\"},{collection:\"JIDaStqF2\",name:\"vxJSEBSf8\",type:\"Identifier\"},{collection:\"JIDaStqF2\",name:\"PqxxuNaQV\",type:\"Identifier\"},{collection:\"JIDaStqF2\",name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"JIDaStqF2\",name:\"vxJSEBSf8\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:vxJSEBSf8},type:\"BinaryOperation\"}}}}},children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"JIDaStqF2\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:5},select:[{collection:\"JIDaStqF2\",name:\"TwWwSUtdg\",type:\"Identifier\"},{collection:\"JIDaStqF2\",name:\"N8hMNmpq6\",type:\"Identifier\"},{collection:\"JIDaStqF2\",name:\"vxJSEBSf8\",type:\"Identifier\"},{collection:\"JIDaStqF2\",name:\"PqxxuNaQV\",type:\"Identifier\"},{collection:\"JIDaStqF2\",name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"JIDaStqF2\",name:\"vxJSEBSf8\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:vxJSEBSf8},type:\"BinaryOperation\"}}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({id:idJIDaStqF2,N8hMNmpq6:N8hMNmpq6JIDaStqF2,PqxxuNaQV:PqxxuNaQVJIDaStqF2,TwWwSUtdg:TwWwSUtdgJIDaStqF2,vxJSEBSf8:vxJSEBSf8JIDaStqF2},index)=>{TwWwSUtdgJIDaStqF2??=\"\";vxJSEBSf8JIDaStqF2??=\"\";PqxxuNaQVJIDaStqF2??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`JIDaStqF2-${idJIDaStqF2}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{TwWwSUtdg:TwWwSUtdgJIDaStqF2},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{TwWwSUtdg:TwWwSUtdgJIDaStqF2},webPageId:\"hCj3pkIRs\"},motionChild:true,nodeId:\"DniKS2YPC\",scopeId:\"hCj3pkIRs\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-44cjcc framer-1ptd1m7\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MQMSKlTBw:{background:{alt:\"\",fit:\"fill\",sizes:\"132px\",...toResponsiveImage(N8hMNmpq6JIDaStqF2)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"218px\",...toResponsiveImage(N8hMNmpq6JIDaStqF2)},className:\"framer-1l8317\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-r7q83l\",\"data-framer-name\":\"Post\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1isro50\",\"data-styles-preset\":\"cVAUAx5oi\",style:{\"--framer-text-color\":\"var(--token-74762dd9-a556-4ddf-8d4f-406abd3011e8, rgb(0, 0, 0))\"},children:\"Title\"})}),className:\"framer-i43th2\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:vxJSEBSf8JIDaStqF2,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-scj6ms\",\"data-styles-preset\":\"BrmEHwQyi\",children:\"Title\"})}),className:\"framer-s18umw\",\"data-framer-name\":\"Author\",fonts:[\"Inter\"],text:PqxxuNaQVJIDaStqF2,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})},idJIDaStqF2);})})})})})}),isDisplayed3()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MQMSKlTBw:{height:1078,width:\"390px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-gtl7ae-container hidden-1nd5io2 hidden-1147wv6 hidden-mnf6yq\",nodeId:\"XAPEo877z\",scopeId:\"hCj3pkIRs\",children:/*#__PURE__*/_jsx(FooterMobile,{height:\"100%\",id:\"XAPEo877z\",layoutId:\"XAPEo877z\",style:{width:\"100%\"},width:\"100%\"})})})}),isDisplayed4()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-v8pvt hidden-1nd5io2 hidden-vteep2 hidden-mnf6yq\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2shwlm\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19fvxug\",\"data-framer-name\":\"stay in the know\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jx0nbu\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RvYmlhcyBMaWdodA==\",\"--framer-font-family\":'\"Tobias Light\", \"Tobias Light Placeholder\", sans-serif',\"--framer-font-size\":\"29px\",\"--framer-letter-spacing\":\"0.04em\",\"--framer-line-height\":\"85.6px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:\"Stay in the Know\"})}),className:\"framer-1pvmb3\",\"data-framer-name\":\"Stay in the now\",fonts:[\"CUSTOM;Tobias Light\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NpbXBsb24gTm9ybSBMaWdodA==\",\"--framer-font-family\":'\"Simplon Norm Light\", \"Simplon Norm Light Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-letter-spacing\":\"0.04em\",\"--framer-line-height\":\"27px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:\"Join our newsletter to get mental health tips and promotional offers delivered to you weekly.\"})}),className:\"framer-lz8mzm\",\"data-framer-name\":\"Join our newsletter to get mental health tips and promotional offers delivered to you weekly!\",fonts:[\"CUSTOM;Simplon Norm Light\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1sjgo4x-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"EBwdlYdMUX0F6SSBSH\",scopeId:\"hCj3pkIRs\",children:/*#__PURE__*/_jsx(Mailchimp,{borderRadius:8,bottomLeftRadius:8,bottomRightRadius:8,button:{color:\"rgb(255, 255, 255)\",fill:\"var(--token-607666f8-d4a0-4f3d-b8c1-9918a84c9f9d, rgb(183, 19, 117))\",fontWeight:600,label:\"Sign Up\"},font:false,fontFamily:\"Inter\",fontSize:16,fontWeight:400,gap:15,height:\"100%\",id:\"EBwdlYdMUX0F6SSBSH\",input:{color:\"var(--token-74762dd9-a556-4ddf-8d4f-406abd3011e8, rgb(0, 0, 0))\",error:\"rgb(238, 68, 68)\",fill:\"var(--token-c70daaef-91db-44bf-99c9-5b1768c26832, rgb(255, 255, 255))\",placeholder:\"email address\",placeholderColor:\"rgb(150, 150, 150)\",value:\"\"},isMixedBorderRadius:false,layout:\"horizontal\",layoutId:\"EBwdlYdMUX0F6SSBSH\",padding:15,paddingBottom:15,paddingLeft:15,paddingPerSide:false,paddingRight:15,paddingTop:15,style:{width:\"100%\"},topLeftRadius:8,topRightRadius:8,url:\"https://expansivetherapy.us19.list-manage.com/subscribe/post?u=243990001b537d3fefcd31d0a&amp;id=e1541072b5&amp;f_id=006394e4f0\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hd7kkd\",\"data-framer-name\":\"drop us a line\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1RvYmlhcyBMaWdodA==\",\"--framer-font-family\":'\"Tobias Light\", \"Tobias Light Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-letter-spacing\":\"0.04em\",\"--framer-line-height\":\"49.1px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:\"Drop us a line.\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NpbXBsb24gTm9ybSBMaWdodA==\",\"--framer-font-family\":'\"Simplon Norm Light\", \"Simplon Norm Light Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-letter-spacing\":\"0.04em\",\"--framer-line-height\":\"29px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Questions, concerns or need support?\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UGxhdGZvcm0tMzAw\",\"--framer-font-family\":'\"Platform\", \"Platform Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"0.04em\",\"--framer-line-height\":\"29px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NpbXBsb24gTm9ybSBMaWdodA==\",\"--framer-font-family\":'\"Simplon Norm Light\", \"Simplon Norm Light Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-letter-spacing\":\"0.04em\",\"--framer-line-height\":\"29px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-decoration\":\"underline\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:info@expansivetherapy.com\",motionChild:true,nodeId:\"EBwdlYdMUs3_H14zkx\",openInNewTab:true,scopeId:\"hCj3pkIRs\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1apfmu9\",\"data-styles-preset\":\"JWRzRnHFJ\",children:\"info@expansivetherapy.com\"})})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NpbXBsb24gTm9ybSBMaWdodA==\",\"--framer-font-family\":'\"Simplon Norm Light\", \"Simplon Norm Light Placeholder\", sans-serif',\"--framer-font-size\":\"21px\",\"--framer-letter-spacing\":\"0.04em\",\"--framer-line-height\":\"46px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-decoration\":\"underline\"},children:/*#__PURE__*/_jsx(Link,{href:\"sms:+9174261521\",motionChild:true,nodeId:\"EBwdlYdMUs3_H14zkx\",openInNewTab:true,scopeId:\"hCj3pkIRs\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1apfmu9\",\"data-styles-preset\":\"JWRzRnHFJ\",children:\"(917)426-1521\"})})})]}),className:\"framer-kvnz28\",\"data-framer-name\":\"Drop us a line. Questions, concerns or need support? info@expansivetherapy.com (212) 655-9817\",fonts:[\"CUSTOM;Tobias Light\",\"CUSTOM;Simplon Norm Light\",\"GF;Platform-300\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vubt8w\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/expansivetherapy/\",motionChild:true,nodeId:\"EBwdlYdMUblkttzLYy\",scopeId:\"hCj3pkIRs\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-lpkcsk framer-1ptd1m7\",\"data-framer-name\":'\uD83E\uDD86 icon \"rounded instagram\"',layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 35 35\"><path d=\"M 23.417 17.521 C 23.417 17.047 23.347 16.531 23.208 15.974 L 24.964 15.974 L 24.964 24.42 C 24.964 24.644 24.887 24.825 24.734 24.964 C 24.581 25.103 24.393 25.173 24.17 25.173 L 10.412 25.173 C 10.189 25.173 10.008 25.103 9.869 24.964 C 9.729 24.825 9.659 24.644 9.659 24.42 L 9.659 15.974 L 11.374 15.974 C 11.235 16.531 11.165 17.047 11.165 17.521 C 11.165 18.357 11.325 19.152 11.646 19.904 C 11.966 20.657 12.405 21.305 12.963 21.849 C 13.52 22.392 14.176 22.825 14.928 23.145 C 15.681 23.466 16.475 23.626 17.312 23.626 C 18.148 23.626 18.943 23.466 19.695 23.145 C 20.448 22.825 21.096 22.392 21.64 21.849 C 22.183 21.305 22.615 20.657 22.936 19.904 C 23.257 19.152 23.417 18.357 23.417 17.521 Z M 17.312 21.326 C 16.782 21.326 16.28 21.229 15.806 21.033 C 15.332 20.838 14.921 20.567 14.573 20.218 C 14.224 19.87 13.953 19.465 13.757 19.005 C 13.562 18.545 13.465 18.051 13.465 17.521 C 13.465 16.991 13.562 16.489 13.757 16.016 C 13.953 15.542 14.224 15.13 14.573 14.782 C 14.921 14.434 15.332 14.162 15.806 13.967 C 16.28 13.771 16.782 13.674 17.312 13.674 C 17.841 13.674 18.336 13.771 18.796 13.967 C 19.256 14.162 19.66 14.434 20.009 14.782 C 20.357 15.13 20.629 15.542 20.824 16.016 C 21.019 16.489 21.117 16.991 21.117 17.521 C 21.117 18.051 21.019 18.545 20.824 19.005 C 20.629 19.465 20.357 19.87 20.009 20.218 C 19.66 20.567 19.256 20.838 18.796 21.033 C 18.336 21.229 17.841 21.326 17.312 21.326 Z M 24.17 9.869 C 24.393 9.869 24.581 9.938 24.734 10.078 C 24.887 10.217 24.964 10.398 24.964 10.621 L 24.964 12.921 C 24.964 13.144 24.887 13.325 24.734 13.465 C 24.581 13.604 24.393 13.674 24.17 13.674 L 21.87 13.674 C 21.647 13.674 21.465 13.604 21.326 13.465 C 21.187 13.325 21.117 13.144 21.117 12.921 L 21.117 10.621 C 21.117 10.398 21.187 10.217 21.326 10.078 C 21.465 9.938 21.647 9.869 21.87 9.869 Z M 26.219 0 C 27.417 0 28.553 0.23 29.627 0.69 C 30.7 1.15 31.634 1.777 32.428 2.572 C 33.223 3.366 33.85 4.293 34.31 5.352 C 34.77 6.412 35 7.541 35 8.74 L 35 26.219 C 35 27.417 34.77 28.553 34.31 29.627 C 33.85 30.7 33.223 31.634 32.428 32.428 C 31.634 33.223 30.7 33.85 29.627 34.31 C 28.553 34.77 27.417 35 26.219 35 L 8.74 35 C 7.541 35 6.412 34.77 5.352 34.31 C 4.293 33.85 3.366 33.223 2.572 32.428 C 1.777 31.634 1.15 30.7 0.69 29.627 C 0.23 28.553 0 27.417 0 26.219 L 0 8.74 C 0 7.541 0.23 6.412 0.69 5.352 C 1.15 4.293 1.777 3.366 2.572 2.572 C 3.366 1.777 4.293 1.15 5.352 0.69 C 6.412 0.23 7.541 0 8.74 0 Z M 27.264 9.869 C 27.264 9.227 27.041 8.684 26.595 8.238 C 26.149 7.792 25.605 7.569 24.964 7.569 L 9.659 7.569 C 9.018 7.569 8.475 7.792 8.029 8.238 C 7.583 8.684 7.36 9.227 7.36 9.869 L 7.36 25.173 C 7.36 25.814 7.583 26.358 8.029 26.804 C 8.475 27.25 9.018 27.473 9.659 27.473 L 24.964 27.473 C 25.605 27.473 26.149 27.25 26.595 26.804 C 27.041 26.358 27.264 25.814 27.264 25.173 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:10030051554,withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.facebook.com/expansivetherapy\",motionChild:true,nodeId:\"EBwdlYdMUWrgYLZfXp\",scopeId:\"hCj3pkIRs\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1cflia8 framer-1ptd1m7\",\"data-framer-name\":'\uD83E\uDD86 icon \"circle facebook\"',fill:\"rgba(0,0,0,1)\",intrinsicHeight:35,intrinsicWidth:36,svg:'<svg width=\"36\" height=\"35\" viewBox=\"0 0 36 35\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M18.4004 0C20.8199 0 23.0935 0.458879 25.221 1.37664C27.3485 2.2944 29.2049 3.54589 30.7901 5.13111C32.3754 6.71633 33.6268 8.56575 34.5446 10.6794C35.4624 12.793 35.9212 15.0596 35.9212 17.4791C35.9212 19.8987 35.4624 22.1722 34.5446 24.2997C33.6268 26.4273 32.3754 28.2837 30.7901 29.8689C29.2049 31.4541 27.3485 32.7056 25.221 33.6233C23.0935 34.5411 20.8199 35 18.4004 35C15.9809 35 13.7143 34.5411 11.6006 33.6233C9.48701 32.7056 7.63759 31.4541 6.05237 29.8689C4.46715 28.2837 3.21566 26.4273 2.2979 24.2997C1.38014 22.1722 0.921265 19.8987 0.921265 17.4791C0.921265 15.0596 1.38014 12.793 2.2979 10.6794C3.21566 8.56575 4.46715 6.71633 6.05237 5.13111C7.63759 3.54589 9.48701 2.2944 11.6006 1.37664C13.7143 0.458879 15.9809 0 18.4004 0ZM24.9916 7.63408H21.2788C20.5557 7.63408 19.8883 7.75923 19.2764 8.00953C18.6646 8.25983 18.1292 8.59356 17.6704 9.01072C17.2115 9.42789 16.8569 9.90067 16.6066 10.4291C16.3563 10.9575 16.2311 11.4859 16.2311 12.0143V14.2253H12.9356V18.5638H16.2311V27.3242H20.6114V18.5638H23.8652V14.2253H20.6114V13.0989C20.6114 12.7652 20.7435 12.501 21.0077 12.3063C21.2719 12.1116 21.5013 12.0143 21.696 12.0143H24.9916V7.63408Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/expansivetherapy/\",motionChild:true,nodeId:\"EBwdlYdMUc8Pb1bQkj\",scopeId:\"hCj3pkIRs\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1cuqw4n framer-1ptd1m7\",\"data-framer-name\":'\uD83E\uDD86 icon \"rounded linkedin\"',fill:\"rgba(0,0,0,1)\",intrinsicHeight:35,intrinsicWidth:35,svg:'<svg width=\"35\" height=\"35\" viewBox=\"0 0 35 35\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M26.2605 0C27.4592 0 28.5882 0.229988 29.6476 0.689964C30.7069 1.14994 31.6338 1.77718 32.4283 2.57168C33.2228 3.36619 33.8501 4.29311 34.31 5.35245C34.77 6.41179 35 7.54082 35 8.73955V26.2186C35 27.4174 34.77 28.5534 34.31 29.6266C33.8501 30.6999 33.2228 31.6338 32.4283 32.4283C31.6338 33.2228 30.7069 33.8501 29.6476 34.31C28.5882 34.77 27.4592 35 26.2605 35H8.73955C7.54082 35 6.41179 34.77 5.35245 34.31C4.29311 33.8501 3.36619 33.2228 2.57168 32.4283C1.77718 31.6338 1.14994 30.6999 0.689964 29.6266C0.229988 28.5534 0 27.4174 0 26.2186V8.73955C0 7.54082 0.229988 6.41179 0.689964 5.35245C1.14994 4.29311 1.77718 3.36619 2.57168 2.57168C3.36619 1.77718 4.29311 1.14994 5.35245 0.689964C6.41179 0.229988 7.54082 0 8.73955 0H26.2605ZM12.043 13.1302H7.65233V27.3477H12.043V13.1302ZM9.86858 12.0012C10.454 12.0012 10.9628 11.7921 11.3949 11.374C11.827 10.9558 12.043 10.4401 12.043 9.82676C12.043 9.21346 11.827 8.69773 11.3949 8.27957C10.9628 7.86141 10.454 7.65233 9.86858 7.65233C9.25528 7.65233 8.73258 7.86141 8.30048 8.27957C7.86838 8.69773 7.65233 9.21346 7.65233 9.82676C7.65233 10.4401 7.86838 10.9558 8.30048 11.374C8.73258 11.7921 9.25528 12.0012 9.86858 12.0012ZM27.3477 19.1099C27.3477 18.1063 27.0689 17.1237 26.5114 16.1619C25.9538 15.2001 25.229 14.4683 24.3369 13.9665C23.5285 13.5205 22.5876 13.2836 21.5143 13.2557C20.4411 13.2278 19.4723 13.409 18.6081 13.7993V13.1302H14.2174V27.3477H18.6081V18.6499L20.4062 17.7718C20.6292 17.6603 20.9359 17.6045 21.3262 17.6045C21.7164 17.6045 22.0092 17.6742 22.2043 17.8136C22.3716 17.8973 22.5388 18.0785 22.7061 18.3572C22.8734 18.636 22.957 18.8869 22.957 19.1099V27.3477H27.3477V19.1099Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14ngurj\",\"data-framer-name\":\"logo & privacy\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-icjtnl\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16p6sc6\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NpbXBsb24gTm9ybSBMaWdodA==\",\"--framer-font-family\":'\"Simplon Norm Light\", \"Simplon Norm Light Placeholder\", sans-serif',\"--framer-font-size\":\"18.27px\",\"--framer-letter-spacing\":\"0.1em\",\"--framer-line-height\":\"34.26px\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-decoration\":\"underline\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jnLTBhZ2s\"},motionChild:true,nodeId:\"EBwdlYdMURHGRcX5G8\",openInNewTab:false,scopeId:\"hCj3pkIRs\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1apfmu9\",\"data-styles-preset\":\"JWRzRnHFJ\",children:\"Privacy Policy\"})})})}),className:\"framer-1nfbtjf\",\"data-framer-name\":\"Privacy Policy\",fonts:[\"CUSTOM;Simplon Norm Light\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NpbXBsb24gTm9ybSBMaWdodA==\",\"--framer-font-family\":'\"Simplon Norm Light\", \"Simplon Norm Light Placeholder\", sans-serif',\"--framer-font-size\":\"18.27px\",\"--framer-letter-spacing\":\"0.1em\",\"--framer-line-height\":\"34.26px\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-decoration\":\"underline\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Z7s9O1bRP\"},motionChild:true,nodeId:\"EBwdlYdMUZN2pvc3Ns\",openInNewTab:false,scopeId:\"hCj3pkIRs\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1apfmu9\",\"data-styles-preset\":\"JWRzRnHFJ\",children:\"Terms of Service\"})})})}),className:\"framer-1gb2ytg\",\"data-framer-name\":\"Privacy Policy\",fonts:[\"CUSTOM;Simplon Norm Light\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NpbXBsb24gTm9ybSBMaWdodA==\",\"--framer-font-family\":'\"Simplon Norm Light\", \"Simplon Norm Light Placeholder\", sans-serif',\"--framer-font-size\":\"18.27px\",\"--framer-letter-spacing\":\"0.1em\",\"--framer-line-height\":\"34.26px\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-decoration\":\"underline\",\"--framer-text-transform\":\"uppercase\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"IYpt5_pBG\"},motionChild:true,nodeId:\"EBwdlYdMUk0EI33XyZ\",openInNewTab:false,scopeId:\"hCj3pkIRs\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1apfmu9\",\"data-styles-preset\":\"JWRzRnHFJ\",children:\"Site map\"})})})}),className:\"framer-357sfu\",\"data-framer-name\":\"Privacy Policy\",fonts:[\"CUSTOM;Simplon Norm Light\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NpbXBsb24gTm9ybSBMaWdodA==\",\"--framer-font-family\":'\"Simplon Norm Light\", \"Simplon Norm Light Placeholder\", sans-serif',\"--framer-font-size\":\"12.27px\",\"--framer-letter-spacing\":\"0.1em\",\"--framer-line-height\":\"34.26px\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"uppercase\"},children:\"\\xa9 2023 EXPANSIVE THERAPY | ALL RIGHTS RESERVED. \"})}),className:\"framer-b2w574\",\"data-framer-name\":\"\\xa9 2023 EXPANSIVE THERAPY | ALL RIGHTS RESERVED.\",fonts:[\"CUSTOM;Simplon Norm Light\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"YYZfD427t\"},motionChild:true,nodeId:\"EBwdlYdMUIvcxOPdkY\",scopeId:\"hCj3pkIRs\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:53,intrinsicWidth:463,pixelHeight:106,pixelWidth:926,sizes:\"399px\",src:\"https://framerusercontent.com/images/uWVELMeq3bL70LYALjnCcW27HAo.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/uWVELMeq3bL70LYALjnCcW27HAo.png?scale-down-to=512 512w,https://framerusercontent.com/images/uWVELMeq3bL70LYALjnCcW27HAo.png 926w\"},className:\"framer-1lbrz1m framer-1ptd1m7\",\"data-framer-name\":\"expansivetherapylogo_white\"})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tzqclm\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15x1lcg\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NpbXBsb24gTm9ybSBMaWdodA==\",\"--framer-font-family\":'\"Simplon Norm Light\", \"Simplon Norm Light Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0.04em\",\"--framer-line-height\":\"29px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"YYZfD427t\"},motionChild:true,nodeId:\"EBwdlYdMUtyA1LiVqy\",openInNewTab:false,scopeId:\"hCj3pkIRs\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1apfmu9\",\"data-styles-preset\":\"JWRzRnHFJ\",children:\"Home\"})})})}),className:\"framer-10qt7dz\",\"data-framer-name\":\"Home\",fonts:[\"CUSTOM;Simplon Norm Light\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NpbXBsb24gTm9ybSBMaWdodA==\",\"--framer-font-family\":'\"Simplon Norm Light\", \"Simplon Norm Light Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0.04em\",\"--framer-line-height\":\"29px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"MD73248VJ\"},motionChild:true,nodeId:\"EBwdlYdMUN6f9E14yB\",openInNewTab:false,scopeId:\"hCj3pkIRs\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1apfmu9\",\"data-styles-preset\":\"JWRzRnHFJ\",children:\"CA Therapists\"})})})}),className:\"framer-h00txf\",\"data-framer-name\":\"CA Therapists\",fonts:[\"CUSTOM;Simplon Norm Light\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NpbXBsb24gTm9ybSBMaWdodA==\",\"--framer-font-family\":'\"Simplon Norm Light\", \"Simplon Norm Light Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0.04em\",\"--framer-line-height\":\"29px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"GZKySiz1r\"},motionChild:true,nodeId:\"EBwdlYdMUvjuokhriK\",openInNewTab:false,scopeId:\"hCj3pkIRs\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1apfmu9\",\"data-styles-preset\":\"JWRzRnHFJ\",children:\"NY Therapists\"})})})}),className:\"framer-tmot6b\",\"data-framer-name\":\"NY Therapists\",fonts:[\"CUSTOM;Simplon Norm Light\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h75agq\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NpbXBsb24gTm9ybSBMaWdodA==\",\"--framer-font-family\":'\"Simplon Norm Light\", \"Simplon Norm Light Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0.04em\",\"--framer-line-height\":\"29px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"J_O09P9WJ\"},motionChild:true,nodeId:\"EBwdlYdMUx833gjlQv\",openInNewTab:false,scopeId:\"hCj3pkIRs\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1apfmu9\",\"data-styles-preset\":\"JWRzRnHFJ\",children:\"About\"})})})}),className:\"framer-19tm1ib\",\"data-framer-name\":\"About\",fonts:[\"CUSTOM;Simplon Norm Light\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NpbXBsb24gTm9ybSBMaWdodA==\",\"--framer-font-family\":'\"Simplon Norm Light\", \"Simplon Norm Light Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0.04em\",\"--framer-line-height\":\"29px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"w0uHGZR9X\"},motionChild:true,nodeId:\"EBwdlYdMUNYCqI8Woc\",openInNewTab:false,scopeId:\"hCj3pkIRs\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1apfmu9\",\"data-styles-preset\":\"JWRzRnHFJ\",children:\"FAQs\"})})})}),className:\"framer-ybhxb2\",\"data-framer-name\":\"FAQs\",fonts:[\"CUSTOM;Simplon Norm Light\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NpbXBsb24gTm9ybSBMaWdodA==\",\"--framer-font-family\":'\"Simplon Norm Light\", \"Simplon Norm Light Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0.04em\",\"--framer-line-height\":\"29px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"rgkCCrvA9\"},motionChild:true,nodeId:\"EBwdlYdMUI1Hxbvglo\",openInNewTab:false,scopeId:\"hCj3pkIRs\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1apfmu9\",\"data-styles-preset\":\"JWRzRnHFJ\",children:\"Blog\"})})})}),className:\"framer-1g7q4cz\",\"data-framer-name\":\"Blog\",fonts:[\"CUSTOM;Simplon Norm Light\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NpbXBsb24gTm9ybSBMaWdodA==\",\"--framer-font-family\":'\"Simplon Norm Light\", \"Simplon Norm Light Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0.04em\",\"--framer-line-height\":\"29px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Pzsx4TetN\"},motionChild:true,nodeId:\"EBwdlYdMUSV3oxCyWJ\",openInNewTab:false,scopeId:\"hCj3pkIRs\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1apfmu9\",\"data-styles-preset\":\"JWRzRnHFJ\",children:\"Contact\"})})})}),className:\"framer-1ldborw\",\"data-framer-name\":\"Contact\",fonts:[\"CUSTOM;Simplon Norm Light\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NpbXBsb24gTm9ybSBMaWdodA==\",\"--framer-font-family\":'\"Simplon Norm Light\", \"Simplon Norm Light Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0.04em\",\"--framer-line-height\":\"29px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"roSM2TIH7\"},motionChild:true,nodeId:\"EBwdlYdMUcWgeewjze\",openInNewTab:false,scopeId:\"hCj3pkIRs\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1apfmu9\",\"data-styles-preset\":\"JWRzRnHFJ\",children:\"Specialties\"})})})}),className:\"framer-18th1i0\",\"data-framer-name\":\"Specialties\",fonts:[\"CUSTOM;Simplon Norm Light\"],verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dqsl7f\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NpbXBsb24gTm9ybSBMaWdodA==\",\"--framer-font-family\":'\"Simplon Norm Light\", \"Simplon Norm Light Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0.04em\",\"--framer-line-height\":\"29px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"w3ScB8wf8\"},motionChild:true,nodeId:\"EBwdlYdMUcadAtMQXG\",openInNewTab:false,scopeId:\"hCj3pkIRs\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1apfmu9\",\"data-styles-preset\":\"JWRzRnHFJ\",children:\"Businesses\"})})})}),className:\"framer-hrz6zg\",\"data-framer-name\":\"Contact\",fonts:[\"CUSTOM;Simplon Norm Light\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NpbXBsb24gTm9ybSBMaWdodA==\",\"--framer-font-family\":'\"Simplon Norm Light\", \"Simplon Norm Light Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0.04em\",\"--framer-line-height\":\"29px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"q9KnX3_o_\"},motionChild:true,nodeId:\"EBwdlYdMUytVMSUPIR\",openInNewTab:false,scopeId:\"hCj3pkIRs\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1apfmu9\",\"data-styles-preset\":\"JWRzRnHFJ\",children:\"Schools\"})})})}),className:\"framer-tz4blc\",\"data-framer-name\":\"Specialties\",fonts:[\"CUSTOM;Simplon Norm Light\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NpbXBsb24gTm9ybSBMaWdodA==\",\"--framer-font-family\":'\"Simplon Norm Light\", \"Simplon Norm Light Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0.04em\",\"--framer-line-height\":\"29px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"SxaIdXWJt\"},motionChild:true,nodeId:\"EBwdlYdMUyhuTHPuG0\",openInNewTab:false,scopeId:\"hCj3pkIRs\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1apfmu9\",\"data-styles-preset\":\"JWRzRnHFJ\",children:\"Clinics\"})})})}),className:\"framer-bk3oeo\",\"data-framer-name\":\"Specialties\",fonts:[\"CUSTOM;Simplon Norm Light\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1NpbXBsb24gTm9ybSBMaWdodA==\",\"--framer-font-family\":'\"Simplon Norm Light\", \"Simplon Norm Light Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"0.04em\",\"--framer-line-height\":\"29px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\",\"--framer-text-transform\":\"capitalize\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"V6QhflP66\"},motionChild:true,nodeId:\"EBwdlYdMUNuIFzmpZq\",openInNewTab:false,scopeId:\"hCj3pkIRs\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1apfmu9\",\"data-styles-preset\":\"JWRzRnHFJ\",children:\"Internships\"})})})}),className:\"framer-1wh9iw9\",\"data-framer-name\":\"Specialties\",fonts:[\"CUSTOM;Simplon Norm Light\"],verticalAlignment:\"center\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-14o1fr8\",\"data-framer-name\":\"Arrow 49\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:22,svg:'<svg width=\"22\" height=\"16\" viewBox=\"0 0 22 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M21.7071 8.70711C22.0976 8.31658 22.0976 7.68342 21.7071 7.29289L15.3431 0.928932C14.9526 0.538408 14.3195 0.538408 13.9289 0.928932C13.5384 1.31946 13.5384 1.95262 13.9289 2.34315L19.5858 8L13.9289 13.6569C13.5384 14.0474 13.5384 14.6805 13.9289 15.0711C14.3195 15.4616 14.9526 15.4616 15.3431 15.0711L21.7071 8.70711ZM0 9H21V7H0V9Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})]}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:817,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-hq7lew-container hidden-1147wv6 hidden-vteep2\",nodeId:\"H7zDbyct3\",scopeId:\"hCj3pkIRs\",children:/*#__PURE__*/_jsx(FooterDesktop,{height:\"100%\",id:\"H7zDbyct3\",layoutId:\"H7zDbyct3\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e3o3uh hidden-1nd5io2 hidden-1147wv6 hidden-mnf6yq\",\"data-framer-name\":\"newnav mobile\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{MQMSKlTBw:{width:componentViewport?.width||\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:75,children:/*#__PURE__*/_jsx(Container,{className:\"framer-eik8l3-container\",nodeId:\"UVtc2QoGu\",scopeId:\"hCj3pkIRs\",children:/*#__PURE__*/_jsx(MobileOpenClosedNav,{height:\"100%\",id:\"UVtc2QoGu\",layoutId:\"UVtc2QoGu\",style:{width:\"100%\"},variant:\"AqVakdgTI\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation1},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-7x133\",\"data-framer-name\":\"BANNER-NATIVE\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1sedub8\",children:/*#__PURE__*/_jsx(Overlay,{children:overlay3=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-jb7dat\",\"data-styles-preset\":\"CfLGqfP9L\",children:\"Book your intro session with a therapist\"})}),className:\"framer-mn69rs\",\"data-framer-name\":\"Book a free 20-Minute Consultation with a therapist\",fonts:[\"Inter\"],id:\"mn69rs\",onTap:onTap3bnx0g({overlay:overlay3}),verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay3.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-mq8uxw\"),\"data-framer-portal-id\":\"mn69rs\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay3.hide()},\"aMBH_a0oi\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-1lbzsmy-container\"),\"data-framer-portal-id\":\"mn69rs\",nodeId:\"odR9Jo8C8\",scopeId:\"hCj3pkIRs\",children:/*#__PURE__*/_jsx(TherapistSLocationsModal,{height:\"100%\",id:\"odR9Jo8C8\",layoutId:\"odR9Jo8C8\",style:{height:\"100%\",width:\"100%\"},variant:\"L0aNKSdIX\",width:\"100%\"})})})]}),getContainer())})})]})})})}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gs6wn0 hidden-vteep2\",\"data-framer-name\":\"newnav mobile\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:75,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yaqrfl-container\",nodeId:\"giU7en7th\",scopeId:\"hCj3pkIRs\",children:/*#__PURE__*/_jsx(MobileOpenClosedNav,{height:\"100%\",id:\"giU7en7th\",layoutId:\"giU7en7th\",style:{width:\"100%\"},variant:\"AqVakdgTI\",width:\"100%\"})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation1},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-qentbl\",\"data-framer-name\":\"BANNER-NATIVE\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-am3o2f\",children:/*#__PURE__*/_jsx(Overlay,{children:overlay4=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-jb7dat\",\"data-styles-preset\":\"CfLGqfP9L\",children:\"Book your intro session with a therapist\"})}),className:\"framer-vqvsom\",\"data-framer-name\":\"Book a free 20-Minute Consultation with a therapist\",fonts:[\"Inter\"],id:\"vqvsom\",onTap:onTap3bnx0g({overlay:overlay4}),verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay4.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1llwhc2\"),\"data-framer-portal-id\":\"vqvsom\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay4.hide()},\"CEBYZ0XPU\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-qpkjrs-container\"),\"data-framer-portal-id\":\"vqvsom\",nodeId:\"ZYw5Cs0ta\",scopeId:\"hCj3pkIRs\",children:/*#__PURE__*/_jsx(TherapistSLocationsModal,{height:\"100%\",id:\"ZYw5Cs0ta\",layoutId:\"ZYw5Cs0ta\",style:{height:\"100%\",width:\"100%\"},variant:\"L0aNKSdIX\",width:\"100%\"})})})]}),getContainer())})})]})})})})]})]}),isDisplayed4()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-g6nl2y hidden-1nd5io2 hidden-vteep2 hidden-mnf6yq\",\"data-framer-name\":\"tablet newnav\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{WleFzHI1l:{width:componentViewport?.width||\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:95,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pfh1xg-container\",nodeId:\"xveXorDoS\",scopeId:\"hCj3pkIRs\",children:/*#__PURE__*/_jsx(TabletOpenClosedNavCopy4,{height:\"100%\",id:\"xveXorDoS\",layoutId:\"xveXorDoS\",style:{width:\"100%\"},variant:\"ef_rPpVfe\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-jyiqb9\",\"data-framer-name\":\"BANNER-NATIVE\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1r9gmhi\",children:/*#__PURE__*/_jsx(Overlay,{children:overlay5=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-jb7dat\",\"data-styles-preset\":\"CfLGqfP9L\",children:\"Book your intro session with a therapist\"})}),className:\"framer-kbzjdc\",\"data-framer-name\":\"Book a free 20-Minute Consultation with a therapist\",fonts:[\"Inter\"],id:\"kbzjdc\",onTap:onTap3bnx0g({overlay:overlay5}),verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay5.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-ynpu8o\"),\"data-framer-portal-id\":\"kbzjdc\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay5.hide()},\"lPGyKL8R0\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"763px\",children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-11znc0x-container\"),\"data-framer-portal-id\":\"kbzjdc\",nodeId:\"GbZUWeZQJ\",scopeId:\"hCj3pkIRs\",children:/*#__PURE__*/_jsx(TherapistSLocationsModal,{height:\"100%\",id:\"GbZUWeZQJ\",layoutId:\"GbZUWeZQJ\",style:{height:\"100%\",width:\"100%\"},variant:\"bJpV5mUwS\",width:\"100%\"})})})]}),getContainer())})})]})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Q1fPX.framer-1ptd1m7, .framer-Q1fPX .framer-1ptd1m7 { display: block; }\",\".framer-Q1fPX.framer-1nd5io2 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1728px; }\",\".framer-Q1fPX .framer-fyh0f3, .framer-Q1fPX .framer-e3o3uh, .framer-Q1fPX .framer-gs6wn0, .framer-Q1fPX .framer-g6nl2y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 10; }\",\".framer-Q1fPX .framer-1t95hg6-container, .framer-Q1fPX .framer-eik8l3-container, .framer-Q1fPX .framer-1yaqrfl-container, .framer-Q1fPX .framer-pfh1xg-container { flex: none; height: auto; position: relative; width: 100%; z-index: 10; }\",\".framer-Q1fPX .framer-nr99to { align-content: center; align-items: center; background-color: #b71375; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 60px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 9; }\",\".framer-Q1fPX .framer-1ym84p3, .framer-Q1fPX .framer-1sedub8, .framer-Q1fPX .framer-am3o2f, .framer-Q1fPX .framer-1r9gmhi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Q1fPX .framer-19ohfx9, .framer-Q1fPX .framer-mn69rs, .framer-Q1fPX .framer-vqvsom, .framer-Q1fPX .framer-kbzjdc { cursor: pointer; flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 6; }\",\".framer-Q1fPX.framer-11e4v29, .framer-Q1fPX.framer-mq8uxw, .framer-Q1fPX.framer-1llwhc2, .framer-Q1fPX.framer-ynpu8o { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 5; }\",\".framer-Q1fPX.framer-1ues04z-container { flex: none; height: 315px; left: calc(50.00000000000002% - 763px / 2); position: fixed; top: calc(49.94753410283318% - 315px / 2); width: 763px; z-index: 5; }\",\".framer-Q1fPX .framer-xf5a7l { align-content: center; align-items: center; background-color: #8b1874; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 440px; justify-content: center; overflow: hidden; padding: 60px; position: relative; width: 100%; }\",\".framer-Q1fPX .framer-1fow0uz, .framer-Q1fPX .framer-sojp25 { flex: none; height: auto; max-width: 100%; overflow: visible; position: relative; white-space: pre-wrap; width: 390px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-Q1fPX .framer-1m8fcq5 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 700px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-Q1fPX .framer-gkq0pb, .framer-Q1fPX .framer-qvoaww { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-Q1fPX .framer-1mnw84b-container, .framer-Q1fPX .framer-10f72h4-container, .framer-Q1fPX .framer-h96ozb-container, .framer-Q1fPX .framer-15q7aiq-container, .framer-Q1fPX .framer-19f77hc-container, .framer-Q1fPX .framer-1cix6j-container, .framer-Q1fPX .framer-1guh3gz-container, .framer-Q1fPX .framer-4zp6n7-container, .framer-Q1fPX .framer-1rtue8t-container, .framer-Q1fPX .framer-g45y83-container, .framer-Q1fPX .framer-b6ctv7-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-Q1fPX .framer-hkpgec { 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: hidden; padding: 50px 0px 90px 0px; position: relative; width: 100%; }\",\".framer-Q1fPX .framer-wveaws { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; max-width: 600px; padding: 0px 20px 0px 20px; position: relative; width: 37%; }\",\".framer-Q1fPX .framer-uinww5 { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 490px; position: relative; width: 200%; }\",\".framer-Q1fPX .framer-1bo7acb, .framer-Q1fPX .framer-2w99wh, .framer-Q1fPX .framer-159xmj3 { --framer-paragraph-spacing: 43px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 200%; word-break: break-word; word-wrap: break-word; }\",\".framer-Q1fPX .framer-1bjaikc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 69px; height: min-content; justify-content: center; min-height: 1037px; overflow: hidden; padding: 0px; position: relative; width: 200%; }\",\".framer-Q1fPX .framer-zenref, .framer-Q1fPX .framer-17q0arl { aspect-ratio: 1.080550098231827 / 1; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 185px); position: relative; width: 1px; z-index: 1; }\",\".framer-Q1fPX .framer-1a5gzj1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 42px; overflow: hidden; padding: 0px; position: relative; width: 310%; }\",\".framer-Q1fPX .framer-7fms2p { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 530px; position: relative; width: 65%; }\",\".framer-Q1fPX .framer-nt0y68 { background-color: var(--token-74762dd9-a556-4ddf-8d4f-406abd3011e8, #000000); flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); opacity: 0.36; overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; }\",\".framer-Q1fPX .framer-1yhzlm3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 50px 0px 50px 0px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: min-content; }\",\".framer-Q1fPX .framer-171dh8a, .framer-Q1fPX .framer-10khouo { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-Q1fPX .framer-xjc0mr, .framer-Q1fPX .framer-18khfjy, .framer-Q1fPX .framer-1ueed5y, .framer-Q1fPX .framer-1m86ki1, .framer-Q1fPX .framer-1bejbfn { --framer-paragraph-spacing: 43px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Q1fPX .framer-1wczbim { --framer-paragraph-spacing: 43px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 382px; word-break: break-word; word-wrap: break-word; }\",\".framer-Q1fPX .framer-nxdphb-container, .framer-Q1fPX .framer-n7jte9-container, .framer-Q1fPX .framer-1sjgo4x-container { flex: none; height: auto; position: relative; width: 430px; }\",\".framer-Q1fPX .framer-17vpbf { --framer-paragraph-spacing: 43px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 872%; word-break: break-word; word-wrap: break-word; }\",\".framer-Q1fPX .framer-fcnrnx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 42px; overflow: hidden; padding: 0px; position: relative; width: 482px; }\",\".framer-Q1fPX .framer-1nt1i87 { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 280px; position: relative; width: 70%; }\",\".framer-Q1fPX .framer-66jtr8 { background-color: var(--token-74762dd9-a556-4ddf-8d4f-406abd3011e8, #000000); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); opacity: 0.36; overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-Q1fPX .framer-5ofywn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 0px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: min-content; }\",\".framer-Q1fPX .framer-ezket4-container { flex: none; height: auto; position: relative; width: 308px; }\",\".framer-Q1fPX .framer-p9uui2 { align-content: center; align-items: center; background-color: var(--token-607666f8-d4a0-4f3d-b8c1-9918a84c9f9d, #b71375); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 50px 0px 50px 0px; position: relative; width: 373%; }\",\".framer-Q1fPX .framer-2vl1m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Q1fPX .framer-g1f776 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 118%; }\",\".framer-Q1fPX .framer-2oa3is, .framer-Q1fPX .framer-1rre8r3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Q1fPX .framer-9g7oac, .framer-Q1fPX .framer-1u7q60t { --framer-paragraph-spacing: 43px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 140%; word-break: break-word; word-wrap: break-word; }\",\".framer-Q1fPX .framer-1hdcip4, .framer-Q1fPX .framer-mqysmn { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-Q1fPX.framer-745swg, .framer-Q1fPX.framer-1karo6y { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; }\",\".framer-Q1fPX.framer-1a60szf-container, .framer-Q1fPX.framer-1ldn1sy-container { flex: none; height: 315px; left: calc(50.00000000000002% - 763px / 2); position: fixed; top: calc(49.94753410283318% - 315px / 2); width: 763px; z-index: 10; }\",\".framer-Q1fPX .framer-5hahnu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 118%; }\",\".framer-Q1fPX .framer-13gn3wh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 39px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 73%; }\",\".framer-Q1fPX .framer-ijomzk { flex: none; height: 2px; position: relative; width: 100%; }\",\".framer-Q1fPX .framer-14d970m { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Q1fPX .framer-14b3291 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 89px; height: min-content; justify-content: center; max-width: 100%; padding: 50px 200px 200px 200px; position: relative; width: min-content; }\",\".framer-Q1fPX .framer-44cjcc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; height: min-content; justify-content: space-between; max-width: 100%; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 173px; }\",\".framer-Q1fPX .framer-1l8317 { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 239px; position: relative; width: 218px; }\",\".framer-Q1fPX .framer-r7q83l { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; min-width: 200px; padding: 10px 0px 0px 0px; position: relative; width: 207px; }\",\".framer-Q1fPX .framer-i43th2 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 97%; word-break: break-word; word-wrap: break-word; }\",\".framer-Q1fPX .framer-s18umw { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 98%; word-break: break-word; word-wrap: break-word; }\",\".framer-Q1fPX .framer-gtl7ae-container { flex: none; height: auto; position: relative; width: 390px; }\",\".framer-Q1fPX .framer-v8pvt { background-color: #000000; flex: none; height: 980px; position: relative; width: 810px; }\",\".framer-Q1fPX .framer-2shwlm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; left: 50%; overflow: hidden; padding: 0px; position: absolute; top: 222px; transform: translateX(-50%); width: 77%; }\",\".framer-Q1fPX .framer-19fvxug { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-Q1fPX .framer-jx0nbu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 385px; }\",\".framer-Q1fPX .framer-1pvmb3 { flex: none; height: 56px; max-width: 100%; position: relative; white-space: pre-wrap; width: 259px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-Q1fPX .framer-lz8mzm { flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: 89%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-Q1fPX .framer-1hd7kkd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 395px; }\",\".framer-Q1fPX .framer-kvnz28 { flex: none; height: 183px; position: relative; white-space: pre-wrap; width: 395px; word-break: break-word; word-wrap: break-word; }\",\".framer-Q1fPX .framer-1vubt8w { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 87px; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 134px; }\",\".framer-Q1fPX .framer-lpkcsk, .framer-Q1fPX .framer-1cuqw4n { flex: none; height: 35px; position: relative; text-decoration: none; width: 35px; }\",\".framer-Q1fPX .framer-1cflia8 { flex: none; height: 35px; position: relative; text-decoration: none; width: 36px; }\",\".framer-Q1fPX .framer-14ngurj { align-content: flex-start; align-items: flex-start; bottom: 43px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; max-width: 100%; min-height: 135px; overflow: hidden; padding: 0px 0px 0px 90px; position: absolute; transform: translateX(-50%); width: 100%; }\",\".framer-Q1fPX .framer-icjtnl { align-content: center; align-items: center; bottom: 2px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 6px; overflow: hidden; padding: 0px; position: absolute; width: 99%; z-index: 1; }\",\".framer-Q1fPX .framer-16p6sc6 { 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-Q1fPX .framer-1nfbtjf, .framer-Q1fPX .framer-1gb2ytg, .framer-Q1fPX .framer-357sfu { flex: none; height: 35px; position: relative; white-space: pre; width: auto; }\",\".framer-Q1fPX .framer-b2w574 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 342px; word-break: break-word; word-wrap: break-word; }\",\".framer-Q1fPX .framer-1lbrz1m { aspect-ratio: 8.735849056603774 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 37px); overflow: visible; position: relative; text-decoration: none; width: 399px; z-index: 1; }\",\".framer-Q1fPX .framer-tzqclm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 17px; height: 122px; justify-content: flex-start; left: calc(51.72839506172841% - 78.88888888888889% / 2); overflow: hidden; padding: 0px; position: absolute; top: 64px; width: 79%; }\",\".framer-Q1fPX .framer-15x1lcg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 0px; transform: translateX(-50%); width: min-content; z-index: 1; }\",\".framer-Q1fPX .framer-10qt7dz, .framer-Q1fPX .framer-h00txf, .framer-Q1fPX .framer-tmot6b, .framer-Q1fPX .framer-19tm1ib, .framer-Q1fPX .framer-ybhxb2, .framer-Q1fPX .framer-1g7q4cz, .framer-Q1fPX .framer-1ldborw, .framer-Q1fPX .framer-hrz6zg { flex: none; height: 29px; position: relative; white-space: pre; width: auto; }\",\".framer-Q1fPX .framer-1h75agq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: min-content; z-index: 1; }\",\".framer-Q1fPX .framer-18th1i0, .framer-Q1fPX .framer-tz4blc, .framer-Q1fPX .framer-bk3oeo, .framer-Q1fPX .framer-1wh9iw9 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Q1fPX .framer-1dqsl7f { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: absolute; transform: translateX(-50%); width: min-content; z-index: 1; }\",\".framer-Q1fPX .framer-14o1fr8 { flex: none; height: 0px; left: 532px; position: absolute; top: 358px; width: 21px; }\",\".framer-Q1fPX .framer-hq7lew-container { flex: none; height: 817px; position: relative; width: 100%; }\",\".framer-Q1fPX .framer-7x133, .framer-Q1fPX .framer-qentbl, .framer-Q1fPX .framer-jyiqb9 { align-content: center; align-items: center; background-color: #b71375; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 50px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 9; }\",\".framer-Q1fPX.framer-1lbzsmy-container { flex: none; height: 315px; left: -15px; position: fixed; top: calc(50.00000000000002% - 315px / 2); width: 100%; z-index: 5; }\",\".framer-Q1fPX.framer-qpkjrs-container { flex: none; height: 315px; left: 0px; position: fixed; top: calc(50.00000000000002% - 315px / 2); width: 100%; z-index: 5; }\",\".framer-Q1fPX.framer-11znc0x-container { flex: none; height: 315px; left: calc(50.00000000000002% - 763px / 2); position: fixed; top: calc(49.99501147361072% - 315px / 2); width: 763px; z-index: 5; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Q1fPX.framer-1nd5io2, .framer-Q1fPX .framer-fyh0f3, .framer-Q1fPX .framer-nr99to, .framer-Q1fPX .framer-1ym84p3, .framer-Q1fPX .framer-xf5a7l, .framer-Q1fPX .framer-gkq0pb, .framer-Q1fPX .framer-hkpgec, .framer-Q1fPX .framer-wveaws, .framer-Q1fPX .framer-1bjaikc, .framer-Q1fPX .framer-1a5gzj1, .framer-Q1fPX .framer-1yhzlm3, .framer-Q1fPX .framer-171dh8a, .framer-Q1fPX .framer-fcnrnx, .framer-Q1fPX .framer-5ofywn, .framer-Q1fPX .framer-10khouo, .framer-Q1fPX .framer-p9uui2, .framer-Q1fPX .framer-2vl1m, .framer-Q1fPX .framer-g1f776, .framer-Q1fPX .framer-2oa3is, .framer-Q1fPX .framer-1hdcip4, .framer-Q1fPX .framer-qvoaww, .framer-Q1fPX .framer-5hahnu, .framer-Q1fPX .framer-1rre8r3, .framer-Q1fPX .framer-mqysmn, .framer-Q1fPX .framer-13gn3wh, .framer-Q1fPX .framer-14b3291, .framer-Q1fPX .framer-r7q83l, .framer-Q1fPX .framer-2shwlm, .framer-Q1fPX .framer-19fvxug, .framer-Q1fPX .framer-jx0nbu, .framer-Q1fPX .framer-1hd7kkd, .framer-Q1fPX .framer-14ngurj, .framer-Q1fPX .framer-icjtnl, .framer-Q1fPX .framer-16p6sc6, .framer-Q1fPX .framer-tzqclm, .framer-Q1fPX .framer-15x1lcg, .framer-Q1fPX .framer-1h75agq, .framer-Q1fPX .framer-1dqsl7f, .framer-Q1fPX .framer-e3o3uh, .framer-Q1fPX .framer-7x133, .framer-Q1fPX .framer-1sedub8, .framer-Q1fPX .framer-gs6wn0, .framer-Q1fPX .framer-qentbl, .framer-Q1fPX .framer-am3o2f, .framer-Q1fPX .framer-g6nl2y, .framer-Q1fPX .framer-jyiqb9, .framer-Q1fPX .framer-1r9gmhi { gap: 0px; } .framer-Q1fPX.framer-1nd5io2 > *, .framer-Q1fPX .framer-fyh0f3 > *, .framer-Q1fPX .framer-1a5gzj1 > *, .framer-Q1fPX .framer-171dh8a > *, .framer-Q1fPX .framer-fcnrnx > *, .framer-Q1fPX .framer-10khouo > *, .framer-Q1fPX .framer-2vl1m > *, .framer-Q1fPX .framer-e3o3uh > *, .framer-Q1fPX .framer-gs6wn0 > *, .framer-Q1fPX .framer-g6nl2y > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Q1fPX.framer-1nd5io2 > :first-child, .framer-Q1fPX .framer-fyh0f3 > :first-child, .framer-Q1fPX .framer-xf5a7l > :first-child, .framer-Q1fPX .framer-wveaws > :first-child, .framer-Q1fPX .framer-1a5gzj1 > :first-child, .framer-Q1fPX .framer-1yhzlm3 > :first-child, .framer-Q1fPX .framer-171dh8a > :first-child, .framer-Q1fPX .framer-fcnrnx > :first-child, .framer-Q1fPX .framer-5ofywn > :first-child, .framer-Q1fPX .framer-10khouo > :first-child, .framer-Q1fPX .framer-p9uui2 > :first-child, .framer-Q1fPX .framer-2vl1m > :first-child, .framer-Q1fPX .framer-g1f776 > :first-child, .framer-Q1fPX .framer-2oa3is > :first-child, .framer-Q1fPX .framer-5hahnu > :first-child, .framer-Q1fPX .framer-1rre8r3 > :first-child, .framer-Q1fPX .framer-13gn3wh > :first-child, .framer-Q1fPX .framer-r7q83l > :first-child, .framer-Q1fPX .framer-2shwlm > :first-child, .framer-Q1fPX .framer-19fvxug > :first-child, .framer-Q1fPX .framer-jx0nbu > :first-child, .framer-Q1fPX .framer-14ngurj > :first-child, .framer-Q1fPX .framer-icjtnl > :first-child, .framer-Q1fPX .framer-tzqclm > :first-child, .framer-Q1fPX .framer-e3o3uh > :first-child, .framer-Q1fPX .framer-gs6wn0 > :first-child, .framer-Q1fPX .framer-g6nl2y > :first-child { margin-top: 0px; } .framer-Q1fPX.framer-1nd5io2 > :last-child, .framer-Q1fPX .framer-fyh0f3 > :last-child, .framer-Q1fPX .framer-xf5a7l > :last-child, .framer-Q1fPX .framer-wveaws > :last-child, .framer-Q1fPX .framer-1a5gzj1 > :last-child, .framer-Q1fPX .framer-1yhzlm3 > :last-child, .framer-Q1fPX .framer-171dh8a > :last-child, .framer-Q1fPX .framer-fcnrnx > :last-child, .framer-Q1fPX .framer-5ofywn > :last-child, .framer-Q1fPX .framer-10khouo > :last-child, .framer-Q1fPX .framer-p9uui2 > :last-child, .framer-Q1fPX .framer-2vl1m > :last-child, .framer-Q1fPX .framer-g1f776 > :last-child, .framer-Q1fPX .framer-2oa3is > :last-child, .framer-Q1fPX .framer-5hahnu > :last-child, .framer-Q1fPX .framer-1rre8r3 > :last-child, .framer-Q1fPX .framer-13gn3wh > :last-child, .framer-Q1fPX .framer-r7q83l > :last-child, .framer-Q1fPX .framer-2shwlm > :last-child, .framer-Q1fPX .framer-19fvxug > :last-child, .framer-Q1fPX .framer-jx0nbu > :last-child, .framer-Q1fPX .framer-14ngurj > :last-child, .framer-Q1fPX .framer-icjtnl > :last-child, .framer-Q1fPX .framer-tzqclm > :last-child, .framer-Q1fPX .framer-e3o3uh > :last-child, .framer-Q1fPX .framer-gs6wn0 > :last-child, .framer-Q1fPX .framer-g6nl2y > :last-child { margin-bottom: 0px; } .framer-Q1fPX .framer-nr99to > *, .framer-Q1fPX .framer-hkpgec > *, .framer-Q1fPX .framer-1hd7kkd > *, .framer-Q1fPX .framer-7x133 > *, .framer-Q1fPX .framer-qentbl > *, .framer-Q1fPX .framer-jyiqb9 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Q1fPX .framer-nr99to > :first-child, .framer-Q1fPX .framer-1ym84p3 > :first-child, .framer-Q1fPX .framer-gkq0pb > :first-child, .framer-Q1fPX .framer-hkpgec > :first-child, .framer-Q1fPX .framer-1bjaikc > :first-child, .framer-Q1fPX .framer-1hdcip4 > :first-child, .framer-Q1fPX .framer-qvoaww > :first-child, .framer-Q1fPX .framer-mqysmn > :first-child, .framer-Q1fPX .framer-14b3291 > :first-child, .framer-Q1fPX .framer-1hd7kkd > :first-child, .framer-Q1fPX .framer-16p6sc6 > :first-child, .framer-Q1fPX .framer-15x1lcg > :first-child, .framer-Q1fPX .framer-1h75agq > :first-child, .framer-Q1fPX .framer-1dqsl7f > :first-child, .framer-Q1fPX .framer-7x133 > :first-child, .framer-Q1fPX .framer-1sedub8 > :first-child, .framer-Q1fPX .framer-qentbl > :first-child, .framer-Q1fPX .framer-am3o2f > :first-child, .framer-Q1fPX .framer-jyiqb9 > :first-child, .framer-Q1fPX .framer-1r9gmhi > :first-child { margin-left: 0px; } .framer-Q1fPX .framer-nr99to > :last-child, .framer-Q1fPX .framer-1ym84p3 > :last-child, .framer-Q1fPX .framer-gkq0pb > :last-child, .framer-Q1fPX .framer-hkpgec > :last-child, .framer-Q1fPX .framer-1bjaikc > :last-child, .framer-Q1fPX .framer-1hdcip4 > :last-child, .framer-Q1fPX .framer-qvoaww > :last-child, .framer-Q1fPX .framer-mqysmn > :last-child, .framer-Q1fPX .framer-14b3291 > :last-child, .framer-Q1fPX .framer-1hd7kkd > :last-child, .framer-Q1fPX .framer-16p6sc6 > :last-child, .framer-Q1fPX .framer-15x1lcg > :last-child, .framer-Q1fPX .framer-1h75agq > :last-child, .framer-Q1fPX .framer-1dqsl7f > :last-child, .framer-Q1fPX .framer-7x133 > :last-child, .framer-Q1fPX .framer-1sedub8 > :last-child, .framer-Q1fPX .framer-qentbl > :last-child, .framer-Q1fPX .framer-am3o2f > :last-child, .framer-Q1fPX .framer-jyiqb9 > :last-child, .framer-Q1fPX .framer-1r9gmhi > :last-child { margin-right: 0px; } .framer-Q1fPX .framer-1ym84p3 > *, .framer-Q1fPX .framer-1hdcip4 > *, .framer-Q1fPX .framer-mqysmn > *, .framer-Q1fPX .framer-1sedub8 > *, .framer-Q1fPX .framer-am3o2f > *, .framer-Q1fPX .framer-1r9gmhi > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Q1fPX .framer-xf5a7l > *, .framer-Q1fPX .framer-5ofywn > *, .framer-Q1fPX .framer-jx0nbu > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-Q1fPX .framer-gkq0pb > *, .framer-Q1fPX .framer-qvoaww > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-Q1fPX .framer-wveaws > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-Q1fPX .framer-1bjaikc > * { margin: 0px; margin-left: calc(69px / 2); margin-right: calc(69px / 2); } .framer-Q1fPX .framer-1yhzlm3 > *, .framer-Q1fPX .framer-p9uui2 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-Q1fPX .framer-g1f776 > * { margin: 0px; margin-bottom: calc(7px / 2); margin-top: calc(7px / 2); } .framer-Q1fPX .framer-2oa3is > *, .framer-Q1fPX .framer-1rre8r3 > *, .framer-Q1fPX .framer-r7q83l > *, .framer-Q1fPX .framer-14ngurj > *, .framer-Q1fPX .framer-icjtnl > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Q1fPX .framer-5hahnu > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-Q1fPX .framer-13gn3wh > * { margin: 0px; margin-bottom: calc(39px / 2); margin-top: calc(39px / 2); } .framer-Q1fPX .framer-14b3291 > * { margin: 0px; margin-left: calc(89px / 2); margin-right: calc(89px / 2); } .framer-Q1fPX .framer-2shwlm > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-Q1fPX .framer-19fvxug > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-Q1fPX .framer-16p6sc6 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-Q1fPX .framer-tzqclm > * { margin: 0px; margin-bottom: calc(17px / 2); margin-top: calc(17px / 2); } .framer-Q1fPX .framer-15x1lcg > *, .framer-Q1fPX .framer-1dqsl7f > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-Q1fPX .framer-1h75agq > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,...sharedStyle12.css,...sharedStyle13.css,...sharedStyle14.css,...sharedStyle15.css,...sharedStyle16.css,...sharedStyle17.css,...sharedStyle18.css,\"@media (min-width: 810px) and (max-width: 1299px) { .framer-Q1fPX.framer-1nd5io2 { width: 810px; } .framer-Q1fPX .framer-xf5a7l { order: 2; } .framer-Q1fPX .framer-hkpgec { order: 3; } .framer-Q1fPX .framer-13gn3wh { order: 4; } .framer-Q1fPX .framer-14b3291 { order: 5; } .framer-Q1fPX .framer-v8pvt { order: 7; } .framer-Q1fPX .framer-g6nl2y { order: 1; }}\",\"@media (max-width: 809px) { .framer-Q1fPX.framer-1nd5io2 { width: 390px; } .framer-Q1fPX .framer-xf5a7l, .framer-Q1fPX .framer-1bjaikc { order: 2; } .framer-Q1fPX .framer-hkpgec { order: 3; } .framer-Q1fPX .framer-wveaws { width: 19%; } .framer-Q1fPX .framer-uinww5 { height: 260px; order: 0; width: 880%; } .framer-Q1fPX .framer-1bo7acb { order: 1; width: 860%; } .framer-Q1fPX .framer-2w99wh { order: 3; width: 860%; } .framer-Q1fPX .framer-17vpbf { order: 7; } .framer-Q1fPX .framer-fcnrnx, .framer-Q1fPX .framer-13gn3wh { order: 4; } .framer-Q1fPX .framer-p9uui2 { order: 8; width: 1400%; } .framer-Q1fPX .framer-n7jte9-container { width: 350px; } .framer-Q1fPX .framer-g1f776 { order: 9; width: 940%; } .framer-Q1fPX .framer-5hahnu { order: 10; width: 941%; } .framer-Q1fPX .framer-14b3291 { gap: 31px; order: 5; padding: 50px 0px 100px 0px; } .framer-Q1fPX .framer-44cjcc { width: 133px; } .framer-Q1fPX .framer-1l8317 { height: 138px; width: 132px; } .framer-Q1fPX .framer-r7q83l { min-width: 115%; width: 100%; } .framer-Q1fPX .framer-i43th2, .framer-Q1fPX .framer-e3o3uh { order: 1; } .framer-Q1fPX .framer-s18umw { order: 0; } .framer-Q1fPX .framer-gtl7ae-container { order: 6; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-Q1fPX .framer-14b3291 { gap: 0px; } .framer-Q1fPX .framer-14b3291 > * { margin: 0px; margin-left: calc(31px / 2); margin-right: calc(31px / 2); } .framer-Q1fPX .framer-14b3291 > :first-child { margin-left: 0px; } .framer-Q1fPX .framer-14b3291 > :last-child { margin-right: 0px; } }}\",\"@media (min-width: 1300px) and (max-width: 1727px) { .framer-Q1fPX.framer-1nd5io2 { width: 1300px; } .framer-Q1fPX .framer-nr99to { height: 50px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 10580\n * @framerIntrinsicWidth 1728\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"WleFzHI1l\":{\"layout\":[\"fixed\",\"auto\"]},\"MQMSKlTBw\":{\"layout\":[\"fixed\",\"auto\"]},\"TEyQdw6ts\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerhCj3pkIRs=withCSS(Component,css,\"framer-Q1fPX\");export default FramerhCj3pkIRs;FramerhCj3pkIRs.displayName=\"Blog Detail / 2\";FramerhCj3pkIRs.defaultProps={height:10580,width:1728};addFonts(FramerhCj3pkIRs,[{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\"},{family:\"Tobias Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/NAt4wNOqWmRece2E9s3tzScsiQ.woff2\"},{family:\"Simplon Norm Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/D55xl4XBeoybb1JH223wO3axgfM.woff2\"}]},...NEWNAVFonts,...TherapistSLocationsModalFonts,...SocialShareFonts,...MailchimpFonts,...MAINBUTTONFonts,...FooterMobileFonts,...FooterDesktopFonts,...MobileOpenClosedNavFonts,...TabletOpenClosedNavCopy4Fonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...getFontsFromSharedStyle(sharedStyle12.fonts),...getFontsFromSharedStyle(sharedStyle13.fonts),...getFontsFromSharedStyle(sharedStyle14.fonts),...getFontsFromSharedStyle(sharedStyle15.fonts),...getFontsFromSharedStyle(sharedStyle16.fonts),...getFontsFromSharedStyle(sharedStyle17.fonts),...getFontsFromSharedStyle(sharedStyle18.fonts),...componentPresets.fonts?.[\"ifwXFwiR5\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"ifwXFwiR5\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerhCj3pkIRs\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1728\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"WleFzHI1l\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MQMSKlTBw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TEyQdw6ts\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerIntrinsicHeight\":\"10580\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["BRAND_COLORS", "PLATFORM_NAMES", "SocialShare", "props", "type", "colors", "iconSize", "border", "shareUrl", "setShareUrl", "ye", "encodedUrl", "borderRadius", "ue", "window", "linkUrl", "copyToClipboard", "navigator", "err", "u", "Color", "p", "SocialIcon", "addPropertyControls", "ControlType", "size", "color", "customIcon", "contents", "fill", "stroke", "l", "_customIcon_image", "_customIcon_image1", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "NEWNAVFonts", "getFonts", "seKifv6c9_default", "TherapistSLocationsModalFonts", "LIW5mv7SO_default", "MotionDivWithFX", "withFX", "motion", "SocialShareFonts", "SocialShare", "MailchimpFonts", "Mailchimp_default", "MAINBUTTONFonts", "wQlXxPVW5_default", "FooterMobileFonts", "eYc4361lN_default", "FooterDesktopFonts", "eHVRKr2Vc_default", "MobileOpenClosedNavFonts", "GLIjLJDap_default", "TabletOpenClosedNavCopy4Fonts", "D1wD8zyP9_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "isSet", "value", "toResponsiveImage", "QueryData", "query", "pageSize", "data", "useQueryData", "transition2", "animation1", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "Mz2e67mky_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "Mtnvzd6wj", "vxJSEBSf8", "PqxxuNaQV", "N8hMNmpq6", "Q8a7tha18", "r3Yz1IFcF", "ElnSIgj5s", "NxS5O7dql", "PBTewVcOo", "Rx4UpvkxD", "TwWwSUtdgJIDaStqF2", "N8hMNmpq6JIDaStqF2", "vxJSEBSf8JIDaStqF2", "PqxxuNaQVJIDaStqF2", "idJIDaStqF2", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap3bnx0g", "overlay", "loadMore", "args", "scopingClassNames", "cx", "isDisplayed", "textContent", "enumToDisplayNameFunctions", "visible1", "visible2", "visible3", "isDisplayed1", "visible4", "visible5", "isDisplayed2", "isDisplayed3", "isDisplayed4", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "Container", "l", "RichText2", "x", "AnimatePresence", "Ga", "PropertyOverrides2", "Image2", "ComponentPresetsProvider", "overlay1", "overlay2", "SVG", "ChildrenCanSuspend", "collection", "paginationInfo", "index", "PathVariablesContext", "Link", "overlay3", "overlay4", "overlay5", "css", "FramerhCj3pkIRs", "withCSS", "hCj3pkIRs_default", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
