CINXE.COM
Inflation Calculator - Symbolab
<!doctype html> <html lang="en" class="en "> <head> <script async defer src="https://lngtd.com/symbolab_calculator.js"></script> <!-- OneTrust Cookies Consent Notice start for symbolab.com - PRODUCTION VERSION --> <script type="text/javascript" src="https://cdn.cookielaw.org/consent/28cd3f47-fef1-4429-be4b-ff2acc7f492b/OtAutoBlock.js" ></script> <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" data-document-language="true" type="text/javascript" charset="UTF-8" data-domain-script="28cd3f47-fef1-4429-be4b-ff2acc7f492b" ></script> <!-- OneTrust Cookies Consent Notice end for symbolab.com --> <script type="text/javascript"> (function(c,l,a,r,i,t,y){ c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)}; t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i; y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y); })(window, document, "clarity", "script", "k22zqcpok4"); </script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-X78WH5ZJPD"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-X78WH5ZJPD'); !function(){"use strict";!function(e,t){var n=e.amplitude||{_q:[],_iq:{}};if(n.invoked)e.console&&console.error&&console.error("Amplitude snippet has been loaded.");else{var r=function(e,t){e.prototype[t]=function(){return this._q.push({name:t,args:Array.prototype.slice.call(arguments,0)}),this}},s=function(e,t,n){return function(r){e._q.push({name:t,args:Array.prototype.slice.call(n,0),resolve:r})}},o=function(e,t,n){e[t]=function(){if(n)return{promise:new Promise(s(e,t,Array.prototype.slice.call(arguments)))}}},i=function(e){for(var t=0;t<y.length;t++)o(e,y[t],!1);for(var n=0;n<g.length;n++)o(e,g[n],!0)};n.invoked=!0;var a=t.createElement("script");a.type="text/javascript",a.integrity="sha384-TPZhteUkZj8CAyBx+GZZytBdkuKnhKsSKcCoVCq0QSteWf/Kw5Kb9oVFUROLE1l3",a.crossOrigin="anonymous",a.async=!0,a.src="https://cdn.amplitude.com/libs/analytics-browser-1.9.1-min.js.gz",a.onload=function(){e.amplitude.runQueuedFunctions||console.log("[Amplitude] Error: could not load SDK")};var c=t.getElementsByTagName("script")[0];c.parentNode.insertBefore(a,c);for(var u=function(){return this._q=[],this},l=["add","append","clearAll","prepend","set","setOnce","unset","preInsert","postInsert","remove","getUserProperties"],p=0;p<l.length;p++)r(u,l[p]);n.Identify=u;for(var d=function(){return this._q=[],this},f=["getEventProperties","setProductId","setQuantity","setPrice","setRevenue","setRevenueType","setEventProperties"],v=0;v<f.length;v++)r(d,f[v]);n.Revenue=d;var y=["getDeviceId","setDeviceId","getSessionId","setSessionId","getUserId","setUserId","setOptOut","setTransport","reset"],g=["init","add","remove","track","logEvent","identify","groupIdentify","setGroup","revenue","flush"];i(n),n.createInstance=function(e){return n._iq[e]={_q:[]},i(n._iq[e]),n._iq[e]},e.amplitude=n}}(window,document)}(); amplitude.init("68b292e677b7ab6c00fa123a26737096", undefined, { defaultTracking: { sessions: true}}); const identifyEvent = new amplitude.Identify(); identifyEvent.set('variation', "0"); identifyEvent.set('SyPlatform', "web"); identifyEvent.set('SyLang', "en"); identifyEvent.set('subscribed', "false"); identifyEvent.set('registered', "false"); amplitude.identify(identifyEvent); window.addEventListener('beforeunload', () => { amplitude.setTransport('beacon') amplitude.flush() }); </script> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Inflation Calculator - Symbolab</title> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0"> <meta name="keywords" content=""> <meta name="description" content="The Inflation Calculator provides an easy-to-use interface to calculate how inflation rates impact your purchasing power over time. Simply input the initial amount, the years passed, and the annual inflation rate for instant and accurate conversion."> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta property="og:title" content="Inflation Calculator - Symbolab" /> <meta property="og:description" content="The Inflation Calculator provides an easy-to-use interface to calculate how inflation rates impact your purchasing power over time. Simply input the initial amount, the years passed, and the annual inflation rate for instant and accurate conversion." /> <!--note: open to speed selenium <meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests; object-src 'none'"> --> <link rel="icon" type="image/svg+xml" href="/public/favicon.svg"> <link rel="alternate icon" href="/public/favicon.png"> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" data-ot-ignore></script> <link rel="alternate" hreflang="en" href="https://www.symbolab.com/calculator/personal_finance/inflation" data="en" /> <link rel="canonical" href="https://www.symbolab.com/calculator/personal_finance/inflation" /> <link rel="alternate" hreflang="x-default" href="https://www.symbolab.com/calculator/personal_finance/inflation" /> <script> (function () { const script = document.createElement('script'); script.src = 'https://unpkg.com/web-vitals@3/dist/web-vitals.attribution.iife.js'; script.defer = true; script.onload = function () { function sendToGoogleAnalytics({name, delta, value, id, rating, attribution}) { const eventParams = { value: delta, metric_id: id, metric_value: value, metric_delta: delta, metric_rating: rating, } switch (name) { case 'CLS': eventParams.debug_target = attribution.largestShiftTarget; break; case 'LCP': eventParams.debug_target = attribution.element; break; case 'FID': case 'INP': eventParams.debug_target = attribution.eventTarget; eventParams.debug_type = attribution.eventType; eventParams.debug_time = attribution.eventTime; eventParams.debug_load_state = attribution.loadState; break; } gtag('event', name, eventParams); } webVitals.onCLS(sendToGoogleAnalytics); webVitals.onLCP(sendToGoogleAnalytics); webVitals.onFID(sendToGoogleAnalytics); webVitals.onINP(sendToGoogleAnalytics); }; document.head.appendChild(script); })(); </script> <script> // this is an important global variable for loose JS files (like general.js) var subscribed = ("false" === "true"); var signedIn = false; var sy_pSub = ""; var sy_var = "0"; var sy_tier = "1"; var sy_cid = "SG"; var requestUrl = window.location.href; var googleIsSignUp = false; var registrationReason = ""; const sy_email = ""; var OS = ""; const isMobile = false; var isTier1 = sy_tier === "1"; </script> <script data-ot-ignore="true" type="text/javascript" src="/public/auto/main_narrow_header.min.js?114639"></script> <script src="https://accounts.google.com/gsi/client" async defer></script> <style> #credential_picker_container { top: 70px !important; right: 18px; } </style> <!-- Remove for now - this page is only used for the home page <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.13.18/dist/katex.min.css" integrity="sha384-zTROYFVGOfTw7JV7KUu8udsvW2fx4lWOsCEDqhBreBwlHI4ioVRtmIvEThzJHGET" crossorigin="anonymous"> <script defer src="https://cdn.jsdelivr.net/npm/katex@0.13.18/dist/katex.min.js" integrity="sha384-GxNFqL3r9uRJQhR+47eDxuPoNE7yLftQM8LcxzgS4HT73tp970WS/wV5p8UzCOmb" crossorigin="anonymous"></script> <script defer src="https://cdn.jsdelivr.net/npm/katex@0.13.18/dist/contrib/auto-render.min.js" integrity="sha384-vZTG03m+2yp6N6BNi5iM4rW4oIwk5DfcNdFfxkk9ZWpDriOkXX8voJBFrAO7MpVl" crossorigin="anonymous"></script> --> <link href="/public/auto/main_narrow_header.min.css?114638" rel="stylesheet" type="text/css" data-ot-ignore="true"> <!-- keep Alertify from injecting CSS --> <link href="" id="alertifyCSS"></link> </head> <body id="calculator_page1" class="signedout notpro desktop"> <div class="nl-hidden page" id="nl-successfullySignedPopup" style="display:none;"> <div id="nl-successfullySignedPopupContent"> <span class="decoration_center_leftPopup"><svg><use href="#decoration_center_left2_svg"></use></svg></span> <span class="decoration_bottom_leftPopup"><svg><use href="#decoration_bottom_left2_svg"></use></svg></span> <span class="decoration_bottom_rightPopup"><svg><use href="#decoration_bottom_right2_svg"></use></svg></span> <div id="cancelPopup"><svg><use href="#cancel_svg"></use></svg></div> <div id="popup-avatar"><svg><use href="#avatar_svg"></use></svg></div> <div id="success_image"><svg><use href="#v_with_circle_svg"></use></svg></div> <div id="successfullySignedUp"></div> <div id="moreText"></div> <div id="popupButtons"> <span class="nl-popupButton " id="UpgradeToProButton">Upgrade to Pro</span> <span class="nl-popupButton" id="StartExploringButton">Continue to site</span> </div> </div> </div> <div class="nl-cookiepolicy"> We've updated our <br><a href="/privacy-policy">Privacy Policy</a> effective December 15. Please read our updated Privacy Policy and tap <br><br> <button class="privacy-policy">Continue</button> </div> <div id="nl-mainNav" class='print-hide'> <ul id="header-left-side"> <li id="HomeTopNav-wrapper"> <div id="HomeTopNav"> <span> <svg aria-label="Symbolab Logo"><use href="#symbolab-full-logo-white"></use></svg> </span> </div> </li> <li id="solutionsTopNav"> <a href="/solver"> <svg role="img" aria-label="Solutions"><use href="#header-query"></use></svg> <span>Solutions</span> </a> <div> <div class="whiteDropdown"> <a href="/solver/integral-calculator"><span>Integral Calculator</span></a> <a href="/solver/derivative-calculator"><span>Derivative Calculator</span></a> <a href="/solver/algebra-calculator"><span>Algebra Calculator</span></a> <a href="/solver/matrix-calculator"><span>Matrix Calculator</span></a> <a href="/solver"><span>More...</span></a> </div> </div> </li> <li id="graphingNav"> <a href="/graphing-calculator"> <svg role="img" aria-label="Graphing"><use href="#header-graph"></use></svg> <span>Graphing</span> </a> <div> <div class="whiteDropdown"> <a href="/graphing-calculator/line"><span>Line Graph</span></a> <a href="/graphing-calculator/exponential-graph"><span>Exponential Graph</span></a> <a href="/graphing-calculator/quadratic-graph"><span>Quadratic Graph</span></a> <a href="/graphing-calculator/sine-graph"><span>Sine Graph</span></a> <a class="gc-examples" href="/graphing-calculator#examples=true"><span>More...</span></a> </div> </div> </li> <li id="calculatorNav"> <a class="active" href="/calculators"> <svg role="img" aria-label="Calculators"><use href="#header-calculator"></use></svg> <span>Calculators</span> </a> <div> <div class="whiteDropdown"> <a href="/calculator/fitness/bmi"><span>BMI Calculator</span></a> <a href="/calculator/finance/compound_interest_rate"><span>Compound Interest Calculator</span></a> <a href="/calculator/math/percentage"><span>Percentage Calculator</span></a> <a href="/calculator/physics/acceleration"><span>Acceleration Calculator</span></a> <a href="/calculators"><span>More...</span></a> </div> </div> </li> <li id="geometryNav"> <a href="/geometry-calculator"> <svg role="img" aria-label="Geometry"><use href="#header-geometry"></use></svg> <span>Geometry</span> </a> <div> <div class="whiteDropdown"> <a href="/geometry-calculator/pythagorean-theorem-calculator"><span>Pythagorean Theorem Calculator</span></a> <a href="/geometry-calculator/circle-area-diameter-calculator"><span>Circle Area Calculator</span></a> <a href="/geometry-calculator/isosceles-triangle-prove-angles-calculator"><span>Isosceles Triangle Calculator</span></a> <a href="/geometry-calculator/triangle-perimeter-calculator"><span>Triangles Calculator</span></a> <a class="geo-examples" href="/geometry-calculator#examples=true"><span>More...</a> </div> </div> </li> <li id="studyToolsNav"> <a href="#"> <svg role="img" aria-label="Study Tools"><use href="#header-study-tools"></use></svg> <span>Tools</span> </a> <div> <div class="whiteDropdown"> <a href="/notebook"><svg><use href="#header-notebook"></use></svg><span>Notebook</span></a> <a href="/groups"><svg><use href="#header-groups"></use></svg><span>Groups</span></a> <a href="/cheat-sheets"><svg><use href="#header-cheatsheets"></use></svg><span>Cheat Sheets</span></a> <a href="/worksheets/Pre-Algebra"><svg><use href="#header-worksheets"></use></svg><span>Worksheets</span></a> <a href="/study-guides"><svg><use href="#header-study-guides"></use></svg><span>Study Guides</span></a> <a href="/practice"><svg><use href="#header-practice"></use></svg><span>Practice</span></a> <a href="/verify"><svg><use href="#header-verify"></use></svg><span>Verify Solution</span></a> </div> </div> </li> </ul> <div id="spaceNav" class="nl-search"> </div> <ul id="header-right-side"> <li class="nl-navAction nl-search"> <div class="nl-searchContainer"> <svg> <use href="#header-search"></use> </svg> <input type="text" placeholder="Search" id="nl-searchField" autocomplete="off"/> </div> <div class="nl-autocomplete"> </div> </li> <div class="nl-languagesPicker nl-navAction"> <div> en </div> <div class="nl-languagesMenus-surround"> <div class="languagesMenus-backdrop"></div> <div class="nl-languagesMenu whiteDropdown"> <a class="current-language" class="langSelect" href="https://www.symbolab.com/calculator/personal_finance/inflation" data="en"> <span>English</span> <svg class="small_v-img"> <use href="#small_v_svg"></use> </svg> </a> <a class="langSelect" href="https://es.symbolab.com/calculator/personal_finance/inflation" data="es"> <span>Español</span> <svg class="small_v-img"> <use href="#small_v_svg"></use> </svg> </a> <a class="langSelect" href="https://pt.symbolab.com/calculator/personal_finance/inflation" data="pt"> <span>Português</span> <svg class="small_v-img"> <use href="#small_v_svg"></use> </svg> </a> <a class="langSelect" href="https://fr.symbolab.com/calculator/personal_finance/inflation" data="fr"> <span>Français</span> <svg class="small_v-img"> <use href="#small_v_svg"></use> </svg> </a> <a class="langSelect" href="https://de.symbolab.com/calculator/personal_finance/inflation" data="de"> <span>Deutsch</span> <svg class="small_v-img"> <use href="#small_v_svg"></use> </svg> </a> <a class="langSelect" href="https://it.symbolab.com/calculator/personal_finance/inflation" data="it"> <span>Italiano</span> <svg class="small_v-img"> <use href="#small_v_svg"></use> </svg> </a> <a class="langSelect" href="https://ru.symbolab.com/calculator/personal_finance/inflation" data="ru"> <span>Русский</span> <svg class="small_v-img"> <use href="#small_v_svg"></use> </svg> </a> <a class="langSelect" href="https://zs.symbolab.com/calculator/personal_finance/inflation" data="zs"> <span>中文(简体)</span> <svg class="small_v-img"> <use href="#small_v_svg"></use> </svg> </a> <a class="langSelect" href="https://ko.symbolab.com/calculator/personal_finance/inflation" data="ko"> <span>한국어</span> <svg class="small_v-img"> <use href="#small_v_svg"></use> </svg> </a> <a class="langSelect" href="https://ja.symbolab.com/calculator/personal_finance/inflation" data="ja"> <span>日本語</span> <svg class="small_v-img"> <use href="#small_v_svg"></use> </svg> </a> <a class="langSelect" href="https://vi.symbolab.com/calculator/personal_finance/inflation" data="vi"> <span>Tiếng Việt</span> <svg class="small_v-img"> <use href="#small_v_svg"></use> </svg> </a> <a class="langSelect" href="https://he.symbolab.com/calculator/personal_finance/inflation" data="he"> <span>עברית</span> <svg class="small_v-img"> <use href="#small_v_svg"></use> </svg> </a> <a class="langSelect" href="https://ar.symbolab.com/calculator/personal_finance/inflation" data="ar"> <span>العربية</span> <svg class="small_v-img"> <use href="#small_v_svg"></use> </svg> </a> </div> </div> </div> <script> if (isMobile) { $(".nl-languagesPicker").on("click", (e) => { $(e.currentTarget).find(".whiteDropdown").show(); $(e.currentTarget).find(".languagesMenus-backdrop").show(); if ($(e.currentTarget).is($(".nl-languagesPicker").last())) { $(".nl-languagesMenu")[$(".nl-languagesMenu").length - 1].scrollIntoView({behavior: "smooth", "block": "center"}); } }); $(".languagesMenus-backdrop").on("click", (e) => { $(".nl-languagesMenu").hide(); $(".languagesMenus-backdrop").hide(); $("#languages").removeClass("selectedColor"); e.preventDefault(); e.stopPropagation(); }); $("body").off("click", "#languages").on("click", "#languages", (e) => { $(".nl-languagesMenu").first().show(); $("#header-hamburger .languagesMenus-backdrop").show(); $("#languages").addClass("selectedColor"); }); } </script> <li id="lights-out" class="nl-lightsOutSwitch nl-navAction" onclick="lightsOut();" title="Lights out"> <svg class="lights-out-img"> <use href="#header-dark-mode"></use> </svg> </li> <li class="nl-navAction signedout"><a href="#" id="join">Upgrade</a></li> <li class="userName nl-navAction signedin"> <div id="userName"> <div id="stock-avatar-light-mode" class="stock-avatar-container" style="display: block"> <svg class="stock-avatar signed-out"> <use href="#stock-avatar-0"></use> </svg> </div> </div> </li> </ul> <div id="g_id_onload" style="position: absolute" data-client_id="495389923697-sfmpvs280bujr4koisckulf245vnacrl.apps.googleusercontent.com" data-use_fedcm_for_prompt="true" data-callback="handleGoogleOneTap" data-auto_prompt="true" data-cancel_on_tap_outside="true"> </div> </div> <script> $(".notification-top").click(function () { $(".notification-top.white use").attr("href", "#header-notifications"); }); </script> <script type="text/javascript"> var i18nMessages = {"You are currently subscribed":"You are currently subscribed","js.Your subscription is active, unsubscribe before deleting your account":"Your subscription is active, unsubscribe before deleting your account","Thank you for subscribing":"Thank you for subscribing!","Explanation":"Explanation","Your subscription bundle awaits":"Your subscription bundle awaits","js.cancel_question":"Are you sure you want to cancel your subscription?","confirm logout":"Are you sure you want to log out?","Pay for months":"Pay for %s months, get %s months free!","Upgrade":"Upgrade","js.Subscription Resumed":"Subscription Resumed","Sign up":"Sign up","js.Your subscription is active, extend":"Your subscription is active until %s\u003cbr/\u003eClick OK to extend your subscription","js.Are you sure you want to clear your practice data?":"Are you sure you want to clear your practice data?","Formula":"Formula","Confirm payment":"Confirm payment","js.Your subscription is paused, unsubscribe before deleting your account":"Your subscription is paused! Unsubscribe before deleting your account.","Thank you for signing up":"Thank you for signing up","Your subscription is ready to activate":"Your subscription is ready to activate","compact pad":"compact pad","converters":"Converters","Thank you for signing in":"Thank you for signing in","js.Resume":"Resume","js.mobile_input_box_click":"Download the app to solve any problem","Notebook cleared":"Notebook cleared","First year prorating":"The payment for the first year will be adjusted based on how much time is left in the current billing period.","Calculators":"Calculators","in":"in","Sign in with Bundle Email":"Sign in with Bundle Email","js.Bad upload":"Please upload an image under 1MB","Manage subscription bundle in Coursehero":"Manage subscription on Course Hero","Got it":"Got it","Calculate":"Calculate","Subscription renews monthly":"The subscription will automatically renew each month until cancelled. To avoid charges for the next month, cancel before the renewal date.","js.Are you sure you want to clear your notebook?":"Are you sure you want to clear your notebook?","js.Subscription canceled":"Subscription canceled","Subscription renews semi-annually":"The subscription will automatically renew every 6-months until cancelled. To avoid charges, cancel before the renewal date.","matrix-close":"close","About":"About","Related":"Related","js.Avatar upload fail":"Failure while uploading avatar image","Your subscription will be upgraded":"Pay only $%s to change your subscription to annual effective immediately.","Cancel":"Cancel","js.Avatar stock fail":"Failure while updating avatar image","Yes":"Yes","COULD_NOT_AUTHORIZE_SIGN_IN_WITH_APPLE":"Your Apple ID could not be authorized.","Subscription renews annually":"The subscription will automatically renew each year until cancelled. To avoid charges for the next year, cancel before the renewal date.","Manage subscription in Google Play":"Manage subscription in Google Play","js.Lights out":"Lights out","js.Your subscription is paused, cancel":"Your subscription is paused.\u003cbr/\u003eAre you sure you want to cancel?","Subscription renews weekly":"The subscription will automatically renew each week until cancelled. To avoid charges for the next week, cancel before the renewal date.","js.Your subscription is active":"Your subscription is active until %s","Logout":"Logout","Practice Data cleared":"Practice Data cleared","js.Are you sure you want to delete your account?":"Are you sure you want to delete your account?","Subscription renews semi":"The subscription will automatically renew each 6 months until cancelled. To avoid charges for the next 6 months, cancel before the renewal date.","OK":"OK","matrix-select-size":"Select matrix size:","No":"No","js.Your practice history and notes will be deleted!":"Your practice history and notes will be deleted!","Your bundle subscription is registered under a different email":"Your bundle subscription is registered under a different email","Related Links":"Related Links","Subscription renews quarterly":"The subscription will automatically renew each 3 months until cancelled. To avoid charges for the next 3 months, cancel before the renewal date.","js.Lights on":"Lights on","Error":"Error","js.cancel":"Cancel","js.How can we help you?":"How can we help you?","js.Operation Failed":"Operation Failed","Invalid input":"Invalid input","Activate CourseHero Bundle":"Activate Subscription","Do not sell":"Do Not Sell or Share My Personal Info","Manage subscription in iTunes":"Manage subscription in iTunes","js.Please enter password":"Please enter password","Successfully Upgraded!":"Successfully Upgraded!","FAQ":"FAQ","Subscription active":"Your subscription is activated","js.resume_question":"Are you sure you want to resume your subscription \"%s\"?"}; /** * Fixme : only parse single char formatters eg. %s */ var i18n = function(code) { var message = i18nMessages && i18nMessages[code] || code; // Encode %% to handle it later message = message.replace(/%%/g, "\0%\0"); if (arguments.length > 1) { // Explicit ordered parameters for (var i=1; i<arguments.length; i++) { var r = new RegExp("%" + i + "\\$\\w", "g"); message = message.replace(r, arguments[i]); } // Standard ordered parameters for (var i=1; i<arguments.length; i++) { message = message.replace(/%\w/, arguments[i]); } } // Decode encoded %% to single % message = message.replace(/\0%\0/g, "%"); // Imbricated messages var imbricated = message.match(/&\{.*?\}/g); if (imbricated) { for (var i=0; i<imbricated.length; i++) { var imbricated_code = imbricated[i].substring(2, imbricated[i].length-1).replace(/^\s*(.*?)\s*$/, "$1"); message = message.replace(imbricated[i], i18nMessages[imbricated_code] || ""); } } return message; }; </script> <!-- svgs --> <svg xmlns="http://www.w3.org/2000/svg" style="width:0;height:0;position:absolute;"> <symbol id="calculator-decoration4-svg" width="243" height="169"> <path d="M235.968 236.575L34.0271 23.4228L30.4232 26.8494L232.364 240.001L235.968 236.575Z" fill="black" fill-opacity="0.059" /> <path d="M-16.4158 71.4016L185.525 284.554L181.921 287.98L-20.0197 74.8282L-16.4158 71.4016Z" fill="black" fill-opacity="0.059" /> <path d="M-66.8577 119.381L135.083 332.533L131.479 335.959L-70.4616 122.807L-66.8577 119.381Z" fill="black" fill-opacity="0.059" /> <path d="M-16 293.338L178.481 108.359L181.94 112.012L-12.5406 296.991L-16 293.338Z" fill="black" fill-opacity="0.059" /> <path d="M32.4365 344.464L226.917 159.484L230.376 163.137L35.8958 348.116L32.4365 344.464Z" fill="black" fill-opacity="0.059" /> <path d="M-64.4371 242.212L130.044 57.233L133.503 60.8856L-60.9778 245.865L-64.4371 242.212Z" fill="black" fill-opacity="0.059" /> <path d="M-112.874 191.087L81.6073 6.10756L85.0666 9.76018L-109.414 194.74L-112.874 191.087Z" fill="black" fill-opacity="0.059" /> </symbol> <symbol id="symbolab-full-logo-white" viewbox="0 0 973.46 354.3"> <path fill="#fff" d="M333.32,224.23V170.42q0-9.93,3.32-14.83c2.2-3.26,5.56-4.89,10-4.89a12.26,12.26,0,0,1,7.09,2.19,19,19,0,0,1,5.68,6.68,26,26,0,0,1,9.37-6.72,31.47,31.47,0,0,1,12-2.15,35.21,35.21,0,0,1,15.26,3.14,31.28,31.28,0,0,1,11.44,9.46,39.69,39.69,0,0,1,12.36-9.67,34.25,34.25,0,0,1,14.58-2.93q14.34,0,22.31,9.2t8,25.94v38.39q0,9.87-3.33,14.69t-10.1,4.81c-4.53,0-7.88-1.6-10-4.77S438,230.88,438,224.23V194q0-10.53-2.94-15.42c-2-3.25-5.05-4.89-9.25-4.89q-7,0-10.19,4.81t-3.24,15.17v30.59q0,9.87-3.32,14.69T399,243.73q-6.8,0-10.12-4.81t-3.32-14.69V194c0-7.07-.95-12.23-2.89-15.46s-5-4.85-9.13-4.85q-7,0-10.19,4.81t-3.24,15.17v30.59q0,9.87-3.32,14.69t-10.11,4.81c-4.53,0-7.9-1.61-10.08-4.81S333.32,230.81,333.32,224.23Z" /> <path fill="#fff" d="M512.46,157a30.82,30.82,0,0,1,9.66-5.72,33.26,33.26,0,0,1,11.4-1.91q17.31,0,29.23,13.73t11.89,34.29q0,19.38-12.18,33.12t-28.94,13.72a31.12,31.12,0,0,1-12.19-2.33,26.06,26.06,0,0,1-9.53-6.79,19.22,19.22,0,0,1-5.68,6.47,12.43,12.43,0,0,1-7.09,2.16q-6.79,0-10.07-4.81t-3.29-14.69v-91.7q0-9.93,3.29-14.75T499,113q6.8,0,10.12,4.81t3.31,14.75ZM512,196.87c0,6.76,1.64,12.16,4.92,16.26a16.17,16.17,0,0,0,25.41-.08q5-6.23,5-16.18t-4.94-16.41a16,16,0,0,0-25.45-.05Q512,186.68,512,196.87Z" /> <path fill="#fff" d="M589.17,197.38q0-20.9,12.8-34.37t32.55-13.48q19.83,0,32.5,13.43t12.69,34.42q0,21-12.69,34.45t-32.5,13.47q-19.74,0-32.55-13.52T589.17,197.38Zm27.69-.34c0,6.86,1.63,12.36,4.9,16.55a16.11,16.11,0,0,0,25.53-.05q4.89-6.3,4.89-16.5,0-9.87-5-16.12a16,16,0,0,0-25.38,0Q616.87,187.1,616.86,197Z" /> <path fill="#fff" d="M693.8,132.53q0-9.93,3.32-14.75T707.23,113q6.64,0,9.91,4.85c2.18,3.22,3.28,8.15,3.28,14.71v91.7c0,6.65-1.08,11.55-3.24,14.73s-5.47,4.77-9.95,4.77-7.9-1.61-10.11-4.81-3.32-8.11-3.32-14.69Z" /> <path fill="#fff" d="M797.37,234.44a26.86,26.86,0,0,1-9.84,7.58A30,30,0,0,1,775,244.64q-17.18,0-28.91-13.53t-11.72-33.73q0-20,12.1-33.67T776,150A29.77,29.77,0,0,1,788,152.35a25.55,25.55,0,0,1,9.34,7.22,17.49,17.49,0,0,1,5.54-6.39,12.74,12.74,0,0,1,7.22-2.16q6.71,0,10,4.73c2.15,3.14,3.22,8.05,3.22,14.67v53.81c0,6.58-1.07,11.47-3.26,14.69s-5.48,4.81-9.91,4.81a12.55,12.55,0,0,1-7.55-2.24A17.16,17.16,0,0,1,797.37,234.44ZM762,197q0,9.89,4.81,15.87a15.21,15.21,0,0,0,12.51,6,15,15,0,0,0,12.35-6.11q4.83-6.09,4.82-15.79,0-9.45-4.85-15.42a15.2,15.2,0,0,0-12.32-6,15.35,15.35,0,0,0-12.47,5.92Q762,187.51,762,197Z" /> <path fill="#fff" d="M868.67,157a30.66,30.66,0,0,1,9.65-5.72,33.26,33.26,0,0,1,11.4-1.91q17.34,0,29.23,13.73t11.89,34.29q0,19.38-12.18,33.12t-28.94,13.72a31.17,31.17,0,0,1-12.2-2.33A26.4,26.4,0,0,1,868,235.1a19.07,19.07,0,0,1-5.66,6.47,12.48,12.48,0,0,1-7.1,2.16q-6.79,0-10.07-4.81t-3.28-14.69v-91.7q0-9.93,3.28-14.75T855.23,113q6.79,0,10.12,4.81c2.2,3.21,3.32,8.13,3.32,14.75Zm-.5,39.88c0,6.76,1.64,12.16,4.92,16.26a16.18,16.18,0,0,0,25.42-.08q5-6.23,5-16.18t-4.93-16.41a16.06,16.06,0,0,0-25.47-.05Q868.17,186.68,868.17,196.87Z" /> <path fill="#fff" d="M274.3,42.32H80.6c-21,0-38,17.39-38,38.82v192c0,21.44,17,38.83,38,38.83H274.3c21,0,38-17.39,38-38.83v-192C312.29,59.71,295.28,42.32,274.3,42.32ZM159.4,234.55q-12.9,11.25-33.95,11.25-16.17,0-27.61-5.81t-11.45-13.6a11.62,11.62,0,0,1,3.69-8.95q3.69-3.39,9.91-3.4,3.06,0,12.85,3.07t16.5,3.07a13.88,13.88,0,0,0,9.71-3.57,11.55,11.55,0,0,0,3.89-8.87,11.67,11.67,0,0,0-4-9.21q-4-3.47-17.08-7.46-19-5.64-26.54-13.39T87.8,156.83Q87.8,140,100,129.29t31.63-10.69q14.34,0,23.64,5.11t9.28,12.73c0,3.65-1.09,6.5-3.27,8.58s-5.23,3.11-9.09,3.11c-2.15,0-5.67-.71-10.53-2.12s-8.53-2.12-11-2.12q-6.14,0-9.78,2.86a9.07,9.07,0,0,0-3.65,7.51q0,7.38,16.09,12.44l5.81,1.82q17.34,5.8,25.27,14.64t8,22Q172.29,223.32,159.4,234.55Zm113-66.53a39.36,39.36,0,0,1-1.65,5.06L230,269.92c-1.71,4.08-3.45,6.93-5.22,8.5a9.46,9.46,0,0,1-6.48,2.36q-6.13,0-9.7-3.47T205,267.85a18.57,18.57,0,0,1,.58-4.56,25.55,25.55,0,0,1,1.66-4.64l11-23.88-27-63a15.12,15.12,0,0,1-1-3.28,24.13,24.13,0,0,1-.34-4.19,13,13,0,0,1,3.75-9.45,12.36,12.36,0,0,1,9.2-3.82,11.24,11.24,0,0,1,7.83,2.74c2,1.83,3.93,5.23,5.76,10.21l15.1,40.36L248,161.72a20.83,20.83,0,0,1,4.87-8.13,10.12,10.12,0,0,1,7.07-2.57,13.14,13.14,0,0,1,9.53,3.45Q273,157.9,273,163.8A17.42,17.42,0,0,1,272.44,168Z" /> </symbol> <symbol id="avatar_svg" viewbox="0 0 56 64" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M51.2097 8.51235C51.2097 7.01782 50.8172 5.55004 50.0692 4.25554C49.3224 2.96231 48.2469 1.88696 46.9534 1.14033C45.6587 0.392427 44.1906 0 42.6958 0C39.5418 0 36.8159 1.73916 35.3517 4.28867C33.8798 1.73916 31.154 0 28 0C24.846 0 22.1202 1.73916 20.6521 4.28867C19.1802 1.73916 16.4544 0 13.3004 0C11.0435 0.00127411 8.87712 0.89825 7.28163 2.49344C5.68487 4.08863 4.78773 6.25462 4.78646 8.51108C4.78646 11.5435 6.38067 14.1847 8.76625 15.6945C3.37957 20.7974 0 27.9986 0 36.0014C0 51.4627 12.5358 64 28 64C43.4642 64 56 51.4627 56 36.0014C56 27.9974 52.6166 20.7961 47.2299 15.692C49.6155 14.1847 51.2097 11.5435 51.2097 8.51235Z" fill="#F2B556" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M41.41 41.1143C41.41 48.7398 35.2281 54.9206 27.6011 54.9206C19.9742 54.9206 13.7872 48.7398 13.7872 41.1143H41.41Z" fill="white" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M27.6011 56.1949C35.9303 56.1949 42.6843 49.4433 42.6843 41.1144C42.6843 40.7768 42.5505 40.4519 42.3109 40.2136C42.0726 39.9741 41.7477 39.8403 41.41 39.8403H13.7872C13.4495 39.8403 13.1245 39.9741 12.8862 40.2136C12.6466 40.4519 12.5128 40.7768 12.5128 41.1144C12.5128 49.4421 19.2694 56.1949 27.6011 56.1949ZM27.6011 53.6466C21.107 53.6466 15.765 48.7107 15.1265 42.3886H40.0706C39.4322 48.712 34.0939 53.6466 27.6011 53.6466Z" fill="#381954" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M38.3961 49.819C37.104 48.1958 35.4613 46.886 33.5931 45.9852C31.7236 45.0857 29.6745 44.6193 27.5999 44.6206C25.5316 44.6193 23.4901 45.0818 21.6244 45.9763C19.7601 46.8694 18.12 48.1716 16.8265 49.7846C16.8265 49.7846 21.4269 54.9218 27.5999 54.9218C33.7741 54.9218 38.3961 49.819 38.3961 49.819Z" fill="#381954" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M13.7273 23.6427C13.7273 22.775 13.884 21.9481 14.1606 21.1772C12.6887 21.2779 11.3073 21.9328 10.3006 23.012C9.29256 24.0899 8.73184 25.5118 8.73184 26.9872C8.73312 28.5314 9.34735 30.0145 10.4407 31.1064C11.5329 32.1983 13.0162 32.8125 14.5607 32.8125C15.4222 32.8137 16.2734 32.6226 17.0533 32.2531C17.832 31.8849 18.5188 31.3472 19.0643 30.6796C17.5299 30.2489 16.1766 29.3278 15.2132 28.0575C14.2498 26.7872 13.7286 25.2366 13.7273 23.6427Z" fill="white" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M13.8522 21.1772C13.7235 21.9162 13.5081 23.6822 13.9732 25.9424C14.4384 28.204 16.1052 29.8591 19.1344 30.7102C19.9499 29.7215 20.4036 28.2893 20.4036 26.9082C20.4036 25.9017 20.1385 24.9142 19.6365 24.0427C19.1331 23.1712 18.4093 22.4475 17.5376 21.9443C16.6659 21.4423 15.6783 21.1772 14.6716 21.1772" fill="#381954" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M40.4886 23.6427C40.4886 22.775 40.6454 21.9481 40.9219 21.1772C39.45 21.2779 38.0686 21.9328 37.0619 23.012C36.0539 24.0899 35.4932 25.5118 35.4932 26.9872C35.4944 28.5314 36.1087 30.0145 37.2021 31.1064C38.2942 32.1983 39.7775 32.8125 41.322 32.8125C42.1835 32.8137 43.0348 32.6226 43.8147 32.2531C44.5933 31.8849 45.2802 31.3472 45.8256 30.6796C44.2913 30.2489 42.9379 29.3278 41.9745 28.0575C41.0111 26.7872 40.4899 25.2366 40.4886 23.6427Z" fill="white" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M40.6135 21.1772C40.4848 21.9162 40.2694 23.6822 40.7346 25.9424C41.1997 28.204 42.8666 29.8591 45.8957 30.7102C46.7113 29.7215 47.1649 28.2893 47.1649 26.9082C47.1649 25.9017 46.8999 24.9142 46.3978 24.0427C45.8944 23.1712 45.1706 22.4475 44.2989 21.9443C43.4273 21.4423 42.4396 21.1772 41.4329 21.1772" fill="#381954" /> </symbol> <symbol id="header-query" viewbox="0 0 24 24"> <path fill-rule="evenodd" clip-rule="evenodd" d="M17.072 2.62259C21.1638 6.30293 21.6549 12.5773 18.1861 16.8585L23.7655 22.481C24.0893 22.8397 24.0762 23.3916 23.7358 23.7344C23.3953 24.0771 22.8477 24.0898 22.492 23.7631L16.9295 18.1576C12.7708 21.7611 6.53402 21.4263 2.77881 17.398C-0.976394 13.3697 -0.918647 7.07605 2.90983 3.11842C6.73831 -0.839218 12.9802 -1.05775 17.072 2.62259ZM2.48127 13.6151C3.78627 16.7846 6.85772 18.8494 10.2629 18.8465C14.9063 18.8378 18.6674 15.0449 18.6727 10.3656C18.6732 6.9342 16.622 3.8405 13.4759 2.52768C10.3298 1.21487 6.70871 1.94159 4.30177 4.36885C1.89483 6.79612 1.17627 10.4457 2.48127 13.6151Z" /> </symbol> <symbol id="header-notifications" viewbox="0 0 27 28" fill="none"> <path d="M22.1293 21.7054L20.6639 19.5972C20.4638 19.3106 20.3562 18.9697 20.3553 18.6202V12.5699C20.3553 10.297 19.4524 8.11723 17.8453 6.51006C16.2381 4.9029 14.0583 4 11.7854 4C9.51257 4 7.33279 4.9029 5.72562 6.51006C4.11846 8.11723 3.21556 10.297 3.21556 12.5699V18.6202C3.21473 18.9697 3.10708 19.3106 2.90704 19.5972L1.44159 21.7054C1.2197 21.9513 1.07379 22.2561 1.0215 22.5832C0.96921 22.9102 1.01278 23.2454 1.14695 23.5481C1.28112 23.8509 1.50014 24.1084 1.77752 24.2893C2.0549 24.4703 2.37876 24.567 2.70994 24.5677H7.5862C7.7829 25.5364 8.30841 26.4073 9.07372 27.0328C9.83902 27.6583 10.797 28 11.7854 28C12.7739 28 13.7319 27.6583 14.4972 27.0328C15.2625 26.4073 15.788 25.5364 15.9847 24.5677H20.861C21.1921 24.567 21.516 24.4703 21.7934 24.2893C22.0708 24.1084 22.2898 23.8509 22.4239 23.5481C22.5581 23.2454 22.6017 22.9102 22.5494 22.5832C22.4971 22.2561 22.3512 21.9513 22.1293 21.7054ZM11.7854 26.2817C11.255 26.2802 10.738 26.1147 10.3054 25.8079C9.87271 25.501 9.54555 25.0678 9.36874 24.5677H14.2022C14.0254 25.0678 13.6982 25.501 13.2655 25.8079C12.8329 26.1147 12.3159 26.2802 11.7854 26.2817ZM2.70994 22.8538C2.74867 22.8178 2.78317 22.7776 2.81278 22.7338L4.31251 20.5742C4.71258 20.001 4.92788 19.3192 4.92954 18.6202V12.5699C4.92954 10.7516 5.65185 9.00776 6.93759 7.72203C8.22332 6.4363 9.96715 5.71398 11.7854 5.71398C13.6038 5.71398 15.3476 6.4363 16.6333 7.72203C17.919 9.00776 18.6414 10.7516 18.6414 12.5699V18.6202C18.643 19.3192 18.8583 20.001 19.2584 20.5742L20.7581 22.7338C20.7877 22.7776 20.8222 22.8178 20.861 22.8538H2.70994Z" fill="white" /> </symbol> <symbol id="header-notifications-with-dot" viewbox="0 0 27 28" fill="none"> <path d="M22.1293 21.7054L20.6639 19.5972C20.4638 19.3106 20.3562 18.9697 20.3553 18.6202V12.5699C20.3553 10.297 19.4524 8.11723 17.8453 6.51006C16.2381 4.9029 14.0583 4 11.7854 4C9.51257 4 7.33279 4.9029 5.72562 6.51006C4.11846 8.11723 3.21556 10.297 3.21556 12.5699V18.6202C3.21473 18.9697 3.10708 19.3106 2.90704 19.5972L1.44159 21.7054C1.2197 21.9513 1.07379 22.2561 1.0215 22.5832C0.96921 22.9102 1.01278 23.2454 1.14695 23.5481C1.28112 23.8509 1.50014 24.1084 1.77752 24.2893C2.0549 24.4703 2.37876 24.567 2.70994 24.5677H7.5862C7.7829 25.5364 8.30841 26.4073 9.07372 27.0328C9.83902 27.6583 10.797 28 11.7854 28C12.7739 28 13.7319 27.6583 14.4972 27.0328C15.2625 26.4073 15.788 25.5364 15.9847 24.5677H20.861C21.1921 24.567 21.516 24.4703 21.7934 24.2893C22.0708 24.1084 22.2898 23.8509 22.4239 23.5481C22.5581 23.2454 22.6017 22.9102 22.5494 22.5832C22.4971 22.2561 22.3512 21.9513 22.1293 21.7054ZM11.7854 26.2817C11.255 26.2802 10.738 26.1147 10.3054 25.8079C9.87271 25.501 9.54555 25.0678 9.36874 24.5677H14.2022C14.0254 25.0678 13.6982 25.501 13.2655 25.8079C12.8329 26.1147 12.3159 26.2802 11.7854 26.2817ZM2.70994 22.8538C2.74867 22.8178 2.78317 22.7776 2.81278 22.7338L4.31251 20.5742C4.71258 20.001 4.92788 19.3192 4.92954 18.6202V12.5699C4.92954 10.7516 5.65185 9.00776 6.93759 7.72203C8.22332 6.4363 9.96715 5.71398 11.7854 5.71398C13.6038 5.71398 15.3476 6.4363 16.6333 7.72203C17.919 9.00776 18.6414 10.7516 18.6414 12.5699V18.6202C18.643 19.3192 18.8583 20.001 19.2584 20.5742L20.7581 22.7338C20.7877 22.7776 20.8222 22.8178 20.861 22.8538H2.70994Z" fill="white" /> <circle cx="20.5" cy="6.5" r="5.5" fill="white" /> <path d="M20.4999 12.9999C16.916 12.9999 14 10.084 14 6.50006C14 2.91595 16.916 0 20.4999 0C24.084 0 26.9999 2.91595 26.9999 6.50006C26.9999 10.084 24.084 12.9999 20.4999 12.9999ZM20.4999 1.5C17.7429 1.5 15.5 3.74304 15.5 6.50006C15.5 9.25708 17.7429 11.4999 20.4999 11.4999C23.2569 11.4999 25.4999 9.25708 25.4999 6.50006C25.4999 3.74304 23.2569 1.5 20.4999 1.5Z" fill="#DB3F59" /> </symbol> <symbol id="decoration_center_left2_svg" viewbox="0 0 30 42" fill="none"> <path d="M3.68788 40.6908C5.68759 41.1653 7.35851 41.1999 8.70064 40.7947C10.0428 40.3895 11.107 39.6587 11.8933 38.6024C12.6796 37.546 13.2488 36.273 13.6009 34.7832L19.971 7.83352C20.3161 6.37356 20.8834 5.3282 21.673 4.69744C22.4625 4.06668 23.6441 3.938 25.2176 4.3114L27.578 4.87151C27.9386 4.95708 28.2401 4.92637 28.4826 4.77937C28.725 4.63238 28.8815 4.40991 28.9519 4.11195L29.3005 2.6371C29.3709 2.33914 29.3307 2.07 29.1798 1.82965C29.0289 1.58931 28.7731 1.42635 28.4125 1.34078L25.9047 0.745674C23.905 0.271144 22.234 0.236498 20.8919 0.641736C19.5498 1.04697 18.4809 1.76092 17.6852 2.78356C16.8896 3.80621 16.3192 5.04751 15.9741 6.50747L9.56184 33.6359C9.36465 34.4702 9.09491 35.2086 8.75263 35.8511C8.41035 36.4936 7.88844 36.944 7.18689 37.2023C6.48535 37.4606 5.52811 37.4459 4.31517 37.1581L1.90569 36.5863C1.57787 36.5085 1.29273 36.5431 1.05026 36.6901C0.80779 36.8371 0.651342 37.0596 0.580917 37.3575L0.242871 38.7877C0.172446 39.0856 0.21269 39.3548 0.363606 39.5951C0.514521 39.8355 0.753889 39.9945 1.08171 40.0723L3.68788 40.6908Z" fill="#DB3F59" fill-opacity="0.08" /> </symbol> <symbol viewbox="0 0 27 27" id="icon_crop_corner"> <path id="path_2" d="M 27.219 0.761 L 27.219 25.896 C 27.219 26.629 26.629 27.219 25.896 27.219 L 0.761 27.219" fill="#00000000" stroke="#dc3f59" stroke-width="1.50000012" stroke-linecap="round" /> </symbol> <symbol id="plus-svg" viewbox="0 0 24 24" fill="none"> <path d="M12 5V19M5 12H19" stroke="#DB3F59" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> </symbol> <symbol id="cancel_svg" viewbox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M15.4833 0.51662C14.7945 -0.172206 13.6777 -0.172207 12.9889 0.51662L7.99995 5.50553L3.0111 0.516687C2.32228 -0.172139 1.20547 -0.17214 0.516642 0.516687C-0.172184 1.20551 -0.172184 2.32232 0.516642 3.01115L5.50549 7.99999L0.516559 12.9889C-0.172267 13.6777 -0.172268 14.7946 0.516558 15.4834C1.20538 16.1722 2.32219 16.1722 3.01102 15.4834L7.99995 10.4945L12.9889 15.4834C13.6778 16.1723 14.7946 16.1723 15.4834 15.4834C16.1722 14.7946 16.1722 13.6778 15.4834 12.989L10.4944 7.99999L15.4833 3.01108C16.1721 2.32225 16.1721 1.20545 15.4833 0.51662Z" fill="#001A36" /> </symbol> <symbol id="magic-wand-gray-img" viewbox="0 0 20 20"> <g fill="none" fill-rule="evenodd"> <path fill="#646464" d="M10.863 1.649l1.632.52-1.632.39-.52 1.773-.524-1.773-1.629-.403L9.82 1.65s.51-1.628.524-1.65l.52 1.65zM6.393 4.26l1.057.337-1.058.251-.336 1.148-.338-1.148-1.054-.26 1.054-.328s.33-1.054.338-1.068l.337 1.068zM17.105 12.726l2.637.842-2.637.627-.84 2.866-.847-2.866-2.629-.651 2.629-.818s.825-2.63.847-2.663l.84 2.663z" /> <path d="M2.218 19.606L.44 17.83 13.416 4.855a1.258 1.258 0 0 1 1.778 0 1.26 1.26 0 0 1 0 1.776L2.218 19.606z" /> <path fill="#646464" fill-rule="nonzero" d="M17.033 4.327c.015-.015-.103-.593-.353-.841-.257-.254-.848-.371-.873-.347L2.42 16.38l1.212 1.201 13.4-13.254zM2.93 19.7l-2.633-2.61a1 1 0 0 1 0-1.42L14.402 1.716c.953-.94 2.74-.586 3.687.349.945.94 1.311 2.732.353 3.683L4.336 19.7a1 1 0 0 1-1.407-.001z" /> <path fill="#646464" fill-rule="nonzero" d="M11.65 6.752l1.06-1.061 1.674 1.672-1.06 1.061z" /> </g> </symbol> <symbol id="header-search" viewbox="0 0 20 20" fill="none"> <path d="M11.6813 6.23828C11.3533 5.90944 10.9635 5.64867 10.5344 5.47094C10.1053 5.29322 9.64529 5.20204 9.18083 5.20266C8.71638 5.20204 8.25638 5.29322 7.82727 5.47094C7.39817 5.64867 7.00842 5.90944 6.68041 6.23828M14.583 14.5829L18.3334 18.3333M9.18083 16.6948C13.3308 16.6948 16.6949 13.3307 16.6949 9.1807C16.6949 5.03072 13.3308 1.66663 9.18083 1.66663C5.03084 1.66663 1.66675 5.03072 1.66675 9.1807C1.66675 13.3307 5.03084 16.6948 9.18083 16.6948Z" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> </symbol> <symbol id="social-twitter" viewbox="0 0 24 24" fill="none"> <g clip-path="url(#clip0_620_40799)"> <path d="M24 4.5585C23.1075 4.95 22.1565 5.2095 21.165 5.3355C22.185 4.7265 22.9635 3.7695 23.3295 2.616C22.3785 3.183 21.3285 3.5835 20.2095 3.807C19.3065 2.8455 18.0195 2.25 16.6155 2.25C13.8915 2.25 11.6985 4.461 11.6985 7.1715C11.6985 7.5615 11.7315 7.9365 11.8125 8.2935C7.722 8.094 4.1025 6.1335 1.671 3.147C1.2465 3.8835 0.9975 4.7265 0.9975 5.634C0.9975 7.338 1.875 8.8485 3.183 9.723C2.3925 9.708 1.617 9.4785 0.96 9.117C0.96 9.132 0.96 9.1515 0.96 9.171C0.96 11.562 2.6655 13.548 4.902 14.0055C4.5015 14.115 4.065 14.1675 3.612 14.1675C3.297 14.1675 2.979 14.1495 2.6805 14.0835C3.318 16.032 5.127 17.4645 7.278 17.511C5.604 18.8205 3.4785 19.6095 1.1775 19.6095C0.774 19.6095 0.387 19.5915 0 19.542C2.1795 20.9475 4.7625 21.75 7.548 21.75C16.602 21.75 21.552 14.25 21.552 7.749C21.552 7.5315 21.5445 7.3215 21.534 7.113C22.5105 6.42 23.331 5.5545 24 4.5585Z" fill="#DB3F59" /> </g> <defs> <clippath id="clip0_620_40799"> <rect width="24" height="24" fill="white" /> </clippath> </defs> </symbol> <symbol id="calculator-decoration3-svg" width="154" height="367"> <path d="M8.19367 140.941L229.597 333.8L232.857 330.044L11.4533 137.185L8.19367 140.941Z" fill="black" fill-opacity="0.059" /> <path d="M275.22 281.216L53.8163 88.3571L57.0759 84.6015L278.479 277.46L275.22 281.216Z" fill="black" fill-opacity="0.059" /> <path d="M320.841 228.632L99.4375 35.7732L102.697 32.0176L324.101 224.876L320.841 228.632Z" fill="black" fill-opacity="0.059" /> <path d="M253.577 60.3363L77.6816 263.07L73.8888 259.765L249.784 57.0313L253.577 60.3363Z" fill="black" fill-opacity="0.059" /> <path d="M200.472 14.0784L24.5772 216.812L20.7843 213.507L196.68 10.7734L200.472 14.0784Z" fill="black" fill-opacity="0.059" /> <path d="M306.682 106.595L130.787 309.329L126.994 306.024L302.889 103.29L306.682 106.595Z" fill="black" fill-opacity="0.059" /> <path d="M359.787 152.853L183.891 355.587L180.099 352.282L355.994 149.548L359.787 152.853Z" fill="black" fill-opacity="0.059" /> </symbol> <symbol id="dashboard-gray-img" viewbox="0 0 20 20"> <g fill="#646464" fill-rule="nonzero" transform="translate(2 2)"> <rect width="7" height="7" rx="1" /> <rect width="7" height="7" y="9" rx="1" /> <rect width="7" height="7" x="9" y="9" rx="1" /> <rect width="7" height="7" x="9" rx="1" /> </g> </symbol> <symbol id="avatar-example" viewbox="0 0 40 47"> <path fill-rule="evenodd" clip-rule="evenodd" d="M36.5784 6.747C36.5784 5.67948 36.298 4.63106 35.7637 3.70642C35.2303 2.78269 34.462 2.01458 33.5381 1.48127C32.6133 0.947053 31.5647 0.666748 30.497 0.666748C28.2441 0.666748 26.2971 1.90901 25.2512 3.73008C24.1999 1.90901 22.2529 0.666748 20 0.666748C17.7471 0.666748 15.8001 1.90901 14.7515 3.73008C13.7002 1.90901 11.7531 0.666748 9.50027 0.666748C7.88822 0.667658 6.3408 1.30836 5.20117 2.44778C4.06062 3.5872 3.41981 5.13434 3.4189 6.74609C3.4189 8.91208 4.55762 10.7987 6.26161 11.8771C2.41398 15.522 0 20.6658 0 26.382C0 37.4258 8.95412 46.381 20 46.381C31.0459 46.381 40 37.4258 40 26.382C40 20.6649 37.5833 15.5211 33.7357 11.8753C35.4397 10.7987 36.5784 8.91208 36.5784 6.747Z" fill="#F2B556" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M29.5786 30.0342C29.5786 35.481 25.1629 39.8958 19.7151 39.8958C14.2673 39.8958 9.84799 35.481 9.84799 30.0342H29.5786Z" fill="white" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M19.7151 40.8058C25.6645 40.8058 30.4888 35.9833 30.4888 30.0341C30.4888 29.7929 30.3932 29.5609 30.2221 29.3907C30.0519 29.2196 29.8198 29.124 29.5786 29.124H9.84799C9.60678 29.124 9.37466 29.2196 9.20445 29.3907C9.03332 29.5609 8.93774 29.7929 8.93774 30.0341C8.93774 35.9824 13.7639 40.8058 19.7151 40.8058ZM19.7151 38.9857C15.0765 38.9857 11.2607 35.46 10.8047 30.9442H28.6219C28.1659 35.4609 24.3528 38.9857 19.7151 38.9857Z" fill="#001A36" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M27.4258 36.2519C26.5028 35.0925 25.3295 34.1569 23.9951 33.5135C22.6598 32.871 21.1961 32.5379 19.7142 32.5388C18.2368 32.5379 16.7786 32.8683 15.446 33.5071C14.1143 34.1451 12.9428 35.0752 12.0189 36.2274C12.0189 36.2274 15.3049 39.8968 19.7142 39.8968C24.1243 39.8968 27.4258 36.2519 27.4258 36.2519" fill="#001A36" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.80521 17.5542C9.80521 16.9345 9.91717 16.3438 10.1147 15.7932C9.06335 15.8651 8.07664 16.3329 7.35755 17.1037C6.63754 17.8737 6.23703 18.8893 6.23703 19.9432C6.23794 21.0462 6.67668 22.1055 7.45767 22.8855C8.23776 23.6654 9.29729 24.1041 10.4005 24.1041C11.0158 24.105 11.6239 23.9685 12.181 23.7045C12.7371 23.4415 13.2277 23.0575 13.6173 22.5806C12.5214 22.273 11.5547 21.615 10.8666 20.7077C10.1784 19.8003 9.80612 18.6927 9.80521 17.5542Z" fill="white" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M9.89442 15.7932C9.80248 16.3211 9.64865 17.5824 9.98089 19.1969C10.3131 20.8123 11.5037 21.9945 13.6674 22.6024C14.25 21.8962 14.574 20.8733 14.574 19.8868C14.574 19.1678 14.3847 18.4625 14.026 17.84C13.6665 17.2175 13.1495 16.7006 12.5269 16.3411C11.9042 15.9825 11.1988 15.7932 10.4797 15.7932" fill="#001A36" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M28.9204 17.5542C28.9204 16.9345 29.0324 16.3438 29.2299 15.7932C28.1786 15.8651 27.1919 16.3329 26.4728 17.1037C25.7528 17.8737 25.3523 18.8893 25.3523 19.9432C25.3532 21.0462 25.7919 22.1055 26.5729 22.8855C27.353 23.6654 28.4125 24.1041 29.5157 24.1041C30.1311 24.105 30.7391 23.9685 31.2962 23.7045C31.8524 23.4415 32.343 23.0575 32.7326 22.5806C31.6366 22.273 30.6699 21.615 29.9818 20.7077C29.2936 19.8003 28.9214 18.6927 28.9204 17.5542Z" fill="white" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M29.0097 15.7932C28.9177 16.3211 28.7639 17.5824 29.0961 19.1969C29.4284 20.8123 30.619 21.9945 32.7826 22.6024C33.3652 21.8962 33.6892 20.8733 33.6892 19.8868C33.6892 19.1678 33.4999 18.4625 33.1413 17.84C32.7817 17.2175 32.2647 16.7006 31.6421 16.3411C31.0195 15.9825 30.314 15.7932 29.5949 15.7932" fill="#001A36" /> </symbol> <symbol id="symbolab_logo" viewbox="0 0 106 33" fill="none"> <path d="M34.6083 22.1886V15.8029C34.6083 15.0173 34.74 14.4306 35.0035 14.043C35.2654 13.6561 35.6654 13.4626 36.194 13.4626C36.4955 13.4603 36.7903 13.5511 37.038 13.7225C37.3223 13.9306 37.5538 14.2021 37.7141 14.5153C38.0214 14.1696 38.4026 13.897 38.8296 13.7178C39.2845 13.5407 39.7698 13.4541 40.2581 13.4626C40.8839 13.4501 41.5047 13.5774 42.0747 13.8353C42.6124 14.0951 43.0795 14.4802 43.4366 14.9579C43.8455 14.4816 44.3457 14.0914 44.9079 13.8104C45.454 13.5691 46.0465 13.4504 46.6436 13.4626C47.7816 13.4626 48.6669 13.8266 49.2994 14.5544C49.932 15.2823 50.2494 16.3084 50.2518 17.6328V22.1886C50.2518 22.9695 50.1197 23.5506 49.8554 23.9319C49.5911 24.3133 49.1903 24.5035 48.653 24.5027C48.1138 24.5027 47.715 24.3129 47.4626 23.9367C47.2102 23.5605 47.0698 22.9778 47.0698 22.1886V18.6012C47.0698 17.7681 46.9531 17.1581 46.7198 16.7712C46.4817 16.3855 46.1186 16.1909 45.6186 16.1909C45.0631 16.1909 44.6587 16.3812 44.4056 16.7617C44.1524 17.1423 44.0238 17.7424 44.0199 18.562V22.1922C44.0199 22.9731 43.8881 23.5541 43.6246 23.9355C43.3612 24.3168 42.962 24.5059 42.4271 24.5027C41.8874 24.5027 41.4858 24.3125 41.2223 23.9319C40.9589 23.5514 40.8271 22.9703 40.8271 22.1886V18.6012C40.8271 17.7621 40.714 17.1498 40.4831 16.7665C40.2521 16.3832 39.8879 16.1909 39.3962 16.1909C38.8407 16.1909 38.4363 16.3812 38.1832 16.7617C37.93 17.1423 37.8014 17.7424 37.7975 18.562V22.1922C37.7975 22.9731 37.6657 23.5541 37.4022 23.9355C37.1388 24.3168 36.7376 24.5071 36.1987 24.5063C35.6594 24.5063 35.2583 24.3152 34.9988 23.9355C34.7392 23.5557 34.6083 22.9695 34.6083 22.1886Z" fill="#DB3F59" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M57.0837 13.5316C56.6619 13.6857 56.2721 13.9158 55.9337 14.2104L55.9302 11.31C55.931 10.5236 55.7996 9.94015 55.5361 9.55961C55.2727 9.17906 54.8711 8.98879 54.3314 8.98879C53.7957 8.98642 53.3973 9.1759 53.1362 9.55723C52.8751 9.93857 52.7446 10.522 52.7446 11.3077V22.1899C52.7454 22.9716 52.8759 23.5527 53.1362 23.9332C53.3965 24.3137 53.7961 24.504 54.335 24.504C54.6359 24.5061 54.9304 24.4167 55.179 24.2477C55.4597 24.046 55.6909 23.7835 55.8552 23.4799C56.1672 23.8307 56.5551 24.1063 56.9897 24.2857C57.4498 24.474 57.9434 24.5681 58.4408 24.5622C59.7709 24.5638 60.9193 24.021 61.8859 22.934C62.8526 21.8469 63.3359 20.5368 63.3359 19.0036C63.3382 17.377 62.8664 16.0205 61.9204 14.9343C60.9744 13.848 59.8146 13.3049 58.4408 13.3049C57.9786 13.3009 57.5193 13.3776 57.0837 13.5316ZM56.4647 20.8713C56.0743 20.3847 55.879 19.7439 55.879 18.9416C55.879 18.1355 56.0751 17.4844 56.4671 16.9883C56.8283 16.5178 57.3891 16.2424 57.9834 16.2435C58.5777 16.2447 59.1374 16.5223 59.4968 16.9942C59.8888 17.5053 60.0848 18.1545 60.0848 18.9416C60.0848 19.7288 59.8864 20.3689 59.4896 20.8618C59.1261 21.3251 58.5695 21.5966 57.9795 21.5984C57.3895 21.6003 56.8312 21.3323 56.4647 20.8713Z" fill="#DB3F59" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M66.5894 14.9237C65.5735 15.9894 65.0656 17.3489 65.0656 19.0024C65.0648 20.6544 65.5727 22.0151 66.5894 23.0848C67.606 24.1544 68.8976 24.6892 70.4642 24.6892C72.0364 24.6876 73.326 24.1548 74.3331 23.0907C75.3402 22.0266 75.8438 20.6639 75.8438 19.0024C75.8422 17.3418 75.3387 15.9803 74.3331 14.9177C73.3276 13.8552 72.038 13.324 70.4642 13.324C68.8968 13.3248 67.6052 13.858 66.5894 14.9237ZM68.9452 20.9261C68.5559 20.4289 68.3619 19.7762 68.3619 18.9621V18.9573C68.3627 18.1741 68.5587 17.538 68.95 17.0491C69.3105 16.5811 69.8687 16.3068 70.4606 16.3068C71.0525 16.3068 71.6108 16.5811 71.9713 17.0491C72.3681 17.5435 72.5665 18.1812 72.5665 18.9621C72.5665 19.769 72.3725 20.4217 71.9844 20.9202C71.6223 21.391 71.0614 21.6675 70.4663 21.6686C69.8711 21.6698 69.3092 21.3955 68.9452 20.9261Z" fill="#DB3F59" /> <path d="M77.5211 11.3065C77.5211 10.5209 77.6528 9.9374 77.9163 9.55606C78.1798 9.17473 78.581 8.98564 79.1198 8.98881C79.6468 8.98881 80.04 9.18066 80.2996 9.56437C80.5591 9.94649 80.69 10.5315 80.69 11.31V22.1923C80.69 22.9815 80.5615 23.563 80.3043 23.9403C80.0472 24.3177 79.6532 24.5064 79.1198 24.5064C78.5865 24.5064 78.1794 24.3153 77.9163 23.9356C77.6532 23.5558 77.5211 22.9732 77.5211 22.1923L77.5211 11.3065Z" fill="#DB3F59" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M88.679 24.2998C89.1346 24.0953 89.5358 23.7872 89.8504 23.4003C89.9817 23.7283 90.1962 24.0166 90.473 24.2369C90.7362 24.4194 91.0513 24.5126 91.3718 24.5028C91.8991 24.5028 92.2908 24.3141 92.5515 23.9319C92.8122 23.5498 92.9396 22.9695 92.9396 22.1886V15.8029C92.9396 15.0173 92.8122 14.4346 92.5563 14.062C92.2952 13.6877 91.8983 13.5006 91.3658 13.5006C91.0599 13.4977 90.7603 13.5871 90.5063 13.757C90.2276 13.9522 90.0011 14.2125 89.8468 14.5153C89.5484 14.1471 89.1676 13.8536 88.735 13.6585C88.2833 13.468 87.7968 13.373 87.3064 13.3796C85.9232 13.3828 84.7514 13.9251 83.7911 15.0066C82.8308 16.0881 82.3507 17.42 82.3507 19.0023C82.3499 20.6004 82.8149 21.9347 83.7459 23.0051C84.6768 24.0755 85.824 24.6107 87.1874 24.6107C87.7013 24.6153 88.21 24.5092 88.679 24.2998ZM86.2125 20.8405C85.8307 20.3674 85.6399 19.7396 85.6399 18.9571C85.6399 18.2063 85.8323 17.592 86.2172 17.1142C86.5726 16.6589 87.1232 16.3983 87.7017 16.4116C88.2762 16.4034 88.8206 16.6676 89.1683 17.1237C89.5532 17.596 89.7457 18.2059 89.7457 18.9536C89.7465 19.721 89.5552 20.3456 89.1719 20.8274C88.8288 21.2925 88.2807 21.5628 87.7017 21.5525C87.1193 21.5678 86.565 21.3028 86.2125 20.8405Z" fill="#DB3F59" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M99.487 13.5316C99.0654 13.6855 98.676 13.9156 98.3382 14.2104V11.31C98.3382 10.5244 98.2049 9.94056 97.943 9.55962C97.6787 9.17908 97.2771 8.98881 96.7382 8.98881C96.2002 8.98564 95.801 9.17473 95.5407 9.55606C95.2804 9.9374 95.1502 10.5209 95.1502 11.3065V22.1887C95.1502 22.9704 95.2804 23.5515 95.5407 23.932C95.801 24.3126 96.2006 24.5028 96.7394 24.5028C97.0407 24.5048 97.3355 24.4154 97.5846 24.2465C97.8649 24.045 98.0954 23.7824 98.2584 23.4787C98.5709 23.8288 98.9582 24.1046 99.3917 24.2857C99.8523 24.474 100.346 24.5681 100.844 24.5622C102.174 24.5638 103.323 24.021 104.289 22.934C105.256 21.847 105.739 20.5368 105.739 19.0036C105.739 17.377 105.267 16.0205 104.324 14.9343C103.38 13.848 102.22 13.3049 100.844 13.3049C100.382 13.3009 99.9226 13.3776 99.487 13.5316ZM98.8644 20.8725C98.4739 20.3859 98.2787 19.7451 98.2787 18.9429V18.9417C98.2787 18.1355 98.4747 17.4848 98.8667 16.9895C99.2295 16.5207 99.7903 16.2466 100.384 16.2478C100.978 16.249 101.538 16.5252 101.899 16.9955C102.29 17.5065 102.486 18.1557 102.486 18.9429C102.486 19.7301 102.287 20.3701 101.89 20.863C101.527 21.3263 100.97 21.5978 100.38 21.5997C99.7895 21.6015 99.231 21.3335 98.8644 20.8725Z" fill="#DB3F59" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M27.5824 0.601074H4.52365C2.02374 0.601074 0 2.66479 0 5.20793V27.993C0 30.5374 2.02374 32.6011 4.52365 32.6011H27.5824C30.0823 32.6011 32.106 30.5374 32.106 27.993V5.20793C32.1048 2.66479 30.0799 0.601074 27.5824 0.601074ZM13.9042 23.4135C12.8805 24.3035 11.5333 24.7485 9.86271 24.7485C8.57942 24.7485 7.48383 24.5187 6.57592 24.059C5.66802 23.5994 5.21367 23.0614 5.21287 22.4451C5.19734 22.0442 5.35771 21.6565 5.65214 21.383C5.94499 21.1148 6.33823 20.9803 6.83186 20.9795C7.07471 20.9795 7.58462 21.1009 8.36157 21.3438C9.13853 21.5867 9.79327 21.7081 10.3258 21.7081C10.7515 21.7207 11.1656 21.5689 11.4817 21.2845C11.7833 21.0182 11.9526 20.6334 11.9448 20.2319C11.9594 19.8146 11.7845 19.413 11.4686 19.1389C11.1512 18.8644 10.4734 18.5693 9.43535 18.2536C7.92746 17.8074 6.87432 17.2777 6.27593 16.6646C5.67754 16.0514 5.37914 15.2267 5.38072 14.1903C5.38072 12.8588 5.86484 11.7693 6.83306 10.922C7.80128 10.0747 9.05639 9.65183 10.5984 9.65341C11.7365 9.65341 12.6745 9.85555 13.4126 10.2598C14.1507 10.6641 14.5189 11.1677 14.5173 11.7705C14.5173 12.2037 14.3876 12.5419 14.128 12.7887C13.8685 13.0356 13.5054 13.1578 13.0459 13.1578C12.79 13.1578 12.371 13.0735 11.7924 12.9062C11.2139 12.7389 10.777 12.6546 10.4829 12.6546C9.99564 12.6546 9.60756 12.7678 9.31868 12.994C9.03713 13.203 8.87507 13.5354 8.88417 13.8853C8.88417 14.4691 9.52264 14.9612 10.7996 15.3616L11.4912 15.5775C12.8674 16.0364 13.8701 16.6155 14.4995 17.3149C15.1288 18.0143 15.4462 18.8845 15.4518 19.9257C15.4431 21.3624 14.9272 22.525 13.9042 23.4135ZM27.1598 16.1186C27.2388 15.9231 27.3044 15.7225 27.3562 15.5182L27.361 15.5158C27.4035 15.353 27.4258 15.1856 27.4276 15.0174C27.4276 14.5506 27.2876 14.1815 27.0074 13.9102C26.6994 13.6279 26.2908 13.4805 25.8729 13.5007C25.5635 13.4908 25.2621 13.6 25.0313 13.8057C24.7663 14.0786 24.5679 14.4088 24.4516 14.7705L22.4921 19.8283L20.6945 15.0387C20.4767 14.4477 20.2469 14.0443 20.0089 13.8271C19.7511 13.6042 19.4177 13.4879 19.0767 13.5019C18.664 13.4932 18.2667 13.6577 17.9815 13.9552C17.6862 14.2532 17.5251 14.658 17.5351 15.0767C17.5341 15.2433 17.5476 15.4097 17.5756 15.5739C17.6003 15.7078 17.6403 15.8384 17.6946 15.9632L20.9088 23.4395L19.5993 26.2734C19.5158 26.4502 19.4496 26.6346 19.4017 26.8241C19.3563 27.0009 19.3331 27.1827 19.3327 27.3652C19.3351 27.8391 19.4779 28.2133 19.7612 28.4879C20.0446 28.7624 20.4295 28.8997 20.916 28.8997C21.1993 28.9064 21.4747 28.8064 21.6874 28.6196C21.8981 28.4333 22.1052 28.0951 22.3088 27.6109L27.1598 16.1186Z" fill="#DB3F59" /> </symbol> <symbol id="x-close-img" viewbox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M15.4833 0.51662C14.7945 -0.172206 13.6777 -0.172207 12.9889 0.51662L7.99995 5.50553L3.0111 0.516687C2.32228 -0.172139 1.20547 -0.17214 0.516642 0.516687C-0.172184 1.20551 -0.172184 2.32232 0.516642 3.01115L5.50549 7.99999L0.516559 12.9889C-0.172267 13.6777 -0.172268 14.7946 0.516558 15.4834C1.20538 16.1722 2.32219 16.1722 3.01102 15.4834L7.99995 10.4945L12.9889 15.4834C13.6778 16.1723 14.7946 16.1723 15.4834 15.4834C16.1722 14.7946 16.1722 13.6778 15.4834 12.989L10.4944 7.99999L15.4833 3.01108C16.1721 2.32225 16.1721 1.20545 15.4833 0.51662Z" fill="#7A8795" /> </symbol> <symbol id="clean-svg" viewbox="0 0 24 24" fill="none"> <path d="M19.7279 19.3827L18.6518 13.1777H19.0152C19.3076 13.1777 19.5431 12.9421 19.5431 12.6497V8.75127C19.5431 8.45888 19.3076 8.22335 19.0152 8.22335H14.0203V4.52792C14.0203 4.23553 13.7848 4 13.4924 4H10.2437C9.95127 4 9.71574 4.23553 9.71574 4.52792V8.22335H4.72081C4.42843 8.22335 4.19289 8.45888 4.19289 8.75127V12.6497C4.19289 12.9421 4.42843 13.1777 4.72081 13.1777H5.08426L4.00812 19.3827C4.00203 19.4132 4 19.4437 4 19.4721C4 19.7645 4.23553 20 4.52792 20H19.2081C19.2386 20 19.269 19.998 19.2975 19.9919C19.5858 19.9431 19.7787 19.669 19.7279 19.3827ZM5.61421 9.64467H11.1371V5.42132H12.599V9.64467H18.1218V11.7563H5.61421V9.64467ZM15.1168 18.5787V15.4112C15.1168 15.3218 15.0437 15.2487 14.9543 15.2487H13.9797C13.8904 15.2487 13.8173 15.3218 13.8173 15.4112V18.5787H9.91878V15.4112C9.91878 15.3218 9.84569 15.2487 9.75634 15.2487H8.78173C8.69239 15.2487 8.61929 15.3218 8.61929 15.4112V18.5787H5.58985L6.50558 13.2995H17.2284L18.1442 18.5787H15.1168Z" fill="#DB3F59" /> </symbol> <symbol id="div-svg" width="60" height="48"> <mask id="path-1-inside-1_2799_3216" fill="white"> <path d="M0 0H60V48H0V0Z" /> </mask> <path d="M0 0H60V48H0V0Z" fill="white" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M26.8421 12H33.1579C34.1753 12 35 12.8247 35 13.8421V20.1579C35 21.1753 34.1753 22 33.1579 22H26.8421C25.8247 22 25 21.1753 25 20.1579V13.8421C25 12.8247 25.8247 12 26.8421 12ZM33.1571 13.5806H26.8413C26.6959 13.5806 26.5781 13.6984 26.5781 13.8438V20.1595C26.5781 20.3049 26.6959 20.4227 26.8413 20.4227H33.1571C33.3024 20.4227 33.4202 20.3049 33.4202 20.1595V13.8438C33.4202 13.6984 33.3024 13.5806 33.1571 13.5806Z" fill="#596A7C" /> <path d="M25 23.75C25 23.4739 25.2239 23.25 25.5 23.25H34.5C34.7761 23.25 35 23.4739 35 23.75V24.25C35 24.5261 34.7761 24.75 34.5 24.75H25.5C25.2239 24.75 25 24.5261 25 24.25V23.75Z" fill="#596A7C" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M33.1579 26H26.8421C25.8247 26 25 26.8247 25 27.8421V34.1579C25 35.1753 25.8247 36 26.8421 36H33.1579C34.1753 36 35 35.1753 35 34.1579V27.8421C35 26.8247 34.1753 26 33.1579 26ZM26.8413 27.5806H33.1571C33.3024 27.5806 33.4202 27.6984 33.4202 27.8438V34.1595C33.4202 34.3049 33.3024 34.4227 33.1571 34.4227H26.8413C26.6959 34.4227 26.5781 34.3049 26.5781 34.1595V27.8438C26.5781 27.6984 26.6959 27.5806 26.8413 27.5806Z" fill="#596A7C" /> <path d="M59 0V48H61V0H59Z" fill="#EEEEEE" mask="url(#path-1-inside-1_2799_3216)" /> </symbol> <symbol id="header-geometry" viewbox="0 0 24 24"> <path fill-rule="evenodd" clip-rule="evenodd" d="M17.1796 7.59856C17.534 7.23287 17.534 6.63996 17.1796 6.27427C16.8251 5.90858 16.2505 5.90858 15.8961 6.27427L0.265845 22.4014C0.00628433 22.6693 -0.0713628 23.072 0.0691106 23.4219C0.209584 23.7719 0.540514 24 0.907588 24H23.0924C23.5937 24 24 23.5808 24 23.0636C24 22.5464 23.5937 22.1272 23.0924 22.1272H13.7943C13.7108 19.1207 12.7067 16.4503 10.2701 14.7277L17.1796 7.59856ZM8.96116 16.0783L3.09864 22.1272H11.9936C11.9091 19.4365 10.9889 17.356 8.96116 16.0783Z" /> </symbol> <symbol id="unlock-steps" viewbox="0 0 151 121" fill="none"> <g clip-path="url(#clip0_1243_4036)"> <path d="M76.4188 80.6275C63.3228 63.6917 103.063 88.8975 85.8389 58.7973C84.0906 51.9857 88.7138 52.1754 87.84 50.3155" stroke="#001A36" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round" /> <path d="M73.4993 58.8118C73.8141 63.279 83.1848 67.3792 83.9865 73.2604C84.8289 79.4402 77.1227 87.313 78.2943 88.0199C80.5809 89.3994 84.5935 87.2719 86.3139 86.0357" stroke="#001A36" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round" /> <path d="M92.5049 44.6549C91.0139 53.1089 117.978 31.5592 117.531 41.145" stroke="#001A36" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round" /> <path d="M19.8359 55.2249C31.9388 58.0527 57.5538 46.1409 69.9108 41.8123C71.391 41.2938 72.8037 42.6817 72.535 44.2268C71.7585 48.6918 71.3671 55.4177 73.3359 61.4749C76.5863 71.4749 66.0855 78.9749 60.3355 77.9749C54.5855 76.9749 56.8355 72.9749 52.3355 71.4749C47.8355 69.9749 41.5853 75.2249 38.3355 72.9749C34.4029 70.2522 44.147 63.4749 31.3359 63.4749C15.9603 63.4749 8.60967 52.6018 19.8359 55.2249Z" fill="#DB3F59" /> <mask id="mask0_1243_4036" style="mask-type:alpha" maskunits="userSpaceOnUse" x="14" y="41" width="60" height="38"> <path d="M19.8359 55.1917C31.9388 58.0195 57.5538 46.1076 69.9108 41.7791C71.391 41.2606 72.8037 42.6485 72.535 44.1936C71.7585 48.6586 71.3671 55.3845 73.3359 61.4417C76.5863 71.4417 66.0855 78.9417 60.3355 77.9417C54.5855 76.9417 56.8355 72.9417 52.3355 71.4417C47.8355 69.9417 41.5853 75.1917 38.3355 72.9417C34.4029 70.219 44.147 63.4417 31.3359 63.4417C15.9603 63.4417 8.60967 52.5686 19.8359 55.1917Z" fill="#DB3F59" /> </mask> <g mask="url(#mask0_1243_4036)"> <path d="M54.3193 55.4188C51.0693 55.1688 51.5693 55.5438 29.0693 63.2938L36.3193 69.7932C39.986 66.1267 48.7193 58.1188 54.3193 55.4188Z" fill="#C53950" /> <path d="M64.6943 61.7932C63.1943 60.7927 57.8193 64.0432 45.9443 72.4182C50.1943 75.0432 58.2943 79.9682 56.6943 78.6682C54.6943 77.0432 58.4787 68.2986 60.6943 65.6682C62.6943 63.2938 66.1943 62.7938 64.6943 61.7932Z" fill="#C53950" /> </g> <path d="M48.6621 117.076C39.8724 119.102 31.0731 113.599 29.047 104.809C27.021 96.0193 32.5237 87.2199 41.3134 85.1938C48.8973 83.4457 56.4879 87.303 59.7291 94.0401L132.684 77.224C134.62 76.7779 136.557 77.9896 137.003 79.9251C137.45 81.8606 136.238 83.7983 134.302 84.2444L133.176 84.5041L134.265 89.2291C134.576 90.5779 133.788 91.9152 132.509 92.2101C131.229 92.505 129.935 91.6476 129.624 90.2988L129.603 90.2042C129.499 89.7546 129.049 89.4732 128.599 89.5768L127.301 89.876C126.852 89.9796 126.57 90.4297 126.674 90.8793L126.695 90.9739C127.006 92.3227 126.218 93.6599 124.939 93.9549C123.659 94.2498 122.366 93.3924 122.055 92.0436L120.966 87.3185L61.3475 101.06C61.3822 108.537 56.2462 115.327 48.6621 117.076ZM53.9603 99.0665C52.8181 94.1112 47.8749 91.02 42.9196 92.1622C37.9642 93.3044 34.873 98.2475 36.0152 103.203C37.1574 108.158 42.1006 111.249 47.0559 110.107C52.0113 108.965 55.1025 104.022 53.9603 99.0665Z" fill="#FFC200" /> <path d="M65.7408 58.5739C76.6161 55.0754 42.4912 49.2014 68.6933 46.5266" stroke="#001A36" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M67.7955 32.5952C67.7362 31.6915 67.9064 30.7889 68.2903 29.9776C68.6736 29.167 69.2569 28.4756 69.98 27.9747C70.7038 27.473 71.5426 27.1796 72.4125 27.1225C74.2481 27.002 75.9034 27.9496 76.8568 29.4353C77.6122 27.8374 79.1295 26.6816 80.965 26.5611C82.8006 26.4406 84.456 27.3882 85.4115 28.8738C86.1669 27.2759 87.6842 26.1201 89.5198 25.9996C90.8333 25.9141 92.1296 26.3738 93.1215 27.2774C94.1141 28.181 94.7221 29.4565 94.8124 30.821C94.9328 32.6547 94.1099 34.3127 92.7815 35.3169C96.1189 38.1968 98.3715 42.4223 98.6892 47.2616C99.3029 56.6111 92.5051 64.6714 83.5054 65.2621C74.5057 65.8529 66.7126 58.7505 66.0989 49.4009C65.7812 44.5609 67.4644 40.077 70.3966 36.7847C68.9485 35.9644 67.9159 34.4282 67.7955 32.5952Z" fill="#F2B556" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M75.9965 51.1591C76.2292 54.7032 79.2909 57.3872 82.8356 57.1545C86.3804 56.9219 89.0674 53.8605 88.8347 50.3164L75.9965 51.1591Z" fill="white" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M82.8741 57.7484C79.003 58.0025 75.6579 55.0706 75.4038 51.1997C75.3935 51.0427 75.4458 50.8876 75.5499 50.7696C75.6533 50.651 75.8003 50.5789 75.9572 50.5686L88.7954 49.7259C88.9524 49.7156 89.1075 49.7679 89.2255 49.8719C89.3442 49.9753 89.4163 50.1223 89.4266 50.2792C89.6806 54.1496 86.7464 57.4942 82.8741 57.7484ZM82.7917 56.566C85.81 56.3678 88.1422 53.9108 88.2461 50.953L76.6529 51.714C77.1425 54.6335 79.7741 56.764 82.7917 56.566Z" fill="#001A36" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M77.6602 55.1136C78.2112 54.3198 78.9347 53.6609 79.7755 53.1853C80.617 52.7102 81.5551 52.4309 82.5194 52.3682C83.4806 52.3045 84.4435 52.4572 85.3379 52.816C86.2317 53.1742 87.0337 53.7294 87.684 54.4396C87.684 54.4396 85.7026 56.9676 82.8336 57.1559C79.9641 57.3443 77.6602 55.1136 77.6602 55.1136Z" fill="#001A36" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M88.1055 44.0144C88.1336 44.3956 88.2293 44.7538 88.3758 45.0835C87.7259 45.087 87.0978 44.8441 86.6205 44.4026C86.1427 43.9618 85.8503 43.3553 85.8024 42.7071C85.7529 42.0286 85.9747 41.3572 86.4196 40.842C86.864 40.3269 87.4957 40.009 88.1743 39.9589C88.5527 39.9304 88.9329 39.9867 89.2875 40.1238C89.6415 40.2603 89.9607 40.4742 90.222 40.7499C89.5619 40.9888 88.9972 41.4374 88.6151 42.0267C88.2331 42.616 88.0544 43.3141 88.1055 44.0144Z" fill="white" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M88.241 45.0928C88.1605 44.7724 88.0086 44.0035 88.1397 42.9955C88.2707 41.9868 88.9493 41.2057 90.2525 40.7335C90.6428 41.1414 90.8886 41.7559 90.9334 42.3626C90.966 42.8048 90.8816 43.2472 90.6893 43.6464C90.4964 44.0456 90.2019 44.387 89.8352 44.6364C89.4686 44.8852 89.0433 45.0336 88.601 45.0663" fill="#001A36" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M76.0517 45.0584C76.0798 45.4395 76.1755 45.7977 76.322 46.1274C75.6721 46.1309 75.044 45.888 74.5667 45.4466C74.0889 45.0057 73.7964 44.3992 73.7486 43.751C73.6991 43.0726 73.9208 42.4011 74.3658 41.8859C74.8102 41.3708 75.4419 41.0529 76.1205 41.0028C76.4989 40.9743 76.879 41.0307 77.2337 41.1677C77.5877 41.3042 77.9069 41.5182 78.1681 41.7938C77.508 42.0327 76.9433 42.4813 76.5613 43.0706C76.1792 43.66 76.0005 44.3581 76.0517 45.0584Z" fill="white" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M76.1889 46.1365C76.1084 45.8161 75.9565 45.0472 76.0876 44.0392C76.2186 43.0305 76.8972 42.2494 78.2003 41.7772C78.5907 42.1851 78.8365 42.7996 78.8812 43.4063C78.9139 43.8485 78.8295 44.2909 78.6371 44.6901C78.4443 45.0893 78.1497 45.4307 77.7831 45.6801C77.4165 45.9289 76.9912 46.0773 76.5489 46.11" fill="#001A36" /> <path d="M30.1421 106.991L10.3223 111.846" stroke="#A32C3F" stroke-linecap="round" /> <path d="M34.2799 103.917L21.502 107.047" stroke="#A32C3F" stroke-linecap="round" /> <path d="M34.6246 107.952L25.9746 110.071" stroke="#A32C3F" stroke-linecap="round" /> <path d="M44.1791 95.6162L42.9415 93.5154L40.6791 92.3662L42.9415 91.217L44.1791 89.1162L45.4167 91.217L47.6791 92.3662L45.4167 93.5154L44.1791 95.6162Z" fill="#DB3F59" /> <path d="M123.218 73.1194L121.45 70.2106L118.218 68.6194L121.45 67.0282L123.218 64.1194L124.986 67.0282L128.218 68.6194L124.986 70.2106L123.218 73.1194Z" fill="#C53950" /> </g> <defs> <clippath id="clip0_1243_4036"> <rect width="150" height="120" fill="white" transform="translate(0.5 0.75)" /> </clippath> </defs> </symbol> <symbol id="close-svg" viewbox="0 0 12 12" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M11.6125 0.387463C11.0959 -0.129155 10.2583 -0.129154 9.74165 0.387463L5.99998 4.12913L2.25836 0.387514C1.74175 -0.129104 0.904145 -0.129104 0.387527 0.387514C-0.129091 0.904131 -0.12909 1.74173 0.387527 2.25835L4.12914 5.99997L0.387463 9.74165C-0.129154 10.2583 -0.129155 11.0959 0.387463 11.6125C0.904081 12.1291 1.74168 12.1291 2.2583 11.6125L5.99998 7.87081L9.74171 11.6125C10.2583 12.1292 11.0959 12.1292 11.6125 11.6125C12.1292 11.0959 12.1292 10.2583 11.6125 9.7417L7.87082 5.99997L11.6125 2.2583C12.1291 1.74168 12.1291 0.904081 11.6125 0.387463Z" fill="#7A8795" /> </symbol> <symbol id="free-trial-sticker" viewbox="0 0 201 201" fill="none"> <g filter="url(#filter0_d_1243_3209)"> <path d="M190.284 98.2498C190.292 97.7509 190.296 97.2509 190.296 96.75C190.296 47.0444 150.002 6.75 100.296 6.75C50.5903 6.75 10.2959 47.0444 10.2959 96.75C10.2959 146.456 50.5903 186.75 100.296 186.75C107.339 186.75 114.193 185.941 120.77 184.411C120.77 184.405 120.77 184.399 120.77 184.393L190.284 98.2498Z" fill="#DB3F59" /> <path d="M170.366 153.237C170.317 153.296 170.269 153.355 170.222 153.413C170.132 153.524 170.039 153.638 169.945 153.754C170.086 153.582 170.226 153.41 170.366 153.237Z" fill="#DB3F59" /> <path d="M140.844 129.228C149.282 118.815 159.938 110.417 172.036 104.649C177.893 101.857 184.001 99.7209 190.28 98.2539L120.782 184.391C120.892 177.822 121.72 171.265 123.266 164.838C126.401 151.807 132.406 139.641 140.844 129.228Z" fill="url(#paint0_linear_1243_3209)" /> </g> <defs> <filter id="filter0_d_1243_3209" x="0.295898" y="0.75" width="200" height="200" filterunits="userSpaceOnUse" color-interpolation-filters="sRGB"> <feflood flood-opacity="0" result="BackgroundImageFix" /> <fecolormatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha" /> <feoffset dy="4" /> <fegaussianblur stddeviation="5" /> <fecomposite in2="hardAlpha" operator="out" /> <fecolormatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0" /> <feblend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1243_3209" /> <feblend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1243_3209" result="shape" /> </filter> <lineargradient id="paint0_linear_1243_3209" x1="165.642" y1="131.038" x2="136.177" y2="104.162" gradientunits="userSpaceOnUse"> <stop stop-color="#A92232" /> <stop offset="1" stop-color="#E9808C" /> </lineargradient> </defs> </symbol> <symbol id="header-practice" viewbox="0 0 24 24"> <path fill-rule="evenodd" clip-rule="evenodd" d="M4 13C4 13.5523 3.65888 14 3.2381 14H0.761905C0.341116 14 0 13.5523 0 13C0 12.4477 0.341116 12 0.761905 12H3.2381C3.65888 12 4 12.4477 4 13Z" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M12 4C11.4477 4 11 3.65888 11 3.2381V0.761905C11 0.341116 11.4477 -6.58421e-09 12 0C12.5523 6.58421e-09 13 0.341116 13 0.761905V3.2381C13 3.65888 12.5523 4 12 4Z" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M19.3885 6.7072C18.9979 6.31678 18.9224 5.75907 19.22 5.46153L20.9709 3.7106C21.2685 3.41305 21.8263 3.48835 22.217 3.87877C22.6076 4.26919 22.683 4.8269 22.3855 5.12444L20.6346 6.87537C20.337 7.17292 19.7792 7.09762 19.3885 6.7072Z" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M4.53572 6.7072C4.92635 6.31677 5.00181 5.75907 4.70426 5.46153L2.95333 3.7106C2.65579 3.41305 2.09792 3.48835 1.70729 3.87877C1.31667 4.26919 1.24121 4.8269 1.53875 5.12444L3.28968 6.87537C3.58722 7.17291 4.14509 7.09762 4.53572 6.7072Z" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M24 13C24 13.5523 23.6589 14 23.2381 14H20.7619C20.3411 14 20 13.5523 20 13C20 12.4477 20.3411 12 20.7619 12H23.2381C23.6589 12 24 12.4477 24 13Z" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M9 23C9 22.4477 9.49484 22 10.1053 22H13.8947C14.5052 22 15 22.4477 15 23C15 23.5523 14.5052 24 13.8947 24H10.1053C9.49484 24 9 23.5523 9 23Z" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M5 12C5 13.8898 5.74886 15.6047 6.96602 16.8641L7.62127 19.4851C7.84385 20.3754 8.64382 21 9.56155 21H14.4384C15.3562 21 16.1561 20.3754 16.3787 19.4851L17.034 16.8641C18.2511 15.6047 19 13.8898 19 12C19 8.13401 15.866 5 12 5C8.13401 5 5 8.13401 5 12ZM14.6884 18H9.31155L9.46687 18.6213C9.52252 18.8439 9.72251 19 9.95194 19H14.0481C14.2775 19 14.4775 18.8439 14.5331 18.6213L14.6884 18ZM15.5959 15.4742C15.4433 15.632 15.3184 15.8132 15.2255 16.0101C15.1834 16.0034 15.1405 16 15.0968 16H8.90323C8.85953 16 8.81656 16.0034 8.77453 16.0101C8.68156 15.8132 8.55668 15.632 8.40415 15.4742C7.53287 14.5727 7 13.3506 7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12C17 13.3506 16.4671 14.5727 15.5959 15.4742Z" /> </symbol> <symbol id="pow-svg" width="60" height="48"> <mask id="path-1-inside-1_2799_3213" fill="white"> <path d="M0 0H60V48H0V0Z" /> </mask> <path d="M0 0H60V48H0V0Z" fill="white" /> <path d="M23.1195 34C23.2736 34 23.386 33.9647 23.4566 33.8942C23.5273 33.8237 23.5883 33.7564 23.6397 33.6923L25.9904 30.6346L28.3025 33.6923C28.3539 33.7564 28.4181 33.8237 28.4952 33.8942C28.5723 33.9647 28.6814 34 28.8227 34H30.5761C30.6917 34 30.7913 33.9583 30.8748 33.875C30.9583 33.7917 31 33.6923 31 33.5769C31 33.5385 30.9904 33.4936 30.9711 33.4423C30.9518 33.391 30.9165 33.3269 30.8651 33.25L27.5703 28.9038L30.6532 24.75C30.6917 24.6859 30.7206 24.6282 30.7399 24.5769C30.7592 24.5256 30.7688 24.4679 30.7688 24.4038C30.7688 24.3013 30.727 24.2083 30.6435 24.125C30.5601 24.0417 30.4605 24 30.3449 24H28.7457C28.5915 24 28.4791 24.0385 28.4085 24.1154C28.3378 24.1923 28.2768 24.2628 28.2254 24.3269L26.0482 27.2115L23.8709 24.3269C23.8324 24.2628 23.7746 24.1923 23.6975 24.1154C23.6204 24.0385 23.5048 24 23.3507 24H21.6744C21.5588 24 21.4592 24.0417 21.3757 24.125C21.2922 24.2083 21.2505 24.3077 21.2505 24.4231C21.2505 24.4744 21.2601 24.5256 21.2794 24.5769C21.2987 24.6282 21.3276 24.6859 21.3661 24.75L24.4104 28.8654L21.1349 33.25C21.0835 33.3269 21.0482 33.391 21.0289 33.4423C21.0096 33.4936 21 33.5385 21 33.5769C21 33.6923 21.0417 33.7917 21.1252 33.875C21.2087 33.9583 21.3083 34 21.4239 34H23.1195Z" fill="#596A7C" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M36.8 12C37.4627 12 38 12.5373 38 13.2V18.8C38 19.4627 37.4627 20 36.8 20H31.2C30.5373 20 30 19.4627 30 18.8V13.2C30 12.5373 30.5373 12 31.2 12H36.8ZM36 18V14H32V18H36Z" fill="#596A7C" /> <path d="M59 0V48H61V0H59Z" fill="#EEEEEE" mask="url(#path-1-inside-1_2799_3213)" /> </symbol> <symbol id="stock-avatar-0" viewbox="0 0 56 56"> <g fill="none" fill-rule="evenodd"> <path fill="#F2B556" d="M43.31 14.962c1.872-1.185 3.123-3.258 3.123-5.637a6.68 6.68 0 0 0-6.681-6.681c-2.475 0-4.614 1.365-5.763 3.366-1.155-2.001-3.294-3.366-5.769-3.366s-4.614 1.365-5.766 3.366c-1.155-2.001-3.294-3.366-5.769-3.366a6.683 6.683 0 0 0-6.681 6.68c0 2.38 1.251 4.453 3.123 5.638C8.9 18.967 6.248 24.619 6.248 30.9c0 12.135 9.837 21.975 21.972 21.975 12.135 0 21.972-9.84 21.972-21.975 0-6.282-2.655-11.934-6.882-15.94z" /> <path fill="#FFF" d="M38.743 34.913c0 5.985-4.851 10.836-10.836 10.836s-10.84-4.851-10.84-10.836h21.676z" /> <path fill="#381954" fill-rule="nonzero" d="M18.118 35.913c.501 4.962 4.693 8.836 9.789 8.836 5.095 0 9.284-3.873 9.785-8.836H18.118zm21.625-1c0 6.537-5.3 11.836-11.836 11.836-6.538 0-11.84-5.3-11.84-11.836a1 1 0 0 1 1-1h21.676a1 1 0 0 1 1 1z" /> <path fill="#381954" d="M36.378 41.745a10.816 10.816 0 0 0-8.472-4.08 10.824 10.824 0 0 0-8.454 4.053s3.61 4.032 8.454 4.032c4.845 0 8.472-4.005 8.472-4.005" /> <g> <path fill="#FFF" d="M17.02 21.2c0-.681.123-1.33.34-1.935a4.57 4.57 0 0 0-4.26 4.56 4.575 4.575 0 0 0 4.574 4.572 4.557 4.557 0 0 0 3.534-1.674A5.74 5.74 0 0 1 17.02 21.2z" /> <path fill="#381954" d="M17.118 19.265c-.101.58-.27 1.966.095 3.74.365 1.775 1.673 3.074 4.05 3.742.64-.776.996-1.9.996-2.984a4.497 4.497 0 0 0-4.498-4.498" /> <g> <path fill="#FFF" d="M38.02 21.2c0-.681.123-1.33.34-1.935a4.57 4.57 0 0 0-4.26 4.56 4.575 4.575 0 0 0 4.574 4.572 4.557 4.557 0 0 0 3.534-1.674A5.74 5.74 0 0 1 38.02 21.2z" /> <path fill="#381954" d="M38.118 19.265c-.101.58-.27 1.966.095 3.74.365 1.775 1.673 3.074 4.05 3.742.64-.776.996-1.9.996-2.984a4.497 4.497 0 0 0-4.498-4.498" /> </g> </g> </g> </symbol> <symbol id="notebook-gray-img" viewbox="0 0 24 24"> <g fill="#646464" fill-rule="nonzero"> <path d="M5 3.5v17.003l9.689.03 4.301-3.49L19 3.5H5zm-1-2h16a1 1 0 0 1 1 1l-.01 15.02a1 1 0 0 1-.37.776l-4.948 4.015a1 1 0 0 1-.633.223L3.997 22.5a1 1 0 0 1-.997-1v-19a1 1 0 0 1 1-1z" /> <path d="M15.75 21.3h-1.5V17a.75.75 0 0 1 .75-.75h4.3v1.5h-3.55v3.55zM7 7.25a.75.75 0 0 1 0-1.5h10a.75.75 0 1 1 0 1.5H7zM7 10.75a.75.75 0 0 1 0-1.5h10a.75.75 0 1 1 0 1.5H7zM7 14.25a.75.75 0 1 1 0-1.5h10a.75.75 0 1 1 0 1.5H7z" /> </g> </symbol> <symbol id="stock-avatar-2" viewbox="0 0 24 24"> <g fill="none" fill-rule="evenodd"> <path fill="#F2B556" d="M21.354 22.5H2.647c-.633 0-1.147-.52-1.147-1.164V2.665c0-.643.514-1.165 1.147-1.165h18.707c.633 0 1.146.522 1.146 1.165v18.671c0 .643-.513 1.164-1.146 1.164z" /> <path fill="#FFF" d="M17.5 13.5a5 5 0 1 1-10 0s1.578.954 5.005.954c3.425 0 4.995-.954 4.995-.954z" /> <path fill="#381954" fill-rule="nonzero" d="M16.482 14.65c-1.089.316-2.412.504-3.977.504s-2.89-.188-3.983-.505a10.532 10.532 0 0 1-.181-.054 4.303 4.303 0 0 0 8.318.001l-.177.053zM18.2 13.5a5.7 5.7 0 1 1-11.4 0 .7.7 0 0 1 1.062-.6c.146.09.493.243 1.05.405.965.28 2.16.449 3.593.449 1.432 0 2.624-.17 3.587-.45.555-.16.9-.314 1.044-.402a.7.7 0 0 1 1.064.598zM11.2 10.5a.7.7 0 0 1-1.4 0 2.3 2.3 0 0 0-4.6 0 .7.7 0 0 1-1.4 0 3.699 3.699 0 1 1 7.4 0zM20.2 10.5a.7.7 0 0 1-1.4 0 2.3 2.3 0 0 0-4.6 0 .7.7 0 0 1-1.4 0 3.699 3.699 0 1 1 7.4 0z" /> </g> </symbol> <symbol id="stock-avatar-1" viewbox="0 0 24 24"> <g fill="none" fill-rule="evenodd"> <path fill="#F2B556" d="M23 12c0 6.074-4.924 11-11 11-6.075 0-11-4.926-11-11C1 5.925 5.925 1 12 1c6.076 0 11 4.925 11 11z" /> <path fill="#381954" fill-rule="nonzero" d="M15.575 14.54a.7.7 0 1 1 1.4 0c0 2.642-2.194 4.775-4.89 4.775-2.695 0-4.89-2.133-4.89-4.774a.7.7 0 1 1 1.4 0c0 1.858 1.559 3.374 3.49 3.374 1.931 0 3.49-1.515 3.49-3.374z" /> <path fill="#FFF" d="M6.394 8.253c0-.33.06-.645.169-.939-1.186.079-2.124 1.036-2.124 2.211 0 1.224 1.021 2.217 2.28 2.217.71 0 1.345-.316 1.762-.812-1.204-.328-2.087-1.402-2.087-2.677z" /> <path fill="#381954" d="M6.442 7.314c-.05.282-.134.954.048 1.814.182.86.834 1.49 2.018 1.814.32-.376.497-.92.497-1.447 0-1.205-1.004-2.18-2.242-2.18" /> <g> <path fill="#FFF" d="M16.861 8.253c0-.33.061-.645.17-.939-1.187.079-2.124 1.036-2.124 2.211 0 1.224 1.021 2.217 2.28 2.217.709 0 1.344-.316 1.762-.812-1.204-.328-2.088-1.402-2.088-2.677z" /> <path fill="#381954" d="M16.91 7.314c-.05.282-.135.954.047 1.814.182.86.834 1.49 2.019 1.814.319-.376.496-.92.496-1.447 0-1.205-1.003-2.18-2.242-2.18" /> </g> </g> </symbol> <symbol id="stock-avatar-4" viewbox="0 0 24 24"> <g fill="none" fill-rule="evenodd"> <path fill="#F2B556" d="M12.475 22.763s4.233-.378 8.187-4.741c2.857-3.15 3.733-7.702 1.394-10.558-1.166-1.42-5.6-6.457-10.047-6.464C7.52.995 3.019 6.03 1.843 7.464-.497 10.32.38 14.871 3.237 18.022c3.953 4.363 8.187 4.74 8.187 4.74h1.051z" /> <path fill="#FFF" d="M16.816 14.242a4.5 4.5 0 0 1-8.998 0h8.998z" /> <path fill="#381954" fill-rule="nonzero" d="M8.582 14.942a3.802 3.802 0 0 0 7.47 0h-7.47zm8.934-.7a5.2 5.2 0 0 1-10.398 0 .7.7 0 0 1 .7-.7h8.998a.7.7 0 0 1 .7.7z" /> <path fill="#381954" d="M15.835 17.078a4.494 4.494 0 0 0-3.517-1.692c-1.42 0-2.684.656-3.51 1.68 0 0 1.499 1.674 3.51 1.674 2.01 0 3.517-1.662 3.517-1.662" /> <g> <path fill="#FFF" d="M7.493 8.072c0-.282.051-.551.141-.803a1.897 1.897 0 1 0 1.598 3.096 2.383 2.383 0 0 1-1.739-2.293z" /> <path fill="#381954" d="M7.534 7.27a4.22 4.22 0 0 0 .04 1.552c.15.736.694 1.276 1.68 1.553.266-.322.414-.789.414-1.239A1.866 1.866 0 0 0 7.8 7.27" /> <g> <path fill="#FFF" d="M16.21 8.072c0-.282.051-.551.14-.803a1.897 1.897 0 1 0 1.599 3.096 2.383 2.383 0 0 1-1.739-2.293z" /> <path fill="#381954" d="M16.25 7.27a4.22 4.22 0 0 0 .04 1.552c.152.736.695 1.276 1.681 1.553.266-.322.414-.789.414-1.239a1.866 1.866 0 0 0-1.867-1.867" /> </g> </g> </g> </symbol> <symbol id="header-cheatsheets" viewbox="0 0 24 24"> <path fill-rule="evenodd" clip-rule="evenodd" d="M21.5002 2H7.50025C6.11954 2 5.00025 3.14616 5.00025 4.56002V6.24182C3.94026 6.19573 2.92776 6.84944 2.54559 7.92467L0.151449 14.6604C-0.320783 15.989 0.348188 17.4581 1.64563 17.9417L14.8013 22.8449C16.0988 23.3285 17.5334 22.6435 18.0056 21.3149L20.3997 14.5791C20.434 14.4827 20.4623 14.3856 20.4847 14.2881H21.5002C22.881 14.2881 24.0002 13.142 24.0002 11.7281V4.56002C24.0002 3.14616 22.881 2 21.5002 2ZM21.5002 12.2401C21.7764 12.2401 22.0002 12.0109 22.0002 11.7281V4.56002C22.0002 4.27725 21.7764 4.04802 21.5002 4.04802H7.50025C7.22411 4.04802 7.00025 4.27725 7.00025 4.56002V11.7281C7.00025 12.0109 7.22411 12.2401 7.50025 12.2401H21.5002ZM5.00025 8.29969V11.7281C5.00025 13.142 6.11954 14.2881 7.50025 14.2881H18.3748L16.1262 20.6144C16.0318 20.8801 15.7449 21.0171 15.4854 20.9204L2.32967 16.0172C2.07018 15.9204 1.93639 15.6266 2.03083 15.3609L4.42498 8.62513C4.51152 8.38165 4.75968 8.24624 5.00025 8.29969Z" /> <path d="M8.92221 8.33861H8.50852C8.22772 8.33861 8.00007 8.12969 8 7.87199C8 7.61417 8.22765 7.40531 8.50852 7.40531H9.18645C9.35211 7.40531 9.50733 7.47938 9.60244 7.60357L11.1511 9.62596L12.2079 5.43355C12.2612 5.22201 12.4667 5.07203 12.7033 5.07203H17.4914C17.7724 5.07203 18 5.28101 18 5.53871C18 5.79654 17.7722 6.00539 17.4914 6.00539H13.1075L11.8852 10.8544C11.84 11.0339 11.684 11.172 11.4871 11.2073C11.4547 11.2132 11.422 11.2161 11.3898 11.2161C11.2262 11.2161 11.07 11.1436 10.9737 11.0178L8.92221 8.33861Z" /> <path d="M13.8284 11.2152C13.5794 11.2152 13.3863 11.0422 13.3863 10.8071C13.3863 10.6772 13.4361 10.5782 13.5168 10.4854L14.3702 9.48372L13.5916 8.59324C13.4858 8.46974 13.4359 8.3583 13.4359 8.2348C13.4359 7.96894 13.6351 7.80181 13.8719 7.80181C14.0587 7.80181 14.1893 7.88848 14.3141 8.04316L14.9307 8.85916L15.5599 8.04316C15.6721 7.90696 15.8028 7.80181 15.971 7.80181C16.2202 7.80181 16.4133 7.9749 16.4133 8.21003C16.4133 8.33995 16.3575 8.43888 16.2826 8.53165L15.4727 9.4716L16.3074 10.4237C16.4133 10.5475 16.4632 10.6588 16.4632 10.7824C16.4632 11.0482 16.2641 11.2152 16.0271 11.2152C15.8403 11.2152 15.7097 11.1286 15.585 10.974L14.9123 10.096L14.2396 10.974C14.1275 11.1101 13.9967 11.2152 13.8284 11.2152Z" /> </symbol> <symbol id="stock-avatar-3" viewbox="0 0 24 24"> <g fill="none" fill-rule="evenodd"> <path fill="#F2B556" d="M14.51 1.063H9.568a6.484 6.484 0 0 0-5.616 3.244L1.478 8.589a6.485 6.485 0 0 0 0 6.486l2.473 4.28A6.484 6.484 0 0 0 9.567 22.6h4.944a6.488 6.488 0 0 0 5.618-3.243l2.47-4.28a6.485 6.485 0 0 0 0-6.487l-2.47-4.282a6.488 6.488 0 0 0-5.618-3.244z" /> <path fill="#381954" fill-rule="nonzero" d="M16.107 12.634a.7.7 0 1 1 1.4 0 5.469 5.469 0 0 1-10.937 0 .7.7 0 0 1 1.4 0 4.069 4.069 0 0 0 8.137 0z" /> <path fill="#FFF" d="M20.27 9.687c0-1.782-1.353-2.897-3.136-2.897-1.665 0-3.006 1.15-3.18 2.768-.012.114.13.458.467.458h5.443l.405-.33z" /> <path fill="#381954" fill-rule="nonzero" d="M20.602 9.558a.7.7 0 0 1-1.4 0 2.067 2.067 0 1 0-4.136 0 .7.7 0 0 1-1.4 0 3.468 3.468 0 0 1 6.936 0z" /> <path fill="#381954" d="M16.995 6.755c-.05.02-.098.044-.146.066-.002.359.05.722.167 1.078.45 1.378 1.68 2.206 2.958 2.11.176-.536-.037-1.03-.227-1.606-.433-1.323-1.54-2.12-2.752-1.648" /> <g> <path fill="#FFF" d="M10.157 9.687c0-1.782-1.352-2.897-3.135-2.897-1.665 0-3.007 1.15-3.18 2.768-.012.114.13.458.467.458h5.443l.405-.33z" /> <path fill="#381954" fill-rule="nonzero" d="M10.49 9.558a.7.7 0 0 1-1.4 0 2.067 2.067 0 1 0-4.136 0 .7.7 0 0 1-1.4 0 3.468 3.468 0 0 1 6.936 0z" /> <path fill="#381954" d="M6.883 6.755c-.05.02-.099.044-.147.066-.001.359.051.722.168 1.078.45 1.378 1.68 2.206 2.957 2.11.176-.536-.036-1.03-.226-1.606-.433-1.323-1.54-2.12-2.752-1.648" /> </g> </g> </symbol> <symbol id="header-groups" viewbox="0 0 24 24"> <path d="M13.8967 15.7311C13.3099 15.3217 12.6827 14.9881 12.0269 14.7332C12.8994 13.9402 13.4782 12.8293 13.5789 11.5856C14.902 10.2964 16.6364 9.58959 18.4956 9.58959C19.9471 9.58959 21.3407 10.0267 22.5261 10.8534C22.9509 11.1496 23.535 11.0456 23.8313 10.6208C24.1274 10.1962 24.0234 9.61193 23.5988 9.31585C23.0119 8.90642 22.3846 8.57299 21.7287 8.31792C22.6915 7.44286 23.2968 6.18109 23.2968 4.7807C23.2968 2.14453 21.1523 0 18.5161 0C15.8801 0 13.7356 2.14453 13.7356 4.7807C13.7356 6.17541 14.336 7.43261 15.2922 8.3073C15.1613 8.35766 15.0311 8.41094 14.9022 8.4677C14.3155 8.72588 13.764 9.04339 13.2511 9.41619C12.5438 7.65893 10.8217 6.41528 8.81427 6.41528C6.17828 6.41528 4.03357 8.55981 4.03357 11.1958C4.03357 12.5867 4.63068 13.8404 5.58173 14.7147C3.03894 15.6674 0.97717 17.7136 0.137814 20.3232C-0.140507 21.1886 0.00689328 22.1063 0.542294 22.8411C1.07769 23.5757 1.90606 23.997 2.815 23.997H10.9703C11.488 23.997 11.9077 23.5774 11.9077 23.0595C11.9077 22.5419 11.488 22.1222 10.9703 22.1222H2.815C2.51196 22.1222 2.23584 21.9818 2.05731 21.7368C1.87878 21.4918 1.82971 21.1858 1.92236 20.8973C2.84888 18.0166 5.67456 16.0049 8.79376 16.0049C10.2451 16.0049 11.6389 16.4419 12.8243 17.2687C13.2489 17.5649 13.8332 17.4607 14.1295 17.0361C14.4255 16.6115 14.3215 16.0272 13.8967 15.7311ZM18.5161 1.87482C20.1185 1.87482 21.422 3.17834 21.422 4.7807C21.422 6.38287 20.1185 7.68658 18.5161 7.68658C16.9139 7.68658 15.6102 6.38287 15.6102 4.7807C15.6102 3.17834 16.9139 1.87482 18.5161 1.87482ZM8.81427 8.28991C10.4166 8.28991 11.7202 9.59362 11.7202 11.1958C11.7202 12.7981 10.4166 14.1017 8.81427 14.1017C7.21191 14.1017 5.90839 12.7981 5.90839 11.1958C5.90839 9.59362 7.21191 8.28991 8.81427 8.28991ZM24 19.5445C24 20.0621 23.5803 20.4818 23.0625 20.4818H20.4847V23.0595C20.4847 23.5774 20.065 23.997 19.5474 23.997C19.0296 23.997 18.6099 23.5774 18.6099 23.0595V20.4818H16.0321C15.5145 20.4818 15.0948 20.0621 15.0948 19.5445C15.0948 19.0267 15.5145 18.607 16.0321 18.607H18.6099V16.0292C18.6099 15.5116 19.0296 15.0919 19.5474 15.0919C20.065 15.0919 20.4847 15.5116 20.4847 16.0292V18.607H23.0625C23.5803 18.607 24 19.0267 24 19.5445Z" /> </symbol> <symbol id="calculator-decoration5-svg" width="19" height="19"> <path d="M0 8.17504C0 7.53004 0.52184 7.00717 1.16556 7.00717L6.99337 7.00718V1.16786C6.99337 0.522869 7.51521 -2.73051e-08 8.15893 2.73052e-08L10.4901 0C11.1338 -5.46103e-08 11.6556 0.522869 11.6556 1.16786V7.00717H17.4834C18.1271 7.00717 18.649 7.53004 18.649 8.17504L18.649 10.5108C18.649 11.1558 18.1271 11.6786 17.4834 11.6786H11.6556V17.5179C11.6556 18.1629 11.1338 18.6858 10.4901 18.6858H8.15893C7.51521 18.6858 6.99337 18.1629 6.99337 17.5179L6.99337 11.6786L1.16556 11.6786C0.521839 11.6786 3.27016e-07 11.1558 3.27016e-07 10.5108L0 8.17504Z" fill="black" fill-opacity="0.059" /> </symbol> <symbol id="pai-svg" width="60" height="48"> <rect width="60" height="48" fill="white" /> <path d="M37.059 16C37.5787 16 38 16.4477 38 17C38 17.5128 37.6367 17.9355 37.1688 17.9933L37.059 18H34.2327V29C34.2327 29.5523 34.654 30 35.1737 30C35.4386 30 35.684 29.8838 35.8599 29.6844L35.9309 29.5939C36.2401 29.1501 36.8294 29.0567 37.2471 29.3854C37.6647 29.7141 37.7525 30.3404 37.4433 30.7842C36.9148 31.5425 36.0793 32 35.1737 32C33.6703 32 32.4414 30.7511 32.3555 29.1763L32.3508 29V18H27.7478V29L27.743 29.1763C27.6571 30.7511 26.4282 32 24.9248 32C24.4052 32 23.9839 31.5523 23.9839 31C23.9839 30.4477 24.4052 30 24.9248 30L25.0346 29.9933C25.5026 29.9355 25.8658 29.5128 25.8658 29V18.0305C24.7417 18.2185 23.882 19.2525 23.882 20.5C23.882 21.0523 23.4607 21.5 22.941 21.5C22.4213 21.5 22 21.0523 22 20.5C22 18.0857 23.789 16.1155 26.0351 16.0049L26.2344 16H37.059Z" fill="#596A7C" /> </symbol> <symbol id="graphing-keypad-toggle-white" viewbox="0 0 24 24" fill="none"> <path d="M21 3.5H3C1.34302 3.5 0 4.84302 0 6.5V17.5C0 19.157 1.34302 20.5 3 20.5H21C22.657 20.5 24 19.157 24 17.5V6.5C24 4.84297 22.657 3.5 21 3.5ZM22 17.5C22 18.052 21.552 18.5 21 18.5H3C2.448 18.5 2.00002 18.052 2.00002 17.5V6.5C2.00002 5.948 2.448 5.50002 3 5.50002H21C21.552 5.50002 22 5.948 22 6.5V17.5Z" fill="white" /> <path d="M6.67009 8.75007C6.27807 8.35805 5.64207 8.35805 5.2501 8.75007C5.0671 8.95505 4.9771 9.22608 5.00012 9.50007C5.00213 9.63108 5.02913 9.76008 5.08013 9.88008C5.17112 10.1311 5.36912 10.3291 5.62014 10.4201C5.74014 10.4711 5.86914 10.4981 6.00015 10.5001C6.25815 10.4811 6.49815 10.3621 6.67014 10.1701C7.06211 9.77804 7.06211 9.14204 6.67009 8.75007Z" fill="white" /> <path d="M6.66994 13.7499C6.38194 13.4659 5.95196 13.3829 5.57996 13.5399C5.45597 13.5859 5.34394 13.6569 5.24996 13.7499C5.23398 13.7649 5.21898 13.7809 5.20398 13.7979C4.83798 14.2119 4.87599 14.8439 5.28999 15.2099C5.38397 15.3019 5.49601 15.3739 5.61999 15.4199C5.73999 15.4709 5.86899 15.4979 6 15.4999C6.258 15.4809 6.498 15.3619 6.66999 15.1699C6.672 15.1679 6.67397 15.1659 6.67599 15.1639C7.06495 14.7719 7.06195 14.1389 6.66994 13.7499Z" fill="white" /> <path d="M10.6641 8.75586C10.2751 8.36384 9.64207 8.36084 9.2501 8.74986C9.0671 8.95484 8.9771 9.22587 9.00012 9.49986C9.00213 9.63087 9.02913 9.75987 9.08013 9.87987C9.12813 10.0029 9.19915 10.1149 9.29013 10.2099C9.38712 10.2979 9.49915 10.3689 9.62013 10.4199C9.74013 10.4709 9.86913 10.4979 10.0001 10.4999L9.96016 10.4599C10.2212 10.4579 10.4722 10.3539 10.6582 10.1699C11.05 9.78083 11.053 9.14783 10.6641 8.75586Z" fill="white" /> <path d="M14.6701 8.74987C14.3821 8.46586 13.9521 8.38289 13.5801 8.53987C13.4591 8.59087 13.3471 8.66189 13.2501 8.74987C13.0671 8.95486 12.9771 9.22589 13.0001 9.49987C13.0021 9.63088 13.0291 9.75988 13.0801 9.87988C13.1281 10.0029 13.1992 10.1149 13.2901 10.2099C13.3871 10.2979 13.4992 10.3689 13.6201 10.4199C13.7401 10.4709 13.8691 10.4979 14.0002 10.4999C14.2561 10.4759 14.4952 10.3579 14.6701 10.1699C14.7611 10.0749 14.8321 9.9629 14.8801 9.8399C14.9311 9.7199 14.9581 9.5909 14.9602 9.45988C14.9621 9.19387 14.8571 8.93887 14.6701 8.74987Z" fill="white" /> <path d="M18.7102 8.75015C18.3072 8.35813 17.6622 8.36713 17.2702 8.77016C16.8782 9.17315 16.8872 9.81815 17.2902 10.2102C17.4792 10.3971 17.7342 10.5021 18.0002 10.5002C18.1332 10.4862 18.2632 10.4452 18.3802 10.3802C18.6312 10.2892 18.8292 10.0912 18.9202 9.84018C18.9712 9.72018 18.9982 9.59118 19.0002 9.46016C19.0022 9.19415 18.8972 8.93915 18.7102 8.75015Z" fill="white" /> <path d="M18.6699 13.7499C18.3819 13.4659 17.9519 13.3829 17.5799 13.5399C17.4569 13.5879 17.3449 13.6589 17.2499 13.7499C17.0789 13.9609 16.9969 14.2299 17.0199 14.4999C17.0149 14.5669 17.0149 14.6329 17.0199 14.6999C17.0309 14.7629 17.0509 14.8229 17.0799 14.8799C17.1019 14.9439 17.1319 15.0039 17.1699 15.0599L17.2899 15.2099C17.3849 15.3009 17.4969 15.3719 17.6199 15.4199C17.7399 15.4709 17.8689 15.4979 17.9999 15.4999L17.9599 15.4599C18.2289 15.4609 18.4869 15.3549 18.6759 15.1639C19.0649 14.7719 19.0619 14.1389 18.6699 13.7499Z" fill="white" /> <path d="M14 13.5H10C9.44798 13.5 9 13.948 9 14.5C9 15.052 9.44798 15.5 9.99998 15.5H14C14.552 15.5 15 15.052 15 14.5C15 13.948 14.552 13.5 14 13.5Z" fill="white" /> </symbol> <symbol id="small_v_svg" width="12" height="10" viewbox="0 0 12 10" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M11.5005 0.968234C11.9582 1.42588 11.9582 2.16787 11.5005 2.62552L5.25052 8.87552C4.79287 9.33316 4.05088 9.33316 3.59323 8.87552L0.468234 5.75052C0.0105886 5.29287 0.0105886 4.55088 0.468234 4.09323C0.92588 3.63559 1.66787 3.63559 2.12552 4.09323L4.42188 6.38959L9.84323 0.968234C10.3009 0.510589 11.0429 0.510589 11.5005 0.968234Z" fill="#7A8795" /> </symbol> <symbol id="groups-gray-img" viewbox="0 0 20 20"> <g fill="none" fill-rule="nonzero"> <path fill="#FFF" d="M15.364 6.99c1.056.804 1.842 1.7 2.36 2.686.517.987.776 2.428.776 4.324h-11c0-1.952.262-3.394.786-4.324.525-.93 1.313-1.825 2.365-2.686h-.005c-.564-.555-.787-1.076-.787-1.92C9.86 3.376 11.268 2 13.005 2c1.737 0 3.146 1.375 3.146 3.07 0 .848-.218 1.364-.787 1.92z" /> <path fill="#646464" d="M16.838 10.141c-.446-.85-1.136-1.636-2.08-2.356a1 1 0 0 1-.093-1.51c.379-.37.486-.63.486-1.204C15.15 3.933 14.196 3 13.005 3c-1.19 0-2.146.933-2.146 2.07 0 .531.096.798.416 1.134.458.367.544 1.121.01 1.56-.962.786-1.668 1.59-2.127 2.404-.341.603-.559 1.551-.631 2.832h8.945c-.073-1.249-.29-2.204-.634-2.859zm1.771-.93c.605 1.154.891 2.746.891 4.789a1 1 0 0 1-1 1h-11a1 1 0 0 1-1-1c0-2.109.29-3.707.915-4.815.456-.808 1.08-1.583 1.868-2.325-.293-.516-.424-1.088-.424-1.79C8.86 2.818 10.721 1 13.005 1s4.146 1.817 4.146 4.07c0 .694-.126 1.258-.409 1.767.792.724 1.416 1.515 1.867 2.375z" /> <path fill="#FFF" d="M9.364 6.99c1.056.804 1.842 1.7 2.36 2.686.517.987.776 2.428.776 4.324h-11c0-1.952.262-3.394.786-4.324.525-.93 1.313-1.825 2.365-2.686h-.005c-.564-.555-.787-1.076-.787-1.92C3.86 3.376 5.268 2 7.005 2c1.737 0 3.146 1.375 3.146 3.07 0 .848-.218 1.364-.787 1.92z" /> <path fill="#646464" d="M10.838 10.141c-.446-.85-1.136-1.636-2.08-2.356a1 1 0 0 1-.093-1.51c.379-.37.486-.63.486-1.204C9.15 3.933 8.196 3 7.005 3c-1.19 0-2.146.933-2.146 2.07 0 .531.096.798.416 1.134.458.367.544 1.121.01 1.56-.962.786-1.668 1.59-2.127 2.404-.341.603-.559 1.551-.631 2.832h8.945c-.073-1.249-.29-2.204-.634-2.859zm1.771-.93c.605 1.154.891 2.746.891 4.789a1 1 0 0 1-1 1h-11a1 1 0 0 1-1-1c0-2.109.29-3.707.915-4.815.456-.808 1.08-1.583 1.868-2.325-.293-.516-.424-1.088-.424-1.79C2.86 2.818 4.721 1 7.005 1s4.146 1.817 4.146 4.07c0 .694-.126 1.258-.409 1.767.792.724 1.416 1.515 1.867 2.375z" /> <path fill="#FFF" d="M12.364 10.99c1.056.804 1.842 1.7 2.36 2.686.517.987.776 2.428.776 4.324h-11c0-1.952.262-3.394.786-4.324.525-.93 1.313-1.825 2.365-2.686h-.005c-.564-.555-.787-1.076-.787-1.92C6.86 7.376 8.268 6 10.005 6c1.737 0 3.146 1.375 3.146 3.07 0 .848-.218 1.364-.787 1.92z" /> <path fill="#646464" d="M13.767 14.141c-.447-.85-1.136-1.636-2.08-2.356a1 1 0 0 1-.093-1.51c.378-.37.485-.63.485-1.204C12.08 7.933 11.124 7 9.934 7s-2.146.933-2.146 2.07c0 .531.096.798.415 1.134.458.367.545 1.121.01 1.56-.961.786-1.668 1.59-2.127 2.404-.34.603-.558 1.551-.63 2.832H14.4c-.074-1.249-.29-2.204-.634-2.859zm-.096-3.304c.792.724 1.416 1.515 1.867 2.375.605 1.153.89 2.745.89 4.788a1 1 0 0 1-1 1h-11a1 1 0 0 1-1-1c0-2.109.291-3.707.916-4.815.456-.808 1.08-1.583 1.867-2.325-.292-.516-.423-1.088-.423-1.79C5.788 6.818 7.649 5 9.934 5c2.284 0 4.145 1.817 4.145 4.07 0 .694-.125 1.258-.408 1.767z" /> </g> </symbol> <symbol id="social-facebook" viewbox="0 0 24 24" fill="none"> <path d="M13.8586 24V13.0533H17.5315L18.0825 8.78588H13.8586V6.06176C13.8586 4.82664 14.2002 3.98492 15.9734 3.98492L18.2312 3.98399V0.167076C17.8407 0.116334 16.5004 0 14.9404 0C11.6829 0 9.45276 1.98836 9.45276 5.63912V8.78588H5.76874V13.0533H9.45276V24H13.8586Z" fill="#DB3F59" /> </symbol> <symbol id="triple_bar_white" viewbox="0 0 18 15" fill="none"> <path d="M1.125 13.375H16.875M1.125 7.375H16.875M1.125 1.375H16.875" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" /> </symbol> <symbol id="header-dashboard" viewbox="0 0 24 24" fill="none"> <path d="M4 11H10C10.2652 11 10.5196 10.8946 10.7071 10.7071C10.8946 10.5196 11 10.2652 11 10V4C11 3.73478 10.8946 3.48043 10.7071 3.29289C10.5196 3.10536 10.2652 3 10 3H4C3.73478 3 3.48043 3.10536 3.29289 3.29289C3.10536 3.48043 3 3.73478 3 4V10C3 10.2652 3.10536 10.5196 3.29289 10.7071C3.48043 10.8946 3.73478 11 4 11ZM14 11H20C20.2652 11 20.5196 10.8946 20.7071 10.7071C20.8946 10.5196 21 10.2652 21 10V4C21 3.73478 20.8946 3.48043 20.7071 3.29289C20.5196 3.10536 20.2652 3 20 3H14C13.7348 3 13.4804 3.10536 13.2929 3.29289C13.1054 3.48043 13 3.73478 13 4V10C13 10.2652 13.1054 10.5196 13.2929 10.7071C13.4804 10.8946 13.7348 11 14 11ZM4 21H10C10.2652 21 10.5196 20.8946 10.7071 20.7071C10.8946 20.5196 11 20.2652 11 20V14C11 13.7348 10.8946 13.4804 10.7071 13.2929C10.5196 13.1054 10.2652 13 10 13H4C3.73478 13 3.48043 13.1054 3.29289 13.2929C3.10536 13.4804 3 13.7348 3 14V20C3 20.2652 3.10536 20.5196 3.29289 20.7071C3.48043 20.8946 3.73478 21 4 21ZM14 21H20C20.2652 21 20.5196 20.8946 20.7071 20.7071C20.8946 20.5196 21 20.2652 21 20V14C21 13.7348 20.8946 13.4804 20.7071 13.2929C20.5196 13.1054 20.2652 13 20 13H14C13.7348 13 13.4804 13.1054 13.2929 13.2929C13.1054 13.4804 13 13.7348 13 14V20C13 20.2652 13.1054 20.5196 13.2929 20.7071C13.4804 20.8946 13.7348 21 14 21Z" fill="white" /> </symbol> <symbol id="close_btn_img" viewbox="0 0 24 24"> <path fill-rule="evenodd" clip-rule="evenodd" d="M20.1006 3.89935C19.355 3.15371 18.1461 3.15371 17.4004 3.89935L12 9.29978L6.59957 3.89935C5.85392 3.15371 4.645 3.15371 3.89935 3.89935C3.15371 4.645 3.15371 5.85392 3.89935 6.59957L9.29978 12L3.89935 17.4004C3.15371 18.1461 3.15371 19.355 3.89935 20.1006C4.645 20.8463 5.85392 20.8463 6.59957 20.1006L12 14.7002L17.4004 20.1006C18.1461 20.8463 19.355 20.8463 20.1006 20.1006C20.8463 19.355 20.8463 18.1461 20.1006 17.4004L14.7002 12L20.1006 6.59957C20.8463 5.85392 20.8463 4.645 20.1006 3.89935Z" fill="white" /> </symbol> <symbol id="header-calculator" viewbox="0 0 24 24"> <path d="M4.8 0H19.2C20.1941 0 21 0.89543 21 2C21 3.10457 20.1941 4 19.2 4H4.8C3.80589 4 3 3.10457 3 2C3 0.89543 3.80589 0 4.8 0Z" /> <path d="M5 8C3.89543 8 3 8.89543 3 10C3 11.1046 3.89543 12 5 12C6.10457 12 7 11.1046 7 10C7 8.89543 6.10457 8 5 8Z" /> <path d="M3 16C3 14.8954 3.89543 14 5 14C6.10457 14 7 14.8954 7 16C7 17.1046 6.10457 18 5 18C3.89543 18 3 17.1046 3 16Z" /> <path d="M12 8C10.8954 8 10 8.89543 10 10C10 11.1046 10.8954 12 12 12C13.1046 12 14 11.1046 14 10C14 8.89543 13.1046 8 12 8Z" /> <path d="M10 16C10 14.8954 10.8954 14 12 14C13.1046 14 14 14.8954 14 16C14 17.1046 13.1046 18 12 18C10.8954 18 10 17.1046 10 16Z" /> <path d="M19 8C17.8954 8 17 8.89543 17 10C17 11.1046 17.8954 12 19 12C20.1046 12 21 11.1046 21 10C21 8.89543 20.1046 8 19 8Z" /> <path d="M17 16C17 14.8954 17.8954 14 19 14C20.1046 14 21 14.8954 21 16C21 17.1046 20.1046 18 19 18C17.8954 18 17 17.1046 17 16Z" /> <path d="M5 20C3.89543 20 3 20.8954 3 22C3 23.1046 3.89543 24 5 24C6.10457 24 7 23.1046 7 22C7 20.8954 6.10457 20 5 20Z" /> <path d="M10 22C10 20.8954 10.8954 20 12 20C13.1046 20 14 20.8954 14 22C14 23.1046 13.1046 24 12 24C10.8954 24 10 23.1046 10 22Z" /> <path d="M19 20C17.8954 20 17 20.8954 17 22C17 23.1046 17.8954 24 19 24C20.1046 24 21 23.1046 21 22C21 20.8954 20.1046 20 19 20Z" /> </symbol> <symbol id="header-study-guides" viewbox="0 0 24 25"> <g> <path fill-rule="evenodd" clip-rule="evenodd" d="M15.8991 0.666869C17.1194 0.373744 18.3993 1.07226 18.7396 2.30946L23.8221 20.7661C23.9692 21.3206 23.9041 21.91 23.6394 22.419C23.3747 22.928 22.9295 23.3198 22.391 23.5177C22.376 23.5232 22.3609 23.5283 22.3457 23.533L22.1628 23.5894C22.1453 23.5948 22.1277 23.5996 22.1099 23.6039L19.1051 24.3331C17.8848 24.6263 16.6048 23.9274 16.2644 22.6902L12.9025 10.4814V22.1242C12.9025 22.7276 12.6628 23.3062 12.2362 23.7328C11.8095 24.1594 11.2309 24.3991 10.6276 24.3991H7.87775C7.37846 24.3991 6.8961 24.235 6.50279 23.9366C6.10949 24.235 5.62712 24.3991 5.12783 24.3991H2.37802C1.77468 24.3991 1.19605 24.1594 0.769423 23.7328C0.342795 23.3062 0.103119 22.7276 0.103119 22.1242V2.87549C0.103119 2.27215 0.342796 1.69352 0.769423 1.26689C1.19605 0.840264 1.77468 0.600586 2.37802 0.600586H5.12783C5.62712 0.600586 6.10949 0.764722 6.50279 1.06311C6.8961 0.764722 7.37846 0.600586 7.87775 0.600586H10.6276C11.2309 0.600586 11.8095 0.840264 12.2362 1.26689C12.3216 1.35237 12.3996 1.44394 12.4696 1.5406C12.5167 1.51962 12.5645 1.50017 12.6132 1.4823C12.6281 1.47679 12.6433 1.47169 12.6585 1.46699L12.8414 1.41061C12.8589 1.40523 12.8765 1.40037 12.8943 1.39606L15.8991 0.666869ZM13.3454 3.13882L16.3195 2.41708C16.6442 2.33951 16.9347 2.5346 17.0042 2.78735L17.9713 6.29904L13.8981 7.31733L12.9211 3.76918C12.89 3.64907 12.9044 3.52167 12.9617 3.41154C13.0167 3.30579 13.1074 3.22322 13.2174 3.17828L13.3454 3.13882ZM14.3762 9.05322L18.4493 8.03493L20.6282 15.9473L16.5548 16.9648L14.3762 9.05322ZM17.0328 18.7007L17.9999 22.2126C18.0694 22.4653 18.359 22.6606 18.6836 22.5832L18.6847 22.5829L21.6587 21.8612L21.7868 21.8217C21.8967 21.7768 21.9874 21.6942 22.0424 21.5885C22.0997 21.4783 22.1142 21.3509 22.0831 21.2308L21.1062 17.6832L17.0328 18.7007ZM2.37802 2.40059C2.25207 2.40059 2.13128 2.45062 2.04222 2.53968C1.95315 2.62875 1.90312 2.74954 1.90312 2.87549V6.10034H5.60274V2.87549C5.60274 2.74954 5.5527 2.62875 5.46364 2.53968C5.37458 2.45062 5.25379 2.40059 5.12783 2.40059H2.37802ZM5.60274 7.90034H1.90312V22.1242C1.90312 22.2502 1.95315 22.371 2.04222 22.46C2.13128 22.5491 2.25207 22.5991 2.37802 22.5991H5.12783C5.25379 22.5991 5.37458 22.5491 5.46364 22.46C5.5527 22.371 5.60274 22.2502 5.60274 22.1242V7.90034ZM11.1025 2.87549V17.0999H7.40284V2.87549C7.40284 2.74954 7.45288 2.62875 7.54194 2.53968C7.631 2.45062 7.7518 2.40059 7.87775 2.40059H10.6276C10.7535 2.40059 10.8743 2.45062 10.9634 2.53968C11.0524 2.62875 11.1025 2.74954 11.1025 2.87549ZM11.1025 18.8999H7.40284V22.1242C7.40284 22.2502 7.45288 22.371 7.54194 22.46C7.631 22.5491 7.7518 22.5991 7.87775 22.5991H10.6276C10.7535 22.5991 10.8743 22.5491 10.9634 22.46C11.0524 22.371 11.1025 22.2502 11.1025 22.1242V18.8999Z" /> </g> </symbol> <symbol id="header-verify" viewbox="0 0 24 25"> <path fill-rule="evenodd" clip-rule="evenodd" d="M18.1861 17.6085C21.6549 13.3273 21.1638 7.05293 17.072 3.37259C12.9802 -0.307751 6.73831 -0.0892184 2.90983 3.86842C-0.918647 7.82605 -0.976394 14.1197 2.77881 18.148C6.53402 22.1763 12.7708 22.5111 16.9295 18.9076L22.492 24.5131C22.8477 24.8398 23.3953 24.8271 23.7358 24.4844C24.0762 24.1416 24.0893 23.5897 23.7655 23.231L18.1861 17.6085ZM10.2629 19.5965C6.85772 19.5994 3.78627 17.5346 2.48127 14.3651C1.17627 11.1957 1.89483 7.54612 4.30177 5.11885C6.70871 2.69159 10.3298 1.96487 13.4759 3.27768C16.622 4.5905 18.6732 7.6842 18.6727 11.1156C18.6674 15.7949 14.9063 19.5878 10.2629 19.5965ZM14.3336 7.63549L9.63688 12.2919L7.67377 10.303C7.38599 10.0114 6.91424 10.0125 6.62646 10.3041C6.34395 10.5903 6.34284 11.0516 6.62535 11.3378L9.11588 13.8611C9.40366 14.1527 9.87541 14.1515 10.1632 13.86C10.1917 13.8311 10.2174 13.8003 10.2402 13.7682L15.3708 8.68162C15.6621 8.39285 15.6595 7.92041 15.3664 7.63343C15.0794 7.35239 14.6189 7.35269 14.3336 7.63549Z" /> </symbol> <symbol id="decoration_bottom_right2_svg" viewbox="0 0 22 22" fill="none"> <path d="M1.64835 9.82725C1.64835 9.18226 2.17019 8.65939 2.81391 8.65939L8.64172 8.65939L8.64172 2.82008C8.64172 2.17509 9.16356 1.65222 9.80728 1.65222L12.1384 1.65222C12.7821 1.65222 13.304 2.17509 13.304 2.82008L13.304 8.65939H19.1318C19.7755 8.65939 20.2973 9.18226 20.2973 9.82726L20.2973 12.163C20.2973 12.808 19.7755 13.3308 19.1318 13.3308H13.304L13.304 19.1702C13.304 19.8151 12.7821 20.338 12.1384 20.338L9.80728 20.338C9.16356 20.338 8.64172 19.8151 8.64172 19.1702L8.64172 13.3308L2.81391 13.3308C2.17019 13.3308 1.64835 12.808 1.64835 12.163L1.64835 9.82725Z" fill="#DB3F59" fill-opacity="0.08" /> </symbol> <symbol id="feedback-icon" viewbox="0 0 24 24" fill="none"> <path d="M13.85 11.35C13.44 11.35 13.1 11.01 13.1 10.6V8.39C13.1 8.19 13.18 8 13.32 7.86L19.92 1.22C20.06 1.08 20.25 1 20.45 1C20.65 1 20.84 1.08 20.98 1.22L23.18 3.43C23.47 3.72 23.47 4.2 23.18 4.49L16.58 11.12C16.44 11.26 16.25 11.34 16.05 11.34H13.85V11.35ZM15.74 9.84L21.59 3.96L20.45 2.81L14.6 8.69V9.84H15.74Z" fill="#fff" /> <path d="M9.45 22.4C9.04 22.4 8.7 22.06 8.7 21.65V19.09H3.95C2.33 19.09 1 17.76 1 16.13V6.17C1 4.54 2.33 3.21 3.95 3.21H13.85C14.26 3.21 14.6 3.55 14.6 3.96C14.6 4.37 14.26 4.71 13.85 4.71H3.95C3.15 4.71 2.5 5.36 2.5 6.17V16.12C2.5 16.92 3.15 17.58 3.95 17.58H9.45C9.86 17.58 10.2 17.92 10.2 18.33V20.14L13.4 17.73C13.53 17.63 13.69 17.58 13.85 17.58H19.35C20.15 17.58 20.8 16.92 20.8 16.12V8.38C20.8 7.96 21.14 7.63 21.55 7.63C21.96 7.63 22.3 7.97 22.3 8.38V16.12C22.3 17.75 20.97 19.08 19.35 19.08H14.1L9.9 22.25C9.77 22.35 9.61 22.4 9.45 22.4Z" fill="#fff" /> <path d="M5.05 8.03C4.64 8.03 4.3 7.69 4.3 7.28C4.3 6.87 4.64 6.53 5.05 6.53H10.55C10.96 6.53 11.3 6.87 11.3 7.28C11.3 7.69 10.96 8.03 10.55 8.03H5.05Z" fill="#fff" /> <path d="M5.05 11.35C4.64 11.35 4.3 11.01 4.3 10.6C4.3 10.19 4.64 9.85 5.05 9.85H10.55C10.96 9.85 11.3 10.19 11.3 10.6C11.3 11.01 10.96 11.35 10.55 11.35H5.05Z" fill="#fff" /> <path d="M5.05 14.66C4.64 14.66 4.3 14.32 4.3 13.91C4.3 13.5 4.64 13.16 5.05 13.16H18.25C18.66 13.16 19 13.5 19 13.91C19 14.32 18.66 14.66 18.25 14.66H5.05Z" fill="#fff" /> </symbol> <symbol id="header-worksheets" viewbox="0 0 24 25"> <path fill-rule="evenodd" clip-rule="evenodd" d="M3.3898 3.74441C3.31334 3.19453 3.6924 2.68612 4.23646 2.60884L19.013 0.50991C19.5571 0.432629 20.0601 0.815746 20.1366 1.36563L22.4902 18.2916C22.5667 18.8414 22.1876 19.3499 21.6435 19.4271L18.4114 19.8863L18.4114 23.4946C18.4114 24.0498 17.966 24.5 17.4166 24.5L2.49479 24.5C1.94539 24.5 1.5 24.0499 1.5 23.4946L1.5 6.40228C1.5 5.847 1.94538 5.39686 2.49479 5.39686L3.61958 5.39686L3.3898 3.74441ZM7.40584 19.622L5.27374 4.28906L18.4742 2.41401L20.6062 17.7469L7.40584 19.622ZM3.87123 7.20663L5.74341 20.6704C5.81987 21.2202 6.3229 21.6034 6.86696 21.5261L16.6208 20.1406L16.6208 22.6902L3.29062 22.6902L3.29062 7.20663L3.87123 7.20663Z" /> <path d="M8.66136 13.415C8.5787 13.5259 8.60062 13.6835 8.71031 13.767L9.70341 14.5234L8.95507 15.5271C8.87241 15.6379 8.89433 15.7955 9.00402 15.8791L9.40125 16.1816C9.51095 16.2652 9.66688 16.243 9.74954 16.1322L10.4979 15.1284L11.491 15.8848C11.6007 15.9683 11.7566 15.9462 11.8393 15.8353L12.1386 15.4338C12.2213 15.323 12.1993 15.1654 12.0896 15.0818L11.0966 14.3255L11.8449 13.3218C11.9276 13.2109 11.9057 13.0533 11.796 12.9697L11.3987 12.6672C11.289 12.5837 11.1331 12.6058 11.0504 12.7167L10.3021 13.7204L9.30899 12.964C9.1993 12.8805 9.04336 12.9026 8.9607 13.0135L8.66136 13.415Z" /> <path d="M13.5445 8.13963C13.5636 8.2771 13.6894 8.37288 13.8254 8.35356L15.0568 8.17865L15.2298 9.42338C15.249 9.56085 15.3747 9.65663 15.5107 9.63731L16.0033 9.56734C16.1393 9.54803 16.2341 9.42092 16.215 9.28345L16.0419 8.03872L17.2733 7.86381C17.4093 7.84449 17.504 7.71738 17.4849 7.57991L17.4157 7.08209C17.3966 6.94462 17.2708 6.84884 17.1348 6.86816L15.9034 7.04307L15.7304 5.7987C15.7113 5.66123 15.5855 5.56545 15.4495 5.58477L14.9569 5.65473C14.8209 5.67405 14.7262 5.80116 14.7453 5.93863L14.9183 7.183L13.687 7.35791C13.5509 7.37723 13.4562 7.50434 13.4753 7.64181L13.5445 8.13963Z" /> <path d="M9.85421 6.88734C9.89244 7.16228 9.70291 7.41649 9.43088 7.45513C9.15885 7.49377 8.90733 7.30221 8.8691 7.02727C8.83087 6.75233 9.0204 6.49812 9.29243 6.45948C9.56446 6.42084 9.81598 6.6124 9.85421 6.88734Z" /> <path d="M7.91462 9.1934C7.7786 9.21272 7.65284 9.11694 7.63373 8.97947L7.5645 8.48165C7.54539 8.34418 7.64015 8.21708 7.77617 8.19776L11.224 7.708C11.3601 7.68868 11.4858 7.78446 11.5049 7.92193L11.5741 8.41976C11.5933 8.55723 11.4985 8.68433 11.3625 8.70365L7.91462 9.1934Z" /> <path d="M9.84623 10.442C10.1183 10.4033 10.3078 10.1491 10.2696 9.87417C10.2313 9.59923 9.97981 9.40767 9.70778 9.44631C9.43575 9.48495 9.24622 9.73916 9.28445 10.0141C9.32268 10.289 9.5742 10.4806 9.84623 10.442Z" /> <path d="M14.7598 15.0745C14.6238 15.0938 14.498 14.998 14.4789 14.8606L14.4097 14.3627C14.3905 14.2253 14.4853 14.0982 14.6213 14.0788L18.0692 13.5891C18.2052 13.5698 18.331 13.6655 18.3501 13.803L18.4193 14.3008C18.4384 14.4383 18.3436 14.5654 18.2076 14.5847L14.7598 15.0745Z" /> <path d="M14.5521 13.581C14.4161 13.6003 14.2903 13.5046 14.2712 13.3671L14.202 12.8693C14.1829 12.7318 14.2776 12.6047 14.4136 12.5854L17.8615 12.0956C17.9975 12.0763 18.1233 12.1721 18.1424 12.3095L18.2116 12.8074C18.2307 12.9448 18.136 13.0719 18 13.0913L14.5521 13.581Z" /> </symbol> <symbol id="social-instagram" viewbox="0 0 24 24" fill="none"> <g clip-path="url(#clip0_620_40804)"> <path d="M23.9765 7.05607C23.9202 5.78085 23.714 4.90416 23.4186 4.14449C23.1139 3.33812 22.645 2.61617 22.0308 2.01602C21.4306 1.40652 20.7039 0.932921 19.9069 0.632936C19.1428 0.337529 18.2707 0.131312 16.9955 0.0750879C15.7108 0.0141019 15.3029 0 12.0445 0C8.78603 0 8.37817 0.0141019 7.0982 0.0703262C5.82299 0.126551 4.94629 0.332951 4.18681 0.628174C3.38026 0.932922 2.65831 1.40176 2.05816 2.01602C1.44867 2.61617 0.975248 3.34288 0.67508 4.13991C0.379674 4.90416 0.173457 5.77609 0.117233 7.0513C0.0562466 8.33604 0.0421448 8.7439 0.0421448 12.0023C0.0421448 15.2608 0.0562466 15.6686 0.112471 16.9486C0.168695 18.2238 0.375095 19.1005 0.670501 19.8602C0.975248 20.6666 1.44867 21.3885 2.05816 21.9887C2.65831 22.5982 3.38502 23.0718 4.18205 23.3718C4.94629 23.6672 5.81823 23.8734 7.09362 23.9296C8.37341 23.986 8.78145 23.9999 12.0399 23.9999C15.2983 23.9999 15.7062 23.986 16.9862 23.9296C18.2614 23.8734 19.1381 23.6672 19.8976 23.3718C21.5105 22.7482 22.7857 21.4729 23.4093 19.8602C23.7045 19.096 23.9109 18.2238 23.9671 16.9486C24.0234 15.6686 24.0375 15.2608 24.0375 12.0023C24.0375 8.7439 24.0327 8.33604 23.9765 7.05607ZM21.8152 16.8549C21.7636 18.027 21.5667 18.6599 21.4026 19.0819C20.9993 20.1274 20.1695 20.9572 19.124 21.3605C18.702 21.5246 18.0645 21.7215 16.897 21.7729C15.6311 21.8293 15.2515 21.8433 12.0492 21.8433C8.84701 21.8433 8.4626 21.8293 7.20131 21.7729C6.02921 21.7215 5.39627 21.5246 4.97431 21.3605C4.45401 21.1682 3.98041 20.8634 3.596 20.4649C3.19748 20.0758 2.89273 19.6069 2.70044 19.0866C2.53634 18.6647 2.33947 18.027 2.288 16.8596C2.2316 15.5937 2.21768 15.2139 2.21768 12.0117C2.21768 8.80946 2.2316 8.42505 2.288 7.16394C2.33947 5.99183 2.53634 5.3589 2.70044 4.93694C2.89273 4.41645 3.19748 3.94303 3.60076 3.55843C3.98975 3.15992 4.45859 2.85517 4.97908 2.66306C5.40103 2.49896 6.03873 2.30209 7.20607 2.25044C8.47194 2.19422 8.85177 2.18011 12.0538 2.18011C15.2608 2.18011 15.6404 2.19422 16.9017 2.25044C18.0738 2.30209 18.7068 2.49896 19.1287 2.66306C19.649 2.85517 20.1226 3.15992 20.507 3.55843C20.9056 3.94761 21.2103 4.41645 21.4026 4.93694C21.5667 5.3589 21.7636 5.99641 21.8152 7.16394C21.8714 8.42981 21.8855 8.80946 21.8855 12.0117C21.8855 15.2139 21.8714 15.589 21.8152 16.8549Z" fill="#DB3F59" /> <path d="M12.0445 5.83716C8.64082 5.83716 5.87924 8.59856 5.87924 12.0024C5.87924 15.4063 8.64082 18.1677 12.0445 18.1677C15.4484 18.1677 18.2098 15.4063 18.2098 12.0024C18.2098 8.59856 15.4484 5.83716 12.0445 5.83716ZM12.0445 16.0017C9.83637 16.0017 8.04525 14.2108 8.04525 12.0024C8.04525 9.79411 9.83637 8.00317 12.0445 8.00317C14.2528 8.00317 16.0437 9.79411 16.0437 12.0024C16.0437 14.2108 14.2528 16.0017 12.0445 16.0017Z" fill="#DB3F59" /> <path d="M19.893 5.59336C19.893 6.3882 19.2486 7.03267 18.4535 7.03267C17.6587 7.03267 17.0142 6.3882 17.0142 5.59336C17.0142 4.79835 17.6587 4.15405 18.4535 4.15405C19.2486 4.15405 19.893 4.79835 19.893 5.59336Z" fill="#DB3F59" /> </g> <defs> <clippath id="clip0_620_40804"> <rect width="24" height="24" fill="white" /> </clippath> </defs> </symbol> <symbol id="decoration_bottom_left2_svg" viewbox="0 0 253 217" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M95.5351 32.7887L-112.092 240.406L-108.57 243.916L99.0576 36.2989L95.5351 32.7887ZM-62.7701 289.536L144.857 81.9193L148.38 85.4295L-59.2476 293.047L-62.7701 289.536ZM-13.4478 338.666L194.179 131.049L197.702 134.559L-9.92528 342.176L-13.4478 338.666Z" fill="#DB3F59" fill-opacity="0.08" /> <path d="M159.075 283.134L-31.0833 93.7135L-27.5254 90.1569L162.633 279.577L159.075 283.134Z" fill="#DB3F59" fill-opacity="0.08" /> <path d="M208.875 233.336L18.7168 43.9158L22.2748 40.3592L212.433 229.779L208.875 233.336Z" fill="#DB3F59" fill-opacity="0.08" /> <path d="M109.274 332.933L-80.8843 143.512L-77.3263 139.956L112.832 329.376L109.274 332.933Z" fill="#DB3F59" fill-opacity="0.08" /> <path d="M59.4735 382.73L-130.685 193.31L-127.127 189.753L63.0315 379.174L59.4735 382.73Z" fill="#DB3F59" fill-opacity="0.08" /> </symbol> <symbol id="share-svg" viewbox="0 0 24 24" fill="none"> <path d="M16.6572 4.66602C15.1863 4.66602 13.9807 5.86721 13.9807 7.33268C13.9807 7.61673 14.0257 7.89583 14.1094 8.15319L9.02269 9.93525C8.56216 9.56264 7.97869 9.33269 7.34346 9.33269C5.87261 9.33269 4.66699 10.5339 4.66699 11.9994C4.66699 13.4648 5.87261 14.666 7.34346 14.666C7.97869 14.666 8.56216 14.4425 9.02269 14.0699L14.1158 15.8519C14.0316 16.1099 13.9807 16.3812 13.9807 16.666C13.9807 18.1315 15.1863 19.3327 16.6572 19.3327C18.128 19.3327 19.3337 18.1315 19.3337 16.666C19.3337 15.2005 18.128 13.9994 16.6572 13.9994C15.9185 13.9994 15.245 14.3069 14.7592 14.7942L9.78832 13.0763C9.93535 12.7469 10.0199 12.3811 10.0199 11.9994C10.0199 11.6155 9.93686 11.2532 9.78832 10.9224L14.7528 9.20448C15.239 9.69556 15.9152 9.99935 16.6572 9.99935C18.128 9.99935 19.3337 8.79815 19.3337 7.33268C19.3337 5.86721 18.128 4.66602 16.6572 4.66602Z" fill="#7A8795" /> </symbol> <symbol id="spark" viewbox="0 0 133 133" fill="none"> <path d="M66.958 78.1602L61.3004 67.8393L50.958 62.1934L61.3004 56.5476L66.958 46.2267L72.6156 56.5476L82.958 62.1934L72.6156 67.8393L66.958 78.1602Z" fill="#FFA400" /> </symbol> <symbol id="graphing-keypad-toggle-red" viewbox="0 0 24 24" fill="none"> <path d="M21 3.5H3C1.34302 3.5 0 4.84302 0 6.5V17.5C0 19.157 1.34302 20.5 3 20.5H21C22.657 20.5 24 19.157 24 17.5V6.5C24 4.84297 22.657 3.5 21 3.5ZM22 17.5C22 18.052 21.552 18.5 21 18.5H3C2.448 18.5 2.00002 18.052 2.00002 17.5V6.5C2.00002 5.948 2.448 5.50002 3 5.50002H21C21.552 5.50002 22 5.948 22 6.5V17.5Z" fill="#DB3F59" /> <path d="M6.67009 8.75007C6.27807 8.35805 5.64207 8.35805 5.2501 8.75007C5.0671 8.95505 4.9771 9.22608 5.00012 9.50007C5.00213 9.63108 5.02913 9.76008 5.08013 9.88008C5.17112 10.1311 5.36912 10.3291 5.62014 10.4201C5.74014 10.4711 5.86914 10.4981 6.00015 10.5001C6.25815 10.4811 6.49815 10.3621 6.67014 10.1701C7.06211 9.77804 7.06211 9.14204 6.67009 8.75007Z" fill="#DB3F59" /> <path d="M6.66994 13.7499C6.38194 13.4659 5.95196 13.3829 5.57996 13.5399C5.45597 13.5859 5.34394 13.6569 5.24996 13.7499C5.23398 13.7649 5.21898 13.7809 5.20398 13.7979C4.83798 14.2119 4.87599 14.8439 5.28999 15.2099C5.38397 15.3019 5.49601 15.3739 5.61999 15.4199C5.73999 15.4709 5.86899 15.4979 6 15.4999C6.258 15.4809 6.498 15.3619 6.66999 15.1699C6.672 15.1679 6.67397 15.1659 6.67599 15.1639C7.06495 14.7719 7.06195 14.1389 6.66994 13.7499Z" fill="#DB3F59" /> <path d="M10.6641 8.75586C10.2751 8.36384 9.64207 8.36084 9.2501 8.74986C9.0671 8.95484 8.9771 9.22587 9.00012 9.49986C9.00213 9.63087 9.02913 9.75987 9.08013 9.87987C9.12813 10.0029 9.19915 10.1149 9.29013 10.2099C9.38712 10.2979 9.49915 10.3689 9.62013 10.4199C9.74013 10.4709 9.86913 10.4979 10.0001 10.4999L9.96016 10.4599C10.2212 10.4579 10.4722 10.3539 10.6582 10.1699C11.05 9.78083 11.053 9.14783 10.6641 8.75586Z" fill="#DB3F59" /> <path d="M14.6701 8.74987C14.3821 8.46586 13.9521 8.38289 13.5801 8.53987C13.4591 8.59087 13.3471 8.66189 13.2501 8.74987C13.0671 8.95486 12.9771 9.22589 13.0001 9.49987C13.0021 9.63088 13.0291 9.75988 13.0801 9.87988C13.1281 10.0029 13.1992 10.1149 13.2901 10.2099C13.3871 10.2979 13.4992 10.3689 13.6201 10.4199C13.7401 10.4709 13.8691 10.4979 14.0002 10.4999C14.2561 10.4759 14.4952 10.3579 14.6701 10.1699C14.7611 10.0749 14.8321 9.9629 14.8801 9.8399C14.9311 9.7199 14.9581 9.5909 14.9602 9.45988C14.9621 9.19387 14.8571 8.93887 14.6701 8.74987Z" fill="#DB3F59" /> <path d="M18.7102 8.75015C18.3072 8.35813 17.6622 8.36713 17.2702 8.77016C16.8782 9.17315 16.8872 9.81815 17.2902 10.2102C17.4792 10.3971 17.7342 10.5021 18.0002 10.5002C18.1332 10.4862 18.2632 10.4452 18.3802 10.3802C18.6312 10.2892 18.8292 10.0912 18.9202 9.84018C18.9712 9.72018 18.9982 9.59118 19.0002 9.46016C19.0022 9.19415 18.8972 8.93915 18.7102 8.75015Z" fill="#DB3F59" /> <path d="M18.6699 13.7499C18.3819 13.4659 17.9519 13.3829 17.5799 13.5399C17.4569 13.5879 17.3449 13.6589 17.2499 13.7499C17.0789 13.9609 16.9969 14.2299 17.0199 14.4999C17.0149 14.5669 17.0149 14.6329 17.0199 14.6999C17.0309 14.7629 17.0509 14.8229 17.0799 14.8799C17.1019 14.9439 17.1319 15.0039 17.1699 15.0599L17.2899 15.2099C17.3849 15.3009 17.4969 15.3719 17.6199 15.4199C17.7399 15.4709 17.8689 15.4979 17.9999 15.4999L17.9599 15.4599C18.2289 15.4609 18.4869 15.3549 18.6759 15.1639C19.0649 14.7719 19.0619 14.1389 18.6699 13.7499Z" fill="#DB3F59" /> <path d="M14 13.5H10C9.44798 13.5 9 13.948 9 14.5C9 15.052 9.44798 15.5 9.99998 15.5H14C14.552 15.5 15 15.052 15 14.5C15 13.948 14.552 13.5 14 13.5Z" fill="#DB3F59" /> </symbol> <symbol id="header-study-tools" viewbox="0 0 24 25"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.3342 4.18693C12.1197 4.1011 11.8803 4.1011 11.6657 4.18693L0.738966 8.55763C0.397274 8.69431 0.173218 9.02525 0.173218 9.39326C0.173218 9.76128 0.397274 10.0922 0.738966 10.2289L4.58381 11.7668V17.2193C4.58381 18.5969 5.6563 19.6613 6.98984 20.3281C8.36547 21.0159 10.168 21.3774 11.9999 21.3774C13.8318 21.3774 15.6344 21.0159 17.01 20.3281C18.3435 19.6613 19.416 18.5969 19.416 17.2193V11.7669L22.0267 10.7226V15.9493C22.0267 16.4464 22.4297 16.8493 22.9267 16.8493C23.4238 16.8493 23.8267 16.4464 23.8267 15.9493V9.39326C23.8267 9.02525 23.6027 8.69431 23.261 8.55763L12.3342 4.18693ZM17.616 12.4869L12.3342 14.5996C12.1197 14.6854 11.8803 14.6854 11.6657 14.5996L6.38381 12.4868V17.2193C6.38381 17.5699 6.68434 18.1629 7.79482 18.7181C8.8632 19.2523 10.3754 19.5774 11.9999 19.5774C13.6244 19.5774 15.1366 19.2523 16.205 18.7181C17.3155 18.1629 17.616 17.5699 17.616 17.2193V12.4869ZM12 12.7946L20.5034 9.39326L12 5.99189L3.49654 9.39326L12 12.7946Z" /> </symbol> <symbol id="sqer-svg" width="60" height="48"> <mask id="path-1-inside-1_2799_3219" fill="white"> <path d="M0 0H60V48H0V0Z" /> </mask> <path d="M0 0H60V48H0V0Z" fill="white" /> <path d="M22.5098 30.7143C22.6415 30.7143 22.743 30.6771 22.8143 30.6027C22.8856 30.5282 22.9432 30.4326 22.9871 30.3156L26.5588 18.5787H28.7478C28.8576 18.5787 28.9508 18.5442 29.0276 18.4751C29.1045 18.406 29.1429 18.313 29.1429 18.196V17.3827C29.1429 17.2764 29.1045 17.186 29.0276 17.1116C28.9508 17.0372 28.8576 17 28.7478 17H25.456C25.3243 17 25.2201 17.0425 25.1433 17.1276C25.0665 17.2126 25.0171 17.2977 24.9951 17.3827L21.7856 28.3223L19.8434 22.7249C19.8325 22.6611 19.7913 22.5947 19.72 22.5256C19.6487 22.4565 19.5472 22.4219 19.4155 22.4219H18.3621C18.2633 22.4219 18.1783 22.4565 18.107 22.5256C18.0357 22.5947 18 22.6771 18 22.7728C18 22.8153 18.011 22.8631 18.0329 22.9163L20.6664 30.4113C20.6993 30.4857 20.7459 30.5548 20.8063 30.6186C20.8666 30.6824 20.9627 30.7143 21.0943 30.7143H22.5098Z" fill="#596A7C" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M40.7273 18.7148C41.4302 18.7148 42 19.2847 42 19.9876V29.4421C42 30.145 41.4302 30.7148 40.7273 30.7148H31.2727C30.5698 30.7148 30 30.145 30 29.4421V19.9876C30 19.2847 30.5698 18.7148 31.2727 18.7148H40.7273ZM40.2857 29.0006V20.4291H31.7143V29.0006H40.2857Z" fill="#596A7C" /> <path d="M59 0V48H61V0H59Z" fill="#EEEEEE" mask="url(#path-1-inside-1_2799_3219)" /> </symbol> <symbol id="v_with_circle_svg" viewbox="0 0 88 88" fill="none"> <path d="M44 84C66.0914 84 84 66.0914 84 44C84 21.9086 66.0914 4 44 4C21.9086 4 4 21.9086 4 44C4 66.0914 21.9086 84 44 84Z" stroke="#DB3F59" stroke-width="8" id="path9" /> <path fill-rule="evenodd" clip-rule="evenodd" d="m 61.651614,31.348351 c 1.4645,1.46447 1.4645,3.83883 0,5.3033 l -20,20.00005 c -1.4644,1.4644 -3.8388,1.4644 -5.3033,0 l -9.99995,-10.0001 c -1.46447,-1.4644 -1.46447,-3.8388 0,-5.3033 1.46447,-1.4644 3.83883,-1.4644 5.3033,0 l 7.34835,7.3484 17.3483,-17.34835 c 1.4645,-1.46447 3.8389,-1.46447 5.3033,0 z" fill="#db3f59" id="path17" /> </symbol> <symbol id="social-envelope" viewbox="0 0 24 24" fill="none"> <path d="M21.8906 3.5625H2.10938C0.943922 3.5625 0 4.51228 0 5.67188V18.3281C0 19.4946 0.950859 20.4375 2.10938 20.4375H21.8906C23.0463 20.4375 24 19.4986 24 18.3281V5.67188C24 4.51434 23.0598 3.5625 21.8906 3.5625ZM21.5952 4.96875C21.1642 5.39742 13.7476 12.775 13.4916 13.0297C13.0931 13.4281 12.5634 13.6475 12 13.6475C11.4366 13.6475 10.9069 13.4281 10.5071 13.0284C10.3349 12.8571 3.00014 5.56097 2.40478 4.96875H21.5952ZM1.40625 18.0419V5.95898L7.48303 12.0037L1.40625 18.0419ZM2.40567 19.0312L8.48006 12.9955L9.51408 14.0241C10.1781 14.6881 11.061 15.0538 12 15.0538C12.939 15.0538 13.8219 14.6881 14.4846 14.0254L15.5199 12.9955L21.5943 19.0312H2.40567ZM22.5938 18.0419L16.517 12.0037L22.5938 5.95898V18.0419Z" fill="#DB3F59" /> </symbol> <symbol id="header-dark-mode" viewbox="0 0 16 16" fill="none"> <path d="M16 8C16 3.58172 12.4183 1.93129e-07 8 0L8 16C12.4183 16 16 12.4183 16 8Z" fill="white" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14ZM8 16C12.4183 16 16 12.4183 16 8C16 3.58172 12.4183 1.93129e-07 8 0C3.58172 0 0 3.58172 0 8C0 12.4183 3.58172 16 8 16Z" fill="white" /> </symbol> <symbol id="calculator-decoration1-svg" width="56" height="53"> <path fill-rule="evenodd" clip-rule="evenodd" d="M15.1377 0L8.25696 6.87927L10.5505 9.17236L13.0735 6.64998V18.6463C8.28405 19.8421 5.39025 23.8812 4.45638 30.5343H1.2C0.537258 30.5343 0 31.0716 0 31.7343V33.4981C0 34.1608 0.537261 34.6981 1.2 34.6981H13.0735V50.5477C13.0735 51.759 13.9977 52.7411 15.1377 52.7411C16.2777 52.7411 17.2019 51.759 17.2019 50.5477V34.6981H26.2115L26.4548 35.2854L26.6961 35.856L27.0388 36.6482L27.2563 37.1378L27.4667 37.5997L27.6714 38.0367L27.8718 38.4514L28.0693 38.8467L28.2653 39.2252L28.4613 39.5896L28.6585 39.9428L28.8585 40.2873L29.0625 40.6261L29.3793 41.1291C31.195 43.9405 33.2571 45.5504 35.8254 45.7749C42.5797 46.3656 46.6486 42.521 47.7979 34.6981H53.8462C54.5089 34.6981 55.0462 34.1608 55.0462 33.4981V31.7343C55.0462 31.0716 54.5089 30.5343 53.8462 30.5343H27.0982L26.6856 29.5253L26.1902 28.345L25.8457 27.548L25.5197 26.8177L25.208 26.1459L25.006 25.7266L24.8072 25.3273L24.6104 24.9456L24.4142 24.5791L24.2175 24.2255C24.1846 24.1675 24.1516 24.1099 24.1185 24.0527L23.9185 23.7137L23.7148 23.3816L23.5061 23.0538L23.2911 22.7281C21.5605 20.1493 19.5891 18.6248 17.2019 18.3257V6.64992L19.7249 9.17236L22.0185 6.87927L15.1377 0ZM13.0735 21.148C9.7057 22.2613 7.65511 25.331 6.87191 30.5343H13.0735V21.148ZM17.2019 20.7409C18.4711 20.9589 19.5545 21.6828 20.642 23.0973L20.8771 23.4138L21.1128 23.7522C21.2702 23.9852 21.4283 24.2331 21.5876 24.4964L21.8275 24.9031C21.948 25.1122 22.0694 25.3303 22.1918 25.5574L22.4382 26.0237C22.4795 26.1035 22.521 26.1843 22.5626 26.2661L22.8141 26.7695L23.0697 27.2981L23.3295 27.8524L23.5943 28.4327L23.8642 29.0395L24.1399 29.6732L24.4216 30.3342L24.5054 30.5343H17.2019V20.7409ZM28.8201 34.6981L29.0146 35.1458L29.2828 35.7495L29.5454 36.3261L29.8029 36.8762L30.0557 37.4002L30.3043 37.8986L30.5492 38.3718L30.7907 38.8204C30.8307 38.8931 30.8706 38.9648 30.9103 39.0355L31.1477 39.4479L31.3829 39.8368C31.461 39.9626 31.5388 40.0845 31.6164 40.2027L31.8485 40.546C33.1613 42.4284 34.4334 43.2468 36.0336 43.3867C41.3158 43.8486 44.3569 41.0958 45.3776 34.6981H28.8201Z" fill="black" fill-opacity="0.059" /> </symbol> <symbol id="stock-avatar-0-dark" viewbox="0 0 56 56"> <g fill="none" fill-rule="evenodd"> <path fill="#EEE" d="M43.31 14.962c1.872-1.185 3.123-3.258 3.123-5.637a6.68 6.68 0 0 0-6.681-6.681c-2.475 0-4.614 1.365-5.763 3.366-1.155-2.001-3.294-3.366-5.769-3.366s-4.614 1.365-5.766 3.366c-1.155-2.001-3.294-3.366-5.769-3.366a6.683 6.683 0 0 0-6.681 6.68c0 2.38 1.251 4.453 3.123 5.638C8.9 18.967 6.248 24.619 6.248 30.9c0 12.135 9.837 21.975 21.972 21.975 12.135 0 21.972-9.84 21.972-21.975 0-6.282-2.655-11.934-6.882-15.94z" /> <path fill="#FFF" d="M38.743 34.913c0 5.985-4.851 10.836-10.836 10.836s-10.84-4.851-10.84-10.836h21.676z" /> <path fill="#381954" fill-rule="nonzero" d="M18.118 35.913c.501 4.962 4.693 8.836 9.789 8.836 5.095 0 9.284-3.873 9.785-8.836H18.118zm21.625-1c0 6.537-5.3 11.836-11.836 11.836-6.538 0-11.84-5.3-11.84-11.836a1 1 0 0 1 1-1h21.676a1 1 0 0 1 1 1z" /> <path fill="#381954" d="M36.378 41.745a10.816 10.816 0 0 0-8.472-4.08 10.824 10.824 0 0 0-8.454 4.053s3.61 4.032 8.454 4.032c4.845 0 8.472-4.005 8.472-4.005" /> <g> <path fill="#FFF" d="M17.02 21.2c0-.681.123-1.33.34-1.935a4.57 4.57 0 0 0-4.26 4.56 4.575 4.575 0 0 0 4.574 4.572 4.557 4.557 0 0 0 3.534-1.674A5.74 5.74 0 0 1 17.02 21.2z" /> <path fill="#381954" d="M17.118 19.265c-.101.58-.27 1.966.095 3.74.365 1.775 1.673 3.074 4.05 3.742.64-.776.996-1.9.996-2.984a4.497 4.497 0 0 0-4.498-4.498" /> <g> <path fill="#FFF" d="M38.02 21.2c0-.681.123-1.33.34-1.935a4.57 4.57 0 0 0-4.26 4.56 4.575 4.575 0 0 0 4.574 4.572 4.557 4.557 0 0 0 3.534-1.674A5.74 5.74 0 0 1 38.02 21.2z" /> <path fill="#381954" d="M38.118 19.265c-.101.58-.27 1.966.095 3.74.365 1.775 1.673 3.074 4.05 3.742.64-.776.996-1.9.996-2.984a4.497 4.497 0 0 0-4.498-4.498" /> </g> </g> </g> </symbol> <symbol id="quiz-gray-img" viewbox="0 0 56 56"> <g fill="none" fill-rule="nonzero"> <path fill="#646464" d="M18.965 3.574a1.5 1.5 0 0 1 1.052-.43h23.509a6 6 0 0 1 6 6V46.76a6 6 0 0 1-6 6h-30.68a6 6 0 0 1-6-6V16.12a1.5 1.5 0 0 1 .448-1.07L18.965 3.574zm1.666 2.57L9.846 16.748v30.014a3 3 0 0 0 3 3h30.68a3 3 0 0 0 3-3V9.143a3 3 0 0 0-3-3H20.631z" /> <path fill="#646464" d="M40.097 22.015a1 1 0 0 1 1.414 1.414l-5.184 5.184a1 1 0 0 1-1.414 0l-2.751-2.75a1 1 0 0 1 1.414-1.415l2.044 2.044 4.477-4.477z" /> <path fill="#646464" d="M8.688 18.097c-1.343 0-2.01-1.628-1.052-2.57L19.31 4.05c.949-.933 2.552-.26 2.552 1.07v11.478a1.5 1.5 0 0 1-1.5 1.5H8.688zm3.665-3h6.509v-6.4l-6.51 6.4zM26.5 25.074a1 1 0 0 1 0 2h-9a1 1 0 0 1 0-2h9zM26.5 35.877a1 1 0 0 1 0 2h-9a1 1 0 0 1 0-2h9z" /> <path fill="#646464" d="M33.379 34.703a1 1 0 1 1 1.422-1.406l5.491 5.555a1 1 0 1 1-1.422 1.406l-5.491-5.555z" /> <path fill="#646464" d="M38.87 33.297a1 1 0 1 1 1.422 1.406l-5.491 5.555a1 1 0 1 1-1.422-1.406l5.49-5.555z" /> </g> </symbol> <symbol id="header-graph" viewbox="0 0 24 24"> <path fill-rule="evenodd" clip-rule="evenodd" d="M0.9 0C1.39706 0 1.8 0.402944 1.8 0.9L1.8 22.2H23.1C23.5971 22.2 24 22.6029 24 23.1C24 23.5971 23.5971 24 23.1 24H0.900004C0.402948 24 3.8147e-06 23.5971 3.8147e-06 23.1L0 0.9C0 0.402944 0.402944 0 0.9 0Z" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M22.1033 6.79999C18.5967 6.79999 15.2216 9.0475 13.8459 12.716C13.0821 14.753 12.2255 16.447 10.6976 17.6676C9.16717 18.8902 6.98324 19.4667 3.97587 19.721C3.48058 19.7629 3.04512 19.3953 3.00325 18.9C2.96138 18.4047 3.32895 17.9693 3.82424 17.9274C6.67052 17.6868 8.44297 17.1649 9.57412 16.2613C10.7078 15.3556 11.4244 14.0471 12.1605 12.084C13.7849 7.75251 17.8049 4.99999 22.1033 4.99999C22.6003 4.99999 23.0033 5.40294 23.0033 5.89999C23.0033 6.39705 22.6003 6.79999 22.1033 6.79999Z" /> </symbol> <symbol id="header-notebook" viewbox="0 0 24 24"> <path d="M7 5.1C6.50294 5.1 6.1 5.50294 6.1 6C6.1 6.49705 6.50294 6.9 7 6.9H16.5C16.9971 6.9 17.4 6.49705 17.4 6C17.4 5.50294 16.9971 5.1 16.5 5.1H7Z" /> <path d="M7 9.1C6.50294 9.1 6.1 9.50294 6.1 10C6.1 10.4971 6.50294 10.9 7 10.9H16.5C16.9971 10.9 17.4 10.4971 17.4 10C17.4 9.50294 16.9971 9.1 16.5 9.1H7Z" /> <path d="M6.1 14C6.1 13.5029 6.50294 13.1 7 13.1H16.5C16.9971 13.1 17.4 13.5029 17.4 14C17.4 14.4971 16.9971 14.9 16.5 14.9H7C6.50294 14.9 6.1 14.4971 6.1 14Z" /> <path fill-rule="evenodd" clip-rule="evenodd" d="M2 23V1C2 0.447716 2.44772 0 3 0H21C21.5523 0 22 0.447715 22 1V16.9142C22 17.1989 21.8786 17.4702 21.6663 17.6599L14.8561 23.7457C14.6728 23.9095 14.4355 24 14.1897 24H3C2.44771 24 2 23.5523 2 23ZM4 22H13.1V17C13.1 16.5029 13.5029 16.1 14 16.1H20V1.8L4 2V22ZM18.6963 17.9L14.9 21.2924V17.9H18.6963Z" /> </symbol> <symbol id="search-white-img" viewbox="0 0 20 20"> <path fill="#ffffff" fill-rule="nonzero" d="M18.77 16.557l-3.42-3.42a7.772 7.772 0 0 0 1.302-4.311C16.652 4.511 13.142 1 8.826 1 4.511 1 1 4.51 1 8.826c0 4.315 3.51 7.826 7.826 7.826 1.593 0 3.074-.48 4.312-1.301l3.419 3.42a.782.782 0 0 0 1.106 0l1.107-1.107a.782.782 0 0 0 0-1.107zM2.566 8.826a6.268 6.268 0 0 1 6.261-6.26 6.268 6.268 0 0 1 6.261 6.26 6.268 6.268 0 0 1-6.26 6.26 6.268 6.268 0 0 1-6.262-6.26z" /> </symbol> <symbol id="calculator-decoration2-svg" width="30" height="44"> <path d="M3.688 39.6908C5.68771 40.1653 7.35863 40.1999 8.70076 39.7947C10.0429 39.3895 11.1071 38.6587 11.8934 37.6024C12.6797 36.546 13.2489 35.273 13.6011 33.7832L19.9711 6.83352C20.3162 5.37356 20.8835 4.3282 21.6731 3.69744C22.4627 3.06668 23.6442 2.938 25.2178 3.3114L27.5781 3.87151C27.9387 3.95708 28.2402 3.92637 28.4827 3.77937C28.7252 3.63238 28.8816 3.40991 28.952 3.11195L29.3006 1.6371C29.3711 1.33914 29.3308 1.07 29.1799 0.829653C29.029 0.58931 28.7732 0.426352 28.4126 0.340781L25.9048 -0.254326C23.9051 -0.728856 22.2342 -0.763502 20.892 -0.358264C19.5499 0.0469739 18.481 0.760916 17.6854 1.78356C16.8897 2.80621 16.3193 4.04751 15.9742 5.50747L9.56196 32.6359C9.36477 33.4702 9.09503 34.2086 8.75275 34.8511C8.41047 35.4936 7.88856 35.944 7.18701 36.2023C6.48547 36.4606 5.52823 36.4459 4.3153 36.1581L1.90582 35.5863C1.578 35.5085 1.29285 35.5431 1.05038 35.6901C0.807912 35.8371 0.651464 36.0596 0.581039 36.3575L0.242993 37.7877C0.172568 38.0856 0.212813 38.3548 0.363728 38.5951C0.514643 38.8355 0.754011 38.9945 1.08183 39.0723L3.688 39.6908Z" fill="black" fill-opacity="0.059" /> </symbol> <symbol viewbox="0 0 27 27" id="icon_crop_corner_handle"> <path id="path" d="M 27.219 0.761 L 27.219 25.896 C 27.219 26.629 26.629 27.219 25.896 27.219 L 0.761 27.219" fill="#00000000" stroke="#dc3f59" stroke-width="1.50000012" stroke-linecap="round" /> <path id="path_1" d="M 23.197 9.355 C 23.722 8.843 24.52 9.945 24.52 10.678 L 24.52 23.197 C 24.52 23.93 23.93 24.52 23.197 24.52 L 10.678 24.52 C 9.945 24.52 8.842 23.721 9.355 23.197 C 13.829 18.514 19.002 13.446 23.197 9.355 Z" fill="#dc3f59" stroke="#00000000" stroke-width="1.50000012" stroke-linecap="round" /> </symbol> <symbol id="red-full-arrow-svg" viewbox="0 0 24 24" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M24 12C24 5.36 18.64 0 12 0C5.36 0 0 5.36 0 12C0 18.64 5.36 24 12 24C18.64 24 24 18.64 24 12Z" fill="#DB3F59" /> <path d="M12.7733 17.5733L17.5733 12.8C18 12.3733 18 11.6533 17.5733 11.2L12.7733 6.42666C12.3467 5.99999 11.6267 5.99999 11.1733 6.42666C10.7467 6.85333 10.7467 7.57333 11.1733 8.02666L14.0267 10.88L7.01333 10.88C6.4 10.88 5.89333 11.3867 5.89333 12C5.89333 12.6133 6.4 13.12 7.01333 13.12L14.0533 13.12L11.2 15.9733C10.7733 16.4 10.7733 17.12 11.2 17.5733C11.6267 18 12.3467 18 12.7733 17.5733Z" fill="white" /> </symbol> <symbol id="assignment-gray-img" viewbox="0 0 56 56"> <g fill="none" fill-rule="evenodd"> <path fill="#646464" fill-rule="nonzero" d="M9.5 54a6 6 0 0 1-6-6V12a6 6 0 0 1 6-6H41a6 6 0 0 1 6 6v36a6 6 0 0 1-6 6H9.5zM41 51a3 3 0 0 0 3-3V12a3 3 0 0 0-3-3H9.5a3 3 0 0 0-3 3v36a3 3 0 0 0 3 3H41z" /> <path fill="#646464" d="M31.385 41.175l-6.258.696.699-6.254L45.7 15.735a3.938 3.938 0 0 1 5.566 0 3.935 3.935 0 0 1 0 5.558L31.385 41.175z" /> <path fill="#646464" fill-rule="nonzero" d="M44.16 17.97l1.415-1.414 5.005 5.005-1.414 1.415z" /> <path fill="#646464" fill-rule="nonzero" d="M50.56 20.586a2.935 2.935 0 0 0 0-4.144 2.937 2.937 0 0 0-4.152 0L26.781 36.076l-.521 4.663 4.665-.519L50.56 20.586zM31.495 42.17l-6.257.695a1 1 0 0 1-1.105-1.104l.7-6.254a1 1 0 0 1 .286-.596l19.875-19.883a4.938 4.938 0 0 1 6.98.001 4.935 4.935 0 0 1 0 6.972L32.092 41.882a1 1 0 0 1-.597.287z" /> <path fill="#646464" d="M17 12h16.5V6H17z" /> <path fill="#646464" d="M30.5 6.001c0-2.486-2.348-4.501-5.248-4.501C22.352 1.5 20 3.515 20 6.001h10.5z" /> </g> </symbol> </svg> <div id="symbolabLogoPrint" style="display: none;"></div> <div id="fb-root"></div> <script type="text/javascript" src="/public/auto/math.min.js" ></script> <script src="https://cdn.jsdelivr.net/npm/jstat@1.9.6/dist/jstat.min.js"></script> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "BreadcrumbList", "itemListElement": [ { "@type": "ListItem", "position": 1, "name": "Calculators", "item": "https://www.symbolab.com/calculators" }, { "@type": "ListItem", "position": 2, "name": "Personal Finance", "item": "https://www.symbolab.com/calculator/personal_finance" }, { "@type": "ListItem", "position": 3, "name": "Inflation Calculator", "item": "https://www.symbolab.com/calculator/personal_finance/inflation" }] } </script> <link href="/public/auto/calculator.min.css?114657" rel="Stylesheet" type="text/css" data-ot-ignore="true"> <script type="text/javascript" src="/public/auto/calculator.min.js?114657" data-ot-ignore="true"></script> <script type="text/javascript"> SYPAD = new SymbolabPad("en", undefined, false, true); const clsManager = new ClsManager(); clsManager.register("calculatorShown", () => { clsManager.show("#bread-crumbs"); clsManager.show(".nl-pageContent"); clsManager.show("#formula-section"); calculatorPage.renderFormula(() => clsManager.handle("formulaShown")); }); clsManager.register("formulaShown", () => { clsManager.show(); }); </script> <script type="text/javascript"> let calculators; let context; let calculatorPage; $(document).ready(() => { const category = "personal_finance"; context = { displayFormulaImagePath: "/images/latexRenderDynamic?line=P_{final} = P_{initial} * (1 + Inflation) ^ {(End_backslash_:Year - Start_backslash_:Year)}", calculatorDisplayFormula: "Inflation Formula", calculatorCategory: category, calculatorId: "inflation", convertPage: "", subpage: false, title: "Inflation Calculator", storeLink: "https://play.google.com/store/apps/details?id=com.devsense.symbolab", isPopularProblemPage: false, nextPopularCalculations: null, debugMode: false, language: "en", eventHandler: function(name, obj) { symbolab_log("Calculator", name, JSON.stringify(obj)); } } const calculatorInfos = [ { "title": "Inflation Calculator", "formulae": { "total_inflation": { "formula": "((1 + $inflation) ^ ($end_year - $start_year) - 1) * 100" }, "inflation": { "formula": "($final_price / $initial_price) ^ (1 / ($end_year - $start_year)) - 1" } }, "fields": { "start_year": { "description": "Start year", "wholeNumber": false, "always": false, "checkValuesForAlways": false, "checkValuesForAlwaysForce": false, "master": false, "skipMaster": false, "showKeypad": true, "fieldSize": "long", "endLineCoupling": false, "middleLineCoupling": false, "beginLineCoupling": false, "beginLineMark": false, "middleLineMark": false, "endLineMark": false, "refreshCache": false, "fractionTop": false, "fractionBottom": false, "fractionNumber": false, "exponentBase": false, "exponent": false, "hidden": false, "solutionCalculation": false, "fullSolutionCalculation": false, "isVisible": true, "isCenter": false, "isCenterLine": false, "emptyAsZero": false, "dynamicField": false, "dynamicFieldCalculate": false, "titleField": false, "separator": false, "useCommas": false, "progressBar": false, "takeResultAtInput": false }, "end_year": { "description": "End year", "wholeNumber": false, "always": false, "checkValuesForAlways": false, "checkValuesForAlwaysForce": false, "master": false, "skipMaster": false, "showKeypad": true, "fieldSize": "long", "endLineCoupling": false, "middleLineCoupling": false, "beginLineCoupling": false, "beginLineMark": false, "middleLineMark": false, "endLineMark": false, "refreshCache": false, "fractionTop": false, "fractionBottom": false, "fractionNumber": false, "exponentBase": false, "exponent": false, "hidden": false, "solutionCalculation": false, "fullSolutionCalculation": false, "isVisible": true, "isCenter": false, "isCenterLine": false, "emptyAsZero": false, "dynamicField": false, "dynamicFieldCalculate": false, "titleField": false, "separator": false, "useCommas": false, "progressBar": false, "takeResultAtInput": false }, "initial_price": { "unit": "Currency", "description": "Initial price", "minValue": "0", "wholeNumber": false, "always": false, "checkValuesForAlways": false, "checkValuesForAlwaysForce": false, "master": false, "skipMaster": false, "showKeypad": true, "fieldSize": "long", "endLineCoupling": false, "middleLineCoupling": false, "beginLineCoupling": false, "beginLineMark": false, "middleLineMark": false, "endLineMark": false, "refreshCache": false, "fractionTop": false, "fractionBottom": false, "fractionNumber": false, "exponentBase": false, "exponent": false, "hidden": false, "solutionCalculation": false, "fullSolutionCalculation": false, "isVisible": true, "isCenter": false, "isCenterLine": false, "emptyAsZero": false, "dynamicField": false, "dynamicFieldCalculate": false, "titleField": false, "separator": false, "useCommas": false, "progressBar": false, "takeResultAtInput": false }, "final_price": { "unit": "Currency", "description": "Final price", "minValue": "0", "wholeNumber": false, "always": false, "checkValuesForAlways": false, "checkValuesForAlwaysForce": false, "master": false, "skipMaster": false, "showKeypad": true, "fieldSize": "long", "endLineCoupling": false, "middleLineCoupling": false, "beginLineCoupling": false, "beginLineMark": false, "middleLineMark": false, "endLineMark": false, "refreshCache": false, "fractionTop": false, "fractionBottom": false, "fractionNumber": false, "exponentBase": false, "exponent": false, "hidden": false, "solutionCalculation": false, "fullSolutionCalculation": false, "isVisible": true, "isCenter": false, "isCenterLine": false, "emptyAsZero": false, "dynamicField": false, "dynamicFieldCalculate": false, "titleField": false, "separator": false, "useCommas": false, "progressBar": false, "takeResultAtInput": false }, "total_inflation": { "unit": "Percent", "description": "Total Inflation", "wholeNumber": false, "always": true, "checkValuesForAlways": false, "checkValuesForAlwaysForce": false, "master": false, "skipMaster": false, "showKeypad": true, "fieldSize": "long", "endLineCoupling": false, "middleLineCoupling": false, "beginLineCoupling": false, "beginLineMark": false, "middleLineMark": false, "endLineMark": false, "refreshCache": false, "fractionTop": false, "fractionBottom": false, "fractionNumber": false, "exponentBase": false, "exponent": false, "hidden": false, "solutionCalculation": false, "fullSolutionCalculation": false, "isVisible": true, "isCenter": false, "isCenterLine": false, "emptyAsZero": false, "dynamicField": false, "dynamicFieldCalculate": false, "titleField": false, "separator": false, "useCommas": false, "progressBar": false, "takeResultAtInput": true }, "inflation": { "unit": "Percent", "description": "Inflation", "fieldFormula": "Inflation = (\\frac{P_{final}}{P_{initial}}) ^ {(\\frac{1}{End\\:Year - Start\\:Year})} - 1", "wholeNumber": false, "always": true, "checkValuesForAlways": false, "checkValuesForAlwaysForce": false, "master": false, "skipMaster": false, "showKeypad": true, "fieldSize": "long", "endLineCoupling": false, "middleLineCoupling": false, "beginLineCoupling": false, "beginLineMark": false, "middleLineMark": false, "endLineMark": false, "refreshCache": false, "fractionTop": false, "fractionBottom": false, "fractionNumber": false, "exponentBase": false, "exponent": false, "hidden": false, "solutionCalculation": false, "fullSolutionCalculation": false, "isVisible": true, "isCenter": false, "isCenterLine": false, "emptyAsZero": false, "dynamicField": false, "dynamicFieldCalculate": false, "titleField": false, "separator": false, "useCommas": false, "progressBar": false, "takeResultAtInput": false } }, "displayFormula": "P_{final} = P_{initial} * (1 + Inflation) ^ {(End\\:Year - Start\\:Year)}", "conversionMode": false, "displayValuesListTables": true, "showKeypad": false, "lineCouplingFlex": false, "lineMark": false, "dynamicCalculator": false, "pageName": "[descriptions]" } ]; const calculatorPageInfo = { "url": "inflation", "title": "Inflation Calculator", "displayFormula": "P_{final} = P_{initial} * (1 + Inflation) ^ {(End\\:Year - Start\\:Year)}", "calculatorIDs": [ "inflation-inflation" ], "conversionMode": false, "displayValuesListTables": true, "manualMode": true, "isVisible": true }; let stepsStructure = null; calculatorPage = new CalculatorPage(calculatorPageInfo, context, "Personal Finance", calculatorInfos, calculatorPageInfo.title); // noinspection ES6ConvertVarToLetConst let calculators = {}; calculatorInfos.forEach(function(calculatorInfo, index) { let name = calculatorPageInfo.calculatorIDs[index]; let calculatorStepsStructure = null; if (stepsStructure !== null && (stepsStructure.calculator === name || stepsStructure.calculator === undefined)) { calculatorStepsStructure = stepsStructure; } const calculator = new Calculator(calculatorInfo, context, $("#calculators-target"), calculatorPageInfo.manualMode, calculatorPageInfo.displayValuesListTables, calculatorPageInfo.title, name, true, calculatorStepsStructure); calculator.render(); calculators[name] = calculator; }); calculatorPage.calculators = calculators; calculatorPage.render(); calculatorPage.updateFieldsFromQueryParams(""); clsManager.handle("calculatorShown"); // if the nl-mainNav is visible, scroll down $("body").off('click', '.pill').on('click', '.pill', function() { const text = $(this).attr("href").slice(1); setTimeout(function () { symbolab_log("Registration", "ClickedFeature", "Calculators\tInternalLink\t" + text); const scrollTopElement = document.getElementById("nl-mainNav"); if (scrollTopElement) { // scroll down the top panel's size const rect = scrollTopElement.getBoundingClientRect(); const scrollTopPosition = rect.top; if (Math.abs(scrollTopPosition) < 72) { const currentScroll = $(this).scrollTop(); $(this).scrollTop(currentScroll - 72); } } }, 1); }); }); </script> <div id="nl-subNav" class='print-hide'> <ul> <li><a href='/calculator/physics' class='nl-topMenu '><span>Physics</span></a><li><a href='/calculator/chemistry' class='nl-topMenu '><span>Chemistry</span></a><li><a href='/calculator/math' class='nl-topMenu '><span>Math</span></a><li><a href='/calculator/statistics' class='nl-topMenu '><span>Statistics</span></a><li><a href='/calculator/geometry' class='nl-topMenu '><span>Geometry</span></a><li><a href='/calculator/finance' class='nl-topMenu '><span>Finance</span></a><li><a href='/calculator/personal_finance' class='nl-topMenu active'><span>Personal Finance</span></a><li><a href='/calculator/sales' class='nl-topMenu '><span>Sales</span></a><li><a href='/calculator/fitness' class='nl-topMenu '><span>Fitness</span></a><li><a href='/calculator/cooking' class='nl-topMenu '><span>Cooking</span></a><li><a href='/calculator/time-date' class='nl-topMenu '><span>Date Time</span></a><li><a href='/calculator/other' class='nl-topMenu '><span>Other</span></a><li><a href='/calculator/construction' class='nl-topMenu '><span>Construction</span></a><li><a href='/calculator/conversion' class='nl-topMenu '><span>Converters</span></a> </ul> </div> <div class="nl-pageContentWrapper"> <div class="nl-pageContent hide-until-loaded"> <div id="nl-pageContent-wrapper"> <div id="calculator-header-container"> <div id="bread-crumbs" class="print-hide hide-until-loaded"></div> <!-- AddToAny BEGIN --> <div class="a2a_kit a2a_kit_size_32 a2a_default_style"> <a class="a2a_dd" onclick="shareClick({ logAction: 'Solver' })" role="button" aria-label="Share" tabindex="0"> <span></span> <svg id="bar-share"><use href="#share-svg"></use></svg> </a> </div> <!-- AddToAny END --> </div> <div id="nl-pageContent-block" class="skin-clean"> <h1 id="headline"></h1> <div id="main-calculator"> <div id="pills"></div> <div id="calculators-target"></div> </div> <section id="formula-section" class="hide-until-loaded"> <div id="formula"> Formula</div> <div id="display-formula" class="solution_box solution_outside_box"> <span> <!-- <img src="/images/latexRenderDynamic?line=P_{final} = P_{initial} * (1 + Inflation) ^ {(End_backslash_:Year - Start_backslash_:Year)}" alt="Inflation Formula">--> </span> </div> </section> <script> // Remove all formulas in construction in mobile web if (("personal_finance" === "construction") && getMobileOperatingSystem() === "Android" || getMobileOperatingSystem() === "iOS") { $("#formula-section").hide(); } </script> <section id="middleText" class="print-hide hide-until-loaded"> <div>About Inflation Calculator</div> <ul> <li>An inflation calculator is a financial tool used to determine the value of money and how it changes over time due to inflation. In simple terms, inflation refers to the sustained increase in the general price level of goods and services in an economy, which leads to the decline in the purchasing power of money. The inflation calculator is particularly useful in providing estimates on the future value of money, comparing prices of goods and services over different periods, and making informed financial decisions.</li> <li></li> <li>The inflation calculator considers various factors such as the initial amount of money, specific time frames, and the average annual inflation rate to calculate the adjusted value of money. This is done by making use of historical rates of inflation, which are typically reported as Consumer Price Index (CPI) or Producer Price Index (PPI) data. These indices are published by government agencies and other relevant organizations on a regular basis, and they provide a reliable representation of the rate at which the general price levels change in an economy.</li> <li></li> <li>To use an inflation calculator, you input the initial amount of money, the starting year, and the ending year or the number of years over which you wish to measure the effects of inflation. The calculator then employs a formula to adjust the value of money based on the average annual inflation rate between the specified time frames. As a result, the calculator provides the new or projected value of money, allowing users to make comparisons, plan ahead for future expenses, and understand how the purchasing power of money has evolved over time.</li> <li></li> <li>The foremost purpose of an inflation calculator is to help users determine the real value of their income, investments, or spending when adjusted for inflation. For instance, if you want to know how much your savings of $10,000 today would be worth 30 years from now, the inflation calculator can provide an estimate based on historical inflation rates and projected trends. This information can prove valuable in long-term financial planning, such as saving for retirement or funding your child's college education.</li> <li></li> <li>Another common use of inflation calculators is to track the growth of prices and wages over time. By inputting the relevant figures, users can identify trends and compare the cost of living between different time periods. This helps individuals, businesses, and policymakers gauge the economic health of a country and understand the effects of inflation on their financial well-being.</li> <li></li> <li>Inflation calculators can also be instrumental in making investment decisions. Investors often seek to maintain or increase their purchasing power by generating returns that outpace inflation. Inflation calculators help this process by illustrating the effect of inflation on the real value of investments and guiding investors toward assets that are likely to offer protection against inflationary pressures.</li> <li></li> <li>Although inflation calculators serve as valuable tools for understanding the impact of inflation, they do have certain limitations. Since they rely on historical data and average annual inflation rates, the calculations are based on projections rather than concrete facts. Moreover, the accuracy of an inflation calculator's results depends on the quality and consistency of the information fed into it. Factors affecting inflation rates, such as global events or changes in fiscal and economic policies, should also be considered when using an inflation calculator to make long-term financial decisions.</li> <li></li> <li>In conclusion, an inflation calculator is a helpful tool for measuring the changes in the value of money across different time spans and analyzing the implications of these shifts on income, investments, and expenses. By accounting for the diminishing purchasing power of money due to inflation, the calculator supports the users in making prudent financial judgments and maintaining a stable economic footing amidst fluctuating price levels.</li> </ul> </section> <script> const hasParameters = window.location.href.includes("?"); if (hasParameters) { $("#FAQ").hide(); } </script> <br/> <section id="related" class="print-hide hide-until-loaded"> <div>Related Calculators</div> <a href="/calculator/personal_finance/finance_charge"><div>Finance Charge Calculator</div></a> <a href="/calculator/personal_finance/compound_interest"><div>Compound Interest Calculator</div></a> <a href="/calculator/personal_finance/salary"><div>Salary Calculator</div></a> <a href="/calculator/personal_finance/sales-tax"><div>Sales Tax Calculator</div></a> <a href="/calculator/personal_finance/salary-to-hourly"><div>Salary to Hourly Calculator</div></a> </section> <div id="conversion-tables" class="hide-until-loaded"></div> </div> </div> <section class="sidebar-content" class="print-hide"> <div class="ad-container"> <div id="SYM_calc_sidebar_1" class="googleAdsense print-hide"></div> </div> <br/> <div class="ad-container"> <div id="SYM_calc_sidebar_2" class="googleAdsense print-hide"></div> </div> <div class="adblock-replacement"> <a class="adblock-replacement-link" href="/graphing-calculator"> <img src="/public/images/graphing.webp" alt="Graphing animation" /> <h2>Graphing</h2> <div>Plot and analyze functions and equations with detailed steps</div> </a> <script> $(document).ready(function () { showAdBlockedContentIfNeeded(); }); </script> </div> <br/> <br/> </section> </div> </div><div class="nl-footer print-hide no-select hide-until-loaded" data-link-origin="footer"> <div id="footer-top"> <nav> <div class="home-only"> <a href="/" aria-label="Home"><svg aria-label="Home"><use href="#symbolab_logo"></use></svg></a> <svg class="footer-close-button"> <use href="#close-svg"></use> </svg> </div> <div class="footer-links"> <div id="study-tools-panel" class="footer-links-section"> <span class="footer-title">Study Tools</span> <a href="/solver">AI Math Solver</a> <a href="/popular-algebra">Popular Problems</a> <a href="/worksheets/Pre-Algebra">Worksheets</a> <a href="/study-guides">Study Guides</a> <a id="practice-link" href="/practice">Practice</a> <a id="cheat-sheets" href="/cheat-sheets">Cheat Sheets</a> <a id="calculator-title" href="/calculators">Calculators</a> <a id="graphing-calculator" href="/graphing-calculator">Graphing Calculator</a> <a id="geometry-calculator" href="/geometry-calculator">Geometry Calculator</a> <a id="verify" href="/verify">Verify Solution</a> </div> <div id="footer-apps-panel" class="footer-links-section"> <span class="footer-title">Apps</span> <a href="https://play.google.com/store/apps/details?id=com.devsense.symbolab">Symbolab App (Android)</a> <a href="https://play.google.com/store/apps/details?id=com.symbolab.graphingcalculator">Graphing Calculator (Android)</a> <a href="https://play.google.com/store/apps/details?id=com.symbolab.practice">Practice (Android)</a> <a href="https://apps.apple.com/us/app/id876942533">Symbolab App (iOS)</a> <a href="https://apps.apple.com/us/app/id1435182798">Graphing Calculator (iOS)</a> <a href="https://apps.apple.com/us/app/id1469186281">Practice (iOS)</a> <a href="https://chromewebstore.google.com/detail/mgfcnnpakbfcefgphceolkjldjfpieff" target="_blank">Chrome Extension</a> <a href="/math-solver-api">Symbolab Math Solver API</a> </div> <div id="company-panel" class="footer-links-section"> <span class="footer-title">Company</span> <a id="about-link" class="about" href="/about">About Symbolab</a> <a id="blog" href="https://blog.symbolab.com">Blog</a> <a id="help-link" href="/help">Help</a> <a href="#" class="contact-us">Contact Us</a> </div> <div id="legal-panel" class="footer-links-section"> <span class="footer-title">Legal</span> <a href="/privacy-policy">Privacy</a> <a href="/public/terms.pdf">Terms</a> <a href="/cookie-policy">Cookie Policy</a> <span onclick="OneTrust.ToggleInfoDisplay();" class="span-footer-link cookie-settings-link">Cookie Settings</span> <span class="footer-title">Copyright, Community Guidelines, DSA & other Legal Resources</span> <a href="https://learneo.com/legal">Learneo Legal Center</a> </div> </div> <div id="social-media-panel"> <a class="feedback-button contact-us" href="#"> <svg><use href="#feedback-icon"></use></svg> <span>Feedback</span> </a> <span class="footer-title social-title">Social Media</span> <div id="social-buttons"> <a class="nl-social2" href="/cdn-cgi/l/email-protection#472428293326243307343e2a25282b26256924282a"><svg aria-label="Email us"><use href="#social-envelope"></use></svg></a> <a target="_blank" class="nl-social2" href="https://www.facebook.com/Symbolab/"><svg aria-label="Facebook"><use href="#social-facebook"></use></svg></a> <a target="_blank" class="nl-social2" href="https://twitter.com/symbolab"><svg aria-label="Twitter"><use href="#social-twitter"></use></svg></a> <a target="_blank" class="nl-social2" href="https://www.instagram.com/symbolab_app/"><svg aria-label="Instagram"><use href="#social-instagram"></use></svg></a> </div> </div> </nav> </div> <div id="footer-bottom"> <div id="copyright"> <div>Symbolab, a Learneo, Inc. business</div> <div>© Learneo, Inc. 2024</div> </div> </div> <hr id="separator"> <div class="nl-signInContainer nl-hidden"> <div class="nl-feedback-modal no-select"> <!-- <h2>We want your feedback</h2>--> <div class="controls"> <input type="text" id="inputName" placeholder="Your Name"> <span class="help-inline">(optional)</span> </div> <div class="controls"> <input type="text" id="inputEmail" placeholder="you@example.com" autocomplete="email"> <span class="help-inline">(optional)</span> </div> <div class="controls"> <textarea name="message" rows="6" id="inputMessage"></textarea> <div class="alert alert-error help-inline"></div> </div> <p class="nl-hidden alert alert-error">Please add a message.</p> <p class="nl-hidden alert alert-success">Message received. Thanks for the feedback.</p> <div class="controls" id="feedbackContols"> <span id="fbCancelBtn" class="clickable btn btn-small">Cancel</span> <span id="fbSendBtn" class="nl-feedbackBtn"><strong>Send</strong></span> </div> </div> </div> </div> <div class="ad-spacer"></div> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script> $("#mobile-logout").on("click", logout); </script> <script> $(function() { if (!isUserLoggedIn()) { //sign out effectively $("body").removeClass("signedin").addClass("signedout"); $(".PRO").removeClass("PRO"); $(".corner-ribbon").remove(); } }); </script> <div id="loading-spinner" style="display: none;"> <div class="spinner-content"> <img src="/public/img/ajax-loader.gif" /> </div> </div> <div id="dateTimePicker"></div> <div id="hiddenData"> <table id="pricesTable" data="variation=0,tier=1"> <tbody> </tbody> </table></div> </body> <div id="video" class="hide-important"> <canvas id="image-canvas" class="hide"></canvas> <div id="user-image-container"> <img id="user-image" draggable="false"> </div> <div id="crop_handle_container"> <canvas id="bar_animation" class="hide-important"> </canvas> <div id="ocr_spinner" class="hide-important"><div id="ocr_spin"></div></div> <svg id="crop_top_left" data-corner="0" class="crop-corner"><use href="#icon_crop_corner" /></svg> <svg id="crop_top_right" data-corner="1" class="crop-corner"><use href="#icon_crop_corner" /></svg> <svg id="crop_bottom_right" data-corner="2" class="crop-corner"><use href="#icon_crop_corner_handle" /></svg> <svg id="crop_bottom_left" data-corner="3" class="crop-corner"><use href="#icon_crop_corner" /></svg> </div> <div id="shutter_container"> <div class="stretch"> <div class="empty-spacer"></div> </div> <div id="shutter"> <svg> <use href="#red-full-arrow-svg" /> </svg> </div> <div class="stretch"> <div class="empty-spacer"></div> </div> </div> <div id="toast-container"> <span id="toast-contents" class="hide-important"></span> </div> <a href="#" id="video-close-btn"><svg><use href="#close_btn_img"></use></svg></a> </div> </html>