
    <!DOCTYPE html>
    <html lang="en"><head><meta charSet="UTF-8"/><meta name="viewport" content="width=device-width"/><title>Spanish Grammar Articles and Lessons | SpanishDictionary.com</title><link rel="dns-prefetch" href="https://neodarwin-prod.sdcdns.com"/><link rel="dns-prefetch" href="https://cdn.mxpnl.com"/><link rel="dns-prefetch" href="https://api.mixpanel.com"/><link rel="dns-prefetch" href="https://traductor1.spanishdict.com"/><link rel="dns-prefetch" href="https://spanishdict-d.openx.net"/><link rel="canonical" href="https://www.spanishdict.com/guide"/><meta name="description" content="Expert articles and interactive video lessons on how to use the Spanish language. Learn about &#x27;por&#x27; vs. &#x27;para&#x27;, Spanish pronunciation, typing Spanish accents, and more."/><link rel="logo" type="image/jpeg" href="https://neodarwin-prod.sdcdns.com/img/common/logo-blue.jpg"/><meta property="fb:app_id" content="123097127645"/><meta property="fb:admins" content="1675823057"/><meta property="og:type" content="article"/><meta property="og:site_name" content="SpanishDictionary.com"/><meta property="og:image" content="https://neodarwin-prod.sdcdns.com/img/common/logo-square-medium.png"/><meta name="twitter:card" content="summary"/><meta name="twitter:site" content="@SpanishDict"/><meta name="twitter:creator" content="@SpanishDict"/><meta name="facebook-domain-verification" content="tc7x6ihbnq2d1yeyy0zehl3xxr7889"/><meta property="og:title" content="Spanish Grammar Articles and Lessons | SpanishDictionary.com"/><meta property="og:description" content="Expert articles and interactive video lessons on how to use the Spanish language. Learn about &#x27;por&#x27; vs. &#x27;para&#x27;, Spanish pronunciation, typing Spanish accents, and more."/><meta property="og:url" content="https://www.spanishdict.com/guide"/><meta name="google" content="notranslate"/><link rel="icon" sizes="192x192" href="https://neodarwin-prod.sdcdns.com/img/common/apple-touch-icons/favicon-production.png"/><link rel="apple-touch-icon" href="https://neodarwin-prod.sdcdns.com/img/common/apple-touch-icons/apple-touch-icon-production.png"/><script type="text/javascript">(function() {
        var host = window.location.hostname;
        var element = document.createElement('script');
        var firstScript = document.getElementsByTagName('script')[0];
        var url = 'https://cmp.inmobi.com'
          .concat('/choice/', 'J6UREPaB79qHH', '/', host, '/choice.js?tag_version=V3');
        var uspTries = 0;
        var uspTriesLimit = 3;
        element.async = true;
        element.type = 'text/javascript';
        element.src = url;

        firstScript.parentNode.insertBefore(element, firstScript);

        function makeStub() {
          var TCF_LOCATOR_NAME = '__tcfapiLocator';
          var queue = [];
          var win = window;
          var cmpFrame;

          function addFrame() {
            var doc = win.document;
            var otherCMP = !!(win.frames[TCF_LOCATOR_NAME]);

            if (!otherCMP) {
              if (doc.body) {
                var iframe = doc.createElement('iframe');

                iframe.style.cssText = 'display:none';
                iframe.name = TCF_LOCATOR_NAME;
                doc.body.appendChild(iframe);
              } else {
                setTimeout(addFrame, 5);
              }
            }
            return !otherCMP;
          }

          function tcfAPIHandler() {
            var gdprApplies;
            var args = arguments;

            if (!args.length) {
              return queue;
            } else if (args[0] === 'setGdprApplies') {
              if (
                args.length > 3 &&
                args[2] === 2 &&
                typeof args[3] === 'boolean'
              ) {
                gdprApplies = args[3];
                if (typeof args[2] === 'function') {
                  args[2]('set', true);
                }
              }
            } else if (args[0] === 'ping') {
              var retr = {
                gdprApplies: gdprApplies,
                cmpLoaded: false,
                cmpStatus: 'stub'
              };

              if (typeof args[2] === 'function') {
                args[2](retr);
              }
            } else {
              if(args[0] === 'init' && typeof args[3] === 'object') {
                args[3] = Object.assign(args[3], { tag_version: 'V3' });
              }
              queue.push(args);
            }
          }

          function postMessageEventHandler(event) {
            var msgIsString = typeof event.data === 'string';
            var json = {};

            try {
              if (msgIsString) {
                json = JSON.parse(event.data);
              } else {
                json = event.data;
              }
            } catch (ignore) {}

            var payload = json.__tcfapiCall;

            if (payload) {
              window.__tcfapi(
                payload.command,
                payload.version,
                function(retValue, success) {
                  var returnMsg = {
                    __tcfapiReturn: {
                      returnValue: retValue,
                      success: success,
                      callId: payload.callId
                    }
                  };
                  if (msgIsString) {
                    returnMsg = JSON.stringify(returnMsg);
                  }
                  if (event && event.source && event.source.postMessage) {
                    event.source.postMessage(returnMsg, '*');
                  }
                },
                payload.parameter
              );
            }
          }

          while (win) {
            try {
              if (win.frames[TCF_LOCATOR_NAME]) {
                cmpFrame = win;
                break;
              }
            } catch (ignore) {}

            if (win === window.top) {
              break;
            }
            win = win.parent;
          }
          if (!cmpFrame) {
            addFrame();
            win.__tcfapi = tcfAPIHandler;
            win.addEventListener('message', postMessageEventHandler, false);
          }
        };

        makeStub();

        function makeGppStub() {
          const CMP_ID = 10;
          const SUPPORTED_APIS = [
            '2:tcfeuv2',
            '6:uspv1',
            '7:usnatv1',
            '8:usca',
            '9:usvav1',
            '10:uscov1',
            '11:usutv1',
            '12:usctv1'
          ];

          window.__gpp_addFrame = function (n) {
            if (!window.frames[n]) {
              if (document.body) {
                var i = document.createElement("iframe");
                i.style.cssText = "display:none";
                i.name = n;
                document.body.appendChild(i);
              } else {
                window.setTimeout(window.__gpp_addFrame, 10, n);
              }
            }
          };
          window.__gpp_stub = function () {
            var b = arguments;
            __gpp.queue = __gpp.queue || [];
            __gpp.events = __gpp.events || [];

            if (!b.length || (b.length == 1 && b[0] == "queue")) {
              return __gpp.queue;
            }

            if (b.length == 1 && b[0] == "events") {
              return __gpp.events;
            }

            var cmd = b[0];
            var clb = b.length > 1 ? b[1] : null;
            var par = b.length > 2 ? b[2] : null;
            if (cmd === "ping") {
              clb(
                {
                  gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1”
                  cmpStatus: "stub", // possible values: stub, loading, loaded, error
                  cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled
                  signalStatus: "not ready", // possible values: not ready, ready
                  supportedAPIs: SUPPORTED_APIS, // list of supported APIs
                  cmpId: CMP_ID, // IAB assigned CMP ID, may be 0 during stub/loading
                  sectionList: [],
                  applicableSections: [-1],
                  gppString: "",
                  parsedSections: {},
                },
                true
              );
            } else if (cmd === "addEventListener") {
              if (!("lastId" in __gpp)) {
                __gpp.lastId = 0;
              }
              __gpp.lastId++;
              var lnr = __gpp.lastId;
              __gpp.events.push({
                id: lnr,
                callback: clb,
                parameter: par,
              });
              clb(
                {
                  eventName: "listenerRegistered",
                  listenerId: lnr, // Registered ID of the listener
                  data: true, // positive signal
                  pingData: {
                    gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1”
                    cmpStatus: "stub", // possible values: stub, loading, loaded, error
                    cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled
                    signalStatus: "not ready", // possible values: not ready, ready
                    supportedAPIs: SUPPORTED_APIS, // list of supported APIs
                    cmpId: CMP_ID, // list of supported APIs
                    sectionList: [],
                    applicableSections: [-1],
                    gppString: "",
                    parsedSections: {},
                  },
                },
                true
              );
            } else if (cmd === "removeEventListener") {
              var success = false;
              for (var i = 0; i < __gpp.events.length; i++) {
                if (__gpp.events[i].id == par) {
                  __gpp.events.splice(i, 1);
                  success = true;
                  break;
                }
              }
              clb(
                {
                  eventName: "listenerRemoved",
                  listenerId: par, // Registered ID of the listener
                  data: success, // status info
                  pingData: {
                    gppVersion: "1.1", // must be “Version.Subversion”, current: “1.1”
                    cmpStatus: "stub", // possible values: stub, loading, loaded, error
                    cmpDisplayStatus: "hidden", // possible values: hidden, visible, disabled
                    signalStatus: "not ready", // possible values: not ready, ready
                    supportedAPIs: SUPPORTED_APIS, // list of supported APIs
                    cmpId: CMP_ID, // CMP ID
                    sectionList: [],
                    applicableSections: [-1],
                    gppString: "",
                    parsedSections: {},
                  },
                },
                true
              );
            } else if (cmd === "hasSection") {
              clb(false, true);
            } else if (cmd === "getSection" || cmd === "getField") {
              clb(null, true);
            }
            //queue all other commands
            else {
              __gpp.queue.push([].slice.apply(b));
            }
          };
          window.__gpp_msghandler = function (event) {
            var msgIsString = typeof event.data === "string";
            try {
              var json = msgIsString ? JSON.parse(event.data) : event.data;
            } catch (e) {
              var json = null;
            }
            if (typeof json === "object" && json !== null && "__gppCall" in json) {
              var i = json.__gppCall;
              window.__gpp(
                i.command,
                function (retValue, success) {
                  var returnMsg = {
                    __gppReturn: {
                      returnValue: retValue,
                      success: success,
                      callId: i.callId,
                    },
                  };
                  event.source.postMessage(msgIsString ? JSON.stringify(returnMsg) : returnMsg, "*");
                },
                "parameter" in i ? i.parameter : null,
                "version" in i ? i.version : "1.1"
              );
            }
          };
          if (!("__gpp" in window) || typeof window.__gpp !== "function") {
            window.__gpp = window.__gpp_stub;
            window.addEventListener("message", window.__gpp_msghandler, false);
            window.__gpp_addFrame("__gppLocator");
          }
        };

        makeGppStub();

        var uspStubFunction = function() {
          var arg = arguments;
          if (typeof window.__uspapi !== uspStubFunction) {
            setTimeout(function() {
              if (typeof window.__uspapi !== 'undefined') {
                window.__uspapi.apply(window.__uspapi, arg);
              }
            }, 500);
          }
        };

        var checkIfUspIsReady = function() {
          uspTries++;
          if (window.__uspapi === uspStubFunction && uspTries < uspTriesLimit) {
            console.warn('USP is not accessible');
          } else {
            clearInterval(uspInterval);
          }
        };

        if (typeof window.__uspapi === 'undefined') {
          window.__uspapi = uspStubFunction;
          var uspInterval = setInterval(checkIfUspIsReady, 6000);
        }
      })();</script><script type="text/javascript">(function(h,o,u,n,d) {
            h=h[d]=h[d]||{q:[],onReady:function(c){h.q.push(c)}}
            d=o.createElement(u);d.async=1;d.src=n
            n=o.getElementsByTagName(u)[0];n.parentNode.insertBefore(d,n)
        })(window,document,'script','https://www.datadoghq-browser-agent.com/us1/v4/datadog-logs.js','DD_LOGS')
        window.DD_LOGS.onReady(function() {
            window.DD_LOGS.init({
                clientToken: 'pub0474aa796e5e5e261fddc4fd44682f10',
                site: 'datadoghq.com',
                forwardErrorsToLogs: false,
                sessionSampleRate: 100,
                service: 'neodarwin',
                env: 'production',
            })
        })</script><script type="text/javascript">window.onerror = (function () {
          var errCount = 0;

          return function(message, url, lineNumber) {
            if(++errCount > 2) {
              return;
            }

            var logEntry = {
              level: 'error',
              env: 'production',
              message: message,
              file: url,
              lineno: lineNumber,
              type: 'client',
              reqPath: window.location.href,
              ua: window.navigator.userAgent,
              isMobile: window.SD_IS_MOBILE,
              inline: true,
              geo: window.SD_GEO_CODE
            };

            if (window.SD_USER_AGENT) {
              logEntry.uaReadable = window.SD_USER_AGENT.uaReadable;
              logEntry.browserName = window.SD_USER_AGENT.browserName;
              logEntry.browserVersion = window.SD_USER_AGENT.browserVersion;
              logEntry.isSupportedBrowser = window.SD_USER_AGENT.isSupportedBrowser;
            }

            window.DD_LOGS.onReady(function () {
              window.DD_LOGS.logger.log(logEntry.message, logEntry, logEntry.level);
            })

            return false;
          }
        }).call(this);
        if ('production' !== 'test') {
          setTimeout(function(){ if (!window.SD_LOADED && !window.SD_IS_PROBABLY_BOT) { throw new Error("bundle did not load"); } }, 15000);
        }</script><script type="text/javascript">(function(global) {
        getCurrentTime = function() {
          if (window.performance && window.performance.now) {
            return Math.round(window.performance.now());
          }
          return Date.now();
        }

        global.CMAS_EMAIL_HASH_MD5          = '';
        global.CMAS_EMAIL_HASH_SHA1         = '';
        global.CMAS_EMAIL_HASH_SHA256       = '';
        global.MACHINE_TRANSLATION_SALT     = '';
        global.PO_URL                       = 'po-intake2.spanishdict.com';
        global.SD_AD_CONFIG                 = { isMobile: false, deviceType: '' };
        global.SD_AD_DOCSTART               = getCurrentTime();
        global.SD_AD_TEST                   = '';
        global.SD_ANALYTICS_HOST            = 'po-intake2.spanishdict.com';
        global.SD_BRAND_KEY                 = 'spanishdictionary';
        global.SD_BROWSER_SUPPORTS_WEBP     = false;
        global.SD_CSRF_TOKEN                = '';
        global.SD_DATE_TIME                 = '2026-06-09T02:29:19+00:00';
        global.SD_DISABLE_ONETAP            = false;
        global.SD_ENV                       = 'production';
        global.SD_EU_CONSENT_COOKIE_NAME    = "euconsent2";
        global.SD_FULLSTORY                 = 'false' === 'true';
        global.SD_GA_IS_MOBILE              = 'false';
        global.SD_GDPR_APPLIES              = false;
        global.SD_GTM_OPTOUT                = false;
        global.SD_GEO_CODE                  = 'US';
        global.SD_GEO_STATE                 = 'NE';
        global.SD_IS_INTERNET_EXPLORER      = false;
        global.SD_IS_IPV6                   = false;
        global.SD_IS_MOBILE                 = 'false' === 'true';
        global.SD_IS_MT_PAGE                = 'false' === 'true';
        global.SD_IS_PROBABLY_BOT           = false;
        global.SD_IS_WEBVIEW                = false;
        global.SD_LANG                      = 'en';  // UI lang.
        global.SD_LESSON_SESSION_UUID       = '';
        global.SD_LOGGED_IN                 = false;
        global.SD_LOGGED_IN_TEST_GROUP      = null;
        global.SD_LOG_LEVEL                 = 'warn';
        global.SD_MIXPANEL_DISTINCT_ID      = 'null' ? 'null' : null;
        global.SD_MP                        = '0d9d3502c20e893b403e6018cccf0388';
        global.SD_MT_KEY                    = '';
        global.SD_NO_ADS                    = 'false' === 'true';
        global.SD_PAGE_CATEGORY             = 'hubpage';
        global.SD_PREBID_FILE_URL           = "//cmas.sdcdns.com/prebid-min.js";
        global.SD_SESSION_GROUP             = '7';
        global.SD_SESSION_USER              = null;
        global.SD_TEST_GROUP                = '65';
        global.SD_USER_AGENT                = {"ua":"FeedBurner\u002F1.0 (http:\u002F\u002Fwww.FeedBurner.com)","uaReadable":"Other 0 \u002F Other 0.0.0","browserName":"Other","browserVersion":"0","os":"Other","osVersion":"0.0.0","isSupportedBrowser":false,"isAndroidApp":false,"isPremiumAndroidVersion":false,"isPqCapableAppVersion":false,"isIOSApp":false};
        global.WEBPACK_PUBLIC_PATH          = 'https://neodarwin-prod.sdcdns.com/webpack-assets/';
        global.SD_WUNDERKIND_SITE_ID        = null;
      })(this);</script><script type="text/javascript">(function(c,a){if(!a.__SV){var b=window;try{var d,m,j,k=b.location,f=k.hash;d=function(a,b){return(m=a.match(RegExp(b+"=([^&]*)")))?m[1]:null};f&&d(f,"state")&&(j=JSON.parse(decodeURIComponent(d(f,"state"))),"mpeditor"===j.action&&(b.sessionStorage.setItem("_mpcehash",f),history.replaceState(j.desiredHash||"",c.title,k.pathname+k.search)))}catch(n){}var l,h;window.mixpanel=a;a._i=[];a.init=function(b,d,g){function c(b,i){var a=i.split(".");2==a.length&&(b=b[a[0]],i=a[1]);b[i]=function(){b.push([i].concat(Array.prototype.slice.call(arguments,
      0)))}}var e=a;"undefined"!==typeof g?e=a[g]=[]:g="mixpanel";e.people=e.people||[];e.toString=function(b){var a="mixpanel";"mixpanel"!==g&&(a+="."+g);b||(a+=" (stub)");return a};e.people.toString=function(){return e.toString(1)+".people (stub)"};l="disable time_event track track_pageview track_links track_forms track_with_groups add_group set_group remove_group register register_once alias unregister identify name_tag set_config reset opt_in_tracking opt_out_tracking has_opted_in_tracking has_opted_out_tracking clear_opt_in_out_tracking people.set people.set_once people.unset people.increment people.append people.union people.track_charge people.clear_charges people.delete_user people.remove".split(" ");
      for(h=0;h<l.length;h++)c(e,l[h]);var f="set set_once union unset remove delete".split(" ");e.get_group=function(){function a(c){b[c]=function(){call2_args=arguments;call2=[c].concat(Array.prototype.slice.call(call2_args,0));e.push([d,call2])}}for(var b={},d=["get_group"].concat(Array.prototype.slice.call(arguments,0)),c=0;c<f.length;c++)a(f[c]);return b};a._i.push([b,d,g])};a.__SV=1.2;b=c.createElement("script");b.type="text/javascript";b.async=!0;b.src="undefined"!==typeof MIXPANEL_CUSTOM_LIB_URL?
      MIXPANEL_CUSTOM_LIB_URL:"file:"===c.location.protocol&&"//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js".match(/^\/\//)?"https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js":"//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js";d=c.getElementsByTagName("script")[0];d.parentNode.insertBefore(b,d)}})(document,window.mixpanel||[]);
      if (window.SD_MP) {
        mixpanel.init(window.SD_MP,{loaded:function(mp){window.SD_MIXPANEL_DISTINCT_ID=mp.get_distinct_id()}});
    
        // If bot detected, set $ignore so Mixpanel does not track bot activity
        // https://community.mixpanel.com/announcements-6/exclude-bot-activity-web-javascript-articles-from-the-archive-2774
        if (window.SD_IS_PROBABLY_BOT) {
          mixpanel.register({ '$ignore': true });
        }
      }</script><script type="text/javascript">
      window.dataLayer = window.dataLayer || [];

      function gtag() {
        dataLayer.push(arguments);
      }

      gtag("consent", "default", {
        analytics_storage: "denied",
        ad_storage: "denied",
        ad_user_data: "denied",
        ad_personalization: "denied",
        wait_for_update: 500,
        region: [
          "AT", "BE", "BG", "CH", "HR", "CY", "CZ", "DK", "EE", "FI", "FR",
          "DE", "GR", "HU", "IE", "IT", "LV", "LT", "LU", "MT", "NL",
          "PL", "PT", "RO", "SK", "SI", "ES", "SE", "IS", "LI", "NO",
          "GB"
        ],
      });

      gtag("consent", "default", {
        analytics_storage: "granted",
        ad_storage: "granted",
        ad_user_data: "granted",
        ad_personalization: "granted",
      });

      dataLayer.push({"test_group":65,"page_category":"hubpage","page_title":"Spanish Grammar Articles and Lessons | SpanishDictionary.com","user_status":"anonymous","section":"guide","sd_is_mobile":false,"is_premium":false});

      function getTimestampISO() {
        // Get local time as ISO string with offset at the end
        var now = new Date();
        var tzo = -now.getTimezoneOffset();
        var dif = tzo >= 0 ? '+' : '-';
        var pad = function(num) {
          var norm = Math.abs(Math.floor(num));
          return (norm < 10 ? '0' : '') + norm;
        };
        return now.getFullYear()
          + '-' + pad(now.getMonth()+1)
          + '-' + pad(now.getDate())
          + 'T' + pad(now.getHours())
          + ':' + pad(now.getMinutes())
          + ':' + pad(now.getSeconds())
          + '.' + pad(now.getMilliseconds())
          + dif + pad(tzo / 60)
          + ':' + pad(tzo % 60);
      }

      function getTimezoneOffset() {
        var offset = -1 * (new Date()).getTimezoneOffset()/60;
        return (offset > 0 ? "+" : '') + offset;
      }

      dataLayer.push({
        client_timestamp_iso: getTimestampISO(),
        client_timezone: getTimezoneOffset()
      });

      (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
      new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
      j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
      'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
      })(window,document,'script','dataLayer', 'GTM-W7DSRMV');
      </script><style type="text/css">@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url(https://neodarwin-prod.sdcdns.com/img/fonts/Inter_24pt-Regular.woff2) format("woff2");
  }
  @font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url(https://neodarwin-prod.sdcdns.com/img/fonts/Inter_24pt-Bold.woff2) format("woff2");
  }</style><style type="text/css">.W9cMkzFH{line-height:0;transition:color .25s}.HF3Ywia9{transition:background .25s}.CctXGAOe.ocmOwx48{color:var(--blue-700)}.CctXGAOe.QXyN7UUf{color:var(--blue-400)}.CctXGAOe.ixF2Zfvh{color:var(--green-700)}.CctXGAOe.JFVNqsYR{color:var(--green-400)}.CctXGAOe.uoSyhmbF{color:var(--pink-700)}.CctXGAOe.bPlWT80z{color:var(--purple-700)}.CctXGAOe.xFMk5emR{color:var(--yellow-700)}.CctXGAOe.azhDsV1S{color:var(--yellow-600)}.CctXGAOe.DXseIA3U{color:var(--black-200)}.CctXGAOe.JIMcWDTL{color:var(--black-400)}.CctXGAOe.NTkeeYqC{color:var(--black-300)}.CctXGAOe.rraT7_MR{color:var(--black-100)}.CctXGAOe.cY__31aI{color:var(--text-tertiary)}.CctXGAOe.H1sMQbez{color:var(--white)}.CctXGAOe.sDmfFOXB{color:inherit}.CctXGAOe path,.CctXGAOe use{fill:currentColor}@keyframes mgQQz7mq{0%{opacity:0}20%{opacity:0}25%{opacity:1}70%{opacity:1}75%{opacity:0}to{opacity:0}}@keyframes hAhf_feC{0%{opacity:0}45%{opacity:0}50%{opacity:1}95%{opacity:1}to{opacity:0}}.AEf199BZ{animation:mgQQz7mq 1s infinite}.VqgxdmHz{animation:hAhf_feC 1s infinite}:root{--blue-100:#f6f9fc;--blue-200:#e8f2fc;--blue-300:#badaf7;--blue-400:#98c8f3;--blue-500:#76b6f0;--blue-600:#3d97e9;--blue-700:#1b85e5;--blue-800:#1871d2;--green-100:#f7fbf3;--green-200:#eef8e6;--green-300:#ceebb6;--green-400:#b5e191;--green-500:#9dd76d;--green-600:#74c730;--green-700:#58b40b;--green-800:#4fa408;--pink-100:#fdf6f8;--pink-200:#fbe4ea;--pink-300:#f5b7c7;--pink-400:#f19cb2;--pink-500:#ec819c;--pink-600:#e96687;--pink-700:#e54b72;--pink-800:#cf3158;--purple-100:#f8f5fc;--purple-200:#ebe2f7;--purple-300:#c9b2e9;--purple-400:#b695e0;--purple-500:#a177d7;--purple-600:#8d5bcf;--purple-700:#793ec7;--purple-800:#6330b7;--yellow-100:#fffaf2;--yellow-200:#fff2d9;--yellow-300:#ffdc99;--yellow-400:#ffcf73;--yellow-500:#ffc24c;--yellow-600:#ffb526;--yellow-700:#ffa800;--yellow-800:#f09300;--black-100:#f7f7f7;--black-200:#e9e9e9;--black-300:#c4c4c4;--black-400:#a6a6a6;--black-500:#7b7b7b;--black-600:#454545;--black-650:#2b2b2b;--black-700:#212121;--black-750:#1a1a1a;--black-800:#000;--white:#fff;--black-800-opacity-04:color-mix(in srgb,var(--black-800) 4%,transparent);--black-800-opacity-05:color-mix(in srgb,var(--black-800) 5%,transparent);--black-800-opacity-08:color-mix(in srgb,var(--black-800) 8%,transparent);--black-800-opacity-10:color-mix(in srgb,var(--black-800) 10%,transparent);--black-800-opacity-15:color-mix(in srgb,var(--black-800) 15%,transparent);--black-800-opacity-16:color-mix(in srgb,var(--black-800) 16%,transparent);--black-800-opacity-20:color-mix(in srgb,var(--black-800) 20%,transparent);--black-800-opacity-24:color-mix(in srgb,var(--black-800) 24%,transparent);--black-800-opacity-30:color-mix(in srgb,var(--black-800) 30%,transparent);--black-800-opacity-38:color-mix(in srgb,var(--black-800) 38%,transparent);--black-800-opacity-48:color-mix(in srgb,var(--black-800) 48%,transparent);--black-800-opacity-50:color-mix(in srgb,var(--black-800) 50%,transparent);--black-800-opacity-60:color-mix(in srgb,var(--black-800) 60%,transparent);--black-800-opacity-72:color-mix(in srgb,var(--black-800) 72%,transparent);--black-800-opacity-80:color-mix(in srgb,var(--black-800) 80%,transparent);--black-800-opacity-88:color-mix(in srgb,var(--black-800) 88%,transparent);--black-700-opacity-08:color-mix(in srgb,var(--black-700) 8%,transparent);--blue-700-with-black-800-opacity-8:color-mix(in srgb,var(--black-800) 8%,var(--blue-700));--pink-700-with-black-800-opacity-8:color-mix(in srgb,var(--black-800) 8%,var(--pink-700));--white-opacity-04:color-mix(in srgb,var(--white) 4%,transparent);--white-opacity-08:color-mix(in srgb,var(--white) 8%,transparent);--white-opacity-16:color-mix(in srgb,var(--white) 16%,transparent);--white-opacity-20:color-mix(in srgb,var(--white) 20%,transparent);--white-opacity-24:color-mix(in srgb,var(--white) 24%,transparent);--white-opacity-38:color-mix(in srgb,var(--white) 38%,transparent);--white-opacity-40:color-mix(in srgb,var(--white) 40%,transparent);--white-opacity-48:color-mix(in srgb,var(--white) 48%,transparent);--white-opacity-60:color-mix(in srgb,var(--white) 60%,transparent);--white-opacity-88:color-mix(in srgb,var(--white) 88%,transparent);--alpha-blue-24:rgba(27,133,229,.24);--alpha-blue-38:rgba(27,133,229,.38);--alpha-blue-88:rgba(27,133,229,.88);--alpha-yellow-24:rgba(255,168,0,.24);--alpha-green-24:rgba(88,180,11,.24);--alpha-green-38:rgba(88,180,11,.38);--alpha-green-48:rgba(88,180,11,.48);--alpha-green-72:rgba(88,180,11,.72);--alpha-pink-24:rgba(229,75,114,.24);--alpha-pink-38:rgba(229,75,114,.38);--alpha-pink-48:rgba(229,75,114,.48);--alpha-pink-72:rgba(229,75,114,.72);--text-primary:var(--black-800-opacity-88);--text-secondary:var(--black-800-opacity-60);--text-tertiary:var(--black-800-opacity-38);--text-primary-static-white:var(--white);--text-secondary-static-white:var(--white-opacity-60);--text-tertiary-static-white:var(--white-opacity-38);--text-primary-static-black:var(--black-800-opacity-88);--text-secondary-static-black:var(--black-800-opacity-60);--text-tertiary-static-black:var(--black-800-opacity-38);--text-brand:var(--blue-700);--text-brand-hover:var(--blue-800);--text-brand-disabled:var(--alpha-blue-38);--text-positive:var(--green-800);--text-positive-static:var(--green-600);--text-warning:var(--yellow-800);--text-warning-static:var(--yellow-600);--text-negative:var(--pink-800);--text-negative-static:var(--pink-500);--text-info:var(--purple-800);--text-info-static:var(--purple-600);--surface-base:var(--white);--surface-hover:var(--black-800-opacity-08);--background-default-primary:var(--white);--background-default-primary-hover:var(--black-200);--background-default-secondary:var(--black-300);--background-default-secondary-hover:var(--black-400);--background-default-tertiary:var(--black-200);--background-default-tertiary-hover:var(--black-300);--background-default-tertiary-disabled:var(--black-100);--background-brand-primary:var(--blue-700);--background-brand-primary-hover:var(--blue-800);--background-brand-secondary:var(--blue-300);--background-brand-secondary-hover:var(--blue-400);--background-brand-tertiary:var(--blue-200);--background-brand-tertiary-hover:var(--blue-300);--background-brand-tertiary-disabled:var(--blue-100);--background-positive-primary:var(--green-700);--background-positive-primary-hover:var(--green-800);--background-positive-secondary:var(--green-300);--background-positive-secondary-hover:var(--green-400);--background-positive-tertiary:var(--green-200);--background-positive-tertiary-hover:var(--green-300);--background-positive-tertiary-disabled:var(--green-100);--background-warning-primary:var(--yellow-700);--background-warning-primary-hover:var(--yellow-800);--background-warning-secondary:var(--yellow-300);--background-warning-secondary-hover:var(--yellow-400);--background-warning-tertiary:var(--yellow-200);--background-warning-tertiary-hover:var(--yellow-300);--background-warning-tertiary-disabled:var(--yellow-100);--background-negative-primary:var(--pink-700);--background-negative-primary-hover:var(--pink-800);--background-negative-secondary:var(--pink-300);--background-negative-secondary-hover:var(--pink-400);--background-negative-tertiary:var(--pink-200);--background-negative-tertiary-hover:var(--pink-300);--background-negative-tertiary-disabled:var(--pink-100);--background-info-primary:var(--purple-700);--background-info-primary-hover:var(--purple-800);--background-info-secondary:var(--purple-300);--background-info-secondary-hover:var(--purple-400);--background-info-tertiary:var(--purple-200);--background-info-tertiary-hover:var(--purple-300);--background-info-tertiary-disabled:var(--purple-100);--buttons-primary-brand-default:var(--blue-700);--buttons-primary-brand-hover:var(--blue-800);--buttons-secondary-brand-default:var(--blue-300);--buttons-secondary-brand-hover:var(--blue-700);--icons-brand:var(--blue-700);--gradients-pastel-blue-color-1:var(--blue-100);--gradients-pastel-blue-color-2:var(--blue-200);--gradients-pastel-blue-color-1-hover:var(--blue-200);--gradients-pastel-blue-color-2-hover:var(--blue-300);--gradients-pastel-green-color-1:var(--green-100);--gradients-pastel-green-color-2:var(--green-200);--gradients-pastel-green-color-1-hover:var(--green-200);--gradients-pastel-green-color-2-hover:var(--green-300);--gradients-pastel-yellow-color-1:var(--yellow-100);--gradients-pastel-yellow-color-2:var(--yellow-200);--gradients-pastel-yellow-color-1-hover:var(--yellow-200);--gradients-pastel-yellow-color-2-hover:var(--yellow-300);--gradients-pastel-pink-color-1:var(--pink-100);--gradients-pastel-pink-color-2:var(--pink-200);--gradients-pastel-pink-color-1-hover:var(--pink-200);--gradients-pastel-pink-color-2-hover:var(--pink-300);--gradients-pastel-purple-color-1:var(--purple-100);--gradients-pastel-purple-color-2:var(--purple-200);--gradients-pastel-purple-color-1-hover:var(--purple-200);--gradients-pastel-purple-color-2-hover:var(--purple-300);--gradients-pastel-grey-color-1:var(--black-100);--gradients-pastel-grey-color-2:var(--black-200);--gradients-pastel-grey-color-1-hover:var(--black-200);--gradients-pastel-grey-color-2-hover:var(--black-300);--shadows-primary-1:var(--black-800-opacity-04);--shadows-primary-2:var(--black-800-opacity-08);--shadows-primary-3:var(--black-800-opacity-24);--shadows-secondary-1:var(--black-800-opacity-08);--shadows-tertiary-default-1:var(--black-800-opacity-04);--shadows-tertiary-default-2:var(--black-800-opacity-38);--shadows-tertiary-positive-1:var(--alpha-green-38);--shadows-tertiary-positive-2:var(--alpha-green-72);--shadows-tertiary-negative-1:var(--alpha-pink-38);--shadows-tertiary-negative-2:var(--alpha-pink-72);--stroke-default-primary:var(--black-300);--stroke-default-primary-hover:var(--black-400);--stroke-default-secondary:var(--black-200);--stroke-default-secondary-hover:var(--black-300);--stroke-default-tertiary:var(--black-100);--stroke-default-tertiary-hover:var(--black-200);--stroke-default-primary-static-white:var(--white-opacity-88);--stroke-default-secondary-static-white:var(--white-opacity-60);--stroke-default-tertiary-static-white:var(--white-opacity-38);--stroke-default-primary-static-black:var(--black-800-opacity-88);--stroke-default-secondary-static-black:var(--black-800-opacity-60);--stroke-default-tertiary-static-black:var(--black-800-opacity-38);--stroke-brand-primary:var(--blue-700);--stroke-brand-primary-hover:var(--blue-800);--stroke-brand-primary-disabled:var(--blue-200);--stroke-brand-secondary:var(--blue-300);--stroke-brand-secondary-hover:var(--blue-400);--stroke-brand-secondary-disabled:var(--blue-100);--stroke-positive-primary:var(--green-700);--stroke-positive-primary-hover:var(--green-800);--stroke-positive-primary-disabled:var(--green-200);--stroke-positive-secondary:var(--green-300);--stroke-positive-secondary-hover:var(--green-400);--stroke-positive-secondary-disabled:var(--green-100);--stroke-warning-primary:var(--yellow-700);--stroke-warning-primary-hover:var(--yellow-800);--stroke-warning-primary-disabled:var(--yellow-200);--stroke-warning-secondary:var(--yellow-300);--stroke-warning-secondary-hover:var(--yellow-400);--stroke-warning-secondary-disabled:var(--yellow-100);--stroke-negative-primary:var(--pink-700);--stroke-negative-primary-hover:var(--pink-800);--stroke-negative-primary-disabled:var(--pink-200);--stroke-negative-secondary:var(--pink-300);--stroke-negative-secondary-hover:var(--pink-400);--stroke-negative-secondary-disabled:var(--pink-100);--stroke-info-primary:var(--purple-700);--stroke-info-primary-hover:var(--purple-800);--stroke-info-primary-disabled:var(--purple-200);--stroke-info-secondary:var(--purple-300);--stroke-info-secondary-hover:var(--purple-400);--stroke-info-secondary-disabled:var(--purple-100);--stroke-transparent-primary:var(--black-800-opacity-48);--stroke-transparent-primary-hover:var(--black-800-opacity-60);--stroke-transparent-primary-disabled:var(--black-800-opacity-24);--stroke-transparent-secondary:var(--black-800-opacity-08);--stroke-transparent-secondary-hover:var(--black-800-opacity-16);--stroke-transparent-secondary-disabled:var(--black-800-opacity-04);--stroke-transparent-primary-on-color:var(--white-opacity-48);--stroke-transparent-primary-on-color-hover:var(--white-opacity-60);--stroke-transparent-primary-on-color-disabled:var(--white-opacity-24);--stroke-transparent-secondary-on-color:var(--white-opacity-08);--stroke-transparent-secondary-on-color-hover:var(--white-opacity-16);--stroke-transparent-secondary-on-color-disabled:var(--white-opacity-04)}@media(prefers-color-scheme:dark){:root[data-dark-mode-enabled]:not([data-theme=light]){--text-primary:var(--white-opacity-88);--text-secondary:var(--white-opacity-60);--text-tertiary:var(--white-opacity-38);--text-brand:var(--blue-600);--text-brand-hover:var(--blue-500);--text-positive:var(--green-600);--text-warning:var(--yellow-600);--text-negative:var(--pink-600);--text-info:var(--purple-500);--text-info-static:var(--purple-700);--surface-base:var(--black-800);--surface-hover:var(--white-opacity-08);--background-default-primary:var(--black-800);--background-default-primary-hover:var(--black-700);--background-default-secondary:var(--black-650);--background-default-secondary-hover:var(--black-600);--background-default-tertiary:var(--black-700);--background-default-tertiary-hover:var(--black-650);--background-default-tertiary-disabled:var(--black-750);--background-brand-primary:var(--blue-700);--background-brand-primary-hover:var(--blue-600);--background-brand-secondary:var(--black-650);--background-brand-secondary-hover:var(--black-600);--background-brand-tertiary:var(--black-700);--background-brand-tertiary-hover:var(--black-650);--background-brand-tertiary-disabled:var(--black-750);--background-positive-primary:var(--green-600);--background-positive-primary-hover:var(--green-800);--background-positive-secondary:var(--black-650);--background-positive-secondary-hover:var(--black-600);--background-positive-tertiary:var(--black-700);--background-positive-tertiary-hover:var(--black-650);--background-positive-tertiary-disabled:var(--black-750);--background-warning-primary:var(--yellow-600);--background-warning-primary-hover:var(--yellow-800);--background-warning-secondary:var(--black-650);--background-warning-secondary-hover:var(--black-600);--background-warning-tertiary:var(--black-700);--background-warning-tertiary-hover:var(--black-650);--background-warning-tertiary-disabled:var(--black-750);--background-negative-primary:var(--pink-600);--background-negative-primary-hover:var(--pink-800);--background-negative-secondary:var(--black-650);--background-negative-secondary-hover:var(--black-600);--background-negative-tertiary:var(--black-700);--background-negative-tertiary-hover:var(--black-650);--background-negative-tertiary-disabled:var(--black-750);--background-info-primary:var(--purple-600);--background-info-primary-hover:var(--purple-800);--background-info-secondary:var(--black-650);--background-info-secondary-hover:var(--black-600);--background-info-tertiary:var(--black-700);--background-info-tertiary-hover:var(--black-650);--background-info-tertiary-disabled:var(--black-750);--buttons-secondary-brand-default:var(--alpha-blue-24);--buttons-secondary-brand-hover:var(--alpha-blue-88);--icons-brand:var(--blue-600);--gradients-pastel-blue-color-1:var(--black-750);--gradients-pastel-blue-color-2:var(--black-700);--gradients-pastel-blue-color-1-hover:var(--black-700);--gradients-pastel-blue-color-2-hover:var(--black-650);--gradients-pastel-green-color-1:var(--black-750);--gradients-pastel-green-color-2:var(--black-700);--gradients-pastel-green-color-1-hover:var(--black-700);--gradients-pastel-green-color-2-hover:var(--black-650);--gradients-pastel-yellow-color-1:var(--black-750);--gradients-pastel-yellow-color-2:var(--black-700);--gradients-pastel-yellow-color-1-hover:var(--black-700);--gradients-pastel-yellow-color-2-hover:var(--black-650);--gradients-pastel-pink-color-1:var(--black-750);--gradients-pastel-pink-color-2:var(--black-700);--gradients-pastel-pink-color-1-hover:var(--black-700);--gradients-pastel-pink-color-2-hover:var(--black-650);--gradients-pastel-purple-color-1:var(--black-750);--gradients-pastel-purple-color-2:var(--black-700);--gradients-pastel-purple-color-1-hover:var(--black-700);--gradients-pastel-purple-color-2-hover:var(--black-650);--gradients-pastel-grey-color-1:var(--black-750);--gradients-pastel-grey-color-2:var(--black-700);--gradients-pastel-grey-color-1-hover:var(--black-700);--gradients-pastel-grey-color-2-hover:var(--black-650);--shadows-primary-1:var(--black-800-opacity-08);--shadows-primary-2:var(--black-800-opacity-16);--shadows-primary-3:var(--black-800-opacity-48);--shadows-secondary-1:var(--black-800-opacity-16);--shadows-tertiary-default-1:var(--black-800-opacity-08);--shadows-tertiary-default-2:var(--black-800-opacity-72);--shadows-tertiary-positive-1:var(--alpha-green-24);--shadows-tertiary-positive-2:var(--alpha-green-48);--shadows-tertiary-negative-1:var(--alpha-pink-24);--shadows-tertiary-negative-2:var(--alpha-pink-48);--stroke-default-primary:var(--black-650);--stroke-default-primary-hover:var(--black-600);--stroke-default-secondary:var(--black-700);--stroke-default-secondary-hover:var(--black-650);--stroke-default-tertiary:var(--black-750);--stroke-default-tertiary-hover:var(--black-700);--stroke-brand-primary:var(--blue-600);--stroke-brand-primary-hover:var(--blue-500);--stroke-brand-primary-disabled:var(--black-700);--stroke-brand-secondary:var(--alpha-blue-24);--stroke-brand-secondary-hover:var(--black-600);--stroke-brand-secondary-disabled:var(--black-750);--stroke-positive-primary-disabled:var(--black-700);--stroke-positive-secondary:var(--black-650);--stroke-positive-secondary-hover:var(--black-600);--stroke-positive-secondary-disabled:var(--black-750);--stroke-warning-primary:var(--yellow-600);--stroke-warning-primary-hover:var(--yellow-500);--stroke-warning-primary-disabled:var(--black-700);--stroke-warning-secondary:var(--alpha-yellow-24);--stroke-warning-secondary-hover:var(--black-600);--stroke-warning-secondary-disabled:var(--black-750);--stroke-negative-primary-disabled:var(--black-700);--stroke-negative-secondary:var(--black-650);--stroke-negative-secondary-hover:var(--black-600);--stroke-negative-secondary-disabled:var(--black-750);--stroke-info-primary-disabled:var(--black-700);--stroke-info-secondary:var(--black-650);--stroke-info-secondary-hover:var(--black-600);--stroke-info-secondary-disabled:var(--black-750);--stroke-transparent-primary:var(--white-opacity-48);--stroke-transparent-primary-hover:var(--white-opacity-60);--stroke-transparent-primary-disabled:var(--white-opacity-24);--stroke-transparent-secondary:var(--white-opacity-08);--stroke-transparent-secondary-hover:var(--white-opacity-16);--stroke-transparent-secondary-disabled:var(--white-opacity-04)}}:root[data-dark-mode-enabled][data-theme=dark]{--text-primary:var(--white-opacity-88);--text-secondary:var(--white-opacity-60);--text-tertiary:var(--white-opacity-38);--text-brand:var(--blue-600);--text-brand-hover:var(--blue-500);--text-positive:var(--green-600);--text-warning:var(--yellow-600);--text-negative:var(--pink-600);--text-info:var(--purple-500);--text-info-static:var(--purple-700);--surface-base:var(--black-800);--surface-hover:var(--white-opacity-08);--background-default-primary:var(--black-800);--background-default-primary-hover:var(--black-700);--background-default-secondary:var(--black-650);--background-default-secondary-hover:var(--black-600);--background-default-tertiary:var(--black-700);--background-default-tertiary-hover:var(--black-650);--background-default-tertiary-disabled:var(--black-750);--background-brand-primary:var(--blue-700);--background-brand-primary-hover:var(--blue-600);--background-brand-secondary:var(--black-650);--background-brand-secondary-hover:var(--black-600);--background-brand-tertiary:var(--black-700);--background-brand-tertiary-hover:var(--black-650);--background-brand-tertiary-disabled:var(--black-750);--background-positive-primary:var(--green-600);--background-positive-primary-hover:var(--green-800);--background-positive-secondary:var(--black-650);--background-positive-secondary-hover:var(--black-600);--background-positive-tertiary:var(--black-700);--background-positive-tertiary-hover:var(--black-650);--background-positive-tertiary-disabled:var(--black-750);--background-warning-primary:var(--yellow-600);--background-warning-primary-hover:var(--yellow-800);--background-warning-secondary:var(--black-650);--background-warning-secondary-hover:var(--black-600);--background-warning-tertiary:var(--black-700);--background-warning-tertiary-hover:var(--black-650);--background-warning-tertiary-disabled:var(--black-750);--background-negative-primary:var(--pink-600);--background-negative-primary-hover:var(--pink-800);--background-negative-secondary:var(--black-650);--background-negative-secondary-hover:var(--black-600);--background-negative-tertiary:var(--black-700);--background-negative-tertiary-hover:var(--black-650);--background-negative-tertiary-disabled:var(--black-750);--background-info-primary:var(--purple-600);--background-info-primary-hover:var(--purple-800);--background-info-secondary:var(--black-650);--background-info-secondary-hover:var(--black-600);--background-info-tertiary:var(--black-700);--background-info-tertiary-hover:var(--black-650);--background-info-tertiary-disabled:var(--black-750);--buttons-secondary-brand-default:var(--alpha-blue-24);--buttons-secondary-brand-hover:var(--alpha-blue-88);--icons-brand:var(--blue-600);--gradients-pastel-blue-color-1:var(--black-750);--gradients-pastel-blue-color-2:var(--black-700);--gradients-pastel-blue-color-1-hover:var(--black-700);--gradients-pastel-blue-color-2-hover:var(--black-650);--gradients-pastel-green-color-1:var(--black-750);--gradients-pastel-green-color-2:var(--black-700);--gradients-pastel-green-color-1-hover:var(--black-700);--gradients-pastel-green-color-2-hover:var(--black-650);--gradients-pastel-yellow-color-1:var(--black-750);--gradients-pastel-yellow-color-2:var(--black-700);--gradients-pastel-yellow-color-1-hover:var(--black-700);--gradients-pastel-yellow-color-2-hover:var(--black-650);--gradients-pastel-pink-color-1:var(--black-750);--gradients-pastel-pink-color-2:var(--black-700);--gradients-pastel-pink-color-1-hover:var(--black-700);--gradients-pastel-pink-color-2-hover:var(--black-650);--gradients-pastel-purple-color-1:var(--black-750);--gradients-pastel-purple-color-2:var(--black-700);--gradients-pastel-purple-color-1-hover:var(--black-700);--gradients-pastel-purple-color-2-hover:var(--black-650);--gradients-pastel-grey-color-1:var(--black-750);--gradients-pastel-grey-color-2:var(--black-700);--gradients-pastel-grey-color-1-hover:var(--black-700);--gradients-pastel-grey-color-2-hover:var(--black-650);--shadows-primary-1:var(--black-800-opacity-08);--shadows-primary-2:var(--black-800-opacity-16);--shadows-primary-3:var(--black-800-opacity-48);--shadows-secondary-1:var(--black-800-opacity-16);--shadows-tertiary-default-1:var(--black-800-opacity-08);--shadows-tertiary-default-2:var(--black-800-opacity-72);--shadows-tertiary-positive-1:var(--alpha-green-24);--shadows-tertiary-positive-2:var(--alpha-green-48);--shadows-tertiary-negative-1:var(--alpha-pink-24);--shadows-tertiary-negative-2:var(--alpha-pink-48);--stroke-default-primary:var(--black-650);--stroke-default-primary-hover:var(--black-600);--stroke-default-secondary:var(--black-700);--stroke-default-secondary-hover:var(--black-650);--stroke-default-tertiary:var(--black-750);--stroke-default-tertiary-hover:var(--black-700);--stroke-brand-primary:var(--blue-600);--stroke-brand-primary-hover:var(--blue-500);--stroke-brand-primary-disabled:var(--black-700);--stroke-brand-secondary:var(--alpha-blue-24);--stroke-brand-secondary-hover:var(--black-600);--stroke-brand-secondary-disabled:var(--black-750);--stroke-positive-primary-disabled:var(--black-700);--stroke-positive-secondary:var(--black-650);--stroke-positive-secondary-hover:var(--black-600);--stroke-positive-secondary-disabled:var(--black-750);--stroke-warning-primary:var(--yellow-600);--stroke-warning-primary-hover:var(--yellow-500);--stroke-warning-primary-disabled:var(--black-700);--stroke-warning-secondary:var(--alpha-yellow-24);--stroke-warning-secondary-hover:var(--black-600);--stroke-warning-secondary-disabled:var(--black-750);--stroke-negative-primary-disabled:var(--black-700);--stroke-negative-secondary:var(--black-650);--stroke-negative-secondary-hover:var(--black-600);--stroke-negative-secondary-disabled:var(--black-750);--stroke-info-primary-disabled:var(--black-700);--stroke-info-secondary:var(--black-650);--stroke-info-secondary-hover:var(--black-600);--stroke-info-secondary-disabled:var(--black-750);--stroke-transparent-primary:var(--white-opacity-48);--stroke-transparent-primary-hover:var(--white-opacity-60);--stroke-transparent-primary-disabled:var(--white-opacity-24);--stroke-transparent-secondary:var(--white-opacity-08);--stroke-transparent-secondary-hover:var(--white-opacity-16);--stroke-transparent-secondary-disabled:var(--white-opacity-04)}.hrOlX7KA{display:flex;z-index:10070}.hrOlX7KA.S_hg15c7{bottom:10px;left:7px;position:fixed;right:7px}._rsOXjVf{align-items:center;background-color:var(--white);border-radius:6px;display:flex;flex-direction:row;font-size:16px;justify-content:center;line-height:22px;margin:auto;padding:12px 16px}.C5hm5Mjb ._rsOXjVf{box-shadow:-4px 0 0 var(--blue-700),0 0 0 var(--black-800-opacity-05),0 4px 6px var(--black-800-opacity-10),0 8px 24px var(--black-800-opacity-20)}.LbrHlCxZ ._rsOXjVf{box-shadow:0 0 0 var(--black-800-opacity-05),0 4px 6px var(--black-800-opacity-10),0 8px 24px var(--black-800-opacity-20),inset 4px 0 0 var(--pink-700)}.LAKuY_g8 ._rsOXjVf{box-shadow:0 0 0 var(--black-800-opacity-05),0 4px 6px var(--black-800-opacity-10),0 8px 24px var(--black-800-opacity-20),inset 4px 0 0 var(--green-700)}.hcQX06Fv{animation:lxpzk8tn 8s forwards}._nbywnJr{animation:lxpzk8tn 12s forwards}.oi3KbfBN{margin-right:12px}.fKeYhFSU{max-width:291px}@media(min-width:768px){.fKeYhFSU{max-width:496px}}.AIW7UZET{margin-left:12px;margin-right:-4px}.gNVmwLZc{animation:none;opacity:0;visibility:hidden}@keyframes lxpzk8tn{0%{opacity:1;visibility:visible}40%{opacity:1;visibility:visible}to{opacity:0;visibility:hidden}}.wvGxWLbx,.wvGxWLbx button{height:32px!important;width:32px!important}.wvGxWLbx button{padding:0}.wvGxWLbx.d5dyJNy7,.wvGxWLbx.d5dyJNy7 button{height:24px!important;width:24px!important}.wvGxWLbx:hover{background-color:var(--black-700-opacity-08)!important;border-radius:50%}.wvGxWLbx:hover svg{color:var(--blue-700)}.UTPNOW1e,.avYsigVk{background:none;border:none;cursor:pointer;line-height:0;margin:0;outline:none;padding:0}.PTmC_DkD.UTPNOW1e,.avYsigVk.PTmC_DkD{margin:-10px;padding:10px}@media(min-width:768px){.PTmC_DkD.UTPNOW1e,.avYsigVk.PTmC_DkD{margin:0;padding:0}}.UTPNOW1e{line-height:inherit}.LuMRkwkI{background-color:var(--buttons-primary-brand-default);border:none;border-radius:6px;color:var(--text-primary-static-white);cursor:pointer;display:inline-block;font-size:16px;font-weight:700;line-height:24px;margin:0;outline:none;padding:8px 24px;pointer-events:auto;text-align:center;text-decoration:none}.hQCcszcI{display:block;margin-left:auto;margin-right:auto;width:100%}@media(min-width:768px){.hQCcszcI{width:200px}}.g5QNuK05{width:200px}.Zy0rv1pa,.sx957qDs{width:100%}@media(min-width:768px){.Zy0rv1pa{width:revert}}.qoIT1BQa{height:100%}.no-touch .LuMRkwkI:hover{text-decoration:none}.Kk2y6UO0,.hcsuGAt3{background:var(--surface-base);border:2px solid var(--buttons-secondary-brand-default);color:var(--text-brand)}.Kk2y6UO0,.hcsuGAt3,.lq4trSST{transition:.3s;transition-property:border}.lq4trSST{background:var(--white);color:var(--text-secondary)}.no-touch .Kk2y6UO0:focus,.no-touch .Kk2y6UO0:hover,.no-touch .hcsuGAt3:focus,.no-touch .hcsuGAt3:hover{border-color:var(--buttons-secondary-brand-hover)}.JbVGs_AT{border:0 hsla(0,0%,100%,0)}.vSdpu8Ib{border:1px solid var(--white)}.no-touch .JbVGs_AT.hcsuGAt3:hover,.no-touch .Kk2y6UO0.JbVGs_AT:hover{background-color:inherit;border-color:hsla(0,0%,100%,0);text-decoration:underline}.hxJ1D2Dk{font-size:14px;line-height:20px;padding:6px 16px}.eZR8mORo{font-size:18px;line-height:24px;padding:16px 32px}.wSsgb7wA{min-height:60px}.jlsFNPoA{min-height:50px}@media(min-width:480px){.o5ylRKp_{padding:15px 30px;width:350px}.cbSGyD5t{font-size:18px}}.hcsuGAt3{align-items:center;display:inline-flex;height:40px;justify-content:center;line-height:0;padding:0;width:46px}.hcsuGAt3.hxJ1D2Dk{height:32px;width:40px}.hcsuGAt3.hxJ1D2Dk.KYEC3H__{width:32px}.hcsuGAt3.KYEC3H__{width:40px}.biOSe8me{align-items:center;display:flex;padding:8px 16px}.biOSe8me .Gq_oykh6{flex-grow:0;line-height:0}.biOSe8me .fChRiy6t{flex-grow:1;margin-left:12px;min-width:0;text-align:center}.biOSe8me.hxJ1D2Dk{padding:6px 12px}.biOSe8me.hxJ1D2Dk .Gq_oykh6{padding-bottom:2px}.biOSe8me.hxJ1D2Dk .fChRiy6t{margin-left:8px}.biOSe8me.eZR8mORo{padding:16px 16px 16px 24px}@media(min-width:481px){.biOSe8me.W0fxwvRy{display:inline-block;padding:8px 24px}.biOSe8me.W0fxwvRy .Gq_oykh6{display:none}.biOSe8me.W0fxwvRy .fChRiy6t{margin-left:unset}}.STjq9Zep{cursor:not-allowed;pointer-events:none}.STjq9Zep:not(.ziMWOw7f):not(.vvdSjBfI){opacity:.45}.lcXqkVA3{cursor:pointer;pointer-events:none}.iCfnmwjf{white-space:nowrap}.S9cg7RMJ{background-color:hsla(0,0%,100%,0)}.e0TZy_tU{padding:0!important}.o2tE4EUv{border-radius:0}.ziMWOw7f{background-color:var(--green-300);border:2px solid var(--green-800);color:var(--black-700)}.no-touch .ziMWOw7f:hover{border-color:var(--green-800)}.vvdSjBfI{background-color:var(--pink-300);border:2px solid var(--pink-800);color:var(--black-700)}.no-touch .vvdSjBfI:hover{border-color:var(--pink-800)}.LDaWQ8QV{outline:none}.LDaWQ8QV:focus-visible{outline:2px solid var(--stroke-brand-primary)}._YgHqAsa{height:32px!important;width:32px!important}._YgHqAsa.d7DEh7FT{height:36px!important;width:36px!important}._YgHqAsa:hover{background-color:var(--black-700-opacity-08)!important;border-radius:50%}._YgHqAsa:hover svg{color:var(--blue-700)}.yWNbFLqW{transition:.3s;transition-property:background-color}.yWNbFLqW:hover{background-color:var(--buttons-primary-brand-hover)}.eMif2E14{border-radius:20px}.zvuXqvSS{background-color:var(--green-700)}</style><style type="text/css">.tCur1iYh{color:var(--blue-700);pointer-events:auto;text-decoration:none}.no-touch .tCur1iYh:hover{text-decoration:underline}.no-touch .wJokeImU:hover{text-decoration:none!important}.ikOB2Z6p{text-decoration:underline;text-decoration-color:var(--black-200);text-decoration-style:solid;text-decoration-thickness:1px;text-underline-offset:4px}.ikOB2Z6p:hover{text-decoration-color:var(--white)}._gVHGYAJ{border-bottom:1px dashed var(--stroke-default-primary)}._gVHGYAJ:hover{border-bottom:1px solid var(--white)}.lTAsUxxd{color:var(--text-primary)}.ZuEn7XRd{color:var(--text-secondary)}.GV1ppQYL{color:var(--text-tertiary)}.B2bPNCng{color:var(--text-primary)}.ymU4YXhZ{color:var(--text-secondary)}.RBdERBQ0{color:var(--black-400)}.MqlbYn5n{color:var(--white)}.rMHSSUgH{color:inherit}.iDN_vpw4{transition:.1s;transition-property:color}.iDN_vpw4:hover{color:var(--blue-700)}.a6nKijQd:hover{color:var(--black-700)}.GJf6NbuF{font-weight:700}.vC5nREkc{display:contents}.FFCRSQSv{position:absolute;right:0;top:-1px}.JIQnBXxA{line-height:0;min-width:120px;position:relative;width:120px}@media(min-width:768px){.JIQnBXxA{min-width:150px;width:150px}}.vHOSwPrh .JIQnBXxA{min-width:150px;width:150px}.KgffUmC8{line-height:0;min-width:235px;position:relative;width:235px}@media(min-width:768px){.KgffUmC8{min-width:280px;width:280px}}.vHOSwPrh .KgffUmC8{width:280px}.xrrpE7jR{display:block;height:100%;margin:0 auto;width:150px}.xrrpE7jR a{display:flex;height:100%}.jVCgbjzs{display:block;height:100%;margin:0 auto;width:280px}.jVCgbjzs a{display:flex;height:100%}._zSVqbRa{width:unset}.vl5cAIiS{align-items:center;display:flex;flex:1;height:100%}@media(max-width:768px){.vl5cAIiS{display:none}}.vl5cAIiS.xIsr3sfU{display:flex}.RZzvXvKt{display:none}@media(max-width:768px){.RZzvXvKt{display:block}}.RZzvXvKt.xIsr3sfU{display:none}.DAiuD1XD{align-items:center;color:var(--blue-700);cursor:pointer;display:flex;font-size:16px;font-weight:700;height:100%;line-height:24px;margin:0 2px;outline:none;overflow:visible}.DAiuD1XD:focus-visible .TCzFvEgr,.DAiuD1XD:hover .TCzFvEgr{background:var(--black-700-opacity-08)}@media(min-width:1024px){.DAiuD1XD .eeZ1cuWe{display:none}}.TCzFvEgr{border-radius:20px;line-height:0;padding:15px 8px 1px;position:relative;transition:.3s;transition-property:background-color}.lr6FmpEP{line-height:0;transition:color .25s}.DHPhDDob{transition:background .25s}.lHz5Y_4H.Cpw86H01{color:var(--blue-700)}.lHz5Y_4H.CPLuz2mD{color:var(--blue-400)}.lHz5Y_4H.ZMf1V1so{color:var(--green-700)}.lHz5Y_4H.AXFp1N5c{color:var(--green-400)}.lHz5Y_4H.wxe18Mf9{color:var(--pink-700)}.lHz5Y_4H.IkoWBoRf{color:var(--purple-700)}.lHz5Y_4H.tmIwlPay{color:var(--yellow-700)}.lHz5Y_4H._MCsCaUR{color:var(--black-200)}.lHz5Y_4H.JiDHYmoN{color:var(--black-400)}.lHz5Y_4H.BE3X5A0w{color:var(--black-300)}.lHz5Y_4H.zPYu3J6a{color:var(--black-100)}.lHz5Y_4H.jSgheCT7{color:var(--text-tertiary)}.lHz5Y_4H.nLQH_uIc{color:var(--white)}.lHz5Y_4H.UlP5ofJ7{color:inherit}.lHz5Y_4H path,.lHz5Y_4H use{fill:currentColor}.xJvL3EBX{display:block;position:relative;text-align:center;z-index:9920}.JnP5qV_3{height:52px;width:50px}.ShoJYS0O{align-items:stretch;color:var(--black-600);font-size:15px;height:100%;padding-bottom:30px}.ShoJYS0O,.dwHNAhzp{display:flex;flex-direction:column}.dwHNAhzp{align-items:center;background-color:var(--white);border:1px solid var(--stroke-default-secondary);border-radius:6px;flex-wrap:wrap;height:225px;justify-content:center;padding:24px 0;width:400px}.dwHNAhzp:hover{background-color:var(--black-800-opacity-08);cursor:pointer}.dwHNAhzp.htQTYYSe{border-color:var(--black-400)}.dwHNAhzp.u7wPgFWU{height:266px}.hHSf2jGq{align-items:center;display:flex;margin-bottom:4px;margin-top:12px}.hHSf2jGq .gXq9wbXs{margin:0 4px}.vliJrFxb{color:var(--text-secondary);font-size:14px;line-height:20px;margin:0 24px;text-align:center}._rIoY6QE{align-items:center;display:flex;margin-top:auto}._rIoY6QE .qdylzbjG{font-size:14px;font-weight:700;margin:0 4px}._rIoY6QE .MC9KRbse{height:12px;width:12px}.KfeLlUpR{visibility:hidden}.WRjgGZHp{background-color:var(--white);border:2px solid var(--stroke-brand-secondary);border-radius:6px;display:flex;flex-direction:row;flex-wrap:wrap;height:72px;margin-left:8px;margin-top:8px;padding:14px;width:244px}.jsko40YV{display:flex;margin-bottom:6px}.GmzTqIwf{width:125px}.GmzTqIwf,.lkw2abvD{display:block;margin-right:4px}.lkw2abvD{width:100px}.gVdym5Mj{background-color:var(--yellow-700);border-radius:10px;color:var(--white);font-size:8px;height:16px;line-height:16px;text-align:center;width:56px}.HFbtou69{font-size:12px}.DEQZAVWt{border-bottom:2px solid var(--stroke-brand-primary)}.DEQZAVWt .x08jfH36{margin-top:2px}.U09KtMau{align-items:center;display:flex;flex:1;height:100%;margin-left:10px}.U09KtMau .UPjwSIEl{display:none}@media(min-width:1024px){.U09KtMau .UPjwSIEl{display:inherit}}.VkDkZ2Lm{align-items:center;color:var(--text-brand);cursor:pointer;font-size:16px;font-weight:700;height:100%;line-height:24px;margin:0 2px;outline:none}.Pw9JMXjB .VkDkZ2Lm,.VkDkZ2Lm{display:flex}.VkDkZ2Lm .x08jfH36{align-items:center;border-radius:4px;display:flex;padding:6px 10px;transition:.3s;transition-property:background-color}.no-touch .VkDkZ2Lm:hover{text-decoration:none}.no-touch .VkDkZ2Lm.KIqeCkSy:focus .x08jfH36,.no-touch .VkDkZ2Lm:hover .x08jfH36{background:var(--surface-hover)}.wWohlSos{background:var(--surface-base);border-radius:4px;box-shadow:0 0 0 1px var(--black-800-opacity-05),0 4px 6px 0 var(--black-800-opacity-10),0 8px 24px 0 var(--black-800-opacity-20);left:0;padding:8px 0;position:absolute;top:38px;width:200px;z-index:9940}.RRftH0zP{color:var(--text-primary)!important;cursor:pointer;display:flex;font-size:16px;font-weight:400;line-height:24px;padding:12px 16px;text-align:left;text-decoration:none!important}@media(min-width:1024px){.RRftH0zP.nxk41M3G{display:none}}.no-touch .RRftH0zP:hover{background:var(--surface-hover);text-decoration:none}.RRftH0zP:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.RRftH0zP:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.RRftH0zP div{margin-left:8px;margin-top:4px}.fDQChDGE{background-color:var(--blue-200);border-radius:16px;flex-shrink:0;height:32px;text-align:center;width:32px}.fDQChDGE,.tuhwfhsY{color:var(--blue-700);font-size:16px;line-height:32px}.tuhwfhsY{font-weight:700;margin-left:8px;text-decoration:none}.PyDTIUBa{padding-top:2px}.rDVQOCIj{align-items:center;display:flex;height:100%}.rDVQOCIj .bJlBGOMU{border:none;font-size:14px;font-weight:700;line-height:20px;padding:6px 16px}.rDVQOCIj .Y20Twyap{margin-right:8px}.rDVQOCIj .mQhCbrcC{align-items:center;animation:_N_297DJ .5s infinite alternate;background-color:var(--background-default-tertiary-disabled);border-radius:6px;display:flex;height:32px;justify-content:center;padding:8px;width:32px}@keyframes _N_297DJ{0%{opacity:.5}to{opacity:1}}.vDISuS4b{display:none}@media(min-width:1024px){.vDISuS4b{display:flex;padding-right:16px}}.NpybOdrE{align-items:center;display:flex;height:64px;padding:16px 16px 16px 8px;width:260px}.N8KRLJMc{color:var(--text-primary);flex-grow:1;font-size:16px;font-style:normal;font-weight:700;margin-left:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ySQtZfTy{align-items:center;display:flex;justify-content:space-around;margin-left:8px}.cQwQ_Kr6,.ySQtZfTy{height:32px;width:32px}.cQwQ_Kr6{background-color:#e8f2fc;border-radius:16px;color:var(--blue-700);flex-shrink:0;font-size:16px;line-height:32px;text-align:center}.YYgAlq2D{margin-left:8px}.dp7bHsTi{align-items:center;border-radius:4px;display:flex;padding:4px 8px;transition:.3s;transition-property:background-color}.wGx9JFSG{background:var(--surface-base);border-radius:6px;box-shadow:0 0 0 1px var(--shadows-primary-1),0 4px 6px 0 var(--shadows-primary-2),0 8px 24px 0 var(--shadows-primary-3);cursor:default;position:absolute;right:0;top:46px;width:300px;z-index:9940}.wGx9JFSG .IZSYQRwc{align-items:center;display:flex;flex-direction:column;padding:16px 24px}.wGx9JFSG .IZSYQRwc .fOWdSGmj{align-items:center;background-color:var(--background-brand-tertiary);border-radius:50%;color:var(--text-brand);display:flex;font-size:24px;font-weight:700;height:64px;justify-content:center;line-height:32px;position:relative;text-transform:uppercase;width:64px}.wGx9JFSG .IZSYQRwc .fOWdSGmj.ZBkLmxvU{background-color:var(--background-warning-tertiary);color:var(--text-warning)}.wGx9JFSG .IZSYQRwc .EywGo2A8{color:var(--text-primary);font-size:21px;font-weight:700;line-height:28px;margin-top:12px;text-align:center}.ZeWEyq3W{background-color:var(--surface-base);border-radius:50%;height:24px;padding:4px;position:absolute;right:-4px;top:0;width:24px}.hwjFcFmx{cursor:pointer;margin:0 2px;position:relative}.DykFDWob{border-top:1px solid var(--stroke-default-secondary);color:var(--text-primary);display:block;line-height:24px;padding:12px 16px;text-align:center;transition:.3s;transition-property:background-color}.no-touch .DykFDWob:hover{background-color:var(--surface-hover);text-decoration:none}.VZJs48BW{align-items:center;display:flex;height:64px;padding:16px 16px 16px 8px;width:260px}.HIE7lVRn{background-color:var(--white);border-radius:50%;padding:2px;position:absolute;right:-7px;top:-4px}.CcYFxdB6{align-items:center;background-color:var(--blue-200);border-radius:50%;color:var(--blue-700);display:flex;font-weight:700;height:32px;justify-content:center;padding:4px 8px;position:relative;text-transform:uppercase;transition:.3s;transition-property:background-color;width:32px}.CcYFxdB6.yK3R8c7M{background-color:var(--yellow-200);color:var(--yellow-800)}.no-touch :hover>.CcYFxdB6{background-color:var(--blue-300)}.no-touch :hover>.CcYFxdB6.yK3R8c7M{background-color:var(--yellow-300)}.no-touch :focus-visible .CcYFxdB6{background-color:var(--blue-300)}.no-touch :focus-visible .CcYFxdB6.yK3R8c7M{background-color:var(--yellow-300)}.oGJSFw6F{padding:12px 0}.oGJSFw6F:first-child{margin-top:8px}.oGJSFw6F:last-child{margin-bottom:8px}a.oGJSFw6F{align-items:center;display:flex}a.oGJSFw6F>:first-child{margin:0 12px 0 16px}a.oGJSFw6F .DRtwbWrd{color:var(--text-primary);flex-grow:1;text-align:left;text-decoration:none;size:14px;line-height:20px}a.Fy4ELBBK{background-color:var(--yellow-100)}a.Fy4ELBBK .DRtwbWrd{color:var(--yellow-800)}.hwjBFAxS{display:inline-block;position:relative;word-break:normal}.yVKd_BLb{width:100%}.IK7JgRFF{text-align:center}.pkPi8F2v{display:inline}.WhObtNtw{background-color:var(--surface-base);border-radius:4px;box-shadow:0 0 0 1px var(--shadows-primary-1),0 3px 6px 0 var(--shadows-primary-2),0 9px 24px 0 var(--shadows-primary-3);font-size:16px;line-height:24px;padding:12px 16px;position:absolute;z-index:9951}.ui_KMDBO .WhObtNtw{left:50%;top:-5px;transform:translate(-50%,-100%)}.siN4kdbQ .WhObtNtw{right:calc(100% + 10px);top:50%;transform:translateY(-50%)}.zgQndPWr .WhObtNtw{left:calc(100% + 10px);top:50%;transform:translateY(-50%)}.JYA1sfP8 .WhObtNtw{right:-15px;top:calc(100% + 10px)}.AD7iKFkA .WhObtNtw{bottom:-5px;left:50%;transform:translate(-20%,100%)}.jSwAHDWq .WhObtNtw{left:50%;top:-5px;transform:translate(-20%,-100%)}.wvgPN6Ma .WhObtNtw{bottom:-5px;left:50%;transform:translate(-50%,100%)}.dCImPK4s{position:relative;z-index:6}.sx5wEGQr{display:none;height:0;position:absolute;width:0;z-index:6}.JYA1sfP8 .sx5wEGQr{bottom:-11px}.AD7iKFkA .sx5wEGQr,.JYA1sfP8 .sx5wEGQr{border-bottom:5px solid var(--white);border-left:5px solid hsla(0,0%,100%,0);border-right:5px solid hsla(0,0%,100%,0);display:block;left:calc(50% - 5px)}.AD7iKFkA .sx5wEGQr{bottom:-6px}.jSwAHDWq .sx5wEGQr{border-left:5px solid hsla(0,0%,100%,0);border-right:5px solid hsla(0,0%,100%,0);border-top:5px solid var(--white);display:block;left:calc(50% - 5px);top:-6px}.sKh7cmHY{position:relative}.EWmFcsxD{position:absolute;right:3px;top:3px;z-index:7}.gZwexpwo .WhObtNtw,.gZwexpwo .sx5wEGQr{display:none}.gZwexpwo:hover .WhObtNtw,.gZwexpwo:hover .sx5wEGQr{display:block}.gZwexpwo:focus-within .WhObtNtw,.gZwexpwo:focus-within .sx5wEGQr{display:block}.qYRa9UAS .WhObtNtw,.qYRa9UAS .sx5wEGQr{display:none;pointer-events:none}.qYRa9UAS:hover .WhObtNtw,.qYRa9UAS:hover .sx5wEGQr{display:block}.qYRa9UAS:focus-within .WhObtNtw,.qYRa9UAS:focus-within .sx5wEGQr{display:block}.G1W9kP8j,.ISzztTPC .Nzi28Mab{color:var(--text-primary);font-size:42px;font-weight:700;line-height:48px}.ISzztTPC{align-items:center;display:flex;flex-direction:column;justify-content:center;width:432px}.ISzztTPC .idOcEfdO{color:var(--text-secondary);font-size:12px;font-weight:700;line-height:16px;margin-bottom:12px;text-transform:uppercase}.ISzztTPC .G07f0c_E{height:120px;margin-bottom:12px;width:120px}.ISzztTPC .G07f0c_E svg{height:100%;width:100%}.ISzztTPC .Nzi28Mab{margin-bottom:16px}.ISzztTPC .PwAZjRLv{align-items:center;color:var(--text-primary);display:inline-flex;font-size:16px;line-height:24px;margin-bottom:16px;min-height:24px;text-align:center}.ISzztTPC .PwAZjRLv.L1EJttLu{margin-bottom:0}.ISzztTPC .PwAZjRLv .YnXDw5vh{align-items:center;display:inline-flex;margin-right:8px}.ISzztTPC .PwAZjRLv .EjXwwQaY{font-weight:700}.ISzztTPC .w3vkH0Be{background-color:var(--black-200);display:flex;height:1px;justify-content:center;margin:24px 0;width:120px}.ISzztTPC .mU5SrZUa{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;max-width:384px}.ISzztTPC .mU5SrZUa .in34bK0P{align-items:center;display:flex;gap:12px;padding:8px;width:188px}.ISzztTPC .mU5SrZUa .in34bK0P:hover{background-color:var(--black-800-opacity-08);border-radius:6px}.ISzztTPC .mU5SrZUa .G73qOMUG{color:var(--blue-700);font-size:16px;font-weight:600;line-height:24px}.ISzztTPC .mU5SrZUa a{outline:none}.ISzztTPC .mU5SrZUa a:focus{background-color:var(--black-800-opacity-08);border-radius:6px}.HsoKTuHG{align-items:center;background-color:var(--black-100);border-radius:6px;display:flex;height:32px;justify-content:center;outline:none;padding:8px}.HsoKTuHG.X_qs62ZQ{background-color:var(--purple-100)}.HsoKTuHG .VwVcAWKf .jXxoG5e3{background-color:var(--pink-700)}.HsoKTuHG .zI_7ttwM{color:var(--purple-700);font-size:16px;font-weight:700;line-height:24px;margin-left:4px}.HsoKTuHG .VwVcAWKf{background-color:var(--white);border-radius:50%;padding:2px;position:absolute;right:-4px;top:-4px}.HsoKTuHG .VwVcAWKf .jXxoG5e3{border-radius:50%;height:8px;width:8px}.LSSFgDpB{outline:none;position:relative}.LSSFgDpB:focus-visible .HsoKTuHG,.LSSFgDpB:hover .HsoKTuHG{background-color:var(--black-200)}.LSSFgDpB:focus-visible .HsoKTuHG.X_qs62ZQ,.LSSFgDpB:hover .HsoKTuHG.X_qs62ZQ{background-color:var(--purple-200)}.FdA3vrWI{bottom:-8px;height:8px;left:0;position:absolute;width:78px}.i405wCKW{border-bottom:1px solid var(--stroke-default-secondary);width:100%}.geeOrsdd{background:var(--yellow-200);border-radius:16px;margin:0 8px 0 12px!important;padding:4px}button.rl1LTzdH{background-color:var(--background-warning-tertiary);border:none;color:var(--text-warning);font-size:16px;font-weight:700;height:40px;line-height:24px;overflow:hidden;padding:8px 16px;position:relative;transition:.3s;width:132px}button.rl1LTzdH:hover{background-color:var(--background-warning-tertiary-hover)}button.rl1LTzdH:hover:after{animation:tnFncSQb .6s linear,VdRfnHOh .2s .4s forwards;background:var(--surface-base);content:" ";display:block;height:200px;opacity:.5;position:absolute;transform:rotate(40deg);width:35px}button.rl1LTzdH:hover .Ma1AjkaP{animation:lBwm39il .7s forwards,VdRfnHOh .3s .6s forwards}button.rl1LTzdH:hover .cpUIkTPl{animation:bTgQTTwL .7s linear}.cpUIkTPl{align-items:center;display:flex;justify-content:center;left:15px;top:7px}.Ma1AjkaP,.cpUIkTPl{height:12px;position:absolute;width:12px}.Ma1AjkaP{transform:scale(0);transform-origin:center}@keyframes tnFncSQb{0%{left:-39px}to{left:167px}}@keyframes lBwm39il{to{transform:scale(1)}}@keyframes VdRfnHOh{to{opacity:0}}@keyframes bTgQTTwL{0%{transform:rotate(-180deg)}to{transform:rotate(0deg)}}.pseWLe_e{height:0;position:absolute;right:16px;top:50px;width:auto;z-index:9999}.G5bTRq0W{margin-top:-6px}.mwgPGMMA{background-color:var(--white);border-radius:6px;box-shadow:0 0 0 var(--black-800-opacity-05),0 4px 6px var(--black-800-opacity-10),0 8px 24px var(--black-800-opacity-20);display:flex;margin:8px 8px 4px;width:375px}.u8wUT0eX{align-self:center;margin:0 16px}.wqklRmK8{color:var(--text-primary);font-size:18px;font-style:normal;font-weight:700;line-height:24px;margin:0 0 4px}.cYHRkWng{color:var(--text-secondary);font-size:14px;font-style:normal;font-weight:400;line-height:20px}.duAS8nIc{margin:16px 8px 16px 0}.DqLhJ0DM{background-color:var(--surface-base);border-top:none}.kZWEEqlP{box-sizing:border-box;clear:both;color:var(--text-primary);font-size:14px;line-height:20px}.cIPSb2O5{display:none;flex-wrap:wrap;margin-left:auto;margin-right:auto;padding:48px 24px 0;width:100%}@media(min-width:768px){.cIPSb2O5{display:flex}}@media(min-width:1024px){.cIPSb2O5{display:flex;width:1024px}}@media(min-width:1280px){.cIPSb2O5{display:flex;padding:48px 0 0;width:1160px}}.cIPSb2O5 .rXAK_0kn{line-height:20px;margin-right:40px;max-width:215px}@media(min-width:1024px){.cIPSb2O5 .rXAK_0kn{margin-right:48px;max-width:360px}}@media(max-width:1024px){.cIPSb2O5 .rXAK_0kn.ZGDzO_nn{margin-right:24px;max-width:280px}}.cIPSb2O5 .t1xvUIr9{height:25px}.cIPSb2O5 .Q3Nzflp_{margin-top:12px}.cIPSb2O5 .Q_uzJhpb{color:var(--text-secondary);margin:24px 0}.cIPSb2O5 .pOT5Gtjd{margin-right:30px}.K5ylOftU{padding:0 0 96px}@media(min-width:768px){.K5ylOftU{padding:0 0 24px}}.cVhA0tK6{display:flex;justify-content:center}.cVhA0tK6 a{color:var(--text-primary);font-size:14px;line-height:20px;text-decoration:none}.cVhA0tK6 a:hover{text-decoration:underline}.Mo5rZ9g1{display:block;padding:0 16px;text-align:center}.Mo5rZ9g1 .t1xvUIr9{margin:32px auto 12px}.Mo5rZ9g1 .Q_uzJhpb{color:var(--text-secondary);margin:0 auto 16px}.Mo5rZ9g1 .VXo_235q{color:var(--text-tertiary)}@media(min-width:768px){.EKmESpXx{display:none}}.hnHdQm0Q{padding-bottom:10px}.xMapyesN{display:flex}.xV7u0PEu{min-width:1024px}.xV7u0PEu .rXAK_0kn{max-width:unset;width:360px}.ehs3DM4a{margin-top:32px;width:100%}.VXo_235q{color:var(--text-secondary);font-size:14px;line-height:20px;text-align:center}.Gk5UieSJ{display:block;height:32px;line-height:1;margin-bottom:12px}.Gk5UieSJ a,.Gk5UieSJ span{display:inherit;height:100%}.Gk5UieSJ img{height:100%}.Gk5UieSJ .Pzz6CJgB{background-color:#d9d9d9;display:inline-block;height:100%;margin:0 32px;width:1px}.mr1pKBqL{margin:0}.NS95JWNh{align-items:stretch;display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(3,auto);margin:32px 0;row-gap:32px}.YDSgHK52{padding-top:12px 12px 0;text-decoration:none}.YDSgHK52 .v7aJ8m0K{font-size:12px;line-height:16px;margin:12px 16px 4px}@media(min-width:1024px){.YDSgHK52 .v7aJ8m0K{font-size:14px;line-height:20px}}.YDSgHK52 .dKgvqqOO{color:var(--text-secondary);font-size:12px;line-height:16px;margin:0 12px;word-break:break-word}.YDSgHK52 .V0pgwxxD{height:22px;margin-bottom:8px}@media(min-width:1024px){.YDSgHK52 .V0pgwxxD{height:28px}}@media(min-width:1280px){.YDSgHK52 .V0pgwxxD{height:32px}}.YDSgHK52 img{height:100%;width:auto}.O_rCIJkn{display:flex;flex:1;flex-direction:column}.qOHFsa4r{color:var(--text-secondary);font-size:12px;font-weight:700}.hC8EibN5,.tAehw4WW{margin-top:12px}.hC8EibN5{align-items:center;display:flex}.FBiSdfZj{margin-right:15px}.WoPlw_mP{-webkit-font-smoothing:antialiased;background:var(--surface-base)}.WoPlw_mP .jsf_A5vg{border-bottom:2px solid var(--stroke-brand-primary)}.WoPlw_mP.eearCR5n{border-bottom:1px solid var(--black-800-opacity-08)}.WoPlw_mP.HL77xxMk{min-width:1024px}.TZ7K3qhE{align-items:center;box-sizing:border-box;display:flex;height:50px;justify-content:center;margin:auto;padding:0 44px}@media(min-width:768px){.TZ7K3qhE{padding:0 24px}}@media(min-width:1024px){.TZ7K3qhE{width:1024px}}@media(min-width:1280px){.TZ7K3qhE{width:1208px}}.el2ICGBx{display:flex;flex-wrap:wrap;font-size:12px;gap:16px;justify-content:center;line-height:16px;margin:16px auto}</style><style type="text/css"></style><style type="text/css">.DJvlfQJo{margin:auto;max-width:1160px;padding:16px}@media(min-width:768px){.DJvlfQJo{padding:24px}}@media(min-width:1024px){.DJvlfQJo{max-width:976px;padding:32px 0}}@media(min-width:1280px){.DJvlfQJo{max-width:1160px}}.FvPq7dJu,.GjLRoDtl,.glAntXbM{height:244px;max-height:244px;min-height:244px;width:100%}@media(min-width:1024px){.FvPq7dJu,.GjLRoDtl,.glAntXbM{height:308px;max-height:308px;min-height:308px}}.FvPq7dJu{position:relative;z-index:9930}.GjLRoDtl{object-fit:cover;position:absolute;top:0}.PffGgOVw{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;z-index:1}.rsl8vKPL{max-height:438px;overflow-y:scroll}.XP5VJblQ .zGRLJUI5{position:fixed;top:16px}.jxlI6qCw{background-color:var(--black-800-opacity-80);bottom:0;left:0;outline:0;overflow-x:auto;overflow-y:auto;position:fixed;right:0;top:0;z-index:10060}.q1pAvbOA{background-color:var(--surface-base);border-radius:4px;color:var(--text-primary);margin:60px 10px 10px;outline:0;position:relative}.q1pAvbOA,.q1pAvbOA textarea{font-family:Inter,sans-serif}.q1pAvbOA.CIo0qYb9{margin:48px 32px}.oNMXgce3{padding:24px 20px 20px}@media(min-width:768px){.oNMXgce3{margin:110px auto;max-width:440px;padding:32px 30px 20px}.oNMXgce3.jcEG5xS4{margin:300px auto}}.oNMXgce3.ph0zfmR0{padding:0}@media(min-width:768px){.oNMXgce3.ph0zfmR0{margin:110px auto;max-width:500px;padding:0}}.oNMXgce3.ph0zfmR0 .MgyGXD2H{border-radius:6px}.oNMXgce3.aLcobum7{padding:0}@media(min-width:768px){.oNMXgce3.aLcobum7{margin:199px auto;max-width:500px;padding:0}}.oNMXgce3.aLcobum7 .MgyGXD2H{border-radius:6px}.oNMXgce3.R76XxzJ3{align-items:center;background:transparent;border-radius:0;bottom:0;display:flex;justify-content:center;left:0;margin:0;max-width:100%;position:absolute;right:0;top:0}.Wm2oMf1I{max-width:460px}@media(min-width:480px){.Wm2oMf1I{margin:110px auto}}.b5d6ETI4{margin:110px auto;max-width:300px}@media(min-width:768px){.b5d6ETI4{max-width:752px}}@media(min-width:1024px){.b5d6ETI4{max-width:802px}}@media(min-width:768px){.yQotddaJ{max-width:500px}.qV4v_A6S{max-width:640px}}._ld1yhym{margin:60px 0 0}.YLWqxsmD{padding-top:0}.aD_jSRcz{padding:0}.hdkxfp0k{padding:32px 0 20px}.qw2xK9Ku{padding:24px 0}@media(min-width:768px){.Gm02F1qY{display:flex;flex-direction:column}}.MgyGXD2H{overflow:auto}.MgyGXD2H,.QexZ76wJ{flex-grow:1}.QFvi5vQ0{border:3px solid var(--white);border-radius:50%;box-sizing:border-box;height:48px;left:50%;overflow:hidden;position:absolute;top:0;transform:translate(-50%,-50%);width:48px}@media(min-width:768px){.QFvi5vQ0{height:64px;width:64px}}.QFvi5vQ0 img{height:42px;width:42px}@media(min-width:768px){.QFvi5vQ0 img{height:58px;width:58px}}.QFvi5vQ0.bfUMg2b2 img{height:auto;margin-left:-10px;margin-top:-10px;width:auto}@media(min-width:768px){.QFvi5vQ0.bfUMg2b2 img{margin-left:-5px;margin-top:-5px}}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.QFvi5vQ0.bfUMg2b2 img{height:72px;width:72px}}.zGRLJUI5{position:absolute;right:5px;top:5px;z-index:1}@media(min-width:768px){.zGRLJUI5{right:10px;top:10px}}@media(max-width:768px){.zGRLJUI5.IdjOnVHF{background-color:var(--black-800-opacity-30);border-radius:6px}.zGRLJUI5.IdjOnVHF svg{color:var(--white)}}.wRa8tT2r{color:var(--text-primary);font-size:24px;font-weight:700;margin:16px 0 10px;text-align:center}.K95x4FKI{font-size:16px;margin-bottom:30px;text-align:center}.L9ir_e8h{animation:L9ir_e8h .5s ease-in-out}.MWjDpeQT{animation:MWjDpeQT .5s ease-in-out forwards}@keyframes L9ir_e8h{0%{opacity:0}to{opacity:1}}@keyframes MWjDpeQT{0%{opacity:1}to{opacity:0}}.PyIdKV4G{border-radius:0;height:100vh;margin:0;padding:16px 8px 0;position:fixed;right:0;top:0;width:336px}.xFhSk74s{animation:VwmLJJ79 .5s}.eIwRVdms{animation:CNV6KHAw .5s forwards}@keyframes VwmLJJ79{0%{transform:translateX(336px)}to{transform:translateX(0)}}@keyframes CNV6KHAw{0%{transform:translateX(0)}to{transform:translateX(336px)}}.izaL_xMI{background:var(--white);border-radius:6px;box-shadow:0 8px 24px 0 var(--black-800-opacity-20),0 4px 6px 0 var(--black-800-opacity-10),0 0 0 0 var(--black-800-opacity-05);color:var(--black-700);font-family:Inter,sans-serif;font-size:14px;line-height:20px;padding:12px 16px!important}.CrdNOych{display:flex;height:300px;width:440px}.sJs5Aw7V{color:var(--black-700);font-size:24px;font-weight:700;margin:0 0 16px;text-align:center}.ZU4lBfrb{align-items:center;color:var(--black-600);display:flex;flex-direction:column;font-size:16px;padding-top:80px}.ZU4lBfrb>div{margin-top:12px}.ZU4lBfrb .xb_0cszG{font-size:12px;max-width:226px}.c9EfpQ2u{display:flex;flex-direction:row}.wEis1hiN{color:var(--blue-700);cursor:pointer;pointer-events:auto;text-decoration:none}.wEis1hiN:hover{text-decoration:none!important}.xb_0cszG{color:var(--pink-800);text-align:center}.tknBNkTe{align-items:center;display:flex;flex-direction:column;font-size:16px}.eVhwTJuU{color:var(--black-600)}.caPOW0Tz{height:96px;width:96px}.no-touch .Q9TeEFWF{position:relative;top:50px}.Q9TeEFWF{align-items:center;display:flex;flex-direction:column}.JHny20Dp,.KQ9MlfsC{height:100%;width:100%}.JHny20Dp{background-color:var(--black-100);border:2px dashed var(--black-400);border-radius:8px;display:flex;flex-direction:column}.dWeH8umo{background-color:var(--black-200)}.SRMt6OYT{color:var(--white)}.KYrFq66x,.OsaMDvhj,.X1VFxfvn,.boFYoXAM,.dwndfa8n,.mXoX8NK3,.o3JvSjdw{align-items:center;display:flex;height:32px;justify-content:center;width:32px}.OsaMDvhj{margin-left:12px}.sxNbXzv4{background-color:inherit;height:32px;margin-right:8px;margin-top:8px;width:32px}.ETvd1KMT{pointer-events:none}.Iapqnhxo .arvcl5fz{height:100%;position:absolute;width:100%;z-index:2}.Iapqnhxo .arvcl5fz:hover{background-color:var(--black-700-opacity-08)!important}.Iapqnhxo .f50Gt2O2{border-radius:50%;height:40px;position:absolute;width:40px;z-index:2}.Iapqnhxo .f50Gt2O2:hover{background-color:var(--black-700-opacity-08)!important}.Iapqnhxo svg{margin-right:1px}.boFYoXAM{display:none}.no-touch .boFYoXAM,.rpYcMFaA{display:flex}.rpYcMFaA{align-items:center;flex-direction:column;justify-content:center}.z058TvBT{fill:currentColor;height:16px;width:16px}.B20b_YzW{color:var(--black-400);font-size:12px}.cf7_yLci{color:var(--pink-800);font-size:12px}.wHGa7BpA{align-items:center;display:none;justify-content:center}.no-touch .wHGa7BpA{display:flex}.uowv5nwX{font-size:18px;font-weight:700;margin:8px 0 4px}.ulB55PSf,.uowv5nwX{color:var(--text-primary);line-height:24px}.ulB55PSf{font-size:16px;margin:0}.OHWtoM_3{align-items:center;display:flex;justify-content:center}.v0okDVlp{font-size:18px;font-weight:700;margin:8px 0 4px}.C6MIGUjU,.v0okDVlp{color:var(--text-primary);line-height:24px}.C6MIGUjU{font-size:16px;margin:0}.RpjfMkeJ{font-size:18px;font-weight:700;margin:8px 0 4px}.RpjfMkeJ,.xcFd9Zht{color:var(--text-primary);line-height:24px}.xcFd9Zht{font-size:16px;font-weight:400;margin:0}.AMHpthFp{box-sizing:border-box;cursor:default;text-align:center}.SLXDahWM{line-height:32px;padding-right:2px;width:32px}.UFDlhR_e{line-height:16px;width:auto}.K31BIw3B{display:none}@media(min-width:480px){.K31BIw3B{display:block}}.e3INdBAA{border-radius:inherit}.It6blY29{position:absolute;right:0;top:0}.hNrTYuPV{margin:0 16px}@media(min-width:768px){.hNrTYuPV{margin-left:auto;margin-right:auto;width:680px}}@media(min-width:321px)and (max-width:768px){.hNrTYuPV{width:92.8%}}.hNrTYuPV:focus{outline:none}.RaQrpuvU,.X2EdoXkT{position:relative;width:auto;--left-search-icon-left-padding:0}.RaQrpuvU:focus,.X2EdoXkT:focus{outline:none}.RaQrpuvU{background-color:var(--surface-base);margin-top:-16px;padding-top:16px;position:sticky;top:0;z-index:3}.lhvypj8w{background-color:var(--white);height:100%;left:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;width:100%;z-index:9921}.Dc3EUYrk,.TQNeOjtF{background-color:var(--background-brand-primary);padding:7px 10px;position:relative}.Dc3EUYrk:focus,.TQNeOjtF:focus{outline:none}.Dc3EUYrk{position:sticky;top:0;z-index:9950}.oNkSEzmQ{align-items:center;bottom:0;display:flex;left:-5px;position:absolute;top:0;width:40px}.hj3BfWwd{left:16px;width:24px}.BhIANwfj{border-radius:0!important}.yRais1hi{background-color:var(--surface-base);overflow:hidden;position:absolute;top:100%;z-index:3}.j8ya2JF9{border-color:var(--stroke-default-tertiary);border-radius:0 0 4px 4px;border-style:solid}.j8ya2JF9.qkGWgShz{border-top-style:none}.NcwYFInu,.gUywQOZf{border-color:var(--black-400);border-radius:0;border-style:solid;box-shadow:0 0 0 1px var(--black-800-opacity-05),0 4px 6px 0 var(--black-800-opacity-10)}.gUywQOZf.nVKj1URm,.nVKj1URm.NcwYFInu{border-radius:0 0 28px 28px;border-style:none;top:calc(100% + 1px)}@media(min-width:768px){.gUywQOZf.nVKj1URm,.nVKj1URm.NcwYFInu{top:100%}}.gUywQOZf.qkGWgShz,.qkGWgShz.NcwYFInu{top:100%}.NcwYFInu{border-radius:0 0 28px 28px;box-shadow:none}.IqsNpUYg,.MwFLsNfL{left:-1px;right:-1px}.MwFLsNfL.vX6h57ej,.vX6h57ej.IqsNpUYg{border-style:solid;border-width:1px}.IqsNpUYg{border-width:2px}.CKtB47yO,.IqsNpUYg{left:-2px;right:-2px}.CKtB47yO{border-style:solid;border-top:solid var(--stroke-default-primary);border-width:2px}.MIRPNfmz{background-color:var(--surface-base);border-style:solid;display:flex;flex-direction:row;margin:0 auto;min-width:150px;position:relative;transition-duration:.3s;transition-property:margin,right;z-index:3}.MIRPNfmz.YSFnIv3H{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;z-index:9930}.MIRPNfmz.hb96vk4n{border-radius:0!important;padding:0!important}.MIRPNfmz.hb96vk4n .vWIp6Yzb{margin-left:3px;margin-top:8px}.MIRPNfmz.hb96vk4n .vWIp6Yzb button{border:none}.MIRPNfmz._JmVQDwv{box-shadow:0 0 0 1px var(--black-800-opacity-05),0 4px 6px 0 var(--black-800-opacity-10),0 8px 24px 0 var(--black-800-opacity-20)!important}.XHqLHXsZ{border-color:var(--stroke-default-tertiary);border-radius:6px;flex-direction:row;padding:4px 8px;position:relative;z-index:9930;--left-search-icon-left-padding:0}.XHqLHXsZ.nVKj1URm{border-color:transparent;border-radius:28px;box-shadow:0 2px 6px 0 var(--black-800-opacity-15);--left-search-icon-left-padding:16px}.XHqLHXsZ.qkGWgShz{overflow:hidden;padding:3px 0 0!important}.Ea6CC02w{display:flex}.vQbH2uli{border-color:var(--black-400);border-radius:28px;box-shadow:0 2px 6px 0 var(--black-800-opacity-15);flex-direction:row;padding:24px 5px 5px;--left-search-icon-left-padding:24px}.vQbH2uli.nVKj1URm{border-color:transparent;padding:1px;--left-search-icon-left-padding:16px}@media(min-width:481px){.vQbH2uli.nVKj1URm{--left-search-icon-left-padding:24px}}@media(min-width:768px){.vQbH2uli.nVKj1URm{padding:5px}}.vQbH2uli.eBqJhmRJ{padding:3px!important}.vQbH2uli.YSFnIv3H.eBqJhmRJ{padding:3px}@media(min-width:768px){.vQbH2uli.YSFnIv3H.eBqJhmRJ{padding:5px}}.vQbH2uli.qkGWgShz{padding:0!important}.X1zJmwpd{padding:3px}.X1zJmwpd.nVKj1URm{padding:1px}@media(min-width:768px){.X1zJmwpd.nVKj1URm{padding:3px}}.X1zJmwpd.qkGWgShz{padding:0!important}.LWFFEceN{border-color:var(--stroke-default-primary);box-shadow:none}.LWFFEceN.zP77aROH{border-color:var(--black-400)}.fNcMXJUb{-webkit-appearance:none;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:transparent;border:none;box-sizing:border-box;color:var(--text-primary);display:block;flex:1;letter-spacing:.025em;margin:auto 0;overflow-y:auto;padding:0;resize:none;width:100%}.fNcMXJUb::placeholder{color:var(--text-tertiary);overflow:hidden;white-space:nowrap}.fNcMXJUb:focus{outline:none}.cfWXawIH{border-radius:4px;font-size:16px;padding-left:8px}.cfWXawIH.qkGWgShz{padding:4px 12px}.Zqu0rdSq{border:none;border-radius:28px;font-size:18px;padding-left:12px}.Zqu0rdSq.nVKj1URm{border-radius:28px;font-size:16px;padding-left:15px}@media(min-width:768px){.Zqu0rdSq.nVKj1URm{border-radius:28px;font-size:18px;padding-left:19px}}.Zqu0rdSq.nVKj1URm.qkGWgShz{padding-left:16px}@media(min-width:768px){.Zqu0rdSq.nVKj1URm.qkGWgShz{padding-left:24px}}.Zqu0rdSq.qkGWgShz{padding-left:24px}.DqJh2mUM{display:flex;flex-grow:1}.KARdf9Dm{width:100%}._i3CizA1{width:calc(100% - 32px)}.eBqJhmRJ ._i3CizA1{width:calc(100% - 105px)!important}.UbFs2cpR{font-size:16px!important;padding-left:13px!important}input[type=file]{display:none;visibility:hidden;width:0}.CuzRIdpK,.FjNwGw5e,.FqDMIBVz,.ILZJR2yt,.W2JoD0fq,.rdhVZNOe,.ySJOb1Dl{align-items:center;display:flex;justify-content:center}.CuzRIdpK,.FjNwGw5e,.FqDMIBVz,.W2JoD0fq,.rdhVZNOe,.ySJOb1Dl{height:32px;width:32px}.zK8LzaWU{display:block}.rdhVZNOe{margin-left:12px}.bnw_akL4{background-color:inherit;height:32px;margin-right:8px;margin-top:8px;width:32px}.o1R1k4_K{pointer-events:none}.LTZpkHV0 .MsTbZa4c{height:100%;position:absolute;width:100%;z-index:2}.LTZpkHV0 .MsTbZa4c:hover{background-color:var(--black-700-opacity-08)!important}.LTZpkHV0 .zu4ZeQsP{border-radius:50%;height:40px;position:absolute;width:40px;z-index:2}.LTZpkHV0 .zu4ZeQsP:hover{background-color:var(--black-700-opacity-08)!important}.LTZpkHV0 svg{margin-right:1px}.vWIp6Yzb{margin-right:-9px;margin-top:5px}._pOPW9C8{position:absolute;right:0;top:40px;width:50px}.YdoQe5W7,._pOPW9C8{display:flex;justify-content:center}.YdoQe5W7{align-items:center;height:100%;padding-left:var(--left-search-icon-left-padding)}.Ea2l1erb{background-color:var(--white);display:flex;flex-direction:column;padding:16px 16px 0}.no-touch .Ea2l1erb{border-bottom-left-radius:28px;border-bottom-right-radius:28px;padding-left:24px;padding-right:24px}.L6wK1JeU{display:flex;flex-direction:column;margin-bottom:24px}.H4cgYvwL{color:var(--text-tertiary);display:flex;font-size:12px;font-weight:700;line-height:16px;margin-bottom:8px}.gaXILQhM{height:32px;overflow:hidden}.N7V6fwZu{float:left;height:100%;margin-right:8px}.L69PO4ON{align-items:center;background-color:var(--black-200);border-radius:4px;display:flex;font-size:14px;height:100%;line-height:20px;padding:0 16px}.L69PO4ON:hover{background-color:var(--black-800-opacity-16)}.TdI1u2U4{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.eYRPBqMh{border-top:1px solid var(--stroke-default-tertiary);display:flex;list-style:none}.eYRPBqMh:first-child{border-top-style:none}.eYRPBqMh.CE7zCz4D{background-color:var(--black-700-opacity-08)}.ZSbKMQJ9{height:56px}.ZSbKMQJ9.wXRoUmSf{height:48px}@media(min-width:768px){.ZSbKMQJ9.wXRoUmSf{height:56px}}.G0OLxSOR{height:48px}@keyframes WP1gva46{0%{background-color:var(--black-300)}to{background-color:var(--white)}}.DnuvEB8n{animation-duration:.07s;animation-name:WP1gva46;background-color:var(--black-300)}.RzdgSeFb.p8VDZlLp{border-radius:0!important}.bxlfpP9d{align-items:center;display:flex;justify-content:center}.bxlfpP9d button{height:32px;width:32px}.bxlfpP9d button:hover svg{color:var(--pink-700)}.Phv9NqhO{align-items:center;display:flex;flex:1;font-size:16px;justify-content:space-between;line-height:20px;overflow:hidden;padding-left:40px;padding-right:40px}.Phv9NqhO:hover{text-decoration:none!important}.srYwV9Ga{align-items:center;display:flex;flex:1;font-size:18px;justify-content:space-between;line-height:24px;overflow:hidden;padding:16px 0 16px 24px}.srYwV9Ga.wXRoUmSf{font-size:16px;padding:12px 0 12px 18px}@media(min-width:768px){.srYwV9Ga.wXRoUmSf{font-size:18px;padding:16px 0 16px 24px}}.srYwV9Ga:hover{text-decoration:none!important}.EGYLtmst{color:var(--black-700)!important}.ibZ_NdP5{color:var(--purple-700)!important}.ceWsXWcm{color:var(--black-700)!important}.HGOvP1IK{color:var(--purple-700)!important}.gqSAxQ9N{left:24px;position:relative}@media(min-width:480px){.gqSAxQ9N{margin-right:18px;position:static}}.sT0PXPIw{height:0;max-height:0}.RPLhgw_P{height:calc(100vh - 50px);max-height:calc(100vh - 50px);overflow-y:auto}.m_mW9n5Z{max-height:420px;overflow-y:auto}.gf33D2c3{max-height:312px;overflow-y:auto}.uV0Ta6Q1 button{color:var(--blue-700);text-align:left;width:100%}@media(hover:hover){.uV0Ta6Q1 button{border-top:1px solid var(--stroke-default-secondary);cursor:pointer;display:inline-block;font-size:18px;line-height:24px;padding:16px 0 16px 24px}.IXgTwnQU.uV0Ta6Q1 button{font-size:16px;padding:12px 0 12px 18px}}@media(hover:hover)and (min-width:768px){.IXgTwnQU.uV0Ta6Q1 button{font-size:18px;padding:16px 0 16px 24px}}@media(hover:hover){.uV0Ta6Q1 button:hover{background-color:var(--black-700-opacity-08)}}@media(hover:none){.uV0Ta6Q1 button{align-items:center;background-color:var(--blue-100);border-bottom:1px solid var(--stroke-default-tertiary);border-top:1px solid var(--stroke-default-tertiary);display:flex;font-size:16px;justify-content:space-between;line-height:56px;padding-left:40px;padding-right:16px}}.J7CiCevK{align-items:center;display:flex;justify-content:center}.J7CiCevK a:focus{outline:none}.J7CiCevK a:focus .qJ4LaNmw{background-color:var(--white)}.J7CiCevK a:focus .qJ4LaNmw .HvuszjWV{background-color:var(--black-800-opacity-08);border-radius:18px}.rxFbI4kg{box-shadow:0 0 0 1px var(--black-800-opacity-05),0 4px 6px 0 var(--black-800-opacity-10),0 8px 24px 0 var(--black-800-opacity-20)}.JwUPfBM0{border:1px solid rgba(0,0,0,.078);box-shadow:0 2px 8px 0 rgba(0,0,0,.078)}.qJ4LaNmw{background-color:var(--white);border-radius:18px;color:var(--text-primary);cursor:pointer;font-size:14px;line-height:20px;margin-top:16px;transition:.3s;transition-property:background-color}.qJ4LaNmw .agx6iPeL{margin:0 8px}.qJ4LaNmw .HvuszjWV{align-items:center;display:inline-flex;height:36px}.qJ4LaNmw .HvuszjWV:hover{background-color:var(--black-800-opacity-08);border-radius:18px}.DoGvt0d3,.FHXfMkCm,._wLRyX2t,.aDhA43WO{height:16px;width:16px}.DoGvt0d3{margin:0 8px}._wLRyX2t,.aDhA43WO{margin:-5px 5px 0 10px}.lrbCRBKm{display:block}@media(min-width:768px){.lrbCRBKm{display:none}}.kQxKI8HK{display:none}@media(min-width:768px){.kQxKI8HK{display:block}}.Ijn1alHZ{color:var(--text-primary);font-size:24px;font-weight:700;line-height:32px;margin-bottom:0;margin-top:0;padding:0 12px 16px;text-align:center}.Ijn1alHZ:focus{outline:none}@media(min-width:321px){.Ijn1alHZ{padding:0 16px 16px}}@media(min-width:768px){.Ijn1alHZ{font-size:30px;padding:0 0 16px}}@media(min-width:1024px){.Ijn1alHZ{font-size:42px;padding:0 0 24px}}.Spcmr8DS{color:var(--text-primary)}.Spcmr8DS,.Spcmr8DS button,.Spcmr8DS input,.Spcmr8DS select,.Spcmr8DS textarea{font-family:Inter,sans-serif}html{background:var(--surface-base)}body{margin:0}*,:after,:before{box-sizing:border-box}::-ms-clear{display:none}.ROXsZOyF{color:var(--black-400);font-size:12px;line-height:14px;margin-top:4px;text-align:center}.luAiV4wE{width:240px}.MpvzoQK4{align-items:center;background:linear-gradient(135deg,var(--gradients-pastel-blue-color-1) 0,var(--gradients-pastel-blue-color-2) 100%);border-radius:12px;display:flex;flex-direction:column;justify-content:center;padding:20px}.MpvzoQK4.kgpRLk4D{height:100%}.Fwc9DEjQ{color:var(--text-secondary);font-size:12px;font-weight:700;line-height:16px;margin:0;text-align:center;text-transform:uppercase}.siJVwq5K{align-items:center;display:flex;flex-direction:column;padding:16px 0}.WCm3gUvE img{border-radius:8px;height:56px;margin-bottom:6px;width:56px}.j0Cv6L6w{align-items:center;display:flex;gap:2px;justify-content:center}.ZjnTiArw{gap:8px}.J4o8vhzv{color:var(--blue-700);font-size:21px;font-weight:700;line-height:28px}.cJycBnUO{font-size:18px;line-height:24px}.RUKQ5ma7{color:var(--blue-700);font-size:16px;line-height:24px;text-decoration-line:underline;text-decoration-style:dotted;text-underline-offset:.35em}.axnh_sft{font-size:16px;font-weight:400}.XykPqQFs div{padding-right:1px}.iZAhwUEN{position:fixed;z-index:2}.iZAhwUEN.qGPCMAnP{z-index:9910}.YX1_zTlx{background-color:var(--white);border-radius:4px;box-shadow:0 0 0 1px var(--black-800-opacity-05),0 3px 6px 0 var(--black-800-opacity-10),0 9px 24px 0 var(--black-800-opacity-20);font-size:14px;line-height:20px;max-width:240px;min-width:240px;padding:12px 16px;position:relative;text-align:center}.JQzAm4ZE{font-size:12px;line-height:16px;max-width:360px;min-width:360px}.Ptdx_2hN{position:absolute;right:3px;top:3px}.gLaS3Ss6{padding-bottom:5px;transform:translate(-50%,-100%)}.z_I2hl3W{padding-top:5px;transform:translate(-50%)}._PUOP_v3{padding-left:5px;transform:translateY(-50%)}.kcVFmZPd{padding-right:5px;transform:translate(-100%,-50%)}.WdF68hYf{display:flex;flex-direction:row;margin-bottom:10px;margin-right:10px;position:relative;z-index:2}.iebhADI0{margin-left:auto;margin-right:auto}.ntoyVLP1{margin-right:15px}.wzjCC_xN{margin-right:8px}@media(max-width:360px){.JLm33V22{display:none}}@media(max-width:383px){.JLm33V22.bQXa9v18{display:none}}.zpTQxRHn{align-items:end;display:flex;flex-direction:row;justify-content:center}.QU7Enk4A{flex:1}.aCl9qZr3{background-color:var(--white);padding:15px;word-break:normal}.I5b6kIZL{margin-bottom:10px;max-width:300px}.lTXl5kPn{border-top:1px solid var(--stroke-default-secondary);margin-top:10px;width:100%}.gOanm2rT{display:block;width:15px}.PrrMgMIW{display:block;height:15px}.PnjF0izP{max-height:calc(100vh - 85px);overflow-x:hidden;overflow-y:auto}.KRoqFlXn{text-align:center}.KjXbYgUe{color:var(--green-800);display:inline-block;margin-right:4px;max-width:calc(100% - 70px);overflow-x:hidden;text-overflow:ellipsis;vertical-align:top;white-space:nowrap}.Lssb4kRu{color:var(--black-700);font-size:15px;margin-bottom:10px;text-align:center}@media(min-width:768px){.Lssb4kRu{margin-bottom:15px}}.PSMbXtUX{align-items:center;background-color:var(--black-100);border-radius:4px;color:var(--black-400);display:flex;font-size:12px;justify-content:center;margin-left:auto;margin-right:auto;text-align:center}.KXCrIuqq{font-size:21px;line-height:25px;padding:15px}.sBRayIxT{display:flex;flex-direction:row;justify-content:space-between}button.CJvtRMmu{align-items:center;background-color:var(--yellow-200);border:2px solid var(--yellow-200);color:var(--text-primary);display:flex;font-size:14px;gap:4px;justify-content:center;margin-bottom:12px}button.CJvtRMmu.pjCgrJlm{font-size:16px;gap:8px}button.lrvTJI63{align-items:center;display:flex;justify-content:center;margin-bottom:12px}button.pjCgrJlm{margin:0}.vRgykAJE{background-color:var(--yellow-700);border-radius:8px;color:var(--white);display:inline-block;font-size:8px;font-weight:700;line-height:16px;padding:0 8px;text-align:center;width:56px}.ARWfL3VZ{position:absolute}._8istEXv{background-color:var(--black-800-opacity-50);outline:0;position:fixed;top:0;z-index:10060}.ABaRfUsf,._8istEXv{bottom:0;left:0;right:0}.ABaRfUsf{background-color:var(--background-default-tertiary-disabled);border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:4px;border-top-right-radius:4px;box-sizing:border-box;display:inline-block;margin-left:auto;margin-right:auto;max-width:600px;overflow:hidden;text-align:center;width:100%;z-index:10061}@media(min-width:480px){.ABaRfUsf{border-radius:4px;bottom:7px;width:calc(100% - 14px)}}.nZaA4ppT{position:fixed}.eBKfnSlj{overflow:visible}.UrYba3cH{position:absolute;right:8px;top:8px;z-index:1}.oF8OZTKS{animation:oF8OZTKS .5s ease-in-out}.vWWG1CEL{animation:vWWG1CEL .5s ease-in-out forwards}@keyframes oF8OZTKS{0%{opacity:0}to{opacity:1}}@keyframes vWWG1CEL{0%{opacity:1}to{opacity:0}}.UCPsDtzs{animation:UCPsDtzs .5s ease-in-out}.gxDlbbuR{animation:gxDlbbuR .5s ease-in-out forwards}@keyframes UCPsDtzs{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes gxDlbbuR{0%{transform:translateY(0)}to{transform:translateY(100%)}}.RCpMfZ5C{max-width:unset}.Rekc84Tk{color:var(--black-700);font-size:16px;font-weight:400;line-height:20px;margin:5px;width:250px}.TOfDEd_G{margin:0;padding:0 0 0 16px;text-align:left}.r1SZE8XI{font-size:14px;padding-top:10px}.rpjrr5Y1{margin-top:10px}.rpjrr5Y1>a{margin-left:0}.wxEvPQmi{margin-left:auto;margin-right:auto;padding-bottom:10px;padding-left:10px;padding-right:10px;text-align:left;width:calc(100% - 20px)}.wxEvPQmi .rpjrr5Y1>a{border:none;margin-left:0;padding:0}.iKG75EVB{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;font-size:34px;font-weight:400;justify-content:center;line-height:40px;margin-bottom:5px;margin-top:10px;min-width:180px}.Q7Afvj21{font-size:21px;line-height:40px;margin-bottom:18px;margin-top:18px}.UH8xNtn5{font-size:34px;height:40px;line-height:40px}.UH8xNtn5,.nrrqRO3_{transform:scale(1);transition:transform .25s}.nrrqRO3_{font-size:20px;height:24px;line-height:24px}.USm_tFod{transform:scale(1.15)}.jP0JULXP{font-weight:700}.CFEqhmwU,.jP0JULXP{display:inline-block}.mfI8T5Ld{border-bottom:1px dashed var(--stroke-brand-primary);color:var(--blue-700)}.d7hyWv1R{display:inline-block;text-align:center;width:24px}.d7hyWv1R.mfI8T5Ld{border-bottom:none}.Niosckd6,.PMDYdQxU,.PnCW9uls,.jesqEkkX,.jesqEkkX img{height:136px;width:240px}@media(min-width:481px){.Niosckd6,.PMDYdQxU,.PnCW9uls,.jesqEkkX,.jesqEkkX img{height:138px;width:246px}}@media(min-width:1280px){.Niosckd6,.PMDYdQxU,.PnCW9uls,.jesqEkkX,.jesqEkkX img{height:188px;width:330px}}.Niosckd6,.PMDYdQxU,.jesqEkkX img{width:238px}@media(min-width:481px){.Niosckd6,.PMDYdQxU,.jesqEkkX img{width:244px}}@media(min-width:1280px){.Niosckd6,.PMDYdQxU,.jesqEkkX img{width:328px}}.jesqEkkX{border:1px solid var(--black-800-opacity-08);cursor:pointer;display:block;position:relative;z-index:1}.jesqEkkX.VMG5hUE0{border:none}._4UHt3yg{margin-left:auto;margin-right:auto}.Niosckd6{border-bottom-left-radius:4px;border-bottom-right-radius:4px;left:0;position:absolute;top:0;z-index:1}.tM1xR3Vq{z-index:5}.DSIH86l8,.tM1xR3Vq{bottom:0;height:48px;left:50%;margin-left:-24px;margin-top:-24px;position:absolute;right:0;text-align:left;top:50%;transition-property:opacity;width:48px}.DSIH86l8{z-index:6}.RuZXsQtx{opacity:0}.RuZXsQtx,.WnJ_bHQN{position:relative;z-index:5}.WnJ_bHQN{border-bottom-left-radius:4px;border-bottom-right-radius:4px;opacity:1}.jZO7dSYm{max-height:100%;max-width:100%}@keyframes wFjUpU9w{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.wFjUpU9w{animation-duration:1s;animation-iteration-count:infinite;animation-name:wFjUpU9w;animation-timing-function:ease-in-out;display:flex;transform-origin:50% 50%}.ImNfRgxW{position:relative}.ehcxOWB_{background-color:var(--black-100);border-color:var(--stroke-default-tertiary);border-radius:4px;border-style:solid;border-width:1px;box-shadow:0 0 0 1px var(--black-800-opacity-05),0 3px 6px 0 var(--black-800-opacity-10),0 9px 24px 0 var(--black-800-opacity-20);left:-1px;overflow:hidden;position:absolute;top:-1px}.Q_tLAdMu{bottom:0;left:0;position:fixed;right:0;top:0}.bBlspYLN{display:block}.scJjfazJ{align-items:center;display:flex}.GL7Stm9A,.c2wmUV4q{justify-self:left}.GL7Stm9A,.yXjweLDj{margin-left:10px}.yXjweLDj{justify-self:right}.mE9ufRRm{display:inline-block;position:relative;word-break:normal}.sSZRpj5V{display:inline}.vMd2hI16{background-color:var(--white);border-radius:4px;box-shadow:0 0 0 1px var(--black-800-opacity-05),0 3px 6px 0 var(--black-800-opacity-10),0 9px 24px 0 var(--black-800-opacity-20);font-size:16px;line-height:24px;padding:12px 16px;position:absolute;z-index:2}.OfS9QBy8 .vMd2hI16{left:50%;top:-5px;transform:translate(-50%,-100%)}.Wll6RL2p .vMd2hI16{right:calc(100% + 10px);top:50%;transform:translateY(-50%)}.VOiVy5vN .vMd2hI16{left:calc(100% + 10px);top:50%;transform:translateY(-50%)}.bL64SJHT .vMd2hI16{right:-15px;top:calc(100% + 10px)}.ngGImDM3 .vMd2hI16{bottom:-5px;left:50%;transform:translate(-20%,100%)}.lHR6Mkwr .vMd2hI16{left:50%;top:-5px;transform:translate(-20%,-100%)}.TTo5AC54 .vMd2hI16{bottom:-5px;left:50%;transform:translate(-50%,100%)}.d3CbSrX5{position:relative;z-index:3}.N9vx6V3m{display:none;height:0;position:absolute;width:0;z-index:3}.bL64SJHT .N9vx6V3m{bottom:-11px}.bL64SJHT .N9vx6V3m,.ngGImDM3 .N9vx6V3m{border-bottom:5px solid var(--white);border-left:5px solid hsla(0,0%,100%,0);border-right:5px solid hsla(0,0%,100%,0);display:block;left:calc(50% - 5px)}.ngGImDM3 .N9vx6V3m{bottom:-6px}.lHR6Mkwr .N9vx6V3m{border-left:5px solid hsla(0,0%,100%,0);border-right:5px solid hsla(0,0%,100%,0);border-top:5px solid var(--white);display:block;left:calc(50% - 5px);top:-6px}.nrKBG74m{position:relative}.uKzv4EUL{position:absolute;right:10px;top:5px;z-index:5}.q1wVE4g3 .N9vx6V3m,.q1wVE4g3 .vMd2hI16{display:none}.q1wVE4g3:hover .N9vx6V3m,.q1wVE4g3:hover .vMd2hI16{display:block}.q1wVE4g3:focus-within .N9vx6V3m,.q1wVE4g3:focus-within .vMd2hI16{display:block}.GuZfW5rT .N9vx6V3m,.GuZfW5rT .vMd2hI16{display:none;pointer-events:none}.GuZfW5rT:hover .N9vx6V3m,.GuZfW5rT:hover .vMd2hI16{display:block}.GuZfW5rT:focus-within .N9vx6V3m,.GuZfW5rT:focus-within .vMd2hI16{display:block}.Zm80Mnm_{bottom:0;left:0;position:fixed;right:0;top:0}.OQXfSs7q{display:block}.TodohrNL{align-items:center;display:flex}.P6W14egB{height:16px;justify-self:left}.n3ADECmi{justify-self:left;margin-left:10px}.M4F16Pt8{justify-self:right;margin-left:10px}.FC5K9IG7,.URI_F13x,.wBCMHvG3{align-items:center;display:flex;flex-direction:column;margin-left:auto;margin-right:auto;margin-top:16px;position:relative;width:100%;z-index:1}@media(min-width:481px){.FC5K9IG7,.URI_F13x,.wBCMHvG3{width:448px}}@media(min-width:768px){.FC5K9IG7,.URI_F13x,.wBCMHvG3{margin-top:32px;width:719px}}@media(min-width:1024px){.FC5K9IG7,.URI_F13x,.wBCMHvG3{width:976px}}@media(min-width:1280px){.FC5K9IG7,.URI_F13x,.wBCMHvG3{width:1162px}.wBCMHvG3{margin-top:48px}.FC5K9IG7{margin-top:32px}}.hPxQEVnk{width:100%!important}.SbzfR3dw{font-size:24px;font-weight:700;line-height:32px;text-align:center}@media(min-width:768px){.SbzfR3dw{font-size:30px;line-height:36px}}.pjp6fTFu{display:inline-block;padding-top:4px}a.DNHyx7Bp,div.DNHyx7Bp{align-items:center;color:var(--text-primary);display:flex;justify-content:center;margin-bottom:0;padding-left:16px;padding-right:16px}@media(min-width:481px){a.DNHyx7Bp,div.DNHyx7Bp{padding-left:0;padding-right:0}}@media(min-width:768px){a.DNHyx7Bp,div.DNHyx7Bp{margin-bottom:12px}}a.DNHyx7Bp path,div.DNHyx7Bp path{fill:var(--black-800-opacity-38);transition:.1s;transition-property:fill}a.DNHyx7Bp:hover path,div.DNHyx7Bp:hover path{fill:var(--blue-700);transition:.1s;transition-property:fill}.x_3AtPcy{font-size:24px;font-weight:700;line-height:32px;margin-right:8px;text-align:center}@media(min-width:768px){.x_3AtPcy{font-size:30px;line-height:36px}}.InHL_L3N{font-weight:700}.zBGU0GYl{align-items:baseline;display:flex;margin-bottom:12px}.NZjODlzj{font-size:18px;font-weight:700;margin-right:5px}.sL4DF1LN{color:var(--black-700)}.sL4DF1LN:hover{color:var(--blue-700)}.Vli17Ps_{color:var(--black-400);font-size:18px;font-weight:400}.q7oFbCf2{border-radius:12px;color:var(--white);font-size:10px;font-weight:700;height:20px;line-height:20px;text-align:center;text-transform:uppercase;white-space:nowrap}.q7oFbCf2>span{padding-left:8px;padding-right:8px}.kmQJ1_Rj{background-color:var(--black-300)}.e8qT3oNu{background-color:var(--purple-700)}.GPz4P6q8{background-color:var(--green-700)}@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);border-radius:.25rem;display:inline-flex;line-height:1;overflow:hidden;position:relative;user-select:none;width:100%}.react-loading-skeleton:after{animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-iteration-count:infinite;animation-name:react-loading-skeleton;animation-timing-function:ease-in-out;background-image:linear-gradient(90deg,var(--base-color),var(--highlight-color),var(--base-color));background-repeat:no-repeat;content:" ";display:var(--pseudo-element-display);height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}.TCBqHttq{align-items:center;background-color:#fff;border:1px solid #e9e9e9;border-radius:6px;display:flex;flex-direction:row;height:72px;justify-content:space-between;max-width:1160px}.no-touch .TCBqHttq:hover{border:1px solid var(--black-400);box-shadow:0 2px 12px 0 var(--black-800-opacity-10);cursor:pointer;text-decoration:none}.TCBqHttq .uBSj2EBb{display:flex;flex-direction:column}.TCBqHttq .uBSj2EBb .RzuNTrby{align-items:center;color:var(--text-primary);display:flex;flex-direction:row;font-size:16px;line-height:24px;margin-bottom:4px}.TCBqHttq .uBSj2EBb .RzuNTrby>div:first-child{margin-left:16px;margin-right:12px}.TCBqHttq .uBSj2EBb .QQdd6gl5{color:var(--text-secondary);display:flex;flex-direction:row;font-size:14px;line-height:20px}.TCBqHttq .uBSj2EBb .QQdd6gl5>span:first-child{margin-left:44px;margin-right:16px}.TCBqHttq .uBSj2EBb .QQdd6gl5 .NJjaUv07{margin-left:16px}.TCBqHttq .g4XrNzXc{margin-right:16px}.EW2rQiBC{align-items:center;display:flex;flex-direction:row}.EW2rQiBC>div:last-child{margin-left:8px}.Xf10pFLZ{display:flex;flex-direction:column;width:240px}.Xf10pFLZ .D1X4PsUG{height:12px}.Xf10pFLZ .bb7hUJWU{background-color:var(--black-100);border-radius:6px;height:12px;height:100%}.Xf10pFLZ .ydtRG1Do{background-color:var(--green-300);border-radius:6px;height:12px}.Xf10pFLZ .beDFNX7Q{background-color:var(--green-700);border-radius:6px;height:12px;position:relative;top:-12px}.CEGqqHX5{color:var(--text-primary);font-size:16px;line-height:24px;min-width:288px}.CEGqqHX5,.CEGqqHX5 .ZTU6Gr_F{display:flex;flex-direction:column}.CEGqqHX5 .ZTU6Gr_F{margin-bottom:12px}@media(min-width:768px){.CEGqqHX5 .ZTU6Gr_F{flex-direction:row;margin-bottom:16px}}.CEGqqHX5 .ZTU6Gr_F .ZL_S9_FN{align-items:center;display:flex;flex-direction:row;margin-bottom:8px}@media(min-width:768px){.CEGqqHX5 .ZTU6Gr_F .ZL_S9_FN{margin-bottom:0;margin-right:18px}.CEGqqHX5 .ZTU6Gr_F .ZL_S9_FN:last-child{margin-right:0}}.CEGqqHX5 .ZTU6Gr_F .ZL_S9_FN .MJwvqbh4{font-weight:700;margin-left:8px}.CEGqqHX5 .yiQx4l54{color:var(--text-primary);font-size:14px;line-height:20px}@media(min-width:768px){.CEGqqHX5 .yiQx4l54{width:330px}}.CEGqqHX5 .yiQx4l54 a{display:inline-block}.yJNL0Cb2{border-radius:12px;display:block;min-height:100px;padding-bottom:16px;position:relative;transition:all .2s ease-in;transition:z-index .2s steps(2,jump-start);z-index:1}.yJNL0Cb2.zaN5CRkL{background:linear-gradient(135deg,var(--blue-100) 0,var(--blue-200) 100%)}.yJNL0Cb2.W637gS82{background:linear-gradient(135deg,var(--green-100) 0,var(--green-200) 100%)}.yJNL0Cb2.V0J9aZxg{background:linear-gradient(135deg,var(--pink-100) 0,var(--pink-200) 100%)}.yJNL0Cb2.tkb7ExTY{background:linear-gradient(135deg,var(--yellow-100) 0,var(--yellow-200) 100%)}.yJNL0Cb2.XISkTZl3{background:linear-gradient(135deg,var(--black-100) 0,var(--black-200) 100%)}.yJNL0Cb2.jDhM_vAj{background:linear-gradient(135deg,var(--purple-100) 0,var(--purple-200) 100%)}.no-touch .yJNL0Cb2:hover{transition:z-index 0s step-start;z-index:3}.yJNL0Cb2:before{background:var(--white);border-radius:12px;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s ease-in;z-index:-1}@media(min-width:768px){.yJNL0Cb2.waCIa9hY.FQrmXa5f .t9Z_w0I6{cursor:default}.no-touch .yJNL0Cb2.waCIa9hY.FQrmXa5f:hover,.yJNL0Cb2.waCIa9hY.FQrmXa5f:focus{box-shadow:0 0 0 var(--black-800-opacity-05),0 4px 6px var(--black-800-opacity-10),0 8px 24px var(--black-800-opacity-20);transition:all .3s ease-in}.no-touch .yJNL0Cb2.waCIa9hY.FQrmXa5f:hover:before,.yJNL0Cb2.waCIa9hY.FQrmXa5f:focus:before{opacity:1;transition:all .3s ease-in}.no-touch .yJNL0Cb2.waCIa9hY.FQrmXa5f:hover .faoBMMzt,.yJNL0Cb2.waCIa9hY.FQrmXa5f:focus .faoBMMzt{white-space:normal}.no-touch .yJNL0Cb2.waCIa9hY.FQrmXa5f:hover .W010mCC2,.yJNL0Cb2.waCIa9hY.FQrmXa5f:focus .W010mCC2{background:var(--black-100)}.no-touch .yJNL0Cb2.waCIa9hY.FQrmXa5f:hover .qH_sqwqC,.yJNL0Cb2.waCIa9hY.FQrmXa5f:focus .qH_sqwqC{margin-top:8px;max-height:100px;opacity:1;transition:opacity .2s ease-in .1s,max-height .3s ease-in,margin-top .3s ease-in,visibility .3s ease-in;visibility:visible}.no-touch .yJNL0Cb2.waCIa9hY.FQrmXa5f:hover .t9Z_w0I6,.yJNL0Cb2.waCIa9hY.FQrmXa5f:focus .t9Z_w0I6{padding-bottom:8px}}.t9Z_w0I6{align-items:center;display:flex;padding:16px 16px 0}.xgYtCdsr{height:56px;min-width:56px;transition:all .2s ease-in;width:56px}.xUQQ6ZlP{flex-grow:1;font-weight:400;margin-left:16px;min-height:68px;overflow:hidden;pointer-events:none;text-align:left}.bEFHwL9H,.xUQQ6ZlP{display:flex;flex-direction:column;justify-content:center}.bEFHwL9H{align-self:start;height:68px}.faoBMMzt{color:var(--text-primary);font-size:16px;font-weight:700;line-height:24px;overflow:hidden;text-overflow:ellipsis;transition:all .6s ease;white-space:nowrap}.nF2uhZ7b{padding-right:24px}.qEWYYHQH{color:var(--text-secondary);font-size:14px;line-height:20px;transition:all .6s ease}.W010mCC2{background:var(--white);border-radius:12px;height:0;margin-top:0;opacity:0;transform:translateY(-8px);transition-duration:0s;visibility:hidden}.FUwQCu4a{height:12px;margin-top:8px;opacity:1;transform:translateY(0);transition:transform .6s ease,visibility .6s ease,opacity .6s ease,height .6s ease;visibility:visible}.FwUSKn7S{background:var(--green-300)}.A3Xy0V_j,.FwUSKn7S{border-radius:8px;height:8px;left:2px;position:absolute;top:2px}.A3Xy0V_j{background:var(--green-700)}.qH_sqwqC{display:flex;margin-top:0;max-height:0;opacity:0;overflow:hidden;padding:0 16px;transition:opacity .1s ease-in,max-height .2s ease-in,margin-top .2s ease-in,visibility .2s ease-in;visibility:hidden}.qH_sqwqC a{flex-grow:1;height:40px}.qH_sqwqC a:last-of-type:not(:first-of-type){margin:0 0 0 12px}@media(min-width:768px)and (max-width:1023px){.qH_sqwqC:not(.I_dmwuBZ){flex-direction:column}.qH_sqwqC:not(.I_dmwuBZ) a:last-of-type:not(:first-of-type){margin:12px 0 0}}@media(min-width:1024px)and (max-width:1279px){.qH_sqwqC:not(.I_dmwuBZ) a>span{margin:0!important}.qH_sqwqC:not(.I_dmwuBZ) a>span:first-of-type{display:none}}@media(min-width:768px)and (max-width:1279px){.qH_sqwqC.I_dmwuBZ{flex-direction:column}.qH_sqwqC.I_dmwuBZ a:last-of-type:not(:first-of-type){margin:12px 0 0}}@media(min-width:1280px){.qH_sqwqC.I_dmwuBZ a>span{margin:0!important}.qH_sqwqC.I_dmwuBZ a>span:first-of-type{display:none}}.hqaaub4_{border-radius:20px;overflow:hidden;position:absolute;right:8px;top:8px;--hoverInsideTransition-var:all 0.3s ease-in;--hoverOutsideTransition-var:all 0.2s ease-in}.hqaaub4_.ZzfwFTwf{transition:.1s}.hqaaub4_.Ye1mar9s{top:0}.hqaaub4_ .Sj4unvqy{align-items:center;background:var(--white);border-radius:20px;display:flex;height:32px;justify-content:center;position:relative;width:32px;z-index:1}.hqaaub4_ .Sj4unvqy:before{background:linear-gradient(135deg,var(--yellow-600) 0,var(--yellow-700) 100%);border-radius:20px;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:var(--hoverOutsideTransition-var);z-index:-1}.hqaaub4_ .Sj4unvqy:after{background:var(--white);content:"";height:100%;opacity:.5;position:absolute;transform:rotate(33deg) translateX(150%);width:67%}.hqaaub4_ .Sj4unvqy path{fill:var(--yellow-700);transition:var(--hoverOutsideTransition-var)}.hqaaub4_ .Sj4unvqy.RXFHq0fq:before{opacity:1;transition:var(--hoverInsideTransition-var)}.hqaaub4_ .Sj4unvqy.RXFHq0fq:after{animation:VXvtNfVg 1s linear .5s,VXvtNfVg 1s linear 1.9s}.hqaaub4_ .Sj4unvqy.RXFHq0fq path{fill:var(--white)}.hqaaub4_ .Sj4unvqy.RXFHq0fq .voeaAGoA{animation:So1FyXA6 .85s ease-in .8s}.hqaaub4_ .Sj4unvqy.RXFHq0fq .TFAR7fJi{animation:So1FyXA6 .85s ease-in 1.6s}.TFAR7fJi,.ohsf0ueP,.voeaAGoA{height:12px;position:absolute;transform:rotate(8deg) scale(0);width:12px}.voeaAGoA{left:1px;top:1px}.TFAR7fJi{bottom:3px;right:3px}@keyframes VXvtNfVg{0%{transform:rotate(33deg) translateX(150%)}to{transform:rotate(33deg) translateX(-150%)}}@keyframes So1FyXA6{35%,55%{transform:rotate(8deg) scale(.8)}to{transform:rotate(8deg) scale(0)}}.WxWB1Tcu>div{margin-bottom:12px}.L1V3qkDq{color:var(--text-secondary);display:none;font-size:18px;line-height:24px}@media(min-width:768px){.L1V3qkDq{display:block}}.screenReaderText{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.czrDjnf5{display:none}@media(min-width:768px){.czrDjnf5{display:block}}.Q5cp9yVJ{font-size:14px;line-height:24px;padding:6px 24px}.u4H3ys3U{border-radius:12px;display:block;min-height:100px;padding:16px;position:relative;transition:all .3s ease-in;z-index:1}.u4H3ys3U.zJxKWiFd{background:linear-gradient(135deg,var(--blue-100) 0,var(--blue-200) 100%)}.u4H3ys3U.WwS02q78{background:linear-gradient(135deg,var(--green-100) 0,var(--green-200) 100%)}.u4H3ys3U.vrz9rd85{background:linear-gradient(135deg,var(--pink-100) 0,var(--pink-200) 100%)}.u4H3ys3U.IRRw8YPr{background:linear-gradient(135deg,var(--yellow-100) 0,var(--yellow-200) 100%)}.u4H3ys3U._2ZJdRfT0{background:linear-gradient(135deg,var(--black-100) 0,var(--black-200) 100%)}.u4H3ys3U.jyKBqPtT{background:linear-gradient(135deg,var(--purple-100) 0,var(--purple-200) 100%)}.no-touch .u4H3ys3U:hover,.u4H3ys3U:focus{box-shadow:0 0 0 var(--black-800-opacity-05),0 4px 6px var(--black-800-opacity-10),0 8px 24px var(--black-800-opacity-20);transition:all .2s ease-in}.no-touch .u4H3ys3U:hover .psslAbft,.u4H3ys3U:focus .psslAbft{white-space:normal}.bZn4uYfm{align-items:center;display:flex}.xY3Zzzul{height:56px;transition:all .3s ease-in;width:56px}.MC4Wy950{flex-grow:1;font-weight:400;margin-left:16px;min-height:68px;overflow:hidden;pointer-events:none;text-align:left}.MC4Wy950,.MQoHBUUl{display:flex;flex-direction:column;justify-content:center}.MQoHBUUl{align-self:start;height:68px}.psslAbft{color:var(--text-primary);font-size:16px;font-weight:700;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lmEZC3oy,.psslAbft{transition:all .6s ease}.lmEZC3oy{color:var(--text-secondary);font-size:14px;line-height:20px}@media(max-width:767px){.lmEZC3oy .E78vsNTs{display:block}.lmEZC3oy .OKnMWR5F{display:none}}@media(min-width:768px){.lmEZC3oy .E78vsNTs{display:none}.lmEZC3oy .OKnMWR5F{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.hkG7qDiW{align-self:flex-start;border-radius:8px;color:var(--white);font-size:8px;font-weight:700;line-height:16px;margin-top:5px;padding:0 8px;text-transform:uppercase}.VPopqC4f,.hkG7qDiW{background:var(--black-300)}.TkAmnm_H{background:var(--purple-700)}.zzZSdLhH{background:var(--green-700)}.pqyofG5w{margin-bottom:-8px;margin-top:16px}@media(min-width:768px){.pqyofG5w{margin-bottom:-16px;margin-top:12px}}.BtcOA6sA{margin-bottom:-8px;margin-top:16px}@media(min-width:768px){.BtcOA6sA{margin-top:12px}}.d3xZMSlg{display:grid;gap:16px;grid-auto-rows:100px;grid-template-rows:repeat(auto-fill,100px)}.slNAxmSr{grid-template-columns:minmax(216.5px,1fr)}@media(min-width:481px){.slNAxmSr{grid-template-columns:minmax(216.5px,1fr) minmax(216.5px,1fr)}}@media(min-width:768px){.slNAxmSr{grid-template-columns:minmax(229.33px,1fr) minmax(229.33px,1fr) minmax(229.33px,1fr)}}.slNAxmSr .bh09PBAv:nth-child(n+5){display:none}@media(min-width:481px){.slNAxmSr .bh09PBAv:nth-child(n+5){display:none}}@media(min-width:768px){.slNAxmSr .bh09PBAv:nth-child(n+4){display:none}}.V6cGBCA5{grid-template-columns:minmax(216.5px,1fr)}@media(min-width:481px){.V6cGBCA5{grid-template-columns:minmax(216.5px,1fr) minmax(216.5px,1fr)}}@media(min-width:768px){.V6cGBCA5{grid-template-columns:minmax(229.33px,1fr) minmax(229.33px,1fr) minmax(229.33px,1fr)}}@media(max-width:480px){.V6cGBCA5 .bh09PBAv:nth-child(n+5){display:none}}@media(min-width:481px)and (max-width:767px){.V6cGBCA5 .bh09PBAv:nth-child(n+5){display:none}}@media(min-width:768px){.V6cGBCA5 .bh09PBAv:nth-child(n+10){display:none}}.FhDLTCry{grid-template-columns:minmax(216.5px,1fr)}@media(min-width:481px){.FhDLTCry{grid-template-columns:minmax(216.5px,1fr) minmax(216.5px,1fr)}}@media(min-width:768px){.FhDLTCry{grid-template-columns:minmax(229.33px,1fr) minmax(229.33px,1fr) minmax(229.33px,1fr)}}@media(max-width:480px){.FhDLTCry .bh09PBAv:nth-child(n+17){display:none}}@media(min-width:481px)and (max-width:767px){.FhDLTCry .bh09PBAv:nth-child(n+17){display:none}}@media(min-width:768px){.FhDLTCry .bh09PBAv:nth-child(n+16){display:none}}.EP3to9kj{grid-template-columns:minmax(216.5px,1fr)}@media(min-width:481px){.EP3to9kj{grid-template-columns:minmax(216.5px,1fr) minmax(216.5px,1fr)}}@media(min-width:768px){.EP3to9kj{grid-template-columns:minmax(229.33px,1fr) minmax(229.33px,1fr) minmax(229.33px,1fr)}}@media(max-width:480px){.EP3to9kj .bh09PBAv:nth-child(n+5){display:none}}@media(min-width:481px)and (max-width:767px){.EP3to9kj .bh09PBAv:nth-child(n+3){display:none}}@media(min-width:768px){.EP3to9kj .bh09PBAv:nth-child(n+4){display:none}}@media(max-width:480px){.EP3to9kj{grid-auto-flow:column;grid-template-columns:repeat(auto-fill,232px);overflow-x:auto}.EP3to9kj .bh09PBAv{width:232px}}.fifLJHY1{grid-template-columns:minmax(216.5px,1fr)}@media(min-width:481px){.fifLJHY1{grid-template-columns:minmax(216.5px,1fr) minmax(216.5px,1fr)}}@media(min-width:768px){.fifLJHY1{grid-template-columns:minmax(229.33px,1fr) minmax(229.33px,1fr) minmax(229.33px,1fr)}}.hnxJo4SQ{grid-template-columns:minmax(216.5px,1fr)}@media(min-width:481px){.hnxJo4SQ{grid-template-columns:minmax(216.5px,1fr) minmax(216.5px,1fr)}}@media(min-width:768px){.hnxJo4SQ{grid-template-columns:minmax(229.33px,1fr) minmax(229.33px,1fr) minmax(229.33px,1fr)}}.JjTvrjjJ{--column-gap:16px;--row-gap:16px;column-gap:var(--column-gap);display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:var(--row-gap);row-gap:var(--row-gap)}@media(min-width:481px){.JjTvrjjJ{--row-gap:24px}}.JjTvrjjJ ._S9LMsj6{color:var(--text-primary);transition:.1s;transition-property:color}.JjTvrjjJ ._S9LMsj6 .EaRUeMEG{border-radius:6px;transition:.3s;transition-property:transform,box-shadow}.JjTvrjjJ ._S9LMsj6 a:focus,.no-touch .JjTvrjjJ ._S9LMsj6:hover{color:var(--blue-700);outline:none}.JjTvrjjJ ._S9LMsj6 a:focus .EaRUeMEG,.no-touch .JjTvrjjJ ._S9LMsj6:hover .EaRUeMEG{box-shadow:0 8px 24px 0 var(--black-800-opacity-16);transform:translateY(-8px)}.JjTvrjjJ .Ksilz_XM{width:136px}@media(min-width:481px){.JjTvrjjJ .Ksilz_XM{width:216px}}.JjTvrjjJ .Ksilz_XM .EaRUeMEG{height:68px}@media(min-width:481px){.JjTvrjjJ .Ksilz_XM .EaRUeMEG{height:92px}}.JjTvrjjJ .Ksilz_XM .FA8wOOIZ{margin-top:8px;text-align:center}.JjTvrjjJ .Ksilz_XM .FA8wOOIZ .SGjvAIeb{font-size:14px;font-weight:700;line-height:20px;margin-top:4px}@media(min-width:481px){.JjTvrjjJ .Ksilz_XM .FA8wOOIZ .SGjvAIeb{font-size:18px;line-height:24px}}.JjTvrjjJ .Ksilz_XM .FA8wOOIZ .DAN_lCHS{color:var(--text-secondary);font-size:12px;line-height:16px;margin-top:4px}.JjTvrjjJ.LndphvZM{width:348px}@media(min-width:481px){.JjTvrjjJ.LndphvZM{width:100%}}@media(min-width:768px){.JjTvrjjJ.LndphvZM .Ksilz_XM{width:229px}}@media(min-width:1024px){.JjTvrjjJ.LndphvZM .Ksilz_XM{width:232px}}@media(min-width:1280px){.JjTvrjjJ.LndphvZM .Ksilz_XM{width:278px}}.JjTvrjjJ.YxLvSyZX{justify-content:left}@media(min-width:768px){.JjTvrjjJ.YxLvSyZX{width:532px}}@media(min-width:1280px){.JjTvrjjJ.YxLvSyZX{width:712px}}@media(min-width:768px){.JjTvrjjJ.YxLvSyZX .Ksilz_XM{width:258px}}@media(min-width:1280px){.JjTvrjjJ.YxLvSyZX .Ksilz_XM{width:226px}}.JjTvrjjJ.YxLvSyZX.fqDZO69K{justify-content:center;margin-left:-8px;--row-gap:16px}.JjTvrjjJ.YxLvSyZX.fqDZO69K ._S9LMsj6:nth-of-type(3){display:none}.JjTvrjjJ.YxLvSyZX.gJLV3vpT{--column-gap:24px;margin-left:0}@media(min-width:1280px){.JjTvrjjJ.YxLvSyZX.gJLV3vpT{--column-gap:16px}.JjTvrjjJ.YxLvSyZX.gJLV3vpT ._S9LMsj6:nth-of-type(3){display:block}}.JjTvrjjJ.YxLvSyZX.gJLV3vpT ._S9LMsj6 .Ksilz_XM{width:232px}.JjTvrjjJ.YxLvSyZX.gJLV3vpT ._S9LMsj6 .Ksilz_XM .EaRUeMEG{height:92px}.JjTvrjjJ.YxLvSyZX.gJLV3vpT ._S9LMsj6 .Ksilz_XM .SGjvAIeb{font-size:18px;line-height:24px}@media(min-width:1280px){.JjTvrjjJ.YxLvSyZX.gJLV3vpT ._S9LMsj6 .Ksilz_XM{width:216px}}.SirLg7li{display:block;position:relative}.bvfBGXYu{color:var(--text-secondary);font-size:16px;line-height:24px;margin-left:8px}@keyframes xfEUOMm9{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.xfEUOMm9{animation-duration:1s;animation-iteration-count:infinite;animation-name:xfEUOMm9;animation-timing-function:ease-in-out;display:inline-block}.XDNCW72L{padding:5px 24px}.MGYV7izh{background:var(--black-100);border-radius:5px 0 0 5px;height:8px;margin-right:18px;position:relative;--fill-color:var(--blue-700);--full-color:var(--green-700);--track-color:var(--black-100);background-color:var(--track-color)}.SmlrXRXJ{--track-color:var(--white)}.XvH9yHwf{--fill-color:var(--black-100)}.GPicYrcH{--fill-color:var(--full-color);--track-color:var(--full-color)}.q_gDao3w{background-color:var(--fill-color);border-radius:5px;bottom:0;left:0;position:absolute;top:0}.tJR4qh58{border-radius:100%;color:var(--track-color);height:20px;position:absolute;right:-18px;top:-7px;width:20px}.J61f8V27{margin-bottom:24px}.mXuiDN4d{border-radius:6px;display:flex;height:100%;justify-content:center;width:100%}.mXuiDN4d.YJ3VQQf1{background:linear-gradient(135deg,var(--blue-100) 0,var(--blue-200) 100%)}.mXuiDN4d.F6aTtM7D{background:linear-gradient(135deg,var(--green-100) 0,var(--green-200) 100%)}.mXuiDN4d.WH8OSnbw{background:linear-gradient(135deg,var(--pink-100) 0,var(--pink-200) 100%)}.mXuiDN4d.FTH4OySw{background:linear-gradient(135deg,var(--yellow-100) 0,var(--yellow-200) 100%)}.mXuiDN4d.dDE9tsBS{background:linear-gradient(135deg,var(--black-100) 0,var(--black-200) 100%)}.mXuiDN4d.JhNbXAO8{background:linear-gradient(135deg,var(--purple-100) 0,var(--purple-200) 100%)}.WQb46Po4{padding:8px}.F1Zz5Q6l{width:288px}@media(min-width:481px){.F1Zz5Q6l{width:100%}}.B9R_8b2S.h2LuJ94J{padding:0 24px}.B9R_8b2S.h2LuJ94J .cyl0p_cV{margin:40px auto 0;min-width:976px;padding:32px 0}.B9R_8b2S.h2LuJ94J .IHaiBjlx{font-size:30px;line-height:36px}.B9R_8b2S.h2LuJ94J .BCgE0Tlz{margin-top:12px}.B9R_8b2S.h2LuJ94J .qozs1MJQ:first-child{margin-bottom:0;margin-right:16px}.B9R_8b2S.h2LuJ94J .rZSsUhDO{flex-direction:row}.cyl0p_cV{background-color:var(--black-100);border-radius:6px;height:192px;margin:24px auto 0;padding:16px 0;text-align:center;width:calc(100% - 32px)}@media(min-width:481px){.cyl0p_cV{padding:36px 0;width:449px}}@media(min-width:768px){.cyl0p_cV{padding:32px 0;width:720px}}@media(min-width:1024px){.cyl0p_cV{margin-top:40px;width:976px}}@media(min-width:1280px){.cyl0p_cV{width:1162px}}.IHaiBjlx{color:var(--text-primary);font-size:21px;font-weight:700;line-height:28px}@media(min-width:481px){.IHaiBjlx{font-size:24px;line-height:32px}}@media(min-width:768px){.IHaiBjlx{font-size:30px;line-height:36px}}.BCgE0Tlz{color:var(--text-secondary);font-size:18px;line-height:24px;margin-bottom:16px;margin-top:4px}@media(min-width:481px){.BCgE0Tlz{margin-top:8px}}@media(min-width:768px){.BCgE0Tlz{margin-top:12px}}.qozs1MJQ{height:40px;width:135px}.qozs1MJQ:first-child{margin-bottom:8px}@media(min-width:481px){.qozs1MJQ:first-child{margin-bottom:0;margin-right:16px}}.rZSsUhDO{align-items:center;display:flex;flex-direction:column;justify-content:center}@media(min-width:481px){.rZSsUhDO{flex-direction:row}}</style><style type="text/css">.P2r9vUSS,.RVSx0wIh,.UhPOT6gU,.fSp0ylXD,.rI2Tj0nw{display:flex;justify-content:center}.RVSx0wIh{margin-bottom:16px}.XKP_TaQz{display:flex;justify-content:center;margin-bottom:8px}.knQ598bW{margin-bottom:0!important}.NgnhwZKc{background:var(--background-default-tertiary-disabled)}#AdTopSmall-container{height:50px!important;position:relative;z-index:1}.ezIdDdZL,.gQmPJqZK,.s0abrHMS{height:50px;min-height:50px;overflow:hidden;width:320px}.Nk_zmhUZ,.zK_0q_cB{display:flex;justify-content:center;margin-right:16px}@media(min-width:1024px){.Nk_zmhUZ.I00ljRnw,.zK_0q_cB.I00ljRnw{align-items:center;background:var(--background-default-tertiary-disabled);height:83.3333333333vw;margin:16px 0;width:100vw}}.ioe7rO1m,.mW57A25n{height:50px;min-height:50px;overflow:hidden;width:320px}@media(min-width:1024px){.ioe7rO1m,.mW57A25n{height:90px;width:728px}}.PuuI7D9x,.XQsQXVR1{height:90px!important}.rI2Tj0nw{margin:16px 0 0}.fSp0ylXD{padding:5px 0}.RnwtzQlH,.tbn3C0x7{display:none}@media(min-width:1024px){.RnwtzQlH,.tbn3C0x7{display:block;width:160px}}.HoZVN_OI,.T3vGwB19,.vD5hjDxW{display:flex;justify-content:center;margin-right:16px}.P2r9vUSS.I00ljRnw,.fSp0ylXD.I00ljRnw{align-items:center;background:var(--background-default-tertiary-disabled);height:83.3333333333vw;margin:16px 0;width:100vw}.o_zfS_0d{align-items:start!important;height:auto!important;margin-left:-16px!important;min-height:480px}.o_zfS_0d>div{margin-bottom:8px;margin-top:8px;position:sticky;top:60px}.bAInzu3F,.pbmDxKfw{min-height:250px;min-width:300px}.T3vGwB19{align-items:center;-ms-flex-direction:column}.c0UgOOkO{display:flex;justify-content:center}.tWXYPNmE{background:var(--surface-base);bottom:0;height:50px;margin-bottom:0;position:fixed;width:100%;z-index:10}.tWXYPNmE.xFgssfNL{height:86px}.MbE0i0g4,.Q8VfTOTu,.Sac_L5Vs,.dHvDMqOk,.f_3nHnKV{min-height:250px;min-width:300px}.UMW8SvHd,.YKQZ4blT{height:90px;width:728px}.CEoxiAlm{display:flex;justify-content:center}.PHVyJGaC{min-width:400px}.RGek5c9z{margin-left:-16px!important}.ui9CX95F{margin:48px 0}.ui9CX95F.ib2XEAbm{margin:24px 0}.ui9CX95F>.T3vGwB19,.ui9CX95F>.vD5hjDxW{display:none}@media(min-width:1280px){.ui9CX95F>.T3vGwB19,.ui9CX95F>.vD5hjDxW{display:block}}.CII6lqXg{display:flex;justify-content:center;margin:8px 0}.pt4QJ8X3{margin:0 auto;padding:0 26px;width:1024px}@media(min-width:1280px){.pt4QJ8X3{padding:0 60px;width:1280px}}#removeAdsSidebar{display:flex;justify-content:center}.UoV8MgIE{font-size:14px;line-height:20px}.Ke24mhn4{background-color:var(--surface-base);min-height:calc(100vh - 50px);padding:32px 0}.Ke24mhn4>h1:first-of-type{margin-top:0}.Ke24mhn4.OT3Ybe6v{min-height:100vh}.Ke24mhn4.FDBPbyne{padding:32px 16px}.Ke24mhn4.YDhCfxhv{padding-top:16px}@media(min-width:768px){.Ke24mhn4.YDhCfxhv{padding-top:20px}}.Ke24mhn4.nc8lhzVT{padding-top:0}.Ke24mhn4.kbwSf45S{background-color:unset}.FFLzBMUY{display:block}@media(min-width:768px){.FFLzBMUY{display:none}}.OaPal8rp{margin-bottom:-8px;margin-top:16px}@media(min-width:768px){.OaPal8rp{margin-bottom:-16px;margin-top:12px}}.UEkHtm0L{margin-bottom:-8px;margin-top:16px}@media(min-width:768px){.UEkHtm0L{margin-top:12px}}.JJ2zHS7p{display:flex;justify-content:center;margin-bottom:16px}@media(min-width:768px){.JJ2zHS7p{margin-bottom:24px}}.kb5k27wd{display:none}@media(min-width:768px){.kb5k27wd{display:block}}.KNBuvW2D{display:block}@media(min-width:1024px){.KNBuvW2D{display:none}}.WUX7GAZz{display:none}@media(min-width:1024px){.WUX7GAZz{display:block}}</style><script type="application/ld+json">{"@context":"https:\u002F\u002Fschema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"SpanishDictionary.com","item":"https:\u002F\u002Fwww.spanishdict.com"},{"@type":"ListItem","position":2,"name":"Grammar","item":"https:\u002F\u002Fwww.spanishdict.com\u002Fguide"}]}</script><template><!--
        Emoji artwork provided by Twemoji (https://github.com/twitter/twemoji)
        © Twitter and contributors
        Licensed under CC-BY 4.0: https://creativecommons.org/licenses/by/4.0/
      --></template></head><body data-datetime="2026-06-09T02:29:19+00:00" data-is-mobile="false" data-neodarwin-asset-host="neodarwin-prod.sdcdns.com" class="no-touch" style="-webkit-font-smoothing:antialiased"><script id="sd_analytics" data-webp="false"></script><script type="text/javascript">
      var _qevents = _qevents || [];
      (function() {
        var elem = document.createElement('script');
        elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js";
        elem.async = true;
        elem.type = "text/javascript";
        var scpt = document.getElementsByTagName('script')[0];
        scpt.parentNode.insertBefore(elem, scpt);
      })();

      _qevents.push({
        qacct:"p-J6UREPaB79qHH"
      });
    </script><noscript><div style="display:none"><img src="//pixel.quantserve.com/pixel/p-J6UREPaB79qHH.gif" alt="Quantcast" style="border:none" height="1" width="1"/></div></noscript><div id="root"><div class="Spcmr8DS"><div style="background-color:var(--surface-base)"><header><div class="WoPlw_mP"><nav><div class="TZ7K3qhE"><div class="jVCgbjzs"><div class="vC5nREkc"><a href="/" class="tCur1iYh" aria-label="SpanishDictionary.com Homepage"><svg viewBox="0 0 879 75" fill="none" role="img" aria-label="SpanishDictionary.com logo"><path fill-rule="evenodd" clip-rule="evenodd" d="M46.3 54.9c2.3-1.7 4-3.8 5.3-6a18 18 0 0 0-.2-15.7c-1.2-2.4-2.8-4-5-5.6a27.8 27.8 0 0 0-7.8-3.6c-3-1-6.2-1.7-9.8-2.3a27 27 0 0 1-6.1-1.7c-1.4-.6-2-1.7-2-3 0-1.7.6-2.7 2-3.4 1.4-.6 3.2-.9 5.6-.9 1.2 0 2.5.2 3.7.5 1.4.3 2.7.7 4 1.2l3.4 1.9c1 .7 1.9 1.4 2.6 2.1l9.3-9.7a22 22 0 0 0-3.6-3.1A28.9 28.9 0 0 0 35.5.8C32.7.3 29.7 0 26 0c-4 0-7.7.6-10.8 1.7-3.1 1-5.6 2.6-7.8 4.3A17.2 17.2 0 0 0 .9 18.4c0 2.2.4 4.2 1 6.2s1.9 4 3.6 5.6a25 25 0 0 0 7 4.7 46 46 0 0 0 11.4 3c3.8.7 6.3 1.3 7.7 2.2 1.4.8 2 2 2 3.4s-.8 2.4-2.3 3.1c-1.6.8-3.6 1.1-6.1 1.1-1.8 0-3.5-.3-5.2-.9a32.8 32.8 0 0 1-8.4-4.8c-1.1-1-2-1.7-2.4-2.3L0 50.7c1 .9 2.2 2 3.6 3C5 55 6.7 56 8.9 57a46.2 46.2 0 0 0 28.8 1.9c3.4-1 6.2-2.2 8.6-4ZM371 42c1.5-3.4 2.3-7.5 2.3-12a25.7 25.7 0 0 0-9-21.2 28 28 0 0 0-10.2-5.6 42 42 0 0 0-12.8-2H315v57.3h26.3c4.7 0 8.9-.6 12.8-1.9a28 28 0 0 0 10.2-5.6c2.8-2.4 5.1-5.4 6.7-9Zm-19.2-22.6c1.2 1.4 2 3 2.6 4.8a31 31 0 0 1 1 6c0 2-.4 3.8-1 5.5a14.3 14.3 0 0 1-7.2 7.9c-1.7.8-3.7 1.2-6 1.2H333V15.2l8.5.1c2.3 0 4.4.4 6 1.1 1.8.8 3.4 1.7 4.5 3.1Zm39.5 17.8h-14.2l-2.4-35.8h19l-2.4 35.8Zm1.4 16.2a9.2 9.2 0 0 1-5 4.6c-1.1.5-2.3.8-3.6.8-1.2 0-2.5-.3-3.6-.8-1-.5-2.2-1-3-1.8a9.2 9.2 0 0 1-2-2.8c-.5-1.1-.8-2.4-.8-3.6 0-1.2.3-2.5.8-3.6a9.2 9.2 0 0 1 5-4.6c1.1-.5 2.4-.8 3.6-.8 1.3 0 2.5.3 3.6.8 1 .4 2 1 3 1.8.7.8 1.5 1.7 2 2.8.5 1.1.8 2.4.8 3.6 0 1.2-.3 2.5-.8 3.6Zm75.5 4.1c-.6.5-1.6.8-2.5 1.1l-3.6 1c-1.4.1-3.1.3-5 .3-4.7 0-8.4-1.1-11-3.4-2.4-2.4-3.7-5.6-3.7-10V28h-7v-2.5l-8.6 7.4a7.1 7.1 0 0 0-2.7-3.1 8.6 8.6 0 0 0-4.5-1.3c-2.2 0-4.2.8-5.8 2.5-1.7 1.7-2.5 4-2.5 7.1 0 3.1.8 5.6 2.5 7.1a7.9 7.9 0 0 0 5.8 2.5 9 9 0 0 0 4.5-1.2c1.3-1 2.2-1.9 2.7-3l10.1 8.7-1 1-1.5 1.3a25.3 25.3 0 0 1-15.6 5.1 27 27 0 0 1-9.4-1.5c-3-1-5.4-2.5-7.5-4.3a21 21 0 0 1-6.9-15.8 20.3 20.3 0 0 1 7-15.7 26 26 0 0 1 7.4-4.5 27 27 0 0 1 16-.8 20 20 0 0 1 10 5.4v-5h7V6h15.8v11.4h8.6V28h-8.6v15.4c0 2.6 1.2 3.9 3.9 3.9 1 0 1.9-.2 2.5-.7l1-.7 4.2 10.8-.6.3c-.3.2-.6.5-1 .6Zm-173.9-1.8v2.9h16.2c-.2-4.2-.2-7.7-.2-10.8V29.3a13.5 13.5 0 0 0-3.3-9.3c-1-1.3-2.6-2.2-4.3-2.8-2-.8-4-1-6.4-1a19.9 19.9 0 0 0-14.7 5.6V1.5h-15.8v57h15.8V32.3c.6-.7 1.4-1.4 2.5-2.1.9-.8 2.3-1.1 4.2-1.1 1.9 0 3.3.4 4.4 1.4 1 .9 1.5 2.5 1.5 4.6v18.8l.1 2Zm-33.2-4.7c-1 1.7-2.2 3.3-4 4.5-1.6 1.3-3.8 2.4-6.3 3a36 36 0 0 1-21.6-1.2l-4.7-2.4-.5-.3c-1.2-.8-2.3-1.5-3-2.3l7-9.3c.6.8 1.4 1.4 2.5 2.1l3.2 2a16.5 16.5 0 0 0 7 1.6c1.8 0 3.2-.1 4-.6.8-.5 1.2-1 1-1.9 0-.7-.4-1.4-1.5-1.8-1-.5-2.8-.8-4.8-1-2.4-.1-4.7-.6-6.8-1-2-.7-3.7-1.4-5.3-2.7-1.5-1-2.6-2.5-3.6-4.2-.8-1.7-1.2-3.7-1.2-6.2 0-1.7.5-3.2 1.2-4.8.8-1.5 2-3 3.6-4.1 1.6-1.3 3.6-2.2 6-3 2.3-.8 5-1 8-1 4.8 0 8.5.5 11.5 1.6s5.3 2.5 7 3.9l-5.7 8.5a7 7 0 0 0-1.6-1.4l-2.5-1.4c-1-.4-2-.7-3.1-.9-1.1-.3-2.2-.3-3.3-.3a15 15 0 0 0-4 .5c-1 .3-1.5.9-1.5 1.8 0 1.1.5 1.9 1.6 2.2 1 .3 2.8.6 5.3 1 6.2.5 10.8 2 13.4 4.4a12.2 12.2 0 0 1 2.7 14.7Zm-58.8-25.5c0-1.3.3-2.5.8-3.6a9.2 9.2 0 0 1 5-4.6c1.1-.5 2.3-.8 3.6-.8 1.2 0 2.5.3 3.6.8 1 .4 2.2 1 3 1.8.7.8 1.5 1.7 2 2.8.5 1 .8 2.3.8 3.6 0 1.2-.3 2.4-.8 3.5a9.2 9.2 0 0 1-5 4.7c-1.1.4-2.4.8-3.6.8-1.3 0-2.5-.4-3.6-.8-1-.5-2-1.1-3-1.9a9.2 9.2 0 0 1-2-2.8c-.5-1-.8-2.3-.8-3.5Zm0 48.3 2.4-35.8H219l2.3 35.8h-18.9Zm-18.8-18V35c0-2.1-.6-3.7-1.7-4.6-1-1-2.5-1.4-4.3-1.4-2 0-3.3.3-4.3 1l-2.5 2.2v26.4h-15.7V17.4h15.7v4.4a19.9 19.9 0 0 1 14.7-5.7c2.5 0 4.6.3 6.4 1.1 1.8.6 3.3 1.6 4.4 2.8a13.5 13.5 0 0 1 3.3 9.3v18.6c0 3 0 6.6.2 10.8h-16.1v-.1l-.1-2.8Zm-47.1-39.2a17 17 0 0 1 11.8 8c1.3 2.4 2 5.2 2 8.6v25.3h-15.9v-3.9c-.4.8-1 1.4-2 2l-3.1 1.6-3.6 1c-1.3.4-2.4.4-3.5.4-1.8 0-3.9-.4-6-.8-2-.5-3.8-1.3-5.5-2.3-1.8-1.1-3.2-2.5-4.3-4.4-1-1.7-1.5-3.9-1.5-6.3 0-2.8.5-5 1.5-6.9 1.1-1.8 2.5-3.2 4.3-4.1 1.7-1.1 3.6-1.7 5.6-2.2a26.7 26.7 0 0 1 9-.4h.4a30.6 30.6 0 0 1 6.7 2.3v.1a8 8 0 0 1 2 1.9v-3.9c0-1.7-.8-3.3-2.3-4.7a9.7 9.7 0 0 0-6.3-1.8c-2.3 0-4.7.5-7 1.2-2.4.8-4.4 2-6 3.6l-5.4-8.4a19 19 0 0 1 5-3.4c1.9-1 3.9-1.5 5.8-2l4.7-1h.9l1-.2 3.7-.2c2.8.2 5.5.5 8 1Zm-2 26c-.5-1-1.6-1.6-3-2.3-1.4-.4-2.7-.7-4-.7l-2.1.3c-.8.1-1.6.4-2.4 1-.8.4-1.2.8-1.9 1.6-.4.6-.7 1.6-.7 2.6 0 1.1.3 2 .7 2.7a5 5 0 0 0 2 1.7c.7.5 1.3.8 2.3 1l2.1.2a12 12 0 0 0 4-.6c1.4-.5 2.3-1 3-2v-5.6ZM97.7 54c1.6-1.9 3-4 4-6.8.9-2.8 1.4-6 1.2-9.6 0-3.5-.5-6.7-1.4-9.3-1-2.7-2.2-5-4-6.9A17.3 17.3 0 0 0 84.5 16c-2.5 0-4.8.3-6.9 1.2-2 1-3.6 2.3-5 4.3v-4.3H56.7V75h15.8V54c1.4 2 3.2 3.6 5.2 4.4 2 .8 4.2 1.3 6.9 1.3 2.6 0 5.1-.5 7.3-1.4a16 16 0 0 0 6-4.2ZM79.1 28.2c2 0 3.9.8 5.5 2.5a9 9 0 0 1 2.1 7.3 10 10 0 0 1-2.3 7 7 7 0 0 1-5.5 2.6c-.9 0-2.2-.2-3.4-.5-1.3-.3-2.2-1-3-1.9V30.5c.8-.9 1.9-1.5 3.2-1.8 1.2-.3 2.5-.5 3.4-.5ZM766.5 54.5a25.3 25.3 0 0 1-15.6 5.1 27 27 0 0 1-9.4-1.5c-3-1-5.4-2.5-7.5-4.3a21 21 0 0 1-6.9-15.8 20.3 20.3 0 0 1 7-15.7 26 26 0 0 1 7.4-4.5 27 27 0 0 1 16-.8 19.9 19.9 0 0 1 11.5 7.2L759 32.9a7.1 7.1 0 0 0-2.7-3.1 8.6 8.6 0 0 0-4.5-1.3c-2.2 0-4.2.8-5.8 2.5-1.7 1.7-2.5 4-2.5 7.1 0 3.1.8 5.6 2.5 7.1a7.9 7.9 0 0 0 5.8 2.5 9 9 0 0 0 4.5-1.2c1.3-1 2.2-1.9 2.7-3l10.1 8.7-2.5 2.3ZM572 58.5V34.9c0-2.2-.5-3.7-1.6-4.6-1.1-1-2.5-1.4-4.4-1.4-1.9 0-3.3.3-4.2 1-1.1.8-2 1.4-2.5 2.2v26.4h-15.8V17.2h15.8v4.5A19.9 19.9 0 0 1 574 16c2.5 0 4.5.3 6.4 1 1.7.7 3.2 1.6 4.3 2.9a13.5 13.5 0 0 1 3.3 9.3v18.6c0 3 0 6.6.2 10.8H572v-.1ZM628.9 19.5a17 17 0 0 0-7-2.8c-2.4-.4-5-.7-7.9-.9a47.7 47.7 0 0 0-4.7.3l-1 .2-4.6.9c-1.9.5-4 1-5.8 2a19 19 0 0 0-5 3.4l5.5 8.4c1.5-1.6 3.6-2.8 6-3.6 2.3-.7 4.6-1.2 7-1.2 2.6 0 4.6.6 6.2 1.8 1.6 1.4 2.3 3 2.3 4.7v3.9a8 8 0 0 0-2-1.9c-1-.5-1.9-1-3.1-1.4a13.6 13.6 0 0 0-4-1l-3-.2c-2 0-4 .1-6 .6s-3.9 1-5.6 2.2c-1.7.9-3.1 2.3-4.2 4.1a13 13 0 0 0-1.6 6.9c0 2.4.5 4.6 1.6 6.3 1 1.9 2.5 3.3 4.2 4.4a18 18 0 0 0 5.6 2.3c2 .4 4 .8 6 .8 1 0 2.1 0 3.4-.4l3.6-1c1-.5 2.2-1 3.1-1.6 1-.6 1.6-1.2 2-2v3.9h15.8V33.3c0-3.4-.6-6.2-1.8-8.5-1.5-2.2-3-4-5-5.3Zm-12 21c1.5.6 2.6 1.2 3 2.1v5.6c-.6 1-1.5 1.5-3 2a12 12 0 0 1-3.8.6l-2.2-.3c-1-.1-1.6-.4-2.4-1a5 5 0 0 1-2.6-4.3c0-1 .3-2 .8-2.6.6-.8 1-1.2 1.8-1.7s1.6-.8 2.4-1l2.2-.2c1.2 0 2.5.3 3.9.7Z" fill="var(--blue-700)"></path><path d="M534.4 53.1a23 23 0 0 1-17 6.4 23 23 0 0 1-17-6.4 21.1 21.1 0 0 1-6.3-15.4c0-6 2-11.2 6.2-15.4a23 23 0 0 1 17-6.3 23 23 0 0 1 17 6.3c4.3 4.2 6.4 9.3 6.4 15.4a21 21 0 0 1-6.3 15.4Zm-17-7.3a7 7 0 0 0 5.5-2.2c1.3-1.5 2-3.5 2-5.9 0-2.3-.7-4.3-2-5.7a6.8 6.8 0 0 0-5.5-2.4c-2.3 0-4.1.8-5.5 2.4a8.3 8.3 0 0 0-2 5.7c0 2.4.7 4.4 2 6a6.9 6.9 0 0 0 5.5 2.1ZM488.7 15.8a8.3 8.3 0 0 1-6.1 2.5 8.6 8.6 0 0 1-8.7-8.7c0-2.3.8-4.4 2.5-6a8.5 8.5 0 0 1 6.2-2.6c2.4 0 4.4.9 6 2.6a8.1 8.1 0 0 1 2.7 6c0 2.5-.9 4.5-2.6 6.2Zm1.6 43.8h-15.5V21.3h15.5v38.3ZM675.2 74.3l2-13.2c1 .5 2 .8 3.2.8 3 0 4.8-.6 5.3-1.6l.3-.8-15.7-41.6H686l7.6 23.8 7.7-23.8h15.8l-17.4 45.9c-1.7 4.3-4 7.1-7 8.6a27.6 27.6 0 0 1-17.5 2ZM656 59h-15.5V17.9H656v4.5c1.3-1.5 3.1-2.9 5.5-4a17 17 0 0 1 7.2-1.7v14.7c-.9-.3-2-.4-3.5-.4-4.6 0-7.6 1-9.2 3v25Z" fill="var(--blue-700)"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M711.8 57a7.8 7.8 0 0 1-2.3-5.6c0-2.2.8-4 2.3-5.6a7.7 7.7 0 0 1 11.2 0 7.7 7.7 0 0 1 0 11.2 7.6 7.6 0 0 1-5.6 2.3c-2.1 0-4-.8-5.6-2.3ZM816.2 58.6V16.7h14.1v1.5c2.6-1.5 5.4-2.2 8.6-2.2 2.5 0 4.9.5 7 1.5 1.7.8 3.2 1.9 4.5 3.3 1.5-1.4 3.1-2.5 5-3.3a18.7 18.7 0 0 1 15.8.6 15 15 0 0 1 5.7 6c1.4 2.4 2.1 5.3 2.1 8.6v25.9h-14.1V34.3a6 6 0 0 0-1.5-4.4c-.9-1-2-1.5-3.7-1.5-1.1 0-2.2.2-3 .6-.8.4-1.5.9-2.1 1.6v28h-14V34.3a6 6 0 0 0-1.5-4.4c-.9-1-2-1.5-3.7-1.5-1.2 0-2.2.2-3 .6h-.1c-.7.4-1.4.8-2 1.5v28h-14Z" fill="var(--blue-700)"></path><path d="M807.4 53.1a23 23 0 0 1-17 6.4 23 23 0 0 1-17-6.4 21.1 21.1 0 0 1-6.3-15.4c0-6 2-11.2 6.2-15.4a23 23 0 0 1 17-6.3 23 23 0 0 1 17 6.3c4.3 4.2 6.4 9.3 6.4 15.4a21 21 0 0 1-6.3 15.4Zm-17-7.3a7 7 0 0 0 5.5-2.2c1.3-1.5 2-3.5 2-5.9 0-2.3-.7-4.3-2-5.7a6.8 6.8 0 0 0-5.5-2.4c-2.3 0-4.1.8-5.5 2.4a8.3 8.3 0 0 0-2 5.7c0 2.4.7 4.4 2 6a6.9 6.9 0 0 0 5.5 2.1Z" fill="var(--blue-700)"></path></svg></a></div></div><div class="vl5cAIiS"><div class="U09KtMau"><div class="vC5nREkc"><a href="/learn" class="tCur1iYh VkDkZ2Lm KIqeCkSy wJokeImU"><div class="x08jfH36">Learn Spanish</div></a></div><div class="vC5nREkc"><a href="/translation" class="tCur1iYh VkDkZ2Lm KIqeCkSy wJokeImU"><div class="x08jfH36">Translation</div></a></div><div class="vC5nREkc"><a href="/conjugation" class="tCur1iYh VkDkZ2Lm KIqeCkSy UPjwSIEl wJokeImU"><div class="x08jfH36">Conjugation</div></a></div><div aria-label="more" class="DAiuD1XD avYsigVk" role="button" tabindex="0"><div class="TCzFvEgr"><div class="lr6FmpEP"><svg width="16" height="16"><title>Ellipsis</title><use href="/assets/svg-sprites/core3.svg#Ellipsis"></use></svg></div></div></div></div><div class="rDVQOCIj"><button class="bJlBGOMU vSdpu8Ib LuMRkwkI iCfnmwjf LDaWQ8QV yWNbFLqW" type="button">Sign in</button></div></div><div class="RZzvXvKt"><div class="FFCRSQSv"><div><button aria-label="Menu" class="xJvL3EBX JnP5qV_3 avYsigVk" type="button"><div class="W9cMkzFH CctXGAOe ocmOwx48"><svg width="20" height="20" viewBox="0 0 16 16"><g fill="none" fill-rule="evenodd"><path fill="#1B85E5" d="M1.1 3.8C.6 3.8.2 3.4.2 3s.4-.8 1-.8h13.7c.5 0 .8.4.8.8s-.3.8-.8.8H1zm0 5C.6 8.8.2 8.3.2 8s.4-.8 1-.8h13.7c.5 0 .8.4.8.8s-.3.8-.8.8H1zm0 5c-.5 0-.9-.4-.9-.8s.4-.8 1-.8h13.7c.5 0 .8.4.8.8s-.3.8-.8.8H1z"></path></g></svg></div></button></div></div></div></div></nav></div></header><main><div style="position:relative"><div class="FvPq7dJu"><div class="PffGgOVw"><h1 class="Ijn1alHZ">Interactive Grammar Lessons</h1><audio></audio><div id="sd-search-wrapper" data-testid="sd-search-wrapper" class="hNrTYuPV" tabindex="-1"><form class="MIRPNfmz vQbH2uli nVKj1URm eBqJhmRJ _JmVQDwv" style="margin-left:0;margin-right:0;border-width:1px;flex-direction:row" accept-charset="utf-8" action="/guide" method="post"><div class="DqJh2mUM _i3CizA1" style="margin-top:0;margin-bottom:0"><div class="YdoQe5W7" data-testid="left-search-icon"><div class="W9cMkzFH CctXGAOe JIMcWDTL"><svg width="16" height="16" viewBox="0 0 16 16"><g fill="none" fill-rule="evenodd"><path fill="#1B85E5" d="M12.6 11.2l2.95 2.96a.98.98 0 1 1-1.39 1.4l-2.96-2.97A7.01 7.01 0 1 1 7 0a7.01 7.01 0 0 1 5.6 11.21zM7 1.5A5.48 5.48 0 0 0 1.5 7c0 3.02 2.47 5.5 5.5 5.5s5.5-2.43 5.5-5.5c0-3.02-2.47-5.5-5.5-5.5z"></path></g></svg></div></div><textarea id="query" name="text" class="fNcMXJUb Zqu0rdSq nVKj1URm" style="box-sizing:content-box;height:24px;min-height:24px;line-height:24px;overflow-x:hidden;overflow-y:hidden;text-overflow:ellipsis;padding-top:10px;padding-bottom:10px;border-top-right-radius:28px;border-bottom-right-radius:28px" placeholder="Search grammar topics" aria-label="Search grammar topics" aria-autocomplete="both" aria-haspopup="true" aria-expanded="false" aria-controls="suggestions-container" role="combobox" autoComplete="off" autoCapitalize="none" autoCorrect="off" spellCheck="false" maxLength="5000"></textarea></div><div data-testid="search-button-row" class="e3INdBAA" style="display:flex;align-items:center;flex-direction:row;justify-content:flex-end;padding:0;border-top-style:none;border-top-width:1px;border-top-color:var(--black-400);z-index:2;margin-top:0;height:48px;min-height:48px"><div class="X1VFxfvn"><div data-state="closed"><div class="vC5nREkc"><button aria-label="Expand for accents, audio, and grammar check" class="avYsigVk LDaWQ8QV _YgHqAsa" type="button"><div class="W9cMkzFH CctXGAOe JIMcWDTL"><svg width="16" height="16" viewBox="0 0 16 16"><g fill="none" fill-rule="evenodd"><path fill="#1B85E5" d="M8 10l5.5-5.5a.8.8 0 0 1 1 1l-6 6c-.3.3-.7.3-1 0l-6-6a.8.8 0 0 1 1-1L8 9.9z"></path></g></svg></div></button></div></div></div><div><div class="Iapqnhxo" style="margin-right:5px;margin-left:8px"><button id="query-button" aria-label="Search" class="JbVGs_AT LuMRkwkI S9cg7RMJ LDaWQ8QV" type="submit" style="padding:0;display:flex;align-items:center;justify-content:center;flex-direction:column;-webkit-tap-highlight-color:transparent"><div class="f50Gt2O2"></div><div class="W9cMkzFH CctXGAOe ocmOwx48"><svg width="40" height="40" viewBox="0 0 16 16"><g fill="none" fill-rule="evenodd" transform="translate(-30 -32)"><rect width="241" height="81" x="-.5" y="-.5" stroke="#F7F7F7"></rect><g transform="translate(30 32)"><path fill="#1B85E5" d="M9 8.78L7.45 10.3a.65.65 0 0 0 .92.92L10.9 8.7a.65.65 0 0 0 .25-.9.65.65 0 0 0-.13-.19L8.38 4.96a.65.65 0 1 0-.92.92l1.6 1.6H5.15a.65.65 0 1 0 0 1.3h3.84zM8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16z"></path></g></g></svg></div></button></div></div></div></form></div><div class="J7CiCevK"><a href="#" class="tCur1iYh wJokeImU" data-testid="feature-highlight-link"><div class="qJ4LaNmw rxFbI4kg"><div class="HvuszjWV"><div class="lrbCRBKm" data-testid="mobile-message"><div></div></div><div class="kQxKI8HK" data-testid="desktop-message"><div></div></div><div class="agx6iPeL"><div class="W9cMkzFH CctXGAOe JIMcWDTL"><svg width="12" height="12" viewBox="0 0 16 16"><g fill="none" fill-rule="evenodd" transform="translate(1)"><path fill="#1B85E5" d="M9.94 8L4.47 2.53a.75.75 0 0 1 1.06-1.06l6 6c.3.3.3.77 0 1.06l-6 6a.75.75 0 0 1-1.06-1.06L9.94 8z"></path></g></svg></div></div></div></div></a></div></div></div><picture><source media="(min-width: 1280px)" type="image/svg+xml" srcSet="https://neodarwin-prod.sdcdns.com/hubpage/hero-images-2/svgs/hero_19_1440.svg"/><source media="(min-width: 1024px)" type="image/svg+xml" srcSet="https://neodarwin-prod.sdcdns.com/hubpage/hero-images-2/svgs/hero_19_1280.svg"/><source media="(min-width: 768px)" type="image/svg+xml" srcSet="https://neodarwin-prod.sdcdns.com/hubpage/hero-images-2/svgs/hero_19_1024.svg"/><source media="(min-width: 481px)" type="image/svg+xml" srcSet="https://neodarwin-prod.sdcdns.com/hubpage/hero-images-2/svgs/hero_19_768.svg"/><source media="(min-width: 321px)" type="image/svg+xml" srcSet="https://neodarwin-prod.sdcdns.com/hubpage/hero-images-2/svgs/hero_19_480.svg"/><source class="GjLRoDtl" type="image/svg+xml" srcSet="https://neodarwin-prod.sdcdns.com/hubpage/hero-images-2/svgs/hero_19_320.svg"/><img class="GjLRoDtl" srcSet="https://neodarwin-prod.sdcdns.com/hubpage/hero-images-2/svgs/hero_19_320.svg" alt=""/></picture></div><div class="URI_F13x FC5K9IG7"><div class="DNHyx7Bp"><div class="x_3AtPcy">Introduction</div></div><div class="OaPal8rp"><div class="FFLzBMUY"><div class="JjTvrjjJ LndphvZM"><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/greetings-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Getting Started"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d F6aTtM7D"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Globe.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="6" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Getting Started</div><div class="DAN_lCHS">0/6 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/asking-questions-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Where Are You From?"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d dDE9tsBS"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Person%20and%20Mexico%20map.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="6" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Where Are You From?</div><div class="DAN_lCHS">0/6 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/you-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Meet Someone New"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d FTH4OySw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Person%20waving.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="6" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Meet Someone New</div><div class="DAN_lCHS">0/6 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/professions-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Introduce Your Friends"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d JhNbXAO8"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Discussion_juX2N4l_LmwXYV7.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="6" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Introduce Your Friends</div><div class="DAN_lCHS">0/6 lessons</div></div></div></a></div></div></div></div><div class="kb5k27wd"><div class="KNBuvW2D"><div class="JjTvrjjJ LndphvZM"><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/greetings-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Getting Started"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d F6aTtM7D"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Globe.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="6" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Getting Started</div><div class="DAN_lCHS">0/6 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/asking-questions-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Where Are You From?"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d dDE9tsBS"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Person%20and%20Mexico%20map.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="6" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Where Are You From?</div><div class="DAN_lCHS">0/6 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/you-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Meet Someone New"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d FTH4OySw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Person%20waving.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="6" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Meet Someone New</div><div class="DAN_lCHS">0/6 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/professions-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Introduce Your Friends"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d JhNbXAO8"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Discussion_juX2N4l_LmwXYV7.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="6" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Introduce Your Friends</div><div class="DAN_lCHS">0/6 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/vocabulary-for-shopping-at-the-market" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="At the Market"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d YJ3VQQf1"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Fruit%20stand.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="9" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">At the Market</div><div class="DAN_lCHS">0/9 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/responses-to-como-estas" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="What&#x27;s Up?"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d FTH4OySw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Peace.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">What&#x27;s Up?</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div></div></div></div><div class="WUX7GAZz"><div class="JjTvrjjJ LndphvZM"><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/greetings-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Getting Started"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d F6aTtM7D"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Globe.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="6" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Getting Started</div><div class="DAN_lCHS">0/6 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/asking-questions-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Where Are You From?"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d dDE9tsBS"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Person%20and%20Mexico%20map.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="6" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Where Are You From?</div><div class="DAN_lCHS">0/6 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/you-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Meet Someone New"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d FTH4OySw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Person%20waving.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="6" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Meet Someone New</div><div class="DAN_lCHS">0/6 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/professions-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Introduce Your Friends"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d JhNbXAO8"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Discussion_juX2N4l_LmwXYV7.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="6" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Introduce Your Friends</div><div class="DAN_lCHS">0/6 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/vocabulary-for-shopping-at-the-market" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="At the Market"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d YJ3VQQf1"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Fruit%20stand.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="9" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">At the Market</div><div class="DAN_lCHS">0/9 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/responses-to-como-estas" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="What&#x27;s Up?"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d FTH4OySw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Peace.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">What&#x27;s Up?</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/spanish-at-school" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="First Day of School"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d YJ3VQQf1"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/School%20Backpack.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">First Day of School</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/hobbies-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Hobbies"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d F6aTtM7D"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Soccer%20ball.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Hobbies</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div></div></div><div class="kb5k27wd"><div class="JJ2zHS7p"><div id="spdAdTopLarge-container" class="rI2Tj0nw"><div><div id="spdAdTopLarge" class="NgnhwZKc XQsQXVR1"></div></div></div></div></div><div class="FFLzBMUY"><div class="JJ2zHS7p"><div id="spdAdTopSmall-container" class=""><div><div id="spdAdTopSmall" class="NgnhwZKc gQmPJqZK"></div></div></div></div></div><div class="FFLzBMUY"><div class="JjTvrjjJ LndphvZM"><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/vocabulary-for-shopping-at-the-market" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="At the Market"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d YJ3VQQf1"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Fruit%20stand.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="9" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">At the Market</div><div class="DAN_lCHS">0/9 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/responses-to-como-estas" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="What&#x27;s Up?"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d FTH4OySw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Peace.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">What&#x27;s Up?</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/spanish-at-school" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="First Day of School"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d YJ3VQQf1"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/School%20Backpack.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">First Day of School</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/hobbies-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Hobbies"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d F6aTtM7D"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Soccer%20ball.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Hobbies</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div></div></div><div class="kb5k27wd"><div class="KNBuvW2D"><div class="JjTvrjjJ LndphvZM"><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/spanish-at-school" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="First Day of School"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d YJ3VQQf1"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/School%20Backpack.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">First Day of School</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/hobbies-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Hobbies"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d F6aTtM7D"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Soccer%20ball.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Hobbies</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/polite-restaurant-phrases-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="At the Restaurant"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d FTH4OySw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Pizza.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">At the Restaurant</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/family-tree-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="We Are Family"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d F6aTtM7D"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Tree.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">We Are Family</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/what-is-a-quinceanera" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Happy Birthday!"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d JhNbXAO8"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Cake.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Happy Birthday!</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/spanish-speaking-travel-destinations-for-every-type-of-person" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Fly Away"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d WH8OSnbw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Suitcase.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Fly Away</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div></div></div></div><div class="WUX7GAZz"><div class="JjTvrjjJ LndphvZM"><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/polite-restaurant-phrases-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="At the Restaurant"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d FTH4OySw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Pizza.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">At the Restaurant</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/family-tree-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="We Are Family"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d F6aTtM7D"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Tree.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">We Are Family</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/what-is-a-quinceanera" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Happy Birthday!"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d JhNbXAO8"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Cake.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Happy Birthday!</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/spanish-speaking-travel-destinations-for-every-type-of-person" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Fly Away"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d WH8OSnbw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Suitcase.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Fly Away</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/hotel-vocabulary-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="At the Hotel"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d YJ3VQQf1"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Hotel.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">At the Hotel</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/how-to-talk-about-chores-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Everybody Clean Up!"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d YJ3VQQf1"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Chores.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Everybody Clean Up!</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/expressions-with-hacer" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="How&#x27;s the Weather?"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d FTH4OySw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Beach.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">How&#x27;s the Weather?</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/basic-spanish-for-medical-professionals" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="At the Doctor"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d FTH4OySw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Doctor.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">At the Doctor</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div></div></div><div class="kb5k27wd"><div class="JJ2zHS7p"><div id="spdAdBotLarge-container" class=""><div><div id="spdAdBotLarge" class="NgnhwZKc PuuI7D9x"></div></div></div></div></div><div class="FFLzBMUY"><div class="JjTvrjjJ LndphvZM"><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/polite-restaurant-phrases-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="At the Restaurant"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d FTH4OySw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Pizza.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">At the Restaurant</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/family-tree-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="We Are Family"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d F6aTtM7D"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Tree.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">We Are Family</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/what-is-a-quinceanera" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Happy Birthday!"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d JhNbXAO8"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Cake.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Happy Birthday!</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/spanish-speaking-travel-destinations-for-every-type-of-person" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Fly Away"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d WH8OSnbw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Suitcase.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Fly Away</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/hotel-vocabulary-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="At the Hotel"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d YJ3VQQf1"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Hotel.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">At the Hotel</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/how-to-talk-about-chores-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Everybody Clean Up!"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d YJ3VQQf1"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Chores.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Everybody Clean Up!</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/expressions-with-hacer" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="How&#x27;s the Weather?"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d FTH4OySw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Beach.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">How&#x27;s the Weather?</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/basic-spanish-for-medical-professionals" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="At the Doctor"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d FTH4OySw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Doctor.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">At the Doctor</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/planning-a-party-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Party Time!"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d FTH4OySw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Party.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Party Time!</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/clothing-vocabulary-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Let&#x27;s Go Shopping"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d FTH4OySw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Shopping.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Let&#x27;s Go Shopping</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/coffee-time" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Coffee Time"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d WH8OSnbw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Coffee.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Coffee Time</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/lets-taco-bout-tacos-and-tamales" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Let&#x27;s Taco &#x27;Bout Tacos"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d FTH4OySw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Taco.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Let&#x27;s Taco &#x27;Bout Tacos</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/introducing-people-and-pets" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Introducing People and Pets"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d WH8OSnbw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Dog%20and%20cat.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="5" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Introducing People and Pets</div><div class="DAN_lCHS">0/5 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/learn-spanish-from-the-comfort-of-your-home" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Start a Conversation"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d FTH4OySw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Start%20a%20conversation.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="13" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Start a Conversation</div><div class="DAN_lCHS">0/13 lessons</div></div></div></a></div></div></div></div><div class="kb5k27wd"><div class="KNBuvW2D"><div class="JjTvrjjJ LndphvZM"><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/hotel-vocabulary-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="At the Hotel"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d YJ3VQQf1"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Hotel.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">At the Hotel</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/how-to-talk-about-chores-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Everybody Clean Up!"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d YJ3VQQf1"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Chores.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Everybody Clean Up!</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/expressions-with-hacer" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="How&#x27;s the Weather?"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d FTH4OySw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Beach.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">How&#x27;s the Weather?</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/basic-spanish-for-medical-professionals" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="At the Doctor"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d FTH4OySw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Doctor.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">At the Doctor</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/planning-a-party-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Party Time!"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d FTH4OySw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Party.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Party Time!</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/clothing-vocabulary-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Let&#x27;s Go Shopping"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d FTH4OySw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Shopping.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Let&#x27;s Go Shopping</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/coffee-time" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Coffee Time"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d WH8OSnbw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Coffee.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Coffee Time</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/lets-taco-bout-tacos-and-tamales" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Let&#x27;s Taco &#x27;Bout Tacos"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d FTH4OySw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Taco.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Let&#x27;s Taco &#x27;Bout Tacos</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/introducing-people-and-pets" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Introducing People and Pets"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d WH8OSnbw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Dog%20and%20cat.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="5" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Introducing People and Pets</div><div class="DAN_lCHS">0/5 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/learn-spanish-from-the-comfort-of-your-home" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Start a Conversation"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d FTH4OySw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Start%20a%20conversation.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="13" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Start a Conversation</div><div class="DAN_lCHS">0/13 lessons</div></div></div></a></div></div></div></div></div><div class="WUX7GAZz"><div class="JjTvrjjJ LndphvZM"><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/planning-a-party-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Party Time!"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d FTH4OySw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Party.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Party Time!</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/clothing-vocabulary-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Let&#x27;s Go Shopping"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d FTH4OySw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Shopping.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Let&#x27;s Go Shopping</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/coffee-time" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Coffee Time"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d WH8OSnbw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Coffee.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Coffee Time</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/lets-taco-bout-tacos-and-tamales" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Let&#x27;s Taco &#x27;Bout Tacos"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d FTH4OySw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Taco.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Let&#x27;s Taco &#x27;Bout Tacos</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/introducing-people-and-pets" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Introducing People and Pets"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d WH8OSnbw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Dog%20and%20cat.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="5" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Introducing People and Pets</div><div class="DAN_lCHS">0/5 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/learn-spanish-from-the-comfort-of-your-home" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Start a Conversation"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d FTH4OySw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Start%20a%20conversation.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="13" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Start a Conversation</div><div class="DAN_lCHS">0/13 lessons</div></div></div></a></div></div></div></div></div></div><div class="URI_F13x FC5K9IG7"><div class="DNHyx7Bp"><div class="x_3AtPcy">Beginner</div></div><div class="pqyofG5w"><div class="JjTvrjjJ LndphvZM"><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/el-or-la-an-introduction-to-spanish-articles" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Articles"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d JhNbXAO8"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Flower.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="7" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Articles</div><div class="DAN_lCHS">0/7 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/tricky-nouns-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Nouns"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d F6aTtM7D"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Teddy%20bear.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="12" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Nouns</div><div class="DAN_lCHS">0/12 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/subject-pronouns-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Subject Pronouns"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d WH8OSnbw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Playing%20chess.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="8" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Subject Pronouns</div><div class="DAN_lCHS">0/8 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/spanish-alphabet-pronunciation" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Alphabet and Syllables"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d FTH4OySw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Crossword.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="7" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Alphabet and Syllables</div><div class="DAN_lCHS">0/7 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/spanish-present-tense-forms" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Present"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d YJ3VQQf1"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Rainbow.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="11" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Present</div><div class="DAN_lCHS">0/11 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/spanish-present-progressive-forms" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Present Progressive"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d F6aTtM7D"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Running.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="10" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Present Progressive</div><div class="DAN_lCHS">0/10 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/direct-object-pronouns-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Direct Object Pronouns"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d FTH4OySw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Jewellery.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="6" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Direct Object Pronouns</div><div class="DAN_lCHS">0/6 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/indirect-object-pronouns" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Indirect Object Pronouns"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d WH8OSnbw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Proposal.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="6" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Indirect Object Pronouns</div><div class="DAN_lCHS">0/6 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/spanish-question-words" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Asking Questions"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d dDE9tsBS"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Question%20mark.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="12" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Asking Questions</div><div class="DAN_lCHS">0/12 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/ser-vs-estar" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Ser vs. Estar"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d JhNbXAO8"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Professions.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="12" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Ser vs. Estar</div><div class="DAN_lCHS">0/12 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/spanish-conjunctions" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Conjunctions and Contractions"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d YJ3VQQf1"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Chain%20link.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="9" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Conjunctions and Contractions</div><div class="DAN_lCHS">0/9 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/negation-and-negative-words-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Negation"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d WH8OSnbw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Apple.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="7" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Negation</div><div class="DAN_lCHS">0/7 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/infinitives-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Infinitives"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d WH8OSnbw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Workout.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="9" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Infinitives</div><div class="DAN_lCHS">0/9 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/numbers-in-spanish-0-100" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Cardinal Numbers"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d WH8OSnbw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Bunnies.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="9" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Cardinal Numbers</div><div class="DAN_lCHS">0/9 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/telling-time-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Telling Time"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d JhNbXAO8"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Clock.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="9" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Telling Time</div><div class="DAN_lCHS">0/9 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/spanish-adverbs" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Adverbs"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d JhNbXAO8"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Cookie.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="9" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Adverbs</div><div class="DAN_lCHS">0/9 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/false-cognates" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="False Cognates"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d FTH4OySw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Beach.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="5" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">False Cognates</div><div class="DAN_lCHS">0/5 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/verbal-periphrasis-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Verbal Periphrasis"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d YJ3VQQf1"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Flying%20bird.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="7" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Verbal Periphrasis</div><div class="DAN_lCHS">0/7 lessons</div></div></div></a></div></div></div></div></div><div class="URI_F13x FC5K9IG7"><div class="DNHyx7Bp"><div class="x_3AtPcy">Intermediate</div></div><div class="pqyofG5w"><div class="JjTvrjjJ LndphvZM"><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/masculine-and-feminine-nouns" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Gender: Nouns and Pronouns"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d F6aTtM7D"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Dancing%203.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="9" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Gender: Nouns and Pronouns</div><div class="DAN_lCHS">0/9 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/descriptive-adjectives-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Gender: Adjectives"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d FTH4OySw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Dog%20in%20bows.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="8" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Gender: Adjectives</div><div class="DAN_lCHS">0/8 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/simple-future-regular-forms-and-tenses" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Simple and Informal Future"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d FTH4OySw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Robot.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="8" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Simple and Informal Future</div><div class="DAN_lCHS">0/8 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/conditional-tense" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Conditional"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d WH8OSnbw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Singer.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="9" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Conditional</div><div class="DAN_lCHS">0/9 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/comparisons-of-equality-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Comparatives and Superlatives"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d F6aTtM7D"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Elephant_and_ant.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="9" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Comparatives and Superlatives</div><div class="DAN_lCHS">0/9 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/spanish-imperfect-tense-forms" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Imperfect"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d F6aTtM7D"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Kids%20Playing.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="10" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Imperfect</div><div class="DAN_lCHS">0/10 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/spanish-preterite-tense-forms" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Preterite"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d JhNbXAO8"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Thinking.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="13" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Preterite</div><div class="DAN_lCHS">0/13 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/quick-tips-for-understanding-ser-and-estar" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="More Ser vs. Estar"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d F6aTtM7D"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Apple%20and%20Orange.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="12" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">More Ser vs. Estar</div><div class="DAN_lCHS">0/12 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/possessive-adjectives-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Possessive Adjectives and Pronouns"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d FTH4OySw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Girl%20holding%20a%20cat.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="9" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Possessive Adjectives and Pronouns</div><div class="DAN_lCHS">0/9 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/demonstrative-adjectives-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Demonstrative Adjectives &amp; Pronouns"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d YJ3VQQf1"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Pointing.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="7" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Demonstrative Adjectives &amp; Pronouns</div><div class="DAN_lCHS">0/7 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/basic-spanish-prepositions" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Prepositions"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d WH8OSnbw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Woman%20with%20smartphone.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="9" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Prepositions</div><div class="DAN_lCHS">0/9 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/ordinal-numbers-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Ordinal Numbers"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d dDE9tsBS"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Numbers.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="9" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Ordinal Numbers</div><div class="DAN_lCHS">0/9 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/por-vs-para" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Por vs. Para"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d YJ3VQQf1"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Directions.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="11" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Por vs. Para</div><div class="DAN_lCHS">0/11 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/preterite-vs-imperfect-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Preterite vs. Imperfect"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d FTH4OySw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Chess.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="11" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Preterite vs. Imperfect</div><div class="DAN_lCHS">0/11 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/prepositional-pronouns-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Prepositional Pronouns"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d YJ3VQQf1"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Airport.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="7" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Prepositional Pronouns</div><div class="DAN_lCHS">0/7 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/commands" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Commands"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d JhNbXAO8"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Dog%20training.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="10" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Commands</div><div class="DAN_lCHS">0/10 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/reflexive-verbs-and-reflexive-pronouns" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Reflexive Verbs and Pronouns"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d YJ3VQQf1"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Brushing%20teeth.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="9" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Reflexive Verbs and Pronouns</div><div class="DAN_lCHS">0/9 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/reciprocal-verbs-and-reciprocal-pronouns" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Reciprocal Pronouns"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d YJ3VQQf1"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/People%20hugging.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="5" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Reciprocal Pronouns</div><div class="DAN_lCHS">0/5 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/direct-and-indirect-object-pronouns-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Direct and Indirect Object Pronouns"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d WH8OSnbw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Gift.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="11" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Direct and Indirect Object Pronouns</div><div class="DAN_lCHS">0/11 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/the-spanish-verb-tener" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Tener Expressions"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d YJ3VQQf1"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Person%20cold.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="6" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Tener Expressions</div><div class="DAN_lCHS">0/6 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/saber-vs-conocer" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Saber vs. Conocer"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d FTH4OySw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Chemistry.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="7" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Saber vs. Conocer</div><div class="DAN_lCHS">0/7 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/verbs-like-gustar" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Verbs Like Gustar"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d YJ3VQQf1"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Essential%20workers.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="9" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Verbs Like Gustar</div><div class="DAN_lCHS">0/9 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/tricky-verb-pairs-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Tricky Verbs"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d JhNbXAO8"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Magic%20wand.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="13" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Tricky Verbs</div><div class="DAN_lCHS">0/13 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/time-expressions-with-hacer" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Time Expressions with Hacer"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d JhNbXAO8"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Grandfather%20clock.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="6" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Time Expressions with Hacer</div><div class="DAN_lCHS">0/6 lessons</div></div></div></a></div></div></div></div></div><div class="URI_F13x FC5K9IG7"><div class="DNHyx7Bp"><div class="x_3AtPcy">Advanced</div></div><div class="pqyofG5w"><div class="JjTvrjjJ LndphvZM"><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/past-perfect-forms-and-uses" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Past Perfect"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d YJ3VQQf1"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Airplane.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="4" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Past Perfect</div><div class="DAN_lCHS">0/4 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/present-participles-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Present Participles"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d WH8OSnbw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Workout.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="8" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Present Participles</div><div class="DAN_lCHS">0/8 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/past-participle-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Past Participles"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d FTH4OySw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Cooking.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="8" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Past Participles</div><div class="DAN_lCHS">0/8 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/spanish-present-perfect-indicative" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Present Perfect"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d YJ3VQQf1"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Cleaning.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="8" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Present Perfect</div><div class="DAN_lCHS">0/8 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/spanish-future-perfect-indicative" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Future Perfect"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d dDE9tsBS"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Flying%20car.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="7" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Future Perfect</div><div class="DAN_lCHS">0/7 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/impersonal-se-vs-passive-se" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Impersonal Se and Passive Se"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d JhNbXAO8"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Reading%20newspaper.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="9" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Impersonal Se and Passive Se</div><div class="DAN_lCHS">0/9 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/active-vs-passive-voice" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Passive Voice"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d WH8OSnbw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Baseball%20bat.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="6" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Passive Voice</div><div class="DAN_lCHS">0/6 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/relative-pronouns-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Relative Pronouns"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d F6aTtM7D"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Raising%20hand%20in%20class.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="9" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Relative Pronouns</div><div class="DAN_lCHS">0/9 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/conditional-perfect-forms-and-uses" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Conditional Perfect"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d FTH4OySw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Slipping.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="7" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Conditional Perfect</div><div class="DAN_lCHS">0/7 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/spanish-present-subjunctive" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Subjunctive"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d WH8OSnbw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Guy%20and%20Dog.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="15" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Subjunctive</div><div class="DAN_lCHS">0/15 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/subjunctive-trigger-words" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="More Subjunctive"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d F6aTtM7D"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Oak%20tree.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="9" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">More Subjunctive</div><div class="DAN_lCHS">0/9 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/subjunctive-vs-indicative-in-spanish" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Subjunctive vs. Indicative"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d WH8OSnbw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/In%20love.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="12" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Subjunctive vs. Indicative</div><div class="DAN_lCHS">0/12 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/spanish-present-perfect-subjunctive" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Present Perfect Subjunctive"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d dDE9tsBS"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Podium.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="9" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Present Perfect Subjunctive</div><div class="DAN_lCHS">0/9 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/spanish-imperfect-subjunctive" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Imperfect Subjunctive"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d YJ3VQQf1"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Raining.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="12" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Imperfect Subjunctive</div><div class="DAN_lCHS">0/12 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/past-perfect-subjunctive-forms" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Past Perfect Subjunctive"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d YJ3VQQf1"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Old%20man%20fitness.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="8" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Past Perfect Subjunctive</div><div class="DAN_lCHS">0/8 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/spanish-imperfect-progressive-tense" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Imperfect Progressive"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d JhNbXAO8"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Windmill.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="7" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Imperfect Progressive</div><div class="DAN_lCHS">0/7 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/spanish-preterite-progressive-tense" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Preterite Progressive"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d F6aTtM7D"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Picnic.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="7" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Preterite Progressive</div><div class="DAN_lCHS">0/7 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/spanish-future-progressive-tense" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Future Progressive"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d YJ3VQQf1"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Buildings.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="7" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Future Progressive</div><div class="DAN_lCHS">0/7 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/guide/spanish-conditional-progressive-tense" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Conditional Progressive"><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d dDE9tsBS"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Hopscotch.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="7" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Conditional Progressive</div><div class="DAN_lCHS">0/7 lessons</div></div></div></a></div></div></div></div></div><div class="URI_F13x FC5K9IG7"><div class="DNHyx7Bp"><div class="x_3AtPcy">Regional Spanish</div></div><div class="pqyofG5w"><div class="JjTvrjjJ LndphvZM"><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/premium?sd_carousel=s5&amp;entry_point=ep5" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Mexican Spanish"><div class="hqaaub4_ ZzfwFTwf" aria-label="premium icon"><div class="Sj4unvqy"><div class="W9cMkzFH CctXGAOe H1sMQbez"><svg width="16" height="16" viewBox="0 0 16 16"><g fill="none" fill-rule="evenodd"><path fill="#1B85E5" d="M11.5 1c.5 0 1 .3 1.2.7l3 4.5c.4.6.4 1.4-.1 1.9L9 14.6c-.6.5-1.6.5-2.2 0L.4 8C0 7.6 0 6.8.3 6l3-4.4c.2-.4.7-.7 1.2-.7zM5.4 7.5H2l5.2 5.2-1.8-5.2zm8.6 0h-3.4l-1.8 5.2L14 7.5zm-4.4 0H6.4L8 12l1.6-4.5zm-3.1-5h-2l-2.7 4H5l1.5-4zm1.8 0h-.6l-1.6 4h3.8l-1.6-4zm3.2 0h-2l1.5 4h3.2l-2.7-4z"></path></g></svg></div><svg viewBox="0 0 12 12" fill="none" class="voeaAGoA"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 5.2L5.3.4 6.8 5l4.8.3L7 6.8l-.3 4.8L5.2 7 .4 6.7 5 5.2z" fill="#fff"></path></svg><svg viewBox="0 0 12 12" fill="none" class="TFAR7fJi"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 5.2L5.3.4 6.8 5l4.8.3L7 6.8l-.3 4.8L5.2 7 .4 6.7 5 5.2z" fill="#fff"></path></svg></div></div><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d F6aTtM7D"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Mexico.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Mexican Spanish</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/premium?sd_carousel=s5&amp;entry_point=ep5" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Spanish in Spain"><div class="hqaaub4_ ZzfwFTwf" aria-label="premium icon"><div class="Sj4unvqy"><div class="W9cMkzFH CctXGAOe H1sMQbez"><svg width="16" height="16" viewBox="0 0 16 16"><g fill="none" fill-rule="evenodd"><path fill="#1B85E5" d="M11.5 1c.5 0 1 .3 1.2.7l3 4.5c.4.6.4 1.4-.1 1.9L9 14.6c-.6.5-1.6.5-2.2 0L.4 8C0 7.6 0 6.8.3 6l3-4.4c.2-.4.7-.7 1.2-.7zM5.4 7.5H2l5.2 5.2-1.8-5.2zm8.6 0h-3.4l-1.8 5.2L14 7.5zm-4.4 0H6.4L8 12l1.6-4.5zm-3.1-5h-2l-2.7 4H5l1.5-4zm1.8 0h-.6l-1.6 4h3.8l-1.6-4zm3.2 0h-2l1.5 4h3.2l-2.7-4z"></path></g></svg></div><svg viewBox="0 0 12 12" fill="none" class="voeaAGoA"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 5.2L5.3.4 6.8 5l4.8.3L7 6.8l-.3 4.8L5.2 7 .4 6.7 5 5.2z" fill="#fff"></path></svg><svg viewBox="0 0 12 12" fill="none" class="TFAR7fJi"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 5.2L5.3.4 6.8 5l4.8.3L7 6.8l-.3 4.8L5.2 7 .4 6.7 5 5.2z" fill="#fff"></path></svg></div></div><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d WH8OSnbw"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Spain.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Spanish in Spain</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/premium?sd_carousel=s5&amp;entry_point=ep5" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Argentinean Spanish"><div class="hqaaub4_ ZzfwFTwf" aria-label="premium icon"><div class="Sj4unvqy"><div class="W9cMkzFH CctXGAOe H1sMQbez"><svg width="16" height="16" viewBox="0 0 16 16"><g fill="none" fill-rule="evenodd"><path fill="#1B85E5" d="M11.5 1c.5 0 1 .3 1.2.7l3 4.5c.4.6.4 1.4-.1 1.9L9 14.6c-.6.5-1.6.5-2.2 0L.4 8C0 7.6 0 6.8.3 6l3-4.4c.2-.4.7-.7 1.2-.7zM5.4 7.5H2l5.2 5.2-1.8-5.2zm8.6 0h-3.4l-1.8 5.2L14 7.5zm-4.4 0H6.4L8 12l1.6-4.5zm-3.1-5h-2l-2.7 4H5l1.5-4zm1.8 0h-.6l-1.6 4h3.8l-1.6-4zm3.2 0h-2l1.5 4h3.2l-2.7-4z"></path></g></svg></div><svg viewBox="0 0 12 12" fill="none" class="voeaAGoA"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 5.2L5.3.4 6.8 5l4.8.3L7 6.8l-.3 4.8L5.2 7 .4 6.7 5 5.2z" fill="#fff"></path></svg><svg viewBox="0 0 12 12" fill="none" class="TFAR7fJi"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 5.2L5.3.4 6.8 5l4.8.3L7 6.8l-.3 4.8L5.2 7 .4 6.7 5 5.2z" fill="#fff"></path></svg></div></div><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d YJ3VQQf1"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Argentina_mOBPO1h.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Argentinean Spanish</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/premium?sd_carousel=s5&amp;entry_point=ep5" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Caribbean Spanish"><div class="hqaaub4_ ZzfwFTwf" aria-label="premium icon"><div class="Sj4unvqy"><div class="W9cMkzFH CctXGAOe H1sMQbez"><svg width="16" height="16" viewBox="0 0 16 16"><g fill="none" fill-rule="evenodd"><path fill="#1B85E5" d="M11.5 1c.5 0 1 .3 1.2.7l3 4.5c.4.6.4 1.4-.1 1.9L9 14.6c-.6.5-1.6.5-2.2 0L.4 8C0 7.6 0 6.8.3 6l3-4.4c.2-.4.7-.7 1.2-.7zM5.4 7.5H2l5.2 5.2-1.8-5.2zm8.6 0h-3.4l-1.8 5.2L14 7.5zm-4.4 0H6.4L8 12l1.6-4.5zm-3.1-5h-2l-2.7 4H5l1.5-4zm1.8 0h-.6l-1.6 4h3.8l-1.6-4zm3.2 0h-2l1.5 4h3.2l-2.7-4z"></path></g></svg></div><svg viewBox="0 0 12 12" fill="none" class="voeaAGoA"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 5.2L5.3.4 6.8 5l4.8.3L7 6.8l-.3 4.8L5.2 7 .4 6.7 5 5.2z" fill="#fff"></path></svg><svg viewBox="0 0 12 12" fill="none" class="TFAR7fJi"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 5.2L5.3.4 6.8 5l4.8.3L7 6.8l-.3 4.8L5.2 7 .4 6.7 5 5.2z" fill="#fff"></path></svg></div></div><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d YJ3VQQf1"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Two_palm_trees.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="6" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Caribbean Spanish</div><div class="DAN_lCHS">0/6 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/premium?sd_carousel=s5&amp;entry_point=ep5" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Colombian Spanish"><div class="hqaaub4_ ZzfwFTwf" aria-label="premium icon"><div class="Sj4unvqy"><div class="W9cMkzFH CctXGAOe H1sMQbez"><svg width="16" height="16" viewBox="0 0 16 16"><g fill="none" fill-rule="evenodd"><path fill="#1B85E5" d="M11.5 1c.5 0 1 .3 1.2.7l3 4.5c.4.6.4 1.4-.1 1.9L9 14.6c-.6.5-1.6.5-2.2 0L.4 8C0 7.6 0 6.8.3 6l3-4.4c.2-.4.7-.7 1.2-.7zM5.4 7.5H2l5.2 5.2-1.8-5.2zm8.6 0h-3.4l-1.8 5.2L14 7.5zm-4.4 0H6.4L8 12l1.6-4.5zm-3.1-5h-2l-2.7 4H5l1.5-4zm1.8 0h-.6l-1.6 4h3.8l-1.6-4zm3.2 0h-2l1.5 4h3.2l-2.7-4z"></path></g></svg></div><svg viewBox="0 0 12 12" fill="none" class="voeaAGoA"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 5.2L5.3.4 6.8 5l4.8.3L7 6.8l-.3 4.8L5.2 7 .4 6.7 5 5.2z" fill="#fff"></path></svg><svg viewBox="0 0 12 12" fill="none" class="TFAR7fJi"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 5.2L5.3.4 6.8 5l4.8.3L7 6.8l-.3 4.8L5.2 7 .4 6.7 5 5.2z" fill="#fff"></path></svg></div></div><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d YJ3VQQf1"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Columbia.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Colombian Spanish</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div><div class="_S9LMsj6"><div class="vC5nREkc"><a href="/premium?sd_carousel=s5&amp;entry_point=ep5" class="tCur1iYh SirLg7li rMHSSUgH wJokeImU" aria-label="Panamanian Spanish"><div class="hqaaub4_ ZzfwFTwf" aria-label="premium icon"><div class="Sj4unvqy"><div class="W9cMkzFH CctXGAOe H1sMQbez"><svg width="16" height="16" viewBox="0 0 16 16"><g fill="none" fill-rule="evenodd"><path fill="#1B85E5" d="M11.5 1c.5 0 1 .3 1.2.7l3 4.5c.4.6.4 1.4-.1 1.9L9 14.6c-.6.5-1.6.5-2.2 0L.4 8C0 7.6 0 6.8.3 6l3-4.4c.2-.4.7-.7 1.2-.7zM5.4 7.5H2l5.2 5.2-1.8-5.2zm8.6 0h-3.4l-1.8 5.2L14 7.5zm-4.4 0H6.4L8 12l1.6-4.5zm-3.1-5h-2l-2.7 4H5l1.5-4zm1.8 0h-.6l-1.6 4h3.8l-1.6-4zm3.2 0h-2l1.5 4h3.2l-2.7-4z"></path></g></svg></div><svg viewBox="0 0 12 12" fill="none" class="voeaAGoA"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 5.2L5.3.4 6.8 5l4.8.3L7 6.8l-.3 4.8L5.2 7 .4 6.7 5 5.2z" fill="#fff"></path></svg><svg viewBox="0 0 12 12" fill="none" class="TFAR7fJi"><path fill-rule="evenodd" clip-rule="evenodd" d="M5 5.2L5.3.4 6.8 5l4.8.3L7 6.8l-.3 4.8L5.2 7 .4 6.7 5 5.2z" fill="#fff"></path></svg></div></div><div class="Ksilz_XM"><div class="EaRUeMEG"><div class="mXuiDN4d YJ3VQQf1"><img role="presentation" style="height:inherit" src="https://sd-hegemone-production.sdcdns.com/skill-images/Panama_GVPLis5.svg" loading="lazy" alt=""/></div></div><div class="FA8wOOIZ"><div class="XDNCW72L"><div class="MGYV7izh"><div role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="3" class="q_gDao3w" style="width:0%"></div><div class="tJR4qh58"><div class="lr6FmpEP lHz5Y_4H UlP5ofJ7"><svg width="20" height="20"><title>Trophy</title><use href="/assets/svg-sprites/core3.svg#Trophy"></use></svg></div></div></div></div><div class="SGjvAIeb">Panamanian Spanish</div><div class="DAN_lCHS">0/3 lessons</div></div></div></a></div></div></div></div></div><div class="FFLzBMUY"><div class="tWXYPNmE xFgssfNL"><div class="CII6lqXg"><div class="vC5nREkc"><a href="https://play.google.com/store/apps/details?id=com.spanishdict.spanishdict&amp;referrer=utm_campaign%3Dadhesion" rel="noopener" class="tCur1iYh UoV8MgIE B2bPNCng" target="_blank">✈️ Translate on the go!</a></div></div><div id="spdAdHesion-container" class="c0UgOOkO"><div><div id="spdAdHesion" class="NgnhwZKc"></div></div></div></div></div><div class="DJvlfQJo"><div class="MpvzoQK4"><div class="Fwc9DEjQ">Word of the Day</div><div class="siJVwq5K"><div class="WCm3gUvE"><picture><source srcSet="https://sd-hegemone-production.sdcdns.com/ios-wotd-images/400/88136fb6-f667-4f9b-8221-14b6d42e929c.webp" type="image/webp"/><img src="https://sd-hegemone-production.sdcdns.com/ios-wotd-images/400/88136fb6-f667-4f9b-8221-14b6d42e929c.jpg" alt="to travel" loading="lazy"/></picture></div><div class="j0Cv6L6w"><div class="vC5nREkc"><a href="/translate/viajar" class="tCur1iYh"><span class="J4o8vhzv">viajar</span></a></div><audio></audio><button id="wotd-en-audio" aria-label="play translation audio" class="avYsigVk LDaWQ8QV _YgHqAsa" type="button" style="background-color:none;vertical-align:middle;display:flex;align-items:center;justify-content:center" data-testid="pronunciation-audio-button"><div class="XykPqQFs" data-testid="pronunciation-audio-button-stopped"><div class="W9cMkzFH CctXGAOe ocmOwx48"><svg width="20" height="20" viewBox="0 0 16 16"><g fill="none" fill-rule="evenodd"><path fill="#1B85E5" d="M13.5 2.2a8 8 0 0 1-.1 11.7l-.7-.7a7 7 0 0 0 0-10.3l.8-.7zM12 3.6a6 6 0 0 1-.2 9l-.7-.8a5 5 0 0 0 .2-7.5l.7-.7zm-9 7.9H.7c-.4 0-.8-.4-.8-.9V5.4c0-.5.4-.9.8-.9H3l4.7-3.4C8.3.8 9 1.1 9 2V14c0 .7-.7 1.1-1.3.8L3 11.5zM1.4 5.9v4.2h2.2L7.5 13V3L3.7 6H1.5z"></path></g></svg></div></div></button></div><div class="vC5nREkc"><button class="avYsigVk LDaWQ8QV" type="button"><span class="RUKQ5ma7">show translation</span></button></div></div><div class="vC5nREkc"><button class="LuMRkwkI" type="button">Get the Word of the Day Email</button></div></div></div></main><footer id="footer-component"><div class="DqLhJ0DM"><div class="kZWEEqlP Mo5rZ9g1 EKmESpXx"><div class="t1xvUIr9" style="width:280px"><div class="vC5nREkc"><a href="/" class="tCur1iYh" aria-label="SpanishDictionary.com Homepage"><svg viewBox="0 0 879 75" fill="none" role="img" aria-label="SpanishDictionary.com logo"><path fill-rule="evenodd" clip-rule="evenodd" d="M46.3 54.9c2.3-1.7 4-3.8 5.3-6a18 18 0 0 0-.2-15.7c-1.2-2.4-2.8-4-5-5.6a27.8 27.8 0 0 0-7.8-3.6c-3-1-6.2-1.7-9.8-2.3a27 27 0 0 1-6.1-1.7c-1.4-.6-2-1.7-2-3 0-1.7.6-2.7 2-3.4 1.4-.6 3.2-.9 5.6-.9 1.2 0 2.5.2 3.7.5 1.4.3 2.7.7 4 1.2l3.4 1.9c1 .7 1.9 1.4 2.6 2.1l9.3-9.7a22 22 0 0 0-3.6-3.1A28.9 28.9 0 0 0 35.5.8C32.7.3 29.7 0 26 0c-4 0-7.7.6-10.8 1.7-3.1 1-5.6 2.6-7.8 4.3A17.2 17.2 0 0 0 .9 18.4c0 2.2.4 4.2 1 6.2s1.9 4 3.6 5.6a25 25 0 0 0 7 4.7 46 46 0 0 0 11.4 3c3.8.7 6.3 1.3 7.7 2.2 1.4.8 2 2 2 3.4s-.8 2.4-2.3 3.1c-1.6.8-3.6 1.1-6.1 1.1-1.8 0-3.5-.3-5.2-.9a32.8 32.8 0 0 1-8.4-4.8c-1.1-1-2-1.7-2.4-2.3L0 50.7c1 .9 2.2 2 3.6 3C5 55 6.7 56 8.9 57a46.2 46.2 0 0 0 28.8 1.9c3.4-1 6.2-2.2 8.6-4ZM371 42c1.5-3.4 2.3-7.5 2.3-12a25.7 25.7 0 0 0-9-21.2 28 28 0 0 0-10.2-5.6 42 42 0 0 0-12.8-2H315v57.3h26.3c4.7 0 8.9-.6 12.8-1.9a28 28 0 0 0 10.2-5.6c2.8-2.4 5.1-5.4 6.7-9Zm-19.2-22.6c1.2 1.4 2 3 2.6 4.8a31 31 0 0 1 1 6c0 2-.4 3.8-1 5.5a14.3 14.3 0 0 1-7.2 7.9c-1.7.8-3.7 1.2-6 1.2H333V15.2l8.5.1c2.3 0 4.4.4 6 1.1 1.8.8 3.4 1.7 4.5 3.1Zm39.5 17.8h-14.2l-2.4-35.8h19l-2.4 35.8Zm1.4 16.2a9.2 9.2 0 0 1-5 4.6c-1.1.5-2.3.8-3.6.8-1.2 0-2.5-.3-3.6-.8-1-.5-2.2-1-3-1.8a9.2 9.2 0 0 1-2-2.8c-.5-1.1-.8-2.4-.8-3.6 0-1.2.3-2.5.8-3.6a9.2 9.2 0 0 1 5-4.6c1.1-.5 2.4-.8 3.6-.8 1.3 0 2.5.3 3.6.8 1 .4 2 1 3 1.8.7.8 1.5 1.7 2 2.8.5 1.1.8 2.4.8 3.6 0 1.2-.3 2.5-.8 3.6Zm75.5 4.1c-.6.5-1.6.8-2.5 1.1l-3.6 1c-1.4.1-3.1.3-5 .3-4.7 0-8.4-1.1-11-3.4-2.4-2.4-3.7-5.6-3.7-10V28h-7v-2.5l-8.6 7.4a7.1 7.1 0 0 0-2.7-3.1 8.6 8.6 0 0 0-4.5-1.3c-2.2 0-4.2.8-5.8 2.5-1.7 1.7-2.5 4-2.5 7.1 0 3.1.8 5.6 2.5 7.1a7.9 7.9 0 0 0 5.8 2.5 9 9 0 0 0 4.5-1.2c1.3-1 2.2-1.9 2.7-3l10.1 8.7-1 1-1.5 1.3a25.3 25.3 0 0 1-15.6 5.1 27 27 0 0 1-9.4-1.5c-3-1-5.4-2.5-7.5-4.3a21 21 0 0 1-6.9-15.8 20.3 20.3 0 0 1 7-15.7 26 26 0 0 1 7.4-4.5 27 27 0 0 1 16-.8 20 20 0 0 1 10 5.4v-5h7V6h15.8v11.4h8.6V28h-8.6v15.4c0 2.6 1.2 3.9 3.9 3.9 1 0 1.9-.2 2.5-.7l1-.7 4.2 10.8-.6.3c-.3.2-.6.5-1 .6Zm-173.9-1.8v2.9h16.2c-.2-4.2-.2-7.7-.2-10.8V29.3a13.5 13.5 0 0 0-3.3-9.3c-1-1.3-2.6-2.2-4.3-2.8-2-.8-4-1-6.4-1a19.9 19.9 0 0 0-14.7 5.6V1.5h-15.8v57h15.8V32.3c.6-.7 1.4-1.4 2.5-2.1.9-.8 2.3-1.1 4.2-1.1 1.9 0 3.3.4 4.4 1.4 1 .9 1.5 2.5 1.5 4.6v18.8l.1 2Zm-33.2-4.7c-1 1.7-2.2 3.3-4 4.5-1.6 1.3-3.8 2.4-6.3 3a36 36 0 0 1-21.6-1.2l-4.7-2.4-.5-.3c-1.2-.8-2.3-1.5-3-2.3l7-9.3c.6.8 1.4 1.4 2.5 2.1l3.2 2a16.5 16.5 0 0 0 7 1.6c1.8 0 3.2-.1 4-.6.8-.5 1.2-1 1-1.9 0-.7-.4-1.4-1.5-1.8-1-.5-2.8-.8-4.8-1-2.4-.1-4.7-.6-6.8-1-2-.7-3.7-1.4-5.3-2.7-1.5-1-2.6-2.5-3.6-4.2-.8-1.7-1.2-3.7-1.2-6.2 0-1.7.5-3.2 1.2-4.8.8-1.5 2-3 3.6-4.1 1.6-1.3 3.6-2.2 6-3 2.3-.8 5-1 8-1 4.8 0 8.5.5 11.5 1.6s5.3 2.5 7 3.9l-5.7 8.5a7 7 0 0 0-1.6-1.4l-2.5-1.4c-1-.4-2-.7-3.1-.9-1.1-.3-2.2-.3-3.3-.3a15 15 0 0 0-4 .5c-1 .3-1.5.9-1.5 1.8 0 1.1.5 1.9 1.6 2.2 1 .3 2.8.6 5.3 1 6.2.5 10.8 2 13.4 4.4a12.2 12.2 0 0 1 2.7 14.7Zm-58.8-25.5c0-1.3.3-2.5.8-3.6a9.2 9.2 0 0 1 5-4.6c1.1-.5 2.3-.8 3.6-.8 1.2 0 2.5.3 3.6.8 1 .4 2.2 1 3 1.8.7.8 1.5 1.7 2 2.8.5 1 .8 2.3.8 3.6 0 1.2-.3 2.4-.8 3.5a9.2 9.2 0 0 1-5 4.7c-1.1.4-2.4.8-3.6.8-1.3 0-2.5-.4-3.6-.8-1-.5-2-1.1-3-1.9a9.2 9.2 0 0 1-2-2.8c-.5-1-.8-2.3-.8-3.5Zm0 48.3 2.4-35.8H219l2.3 35.8h-18.9Zm-18.8-18V35c0-2.1-.6-3.7-1.7-4.6-1-1-2.5-1.4-4.3-1.4-2 0-3.3.3-4.3 1l-2.5 2.2v26.4h-15.7V17.4h15.7v4.4a19.9 19.9 0 0 1 14.7-5.7c2.5 0 4.6.3 6.4 1.1 1.8.6 3.3 1.6 4.4 2.8a13.5 13.5 0 0 1 3.3 9.3v18.6c0 3 0 6.6.2 10.8h-16.1v-.1l-.1-2.8Zm-47.1-39.2a17 17 0 0 1 11.8 8c1.3 2.4 2 5.2 2 8.6v25.3h-15.9v-3.9c-.4.8-1 1.4-2 2l-3.1 1.6-3.6 1c-1.3.4-2.4.4-3.5.4-1.8 0-3.9-.4-6-.8-2-.5-3.8-1.3-5.5-2.3-1.8-1.1-3.2-2.5-4.3-4.4-1-1.7-1.5-3.9-1.5-6.3 0-2.8.5-5 1.5-6.9 1.1-1.8 2.5-3.2 4.3-4.1 1.7-1.1 3.6-1.7 5.6-2.2a26.7 26.7 0 0 1 9-.4h.4a30.6 30.6 0 0 1 6.7 2.3v.1a8 8 0 0 1 2 1.9v-3.9c0-1.7-.8-3.3-2.3-4.7a9.7 9.7 0 0 0-6.3-1.8c-2.3 0-4.7.5-7 1.2-2.4.8-4.4 2-6 3.6l-5.4-8.4a19 19 0 0 1 5-3.4c1.9-1 3.9-1.5 5.8-2l4.7-1h.9l1-.2 3.7-.2c2.8.2 5.5.5 8 1Zm-2 26c-.5-1-1.6-1.6-3-2.3-1.4-.4-2.7-.7-4-.7l-2.1.3c-.8.1-1.6.4-2.4 1-.8.4-1.2.8-1.9 1.6-.4.6-.7 1.6-.7 2.6 0 1.1.3 2 .7 2.7a5 5 0 0 0 2 1.7c.7.5 1.3.8 2.3 1l2.1.2a12 12 0 0 0 4-.6c1.4-.5 2.3-1 3-2v-5.6ZM97.7 54c1.6-1.9 3-4 4-6.8.9-2.8 1.4-6 1.2-9.6 0-3.5-.5-6.7-1.4-9.3-1-2.7-2.2-5-4-6.9A17.3 17.3 0 0 0 84.5 16c-2.5 0-4.8.3-6.9 1.2-2 1-3.6 2.3-5 4.3v-4.3H56.7V75h15.8V54c1.4 2 3.2 3.6 5.2 4.4 2 .8 4.2 1.3 6.9 1.3 2.6 0 5.1-.5 7.3-1.4a16 16 0 0 0 6-4.2ZM79.1 28.2c2 0 3.9.8 5.5 2.5a9 9 0 0 1 2.1 7.3 10 10 0 0 1-2.3 7 7 7 0 0 1-5.5 2.6c-.9 0-2.2-.2-3.4-.5-1.3-.3-2.2-1-3-1.9V30.5c.8-.9 1.9-1.5 3.2-1.8 1.2-.3 2.5-.5 3.4-.5ZM766.5 54.5a25.3 25.3 0 0 1-15.6 5.1 27 27 0 0 1-9.4-1.5c-3-1-5.4-2.5-7.5-4.3a21 21 0 0 1-6.9-15.8 20.3 20.3 0 0 1 7-15.7 26 26 0 0 1 7.4-4.5 27 27 0 0 1 16-.8 19.9 19.9 0 0 1 11.5 7.2L759 32.9a7.1 7.1 0 0 0-2.7-3.1 8.6 8.6 0 0 0-4.5-1.3c-2.2 0-4.2.8-5.8 2.5-1.7 1.7-2.5 4-2.5 7.1 0 3.1.8 5.6 2.5 7.1a7.9 7.9 0 0 0 5.8 2.5 9 9 0 0 0 4.5-1.2c1.3-1 2.2-1.9 2.7-3l10.1 8.7-2.5 2.3ZM572 58.5V34.9c0-2.2-.5-3.7-1.6-4.6-1.1-1-2.5-1.4-4.4-1.4-1.9 0-3.3.3-4.2 1-1.1.8-2 1.4-2.5 2.2v26.4h-15.8V17.2h15.8v4.5A19.9 19.9 0 0 1 574 16c2.5 0 4.5.3 6.4 1 1.7.7 3.2 1.6 4.3 2.9a13.5 13.5 0 0 1 3.3 9.3v18.6c0 3 0 6.6.2 10.8H572v-.1ZM628.9 19.5a17 17 0 0 0-7-2.8c-2.4-.4-5-.7-7.9-.9a47.7 47.7 0 0 0-4.7.3l-1 .2-4.6.9c-1.9.5-4 1-5.8 2a19 19 0 0 0-5 3.4l5.5 8.4c1.5-1.6 3.6-2.8 6-3.6 2.3-.7 4.6-1.2 7-1.2 2.6 0 4.6.6 6.2 1.8 1.6 1.4 2.3 3 2.3 4.7v3.9a8 8 0 0 0-2-1.9c-1-.5-1.9-1-3.1-1.4a13.6 13.6 0 0 0-4-1l-3-.2c-2 0-4 .1-6 .6s-3.9 1-5.6 2.2c-1.7.9-3.1 2.3-4.2 4.1a13 13 0 0 0-1.6 6.9c0 2.4.5 4.6 1.6 6.3 1 1.9 2.5 3.3 4.2 4.4a18 18 0 0 0 5.6 2.3c2 .4 4 .8 6 .8 1 0 2.1 0 3.4-.4l3.6-1c1-.5 2.2-1 3.1-1.6 1-.6 1.6-1.2 2-2v3.9h15.8V33.3c0-3.4-.6-6.2-1.8-8.5-1.5-2.2-3-4-5-5.3Zm-12 21c1.5.6 2.6 1.2 3 2.1v5.6c-.6 1-1.5 1.5-3 2a12 12 0 0 1-3.8.6l-2.2-.3c-1-.1-1.6-.4-2.4-1a5 5 0 0 1-2.6-4.3c0-1 .3-2 .8-2.6.6-.8 1-1.2 1.8-1.7s1.6-.8 2.4-1l2.2-.2c1.2 0 2.5.3 3.9.7Z" fill="var(--blue-700)"></path><path d="M534.4 53.1a23 23 0 0 1-17 6.4 23 23 0 0 1-17-6.4 21.1 21.1 0 0 1-6.3-15.4c0-6 2-11.2 6.2-15.4a23 23 0 0 1 17-6.3 23 23 0 0 1 17 6.3c4.3 4.2 6.4 9.3 6.4 15.4a21 21 0 0 1-6.3 15.4Zm-17-7.3a7 7 0 0 0 5.5-2.2c1.3-1.5 2-3.5 2-5.9 0-2.3-.7-4.3-2-5.7a6.8 6.8 0 0 0-5.5-2.4c-2.3 0-4.1.8-5.5 2.4a8.3 8.3 0 0 0-2 5.7c0 2.4.7 4.4 2 6a6.9 6.9 0 0 0 5.5 2.1ZM488.7 15.8a8.3 8.3 0 0 1-6.1 2.5 8.6 8.6 0 0 1-8.7-8.7c0-2.3.8-4.4 2.5-6a8.5 8.5 0 0 1 6.2-2.6c2.4 0 4.4.9 6 2.6a8.1 8.1 0 0 1 2.7 6c0 2.5-.9 4.5-2.6 6.2Zm1.6 43.8h-15.5V21.3h15.5v38.3ZM675.2 74.3l2-13.2c1 .5 2 .8 3.2.8 3 0 4.8-.6 5.3-1.6l.3-.8-15.7-41.6H686l7.6 23.8 7.7-23.8h15.8l-17.4 45.9c-1.7 4.3-4 7.1-7 8.6a27.6 27.6 0 0 1-17.5 2ZM656 59h-15.5V17.9H656v4.5c1.3-1.5 3.1-2.9 5.5-4a17 17 0 0 1 7.2-1.7v14.7c-.9-.3-2-.4-3.5-.4-4.6 0-7.6 1-9.2 3v25Z" fill="var(--blue-700)"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M711.8 57a7.8 7.8 0 0 1-2.3-5.6c0-2.2.8-4 2.3-5.6a7.7 7.7 0 0 1 11.2 0 7.7 7.7 0 0 1 0 11.2 7.6 7.6 0 0 1-5.6 2.3c-2.1 0-4-.8-5.6-2.3ZM816.2 58.6V16.7h14.1v1.5c2.6-1.5 5.4-2.2 8.6-2.2 2.5 0 4.9.5 7 1.5 1.7.8 3.2 1.9 4.5 3.3 1.5-1.4 3.1-2.5 5-3.3a18.7 18.7 0 0 1 15.8.6 15 15 0 0 1 5.7 6c1.4 2.4 2.1 5.3 2.1 8.6v25.9h-14.1V34.3a6 6 0 0 0-1.5-4.4c-.9-1-2-1.5-3.7-1.5-1.1 0-2.2.2-3 .6-.8.4-1.5.9-2.1 1.6v28h-14V34.3a6 6 0 0 0-1.5-4.4c-.9-1-2-1.5-3.7-1.5-1.2 0-2.2.2-3 .6h-.1c-.7.4-1.4.8-2 1.5v28h-14Z" fill="var(--blue-700)"></path><path d="M807.4 53.1a23 23 0 0 1-17 6.4 23 23 0 0 1-17-6.4 21.1 21.1 0 0 1-6.3-15.4c0-6 2-11.2 6.2-15.4a23 23 0 0 1 17-6.3 23 23 0 0 1 17 6.3c4.3 4.2 6.4 9.3 6.4 15.4a21 21 0 0 1-6.3 15.4Zm-17-7.3a7 7 0 0 0 5.5-2.2c1.3-1.5 2-3.5 2-5.9 0-2.3-.7-4.3-2-5.7a6.8 6.8 0 0 0-5.5-2.4c-2.3 0-4.1.8-5.5 2.4a8.3 8.3 0 0 0-2 5.7c0 2.4.7 4.4 2 6a6.9 6.9 0 0 0 5.5 2.1Z" fill="var(--blue-700)"></path></svg></a></div></div><div class="Q_uzJhpb">SpanishDictionary.com is the world&#x27;s most popular Spanish-English dictionary, translation, and learning website.</div><div class="el2ICGBx"><div class="vC5nREkc"><a href="https://www.curiositymedia.com/" class="tCur1iYh lTAsUxxd">About</a></div><div class="vC5nREkc"><a href="https://help.spanishdict.com/" class="tCur1iYh lTAsUxxd">Help</a></div><div class="vC5nREkc"><a id="switch-lang" href="https://www.ingles.com/guia" hrefLang="es" class="tCur1iYh lTAsUxxd">Ver en español</a></div></div><div class="VXo_235q">Copyright © 2026 Dictionary Media Group, Inc., a division of IXL Learning</div><div class="el2ICGBx"><div class="vC5nREkc"><a href="/company/privacy" class="tCur1iYh lTAsUxxd">Privacy</a></div><div class="vC5nREkc"><a href="/company/tos" class="tCur1iYh lTAsUxxd">Terms</a></div><div class="vC5nREkc"><a href="/sitemap" class="tCur1iYh lTAsUxxd">Site Map</a></div></div></div><div class="kZWEEqlP cIPSb2O5"><div class="rXAK_0kn ZGDzO_nn"><div><div class="t1xvUIr9" style="width:280px"><div class="vC5nREkc"><a href="/" class="tCur1iYh" aria-label="SpanishDictionary.com Homepage"><svg viewBox="0 0 879 75" fill="none" role="img" aria-label="SpanishDictionary.com logo"><path fill-rule="evenodd" clip-rule="evenodd" d="M46.3 54.9c2.3-1.7 4-3.8 5.3-6a18 18 0 0 0-.2-15.7c-1.2-2.4-2.8-4-5-5.6a27.8 27.8 0 0 0-7.8-3.6c-3-1-6.2-1.7-9.8-2.3a27 27 0 0 1-6.1-1.7c-1.4-.6-2-1.7-2-3 0-1.7.6-2.7 2-3.4 1.4-.6 3.2-.9 5.6-.9 1.2 0 2.5.2 3.7.5 1.4.3 2.7.7 4 1.2l3.4 1.9c1 .7 1.9 1.4 2.6 2.1l9.3-9.7a22 22 0 0 0-3.6-3.1A28.9 28.9 0 0 0 35.5.8C32.7.3 29.7 0 26 0c-4 0-7.7.6-10.8 1.7-3.1 1-5.6 2.6-7.8 4.3A17.2 17.2 0 0 0 .9 18.4c0 2.2.4 4.2 1 6.2s1.9 4 3.6 5.6a25 25 0 0 0 7 4.7 46 46 0 0 0 11.4 3c3.8.7 6.3 1.3 7.7 2.2 1.4.8 2 2 2 3.4s-.8 2.4-2.3 3.1c-1.6.8-3.6 1.1-6.1 1.1-1.8 0-3.5-.3-5.2-.9a32.8 32.8 0 0 1-8.4-4.8c-1.1-1-2-1.7-2.4-2.3L0 50.7c1 .9 2.2 2 3.6 3C5 55 6.7 56 8.9 57a46.2 46.2 0 0 0 28.8 1.9c3.4-1 6.2-2.2 8.6-4ZM371 42c1.5-3.4 2.3-7.5 2.3-12a25.7 25.7 0 0 0-9-21.2 28 28 0 0 0-10.2-5.6 42 42 0 0 0-12.8-2H315v57.3h26.3c4.7 0 8.9-.6 12.8-1.9a28 28 0 0 0 10.2-5.6c2.8-2.4 5.1-5.4 6.7-9Zm-19.2-22.6c1.2 1.4 2 3 2.6 4.8a31 31 0 0 1 1 6c0 2-.4 3.8-1 5.5a14.3 14.3 0 0 1-7.2 7.9c-1.7.8-3.7 1.2-6 1.2H333V15.2l8.5.1c2.3 0 4.4.4 6 1.1 1.8.8 3.4 1.7 4.5 3.1Zm39.5 17.8h-14.2l-2.4-35.8h19l-2.4 35.8Zm1.4 16.2a9.2 9.2 0 0 1-5 4.6c-1.1.5-2.3.8-3.6.8-1.2 0-2.5-.3-3.6-.8-1-.5-2.2-1-3-1.8a9.2 9.2 0 0 1-2-2.8c-.5-1.1-.8-2.4-.8-3.6 0-1.2.3-2.5.8-3.6a9.2 9.2 0 0 1 5-4.6c1.1-.5 2.4-.8 3.6-.8 1.3 0 2.5.3 3.6.8 1 .4 2 1 3 1.8.7.8 1.5 1.7 2 2.8.5 1.1.8 2.4.8 3.6 0 1.2-.3 2.5-.8 3.6Zm75.5 4.1c-.6.5-1.6.8-2.5 1.1l-3.6 1c-1.4.1-3.1.3-5 .3-4.7 0-8.4-1.1-11-3.4-2.4-2.4-3.7-5.6-3.7-10V28h-7v-2.5l-8.6 7.4a7.1 7.1 0 0 0-2.7-3.1 8.6 8.6 0 0 0-4.5-1.3c-2.2 0-4.2.8-5.8 2.5-1.7 1.7-2.5 4-2.5 7.1 0 3.1.8 5.6 2.5 7.1a7.9 7.9 0 0 0 5.8 2.5 9 9 0 0 0 4.5-1.2c1.3-1 2.2-1.9 2.7-3l10.1 8.7-1 1-1.5 1.3a25.3 25.3 0 0 1-15.6 5.1 27 27 0 0 1-9.4-1.5c-3-1-5.4-2.5-7.5-4.3a21 21 0 0 1-6.9-15.8 20.3 20.3 0 0 1 7-15.7 26 26 0 0 1 7.4-4.5 27 27 0 0 1 16-.8 20 20 0 0 1 10 5.4v-5h7V6h15.8v11.4h8.6V28h-8.6v15.4c0 2.6 1.2 3.9 3.9 3.9 1 0 1.9-.2 2.5-.7l1-.7 4.2 10.8-.6.3c-.3.2-.6.5-1 .6Zm-173.9-1.8v2.9h16.2c-.2-4.2-.2-7.7-.2-10.8V29.3a13.5 13.5 0 0 0-3.3-9.3c-1-1.3-2.6-2.2-4.3-2.8-2-.8-4-1-6.4-1a19.9 19.9 0 0 0-14.7 5.6V1.5h-15.8v57h15.8V32.3c.6-.7 1.4-1.4 2.5-2.1.9-.8 2.3-1.1 4.2-1.1 1.9 0 3.3.4 4.4 1.4 1 .9 1.5 2.5 1.5 4.6v18.8l.1 2Zm-33.2-4.7c-1 1.7-2.2 3.3-4 4.5-1.6 1.3-3.8 2.4-6.3 3a36 36 0 0 1-21.6-1.2l-4.7-2.4-.5-.3c-1.2-.8-2.3-1.5-3-2.3l7-9.3c.6.8 1.4 1.4 2.5 2.1l3.2 2a16.5 16.5 0 0 0 7 1.6c1.8 0 3.2-.1 4-.6.8-.5 1.2-1 1-1.9 0-.7-.4-1.4-1.5-1.8-1-.5-2.8-.8-4.8-1-2.4-.1-4.7-.6-6.8-1-2-.7-3.7-1.4-5.3-2.7-1.5-1-2.6-2.5-3.6-4.2-.8-1.7-1.2-3.7-1.2-6.2 0-1.7.5-3.2 1.2-4.8.8-1.5 2-3 3.6-4.1 1.6-1.3 3.6-2.2 6-3 2.3-.8 5-1 8-1 4.8 0 8.5.5 11.5 1.6s5.3 2.5 7 3.9l-5.7 8.5a7 7 0 0 0-1.6-1.4l-2.5-1.4c-1-.4-2-.7-3.1-.9-1.1-.3-2.2-.3-3.3-.3a15 15 0 0 0-4 .5c-1 .3-1.5.9-1.5 1.8 0 1.1.5 1.9 1.6 2.2 1 .3 2.8.6 5.3 1 6.2.5 10.8 2 13.4 4.4a12.2 12.2 0 0 1 2.7 14.7Zm-58.8-25.5c0-1.3.3-2.5.8-3.6a9.2 9.2 0 0 1 5-4.6c1.1-.5 2.3-.8 3.6-.8 1.2 0 2.5.3 3.6.8 1 .4 2.2 1 3 1.8.7.8 1.5 1.7 2 2.8.5 1 .8 2.3.8 3.6 0 1.2-.3 2.4-.8 3.5a9.2 9.2 0 0 1-5 4.7c-1.1.4-2.4.8-3.6.8-1.3 0-2.5-.4-3.6-.8-1-.5-2-1.1-3-1.9a9.2 9.2 0 0 1-2-2.8c-.5-1-.8-2.3-.8-3.5Zm0 48.3 2.4-35.8H219l2.3 35.8h-18.9Zm-18.8-18V35c0-2.1-.6-3.7-1.7-4.6-1-1-2.5-1.4-4.3-1.4-2 0-3.3.3-4.3 1l-2.5 2.2v26.4h-15.7V17.4h15.7v4.4a19.9 19.9 0 0 1 14.7-5.7c2.5 0 4.6.3 6.4 1.1 1.8.6 3.3 1.6 4.4 2.8a13.5 13.5 0 0 1 3.3 9.3v18.6c0 3 0 6.6.2 10.8h-16.1v-.1l-.1-2.8Zm-47.1-39.2a17 17 0 0 1 11.8 8c1.3 2.4 2 5.2 2 8.6v25.3h-15.9v-3.9c-.4.8-1 1.4-2 2l-3.1 1.6-3.6 1c-1.3.4-2.4.4-3.5.4-1.8 0-3.9-.4-6-.8-2-.5-3.8-1.3-5.5-2.3-1.8-1.1-3.2-2.5-4.3-4.4-1-1.7-1.5-3.9-1.5-6.3 0-2.8.5-5 1.5-6.9 1.1-1.8 2.5-3.2 4.3-4.1 1.7-1.1 3.6-1.7 5.6-2.2a26.7 26.7 0 0 1 9-.4h.4a30.6 30.6 0 0 1 6.7 2.3v.1a8 8 0 0 1 2 1.9v-3.9c0-1.7-.8-3.3-2.3-4.7a9.7 9.7 0 0 0-6.3-1.8c-2.3 0-4.7.5-7 1.2-2.4.8-4.4 2-6 3.6l-5.4-8.4a19 19 0 0 1 5-3.4c1.9-1 3.9-1.5 5.8-2l4.7-1h.9l1-.2 3.7-.2c2.8.2 5.5.5 8 1Zm-2 26c-.5-1-1.6-1.6-3-2.3-1.4-.4-2.7-.7-4-.7l-2.1.3c-.8.1-1.6.4-2.4 1-.8.4-1.2.8-1.9 1.6-.4.6-.7 1.6-.7 2.6 0 1.1.3 2 .7 2.7a5 5 0 0 0 2 1.7c.7.5 1.3.8 2.3 1l2.1.2a12 12 0 0 0 4-.6c1.4-.5 2.3-1 3-2v-5.6ZM97.7 54c1.6-1.9 3-4 4-6.8.9-2.8 1.4-6 1.2-9.6 0-3.5-.5-6.7-1.4-9.3-1-2.7-2.2-5-4-6.9A17.3 17.3 0 0 0 84.5 16c-2.5 0-4.8.3-6.9 1.2-2 1-3.6 2.3-5 4.3v-4.3H56.7V75h15.8V54c1.4 2 3.2 3.6 5.2 4.4 2 .8 4.2 1.3 6.9 1.3 2.6 0 5.1-.5 7.3-1.4a16 16 0 0 0 6-4.2ZM79.1 28.2c2 0 3.9.8 5.5 2.5a9 9 0 0 1 2.1 7.3 10 10 0 0 1-2.3 7 7 7 0 0 1-5.5 2.6c-.9 0-2.2-.2-3.4-.5-1.3-.3-2.2-1-3-1.9V30.5c.8-.9 1.9-1.5 3.2-1.8 1.2-.3 2.5-.5 3.4-.5ZM766.5 54.5a25.3 25.3 0 0 1-15.6 5.1 27 27 0 0 1-9.4-1.5c-3-1-5.4-2.5-7.5-4.3a21 21 0 0 1-6.9-15.8 20.3 20.3 0 0 1 7-15.7 26 26 0 0 1 7.4-4.5 27 27 0 0 1 16-.8 19.9 19.9 0 0 1 11.5 7.2L759 32.9a7.1 7.1 0 0 0-2.7-3.1 8.6 8.6 0 0 0-4.5-1.3c-2.2 0-4.2.8-5.8 2.5-1.7 1.7-2.5 4-2.5 7.1 0 3.1.8 5.6 2.5 7.1a7.9 7.9 0 0 0 5.8 2.5 9 9 0 0 0 4.5-1.2c1.3-1 2.2-1.9 2.7-3l10.1 8.7-2.5 2.3ZM572 58.5V34.9c0-2.2-.5-3.7-1.6-4.6-1.1-1-2.5-1.4-4.4-1.4-1.9 0-3.3.3-4.2 1-1.1.8-2 1.4-2.5 2.2v26.4h-15.8V17.2h15.8v4.5A19.9 19.9 0 0 1 574 16c2.5 0 4.5.3 6.4 1 1.7.7 3.2 1.6 4.3 2.9a13.5 13.5 0 0 1 3.3 9.3v18.6c0 3 0 6.6.2 10.8H572v-.1ZM628.9 19.5a17 17 0 0 0-7-2.8c-2.4-.4-5-.7-7.9-.9a47.7 47.7 0 0 0-4.7.3l-1 .2-4.6.9c-1.9.5-4 1-5.8 2a19 19 0 0 0-5 3.4l5.5 8.4c1.5-1.6 3.6-2.8 6-3.6 2.3-.7 4.6-1.2 7-1.2 2.6 0 4.6.6 6.2 1.8 1.6 1.4 2.3 3 2.3 4.7v3.9a8 8 0 0 0-2-1.9c-1-.5-1.9-1-3.1-1.4a13.6 13.6 0 0 0-4-1l-3-.2c-2 0-4 .1-6 .6s-3.9 1-5.6 2.2c-1.7.9-3.1 2.3-4.2 4.1a13 13 0 0 0-1.6 6.9c0 2.4.5 4.6 1.6 6.3 1 1.9 2.5 3.3 4.2 4.4a18 18 0 0 0 5.6 2.3c2 .4 4 .8 6 .8 1 0 2.1 0 3.4-.4l3.6-1c1-.5 2.2-1 3.1-1.6 1-.6 1.6-1.2 2-2v3.9h15.8V33.3c0-3.4-.6-6.2-1.8-8.5-1.5-2.2-3-4-5-5.3Zm-12 21c1.5.6 2.6 1.2 3 2.1v5.6c-.6 1-1.5 1.5-3 2a12 12 0 0 1-3.8.6l-2.2-.3c-1-.1-1.6-.4-2.4-1a5 5 0 0 1-2.6-4.3c0-1 .3-2 .8-2.6.6-.8 1-1.2 1.8-1.7s1.6-.8 2.4-1l2.2-.2c1.2 0 2.5.3 3.9.7Z" fill="var(--blue-700)"></path><path d="M534.4 53.1a23 23 0 0 1-17 6.4 23 23 0 0 1-17-6.4 21.1 21.1 0 0 1-6.3-15.4c0-6 2-11.2 6.2-15.4a23 23 0 0 1 17-6.3 23 23 0 0 1 17 6.3c4.3 4.2 6.4 9.3 6.4 15.4a21 21 0 0 1-6.3 15.4Zm-17-7.3a7 7 0 0 0 5.5-2.2c1.3-1.5 2-3.5 2-5.9 0-2.3-.7-4.3-2-5.7a6.8 6.8 0 0 0-5.5-2.4c-2.3 0-4.1.8-5.5 2.4a8.3 8.3 0 0 0-2 5.7c0 2.4.7 4.4 2 6a6.9 6.9 0 0 0 5.5 2.1ZM488.7 15.8a8.3 8.3 0 0 1-6.1 2.5 8.6 8.6 0 0 1-8.7-8.7c0-2.3.8-4.4 2.5-6a8.5 8.5 0 0 1 6.2-2.6c2.4 0 4.4.9 6 2.6a8.1 8.1 0 0 1 2.7 6c0 2.5-.9 4.5-2.6 6.2Zm1.6 43.8h-15.5V21.3h15.5v38.3ZM675.2 74.3l2-13.2c1 .5 2 .8 3.2.8 3 0 4.8-.6 5.3-1.6l.3-.8-15.7-41.6H686l7.6 23.8 7.7-23.8h15.8l-17.4 45.9c-1.7 4.3-4 7.1-7 8.6a27.6 27.6 0 0 1-17.5 2ZM656 59h-15.5V17.9H656v4.5c1.3-1.5 3.1-2.9 5.5-4a17 17 0 0 1 7.2-1.7v14.7c-.9-.3-2-.4-3.5-.4-4.6 0-7.6 1-9.2 3v25Z" fill="var(--blue-700)"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M711.8 57a7.8 7.8 0 0 1-2.3-5.6c0-2.2.8-4 2.3-5.6a7.7 7.7 0 0 1 11.2 0 7.7 7.7 0 0 1 0 11.2 7.6 7.6 0 0 1-5.6 2.3c-2.1 0-4-.8-5.6-2.3ZM816.2 58.6V16.7h14.1v1.5c2.6-1.5 5.4-2.2 8.6-2.2 2.5 0 4.9.5 7 1.5 1.7.8 3.2 1.9 4.5 3.3 1.5-1.4 3.1-2.5 5-3.3a18.7 18.7 0 0 1 15.8.6 15 15 0 0 1 5.7 6c1.4 2.4 2.1 5.3 2.1 8.6v25.9h-14.1V34.3a6 6 0 0 0-1.5-4.4c-.9-1-2-1.5-3.7-1.5-1.1 0-2.2.2-3 .6-.8.4-1.5.9-2.1 1.6v28h-14V34.3a6 6 0 0 0-1.5-4.4c-.9-1-2-1.5-3.7-1.5-1.2 0-2.2.2-3 .6h-.1c-.7.4-1.4.8-2 1.5v28h-14Z" fill="var(--blue-700)"></path><path d="M807.4 53.1a23 23 0 0 1-17 6.4 23 23 0 0 1-17-6.4 21.1 21.1 0 0 1-6.3-15.4c0-6 2-11.2 6.2-15.4a23 23 0 0 1 17-6.3 23 23 0 0 1 17 6.3c4.3 4.2 6.4 9.3 6.4 15.4a21 21 0 0 1-6.3 15.4Zm-17-7.3a7 7 0 0 0 5.5-2.2c1.3-1.5 2-3.5 2-5.9 0-2.3-.7-4.3-2-5.7a6.8 6.8 0 0 0-5.5-2.4c-2.3 0-4.1.8-5.5 2.4a8.3 8.3 0 0 0-2 5.7c0 2.4.7 4.4 2 6a6.9 6.9 0 0 0 5.5 2.1Z" fill="var(--blue-700)"></path></svg></a></div></div><div class="Q_uzJhpb">SpanishDictionary.com is the world&#x27;s most popular Spanish-English dictionary, translation, and learning website.</div></div><div><div class="pOT5Gtjd"><div class="vC5nREkc"><a id="switch-lang" href="https://www.ingles.com/guia" hrefLang="es" class="tCur1iYh lTAsUxxd">Ver en español en inglés.com</a></div></div></div></div><div class="O_rCIJkn"><div class="qOHFsa4r">FEATURES</div><div class="vC5nREkc"><a href="/translation" class="tCur1iYh tAehw4WW B2bPNCng">Translation</a></div><div class="vC5nREkc"><a href="/conjugation" class="tCur1iYh tAehw4WW B2bPNCng">Conjugation</a></div><div class="vC5nREkc"><a href="/vocabulary" class="tCur1iYh tAehw4WW B2bPNCng">Vocabulary</a></div><div class="vC5nREkc"><a href="/learn" class="tCur1iYh tAehw4WW B2bPNCng">Learn Spanish</a></div><div class="vC5nREkc"><a href="/guide" class="tCur1iYh tAehw4WW B2bPNCng">Grammar</a></div><div class="vC5nREkc"><a href="/wordoftheday" class="tCur1iYh tAehw4WW B2bPNCng">Word of the Day</a></div></div><div class="O_rCIJkn"><div class="qOHFsa4r">ABOUT</div><div class="vC5nREkc"><a href="https://www.curiositymedia.com/" class="tCur1iYh tAehw4WW B2bPNCng">About Us</a></div><div class="vC5nREkc"><a href="/company/privacy" class="tCur1iYh tAehw4WW B2bPNCng">Privacy</a></div><div class="vC5nREkc"><a href="/company/tos" class="tCur1iYh tAehw4WW B2bPNCng">Terms</a></div><div class="vC5nREkc"><a href="/sitemap" class="tCur1iYh tAehw4WW B2bPNCng">Site Map</a></div><div class="vC5nREkc"><a href="https://help.spanishdict.com/" class="tCur1iYh tAehw4WW B2bPNCng">Help</a></div><div class="vC5nREkc"><a href="https://help.spanishdict.com/" class="tCur1iYh tAehw4WW B2bPNCng">Contact Us</a></div></div><div class="O_rCIJkn"><div class="O_rCIJkn"><div class="qOHFsa4r">SOCIAL NETWORKS</div><div class="hC8EibN5"><div class="FBiSdfZj"><div class="W9cMkzFH"><svg width="16" height="16" viewBox="0 0 16 16"><g fill="none" fill-rule="evenodd" transform="translate(-30 -32)"><rect width="241" height="81" x="-.5" y="-.5" stroke="#F7F7F7"></rect><g transform="translate(30 32)"><path fill="#3B5998" d="M12 0H9.3C7.7 0 5.9.6 5.9 2.8v2.4H4V8h2v8h3.5V7.9h2.3l.2-2.7H9.4V3.6c0-.9 1-.8 1-.8H12V0z"></path></g></g></svg></div></div><div class="vC5nREkc"><a href="https://www.facebook.com/pages/SpanishDict/92805940179" class="tCur1iYh B2bPNCng">Facebook</a></div></div><div class="hC8EibN5"><div class="FBiSdfZj"><div class="W9cMkzFH"><svg width="16" height="16" viewBox="0 0 16 16"><defs><linearGradient id="InstagramColoredIcon-a" x1="0%" y1="100%" y2="0%"><stop offset="0%" stop-color="#FFD053"></stop><stop offset="34.23%" stop-color="#ED275F"></stop><stop offset="66.09%" stop-color="#BE4CAC"></stop><stop offset="100%" stop-color="#403FAD"></stop></linearGradient></defs><g fill="none" fill-rule="evenodd" transform="translate(-30 -32)"><rect width="241" height="81" x="-.5" y="-.5" stroke="#F7F7F7"></rect><g transform="translate(30 32)"><path fill="url(#InstagramColoredIcon-a)" d="M8 0c2.17 0 2.44 0 3.3.05.85.04 1.43.17 1.94.37.52.2.97.48 1.41.92.45.45.72.9.93 1.42.2.5.33 1.09.37 1.94.04.85.04 1.13.04 3.3s0 2.44-.04 3.3a5.87 5.87 0 0 1-.37 1.94c-.2.52-.48.97-.93 1.41-.44.45-.89.72-1.41.93-.51.2-1.1.33-1.95.37-.85.04-1.12.04-3.3.04-2.16 0-2.44 0-3.29-.04a5.87 5.87 0 0 1-1.94-.37c-.53-.2-.97-.48-1.42-.93-.44-.44-.72-.89-.92-1.41-.2-.51-.33-1.1-.37-1.95C0 10.44 0 10.17 0 8 0 5.84 0 5.56.05 4.7c.04-.85.17-1.43.37-1.94.2-.53.48-.97.92-1.42.45-.44.9-.72 1.42-.92.5-.2 1.09-.33 1.94-.37C5.55 0 5.83 0 8 0zm0 1.44c-2.14 0-2.4 0-3.23.05-.78.03-1.2.16-1.49.27-.37.15-.64.32-.92.6-.28.28-.45.55-.6.92-.1.28-.24.7-.27 1.49-.04.84-.05 1.1-.05 3.23s0 2.39.05 3.23c.03.78.16 1.2.27 1.48.15.38.32.64.6.92.28.28.55.46.92.6.28.11.7.24 1.49.28.84.04 1.1.04 3.23.04s2.39 0 3.23-.04c.78-.04 1.2-.17 1.48-.28.38-.14.64-.32.92-.6.28-.28.46-.54.6-.92.11-.28.24-.7.28-1.48.04-.84.04-1.1.04-3.23 0-2.14 0-2.4-.04-3.23a4.42 4.42 0 0 0-.28-1.49 2.48 2.48 0 0 0-.6-.92 2.48 2.48 0 0 0-.92-.6c-.28-.1-.7-.24-1.48-.27A55.5 55.5 0 0 0 8 1.44zM8 3.9a4.1 4.1 0 1 1 0 8.21 4.1 4.1 0 0 1 0-8.2zm0 6.77a2.67 2.67 0 1 0 0-5.33 2.67 2.67 0 0 0 0 5.33zm5.23-6.93a.96.96 0 1 1-1.92 0 .96.96 0 0 1 1.92 0z"></path></g></g></svg></div></div><div class="vC5nREkc"><a href="https://www.instagram.com/spanishdict/" class="tCur1iYh B2bPNCng">Instagram</a></div></div></div><div class="O_rCIJkn tAehw4WW"><div class="qOHFsa4r">APPS</div><div class="hC8EibN5"><div class="FBiSdfZj"><div class="lr6FmpEP"><svg width="16" height="16"><title>Apple</title><use href="/assets/svg-sprites/core3.svg#Apple"></use></svg></div></div><div class="vC5nREkc"><a href="https://itunes.apple.com/us/app/spanishdict/id332510494" class="tCur1iYh B2bPNCng">iOS</a></div></div><div class="hC8EibN5"><div class="FBiSdfZj"><div class="lr6FmpEP"><svg width="16" height="16"><title>Android</title><use href="/assets/svg-sprites/core3.svg#Android"></use></svg></div></div><div class="vC5nREkc"><a href="https://play.google.com/store/apps/details?id=com.spanishdict.spanishdict&amp;referrer=utm_source%3Dsd-footer" class="tCur1iYh B2bPNCng">Android</a></div></div></div></div><div class="ehs3DM4a"><div class="VXo_235q"><div class="Gk5UieSJ"><div class="vC5nREkc"><a href="https://www.ixl.com/" class="tCur1iYh wJokeImU"><span><img alt="IXL learning logo" src="https://neodarwin-prod.sdcdns.com/img/svgs/ixl-learning.svg" height="32" width="auto" loading="lazy"/></span></a></div><div class="Pzz6CJgB"></div><div class="vC5nREkc"><a href="https://www.dictionarymedia.com/" class="tCur1iYh wJokeImU"><span><img alt="Dictionary Media Group logo" src="https://neodarwin-prod.sdcdns.com/img/svgs/dictionary-media-group-logo.svg" height="32" loading="lazy"/></span></a></div></div><p class="mr1pKBqL">IXL Learning&#x27;s Dictionary Media Group reaches over 500,000,000 learners each year.</p><div class="NS95JWNh"><div class="vC5nREkc"><a href="https://www.frenchdictionary.com/" class="tCur1iYh YDSgHK52 B2bPNCng wJokeImU" aria-label="FrenchDictionary.com"><div class="V0pgwxxD"><img alt="" src="https://neodarwin-prod.sdcdns.com/img/svgs/french-dictionary-logo.svg" loading="lazy"/></div><p class="dKgvqqOO">French-English dictionary, translator, and learning</p></a></div><div class="vC5nREkc"><a href="https://www.inglés.com/" class="tCur1iYh YDSgHK52 B2bPNCng wJokeImU" aria-label="inglés.com"><div class="V0pgwxxD"><img alt="" src="https://neodarwin-prod.sdcdns.com/img/svgs/ingles-logo.svg" loading="lazy"/></div><p class="dKgvqqOO">English dictionary and learning for Spanish speakers</p></a></div><div class="vC5nREkc"><a href="https://www.anglais.com/" class="tCur1iYh YDSgHK52 B2bPNCng wJokeImU" aria-label="anglais.com"><div class="V0pgwxxD"><img alt="" src="https://neodarwin-prod.sdcdns.com/img/svgs/anglais-com-logo.svg" loading="lazy"/></div><p class="dKgvqqOO">English dictionary and learning for French speakers</p></a></div><div class="vC5nREkc"><a href="https://www.dictionary.com/" class="tCur1iYh YDSgHK52 B2bPNCng wJokeImU" aria-label="Dictionary.com"><div class="V0pgwxxD"><img alt="" src="https://neodarwin-prod.sdcdns.com/img/svgs/dictionary-com-logo.svg" loading="lazy"/></div><p class="dKgvqqOO">Comprehensive resource for word definitions and usage</p></a></div><div class="vC5nREkc"><a href="https://www.thesaurus.com/" class="tCur1iYh YDSgHK52 B2bPNCng wJokeImU" aria-label="Thesaurus.com"><div class="V0pgwxxD"><img alt="" src="https://neodarwin-prod.sdcdns.com/img/svgs/thesaurus-com-logo.svg" loading="lazy"/></div><p class="dKgvqqOO">Essential reference for synonyms and antonyms</p></a></div><div class="vC5nREkc"><a href="https://www.ixl.com/" class="tCur1iYh YDSgHK52 B2bPNCng wJokeImU" aria-label="IXL"><div class="V0pgwxxD"><img alt="" src="https://neodarwin-prod.sdcdns.com/img/svgs/ixl-logo-2.svg" loading="lazy"/></div><p class="dKgvqqOO">Comprehensive K-12 personalized learning</p></a></div><div class="vC5nREkc"><a href="https://www.vocabulary.com/" class="tCur1iYh YDSgHK52 B2bPNCng wJokeImU" aria-label="Vocabulary.com"><div class="V0pgwxxD"><img alt="" src="https://neodarwin-prod.sdcdns.com/img/svgs/vocabulary-com.svg" loading="lazy"/></div><p class="dKgvqqOO">Adaptive learning for English vocabulary</p></a></div><div class="vC5nREkc"><a href="https://www.rosettastone.com/" class="tCur1iYh YDSgHK52 B2bPNCng wJokeImU" aria-label="Rosetta Stone"><div class="V0pgwxxD"><img alt="" src="https://neodarwin-prod.sdcdns.com/img/svgs/rosetta-stone.svg" loading="lazy"/></div><p class="dKgvqqOO">Immersive learning for 25 languages</p></a></div><div class="vC5nREkc"><a href="https://www.teacherspayteachers.com/" class="tCur1iYh YDSgHK52 B2bPNCng wJokeImU" aria-label="Teachers Pay Teachers"><div class="V0pgwxxD"><img alt="" src="https://neodarwin-prod.sdcdns.com/img/svgs/tpt-logo.svg" loading="lazy"/></div><p class="dKgvqqOO">Marketplace for millions of educator-created resources</p></a></div><div class="vC5nREkc"><a href="https://www.education.com/" class="tCur1iYh YDSgHK52 B2bPNCng wJokeImU" aria-label="Education.com"><div class="V0pgwxxD"><img alt="" src="https://neodarwin-prod.sdcdns.com/img/svgs/education-com.svg" loading="lazy"/></div><p class="dKgvqqOO">35,000+ worksheets, games, and lesson plans</p></a></div><div class="vC5nREkc"><a href="https://www.abcya.com/" class="tCur1iYh YDSgHK52 B2bPNCng wJokeImU" aria-label="ABCya"><div class="V0pgwxxD"><img alt="" src="https://neodarwin-prod.sdcdns.com/img/svgs/abcya.svg" loading="lazy"/></div><p class="dKgvqqOO">Fun educational games for kids</p></a></div><div class="vC5nREkc"><a href="https://www.emmersion.ai/" class="tCur1iYh YDSgHK52 B2bPNCng wJokeImU" aria-label="Emmersion"><div class="V0pgwxxD"><img alt="" src="https://neodarwin-prod.sdcdns.com/img/svgs/emmersion.svg" loading="lazy"/></div><p class="dKgvqqOO">Fast, easy, reliable language certification</p></a></div><div class="vC5nREkc"><a href="https://www.wyzant.com/" class="tCur1iYh YDSgHK52 B2bPNCng wJokeImU" aria-label="Wyzant"><div class="V0pgwxxD"><img alt="" src="https://neodarwin-prod.sdcdns.com/img/svgs/wyzant.svg" loading="lazy"/></div><p class="dKgvqqOO">Trusted tutors for 300+ subjects</p></a></div><div class="vC5nREkc"><a href="https://www.words.com/" class="tCur1iYh YDSgHK52 B2bPNCng wJokeImU" aria-label="Words.com"><div class="V0pgwxxD"><img alt="" src="https://neodarwin-prod.sdcdns.com/img/svgs/words-com-logo.svg" loading="lazy"/></div><p class="dKgvqqOO">Bite-sized daily word games</p></a></div><div class="vC5nREkc"><a href="https://www.multiplication.com/" class="tCur1iYh YDSgHK52 B2bPNCng wJokeImU" aria-label="Multiplication.com"><div class="V0pgwxxD"><img alt="" src="https://neodarwin-prod.sdcdns.com/img/svgs/multiplication-com-logo.svg" loading="lazy"/></div><p class="dKgvqqOO">Playful tools to learn multiplication</p></a></div></div><span>Copyright © 2026 Dictionary Media Group, Inc., a division of IXL Learning • All Rights Reserved.</span></div></div></div><div class="cVhA0tK6"><div id="mspa-footer-html-id"></div></div><div class="K5ylOftU"></div></div></footer></div></div></div><script async="" src="https://c.amazon-adsystem.com/aax2/apstag.js"></script><script src="https://securepubads.g.doubleclick.net/tag/js/gpt.js" async=""></script><script src="//cmas.sdcdns.com/spd/main-min.js" crossorigin="anonymous" async=""></script><link rel="preload" href="//cmas.sdcdns.com/prebid-min.js" as="script" crossorigin="anonymous"/><script>!function(a9,a,p,s,t,A,g){if(a[a9])return;function q(c,r){a[a9]._Q.push([c,r])}a[a9]={init:function(){q("i",arguments)},fetchBids:function(){q("f",arguments)},setDisplayBids:function(){},targetingKeys:function(){return[]},deleteId:function(){q("di",arguments)},renewId:function(){q("ri",arguments)},updateId:function(){q("ui",arguments)},_Q:[]};}("apstag",window);</script><script>
                window.SD_COMPONENT_DATA = {"altLangUrl":"https:\u002F\u002Fwww.ingles.com\u002Fguia","wordOfTheDayData":{"image":"https:\u002F\u002Fsd-hegemone-production.sdcdns.com\u002Fios-wotd-images\u002Foriginal\u002F88136fb6-f667-4f9b-8221-14b6d42e929c.png","imageJPG":"https:\u002F\u002Fsd-hegemone-production.sdcdns.com\u002Fios-wotd-images\u002F400\u002F88136fb6-f667-4f9b-8221-14b6d42e929c.jpg","imageWEBP":"https:\u002F\u002Fsd-hegemone-production.sdcdns.com\u002Fios-wotd-images\u002F400\u002F88136fb6-f667-4f9b-8221-14b6d42e929c.webp","wordId":63833,"wordSource":"viajar","wordDisplay":"viajar","translationText":"to travel","lang":"es","audioUrl":"https:\u002F\u002Faudio-cdn.sdcdns.com\u002Faudio?lang=es&text=viajar&key=200f6720517fea4afbf004f078f647b8","pronunciations":[{"id":119,"ipa":"bja*ˈxaɾ","abc":"via*ˈjar","hasVideo":true,"speakerId":3,"region":"LATAM","uuid":null,"version":51,"spa":"byah*ˈhahr"},{"id":120,"ipa":"bja*ˈχar","abc":"via*ˈjar","hasVideo":true,"speakerId":7,"region":"SPAIN","uuid":null,"version":50,"spa":"byah*ˈhahrr"}]},"siteUrlBase":"https:\u002F\u002Fwww.spanishdict.com","testGroup":65,"excludeAds":false,"brandKey":"spanishdictionary","hostConfig":{"authHost":"https:\u002F\u002Fauth.spanishdict.com","classroomHost":"playground.spanishdict.com","examplesHost":"examples1.spanishdict.com","facebookAppId":"123097127645","googleAppId":"465204375633-gjgdbv90q0mm4fbm5jvrh6gki4dh1a6e.apps.googleusercontent.com","audioHost":"audio-cdn.sdcdns.com","hegemoneAssetHost":"sd-hegemone-production.sdcdns.com","hegemoneApplicationHost":"https:\u002F\u002Fhegemone.sdsandbox.com","leaderboardsHost":"leaderboards1.spanishdict.com","neodarwinAssetHost":"neodarwin-prod.sdcdns.com","playgroundHost":"playground.spanishdict.com","scribeHost":"scribe1.spanishdict.com","siteHost":"site1.spanishdict.com","suggestHost":"suggest1.spanishdict.com","traductorHost":"traductor1.spanishdict.com"},"maintenanceMode":false,"adList":["adTopSmall"],"learningLang":"es","uiLang":"en","isMobile":false,"experimentRegistry":{"sdIdentity":true,"sdCss":false,"sdPQDebug":false,"sdAdminPanel":false,"adhesionMarketingInt":3,"randomizedExperiments":{}},"serverNowAtPageview":1780972159037,"pageCategory":"hubpage","isApp":false,"action":"guide","hubPageType":"guide","supportsWebp":false,"supportsAvif":false,"interestingWords":[{"displayEn":"bay","displayEs":"la bahía","wordForLinkEn":"bay","wordForLinkEs":"bahía","imageName":"bay"},{"displayEn":"daffodil","displayEs":"el narciso","wordForLinkEn":"daffodil","wordForLinkEs":"narciso","imageName":"daffodil"},{"displayEn":"limestone","displayEs":"la caliza","wordForLinkEn":"limestone","wordForLinkEs":"caliza","imageName":"limestone"},{"displayEn":"beet","displayEs":"la remolacha","wordForLinkEn":"beet","wordForLinkEs":"remolacha","imageName":"beet"},{"displayEn":"oatmeal","displayEs":"la avena","wordForLinkEn":"oatmeal","wordForLinkEs":"avena","imageName":"oatmeal"},{"displayEn":"tarragon","displayEs":"el estragón","wordForLinkEn":"tarragon","wordForLinkEs":"estragón","imageName":"tarragon"}],"featureHighlightData":{"shortMessage":"Grow Your Spanish Skills","longMessage":"Grow Your Spanish Skills","link":"\u002Flearn","emoji":"🍎"},"searchQuickLinkSections":[{"title":"WORD CHOICE","action":"guide","words":["Saber vs. Conocer","Por vs. Para","Ser vs. Estar","Esta vs. Ésta"],"articles":["saber-vs-conocer","por-vs-para","ser-vs-estar","esta-vs-esta"]},{"title":"VERB TENSES","action":"guide","words":["Present","Preterite","Imperfect","Subjunctive","Present Progressive"],"articles":["spanish-present-tense-forms","spanish-preterite-tense-forms","spanish-imperfect-tense-forms","spanish-subjunctive","spanish-present-progressive-forms"]},{"title":"REGIONALISMS","action":"guide","words":["Spain","Mexico","Colombia","Argentina","Peru","Ecuador","Chile"],"articles":["how-to-sound-like-a-local-in-spain","how-to-sound-like-a-local-in-mexico","how-to-sound-like-a-local-in-colombia","how-to-sound-like-a-local-in-argentina","how-to-sound-like-a-local-in-peru","how-to-sound-like-a-local-in-ecuador","how-to-sound-like-a-local-in-chile"]},{"title":"ETYMOLOGY","action":"guide","words":["Words of Arabic Origin","Words of Portuguese Origin","Words of Nahautl Origin"],"articles":["spanish-words-of-arabic-origin","spanish-words-of-portuguese-origin","spanish-words-of-nahuatl-origin"]}],"skillSections":[{"header":"Introduction","skills":[{"skillName":"Getting Started","skillId":53,"skillLevel":"introduction","numLessons":6,"lessonIds":[587,588,589,590,591,592],"numCompletedLessons":0,"grammarArticleSlug":"greetings-in-spanish","svgBackgroundColor":2,"iconFilename":"\u002Fskill-images\u002FGlobe.svg","featured":false,"isPremium":false},{"skillName":"Where Are You From?","skillId":85,"skillLevel":"introduction","numLessons":6,"lessonIds":[665,666,667,668,669,664],"numCompletedLessons":0,"grammarArticleSlug":"asking-questions-in-spanish","svgBackgroundColor":5,"iconFilename":"\u002Fskill-images\u002FPerson%20and%20Mexico%20map.svg","featured":false,"isPremium":false},{"skillName":"Meet Someone New","skillId":86,"skillLevel":"introduction","numLessons":6,"lessonIds":[670,671,672,673,674,675],"numCompletedLessons":0,"grammarArticleSlug":"you-in-spanish","svgBackgroundColor":4,"iconFilename":"\u002Fskill-images\u002FPerson%20waving.svg","featured":false,"isPremium":false},{"skillName":"Introduce Your Friends","skillId":87,"skillLevel":"introduction","numLessons":6,"lessonIds":[654,655,656,657,658,659],"numCompletedLessons":0,"grammarArticleSlug":"professions-in-spanish","svgBackgroundColor":6,"iconFilename":"\u002Fskill-images\u002FDiscussion_juX2N4l_LmwXYV7.svg","featured":false,"isPremium":false},{"skillName":"At the Market","skillId":78,"skillLevel":"introduction","numLessons":9,"lessonIds":[602,603,604,605,606,607,608,609,611],"numCompletedLessons":0,"grammarArticleSlug":"vocabulary-for-shopping-at-the-market","svgBackgroundColor":1,"iconFilename":"\u002Fskill-images\u002FFruit%20stand.svg","featured":false,"isPremium":false},{"skillName":"What's Up?","skillId":58,"skillLevel":"introduction","numLessons":3,"lessonIds":[384,385,386],"numCompletedLessons":0,"grammarArticleSlug":"responses-to-como-estas","svgBackgroundColor":4,"iconFilename":"\u002Fskill-images\u002FPeace.svg","featured":false,"isPremium":false},{"skillName":"First Day of School","skillId":61,"skillLevel":"introduction","numLessons":3,"lessonIds":[393,394,395],"numCompletedLessons":0,"grammarArticleSlug":"spanish-at-school","svgBackgroundColor":1,"iconFilename":"\u002Fskill-images\u002FSchool%20Backpack.svg","featured":false,"isPremium":false},{"skillName":"Hobbies","skillId":60,"skillLevel":"introduction","numLessons":3,"lessonIds":[390,391,392],"numCompletedLessons":0,"grammarArticleSlug":"hobbies-in-spanish","svgBackgroundColor":2,"iconFilename":"\u002Fskill-images\u002FSoccer%20ball.svg","featured":false,"isPremium":false},{"skillName":"At the Restaurant","skillId":59,"skillLevel":"introduction","numLessons":3,"lessonIds":[387,388,389],"numCompletedLessons":0,"grammarArticleSlug":"polite-restaurant-phrases-in-spanish","svgBackgroundColor":4,"iconFilename":"\u002Fskill-images\u002FPizza.svg","featured":false,"isPremium":false},{"skillName":"We Are Family","skillId":62,"skillLevel":"introduction","numLessons":3,"lessonIds":[400,401,402],"numCompletedLessons":0,"grammarArticleSlug":"family-tree-in-spanish","svgBackgroundColor":2,"iconFilename":"\u002Fskill-images\u002FTree.svg","featured":false,"isPremium":false},{"skillName":"Happy Birthday!","skillId":63,"skillLevel":"introduction","numLessons":3,"lessonIds":[403,404,405],"numCompletedLessons":0,"grammarArticleSlug":"what-is-a-quinceanera","svgBackgroundColor":6,"iconFilename":"\u002Fskill-images\u002FCake.svg","featured":false,"isPremium":false},{"skillName":"Fly Away","skillId":64,"skillLevel":"introduction","numLessons":3,"lessonIds":[406,407,408],"numCompletedLessons":0,"grammarArticleSlug":"spanish-speaking-travel-destinations-for-every-type-of-person","svgBackgroundColor":3,"iconFilename":"\u002Fskill-images\u002FSuitcase.svg","featured":false,"isPremium":false},{"skillName":"At the Hotel","skillId":65,"skillLevel":"introduction","numLessons":3,"lessonIds":[409,410,411],"numCompletedLessons":0,"grammarArticleSlug":"hotel-vocabulary-in-spanish","svgBackgroundColor":1,"iconFilename":"\u002Fskill-images\u002FHotel.svg","featured":false,"isPremium":false},{"skillName":"Everybody Clean Up!","skillId":66,"skillLevel":"introduction","numLessons":3,"lessonIds":[412,413,414],"numCompletedLessons":0,"grammarArticleSlug":"how-to-talk-about-chores-in-spanish","svgBackgroundColor":1,"iconFilename":"\u002Fskill-images\u002FChores.svg","featured":false,"isPremium":false},{"skillName":"How's the Weather?","skillId":67,"skillLevel":"introduction","numLessons":3,"lessonIds":[415,416,417],"numCompletedLessons":0,"grammarArticleSlug":"expressions-with-hacer","svgBackgroundColor":4,"iconFilename":"\u002Fskill-images\u002FBeach.svg","featured":false,"isPremium":false},{"skillName":"At the Doctor","skillId":68,"skillLevel":"introduction","numLessons":3,"lessonIds":[418,419,420],"numCompletedLessons":0,"grammarArticleSlug":"basic-spanish-for-medical-professionals","svgBackgroundColor":4,"iconFilename":"\u002Fskill-images\u002FDoctor.svg","featured":false,"isPremium":false},{"skillName":"Party Time!","skillId":71,"skillLevel":"introduction","numLessons":3,"lessonIds":[427,428,429],"numCompletedLessons":0,"grammarArticleSlug":"planning-a-party-in-spanish","svgBackgroundColor":4,"iconFilename":"\u002Fskill-images\u002FParty.svg","featured":false,"isPremium":false},{"skillName":"Let's Go Shopping","skillId":72,"skillLevel":"introduction","numLessons":3,"lessonIds":[430,431,432],"numCompletedLessons":0,"grammarArticleSlug":"clothing-vocabulary-in-spanish","svgBackgroundColor":4,"iconFilename":"\u002Fskill-images\u002FShopping.svg","featured":false,"isPremium":false},{"skillName":"Coffee Time","skillId":54,"skillLevel":"introduction","numLessons":3,"lessonIds":[365,366,367],"numCompletedLessons":0,"grammarArticleSlug":"coffee-time","svgBackgroundColor":3,"iconFilename":"\u002Fskill-images\u002FCoffee.svg","featured":false,"isPremium":false},{"skillName":"Let's Taco 'Bout Tacos","skillId":52,"skillLevel":"introduction","numLessons":3,"lessonIds":[369,370,371],"numCompletedLessons":0,"grammarArticleSlug":"lets-taco-bout-tacos-and-tamales","svgBackgroundColor":4,"iconFilename":"\u002Fskill-images\u002FTaco.svg","featured":false,"isPremium":false},{"skillName":"Introducing People and Pets","skillId":50,"skillLevel":"introduction","numLessons":5,"lessonIds":[355,356,357,360,358],"numCompletedLessons":0,"grammarArticleSlug":"introducing-people-and-pets","svgBackgroundColor":3,"iconFilename":"\u002Fskill-images\u002FDog%20and%20cat.svg","featured":false,"isPremium":false},{"skillName":"Start a Conversation","skillId":49,"skillLevel":"introduction","numLessons":13,"lessonIds":[136,137,146,147,148,149,150,151,316,317,318,319,152],"numCompletedLessons":0,"grammarArticleSlug":"learn-spanish-from-the-comfort-of-your-home","svgBackgroundColor":4,"iconFilename":"\u002Fskill-images\u002FStart%20a%20conversation.svg","featured":false,"isPremium":false}]},{"header":"Beginner","skills":[{"skillName":"Articles","skillId":82,"skillLevel":"beginner","numLessons":7,"lessonIds":[596,597,598,599,600,601,635],"numCompletedLessons":0,"grammarArticleSlug":"el-or-la-an-introduction-to-spanish-articles","svgBackgroundColor":6,"iconFilename":"\u002Fskill-images\u002FFlower.svg","featured":false,"isPremium":false},{"skillName":"Nouns","skillId":92,"skillLevel":"beginner","numLessons":12,"lessonIds":[713,714,772,774,752,754,755,756,753,758,759,773],"numCompletedLessons":0,"grammarArticleSlug":"tricky-nouns-in-spanish","svgBackgroundColor":2,"iconFilename":"\u002Fskill-images\u002FTeddy%20bear.svg","featured":false,"isPremium":false},{"skillName":"Subject Pronouns","skillId":103,"skillLevel":"beginner","numLessons":8,"lessonIds":[2349,2350,2351,2352,2353,2354,2355,2356],"numCompletedLessons":0,"grammarArticleSlug":"subject-pronouns-in-spanish","svgBackgroundColor":3,"iconFilename":"\u002Fskill-images\u002FPlaying%20chess.svg","featured":false,"isPremium":false},{"skillName":"Alphabet and Syllables","skillId":207,"skillLevel":"beginner","numLessons":7,"lessonIds":[2397,2398,2399,2400,2401,2402,2403],"numCompletedLessons":0,"grammarArticleSlug":"spanish-alphabet-pronunciation","svgBackgroundColor":4,"iconFilename":"\u002Fskill-images\u002FCrossword.svg","featured":false,"isPremium":false},{"skillName":"Present","skillId":7,"skillLevel":"beginner","numLessons":11,"lessonIds":[41,42,43,44,45,46,47,48,477,478,479],"numCompletedLessons":0,"grammarArticleSlug":"spanish-present-tense-forms","svgBackgroundColor":1,"iconFilename":"\u002Fskill-images\u002FRainbow.svg","featured":false,"isPremium":false},{"skillName":"Present Progressive","skillId":10,"skillLevel":"beginner","numLessons":10,"lessonIds":[72,73,74,75,76,77,78,510,511,512],"numCompletedLessons":0,"grammarArticleSlug":"spanish-present-progressive-forms","svgBackgroundColor":2,"iconFilename":"\u002Fskill-images\u002FRunning.svg","featured":false,"isPremium":false},{"skillName":"Direct Object Pronouns","skillId":104,"skillLevel":"beginner","numLessons":6,"lessonIds":[2357,2358,2359,2360,2361,2362],"numCompletedLessons":0,"grammarArticleSlug":"direct-object-pronouns-in-spanish","svgBackgroundColor":4,"iconFilename":"\u002Fskill-images\u002FJewellery.svg","featured":false,"isPremium":false},{"skillName":"Indirect Object Pronouns","skillId":93,"skillLevel":"beginner","numLessons":6,"lessonIds":[2363,2364,2365,2366,2367,2368],"numCompletedLessons":0,"grammarArticleSlug":"indirect-object-pronouns","svgBackgroundColor":3,"iconFilename":"\u002Fskill-images\u002FProposal.svg","featured":false,"isPremium":false},{"skillName":"Asking Questions","skillId":91,"skillLevel":"beginner","numLessons":12,"lessonIds":[676,677,678,679,680,681,682,690,692,684,686,688],"numCompletedLessons":0,"grammarArticleSlug":"spanish-question-words","svgBackgroundColor":5,"iconFilename":"\u002Fskill-images\u002FQuestion%20mark.svg","featured":false,"isPremium":false},{"skillName":"Ser vs. Estar","skillId":3,"skillLevel":"beginner","numLessons":12,"lessonIds":[5,6,7,8,9,10,11,12,13,471,472,473],"numCompletedLessons":0,"grammarArticleSlug":"ser-vs-estar","svgBackgroundColor":6,"iconFilename":"\u002Fskill-images\u002FProfessions.svg","featured":false,"isPremium":false},{"skillName":"Conjunctions and Contractions","skillId":94,"skillLevel":"beginner","numLessons":9,"lessonIds":[763,764,765,766,767,768,769,770,771],"numCompletedLessons":0,"grammarArticleSlug":"spanish-conjunctions","svgBackgroundColor":1,"iconFilename":"\u002Fskill-images\u002FChain%20link.svg","featured":false,"isPremium":false},{"skillName":"Negation","skillId":40,"skillLevel":"beginner","numLessons":7,"lessonIds":[263,264,265,266,558,559,560],"numCompletedLessons":0,"grammarArticleSlug":"negation-and-negative-words-in-spanish","svgBackgroundColor":3,"iconFilename":"\u002Fskill-images\u002FApple.svg","featured":false,"isPremium":false},{"skillName":"Infinitives","skillId":100,"skillLevel":"beginner","numLessons":9,"lessonIds":[814,809,810,811,812,813,808,815,816],"numCompletedLessons":0,"grammarArticleSlug":"infinitives-in-spanish","svgBackgroundColor":3,"iconFilename":"\u002Fskill-images\u002FWorkout.svg","featured":false,"isPremium":false},{"skillName":"Cardinal Numbers","skillId":28,"skillLevel":"beginner","numLessons":9,"lessonIds":[211,212,213,214,215,3282,516,517,518],"numCompletedLessons":0,"grammarArticleSlug":"numbers-in-spanish-0-100","svgBackgroundColor":3,"iconFilename":"\u002Fskill-images\u002FBunnies.svg","featured":false,"isPremium":false},{"skillName":"Telling Time","skillId":26,"skillLevel":"beginner","numLessons":9,"lessonIds":[199,200,201,202,203,204,618,619,620],"numCompletedLessons":0,"grammarArticleSlug":"telling-time-in-spanish","svgBackgroundColor":6,"iconFilename":"\u002Fskill-images\u002FClock.svg","featured":false,"isPremium":false},{"skillName":"Adverbs","skillId":99,"skillLevel":"beginner","numLessons":9,"lessonIds":[975,976,977,979,980,981,982,983,984],"numCompletedLessons":0,"grammarArticleSlug":"spanish-adverbs","svgBackgroundColor":6,"iconFilename":"\u002Fskill-images\u002FCookie.svg","featured":false,"isPremium":false},{"skillName":"False Cognates","skillId":96,"skillLevel":"beginner","numLessons":5,"lessonIds":[2391,2392,2393,2395,2396],"numCompletedLessons":0,"grammarArticleSlug":"false-cognates","svgBackgroundColor":4,"iconFilename":"\u002Fskill-images\u002FBeach.svg","featured":false,"isPremium":false},{"skillName":"Verbal Periphrasis","skillId":102,"skillLevel":"beginner","numLessons":7,"lessonIds":[2379,2380,2381,2382,2383,2384,2385],"numCompletedLessons":0,"grammarArticleSlug":"verbal-periphrasis-in-spanish","svgBackgroundColor":1,"iconFilename":"\u002Fskill-images\u002FFlying%20bird.svg","featured":false,"isPremium":false}]},{"header":"Intermediate","skills":[{"skillName":"Gender: Nouns and Pronouns","skillId":37,"skillLevel":"intermediate","numLessons":9,"lessonIds":[249,250,251,252,253,254,540,541,542],"numCompletedLessons":0,"grammarArticleSlug":"masculine-and-feminine-nouns","svgBackgroundColor":2,"iconFilename":"\u002Fskill-images\u002FDancing%203.svg","featured":false,"isPremium":false},{"skillName":"Gender: Adjectives","skillId":43,"skillLevel":"intermediate","numLessons":8,"lessonIds":[275,276,277,278,279,519,520,521],"numCompletedLessons":0,"grammarArticleSlug":"descriptive-adjectives-in-spanish","svgBackgroundColor":4,"iconFilename":"\u002Fskill-images\u002FDog%20in%20bows.svg","featured":false,"isPremium":false},{"skillName":"Simple and Informal Future","skillId":14,"skillLevel":"intermediate","numLessons":8,"lessonIds":[99,100,101,102,104,504,505,506],"numCompletedLessons":0,"grammarArticleSlug":"simple-future-regular-forms-and-tenses","svgBackgroundColor":4,"iconFilename":"\u002Fskill-images\u002FRobot.svg","featured":true,"isPremium":false},{"skillName":"Conditional","skillId":29,"skillLevel":"intermediate","numLessons":9,"lessonIds":[216,217,218,219,220,221,513,514,515],"numCompletedLessons":0,"grammarArticleSlug":"conditional-tense","svgBackgroundColor":3,"iconFilename":"\u002Fskill-images\u002FSinger.svg","featured":false,"isPremium":false},{"skillName":"Comparatives and Superlatives","skillId":20,"skillLevel":"intermediate","numLessons":9,"lessonIds":[153,154,155,156,157,158,534,535,536],"numCompletedLessons":0,"grammarArticleSlug":"comparisons-of-equality-in-spanish","svgBackgroundColor":2,"iconFilename":"\u002Fskill-images\u002FElephant_and_ant.svg","featured":false,"isPremium":false},{"skillName":"Imperfect","skillId":6,"skillLevel":"intermediate","numLessons":10,"lessonIds":[32,33,34,35,36,37,38,483,484,485],"numCompletedLessons":0,"grammarArticleSlug":"spanish-imperfect-tense-forms","svgBackgroundColor":2,"iconFilename":"\u002Fskill-images\u002FKids%20Playing.svg","featured":false,"isPremium":false},{"skillName":"Preterite","skillId":4,"skillLevel":"intermediate","numLessons":13,"lessonIds":[14,15,16,17,18,19,20,21,22,23,474,475,476],"numCompletedLessons":0,"grammarArticleSlug":"spanish-preterite-tense-forms","svgBackgroundColor":6,"iconFilename":"\u002Fskill-images\u002FThinking.svg","featured":true,"isPremium":false},{"skillName":"More Ser vs. Estar","skillId":98,"skillLevel":"intermediate","numLessons":12,"lessonIds":[694,702,703,704,705,706,707,708,709,710,711,712],"numCompletedLessons":0,"grammarArticleSlug":"quick-tips-for-understanding-ser-and-estar","svgBackgroundColor":2,"iconFilename":"\u002Fskill-images\u002FApple%20and%20Orange.svg","featured":false,"isPremium":false},{"skillName":"Possessive Adjectives and Pronouns","skillId":32,"skillLevel":"intermediate","numLessons":9,"lessonIds":[230,231,232,233,234,236,528,529,530],"numCompletedLessons":0,"grammarArticleSlug":"possessive-adjectives-in-spanish","svgBackgroundColor":4,"iconFilename":"\u002Fskill-images\u002FGirl%20holding%20a%20cat.svg","featured":true,"isPremium":false},{"skillName":"Demonstrative Adjectives & Pronouns","skillId":36,"skillLevel":"intermediate","numLessons":7,"lessonIds":[245,246,247,248,543,544,545],"numCompletedLessons":0,"grammarArticleSlug":"demonstrative-adjectives-in-spanish","svgBackgroundColor":1,"iconFilename":"\u002Fskill-images\u002FPointing.svg","featured":false,"isPremium":false},{"skillName":"Prepositions","skillId":24,"skillLevel":"intermediate","numLessons":9,"lessonIds":[185,186,187,188,189,190,549,550,551],"numCompletedLessons":0,"grammarArticleSlug":"basic-spanish-prepositions","svgBackgroundColor":3,"iconFilename":"\u002Fskill-images\u002FWoman%20with%20smartphone.svg","featured":true,"isPremium":false},{"skillName":"Ordinal Numbers","skillId":25,"skillLevel":"intermediate","numLessons":9,"lessonIds":[193,194,195,196,197,198,615,616,617],"numCompletedLessons":0,"grammarArticleSlug":"ordinal-numbers-in-spanish","svgBackgroundColor":5,"iconFilename":"\u002Fskill-images\u002FNumbers.svg","featured":false,"isPremium":false},{"skillName":"Por vs. Para","skillId":5,"skillLevel":"intermediate","numLessons":11,"lessonIds":[24,25,26,27,28,29,30,31,480,481,482],"numCompletedLessons":0,"grammarArticleSlug":"por-vs-para","svgBackgroundColor":1,"iconFilename":"\u002Fskill-images\u002FDirections.svg","featured":false,"isPremium":false},{"skillName":"Preterite vs. Imperfect","skillId":11,"skillLevel":"intermediate","numLessons":11,"lessonIds":[79,80,81,82,85,86,87,88,468,469,470],"numCompletedLessons":0,"grammarArticleSlug":"preterite-vs-imperfect-in-spanish","svgBackgroundColor":4,"iconFilename":"\u002Fskill-images\u002FChess.svg","featured":false,"isPremium":false},{"skillName":"Prepositional Pronouns","skillId":41,"skillLevel":"intermediate","numLessons":7,"lessonIds":[267,268,269,270,567,568,569],"numCompletedLessons":0,"grammarArticleSlug":"prepositional-pronouns-in-spanish","svgBackgroundColor":1,"iconFilename":"\u002Fskill-images\u002FAirport.svg","featured":false,"isPremium":false},{"skillName":"Commands","skillId":16,"skillLevel":"intermediate","numLessons":10,"lessonIds":[116,117,118,119,120,121,122,495,496,497],"numCompletedLessons":0,"grammarArticleSlug":"commands","svgBackgroundColor":6,"iconFilename":"\u002Fskill-images\u002FDog%20training.svg","featured":false,"isPremium":false},{"skillName":"Reflexive Verbs and Pronouns","skillId":15,"skillLevel":"intermediate","numLessons":9,"lessonIds":[125,126,127,128,129,138,486,487,488],"numCompletedLessons":0,"grammarArticleSlug":"reflexive-verbs-and-reflexive-pronouns","svgBackgroundColor":1,"iconFilename":"\u002Fskill-images\u002FBrushing%20teeth.svg","featured":false,"isPremium":false},{"skillName":"Reciprocal Pronouns","skillId":105,"skillLevel":"intermediate","numLessons":5,"lessonIds":[2372,2373,2374,2375,2376],"numCompletedLessons":0,"grammarArticleSlug":"reciprocal-verbs-and-reciprocal-pronouns","svgBackgroundColor":1,"iconFilename":"\u002Fskill-images\u002FPeople%20hugging.svg","featured":false,"isPremium":false},{"skillName":"Direct and Indirect Object Pronouns","skillId":17,"skillLevel":"intermediate","numLessons":11,"lessonIds":[107,108,109,110,111,112,113,114,507,508,509],"numCompletedLessons":0,"grammarArticleSlug":"direct-and-indirect-object-pronouns-in-spanish","svgBackgroundColor":3,"iconFilename":"\u002Fskill-images\u002FGift.svg","featured":false,"isPremium":false},{"skillName":"Tener Expressions","skillId":47,"skillLevel":"intermediate","numLessons":6,"lessonIds":[293,294,295,627,628,629],"numCompletedLessons":0,"grammarArticleSlug":"the-spanish-verb-tener","svgBackgroundColor":1,"iconFilename":"\u002Fskill-images\u002FPerson%20cold.svg","featured":false,"isPremium":false},{"skillName":"Saber vs. Conocer","skillId":30,"skillLevel":"intermediate","numLessons":7,"lessonIds":[222,223,224,225,498,499,500],"numCompletedLessons":0,"grammarArticleSlug":"saber-vs-conocer","svgBackgroundColor":4,"iconFilename":"\u002Fskill-images\u002FChemistry.svg","featured":false,"isPremium":false},{"skillName":"Verbs Like Gustar","skillId":19,"skillLevel":"intermediate","numLessons":9,"lessonIds":[140,141,142,143,144,145,522,523,524],"numCompletedLessons":0,"grammarArticleSlug":"verbs-like-gustar","svgBackgroundColor":1,"iconFilename":"\u002Fskill-images\u002FEssential%20workers.svg","featured":false,"isPremium":false},{"skillName":"Tricky Verbs","skillId":89,"skillLevel":"intermediate","numLessons":13,"lessonIds":[683,685,687,689,691,693,695,696,697,698,699,700,701],"numCompletedLessons":0,"grammarArticleSlug":"tricky-verb-pairs-in-spanish","svgBackgroundColor":6,"iconFilename":"\u002Fskill-images\u002FMagic%20wand.svg","featured":false,"isPremium":false},{"skillName":"Time Expressions with Hacer","skillId":97,"skillLevel":"intermediate","numLessons":6,"lessonIds":[1019,1020,1021,1022,1023,1024],"numCompletedLessons":0,"grammarArticleSlug":"time-expressions-with-hacer","svgBackgroundColor":6,"iconFilename":"\u002Fskill-images\u002FGrandfather%20clock.svg","featured":false,"isPremium":false}]},{"header":"Advanced","skills":[{"skillName":"Past Perfect","skillId":35,"skillLevel":"advanced","numLessons":4,"lessonIds":[241,242,243,244],"numCompletedLessons":0,"grammarArticleSlug":"past-perfect-forms-and-uses","svgBackgroundColor":1,"iconFilename":"\u002Fskill-images\u002FAirplane.svg","featured":false,"isPremium":false},{"skillName":"Present Participles","skillId":46,"skillLevel":"advanced","numLessons":8,"lessonIds":[288,289,290,291,292,576,577,578],"numCompletedLessons":0,"grammarArticleSlug":"present-participles-in-spanish","svgBackgroundColor":3,"iconFilename":"\u002Fskill-images\u002FWorkout.svg","featured":false,"isPremium":false},{"skillName":"Past Participles","skillId":31,"skillLevel":"advanced","numLessons":8,"lessonIds":[226,227,228,229,300,537,538,539],"numCompletedLessons":0,"grammarArticleSlug":"past-participle-in-spanish","svgBackgroundColor":4,"iconFilename":"\u002Fskill-images\u002FCooking.svg","featured":false,"isPremium":false},{"skillName":"Present Perfect","skillId":27,"skillLevel":"advanced","numLessons":8,"lessonIds":[205,206,207,208,209,501,502,503],"numCompletedLessons":0,"grammarArticleSlug":"spanish-present-perfect-indicative","svgBackgroundColor":1,"iconFilename":"\u002Fskill-images\u002FCleaning.svg","featured":false,"isPremium":false},{"skillName":"Future Perfect","skillId":39,"skillLevel":"advanced","numLessons":7,"lessonIds":[259,260,261,262,561,562,564],"numCompletedLessons":0,"grammarArticleSlug":"spanish-future-perfect-indicative","svgBackgroundColor":5,"iconFilename":"\u002Fskill-images\u002FFlying%20car.svg","featured":false,"isPremium":false},{"skillName":"Impersonal Se and Passive Se","skillId":22,"skillLevel":"advanced","numLessons":9,"lessonIds":[173,174,175,176,177,178,555,556,557],"numCompletedLessons":0,"grammarArticleSlug":"impersonal-se-vs-passive-se","svgBackgroundColor":6,"iconFilename":"\u002Fskill-images\u002FReading%20newspaper.svg","featured":false,"isPremium":false},{"skillName":"Passive Voice","skillId":101,"skillLevel":"advanced","numLessons":6,"lessonIds":[2386,2387,2404,2388,2389,2390],"numCompletedLessons":0,"grammarArticleSlug":"active-vs-passive-voice","svgBackgroundColor":3,"iconFilename":"\u002Fskill-images\u002FBaseball%20bat.svg","featured":false,"isPremium":false},{"skillName":"Relative Pronouns","skillId":23,"skillLevel":"advanced","numLessons":9,"lessonIds":[179,180,181,182,183,184,546,547,548],"numCompletedLessons":0,"grammarArticleSlug":"relative-pronouns-in-spanish","svgBackgroundColor":2,"iconFilename":"\u002Fskill-images\u002FRaising%20hand%20in%20class.svg","featured":false,"isPremium":false},{"skillName":"Conditional Perfect","skillId":38,"skillLevel":"advanced","numLessons":7,"lessonIds":[255,256,257,258,573,574,575],"numCompletedLessons":0,"grammarArticleSlug":"conditional-perfect-forms-and-uses","svgBackgroundColor":4,"iconFilename":"\u002Fskill-images\u002FSlipping.svg","featured":false,"isPremium":false},{"skillName":"Subjunctive","skillId":8,"skillLevel":"advanced","numLessons":15,"lessonIds":[353,354,51,52,53,54,55,56,57,58,59,60,489,490,491],"numCompletedLessons":0,"grammarArticleSlug":"spanish-present-subjunctive","svgBackgroundColor":3,"iconFilename":"\u002Fskill-images\u002FGuy%20and%20Dog.svg","featured":false,"isPremium":false},{"skillName":"More Subjunctive","skillId":83,"skillLevel":"advanced","numLessons":9,"lessonIds":[636,637,593,594,595,660,661,662,663],"numCompletedLessons":0,"grammarArticleSlug":"subjunctive-trigger-words","svgBackgroundColor":2,"iconFilename":"\u002Fskill-images\u002FOak%20tree.svg","featured":false,"isPremium":false},{"skillName":"Subjunctive vs. Indicative","skillId":9,"skillLevel":"advanced","numLessons":12,"lessonIds":[63,64,65,66,67,68,69,70,71,492,493,494],"numCompletedLessons":0,"grammarArticleSlug":"subjunctive-vs-indicative-in-spanish","svgBackgroundColor":3,"iconFilename":"\u002Fskill-images\u002FIn%20love.svg","featured":false,"isPremium":false},{"skillName":"Present Perfect Subjunctive","skillId":18,"skillLevel":"advanced","numLessons":9,"lessonIds":[130,131,132,133,134,135,552,553,554],"numCompletedLessons":0,"grammarArticleSlug":"spanish-present-perfect-subjunctive","svgBackgroundColor":5,"iconFilename":"\u002Fskill-images\u002FPodium.svg","featured":false,"isPremium":false},{"skillName":"Imperfect Subjunctive","skillId":13,"skillLevel":"advanced","numLessons":12,"lessonIds":[89,90,91,92,93,94,95,96,97,525,526,527],"numCompletedLessons":0,"grammarArticleSlug":"spanish-imperfect-subjunctive","svgBackgroundColor":1,"iconFilename":"\u002Fskill-images\u002FRaining.svg","featured":false,"isPremium":false},{"skillName":"Past Perfect Subjunctive","skillId":21,"skillLevel":"advanced","numLessons":8,"lessonIds":[159,160,161,163,164,570,571,572],"numCompletedLessons":0,"grammarArticleSlug":"past-perfect-subjunctive-forms","svgBackgroundColor":1,"iconFilename":"\u002Fskill-images\u002FOld%20man%20fitness.svg","featured":false,"isPremium":false},{"skillName":"Imperfect Progressive","skillId":42,"skillLevel":"advanced","numLessons":7,"lessonIds":[271,272,273,274,563,565,566],"numCompletedLessons":0,"grammarArticleSlug":"spanish-imperfect-progressive-tense","svgBackgroundColor":6,"iconFilename":"\u002Fskill-images\u002FWindmill.svg","featured":false,"isPremium":false},{"skillName":"Preterite Progressive","skillId":44,"skillLevel":"advanced","numLessons":7,"lessonIds":[280,281,282,283,621,622,623],"numCompletedLessons":0,"grammarArticleSlug":"spanish-preterite-progressive-tense","svgBackgroundColor":2,"iconFilename":"\u002Fskill-images\u002FPicnic.svg","featured":false,"isPremium":false},{"skillName":"Future Progressive","skillId":45,"skillLevel":"advanced","numLessons":7,"lessonIds":[284,285,286,287,624,625,626],"numCompletedLessons":0,"grammarArticleSlug":"spanish-future-progressive-tense","svgBackgroundColor":1,"iconFilename":"\u002Fskill-images\u002FBuildings.svg","featured":false,"isPremium":false},{"skillName":"Conditional Progressive","skillId":48,"skillLevel":"advanced","numLessons":7,"lessonIds":[296,297,298,299,630,631,632],"numCompletedLessons":0,"grammarArticleSlug":"spanish-conditional-progressive-tense","svgBackgroundColor":5,"iconFilename":"\u002Fskill-images\u002FHopscotch.svg","featured":false,"isPremium":false}]},{"header":"Regional Spanish","skills":[{"skillName":"Mexican Spanish","skillId":69,"skillLevel":"Regional Spanish","numLessons":3,"lessonIds":[421,422,423],"numCompletedLessons":0,"grammarArticleSlug":"how-to-sound-like-a-local-in-mexico","svgBackgroundColor":2,"iconFilename":"\u002Fskill-images\u002FMexico.svg","featured":false,"isPremium":true},{"skillName":"Spanish in Spain","skillId":70,"skillLevel":"Regional Spanish","numLessons":3,"lessonIds":[424,425,426],"numCompletedLessons":0,"grammarArticleSlug":"how-to-sound-like-a-local-in-spain","svgBackgroundColor":3,"iconFilename":"\u002Fskill-images\u002FSpain.svg","featured":false,"isPremium":true},{"skillName":"Argentinean Spanish","skillId":151,"skillLevel":"Regional Spanish","numLessons":3,"lessonIds":[2318,2319,2320],"numCompletedLessons":0,"grammarArticleSlug":"how-to-sound-like-a-local-in-argentina","svgBackgroundColor":1,"iconFilename":"\u002Fskill-images\u002FArgentina_mOBPO1h.svg","featured":false,"isPremium":true},{"skillName":"Caribbean Spanish","skillId":148,"skillLevel":"Regional Spanish","numLessons":6,"lessonIds":[2321,2322,2323,2369,2370,2371],"numCompletedLessons":0,"grammarArticleSlug":"caribbean-spanish","svgBackgroundColor":1,"iconFilename":"\u002Fskill-images\u002FTwo_palm_trees.svg","featured":false,"isPremium":true},{"skillName":"Colombian Spanish","skillId":149,"skillLevel":"Regional Spanish","numLessons":3,"lessonIds":[2324,2325,2326],"numCompletedLessons":0,"grammarArticleSlug":"how-to-sound-like-a-local-in-colombia","svgBackgroundColor":1,"iconFilename":"\u002Fskill-images\u002FColumbia.svg","featured":false,"isPremium":true},{"skillName":"Panamanian Spanish","skillId":150,"skillLevel":"Regional Spanish","numLessons":3,"lessonIds":[2327,2328,2329],"numCompletedLessons":0,"grammarArticleSlug":"how-to-sound-like-a-local-in-panama","svgBackgroundColor":1,"iconFilename":"\u002Fskill-images\u002FPanama_GVPLis5.svg","featured":false,"isPremium":true}]}]};
            </script><script defer src="https://neodarwin-prod.sdcdns.com/webpack-assets/3d1460e16a98b28401ea.js"></script>
<script defer src="https://neodarwin-prod.sdcdns.com/webpack-assets/07fe78c898ba5d3d994e.js"></script>
<script defer src="https://neodarwin-prod.sdcdns.com/webpack-assets/840bbf73031e61b67460.js"></script>
<script defer src="https://neodarwin-prod.sdcdns.com/webpack-assets/1168fa4b26819502c827.js"></script>
<script defer src="https://neodarwin-prod.sdcdns.com/webpack-assets/c879497fdc02486ae8ad.js"></script>
<script defer src="https://neodarwin-prod.sdcdns.com/webpack-assets/bd0ff254a481fcb64496.js"></script>
<script defer src="https://neodarwin-prod.sdcdns.com/webpack-assets/c552a89c42227e8af9c6.js"></script>
<script defer src="https://neodarwin-prod.sdcdns.com/webpack-assets/2486771ccd0061a27394.js"></script>
<script defer src="https://neodarwin-prod.sdcdns.com/webpack-assets/5665c70898049cbd6886.js"></script>
<script defer src="https://neodarwin-prod.sdcdns.com/webpack-assets/3a02fb524742003e8947.js"></script>
<script defer src="https://neodarwin-prod.sdcdns.com/webpack-assets/a7457a8f7c5fe1664501.js"></script>
<script defer src="https://neodarwin-prod.sdcdns.com/webpack-assets/779b34c49db6dcd69e6e.js"></script>
<script defer src="https://neodarwin-prod.sdcdns.com/webpack-assets/4972fc4dc5d0c9cbc435.js"></script>
<script defer src="https://neodarwin-prod.sdcdns.com/webpack-assets/f5cdafec2da782c23e7e.js"></script>
<script defer src="https://neodarwin-prod.sdcdns.com/webpack-assets/343b95ec9e012bfd99ea.js"></script>
<script defer src="https://neodarwin-prod.sdcdns.com/webpack-assets/c447f50178d2896fae05.js"></script>
<script defer src="https://neodarwin-prod.sdcdns.com/webpack-assets/739c97477bdeb87edde4.js"></script>
<script defer src="https://neodarwin-prod.sdcdns.com/webpack-assets/1fb4dcb8e2445de21cd5.js"></script>
<script defer src="https://neodarwin-prod.sdcdns.com/webpack-assets/ea64e5ccc9aaaad3fa2e.js"></script>
<script defer src="https://neodarwin-prod.sdcdns.com/webpack-assets/8dc98cdddc4300c4c489.js"></script>
<script defer src="https://neodarwin-prod.sdcdns.com/webpack-assets/6a1181338c6070e334ab.js"></script>
<script defer src="https://neodarwin-prod.sdcdns.com/webpack-assets/b0157df8798c40b3eff7.js"></script>
<script defer src="https://neodarwin-prod.sdcdns.com/webpack-assets/cd6781095fa3576afa33.js"></script>
<script defer src="https://neodarwin-prod.sdcdns.com/webpack-assets/17b2807497c8b1103393.js"></script>
<script defer src="https://neodarwin-prod.sdcdns.com/webpack-assets/dcf4e50bc0e349f9652c.js"></script>
<script defer src="https://neodarwin-prod.sdcdns.com/webpack-assets/079e0255827d13cd87bf.js"></script>
<script defer src="https://neodarwin-prod.sdcdns.com/webpack-assets/7f9fbb9c20787acce683.js"></script>
<script defer src="https://neodarwin-prod.sdcdns.com/webpack-assets/1ac900b18add2439981e.js"></script>
<script defer src="https://neodarwin-prod.sdcdns.com/webpack-assets/af56fddf99f81f1b69c8.js"></script>
<script defer src="https://neodarwin-prod.sdcdns.com/webpack-assets/fb41e01d485843e63307.js"></script>
<script defer src="https://neodarwin-prod.sdcdns.com/webpack-assets/39f0f8d81b7ac8163494.js"></script>
            <script>
                var a=document.getElementById("query");a&&(document.body.classList.contains("no-touch")&&(a.focus(),a.select()),window.SD_NON_HYDRATED_SEARCH_HANDLER=function(e){if("Enter"===e.key){e.preventDefault();var n=document.getElementById("query").value;if(n){var t="/guide/search?q="+encodeURIComponent(n);window.location.assign(t)}}},a.addEventListener("keydown",window.SD_NON_HYDRATED_SEARCH_HANDLER));
            </script>
      </body>
    </html>
  