:root{--react-pdf-annotation-layer:1;--annotation-unfocused-field-background:url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color:Highlight;--input-focus-outline:1px solid Canvas;--input-unfocused-border-color:transparent;--input-disabled-border-color:transparent;--input-hover-border-color:black;--link-outline:none}@media screen and (forced-colors:active){:root{--input-focus-border-color:CanvasText;--input-unfocused-border-color:ActiveText;--input-disabled-border-color:GrayText;--input-hover-border-color:Highlight;--link-outline:1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selecteditem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert();backdrop-filter:invert()}}.annotationLayer{pointer-events:none;transform-origin:0 0;z-index:3;position:absolute;top:0;left:0}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg)translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg)translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg)translateY(-100%)}.annotationLayer canvas{width:100%;height:100%;position:absolute}.annotationLayer section{text-align:initial;pointer-events:auto;box-sizing:border-box;transform-origin:0 0;margin:0;position:absolute}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{width:100%;height:100%;font-size:1em;position:absolute;top:0;left:0}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;vertical-align:top;width:100%;height:100%;margin:0}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{border:2px solid var(--input-disabled-border-color);cursor:not-allowed;background:0 0}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);background:0 0;border-radius:2px}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-color:#0000;background-image:none}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);border-radius:2px}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{content:"";background-color:canvastext;display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{width:1px;height:80%;left:45%}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;width:50%;height:50%;top:20%;left:30%}.annotationLayer .textWidgetAnnotation input.comb{padding-left:2px;padding-right:0;font-family:monospace}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{appearance:none}.annotationLayer .popupTriggerArea{width:100%;height:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none;position:absolute}.annotationLayer .popup{max-width:calc(180px * var(--total-scale-factor));box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto;background-color:#ff9;position:absolute}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{margin-left:calc(5px * var(--total-scale-factor));display:inline-block}.annotationLayer .popupContent{margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor));border-top:1px solid #333}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{width:100%;height:100%;position:absolute;top:0;left:0}.annotationLayer .annotationTextContent{opacity:0;color:#0000;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;position:absolute}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer:1;--highlight-bg-color:#b400aa;--highlight-selected-bg-color:#006400}@media screen and (forced-colors:active){:root{--highlight-bg-color:Highlight;--highlight-selected-bg-color:ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg)translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg)translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg)translate(-100%)}.textLayer{text-align:initial;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2;line-height:1;position:absolute;inset:0;overflow:hidden}.textLayer :is(span,br){color:#0000;white-space:pre;cursor:text;transform-origin:0 0;margin:0;position:absolute}.textLayer span.markedContent{height:0;top:0}.textLayer .highlight{background-color:var(--highlight-bg-color);border-radius:4px;margin:-1px;padding:1px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:0 0}.textLayer .endOfContent{z-index:-1;cursor:default;-webkit-user-select:none;user-select:none;display:block;position:absolute;inset:100% 0 0}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{width:0;height:0;display:none;position:absolute;top:0;left:0}.youtube-autosizer-container{height:0;padding-bottom:56.25%;position:relative;overflow:hidden}.youtube-autosizer-container iframe{width:100%;height:100%;position:absolute;top:0;left:0}@tailwind base;@tailwind components;@tailwind utilities;@font-face{font-family:Gravity;src:url(/assets/ABCGravity-Compressed-ROR6dKuQ.woff2)format("woff2"),url(/assets/ABCGravity-Compressed-Bivn5D_e.woff)format("woff");font-weight:700;font-style:normal}@font-face{font-family:Gravity-fallback;src:local(Impact);ascent-override:99%;descent-override:35%;line-gap-override:10%;size-adjust:90%}@font-face{font-family:DM Mono;src:url(/assets/DMMono-Medium-BtO9kMc2.ttf)format("truetype");font-weight:500;font-style:normal}@font-face{font-family:FeatureDeck;src:url(/assets/FeatureDeck-Regular-Web-CtJIDg3p.woff2)format("woff2"),url(/assets/FeatureDeck-Regular-Web-BsDP75YU.woff)format("woff");font-weight:400;font-style:normal}@font-face{font-family:FeatureDeck;src:url(/assets/FeatureDeck-RegularItalic-bDBS9fhB.ttf)format("truetype");font-weight:400;font-style:italic}@font-face{font-family:FeatureDeck;src:url(/assets/FeatureDeck-Medium-Web-CSyP8yLT.woff2)format("woff2"),url(/assets/FeatureDeck-Medium-Web-RVJ32cm3.woff)format("woff");font-weight:500;font-style:normal}@font-face{font-family:FeatureDeck;src:url(/assets/FeatureDeck-MediumItalic-DmTySDlM.ttf)format("truetype");font-weight:500;font-style:italic}@font-face{font-family:FeatureDeck;src:url(/assets/FeatureDeck-Bold-Web-nD-inS0k.woff2)format("woff2"),url(/assets/FeatureDeck-Bold-Web-BMmfv43h.woff)format("woff");font-weight:600;font-style:normal}@font-face{font-family:FeatureDeck;src:url(/assets/FeatureDeck-BoldItalic-BqmmkF57.ttf)format("truetype");font-weight:600;font-style:italic}@font-face{font-family:FeatureDeck;src:url(/assets/FeatureDeck-Extrabold-0Gyf1V26.ttf)format("truetype");font-weight:700;font-style:normal}@font-face{font-family:FeatureDeck;src:url(/assets/FeatureDeck-ExtraboldItalic-DrjoJVXP.ttf)format("truetype");font-weight:700;font-style:italic}@font-face{font-family:FeatureDisplay;src:url(/assets/FeatureDisplay-Regular-CsjAcGI9.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:FeatureDisplay;src:url(/assets/FeatureDisplay-RegularItalic-DVArPxus.ttf)format("truetype");font-weight:400;font-style:italic}@font-face{font-family:FeatureDisplay;src:url(/assets/FeatureDisplay-Medium-C276m3o1.ttf)format("truetype");font-weight:500;font-style:normal}@font-face{font-family:FeatureDisplay;src:url(/assets/FeatureDisplay-MediumItalic-DwbOC0el.ttf)format("truetype");font-weight:500;font-style:italic}@font-face{font-family:FeatureDisplay;src:url(/assets/FeatureDisplay-Bold-B1U6OPz4.ttf)format("truetype");font-weight:600;font-style:normal}@font-face{font-family:FeatureDisplay;src:url(/assets/FeatureDisplay-BoldItalic-DA1af5_x.ttf)format("truetype");font-weight:600;font-style:italic}@font-face{font-family:Security;src:url(/assets/text-security-disc-DST6Hpfv.ttf)format("truetype")}body,html{-webkit-font-smoothing:antialiased;margin:0;padding:0;font-family:Inter}a:hover{cursor:pointer}input:focus,a:focus{outline:none}@media screen and (width>=768px){.mobile-only{display:none}}@media screen and (width<=768px){.no-mobile{display:none!important}}.hide-mobile{display:none!important}@media screen and (width>=768px){.tile--regular{grid-area:span 2/span 1}.tile--compact{grid-area:span 1/span 1}.tile--expanded{grid-area:span 2/span 2}.tile--first{order:1}.tile--last{order:2}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideOutUp{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translateY(-20px)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translate(0)}}@keyframes slideOutDown{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translateY(20px)}}@keyframes slideUp{0%{transform:translateY(40px)}to{transform:translate(0)}}@keyframes scaleToOne{to{transform:scale(1)}}@keyframes rotateToEightyDegrees{to{transform:rotate(80deg)}}@keyframes jump{50%{transform:translateY(-20px)}}@keyframes small-ripples-rich{0%{box-shadow:0 0 #a3e96b4d,0 0 0 4px #a3e96b4d,0 0 0 8px #a3e96b4d}to{box-shadow:0 0 0 4px #a3e96b4d,0 0 0 8px #a3e96b4d,0 0 0 16px #a3e96b00}}@keyframes small-ripples-subtle{0%{box-shadow:0 0 #3f77124d,0 0 0 4px #3f77124d,0 0 0 8px #3f77124d}to{box-shadow:0 0 0 4px #3f77124d,0 0 0 8px #3f77124d,0 0 0 16px #3f771200}}@keyframes large-ripples-rich{0%{box-shadow:0 0 #a3e96b4d,0 0 0 6px #a3e96b4d,0 0 0 12px #a3e96b4d}to{box-shadow:0 0 0 6px #a3e96b4d,0 0 0 12px #a3e96b4d,0 0 0 24px #a3e96b00}}@keyframes large-ripples-subtle{0%{box-shadow:0 0 #1a30074d,0 0 0 6px #1a30074d,0 0 0 12px #1a30074d}to{box-shadow:0 0 0 6px #1a30074d,0 0 0 12px #1a30074d,0 0 0 24px #1a300700}}#hs-banner-parent *{font-size:12px;font-weight:400}#hs-banner-parent a{color:#ebfadf}:root{--white:255, 255, 255;--black:0, 0, 0;--gray-200:229, 231, 235;--zinc-50:250, 250, 250;--zinc-300:212, 212, 216;--zinc-400:161, 161, 170;--zinc-500:113, 113, 122;--zinc-900:24, 24, 27;--zinc-950:9, 9, 11;--kale-50:238, 251, 251;--kale-100:219, 245, 245;--kale-200:198, 228, 230;--kale-300:126, 195, 200;--kale-400:74, 174, 181;--kale-500:7, 132, 141;--kale-600:15, 97, 103;--kale-700:0, 80, 87;--kale-800:0, 57, 61;--kale-900:3, 41, 43;--kale-950:2, 31, 33;--sage-50:242, 247, 244;--sage-100:224, 235, 228;--sage-200:195, 215, 203;--sage-300:155, 186, 170;--sage-400:111, 152, 131;--sage-500:80, 125, 104;--sage-600:59, 96, 80;--sage-700:47, 77, 65;--sage-800:37, 59, 51;--sage-900:28, 43, 37;--sage-950:18, 28, 25;--lettuce-50:243, 253, 232;--lettuce-100:227, 249, 206;--lettuce-200:163, 233, 107;--lettuce-300:159, 233, 99;--lettuce-400:132, 220, 63;--lettuce-500:100, 194, 32;--lettuce-600:75, 155, 21;--lettuce-700:58, 118, 21;--lettuce-800:45, 87, 20;--lettuce-900:36, 67, 19;--lettuce-950:19, 44, 7;--red-50:254, 242, 242;--red-200:254, 202, 202;--red-400:248, 113, 113;--red-500:239, 68, 68;--red-600:220, 38, 38;--red-700:185, 28, 28;--red-900:127, 29, 29;--amber-400:251, 191, 36;--amber-500:245, 158, 11;--amber-700:180, 83, 9;--blush-700:108, 6, 97;--blue-300:147, 197, 253;--blue-400:100, 171, 233;--blue-500:0, 87, 172;--blue-900:30, 58, 138;--blue-950:23, 42, 84;--rose-200:254, 205, 211;--rose-300:253, 164, 175;--rose-700:190, 18, 60;--orange-200:254, 215, 170;--orange-400:251, 146, 60;--orange-500:249, 115, 22;--orange-700:194, 65, 12;--pink-500:236, 72, 153;--pink-600:219, 39, 119;--custom-orange-1:232, 140, 48 ;--custom-blue-1:96, 165, 250 ;--custom-cyan-1:34, 211, 238 ;--lime-200:217, 249, 157 ;--lime-500:132, 204, 22 ;--indigo-100:224, 231, 255;--indigo-300:165, 180, 252}@layer base{:root,.light{--background:var(--sage-100);--foreground:var(--kale-900);--card:var(--sage-50);--card-foreground:var(--kale-900);--popover:var(--white);--popover-foreground:var(--kale-950);--popover-hover:var(--sage-50);--popover-muted:rgba(var(--black), .6);--primary:var(--kale-600);--primary-foreground:var(--sage-50);--secondary:var(--sage-200);--secondary-foreground:var(--sage-900);--inverse:var(--kale-600);--inverse-foreground:var(--sage-50);--inverse-highlight:var(--lettuce-200);--muted:var(--sage-200);--muted-foreground:rgba(var(--black), .6);--info:var(--indigo-100);--info-foreground:var(--kale-900);--info-muted:rgba(var(--black), .6);--info-border:var(--indigo-300);--warning:rgba(var(--amber-500), .2);--warning-foreground:var(--amber-700);--warning-border:var(--amber-700);--accent:var(--white);--accent-foreground:var(--kale-900);--coverage:var(--orange-200);--highlight:var(--lettuce-200);--destructive:var(--red-700);--destructive-foreground:var(--red-50);--error:var(--red-600);--error-background:var(--red-200);--border:rgba(var(--sage-200), 1);--input:rgba(var(--sage-600), .5);--input-background:rgba(var(--white), .2);--ring:var(--kale-600);--ring-offset:rgba(var(--white), .3);--chart-1:var(--kale-500);--chart-2:var(--kale-700);--chart-3:var(--kale-900);--chart-4:var(--orange-400);--chart-5:var(--pink-500);--chart-6:var(--pink-600);--chart-7:var(--rose-300);--chart-8:var(--rose-700);--chart-9:var(--orange-700);--chart-10:var(--red-500);--chart-11:var(--amber-500);--chart-12:var(--custom-blue-1);--chart-13:var(--custom-cyan-1);--chart-14:var(--lime-200);--chart-15:var(--lime-500);--chart-16:var(--orange-500);--chart-17:var(--custom-orange-1);--radius:.5rem;--sidebar-background:rgba(var(--white), .1);--sidebar-foreground:var(--sage-800);--sidebar-primary:var(--sage-500);--sidebar-primary-foreground:var(--sage-50);--sidebar-accent:var(--sage-100);--sidebar-accent-foreground:var(--kale-900);--sidebar-border:rgba(var(--sage-200), 1);--sidebar-ring:var(--sage-400);--income:var(--lettuce-300);--expense:var(--orange-400);--transfer:var(--blue-300)}.dark{--background:var(--kale-950);--foreground:var(--sage-50);--card:var(--kale-900);--card-foreground:var(--sage-50);--popover:var(--kale-800);--popover-foreground:var(--sage-50);--popover-hover:var(--kale-900);--popover-muted:rgba(var(--white), .6);--primary:var(--lettuce-300);--primary-foreground:var(--kale-900);--secondary:var(--kale-700);--secondary-foreground:var(--sage-100);--inverse:var(--lettuce-300);--inverse-foreground:var(--kale-900);--inverse-highlight:var(--lettuce-100);--muted:var(--sage-600);--muted-foreground:rgba(var(--white), .6);--info:var(--indigo-100);--info-foreground:var(--kale-900);--info-muted:rgba(var(--black), .6);--info-border:var(--indigo-300);--warning:rgba(var(--amber-500), .2);--warning-foreground:var(--amber-400);--warning-border:var(--amber-400);--accent:var(--kale-800);--accent-foreground:var(--sage-50);--coverage:var(--orange-200);--highlight:var(--lettuce-200);--destructive:var(--red-600);--destructive-foreground:var(--red-200);--error:var(--red-400);--error-background:var(--red-900);--border:rgba(var(--white), .1);--input:rgba(var(--white), .3);--input-background:rgba(var(--white), .05);--ring:var(--sage-400);--ring-offset:rgba(var(--white), .1);--chart-1:var(--kale-500);--chart-2:var(--kale-700);--chart-3:var(--kale-900);--chart-4:var(--orange-400);--chart-5:var(--pink-500);--chart-6:var(--pink-600);--chart-7:var(--rose-300);--chart-8:var(--rose-700);--chart-9:var(--orange-700);--chart-10:var(--red-500);--chart-11:var(--amber-500);--chart-12:var(--custom-blue-1);--chart-13:var(--custom-cyan-1);--chart-14:var(--lime-200);--chart-15:var(--lime-500);--chart-16:var(--orange-500);--chart-17:var(--custom-orange-1);--radius:.5rem;--sidebar-background:rgba(var(--white), .02);--sidebar-foreground:var(--sage-200);--sidebar-primary:var(--sage-500);--sidebar-primary-foreground:var(--white);--sidebar-accent:var(--kale-800);--sidebar-accent-foreground:var(--sage-100);--sidebar-border:rgba(var(--white), .1);--sidebar-ring:var(--sage-300);--income:var(--lettuce-300);--expense:var(--orange-400);--transfer:var(--blue-300)}.lime{--foreground:var(--kale-900);--card:var(--kale-900);--primary:var(--kale-900);--primary-foreground:var(--sage-50);--accent:var(--kale-900);--accent-foreground:var(--sage-50);--input:rgba(var(--kale-900), 1)}.mint{--foreground:var(--kale-700);--card:var(--kale-700);--primary:var(--kale-700);--primary-foreground:var(--sage-50);--accent:var(--kale-700);--accent-foreground:var(--sage-50);--input:rgba(var(--kale-700), 1)}.dark-blue{--card:var(--blue-950)}.blue{--foreground:var(--white);--card:var(--lettuce-200);--primary:var(--lettuce-200);--primary-foreground:var(--kale-800);--accent:var(--lettuce-200);--accent-foreground:var(--kale-800);--input:rgba(var(--white), 1)}.rose{--foreground:var(--blush-700);--card:var(--blush-700);--primary:var(--blush-700);--primary-foreground:var(--sage-50);--accent:var(--blush-700);--accent-foreground:var(--sage-50);--input:rgba(var(--blush-700), 1)}.teal{--foreground:var(--white);--card:var(--lettuce-300);--primary:var(--lettuce-300);--primary-foreground:var(--kale-900);--accent:var(--lettuce-300);--accent-foreground:var(--kale-900);--input:rgba(var(--white), 1)}@apply border-border;@apply text-foreground;@apply font-[FeatureDisplay] font-bold text-3xl sm:text-4xl leading-10;@apply focus-visible:outline-none focus-visible:ring-[1.5px] focus-visible:ring-ring focus-visible:ring-offset-2;}#hs-eu-cookie-confirmation{z-index:50!important}.jump-infinite{animation:1.5s infinite jump}
